h2 i {
    color: #2669e8;
}
.table_design {
    margin-top: 0;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 50px -20px rgba(11, 19, 58, .18);
    overflow-x: auto;
}
.table_design tr th {
    background: #2669e8;
    color: #fff;
    font-size: 14px;
    padding: 15px 10px !important;
    line-height: 24px;
}
.table_design tr td:first-child {
    background: #f7f8fc;
}
.table_design tr td {
    background: #fff !important;
    padding: 15px 10px !important;

}
.table_design tr td:first-child span {
    font-weight: bold !important;
}
.hero-grid-bg .row-bg-wrap .row-bg-overlay{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: linear-gradient(#dcdcdc 1px, transparent 1px), linear-gradient(90deg, #dcdcdc 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.2;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #eef2ff;
    border: 0;
    border-radius: 100px;
    padding: 9px 1rem;
    font-size: 0.75rem;
    color: #2669e8;
    margin-bottom: 0 !important;
    width: fit-content;
    line-height: 1;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.hero-badge span.badge_space {
    margin: 0 5px;
}
.hero-badge .dot-live {
width: 6px;
    height: 6px;
    background-color: #8BC34A;
    border-radius: 50%;
    animation: pulse-color 2s infinite alternate;
}

@keyframes pulse-color {
  0% {
    background-color: #8BC34A; /* Start color */
  }
  100% {
    background-color: #cbe5ae; /* End color */
  }
}

.hero_section h1 {
    font-size: 53px;
    font-weight: 800;
    line-height: 59px;
    font-style: normal;
}

.hero_section h1 i {
    color: #2669e8;
}


.hero_section .wpb_text_column {
    margin-bottom: 30px !important;
    width: 95%;
}
.trust-row {
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    align-items: center;
}
.trust-pill {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: #4a5578;
    margin-top: 20px;
}
.stars {
    color: #f59e0b;
    letter-spacing: -1px;
}
.hero-grid-bg .row-bg-wrap .row-bg-overlay:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0 !important;
    left: 0 !important;
    inset: 0;
    background: radial-gradient(ellipse 55% 60% at 5% 40%, rgb(255 255 255 / 80%) 0%, #ffffff00 65%), radial-gradient(ellipse 35% 50% at 95% 20%, rgb(255 255 255 / 60%) 0%, #ffffff1f 60%);
    pointer-events: none;
}

.milestone_section h2 {
    margin-bottom: 5px;
}
.milestone_section .subject {
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 400;
    letter-spacing: 0 !important;
    color: #ffffffbf;
}
.milestone_section .wpb_column.column_container {
    border-right: 1px solid #ffffff17;
}


.milestone_section .wpb_column.column_container:last-child {
    border-right: 0px solid #ffffff17;
}
h4.section-tag {
    font-size: 12px !important;
    line-height: 18px !important;
    margin-bottom: 12px !important;
    text-transform: uppercase;
}

.compare-mini .vc_column-inner {
    box-shadow: 0 1px 3px rgba(15, 22, 35, 0.07), 0 4px 16px rgba(15, 22, 35, 0.06) !important;
    border-radius: 10px;
}
.without_pg ul li {
    color: #4a5578;
    padding: 0.2rem 0;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    text-transform: none;
    list-style: none;
}
.without_pg ul li:before {
    content: "✗";
    margin-right: 8px;
    color: #ef4444;
}

.without_pg ul li:first-child {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #ef4444;
    text-transform: uppercase;
}
.without_pg ul {
    margin: 0;
}
.with_pg ul li:before {
    content: "✓";
    color: #0ea870;
}
.with_pg ul li:first-child {
    color: #0ea870;
}

.compare-mini .step-code {
    margin-top: 1rem;
    background: #f7f8fc;
    border: 1px solid #e2e5f0;
    border-radius: 7px;
    padding: 0.65rem 1rem;
}
.compare-mini .step-code p{
    color: #3d6ef8;
    font-size: 12px !important;
    line-height: 18px !important;
}
.compare-mini .wpb_text_column p {
    font-size: 14px;
    line-height: 23px;
}
.doorstep_border .vc_col-sm-3:hover .vc_column-inner, .doorstep_border .vc_col-sm-4:hover .vc_column-inner, .doorstep_border .vc_col-sm-6:hover .vc_column-inner {
    border: 1px solid #2669e8 !important;
    box-shadow: 0 8px 30px rgba(61, 110, 248, 0.12);
    transform: translateY(-3px);
}
.doorstep_border .vc_col-sm-3 .vc_column-inner, .doorstep_border .vc_col-sm-4 .vc_column-inner, .doorstep_border .vc_col-sm-6 .vc_column-inner {
transition: all 0.25s;
}


.doorstep_border .vc_col-sm-4 h3.step_number {
    background: #3d6ef8;
    display: table;
    border-radius: 10px;
    color: #fff;
    font-size: 16px !important;
    padding: 2px 10px;
    text-align: center !important;
    width: 44px;
    height: 36px;
        margin-bottom: 20px;

}

.doorstep_border .vc_col-sm-4:nth-child(2) h3.step_number {
    background: #5b21b6;
}
.doorstep_border .vc_col-sm-4:nth-child(3) h3.step_number {
    background: #0284c7;
}
.compare-mini .img-with-aniamtion-wrap.center .hover-wrap {
    margin: 0;
}
.usecases_section .iwithtext .iwt-text h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    color: #0f1623;
    margin-bottom: 6px;
}
.usecases_section .iwithtext .iwt-text p {
    font-size: 13px;
    line-height: 21px;
    font-weight: 400;
    color: #4a5578;
   
}
.usecases_section .iwithtext .iwt-icon {
    width: 50px;
    height: 50px;
    background: #eef2ff;
    border: 1.5px solid #3d6ef826;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.usecases_section .iwithtext .iwt-text {
    padding-left: 75px;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: 0;
    overflow: hidden;
    border: 0px solid #e2e5f0 !important;
    background-color: transparent !important;
}
.compare-table th {
    background: #f7f8fc;
    font-weight: 700;
    color: #4a5578;
    font-size: 0.8rem;
}
.compare-table th, .compare-table td {
    padding: 0.95rem 1.5rem !important;
    text-align: left;
    border-bottom: 1px solid #e2e5f0;
    font-size: 0.87rem;
    border-right: 0 !important;
    background-color: #f7f8fc !important;
}
.compare-table th.highlight {
    color: #fff;
    background: #3d6ef8 !important;
}
.compare-feature {
    color: #0f1623;
    font-weight: 500;
    border-left: 0 !important;
}
.compare-table td.highlight {
    background: rgba(61, 110, 248, 0.04);
    color: #0f1623;
    font-weight: 600;
    border-left: 2px solid #3d6ef8 !important;
    border-right: 2px solid #3d6ef8 !important;
}
.compare-table .check {
    color: #0ea870;
    font-size: 1rem;
    font-weight: 700;
}
.compare-table tr:last-child td.highlight {
    border-bottom: 2px solid #3d6ef8;
    border-radius: 0 0 0 0;
}
.compare-table tr:hover td {
    background: #eef2ff !important;
}
.plain_prices_design .wpb_text_column.wpb_content_element {
    margin-bottom: 15px;
    min-height: auto;
}
.f_min_helight {
    min-height: 240px;
}
.plain_prices_design .nectar-fancy-ul ul {
    margin-bottom: 0;
    column-count: 2;
}
.button_margin_left_right a.nectar-button.large.regular {
    margin: 0 10px;
}
.faq_section .toggles h3 a {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    font-size: 14px;
    color: #0f1623 !important;
    font-weight: 600;
    line-height: 24px;
}
.faq_section .toggles .wpb_text_column p {
    font-size: 15px;
    line-height: 23px;
}
.faq_section div[data-style*="minimal"] .toggle h3 i {
    border: 2px solid transparent !important;
}
.faq_section div[data-style="minimal"] .toggle[data-inner-wrap="true"] > div .inner-toggle-wrap {
    padding: 0 70px 20px 0;
}
.feature_details_box {
    background: #fff;
    border: 1.5px solid #e2e5f0;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 22, 35, 0.10);
}
.feature_details_box h4.vc_custom_heading {
    background: #f7f8fc;
    padding: 1rem 25px;
    border-bottom: 1px solid #e2e5f0;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 20px;
    color: #4a5578;
    font-weight: 600;
}


.feature_details_box .wpb_text_column {
    padding: 20px 25px;
}
.feature_details_box .wpb_text_column strong {
    display: inline-block;
    background: #eef2ff;
    color: #3d6ef8;
    border: 1px solid rgba(61, 110, 248, 0.2);
    border-radius: 6px;
    padding: 4px 12px;
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
}

.feature_details_box .wpb_text_column h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 32px;
    color: #0f1623;
    margin-bottom: 2px;
}
.feature_details_box .wpb_text_column p {
    font-size: 14px;
    line-height: 23px;
    padding-bottom: 15px;
}
.feature_details_box .wpb_text_column ul li:before {
    content: "✓";
    color: #0ea870;
    margin-right: 10px;
}
.feature_details_box .wpb_text_column ul {
    margin:0;
    padding:0;
}
.feature_details_box .wpb_text_column ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #4a5578;
    list-style: none;
    margin-bottom: 10px;
}
.feature_details_section .tabbed[data-style*="vertical"] .wpb_tabs_nav {
    width: 45% !important;
    padding-right: 2%;
}
.feature_details_section .tabbed[data-style*="vertical"] >div {
    width: 55% !important;
}
.feature_details_section ul.wpb_tabs_nav.ui-tabs-nav li a {
    background: transparent;
    border-bottom: 1px solid #e3e3e3;
    color: #4a5578;
    font-size: 15px;
    line-height: 24px;
    font-weight: 600;
    padding: 15px 0 15px 0;
}
.feature_details_section ul.wpb_tabs_nav.ui-tabs-nav li:hover a {
    color: #3d6ef8;
}
.feature_details_section ul.wpb_tabs_nav.ui-tabs-nav li a.active-tab {
    color: #3d6ef8;
}
.feature_details_section ul.wpb_tabs_nav.ui-tabs-nav li a:after {
    content: "›";
    position: absolute;
    right: 10px;
}
.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
    line-height: 21px !important;
    font-size: 13px !important;
}
.plain_prices_design a.nectar-button.small.regular {
    color: #fff;
    border: 0px solid #C2C2C2;
    background: linear-gradient(to right, rgba(65, 131, 254, 1) 0%, rgba(35, 102, 225, 1) 100%) !important;
    top: 15%;
    position: absolute;
    right: 4%;
    
}
.plain_prices_design a.nectar-button.small.regular:hover {
    background: linear-gradient(to right, rgba(65, 131, 254, 1) 0%, rgba(35, 102, 225, 1) 100%) !important;
    color: #fff;
    border: 0px solid #407BFF;
    box-shadow: none ! Important;
}


