.darkblue-bg {
  background-color: rgb(2, 39, 65);
}
.recent_right_img {
  width: 100%;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.recent_right_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  -o-object-position: center center;
  object-position: left center;
}
.blog_top .slide-arrow {
  position: absolute;
  bottom: -40px;
  width: 45px;
  height: 45px;
  background-color: #eee;
  border: 0;
  border-radius: 100%;
  font-size: 20px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.blog_top .prev-arrow {
  left: 90%;
}
.blog_top .next-arrow {
  left: 96%;
}
.blog_top .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.blog_top .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 1px;
  padding: 0;
  cursor: pointer;
}
.blog_top .slick-dots {
  position: absolute;
  border: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left;
  right: 0;
  bottom: -40px;
}
.blog_top .slick-dots li button::before {
  font-family: "slick";
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 1;
  color: #878787;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.blog_top .slick-dots li.slick-active button::before {
  color: #ffde1d;
}
.blog_block_img {
  height: 220px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.blog_block_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.all_blog_block .blog_block_cnt {
  padding: 0 15px 15px;
}
.blog_block_info {
  padding: 14px 0 8px;
}
.blog_block_title a {
  display: block;
  font-size: 20px;
  line-height: 1.4em;
  color: #012840;
  margin: 0 0 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding-top: 0px;
  /* padding-top: 15px; */
}
.all_blog_block:hover .blog_block_title a {
  color: rgb(48, 207, 242);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog_block_info span::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #878787;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.blog_block_info span {
  padding-right: 10px;
  position: relative;
  margin-right: 10px;
  font-size: 13px;
}
.blog_block_info span:last-child {
  padding: 0px;
  margin: 0px;
}
.blog_block_info span:last-child::after {
  display: none;
}
.blog_search input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem 0.375rem 3rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  background-color: #fff;
  background-clip: padding-box;
  border-bottom: 1px solid #acacac !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border: transparent;
  resize: none;
  height: calc(1.9em + 1rem + 2px);
}
.blog-fillter .form-select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ced4da !important;
}
.blog_search input:focus {
  outline: none;
}
.blog_search i.fa.fa-search {
  position: absolute;
  left: 15px;
  font-size: 18px;
  color: #acacac;
}
.blog-fillter .form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #012840;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #f9f9f9;
}
.inner-blog-page {
  /* height: 100%;
  background-repeat: no-repeat;
  width: 100%;
  border-radius: 0 10px 10px 0;
  background-size: 70% 100%;
  padding-top: 150px;
  margin-bottom: 0px;
  background-position-x: left;
  height: 70vh; */
}
/* .inner-blog-page::before {
  background-color: rgb(0, 0, 0, 0.5);
  position: absolute;
  width: 70%;
  height: 100%;
  left: 0;
  top: 0;
  content: "";
  border-radius: 0 10px 10px 0;
} */
/* new css feb 2023 */
.inner-blog-page::before {
  position: absolute;
  content: "";
  width: 52%;
  height: 70vh !important;
  display: block;
  left: 6%;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover !important;
  z-index: -1;
  background-position: center center;
}
.blog_inner_right {
  /* padding: 30px 40px;
  border-radius: 10px 10px 0 0;
  position: relative !important;
  margin-bottom: -50px; */
  /* padding: 30px 40px;
    border-radius: 10px;
    position: relative !important;
    margin-bottom: -50px;
    box-shadow: 2px 12px 20px rgb(0 0 0 / 18%); */
}
.author_img {
  width: 32px;
  height: 32px;
  display: block;
  overflow: hidden;
  border-radius: 100%;
}
.author_img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog_content h1 {
  font-size: 30px;
  line-height: 42px;
  color: #012840;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.blog_content h2 {
  font-size: 26px;
  line-height: 38px;
  color: #012840;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.blog_content h3 {
  font-size: 22px;
  line-height: 34px;
  color: #012840;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.blog_content h4 {
  font-size: 20px;
  line-height: 32px;
  color: #012840;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.blog_content h5 {
  font-size: 18px;
  line-height: 30px;
  color: #012840;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 15px;
}
.blog_content h6 {
  font-size: 16px;
  line-height: 28px;
  color: #012840;
  font-weight: 600;
  letter-spacing: 0.2px;
  margin-bottom: 12px;
}
.blog_content img {
  width: 100% !important;
  /* height: auto !important; */
  margin: 30px auto 30px;
  display: block;
  border-radius: 10px;
}
.blog_content ul,
.blog_content ol {
  margin-bottom: 20px;
  padding-left: 40px;
}

