.btn_blue_line {
  display: flex;
  align-items: center;
  width: fit-content;
  transition: 0.3s all;
  font-size: 16px;
  font-weight: 600;
  color: #022741;
  text-decoration: none;
  position: relative;
  gap: 15px;
}
.line_btn:hover {
    color: #022741;
}
.btn_blue_line svg {
  order: 2;
}
.btn_blue_line:after {
  content: "";
  width: 70px;
  background: #022741;
  display: inline-block;
  height: 2px;
  margin-right: -41px;
  transition: 0.3s all;
  transform: translateX(0);
}
.btn_blue_line:hover::after {
  transition: 0.3s all;
  animation: mymove 1.5s;
  -webkit-animation: mymove 1.5s;
  -moz-animation: mymove 1.5se;
}

@keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes mymove {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* simple btn */
.btn_smpl {
    display: inline-block;
    padding: 10px 24px;
    background: #ffffff;
    color: #012840;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    transition: 0.3s ease-in-out;
    border: 1px solid #ffffff;
}
.btn_smpl:hover {
    background: #30cff2;
    color: #012840;
    border-color: #30cff2;
}
/* simple btn */
/* ====== clients logos ====== */
.clients_logo_module {
  padding: 60px 0;
}
.clients_logo_module_heading > h2 {
  font-size: 20px;
  margin: 0 0 20px;
  line-height: 1.2em;
  font-weight: 600;
  color: #000;
}
.clm_img img {
  height: 45px;
  width: 100%;
  object-fit: contain;
  max-width: 120px;
}
/* ====== End ====== */

/* ====== One System Roadmap ====== */
.one_system {
  padding: 60px
   0px;
}
.onesym-title {
  max-width: 59%;
  text-align: left;
}
.onesym-title > h2 {
  font-size: 40px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 700;
}
.onesym-title > p {
  font-size: 16px;
  max-width: 850px;
  color: #353535;
  width: 100%;
  line-height: 1.6em;
  margin: 15px 0 0;
}
.onesyetem-bx {
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #d1d1d1;
  margin-top: 30px;
}
.font-16 {
  font-size: 16px;
  line-height: 1.6em;
}
/* ====== End ====== */

/*====== Monday Sticky Service  ====== */
.left-sidebar {
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  min-height: 1px;
}
.StickySidebar {
  padding-top: 0px;
  padding-bottom: 1px;
  position: sticky;
  top: 100px;
  left: 101.5px;
  width: 100%;
  max-width: 400px;
}
.roi_box {
  border: 1px solid #878787;
  border-radius: 5px;
  padding: 70px 30px 30px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.hub-marketing-roi-bx {
  border: 1px solid #878787;
  border-radius: 5px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
}

.hub-marketing-roi-bx h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
  position: relative;
}
.roi_box_outer .col-md-6 {
  margin-bottom: 30px;
}

.roi_box_outer .col-md-6:nth-child(2n) {
  margin-top: 30px;
  margin-bottom: 0;
}

.roi_box > h3 {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  color: #fff;
  margin: 0 0 15px;
  position: relative;
}

.roi_box > p {
  font-size: 16px;
  line-height: 1.7em;
  color: #fff;
  margin: 0 0 15px 0;
  position: relative;
}
.roi_box > ul {
  padding-left: 20px;
  margin-bottom: 0;
  position: relative;
}
.roi_box > ul > li {
    color: #fff;
    font-size: 16px;
    line-height: 1.6em;
    padding: 3px 0;
}
.roi_box .overlay {
  width: 200%;
  height: 200%;
  right: -50%;
  position: absolute;
  top: -50%;
  background-color: #30cff2;
  border-radius: 50%;
  transition: all 0.8s ease-out;
  opacity: 0;
  transform: translate3d(62%, -62%, 0);
}

.roi_box:hover .overlay {
  transition: all 0.8s ease-out;
  opacity: 1;
  border-radius: 40%;
  transform: translate3d(-12.5%, 12.5%, 0);
}

/* ====== End ====== */

/* ====== AI that handles the busywork  ====== */
.event-right-info {
  box-shadow: 0px 4px 10px 0px #0000000d;
  background: #fff;
  padding: 40px 30px 40px 35px;
  border-radius: 10px;
}
.event-right-info ul {
  margin: 0;
  padding-left: 20px;
}
.event-right-info ul > li {
  font-size: 16px;
  color: #353535;
  padding: 5px 0;
  line-height: 1.5em;
}
.event-right-info ul > li::marker {
  color: #30cff2;
}
/* ====== End ====== */

/* ====== Monday PDF Work ====== */
.hs_pdf_wrapper {
  display: flex;
  gap: 30px;
  background-color: #012840;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0px 4px 42px 0px rgba(0, 0, 0, 0.14);
}
.hs_pdf_wrapper > .hs_pdf_col {
  flex: 1;
}
.hs_pdf_wrapper .hs_growth_title {
  padding: 50px 0px 50px 50px;
}
.hs_pdf_wrapper .hs_growth_title p {
  color: #353535;
  margin-bottom: 30px;
}
.hs_pdf_btns {
  display: flex;
  align-items: center;
  gap: 15px;
}
.hs_pdf_img img {
  display: block;
  margin-inline: auto;
  width: 100%;
  max-width: 450px;
  margin-left: auto;
  margin-right: 20px;
}
/* ====== End ====== */


/* ====== Streamline Process  ====== */
.stmp-heading{
  padding-bottom: 100px;
}
.stm-process{
  padding-bottom: 150px;
}
.stmp-heading  > p {
  color: #353535;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
}

.stmp-card-bx {
  background: #30cff2;
  padding: 25px;
  height: 100%;
  border-radius: 10px;
}

.stmp-card-bx span {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #000;
  padding-bottom: 10px;
  display: block;
}
.stmp-bx {
  position: relative;
}
.stmp-bx:after,
.stmp-bx:before,
.stmp-curve-shap:after {
  position: absolute;
  content: "";
  background-image: url("https://transfunnel-staging.design.transfunnel.biz/images/how-it-work-shap.png");
  height: 75px;
  width: 320px;
  background-repeat: no-repeat;
}
.stmp-bx:after {
  top: -74px;
  left: 10%;
}
.stmp-bx:before {
  top: -74px;
  left: 60%;
}
.stmp-curve-shap:after {
  left: 37%;
  transform: scaleY(-1);
}
/* ====== End  ====== */

/* ====== One platform. Different views. Same truth.  ===== */
.monday-pttitle {
  max-width: 60%;
  text-align: left;
  margin-bottom: 50px;
}

.monday-pttitle > h2 {
  font-size: 32px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 600;
}

.monday-pttitle > p {
  font-size: 16px;
  max-width: 850px;
  color: #353535;
  width: 100%;
  line-height: 1.6em;
  margin: 15px 0 0;
}

.monday-product-right-img img {
  width: 100%;
  height: 100%;
}

.monday-product-right-content h2 {
  width: 100%;
  max-width: 470px;
  padding-bottom: 30px;
}

.monday-product-right-content ul {
  list-style: none;
  padding-left: 0px;
}

.monday-product-right-content ul li {
  display: flex;
  gap: 20px;
  font-size:18px;
  line-height: 1.6em;
  color: #000000;
}
/* ====== End ===== */

/* ====== FAQ ====== */
.accordion-body ul li {
  color: #878787;
}
.app_faq_md .app_faq_tabconent_inner .accordion-item .accordion-button {
  padding: 25px 0;
}

.white-faq .accordion-item p {
  color: #878787;
  font-size: 16px;
}

.white-faq .app_faq_tabconent_inner .accordion-item .accordion-button {
  color: #012840;
}
.white-faq .accordion-item {
  box-shadow: 0 3px 16px #0000000d;
  margin-bottom: 20px;
  padding: 0 25px;
  border-radius: 5px !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
}
.app_faq_md .app_faq_tabconent {
  width: 70%;
  margin: auto;
}
.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.white-faq .accordion-item {
  box-shadow: 0 3px 16px #0000000d;
  margin-bottom: 20px;
  padding: 0 25px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.accordion-button {
  padding: 20px 0;
  font-weight: 500;
}

.accordion-body p {
  color: #878787;
}

.loadmore_cta {
  padding: 10px 35px;
  color: #fff;
  border-radius: 50px;
  background-color: #012840;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
  display: inline-block;
}
.loadmore_cta:hover {
  background: none;
  color: rgb(1, 40, 64);
  border-color: rgb(1, 40, 64);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
/* ====== End ====== */

/* ====== Footer ====== */
footer.bg-black.bg-black-img.footer-new.footer-new-wrp {
    background: linear-gradient(180deg, rgb(249 249 249) 13%, rgba(0, 0, 0, 1) 13%) !important;
}

.tf_footer_call_to_action {
    background: linear-gradient(180deg, #f9f9f9 50%, #000 50%) !important;
}
.contact_redirect_new {
  padding-top: 0 !important;
}
/* ==== End ==== */

/* ============= RESPONSIVE CSS STRAT ===========*/
@media (max-width: 991.99px) {

  footer.bg-black.bg-black-img.footer-new.footer-new-wrp {
  background: linear-gradient(180deg, rgb(249 249 249) 10%, rgb(0, 0, 0) 10%) !important;
}
/* ====== One System Roadmap ====== */
.one_system {padding: 40px 0px;}
.onesym-title {max-width: 100%;}
.onesym-title > h2 {font-size: 26px;}
.onesym-title > h2 br{display: none;}
.onesyetem-bx {padding: 20px;margin-top: 24px;}
/* ====== End ======= */

/* ====== End ====== */
/* ====== Monday Sticky Service ======= */
.StickySidebar h2 {padding-bottom: 40px;font-size: 26px;}
.hub-marketing-roi-bx {padding: 25px 20px;}
.hub-marketing-roi-bx > h3 {font-size: 20px;}
/* ====== End ====== */

/* ======  CTA With Right Image ====== */
.hs_pdf_img img{display:none;}
.hs_pdf_wrapper{flex-direction:column;gap:0;}
.hs_pdf_wrapper .hs_growth_title{padding:30px;text-align:center;}
.hs_pdf_btns{justify-content:center;}
/* ====== End ======= */

/* ====== Streamline Process  ====== */
.stmp-heading{padding-bottom: 20px; }
.stm-process {padding-bottom: 40px;}
.stmp-bx:before,.stmp-bx:after,.stmp-curve-shap {display: none;}
.stmp-bx .row { row-gap: 20px;}
.sp_cta {margin-top: 30px;}
/* ====== End  ====== */

/* ====== AI that handles the busywork  ====== */
.event-right-info{padding:25px 20px 20px 20px;}
/* ====== End ====== */

/* ======  One platform. Different views. Same truth.   ====== */
.monday-pttitle {max-width: 100%;margin-bottom: 30px;}
.monday-pttitle > h2{font-size: 26px;}
/* ====== End  ====== */

/* ====== FAQ ====== */
.app_faq_md .app_faq_tabconent {width: 100%;}
.products-card-third {margin-top: 0px;}
.products-card {margin-top: 0px;}
/* ====== End ====== */
}

@media (max-width: 767.99px) {
.bg-skyblue.container.cnt_redirect {padding: 30px !important;}
footer.bg-black.bg-black-img.footer-new.footer-new-wrp {background: linear-gradient(180deg, rgb(249 249 249) 6%, rgb(0, 0, 0) 6%) !important;}
.page_section_title {font-size: 24px;}
/* ====== client logo ====== */
.clients_logo_module {  padding: 40px 0 40px; }
.clients_logo_module_heading > h2 {   font-size: 18px; }
/* ====== End ====== */

/* ====== One System Roadmap ====== */
.onesyetem-bx {padding: 20px;margin-top: 15px;}
.onesyetem-bx > h2{margin-bottom: 10px;}
/* ====== End ====== */

/* ====== StickySidebar ====== */
.StickySidebar {position: relative;top: 0;left: 0;margin-bottom: 0;max-width: 100%;}
.StickySidebar h2 { padding-bottom: 20px; }
.roi_box h3 { font-size: 18px;}
.roi_box_outer .col-md-6:not(:last-child) {margin-bottom: 15px !important;margin-top: 0 !important;}
.roi_box_outer .col-md-6:last-child{margin-bottom: 0 !important;}
/* ====== End ====== */

/* ====== One platform. Different views. Same truth. ====== */
.monday-pttitle > h2 {font-size: 24px;}
.monday-product-right-content ul li {gap: 10px;font-size: 16px;  }
/* ====== End ====== */

/* ====== AI that handles the busywork  ====== */
.event-right-info{padding:20px;}
/* ====== End ====== */ 

/* ====== FAQ ====== */
.products-card-third {margin-top: 0px;}
.products-card {margin-top: 0px;}
/* ====== End ====== */
}
