/* ........................Get Started Page........................... */
.lead-form-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://propertyfinder.ae/partnerhub/wp-content/uploads/2024/06/select_dropdown_arrow.svg');
    /* Optional: Use your custom arrow */
    background-position: 97% 50%;
    background-repeat: no-repeat;
    padding-right: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

#myForm .iti__country.iti__standard .iti__country-name {
    color: #333333 !important;

}

#myForm .iti__country.iti__standard .iti__dial-code {
    color: #999 !important;

}

.lead-form-container .iti__selected-flag {
    display: flex;
    flex-direction: row;
}

.lead-form-container .iti__selected-flag .iti__selected-dial-code {
    order: 2;
}

.lead-form-container .iti__selected-flag .iti__arrow {
    order: 1;
}

/* For Firefox browsers */
.lead-form-container select::-ms-expand {
    display: none;/
}


.lead-form-container .form-group {
    margin-bottom: 0px;
}

.lead-form-container .form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 14px;
}

.lead-form-container .form-group input[type="text"],
.lead-form-container .form-group input[type="email"],
.lead-form-container .form-group input[type="tel"],
.lead-form-container .form-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #B0B0B0;
    border-radius: 8px;
    height: 50px;
    font-size: 16px !important;
    font-family: "Open Sans", sans-serif;
}

.lead-form-container .iti {
    width: 100%;
}

/* .lead-form-container .form-group input[type="text"]:hover, */
.lead-form-container .form-group input[type="text"]:active,
.lead-form-container .form-group input[type="text"]:focus,
.lead-form-container .form-group input[type="text"]:focus-visible,
/* .lead-form-container .form-group input[type="email"]:hover, */
.lead-form-container .form-group input[type="email"]:active,
.lead-form-container .form-group input[type="email"]:focus,
.lead-form-container .form-group input[type="email"]:focus-visible,
/* .lead-form-container .form-group input[type="tel"]:hover, */
.lead-form-container .form-group input[type="tel"]:active,
.lead-form-container .form-group input[type="tel"]:focus,
.lead-form-container .form-group input[type="tel"]:focus-visible,
/* .lead-form-container .form-group select:hover, */
.lead-form-container .form-group select:active,
.lead-form-container .form-group select:focus,
.lead-form-container .form-group select:focus-visible {
    border: 2px solid #6459B2;
    transition: 0s;
}

.lead-form-container .iti__selected-flag {
    background-color: #fff;
    border-radius: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 98%;
}

.lead-form-container .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fff;
}

/* .lead-form-container .submit-btn {
    width: auto;
    padding: 10px;
    background-color: #EA3934;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-family: 'OpenSans';
    font-weight: 700;
} */

.lead-form-container .submit-btn:hover {
    background-color: #3A307F !important;
}

.lead-form-container .alert {
    margin-top: 20px;
    padding: 10px;
    color: #fff;
    border-radius: 4px;
}

.lead-form-container .alert.error {
    background-color: #EA3934;
}

.lead-form-container .lead-form-row {
    display: flex;
    gap: 38px;
}

.lead-form-container .form-group {
    width: 100%;
}

.lead-form-container .form-group.consent-field {
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

/* .lead-form-container .form-submit-btn {
    max-width: 320px;
    margin: 0 auto;
} */

/* Hide the default checkbox */
.lead-form-container .consent-field input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* Custom checkbox container */
.lead-form-container .consent-field label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    margin-bottom: 0;
}

/* Custom tick mark icon */
.lead-form-container .consent-field label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
}

/* Checked state */
.lead-form-container .consent-field input[type="checkbox"]:checked+label::before {
    background-color: #3A307F;
    border-color: #3A307F;
}

/* Tick mark icon shape */
.lead-form-container .consent-field label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    display: none;
}

/* Show the checkmark when checked */
.lead-form-container .consent-field input[type="checkbox"]:checked+label::after {
    display: block;
}

.lead-form-container .form-group.consent-field label {
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 400;
}

.g-recaptcha {
    padding: 15px 0px;
}


@media only screen and (max-width: 767px) {

    /* .lead-form-container .lead-form-row.two-col-mobile {
        flex-direction: row;
    } */
    .upcoming_event_sec .web_white_btn {
        margin-top: 0px;
    }

    .client_logo_sec .web_white_btn {
        margin-top: 0px;
    }

    .lead-form-container .lead-form-row {
        flex-direction: column;
        gap: 20px !important;
    }

    /* .lead-form-container .lead-form-row.one-col-mobile {
        margin-top: 30px;
    } */

    .lead-form-container .form-group.consent-field {
        margin-top: 30px;
    }

    .lead-form-container .form-group.consent-field label {
        font-weight: 400;
        font-size: 10px;
        padding-bottom: 10px;
    }

    .lead-form-container .lead-form-row.two-col-mobile {
        gap: 20px !important;
    }

    .g-recaptcha {
        margin-bottom: 15px;
    }

    .lead-form-container .form-group input[type="text"],
    .lead-form-container .form-group input[type="email"],
    .lead-form-container .form-group input[type="tel"],
    .lead-form-container .form-group select {
        font-size: 14px !important;
        line-height: 22px;
    }

    .lead-form-container .consent-field label {
        padding-left: 25px;
    }

    .lead-form-container .consent-field label::before {
        width: 15px;
        height: 15px;
        top: 5px;
    }

    .lead-form-container .consent-field label::after {
        left: 5px;
        top: 6px;
        width: 5px;
        height: 9px;
    }

    .lead-form-container .form-group.consent-field label {
        font-size: 16px;
        line-height: 22px;
    }

    .lead-form-container .form-group input[type="text"],
    .lead-form-container .form-group input[type="email"],
    .lead-form-container .form-group input[type="tel"],
    .lead-form-container .form-group select {
        height: 48px;
    }

    .customer_position .separator {
        display: none !important;
    }

    .customer_position .company {
        display: block;
    }
}



/* .....................Old css................ */

* {
    box-sizing: border-box;
}

html,
body {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    background-color: #fff;
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 16px;
    line-height: 28px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    max-width: 1224px;
    margin-left: auto;
    margin-right: auto;
}


/* ...........Common css............ */
a {
    text-decoration: none;
}

p {
    margin-top: 0px;
    margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
    margin: 0px;
    padding: 0px;
}

.white_txt {
    color: #fff;
}

.blck_txt {
    color: #333333;
}

.purple_txt {
    color: #3A307F;
}

.gray_txt {
    color: #4F4F4F;
}

.red_bg {
    background-color: #EA3934;
}

.purple_bg {
    background-color: #2C255E;
}



h1 {
    font-size: 48px;
    line-height: 62px;
    color: #fff;
}

h2 {
    font-size: 38px;
    line-height: 56px;
    font-weight: 700;
    color: #333333;
}

h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #333333;
}



.mb_24 {
    margin-bottom: 24px;
}



/* ..................Header................... */
.main_header {
    padding: 0px 20px;
}

.main_header .header_menu_part>a {
    display: inline-block;
}

.main_header .main_logo {
    max-width: 261px;
    width: 100%;
}

.main_header .header_menu_part {
    display: flex;
    gap: 24px;
    align-items: center;
}

.main_header .header_menu_part .hedaer_menu a {
    display: inline-block;
    padding: 20.5px 12px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
    line-height: 24px;
}

.main_header .header_menu_part .hedaer_menu a:hover {
    background-color: #F7F7FC;
    color: #3A307F;
    border-bottom: 2px solid #F7F7FC;
}

.main_header .header_menu_part .hedaer_menu a.active {
    color: #3A307F;
    font-weight: 600;
    border-bottom: 2px solid #3A307F;
}

.main_header .header_part {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.web_red_btn {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.main_header .header_btn {
    padding: 6px 12.1px;
    border-radius: 8px;
    max-width: 125px;
    display: inline-block;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
}

.web_red_btn:hover {
    background-color: #ce322e;
}

.header_login_part {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header_login_part .user-profile-link .user-profile-info img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.header_login_part .user-profile-link .user-profile-info {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header_login_part .user-profile-link .user-profile-info .user-name {
    font-family: "Open Sans", sans-serif;
    text-transform: capitalize;
    color: #333;
    font-size: 15px;
    line-height: 22px;
}



/* ...................Banner.................. */
.home_baner_sec {
    padding: 100px 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_baner_sec>.container {
    width: 100%;
}

.home_baner_sec .search-form {
    display: flex;
    justify-content: center;
}

.home_baner_sec .search-container {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 628px;
    height: 48px;
    width: 100%;
}

.home_baner_sec .search-container .search-icon {
    padding: 0px 0px 0px 12px;
    display: flex;
    align-items: center;
}

.home_baner_sec .search-container input[type="text"] {
    flex: 1;
    border: none;
    padding-left: 8px;
    padding-right: 15px;
    font-size: 16px;
    line-height: 23px;
    outline: none;
}

.home_baner_sec .search-container button {
    background: #e84134;
    color: #fff;
    border: none;
    padding: 12px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    border-radius: 0 40px 40px 0;
    cursor: pointer;
    transition: background 0.2s ease;
    height: 48px;
    width: 123px;
}

.home_baner_sec .search-container button:hover {
    background: #d12e25;
}

/* ...............Partner hub................. */
.partner_hub_sec,
.tab_article_sec {
    padding: 96px 20px;
}

.signup_stay_sec {
    padding-bottom: 110px;
    padding-top: 60px;
}
.partner_hub_sec .foter_email form {
    margin-bottom: 0 !important;
}
.latest_articles_sec,
.ready_get_sec {
    padding: 96px 20px;
    background-color: #F7F7FC;
}

.article_box {
    background-color: #fff;
    border: 1px solid #D1CFED;
    border-radius: 8px;
    margin-left: 12px;
    margin-right: 12px;
    width: calc(100% - 24px) !important;
}

.article_box .article_feature_img img {
    width: 100%;
    height: 238px;
    border-radius: 8px 8px 0px 0px;
    object-fit: cover;
}

.article_box .article_info {
    padding: 32px 16px;
}

.article_box .article_info h3 a {
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}

.article_box .article_info h3 a:hover {
    color: #eb3a34;
}

.article_box .article_info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    color: #333333;
    line-height: 21px;
}

.latest_article_slider {
    overflow: hidden;
}

.latest_article_slider .article_slider .slick-track {
    display: flex;
}

.latest_article_slider .article_slider .slick-track::after,
.latest_article_slider .article_slider .slick-track::before {
    display: none;
}

.latest_article_slider .article_slider .slick-prev::before,
.latest_article_slider .article_slider .slick-next::before {
    display: none;
}

.latest_article_slider .article_slider .slick-prev::after,
.latest_article_slider .article_slider .slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/slider_pre_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.latest_article_slider .article_slider .slick-next::after {
    background-image: url("../images/slider_next_arrow.svg");
}

.latest_article_slider .article_slider .slick-prev {
    left: unset;
    right: 36px;
    top: -40px;
    transform: unset;
}

.latest_article_slider .article_slider .slick-next {
    right: 0;
    top: -40px;
    transform: unset;
}

.latest_article_slider {
    padding-top: 44px;
    padding-bottom: 48px;
}

.latest_article_slider .article_slider .slick-list.draggable {
    margin-left: -12px;
    margin-right: -12px;
}

.slick-disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: default;
}

.web_white_btn {
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    padding: 9px 11.3px;
    border: 1px solid #8C84CC;
    border-radius: 8px;
    display: block;
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
}

.web_white_btn:hover {
    background-color: #E7E5F4;
}

/* Tabs */
.tab_article_sec .tabs {
    display: flex;
    border-bottom: 1px solid #e3e3e3;
    overflow-x: auto;
    gap: 0px;
    overflow-y: hidden;
    justify-content: space-between;
}

.tab_article_sec .tabs::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #D9D9D9;
}

.tab_article_sec .tabs::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #F5F5F5;
}

.tab_article_sec .tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #C7C7C7;
}