.blog_content ol {
  margin-bottom: 0px !important;
}

/* .blog_content ul > li {
  font-size: 16px;
  line-height: 26px;
  color: #878787;
  font-weight: 400;
  padding-right: 18px;
  margin-right: 10px;
  position: relative;
  padding: 6px 0;
} */

.blog_content ul > li {
  font-size: 16px;
  line-height: 30px;
  color: #343434;
  font-weight: 500;
  padding-right: 18px;
  margin-right: 10px;
  position: relative;
  padding: 6px 0;
}

.blog_content ol > li {
  font-size: 16px;
  line-height: 26px;
  color: #343434;
  font-weight: 500;
  padding: 6px 0;
}
/* .blog_content p {
  font-size: 16px;
  line-height: 26px;
  color: #878787;
  font-weight: 400;
  margin-bottom: 1.3rem;
} */

/* new css feb 2023 start */
.blog_content p {
  font-size: 16px;
  line-height: 28px;
  color: #343434;
  font-weight: 500;
  margin-bottom: 1.3rem;
}

/* End */
/* .blog_content strong {
  font-weight: 600;
  font-size: 16px;
} */
.blog_content strong {
  font-weight: 700;
  font-size: 18px;
}
.blog_content a {
  /* color: #30cff2; */
  font-size: 16px;
  font-weight: 600;
}
.blog_content blockquote {
  font-size: 16px;
  line-height: 26px;
  color: #878787;
  position: relative;
  padding-left: 20px;
  margin: 0 15px 20px;
}
.blog_content blockquote::before {
  position: absolute;
  content: "";
  border-left: 3px solid #30cff2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.tag_blog ul > li {
  list-style: none;
  margin: 5px 10px 5px 0;
}
.tag_blog ul > li > a {
  padding: 8px 16px;
  color: #0d0d0d;
  font-size: 16px;
  font-weight: 500;
  display: block;
  background: #f9f9f9;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
}
.move_blog {
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  padding: 25px 25px 25px 25px;
  border-radius: 4px;
  position: sticky;
  top: 55px;
  z-index: 1;
}
.blog_next .slide-arrow {
  position: absolute;
  top: -50px;
  width: 30px;
  height: 30px;
  background-color: #eee;
  border: 0;
  border-radius: 100%;
  font-size: 16px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  text-align: right;
}
.blog_next .next-arrow {
  right: 0;
}
.blog_next .prev-arrow {
  right: 40px;
}
.move_blog_form {
  position: sticky;
  top: 70px;
  margin-top: 100px;
}
.ebooks_download_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: rgb(2, 39, 65);
  display: block;
  padding: 20px;
  margin-top: -104px;
}
.ebooks_download_form .hbspt-form {
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.03);
}
.ebooks_download_form .hbspt-form label {
  display: block;
  font-size: 16px;
  color: #000;
  font-family: inherit;
  margin: 0;
}
.ebooks_download_form
  .hbspt-form
  input:not([type="checkbox"]):not([type="submit"]):not([type="radio"]),
