/*
Theme Name: Divi Child
Theme URI: https://yourdomain.com
Description: Child theme for Divi
Author: Your Name
Template: Divi
Version: 1.0.0
*/

body, input, textarea, select, p, span, h1, h2, h3, h4, h5, h6, a, div {
    font-family: 'IBM Plex Sans', sans-serif !important;
}

div#mobile_menu_header {
    display: flex;
}

span.text-pink,
div.text-pink div.percent p span {
    color: #FF236F;
}


a.btn_full_width {
    width: 100%;
    text-align: center;
}

.crm-list {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 10px 16px;
    border-radius: 15px;
    font-family: Arial, sans-serif;
}

.crm-list .icon {
    color: #ff4d6d;
    margin-right: 10px;
    font-size: 14px;
}

.crm-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

.crm-list li {
    font-size: 14px;
    color: #555;
}

.crm-list li:not(:first-child)::before {
    content: "•";
    margin: 0 8px;
    color: #999;
}

div.text-pink div.percent {
    margin-bottom: 0px !important;
}

div#messageid_realproblem_right_container div.et_pb_number_counter h3.title {
    border-bottom: 1px solid #0000001a;
    width: fit-content;
}

div#messageid_realproblem_right_container div.percentage_container:last-child h3.title {
    border: 0px;
}

div.sms_general_subtext p span {
    text-decoration: underline;
}

.help-list {
    list-style: none;
    padding-left: 0;
}

.help-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}

.help-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/check-mark-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

ul.help-list {
    list-style-type: none;
    padding: 0;
}

div.pink_bg ul {
    list-style-type: none;
    padding-left: 0;
}

.why_sales_list ul {
    list-style: none;
    padding-left: 0;
    display: grid;
        grid-template-columns: auto auto auto auto;
    justify-content: space-between;
}

.why_sales_list li {
    position: relative;
    margin: 13px 0px;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.why_sales_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/tick-circle-svg.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.why_sales_list ul {
    padding: 20px 0px;
}

.your_crm_sec ul {
    list-style: none;
    padding-left: 0;
}

.your_crm_sec li {
    position: relative;
    margin-bottom: 19px;
    padding-left: 38px;
}

.your_crm_sec li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/cross-circle-svg.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.list_hubspot_feature ul {
    list-style: none;
    padding-left: 0;
}

.list_hubspot_feature li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 10px;
}

.list_hubspot_feature li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/tick-circle-svg.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

div.messageiq_crm_heading_subtext div {
    background-color: #fff4f8;
    width: fit-content;
    padding: 9px 40px !important;
    line-height: normal;
    border-radius: 25px;
}

div.messageiq_crm_heading_subtext div {
    position: relative;
}

div.messageiq_crm_heading_subtext div:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/CRM-native-smsm-platform-02.svg");
    background-size: contain;
    background-repeat: no-repeat;
    top: 8px;
    left: 10px;
}

div.messageiq_thedata div {
    background-color: #fff4f8;
    width: fit-content;
    padding: 5px 25px;
    border-radius: 25px;
}

div.messageiq_thedata {
    /* display: flex;
    justify-content: center; */
}

div.messageiq_usecase_img {
    margin-right: 0px !important;
}

div.messageIQ_usecase_crm_image {
    width: 8% !important;
}

div.messageIQ_usecase_crm_number div {
    width: fit-content !important;
    word-wrap: unset;
    padding: 0 !important;
    margin: 0px !important;
}

div.messageIQ_usecase_crm_number {
    max-width: fit-content;
    margin-right: 20px !important;
    padding-top: 15px;
}

div.usecase_crm_image {
    display: flex;
    align-items: start;
}

div.messageIQ_usecase_crm_label {
    padding-top: 15px;
}

.messageiq_herobanner_list ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.messageiq_herobanner_list li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 8px;
}

.messageiq_herobanner_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/check-mark-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

/* active sticky state */
#desktop_header {
    width: 100%;
    transition: all 0.3s ease;
}


#desktop_header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff0f6 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

div#header_menu_column {
    display: flex;
    align-items: center;
}

div.desktop_header_list_contain div ul li {
    line-height: normal !important;
    margin: 0 !important;
}

div.desktop_header_list_contain div ul li a {
    padding: 0px !important;
}

div.desktop_header_list_contain div ul li.messageiq_getstarted {
    background-color: #FF236F;
    padding: 8px 15px;
}