.tab_article_sec .tab {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
}

.tab_article_sec .tab.active {
    color: #3A307F !important;
    border-bottom: 3px solid #3A307F !important;
}

.tab_article_sec .tab:hover,
.product_sec .product_tab .tab:hover {
    border-bottom: 3px solid #E7E5F4 !important;
}

.tab_article_sec .tab.active::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #3A307F !important;
}

.tab_article_sec .tab-content {
    display: none;
    padding-top: 48px;
    transition: 0.3s;
}

.tab_article_sec .tab-content.active {
    display: block;
    transition: 0.3s;
}

.tab-section .tabs button {
    color: #333333;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    padding: 8px 22px 11px;
    font-family: "Open Sans", sans-serif;
}

.tab-section .tabs button:focus,
.tab-section .tabs button:focus-within {
    outline: unset;
}

.tab-content .article_box .article_feature_img img {
    height: 300px;
}

.ready_info .web_red_btn {
    padding: 10px 12px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
}
.ready_info p {
    padding-bottom: 23px;
}
.ready_get_sec {
    padding: 88px 20px;
}
.ready_info h2 {
    padding-bottom: 16px;
}
.ready_get_part {
    display: flex;
    gap: 64px;
}

.ready_get_part .ready_img {
    width: 342px;
    height: 342px;
    margin-top: -143px;
}

.ready_get_part .ready_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px 16px 16px 320px;
}

.ready_get_part .ready_info {
    width: calc(100% - 406px);
}
.latest_articles_sec .latest_article_slider .article_box .article_info, 
.tab_article_sec .latest_article_slider .article_box .article_info {
    border-left: 1px solid #D1CFED !important;
    border-right: 1px solid #D1CFED !important;
    border-bottom: 1px solid #D1CFED !important;
}
.max_1100 {
    max-width: 1100px;
    display: flex;
    gap: 26px;
    align-items: center;
}

.red_label_sec {
    padding: 24px 20px;
}

.white_red_label_btn {
    padding: 7px 24px;
    height: 44px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    white-space: nowrap;
}

.white_red_label_btn:hover {
    background-color: #ce322e;
    color: #fff;
}

.footer_sec {
    padding: 64px 20px 32px;
}

.footer_sec .footer_info a {
    display: flex;
    max-width: 270px;
    width: 100%;
    margin-bottom: 12px;
}

.footer_sec .footer_info a img {
    width: 100% !important;
}

.footer_sec .footer_info p {
    font-size: 12px;
    line-height: 20px;
}

.foter_email p {
    margin-bottom: 11px;
    font-size: 14px;
    line-height: 24px;
}

.footer_detail_part {
    display: flex;
    gap: 50px;
    justify-content: space-between;
}

.footer_detail_part .footer_info {
    max-width: 568px;
    width: 100%;
}

.footer_detail_part .foter_email {
    max-width: 470px;
    width: 100%;
}

.floating-label-group {
    position: relative;
}

.floating-label-group input,
#forminator-module-3966 input {
    width: 100% !important;
    padding: 18px 12px 5px !important;
    font-size: 16px !important;
    border: 1px solid #B0B0B0 !important;
    border-radius: 8px !important;
    height: 48px !important;
    outline: none !important;
    color: #333333 !important;
    line-height: 28px !important;
    color: #707070;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400 !important;
    background-color: #fff !important;
}

#forminator-module-3966 input {
    padding: 12px !important;
}

/* #forminator-module-3966 input:hover, */
#forminator-module-3966 input:focus,
.floating-label-group input:focus {
    border: 2px solid #6459B2 !important;
}

#forminator-module-3966 {
    margin-top: 0px;
}

.floating-label-group label {
    position: absolute;
    left: 12px;
    top: 10px;
    color: #707070;
    font-size: 16px;
    line-height: 28px;
    pointer-events: none;
    transition: all 0.2s ease-out;
    padding: 0 4px;
}

/* When input is focused or not empty */
.floating-label-group input:focus+label,
.floating-label-group input:not(:placeholder-shown)+label {
    top: -2px;
    font-size: 12px;
    color: #707070;
}

.footer_form {
    display: flex;
    gap: 24px;
}

.ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
.footer_form .email_field,
#forminator-module-3966 .forminator-row:nth-child(2) {
    width: calc(100% - 151px) !important;
}

.ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
#forminator-module-3966 .forminator-row:nth-child(2) {
    margin-right: 24px !important;
}

.page-template-page-community-php #forminator-module-3966,
.page-template-page-new-discover #forminator-module-3966 {
    display: flex;
}

#forminator-module-3966 .forminator-row-last .forminator-col {
    padding: 0px;
}

.footer_form .submit_btn {
    max-width: 127px;
    width: 100%;
    height: 48px;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 input,
.page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
    border: 1px solid #fff !important;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 {
    max-width: 556px;
    margin-bottom: 0px;
    margin-left: auto;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 .forminator-row {
    margin-left: 0;
}

.page-template-page-new-discover .get_touch_form #forminator-module-3966 .forminator-row .forminator-col {
    padding: 0;
}

.footer_form .submit_btn button,
#forminator-module-3966 .forminator-button-submit {
    width: 100%;
    padding: 10px 20px;
    background-color: #EA3934 !important;
    color: #fff;
    border: 0px;
    font-size: 16px !important;
    line-height: 28px;
    border-radius: 8px;
    cursor: pointer;
}

.forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
    font-weight: 600 !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

#forminator-module-3966 .forminator-button-submit {
    width: 100% !important;
    max-width: 127px;
}

.footer_form .submit_btn button:hover,
#forminator-module-3966 .forminator-button-submit:hover {
    background-color: #ce322e !important;
    color: #fff !important;
    box-shadow: none;
}

#forminator-module-3966 .forminator-row {
    margin-bottom: 0px;
}


.footer_detail_part {
    margin-bottom: 32px;
}

.footer_bottom .footer_social a {
    background-color: #2C255E;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
}

.footer_bottom .footer_social a:hover {
    background-color: #2C255E;
}

.footer_bottom .footer_social a img {
    width: 18px;
    height: 18px;
}

.footer_social {
    display: flex;
    gap: 16px;
}

.footer_bottom .footer_nav .footer_menu a {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

.footer_bottom .footer_nav .footer_menu {
    display: flex;
    gap: 24px;
}

.footer_bottom .footer_nav .footer_menu a:hover {
    color: #EA3934;
}

.footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #E3E3E3;
    padding-top: 32px;
}

.social-media-link {
    margin-top: 16px;
    display: flex;
    gap: 8px;
}

.social-media-link a {
    margin-bottom: 0 !important;
    width: auto !important;
}

.social-media-link a img {
    width: 100%;
    max-width: 120px;
}

.mobile_overlay_menu {
    display: none;
}

.sub_banner_sec {
    padding: 56px 20px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    justify-content: flex-start;
    min-height: 600px;
    position: relative;
}

.sub_banner_sec::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 35.02%, rgba(0, 0, 0, 0.4) 92.6%);
    z-index: 1;
    top: 0;
    left: 0;
}

.sub_banner_sec.community_banner::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 36.02%, rgba(0, 0, 0, 0.5) 92.6%);
}

.sub_banner_sec.knowledge_banner::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.22%, rgba(0, 0, 0, 0.4) 80.39%)
}

.max_1220 {
    max-width: 1290px;
    width: 100%;
    z-index: 10;
    position: relative;
}
.sub_banner_sec .container {
    width: 100%;
    z-index: 10;
    position: relative;
}
.sub_banner_sec h1 {
    font-size: 48px;
    line-height: 62px;
    font-weight: 400;
    padding-bottom: 24px;
    max-width: 530px;
}

.sub_banner_sec p {
    line-height: 24px;
    font-weight: 400;
    max-width: 505px;
}

.get_touch_sec {
    background-color: #F7F7F7;
    padding: 96px 20px;
}

.get_touch_sec h2 {
    max-width: 505px;
    padding-bottom: 44px;
}

.get_touch_form .form-container,
.get_touch_form .lead-form-container {
    background: white;
    border-radius: 16px;
    padding: 32px;
    margin: auto;
    border: 1px solid #D1CFED;
}

.get_touch_form .form-row {
    display: flex;
    gap: 24px;
    margin-bottom: 44px;
    flex-wrap: wrap;
}

.get_touch_form .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.get_touch_form .form-group label {
    font-size: 14px;
    margin-bottom: 6px;
    color: #333;
    font-weight: 600;
}

.get_touch_form .form-group label a {
    font-weight: 600;
}

.get_touch_form .form-group span {
    color: red;
    margin-left: 2px;
}

.get_touch_form input[type="text"],
.get_touch_form input[type="email"],
.get_touch_form select {
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    height: 48px;
    color: #333333;

}

.get_touch_form .phone-wrapper {
    display: flex;
    gap: 8px;
    position: relative;
}

.get_touch_form .phone-wrapper select {
    width: 60px;
    padding: 10px;
    border: 0px;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 44px;
}

.get_touch_form .phone-wrapper input {
    flex: 1;
    padding-left: 70px;
}

.get_touch_form .checkbox-row {
    font-size: 16px;
    margin-bottom: 48px;
}

.get_touch_form .checkbox-row input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.2);
}

.get_touch_form .checkbox-row a,
.form-group.consent-field a {
    color: #3A307F;
    text-decoration: underline;
}

.form-group.consent-field a:hover {
    color: #EA3934;
}

.get_touch_form .submit-row {
    display: flex;
    justify-content: center;
    margin-bottom: 0px;
}

.get_touch_form button,
.lead-form-container .submit-btn {
    background: #EA3934;
    color: white;
    padding: 10px 36.4px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    cursor: pointer;
    width: auto;
    margin: 0px auto;
    display: block;
    font-family: "Open Sans", sans-serif;
}

.get_touch_form input,
.get_touch_form textarea,
.get_touch_form input[type="text"]:focus,
.get_touch_form input[type="email"]:focus,
.get_touch_form select:focus {
    border: 2px solid #6459B2;
    outline: none;
}

.get_touch_form .custom-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
}

.phone-wrapper select {
    /* appearance: unset;
  -webkit-appearance: unset;
  -moz-appearance: unset; */
}