.nectar_single_testimonial:before {
    content: "★★★★★";
    display: block;
    border: 0;
    position: relative;
    font-style: normal;
    margin-bottom: 10px;
        color: #f59e0b;

}
.testimonial_section .nectar_single_testimonial {
    box-shadow: 0px 0px 3px rgba(15, 22, 35, 0.07), 0 4px 16px rgba(15, 22, 35, 0.06) !important;
    border-radius: 10px;
    background: #fff;
    padding: 25px 30px 30px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4a5578;
    font-style: italic;
    border: 1px solid #efefef;
}
.testimonial_section .nectar_single_testimonial span {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    color: #0f1623;
}

.testimonial_section .nectar_single_testimonial span.title {
    color: #9099bb;
    font-size: 12px;
    font-weight: 400;
}
.testimonial_section .nectar_single_testimonial span.open-quote {
    display: none;
}

.testimonial_section .carousel-wrap .control-wrap .item-count{
    display:none;
}
.ready_contact_section {
    border-bottom: 1px solid #d5dbf3;
}

.ready_contact_section .trust-row .trust-pill {
    margin-top: 0;
}
.ready_contact_section .trust-row {
    display: inline-flex;
    margin: auto;
}
.ready_contact_section a.nectar-button.large {
    min-width: 195px;
}

