body {
	font-size: 16px;
	line-height: 1.5;
	color: #000;
	font-family: "Poppins", sans-serif;
	padding: 0;
	margin: 0;
}
 
* {
	box-sizing: border-box;
	letter-spacing: normal;
}

p:last-child {
	margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5 {
	letter-spacing: normal !important;
}
.button {
    border-radius: 30px;
    background: #2b00ff;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    text-transform: initial;
    border: 1px solid transparent;
    padding: 16px 30px;
    transition: all 0.3s ease;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    letter-spacing: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
  }
  
  .button:hover {
    background: #f0188c;
    color: #fff;
    box-shadow: 0px 10px 10px -5px #f0188c;
  }

.button.ico {
    column-gap: 10px;
}

.button.ico img,
.button.ico svg {
    transition: all ease 0.5s;
    max-width: 20px;
}
.button.ico:hover img,
.button.ico:hover svg {
    transform: translateX(10px);
}

.action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    grid-gap: 15px;
  }
  .action.center {
    justify-content: center;
  }
  .checklist_wrap {
    /* background: rgb(13, 13, 31); */
    padding: 50px 0px;
    }
.checklist_wrap .heading_main {
	margin-bottom: 30px;
}
.checklist_wrap .heading_main h1 {
    font-size: 3rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
}
.checklist_wrap .heading_main h2 {
    margin: 0;
    font-size: 2.5rem;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.hero-subpg.meta-cal-banner.banner_email {
    margin-bottom: 80px;
}


.section_bx {
    background: #fff;
    border-radius: 30px;
    /* box-shadow: inset 0px 0px 15px -5px #d7d7d7; */
    padding: 40px;
    margin-bottom: 50px;
    transition: all ease 0.5s;
}
.section_bx h3 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 1.3;
    font-weight: 700;
}
.section_bx:hover {
    box-shadow: none;
}
.section_bx ul {
    border-radius: 0;
}
.section_bx ul li {
    border-left: 0;
    border-right: 0;
    padding: 20px 0;
    border-radius: 0;
}



.inner_bx {
    /* background: #fff; */
    /* border-radius: 0; */
    /* border: 3px solid #F0188C; */
    transition: all ease 0.5s;
}
.inner_bx:hover {
    /* box-shadow: 0px 0px 15px 0px #f0188c; */
}
.sticky_row {
/* 	position: sticky;
	top: 0px;
	z-index: 1; */
	background: #fff;
	box-shadow: 0px 0px 5px #36303040;
}
.progress-bar-percentage {
	/* position: absolute; */
	/* width: 100%; */
	/* text-align: center; */
	color: #fff;
	font-weight: bold;
}

.check-item {
	margin-right: 10px;
}
.category-title {
	margin-top: 30px;
}
.section {
    padding: 20px;
}
.check-item {
    margin-right: 10px;
}
.category-title {
    margin-top: 30px;
}
.purchase-progress-bar {
    padding: 30px;
}
.title_org {
    background-color: #f0188c;
    padding: 15px 10px;
    border-radius: 0;
    color: #fff; 
    margin-bottom: 0;
}
.title_org h3 {
    font-size: 1rem;
    margin: 0px;
}
h4 {
    font-size: 1rem;
    color: #1b1b37;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}
.email_checklist_page h4 {
    border-bottom: 2px solid #dee2e6;
    padding-bottom: 15px;
}
.progress_lbl {
    align-items: center;
    display: flex;
}
.progress_lbl label {
	font-weight: 600;
	color: #000;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 16px;
	line-height: 1.1;
	margin-right: 20px;
}
.progress {
    height: 26px;
    border-radius: 20px;
}
.progress-bar {
    background: #2b00ff;
    background: #f0188c;
}
.progress_icon {
    max-width: 45px;
}
.pre-purchase-section .list-group {
    border-radius: 0;
}

/* checkbox ps */
.checkbox_ps {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 20px;
}
.checkbox_ps:last-child {
    margin-right: 0px;
}
.checkbox_ps .checkbx {
    line-height: 1.3;
}
.checkbox_ps input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0px;
    width: 0px;
}
.checkmark {
    position: absolute;
    top: 2px;
    left: 0px;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 1px solid #000000;
    transition: all .4s ease-in-out;
    border-radius: 0px;
}
.checkbox_ps:hover input~.checkmark {
    border-color: #1a396f;
}
.checkbox_ps .checkmark:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid #1a396f;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.3s;
}
.checkbox_ps input:checked~.checkmark:after {
    display: block;
    opacity: 1;
    visibility: visible;
}