.custom-select-wrapper {
    position: relative;
}

.custom-select-wrapper::after {
    content: " ";
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
    background-image: url("../images/select_arrow.svg");
    width: 24px;
    height: 24px;
}

.get_touch_form .checkbox-row a {
    color: #3A307F;
    font-weight: 600;
}

.get_touch_form button:hover,
.lead-form-container .submit-btn:hover {
    background-color: #ce322e !important;
}

.big_height {
    padding: 72px 20px;
}

.signup_stay_sec .foter_email {
    margin-top: 32px;
    max-width: 574px;
}

.community_reday_get {
    background-color: #F7F7F7;
}

.community_reday_get .extra_shape {
    width: 342px;
    height: 342px;
}

.community_reday_get .extra_shape img {
    border-radius: 16px 16px 16px 320px;
}

/*.community_reday_get .ready_info {
    width: calc(100% - 426px);
}*/

.community_reday_get .ready_get_part {
    padding-left: 0;
    margin-left: 0px;
}

/* .knowledge_banner {
    background-image: url("../images/knowledge_banner.jpg");
} */
.knowledge_banner p {
    line-height: 28px;
}

#slider {
    user-select: none;
    /* Prevent text selection */
    cursor: grab;
}

#slider.dragging {
    cursor: grabbing;
}
.product_sec .product_tab .slick-slide {
    padding-right: 20px;
}

.knowledge_banner .container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    justify-content: space-between;
    position: relative;
        z-index: 10;
}

.knowledge_right_part {
    width: 100%;
}

.knowledge_left_part {
    max-width: 505px;
    width: 100%;
}

.knowledge_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.knowledge_info p {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.knowledge_info a {
    display: block;
    background-color: #fff;
    color: #EA3934;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    height: 36px;
    padding: 6px 15px;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
}

.knowledge_info a:hover {
    background-color: #ce322e;
    color: #fff;
    border: 1px solid #fff;
}

/* Knowledge cetner new slider start */
.kbc_hero_slider_wrap * {
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
}

.kbc_hero_slider_wrap {
    margin: 0;
    padding: 0;
    max-width: 537px;
    border-radius: 16px;
    overflow: hidden;
    height: 197px;
    max-height: 100%;
    width: 100%;
}

.kcb_hero.scrollbox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #282A2A 0%, #15110B 100%);
    border-radius: 16px;
    box-shadow: 0px 0px 4px 0px #FFFFFF4D inset;
}

.kcb_hero .scrollgroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.kcb_hero .scrollitem {
    display: flex;
    gap: 16px;
    transition: transform 0.5s ease-out, opacity 0.3s ease-out;
    transform: translateY(0);
    opacity: 1;
    z-index: 1;
    padding: 16px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: grab;
}

.kcb_hero .media-section {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    cursor: default;
}

.kcb_hero .media-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.kcb_hero .media-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 8px;
}

.kcb_hero .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(79, 79, 79, 0.7);
    border: none;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #333;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.kcb_hero .play-button:hover {
    background: rgba(79, 79, 79, 1);
    transform: translate(-50%, -50%) scale(1.1);
}

.kcb_hero .content-section {
    flex: 1;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: white;
    position: relative;
}

.kcb_hero .content-title {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0;
}

.kcb_hero .content-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 8px;
    padding: 0;
}

.kcb_hero .action-button {
    background-color: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    border-radius: 8px;
    text-align: center;
    height: 36px;
    padding: 6px 15px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    border: none;
    outline: none;
}

.kcb_hero .navigation-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    z-index: 10;
}

.kcb_hero .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s ease;
}

.kcb_hero .dot.active {
    background: #fff;
    transform: scale(1.2);
}

.kcb_hero .video-controls {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 4px 8px;
    border-radius: 5px;
    display: none;
    align-items: center;
    gap: 10px;
}

.kcb_hero .video-controls.visible {
    display: flex;
}

.kcb_hero .control-btn {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kcb_hero .progress-bar {
    flex: 1;
    height: 4px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
    overflow: hidden;
    cursor: pointer;
}

.kcb_hero .progress-fill {
    height: 100%;
    background: #ff4444;
    width: 0%;
    transition: width 0.1s ease;
}

/* Hide navigation dots if only one slide */
.kcb_hero .navigation-dots {
    display: none;
}

/* Knowledge cetner new slider end */



.top_menu_sec {
    background-color: #fff;
    border-bottom: 1px solid #E3E3E3;
    position: sticky;
    top: 0;
    z-index: 2222;
}

.top_menu_sec .top_nav a {
    text-decoration: none;
    color: #333333;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    padding: 19.5px 24px;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.top_menu_sec .top_nav a:hover {
    color: #3A307F;
    border-bottom: 2px solid #F7F7FC;
    background-color: #F7F7FC;
}

.top_menu_sec .top_nav {
    display: flex;
    justify-content: center;
}

.product_sec {
    background-color: #F7F7FC;
}

.product_sec h2 {
    padding-bottom: 44px;
    max-width: 810px;
}

.product_sec .product_tab .tab {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #333333;
}

.product_sec .product_tab .tab.active {
    color: #3A307F;
}

.product_tab {
    justify-content: space-between;
}

.product_tab .tab {
    width: 100%;
}

.product_business {
    display: flex;
    gap: 44px;
    align-items: center;
}

.product_business .product_img img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.product_business .product_img,
.product_business .product_info {
    width: 50%;
}

.product_business .product_info h4 {
    color: #333333;
    font-size: 32px;
    line-height: 48px;
    font-weight: 400;
    padding-bottom: 16px;
}

.product_business .product_info p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.product_business .product_info p:last-child {
    margin-bottom: 0;
}

.product_business .product_info a {
    display: inline-block;
    background-color: #EA3934;
    color: #fff;
    padding: 6px 37px;
    border-radius: 8px;
    height: 36px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.product_business .product_info a:hover {
    background-color: #ce322e;
}

.upcoming_event_sec {
    padding: 96px 20px 0px;
}


.upcoming_events_list {
    padding-left: calc(50% - 12px);
    position: relative;
    min-height: 556px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: end;
    margin-bottom: 0px;
}

.event_box {
    display: flex;
    gap: 24px;
    padding-left: 24px;
}

.event_box .event_img {
    width: 236px;
}

.event_box .event_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.event_box .event_info {
    flex: 1;
}

/* .event_box .event_info .event_time .event_list_time {
    display: flex;
    gap: 8px;
}

.event_box .event_info .event_time {
    display: flex;
    gap: 16px;
    padding-bottom: 8px;
}

.event_box .event_info .event_time .event_list_time img {
    width: 24px;
    height: 24px;
}

.event_box .event_info .event_time .event_list_time p {
    color: #EA3934;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
} */

/* .dividor {
    color: #EA3934;
    line-height: 24px;
    top: -2px;
    position: relative;
} */

.event_box .event_info .event_title {
    color: #333333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.event_box .event_info .event_des {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.upcoming_event_sec h2 {
    padding-bottom: 24px;
}

.event_box {
    margin-bottom: 32px;
}

.upcoming_events_list .event_box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 0px;
    width: calc(50% - 12px);
    background-color: #F7F7FC;
    border-radius: 12px;
    padding: 24px;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0px;
    height: 100%;
}

.event_box:nth-child(1) .event_img {
    width: 100%;
}

.event_box:nth-child(1) .event_img img {
    width: 100%;
    height: 336px;
}

/* .event_box:nth-child(1) .event_time {
    padding-bottom: 16px !important;
} */

.event_box:nth-child(1) .event_title {
    font-size: 24px;
    line-height: 32px;
}

.event_box:last-child {
    margin-bottom: 0px;
}

.purple_btn {
    background-color: #F7F7FC;
    border-color: #F7F7FC;
}

.purple_btn:hover {
    background-color: #E7E5F4;
    border-color: #E7E5F4;
}

.client_logo_sec h2 {
    margin-bottom: 48px;
    max-width: 523px;
}

.logo-marquee {
    overflow: hidden;
    width: 100%;
}

.marquee-track {
    display: flex;
    width: max-content;
    animation: scrollMarquee 30s linear infinite;
    gap: 45px;
    align-items: center;
}

.marquee-logo {
    flex: 0 0 auto;
    width: calc(100% / 6 - 40px);
    /* Show 6 logos at a time on desktop */
    max-width: 150px;
    height: auto;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.marquee-logo:hover {
    opacity: 1;
}

@keyframes scrollMarquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.client_logo_sec .marquee-track .marquee-logo {
    height: 38px;
    object-fit: contain;
}

.customer_review_slider {
    padding-top: 110px;
    padding-bottom: 0px;
}

.review_box {
    padding: 16px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.latest_article_slider.customer_review_slider .slick-list.draggable {
    margin-left: -10px;
    margin-right: -10px;
}

.customer_name {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
}

.customer_position {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.customer_position .separator,
#lightbox-position .separator {
    display: inline;
}

.review_video {
    position: relative;
    width: 100%;
    padding-top: 262px;
    /* 16:9 aspect ratio */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-thumb,
.video-player {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.video-player {
    display: none;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    padding: 10px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review_info {
    padding-top: 16px;
}

.client_logo_sec {
    padding: 96px 20px 96px;
}

.faq_sec {
    padding: 96px 20px;
    background-color: #F7F7FC;
}

.faq_left {
    width: 30%;
    padding-right: 54px;
    padding-top: 24px;
}

.faq_right {
    width: 70%;
}

.faq-item {
    border-bottom: 1px solid #eee;
    padding: 16px 0 16px;
    cursor: pointer;
}

.faq-item:last-child {
    border-bottom: 0px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 0 8px;
}

.faq-answer {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
    padding-bottom: 0;
}

.faq-item.active .faq-answer {
    transition: max-height 0.5s ease;
    max-height: 500px;
}

.faq-item .plus {
    font-size: 0px;
    transition: transform 0.5s;
    width: 18px;
    height: 18px;
    position: relative;
    flex-shrink: 0;
}

.faq-item .plus::before {
    content: '';
    position: absolute;
    top: 50%;
    transition: transform 0.5s;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #333333;
}

.faq-item .plus::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 100%;
    background: #333333;
    transition: transform 0.5s;
}

.faq-item.active .plus::after {
    transition: transform 0.5s;
    display: none;
}

.faq-item.active .plus::before {
    transition: transform 0.5s;
    transform: translate(-50%, -50%) rotate(-180deg);
}


.faq_sec .faq_part {
    display: flex;
}

.faq_right .faq-item .faq-question {
    color: #333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    gap: 20px;
}

.hamburger {
    display: none;
}

.event_box .event_info .event_title:hover {
    color: #eb3a34;
}

.new_search_bar .search_mobile_ic {
    display: none;
}

.new_search_bar .custom-search-container {
    display: flex;
    align-items: center;
    max-width: 628px;
    width: 100%;
    position: relative;
}

.new_search_bar .custom-search-container input {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    max-width: 628px;
    height: 48px;
    width: 100%;
    outline: none;
    border: 0px;
    font-size: 16px;
    line-height: 22px;
    padding-left: 44px;
    padding-right: 138px;
    border: unset !important;
    font-family: "Open Sans", sans-serif;
    color: #333;
}

.new_search_bar .custom-search-container input::placeholder {
    color: #707070;
    font-weight: 400;
}

.lead-form-container .form-group input:-webkit-autofill,
.new_search_bar .custom-search-container input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #333333 !important;
    transition: background-color 9999s ease-in-out 0s;
    caret-color: #333333 !important;
}

.new_search_bar .custom-search-container #search-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 123px;
    height: 48px;
    background-color: #EA3934;
    color: #fff;
    border-radius: 0px 40px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.new_search_bar .custom-search-container #search-icon:hover {
    background-color: #d12e25;
}

.new_search_bar .custom-search-container #search-icon span {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.main_header .header_btn {
    line-height: 24px;
}

.new_search_bar .custom-search-container::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/search_icon.svg");
}

#live-search-results-new1 {
    position: absolute;
    top: calc(100% + 8px);
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    height: 225px;
    overflow: auto;
    width: 81%;
}

