.pricing_onboard  .onboard_heading{
  max-width:706px;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:77px;
}
.pricing_onboard .onboard_heading h3{
  margin-bottom:32px;
}
.pricing_onboard  .onboard_heading p{
  max-width:90%;
  margin-left:auto;
  margin-right:auto;
}
/* .pricing_onboard .onboard-options{
border-radius: 10px;
border: 1px solid #CCC;
padding:10px;
max-width: 1006px;
margin-left: auto;
margin-right: auto;
} */



/* .pricing_onboard .onboard-pricing-tab .tab-item:not(:first-child){
display:none;
} */
.pricing_onboard .onboard-pricing-tab .tab-item.full-service-onboarding{
  display:none;
}

.pricing_onboard .onboard-pricing-tab h4,
.pricing_onboard .onboard-options h4 {
  font-family: var(--primary_font);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -.5px;
  line-height: 1.14;
  margin-bottom: 16px;
  -webkit-transition:color 0.35s;
  -o-transition:color 0.35s;
  transition:color 0.35s;
}
.pricing_onboard .onboard-options .tab_option {
  border-radius: 10px;
  cursor: pointer;
  -ms-flex-preferred-size:calc(50% - 14px);
  flex-basis:calc(50% - 14px);
  position: relative;
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  border: 1px solid #ccc;
}

.pricing_onboard .bottom-selected-wrap {
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #ccc;
  padding: 15px;
  padding-left: 55px;
  transition: all .35s;
}
.pricing_onboard .activetab .bottom-selected-wrap,
.pricing_onboard .tab_option.activetab:hover .bottom-selected-wrap{
  background-color: var(--primary_color);
  color: var(--white_color);
  border-color: var(--primary_color);
}
.pricing_onboard .tab_option:hover .bottom-selected-wrap{
  background-color:#E6E6E6;
}
.pricing_onboard .check-box {
  width: 29px;
  height: 29px;
  flex-shrink: 0;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #FFF;
}
.pricing_onboard .box-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.pricing_onboard .onboard-options .tab_option.activetab,
.pricing_onboard .tab_option.activetab .check-box{
  border-color: var(--primary_color);
}
.pricing_onboard .tab_option.activetab .selected-value.p {
  position: relative;
  color: var(--white_color);
  opacity: 1;
}
.pricing_onboard .selected-text,
.pricing_onboard .tab_option .unselected-value.p ,
.pricing_onboard .onboard-options .tab_option.activetab .box-wrap,
.pricing_onboard .hubspot_tier.activate_sec .box-wrap{
  position: relative;
  opacity: 1;
}
.pricing_onboard .tab_option .selected-value.p ,
.pricing_onboard .tab_option.activetab .unselected-value.p,
.pricing_onboard .onboard-options .tab_option .box-wrap ,
.pricing_onboard .hubspot_tier .box-wrap{
  position: absolute;
  opacity: 0;
}

.pricing_onboard .onboard-options .tab_option .icon {
  display: block;
  margin-bottom: 15px;
  max-width: 24px;
  height: 24px;
}

.pricing_onboard .odt-text {
  display: inline-block;
}
.pricing_onboard .onboard-discount-tag {
  margin-top: 150px;
  border-radius: 11px;
  background: #F4F6FF;
  border: 1px solid #2946DD;
  text-align: center;
  padding: 18px;
}
.pricing_onboard .odt-text h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875;
  color: #2946DD;
  margin-bottom: 0;
}
.pricing_onboard .onboard-options .tab_option .icon svg,
.pricing_onboard .onboard-options .tab_option .icon svg path{
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
}
.pricing_onboard .onboard-options .tab_option h4{
  margin-bottom:12px;
  text-transform: uppercase;
}
.pricing_onboard .onboard-options .tab_option .content p{
  font-size: 16px;
  line-height: 1.6875;
}
.pricing_onboard .bottom-selected-wrap .selected-text .p{
  font-size: 16px;
  font-weight: 550;
  line-height: 1.6875; 
}