.page-template-temp-ecommerce-kpi-calculator .header-section,
.page-template-temp-emailflow .header-section {
    /* position: relative; */
    /* background: #000; */
}

.checklist_wrap .nav-tabs {
    gap: 10px;
    justify-content: center;
	border: 0px;
	padding: 10px;
    margin-bottom: 20px;
}
.checklist_wrap .nav-tabs .btn_tab {
    /* background-color: #f0188c; */
    padding: 10px 40px;
    border-radius: 0;
    color: #fff;
    margin-bottom: 0;
    background: #000;
    font-size: 14px;
    font-weight: 500;
    border-radius: 30px;
    position: relative;
    margin-bottom: 15px;
}
.checklist_wrap .nav-tabs .btn_tab.active {
    background: #2b00ff;
}
.checklist_wrap .nav-tabs .btn_tab:hover {
    background: #f0188c;
}
/* .checklist_wrap .nav-tabs .btn_tab.active:before {
    content: '';
    border: 15px solid transparent;
    border-top-color: #2b00ff;
    position: absolute;
    bottom: -28px;
    left: 30px;
}
.checklist_wrap .nav-tabs .btn_tab.active:hover:before {
    border-top-color: #f0188c;
}
.checklist_wrap .nav-tabs.bottom .btn_tab.active:before {
    bottom: auto;
    top: -28px;
    border-top-color: transparent;
    border-bottom-color: #2b00ff;
}
.checklist_wrap .nav-tabs.bottom .btn_tab.active:hover:before {
    border-bottom-color: #f0188c;
    border-top-color: transparent;
} */



.tabs_wrap .nav-tabs .nav-item {
    margin: 0;
}

/* calculator page */
.calculator_wrap p {
    font-size: 14px;
}
.custom_table {
    margin: 0;
}
.custom_table tr td,
.custom_table tr th {
	font-size: 14px;
	line-height: 1.5;
	padding: 20px;
	border: 1px solid #d8d8d8;
    border-left: 0;
    border-right: 0;
    vertical-align: middle;
    overflow: auto;
    max-width: 400px;
}
.custom_table tr:first-child, .custom_table tr:first-child td,
.custom_table tr:last-child, .custom_table tr:last-child td {
    border: 0;
}

.custom_table.two tr:first-child {
    border-bottom: 1px solid #d8d8d8;
}

.custom_table .form-control {
	font-size: 14px;
	/* min-width: 120px; */
	border-radius: 20px;
    border: 0;
    outline: none;
    box-shadow: none;
}

.calculator_wrap .custom_table tr td:first-child {
    width: 35%;
    /* background: red; */
}
.calculator_wrap .custom_table tr td:nth-child(2) {
    width: 15%;
    /* background: aliceblue; */
    text-align: center;
}
.calculator_wrap .custom_table tr td:nth-child(3) {
    width: 15%;
    /* background: #72bcff; */
    text-align: center;
}
.calculator_wrap .custom_table .form-control.input-field {
    width: 100px;
}

.text_icon {
    text-align: center;
}
.blank_field {
    text-align: center;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}
.form-control.white_field {
    /* pointer-events: none; */
}
.custom_table tr td.tbl_heading,
.tbl_heading {
	font-weight: bold;
	background-color: blue;
	border-color: blue;
	color: #ffff;
}
.custom_table tr td.tbl_heading1,
.tbl_heading1 {
	font-weight: bold;
	background-color: #f0188c;
	border-color: #f0188c;
	color: #ffff;
}

