.pricing_page_header {
    background: url('../img/pricing/banner_bg.png') no-repeat center center;
    background-size: cover;
}
.sticy_head_space {
    padding-top: 75px;
}
.sticy_head_space.travel-portal-banner{
    padding-top: 35px;
}
.pricing_banner_content_inner {
    padding: 90px 0px;
}
.pricing_title_section {
    padding: 30px 0px;
}
.pricing_title {
    color: #1BA4C7;
    font-family: 'poppins-medium';
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.pricing_content_section {
    /* background: #F3FDFF; */
    padding: 10px 0px 25px;
}
.plans_items_section {
    flex-basis: 25%;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    padding-top: 35px;
}
.plans_items_section:first-child {
    /* flex-basis: 20%; */
}
.growth_plan_label {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: #bbbbbb;
}
.active_plan .plan_register_btn {
    background: #F5054F;
    color: #fff;
}
.pricing_items {
    background: #fff;
    padding: 25px 15px 10px;
    min-height: calc(100% - 335px);
}
.plans_items_inner_list {
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
}
/* .growth_plan_section .plans_items_inner_list, */
.active_plan .plans_items_inner_list {
    border: 1px dashed #707070;
}
.pricing_plan_title {
    font-size: 18px;
    font-family: 'poppins-medium';
    margin-bottom: 25px;
    color: #14213D;
}
.pricing_amount_section {
    margin-bottom: 8px;
    color: #0D1557;
    padding-top: 10px;
    padding-bottom: 12px;
}
.enterprise_plan_section .pricing_amount_section {
    padding-top: 0px;
    padding-bottom: 8px;
}
.enterprise_plan_section .live_duration_text {
    visibility: hidden;
}
.pricing_plans_yearly_section .enterprise_plan .pricing_amount_section {
    padding-bottom: 27px;
}
.currency_symbol,
.currency_code {
    font-size: 15px;
    display: inline-block;
}
.currency_symbol.pricing_symbol_font{
    font-family: initial !important;
}
.plan_price {
    font-size: 60px;
    line-height: 55px;
    font-family: 'poppins-medium';
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}
.plan_price sup {
    font-size: 16px;
    position: relative;
    top: -15px;
}
.enterprise_plan_section .plan_price {
    font-size: 31px;
    line-height: 35px;
}
.enterprise_plan_section .currency_symbol,
.enterprise_plan_section .currency_code {
    display: none;
}
.per_user_agent {
    font-size: 13px;
    color: #828282;
    margin-bottom: 10px;
    line-height: normal;
}
.pricing_plans_yearly_section .monthly_user_bill {
    display: none;
}
.yearly_user_bill {
    display: none;
}
.pricing_plans_yearly_section .yearly_user_bill {
    display: block;
}
.live_duration_text {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 15px;
}
.plan_register_button {
    margin-bottom: 15px;
}
.plan_register_btn {
    color: #F5054F;
    border: 1px solid #F5054F;
    background: #fff;
    border-radius: 8px;
}
.plan_description_section {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.everything_suit_title {
    font-size: 13px;
    display: block;
    line-height: normal;
    padding-left: 20px;
    font-family: 'poppins-regular';
    text-align: left;
}
.everything_suit_title::before {
    position: absolute;
    content: '';
    top: 1px;
    left: 0px;
    background: url('../img/pricing/tick_icon.svg') no-repeat center center;
    background-size: 90%;
    width: 15px;
    height: 15px;
}
.everything_suit_list_ul li {
    font-size: 13px;
    display: block;
    line-height: normal;
    margin-top: 7px;
    text-align: left;
    padding-left: 15px;
    position: relative;
}
.everything_suit_list_ul li::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0px;
    width: 7px;
    height: 7px;
    background: #BBE8A1;
    border-radius: 50%;
}
.plans_features_items_section {
    position: relative;
}
.plans_features_items_section::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 50%;
    width: 70%;
    border-top: 1px dashed #707070;
    transform: translateX(-50%);
    opacity: 0.2;
}
.plans_features_items_inner {
    padding: 20px 15px 10px;
}
.plans_features_items_ul > li {
    font-size: 13px;
    line-height: normal;
    height: 45px;
    padding: 0px 5px;
    display: flex;
    align-items: center;
}
.tick_icon,
.no_icon {
    /* padding-left: 18px; */
}
/* .tick_icon::before, */
.no_icon::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0px;
    width: 12px;
    height: 12px;
    transform: translateY(-50%);
}
/* .tick_icon::before {
    background: url('../img/pricing/tick_icon.svg') no-repeat center center;
    background-size: 100%;
} */
.tick_icon {
    position: absolute;
    top: 3px;
    left: 0px;
    width: 15px;
    height: 15px;
}
.no_icon::before {
    background: url('../img/pricing/close_icon.svg') no-repeat center center;
    background-size: 100%;
}
.info_icon {
    position: absolute;
    top: 25%;
    right: -4px;
    width: 12px;
    height: 12px;
    background: url('../img/pricing/info_icon.png') no-repeat center center;
    background-size: 100%;
    transform: translateY(-50%);
}
.tooltip_section {
    position: absolute;
    bottom: 42px;
    right: 45%;
    width: 240px;
    height: 125px;
    color: #fff;
    background: #333;
    z-index: 9;
    transform: translateX(50%);
    box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.16);
    /* border: 1px solid #04a7c9; */
    text-align: left;
    padding: 12px;
    border-radius: 10px;
    display: none;
}
.tooltip_title {
    font-size: 13px;
    font-family: 'poppins-regular';
    line-height: normal;
}
.tooltip_items {
    line-height: 28px;
}
.tooltip_info_section:hover .tooltip_section {
    display: block;
}
.price_list_item {
    padding-left: 28px;
}
.info_list_item {
    padding-right: 15px;
}
/* .tooltip_section::after {
    position: absolute;
    content: '';
    bottom: 0px;
    right: 0px;
    border-top: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
} */
.pricing_transparent_feature_section {
    background: #F3FDFF;
    padding: 50px 0px;
    margin-bottom: 50px;
    display: none;
}
.pricing_feature_title {
    color: #14213D;
    font-size: 30px;
    line-height: 40px;
    font-family: 'poppins-bold';
    margin-bottom: 10px;
}
.pricing_feature_sub_title {
    color: #A8AABB;
}
.pricing_plan_tab_container {
    padding: 10px;
    background: #fff;
    margin-top: 20px;
}
.pricing_plan_tab_wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pricing_plan_tab_wrap li {
    display: inline-block;
    width: 25%;
}
.pricing_plan_tab_wrap li a {
    color: #BBBBBB;
}
.pricing_plan_tab_wrap li.active a {
    color: #067C9A;
}
.pricing_plan_tab_container .pricing_plan_tab_wrap {
    display: block;
    position: relative;
    border-bottom: 3px solid #e6e6e6;
}
.pricing_plan_tab_container .pricing_plan_tab_wrap span {
    transition: all 0.3s ease;
    position: absolute;
    bottom: -3px;
    height: 3px;
    background-color: #067C9A;
}
.pricing_plan_tab_wrap a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #646464;
    padding: 5px 15px;
    display: block;
    text-align: center;
}
.pricing_plan_tab_container a:hover {
    color: #067C9A;
}
.pricing_plan_tab_content {
    padding: 25px;
    display: none;
}
.pricing_plan_tab_content.active {
    display: block;
}
.features_list {
    width: 50%;
    position: relative;
}
/* .features_list::after {
    position: absolute;
    content: "";
    top: 15%;
    bottom: 0px;
    right: 8px;
    width: 2px;
    height: 70%;
    background: #f3f3f3;
} */
.plans_list_title {
    font-size: 18px;
    color: #1BA4C7;
    font-family: 'poppins-medium';
    margin-bottom: 16px;
}
.plans_list_item_section ul {
    flex-wrap: wrap;
}
.features_list ul li {
    width: 50%;
    flex-wrap: wrap;
}
.plans_list_item_section ul li {
    padding-left: 20px;
    padding-right: 10px;
    font-size: 13px;
    margin-bottom: 10px;
    position: relative;
}
.red {
    color: red;
}
.plans_list_item_section li::before {
    position: absolute;
    content: '';
    top: 9px;
    left: 0px;
    width: 5px;
    height: 5px;
    background: #1a1a1a;
    border-radius: 50%;
}
.plans_list_divider_point {
    position: absolute;
    top: 45%;
    right: -5px;
    width: 25px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
}
.plans_list_divider_point::after {
    position: absolute;
    content: '';
    top: 26%;
    right: 6px;
    width: 13px;
    height: 13px;
    border: 2px solid #f3f3f3;
    border-radius: 50%;
}
.toggle_slider_section {
    width: 50%;
    margin: 0 auto;
    max-width: 300px;
}
.range_value_space {
    width: 60px;
    display: inline-block;
    margin: 0px 10px 10px;
}
.range_value_space input {
    width: 100%;
    padding: 4px 5px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 18px;
    font-family: 'poppins-medium';
    text-align: center;
}
.range_value_space input:focus {
    border-color: #27bae1;
    outline: none;
}
.range_slider_section .range-slider__value {
    position: absolute;
    top: -3px;
    right: 81px;
    width: 45px;
    color: #1A1A1A;
    font-family: 'poppins-semibold';
}
.discount_price {
    height: 24px;
    line-height: normal;
    display: none;
}
.discount_price.show_offer_values {
    display: block;
}
.discount_price.visibility_hidden_value {
    visibility: hidden;
}
.yearly_discount_price {
    margin-right: 10px;
    text-decoration: line-through;
}
.yearly_original_price {
    text-decoration: line-through;
    margin-right: 5px;
}
.yearly_discount_rate {
    color: #ED9B3F;
    font-family: 'poppins-regular';
    display: none;
}
.pricing_terms_conditions {
    font-size: 12px;
    padding: 0px 20px;
    color: #7f7f7f;
}
.pricing_content_mobile_section {
    display: none;
}
.pricing_banner_title {
    font-family: 'poppins-bold';
    font-size: 40px;
    line-height: 55px;
    color: #fff;
    margin-bottom: 20px;
}
.toggle_slider_section {
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}
.pricing_banner_plans_info {
    color: #fff;
    font-family: 'poppins-regular';
}
.pricing_banner_plans_info:not(:last-child) {
    margin-right: 40px;
}
.plans_info_icon {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    margin-right: 10px;
}
.plans_info_icon img {
    display: block;
}
.visibility_hidden {
    visibility: hidden;
}
.plans_features_items_title {
    margin-bottom: 14px;
}
.product_features_title {
    margin: 50px 0px 10px;
    display: inline-block;
    font-size: 16px;
    color: #1292F5;
    text-decoration: underline;
    text-align: center;
    width: 100%;
}
.customer_support_inner {
    max-width: 70%;
    margin: 20px auto 50px;
    padding: 30px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 20px;
}
.customer_support_left_section {
    width: 75%;
}
.customer_support_right_section {
    width: 25%;
    padding-left: 40px;
}
.customer_support_title {
    font-size: 21px;
    line-height: 30px;
    font-family: 'poppins-bold';
    margin-bottom: 15px;
}
.customer_support_description {
    margin-bottom: 10px;
    color: #303030;
    max-width: 90%;
}
.customer_support_link a {
    color: #0970FE;
    font-size: 12px;
    text-decoration: underline;
}
.price_currency_section {
    position: absolute;
    top: -5px;
    right: 12px;
    z-index: 1;
}
.currency_display {
    font-family: 'poppins-regular';
    color: #F01C5D;
    font-size: 13px;
    line-height: normal;
    box-shadow: 0px 0px 6px #00000029;
    background: #fff;
    border-radius: 20px;
    padding: 5px 15px 6px;
    position: relative;
    z-index: 3;
    min-width: 55px;
    display: inline-block;
}
.currency_ul {
    display: flex;
    position: absolute;
    top: 2px;
    right: 30px;
    width: 0px;
    border: 1px solid #F5054F;
    border-radius: 15px;
    z-index: 1;
    overflow: hidden;
    transition: width 0.5s;
}
.currency_ul.show {
    width: 275px;
}
.currency_list {
    font-size: 13px;
    color: #6D6D6D;
    padding: 3px 7px 4px 12px;
    line-height: normal;
    cursor: pointer;
}
.currency_list:hover {
    color: #F5054F;
}
.currency_list.active {
    pointer-events: none;
    cursor: default;
    color: #F5054F;
}
.hide_digits {
    display: none;
}
.contact_page_plan_select {
    display: none;
}
.enterprise_plan_section .pricing_page_btn {
    display: none;
}
.enterprise_plan_section .contact_page_plan_select {
    display: inline-block;
    margin-top: 42px;
}
.register_page_plan_select {
    display: none;
}
/*--toggle styles--*/
.switch {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 45px;
    font-family: 'poppins-light', sans-serif;
    box-shadow: 0px 0px 30px rgb(0, 0, 0, 0.18);
    border-radius: 25px;
    background: #fff;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 50%;
    left: 0;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked ~ .switchTextLeft {
    color:#0D1557;
}
input:checked ~ .switchTextRight {
    color:#fff;
}
input:checked + .slider:before {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}
.slider.round {
    border-radius: 25px;
}
.slider.round:before {
    border-radius: 25px;
    background: #F5054F;
}
.switchTextLeft, .switchTextRight {
    z-index:1;
    transition: 500ms;
    position: absolute;
    cursor: pointer;
    user-select: none;
    line-height: normal;
}
.switchTextLeft {
    transform: translate(-75px, 12px);
    color:#fff;
}
.switchTextRight {
    transform: translate(25px, 7px);
    color:#0D1557;
}
.switchTextYr {
    display: block;
    line-height: 30px;
}
.discount_offer {
    font-size: 10px;
    line-height: 16px;
    color: #ED9B3F;
    display: none;
}
.discount_offer.yearly_active {
    color: #fff;
}
/*--toggle styles end--*/
/*--range slider--*/
.range-slider {
    margin: 20px 0 0 0%;
    width: 100%;
    color: #25BBE1;
    font-family: 'poppins-extralight';
}
.range-slider__range {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #e6e6e6;
    border: none !important;
    outline: none;
    padding: 0;
    margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #19D9FF;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
    background: #19D9FF;
}
.range-slider__range:active::-webkit-slider-thumb {
    background: #19D9FF;
}
.range-slider__range::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 50%;
    background: #19D9FF;
    cursor: pointer;
    transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
    background: #19D9FF;
}
.range-slider__range:active::-moz-range-thumb {
    background: #19D9FF;
}
.range-slider__range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #19D9FF;
}
.range-slider__value {
    display: inline-block;
    position: relative;
    width: auto;
    text-align: center;
    padding: 5px;
    font-size: 20px;
    line-height: 20px;
    margin: 0px 5px;
}
.range-slider .ui-slider-horizontal .ui-slider-range {
    background: #d7dcdf;
}
.range-slider .ui-widget-content .ui-state-default {
    background: #15d9ff !important;
    border: none !important;
    border-radius: 50%;
    width: 0.9em;
    height: 0.9em;
    cursor: pointer;
    outline: none;
}
.range-slider .ui-widget-content .ui-state-default:last-child {
    /* display: none; */
}
/*--range slider end--*/