div.desktop_header_list_contain div ul li.messageiq_getstarted a {
    color: #fff !important;
}

ul#menu-get-started-menu {
    display: flex;
    align-items: center;
}

div#messageiq_thedata,
div#usecase_data,
div#team_usecase,
div#trust_security,
div#div_faq {
    display: flex;
    justify-content: center;
}

div.messageiq_everyteam_col_card {
    min-height: 250px;
}

div.messageiq_sms_card {
    min-height: 220px;
}

div.messageiq_section div.et_pb_text_inner p {
    color: #2a2a2a !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
}

div.messageiq_section {
    padding: 60px 0px !important;
}

div.messageIQ_column {
    padding: 0;
}

div.messageIQ_column .et_pb_text_inner {
    line-height: normal;
}

div.messageIQ_column div.messageiq_usecase_img {
    margin-bottom: 0px !important;
}

div.messageiq_section div.usecase_crm_image {
    padding: 20px 30px !important;
    display: flex;
    align-items: center;
}

div.messageIQ_usecase_crm_image {
    margin-right: 35px !important;
}

div.messageiq_section div.et_pb_text_inner p {
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
}

.your_crm_sec ul li:last-child {
    margin-bottom: 0;
}

div.message_iq_table_title h4 {
    padding: 10px 0px;
}

/* step */
/* SETUP */
.setup {
    background: white;
}

.steps {
    display: flex;
    justify-content: center;
    gap: 0;
    max-width: 1400px;
    margin: 0 auto 32px;
    position: relative;
}

.steps::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #fce4f3;
    z-index: -1;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
    z-index: 1;
}

.step-num {
    width: 56px;
    height: 56px;
    background: #e91e8c;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    box-shadow: 0 4px 14px rgba(233, 30, 140, .3);
}

.step p {
    font-size: 12px;
    color: #2a2a2a;
    text-align: center;
    max-width: 85%;
}

div.text-white h2,
div.text-white div {
    color: #fff !important;
}

div.messageiq_hero_section {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

div.number_counter_increment div.percent {
    margin-bottom: 0px !important;
}

div.number_counter_increment {
    display: flex;
    flex-direction: column-reverse;
}

div.number_counter_increment h3.title {}

div.number_counter_increment div.percent span {
    font-weight: 600;
}

div.number_counter_increment {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    max-width: 270px;
    padding: 15px 0px;
    border-radius: 25px;
}

div.messageid_realproblem_right {
    /* max-width: fit-content; */
    max-width: 440px;
}

div.messageiq_hubspotuser_left div {
    color: #020202;
    font-weight: 400;
    position: relative;
}

div.messageiq_hubspotuser_right div {
    font-weight: 400;
}

div.messageiq_hubspotuser_right div,
div.messageiq_hubspotuser_left div {
    font-size: 15px;
    line-height: normal;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-left: 55px;
}

div.messageiq_hubspotuser_left div:before {
    content: "";
    background-image: url("https://messageiq.wpengine.com/wp-content/uploads/2026/03/cross-circle-svgrepo-.svg");
    position: absolute;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 20px;
}

div.messageiq_hubspotuser_right div {
    position: relative;
}

div.messageiq_hubspotuser_right div:before {
    content: "";
    background-image: url("https://messageiq.wpengine.com/wp-content/uploads/2026/03/check-circle-svgrepo_color.svg");
    position: absolute;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 20px;
}

div.hubspot_User_page_smstool,
div.hubspot_User_page {
    background-color: #FBFBFB;
}

div.usecase_list_box ul {
    padding-left: 0;
    list-style-type: none;
    position: relative;
}

div.usecase_list_box ul li::before {
    content: "";
    background-image: url("https://messageiq.wpengine.com/wp-content/uploads/2026/03/check-circle-svgrepo_color.svg");
    background-size: contain;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
}

div.usecase_list_box ul li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    line-height: normal;
}