.tbl_heading2 {
	font-weight: bold;
	background-color: #d3ccfb;
	border-color: #d3ccfb;
	color: black;
}
.forcaste_calculator .form-control,
.custom_table .form-control.input-field {
    /* background-color: #f0188c; */
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    display: inline-block;
    width: auto;
}
.forcaste_calculator .form-control.bdr_none {
    border-color: white;
}
.text_blue,
.custom_table tr td.text_blue {
    color: #2b00ff;
    font-weight: 500;
}
.text_black {
    color: #000;
    font-weight: 600;
}
.input-field2 {
	background-color: #d3ccfb;
	color: black;
}
.input-field::placeholder {
	color: #000;
}
.icon_left {
    display: flex;
    align-items: center;
    gap: 5px;
	font-weight: 500;
    position: relative;
    justify-content: center;
    max-width: max-content;
    margin: 0 auto;
}
.icon_left .currency-code {
    position: absolute;
    left: 0;
    margin-left: 10px;
}
.icon_left .form-control {
	padding-left: 20px;
}
.icon_left:has(.input-field) {
    color: #000;
}

.forcaste_calculator .col-form-label {
    font-weight: 500;
}
.form-group {
    margin-bottom: 20px;
}
.lbl_val {
    font-weight: 500;
    color: #2b00ff;
}
.bold {
    font-weight: 500;
}

/* forecaste two col design */
.ads-budget-calculator2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ads-budget-calculator2 .blue_box,
.ads-budget-calculator2 .white_box {
    padding: 71px 60px 98px;
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 0px 0px 15px 0px #eee;
    border-radius: 40px;
    margin: 0;
    width: calc(50% - 25px);
}
.ads-budget-calculator2 .blue_box {
    background-color: #2b00ff;
}
.ads-budget-calculator2 .form-row {
    margin: 0 auto;
    max-width: 536px;
    width: 100%;
    margin-bottom: 20px;
}
.ads-budget-calculator2 .calc-header {
    font-size: 62px;
    color: #0d0d1f;
    font-weight: 600;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 50px;
    width: 100%;
}
.ads-budget-calculator2 .blue_box .calc-header {
    color: #fff;
}


.bx_lbl {
    color: #000;
    font-size: 22px;
    font-weight: 500;
    line-height: 1em;
    margin: 0 0 10px;
}
.blue_box .bx_lbl {
    color: #fff;
}
.bx_val {
    color: #f0188c;
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
    margin: 0;
    min-height: 46px;
    padding: 8px 0;
}
.result_input {
    background: transparent;
    padding: 0;
    margin: 0;
    border: 0;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
    font-family: inherit;
}
.bx_val .form-control {
    border-radius: 30px;
    background-clip: initial;
    border-color: #fff;
}



/* media css */
@media screen and (max-width:1199px) {
    .checklist_wrap .container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width:767px) {
    .calculator_wrap .custom_table tr td:nth-child(4) {
        display: none;
    }
    
    .checklist_wrap .nav-tabs .btn_tab {
        padding: 10px 30px;
        font-size: 13px;
    }
    .section_bx h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .hero-subpg.meta-cal-banner.banner_email {
        margin-bottom: 50px;
    }
    .checklist_wrap .heading_main {
        margin-bottom: 15px;
    }
    .section_bx {
        padding: 20px 20px;
        margin-bottom: 30px;
    }
    .section_bx h3 {
        text-align: left;
    }
    .button {
        font-size: 14px;
        padding: 10px 20px;
    }
    .checklist_wrap {
        padding: 30px 0px;
    }
    .checklist_wrap .heading_main h1 {
        font-size: 1.6rem;
    }
    .checklist_wrap .heading_main h2 {
        font-size: 20px;
        text-align: left;
    }
    .section {
        padding: 15px;
    }
    .pre-purchase-section .list-group  .list-group-item {
        padding: 15px;
    }
}

@media screen and (max-width:575px) {
    .checklist_wrap .nav-tabs .btn_tab {
        width: 100%;
    }
    .checklist_wrap .nav-tabs li {  
        width: 100%;
    }

}