#ic_bfcm_main .container {
    max-width: 1280px !important;
    padding: 0 15px;  
}   
/* header nav */
.ic_bfcm_top_fixed {
    background: linear-gradient( 90deg, #FF971B 0%, #AFE6BE 25%, #0BB0EE 50%, #EBA3A3 75%, #DE2323 100%);
    padding: 12px 15px;
    text-align: center; 
}
.ic_navbar.ic_bfcm_navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: none !important;
    z-index: 9999;
}
.ic_bfcm_nav_inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
nav.ic_navbar.ic_bfcm_navbar .container {
    margin-top: 38px;
}
nav#ic_websummit_nav {
    position: relative;
    top: -20px;
}
.ic_bfcm_onscroll nav#ic_websummit_nav {
    top: 0;
}
.ic_fbcm_notice_dot {
    line-height: 0px;
    position: relative;
    top: -3px;
    height: 5px;
    width: 5px;
    background: #000;
    border-radius: 50%;
    display: inline-block;
}
.ic_bfcm_navbar ul.ic_navbar_nav_ul {
    background-color: #111111;
    border: 1px solid #262626;
    gap: unset !important;
    border-radius: 16px;
}
.ic_bfcm_navbar ul.ic_navbar_nav_ul li {
    padding: 0 !important;
}
.ic_bfcm_navbar ul.ic_navbar_nav_ul li a {
    color: #fff;
    padding: 20px 30px 15px 30px;
    line-height: 0.8;
}
.ic_bfcm_navbar ul.ic_navbar_nav_ul li a:hover {
    background: #070708;
    color: #fff !important;
}
.ic_bfcm_navbar.ic_navbar .ic_navbar_nav .ic_navbar_nav_ul .ic_nav_item i {
    top: 15px;
    right: 1px;
    transition: 0.4s all;
}
.ic_bfcm_navbar.ic_navbar .ic_navbar_nav .ic_navbar_nav_ul li:hover i {
    color: #fff !important;
}
.ic_bfcn_contact a {
    background: #18151C;
    color: #fff;
    border: 1px solid #262626;
    display: inline-block;
    padding: 9px 20px;
    border-radius: 10px;
    transition: all 0.4s;
}
.ic_bfcn_contact a:hover {
    background-color: #070708;
}

/* navbar icon */
.ic_bfcm_navbar .ic_navbar_nav_ul li a {
    position: relative;
    display: inline-block;
}
.ic_bfcm_navbar .ic_navbar_nav_ul li:first-child a:after,
.ic_bfcm_navbar .ic_navbar_nav_ul li:nth-child(2) a:after,
.ic_bfcm_navbar .ic_navbar_nav_ul li:last-child a:after {
    font-family: remixicon!important;
    position: absolute;
    right: 10px;
    top: 18px;
}
.ic_bfcm_navbar .ic_navbar_nav_ul li:first-child a:after {
    content: "\ecee";
}
.ic_bfcm_navbar .ic_navbar_nav_ul li:nth-child(2) a:after {
    content: "\f0f1";
}
.ic_bfcm_navbar .ic_navbar_nav_ul li:last-child a:after {
    content: "\efe6";
}
.ic_bfcm_navbar .ic_nav_right {
    display: none !important;
}
.ic_navbar_nav {
    position: relative;
    top: 0;
    transition: top 0.4s ease; 
}
nav.ic_navbar.ic_bfcm_navbar.ic_bfcm_onscroll .ic_navbar_nav {
    top: -20px; 
}
nav.ic_navbar.ic_bfcm_navbar.ic_bfcm_onscroll {
    background-color: #000 !important;
    transition: background-color 0.4s ease; 
}
.ic_bfcm_navbar .ic_bfcm25_nav .ic_navbar_nav_ul li a:after {
    top: 21px;
}