.code_tabs .tabbed {
    background: #fff;
    border: 1.5px solid #e2e5f0;
    border-top: none;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(15, 22, 35, 0.10);
}
.code_tabs ul.wpb_tabs_nav.ui-tabs-nav {
    border-bottom: 2px solid #e2e5f0 !important;
    background: #f7f8fc;
    border-radius: 12px 12px 0 0;
    border: 1.5px solid #e2e5f0;
    border-bottom: none;
    overflow: hidden;
    margin: 0;
}


.code_tabs .tabbed .wpb_text_column:last-child {
    border-bottom: 0px solid #ccc;
    background:#f0faf5;
    }
    
.code_tabs .tabbed .wpb_text_column {
    padding: 30px 40px 30px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    background: #fafbff;
}  
  .code_tabs ul.wpb_tabs_nav.ui-tabs-nav li a {
    background: transparent;
    font-size: 14px;
    border: 0;
    padding: 5px 15px;
}
.code_tabs ul.wpb_tabs_nav.ui-tabs-nav li a.active-tab {
    background: #fff;
    color: #2669e8;
    border-bottom: 2px solid #2669e8;
}
.code_tabs .send_letter {
    background: #f7f8fc !important;
    padding: 0.7rem 1.2rem !important;
    display: table;
    border-bottom: 1px solid #e2e5f0;
    text-align: center;
    width: 100%;
    color: #9099bb;
    font-size: 14px !important;
}
.send_letter:after {
    content: "";
    width: 100px;
    height: 10px;
    background: url(https://www.postgrid.com/wp-content/uploads/2026/03/img_dot.png);
    background-size: contain;
    position: absolute;
    left: 20px;
    top: 20px;
    background-repeat: no-repeat;
}
.send_letter a.copy_code {
    background: #fff;
    padding: 3px 13px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1;
    float: right;
    position: relative;
    top: 3px;
    display: table;
}
.client-logos-wrap .hover-wrap {
    margin: 0;
}
.usecases_section .iwithtext .iwt-icon img {
    margin: 0;
}
.without_pg h3 {
    font-size: 22px !important;
}
.hipaa_trust_four .iwithtext .iwt-text {
    font-size: 14px;
    line-height: 24px;
}
.hipaa_trust_four .iwithtext .iwt-icon img {
    margin: 0 !important;
}
.hipaa_trust_four .iwithtext .iwt-icon {
    width: 45px;
    height: 45px;
    background: #eef2ff;
    border: 1.5px solid #3d6ef826;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px;
}

.Industry_numbers .nectar-milestone {
    text-align: left;
    padding: 4px 10px;
}
.Industry_numbers .nectar-milestone .subject {
    font-size: 14px;
    line-height: 20px;
}
.Industry_numbers .nectar-milestone .number.default h2 span {
    color: #2669e8;
}
.Industry_right_list .wpb_text_column h3 {
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
    align-items: center;
    display: flex;
    color: #000;
}
.Industry_right_list .wpb_text_column h3 img {
    background: #e8f0fe !important;
    padding: 6px !important;
    width: 30px !important;
    height: 30px !important;
    border-radius: 5px;
    margin-right: 10px !important;
}
.Industry_right_list .wpb_text_column p {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
}
.Industry_right_list ul li {
    list-style: none;
    font-size: 11px;
    background: #f7f9fc;
    margin: 0 5px 0 0;
    border-radius: 40px;
    padding: 7px 12px;
    border: 1px solid #cccccc30;
    line-height: 1;
}
.Industry_right_list ul {
    margin: 0;
    list-style: inside;
    display: flex;
}
.Industry_lefticon .iwithtext .iwt-text .exp-timeline-year {
    font-size: 11px;
    text-transform: uppercase;
    color: #2669e8;
    line-height: 1.4;
    font-weight: 600;
}
.Industry_lefticon .iwithtext .iwt-text h4 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.Industry_lefticon .iwithtext .iwt-text p {
    font-size: 13px;
    line-height: 23px;
    color: #6b7a96;
}
.Industry_lefticon .iwithtext .iwt-icon {
    background: #fff;
    padding: 4px 10px 1px;
    border-radius: 100px;
    border: 1px solid #2669e8;
}
.Industry_lefticon .iwithtext .iwt-icon i {
    font-size: 16px;
    width: 15px;
    height: 15px;
    line-height: 10px;
}
.Industry_lefticon .wpb_wrapper:after {
    content: "";
    height: 83%;
    width: 1px;
    background: #00000014;
    position: absolute;
    top: 0;
    left: 19px;
    z-index: -9;
}


.round_pg_list ul li {
    list-style: none;
    font-size: 11px;
    background: #f7f9fc;
    margin: 0 5px 0 0;
    border-radius: 40px;
    padding: 7px 12px;
    border: 1px solid #cccccc30;
    line-height: 1;
}
.round_pg_list ul {
    margin: 0;
    list-style: inside;
    display: flex;
}
.round_pg_list .img-with-aniamtion-wrap {
    width: 50px;
    height: 50px;
    background: #eef2ff;
    border: 1.5px solid #3d6ef826;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.round_pg_list .img-with-aniamtion-wrap img {
    width: 55px !important;
}
.listnumber_infrastructure ul li {
    list-style: none;
    padding-left: 55px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
	position:relative;
	counter-increment: my-awesome-counter;
}
.listnumber_infrastructure ul {
    margin: 0;
}
.listnumber_infrastructure ul li:before {
    content: counter(my-awesome-counter) "";
    position: absolute;
    left: 0;
    background: #e8f0fe;
    padding: 1px 0px;
    border-radius: 10px;
    color: #2669e8;
    font-weight: 600;
    width: 36px;
    text-align: center;
    height: 31px;
    display: table;
    top: 8px;
    line-height: 34px;
}
.certifications_section img {
    width: 40px !important;
}
.certifications_section .hover-wrap {
    margin-bottom: 8px;
}
.certifications_section .wpb_text_column {
    font-size: 15px;
    line-height: 22px;
}
.certifications_fontsmall .iwithtext {
    font-size: 15px;
    line-height: 22px;
}
.certifications_fontsmall .wpb_text_column {
   font-size: 15px;
    line-height: 22px;
}
.certifications_fontsmall .iwithtext .iwt-icon {
    top: 10px;
}
.FullyAutomated_section .vc_col-sm-3, .FullyAutomated_section .vc_col-sm-4 {
    border-right: 1px solid #e2e8f0;
    font-size: 15px;
    line-height: 26px;
}

.FullyAutomated_section .vc_col-sm-3:last-child, .FullyAutomated_section .vc_col-sm-4:last-child{
	border-right:0;

}
.FullyAutomated_section .vc_col-sm-3 h3, .FullyAutomated_section .vc_col-sm-4 h3{
font-size: 44px;
    font-weight: 800;
    color: #e8f0fe;
    line-height: 1;
}
.FullyAutomated_section .vc_col-sm-3 .vc_column-inner:hover, .FullyAutomated_section .vc_col-sm-4 .vc_column-inner:hover {
    background: #f7f8fc87;
}
.green_check_icon ul {
    margin: 0;
    padding: 0;
}
.green_check_icon ul li {
   font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #4a5578;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
	    text-align: left;

}
.green_check_icon ul li:before {
    content: "✓";
    color: #0ea870;
    position: absolute;
    left: 0;
    top: 1px;
}

.red_x_icon ul {
    margin: 0;
    padding: 0;
}
.red_x_icon ul li {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    color: #4a5578;
    list-style: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
	    text-align: left;

}
.red_x_icon ul li:before {
    content: "✗";
    color: #FCA5A5;
    position: absolute;
    left: 0;
    top: 1px;
}
.letter_top p {
    background: #fff;
    border: 1.5px solid #3d6ef826;
    border-radius: 60px;
    display: table;
    padding: 6px 10px !important;
    font-size: 10px;
    line-height: 1;
    text-align: left;
}
.letter_section .vc_col-sm-4 .vc_column-inner {
    background: #eef3ff8c;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 22px;
}
.letter_section .img-with-aniamtion-wrap img {
    border-radius: 10px;
    border: 1px solid #cccccc73;
}



.bannerright_check ul {
    margin: 0;
    padding: 0;
}
.bannerright_check ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    color: #4a5578;
    list-style: none;
    margin-bottom: 10px;
    background: #eef2ff;
    border-radius: 100px;
    padding: 5px 15px 5px 10px;
    display: inline-block;
}
.bannerright_check ul li:before {
    content: "✓";
    color: #0ea870;
    margin-right: 10px;
}
.left_blueborder .vc_column-inner {
    border-left: 2px solid #2467e2 !important;
    font-size: 15px;
    line-height: 26px;
}