div.messageiq_roadmap_section {
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

div.number_counter_increment h3.title {
    padding-bottom: 0;
}

div.number_counter_increment div.percent p {
    margin-top: 0;
}

div.number_counter_increment div.percent p span {
    line-height: normal;
}

div.pricing_plan_label>div {
    line-height: normal;
    color: #2a2a2a;
    font-weight: 400;
}

div.pricing_plan_label_text div.et_pb_text_inner {
    background-color: #F9EEF3;
    padding: 9px 40px;
    min-width: 230px;
    border-radius: 15px;
    text-align: center;
}

div.pricing_plan_label_text div h6 {
    line-height: normal;
    padding-bottom: 0;
    color: #FF236F !important;
}

div.pricing_plan_label_text {
    display: flex;
    justify-content: center;
}

div.pricing_plan_lists ul {
    list-style-type: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px 80px 15px;
}

div.pricing_plan_lists ul li {
    color: #2a2a2a;
    font-weight: 400;
    position: relative;
    text-align: center;
    display: flex;
    padding-left: 30px;
}

div.pricing_plan_lists ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/check-mark-icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

div.pricing_plan_lists ul {
    /* text-align: center; */
}

div.pricing_plan_label>div {
    color: #FF236F;
    FONT-WEIGHT: 700;
}

div.plan_lable_desc {
    line-height: normal;
    font-weight: 400;
}

div.plan_lable_desc {
    line-height: normal;
    font-weight: 400;
}

span.text-light-black {
    color: #2a2a2a;
    font-weight: 500;
}

div.pricing_plan_card {
    position: relative;
}

div.popular_plan_label {
    background-color: #ff236f;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    padding: 10px 0px;
}

div.planner_title h3 {
    padding-bottom: 0px;
}

div.popular_plan_label>div {
    text-align: center;
}

div.most_popular_plan_class {
    padding-top: 35px;
}

div.pricing_plan_card {
    position: relative;
}

div.popular_plan_label {
    background-color: #ff236f;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
}

div.popular_plan_label>div {
    text-align: center;
}

div.most_popular_plan_class {
    padding-top: 35px;
}

div.days_validity {
    background-color: #FF236F;
    border-radius: 50px;
    height: 110px;
    width: 110px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.days_validity h5 {
    margin-bottom: 0 !important;
    line-height: normal;
    padding: 0;
}

div.text-white div.et_pb_text_inner>p {
    color: #fff !important;
}

div.moneyback_guarantee_text {
    color: #ffffff99 !important;
}

div.testimonial_text h5 {
    color: #fff;
}

div.testimonial_text_desc span.text-light-black {
    color: #dad5d580;
}

div.testimonial_text h5 {
    color: #fff;
}

div.testimonial_text_desc span.text-light-black {
    color: #dad5d580;
}

div.days_validity div.et_pb_text_inner>p {
    color: #ffff !important;
}

div.setup_step_count h3 {
    line-height: normal;
    border-radius: 72px;
    padding: 0;
    margin: 0;
    color: #fff;
}

div.setup_step_count>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #e8186d;
    border-radius: 50px;
}

div.setup_step_count {
    display: flex;
    justify-content: center;
}

div.messageiq_everyteam_col_card {
    margin-right: 40px !important;
}

div#faq_toggle_card div.et_pb_accordion_item {
    margin-bottom: 10px;
}

div.messageiq_change_text div {
    font-weight: 400;
}

li.industrypage_dropdown ::after {
    right: -15px !important;
    top: 2px !important;
}

ul.pricing_plan_benifits_list {
    list-style-type: none;
    display: flex;
    gap: 50px;
    justify-content: center;
}

ul.pricing_plan_benifits_list li.revenue_list_li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 25px;
    font-weight: 400;
}

ul.pricing_plan_benifits_list li.revenue_list_li::before {
    content: "";
    position: absolute;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/white_arrow-1.svg");
    width: 25px;
    height: 25px;
    background-size: contain;
    left: 0px;
    background-repeat: no-repeat;
    border: 0px !important;
}

div.messageiq_everyteam_col_card {
    padding-bottom: 0;
    min-height: 320px;
}

div.messageiq_industry_real_col_card {
    padding-bottom: 30px;
    min-height: 465px;
}

div.hubspot_user_usecase {
    min-height: 310px;
}

div.messageiq_hubspotuse_icon_box div.dtq-iconbox-inner {min-height: 180px;}

div.pricing_plan_card {
    min-height: 490px;
}

div.setup_minutes {
    min-height: 350px;
}

div.messageiq_sms_card.mesageiq_platform_feature_card {
    min-height: 310px;
}

div.messageiq_industry_autoglass_col_card.messageiq_everyteam_col_card {
    min-height: 600px;
}

