.single-post {
  /**** ********/ }
  .single-post:selection {
    background-color: #2C3454 !important; }
  .single-post .relative-wrap {
    position: relative; }
    .single-post .relative-wrap .share-wrap {
      opacity: 0;
      /* -webkit-transition: opacity 0.2s ease-in-out;
       -moz-transition: opacity 0.2s ease-in-out;
       transition: opacity 0.2s ease-in-out;*/
      visibility: hidden; }
    .single-post .relative-wrap .appear {
      opacity: 1 !important;
      visibility: visible; }
  .single-post .post-header-row::after {
    content: none; }
  .single-post .post-content-row::after {
    content: none; }
  .single-post .post-content-row li {
    font-size: 20px;
    color: #000; }
  .single-post .post-content-row p {
    font-size: 20px;
    color: #000; }
    @media only screen and (max-width: 768px) {
      .single-post .post-content-row p strong {
        display: block; } }
  .single-post .post-content-row h2 {
    color: #000000;
    font-size: 30px; }
  .single-post .white-color {
    color: #ffffff; }
    .single-post .white-color a {
      color: #ffffff; }
  .single-post .m-0 {
    margin: 0; }
  .single-post .mt-60 {
    margin-top: 60px; }
  .single-post .d-table {
    display: table; }
  .single-post .t-cell {
    display: table-cell;
    vertical-align: middle; }
  .single-post .custom-content-width {
    max-width: 808px;
    margin: 0 auto !important; }
    @media only screen and (max-width: 768px) {
      .single-post .custom-content-width {
        display: block !important;
        max-width: 100% !important; } }
  .single-post .no-bottom-space {
    padding-bottom: 0; }
  .single-post .grey-box {
    background: #F7FAFF;
    border-radius: 5px; }
  .single-post .notes-hdr .share-buttons {
    opacity: 1 !important;
    margin-bottom: 20px; }
    .single-post .notes-hdr .share-buttons .copy-li input {
      display: none; }
    .single-post .notes-hdr .share-buttons .copy-link input {
      width: 18px;
      height: 18px;
      padding: 0;
      display: block;
      font-size: 0;
      background-color: transparent; }
    .single-post .notes-hdr .share-buttons .copy-link::before {
      content: "\f0c5";
      position: absolute;
      color: #ffff;
      font-family: "FontAwesome";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      font-weight: 800; }
    .single-post .notes-hdr .share-buttons li {
      background-color: #CACFE2;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      width: 28px;
      height: 28px;
      margin-bottom: 8px; }
      .single-post .notes-hdr .share-buttons li a {
        display: block;
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
        border-radius: 50%;
        position: relative;
        text-align: center;
        cursor: pointer; }
        .single-post .notes-hdr .share-buttons li a:hover {
          background-color: #647BC9; }
          .single-post .notes-hdr .share-buttons li a:hover .tooltip-element {
            display: block !important; }
        .single-post .notes-hdr .share-buttons li a svg {
          display: block;
          width: 18px !important;
          height: 18px !important;
          line-height: 28px !important; }
      .single-post .notes-hdr .share-buttons li .tooltip-element {
        left: 0px;
        top: -32px; }
  .single-post .hdr-category {
    padding-top: 70px; }
    @media only screen and (max-width: 768px) {
      .single-post .hdr-category {
        padding-top: 0px;
        padding-bottom: 0; } }
    .single-post .hdr-category .post-category {
      display: none; }
    .single-post .hdr-category .post-title {
      color: #000000;
      font-size: 50px;
      padding-bottom: 30px; }
      @media only screen and (max-width: 768px) {
        .single-post .hdr-category .post-title {
          font-size: 40px;
          padding-bottom: 20px; } }
    .single-post .hdr-category .post-meta .span-bold {
      font-size: 18px !important;
      color: #666666;
      font-weight: 600;
      line-height: 25px !important; }
      .single-post .hdr-category .post-meta .span-bold a {
        font-size: 18px !important;
        display: block !important; }
    .single-post .hdr-category .post-meta .span-light {
      font-size: 16px;
      line-height: 18px;
      color: #999999 !important; }
    .single-post .hdr-category .post-meta .post-author {
      width: auto !important;
      flex: none !important;
      display: table !important; }
      @media only screen and (max-width: 768px) {
        .single-post .hdr-category .post-meta .post-author {
          min-width: 100%;
          margin-bottom: 20px; } }
      .single-post .hdr-category .post-meta .post-author .t-cell {
        vertical-align: top !important; }
      .single-post .hdr-category .post-meta .post-author .author-details {
        padding: 0 16px; }
      @media only screen and (max-width: 768px) {
        .single-post .hdr-category .post-meta .post-author .author-image img {
          min-width: 50px; } }
    .single-post .hdr-category .post-publish {
      border-left: 0;
      padding-left: 20px;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .single-post .hdr-category .post-publish {
          padding-left: 0px; } }
      .single-post .hdr-category .post-publish::before {
        content: "";
        position: absolute;
        height: 43px;
        border-left: 1px solid #A2A6B5;
        top: 0;
        left: 0; }
        @media only screen and (max-width: 768px) {
          .single-post .hdr-category .post-publish::before {
            content: none; } }
    .single-post .hdr-category .share-buttons {
      opacity: 1 !important;
      margin-bottom: 20px; }
      .single-post .hdr-category .share-buttons .copy-li input {
        display: none; }
      .single-post .hdr-category .share-buttons .copy-link input {
        width: 18px;
        height: 18px;
        padding: 0;
        display: block;
        font-size: 0;
        background-color: transparent; }
      .single-post .hdr-category .share-buttons .copy-link::before {
        content: "\f0c5";
        position: absolute;
        color: #ffff;
        font-family: "FontAwesome";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-weight: 800; }
      .single-post .hdr-category .share-buttons li {
        background-color: #CACFE2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        margin-bottom: 8px; }
        .single-post .hdr-category .share-buttons li a {
          display: block;
          width: 28px !important;
          height: 28px !important;
          line-height: 28px !important;
          border-radius: 50%;
          position: relative;
          text-align: center;
          cursor: pointer; }
          .single-post .hdr-category .share-buttons li a:hover {
            background-color: #647BC9; }
            .single-post .hdr-category .share-buttons li a:hover .tooltip-element {
              display: block !important; }
          .single-post .hdr-category .share-buttons li a svg {
            display: block;
            width: 18px !important;
            height: 18px !important;
            line-height: 28px !important; }
        .single-post .hdr-category .share-buttons li .tooltip-element {
          left: 0px;
          top: -32px; }
  .single-post .further-title {
    color: #647BC9;
    font-size: 24px; }
    .single-post .further-title span {
      font-family: proxima-nova, sans-serif; }
    .single-post .further-title i {
      padding-left: 15px; }
  .single-post .further-reading {
    margin: 60px 0; }
    .single-post .further-reading .next-in {
      background-color: #647BC9;
      border-radius: 10px;
      padding: 40px;
      display: table;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        .single-post .further-reading .next-in {
          display: block;
          padding: 20px 20px; } }
      .single-post .further-reading .next-in .left-txt {
        padding-right: 40px;
        width: 70%; }
        @media only screen and (max-width: 768px) {
          .single-post .further-reading .next-in .left-txt {
            padding-right: 0px;
            width: 100%;
            display: block; } }
      .single-post .further-reading .next-in .right-img {
        width: 30%; }
        @media only screen and (max-width: 768px) {
          .single-post .further-reading .next-in .right-img {
            width: 100%;
            margin-top: 20px;
            display: block; } }
  .single-post .category_list {
    margin: 60px 0; }
    .single-post .category_list a {
      display: inline-block;
      background-color: #f7faff;
      border-radius: 5px;
      padding: 16px 20px;
      line-height: 1;
      color: #2C3454;
      font-size: 20px;
      margin: 0 10px; }
      @media only screen and (max-width: 768px) {
        .single-post .category_list a {
          font-size: 16px;
          margin: 10px 0px;
          display: block;
          text-align: center; } }
      .single-post .category_list a:first-child {
        margin-left: 0; }
      .single-post .category_list a:last-child {
        margin-right: 0; }
  .single-post .author-wrap {
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .single-post .author-wrap {
        padding: 20px; } }
    @media only screen and (max-width: 768px) {
      .single-post .author-wrap .t-cell {
        display: block; } }
    .single-post .author-wrap .author-description {
      color: #2C3454;
      font-size: 20px;
      margin: 0 10% 0 0; }
    .single-post .author-wrap .auhor_img {
      text-align: right;
      width: 40%; }
      @media only screen and (max-width: 768px) {
        .single-post .author-wrap .auhor_img {
          width: 100%;
          margin-top: 20px; } }
    .single-post .author-wrap img {
      width: 106px;
      border-radius: 5px; }
    .single-post .author-wrap .name {
      color: #2C3454;
      font-size: 20px;
      font-weight: 500;
      display: block;
      line-height: 1;
      margin: 20px 0 5px; }
    .single-post .author-wrap .author-designation {
      color: #4A516C;
      font-size: 18px; }
  .single-post .related-reads-wrap {
    padding: 77px 0 83px; }
    .single-post .related-reads-wrap h2 {
      color: #2A3466;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 40px; }
    .single-post .related-reads-wrap .related-post img {
      height: 145px;
      width: 100%;
      object-fit: fill !important; }
      @media only screen and (max-width: 768px) {
        .single-post .related-reads-wrap .related-post img {
          height: auto; } }
    @media only screen and (max-width: 768px) {
      .single-post .related-reads-wrap .related-post .post-details {
        margin: 20px 0; } }
    .single-post .related-reads-wrap .related-post p {
      color: #2C3454;
      font-size: 16px;
      margin: 33px 0 0; }
      @media only screen and (max-width: 768px) {
        .single-post .related-reads-wrap .related-post p {
          margin: 20px 0 0; } }
      .single-post .related-reads-wrap .related-post p .post-title {
        font-size: 16px;
        color: #2C3454;
        line-height: 1.2; }
  .single-post .learn-details {
    padding: 40px; }
    @media only screen and (max-width: 768px) {
      .single-post .learn-details {
        padding: 20px 20px; } }
    @media only screen and (max-width: 768px) {
      .single-post .learn-details .t-cell {
        display: block; } }
    .single-post .learn-details h4 {
      color: #2C3454;
      font-size: 24px;
      font-weight: 500;
      margin: 0; }
    .single-post .learn-details .right-button {
      width: 35%; }
      @media only screen and (max-width: 768px) {
        .single-post .learn-details .right-button {
          width: 100%;
          margin-top: 20px; } }
      .single-post .learn-details .right-button .button {
        padding: 10px 60px 10px 35px;
        float: right;
        position: relative; }
        @media only screen and (max-width: 768px) {
          .single-post .learn-details .right-button .button {
            float: none; } }
        .single-post .learn-details .right-button .button::before {
          /*content: "";*/
          height: 23px;
          width: 31px;
          background: url(https://www.hackerearth.com/blog/wp-content/themes/hackerearth-child/assets/images/icons/facecode-icon.svg);
          position: absolute;
          right: 20px; }
      .single-post .learn-details .right-button .btn-icon img {
        max-width: 30px !important; }
  .single-post .subscribe-row {
    padding: 0 0 90px;
    position: relative;
    margin-bottom: 30px !important; }
    @media only screen and (max-width: 768px) {
      .single-post .subscribe-row {
        margin-bottom: 0px !important; } }
    .single-post .subscribe-row .subscription-form {
      max-width: 100%; }
    .single-post .subscribe-row form {
      margin: 0 auto; }
    .single-post .subscribe-row h2 {
      color: #2a3466;
      font-size: 24px;
      font-weight: 600;
      margin-bottom: 20px; }
  .single-post .share-wrap {
    /*position: sticky;
    left: auto;
    background-color: transparent;
    transition: 0.3s;
    /*position: fixed;
    top: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    z-index: 1;*/
    position: sticky;
    top: 16%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    float: left;
    margin-top: 5%;
    width: 0; }
    @media only screen and (max-width: 768px) {
      .single-post .share-wrap {
        display: none; } }
    .single-post .share-wrap .share-buttons {
      display: block; }
      .single-post .share-wrap .share-buttons li {
        background-color: #CACFE2;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        width: 28px;
        height: 28px;
        margin-bottom: 8px;
        display: block;
        float: none; }
        .single-post .share-wrap .share-buttons li a {
          display: block;
          width: 28px !important;
          height: 28px !important;
          line-height: 28px !important;
          border-radius: 50%;
          position: relative;
          text-align: center;
          cursor: pointer; }
          .single-post .share-wrap .share-buttons li a:hover {
            background-color: #647BC9; }
            .single-post .share-wrap .share-buttons li a:hover .tooltip-element {
              display: block !important; }
          .single-post .share-wrap .share-buttons li a .tooltip-element {
            background: #2c3458;
            color: #fff;
            padding: 4px 4px;
            position: absolute;
            left: 35px;
            top: 0px;
            line-height: 1;
            font-size: 12px;
            display: none; }
          .single-post .share-wrap .share-buttons li a svg {
            display: block;
            width: 18px !important;
            height: 18px !important;
            line-height: 28px !important; }
      .single-post .share-wrap .share-buttons .copy-link input {
        width: 18px;
        height: 18px;
        padding: 0;
        display: block;
        font-size: 0;
        background-color: transparent; }
      .single-post .share-wrap .share-buttons .copy-link::before {
        content: "\f0c5";
        position: absolute;
        color: #ffff;
        font-family: "FontAwesome";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        font-weight: 800; }
  .single-post .message-box-wrap {
    position: fixed;
    top: 64%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 3%;
    float: right;
    z-index: 9999;
    width: 213px;
    opacity: 0 !important; }
    .single-post .message-box-wrap .click-me {
      color: #CACFE2;  
      font-size: 20px;
      text-align: center;
      background: #fff;
      border: 50px;
      box-shadow: 0px 7px 20px #92afd529;
      border-radius: 50%;
      height: 60px;
      width: 60px;
      line-height: 60px;
      cursor: pointer;
      margin: 10px auto; }
      @media only screen and (max-width: 768px) {
        .single-post .message-box-wrap .click-me {
          display: none; } }
    .single-post .message-box-wrap .show-me {
      background: #2C3454;
      border-radius: 5px;
      padding: 30px;
      box-shadow: 0px 7px 20px #92afd529;
      opacity: 0; }
      .single-post .message-box-wrap .show-me p {
        margin: 0;
        color: #FFFFFF;
        font-size: 16px; }
      .single-post .message-box-wrap .show-me input[type="submit"] {
        border: 1px solid white;
        color: white;
        padding: 6px 18px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 1 !important;
        background-color: transparent;
        color: #ffffff; }
      .single-post .message-box-wrap .show-me .inputs-list {
        display: none; }
      .single-post .message-box-wrap .show-me .hs_email > label {
        display: none; }
      .single-post .message-box-wrap .show-me .hs_email input {
        max-width: 100%;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        padding: 1px;
        margin: 12px 0 18px; }
      .single-post .message-box-wrap .show-me .legal-consent-container {
        display: none; }
      .single-post .message-box-wrap .show-me .hs-error-msgs {
        margin: 0;
        list-style: none; }
      .single-post .message-box-wrap .show-me .hs-error-msg {
        color: red;
        font-size: 14px;
        display: block;
        line-height: 1.2;
        margin-bottom: 15px; }
      .single-post .message-box-wrap .show-me .submitted-message p {
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0 0; }
      .single-post .message-box-wrap .show-me:-webkit-input-placeholder {
        /* WebKit browsers */
        display: none !important; }
      .single-post .message-box-wrap .show-me:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        display: none !important; }
      .single-post .message-box-wrap .show-me:-moz-placeholder {
        /* Mozilla Firefox 19+ */
        display: none !important; }
      .single-post .message-box-wrap .show-me:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        display: none !important; }
    .single-post .message-box-wrap .visible {
      opacity: 1; }
    .single-post .message-box-wrap .toggle {
      opacity: 1; }
    .single-post .message-box-wrap .visible2 {
      opacity: 1; }
    .single-post .message-box-wrap .zz {
      opacity: 0 !important; }
  .single-post div .disappear {
    opacity: 0 !important; }
  .single-post .stick {
    display: block !important;
    visibility: visible;
    opacity: 1 !important; }
  .single-post .message-box-wrap2 {
    position: fixed;
    top: 74%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 3%;
    float: right;
    z-index: 9999;
    width: 213px;
    opacity: 0 !important; }
    .single-post .message-box-wrap2 .click-me {
      color: #CACFE2;
      font-size: 20px;
      text-align: center;
      background: #fff;
      border: 50px;
      box-shadow: 0px 7px 20px #92afd529;
      border-radius: 50%;
      height: 60px;
      width: 60px;
      line-height: 60px;
      cursor: pointer;
      margin: 10px auto; }
      @media only screen and (max-width: 768px) {
        .single-post .message-box-wrap2 .click-me {
          display: none; } }
    .single-post .message-box-wrap2 .show-me {
      background: #2C3454;
      border-radius: 5px;
      padding: 30px;
      box-shadow: 0px 7px 20px #92afd529;
      opacity: 0; }
      .single-post .message-box-wrap2 .show-me p {
        margin: 0;
        color: #FFFFFF;
        font-size: 16px;
        margin-bottom: 15px; }
      .single-post .message-box-wrap2 .show-me .btn {
        border: 1px solid white;
        color: white;
        padding: 6px 18px;
        border-radius: 5px;
        font-size: 16px;
        line-height: 1 !important;
        background-color: transparent;
        color: #ffffff; }
      .single-post .message-box-wrap2 .show-me .inputs-list {
        display: none; }
      .single-post .message-box-wrap2 .show-me .hs_email > label {
        display: none; }
      .single-post .message-box-wrap2 .show-me .hs_email input {
        max-width: 100%;
        background: transparent;
        border: 0;
        border-bottom: 1px solid #fff;
        padding: 1px;
        margin: 12px 0 18px; }
      .single-post .message-box-wrap2 .show-me .legal-consent-container {
        display: none; }
      .single-post .message-box-wrap2 .show-me .hs-error-msgs {
        margin: 0;
        list-style: none; }
      .single-post .message-box-wrap2 .show-me .hs-error-msg {
        color: red;
        font-size: 14px;
        display: block;
        line-height: 1.2;
        margin-bottom: 15px; }
      .single-post .message-box-wrap2 .show-me .submitted-message p {
        font-weight: bold;
        font-size: 16px;
        margin: 10px 0 0; }
      .single-post .message-box-wrap2 .show-me:-webkit-input-placeholder {
        /* WebKit browsers */
        display: none !important; }
      .single-post .message-box-wrap2 .show-me:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        display: none !important; }
      .single-post .message-box-wrap2 .show-me:-moz-placeholder {
        /* Mozilla Firefox 19+ */
        display: none !important; }
      .single-post .message-box-wrap2 .show-me:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        display: none !important; }
    .single-post .message-box-wrap2 .visible {
      opacity: 1; }
    .single-post .message-box-wrap2 .toggle {
      opacity: 1; }
    .single-post .message-box-wrap2 .visible2 {
      opacity: 1; }
    .single-post .message-box-wrap2 .zz {
      opacity: 0 !important; }
    .single-post .message-box-wrap2 .zz2 {
      opacity: 0 !important; }
  .single-post div .disappear {
    opacity: 0 !important; }
  .single-post .stick2 {
    visibility: visible;
    opacity: 1 !important; }
  .single-post .post-subscription-row .heading-list {
    width: 50%;
    padding-right: 40px; }
    @media only screen and (max-width: 768px) {
      .single-post .post-subscription-row .heading-list {
        width: 100%;
        padding-right: 0px; } }
  .single-post .post-subscription-row .d-table {
    position: relative;
    z-index: 9999; }

@media only screen and (max-width: 768px) {
  blockquote {
    margin-left: 10px;
    margin-right: 10px; } }

.subscription-form {
  padding: 0px;
  text-align: center;
  max-width: 720px;
  margin: 0 auto; }
  .subscription-form .hbspt-form {
    max-width: 30%;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      .subscription-form .hbspt-form {
        max-width: 76%; } }
  .subscription-form .hs_email > label {
    color: #172A76;
    font-size: 22px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    display: none; }
  .subscription-form .hs_email input[type=email] {
    min-height: 45.7px;
    border-bottom: 1px solid #92AFD5;
    color: #87A5CC;
    font-size: 12px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 0px;
    width: 95%;
    max-width: 500px;
    text-align: center;
    padding: 0; }
    .subscription-form .hs_email input[type=email]:focus {
      outline: none; }
  .subscription-form .actions {
    margin-top: 20px; }
  .subscription-form .inputs-list {
    margin: 0;
    list-style: none;
    display: none; }
    .subscription-form .inputs-list .hs-form-booleancheckbox {
      font-size: 13px;
      font-size: 0.8125rem;
      line-height: normal; }
      .subscription-form .inputs-list .hs-form-booleancheckbox .hs-input {
        margin-right: 6px; }
  .subscription-form .legal-consent-container {
    margin-top: 12px;
    font-size: 14px;
    display: none; }
  @media only screen and (max-width: 768px) {
    .subscription-form .hs_submit {
      text-align: center;
      margin-top: 20px; } }
  .subscription-form .hs_submit input[type="submit"] {
    background-color: #1F99FA;
    border: 1px solid #1F99FA;
    font-weight: 500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 8px 40px;
    width: 100%; }
  .subscription-form .hs-error-msgs label {
    color: #B41414;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    display: block; }
  .subscription-form .submitted-message p {
    color: #172A76;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px; }
    .subscription-form .submitted-message p:first-child {
      padding-top: 100px; }
      .subscription-form .submitted-message p:first-child::before {
        content: '';
        background-image: url(../../images/success.png);
        background-repeat: no-repeat;
        background-position: top center;
        background-size: contain;
        width: 85px;
        height: 75px;
        top: 25px;
        right: 0;
        left: 0;
        position: absolute;
        margin: 0 auto; }

.hs_error_rollup {
  display: none; }

.submitted-message p {
  position: relative; }

@media only screen and (max-width: 768px) {
  .floating-logos {
    display: none; } }
.floating-logos .floating-logo12 {
  top: 33%;
  left: -34%;
  position: absolute;
  animation-direction: alternate-reverse; }

#text-16 {
  margin-bottom: 25px; }

.post-content-row ol .heading-list {
  color: #000 !important; }

.minus i::before {
  content: "\f146" !important; }

.minus2 i::before {
  content: "\f146" !important; }

.plus i::before {
  content: "\f0fe"; }

.plus2 i::before {
  content: "\f0fe"; }

.share-buttons {
  margin-top: 8px !important; }

.share-wrap {
  z-index: 99; }
  .share-wrap .show {
    opacity: 1 !important; }

.share-btn {
  background-color: #CACFE2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  margin-bottom: 8px;
  display: block;
  cursor: pointer; }

@media only screen and (max-width: 1269px) {
  .message-box-wrap {
    right: 1% !important;
    width: 190px !important;
    top: 68% !important; } }
@media only screen and (max-width: 1223px) {
  .message-box-wrap {
    width: 0 !important;
    visibility: hidden !important; } }

@media only screen and (max-width: 1269px) {
  .message-box-wrap2 {
    left: 1% !important;
    width: 190px !important; } }
@media only screen and (max-width: 1223px) {
  .message-box-wrap2 {
    width: 0 !important;
    visibility: hidden !important; } }

.block {
  opacity: 0 !important; }

.tooltip-element {
  background: #2c3458;
  color: #fff;
  padding: 4px 4px;
  position: absolute;
  left: 35px;
  top: 0px;
  line-height: 1;
  font-size: 12px;
  display: none; }

.share-btn:hover .tooltip-element {
  display: block !important; }

.share-linkedin:hover {
  background-color: #0a66c2 !important; }

.share-twitter:hover {
  background-color: #1da1f2 !important; }

.share-facebook:hover {
  background-color: #1877f2 !important; }

/*# sourceMappingURL=new-single.css.map */