.ebooks_download_form .hbspt-form textarea.hs-input {
  display: block;
  width: 100% !important;
  padding: 0 !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  color: #0d0d0d;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-bottom: 1px solid #878787 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  resize: none;
  height: calc(1em + 0.9rem + 2px);
}
.ebooks_download_form .hbspt-form input:focus,
.ebooks_download_form .hbspt-form textarea.hs-input:focus {
  outline: none;
}
.ebooks_download_form .hbspt-form .hs-form-field {
  margin-bottom: 20px;
}
.ebooks_download_form .hbspt-form .hs-error-msgs {
  padding: 0;
  list-style: none;
  margin: 10px 0 0;
}
.ebooks_download_form .hbspt-form .hs-error-msgs label {
  font-size: 14px;
  color: red;
}
.ebooks_download_form .hbspt-form .hs_submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ebooks_download_form .hbspt-form .actions {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  overflow: hidden;
}
.ebooks_download_form .hbspt-form .actions .hs-button {
  border: 0;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  color: #30cff2;
  padding-right: 40px;
}
.ebooks_download_form .hbspt-form .actions:after {
  content: "";
  width: 45px;
  height: 45px;
  border: 1px solid #30cff2;
  margin-left: 15px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0) url(../images/cta_arrow_icon_blue.png) no-repeat
    scroll 55% center / 12px;
}
.ebooks_download_form .hbspt-form .actions:before {
  content: "";
  width: 70px;
  background: #30cff2;
  display: inline-block;
  height: 2px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 137px;
  top: 48%;
  transition: all 0.3s ease 0s;
}
.ebooks_download_form .hbspt-form .actions:hover:before {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation: 1.5s ease 0s 1 normal none running hs_form_mymove;
  animation: 1.5s ease 0s 1 normal none running hs_form_mymove;
}
@keyframes hs_form_mymove {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes hs_form_mymove {
  from {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.ebooks_download_form .submitted-message {
  padding: 30px 0;
}
.ebooks_download_form .submitted-message p {
  font-size: 14px;
  color: #666;
  display: block;
  margin: 15px 0 0;
}
.ebooks_download_form .submitted-message p strong {
  font-size: 30px;
  font-weight: 600;
  display: block;
  color: #12db12;
}
.cb_form_control input[type="text"],
.cb_form_control input[type="email"],
.cb_form_control textarea {
  display: block;
  width: 100%;
  font-family: inherit;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  color: rgb(2, 39, 65);
}
.cb_form_control .recapature input[type="text"] {
  width: auto;
  padding: 7px;
}
.cb_form_control span:nth-child(2) {
  margin: 0 20px;
  color: #30cff2;
}
.cb_form_control span img {
  border-radius: 4px;
}
.cb_form_control label {
  display: block;
  margin: 0 0 10px;
}
.cb_form_control [type="button"] {
  color: #30cff2;
  font-size: 16px;
  padding: 13px 40px;
  border: none;
  font-family: inherit;
  text-transform: uppercase;
  border-radius: 4px;
  font-weight: 700;
  width: 100%;
  background: rgb(240, 240, 240);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.blog_comment_msg_info span a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgb(2, 39, 65);
}
.cb_form_control [type="button"]:hover {
  background: rgb(232, 232, 232);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgb(2, 39, 65);
}
.blog_comment {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.blog_comment_box_header h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: rgb(2, 39, 65);
}
.blog_comment_msg {
  font-size: 15px;
  line-height: 1.6em;
  color: #828282;
}
.blog_comment_msg_info span span {
  border: 1px solid #eee;
  padding: 2px 10px;
  border-radius: 4px;
}
.blog_comment_msg_info span {
  margin-right: 10px;
}
.blog_comment_msg_info span a {
  color: #30cff2;
  text-decoration: none;
  font-size: 15px;
}
.blog_comment_msg_info span a i {
  font-size: 12px;
}
.blog_comment_msg_outer {
  border-top: 1px solid #eee;
  margin-top: 20px;
  padding-top: 20px;
}
.blog_comment_msg_outer:last-child {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}
.blog_comment_box_step_2 .blog_comment_box_header h3 {
  font-size: 16px;
}
.blog_comment_box_step_2 .blog_comment_box_header span {
  font-size: 14px;
}
.blog_comment_box_step_2 .blog_comment_msg,
.blog_comment_box_step_2 .blog_comment_msg_info span span {
  font-size: 13px;
}
.blogarticle-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0d0d0d;
  background-color: transparent;
  background-clip: padding-box;
  border-bottom: 1px solid #878787 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  border: transparent;
  resize: none;
  height: calc(1.5em + 0.9rem + 2px);
}
.blogarticle-form-control:focus {
  outline: none;
}
.form-group {
  margin-bottom: 40px;
}
.captcha-mode {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.capcha-input input:focus {
  border: 1px solid #878787 !important;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.enter-capacha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.captcha-mode a {
  margin-left: 10px;
}
.tf-blog-borderfulls {
  border: 1.4px solid #e8e8e8 !important;
  display: block;
  height: 37px !important;
  width: 60%;
  background: #ffffffc4;
  border-radius: 0;
  padding: 0.5rem;
  outline: 0;
  color: #403f3f;
  -webkit-box-shadow: none;
  box-shadow: none;
  line-height: 1.8;
  font-weight: 400;
  font-size: 0.95rem;
  margin-bottom: 8px;
  text-decoration: none;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}
.tf-blog-borderfull {
  border: 1.4px solid #e8e8e8 !important;
  padding: 0.65rem 1rem;
}
.tf-like-reply,
.tf-reply-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgb(48, 207, 242);
}
.tf-like-comment {
  font-size: 16px;
  color: rgb(102, 102, 102);
  letter-spacing: 0.3px;
  margin-right: 15px;
}
.tf-blog-comm-cta {
  background: transparent;
  border: none;
  color: #30cff2;
}
.comman_btn.blue_btn .input-cta {
  color: rgb(48, 207, 242);
  cursor: pointer;
  padding-bottom: 0;
}
.comman_btn .input-cta {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 600;
  color: rgb(255, 255, 255);
  overflow: hidden;
  padding-bottom: 10px;
}
.comman_btn.blue_btn .input-cta {
  color: rgb(48, 207, 242);
}
.comman_btn.blue_btn .input-cta span::after {
  background: rgb(48, 207, 242) none repeat scroll 0% 0%;
}
.comman_btn .input-cta span::after {
  content: "";
  width: 70px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  display: inline-block;
  height: 2px;
  margin-right: -28px;
  margin-left: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.comman_btn.blue_btn .input-cta::after {
  border-color: rgb(48, 207, 242);
  background: rgba(0, 0, 0, 0) url(../images/cta_arrow_icon_blue.png) no-repeat
    scroll 55% center / 12px;
}
.comman_btn .input-cta::after {
  content: "";
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0) url(../images/cta_arrow_icon_white.png) no-repeat
    scroll 55% center / 12px;
  border-radius: 50%;
  border: 1px solid rgb(255, 255, 255);
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comman_btn .input-cta span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comman_btn .input-cta:hover span::after {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-animation: 1.5s ease 0s 1 normal none running mymove;
  animation: 1.5s ease 0s 1 normal none running mymove;
}
.tf-recomment-bx-repeat:first-child {
  border-top: 1px solid #878787;
}
.tf-recomment-bx-repeat {
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #878787;
}
.replyClass {
  margin-top: 30px;
  display: block;
  background: #fff;
  padding: 40px;
}
.tf-recomment-revert {
  background-color: #fff;
  padding: 25px 25px;
}
.blog_gl_filters ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.blog_gl_filters ul li {
  font-size: 16px;
  font-weight: 500;
  margin: 0 30px 0 0;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.blog_gl_filters ul li.active {
  color: rgb(2, 39, 65);
}
.blog_search.blog_search_new_td input {
  border: 2px solid rgb(2, 39, 65) !important;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.3s ease-in-out;
  height: 50px;
}
.blog-fillter.stick {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  background: #f9f9f9;
  left: 0;
  top: 54px;
  z-index: 9;
  transition: 0.3s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 5px;
  box-shadow: rgba(0, 0, 0, 0.05) 0 0 10px 5px;
  margin: 0px;
}
.blog-fillter.stick .blog_search.blog_search_new_td input {
  height: 40px;
  background: transparent;
}
.blog-fillter.stick .blog_search i.fa.fa-search {
  color: rgb(2, 39, 65);
}
.blog-fillter.stick .blog_gl_filters ul li {
  font-size: 14px;
}
.sbs_fm form input[type="email"] {
  padding: 10px 50px 10px 0 !important;
  height: 50px;
  background: transparent;
  font-family: inherit;
  color: #fff;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 1px 0;
  font-size: 16px;
}
.sbs_fm form input[type="email"]:focus {
  outline: none;
}
.sbs_fm form {
  position: relative;
}
.sbs_fm form .hs-error-msgs {
  padding: 0;
  margin: 10px 0 0;
  font-size: 14px;
  color: rgb(2, 39, 65);
  list-style: none;
}
.sbs_fm form .hs-form-field > label {
  display: none;
}
.sbs_fm form input[type="submit"] {
  height: 50px;
  border: 0;
  font-size: 0;
  width: 40px;
  background: url(https://app.transfunnel.com/hubfs/2022/subs_submit.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.sbs_fm form input::placeholder {
  color: rgb(2, 39, 65);
  opacity: 1;
}
.sbs_fm form input:-ms-input-placeholder {
  color: rgb(2, 39, 65);
}
.sbs_fm form input::-ms-input-placeholder {
  color: rgb(2, 39, 65);
}
.blog-fillter.stick .categories_filter.shky select {
  border: 1px solid #ced4da;
  height: 40px;
  padding: 5px 15px;
  font-size: 14px;
}
.news_share_cl img {
  max-width: 35px;
}
.news_share_cl > * {
  border: 0;
  background: transparent;
  padding: 0;
  margin-right: 7px;
}
.list-of-tag ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
  gap: 10px;
}

.list-of-tag ul li {
  margin: 8px 0px 0px 0px;
  padding: 0px;
}

.list-of-tag ul li a {
  font-weight: 600;
  color: rgb(0 0 0 / 70%);
  font-size: 11px;
  background: #eee;
  padding: 6px 14px;
  border-radius: 50px;
}
.slick-slide .font-bold .text-blue {
  text-decoration: underline;
}
.slick-slide .text-blue:hover {
  color: #30cff2;
}

/* arun css */
.all_blog_block .blog_block_title {
  margin-top: 4px;
}
.all_blog_block .blog_block_title .information {
  font-size: 16px;
  color: #000;
}

.blog_more_detail table tr td {
  font-size: 16px;
  line-height: 28px;
  color: #343434;
  font-weight: 500;
  vertical-align: top;
  margin-bottom: 1.3rem;
}

.blog_content tbody,
.blog_content td,
.blog_content tfoot,
.blog_content th,
.blog_content thead,
.blog_content tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border: 1px solid #000;
  padding: 10px;
}
.pop_blog {
  /* display: none; */
}

@media (min-width: 300px) and (max-width: 460px) {
  .blog_more_detail table tr td {
    vertical-align: top;
  }
  .blg-table {
    overflow: scroll;
  }
  .recent_left {
    height: 370px !important;
  }
  .inner-blog-page {
    height: auto !important;
  }
}
@media screen and (max-width: 1199px) {
  .recent_left h1 {
    font-size: 48px;
    line-height: 60px;
  }
  /* .blog_top .prev-arrow {
    left: 38%;
  } */
  .date_admin p {
    margin-bottom: 10px;
  }
  .blog_inner_right h1 {
    font-size: 36px;
    line-height: 50px;
  }
  .heading-20 {
    font-size: 18px;
    line-height: 30px;
  }
  .heading-24 {
    font-size: 20px;
    line-height: 32px;
  }
  .capcha-input input {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .filters.blog_gl_filters {
    margin: 0 0 10px;
  }
  .blog-fillter.stick {
    top: 50px;
  }
  .recent_left h1 {
    font-size: 34px;
    line-height: 48px;
    margin-top: 0;
  }
  .blog_block_title a {
    font-size: 16px;
  }
  .blog_inner_right h1 {
    font-size: 30px;
    line-height: 44px;
  }
  .inner-blog-page {
    padding-top: 0px;
    margin-bottom: 0px;
  }
  .move_blog {
    position: static;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 20px;
  }
  .ebooks_inner_page .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ebooks_download_title {
    margin: 0;
  }
  .move_blog_form {
    position: static;
  }
  .capcha-input input {
    width: 100%;
  }
  .comman_btn .input-cta span::after {
    height: 2px;
    margin-right: -21px;
    margin-left: 20px;
    width: 60px;
  }
  .comman_btn .input-cta span::after {
    height: 2px;
    margin-right: -21px;
    margin-left: 20px;
    width: 60px;
  }
  .comman_btn .input-cta::after {
    width: 34px;
    height: 34px;
  }
  .comman_btn.blue_btn .input-cta::after {
    background: rgba(0, 0, 0, 0) url(../images/cta_arrow_icon_blue.png)
      no-repeat scroll 55% center / 9px;
  }
}
.blog_content table th {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
@media (min-width: 601px) and (max-width: 767px) {
  .blg-table tbody tr td {
    margin-bottom: 0px !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
}

@media screen and (max-width: 767px) {
  .resource_pagination ul li:last-child,
  .resource_pagination ul li:first-child {
    display: block;
  }

  /* responsive blog table css */
  .blg-table tbody tr td span {
    display: block;
  }
  .blg-table tbody {
    border: none !important;
  }
  .blg-table tbody tr {
    padding: 0px;
  }
  .blg-table tbody tr td {
    vertical-align: top;
    text-align: left;
    margin-bottom: 0px !important;
    border: none;
    border-bottom: 1px solid #000;
  }
  .blg-table tbody tr td[data-label="Salesforce"] {
    border-bottom: none;
  }
  table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }

  table caption {
    /* font-size: 1.5em; */
    margin: 0.5em 0 0.75em;
  }

  table tr {
    /* background-color: #f8f8f8;
    border: 1px solid #ddd; */
    padding: 0.35em;
  }

  table th,
  table td {
    padding: 0.625em;
    text-align: center;
  }

  .recent_right_img {
    height: 250px !important;
  }

  .inner-blog-page::before {
    display: none;
  }
  section.inner-blog-page {
    padding: 0px !important;
    margin: 0px;
  }
  .inner-blog-page {
    /* height: 40vh; */
  }
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }

  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: 0.625em;
  }

  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: left;
  }

  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(scope);
    float: none;
    font-weight: bold;
    text-transform: uppercase;
  }

  table td:last-child {
    border-bottom: 0;
  }
}

/* End */

.blog_content.pr-30 {
  padding-right: 0px !important;
  padding-left: 0px;
}
.related-press-releases .col-lg-4 {
  margin-top: 30px !important;
}
.sbs_fm form input[type="email"] {
  font-size: 14px;
}
.sbs_fm form input[type="submit"] {
  background-size: 30px;
  background-position: center right;
}
.blog_search.blog_search_new_td {
  margin: 10px 0 0;
}
.filters.blog_gl_filters {
  margin: 0 0 10px;
}

.recent_left h1 {
  font-size: 24px;
  line-height: 36px;
}
.recent_blog_bx .row {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: row;
}
.recent_left {
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin-bottom: 25px;
  -o-object-fit: cover;
  object-fit: cover;
}
.recent_right_img {
  height: 400px;
}
.date_admin p {
  margin-bottom: 10px;
  font-size: 16px;
}
.blog_block_title a {
  font-size: 18px;
}
.inner-blog-page {
  background-size: 0% 0%;
  margin: 20px auto;
  max-width: 900px;
}
.inner-blog-page::before {
  /* width: 75%;
    left: 0%; */
}
.blog_inner_right {
  padding: 20px 0px 0;
  border-radius: 10px 10px 0 0;
}
.blog_content h1,
.blog_content h2,
.blog_content h3 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 10px;
}
.blog_content h3,
.blog_content h5 {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 10px;
}
.tag_blog_wrap > ul {
  padding-left: 0;
  margin-top: 0px;
}
.ebooks_download_form .hbspt-form .actions::before {
  left: 134px;
}
.blog_comment_box_header h3 {
  font-size: 15px;
}
.blog_comment_box_header span {
  font-size: 12px;
}
.blog_comment_box_step_2 .blog_comment_box_header h3 {
  font-size: 13px;
}
.blog_comment_box_step_2 .blog_comment_box_header span {
  font-size: 10px;
}