div#messageiq_educationpage_platform_feature div div.messageiq_sms_card.mesageiq_platform_feature_card {
    min-height: 335px;
}

div#messageiq_education_automate div div.messageiq_everyteam_col_card {
    min-height: 630px;
}

div#msiq_backendby-crm-card div.messageiq_everyteam_col_card {
    min-height: 415px;
}

div#msgiq_platform_feature div.messageiq_sms_card.mesageiq_platform_feature_card {
    min-height: 345px;
}

div#msgiq_inside_sec div.hubspot_messageiq_inside > div.et_pb_module_inner div.dtq-iconbox-inner {
    min-height: 260px;
}

.iq-body ul li {
    position: relative;
}

.iq-body ul li::before {
    position: absolute;
}

.iq-body ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 25px;
    height: 25px;
    background-image: url("https://messageiq.io/wp-content/uploads/2026/03/arrow_tick.svg");
    background-size: contain;
    background-repeat: no-repeat;
}

.iq-body ul {
    list-style-type: none;
}

div.desktop_header_list_contain div ul li.messageiq_signin_btn {
    display: flex;
    align-items: center;
}

div#msgiq_home_trust_security .why_sales_list ul {
    grid-template-columns: auto auto auto auto auto;
}
@media screen and (max-width:1600px){

	div.setup_minutes {
		min-height: 400px;
	}	
	
	
}

@media screen and (max-width:1499px){
div.pricing_plan_lists ul {
    /* border: 1px solid; */
    padding: 0;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}	
	div.messageiq_industry_real_col_card {
		min-height: 520px;
	}
}



