/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
img{
	max-width: 100%;
    object-fit: cover;
    object-position: center;
}
.bwdcpt_head_img {
	position: relative;
}
.bwdcpt-body-text,
.bwdcpt_Table-button {
    text-decoration: none;
    color: initial;
    outline: none;
    transition: all 0.4s;
}
.bwdcpt-body-text{
    display: block;
}
.bwdcpt_Table-button{
    display: block;
}
.bwdcpt-body-text:hover,
.bwdcpt_Table-button:hover{
    color: initial;
}
table{
    margin: 0;
}
table, thead, th, tbody, tr, td{
    transition: .4s ease-in-out;
}



/* main_css */
.bwdcpt_common pre, .bwdcpt_common fieldset, .bwdcpt_common input, .bwdcpt_common textarea, .bwdcpt_common table, .bwdcpt_common table *, .bwdcpt_common hr {
    border-color: initial;
    border: initial;
}
.bwdcpt_show_overflow {
    overflow-x: scroll!important;
}

.bwdcpt_header-title,
.bwdcpt-body-text,
.bwdcpt_Table-button {
    font-family: 'Josefin Sans', sans-serif;
}
.bwdcpt_table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}
/* .bwdcpt_table .bwdcpt_th_image_inline_block{
    display: inline-block
}
.bwdcpt_table .bwdcpt_th_image_block{
    display: block;
    margin: auto;
} */
.bwdcpt_header-title{
    display: inline-block;
}
.bwdcpt_th_image, .bwdcpt_head_img {
    display: inline-block!important;
    /* width: 45px; */
}
.bwdcpt_Table-button {
    background: #ff1046;
    color: #fff;
    padding: 8px 12px;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}