.search-results-visible::-webkit-scrollbar {
    display: none;
}

#live-search-results-new1 a {
    font-size: 14px;
    line-height: 39px;
    font-weight: 600;
    color: #333;
    font-family: "Open Sans", sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-bottom: 1px solid #33333338;
}

#live-search-results-new1 .no-results,
#live-search-results-new1 .min-chars-message,
#live-search-results-new1 .loading {
    font-size: 14px;
    color: #333;
}

#live-search-results-new1 a:hover {
    color: #EA3934;
}

.discover_content {
    display: flex;
    gap: 24px;
    position: relative;
    min-height: 484px;
}

.discover_box {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.discover_box .discover_info a {
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 9px;
    color: #333333;
}

.discover_box .discover_info a:hover {
    color: #EA3934;
}

.discover_box .discover_info p {
    color: #707070;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.discover_box .discover_feature img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    min-height: 135px;
    max-height: 135px;
    display: flex;
}

.discover_box .discover_info {
    width: calc(100% - 165px);
    display: flex;
    flex-direction: column;
}

.discover_box .discover_feature {
    width: 148px;
    display: flex;
}

.discover_divider {
    display: block;
    padding: 1px;
    background-color: #E3E3E3;
    margin: 19px 0px;
}

.discover_content .discover_left_part {
    width: calc(100% - 416px);
    background-color: lightcyan;
}

.discover_content .discover_right_part {
    width: 392px;
}

.discover_box:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 416px);
    flex-direction: column-reverse;
    gap: 0px;
    height: 100%;
}

.discover_box:nth-child(1)+.discover_divider {
    display: none;
}

.discover_box:nth-child(1) .discover_feature {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.discover_box:nth-child(1) .discover_info {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 335px;
    padding: 24px;
    background-color: #fff;
    border-radius: 0px 8px 0px 8px;
    min-height: 268px;
}

.discover_box:nth-child(1) .discover_feature img {
    min-height: 484px;
    border-radius: 0px;
    border-radius: 12px;
}

.discover_box:nth-child(1) .discover_info h3 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    padding-bottom: 0px;
    margin-bottom: 16px;
}

.discover_box:nth-child(1) .discover_info p {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    display: -webkit-box;
    -webkit-box-orient: unset;
    -webkit-line-clamp: unset;
    overflow: visible;
}

.discover_box:nth-child(1) .discover_info a {
    font-size: 20px;
    line-height: 26px;
}

.discover_tab .tab-content {
    padding-top: 24px;
}

.insight_panel {
    display: flex;
    gap: 20px;
    align-items: center;
}

.insight_panel .get_touch_form {
    flex: 1;
}

.insight_panel .get_touch_form .footer_form {
    max-width: 556px;
    margin-left: auto;
}

.insight_panel .get_touch_form .footer_form button {
    border: 1px solid #fff;
}

.discover_list_panel {
    display: flex;
    gap: 24px;
}

.discover_main_box {
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 24px;
    max-height: 235px;
}

.discover_list_panel .discover_sidebar {
    width: 392px;
    position: relative;
}

.discover_list_panel .discover_sidebar .sticky_box {
    position: sticky;
    top: 25px;
}

.discover_list_panel .discover_list_part {
    width: calc(100% - 416px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.discover_main_box .discover_main_feature {
    width: calc(100% - 391px);
    max-height: 187px;
}

.discover_main_box .discover_main_feature img {
    height: 100%;
    width: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.discover_main_box .discover_main_info {
    flex: 1;
    width: 368px;
    display: flex;
    flex-direction: column;
}

.discover_main_box .discover_main_info a {
    color: #333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    padding-bottom: 8px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.discover_main_box .discover_main_info a:hover {
    color: #EA3934;
}

.discover_main_box .discover_main_info p {
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 8px;
    letter-spacing: -0.1px;
}

.discover_main_box .discover_main_info .discover_like_part {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.discover_like_part .event_list_time {
    display: flex;
    gap: 8px;
    align-items: center;
}

.discover_like_part .event_list_time p {
    color: #EA3934;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.discover_like_part img {
    width: 24px;
    height: 24px;
}

.discover_like_part a {
    padding-bottom: 0px !important;
    line-height: 24px !important;
}

.cat_list {
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 24px;
}

.cat_list h3 {
    text-align: center;
    color: #333;
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 8px;
}

.cat_list .listings a {
    display: block;
    padding: 16px 0px;
    border-bottom: 1px solid #E3E3E3;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}

/* .cat_list .listings a:hover, */
.cat_list .listings a span {
    color: #EA3934;
}

.cat_list .listings a span {
    padding-left: 12px;
    font-weight: 600;
}

.cat_list .listings a:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
}

.discover_related_list {
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    padding: 24px;
}

.discover_related_box {
    padding: 16px 0px;
    border-bottom: 1px solid #E3E3E3;
}

.discover_related_box:first-child {
    padding-top: 0px;
}

.discover_related_box:last-child {
    padding-bottom: 0px;
    border-bottom: 0px;
}

.discover_related_box .related_link {
    display: flex;
    gap: 15px;
    align-items: center;
}

.discover_related_box .related_link .related_feature {
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.discover_related_box .related_link .related_title {
    color: #333;
    font-size: 16px;
    line-height: 21px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.discover_related_box .related_link:hover .related_title {
    color: #EA3934;
}

.discover_sec {
    margin-bottom: 50px;
}


.discover_search {
    padding-bottom: 24px;
    border-bottom: 1px solid #e3e3e3;
    display: none;
}

.mobile_discover_search {
    position: relative;
    width: 100%;
    height: 48px;
    font-family: sans-serif;
}

.mobile_discover_search input {
    width: 100%;
    height: 100%;
    /* padding: 16px 40px 0 12px; */
    padding: 10px 40px 10px 12px;
    font-size: 16px;
    border: 1px solid #B0B0B0;
    border-radius: 6px;
    outline: none;
}

.mobile_discover_search input:focus {
    border: 2px solid #6459B2;
}

.mobile_discover_search input::placeholder {
    color: transparent;
    /* Hide real placeholder */
}

.mobile_discover_search label {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 28px;
    color: #707070;
    pointer-events: none;
    transition: all 0.2s ease;
    padding: 0 4px;
}

.mobile_discover_search input:focus+label,
.mobile_discover_search input:not(:placeholder-shown)+label {
    /* top: 12px;
    left: 8px;
    font-size: 12px;
    line-height: 20px;
    color: #707070; */
    display: none;
}

.mobile_discover_search .search-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
}

#live-search-results-new1 br {
    display: none;
}

#live-search-results-new1 a {
    border-bottom: unset !important;
}

.header_part.ctm_header_sec.sticky {
    background-color: transparent !important;
}

.web_red_btn:hover {
    color: #fff;
}

.lead-form-container .lead-form-row {
    gap: 24px;
    margin-bottom: 44px;
}

.page-template-page-new-get-started .ready_get_sec.community_reday_get {
    background-color: #fff;
}

.main_posts_container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent !important;
}

.slick-list.draggable .slick-track .slick-slide {
    display: flex;
    height: auto;
    justify-content: space-between;
    flex: 1;
}

.article_box {
    flex-direction: column;
}

.slick-list.draggable .slick-track .slick-slide>div {
    width: 100%;
}

.slick-list.draggable .slick-track .slick-slide .article_box {
    height: 100% !important;
    padding: 0;
    border: 0;
}
.slick-list.draggable .slick-track .slick-slide .article_box .review_info * {
    text-align: left;
}
.header_menu_part>a {
    display: flex !important;
}

.header_menu_part>a img {
    height: 100% !important;
}

.article_feature_img {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
}

/*.page-template-page-new-home .community_reday_get .extra_shape {
    width: 313px;
    height: 313px;
}*/

.page-template-page-new-home .community_reday_get .extra_shape img {
    object-position: 15% 100%;
}

.ready_info p {
    color: #4F4F4F;
}

.page-template-page-new-home .red_label_sec {
    padding-top: 24px;
    padding-bottom: 24px;
}

.page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
    font-weight: 600 !important;
    padding-left: 36px !important;
    padding-right: 36px !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
}

.forminator-ui#forminator-module-3966.forminator-design--default .forminator-response-message.forminator-success {
    display: none !important;
}

#load-more-main-posts {
    padding: 9px 20px;
    font-size: 16px;
    line-height: 24px;
}

#load-more-main-posts span {
    font-weight: 600 !important;

}

.review_video .play-button {
    background-color: transparent;
}

.faq-item.active .faq-answer {
    padding-top: 12px;
}

.custom-search-container input::-webkit-input-placeholder {
    color: #707070 !important;
    opacity: 1;
}

.custom-search-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #707070 !important;
    opacity: 1;
}

.custom-search-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070 !important;
    opacity: 1;
}

.custom-search-container input:-ms-input-placeholder {
    color: #707070 !important;
    opacity: 1;
}

.tab_article_sec .tab {
    border-radius: 0px !important;
}

.know_product_tab_sec .tabs.product_tab {
    overflow: visible;
}
.know_product_tab_sec .tabs.product_tab {
    border-bottom: 0;
}
.know_product_tab_sec .wrapper {
    display: flex;
    align-items: center;
        border-bottom: 1px solid #e3e3e3;
}

.know_product_tab_sec .wrapper .slider {
    width: 85%;
}

.know_product_tab_sec .wrapper  .arrows {
    width: 15%;
    justify-content: flex-end;
    display: flex;
}
/*.know_product_tab_sec .tabs.product_tab .slick-list.draggable {
    width: calc(100% - 122px);
}*/
/*.know_product_tab_sec .tabs.product_tab {
    padding-right: 122px;
}*/
.know_page_slider_tab .slick-arrow {
    font-size: 0px !important;
    padding: 10px !important;
    z-index: 99;
    opacity: 1;
    cursor: pointer;
}

.know_page_slider_tab .slick-arrow.slick-prev::before,
.know_page_slider_tab .slick-arrow.slick-next::before {
    display: none;
}