@media screen and (max-width: 576px) {
  .blog_inner_right h1 {
    font-size: 24px;
    line-height: 36px;
  }
  .inner-blog-page {
    background-size: cover;
    margin-bottom: 30px;
    border-radius: 0;
    background-position: center center;
  }
  .inner-blog-page::before {
    width: 100%;
    border-radius: 0;
  }
  .blog_inner_right {
    padding: 20px 20px;
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
  }
  .blog_content h1,
  .blog_content h2,
  .blog_content h3 {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .blog_content h3,
  .blog_content h5 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .author_img {
    width: 40px;
    height: 40px;
  }
  .author_img {
    margin-right: 15px;
  }
  .blog_author span.heading-18 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 10px;
  }
  .blog_content ul,
  .blog_content ol {
    padding-left: 2rem;
  }
  .tag_blog_wrap > ul {
    padding-left: 0;
    margin-top: 0px;
  }
  .tag_blog {
    padding: 0;
  }
  .tag_blog ul > li > a {
    padding: 10px 25px;
    font-size: 14px;
  }
  .replyClass,
  .tf-recomment-revert {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767px) {
  .blogh2.heading-42.text-blue.font-bold.mb-10.mt-10 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
  .blog_content img {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  h2.blogh2.heading-42.text-blue.font-bold.mb-10.mt-10 {
    font-size: 34px;
    line-height: 48px;
    margin-top: 0;
  }
  .date_admin {
    display: block !important;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  h2.blogh2.heading-42.text-blue.font-bold.mb-10.mt-10 {
    font-size: 48px;
    line-height: 60px;
  }
  section.recent_blog {
    padding: 10px;
  }
  .blog-fillter {
    padding-top: 40px;
  }
}

/* New Blog Page Design Css Start */
.blog-details-box {
  margin: 0 auto;
  max-width: 900px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  width: 100%;
  padding: 10px 0;
}
.logo-name-box {
  display: flex;
  align-items: center;
  flex: 0 0 38%;
}
.blog_more_detail {
  margin: 0 auto;
  max-width: 1140px;
  width: 100%;
  position: relative;
}
.all_blog_md {
  background: #f9f9f9;
}

@media (min-width: 300px) and (max-width: 767px) {
  .inner-blog-page {
    max-width: 100%;
    width: 100%;
  }
  .inner-blog-page img {
    width: 100%;
  }
  .blog_content.pr-30 {
    /* padding-right: 15px !important;
  padding-left: 15px !important; */
    padding: 0px;
  }
  .move_sub {
    display: block !important;
  }
  .blog_more_detail {
    padding: 0 15px;
  }
  .social-links {
    right: 0px !important;
    width: 100% !important;
  }
  .social-links ul {
    max-width: 160px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .social-links {
    right: 0px !important;
    width: 50px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .social-links {
    right: 0px !important;
    width: 50px !important;
  }
}

.blog-inner-banner-img {
  width: 100%;
}