.left_blueborder strong {
    font-weight: 500;
    font-size: 13px;
}
.left_blueborder p {
    padding-bottom: 12px;
}
.font_16px {
    font-size: 15px;
    line-height: 26px;
}
.u_title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    opacity: 0.6;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}
.green_check_icon .uppercase {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    color: #77b255;
}
.red_x_icon .uppercase {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    color: #dd2e44;
}
.round_pg_icons .img-with-aniamtion-wrap {
    width: 50px;
    height: 50px;
    background: #eef2ff;
    border: 1.5px solid #3d6ef826;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.round_pg_icons .img-with-aniamtion-wrap img {
    width: 55px !important;
}
.left_blueborder_mailing .vc_column-inner {
    border-left: 2px solid #2467e2 !important;
    font-size: 15px;
    line-height: 26px;
    transition: all 0.25s;
}
.left_blueborder_mailing .vc_column-inner:hover {
 transform: translateY(-3px);
box-shadow: 0 1px 3px rgba(15, 22, 35, 0.07), 0 4px 16px rgba(15, 22, 35, 0.06) !important;
 }
.left_blueborder_mailing h3 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    line-height: 1 !important;
}
.left_blueborder_mailing p {
    padding: 0;
}
.left_blueborder_mailing strong {
    color: #2467e2;
    float: right;
}
.right_blueborder_mailing h3 {
    font-size: 16px !important;
    margin-bottom: 10px !important;
    line-height: 1 !important;
}
.right_blueborder_mailing .vc_column-inner {
    font-size: 15px;
    line-height: 26px;
	transition: all 0.25s;
}
.right_blueborder_mailing strong {
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 21px;
    color: #e97c7c;
    list-style: none;
    margin-bottom: 10px;
    background: rgb(239 68 68 / 5%);
    border-radius: 100px;
    padding: 5px 15px 5px 10px;
    display: inline-block;
    margin-top: 10px;
    border: 1px solid rgb(239 68 68 / 8%);
}
.right_blueborder_mailing .vc_column-inner:hover {
 transform: translateY(-3px);
box-shadow: 0 1px 3px rgba(15, 22, 35, 0.07), 0 4px 16px rgba(15, 22, 35, 0.06) !important;
 }
