.btn_smpl {
  display: inline-block;
  padding: 10px 24px;
  background: #30cff2;
  color: #012840;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: 0.3s ease-in-out;
  border: 1px solid #30cff2;
}
.btn_smpl:hover {
  background: #ffffff;
  color: #012840;
  border-color: #ffffff;
}
.btn_smpl_outline {
  background: #30cff2;
  color: #012840;
  border: 2px solid #30cff2;
}
.btn_smpl_outline:hover {
  background: transparent;
  border-color: #30cff2;
  color: #30cff2;
}

.heading-18 {
  line-height: 1.4em;
}

/* ====== Banner CSS ====== */
.sky_color {
  color: #30cff2;
}
.hubspot_banner_md {
  position: relative;
  aspect-ratio: 16/7;
  display: flex;
  align-items: center;
}
.hbs-row {
  display: flex;
  gap: 0 100px;
}
.hbs-row > div {
  flex: 1;
}
.hbs-img {
  position: absolute;
  content: "";
  width: 47%;
  height: 100%;
  display: block;
  left: 3%;
  top: 0;
}
.hbs-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.hbs-content > h1 {
  margin: 0;
  font-size: 40px;
  line-height: 1.25em;
  font-weight: 700;
  color: #022741;
}
.hbs-content > p {
  margin: 16px 0;
  font-size: 18px;
  line-height: 1.5em;
  color: #022741;
}
.hbs-content b {
  font-weight: 600;
}
.hbs-content_logos {
  display: flex;
  gap: 20px;
  align-items: center;
}
.hbs-content_logos > span img {
  height: 100%;
}
.hbs-content_logos img:last-child {
  max-width: 65%;
  flex: 0 0 65%;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hbs-content_logos img:first-child {
  max-width: 28%;
  flex: 0 0 28%;
  height: auto;
  object-fit: contain;
  width: 100%;
}

.hbs-content_cta {
  margin-top: 15px;
}

.line_btn {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  display: flex;
  width: fit-content;
  position: relative;
  color: #022741;
}
.line_btn:hover {
  color: #022741;
}
.line_btn svg {
  margin-top: 10px;
  margin-left: 20px;
}
.line_btn:after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 20px;
  background: #022741;
  width: 66%;
  height: 2px;
}
.line_btn:hover:after {
  transition: 0.3s;
  animation: 1.5s btns;
  -webkit-animation: 1.5s btns;
}
@keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-o-keyframes btns {
  from {
    transform: translateX(-40px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ====== End  ====== */

/* ====== Logos ====== */
  .sm-logo-img > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 10px;
  }
  .sm-logo-img  > ul li {
    list-style: none;
    flex: 0 0 160px;
    height: 80px;
  }
/* ====== End  ====== */

/* ====== Enterprise Invests  ====== */
.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 ====== */

/* ====== Buy HubSpot license ====== */
.buyhs_heading {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 35px;
}
.buyhs_box {
  background: #f9f9f9;
  padding: 30px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  min-height: 330px;
  margin-bottom: 24px;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.buyhs_box img {
  max-width: 42px;
  padding-bottom: 25px;
}
.buyhs_box p {
  color: #353535;
  margin: 0;
}
/* ====== End ====== */

/* ====== HS PDF Reader ====== */
.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: 15px;
}
/* ====== End ====== */


/* ====== Streamline Process  ====== */
.stmp-heading{padding-bottom: 100px; }
.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  ====== */


/* ======= HubSpot Setup  ======= */
.hubpro_info ul li img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  flex: 0 0 auto;
}
.hubpro_info ul {
  list-style: none;
  padding: 0px;
}
.hubpro_info ul li {
  display: flex;
  gap: 15px;
  padding:8px 0;
}
.hubpro_info ul li:last-child {
  padding-bottom: 0px;
}
.hubpro_info p {
  color: #000000;
  margin: 0;
  font-size: 18px;
}
/* ===== END ===== */

/* ======= Leverage HubSpot’s  ======= */
.lvhb-heading {
  width: 100%;
  max-width: 750px;
  padding-bottom: 40px;
}
.breeze-bx {
  box-shadow: 0px 4px 40px 0px #0000001a;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
  background: #fff;
}
.breeze-bx p {
  color: #353535;
  margin: 0;
  font-size: 14px;
  line-height: 1.3em;
}
/* ====== 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;
  line-height: 1.5em;
}

.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;
}
/* ====== End ====== */

/* ====== Custom Quote Form ====== */
section.contact_redirect_new {
  padding-top: 0px;
}
.quote-form h1 {
  font-weight: 600;
  font-size: 32px;
  line-height: normal;
  color: #000000;
  padding-bottom: 20px;
}
.quote-form {
  padding: 60px 0px;
}

.quote-form fieldset {
  max-width: 100%;
}

.quote-form .hs-form-field {
  padding-top: 10px;
}

.quote-form .form-columns-2 {
  display: flex;
  gap: 40px;
}

.quote-form .form-columns-2 .hs-form-field {
  width: 100% !important;
}

.quote-form label {
  font-size: 18px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
  display: inline-block;
}

.quote-form .hs-form-required {
  color: #000;
}

.quote-form .hs-input {
  width: 100% !important;
  border: none;
  border-bottom: 1px solid #ccc;
  background: transparent;
  padding: 10px 0;
  font-size: 14px;
  outline: none;
  transition: 0.3s;
}
.quote-form .hs-input:focus {
  border-bottom: 1px solid #00bcd4;
}

.quote-form textarea.hs-input {
  resize: none;
}

.quote-form .hs-form-booleancheckbox-display {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.quote-form .hs-form-booleancheckbox-display input {
  width: auto !important;
}

.hs-fieldtype-booleancheckbox ul.inputs-list {
  padding-left: 0;
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0px;
}

.quote-form .hs-form-booleancheckbox-display input {
  margin-top: 4px;
}

.quote-form .hs-form-booleancheckbox-display a {
  color: #00bcd4;
  text-decoration: none;
}

.quote-form .hs-form-booleancheckbox-display a:hover {
  text-decoration: underline;
}
.quote-form .hs-error-msg {
  font-size: 12px;
  color: red;
  margin-top: 5px;
}
.quote-form .hs_error_rollup {
  display: none;
}
.quote-form .hs-button.primary {
  background: #30cff2;
  border: none;
  padding: 12px 35px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #012840;
  cursor: pointer;
  transition: 0.3s;
}
.quote-form .hs-submit {
  margin-top: 30px;
}
/* ====== End ====== */

/* ============= RESPONSIVE CSS STRAT ===========*/
@media (max-width:1365.99px){
/* ====== Custom Quote  ====== */
.quote-form-right-img{display:flex;align-items:end;height:100%;}
.quote-form-right-img img{width:100%;height:auto;}
.contact_redirect_new{padding:0!important;}
}
/*  ====== End ====== */

/* ====== footer css ====== */
@media (min-width:1199.99px){
.contact_redirect_new{padding-top:0!important;top:40px;position:relative;margin-top:-40px!important;}
}
/* ====== End ====== */

@media (max-width:1199.99px){
/* ====== Banner CSS ====== */
.hbs-content > h1 {font-size: 30px;}
/* ====== End  ====== */
}

@media (max-width:991.99px){
.pt-60{padding-top:40px;}
.pb-60{padding-bottom:40px;}
.heading-32 { font-size: 24px; line-height: 1.3em; }
.heading-24 { font-size: 20px; line-height: 1.4em;}

/* ====== Banner CSS ====== */
.hubspot_banner_md {padding: 20px 0 0;}
.hbs-img {display: none;}
.hbs-row {flex-direction: column;}
.hbs-content > p {font-size: 16px;}
.hbs-content_logos img:last-child {max-width: 40%;flex: 0 0 40%;}
.hbs-content_logos img:first-child {max-width: 20%;flex: 0 0 20%;}
/* ====== End ====== */

/* ====== Enterprise Invests  ====== */
.event-right-info{padding:25px 20px 20px 20px;}
/* ====== End ====== */

/* ====== Buy HubSpot license ====== */
.buyhs_heading {margin-bottom: 30px;}
/* ====== End ====== */

/* ====== Seo PDF Reader ====== */
.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: 30px; }
  .stmp-bx:before,.stmp-bx:after,.stmp-curve-shap {display: none;}
  .stmp-bx .row { row-gap: 20px;}
  .sp_cta {margin-top: 30px;}
 /* ====== End  ====== */

   /* ====== HubSpot Setup  ====== */
.hs-prodcut .row{flex-direction: column-reverse;}
 /* ====== End  ====== */
/* ====== FAQ ====== */
.app_faq_md .app_faq_tabconent{width:100%;}
.products-card-third{margin-top:0px;}
.products-card{margin-top:0px;}
/* ====== End ====== */

/* ====== Custom Quote  ====== */
.quote-form-right-img{display:none;}
.quote-form{padding:40px 0px;}
/* ====== End ====== */
}

@media (max-width:767.99px){
.heading-32 { font-size: 24px; line-height: 1.3em; }
.heading-24 { font-size: 20px; line-height: 1.4em; }

/* ====== Banner Css  ====== */
.hbs-content > h1 { font-size: 26px;}
.hbs-content > img {width: 200px;height: 48px;}
.hbs-content_logos {gap: 10px;}
.hbs-content_logos img {width: 140px;height: 48px;}
.hbs-content_logos img:last-child {max-width: 60%;flex: 0 0 60%;}
.hbs-content_logos img:first-child {max-width: 25%;flex: 0 0 25%;}
/* ====== End ====== */
  /* ====== Logos ====== */
 .sm-logo-img ul { margin: 0;}
/* ====== End ====== */

/* ====== Enterprise Invests  ====== */
.event-right-info{padding:20px;}
/* ====== End ====== */

/* ====== Buy HubSpot license ====== */
.buyhs_heading {margin-bottom: 20px;}
.buyhs_box { min-height:auto; padding: 20px; margin-bottom: 20px;}

/* ====== End ====== */
 /* ===== Leverage HubSpot’s ====== */
  .laverage-hubspot .row {gap: 20px; }
/* ====== End ====== */

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

/* ====== Custom Quote  ====== */
.quote-form .form-columns-2{flex-direction:column;gap:20px;}
.contact_redirect_new .cnt_redirect{padding:25px;border-radius:10px;}
.cnt_redirect .comman_btn a{padding-bottom:0;}
.quote-form h1{font-size:24px;margin-bottom:0;}
.quote-form{padding-top:20px;}
/*  ====== End ====== */
}