/* .ic_bfcm_navbar .ic_navbar_nav_ul li .dropdown_arrows i:before {
    content: "\ee2b";
} */
/* .ic_bfcm_navbar .ic_navbar_nav_ul li:first-child .dropdown_arrows i:before {
    content: "\ee2b";
} */
/* hero */
#ic_bfcm_main {
    background: rgba(246, 246, 247, 1);
}
.ic_bfcm_hero {
    /* padding-top: 48px; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #070708;
}
.ic_bfcm_hero_bd {
    position: relative;
    padding-bottom: 20px;
}
.ic_bfcm_hero_left {
    max-width: 760px;
    position: relative;
}
.ic_bfcm_hero_right {
    max-width: 520px;
}
.ic_bfcm_hero_content {
    display: flex;
    padding-top: 180px;
}
.ic_bfcm_navbar .ic_navbar_nav_ul li:first-child a {
    border-radius: 16px 0 0 16px;
}
.ic_bfcm_navbar .ic_navbar_nav_ul li:last-child a {
    border-radius: 0 16px 16px 0;
}
/* hero content */
.ic_websubmit_hero_content {
    position: absolute;
    bottom: 20%;
    left: 8%;
    /* background: linear-gradient(180deg, rgba(10, 122, 166, 1) 0%, rgba(10, 122, 166, 0.5) 100%); */
    max-width: 800px;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    z-index: 2;
}
.ic_websubmit_hero_content h1 {
    font-weight: bold;
    text-shadow: 4px 4px #000;
}
.ic_websubmit_hero_content p {
    color: #fff;
    margin-top: 13px;
    text-shadow: 2px 2px #000;
}
.ic_websubmit_hero_content a {
    background: rgb(212, 60, 5);
    color: #fff;
    padding: 13px 20px;
    border-radius: 0.25rem;
    margin-top: 12px;
}
.ic_bfcm_hero_text {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 540px;
    width: 100%;
}
.ic_bfcm_hero_text p {
    color: #888688;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 30px;
}
.ic_bfcm25_hero .ic_bfcm_hero_text {
    bottom: -30px;
}
.ic_bfcm_btn_25 {
    background: linear-gradient( 90deg, #FCC979 0%, #AFE6BE 25%, #87CCF7 50%, #C295FD 75%, #0BB0EE 100%);
    display: inline-flex;
    max-width: 237px;
    width: 100%;
    justify-content: center;
    padding: 15px 0;
    color: #171717;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    transition: 0.4s all;
}
.ic_bfcm_btn_25 img {
    max-width: 25px;
    position: relative;
    right: -6px;
    transition: 0.4s all;
}
.ic_bfcm_btn_25:hover {
  background: linear-gradient(
    90deg,
    #0BB0EE 0%,
    #C295FD 25%,
    #87CCF7 50%,
    #AFE6BE 75%,
    #FCC979 100%
  );
}
.ic_bfcm_btn_25:hover img {
    right: -10px;
}
.ic_bfcm_hero_bd .ic_bfcm_hero_text {
    max-width: 590px;
}
/* timer */
.ic-countdown-wrapper.ic-popup-counter .ic-single-time:after {
    background: #111111;
}
.ic_bfcm_timer {
    text-align: center;
    margin-bottom: 45px;
    margin-top: 50px;
}
.ic_bfcm_timer .ic-countdown-wrapper.ic-popup-counter {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 45px;
}
.ic_bfcm_timer .ic-countdown-wrapper.ic-popup-counter span.ic-single-time>span:first-child {
    background: linear-gradient(90deg, #FFFFFF 0%, #F5F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 80px;
    font-weight: bold;
    width: auto;
    height: auto;
    line-height: normal;
}
.ic_bfcm_timer .ic-countdown-wrapper.ic-popup-counter span.ic-single-time>span:last-child {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: capitalize;
}
.ic_bfcm_timer .ic-countdown-wrapper.ic-popup-counter span.ic-single-time:after {
    display: none;
}
.ic_bfcm_timer .ic-countdown-wrapper.ic-popup-counter span.ic-single-time {
    background: #000;
    margin: 0 10px;
    text-align: center;
    width: 150px;
    height: 145px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.bfcm_text_linear,
ul.ic_line_text_list li:nth-child(odd) span,
.ic_single_bfcm25_feature:hover h3 {
    background: linear-gradient( 90deg, #FCC979 0%,#AFE6BE 25%,#87CCF7 50%,#C295FD 75%,#0BB0EE 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;   
}
.ic_bfcm_timer p {
    font-weight: bold;
}
/* .ic_bfcm_timer_text {
    background: linear-gradient(90deg, #100D12 0%, #362937 52%, #100D12 100%);
    } */
.ic_bfcm_timer_text {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 5px 0;
}
.ic_bfcm_single_review {
    background: #171717;
    margin: 0 15px;
    padding: 25px;
    border-radius: 16px;
    border: 1px solid #404040;
}
.ic_bfcm_single_review p {
    color: #C5C5C5;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
}
.ic_bfcm_single_review img {
    margin-bottom: 15px;
}
.ic_bfcm_review_author {
    display: flex;
    align-items: center;
    gap: 20px;
}
.ic_bfcm_review_author img {
    margin: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.ic_bfcm_author_info h4 {
    color: #fff;
    font-size: 18px;
    line-height: 19px;
}
.ic_bfcm_author_info span {
    color: #C4BBE3;
    font-size: 14px;
}
.ic_bfcm_reviews {
    padding-bottom: 50px;
}
/* line scroll animation */
.ic_line_scroll_animation {
    transform: rotate(-3.5deg);
    padding: 60px 0;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}
ul.ic_line_text_list {
    padding: 0;
    list-style: disc;
    display: inline-flex;
    padding: 0;
    margin: 0;
    animation: ic_line_scroll 20s linear infinite;
}
ul.ic_line_text_list li {
    list-style: disc;
    color: #fff;
    font-size: 22px;
    margin: 0 15px;
}
ul.ic_line_text_list li:nth-child(odd) span {
    font-weight: 400;
}
@keyframes ic_line_scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ic_bfcm25_linescroll ul li span,
.ic_bfcm25_linescroll ul.ic_line_text_list li:nth-child(odd) span {
    font-weight: bold;
}
/* features */
.ic_bfcm25_intro h2 {
    font-size: 44px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ic_bfcm25_intro {
    text-align: center;
    margin-bottom: 40px;
}
.ic_single_bfcm25_feature {
    background: rgb(10, 122, 166);
    padding: 90px 40px;
    text-align: center;
    border-radius: 16px;
    position: relative;
    height: 100%;
}
.ic-single-feature-11 {
    margin-bottom: 24px;
}
.ic_single_bfcm25_feature img {
    max-width: 80px;
    margin-bottom: 15px;
    filter: brightness(0) invert(1);
  transition: filter 0.3s ease;
}
.ic_single_bfcm25_feature h3 {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    transition: 0.4s all;
}
.ic_single_bfcm25_feature:hover img {
    filter: brightness(0) saturate(100%) invert(83%) sepia(45%) saturate(625%) hue-rotate(322deg) brightness(104%) contrast(101%);
}
/* featreus 2 */
.ic_single_bfcm25_feature_content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #311839 0%, #111111 100%);
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: 0.4s all;
    opacity: 0;
}
.ic_single_bfcm25_feature_content:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url('../images/bfcm/f1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 16px;
}
.ic_single_bfcm25_feature_txt {
    position: relative;
    z-index: 999;
    color: #fff;
    padding: 15px;
}
.ic_single_bfcm25_feature_txt p {
    color: #fff;
}
.ic_single_bfcm25_feature_txt h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.ic_single_bfcm25_feature:hover .ic_single_bfcm25_feature {
    opacity: 1;
}

/* cta */
.ic_cta_row {
    border-radius: 24px;
    padding: 60px 0 0 60px;
 background: linear-gradient( 90deg, #FCC979 0%,#AFE6BE 25%,#87CCF7 50%,#C295FD 75%,#0BB0EE 100%);   
}
.ic_bfcm_cta_text h3 {
    font-size: 70px;
    font-weight: bold;
    color: #070708;
}
.ic_bfcm_cta_text h4 span {
    font-size: 52px;
    font-weight: bold;
    color: #070708;
}
.ic_bfcm_cta_text h4 span:last-child {
    background: #000;
    color: #fff;
    padding: 15px 22px;
    border-radius: 46px;
}
.ic_bfcm_cta_text h4 {
    line-height: 86px;
}
.ic_bfcm_cta_text ul li {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}
.ic_cta_btn {
    background: #150D17;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 16px 20px;
    border-radius: 16px;
    margin-top: 30px;
}
.ic_cta_btn img {
    position: relative;
    right: 0;
    transition: 0.4s all;
    max-width: 24px;
}
.ic_cta_btn:hover img {
    right: -5px !important;
}
.ic_cta_bd_sec .ic_bfcm_cta_text h3 {
    font-size: 58px;
    margin-bottom: 10px;
}
.ic_bfcm25_cta .ic_bfcm_cta_text h3 {
    margin-bottom: 20px;
}
/* faq */
.ic_websummit_faq_wrapper .accordion-collapse.collapse.show {
    border: none;
}
.ic_bfcm_faq {
    margin-top: 90px;
    padding-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center cener;
}
.ic_bfcm_faq div#accordionExample {
    max-width: 1082px;
    margin: 0 auto;
}
.ic_bfcm_faq h2.accordion-header {
    line-height: 60px;
}
.ic_bfcm_faq .accordion-button,
.ic_bfcm_faq .accordion-body {
    background: linear-gradient(90deg, #311839 0%, #111111 100%);
    color: #fff;
}
.ic_bfcm_faq .accordion-item {
    margin-bottom: 20px;
    border-top: 2px solid #CB30E0;
    border-left: unset;
    border-right: unset;
    border-bottom: unset;
    border-radius: 4px;
}
.ic_bfcm_faq .accordion-button {
    background-color: #fff;
    box-shadow: none;
    padding: 6px 0 6px 60px;
    font-size: 20px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
}
.ic_bfcm_faq .accordion-button:focus {
    box-shadow: none;
}
.ic_websummit_faq_footer {
    padding: 80px 0;
    text-align: center;
}
.ic_websummit_faq_footer a {
    font-weight: 800;
}
.accordion-button {
    position: relative;
    padding-left: 50px; 
}
.accordion-button::before {
    content: "+";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    transition: transform 0.3s ease, content 0.3s ease;
}
.accordion-button:not(.collapsed)::before {
    content: "−";
}
.ic_bfcm_faq .accordion-body {
    border-radius: 0 0 4px 4px;
    font-size: 18px;
}
.ic_bfcm_faq .accordion-body ul li {
    font-size: 18px;
}
.ic_bfcm_faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    position: absolute;
    left: 60px;
    top: auto;
    width: 100%;
    bottom: 18px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    transform: unset;
}
.ic_bfcm_faq .accordion-collapse.collapse.show {
    border: none;
}
.ic_bfcm_faq .accordion-button {
    overflow: hidden;
}
.ic_bfcm_faq .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 4px;
}
/* pricing */
.ic_ltd_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.ic_ltd_first_price {
    background-image: url(../images//bfcm/lunch.png);
}
.ic_ltd_second_price {
    background-image: url(../images//bfcm/growth.png);
}
.ic_ltd_third_price {
    background-image: url(../images//bfcm/power.png);
}

.ic_bfcm25_ltd_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper {
    flex-wrap: nowrap;
}
.ic_bfcm25_ltd_wrapper .ic_card_top_part {
    padding: 40px 40px 0 40px;
}
.ic_bfcm25_ltd_wrapper .ic_card_top_part h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
}
.ic_ltd_card {
    border-radius: 16px;
}
.ic_bfcm_ltd_off_old {
    display: flex;
    flex-direction: column;
}
.ic_bfcm_ltd_price_col {
    color: #fff;
    display: flex;
    gap: 15px;
    align-items: center;
}
.ic_bfcm_ltd_price_col .ic_main_title {
    font-size: 48px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 5px;
}
.ic_card_top_part>span {
    color: #FFD500;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.ic_bfcm_ltd_off_old .ic_save {
    color: #FCFCFD;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.ic_bfcm_ltd_off_old .ic_old_price {
    color: #fff;
    margin: 0;
    font-size: 18px;
    text-decoration-color: #fff;
}
/* .ic_card_top_part p {
    color: #FCFCFD;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 40px;
} */
.ic_bfcm25_ltd_wrapper .ic_bfcm_btn_25 {
    max-width: 100%;
}
.ic_bfcm25_ltd_wrapper .ic_card_middle {
    padding: 0 40px 40px;
}
.ic_bfcm25_ltd_wrapper .ic_card_middle .ic_card_bottom_part {
    margin-bottom: 28px;
    padding-top: 40px;
}
.ic_bfcm25_ltd_wrapper ul li {
    display: flex;
    gap: 8px;
    margin-bottom: 7px;
}

.ic_bfcm25_ltd_wrapper ul li i {
    color: #fff;
    font-size: 18px;
}
.ic_bfcm25_ltd_wrapper ul li span {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.ic_bfcm_ltd_intro_price h2 {
    font-size: 44px;
    font-weight: bold;
}

.ic_bfcm_ltd_intro_price p {
    color: #fff;
}

.ic_bfcm_ltd_intro_price {
    text-align: center;
    margin-bottom: 40px;
}
.ic_bfcm25_ltd_wrapper .ic_bfcm_ltdintro_btn {
    max-width: 160px;
}
.ic_bfcm25_ltd_wrapper .ic_ltd_card {
    flex: 1;
}
/* pricing bd */
.ic_bfcm25_bd_ltd .ic_ltd_card {
    max-width: 400px;
    width: 100%;
}
.ic_bfcm25_ltd_price .eye-icon-wrapper {
    position: relative;
}
.ic_bfcm25_ltd_price .all_addon_included {
    top: 30px;
    left: -30px;
}
.ic_bfcm25_ltd_price span.eye-icon-wrapper i {
    top: 3px;
}
.ic_bfcm25_ltd_price .all_addon_included h3 {
    background: linear-gradient( 90deg, #FF971B 0%, #AFE6BE 25%, #0BB0EE 50%, #EBA3A3 75%, #DE2323 100%);
    color: #000;
}
/* first 100 person list */
.ic_11_11_first {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-top: 66px;
}
.ic_11_11_100 {
    text-align: center;
}
.ic_11_11_100 h2 {
    font-size: 44px;
    font-weight: bold;
    padding: 35px 15px;
}
.ic_11_11_first_list_elm {
    padding: 0 40px;
    border: 1px solid #322E36;
    border-radius: 32px;
}
.ic_11_11_single_list {
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    border-top: 1px solid #322E36;
    padding: 17px 0;
}
.ic_11_11_single_list:first-child {
    border-top: 0;
}
.ic_11_11_single_list div:last-child {
    text-align: right;
}
.ic_11_11_single_list_last p {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    padding-left: 60px;
    padding-right: 60px;
}
.ic_11_11_single_list_last {
    justify-content: center;
    background-color: #111;
    border-radius: 0 0 31px 31px;
    margin: 0 -40px;
}
.ic_11_11_single_list_last p span.ic_11_only_total {
    color: #ffcc00;
    font-size: 41px;
    font-weight: bold;
    border-bottom: 2px solid #ffcc00;
    font-style: italic;
    margin-right: 8px;
}
.ic_11_11_single_list_sec_last {
    background: #101010;
    margin-bottom: 15px;
}
/* floating bfcm offer pricing */
.ic_floating_bfcm_11_11 {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999; 
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    right: 100px;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    transition: all 0.3s ease;
}
.ic_floating_bfcm_11_11 .ic_ltd_first_price {
    background-image: unset;
}
.ic_11_floating_body {
    background: linear-gradient(-90deg, #111111 0%, #4C2C97 100%);
    max-width: 325px;
    width: 100%;
    padding: 15px;
}
.ic_11_floating_body_content {
    background: linear-gradient(90deg, #311839 0%, #111111 100%);
    max-width: 305px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 15px;
}
.ic_11_floating_body_content .ic_card_top_part {
    padding: 0;
}
.ic_11_cart_title {
    color: #fff;
    display: flex;
    background: #251A37;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
}
.ic_11_cart_title h2 {
    font-size: 16px !important;
    text-align: left;
}
.ic_11_cart_title span {
    font-size: 10px;
    text-align: right;
}
.ic_11_floating_body_content .ic_card_top_part>h2 {
    font-size: 20px;
    position: relative;
    padding-bottom: 30px;
}
.ic_11_floating_body_content .ic_card_top_part>h2:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 110%;
    background: rgba(255, 255, 255, 0.2);
    left: -14px;
    bottom: 17px;
}
.ic_11_floating_body_content .ic_bfcm_ltd_price_col {
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 3px 0;
    margin-bottom: 20px;
}
.ic_11_pricing_qty {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5F7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ic_11_floating_body_content .ic_card_top_part p {
    text-align: center;
    padding-bottom: 27px;
}
.ic_floating_bfcm_11_11 a.ic_bfcm_btn_25 {
    font-size: 16px;
}
.ic_11_floating_btn {
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    padding: 12px 18px;
    background: linear-gradient(    180deg,    #0BB0EE 0%,    #C295FD 25%,    #87CCF7 50%,    #AFE6BE 75%,    #FCC979 100%  );
    color: #111;
    cursor: pointer;
    writing-mode: vertical-rl;
    border-radius: 5px 0px 0px 5px;
    font-weight: 600;
    transition: 0.4s all;
}
.ic_11_floating_btn:hover + .ic_floating_bfcm_11_11 {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}
.ic_11_floating_btn.ic_onscroll_floatingbtn {
    right: 0;
}
.ic_floating_bfcm_11_11:hover {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
    right: -15px;
}
.ic_11_floating_body .ic_main_title.ic_11_pricing_qty {
    font-size: 32px;
    margin-top: 0 !important;
}

/* refund */
.ic_11_refund_bd {
    background: linear-gradient(    90deg,    #0BB0EE 0%,    #C295FD 25%,    #87CCF7 50%,    #AFE6BE 75%,    #FCC979 100%  );
    text-align: center;
    border-radius: 8px;
    padding: 30px 15px;
    margin-top: 40px;
}
.ic_11_refund_bd h2 {
    font-size: 44px;
    font-weight: 600;
}
.ic_contact_11_bd_row {
    background: #131114;
    padding: 30px;
    border-radius: 14px;
}
.ic_11_single_contact {
    background: rgba(255, 255, 255, 0.1);
    height: 100%;
    text-align: center;
    border-radius: 14px;
    padding: 35px 15px;
}
.ic_contact_11_bd {
    padding-bottom: 80px;
}
.ic_11_single_contact h3 {
    color: #fff;
}
.ic_11_single_contact p {
    color: rgba(255, 255, 255, 0.8);
}
.ic_11_single_contact img {
    margin-bottom: 5px;
}

/* bfcm25 floating */
.ic_bfcm_25 {
    color: #fff;
}
.ic_bfcm_25.ic_floating_bfcm_11_11 {
    top: 42%;
}
.ic_bfcm_25 h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.ic_bfcm_25 .ic_plan_option label {
    display: flex;
}
.ic_bfcm_25 .ic_plan_option label .ic_plan_info {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ic_bfcm_25 .ic_pricing_tabs, .ic_bfcm25_ltd_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper {
    max-width: 100%;
}
.ic_bfcm_25 .ic_11_floating_body {
    max-width: 550px;
}
.ic_bfcm_25 .ic_11_floating_body_content {
    max-width: 550px;
}
.ic_bfcm_25 h2 {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.ic_bfcm_25 .ic_plan_option label .ic_plan_info p {
    max-width: 300px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
}

.ic_bfcm_25 h3 {
    font-size: 16px;
    font-weight: 600;
}

.ic_bfcm_25 .ic_plan_option label {
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 15px;
    border-radius: 16px;
}
.ic_bfcm_25 input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    border: 2px solid #CDD2D8;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    margin-right: 8px;
    vertical-align: middle;
    box-sizing: border-box;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}
.ic_bfcm_25 input[type="radio"]::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;   
    height: 6px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 150ms ease;
    background-color: #FF8D28;
    pointer-events: none;
}
.ic_bfcm_25 input[type="radio"]:checked {
    border-color: #FF8D28;   
    background-color: #fff;  
}
.ic_bfcm_25 input[type="radio"]:checked::after {
    transform: translate(-50%, -50%) scale(1);
}

.ic_bfcm_25 input[type="radio"]:focus {
    outline: none;
    box-shadow: 0 0 0 4px rgba(255,141,40,0.15);
}

.ic_bfcm_25 .ic_plan_option label {
    display: flex;
    align-items: center;
    gap: 10px; 
}
.ic_bfcm_25 .ic_dynamic_price {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.ic_bfcm_25 .ic_dynamic_price div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ic_bfcm_25 .ic_dynamic_price .ic_main_price {
    font-size: 32px;
    font-weight: bold;
}
.ic_bfcm_25 .ic_dynamic_price div span.ic_save, 
.ic_bfcm_25 .ic_dynamic_price div span.ic_old_price {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
.ic_bfcm_25 .ic_dynamic_price div span.ic_old_price {
    text-decoration-color: #fff;
    margin: 0;
}
.ic_bfcm_25 .ic_floating_notice p {
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

/* refund */
.ic_refund_col {
    display: flex;
    align-items: center;
}
.ic_refund_col_content {
    background-color: #171717;
    border: 1px solid #404040;
    border-radius: 24px;
    padding: 35px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px;
    margin-bottom: 80px;
}
.ic_refund_col_content h2 {
    font-weight: 800;
    font-size: 44px;
    margin-bottom: 20px;
}
.ic_refund_col_content>div:first-child {
    padding-right: 40px;
}
.ic_refund_col_content p {
    margin-bottom: 30px;
    color: #C5C5C5;
}
/* video content */
.ic_video_wrapper {
    position: relative;
    width: 100%;
}
.ic_video_wrapper video {
    
    width: 100%;
    display: block;
}
.ic_video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(212, 60, 5);
    color: #fff;
    border: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 30px;
    transition: 0.3s;
    z-index: 2;
}
.ic_video_play_btn:hover {
    background: rgba(212, 60, 5, 0.8);
}
.ic_video_play_btn.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.ic_websummit_video.ic_video_col {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border-radius: 24px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.ic-websummit-hero-wrapper .container-fluid {
    padding: 0;
}
.ic_video_wrapper video::-webkit-media-controls {
    opacity: 1 !important;
}
.ic_websummit_promo_video {
    background: #F2ECE9;
    padding: 60px 0;
}
.ic_websummit_intro {
    max-width: 900px;
    margin: 0 auto;
}
.ic_video_row h2 {
    font-size: 44px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}
.ic_video_row p {
    text-align: center;
    color: #000;
    margin-bottom: 50px;
}
#ic_main_video,
#ic_websummit_main_video {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}
/* .ic-websummit-hero-wrapper {
    padding-top: 48px;
} */
.ic_bfcm_hero_bd a.ic_bfcm_btn_25 {
    max-width: 300px;
}
.ic_websummit_video.ic_video_col:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.ic_bfcm25_video {
    margin-top: 80px;
}
section#ic_11_11_features {
    padding-top: 60px;
}
/* features 2 col start */
.ic_last_features_row {
    margin-bottom: 40px;
}
.ic_after_features {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    gap: 15px;
    padding: 60px 90px;
    margin: 40px 0 !important;
    border-radius: 16px;
    align-items: center;
}
.ic_features_single_fig img {
    max-width: 100%;
    filter: unset;
}
.ic_features_single_fig {
    opacity: 0;
    transition: all 0.4s;
}
.ic_features_top {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.ic-single-feature-11:hover .ic_features_top {
    opacity: 0;
}
.ic-single-feature-11:hover .ic_features_single_fig {
    opacity: 1;
}
.ic_single_bfcm25_feature:hover img {
    filter: unset;
}
.ic_features_single_txt h4, .ic_features_single_txt p {
    color: #fff;
}
.ic_features_single_txt h3 {
    background-image: unset;
}
.ic_features_single_txt h4 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
}
.ic_features_single_row .ic_single_bfcm25_feature {
    padding: 20px;
}
.ic_after_features_col h3 {
    font-size: 24px;
    color: #D6FB6E;
    font-weight: 600;
    margin-bottom: 20px;
}
.ic_after_features_col h2 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 35px;
}
.ic_features_row_img img {
    max-width: 200px;
}
/* features 2 col end */

/* pricing compare pla start */
.ic_bfcm25_ltd_compare h2 {
    font-weight: bold;
}
.ic_bfcm25_ltd_compare .ic_compare_main .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.ic_bfcm25_ltd_compare .ic_compare_main table {
    min-width: 700px; 
    border-collapse: collapse;
}
.ic_bfcm25_ltd_compare .ic_compare_main table tbody tr td span,
.ic_bfcm25_ltd_compare .ic_compare_main table tbody tr td p {
    color: #fff;
}
.ic_bfcm25_ltd_compare .ic_compare_main table tbody tr td {
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.ic_bfcm25_ltd_wrapper {
    padding-bottom: 0;
}
.ic_bfcm25_ltd_compare {
    margin-bottom: 60px;
}
/* pricing */
.ic_websummit_pricing_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:nth-child(2) .ic_card_top_part .ic_title .ic_main_title,
.ic_websummit_pricing_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:nth-child(2) .ic_card_top_part .ic_title .ic_month,
.ic_websummit_pricing_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:nth-child(2) span.ic_old_price,

.ic_websummit_pricing_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:hover .ic_card_top_part .ic_title .ic_main_title, 
.ic_websummit_pricing_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:hover .ic_card_top_part .ic_title .ic_month,

.ic_websummit_pricing_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:hover span.ic_old_price{
    color: #fff !important;
    background: unset;
    -webkit-text-fill-color: unset;
}
.ic_websummit_pricing_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:nth-child(2) .ic_card_top_part .ic_title_des .ic_title .ic_save {
    background: #fff;
    color: #000;
    border-radius: 5px;
}
.ic_websummit_pricing_wrapper  .ic_pricing_tabs .ic_pricing_card_wrapper .ic_card:nth-child(2) .ic_card_middle li .ic_p_items svg path {
    fill: #fff !important;
}
.ic_bfcm_navbar #ic_websummit_nav .ic_navbar_nav_ul li a:after {
    top: 21px;
}
span.ic_websummit_off {
    font-size: 12px;
    position: absolute;
    top: 30px;
    right: 10px;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
}
.ic_websummit_qrcode {
    text-align: center;
}

.ic_websummit_qrcode h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
}

.ic_websummit_qrcode img {
    max-width: 300px;
}
@media (max-width: 768px) {
    .ic_websubmit_hero_content {
        bottom: 10%;
        left: 2%;
    }
    #ic_websummit_nav ul.ic_navbar_nav_ul {
        width: 100% !important;
        padding-top: 0 !important;
    }
    .ic_bfcm25_ltd_compare .ic_compare_main .table-responsive {
        overflow-x: scroll;
        display: block;
        white-space: nowrap;
    }
    .ic_bfcm25_ltd_compare .ic_compare_main table th,
    .ic_bfcm25_ltd_compare .ic_compare_main table td {
        white-space: nowrap;
        padding: 12px 16px;
    }
    .ic_bfcm25_ltd_compare .ic_compare_main .table-responsive::-webkit-scrollbar {
        height: 8px;
    }
    .ic_bfcm25_ltd_compare .ic_compare_main .table-responsive::-webkit-scrollbar-track {
        background: #ddd;
        border-radius: 10px;
    }
    .ic_bfcm25_ltd_compare .ic_compare_main .table-responsive::-webkit-scrollbar-thumb {
        background: #FF8D28;
        border-radius: 10px;
    }
    .ic_bfcm25_ltd_compare .ic_compare_main .table-responsive::-webkit-scrollbar-thumb:hover {
        background: #e97c1f;      
    }
    .ic_bfcm25_ltd_compare .ic_compare_main .table-responsive {
        scrollbar-width: thin;                 
        scrollbar-color: #FF8D28 #ddd;        
    }
}
/* pricing compare pla end */

@media screen and (max-width: 1240px) {
    .ic_cta_bd_sec .ic_bfcm_cta_text h3 {
        font-size: 44px;
        margin-bottom: 0;
    }
    .ic_bfcm_cta_text h4 span {
        font-size: 32px;
    }
}
@media screen and (max-width: 1199px) {
    .ic_bfcm25_cta .ic_bfcm_cta_text h3 {
        font-size: 58px;
    }
    .ic_bfcm25_hero {
        padding-bottom: 60px;
    }
    .ic_bfcm25_hero .ic_bfcm_hero_text {
        bottom: -70px;
    }
    .ic_after_features_col h3 {
        font-size: 18px;
    }
    .ic_after_features_col h2 {
        font-size: 26px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .ic_bfcm25_wrapper .ic_after_features_col h2{
        line-height: 32px;
    }
}
@media screen and (max-width: 991px) {

    .ic_after_features {
        padding: 30px;
    }
    .ic_11single_bd_col {
        margin-bottom: 15px;
    }
    nav.ic_navbar.ic_bfcm_navbar {
        padding: 0;
    }
    .ic_bfcm_hero_content {
        padding-top: 70px;
    }
    .ic_bfcm_hero_text {
        position: unset;
    }
    .ic-bd-lang-switch.ic_bfcn_contact {
        display: none;
    }
    .ic_bfcm_navbar a.ic_mobile_loggedinbtn.login-btn {
        display: none !important;
    }
    nav.ic_navbar.ic_bfcm_navbar .ic-bd-bn-nav {
        margin-top: 40px;
    }
    .ic_cta_row .col-md-6 {
        width: 100%;
        padding: 0;
    }
    .row.ic_cta_row {
        flex-direction: column-reverse;
        padding: 30px;
    }
    .ic_cta_row .ic_bfcm_ctaimg {
        margin-bottom: 30px;
    }
    .ic_bfcm_navbar .ic_nav_right {
        display: block !important;
    }
    .ic_bfcm25_nav ul.ic_navbar_nav_ul {
        width: 100%;
    }
    .ic_bfcm_navbar .ic_bfcm25_nav .ic_navbar_nav_ul li a:after {
        top: 18px;
    }
    #ic_websummit_nav ul.ic_navbar_nav_ul {
        width: 100% !important;
        padding-top: 0 !important;
    }
}


@media screen and (max-width: 768px) {
    .ic_websubmit_hero_content {
        left: 2%;
        bottom: 5%;
    }
    .ic_bfcm25_hero {
        padding-bottom: 0;
    }
    .ic_after_features {
        flex-direction: column-reverse;
    }
    /* start floating */
    .ic_floating_bfcm_11_11 {
        position: fixed;
        left: 50%;
        bottom: -100%;
        top: auto;
        right: auto;
        transform: translateX(-50%) translateY(100%);
        z-index: 9999;
        opacity: 0;
        visibility: hidden;
        transition: transform 0.4s ease, opacity 0.3s ease, visibility 0.3s ease;
    }
    .ic_11_floating_btn {
        position: fixed;
        left: 50%;
        bottom: -100%;
        top: auto;
        transform: translateX(-50%);
        z-index: 10000;
        padding: 10px 25px;
        background: linear-gradient(
            180deg,
            #0BB0EE 0%,
            #C295FD 25%,
            #87CCF7 50%,
            #AFE6BE 75%,
            #FCC979 100%
        );
        color: #111;
        cursor: pointer;
        writing-mode: horizontal-tb;
        border-radius: 10px 10px 0 0;
        font-weight: 600;
        transition: all 0.4s ease;
    }
    .ic_11_floating_btn:hover + .ic_floating_bfcm_11_11,
    .ic_floating_bfcm_11_11:hover {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
        bottom: 0px;
    }
    .ic_11_floating_body {
        max-width: 90vw;
        width: 100%;
        padding: 12px;
        border-radius: 15px 15px 0 0;
    }
    
    .ic_11_floating_body_content {
        max-width: 100%;
        padding: 12px;
    }
    
    .ic_11_cart_title h2 {
        font-size: 14px !important;
    }
    
    .ic_11_cart_title span {
        font-size: 9px;
    }
    .ic_floating_bfcm_11_11:hover {
        right: auto;
    }
    .ic_11_floating_btn.ic_onscroll_floatingbtn {
        right: auto;
        bottom: 0;
    }
    /* .ic_11_floating_btn.ic_onscroll_floatingbtn:after {
        content: "↑";
        font-size: 30px;
        font-weight: bold;
        position: absolute;
        top: 5px;
        width: 40px;
    } */
    /* end floating */
    .ic_bfcm25_ltd_wrapper .ic_pricing_tabs .ic_pricing_card_wrapper {
        flex-wrap: wrap;
    }
    .ic_11_11_100 h2,
    .ic_bfcm_ltd_intro_price h2,
    .ic_bfcm25_intro h2 {
        font-size: 32px;
        line-height: 1.5;
    }
    .ic_11_11_single_list_last p {
        font-size: 18px;
    }
    .ic_11_11_single_list_last p span.ic_11_only_total {
        font-size: 18px;
    }
    .ic_bfcm_timer .ic-countdown-wrapper.ic-popup-counter span:first-child {
        font-size: 22px !important;
    }
    .ic_bfcm_timer .ic-countdown-wrapper.ic-popup-counter span.ic-single-time {
        width: 100px;
        height: 100px;
    }
    .ic_bfcm_ltd_intro_price p {
        margin-bottom: 20px;
    }
    .row.ic_cta_row {
        padding: 15px;
    }
    .ic_cta_bd_sec .ic_bfcm_cta_text h3 {
        font-size: 30px;
    }
    .ic_bfcm_cta_text h4 {
        line-height: 40px;
        margin-bottom: 20px;
    }
    .ic_11_11_single_list_last p {
        padding-left: 15px;
        padding-right: 15px;
    }
    .ic_bfcm_hero_content {
        padding-top: 100px;
    }

    .ic_11_11_single_list {
        font-size: 16px;
        align-items: center;
    }
    .ic_refund_col_content {
        padding: 30px;
    }
    .ic_refund_col_content>div:first-child {
        padding-right: 0;
    }
    .ic_refund_col_content h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .ic_refund_col_content {
        flex-direction: column-reverse;
    }
    .ic_bfcm_faq h2.accordion-header {
        line-height: 35px;
    }
    .ic_bfcm_faq {
        margin-top: 40px;
    }
    #ic_main_video {
        height: 380px;
    }
    .ic_video_row h2 {
        font-size: 32px;
        line-height: 47px;
    }
    .ic_11_11_first_list_elm {
        padding: 0 15px;
    }
    .ic_11_11_single_list_last {
        margin: 0;
    }
    /* floating bfcm25 */
    .ic_bfcm_25.ic_floating_bfcm_11_11 {
        top: auto;
        bottom: 0;
    }
.ic_bfcm_25 form#icPlanForm {
    /* height: 200px; */
    overflow-y: auto;
}

/* Chrome, Edge, Safari */
.ic_bfcm_25 form#icPlanForm::-webkit-scrollbar {
    width: 6px; /* thinner */
}

.ic_bfcm_25 form#icPlanForm::-webkit-scrollbar-track {
    background: #000; /* black background */
}

.ic_bfcm_25 form#icPlanForm::-webkit-scrollbar-thumb {
    background: #FF8D28; /* orange */
    border-radius: 10px;
}

/* Firefox */
.ic_bfcm_25 form#icPlanForm {
    scrollbar-width: thin; /* thin scrollbar */
    scrollbar-color: #FF8D28 #000; /* thumb | track */
}

    .ic_bfcm_25 h3, .ic_bfcm_25 .ic_plan_option label .ic_plan_info p {
        font-size: 12px;
    }
    .ic_bfcm_25 input[type="radio"] {
        margin: 0;
        width: 15px !important;
        height: 15px;
    }
    .ic_bfcm_25 .ic_plan_option label .ic_plan_info {
        gap: 7px;
    }
    .ic_bfcm25_cta .ic_bfcm_cta_text h3 {
        font-size: 42px;
        margin-bottom: 30px;
    }

    /* bfcm25 hero */


   .ic_bfcm25_hero.ic_bfcm_hero_content {
        flex-direction: column-reverse;
        padding-top: 120px;
    }

   .ic_bfcm25_hero .ic_bfcm_hero_right {
        max-width: 60%;
        margin: 0 auto;
    }

    .ic_bfcm25_hero .ic_bfcm_hero_text {
        bottom: 0;
    }
    section#dealPrice.ic_bfcm_25 {
        width: 70%;
        bottom: 40px;
    }
}
@media screen and (max-width: 575px) {
    .ic_navbar.ic_bfcm_navbar .ic_navbar_nav .ic_nav_right {
        text-align: right;
    }
    .ic_bfcm_hero_text p {
        font-size: 16px;
    }
}