.green_compliant strong {
    color: #2b8d4e;
    background: #4ade800d;
    border: 1px solid #2b8d4e47;
}
.left_blueborder_mailing_red .vc_column-inner {
    border: 1px solid rgba(233, 124, 124, 0.5) !important;
}
.left_blueborder_mailing_red .wpb_text_column .wpb_wrapper h2 {
    margin-right: 20px;
    color: #ca6e71;
}
.left_blueborder_mailing_red .wpb_text_column .wpb_wrapper div {
    display: table-cell;
    vertical-align: middle;
    align-items: center;
}
.left_blueborder_mailing_table p {
    padding-bottom: 10px;
}
.left_blueborder_mailing_table table tr, .left_blueborder_mailing_table table tr td {
    background: #fff !important;
    border: 0 !important;
    padding: 0 !important;
}
.left_blueborder_mailing_table table {
    border: 0 !important;
}
.operationsteams_section .iwithtext .iwt-text p {
    font-size: 13px;
    line-height: 22px;
}
.operationsteams_section .iwithtext .iwt-text h3 {
    font-size: 18px;
    line-height: 25px;
}
.operationsteams_section .iwithtext .iwt-icon {
    width: 50px;
    height: 50px;
    background: #eef2ff;
    border: 1.5px solid #3d6ef826;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.operationsteams_section .iwithtext .iwt-icon img {
    margin: 0;
}
.operationsteams_section .iwithtext .iwt-text {
    padding-left: 70px;
}
.banner_twobox p {
    font-size: 13px;
    color: #9099bb;
}
.banner_twobox h3 {
    margin: 0 !important;
    font-size: 24px !important;
    line-height: 26px !important;
}
.ul_api_lists ul li {
    background: #fff;
    border: 1.5px solid #e2e5f0;
    border-radius: 10px;
    padding: 12px 1.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 1px 3px rgba(15, 22, 35, 0.07), 0 4px 16px rgba(15, 22, 35, 0.06);
    margin-bottom: 10px;
}
.ul_api_lists ul {
    margin: 0;
    list-style: none;
}
.ul_api_lists ul li strong {
    color: #2568e3;
}

.doorstep_border_five .column_container:hover .vc_column-inner{
    border: 1px solid #2669e8 !important;
    box-shadow: 0 8px 30px rgba(61, 110, 248, 0.12);
    transform: translateY(-3px);
}
.doorstep_border_five .column_container .vc_column-inner{
transition: all 0.25s;
}


.doorstep_border_five .column_container h3.step_number {
    background: #3d6ef8;
    display: table;
    border-radius: 10px;
    color: #fff;
    font-size: 16px !important;
    padding: 2px 10px;
    text-align: center !important;
    width: 44px;
    height: 36px;
        margin-bottom: 20px;

}

.doorstep_border_five .column_container:nth-child(2) h3.step_number {
    background: #5b21b6;
}
.doorstep_border_five .column_container:nth-child(3) h3.step_number {
    background: #0284c7;
}
.doorstep_border_five .column_container:nth-child(4) h3.step_number {
    background: #0ea870;
}
.doorstep_border_five .column_container:nth-child(5) h3.step_number {
    background: #d97706;
}
.healthcare_technology_number ul li {
    list-style: none;
    font-size: 12px;
    line-height: 18px;
    color: #9099bb;
}
.healthcare_technology_number ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
    margin: 0;
    list-style: none;
}
.healthcare_technology_number ul li strong {
    color: #2467e2;
}
.healthcare_technology_number ul li h3 {
    font-size: 22px !important;
    line-height: 1 !important;
}
.stack_list ul li {
    background: #f7f8fc;
    border: 1px solid #cdd1e8;
    border-radius: 100px;
    padding: 0.2rem 0.7rem;
    font-family: var(--font-mono);
    font-size: 0.68rem;
    color: #4a5578;
    font-weight: 500;
    list-style: none;
    line-height: 1.6;
}
.stack_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0;
}
.stack_list p {
    padding-bottom: 5px;
    text-transform: uppercase;
    font-size: 12px;
    color: #939cbd;
}
.list_three_blue ul li {
    list-style: none;
    background: #eef2ff;
    border-radius: 10px;
    padding: 10px 15px;
    border: 1px solid rgba(61, 110, 248, 0.15);
    width: 33%;
}

.list_three_blue ul {
    margin: 0;
    display: flex;
    gap: 0.6rem;
    text-align: center;
}
.list_three_blue ul li h3 {
    color: #2568e3;
    margin: 0 !important;
    font-size: 22px !important;
    line-height: 1 !important;
}
.list_three_blue ul li p {
    font-size: 12px !important;
    color: #979797;
}
.fivestar_icon {
    float: right;
    color: #f59e0b;
}
.box_shownormal.wpb_column[data-shadow="small_depth"] > .vc_column-inner > .column-bg-overlay-wrap {
    box-shadow: 0 4px 24px rgba(15, 22, 35, 0.10) !important;
}
.rating_5starlist ul {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.rating_5starlist ul li {
    list-style: none;
    border-right: 1px solid #ccc;
    padding: 0 40px 0 10px !important;
}
.rating_5starlist ul li strong {
    color: #f59e0b;
    font-weight: 100;
}
.rating_5starlist ul li h3 {
    font-size: 24px !important;
    line-height: 1 !important;
    padding: 5px 0 0 0;
    margin: 0 !important;
}
.rating_5starlist ul li p {
    color: #9099bb;
}
.industries_icon_section .wpb_text_column {
    font-size: 15px;
    line-height: 24px;
}
.industries_icon_section .vc_column-inner {
	    transition: all 0.25s;
}
.industries_icon_section .vc_column-inner:hover {
    border: 1px solid #2669e8 !important;
    box-shadow: 0 8px 30px rgba(61, 110, 248, 0.12);
    transform: translateY(-3px);
}
.industries_icon_section .iwithtext .iwt-icon i {
    font-size: 22px;
}
.industries_icon_section .iwithtext .iwt-icon {
    background: #e3ecff;
    padding: 5px;
    border-radius: 5px;
    top: -5px;
}
.ranked_section h3 {
    font-size: 37px !important;
    font-weight: 400 !important;
    margin-bottom: 10px !important;
    display: table;
    color: #2569e6;
}
.ranked_section h3:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #2569e6;
    display: table;
    margin-top: 10px;
}
.ranked_section .nectar-fancy-ul {
    font-size: 16px;
}
.ranked_section {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 50px !important;
    margin-bottom: 50px !important;
}