@media screen and (max-width:1280px){
	div#msgiq_home_trust_security .why_sales_list ul {
		grid-template-columns: auto auto auto;
	}
	
	div.setup_minutes {
		min-height: 395px;
	}
}

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

    div.hubspot_user_usecase, div.messageiq_hubspotuse_icon_box div.dtq-iconbox-inner, div.messageiq_sms_card.mesageiq_platform_feature_card, div#messageiq_educationpage_platform_feature div div.messageiq_sms_card.mesageiq_platform_feature_card {
        min-height:auto;
    }

    div.hubspot_messageiq_inside div.dtq-iconbox-inner,div.pricing_plan_card, div.setup_minutes, div.messageiq_industry_autoglass_col_card.messageiq_everyteam_col_card, div#messageiq_education_automate div div.messageiq_everyteam_col_card, div#msiq_backendby-crm-card div.messageiq_everyteam_col_card, div#msgiq_platform_feature div.messageiq_sms_card.mesageiq_platform_feature_card, div#msgiq_inside_sec div.hubspot_messageiq_inside > div.et_pb_module_inner div.dtq-iconbox-inner {
        min-height: auto !important;
    }

    div.messageiq_everyteam_col_card {
        padding-bottom: 30px;
        min-height: auto;
    }

    div.messageiq_industry_real_col_card {
        min-height: auto;
    }

    ul.pricing_plan_benifits_list {
        display: block;
        text-align: center;
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 10px;
    }

    ul.pricing_plan_benifits_list li.revenue_list_li {
        font-size: 16px;
    }




    div.messageiq_everyteam_col_card {
        min-height: auto;
    }

    div.messageiq_section {
        padding: 30px 0px !important;
    }

    div.messageiq_sms_card {
        min-height: auto;
    }

    div.messageiq_thedata {
        display: flex;
        justify-content: center;
    }

    div.messageiq_crm_heading_subtext div:before {
        width: 20px;
        height: 20px;
    }

    div.messageiq_crm_heading_subtext {
        display: flex;
        justify-content: center;
    }

    div.get_sms_button {
        margin-bottom: 15px;
    }

    .why_sales_list ul {
        display: block;
        padding: 0;
    }

    div.messageiq_number_counter div.percent {
        height: auto;
        margin-bottom: 0px !important;
    }

    div.messageiq_number_counter div.percent p {
        line-height: normal;
    }

    div.usecase_crm_image {
        display: block !important;
    }

    div.usecase_crm_image div.messageIQ_usecase_crm_image {
        width: auto !important;
        margin-right: 10px !important;
        margin-bottom: 10px !important;
    }

    img.wp-image-250721 {}

    div.messageiq_usecase_img img {
        width: 50px !important;
    }


    div.messageIQ_usecase_crm_label {
        padding-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .crm-list ul {
        justify-content: center;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .crm-list span.icon {
        display: none;
    }

    .crm-list li::before {
        content: "•";
        margin: 0 8px;
        color: #999;
    }

    .comparison-mobile {
        display: none;
    }

    .feature {
        background: #ffe5ee;
        border-radius: 10px;
        padding: 15px;
        margin-bottom: 15px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    }

    .feature h4 {
        margin-bottom: 10px;
        font-size: 16px;
    }

    .tool {
        display: flex;
        justify-content: space-between;
        padding: 8px 0;
        border-top: 1px solid #eee;
    }

    .check {
        color: #ff2d7a;
        font-weight: bold;
    }

    .cross {
        color: #ccc;
    }

    .highlight {
        font-weight: 600;
    }

    .desktop-table {
        display: none;
    }

    .comparison-mobile {
        display: block;
    }

    li.get_started_mobile {
        background: #FF236F;
        color: #fff !important;
    }

    li.get_started_mobile a {
        color: #fff !important;
    }

    .messageiq_herobanner_list li::before {
        display: none;
    }

    .messageiq_herobanner_list ul {
        display: block;
        gap: 35px;
        justify-content: space-around;
    }

/*     .messageiq_herobanner_list ul li span.text-pink {
        font-size: 35px;
    } */

    .messageiq_herobanner_list ul li {
        padding: 0;
/*         display: flex;
        flex-direction: column; */
    }

    div.solution_tech_list ul {
        display: grid;
        grid-template-columns: auto auto;
        padding: 0;
        margin: 0;
        gap: 15px;
    }

    div.solution_tech_list ul li {
        background: #ffe5ee;
        padding-left: 10px;
    }

    div.hero_banner_content_column {
        margin-bottom: 0;
    }

    div.list_hubspot_feature ul {
        display: grid;
        justify-content: center;
    }

    div#messageiq_mobile_menu div.mobile_nav ul li.get_started_mobile a {
        color: #fff !important;
    }

    div#mobile_header_menu.is-sticky {
        position: fixed;
        background: #f7e6ec;
    }

    div#mobile_menu_header {
        display: flex;
        align-items: center;
    }

    div#messageiq_logo_mobile {
        margin-bottom: 0;
    }

    div#messageiq_mobile_menu .mobile_menu_bar {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    div.why_sales_list ul {
        display: grid;
        justify-content: center;
        grid-template-columns: auto;
    }

    ul#mobile_menu3 {
        border-top: 0;
    }

    div.hubspot_user_list .messageiq_herobanner_list .hero-checklist {
        display: block;
    }

    div.hubspot_user_list .messageiq_herobanner_list .hero-checklist li {
        position: relative;
        display: inline-block;
        padding-left: 35px;
    }

    div.hubspot_user_list .messageiq_herobanner_list .hero-checklist li::after {
        content: '';
        background-image: url("https://messageiq.io/wp-content/uploads/2026/03/check-mark-icon.svg");
        position: absolute;
        background-size: contain;
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        left: 0px;
    }

    div.messageiq_hubspot_user_btn .dtq-module.dtq-dual-btn {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    div.pricing_plan_lists ul {
        padding: 5px 55px 20px;
    }

    div.pricing_plan_label h6 {
        font-size: 40px;
        line-height: normal;
    }

    div.days_validity {
        /* justify-content: center; */
        /* width: 100%; */
    }

    div.days_validity {
        background-color: transparent;
        width: 100%;
    }

    div.days_validity .et_pb_text_inner {
        background-color: #FF236F;
        border-radius: 50px;
        height: 110px;
        width: 110px;
        text-align: center;
        vertical-align: middle;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    div.messageiq_everyteam_col_card {
        margin-right: 0px !important;
    }


    /* Mobile sticky header */
    #mobile_header {
        position: relative;
        transition: all 0.3s ease;
    }

    #mobile_header.mobile-fixed-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }

    /* optional shadow */
    #mobile_header.mobile-fixed-header {
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    }
	
	.messageiq_herobanner_list {
    background-color: #fff4f8;
    margin-bottom: 10px;
    border-radius: 5px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.messageiq_herobanner_list li:last-child {
    margin-bottom: 0;
}

.messageiq_herobanner_list ul li {
    font-size: 14px;
    margin-bottom: 0;
}
	
	div#msgiq_home_trust_security .why_sales_list ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}
}