/*$primary-color:#ff3957;
$primary-color:#e84c3d;*/
/* Edit by Manish Kumar change primary color and added secondary color*/
/*--media queries--*/
.container__narrow {
  max-width: 1400px;
  padding: 0 40px; }
  @media only screen and (max-width: 1500px) {
    .container__narrow {
      max-width: 1300px; } }
  @media only screen and (max-width: 1366px) {
    .container__narrow {
      padding: 0 30px; } }

.banner {
  padding-top: calc(1.8rem + 1.5vw);
  padding-bottom: 70px; }
  @media (max-width: 767px) {
    .banner {
      padding: 0 !important;
      margin: 20px 0 36px 0; } }

h1 {
  margin-bottom: 0 !important; }

h2 {
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    h2 {
      margin-top: 30px;
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .cms h3 {
    padding-top: 20px;
    margin-bottom: 12px !important; } }

p {
  margin-bottom: 0;
  padding-bottom: 20px; }
  @media (max-width: 1024px) {
    p {
      padding-bottom: 20px; } }

.button.customBtn:hover {
  background-color: #12ae65;
  color: #fff; }

.panel__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .panel__wrapper .left__panel {
    max-width: 910px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 910px;
            flex: 0 0 910px;
    padding-right: 110px;
    padding-top: calc(1rem + 3.2vw);
    border-right: solid #e4e4e4 1px;
    overflow: hidden; }
    @media only screen and (max-width: 1500px) {
      .panel__wrapper .left__panel {
        max-width: 870px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 870px;
                flex: 0 0 870px;
        padding-right: 70px; } }
    @media screen and (max-width: 1366px) and (min-width: 1200px) {
      .panel__wrapper .left__panel {
        padding-top: calc(1rem + 3.2vw); } }
    .panel__wrapper .left__panel .post__title {
      margin-top: 0; }
    .panel__wrapper .left__panel h1,
    .panel__wrapper .left__panel h2,
    .panel__wrapper .left__panel h3,
    .panel__wrapper .left__panel h4,
    .panel__wrapper .left__panel h5,
    .panel__wrapper .left__panel h6 {
      margin: 25px 0px 15px; }
      @media (max-width: 767px) {
        .panel__wrapper .left__panel h1,
        .panel__wrapper .left__panel h2,
        .panel__wrapper .left__panel h3,
        .panel__wrapper .left__panel h4,
        .panel__wrapper .left__panel h5,
        .panel__wrapper .left__panel h6 {
          margin: 20px 0px 15px; } }
  .panel__wrapper .right__panel {
    max-width: 410px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
    padding-left: 110px;
    padding-top: calc(1rem + 3.2vw); }
    @media (max-width: 992px) {
      .panel__wrapper .right__panel {
        padding-top: 0; } }
    @media only screen and (max-width: 1500px) {
      .panel__wrapper .right__panel {
        max-width: 350px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 350px;
                flex: 0 0 350px;
        padding-left: 70px; } }
    .panel__wrapper .right__panel .box-clm {
      position: sticky;
      top: 120px;
      margin-bottom: 50px; }
      @media (max-width: 992px) {
        .panel__wrapper .right__panel .box-clm {
          display: none; } }
  .panel__wrapper .post__author {
    padding: calc(1.5rem + 1.4vw) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .panel__wrapper .post__author .author__img {
      height: 96px;
      width: 96px;
      border-radius: 50%;
      overflow: hidden; }
      @media (max-width: 1024px) {
        .panel__wrapper .post__author .author__img {
          height: 76px;
          width: 76px; } }
      @media (max-width: 767px) {
        .panel__wrapper .post__author .author__img {
          /*height: 50px;
                width: 50px;*/ } }
    .panel__wrapper .post__author .author__detail {
      padding-left: 18px; }
      .panel__wrapper .post__author .author__detail h3 {
        margin-bottom: 0; }
      .panel__wrapper .post__author .author__detail .publish__date {
        font-size: 18px; }
        @media (max-width: 992px) {
          .panel__wrapper .post__author .author__detail .publish__date {
            font-size: 14px; } }
      @media (max-width: 767px) {
        .panel__wrapper .post__author .author__detail h3 {
          font-weight: 600;
          font-size: 16px; }
        .panel__wrapper .post__author .author__detail .publish__date {
          font-weight: 600;
          color: #595959; } }
    @media (max-width: 767px) {
      .panel__wrapper .post__author {
        padding-bottom: 10px;
        padding-top: 20px; } }
  @media (max-width: 1024px) {
    .panel__wrapper .left__panel {
      max-width: 60%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 60%;
              flex: 0 0 60%;
      padding-right: 25px; }
    .panel__wrapper .right__panel {
      max-width: 40%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 40%;
              flex: 0 0 40%;
      padding-left: 25px; } }
  .panel__wrapper .cta {
    padding: calc(1rem + 2.47vw) 20px;
    margin-bottom: 30px; }

.img--inner {
  margin: 10px 0 50px 0; }
  @media (max-width: 767px) {
    .img--inner {
      margin: 10px 0 30px 0; } }

.cms {
  counter-reset: item; }
  .cms a:not([class]) {
    text-decoration: underline;
    color: #12ae65; }
    .cms a:not([class]):hover {
      color: #000; }
  .cms h3 {
    margin-bottom: 20px;
    /* counter-increment: item;*/
    /*  &::before {
            margin-right: 0px;
            content: counter(item) ".";
            margin-right: 5px;
            text-align: center;
            display: inline-block;
            border: none;
            top: 0;
            font-weight: weight(bold);
            text-align: left;
        }
        */ }

.post__share {
  position: relative; }

.social__share {
  position: fixed;
  top: 0;
  left: 2%;
  right: 2%;
  width: 50px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social__share ul li {
    margin-bottom: 8px; }
    .social__share ul li a {
      height: 42px;
      width: 42px;
      padding: 10px;
      display: inline-block;
      vertical-align: middle;
      border-radius: 3px;
      cursor: pointer;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .social__share ul li svg {
      max-width: 100%;
      max-height: 100%;
      display: block;
      fill: #000; }
    @media (min-width: 1600px) {
      .social__share ul li:hover svg {
        fill: #12ae65; } }
  .social__shareTxt {
    font-size: 16px;
    text-align: center;
    display: block;
    padding-bottom: 15px;
    line-height: 1.4;
    border-bottom: solid #12ae65 2px;
    margin-bottom: 8px; }
  @media (max-width: 1600px) {
    .social__share {
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      display: none;
      position: absolute;
      left: unset;
      right: 100%;
      top: 0px;
      -webkit-transform: translateX(20%);
          -ms-transform: translateX(20%);
              transform: translateX(20%);
      opacity: 1;
      visibility: visible;
      width: unset;
      z-index: 9;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      opacity: 0;
      visibility: hidden;
      z-index: 2; }
      .social__share ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .social__shareTxt {
        display: none; }
      .social__share ul li {
        margin-bottom: 0; }
        .social__share ul li a {
          height: 42px;
          width: 42px;
          background: #14c070;
          border-radius: 0px;
          padding: 12px; }
          .social__share ul li a svg {
            fill: #fff; }
        .social__share ul li:nth-child(2) a {
          background-color: #15ca75; }
        .social__share ul li:nth-child(3) a {
          background-color: #16d37a; }
        .social__share ul li:last-child a {
          background-color: #12ae65 !important; } }
    @media (max-width: 1600px) and (min-width: 768px) {
      .social__share ul li:nth-child(4) {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
  @media (max-width: 1600px) {
      .toggle-socialmedia .social__share {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0); } }
  @media (max-width: 767px) {
    .social__share {
      left: 100%;
      right: unset;
      -webkit-transform: translateX(-20%);
          -ms-transform: translateX(-20%);
              transform: translateX(-20%); } }
  .social__share .close-btn {
    position: relative; }
    .social__share .close-btn::after, .social__share .close-btn::before {
      background-color: #fff;
      border-radius: 40px;
      content: "";
      height: 2px;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 20px;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
    .social__share .close-btn::before {
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg); }
  .hide-social-share .social__share {
    display: none; }

.show-sticky-content .social__share {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px); }

.top-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .top-info h1,
  .top-info .banner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  .top-info .post__author {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .top-info .share__btn {
    padding: 7px 12px;
    display: inline-block;
    vertical-align: middle;
    border: solid #12ae65 2px;
    color: #12ae65;
    background-color: #fff;
    display: none;
    overflow: hidden; }
    .top-info .share__btn svg {
      height: 16px;
      width: 16px;
      fill: #12ae65;
      margin-left: 5px; }
  .top-info .post__views {
    display: none;
    margin-right: 20px; }
  @media only screen and (max-width: 1600px) {
    .top-info .share__btn {
      position: relative;
      z-index: 3; }
    .top-info .share__btn,
    .top-info .post__views {
      display: block; } }
  @media (max-width: 767px) {
    .top-info > * {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important; }
    .top-info .post__share {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 0 auto !important;
              flex: 0 0 auto !important;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      margin-bottom: 25px; }
    .top-info .post__views {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      font-size: 14px;
      margin-bottom: 10px; } }

.bottom-info .cms img {
  height: auto; }

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #000; }

input[type="text"],
input[type="email"],
input[type="phone"],
input[type="search"],
input[type="password"],
input[type="date"],
input[type="url"],
input[type="tel"],
textarea,
select,
input[type="number"],
input[type="file"] {
  border: none;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  color: #000;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  border-radius: 0px;
  outline: none;
  padding-bottom: 16px; }
  @media (max-width: 767px) {
    input[type="text"],
    input[type="email"],
    input[type="phone"],
    input[type="search"],
    input[type="password"],
    input[type="date"],
    input[type="url"],
    input[type="tel"],
    textarea,
    select,
    input[type="number"],
    input[type="file"] {
      font-size: 14px; } }
  @media (max-width: 992px) {
    input[type="text"],
    input[type="email"],
    input[type="phone"],
    input[type="search"],
    input[type="password"],
    input[type="date"],
    input[type="url"],
    input[type="tel"],
    textarea,
    select,
    input[type="number"],
    input[type="file"] {
      padding-bottom: 10px; } }
  input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="phone"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder {
    color: #333333; }
  input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="phone"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="file"]::-moz-placeholder {
    color: #333333; }
  input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="phone"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder {
    color: #333333; }
  input[type="text"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="phone"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="file"]::-ms-input-placeholder {
    color: #333333; }
  input[type="text"]::placeholder,
  input[type="email"]::placeholder,
  input[type="phone"]::placeholder,
  input[type="search"]::placeholder,
  input[type="password"]::placeholder,
  input[type="date"]::placeholder,
  input[type="url"]::placeholder,
  input[type="tel"]::placeholder,
  textarea::placeholder,
  select::placeholder,
  input[type="number"]::placeholder,
  input[type="file"]::placeholder {
    color: #333333; }

.contact__form {
  padding: calc(0.4rem + 3.8vw) 0;
  /*margin-top: calc(0.4rem + 1.8vw);*/
  /*border-top: solid $border-color 1px;*/ }
  @media (max-width: 767px) {
    .contact__form {
      padding-bottom: 0; } }
  .contact__form button {
    padding-top: 15px;
    padding-bottom: 15px; }
    @media (max-width: 992px) {
      .contact__form button {
        padding: 10px 28px; } }
  .contact__form h2 {
    margin-top: 0; }
  .contact__form .form__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .contact__form .form__wrapper .field-set {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 40px; }
      .contact__form .form__wrapper .field-set:last-child {
        margin-bottom: 0; }
      .contact__form .form__wrapper .field-set.half {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 48%;
                flex: 0 0 48%;
        max-width: 48%; }
        @media (max-width: 767px) {
          .contact__form .form__wrapper .field-set.half {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
            max-width: 100%; } }
      @media (max-width: 992px) {
        .contact__form .form__wrapper .field-set {
          margin-bottom: 35px; } }
    .contact__form .form__wrapper textarea {
      height: 100px;
      resize: none; }
    @media (max-width: 767px) {
      .contact__form .form__wrapper {
        margin-top: 30px; } }
  @media (max-width: 767px) {
    .contact__form {
      padding-top: 0px;
      margin-top: 0px; } }

.categories__list {
  padding-top: calc(0.5rem + 0.8vw); }
  .categories__list li {
    padding-bottom: 18px; }
    .categories__list li:last-child {
      padding-bottom: 0; }
    .categories__list li a {
      font-size: 18px;
      color: #525252;
      padding-bottom: 2px;
      display: inline-block;
      vertical-align: middle;
      position: relative; }
      .categories__list li a::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 2px;
        background-color: #12ae65;
        width: 0;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .categories__list li a:hover {
        color: #12ae65; }
        .categories__list li a:hover::after {
          width: 100%; }
      @media (max-width: 1024px) {
        .categories__list li a {
          font-size: 16px; } }
  @media (max-width: 992px) {
    .categories__list {
      display: none; } }

@media (max-width: 992px) {
  .categories__listWrap {
    display: none; } }

.side__cta {
  background-color: #000;
  padding: 40px;
  color: #fff;
  margin-top: calc(0.5rem + 2vw);
  position: sticky;
  top: 130px;
  margin-bottom: 40px; }
  .side__cta h2 {
    margin-top: 0;
    -webkit-line-clamp: unset; }
    @media (max-width: 767px) {
      .side__cta h2 {
        margin-bottom: 20px; } }
  @media (max-width: 992px) {
    .side__cta {
      text-align: center;
      position: static;
      top: 0; } }
  @media (max-width: 767px) {
    .side__cta {
      padding: 20px;
      margin-top: 40px;
      margin-bottom: 0 !important; }
      .side__cta h2 {
        font-size: 16px;
        font-weight: 400; } }
  @media (max-width: 1024px) {
    .side__cta {
      padding: 25px;
      margin-bottom: calc(1rem + 5.47vw) !important; } }

table,
td,
th {
  border: solid #e4e4e4 1px;
  padding: 10px; }

th {
  background-color: rgba(0, 0, 0, 0.06); }

@media (max-width: 1600px) {
  .panel__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .side__posts .posts-tabs {
    padding-bottom: 50px;
    margin-top: 20px; } }

@media (max-width: 1279px) {
  .panel__wrapper .left__panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
            flex: 0 0 70%;
    max-width: 70%; }
  .panel__wrapper .right__panel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
            flex: 0 0 30%;
    max-width: 30%; } }

@media (max-width: 992px) {
  .panel__wrapper {
    display: block; }
    .panel__wrapper .left__panel {
      max-width: 100%;
      border: none;
      padding-right: 0; }
    .panel__wrapper .right__panel {
      padding-left: 0;
      display: none;
      max-width: 100%; }
  .tabs-section {
    margin-top: 40px; } }
  @media (max-width: 992px) and (max-width: 767px) {
    .tabs-section {
      margin-top: 0; } }

@media (max-width: 992px) {
  .widget_categories {
    display: none; } }

@media (max-width: 1300px) {
  .footer .container {
    padding-left: 30px;
    padding-right: 30px; } }

.page-progress-container {
  width: 100%;
  height: 5px;
  position: fixed;
  top: 0;
  z-index: 99; }

.page-progress-bar {
  height: 5px;
  background: #12ae65 !important;
  width: 0; }

.scrollToTop {
  width: 50px;
  height: 50px;
  display: block !important;
  position: fixed;
  bottom: 20%;
  border-radius: 50%;
  background: #12ae65;
  right: 30px;
  opacity: 0;
  visibility: hidden; }
  .show-toc .scrollToTop {
    opacity: 1;
    visibility: visible; }
  .scrollToTop::after {
    content: " ";
    height: 16px;
    width: 16px;
    border-top: solid #fff 2px;
    position: absolute;
    border-left: solid #fff 2px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    margin-top: 4px; }
  @media (max-width: 767px) {
    .scrollToTop {
      right: 15px;
      bottom: 96px; } }

.back--link {
  padding-left: 14px;
  position: relative;
  color: #12ae65;
  font-weight: 600;
  margin: 0px 0 30px 0px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .back--link::before {
    display: inline-block;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    /* order: -1; */
    margin-left: -11px;
    margin-right: 1rem;
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-transition: width ease 0.3s, margin ease 0.3s;
    -o-transition: width ease 0.3s, margin ease 0.3s;
    transition: width ease 0.3s, margin ease 0.3s; }
  .back--link::after {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: "";
    width: 1.1rem;
    margin-left: 0.5rem;
    height: 2px;
    background-color: currentColor;
    -webkit-transition: width ease 0.3s, margin ease 0.3s;
    -o-transition: width ease 0.3s, margin ease 0.3s;
    transition: width ease 0.3s, margin ease 0.3s;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: absolute;
    left: 0;
    top: 11px;
    margin-left: 3px; }
  @media (max-width: 767px) {
    .back--link {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-bottom: 25px; } }

/**fixes-for-old-CTA**/
.cta_box {
  background-color: #000;
  color: #fff;
  padding: calc(1rem + 2.47vw) 20px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin-bottom: 30px;
  /* Edit by Manish Kumar only change button color*/ }
  @media only screen and (min-width: 768px) {
    .cta_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 50px 40px; } }
  .cta_box .cta_title {
    margin-bottom: 30px; }
    @media only screen and (min-width: 768px) {
      .cta_box .cta_title {
        margin-bottom: 0;
        padding-left: 15px;
        border-left: 2px solid #12ae65;
        text-align: left; } }
    @media (max-width: 767px) {
      .cta_box .cta_title {
        margin-bottom: 20px; } }
  .cta_box h2 {
    font-size: clamp(18px, 1.5vw, 22px);
    font-weight: 500;
    margin: 0 !important;
    color: inherit;
    text-transform: capitalize; }
  @media only screen and (min-width: 768px) {
    .cta_box .cta_button {
      padding-left: 30px; } }
  .cta_box .button {
    border: solid #12ae65 2px;
    background-color: transparent;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 3px;
    color: #fff;
    background: #12ae65;
    font-weight: 500;
    font-size: clamp(14px, 2.4vw, 18px);
    position: relative;
    z-index: 1;
    white-space: nowrap;
    text-transform: capitalize;
    line-height: 1.5; }
    @media only screen and (min-width: 768px) {
      .cta_box .button {
        font-size: clamp(14px, 2.4vw, 16px);
        padding: 10px 25px; } }
    .cta_box .button:hover {
      background: transparent;
      color: #12ae65; }

.newletter__form {
  margin: calc(0.4rem + 1.8vw) 0; }
  @media (max-width: 992px) {
    .newletter__form {
      margin: 0; } }

.widget_newsletter {
  padding: 30px;
  background: #f2f2f2; }
  @media (max-width: 992px) {
    .widget_newsletter {
      padding: 50px 30px;
      margin-bottom: 60px; } }
  @media (max-width: 767px) {
    .widget_newsletter {
      padding: 40px 30px;
      margin-bottom: 40px; } }
  .widget_newsletter .widget-title {
    font-weight: 600;
    margin-bottom: 20px; }
  .widget_newsletter .field-set {
    margin-bottom: -30px; }
    .widget_newsletter .field-set .field_cover {
      margin-bottom: 30px; }
  .widget_newsletter input[type="text"],
  .widget_newsletter input[type="email"],
  .widget_newsletter input[type="phone"],
  .widget_newsletter input[type="search"],
  .widget_newsletter input[type="password"],
  .widget_newsletter input[type="date"],
  .widget_newsletter input[type="url"],
  .widget_newsletter input[type="tel"],
  .widget_newsletter textarea,
  .widget_newsletter select,
  .widget_newsletter input[type="number"],
  .widget_newsletter input[type="file"] {
    padding-bottom: 10px;
    background: none;
    font-weight: 500;
    font-size: 14px; }

/**fixes-for-old-CTA**/
.authors__wrapper {
  position: relative; }
  .authors__wrapper::after {
    content: "";
    width: 180%;
    height: 1px;
    background: #e4e4e4;
    top: 0;
    position: absolute; }
  .authors__wrapper::before {
    content: "";
    width: 180%;
    height: 1px;
    background: #e4e4e4;
    bottom: 0;
    position: absolute; }
  .authors__wrapper .post__author {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    @media (max-width: 576px) {
      .authors__wrapper .post__author {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .authors__wrapper .author__detail {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 35px !important; }
    @media (max-width: 576px) {
      .authors__wrapper .author__detail {
        padding-left: 0px !important;
        margin-top: 15px; } }
    .authors__wrapper .author__detail .abt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 10px; }
  .authors__wrapper .about__author p:last-child {
    padding-bottom: 0; }

.categories__list span.count {
  display: none; }

#post_views_counter_list_widget-3 {
  /*margin-top: calc(0.5rem + 2vw);*/ }
  @media (max-width: 992px) {
    #post_views_counter_list_widget-3 {
      display: none; } }
  #post_views_counter_list_widget-3 .categories__list {
    padding-top: 10px; }
    #post_views_counter_list_widget-3 .categories__list li {
      padding-top: 18px;
      border-bottom: solid #e4e4e4 1px; }
      #post_views_counter_list_widget-3 .categories__list li:last-child {
        border-bottom: none; }
      #post_views_counter_list_widget-3 .categories__list li a {
        font-size: 16px;
        font-weight: 600;
        color: #000; }
        #post_views_counter_list_widget-3 .categories__list li a:hover {
          color: #12ae65; }
          #post_views_counter_list_widget-3 .categories__list li a:hover::after {
            display: none; }

table {
  margin-bottom: 40px !important;
  width: 100%; }
  @media (max-width: 992px) {
    table {
      margin-bottom: 25px !important; } }

#commentform input.error,
#commentform textarea.error {
  border: none !important;
  border-bottom: 1px solid #ff0000 !important; }

#commentform div.error,
#commentform label.error {
  color: #ff0000 !important; }

#cancel-comment-reply-link {
  padding: 5px;
  background: #12ae65;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  #cancel-comment-reply-link:hover {
    background: transparent;
    border-color: #12ae65;
    color: #12ae65; }

.yorent-test-class {
  margin: 0; }

/*# sourceMappingURL=detail-page.css.map */