.know_page_slider_tab .slick-arrow.slick-prev::after,
.know_page_slider_tab .slick-arrow.slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-image: url(../images/slider_pre_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.know_page_slider_tab .slick-arrow.slick-next::after {
    background-image: url(../images/slider_next_arrow.svg);
}

.know_page_slider_tab .slick-arrow.slick-next {
    right: 0;
}

.know_page_slider_tab .slick-arrow.slick-prev {
    left: unset;
    right: 38px;
}


.video-lightbox {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}

.video-lightbox-content {
    position: relative;
    width: calc(100% - 30px);
    max-width: 1330px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    padding: 24px;
}

.video-lightbox-content h4 {
    color: #333;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0px;
    vertical-align: middle;
}

.video-lightbox-content p {
    font-family: Open Sans;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    vertical-align: middle;
    color: #333;
}

.video-lightbox .video-wrapper {
    position: relative;
    top: unset;
    left: unset;
}

.video-lightbox .video-wrapper iframe,
.video-lightbox .video-wrapper video {
    width: 100%;
    height: fit-content;
    display: block;
}

.video-lightbox .video-lightbox-close {
    position: absolute;
    top: 38px;
    right: 35px;
    font-size: 28px;
    font-weight: 300;
    color: #333;
    cursor: pointer;
}

.video_txt_info {
    margin-bottom: 16px;
}

.video_txt_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/*New Css*/

.customer_review_slider .customer_slider .review_box {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 12px;
    padding-right: 12px;
}

.customer_review_slider .customer_slider .slick-list {
    margin-left: -12px;
}

.customer_review_slider .customer_slider .review_box .review_info * {
    text-align: left;
}

.customer_review_slider .customer_slider button.slick-prev {
    left: unset;
    right: 36px;
    top: -40px;
    transform: unset;
}

.customer_review_slider .customer_slider button.slick-next {
    right: 0;
    top: -40px;
    transform: unset;
}

.customer_review_slider .customer_slider button.slick-prev::after,.customer_review_slider .customer_slider button.slick-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background-image: url("../images/slider_pre_arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
}
.customer_review_slider .customer_slider button.slick-next::after {
    background-image: url(../images/slider_next_arrow.svg);
}
.know_product_tab_sec .tab-nav-bar {
    position: relative;
    margin: 30px 0 0 0;
}
.know_product_tab_sec .tab-navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  max-width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid #e3e3e3;
}
.know_product_tab_sec .know_page_tab_menu {
  list-style: none;
  white-space: nowrap;
  scroll-behavior: smooth;
  user-select: none;
  overflow-x: auto;
  display: flex;
  gap: 20px;
  margin: 0;
  cursor: grab;
}
.know_product_tab_sec .know_page_tab_menu li.tab-btn:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 3px;
    background: transparent !important;
}
.know_product_tab_sec .know_page_tab_menu li.tab-btn.active:after {
    background: #3A307F !important;
}
.know_product_tab_sec .know_page_tab_menu li.tab-btn:hover:after {
    background: #E7E5F4 !important;
}
.know_product_tab_sec .know_page_tab_menu.dragging {
  scroll-behavior: unset;
  cursor: grab;
}
.know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar {
  display: none;
}
.know_product_tab_sec .know_page_tab_menu.dragging .tab-btn {
  pointer-events: none;
}
.know_product_tab_sec .tab-arrows {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}
.know_product_tab_sec .left-btn,
.know_product_tab_sec .right-btn {
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: block;
    width: 20px;
    height: 20px;
}
.know_product_tab_sec .left-btn.disabled,
.know_product_tab_sec .right-btn.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.know_product_tab_sec .know_page_tab_menu li.tab-btn {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    color: #707070;
    text-align: center;
    padding: 14px 25px 16px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    cursor: pointer;
}
.know_product_tab_sec .know_page_tab_menu li.tab-btn:hover, .know_product_tab_sec .know_page_tab_menu li.tab-btn.active {
    color: #3A307F;
}
/*Contact Page*/
.location_cards_wrapper {
    display: flex;
    flex-wrap: wrap;
    row-gap: 60px;
    justify-content: space-between;
}
.location_cards_wrapper .location_card {
    width: calc(50% - 30px);
    border: 1px solid #E3E3E3;
    border-radius: 16px;
    overflow: hidden;
    padding: 23px;
}
.location_cards_wrapper .location_card .location_name {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
}
.location_cards_wrapper .location_card .location_address {
    margin-top: 20px;
}
.location_cards_wrapper .location_card .contact_item {
    margin-top: 20px;
    display: flex;
}
.location_cards_wrapper .location_card .contact_item a, 
.location_cards_wrapper .location_card .location_address a,
.location_cards_wrapper .location_card .location_address p {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    display: inline-flex;
    align-items: flex-start;
    transition: all 0.2s ease;
}
.location_cards_wrapper .location_card .contact_item a svg, .location_cards_wrapper .location_card .location_address a svg, .location_cards_wrapper .location_card .location_address p svg {
    transform: translateY(2px);
}
.location_cards_wrapper .location_card .contact_item a span, 
.location_cards_wrapper .location_card .location_address a span,
.location_cards_wrapper .location_card .location_address p span {
    padding-left: 6px;
    width: calc(100% - 24px);
}
.location_cards_wrapper .location_card .contact_item a:hover,
.location_cards_wrapper .location_card .location_address a:hover {
    color: #f33639;
}
.location_cards_sec {
    padding-top: 60px;
    padding-bottom: 110px;
    padding-left: 20px;
    padding-right: 20px;
}
@media(min-width: 1440px) {

    .home_baner_sec,
    .sub_banner_sec {
        min-height: 85vh;
    }
}


@media(max-width: 1440px) {
    /* .upcoming_events_list {
        min-height: 578px;
    } */
}

@media(max-width: 1400px) {

    .partner_hub_sec,
    .tab_article_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .client_logo_sec,
    .faq_sec {
        padding: 80px 20px;
    }

    .upcoming_event_sec {
        padding: 80px 20px 0px;
    }

    .tab-section .tabs button {
        font-size: 22px;
        padding: 8px 22px 11px;
    }

    .community_reday_get .ready_get_part {
        margin-left: 0px;
    }

    /* .event_box .event_info .event_time {
        gap: 10px;
    } */

    /* .event_box .event_info .event_time .event_list_time {
        gap: 6px;
    } */

    /* .upcoming_events_list {
        min-height: 634px;
    } */

    .customer_review_slider {
        padding-top: 100px;
    }
    .location_cards_wrapper .location_card {
        width: calc(50% - 20px);
    }
    .location_cards_wrapper {
        row-gap: 40px;
    }
}