.ranked_bottom {
    padding: 14px 16px;
    background: #f7f9ff;
    border: 1px dashed #c8d5f4;
    border-radius: 10px;
}
.ranked_head {
    padding-left: 65px;
    margin-bottom: 10px !important;
}
.ranked_head:before {
    content: "01";
    position: absolute;
    left: 0;
    width: 46px;
    height: 46px;
    border-radius: 13px;
    background: linear-gradient(135deg, #eef3ff 0%, #dce8ff 100%);
    color: #2669e8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 8px 18px rgba(38, 105, 232, .14);
    top: 2px;
}
.ranked_head h3 {
    font-size: 24px !important;
    color: #000;
    line-height: 1 !important;
    margin-bottom: 3px !important;
}
.ranked_head p {
    color: #2669e8;
    font-weight: bold;
    font-size: 13px !important;
}
.ranked_one .vc_col-sm-6:nth-child(2) .ranked_head:before {
    content: "02";
}

.ranked_two .vc_col-sm-6:nth-child(1) .ranked_head:before {
    content: "03";
}
.ranked_two .vc_col-sm-6:nth-child(2) .ranked_head:before {
    content: "04";
}
.ranked_three .vc_col-sm-6:nth-child(1) .ranked_head:before {
    content: "05";
}
.ranked_three .vc_col-sm-6:nth-child(2) .ranked_head:before {
    content: "06";
}
.ranked_four .vc_col-sm-6:nth-child(1) .ranked_head:before {
    content: "07";
}
.ranked_four .vc_col-sm-6:nth-child(2) .ranked_head:before {
    content: "08";
}
.ranked_five .vc_col-sm-6:nth-child(1) .ranked_head:before {
    content: "09";
}
.ranked_five .vc_col-sm-6:nth-child(2) .ranked_head:before {
    content: "10";
}

/* tab code CSS */

.tab-code-highlight .tabbed[data-style*="vertical"] >div {
    background: #fafafa;
    box-shadow: 3px 0px 10px #ccc;
}
code.language-JavaScript, .block-highlight-code code {
    color: rgb(35 101 223);
}


/* tab code CSS */

/* Page CSS */
body .section-compliance-logos_2 .compare-mini .vc_col-sm-4 img {
    max-height: 50px;
    width: auto !important;
}
.toggles .toggle h3 a {
    font-size: 16px;
    line-height: 1;
}
.block-box-shadow > .row_col_wrap_12.col.span_12 {
    box-shadow: 0 0 10px #ddd;
    padding: 5%;
}
.block-fancybox-right .nectar-fancy-box .box-inner-wrap {
    padding: 3% 5%;
}
.block-fancybox-right .nectar-fancy-box {
    margin-bottom: 10px;
}
.block-fancybox-right .nectar-fancy-box h5 {
    font-weight: 800;
    color: #2669e7 !important;
}
.block-fancybox-right .nectar-fancy-box a{
    color: #2669e7 !important;
}
.features-vertical-tabs-height .tabbed[data-style*="vertical"] >div img {
    width: auto;
}
.section-icon-with-text .iwithtext .iwt-text p {
    font-size: 14px;
    line-height: 1.4;
}
.features-vertical-tabs-height .tabbed[data-style*="vertical"] >div {
    min-height: 440px;
}
.section-compliance-logos .vc_row.inner_row img {
    max-height: 50px;
    width: auto !important;
    margin-bottom: 10px !important;
}
.section-compliance-logos .vc_row.inner_row p {
    font-size: 14px;
    line-height: 1.4;
}
.block-count {
    display: inline-block;
    background: #276ae5;
    color: #fff;
    border-radius: 4px;
    padding: 9px 15px;
    font-size: 16px;
}
.flickity-slider> blockquote {
    opacity: 1 !important;
}
.flickity-slider> blockquote>p {
    background: #fff !important;
}
.owl-testimonials .owl-item .wpb_text_column {
    background: #fff;
    padding: 25px;
    border-radius: 4px;
    height: 100%;
}
.owl-testimonials .owl-item .wpb_text_column p {
    padding-bottom: 0;
}
.pg-code-header {
    padding: 8px 15px !important;
    background: #202020 !important;
}
html body .block-highlight-code pre {
    word-wrap: break-word;
}
.pg-code-header h3.pg-title {
    color: #fff;
    font-size: 16px;
    margin: 0 10px;
    font-weight: 400;
    display: none;
}
.logo_slider_section h2 i {
    color: #2669e8;
}
#clients .clients-wrap ul li {
    width: auto;
    padding: 0 10px;
}
#clients .clients-wrap ul li img {
    max-height: 80px;
    width: auto !important;
}

.compare-mini .vc_column-inner:hover{
    border: 1px solid #2669e8 !important;
    box-shadow: 0 8px 30px rgba(61, 110, 248, 0.12);
    transform: translateY(-3px);
}
.compare-mini .vc_column-inner {
    box-shadow: 0 1px 3px rgba(15, 22, 35, 0.07), 0 4px 16px rgba(15, 22, 35, 0.06) !important;
    border-radius: 10px;
        transition: all 0.25s;
}
.casestudy_two .min-height h3 {
    font-size: 22px;
    line-height: 1.2;
}