.bwdcpt-body-img {
    width: 100px;
    height: auto;
    display: inline-block;
}
.bwdcpt_header-icon,
.bwdcpt-body-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* style1 */
.bwdcpt_CreativeTable_1 .bwdcpt_table {
    width: 100%;
    border-collapse: separate;
    table-layout: fixed;
    border-spacing: 15px 0px;
}
.bwdcpt_CreativeTable_1 td, .bwdcpt_CreativeTable_1 th{
    border: 0px solid #fff3e2;
    text-align: center;
}
.bwdcpt_CreativeTable_1 th{
    background: #fff3e2;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}
.bwdcpt_CreativeTable_1 td{
    background-color: #fff3e2;
}
.bwdcpt_CreativeTable_1 .bwdcpt_th {
    padding: 30px 15px 10px 15px;
}
.bwdcpt_CreativeTable_1 .bwdcpt_td {
    padding: 25px 30px;
}




/* new code */
.bwdcpt_CreativeTable_1 svg {
    position: absolute;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.bwdcpt_CreativeTable_1 svg path {
    fill: #F44336;
}
/* .bwdcpt_CreativeTable_1 .bwdcpt_header-price {
    margin: -65px 0 0 0;
    border-width: 2px;
    border-color: #F44336;
    border-style: dashed;
    border-radius: 50%;
    background: #fff;
    color: #F44336;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    font-size: 19px;
    height: 75px;
    transition: all .4s ease-in-out;
} */
.bwdcpt_CreativeTable_1 .bwdcpt_header-price {
    margin: -60px 0 0 0;
    margin-left: auto!important;
    margin-right: auto!important;
    border-width: 2px;
    border-color: #F44336;
    border-style: dashed;
    border-radius: 50%;
    background: #fff;
    color: #F44336;
    /* padding: 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    font-size: 19px;
    height: 75px;
    transition: all .4s ease-in-out;
}

.bwdcpt_CreativeTable_2 .bwdcpt-product-title {
    background: #FFC107;
    margin: 50px 0 0 0;
    padding: 20px 10px;
}
.bwdcpt_CreativeTable_2 .bwdcpt_th {
    padding: 0;
}
.bwdcpt_CreativeTable_2 .bwdcpt_header-price {
    border: 5px solid #ffecb4;
    border-radius: 50%;
    background: #ffc107;
    color: #fff;
    width: 80px;
    font-size: 19px;
    height: 80px;
    transition: all .4s ease-in-out;
    position: relative;
    margin: -30px 0 0 0;
}
.bwdcpt_CreativeTable_2 .bwdcpt_header-price::after {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffc107;
    z-index: -1;
    border-radius: 100%;
}
.bwdcpt_CreativeTable_2 .bwdcpt_header-price::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 80%;
    width: 6px;
    background: #ffc107;
    z-index: -1;
    transform: translateX(-50%);
}
.bwdcpt_CreativeTable_2 th,
.bwdcpt_CreativeTable_2 td {
    background: #ffc1074d;
}

.bwdcpt_CreativeTable_3 svg {
    transform: rotate(180deg);
}
.bwdcpt_CreativeTable_3 .bwdcpt_header-price {
    border: 0;
    background: #f12b58;
    color: #ffffff;
}
.bwdcpt_CreativeTable_3 svg path {
    fill: #f12b58;
}
.bwdcpt_CreativeTable_3 td,
.bwdcpt_CreativeTable_3 th{
    background: #f12b592a;
}

.bwdcpt_CreativeTable_4 .bwdcpt-product-title {
    background: #F59084;
    color: #fff;
    padding: 20px 0 20px 0;
    font-weight: 900;
    font-size: 20px;
    position: relative;
}
.bwdcpt_CreativeTable_4 .bwdcpt_th {
    padding: 0;
}
.bwdcpt_CreativeTable_4 .bwdcpt_header-price {
    margin: -25px 0 20px 0;
    border: 0;
    background: #fff;
    color: #f59084;
}
.bwdcpt_CreativeTable_4 .bwdcpt-product-title::after {
    content: '';
    position: absolute;
    border-left: 25px solid;
    border-right: 25px solid;
    border-top: 20px solid;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: #fbd1cc;
    border-left-color: #f59084;
    border-right-color: #f59084;
    transition: .4s ease-in-out;
}
.bwdcpt_CreativeTable_4 th,
.bwdcpt_CreativeTable_4 td{
    background: #fbd1cc;
}

.bwdcpt_CreativeTable_5 .bwdcpt_th {
    padding: 0;
}
.bwdcpt_CreativeTable_5 .bwdcpt_header-price {
    margin: 0;
    border: 0;
    background: #ff7f5057;
    display: inline-flex;
}
.bwdcpt_CreativeTable_5 .bwdcpt_head_img {
    border-radius: 0 0 100px 100px;
    margin: -20px 30px 0 30px;
    position: relative;
    background: #ff7f50;
}
.bwdcpt_CreativeTable_5 .bwdcpt_head_img::before,
.bwdcpt_CreativeTable_5 .bwdcpt_head_img::after{
    content: '';
    height: 20px;
    width: 15px;
    display: block;
    position: absolute;
    top: 0;
    opacity: .5;
    background: #ff7f50;
}
.bwdcpt_CreativeTable_5 .bwdcpt_head_img::before{
    border-top-left-radius: 100px;
    left: -12px;
}
.bwdcpt_CreativeTable_5 .bwdcpt_head_img::after{
    border-top-right-radius: 100px;
    right: -12px;
}
.bwdcpt_CreativeTable_5 th,
.bwdcpt_CreativeTable_5 td{
    background: #ff7f5057;
    border-radius: 15px;
}
.bwdcpt_CreativeTable_5 .bwdcpt_table {
    border-spacing: 15px 15px;
}

.bwdcpt_CreativeTable_6 .bwdcpt_header-price {
    margin: 0 0 -45px 0;
    border-width: 0;
    background: transparent;
    color: #fff;
    width: 100px;
    height: auto;
    position: relative;
/*     display: inline-flex; */
}
.bwdcpt_CreativeTable_6 svg {
    position: inherit;
}
.bwdcpt_CreativeTable_6 .bwdcpt_header-price span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.bwdcpt_CreativeTable_6 svg path {
    fill: #00BCD4;
}
.bwdcpt_CreativeTable_6 .bwdcpt_th {
    background: #00BCD4;
}