@media(max-width: 1200px) {

    h2 {
        font-size: 34px;
        line-height: 44px;
    }

    h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .partner_hub_sec,
    .tab_article_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .client_logo_sec,
    .faq_sec {
        padding: 60px 20px;
    }

    .signup_stay_sec {
        padding-bottom: 100px;
    }

    .upcoming_event_sec {
        padding: 60px 20px 0px;
    }

    .main_header .main_logo {
        max-width: 220px;
    }

    .main_header .header_menu_part .hedaer_menu a {
        padding: 18px 10px;
        font-size: 15px;
    }

    .main_header .header_menu_part {
        gap: 20px;
    }

    .mb_24 {
        margin-bottom: 15px;
    }

    .latest_articles_sec h2 {
        margin-bottom: 0px;
    }

    .latest_article_slider {
        padding-bottom: 30px;
    }

    .article_box .article_feature_img img {
        height: 230px;
    }

    .tab-content .article_box .article_feature_img img {
        height: 250px;
    }

    .article_box .article_info {
        padding: 24px 16px 26px;
    }

    .ready_get_part {
        padding-left: 0px;
        gap: 60px;
    }

    .ready_info h2,
    .ready_info p {
        padding-bottom: 15px;
    }

    .home_baner_sec {
        min-height: 500px;
    }

    .tab-section .tabs button {
        font-size: 18px;
        padding: 8px 24px 11px;
    }

    .tab_article_sec .tab-content {
        padding-top: 30px;
    }

    .article_box .article_info p {
        line-height: 24px;
    }

    .article_box {
        margin-left: 10px;
        margin-right: 10px;
        width: calc(100% - 20px) !important;
    }

    .latest_article_slider .article_slider .slick-list.draggable {
        margin-left: -10px;
        margin-right: -10px;
    }

    .ready_get_part .ready_img {
        margin-top: -120px;
    }

    .ready_get_part .ready_info {
        width: calc(100% - 373px);
    }

    .red_label_sec {
        padding: 24px 20px;
    }

    .get_touch_sec h2 {
        padding-bottom: 30px;
    }

    .get_touch_form .form-row,
    .lead-form-container .lead-form-row {
        gap: 20px;
        margin-bottom: 20px;
    }

    .get_touch_form .form-group label {
        margin-bottom: 4px;
    }

    .get_touch_form .checkbox-row {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .ready_get_part .ready_img {
        margin-top: -90px;
    }

    .knowledge_banner .container {
        gap: 20px;
    }

    .latest_article_slider .article_slider .slick-track {
        align-items: stretch;
    }

    .review_box {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    .latest_article_slider.customer_review_slider .slick-list.draggable {
        margin-left: -8px;
        margin-right: -8px;
    }
    .customer_review_slider .customer_slider .review_box {
        padding-left: 8px;
        padding-right: 8px;
    }
    .customer_review_slider .customer_slider .slick-list {
        margin-left: -8px;
    }
    .product_business .product_img img {
        height: 450px;
    }

    .event_box {
        padding-left: 20px;
        margin-bottom: 20px;
        gap: 15px;
    }

    /* .event_box .event_info .event_time .event_list_time p {
        font-size: 12px;
        line-height: 18px;
    }

    .event_box .event_info .event_time .event_list_time {
        gap: 4px;
    } */

    .event_box .event_info .event_title {
        font-size: 18px;
        line-height: 26px;
    }

    .event_box .event_info .event_des {
        font-size: 15px;
        line-height: 24px;
    }

    /* .event_box .event_info .event_time .event_list_time {
        align-items: center;
    }

    .upcoming_events_list .event_box:nth-child(2) .event_time,
    .upcoming_events_list .event_box:nth-child(3) .event_time {
        flex-direction: column;
    }

    .upcoming_events_list .event_box:nth-child(2) .event_time .dividor,
    .upcoming_events_list .event_box:nth-child(3) .event_time .dividor {
        display: none;
    } */

    .upcoming_events_list {
        min-height: 534px;
    }

    .faq_right .faq-item .faq-question {
        font-size: 18px;
        line-height: 26px;
    }

    /* .faq-item.active .faq-answer {
        padding: 10px 0px 0px;
     }
     .faq-item {
        padding: 15px 0px;
     } */
    .faq_left {
        padding-top: 15px;
    }

    .discover_divider {
        margin: 14px 0px;
    }

    .discover_box:nth-child(1) .discover_info {
        padding: 20px;
    }

    .insight_panel {
        gap: 40px;
    }

    .get_touch_detail {
        max-width: 400px;
    }

    .discover_list_panel .discover_sidebar {
        width: 320px;
    }

    .discover_list_panel .discover_list_part {
        width: calc(100% - 344px);
        gap: 20px;
    }

    .discover_main_box {
        gap: 20px;
        padding: 20px;
    }

    .discover_main_box .discover_main_info p {
        font-size: 15px;
        line-height: 24px;
    }

    .cat_list .listings a {
        padding: 14px 0px;
    }

    .cat_list {
        margin-bottom: 20px;
    }

    .cat_list,
    .discover_related_list {
        padding: 20px;
    }

    .discover_related_box .related_link .related_title {
        font-size: 15px;
        line-height: 20px;
    }

    .lead-form-container .form-group label {
        line-height: 24px;
    }
    .know_product_tab_sec .know_page_tab_menu li.tab-btn {
        font-size: 19px;
        line-height: 30px;
        padding: 12px 20px 14px;
    }
}

@media(max-width: 1100px) {
    .main_header .header_part {
        gap: 13px;
    }

    .main_header .header_menu_part {
        gap: 15px;
    }

    .main_header .header_menu_part .hedaer_menu a {
        padding: 18px 8px;
        font-size: 14px;
    }

    .main_header .main_logo {
        max-width: 180px;
    }

    .header_login_part .user-profile-link .user-profile-info .user-name {
        font-size: 14px;
        line-height: 18px;
    }
    .location_cards_wrapper .location_card .location_name {
        font-size: 28px;
        line-height: 42px;
    }
    .location_cards_wrapper .location_card {
        padding: 20px;
        width: calc(50% - 10px);
    }
    .location_cards_wrapper {
        row-gap: 20px;
    }
}

@media(max-width: 1004px) {
    .upcoming_events_list {
        min-height: 555px;
    }
}

@media(max-width: 991px) {
    .product_sec .product_tab .slick-slide {
        padding-right: 10px;
    }
    .know_product_tab_sec .tab-nav-bar{
        margin: 0;
    }
    /* Hamburger Icon */
    .hamburger {
        display: none;
        flex-direction: column;
        cursor: pointer;
        gap: 5px;
    }

    .hamburger span {
        width: 21px;
        height: 1px;
        background: #333333;
        border-radius: 2px;
    }

    /* Mobile Overlay */
    .mobile_overlay_menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: #F7F7FC;
        transition: right 0.3s ease-in-out;
        z-index: 999;
    }

    .mobile_overlay_menu nav {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 0px 16px;
    }

    .mobile_overlay_menu nav a {
        font-size: 14px;
        line-height: 24px;
        color: #333;
        text-decoration: none;
        padding: 20px 0px;
        border-bottom: 1px solid #CCCCCC;
    }

    .mobile_overlay_menu nav a:last-child {
        border-bottom: 0px;
    }

    .mobile_overlay_menu .close_menu {
        font-size: 30px;
        position: absolute;
        top: 20px;
        right: 25px;
        cursor: pointer;
    }

    /* Show menu */
    .mobile_overlay_menu.open {
        right: 0;
    }

    .hedaer_menu,
    .header_login_part .header_btn {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .mobile_overlay_menu {
        display: block;
    }

    .main_header {
        padding: 16px 20px 16px 22px;
        height: 66px;
        border-bottom: 1px solid rgba(213, 213, 210, 1);
    }

    .main_header .header_menu_part>a {
        height: 34px;
    }

    .main_header .main_logo,
    .mobile_overlay_logo {
        max-width: 194.6px;
    }

    .mobile_menu_head a {
        display: inline-block;
    }

    .mobile_menu_head {
        padding: 15.5px 37px 15.5px 22px;
        border-bottom: 1px solid #e3e3e3;
        height: 66px;
        background-color: #fff;
    }

    .mobile_overlay_menu .close_menu img {
        width: 24px;
        height: 24px;
    }

    .mobile_overlay_menu .header_login_part {
        display: block;
        padding-top: 36px;
        padding-left: 16px;
    }

    .mobile_overlay_menu .header_login_part a {
        padding: 2.5px 20px;
        border-radius: 8px;
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        font-weight: 700;
        color: #fff;
    }

    .mobile_overlay_menu .header_login_part a:hover {
        background-color: #ce322e;
    }

    .partner_hub_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .faq_sec {
        padding: 50px 20px;
    }

    .tab_article_sec,
    .upcoming_event_sec {
        padding: 60px 20px 0px;
    }

    .signup_stay_sec {
        padding-bottom: 90px !important;
    }

    .tab_article_sec {
        padding-bottom: 60px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .mb_24 {
        margin-bottom: 10px;
    }

    .latest_article_slider {
        padding-top: 32px;
    }

    .latest_article_slider .article_slider .slick-prev,
    .latest_article_slider .article_slider .slick-next {
        top: -30px;
    }

    .article_box {
        margin-left: 6px;
        margin-right: 6px;
        width: calc(100% - 12px) !important;
    }

    .latest_article_slider .article_slider .slick-list.draggable {
        margin-left: -6px;
        margin-right: -2px;
    }

    .article_box .article_info h3 a {
        margin-bottom: 6px;
    }

    .tab-content .article_box .article_feature_img img {
        height: 230px;
    }

    .ready_get_part .ready_img {
        margin-top: -70px;
    }

    .ready_get_part {
        gap: 40px;
    }

    .ready_get_part .ready_img {
        width: 300px;
        height: 300px;
    }

    .ready_get_part .ready_info {
        width: calc(100% - 340px);
    }

    .ready_info p {
        line-height: 26px;
    }

    .footer_detail_part .footer_info {
        max-width: 300px;
    }

    .footer_detail_part {
        gap: 40px;
    }

    .footer_form {
        gap: 15px;
    }

    .footer_form .submit_btn,
    #forminator-module-3966 .forminator-button-submit {
        max-width: 110px !important;
    }

    .footer_form .email_field,
    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        width: calc(100% - 125px) !important;
    }

    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        margin-right: 15px !important;
    }

    .footer_sec .footer_info a {
        max-width: 220px;
    }

    .footer_sec {
        padding: 60px 20px 30px;
    }

    .mobile_overlay_menu nav a:hover {
        color: #EA3934;
    }

    .latest_article_slider .article_slider .slick-track {
        align-items: stretch !important;
    }

    .article_box {
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .get_touch_sec h2 {
        max-width: 400px;
    }

    .sub_banner_sec h1 {
        font-size: 38px;
        line-height: 50px;
        padding-bottom: 16px;
    }

    .marquee-logo {
        width: calc(100% / 3 - 20px);
    }

    .top_menu_sec .top_nav a {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
        padding: 12px 14px;
    }

    .event_box .event_img {
        width: 150px;
    }

    .product_sec h2 {
        padding-bottom: 22px;
    }

    .header_login_part {
        margin-left: auto;
    }

    .main_header .header_part {
        gap: 20px;
    }

    .discover_list_panel .discover_sidebar {
        width: 240px;
    }

    .discover_list_panel {
        gap: 20px;
    }

    .discover_list_panel .discover_list_part {
        width: calc(100% - 260px);
    }

    .discover_main_box .discover_main_info {
        width: 250px;
    }

    .discover_main_box {
        gap: 15px;
        padding: 15px;
    }

    .discover_main_box .discover_main_feature {
        width: calc(100% - 265px);
    }

    .discover_main_box .discover_main_info a {
        font-size: 18px;
        line-height: 24px;
    }

    .discover_main_box .discover_main_info p {
        font-size: 14px;
        line-height: 22px;
    }

    .discover_related_box .related_link {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .discover_related_box .related_link .related_feature {
        width: 70px;
        height: 70px;
    }

    .discover_content {
        gap: 20px;
    }

    .discover_content .discover_right_part {
        width: 280px;
    }

    .discover_content .discover_left_part,
    .discover_box:nth-child(1) {
        width: calc(100% - 300px);
    }

    .discover_tab {
        padding-bottom: 60px;
    }

    .discover_box {
        gap: 12px;
    }

    .discover_box .discover_feature {
        width: 110px;
    }

    .discover_box .discover_info {
        width: calc(100% - 122px);
    }

    .cat_list,
    .discover_related_list {
        padding: 15px 12px;
        border-radius: 10px;
    }

    .page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
        padding-left: 28px !important;
        padding-right: 28px !important;
    }

    .upcoming_events_list {
        min-height: 547px;
    }

    .know_product_tab_sec .tabs.product_tab .slick-list.draggable {
        width: calc(100% - 100px);
    }

    .know_page_slider_tab .tab {
        font-size: 19px !important;
        line-height: 30px !important;
        padding: 8px 22px 11px !important;
    }
    .know_product_tab_sec .know_page_tab_menu li.tab-btn {
        padding: 10px 20px 13px;
        color: #333333;
    }
    /* .know_product_tab_sec .tab-navigation {
        gap: 15px;
    } */
    .know_product_tab_sec .tab-arrows {
        display: none;
    }
    .know_product_tab_sec .tab-navigation {
        gap: 0;
    }
    .know_product_tab_sec .know_page_tab_menu {
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar {
        height: 3px;
        display: block;
    }
    .know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar-track {
        background: #D9D9D9;
        border-radius: 0;
    }
    .know_product_tab_sec .know_page_tab_menu::-webkit-scrollbar-thumb {
        background: #C7C7C7;
        border-radius: 100px;
    }
    .know_product_tab_sec .know_page_tab_menu li.tab-btn:hover:after{
        background: #3A307F !important;
    }
    .location_cards_wrapper .location_card {
        width: 100%;
    }
    .location_cards_wrapper {
        row-gap: 30px;
    }
    .location_cards_sec {
        padding-bottom: 90px;
    }
}


@media(max-width: 971px) {
    .tab_article_sec .tabs {
        border-bottom: 1px solid #D9D9D9;
        position: relative;
    }

    /* .tab_article_sec .tabs::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 130%;
        height: 4px;
        background-color: #D9D9D9;
    } */
    /* .upcoming_events_list .event_box:nth-child(2) .event_time,
    .upcoming_events_list .event_box:nth-child(3) .event_time {
        gap: 3px;
    } */

    .event_box .event_info .event_title {
        font-size: 16px;
        line-height: 22px;
        padding-bottom: 3px;
    }

    .customer_review_slider {
        padding-top: 85px;
    }

    .get_touch_detail {
        max-width: 280px;
    }
}

@media(min-width: 768px) {
    .for-mobile {
        display: none !important;
    }
}

@media(max-width: 767px) {
    .know_product_tab_sec .know_page_tab_menu {
        gap: 10px;
    }
    .know_product_tab_sec .know_page_tab_menu li.tab-btn {
        font-size: 19px;
        line-height: 130%;
        padding: 9px 20px 11px;
    }
    .know_product_tab_sec .know_page_tab_menu li.tab-btn:after {
        height: 2px;
    }
    .know_product_tab_sec .know_page_tab_menu li.tab-btn.active:after {
        background: transparent !important;
    }
    .for-desktop {
        display: none !important;
    }

    .home_baner_sec .search-container button {
        font-size: 0px;
        position: relative;
        width: 36px;
        height: 36px;
        border-radius: 50%;
    }

    .home_baner_sec .search-container button::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 24px;
        height: 24px;
        background-image: url("../images/white_search_ic.svg");
        background-position: center;
        background-repeat: no-repeat;
        z-index: 9;
    }

    .home_baner_sec .search-container {
        padding-right: 10px;
        padding-left: 12px;
        height: 52px;
    }

    .home_baner_sec .search-container .search-icon {
        display: none;
    }

    .home_baner_sec {
        min-height: 607px;
        background-position: 56% 100%;
    }

    .partner_hub_sec,
    .tab_article_sec,
    .latest_articles_sec,
    .ready_get_sec,
    .get_touch_sec,
    .faq_sec {
        padding: 48px 20px;
    }

    .signup_stay_sec {
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }

    h2 {
        font-size: 28px;
        line-height: 40px;
    }

    .article_box .article_feature_img img {
        height: 237px;
    }

    .tab-content .article_box .article_feature_img img {
        height: 225px;
    }

    .latest_article_slider {
        padding-top: 65px;
        padding-bottom: 44px;
    }

    .latest_article_slider .article_slider .slick-prev,
    .latest_article_slider .article_slider .slick-next {
        top: -40px;
    }

    .article_box .article_info h3 a {
        -webkit-line-clamp: 3;
        min-height: 78px;
    }

    .tab-content .latest_article_slider {
        padding-bottom: 48px;
    }

    .ready_get_part .ready_img img {
        border-radius: 0px;
        object-fit: cover;
        object-position: top;
    }

    .ready_get_part .ready_img {
        margin-top: 0px;
        width: 100%;
        height: 393px;
    }

    .ready_get_part {
        flex-direction: column;
        gap: 24px;
    }

    .ready_get_sec {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ready_get_part .ready_info {
        width: calc(100% - 40px);
        left: 20px;
        position: relative;
    }

    .ready_info p {
        padding-bottom: 48px;
    }

    .ready_info .web_red_btn {
        display: block;
        width: fit-content;
        margin: 0px auto;
    }

    .red_label_sec {
        padding: 48px 20px;
    }

    .max_1100 {
        flex-direction: column;
        gap: 48px;
    }

    .footer_detail_part {
        flex-direction: column;
        gap: 20px;
    }

    .footer_sec {
        padding: 48px 20px;
    }

    .footer_detail_part .footer_info,
    .footer_detail_part .foter_email {
        max-width: 100%;
    }

    .footer_sec .footer_info a {
        max-width: 270px;
        margin-bottom: 20px;
    }

    .foter_email p {
        margin-bottom: 24px;
    }

    .footer_detail_part {
        margin-bottom: 24px;
    }

    .footer_bottom {
        flex-direction: column;
        gap: 24px;
        padding-top: 24px;
    }

    .footer_bottom .footer_nav .footer_menu {
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .home_baner_sec .search-container input[type="text"] {
        font-size: 12px;
        line-height: 18px;
    }

    .footer_form .submit_btn,
    #forminator-module-3966 .forminator-button-submit {
        max-width: 85px !important;
        min-width: 10px !important;
    }

    .footer_form {
        gap: 20px;
    }

    .footer_form .email_field,
    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        width: calc(100% - 105px) !important;
    }

    .ctm_newsletter_new_form .forminator-custom-form .forminator-row:nth-child(2),
    #forminator-module-3966 .forminator-row:nth-child(2) {
        margin-right: 20px !important;
    }

    .floating-label-group input,
    #forminator-module-3966 input {
        height: 36px !important;
        padding: 12px 10px 5px !important;
        font-size: 12px !important;
    }

    #forminator-module-3966 input {
        padding: 10px !important;
        font-size: 16px !important;
    }

    #forminator-module-3966 {
        margin-bottom: 0px;
    }

    .floating-label-group label {
        top: 4px;
        left: 8px;
    }

    .main_posts_container {
        gap: 20px;
    }

    .footer_form .submit_btn button,
    #forminator-module-3966 .forminator-button-submit {
        font-size: 14px !important;
        line-height: 24px;
        padding: 6px 20px !important;
    }

    .floating-label-group input:focus+label,
    .floating-label-group input:not(:placeholder-shown)+label {
        top: -4px;
        left: 8px;
        font-size: 8px;
    }

    .tab_article_sec .tabs::after {
        width: 141%;
    }

    .tab-section .tabs button {
        font-size: 14px;
        line-height: 18px;
    }

    .get_touch_form .form-container,
    .get_touch_form .lead-form-container {
        padding: 24px;
    }

    .sub_banner_sec h1 {
        font-size: 32px;
        line-height: 38px;
    }

    .sub_banner_sec.knowledge_banner h1 {
        line-height: 130%;
    }

    .sub_banner_sec p {
        line-height: 24px;
        padding-right: 10px;
    }

    .get_touch_sec h2 {
        padding-bottom: 24px;
    }

    .get_touch_form .form-row {
        flex-direction: column;
    }

    .get_touch_form button,
    .lead-form-container .submit-btn {
        max-width: 127px;
        margin: 0px auto;
    }

    .get_touch_sec {
        background-color: #fff;
    }

    .get_touch_form .form-container,
    .get_touch_form .lead-form-container {
        padding: 0px;
        border: 0px;
    }

    .get_touch_form .form-group label {
        line-height: 24px;
    }

    .get_touch_form .custom-select-wrapper select,
    .get_touch_form .custom-select-wrapper select option {
        font-size: 15px;
        line-height: 22px;
    }

    .get_touch_form .checkbox-row {
        margin-top: 20px;
        margin-bottom: 24px;
    }

    .get_touch_form .submit-row {
        margin-bottom: 0px;
    }

    .get_touch_form button,
    .lead-form-container .submit-btn {
        padding: 4px 36.4px;
    }

    .community_banner {
        background-position: 70% 100% !important;
    }

    .marquee-logo {
        width: calc(100% / 4 - 20px);
    }

    .knowledge_banner .container {
        flex-direction: column;
    }

    .knowledge_left_part,
    .knowledge_right_part {
        max-width: 100%;
    }

    .sub_banner_sec h1 {
        max-width: 100%;
    }

    .sub_banner_sec .knowledge_left_part p {
        display: none;
    }

    .knowledge_banner .container {
        gap: 0px;
    }

    .kcb_hero .play-button {
        background: rgba(79, 79, 79, 0.7);
        width: 32px;
        height: 32px;
    }

    .kbc_hero_slider_wrap {
        height: 141px;
    }

    .kcb_hero .scrollitem {
        padding: 10px;
        border-radius: 12px;
        gap: 10px;
    }

    .kcb_hero .media-section {
        flex: unset;
        min-width: 162px;
        max-width: 162px;
    }

    .kcb_hero .action-button {
        padding: 6px 6px !important;
    }

    .kcb_hero .content-title {
        font-size: 13px;
        line-height: 18px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }

    .kcb_hero .content-description {
        font-size: 12px;
        line-height: 18px;
    }

    .kcb_hero .content-section {
        flex: unset;
        width: 100%;
    }

    .top_menu_sec {
        display: none;

    }

    .faq_left {
        padding-top: 0px;
    }

    .product_sec .product_tab .tab {
        font-size: 14px;
        line-height: 18px;
        padding: 8px 24px;
    }

    .product_business {
        flex-direction: column;
        gap: 30px;
    }

    .product_business .product_img,
    .product_business .product_info {
        width: 100%;
    }

    .product_business .product_img img {
        height: 100%;
    }

    .product_business .product_info h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .product_business .product_info p {
        -webkit-box-orient: vertical;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .upcoming_events_list {
        min-height: 10px;
        padding-left: 0px;
    }

    .upcoming_event_sec h2 {
        padding-bottom: 20px;
    }

    .upcoming_events_list .event_box,
    .upcoming_events_list .event_box:nth-child(1) {
        position: relative;
        top: unset;
        left: unset;
        width: 100%;
        background-color: transparent;
        padding: 0px;
        gap: 24px;
        margin-bottom: 24px;
    }

    .event_box:nth-child(1) .event_img img {
        height: 215px;
    }

    /* .event_box .event_info .event_time {
        padding-bottom: 8px !important;
    } */
    .event_box .event_info .event_title {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 8px;
    }

    .upcoming_events_list .event_box,
    .upcoming_events_list .event_box:nth-child(1) {
        flex-direction: column;
    }

    .event_box .event_img {
        width: 100%;
        height: 215px;
    }

    /* .upcoming_events_list .event_box:nth-child(2) .event_time .dividor,
    .upcoming_events_list .event_box:nth-child(3) .event_time .dividor {
        display: block;
    }

    .upcoming_events_list .event_box:nth-child(2) .event_time,
    .upcoming_events_list .event_box:nth-child(3) .event_time {
        flex-direction: row;
    }

    .upcoming_events_list .event_box:nth-child(2) .event_time,
    .upcoming_events_list .event_box:nth-child(3) .event_time {
        gap: 8px;
    } */

    .upcoming_events_list {
        margin-bottom: 20px;
    }

    .client_logo_sec .marquee-track .marquee-logo {
        height: 35px;
    }

    .faq_sec .faq_part {
        flex-direction: column;
    }

    .faq_sec .faq_part>div {
        width: 100%;
    }

    .faq_right .faq-item .faq-question {
        font-size: 19px;
        line-height: 32px;
    }

    /* .faq-item {
        padding: 24px 0px;
    }  */

    .new_search_bar .custom-search-container::after {
        display: none;
    }

    .new_search_bar .custom-search-container input {
        padding-left: 20px;
        font-size: 12px;
        line-height: 18px;
        height: 52px;
        padding-right: 60px;
    }

    .new_search_bar .custom-search-container #search-icon .search_mobile_ic {
        display: block;
        filter: brightness(0) invert(1);
    }

    .new_search_bar .custom-search-container #search-icon span {
        display: none;
    }

    .new_search_bar .custom-search-container #search-icon {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

    .user-profile-link .user-name {
        display: none;
    }

    .discover_content .discover_right_part {
        width: 100%;
    }

    .discover_content {
        flex-direction: column;
        gap: 0px;

        min-height: unset;
    }

    .discover_content .discover_left_part,
    .discover_box:nth-child(1) {
        width: 100%;
        position: relative;
        top: unset;
        left: unset;
    }

    .discover_box:nth-child(1) .discover_feature img {
        border-radius: 8px;
    }

    .discover_box:nth-child(1) .discover_info {
        position: relative;
        bottom: unset;
        left: unset;
        padding: 0px;
        max-width: 100%;
    }

    .discover_box:nth-child(1) .discover_feature {
        padding-bottom: 24px;
    }

    .discover_box:nth-child(1) .discover_info a {
        font-size: 22px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .discover_box:nth-child(1) .discover_info p {
        /* padding-bottom: 24px;
        border-bottom: 1px solid #E3E3E3;
        margin-bottom: 24px; */
        display: block;
    }

    .discover_box:nth-child(1)+.discover_divider {
        display: block;
    }

    .discover_box .discover_info a {
        font-size: 16px;
        line-height: 28px;
    }

    .discover_box .discover_feature {
        width: 132px;
    }

    .discover_box .discover_info {
        width: calc(100% - 144px);
    }

    .discover_divider {
        margin: 16px 0px;
    }

    .insight_panel {
        flex-direction: column;
    }

    .get_touch_detail,
    .insight_panel .get_touch_form {
        width: 100%;
    }

    .insight_panel .get_touch_form .footer_form {
        margin: 0px auto;
    }

    .get_touch_form .footer_form .submit_btn button {
        padding: 5px 20px;
    }

    .get_touch_detail {
        max-width: 100%;
    }

    .insight_panel {
        gap: 48px;
    }

    .discover_list_panel .discover_list_part {
        width: 100%;
    }

    .discover_list_panel .discover_sidebar {
        display: none;
    }

    .discover_main_box .discover_main_info a {
        font-size: 20px;
        line-height: 32px;
    }

    .discover_main_box .discover_main_info p {
        font-size: 16px;
        line-height: 28px;
    }

    .discover_sec {
        margin-bottom: 0px;
    }

    .discover_search {
        display: block;
    }

    .page-template-page-new-discover .get_touch_form #forminator-module-3966 {
        max-width: 100%;
    }

    .upcoming_event_sec {
        padding: 48px 20px 0px;
    }

    .page-template-page-new-discover .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
        padding-left: 18px !important;
        padding-right: 18px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
    }

    .discover_box:nth-child(1) .discover_info {
        min-height: 10px;
    }

    .partner_hub_sec h2 {
        margin-bottom: 20px !important;
    }

    .page-template-page-new-home .community_reday_get .extra_shape {
        width: 100%;
        height: 393px;
    }

    .page-template-page-new-home .community_reday_get .extra_shape img {
        border-radius: 0px;
    }

    .ready_get_sec a.web_red_btn {
        border: 1px solid #8C84CC;
        background-color: #fff;
        color: #3A307F;
        padding: 5px 12px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
    }

    .ready_get_sec a.web_red_btn:hover {
        background-color: #e7e5f4;
    }

    .web_white_btn {
        font-size: 14px;
        line-height: 24px;
        padding: 6px 12px;
    }

    .sub_banner_sec {
        position: relative;
        padding: 56px 20px 60px;
        background-position: 46% 100%;
    }

    .sub_banner_sec::after {
        height: 78%;
        top: unset;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 30.45%, rgba(0, 0, 0, 0.5) 68.66%) !important;
    }

    .sub_banner_sec>div {
        z-index: 3;
    }

    .partner_hub_sec.signup_stay_sec .gray_txt.mb_24 {
        margin-bottom: 24px;
    }

    .forminator-ui#forminator-module-3966.forminator-design--default .forminator-button-submit {
        padding: 6px 15px !important;
        min-width: 85px !important;
    }

    .ready_info h2 {
        padding-bottom: 20px;
    }

    .discover_box:nth-child(1)+.discover_divider {
        margin: 24px 0px;
    }

    .discover_box .discover_feature img {
        min-height: 120px;
    }

    .discover_box {
        align-items: center;
    }

    .community_reday_get {
        background-color: #F7F7FC;
    }

    /* .event_box:nth-child(1) .event_info .event_time {
        padding-bottom: 16px !important;
    } */
    .client_logo_sec {
        padding: 48px 20px;
    }

    .client_logo_sec .customer_review_slider.latest_article_slider .article_slider .slick-prev,
    .client_logo_sec .customer_review_slider.latest_article_slider .article_slider .slick-next {
        display: none !important;
    }

    .review_video {
        padding-top: 72%;
    }

    #live-search-results-new1 {
        width: 100%;
    }

    .know_product_tab_sec .tabs.product_tab .slick-list.draggable {
        width: 100%;
    }

    .know_page_slider_tab .slick-arrow.slick-prev,
    .know_page_slider_tab .slick-arrow.slick-next {
        display: none !important;
    }

    .know_page_slider_tab .tab {
        padding: 8px 20px !important;
    }

    .video-lightbox-content {
        padding: 15px;
        border-radius: 8px;
    }

    .video-lightbox-content h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .video_txt_info {
        margin-bottom: 12px;
    }

    .video-lightbox .video-lightbox-close {
        top: 12px;
        right: 22px;
        font-size: 26px;
    }

    .social-media-link {
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 24px;
    }

    .social-media-link a {
        display: inline-flex;
    }

    .social-media-link a img {
        max-width: 112px;
    }
    .location_cards_sec {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .location_cards_wrapper .location_card .location_name {
        font-size: 32px;
        line-height: 48px;
    }
}