.casestudy_two .min-height h4 {
    font-size: 15px;
    line-height: 1;
    color: #6e6e6e;
}
.casestudy_two .min-height {
    padding: 10px 22px 0;
    font-size: 15px;
    line-height: 25px;
    min-height: 320px;
}
.casestudy_two .column-bg-overlay {
    border-radius: 26px;
    border: 1px solid #ccc;
}
.casestudy_two .case_button {
    padding: 0 20px 30px 20px;
}
.casestudy_two .case_button a {
    padding: 13px 20px 16px !important;
    background-color: #2669e7 !important;
    color: #fff !important;
    opacity: 1 !important;
    font-size: 15px;
    box-shadow: 0px 6px 10px -6px rgba(38, 105, 231, 0.58);
    margin-bottom: 0;
    transition: 0.45s;
    -moz-transition: 0.45s;
    -webkit-transition: 0.45s;
    white-space: nowrap;
    font-weight: 500 !important;
    line-height: 1 !important;
    border-radius: 5px;
    display: table;
}



.mailbox_section .vc_column-inner:hover{
    border: 1px solid #2669e8 !important;
    box-shadow: 0 8px 30px rgba(61, 110, 248, 0.12);
    transform: translateY(-3px);
}
.mailbox_section .vc_column-inner {
/*    box-shadow: 0 1px 3px rgba(15, 22, 35, 0.07), 0 4px 16px rgba(15, 22, 35, 0.06) !important;
*/    border-radius: 10px;
        transition: all 0.25s;
}



.campaign_section .vc_column-inner:hover{
    border: 1px solid #2669e8 !important;
    transform: translateY(-3px);
}
.campaign_section .vc_column-inner {
    border-radius: 10px;
    transition: all 0.25s;
    font-size: 13px;
    color: #000;
    line-height: 20px;
}



.capabilities_section .vc_column-inner .iwt-icon {
    position: relative;
}

.capabilities_section .vc_column-inner .iwithtext .iwt-text {
    padding-left: 0;
}

.campaign_section .vc_column-inner .nectar_icon_wrap i {
    font-size: 22px !important;
}
.campaign_section .vc_column-inner .nectar_icon_wrap {
    background: #dde7fc;
    padding: 10px;
    border-radius: 10px;
}
.campaign_section .vc_column-inner .nectar_icon_wrap .nectar_icon {
    width: 30px;
    height: 30px;
}
.campaign_section .vc_column-inner .nectar_icon_wrap i {
    font-size: 20px !important;
    height: 30px !important;
    line-height: 30px !important;
}
.direct_mail_section .img-with-aniamtion-wrap.center img {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 20px;
}

.direct_mail_section h3 {
    font-size: 24px !important;
}
.direct_mail_section .wpb_text_column {
    min-height: 180px;
}

.campaign_section .img-with-aniamtion-wrap img {
    height: 30px !important;
    width: auto;
}
.campaign_section .img-with-aniamtion-wrap .hover-wrap {
    margin: 0 !important;
}

.campaign_section .img-with-aniamtion-wrap {
    background: #ffffff;
    display: table;
    margin: 0 auto 15px !important;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    padding: 11px 0;
    border: 1px solid #ccccccc4;
}

.section-compliance-logos .compare-mini .vc_column-inner {
    box-shadow: none;
}
.ul_design .nectar-fancy-ul ul li {
    background: #fff;
}


.listnumber_pg ul {
    margin: 0;
}
.listnumber_pg ul li {
    list-style: none;
    padding-left: 55px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    counter-increment: my-awesome-counter;
}
.listnumber_pg ul li:before {
    content: counter(my-awesome-counter) "";
    position: absolute;
    left: 0;
    background: #e8f0fe;
    padding: 1px 0px;
    border-radius: 10px;
    color: #2669e8;
    font-weight: 600;
    width: 36px;
    text-align: center;
    height: 31px;
    display: table;
    top: 8px;
    line-height: 34px;
}

.compare-mini-iconbig img {
    min-height: 50px !important;
}
.steplists ul li {
    position: relative;
    padding: 18px 15px 18px 70px;
    border-radius: 12px;
    transition: all .25s;
    background: transparent;
    font-size: 15px;
    line-height: 24px;
    list-style: none;
    margin: 0;
	    counter-increment: my-awesome-counter;
	    border: 1px solid transparent;
}
.steplists ul li:before {
    content: counter(my-awesome-counter) "";
    position: absolute;
    left: 10px;
    background: #fff;
    padding: 1px 0px;
    border-radius: 100px;
    color: #2669e8;
    font-weight: 600;
    width: 36px;
    text-align: center;
    height: 31px;
    display: table;
    top: 22px;
    line-height: 34px;
    border: 2px solid #dce8ff;
}
.steplists ul {
    margin: 0;
}

.steplists ul li:hover {
    background: #e9eefa;
    box-shadow: 0 0px 24px rgba(11, 19, 58, .08);
	    border: 1px solid #dddddd;
}
.steplists ul li:hover:before {
    background: #2669e8;
    color: #fff;
	 box-shadow: 0 8px 18px rgba(38, 105, 232, .3);
}
/* Page CSS */

