* {
    margin: 0;
    padding: 0;
}

body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Lato';
    overflow-y: auto !important;
}

*,
html,
body {
    font-family: 'Lato';
}

.bg-grey {
    background-color: #f5f5f5;
}

.template_section {
    background: #efefef;
    /*padding: 12px;*/
    width: 480px;
    /* cursor: pointer; */
    margin: 0 auto;
    padding-bottom: 5px;
}

.edit_border_wrap {
    position: relative;
}

.invoice_header_section {
    z-index: 10;
    position: relative;
    overflow: hidden;
}

.invoice_heading {
    background: #ffffff;
    border-radius: 5px 5px 0 0;
    padding: 5px 10px 20px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0 2.5px 2px 0 rgba(0, 0, 0, 0.12);
}

.invoice_heading h3 {
    margin: 0;
    font-family: Lato;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #2A2D83;
    margin-bottom: 20px;
}

.invoice_heading:before {
    background: linear-gradient(35deg, transparent 20px, #ffffff 0), linear-gradient(-35deg, transparent 20px, #ffffff 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
    background: none;
}

.invoice_heading h4 {
    /* color: #000000; */
    font-family: "Lato";
    font-size: 14px;
    /* font-weight: 700; */
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    margin: 0;
}

.invoice_heading p {
    color: #000000;
    /* font-size: 12px; */
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
    text-align: left;
    /* font-weight: 600; */
    margin: 0;
}

.invoice_logo {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.invoice_logo h2 {
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    margin: 10px 0;
    color: #2A2D83;
}

.invoice_heading ul {
    display: inline-block;
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 10px 0 0;
}

.invoice_heading ul li {
    display: inline-block;
    /* font-size: 12px; */
    font-size: 14px;
    font-family: Lato;
    margin: 0 10px;
}

.invoice_heading ul li:first-child {
    background: url(../images/stopwatch-outline.svg) no-repeat 2px 1px;
    padding-left: 20px;
}

.invoice_heading ul li:last-child {
    background: url(../images/call-outline.svg) no-repeat 2px 1px;
    padding-left: 20px;
}

.d-store {
    display: flex;
    justify-content: center;
    margin: 0;
    flex-direction: column;
}

.store-details {
    /* width: 50%; */
    margin: auto;
}

.d-store h4 {
    color: #141414;
    font-family: Lato;
    font-size: 14px;
    text-align: left;
    /* font-weight: bold; */
    margin: 0;
    line-height: 20px;
    white-space: nowrap;
}

.d-store p {
    padding: 0;
    margin: 0;
}

.portlet {
    margin: 15px auto;
}

.addressBlock {
    background-color: #2A2D83;
    padding: 0;
    margin-top: -30px;
    display: inline-block;
    padding-top: 16px;
    position: relative;
    z-index: 9;
}

.addressBlock h2 {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 19px;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 0;
    display: block;
    width: 100%;
}

.addressBlock span {
    color: #E7E7E7;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0.18px;
    line-height: 18px;
    text-align: center;
    /* display: block; */
    width: 100%;
}

.addressBlock a {
    position: absolute;
    top: 25px;
    /* right: 20%; */
    right: 6%;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
}

.addressBlock span {
    color: #E7E7E7;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0.18px;
    line-height: 18px;
    text-align: center;
    display: block;
    width: 100%;
}

.addressBlock p {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.19px;
    line-height: 16px;
    text-align: center;
    padding: 0 15px;
    margin: 10px 0 25px 0;
}

.invoiceBlockMain {
    padding: 0;
    background-color: #2A2D83;
}

.invoiceBlock {
    background-color: #313131;
    display: inline-block;
    width: 100%;
    padding: 15px 15px 15px;
    border-radius: 25px 25px 0 0;
    z-index: 10;
}

.invoiceBlock .row,
.invoiceBlockInner .row {
    margin: 0;
}

.invoiceBlockInner,
.quanity {
    padding: 0;
}

.invoiceBlockMain {
    padding: 0;
    background-color: #2A2D83;
}

.divdropDownData label,
.quanity label {
    color: rgba(192, 192, 192, 0.85);
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.18px;
    line-height: 14.4px;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.divdropDownData span,
.quanity span {
    color: rgba(255, 255, 255, 0.85);
    font-family: Dosis;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
}

.downloadBtn {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.downloadBtn div {
    display: inline-block;
    width: 28%;
    padding: 0;
    cursor: pointer;
}

.downloadBtn span {
    background-color: #F6F6F6;
    border-radius: 20px;
    color: #313131;
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.2px;
    line-height: 17px;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 10px 5px 10px 20px;
    margin-top: 6px;
    text-decoration: none;
}

.downloadBtn span:hover,
.downloadBtn span:focus {
    color: #313131;
    text-decoration: none;
}

.downloadBtn span.download {
    background: #fff url(./public/images/blue-bill.png)no-repeat 10px 10px;
    font-weight: 600;
}

.totalPointBlock {
    padding: 0;
    background-color: #313131;
    border-top: 1px solid #ffffff2b;
}

.totalPointBlock ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 15px;
    width: 100%;
    flex-flow: row wrap;
}

.totalPointBlock ul li {
    display: flex;
    color: #fff;
    margin: 0 10px;
    width: auto;
    flex-direction: column;
}

.totalPointBlock ul li label {
    font-size: 14px;
    font-family: 'Lato';
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    color: rgba(192, 192, 192, 0.85);
}

.totalPointBlock ul li span {
    font-size: 16px;
    font-family: Dosis;
    margin: 0;
    padding: 0;
    display: inline-block;
    color: #fff;
    text-align: left;
    color: rgba(255, 255, 255, 0.85);
}

.invoice_deatils_wrap {
    position: relative;
    width: 100%;
    border-radius: 20px;
}

.invoice_deatils_wrap:before {
    content: " ";
    position: absolute;
    background: transparent url(./public/images/rectangle.png) no-repeat center;
    background-size: contain;
    background-position: top;
    height: 100%;
    width: 107.7%;
    z-index: 999;
    left: -18px;
    top: -28px;
}

.invoice_details.row {
    padding: 0px 19px 0px;
    margin: 0 auto;
    background: #ffffff;
}

.invoice_details .order-det {
    padding: 0;
    margin: 10px 0;
}


/*.invoice_details .order-det:last-child {
    padding: 0;
    text-align: right;
}*/

.invoice_details .order-det h6 {
    color: #000000;
    font-family: "Lato";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0 auto;
}

.invoice_details .order-det p {
    color: #000000;
    font-family: "Lato";
    font-size: 10px;
    font-weight: 600;
    line-height: 14px;
    margin: 0 auto;
    word-break: break-word;
}

.round_corner_wrap {
    padding-bottom: 15px;
    position: relative;
}

.invoice_section_wrap {
    padding: 30px 0 20px;
    margin: 0 15px;
}

.watermark {
    margin: 1em 1em 1em -1em;
    -webkit-text-transform: uppercase;
    text-transform: lowercase;
    color: #000000;
    font-size: 30px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
    top: 15%;
    font-style: italic;
    z-index: 1;
    opacity: 0.2;
    width: 300px;
    display: block;
    white-space: break-spaces;
}

.invoice_table {
    background: #ffffff;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    margin: 0 auto;
}

.invoice_table thead tr th {
    color: #000000;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    text-align: left;
    border-bottom: 0.3px solid #f6f6f6;
}

.invoice_table tbody tr {
    display: flex;
    border-bottom: 1px solid #e9e9e9;
    justify-content: space-between;
}

.invoice_table tbody tr td {
    padding: 5px 5px;
    border: none;
}

.product_sec_tbl {
    display: inline-flex;
}

.product_sec_tbl .img_sec_product {
    padding: 0 8px 0 0;
    line-height: 15px;
    font-size: 13px;
    margin-top: 5px;
}

.invoice_table p.order_code,
.invoice_table p.discount_sec,
.invoice_table p.amount_sec,
.invoice_table p.rate_sec {
    color: #000000;
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
    line-height: 12.89px;
    opacity: 1;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
}

.invoice_table p.rate_sec {
    padding-top: 5px;
}

.invoice_table p {
    margin: 0;
    display: flex;
    /*justify-content: space-between;*/
    margin: 12px 0;
}

.invoice_table p.discount_sec,
.invoice_table p.amount_sec,
.invoice_table p.rate_sec {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.invoice_table p.rate_sec span {
    display: flex;
    align-self: flex-end;
    white-space: nowrap;
}

.invoice_table p.rate_sec {
    align-items: flex-end;
}

.invoice_table b.product_name {
    color: #000000;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 600;
    line-height: 12.89px;
    text-align: left;
    display: block;
}

.invoice_table p.order_qty span,
.invoice_table p.order_qty b {
    color: #000000;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 400;
    line-height: 10.89px;
    text-align: left;
    margin: 0;
    padding-right: 8px;
    opacity: 0.8;
    display: inline-block;
}

.invoice_table p.order_qty {
    display: block;
    margin: 0;
}

.invoice_table p.order_size span {
    color: #000000;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 500;
    line-height: 10.89px;
    text-align: left;
    margin: 0;
    padding-right: 8px;
}

.invoice_section_wrap .button_wrap {
    position: absolute;
    left: 50%;
    z-index: 9;
    bottom: -20px;
    transform: translate(-50%);
}

.invoice_section_wrap .button_type2 {
    border: 1px solid #2A2D83;
    border-radius: 20.5px;
    color: #2A2D83;
    margin: 0 auto;
    text-align: center;
    width: auto;
    display: block;
    background: #fff;
}

.invoice_price_summary {
    padding-bottom: 4px;
}

.invoice_price_summary .row:first-child {
    border-radius: 10px 10px 0 0;
    padding-top: 10px;
}

.invoice_price_summary .row {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.invoice_price_summary>h3 {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
}

.comments_title>h3 {
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 10px;
}

.comments_title>h3 span {
    font-weight: normal;
    font-size: 12px;
}

.invoice_price_summary .row .col-sm-8 label,
.invoice_price_summary .row .col-sm-6 label {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: left;
}

.invoice_price_summary .row .col-sm-4 p,
.invoice_price_summary .row .col-sm-6 p {
    color: #000;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: right;
    margin: 0 auto;
}

.invoice_price_summary .row.total_payment {
    padding: 10px 0;
    position: relative;
}

.invoice_price_summary .row.total_payment:before {
    content: " ";
    border-top: 0.2px solid #ffffff;
    width: 90%;
    position: absolute;
    height: 1px;
    left: 16px;
    top: 3px;
}

.invoice_price_summary .foot {
    background-color: transparent;
    border: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.invoice_price_summary .foot div.f {
    width: 3em;
    height: 1.5em;
    border-radius: 0% 0% 100% 100% / 100% 100% 100% 100%;
    background-color: #2A2D83;
    /* border: 1px solid #2A2D83; */
    box-sizing: border-box;
    display: none;
}

.devider {
    border: 0.2px solid #000000;
    opacity: 0.1;
    width: 90%;
    margin: 0 auto;
}

.gst_summary {
    /*padding: 10px 15px;*/
    width: 100%;
}

.gst_summary h4 {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    line-height: 13.31px;
    text-align: left;
    margin: 0;
    padding: 15px 15px 0;
}

.gst_summary p {
    color: #000000;
    font-size: 13px;
    padding-left: 15px;
    margin-bottom: 0;
}

.gst_summary table {
    border: 15px solid #efefef;
    background: #efefef;
    margin: 15px;
}

/*.gst_summary table_margin {
    margin: 15px !important;
}*/

.gst_summary table thead tr th {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    opacity: 1;
    text-align: left;
    border: none;
    padding: 10px 0;
    background-color: transparent;
}

.gst_summary table tbody tr td {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    line-height: 10.89px;
    opacity: 1;
    text-align: left;
    border: none;
    padding: 5px 2px;
    background-color: transparent;
}

.gst_summary .coins_para {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

.earned_coin_section {
    margin-bottom: 0;
    margin-top: 0;
}

ul.subtotal {
    background-color: #fff;
    padding: 5px 15px 10px 15px;
    border-radius: 10px 10px;
    list-style: none;
    margin: 0;
}

ul.subtotal li {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.subtotal label {
    float: left;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: 'Lato';
}

.subtotal span {
    float: right;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    font-family: 'Lato';
}

.customer_details {
    padding: 10px 15px;
}

.customer_details label {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    line-height: 13.31px;
    text-align: left;
}

.customer_details p {
    color: #000000;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    opacity: 0.699999988079071;
    text-align: left;
}

.tc_wrap {
    padding: 10px 15px;
}

.tc_wrap label {
    color: #000000;
    font-size: 12px;
    font-weight: 500;
    line-height: 13.31px;
    text-align: left;
}

.tc_wrap ul {
    padding: 0 10px;
}

.tc_wrap ul li {
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    line-height: 15px;
    width: 278px;
    text-align: left;
}

.show_more_toggle {
    padding-bottom: 20px;
}

.invoice_download_wrap {
    margin: 15px auto;
    background: #ffffff;
    border-radius: 10px 10px 10px;
    padding: 10px 0;
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
}


/*{
    margin-left: 15px;
    margin-right: 15px;
}*/

.download_button_wrap {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 10px;
}

.invoice_download_wrap p {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    line-height: 10px;
    opacity: 0.699999988079071;
    text-align: center;
}

button.button_type1,
.btn.button_type1 {
    border: 1px solid #2A2D83;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    padding: 10px 15px 9px;
    background: #2A2D83;
    outline: none;
    border-radius: 3px;
    color: #ededed;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.88px;
    text-align: center;
    vertical-align: middle;
    line-height: 17px;
}

.download_sec_form {
    position: relative;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.download_sec_form img {
    position: absolute;
    top: 20px;
    left: 30px;
}

.download_sec_form input {
    border: 1px solid #e3e4e5;
    border-radius: 5px;
    width: 100%;
    height: 32px;
    box-shadow: none;
    outline: none;
    font-size: 10px;
    padding-left: 32px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    padding-right: 8px;
}

.download_sec_form button,
.download_sec_form .btn {
    background-color: #2A2D83;
    border-radius: 0 5px 5px 0;
    /*width: 55px;*/
    height: 32px;
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    line-height: 10px;
    text-align: center;
    display: flex;
    flex-shrink: 0;
    /*        position: absolute;
        right: 29px;
        top: 10px;*/
}

.balance-point.terminal {
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    margin: 0 15px;
}

.balance-point h6 {
    color: #2E2E2E;
    font-family: Lato;
    font-size: 13px;
    letter-spacing: 0.18px;
    line-height: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
}

.balance-point p {
    color: rgba(0, 0, 0, 0.85);
    font-family: Dosis;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: left;
    padding: 0;
    margin: 0;
    font-weight: 600;
}

.balance-point.terminal .col-6 {
    padding: 5px 10px 5px 20px;
    border-right: 0;
}

.balance-point {
    background-color: #fff;
    padding: 0 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin: 0 15px;
    margin-top: 12px;
}

.balance-point .col-6 {
    border-right: 1px solid #E2E2E2;
    padding: 15px 20px;
}

.balance-point .col-6:nth-child(2) {
    border-right: 0;
}


/**/

.btn-circle {
    display: block;
    padding: 10px 20px;
    background-color: #FFFFFF;
    border: 1px solid #2A2D83;
    border-radius: 20.5px;
    color: #2A2D83;
    font-family: Dosis;
    font-size: 11px;
    letter-spacing: 0.59px;
    line-height: 17px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
}

.feedback.btn-circle {
    margin: 20px auto;
    width: 160px;
}

.feedback_wrap {
    background-color: #fff;
    border-radius: 10px 10px 10px;
    padding: 10px 15px;
}

.feedback_wrap h4 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.36px;
    text-align: center;
}

.emoji_wrap {
    display: inline-flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0 10px;
}

.emoji_wrap .emoji.active img {
    opacity: 1;
    width: 70px;
}

.emoji_wrap .emoji img {
    opacity: 0.5;
}

.template_section .feedback_wrap2 {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    border: 0;
    display: none;
}

.template_section .feedback_wrap2_header {
    background-color: #2A2D83;
    border-radius: 10px 10px 0 0;
}

.template_section .feedback_wrap2_header h4 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
    padding: 12px 0;
}

.template_section .feedback_wrap2_body {
    background-color: #ffffff;
    border-radius: 10px 10px 10px;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
}

.template_section .feedback_wrap2_body h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
}

.template_section .feedback_wrap2_body .btn {
    background-color: #2A2D83;
    border-radius: 2px;
    width: 134px;
    height: 27px;
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 15px;
    text-align: center;
    padding: 5px;
}


/**/

.carousel-wrap {
    position: relative;
}


/* fix blank or flashing items on carousel */

.owl-carousel .item {
    position: relative;
    z-index: 100;
    backface-visibility: hidden;
}


.coupons .owl-carousel .item {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 8px 17px -8px #a3a5ae;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
    width: 220px;
}

.owl-carousel .item.blue {
    border-bottom: 3px solid #7670f8;
}

.owl-carousel .item.pink {
    border-bottom: 3px solid#C55FF5;
}

.owl-carousel .item.green {
    border-bottom: 3px solid #17be56;
}

.coupons .owl-carousel .item .icon img {
    width: 13.74px;
}

.coupons .owl-carousel .item .icon {
    border-radius: 100%;
    width: 41px;
    height: 40.99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -7px;
    right: -7px;
}

.owl-carousel .item.pink .icon {
    background-color: #faf1fe;
}

.owl-carousel .item.blue .icon {
    background-color: #f3f2fe;
}

.owl-carousel .item.green .icon {
    background-color: #f0fdf5;
}

.slider_wrap {
    margin: 10px auto;
}

.owl-nav,
.owl-dots {
    display: none;
}

.owl-carousel .item .sale_head {
    color: #000000;
    font-size: 9px;
    font-weight: 400;
    opacity: 0.6000000238418579;
    text-align: left;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.owl-carousel .item .discount_card {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 10px;
    text-align: left;
    margin: 0;
    padding: 0;
    height: 22px;
    margin-left: 5px;
    margin-bottom: 30px;
    margin-right: 32px;
}

.owl-carousel .item .discount_card span {
    font-size: 12px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 12px;
}

.owl-carousel .item .promo_wrap_card .col-sm-6 p {
    /*color: #000000;
    font-size: 11px;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
    margin: 0;
    padding: 0;
    word-break: break-word;*/
    font-size: 12px;
    margin: 0px;
}

.owl-carousel .item .promo_wrap_card .col-sm-6:last-child p {
    /*color: #000000;
    font-size: 7px;
    font-weight: 600;
    line-height: 11px;
    /* opacity: 0.6000000238418579; */
    /*text-align: right;
    margin: 0;
    padding: 0;*/

    color: #000000;
    font-size: 9px;
    font-weight: 600;
    line-height: 11px;
    margin: 0;
    padding: 0;
    text-align: right;
    margin-right: 8px;
}

.row.promo_wrap_card {
    /*display: inline-flex;
    align-items: end;*/

    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cut_round_shape.right {
    background-color: #efefef;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 9;
    right: -6px;
    top: 55%;
}

.cut_round_shape.left {
    background-color: #efefef;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    position: absolute;
    z-index: 9;
    left: -6px;
    top: 55%;
}

.owl-carousel .item.pink .row.promo_wrap_card {
    border-top: 0.5px dashed #f4ddff;
    padding-top: 8px;
}

.owl-carousel .item.blue .row.promo_wrap_card {
    border-top: 0.5px dashed #dad8fd;
    padding-top: 8px;
}

.owl-carousel .item.green .row.promo_wrap_card {
    border-top: 0.5px dashed #ccf9dd;
    padding-top: 8px;
}

.custom_tab_wrap {
    margin-top: 15px;
    background: #ffffff;
    border-radius: 8px 8px 0 0;
    border: 5px solid #ffffff;
}

.custom_tab_wrap ul {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    border: 1px solid #2A2D83;
    border-radius: 7px 7px 0 0;
}

.custom_tab_wrap ul li {
    width: 50%;
    text-align: center;
    background-color: #ffffff;
    padding: 9px;
    border-top-left-radius: 6px;
}

.custom_tab_wrap ul li:last-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 6px;
}

.custom_tab_wrap ul li a {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.86px;
    text-align: center;
}

.custom_tab_wrap ul li a:hover,
.custom_tab_wrap ul li:hover>a,
.custom_tab_wrap ul li.active a {
    color: #ffffff !important;
}

.custom_tab_wrap ul li:hover,
.custom_tab_wrap ul li.active {
    background: #2A2D83;
}

.points {
    display: none;
}

.points .owl-carousel .item .icon img {
    width: 10px;
    margin: 0 auto;
}

.points .owl-carousel .item {
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 8px 17px -8px #a3a5ae;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

.points .owl-carousel .item .icon {
    background: #fedb41;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    box-shadow: 0 8px 17px -8px #32c5ff;
    position: absolute;
    right: 45%;
    top: 10px;
    text-align: center;
    margin: 0 auto;
    padding: 4px;
}

.point_box_wrap {
    border: 1px dashed #979797;
    border-radius: 5px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.26);
    width: 106px;
    height: 45px;
    margin: 15px auto;
    padding: 2px;
}

.point_box_wrap h4 {
    color: #000000;
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 0.68px;
    line-height: 21px;
    text-align: center;
    margin: 0;
    padding: 0;
    padding-top: 4px;
}

.point_box_wrap p {
    color: #000000;
    font-size: 9px;
    font-weight: 400;
    opacity: 0.6000000238418579;
    text-align: center;
    margin: 0;
    padding: 2px;
    text-transform: uppercase;
}

.points_exp_date {
    color: #000000;
    font-size: 8px;
    font-weight: 600;
    line-height: 7px;
    /* opacity: 0.6000000238418579; */
    text-align: center;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 5px;
    bottom: 4px;
}

.feedback_section_wrap .edit_border_wrap:before {
    bottom: 0px;
}

.slider_wrap_section .edit_border_wrap:before {
    bottom: 3px;
}

.refer_earn_heading h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19.36px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.refer_earn_heading p {
    color: #000000;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.59px;
    line-height: 16px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.refer_earn_heading {
    padding: 10px;
    position: relative;
}

.refer_earn_heading::before {
    background: linear-gradient(35deg, transparent 20px, #f6f6f6 0), linear-gradient(-35deg, transparent 20px, #f6f6f6 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
}

.invoice_refer_earn_wrap {
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.27);
    margin: 15px auto;
    position: relative;
}

.refer_bg_wrap {
    text-align: center;
    margin: 20px auto;
    margin-bottom: 0;
}

.refer_desc_wrap {
    background-color: #2A2D83;
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    position: relative;
    bottom: 4px;
    z-index: 1;
}

.refer_desc_wrap .col-sm-6 p {
    margin: 0 auto;
    color: #ffffff;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 14px;
    text-align: center;
}

.coupan_code_wrap {
    padding: 15px 0;
}

.coupan_code_wrap p {
    color: #000000;
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}

.coupon_code_box {
    border: 1px dashed #979797;
    width: 131px;
    margin: 0 auto;
    padding: 5px 0;
}

.coupon_code_box h4 {
    color: #ff7400;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.coupon_code_box p {
    color: #000000;
    opacity: 0.6000000238418579;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    text-align: center;
    margin: 0 auto;
}

.refer_earn_btn {
    position: relative;
    padding: 40px 0 20px;
    text-align: center;
}

.refer_earn_btn .dropdown .dropdown-menu .dropdown-item {
    padding: 4px 12px
}

.refer_earn_btn .dropdown .dropdown-menu li a {
    padding: 0;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.refer_earn_btn .dropdown .dropdown-menu li a i {
    margin-right: 10px;
    font-size: 16px;
    min-width: 16px;
}

.refer_earn_btn .btn:focus {
    outline: 0;
}

.refer_earn_btn .dropdown .dropdown-menu li a span {
    background: #353254;
    color: #ffffff;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 11px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.refer_earn_btn .btn {
    background-color: #2A2D83;
    border-radius: 2px;
    width: 104px;
    height: 22.99px;
    color: #ffffff;
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 14px;
    text-align: center;
    padding: 5px;
}

.refer_earn_btn:before {
    background: linear-gradient(35deg, transparent 20px, #f6f6f6 0), linear-gradient(-35deg, transparent 20px, #f6f6f6 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    bottom: 60px;
    left: 0;
    width: 100%;
    transform: rotate(180deg);
}

.invoice_refer_earn_wrap .edit_border_wrap:after {
    height: 96%;
}

.invoice_refer_earn_wrap .edit_border_wrap:before {
    bottom: 9px;
}

.win_card_wrap {
    background: #e8c174 url(../images/win_card_bg.png) no-repeat;
    height: 126px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 10px;
}

.win_card_content h2 {
    color: #000000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19.36px;
    text-align: left;
    margin: 5px auto;
}

.win_card_content p {
    color: #000000;
    font-family: "Lato";
    font-size: 9px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    text-align: left;
    margin: 0 auto;
}

.win_card_content a {
    color: #000000;
    font-family: "Lato";
    font-size: 6px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    text-align: left;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

.win_card_content button,
.win_card_content .btn {
    background-color: #482a00;
    border-radius: 2px;
    width: 104px;
    height: 23px;
    color: #ffffff;
    font-family: "Lato";
    font-size: 8px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 14px;
    text-align: center;
    border-color: #482a00;
    text-decoration: none;
    opacity: 1;
    padding: 5px 0;
}

.win_card_content {
    padding: 15px;
}

.win_card_wrap .edit_border_wrap::before {
    bottom: -1px;
}

.question_contact_wrap {
    background-color: #ffffff;
    border-radius: 8px;
}

.question_heading h2 {
    color: #000000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19.36px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0;
}

.question_contact_wrap {
    margin: 15px auto;
    position: relative;
}

.question_contact_wrap .edit_border_wrap::before {
    bottom: 0;
}

.question_icon_wrap label {
    color: rgba(0, 0, 0, 0.85);
    font-family: "Lato";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 13.31px;
    text-align: center;
}

.question_icon_wrap {
    padding: 15px 0;
}

.question_icon_wrap .col-sm-4 {
    text-align: center;
}

.social_icon_wrap .social_icon {
    background-color: #2A2D83;
    border-radius: 7px;
    width: 34px;
    height: 33px;
    line-height: 32px;
    text-align: center;
    margin: auto 10px;
}

.social_card_wrap {
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
}

.social_card_wrap .edit_border_wrap::before {
    bottom: 0px;
}

.social_icon_wrap {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 10px 0;
}

.social_icon_anchor a {
    color: #000000;
    font-family: "Lato";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.59px;
    line-height: 13.31px;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
    padding: 5px 0 20px;
}

.conected_app_store_wrap {
    margin: 15px auto;
    position: relative;
}

.conected_app_store_wrap .edit_border_wrap::before {
    bottom: -7px;
}

.conected_app_store_wrap p {
    color: #000000;
    font-family: "Lato";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.48px;
    line-height: 13px;
    opacity: 0.6000000238418579;
    text-align: center;
}

.app_store_button {
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
}

.app_store_button a {
    margin-right: 10px;
}

.bar_code_wrap {
    margin: 15px auto;
    position: relative;
}

.bar_code_wrap .edit_border_wrap::before {
    bottom: 0;
}

.bar_code_wrap h5 {
    font-size: 20px;
    margin-bottom: 0
}

.bar_code_wrap p {
    margin: 0;
}

.bar_code_img {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.thanks_visit {
    position: relative;
    /*background: #ffffff;*/
    padding: 9px 0;
    border-radius: 8px 8px 0 0;
    margin-top: 1px;
    text-align: center;
    padding: 10px 30px 0px 30px;
    border-radius: 10px;
    margin-bottom: 0;
}


/*.thanks_visit::before {
    background: linear-gradient(35deg, transparent 20px, #ffffff 0), linear-gradient(-35deg, transparent 20px, #ffffff 0);
    background-size: 20px 20px;
    content: "";
    display: block;
    height: 20px;
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
  }*/

.thanks_visit ul {
    list-style: none;
    margin: 0 0 5px 0;
    padding: 0;
    display: inline-block;
}

.thanks_visit li {
    font-size: 12px;
}


/*.thanks_visit li:first-child {
    background: url(../images/mail-outline.png) no-repeat 0px 4px;
    padding-left: 20px;
    background-size: 15px auto;
}
.thanks_visit li:last-child {
    background: url(../images/phone-portrait-outline.png) no-repeat 2px 1px;
    padding-left: 20px;
    background-size: 10px auto;
}*/

.thanks_visit p {
    color: #ABABAB;
    font-family: 'Lato';
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    margin: 0;
    padding: 5px 0 0 0;
}

.template_editor {
    text-align: right;
    position: fixed;
    overflow-y: auto;
    height: 80vh;
    right: 15px;
    z-index: 9999100;
}

.editor_box_wrap {
    background-color: #353254;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
}

.editor_heading h4 {
    color: #ededed;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
}

.editor_heading h5 {
    color: #ededed;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
    margin-top: 10px;
}

.editor_heading {
    position: relative;
    line-height: 0;
}

.editor_heading img {
    position: absolute;
    right: 0;
    cursor: pointer;
}

.editor_wrap {
    width: 281px;
    margin-left: auto;
}

.editor_input {
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    height: 42px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    color: #ffffff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.editor_input::placeholder {
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.4;
}

.editor_content {
    text-align: left;
    margin: 15px auto;
}

.file_input_wrap {
    position: relative;
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    height: 42px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
}

.file_input_wrap img {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
}

.file_input_wrap>[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 10;
    cursor: pointer;
}

.file_input_wrap>.label {
    color: #ffffff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    opacity: 0.3;
    line-height: 42px;
}

.file_input_wrap.-chosen>.label {
    opacity: 1;
}

.drop-down .options ul {
    display: none;
}

.drop-down {
    margin-top: 10px;
}

.drop-down .selected {
    position: relative;
}

.drop-down .selected,
.drop-down .options ul li {
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    height: 42px;
}

.drop-down .selected span,
.drop-down .options ul li a {
    color: #ffffff;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.81px;
    text-align: left;
    line-height: 45px;
    padding-left: 10px;
}

.drop-down .selected span span,
.drop-down .options ul li a span {
    color: #ffffff;
    font-family: "Lato";
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.75px;
    opacity: 0.4000000059604645;
    text-align: left;
    padding-left: 65px;
}

.drop-down .selected a i {
    position: absolute;
    padding: 15px;
    right: 0px;
    color: #ffffff;
}

.drop-down .options ul {
    margin: 0 auto;
    padding: 0;
    margin-top: 2px;
}

.drop-down .options ul li {
    position: relative;
}

.drop-down .options ul li:after {
    position: absolute;
    content: " ";
    background-color: #f6f6f6;
    opacity: 0.4000000059604645;
    width: 202px;
    height: 1px;
    left: 20px;
    top: 41px;
}

.drop-down .options ul li:last-child:after {
    content: none;
}

.checkbox_wrap input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.checkbox_wrap label {
    position: relative;
    cursor: pointer;
    color: #ededed;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    margin: 0 auto;
    text-transform: uppercase;
}

.checkbox_wrap label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #514e74;
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.checkbox_wrap input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid rgba(255, 255, 255, 0.56);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.editor_content .checkbox_wrap label {
    position: relative;
    cursor: pointer;
    font-family: "Lato";
    color: #ededed;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.88px;
    text-align: left;
    margin: 0 auto;
    text-transform: capitalize;
}

.editor_content .checkbox_wrap label::before {
    content: "";
    -webkit-appearance: none;
    background-color: #514e74;
    border: 1px solid rgba(255, 255, 255, 0.56);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.editor_content .checkbox_wrap input:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5.5px;
    width: 6px;
    height: 10px;
    border: solid rgba(255, 255, 255, 0.56);
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.editor_content .checkbox_wrap {
    margin-right: 15px;
    margin-bottom: 10px;
}

.title_tab ul {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 10px auto;
}

.title_tab ul li {
    background-color: #514e74;
    border: 0.5px solid #77739d;
    padding: 0 8px;
    height: 27px;
    color: #ffffff;
    font-family: "Lato";
    font-size: 12px;
    font-weight: 400;
    opacity: 0.2000000029802322;
    text-align: center;
    line-height: 29px;
}

.title_tab ul li:hover,
.title_tab ul li.active {
    background-color: #8a85be;
    border: 0.5px solid #77739d;
    opacity: 1;
    cursor: pointer;
}

.body_text .editor_textarea {
    min-height: 71px;
    background-color: #514e74;
    border-radius: 6px;
    width: 241px;
    max-width: 241px;
    border: 0;
    outline: none;
    box-shadow: none;
    padding-left: 10px;
    color: #ffffff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
}

.body_text .editor_textarea::placeholder {
    color: #ffffff;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    opacity: 0.2000000029802322;
    text-align: left;
    padding: 10px;
}

label.header {
    color: #ededed;
    font-family: "Lato";
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.81px;
    opacity: 0.6000000238418579;
    text-align: left;
}

.font_wrap {
    margin-bottom: 10px;
}

.font_wrap input {
    text-align: center;
}

.editor_box_wrap.color_picker_wrap {
    background-color: #eeeeee;
}

.editor_box_wrap.editor_box_wrap.color_picker_wrap .editor_heading h4 {
    color: #4a4a4a;
}

.editor_box_wrap.editor_box_wrap.color_picker_wrap .editor_content,
.picker_wrap {
    display: inline-flex;
    width: 100%;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: wrap;
}

.color_wrap .header {
    color: #9b9b9b;
}

.color_wrap {
    width: 50%;
    margin-bottom: 10px;
}

.color_picker {
    background-color: #0076ff;
    border-radius: 100%;
    width: 28px;
    height: 28px;
    margin-right: 5px;
    cursor: pointer;
}

.color_wrap.file_background {
    width: 100%;
}

.editor_wrap {
    display: none;
}

.checkbox_wrap {
    text-align: left;
}

/*.modal-open .modal {
    top: 10%;
}*/

.modal {
    z-index: 99999999;
    /*overflow-y:auto !important;*/
    padding-right: 0px !important;
}

.modal-backdrop {
    z-index: 9999999;
}

.template_section .feedback_wrap2 {
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    border: 0;
    display: none;
}

.template_section .feedback_wrap2_header {
    background-color: #2A2D83;
    border-radius: 10px 10px 0 0;
}

.template_section .feedback_wrap2_body {
    background-color: #ffffff;
    border-radius: 10px 10px 10px;
    width: 100%;
    text-align: center;
    padding-top: 0;
    padding-bottom: 15px;
}

.template_section .feedback_wrap2_header h4 {
    color: #ffffff;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
    padding: 12px 0;
    margin: 0px;
}

.template_section .feedback_wrap2_body h4 {
    color: #000000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 19px;
    text-align: center;
    margin: 0px;
    padding: 10px 0px;
}

.template_section .feedback_wrap2_body button,
.template_section .feedback_wrap2_body .btn {
    background-color: #2A2D83;
    border-radius: 2px;
    width: 134px;
    height: 27px;
    color: #ffffff;
    font-family: "Lato";
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.43px;
    line-height: 15px;
    text-align: center;
    padding: 5px;
}

.earned_coin_section .edit_border_wrap:after {
    height: 30px;
    top: -4px;
}

.earned_coin_section .edit_border_wrap:before {
    bottom: -13px !important;
}

.earned_coin_section .edit_border_wrap .editorTool .invoice_edit_icon {
    top: -15px;
}

.watermark {
    margin: 0;
    -webkit-text-transform: uppercase;
    text-transform: lowercase;
    color: #000000;
    font-size: 30px;
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
    top: 15%;
    right: 0;
    font-style: italic;
    z-index: 1;
    opacity: 0.2;
    display: block;
    white-space: normal;
}

.points_input_wrap {
    display: inline-flex;
    align-items: flex-start;
    justify-content: left;
    position: relative;
}

.points_input_wrap input {
    text-align: left;
    width: auto;
}

.points_input_wrap input:first-child {
    width: 175px;
    margin-right: 10px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
}

.points_input_wrap input:nth-child(2) {
    width: 70px;
    padding-right: 25px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    opacity: 0.4000000059604645;
    text-align: left;
}

.points_input_wrap i {
    color: #ffffff;
    position: absolute;
    right: 7px;
    top: 15px;
    cursor: pointer;
}


/* Color Picker css */

.color-wrapper {
    position: relative;
}

.color-wrapper p {
    margin-bottom: 5px;
}

input.call-picker {
    border: 1px solid #aaa;
    color: #666;
    text-transform: uppercase;
    float: left;
    outline: none;
    padding: 10px;
    text-transform: uppercase;
    width: 85px;
}

.color-picker {
    width: 132px;
    background: #f3f3f3;
    height: 90px;
    padding: 5px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 3px 1px #ddd;
    position: absolute;
    top: 32px;
    left: 2px;
    z-index: 9;
}

.color-picker .color-item {
    cursor: pointer;
    width: 10px;
    height: 10px;
    list-style-type: none;
    float: left;
    margin: 2px;
    border: 1px solid #ddd;
}

.color-picker .color-item:hover {
    border: 1px solid #666;
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
}


/* Color Picker css  */

ul.emoji_list li a,
.emojiSelected a span {
    display: inline-flex;
    justify-content: space-around;
    padding: 0 !important;
    width: 90%;
    align-items: center;
    height: 42px;
}

ul.emoji_list li a img,
.emojiSelected a span img {
    width: 30px;
    padding: 1px;
}

p.or_paragraph {
    color: #ffffff;
    text-align: center;
    margin: 15px auto;
}

.points_input_wrap .drop-down {
    margin: 0;
    width: 74px;
}

.points_input_wrap .drop-down .selected,
.points_input_wrap .drop-down .options ul li,
.points_input_wrap .drop-down .options {
    width: 74px;
}

.points_input_wrap .drop-down .selected a i {
    padding: 0 8px;
}

.points_input_wrap .drop-down .selected span,
.points_input_wrap .drop-down .options ul li a {
    padding-left: 5px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 74px;
    overflow: hidden;
    display: block;
}

.points_input_wrap .drop-down .options ul li:after {
    width: 55px;
    left: 10px;
    top: 41px;
}

.add_more_social_icon {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: left;
}

.add_more_social_icon .add_btn {
    border: 0.5px solid #ffffff;
    border-radius: 5px;
    width: 60px;
    height: 54px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 100;
    text-align: center;
    padding: 7px;
    line-height: 38px;
    cursor: pointer;
}

.add_more_social_icon p {
    color: #ededed;
    font-family: "Lato";
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.69px;
    line-height: 13px;
    text-align: left;
    padding-left: 15px;
    margin: 0;
}

.radio_wrap {
    margin-bottom: 10px;
}

.radio_wrap [type="radio"]:checked,
.radio_wrap [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio_wrap [type="radio"]:checked+label,
.radio_wrap [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #ededed;
    font-family: "Lato";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.88px;
    text-align: left;
}

.radio_wrap [type="radio"]:checked+label:before,
.radio_wrap [type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.26);
}

.radio_wrap [type="radio"]:checked+label:after,
.radio_wrap [type="radio"]:not(:checked)+label:after {
    content: "";
    width: 12px;
    height: 12px;
    background: #ffffff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio_wrap [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio_wrap [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


/*.portlet {
    margin: 15px auto;
  }*/

#myModal .modal-header {
    background-color: #f5f6fa;
    border: 1px solid #eeeeee;
    border-radius: 5px 5px 0 0;
}

#myModal .close {
    opacity: 1;
}

#myModal .modal-title {
    color: #0076ff;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    text-align: left;
}

.modal-body .input_group label {
    color: #000000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    opacity: 0.5;
    text-align: left;
    padding-right: 20px;
    min-width: 150px;
}

.modal-body .input_group input {
    font-family: "Lato";
    border: 0.5px solid #2A2D83;
    border-radius: 3px;
    box-shadow: inset 0 0.3px 6px 0 rgba(0, 118, 255, 0.27);
    opacity: 0.9987211681547619;
    width: 266px;
    height: 44px;
    color: #000000;
    font-size: 16px;
    outline: none;
}

.modal-body .input_group select {
    font-family: "Lato";
    -webkit-appearance: none;
    -mos-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/editor/bluedownarrow.svg) right no-repeat;
    background-position: right 0.7em top 50%, 0 0;
    color: #000000;
    display: inline-block;
    padding: 5px;
    outline: none;
    box-shadow: none;
    margin: 0 auto;
    background-color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    min-width: 95px;
    border: 1px solid #eeeeee;
    min-width: 266px;
    line-height: 29px;
    vertical-align: middle;
    padding-left: 10px;
    background-size: 20px auto;
    padding-right: 35px;
    cursor: pointer;
    height: 44px;
}

.modal-body .input_group {
    margin-bottom: 10px;
    display: inline-flex;
    align-items: center;
}

.submit_modal {
    width: 475px;
}

.modal-body .input_group .radio_wrap {
    margin: 0;
}

.modal-body .input_group .radio_wrap label {
    color: #000000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    text-align: left;
}

.modal-body .input_group .radio_wrap [type="radio"]:checked+label:before,
.modal-body .input_group .radio_wrap [type="radio"]:not(:checked)+label:before {
    border: 1px solid #2A2D83;
}

.modal-body .input_group .radio_wrap [type="radio"]:checked+label:after,
.modal-body .input_group .radio_wrap [type="radio"]:not(:checked)+label:after {
    background: #3b86ff;
}

.input_group .btn-group button,
.input_group .btn-group .btn {
    background-color: #f0f0f0;
    border: 0.5px solid #dce0df;
    border-radius: 0 4px 4px 0;
    width: 133px;
    height: 44px;
    outline: none;
}

.input_group .btn-group button.active {
    background-color: #e3fcf5;
    border: 0.5px solid #109b75;
    border-radius: 4px 0 0 4px;
    width: 133px;
    height: 44px;
}

.input_group_label {
    background-color: #ecf2f4;
    border-radius: 2px;
    opacity: 0.4000000059604645;
    height: 43px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    width: 100%;
}

.input_group_label h4 {
    color: #000000;
    font-family: "Lato";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.33px;
    line-height: 19px;
    opacity: 0.5;
    text-align: left;
}

#myModal .title_tab ul li:first-child {
    border-radius: 5px 0 0 5px;
}

#myModal .title_tab ul li:last-child {
    border-radius: 0 5px 5px 0;
}

#myModal .title_tab ul li:hover,
#myModal .title_tab ul li.active {
    background-color: #3582ff;
    border: 0;
    opacity: 1;
    color: #ffffff;
}

#myModal .title_tab ul li {
    border: 0.5px solid #000000;
    opacity: 0.1000000014901161;
    background: transparent;
    color: #000000;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.29px;
    line-height: 25px;
    text-align: center;
}

.feedback_section_wrap,
.slider_wrap_section,
.question_contact_wrap,
.invoice_refer_earn_wrap,
.win_card_wrap,
.social_card_wrap,
.bar_code_wrap {
    margin-left: 15px;
    margin-right: 15px;
}

.edit_border_wrap .invoice_heading:first-child {
    border-radius: 0;
    box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.12);
    padding: 20px 10px 5px;
}

.tooltip {
    position: relative;
    display: inline-block;
    opacity: 1;
    z-index: 999;
}

.tooltip .tooltiptext {
    visibility: hidden;
    min-width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    font-size: 10px;
    left: -50px;
    padding: 5px;
    display: block;
}

.tooltip .tooltiptext .tooltiptextheading {
    gap: 10px;
}

.tooltip .tooltiptext .tooltiptextheading .tooltiptextheading1 {
    white-space: nowrap;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.myAlert-top {
    position: fixed;
    top: 10px;
    right: 10px;
}

.invoice_terms_wrap {
    margin: 15px auto;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #ffffff;
    border-radius: 10px 10px 10px;
    padding: 10px 0;
    margin-left: 15px;
    margin-right: 15px;
}

.invoice_terms_wrap label {
    text-align: center;
    display: block;
    color: #000;
}

.invoice_terms_wrap ul li {
    width: 100%;
}

.invoice_terms_wrap a {
    outline: none;
    color: #000;
    text-decoration: none;
}


/**/

.customr-copy-divider {
    position: relative;
    padding: 15px 0;
    margin: 0;
    background-color: #ffffff;
    text-align: center;
}

.customr-copy-divider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 5px;
    transform: translate(-50%);
    width: 100%;
    height: 1px;
    padding: 0;
    background-image: linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
}

.customr-copy-divider::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    transform: translate(-50%);
    width: 100%;
    height: 1px;
    padding: 0;
    background-image: linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to right, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%), linear-gradient(to bottom, #333333 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 20px 4px, 20px 4px, 4px 20px, 4px 20px;
}

.footer-slider {
    margin: 15px 15px;
}

.footer-slider .item-video {
    height: 170px;
    padding: 0 15px
}

.footer-slider .item-video img {
    height: 100%;
    width: 100%;
}

.bar_code_img a {
    color: #000;
}

.bar_code_img img {
    height: auto;
    max-width: 100%;
}

.owl-carousel .owl-video-tn {
    background-size: cover;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
}

.owl-video-frame {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

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

.owl-dots {
    text-align: center;
    margin-top: 20px;
}

.owl-dot {
    display: inline-block;
}

.owl-dot span {
    width: 11px;
    height: 11px;
    background-color: #ccc;
    border-radius: 50%;
    display: block;
    margin: 5px 3px;
}

.owl-dot.active span {
    background-color: #000;
}

.address-user {
    text-align: left;
    margin: auto;
    width: 90%;
}

.address-user p {
    margin: 0;
    text-align: left;
}

.address-user span {
    display: inline;
}

h4.tagline {
    font-size: 14px
}

h4.brand-name {
    font-size: 14px;
    margin: 5px 0;
}

.checkout_wrap_text {
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
}

.checkout_wrap_text a {
    color: #000;
    font-size: 14px;
}

.checkout_wrap {
    margin: 15px 15px 0;
}

p.Powered_by {
    text-align: center;
    margin: 0;
    font-size: 11px;
}

p.disclaimer {
    text-align: center;
    margin: 0;
    font-size: 11px;
    margin-top: 5px;
}

.maerhcandise-credit {
    width: 80%;
    margin: auto;
    padding-bottom: 10px;
}

.maerhcandise-credit h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.StoreName {
    font-size: 14px;
}

@media (max-width: 767px) {
    .template_section {
        width: 100%;
    }
}

.header-bg-img {
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    bottom: 0;
    height: auto;
    width: 100%;
    display: flex;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
}

.header-bg-img img {
    max-width: 100%;
}

.invoice-details-bg-img {
    position: absolute;
    z-index: 1;
    opacity: 0.2;
    top: 50%;
    left: 50%;
    bottom: 0;
    height: auto;
    width: 100%;
    display: flex;
    transform: translate(-50%, -50%);
    align-items: center;
    justify-content: center;
}

.modal-popup button.close {
    position: absolute;
    right: -40px;
    top: 0;
    background: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 28px;
}

@media(max-width: 767px) {
    .modal.show .modal-dialog {
        margin-top: 25px;
    }

    .modal-popup button.close {
        top: -15px;
        right: -8px;
        z-index: 2;
    }
}

.modal-content {
    max-width: 420px;
    /*max-height: 320px;*/
    margin: 0 auto;
}

.FeedBackmodal-content {
    margin: 0 auto;
}

.modal-popup .modal-body {
    padding: 0;
    max-width: 420px;
    max-height: 320px;
}

.modal-popup .modal-body img {
    max-width: 420px;
    max-height: 320px;
}

.modal-popup .btn-click {
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 122px;
    height: 33px;
    background-color: #FFFFFF;
    border-radius: 3px;
    color: #292525;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
}

.modal-popup .super_offer {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    color: #ffffff;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    width: 26ch;
}

.show_more_coupon_div {
    z-index: 1070;
    position: relative;
}

.show_more_coupon_div .owl-carousel .item .sale_head {
    text-transform: unset;
    opacity: 0.99;
    color: #828282;
    background-color: #ffffff;
    margin-right: -5px;
}

.show_more_coupon_div .coupons .owl-carousel .item .slider_section {
    margin-top: 20px;
}

.show_more_coupon_div .slider_section ul {
    padding-top: 5px;
}

.show_more_coupon_div .slider_section li {
    line-height: 10px;
}

.show_more_coupon_div .slider_wrap .carousel-wrap.points label {
    text-align: center;
    width: 100%;
    font-size: 14px;
}

#lblVoucherPoints {
    display: flex;
    justify-content: center;
}

/* .invoice_detail_div {} */
#spnvisitusTitle {
    font-size: 14px;
}



.footer-carousel .nav-btn {
    height: 45px;
    position: absolute;
    width: 24px;
    cursor: pointer;
    top: 65px !important;
    background-color: rgba(139, 139, 139, 0.507) !important;
}

.footer-carousel .owl-prev.disabled,
.footer-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.footer-carousel .prev-slide {
    /* background: url(nav-icon.png) no-repeat scroll 0 0; */
    background: url(../images/double_left.png) no-repeat scroll 0 9px;
    left: -11px;
}

/* .footer-carousel .prev-slide::before {
    content: '<';
} */

.footer-carousel .next-slide {
    /* background: url(nav-icon.png) no-repeat scroll -24px 0px; */
    background: url(../images/double_right.png) no-repeat scroll 0px 9px;
    right: -11px;
}

/* .footer-carousel .prev-slide:hover {
    background-position: 0px -53px;
}

.footer-carousel .next-slide:hover {
    background-position: -24px -53px;
} */

.footer-carousel .owl-nav {
    display: block;
}

/*Amount Paid*/

.divdropDownDataOfAmountPaid label,
.quanity label {
    color: rgba(192, 192, 192, 0.85);
    font-family: Lato;
    font-size: 12px;
    letter-spacing: 0.18px;
    line-height: 14.4px;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.divdropDownDataOfAmountPaid span,
.quanity span {
    color: rgba(255, 255, 255, 0.85);
    font-family: Dosis;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
}

/*.divdropDownDataOfAmountPaid span:after {
    content: '';
    background: url(../images/downarrow-white.png) no-repeat;
    font-family: Lato;
    color: #aeb2b3;
    width: 14px;
    text-align: center;
    top: 32px;
    margin-left: 5px;
    position: absolute;
    cursor: pointer;
    height: 12px;
    font-size: 18px;
}*/




.Point-Summary {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    margin: 20px 15px;
}


.Point-Summary-header {
    display: flex;
    justify-content: center;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    background-color: #2A2D83;
    padding: 12px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.Point-Summary-details {
    display: flex;
    justify-content: center;
    padding: 15px 50px 15px 50px;
    font-weight: 800;
}

.point_headding {
    color: #2E2E2E;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.18px;
    line-height: 14px;
    margin-bottom: 2px;
}

.coupons-Summary {
    margin: 0px 15px;
    margin-bottom: 10px;
}

/*.Point-Summary-details {
    display: flex;
    justify-content: center;
    padding: 15px 50px 15px 50px;
    font-weight: 800;
}*/

.Point-Summary-details .col-6 span {
    font-weight: 600;
    font-size: 16px;
    margin-right: 40px;
    padding-right: 30px;
}

.alignPointSummary {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 42px;
}

element.style {
    display: block;
    margin-top: 0px;
}

.Point-Summary-header {
    display: flex;
    justify-content: center;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    background-color: #2A2D83;
    padding: 12px;
    color: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.discount_card {
    margin-top: 10px !important;
}



/*.coupons .owl-carousel .item {
    width: 100%;
}*/


.banner_bg {
    position: relative;
}

.banner_img_text {
    margin: 0px 15px;
    /*margin-bottom: 15px;*/
    width: 450px;
    border-radius: 10px;
    height: 142px;
}

.bg_content_details {
    position: absolute;
    top: 20px;
    left: 35px;
}

.modal-content {
    max-width: 422px !important;
    min-height: 160px !important;
}

.confirmation_model .question {
    width: 90%;
    position: absolute;
    top: 160px;
}

.question .submit_btn {
    width: 100%;
    padding: 8px 0px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #2B2D83;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    border-radius: 5px;
    margin-top: 8px;
}

.question .input-group .input-area {
    height: 45px;
    width: 100%;
    outline: none;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    padding-left: 14px;
    font-weight: 500;
    border-radius: 4px;
}

.enterEmailMolel_content {
    /*background-image: url("../images/bg.png");*/
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFFFFF;
    border-radius: 19px;
    width: 100%;
    padding: 10px;
    min-height: 277px;
    border-radius: 0px;
    position: relative;
}

.update_btn {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.15px;
    line-height: 12px;
    font-weight: 400;
    background-color: #053360;
    border-radius: 3px;
    border: none;
    outline: none;
    padding: 6px 12px;
    margin-top: 50px;
}

#ancProfileUpdate {
    color: #fff
}

.active_model {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.80072);
}

.active_content {
    background-color: #FFFFFF;
    border-radius: 19px;
    width: 490px;
    margin: 15% auto;
    padding: 20px;
}

.close_model {
    display: flex;
    justify-content: end;
    color: #000000;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    font-weight: normal;
    margin-right: 5px;
    cursor: pointer !important;
}

.close_model:hover,
.close_model:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}

.confirmation_model {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.confirmation_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}

.confirmation_content h3 {
    color: #141414;
    font-family: Lato;
    font-size: 18px;
    letter-spacing: 0.28px;
    font-weight: bold;
}

.confirmation_content h4 {
    color: #141414;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.22px;
    font-weight: normal;
}

.DownloadContent h4 {
    margin-bottom: 0px;
    color: #141414;
    font-family: Lato;
    font-size: 14px;
    letter-spacing: 0.22px;
    line-height: 17px;
    font-weight: bold;
    margin-left: 10px;
}

.email_receipt_content {
    margin-top: 15px;
}

.DownloadContent {
    display: flex;
    background-color: #FFFFFF;
    width: 240px;
    height: 48px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(42, 45, 131, 0.56);
    border-radius: 6px;
    width: 240px;
    height: 48px;
}

.new_DownloadContent {
    display: flex;
    background-color: #FFFFFF;
    border: 1px solid rgba(98, 98, 98, 0.28);
    border-radius: 6px;
    width: 240px;
    height: 48px;
    margin-top: 10px;
    position: relative;
    cursor: pointer;
}

.enable_download_receipt h4 {
    color: #626262;
    font-family: Roboto;
}

.enable_download_eMail h4 {
    color: #626262;
    font-family: Roboto;
}

.receipt_download {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 100%;
}

.receipt_download span {
    color: #626262;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 140px;
}

.download_img {
    width: 16px;
    height: 17px;
}

.valid_email {
    margin-bottom: 12px;
}

input[type="checkbox"] {
    position: absolute;
    right: 5px;
    height: 25px;
    width: 16px;
    accent-color: #0067b7 !important;
}

.confirm_btn_content {
    margin-top: 20px;
    margin-bottom: 10px;
}

.empty_block {
    display: none;
    transition: ease-in-out;
}

.confirm_btn {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    border-radius: 24.5px;
    padding: 5px 35px;
    border: none;
    width: 230px;
    height: 48px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 30px;
    margin-bottom: 20px;
    cursor: not-allowed;
    background-color: #f0f0f0;
}

.confirm_btn_able {
    background-color: #2A2D83;
    cursor: pointer;
}

.confirm_btn_able1 {
    background-color: #2A2D83;
    cursor: pointer;
}

.bg_content_details h3 {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 16px;
    letter-spacing: 0.25px;
    line-height: 19px;
    font-weight: 600;
    margin-bottom: 0px;
}

.submit_btn_wrap .submit_btn {
    width: 100%;
    padding: 10px 0px;
    border: none;
    outline: none;
    color: #fff;
    background-color: #2B2D83;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    border-radius: 5px;
    margin-top: 15px;
}

.submit_btn_wrap {
    width: 90%;
    position: absolute;
    top: 190px;
}

.bg_content_details h6 {
    color: #FFFFFF;
    font-family: Lato;
    font-size: 10px;
    letter-spacing: 0.15px;
    line-height: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.border-align {
    border-left: 1px solid #E9E9E9;
}

.transparentBorder {
    border-left: 1px solid #fff;
}

@media only screen and (max-width: 600px) {
    .addressBlock a {
        right: 2%;
    }

    .banner_img_text {
        width: 92%;
    }

    .point_headding {
        white-space: nowrap;
    }

    .alignPointSummary {
        padding-left: 18px;
    }

    .active_content {
        width: fit-content;
    }

    .coupons .owl-carousel .item {
        width: 100%;
    }

    .owl-carousel .item .discount_card {
        margin-right: 25px;
    }

    .owl-carousel .item .promo_wrap_card .col-sm-6 p .demoCouponAndVoucherCode {
        position: relative;
        top: 30px;
    }
}




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

    .alignPointSummary {
        padding-left: 10px;
    }

    .owl-carousel .item .promo_wrap_card .col-sm-6:last-child p {
        font-size: 7px;
    }
}

@media only screen and (max-width: 575px) {
    .invoice_price_summary .row .col-sm-6 p {
        position: relative;
        bottom: 20px;
    }

    .invoice_price_summary .row .col-sm-4 p {
        position: relative;
        bottom: 20px;
    }
}

.banner-image {}