@media(max-width: 650px) {
    .tab_article_sec .tabs::after {
        width: 171%;
    }

    .tab_article_sec .tabs.product_tab::after {
        width: 110%;
    }

    #forminator-module-3966 input {
        font-size: 14px !important;
    }
}

@media(max-width: 600px) {

    /* .latest_article_slider .article_slider .slick-list.draggable {
        padding-right: 60px !important;
    } */
    .tab_article_sec .tabs::after {
        width: 203%;
    }

    .knowledge_info p {
        font-size: 12px;
        line-height: 20px;
    }

    #live-search-results-new1 a {
        font-size: 15px;
    }

    /* .discover_box:nth-child(1) .discover_feature {
        margin-bottom: 24px;
    } */

    .discover_box:nth-child(1) .discover_feature,
    .discover_box:nth-child(1) .discover_feature img {
        height: 212px;
        object-fit: cover;
        min-height: 10px;
    }

    .discover_box .discover_info p {
        display: none;
    }

    .discover_box .discover_info a {
        display: -webkit-box;
        -webkit-box-orient: unset;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .discover_main_box {
        padding: 16px;
        gap: 24px;
        flex-direction: column;
    }

    .discover_main_box .discover_main_feature,
    .discover_main_box .discover_main_info {
        width: 100%;
    }

    .discover_main_box {
        max-height: unset;
    }

    .discover_box .discover_feature img {
        max-height: 100%;
    }

    .iti__selected-dial-code {
        font-size: 14px;
    }
}