/*
*==============
*/
.output {
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    margin: auto;
    text-align: left;
    border-radius: 10px;
}
.output-active{
    display: table;  
}
.output p {
    padding: 10px 40px 20px !important;
}
.blue_petran {
    margin: 0 auto;
    width: 100%;
    height: 103px;
    background: transparent url(/wp-content/uploads/2020/11/bg-ribon.png) no-repeat;
    padding: 11px 6%;
    max-width: 807px;
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.blue_petran::before {
    content: "";
    position: absolute;
    background-image: url(/wp-content/uploads/2020/11/form-arrow.png);
    width: 170px;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -9;
    opacity: .2;
    top: -110px;
    transform: rotate(-20deg);
    left: -130px;
}

.blue_petran h2 {
    color: #fff;
    font-size: 28px;
    float:left;
}
.blue_petran > form {
    float: left;
    width: 73%;
    margin-left: 21px;
}
.blue_petran input.in_value {
    float: left;
    width: 100%;
    background: #fff !important;
    color: #000 !important;
}
.blue_petran input.in_value::-webkit-input-placeholder {
  color: #000 !important;
}
.blue_petran input.in_value::-moz-placeholder {
  color: #000!important;
}
.blue_petran input.in_value:-ms-input-placeholder {
  color: #000 !important;
}
.blue_petran input.in_value:-moz-placeholder {
  color: #000 !important;
}
.output h4 {
    text-transform: uppercase;
    padding: 10px 40px;
    font-size: 20px !important;
    font-weight: 600 !important;
    border-bottom: 1px solid #ccc;
    text-align: center;
}
.pg-input-wrapper {
    display: inline-block !important;
    width: 100%;
    vertical-align: top;
}
.pg-autocomplete-list {
    top: calc(100% + 4px);
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    left: auto;
    right: 80px;
    margin: auto;
    border: 1px solid #eee;
    background-color: #ffffff;
}
.pg-autocomplete-list div {
    padding: 3px 10px !important;
    text-align: left;
    font-size: 14px;
}
.pg-autocomplete-list::-webkit-scrollbar {
    width: 5px;
}
.pg-autocomplete-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
    background-color: #ffffff;
}
.pg-autocomplete-list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #2669e8;
}
.output {
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    margin: auto;
    text-align: left;
    border-radius: 10px;
}
.output-active{
    display: table;  
}
.output p {
    padding: 10px 40px 20px !important;
}
.icon_verify .nectar-milestone .symbol-wrap {
    font-size: 36px !important;
    color: #2669e8;
}
.icon_verify .nectar-milestone .number {
    color: #000;
    font-size: 46px !important;
    font-weight: bold;
    margin-bottom: 0;
}
.icon_verify .nectar-milestone {
    text-align: left;
    color: #727272;
}
.icon_verify .nectar_icon_wrap {
    background: #e1ebff;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.icon_verify .nectar_icon_wrap .nectar_icon {
    width: 25px;
    height: 25px;
}
.icon_verify .nectar_icon_wrap i {
    font-size: 20px !important;
    width: 25px !important;
    height: 25px !important;
    line-height: 20px !important;
}
@media screen and (max-width: 767px) {
    .blue_petran::before {
        content: none !important;
    }
    .blue_petran {
        height: auto;
        flex-wrap: wrap;
        background: #2769e4;
        justify-content: center;
    }
    .blue_petran > form {
        width: 100%;
        margin-left: 0;
    }
}


@media screen and (max-width: 765px){
.hero_section .wpb_text_column {
  width: 100%;
}    
.hero-badge {
  padding: 9px 10px;
  font-size: 8px;
}
.milestone_section .wpb_column.column_container {
  border-right: 0px solid #ffffff17;
  border-bottom: 1px solid #ffffff17;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}
p br {
  display: none;
}
.usecases_section .iwithtext .iwt-text {
  padding: 0px 15px;
  text-align: center;
}
.usecases_section .iwithtext .iwt-icon {
  position: relative;
  display: block;
  margin: 10px auto 15px;
}

.feature_details_section .tabbed[data-style*="vertical"] .wpb_tabs_nav {
  width: 100% !important;
  padding-right: 0%;
}
.feature_details_section ul.wpb_tabs_nav.ui-tabs-nav li a {
  font-size: 14px;
  padding: 5px 0 5px 0;
}
.feature_details_section .tabbed[data-style*="vertical"] > div {
  width: 100% !important;
}
.feature_details_section ul.wpb_tabs_nav.ui-tabs-nav li a::after{
    display:none;
}

.plain_prices_design a.nectar-button.small.regular {
  top: 0;
  position: relative;
  right: 0;
}
.plain_prices_design .nectar-fancy-ul ul {
  column-count: 1;
}
.f_min_helight {
  min-height: auto;
}
.faq_section .toggles h3 a {
  font-size: 14px !important;
  line-height: 22px !important;
}
.doorstep_border .vc_col-sm-4 h3.step_number {
  margin: 15px auto 15px;
}
.code_tabs ul.wpb_tabs_nav.ui-tabs-nav li a {
  padding: 5px 7px;
}
.trust-row {
  display: inline-table !important;
  flex-wrap: wrap;
  align-items: start;
  padding: 10px 0 30px;
}
.trust-pill {
 float: left;
 margin-right: 10px;
 margin-top: 0;
}
  
.button_margin_left_right a.nectar-button.large.regular {
  margin: 0 0px 15px !important;
}  
.compare-table th, .compare-table td {
  padding: 10px 0.5rem !important;
  font-size: 11px !important;
  line-height: 16px;
}  
.round_pg_icons .img-with-aniamtion-wrap {
    margin: auto;
}
.left_blueborder_mailing strong {
    float: none;
}
.left_blueborder_mailing h3 {
    margin-top: 10px;
}
.left_blueborder_mailing_red .wpb_text_column .wpb_wrapper div {
    display: table;
   text-align: center;
    width: 100%;
    margin-bottom: 0;
}
.certifications_section .vc_col-sm-6 {
    margin-bottom: 10px;
}
.certifications_fontsmall .iwithtext .iwt-icon {
    top: 0;
    position: relative;
    margin: 10px 0;
}
.certifications_fontsmall .iwithtext .iwt-text {
    padding: 0;
}
.Industry_right_list ul {
    display: inline-grid;
}
.Industry_right_list ul li {
    margin-bottom: 10px;
}
.FullyAutomated_section .vc_col-sm-3, .FullyAutomated_section .vc_col-sm-4 {
  border-right: 0px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}
.round_pg_list .img-with-aniamtion-wrap {
  margin: auto;
}
.Industry_lefticon .iwithtext {
  text-align: left;
}
.ranked_head {
    text-align: left;
}
.capabilities_section .vc_column-inner .iwt-icon {
    text-align: center;
    margin: auto;
    display: table;
}


}