.fixed-top {
    background-color: #fff;
}
.hero__buttons .cta_new:first-child {
    margin-right: 20px;
}
/************Plan Box start**************/
.plan-box {
    text-align: center;
    display: inline-block;
    width: 100%;   
    min-height: 155px
}
.plan-box h3 {
    padding: 0;
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: 600!important;
}
.plan-box .plan-price {
    position: relative;
    display: inline-block;
}
.plan-box .currency {
    font-size: 24px;
    position: absolute;
    right: 100%;
    top: 7px;
    color:#7b85a5;
    margin-right: 5px;
}
.plan-box .price {
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
}
.plan-box .price-rest {
    font-size: 12px;
    left: 100%;
    position: absolute;
    top: 10px;
}
.plan-box .plan-duration {
    color: #7b85a5;
    margin: 10px 0 3px;
}

.plan-box .min-user-text {
    font-size: 13px;
}
.plan-box .price-new {
    font-size: 30px;
    line-height: 60px;
    font-weight: 700;
}
.plan-box-dark h3, .plan-box-dark p, .plan-box-dark .currency, .plan-box-dark .price, .plan-box-dark .price-rest, .plan-box-dark .plan-duration, .plan-box-dark .min-user-text, .plan-box-dark .price-new{
    color: #fff;
}
.ringcentral-boxes .plan-box {
    min-height: 185px;
}
/************Plan Box end**************/
 
/************All funnel page header (logo + buttons) start**************/
.funnel-header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width:100%;
-webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease;
      z-index: 1;
          
}
.fixed_funnel-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 2px 16px -2px rgb(2 94 172 / 32%);
    animation: slideDown 0.35s ease-out;
    background-color: #fff;
}
.fixed-header__buttons a {
    margin: 0 7px 0 7px!important;
}

@media (max-width: 767px){
.fixed-header__buttons {
    text-align: center;
}
 .funnel-header .wrap_cta {
    text-align: center;
}
.funnel-header .wrap_cta a {
    width: auto;    
   margin: 0 5px 0!important;
}
.funnel-header .wrap_cta .cta_new span {
    padding: 10px 18px!important;
}

.funnel-header .wrap_cta {
    text-align: center;
}
 .fixed_funnel-header .sales-logo-header {
    display: none;
}
}

 /************All funnel page header (logo + buttons) end**************/



.box-info .box-title a {
    color: #3D505A;
}

.my_testimonial_slider .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}


.elementor-widget-form .elementor-button {
    cursor: pointer;
}

.hubspot-elementor-form .elementor-message.elementor-message-danger {
    background: #DE3636;
    color: #fff !important;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
}

.hubspot-elementor-form .elementor-field-type-acceptance label {
    font-size: 13px!important;
}

.hubspot-elementor-form .elementor-message.elementor-message-success {
    text-align: center;
    font-size: 16px !important;
    border-radius: 7px;
}

.hubspot-elementor-form .elementor-message.elementor-message-success h3 {
    color: #fff;
}

.hubspot-elementor-form .elementor-message.elementor-message-success:before {
    background: #fff;
    width: 40px;
    height: 40px;
    color: var(--e-global-color-primary);
    font-size: 24px;
    line-height: 40px;
    border-radius: 50%;
}

.hubspot-elementor-form .elementor-message.elementor-message-success .cta_new.cta-white span {
    padding: 7px 15px!important;
}

.hubspot-elementor-form .elementor-message.elementor-message-success p {
    width: 80%;
    margin: auto;
    line-height: 1.5;
}

.hubspot-elementor-form .select2.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 10px 8px 0 8px !important;
    margin-top: 6px !important;
}

.hubspot-elementor-form .select2.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: 0 8px 10px 8px !important;
    margin-top: 3px !important;
}

.hubspot-elementor-form .select2-container .select2-selection img, .select2-container .select2-results__option img {
    width: 32px!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    border-radius: 3px;
    max-height: 24px;
    object-fit: contain;
    border: thin solid #d6d6d6;
}
.hubspot-elementor-form .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px!important;
}

.section-rotate-blue {
    -webkit-transform: skewY(-5deg);
    -moz-transform: skewY(-5deg);
    -ms-transform: skewY(-5deg);
    -o-transform: skewY(-5deg);
    transform: skewY(-5deg);
    background:#F4FCFF;
    border-radius: 20px;
}

.section-rotate-blue .elementor-widget-wrap {
    -webkit-transform: skewY(5deg);
    -moz-transform: skewY(5deg);
    -ms-transform: skewY(5deg);
    -o-transform: skewY(5deg);
    transform: skewY(5deg);
    padding: 50px !important;
} 

ul#menu-features > li:nth-child(2) > ul > .menu-item-type-custom {
    margin-top: 21px;
}

.email-form .hs-form {
    display: flex;
    gap: 10px;
    border: thin solid rgba(255,255,255,0.35);
    padding: 10px 10px 0;
    border-radius: 60px;
    background: rgba(255,255,255,0.15);
}

.email-form .hs-form-field > label{
    display: none;
}

.email-form .hs-form-field {
    margin-bottom: 10px;
		flex: 2;
}
.email-form .input input {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
	border: none;
    border-radius: 40px;    
	padding: 12px 25px;
    width: 100%;
}


.email-form .hs-submit{
	flex: 1;
}

.email-form .hs-submit input {
    border-radius: 30px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: var(--e-global-color-secondary);
    font-weight: 600;
        padding: 12px 25px;
    border: none;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
    width: 100%;
	white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s;
}

.email-form .hs-submit input:hover{
    background: var(--e-global-color-text);
    color: #fff; 
    border-color: var(--e-global-color-text);
}

.email-form .hs-form-field .hs-error-msgs {
    background: #df0f0f;
    list-style: none;
    border-radius: 4px;
    position: absolute;
    top: 100%;
    margin-top: -10px;
    margin-left: 15px;
    z-index: 1;
    padding: 0 5px;
    color: #fff;
}

.email-form .hs-form-field .hs-error-msgs:before{
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #df0f0f;
    content: '';
    position: absolute;
    top: -5px;
    left: 20px;
}

.email-form .hs_error_rollup {
    position: absolute;
    top: 100%;
    margin-top:15px;
}

@media (max-width: 767px){
    .hubspot-elementor-form .elementor-field-group-country_code {
        width: 40%;
    }
    .hubspot-elementor-form .elementor-field-type-tel{
        width: 60%;
    }
	.email-form .hs-form{
		    display: block;
    border-radius: 20px;
    padding-bottom: 10px;
	}
	.email-form .hs-form-field .hs-error-msgs{
		margin-top: 0;
	}
}
.table_1 tbody.tafe-table-body td {
    border-bottom: 1px solid #0000001a !important;
    border-top: 1px solid #0000001a!important;
}