@media(max-width: 575px) {
    .article_box .article_info h3 a {
        margin-bottom: 16px;
    }
}

@media(max-width: 500px) {
    .tab_article_sec .tabs::after {
        width: 260%;
    }
}

@media(max-width: 400px) {

    .discover_main_box .discover_main_feature,
    .discover_main_box .discover_main_feature img {
        height: 164px;
        object-fit: cover;
    }
}

@media(max-width: 360px) {
    .know_page_slider_tab .slick-track .slick-slide {
        opacity: 1 !important;
    }

    .kcb_hero .action-button {
        font-size: 13px;
    }
}

.know_page_slider_tab .slick-disabled::after {
    opacity: 0.4;
}

.know_page_slider_tab button.tab {
    text-align: center;
    padding: 8px 21px 11px;
}

.know_page_slider_tab .slick-track .slick-slide {
    opacity: 0;
}

.know_page_slider_tab .slick-track .slick-slide.slick-active {
    opacity: 1;
}

.know_page_slider_tab button.tab:hover {
    color: #3A307F !important;
}

.no-scroll {
    overflow: hidden !important;
}

.upcoming_event_sec .web_white_btn {
    margin-top: 48px;
}

.client_logo_sec .web_white_btn {
    margin-top: 48px;
}
/*27/10*/
.single_post_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 120px;
}
.single_post_layout .single_post_main_content {
    width: calc(70% - 42px);
}
.single_post_layout .single_post_sidebar {
    width: calc(30% - 42px);
}
.single_post_layout .single_post_sidebar .single_related_box {
    text-align: center;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
    border: 0 !important;
    border-radius: 8px;
    margin-bottom: 30px;
    overflow: hidden;
    display: flex;
    flex-direction: column-reverse;
}
.single_post_layout .single_post_sidebar .single_related_box .single_related_info {
    padding: 20px;
}
.single_post_layout .single_post_sidebar .single_related_box .single_related_feature {
    display: flex;
    align-items: center;
}
.single_post_layout .single_post_sidebar .single_related_box .single_related_feature img {
    height: 237px;
    object-fit: cover;
    width: 100%;
    display: block;
}
.single_post_layout .single_post_sidebar .single_related_box .single_related_info a {
    font-family: "Open Sans", Sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #333 !important;
    margin-bottom: 16px;
    display: block;
}
.single_post_layout .single_post_sidebar .single_sidebar_title {
    font-family: "OpenSans", Sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    color: var(--e-global-color-accent);
    margin-bottom: 25px;
}
.single_post_layout .single_post_main_content .single_post_title {
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 42px;
    font-weight: 700;
    color: #333333;
}
.single_post_layout .single_post_main_content p {
    margin-bottom: 15px;
}
.single_post_layout .single_post_main_content h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}
.single_post_layout .single_post_main_content h3 {
    margin-bottom: 16px;
}
.single_post_layout .single_post_main_content ul {
    padding-left: 40px;
}
.single_post_layout .single_post_main_content .single_post_social_share {
    border-top: 2px solid #7070701A;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.single_post_layout .single_post_main_content .single_post_social_share h3 {
    color: #EA3934;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1;
}
.single_post_layout .single_post_main_content .single_post_social_share .single_post_share_buttons a {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3A307F;
    border-radius: 50%;
}
.single_post_layout .single_post_main_content .single_post_social_share .single_post_share_buttons a svg {
    width: 17px;
    height: 17px;
    fill: #fff;
}
.single_post_layout .single_post_main_content .single_post_social_share .single_post_share_buttons {
    display: flex;
    gap: 20px;
}
.single_post_layout .single_post_main_content p a {
    color: #EA3934;
}
.single_post_detail_sec .container {
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 1199px) {
    .single_post_layout .single_post_main_content .single_post_title {
        font-size: 30px;
        line-height: 36px;
    }
    .single_post_layout .single_post_main_content {
        width: calc(70% - 20px);
    }
    .single_post_layout .single_post_sidebar {
        width: calc(30% - 20px);
    }
    .single_post_layout .single_post_main_content h2 {
        font-size: 24px;
        line-height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .single_post_layout .single_post_main_content .single_post_title {
        font-size: 30px;
        line-height: 36px;
    }
    .single_post_layout .single_post_main_content {
        width: 100%;
    }
    .single_post_layout .single_post_sidebar {
        width: 100%;
        padding-top: 40px;
    }
    .single_post_layout .single_post_main_content h2 {
        font-size: 24px;
        line-height: 30px;
    }
    .single_post_layout .single_post_sidebar .single_sidebar_title {
        font-size: 20px;
        line-height: 30px;
    }
    .single_post_layout .single_post_main_content .single_post_social_share {
        justify-content: center;
    }
    .single_post_layout {
        padding-bottom: 40px;
    }
}