.pricing_onboard .onboard-options .tab_option .icon svg{
  display:block;
  width: 100%;
  height: auto;
}
.pricing_onboard .hubspot_hub_content .img_txt{
  -ms-flex-preferred-size:calc(100% - 190px);
  flex-basis:calc(100% - 190px);
  text-align:center
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier.disable-sec,
.program_options .program_tab.disable-tab {
  pointer-events: none;
}
.pricing_onboard .hubspot_tier .pop_btn{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6875;
  cursor: pointer;
  transition: all 0.35s;
  text-decoration-line: underline;
  margin-top: 16px;
  padding: 14px 0;
}
.pricing_onboard .hubspot_tier .pop_btn:hover {
  text-decoration-line: none;
}

/* .pricing_onboard .hubspot_hub.highlight .hubspot_hub_content .pop_btn{
border: 1px solid  #FF5C35;
background: #FEFDFC;
box-shadow: 0px 0px 0px 4px rgba(255, 92, 53, 0.20);
} */

/* .pricing_onboard .hubspot_tier .pop_btn:after{
background-image:url("https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Spinfluence%202024%20Assets/Pricing_Onboarding/plus_Icon.svg");
background-position: 50%;
background-repeat: no-repeat;
background-size: contain;
content: "";
min-height:11px;
position: absolute;
right: 19px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 11px;
} */
.pricing_onboard .hubspot_hub_content .img_txt img{
  -ms-flex-preferred-size:39px;
  flex-basis:39px;
  max-width:39px;
}
.pricing_onboard .hubspot_hub_content .img_txt h5{
  -ms-flex-preferred-size: calc(100% - 47px);
  flex-basis: calc(100% - 47px);
  margin-bottom: 0;
  padding-left: 22px;
  text-transform: uppercase;
  font-family: var(--primary_font);
  text-align: left;
}
.pricing_onboard .hubspot_hub {
  border-radius: 10px;
  border: 1px solid #CCC;
  background: #FEFEFD;
  padding: 34px;
  margin-bottom:29px;
}
.pricing_onboard .hubspot_hub:last-child {
  margin-bottom:0;
}
.pricing_onboard .hubspot_hub_content {
  margin-bottom: 40px;
}
.pricing_onboard .hubspot_hub_details {
  margin-bottom: 44px;
}
.pricing_onboard .hubspot_hub_details > *:last-child{
  margin-bottom:0;
}
.pricing_onboard .onboard-pricing-fix{
  margin-top:65px;
}
.pricing_onboard .onboard-pricing-fix .onboard-pricing-tab{
  -ms-flex-preferred-size:64.56%;
  flex-basis:64.56%;
}
.pricing_onboard .onboard-pricing-fix .flip_form{
  -ms-flex-preferred-size:32.05%;
  flex-basis:32.05%;
}
/* .pricing_onboard .hubspot_hub_plans{
background-color:#CCC;
border-radius: 0px 0px 10px 10px;
border-left-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-top-width: 0px;
border-color: #ccc;
border-style: solid;
} */
.pricing_onboard .hubspot_hub_plans .hubspot_tier{
  -ms-flex-preferred-size:calc(33.33% - 0px);
  flex-basis:calc(33.33% - 0px);
  text-align:center;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier .hubspot_tier_inner{
  background: #FEFEFD;
  padding: 36px 32px 41px;
  text-align: left;
  -webkit-transition:background 0.35s, color 0.35s;
  -o-transition:background 0.35s, color 0.35s;
  transition:background 0.35s, color 0.35s;
  cursor:pointer;
  position:relative;
  border: 1px solid #ccc;
  flex: 1;
}

.pricing_onboard .hubspot_hub_plans .hubspot_tier .bordertop{
  content: '';
  position: absolute;
  top: -.5px;
  width:100%;
  height: 5px;
  left:0;
  right: 0;
  z-index: 3;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier:not(:first-child) .bordertop{
/*   width: calc(100% + 3px);
  left: -2px; */
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier .hubspot_tier_inner:after{
  content:'';
  position:absolute;
  border-left:2px solid transparent;
  border-right:2px solid transparent;
  border-bottom:2px solid transparent;
  border-top:0 solid transparent;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier .plan_txt{ 
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height:1.6;
  letter-spacing: -0.25px;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier p.disable_text {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 700;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier.disable-sec p.disable_text,
.pricing_onboard .hubspot_hub_plans .hubspot_tier.disable-sec .plan_txt,
.pricing_onboard .hubspot_tier.disable-sec .pop_btn,
.program_options .program_tab.disable-tab span{
  color: #999;
}

.pricing_onboard .hubspot_hub_plans .hubspot_tier .plan_price{ 
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6875;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier.activate_sec .hubspot_tier_inner,
.pricing_onboard .hubspot_hub_plans .hubspot_tier .hubspot_tier_inner:hover{
  background-color:#FEDDD5;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier:first-child .hubspot_tier_inner,
.pricing_onboard .hubspot_hub_plans .hubspot_tier:first-child .hubspot_tier_inner:after{
  border-radius: 0 0 0 10px;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier:last-child .hubspot_tier_inner,
.pricing_onboard .hubspot_hub_plans .hubspot_tier:last-child .hubspot_tier_inner:after{
  border-radius: 0 0 10px 0;
}
/* .pricing_onboard .hubspot_hub_plans .hubspot_tier.activate_sec .hubspot_tier_inner::before {
content: '';
display: inline-block;
position: absolute;
top: 5px;
left: 50%;
-webkit-transform: translateX(-50%) rotate(180deg);
-ms-transform: translateX(-50%) rotate(180deg);
transform: translateX(-50%) rotate(180deg);
border-right: 10px solid transparent;
border-left: 10px solid transparent;
border-bottom-width: 10px;
border-bottom-style: solid; 
} */
.onboard-pricing-fix .flip_form{
  position:relative;
}
.onboard-pricing-fix .flip_form .flip_form_main{
  padding:34px 33px;
  border-radius: 10px;
  border: 1px solid #CCC;
  text-align:center;
}
.onboard-pricing-fix .flip_form .flip_form_main h4{
  margin-bottom:0;
  padding-bottom:27px;
  border-bottom:1px solid var(--primary_color);
}
.onboard-pricing-fix .flip_form .flip_form_main.tabVis h4{
  border-color:transparent;
}
.onboard-pricing-fix .flip_form .flip_form_main h4{
  font-family:var(--primary_font);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.14;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.onboard-pricing-fix .flip_form .tab_panel {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E6E6E6;
  border-radius: 11px;
}
.onboard-pricing-fix .flip_form .sec-tabPanel {
  text-align: center;
  transition: all .35s;
  border: 1px solid transparent;
  background-color: #E6E6E6;
  border-radius: 11px;
  flex: 1;
}
.onboard-pricing-fix .flip_form .sec-tabPanel p.stp-tab {
  margin-bottom: 0;
  font-weight: 500;
  padding: 12px 5px;
  cursor: pointer;
  font-size:16px;
}
.onboard-pricing-fix .flip_form .sec-tabPanel.actived {
  background-color: #FEFEFD;
  border-color: var(--primary_color);
}
.onboard-pricing-fix .flip_form .flip_form_main .tab-main-wrapper{
  display:none;
}
.onboard-pricing-fix .flip_form .flip_form_main.tabVis .tab-main-wrapper{
  display:block;
}
.onboard-pricing-fix .flip_form .flip_form_main h6{
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6667;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top:45px;
  margin-bottom:31px;
}
.onboard-pricing-fix .flip_form .flip_form_main h5{
  font-family:var(--primary_font);
  font-style: normal;
  font-weight: 900;
  line-height: 1.11842;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-top:40px;
  margin-bottom:15px;
  font-size:38px;
}
.onboard-pricing-fix .flip_form .flip_form_main h5 + p{
  color:#808080;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height:1.5;
  letter-spacing: -0.154px;
  margin-bottom:0;
}
.onboard-pricing-fix .flip_form .cta-sec{
  margin-top:40px;
}
.onboard-pricing-fix .flip_form .cta-sec a.cta-link {
  width: 100%;
  text-align: left;
  background-color:var(--primary_color);
  color:#FEFDFC;
  border-color:var(--primary_color);
  font-size: 16px;
}
.onboard-pricing-fix .flip_form .cta-sec a.cta-link:hover{
  background-color:#FEFDFC;
  color:var(--primary_color);
}
.onboard-pricing-fix .flip_form .cta-sec a.cta-link:hover:before {
  background-color:#FEFDFC;
}
.onboard-pricing-fix .flip_form .cta-sec a.cta-link:after {
  right: auto;
  margin-left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 6.00009C16 5.8667 15.945 5.7393 15.8535 5.64338L10.904 0.647821C10.7085 0.450477 10.392 0.450976 10.197 0.647821C10.0015 0.844665 10.0015 1.16441 10.197 1.36126L14.2935 5.49549H0.5C0.224 5.49549 0 5.72131 0 6.00009C0 6.27887 0.224 6.50469 0.5 6.50469H14.293L10.197 10.6389C10.0015 10.8358 10.002 11.1555 10.197 11.3524C10.3925 11.5492 10.709 11.5492 10.904 11.3524L15.8535 6.35681C15.947 6.26239 15.9985 6.13249 16 6.00009Z' fill='%23FEFDFC'/%3E%3C/svg%3E") !important;
}
.onboard-pricing-fix .flip_form .cta-sec a.cta-link:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' viewBox='0 0 16 12' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16 6.00009C16 5.8667 15.945 5.7393 15.8535 5.64338L10.904 0.647821C10.7085 0.450477 10.392 0.450976 10.197 0.647821C10.0015 0.844665 10.0015 1.16441 10.197 1.36126L14.2935 5.49549H0.5C0.224 5.49549 0 5.72131 0 6.00009C0 6.27887 0.224 6.50469 0.5 6.50469H14.293L10.197 10.6389C10.0015 10.8358 10.002 11.1555 10.197 11.3524C10.3925 11.5492 10.709 11.5492 10.904 11.3524L15.8535 6.35681C15.947 6.26239 15.9985 6.13249 16 6.00009Z' fill='%23010101'/%3E%3C/svg%3E") !important;
}
.onboard-pricing-fix .flip_form .cta-sec p.hs-error {
  font-weight: normal;
  text-decoration: none;
  font-family: stevie-sans, sans-serif;
  font-style: normal;
  font-size: 14px;
  color: var(--secondary_color);
  margin-top: 10px;
  line-height: 1;
}
.onboard-pricing-fix .flip_form .flop_data_collect .backarrow{
  margin-top:10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height:1.6875; 
  margin-bottom:50px;
  text-align:left;  
  cursor:pointer;
  max-width:100px;
}
.pricing_onboard .hubspot_hub_plans .hubspot_tier.disable-sec .hubspot_tier_inner {
  background-color: #F3F3F3;
}
.onboard-pricing-fix .flip_form .flop_data_collect .backarrow img{
  max-width:16px;
  height:auto;
  width:100%;
  display:inline-block;
  margin-right:8px;
  vertical-align: middle;
}
.onboard-pricing-fix .flip_form .flip_form_main .flop_data_collect h4 {
  border-bottom: unset;
  padding: 0;
  text-align:center;
  margin-bottom:20px;
}
.popup-section .inner-popup-main .head_txt{
  -ms-flex-preferred-size:calc(100% - 310px);
  flex-basis:calc(100% - 310px);
  padding:0 20px;
  text-align:center;
}

.popup-section .inner-popup-main .head_txt h3{
  line-height: 1.125;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom:0;
}
.popup-section .inner-popup-main .btn_style{
  -ms-flex-preferred-size:155px;
  flex-basis:155px;
  border-radius: 14px;
  border: 1px solid #CCC;
  background: #FEFDFC;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6875;
  position:relative;
  cursor:pointer;
  text-align:center;
  -webkit-transition:color 0.35s, background 0.35s, box-shadow 0.35s;
  -o-transition:color 0.35s, background 0.35s,box-shadow 0.35s;
  transition:color 0.35s, background 0.35s,box-shadow 0.35s;
}
.popup-section .inner-popup-main .btn_style:hover{
  box-shadow: 0 0 0 4px rgba(255, 92, 53, .2);
}
.popup-section .inner-popup-main .btn_style.disable {
  opacity: 0.5;
  pointer-events: none;
}
.popup-section .inner-popup-main .btn_style:after{
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  min-height: 11px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
  width: 11px;
}
.popup-section .inner-popup-main .btn_style.prev_btn{
  padding:11px 19px 11px 34px;
}
.popup-section .inner-popup-main .btn_style.prev_btn:after{
  left: 19px;
  background-image: url("https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Spinfluence%202024%20Assets/Pricing_Onboarding/Previous-Hub.svg");
}
.popup-section .inner-popup-main .btn_style.next_btn{
  padding:11px 34px 11px 19px;
}
.popup-section .inner-popup-main .btn_style.next_btn:after{
  background-image: url("https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Spinfluence%202024%20Assets/Pricing_Onboarding/Next-Hub.svg");
  right:30px;
}
.popup-section {
  background-color: #F6F4EF;
  padding: 10.3125rem 0 6.75rem;   
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index:999;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}
.popup-section.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -o-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.popup-section .abs_close{
  position:absolute;
  top:40px;
  max-width:25px;
  right:40px;
  cursor:pointer;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.popup-section .abs_close:hover{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-section .heading_with_btn {
  margin-bottom:42px;
}
.popup-section .all_programs .program_item_wrapper{
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding:73px 20px;
}
.popup-section .all_programs .program_item .select-btn{
  padding:38px 73px;
  border-top:1px solid #CCC;
  text-align: right;
}
.popup-section .all_programs .program_item .select-btn .selbtn{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height:1.6875; 
  border-radius: 14px;
  display: inline-block;
  cursor:pointer;
  -webkit-transition:color 0.35s, background-color 0.35s;
  -o-transition:color 0.35s, background-color 0.35s;
  transition:color 0.35s, background-color 0.35s;
  position:relative;
  z-index:1;
  padding: 10px 19px;
}
.popup-section .all_programs .program_item .select-btn .selbtn:before{
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -o-transition: background-color .3s ease-in-out, width .3s ease-in-out;
  transition: background-color .3s ease-in-out, width .3s ease-in-out;
  -webkit-transition: background-color .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: background-color .3s ease-in-out, width .3s ease-in-out;
  width: 0;
  z-index: -1;
  border-radius: 14px;
}

.popup-section .all_programs .program_item .select-btn .selbtn.add_program{
  background-color:var(--primary_color);
  color:#FEFDFC;
  border: 1px solid transparent;
}
.popup-section .all_programs .program_item .select-btn .selbtn.add_program:hover{
  background-color:#FEFDFC ;
  color:var(--primary_color);
  border: 1px solid var(--primary_color);
}

.popup-section .all_programs .program_item .select-btn .selbtn.add_program:hover:before{
  background-color:#FEFDFC ;
  width:100%;
  -o-transition: background-color .3s ease-in-out, width .3s ease-in-out;
  transition: background-color .3s ease-in-out, width .3s ease-in-out;
  -webkit-transition:  background-color .3s ease-in-out, width .3s ease-in-out;
}

.popup-section .all_programs .program_item .select-btn .selbtn.remove_program{
  background-color:#FEFDFC;
  border: 1px solid var(--primary_color);
}
.popup-section .all_programs .program_item .select-btn .selbtn.remove_program:hover{
  background-color:var(--primary_color);
  color:#FEFDFC;
}
.popup-section .all_programs .program_item .select-btn .selbtn.remove_program:hover:before{
  background-color:var(--primary_color);
  width:100%;
  -webkit-transition: background-color .3s ease-in-out, width .3s ease-in-out;
  -o-transition: background-color .3s ease-in-out, width .3s ease-in-out;
  transition: background-color .3s ease-in-out, width .3s ease-in-out;
  -webkit-transition: background-color .3s ease-in-out,width .3s ease-in-out;
}

.popup-section .all_programs .program_item .select-btn .selbtn.remove_program,
.popup-section .all_programs .program_item.pgmselected .select-btn .selbtn.add_program{
  display:none;
}
.popup-section .all_programs .program_item.pgmselected .select-btn .selbtn.remove_program{ 
  display:inline-block;
}
.popup-section .all_programs .program_item:not(.pgmselected_tab){
  display:none;
}
.popup-section .program_item_heading {
  text-align: center;
  margin-bottom: 59px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.popup-section .program_item_heading h6{
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6667;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom:27px;
}
.popup-section .program_item_heading h5{
  font-family:var(--primary_font);
  font-style: normal;
  line-height: 1.11842;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom:32px;
}
.popup-section .program_item_heading h4{
  font-family:var(--primary_font);
  font-size: 25px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.14; 
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom:19px;
  margin-top:45px;
}
.popup-section .program_item_heading h4 + p {
  color:#808080;
  font-style: normal;
  font-weight: 400;
  line-height:1.678;
  margin-bottom:0;
}
.popup-section .program_item_heading p,
.program_two_col .program_col p{
  font-size: 16px;
}
.tabber_section_program .program_item {
  border: 1px solid #CCC;
  border-radius: 0 0 10px 10px;
  border-top:0;
  background-color: #FEFDFC;
}
.tabber_section_program .program_options{
  border: 1px solid #CCC;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  background-color: #FEFDFC;
}
.program_options .program_tab {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  text-align:center;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.25px;
  padding:25px;
  border-bottom: 1px solid #CCC;
  cursor:pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: border-color 0.35s;
  position:relative;
}
.program_options .program_tab:hover {
  border-bottom-color:#FF5C35;
}
.program_options .program_tab span{
  display:block;
}

.program_options .program_tab:before{
  content:'';
  position:absolute;
  width:100%;
  bottom:-1px;
  height:3px;
  background-color:transparent;
  transition:background-color 0.35s;
}
.program_options .program_tab.selected_tab:before{
  background-color:#FF5C35;
}
.program_options .program_tab img,
.program_options .program_tab svg{
  width:auto;
  display:block;
  margin-right:12px;
}
.tabber_section_program .program_item .program_col p strong{
  font-size: 20px;
  font-style: normal;
  line-height:1.60;
  letter-spacing: -0.25px;
  margin-bottom:11px;
}
.tabber_section_program .program_item .program_col ul li{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.68;
  margin-bottom: 7px;
  padding-left: 23px;
}
.tabber_section_program .program_item .program_col ul li:last-child{
  margin-bottom:0px;
}
body .tabber_section_program .program_item .program_col ul li:before {
  background-image: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Spinfluence%202024%20Assets/Pricing/check.svg);
  border: none;
  border-radius: unset;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  top:7px
    width: 16px;
}
.program_two_col .program_col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.program_two_col .program_col.first_col {
  padding-right:43px;
}
.program_two_col .program_col.second_col {
  padding-left:43px;
  border-left:1px solid #CCC;
}
.inner-popup-main .inner-popup_fix{
  display: none;
}
.selected_hubs .selecimg_fix{
  border-radius: 11px;
  border: 1px solid #E6E6E6;
  background:#FEFDFC;
  position:relative;
  padding:11px 30px 12px 13px;
  margin-bottom:16px;
}
.selected_hubs .selecimg_fix:last-child{
  margin-bottom:0px;
}
.selected_hubs .selecimg_fix .abs_close_sel{
  position:absolute;
  top:20px;
  right:20px;
  max-width:10px;
  width:100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  -o-transition: transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}
.selected_hubs .selecimg_fix .abs_close_sel:hover{
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.selected_hubs .selecimg_fix .selecimg{
  -ms-flex-preferred-size:46px;
  flex-basis:46px;
  min-height:46px;
  text-align: center;
  background-color: var(--primary_color);
  border-radius: 10px;
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.selected_hubs .selecimg_fix .seletxt p.selpack{
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height:1.6875;
  margin-bottom:0;
}
.selected_hubs .selecimg_fix .seletxt p.selprice{
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.6667;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom:0;
}
.selected_hubs .selecimg_fix .selecimg img {
  width: auto;
  max-width: 18px;
  margin-left: auto;
  margin-right: auto;
  height:auto;
}
.selected_hubs .selecimg_fix .seletxt{
  -ms-flex-preferred-size:calc(100% - 46px);
  flex-basis:calc(100% - 46px);
  padding-left:13px;
  text-align: left;
}
.onboard-pricing-fix .flip_form .flip_form_main .flop_data_collect {
  -webkit-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
  display:none;
}
.onboard-pricing-fix .flip_form .flip_form_fix{
  -webkit-perspective:1000px;
  perspective:1000px;
  position: sticky;
  top: 32px;
}
.onboard-pricing-fix .flip_form .flip_form_main{
  -webkit-transition:-webkit-transform 0.4s;
  transition:-webkit-transform 0.4s;
  -o-transition:transform 0.4s;
  transition:transform 0.4s;
  transition:transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.onboard-pricing-fix .flip_form .flip_form_main.flipactive  {
  -webkit-transform: rotateY( 180deg );
  transform: rotateY( 180deg );
}
.onboard-pricing-fix .flip_form .flip_form_main.flipactive .selected_hubs_main{
  display:none;
}
.onboard-pricing-fix .flip_form .flip_form_main.flipactive .flop_data_collect{
  display:block;
}
.onboard-pricing-fix .flip_form  .flop_data_collect,
.onboard-pricing-fix .flip_form  .selected_hubs_main{
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flop_data_collect form input[type=email], 
.flop_data_collect form input[type=file], 
.flop_data_collect form input[type=number], 
.flop_data_collect form input[type=password], 
.flop_data_collect form input[type=tel], 
.flop_data_collect form input[type=text], 
.flop_data_collect form select, 
.flop_data_collect form textarea{
  font-size:16px;
  padding:10px 18px;
}
.flop_data_collect form  .hs-form-field {
  margin-bottom: 30px;
}
.flop_data_collect form .hs_submit.hs-submit {
  text-align: left;
  margin-top: 64px;
}
.flop_data_collect form input.hs-button.primary.large {
  display: block;
  width: 100%;
  text-align: left;
}
.flop_data_collect form .hs-input::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
}
.flop_data_collect form .hs-input::-webkit-input-placeholder,
.flop_data_collect form .hs-input::placeholder {
  color: #999;
  font-weight: 400;
}
.flop_data_collect form  input.hs-button.primary.large {
  background-color: var(--primary_color);
  background-image: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Spinfluence%202024%20Assets/Homepage/Arrow_Forward.svg);
  background-position: right 19px top 50%;
  background-repeat: no-repeat;
  background-size: 17px;
  border: 1px solid var(--primary_color);
  color:#FEFDFC;
}
.flop_data_collect form input.hs-button.primary.large:hover {
  background-color: #FEFDFC;
  background-image: url(https://325503.fs1.hubspotusercontent-na1.net/hubfs/325503/Spinfluence%202024%20Assets/Homepage/arrow-black.svg);
  color: var(--primary_color);
}
.form_main.default_button .submitted-message {
  padding: 50px 0;
}
.popup-section .inner-popup-main {
  position: relative;
  overflow:hidden;
  padding:5px 5px 0;
}
.inner-popup-main .inner-popup_fix{
  position: absolute;
  top: 0;
  width: 100%;
}
.inner-popup-main .inner-popup_fix_main {
  position: relative;
}
.inner-popup-main .inner-popup_fix.show_hub{
  position: relative;
}
.pricing_onboard .content-wrapper,
.inner-popup .content-wrapper{
  max-width: 1567px;
  padding: 0 30px;
}
.onboard-pricing-fix .flip_form .total-price-nd-tag {
  border-radius: 11px;
  border: 1px solid #2946DD;
  padding-bottom:30px;
  margin: 40px 0;
}
.onboard-pricing-fix .flip_form .tal-price-tag {
  border-radius: 11px 11px 0px 0px;
  background: #F4F6FF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 21px 14px;
  transition:all .3s;
}

.onboard-pricing-fix .flip_form .tp-tag-text p {
  color: #2946DD;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.onboard-pricing-fix .flip_form .tp-tag-img svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}
.onboard-pricing-fix .flip_form .disct-added .tal-price-tag {
  background-color: #2946DD;
}
.onboard-pricing-fix .flip_form .disct-added svg path {
  fill:var(--white_color);
}
.onboard-pricing-fix .flip_form .disct-added .tp-tag-text p {
  color:var(--white_color);
}
@media(min-width:768px){
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:not(:last-child) .hubspot_tier_inner{
    border-right-width:0px;
  }
  .pricing_onboard .bottom-selected-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .pricing_onboard .onboard-options .tab_option {
    padding-bottom:60px;
  }
  .pricing_onboard .onboard-options .content-and-icon {
    padding: 50px 55px;
  }
  .pricing_onboard .tag-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:not(:last-child) .pop_btn {
    position: relative;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:not(:last-child) .pop_btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 16px;
    width: 1px;
    background-color: #ccc;
    transform: translateY(-50%);
  }
}
@media(max-width:1024px){
  .pricing_onboard .onboard-pricing-fix{
    display:block;
  }
  .onboard-pricing-fix .flip_form .flip_form_main {
    position:relative;
    top:unset;
    padding:25px;
  }
  .onboard-pricing-fix .flip_form {
    margin-top: 40px;
  }
  .selected_hubs .selecimg_fix .abs_close_sel{
    top:10px;
    right:10px;
    max-width:15px;
  }
  .selected_hubs .selecimg_fix {
    padding: 10px 30px 10px 10px;
  }
  .pricing_onboard .onboard-options .content-and-icon{
    padding-right: 30px;
    padding-left: 30px;
  }
  .pricing_onboard .bottom-selected-wrap{
    padding-left: 30px;
  }
}
@media(min-width:1200px){
  .popup-section .program_item_heading h5{
    font-size:38px;
  }
  .popup-section .inner-popup-main .head_txt h3{
    font-size:48px;
  }
  .pricing_onboard .hubspot_hub_content .img_txt h5{
    line-height: 1.118;
    font-size: 30px;
  }
}
@media(max-width:1199px) and (min-width:768px){
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .plan_txt {
    font-size: 17px;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .hubspot_tier_inner {
    padding: 36px 15px 41px;
  }
}
@media(max-width:767px){
  .onboard-pricing-fix .flip_form .tp-tag-text p {
    font-size: 15px;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:not(:last-child) {
    margin-bottom: 29px;
  }
  .pricing_onboard .tag-img {
    display: block;
    margin-bottom: 6px;
  }
  .pricing_onboard .onboard-options .content-and-icon {
    padding: 30px 25px;
  }
  .pricing_onboard .bottom-selected-wrap {
    padding-left: 25px;
  }
  .pricing_onboard .content-wrapper,
  .inner-popup .content-wrapper{
    padding: 0 20px;
  }
  .pricing_onboard .onboard-pricing-fix,
  .pricing_onboard .onboard-discount-tag{
    margin-top:50px;
  }
  .pricing_onboard .onboard_heading br {
    display:none;
  }
  .pricing_onboard .onboard_heading{
    margin-bottom:50px;
  }
  .program_two_col .program_col.first_col {
    padding-right:0;
  }
  .program_two_col .program_col.second_col {
    padding-left:0;
    border-left:unset;
    margin-top:30px;
  }
  .popup-section .all_programs .program_item_wrapper{
    padding:40px 20px;
  }
  .popup-section .all_programs .program_item .select-btn {
    padding:25px 20px;
  }
  .popup-section .program_item_heading {
    margin-bottom: 30px;
  }
  .pricing_onboard .hubspot_hub_plans {
    background-color: unset;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .hubspot_tier_inner{
    padding: 36.5px 20px 31.5px;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:first-child .hubspot_tier_inner {
    border-radius:0;
    border-right-color:#CCC;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:first-child .hubspot_tier_inner:after{
    border-radius:0;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:last-child .hubspot_tier_inner {
    border-radius: 0px 0px 10px 10px;
    border-left-color:#CCC;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:last-child .hubspot_tier_inner:after{
    border-radius: 0px 0px 10px 10px;
  }
  .pricing_onboard .hubspot_tier .pop_btn {
    position: relative;
    padding: 10px 0;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .pop_btn:before,
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .pop_btn:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    height: 16px;
    width: 1px;
    background-color: #ccc;
    transform: translateY(-50%);
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .pop_btn:after{
    left:0;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .pop_btn:before {
    right: 0;
  }
  .pricing_onboard .hubspot_hub{
    padding:25px;
  }
  .pricing_onboard .hubspot_hub_details {
    margin-bottom:30px;
  }
  .popup-section .inner-popup-main .head_txt {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding: 0;
    margin-bottom: 25px;
  }
  .popup-section .inner-popup-main .btn_style.prev_btn {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px 15px 10px 25px;
  }
  .popup-section .inner-popup-main .btn_style.next_btn {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 10px 25px 10px 15px;
  }
  .popup-section .inner-popup-main .btn_style {
    -ms-flex-preferred-size: calc(50% - 15px);
    flex-basis: calc(50% - 15px);
    font-size:14px;
  }
  .popup-section .program_item_heading p br{
    display:none;
  }
  .onboard-pricing-fix .flip_form{
    margin-top:30px;
  }
  .popup-section{
    padding-left:0;
    padding-right:0;
  }
  .pricing_onboard .onboard-options .tab_option:first-child{
    margin-bottom:28px;
  }

}
{#
@media(min-width:1721px){
  .pricing_onboard  .onboard_heading{
    max-width:44.125em;
  }
  .pricing_onboard h4 {
    font-size:1.5625em;
  }
  .pricing_onboard .onboard-options .tab_option {
    padding:1.8125em 1.25em 2.8125em;
    -ms-flex-preferred-size:calc(50% - 0.8125em);
    flex-basis:calc(50% - 0.8125em);
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .bordertop{
    height:0.3125em;
  }
  .pricing_onboard .onboard-options .tab_option .icon {
    display: block;
    margin-bottom:1.8125em;
    max-width: 1.25em;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier:after{
    border-left:0.125em solid transparent;
    border-right:0.125em solid transparent;
    border-bottom:0.125em solid transparent;
    height: calc(100% + 0.0625em);
    width: calc(100% + 0.125em);
    left: -0.0625em;
    right: -0.0625em;
    bottom: -0.0625em;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier.activate_sec::before {
    top:0.25em;
    border-bottom-width: 0.625em;
    border-left: 0.625em solid transparent;
    border-right: 0.625em solid transparent;
  }
  /*   .tabber_section_program .program_item,
  .tabber_section_program .program_options{
  border: 0.0625em solid #CCC;
}
  .tabber_section_program .program_item{
  border-top:0;
} */
  .pricing_onboard .hubspot_hub_content .img_txt svg{
    -ms-flex-preferred-size:2.1375em;
    flex-basis:2.1375em;
    max-width:2.1375em;
  }
  .pricing_onboard .hubspot_hub_content .img_txt h5{
    -ms-flex-preferred-size:calc(100% - 2.9375em);
    flex-basis:calc(100% - 2.9375em);
    padding-left: 1em;
  }
  .pricing_onboard .hubspot_hub_content {
    margin-bottom: 2.125em;
  }
  .pricing_onboard .hubspot_hub_details {
    margin-bottom:2.75em;
  }
  .pricing_onboard .hubspot_hub_content .img_txt {
    -ms-flex-preferred-size: calc(100% - 11.875em);
    flex-basis: calc(100% - 11.875em);
  }
  .pricing_onboard .hubspot_tier .pop_btn {
    font-size: 1em;
  }
  .pricing_onboard .hubspot_hub.highlight .hubspot_hub_content .pop_btn{
    border: 0.0625em solid #ff5c35;
    box-shadow: 0 0 0 0.25em rgba(255, 92, 53, .2);
  }
  .pricing_onboard .hubspot_tier .pop_btn:after{
    min-height:0.6875em !important;
  }
  .pricing_onboard .hubspot_hub {
    border: 0.0625em solid #CCC;
    padding: 2.125em;
    margin-bottom: 1.8125em;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier {
    -ms-flex-preferred-size: calc(33.33% - 1px);
    flex-basis: calc(33.33% - 0.0625em);
    padding: 2.375em 1.25em 2.625em;
    text-align: center;
    -webkit-transition: background 0.35s, color 0.35s;
    -o-transition: background 0.35s, color 0.35s;
    transition: background 0.35s, color 0.35s;
    cursor: pointer;
  }
  .onboard-pricing-fix .flip_form .flip_form_main h5 + p{
    font-size: 0.875em;
  }
  .selected_hubs .selecimg_fix .seletxt p.selprice{
    font-size:0.75em;
  }
  .selected_hubs .selecimg_fix .seletxt p.selpack,

  .pricing_onboard .hubspot_hub_plans .hubspot_tier .plan_price{
    font-size:1em;
  }
  .pricing_onboard .hubspot_hub_plans .hubspot_tier .plan_txt {
    font-size: 1.25em;
  }
  /*   .popup-section .inner-popup-main .btn_style{
  -ms-flex-preferred-size:9.6875em;
  flex-basis:9.6875em;
}
  .popup-section .all_programs .program_item_wrapper{
  max-width: 78em;
  padding: 4.5625em 1.25em;
}
  .popup-section .program_item_heading {
  margin-bottom: 3.6875em;
  max-width:40em;
}
  .popup-section .all_programs .program_item .select-btn{
  padding:2.4375em 4.5625em;
  border-top: 0.0625em solid #ccc;
}

  .tabber_section_program .program_item .program_col p strong{
  font-size:1.25em;
  margin-bottom:0.6875em;
} 
  body .tabber_section_program .program_item .program_col ul li:before {
  height: 1em;
  width: 1em;
  top:0.4375em;
}
  .tabber_section_program .program_item .program_col ul li {
  padding-left: 1.4375em;
  font-size:1em;
  margin-bottom:0.4375em;
}

  .program_two_col .program_col.first_col {
  padding-right:2.6875em;
}
  .program_two_col .program_col.second_col {
  padding-left:2.6875em;
}
  */
  .onboard-pricing-fix .flip_form .flip_form_main h4,
  .pricing_onboard .onboard-pricing-tab h4, 
  .pricing_onboard .onboard-options h4{
    font-size:1.5625em;
  }
  .onboard-pricing-fix .flip_form .flip_form_main h4 {
    margin-bottom: 0;
    padding-bottom: 1.08em;
  }
  .onboard-pricing-fix .flip_form .flip_form_main h6 {
    font-size: 0.75em;
    margin-top: 1.875em;
    margin-bottom: 1.8125em;
  }
  .onboard-pricing-fix .flip_form .flip_form_main h5{
    margin-bottom: 0.475em;
    margin-top: 1.052em;
  }
  .onboard-pricing-fix .flip_form .flip_form_fix{
    top:2.125em;
  }
  .onboard-pricing-fix .flip_form .flip_form_main {

    padding:2.125em;
  }
  .onboard-pricing-fix .flip_form .cta-sec {
    margin-top: 2.5em;
  }
  /*   .popup-section .program_item_heading h6 {
  font-size: 0.75em;
} 
  .program_options .program_tab {
  font-size: 1.25em;
  padding: 1.5625em;
  border-bottom: 0.0625em solid #CCC;
  cursor: pointer;
}
  .program_options .program_tab.selected_tab:before {
  height:0.1875em;
  bottom: -.0625em;
}
  .popup-section .heading_with_btn {
  margin-bottom: 2.625em;
} 
  .program_options .program_tab img{
  width:100%;
  margin-right:0.75em;
}
  .program_options .program_tab:first-child img{
  max-width:0.875em;
}
  .program_options .program_tab:nth-child(2n) img{
  max-width:1.375em;
}
  .program_options .program_tab:last-child img{
  max-width:1.8125em;
}
  .popup-section .inner-popup-main .btn_style{
  font-size:1em;
}
  .popup-section .inner-popup-main .btn_style.prev_btn {
  padding: 0.6875em 1.1875em 0.6875em 2.125em;
}
  .popup-section .inner-popup-main .btn_style.next_btn {
  padding: 0.6875em 2.125em 0.6875em 1.1875em;
}
  .popup-section .inner-popup-main .btn_style:after{
  width: 0.6875em;
  min-height: 0.6875em;
}
  .popup-section .inner-popup-main .btn_style.next_btn:after{
  right:1.875em;
}
  .popup-section .inner-popup-main .btn_style.prev_btn:after {
  left: 1.1875em;
} */
  .selected_hubs .selecimg_fix .abs_close_sel{
    top:1.25em;
    right:1.25em;
    max-width:0.625em;
  }
  .selected_hubs .selecimg_fix {
    padding: 0.6875em 1.875em 0.75em 0.8125em;
  }
  .selected_hubs .selecimg_fix .seletxt {
    -ms-flex-preferred-size: calc(100% - 2.875em);
    flex-basis: calc(100% - 2.875em);
    padding-left: 0.8125em;
  }
  .selected_hubs .selecimg_fix .selecimg {
    -ms-flex-preferred-size: 2.875em;
    flex-basis: 2.875em;
    min-height: 2.875em;
  }
  .selected_hubs .selecimg_fix .selecimg img {
    width:100%;
    max-width: 1.125em;
  }
  /*   .popup-section .abs_close {
  top: 2.5em;
  max-width: 1.5625em;
  right: 2.5em;
  cursor: pointer;
}
  .popup-section{
  padding: 10.3125em 0 6.75em;
} */
  .onboard-pricing-fix .flip_form .flop_data_collect .backarrow{
    margin-top:0.625em;
    font-size:1em;
    margin-bottom:1.875em;
    max-width:6.25em;
  }
  .onboard-pricing-fix .flip_form .flop_data_collect .backarrow img{
    max-width:1em;
    margin-right:0.5em;
  }
  .flop_data_collect form input[type=email], 
  .flop_data_collect form input[type=file], 
  .flop_data_collect form input[type=number], 
  .flop_data_collect form input[type=password], 
  .flop_data_collect form input[type=tel], 
  .flop_data_collect form input[type=text], 
  .flop_data_collect form select, 
  .flop_data_collect form textarea{
    font-size:1em;
    padding:0.625em 1.125em;
  }
  .flop_data_collect form input.hs-button.primary.large{
    background-position: right 1.1875em top 50%;
    background-repeat: no-repeat;
    background-size: 1.0625em;
  }
  .pricing_onboard .hubspot_hub_plans {
    border:0.0625em solid #ccc;
    border-top: 0 solid #ccc;
  }
  .onboard-pricing-fix .flip_form .flip_form_main .flop_data_collect h4{
    margin-bottom: 1.25em;
  }
  .flop_data_collect form  .hs-form-field {
    margin-bottom: 1.875em;
  }
  .flop_data_collect form .hs_submit.hs-submit {
    margin-top: 3.125em;
  }
  .onboard-pricing-fix .flip_form .cta-sec p.hs-error{
    font-size:0.875em;
  }
  .inner-popup .content-wrapper {
    padding: 0 25px;
    max-width: 1557px;
  }
  .popup-section .program_item_heading p,
  .tabber_section_program .program_item .program_col p {
    font-size: 16px;
  }
} 
#}