.single-product .input-text.qty {
    display: none;
}

.single-product form.cart button
{
    width: 100%;
}

/* **** Other Pages **** */
.default-page{
    padding: 60px 0;
    border-top: 1px solid #e0e0e0;
}
.default-page h1{
    font-size: 42px;
    font-weight: bold;
    margin: 0 0 25px;
    color: #000;
}
.default-page h2{
    font-size: 38px;
    font-weight: bold;
    color: #000;
    margin: 0 0 25px;
}
.default-page h3{
    font-size: 34px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.default-page h4{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 15px;
}
.default-page h5{
    font-size: 24px;
    font-weight: bold;
    color: #111;
    margin: 0 0 15px;
}
.default-page h6{
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin: 0 0 15px;
}
.default-page p{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 25px;
    margin: 0 0 20px;
    overflow: hidden;
    display: block;
}
.default-page p strong{
    font-weight: 600;
}
.default-page p a{
    color: #3DAC94;
}
.default-page p a:hover{
    color: #777;
}
.default-page blockquote p{
    font-size: 16px;
    font-weight: normal;
    color: #333;
    font-style: italic;
    margin: 0 0 15px;
}
.default-page p img{margin: 15px 0;}
.default-page img.alignright {
    float: right;
}
.default-page img.aligncenter {
    margin: 15px auto;
    display: table;
}
.default-page ol,
.default-page ul{
    margin: 0 0 15px;
}
.default-page ol li,
.default-page ul li{
    display:block;
    font-size: 15px;
    font-weight: normal;
    color: #333;
    padding: 0 0 0 15px;
    position: relative;
}
.default-page ol li:before,
.default-page ul li:before{
    position: absolute ;
    content: '';
    width: 5px;
    height: 5px;
    background: #111;
    border-radius: 50%;
    top: 9px;
    left: 0;
}
.woocommerce-message{
    border-top-color: #3DAC94;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    line-height: 32px;
}
.woocommerce-message::before{
    color: #3DAC94;
}
.woocommerce-message a.button{
    background: #3DAC94;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
}
.woocommerce-message a.button:hover{
    background: #111;
    color: #fff;
}

.woocommerce-error{
    border-top-color: #ff0410;
    font-size: 16px;
    font-weight: normal;
    color: #111;
    line-height: 32px;
}
.woocommerce-error::before{
    color: #ff0410;
}
.woocommerce-error a.button{
    background: #ff0410;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
}
.woocommerce-error a.button:hover{
    background: #111;
    color: #fff;
}
.woocommerce-error li strong{
    font-weight: 600;
    color: #111;
}

.woocommerce-info{
    border-top-color: #28b2ff;
    font-size: 16px;
    font-weight: normal;
    color: #111;
    line-height: 32px;
}
.woocommerce-info::before{
    color: #28b2ff;
}
.woocommerce-info a.button{
    background: #28b2ff;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
}
.woocommerce-info a.button:hover{
    background: #111;
    color: #fff;
}
.woocommerce-info li strong{
    font-weight: 600;
    color: #111;
}
.woocommerce-info a.showcoupon{
    color: #28b2ff;
}
.woocommerce-info a.showcoupon:hover{
    color: #333;
}

.error-404{
    padding: 100px 0;
    border-top: 1px solid #e0e0e0;
}
.error-404 .main-title h1{
    font-size: 200px;
    line-height: 200px;
    text-align: center;
    margin: 0 0 35px;
    color: #111;
}
.error-404 h2{
    font-size: 42px;
    font-weight: bold;
    color: #262626;
    text-align: center;
    margin: 0 0 15px;
}
.error-404 h4{
    font-size: 20px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin: 0 0 45px;
}

/*.woocommerce h3{
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 30px;
}*/
.woocommerce form .form-row label{
    font-size: 15px;
    font-weight: normal;
    color: #333;
    margin: 0 0 5px;
    display: block;
    line-height: normal;
}
.woocommerce form .form-row{
    margin: 0 0 15px;
}
.select2-container .select2-selection--single,.woocommerce .quantity .qty,
.woocommerce form .form-row select,
.woocommerce form .form-row .input-text{
    padding: 12px 15px;
    height: auto;
    min-width: 80px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    margin: 0;
    color: #333;
    outline: none !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px;
    right: 15px;
}
.woocommerce table.shop_table{border-radius: 0;border: 1px solid #e0e0e0;}
.woocommerce table.shop_table th,table.shop_table.woocommerce-checkout-review-order-table thead th{
    padding: 12px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
}
.woocommerce table.shop_table td,
table.shop_table.woocommerce-checkout-review-order-table tbody td{
    padding: 12px 15px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}
.woocommerce table.shop_table th a,
.woocommerce table.shop_table td a{
    color: #333;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
    background: #f5f5f5;
    border-radius: 0;
}
.default-page .woocommerce ol li, .default-page .woocommerce ul li{
    padding: 0;
}
.default-page .woocommerce ol li:before, .default-page .woocommerce ul li:before{
    display: none !important;
}
.woocommerce table.shop_table tbody td.product-name > p {
    display: none;
}
p.form-row.form-row-last button.button,
.form-row.place-order button.button{
    background: #3DAC94;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    padding: 17px 30px;
    display: table;
}
p.form-row.form-row-last button.button:hover,
.form-row.place-order button.button:hover{
    background: #000;
    color: #fff;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
    background: #fff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}


.woocommerce ul.order_details li{
    padding: 0 15px 0 0;
    font-size: 14px;
    line-height: 24px;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    padding: 10px 15px;
    height: auto;
    min-width: 200px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    margin: 0 15px 0 0;
    color: #333;
}
.woocommerce .cart .coupon .button,
.coupon .button{
    background: #3DAC94;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    display: table;
}
.woocommerce .cart .coupon .button:hover,
.coupon .button:hover{
    background: #111;
    color: #fff;
}

a.checkout-button.button.alt.wc-forward{
    background: #3DAC94;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    display: block;
}
a.checkout-button.button.alt.wc-forward:hover{
    background: #111;
    color: #fff;
}
/* **** End Other Pages **** */



.programs-block img
{
    border-radius: 0 !important;
}



p._sumo_pp_total_payable{
    display: none;
}

._sumo_pp_plan_view_more{
    display: none;
}

p._sumo_pp_initial_payable strong{
    display: none;
}

input[name="_sumo_pp_chosen_payment_plan"] {
    display: none;
}

._sumo_pp_payment_plans tr td:first-child
{
    display: flex;
    flex-direction: row-reverse;
}

/* product-banner-cart */
.products-banner .banner-cart {
    padding: 0 0 25px;
    overflow: hidden;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span {
    position: relative;
    width: 100%;
    padding: 12px 10px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    /*color: #98A2B3;*/
    /* color: #3DAC94; */
    color: #ffffff;
    text-align: center;
    z-index: 9;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span .text-layer,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span .text-layer {
    z-index: 0;
    padding: 0;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span .pay-overlay,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span .pay-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #FDAC95;
    /* border-right: 1px solid #EAECF0;
    border-bottom: 1px solid #EAECF0; */
    z-index: -1;
    padding: 0;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span .pay-overlay:before,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span .pay-overlay:before {
    position: absolute;
    content: "";
    left: 30px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 15px 0 15px;
    border-color: #ec4c1c transparent transparent transparent;
    display: none;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span .pay-overlay:before {
    border-width: 10px 10px 0 10px;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span:last-child .pay-overlay,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span:last-child .pay-overlay {
    border-right: none;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"],
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    z-index: 9;
    cursor: pointer;
    opacity: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"]:checked ~ .pay-overlay,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"]:checked ~ .pay-overlay {
    background: #EC4B1C;
    /* border-bottom-color: #ffffff; */
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"]:checked ~ .pay-overlay:before,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"]:checked ~ .pay-overlay:before {
    display: block;
}

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"]:checked ~ .text-layer,
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span input[type="radio"]:checked ~ .text-layer {
    /*color: #262626;*/
    /* color: #000000; */
    color: #ffffff;
}

.cart-fixed .cart ._sumo_pp_payment_plans,
.products-banner .banner-cart .cart ._sumo_pp_payment_plans {
    width: 100%;
    background: transparent;
    /* margin-bottom: 20px; */
}

.cart-fixed .cart ._sumo_pp_payment_plans ._sumo_pp_plan_description,
.products-banner .banner-cart .cart ._sumo_pp_payment_plans ._sumo_pp_plan_description {
    display: none;
}

.cart-fixed .cart ._sumo_pp_payment_plans tbody td,
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td {
    justify-content: center;
    align-items: center;
    flex-direction: column-reverse;
}

.cart-fixed .cart ._sumo_pp_payment_plans tbody td p,
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td p {
    margin: 0;
}

.cart-fixed .cart ._sumo_pp_payment_plans tbody td > strong,
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td > strong {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: lowercase;
}

.cart-fixed .cart ._sumo_pp_payment_plans tbody td .woocommerce-Price-amount,
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td .woocommerce-Price-amount {
    position: relative;
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #3DAC94;
}

/* .cart-fixed .cart ._sumo_pp_payment_plans tbody td > strong:before,
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td > strong:before {
    position: relative;
    content: "/";
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
} */

.cart-fixed .cart #_sumo_pp_plans_to_choose,
.cart-fixed .cart .price,
.cart-fixed .cart .btn-main,
.products-banner .banner-cart .cart #_sumo_pp_plans_to_choose,
.products-banner .banner-cart .cart .price,
.products-banner .banner-cart .cart .btn-main {
    margin-left: auto !important;
    margin-right: auto !important;
    width: calc(100% - 70px);
}

.cart-fixed .cart .btn-main,
.products-banner .banner-cart .cart .btn-main {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cart-fixed .payment-cancel-text,
.products-banner .banner-cart .payment-cancel-text {
    display: block;
    text-align: center;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0,0,0,0.54);
}

.cart-fixed .payment-cancel-text a,
.products-banner .banner-cart .payment-cancel-text a {
    text-decoration: none;
    color: inherit;
}

.cart-fixed .payment-cancel-text a:hover,
.products-banner .banner-cart .payment-cancel-text a:hover {
    color: #000;
}

/* woocommerce-cart-form */
body.woocommerce-page .default-page {
    background: #F9FAFB;
}

body.woocommerce-page .default-page h1 {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    color: #164A76;
    margin-bottom: 35px;
}

.woocommerce-cart-form .shop_table {
    border: none !important;
}

.woocommerce-cart-form .shop_table thead th {
    text-transform: uppercase;
    color: #164A76;
}

.woocommerce-cart-form .shop_table tbody {
    background: #ffffff;
}

.woocommerce-cart-form .shop_table tbody tr:first-child td {
    padding-top: 40px;
}

.woocommerce-cart-form .shop_table tbody tr:last-child td {
    border-bottom: 1px solid #D0D5DD;
}

.woocommerce-cart-form .shop_table tbody td:first-child {
    border-left: 1px solid #D0D5DD;
}

.woocommerce-cart-form .shop_table tbody td:last-child {
    border-right: 1px solid #D0D5DD;
}

.woocommerce-cart-form .shop_table tbody td {
    vertical-align: top;
    color: #000;
}

.woocommerce-cart-form .shop_table tbody .product-remove a.remove {
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    color: rgba(0,0,0,0.54) !important;
}

.woocommerce-cart-form .shop_table tbody .product-remove a.remove:hover {
    color: #000 !important;
    background: transparent !important;
}

.woocommerce-cart-form .shop_table tbody .product-thumbnail img {
    width: 75px;
    height: 75px;
}

.woocommerce-cart-form .shop_table tbody .product-name p strong {
    font-weight: 500;
    color: #519BCC;
}

.cart_totals {
    padding-top: 20px;
}

.cart_totals h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

.cart_totals .shop_table {
    background: #ffffff;
    padding: 30px 40px !important;
}

.cart_totals .shop_table tr th {
    font-weight: 500 !important;
    color: #519BCC;
    width: 40% !important;
}

.cart_totals .shop_table tr td {
    font-weight: 600 !important;
    background: transparent !important;
}

.cart_totals .shop_table tr td strong,
.cart_totals .shop_table tr td b {
    font-weight: inherit;
}

.cart_totals .shop_table tr td:last-child {
    text-align: right;
}

.cart_totals .shop_table tr.order-total ._sumo_pp_payable_now small {
    font-size: 13px;
    color: #98A2B3 !important;
}

.cart_totals .shop_table tr > * {
    border: none !important;
}

.cart_totals .shop_table tr.cart-subtotal > * {
    padding-bottom: 0;
}

.cart_totals .shop_table tr.cart-subtotal td {
    font-weight: 400 !important;
}

.cart_totals .shop_table tr.order-total > * {
    border-bottom: 1px solid #D0D5DD !important;
}

.cart_totals .shop_table tr._sumo_pp_balance_payable_amount > * {
    padding-top: 40px;
    padding-bottom: 0;
}

body.woocommerce-page table {
    background: #ffffff;
}

body.woocommerce-page table tfoot * {
    font-weight: 500 !important;
}

body.woocommerce-page table tfoot td {
    color: #262626 !important;
}

body.woocommerce-page table th {
    font-weight: 500 !important;
    color: #519BCC !important;
}

body.woocommerce-page .default-page .checkout h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
    color: #164A76;
    margin-top: 20px;
    margin-bottom: 35px;
}

body.woocommerce-page .default-page .woocommerce-order-details__title,
body.woocommerce-page .default-page .woocommerce-column__title {
    font-weight: 500;
    font-size: 25px;
    line-height: 33px;
    color: #164A76;
    margin-bottom: 35px;
}

.woocommerce ul.order_details li {
    margin-bottom: 25px;
}

.woocommerce ul.order_details li strong {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    color: #164A76;
}

.woocommerce-customer-details address {
    background: #ffffff;
    border-color: #D0D5DD !important;
    padding: 20px !important;
    font-size: 16px;
    line-height: 28px;
    color: #262626;
}

.wc-credit-card-form .wc-stripe-elements-field {
    padding: 12px 15px;
    height: auto;
    min-width: 80px;
    border: 1px solid #ddd;
    box-shadow: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0;
    margin: 0;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew input {
    margin-right: 8px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none;
    width: 15px;
    height: 15px;
    margin: 2px 0 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='1em' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Free 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath d='M201.4 342.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 274.7 86.6 137.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -moz-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    -o-transform: translate(-50%, -50%) rotate(-180deg);
}
/* woocommerce-cart-form */

/* Responsive Start */
@media (min-width: 1300px) and (max-width: 1399px) {
.products-banner .banner-cart .cart #_sumo_pp_plans_to_choose,
.products-banner .banner-cart .cart .price,
.products-banner .banner-cart .cart .btn-main { width: calc(100% - 50px); }
.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span { font-size: 14px; line-height: 20px; }
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td .woocommerce-Price-amount { font-size: 16px; line-height: 25px; }
.cart-fixed h2 del span,
.banner-cart h2 del span{ font-size: 14px !important; line-height: 20px; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
.products-banner .banner-cart .cart #_sumo_pp_plans_to_choose,
.products-banner .banner-cart .cart .price,
.products-banner .banner-cart .cart .btn-main { width: calc(100% - 50px); }

.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span { font-size: 14px; line-height: 20px; }
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td .woocommerce-Price-amount { font-size: 16px; line-height: 25px; }
.cart-fixed h2 del span,
.banner-cart h2 del span{ font-size: 14px !important; line-height: 20px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.products-banner .banner-cart .cart #_sumo_pp_plans_to_choose,
.products-banner .banner-cart .cart .price,
.products-banner .banner-cart .cart .btn-main { width: calc(100% - 30px); }

.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span { font-size: 14px; line-height: 20px; }
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td .woocommerce-Price-amount { font-size: 16px; line-height: 25px; }
.products-banner .banner-cart { padding-bottom: 15px; }

.cart_totals .shop_table { padding: 30px !important; }
.cart-fixed h2 del span,
.banner-cart h2 del span{ font-size: 14px !important; line-height: 20px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.products-banner .banner-cart .cart #_sumo_pp_plans_to_choose,
.products-banner .banner-cart .cart .price,
.products-banner .banner-cart .cart .btn-main { width: calc(100% - 30px); }

.products-banner .banner-cart .cart #_sumo_pp_payment_type_fields p:first-child span { font-size: 14px; line-height: 20px; }
.products-banner .banner-cart .cart ._sumo_pp_payment_plans tbody td .woocommerce-Price-amount { font-size: 16px; line-height: 25px; }
.products-banner .banner-cart { padding-bottom: 15px; }

.cart_totals .shop_table { padding: 30px !important; }
.cart-fixed h2 del span,
.banner-cart h2 del span{ font-size: 14px !important; line-height: 20px; }
}

@media (max-width: 767px) {
.cart-fixed { padding: 0 0 15px !important; justify-content: center; }
.cart-fixed .cart { width: 300px; }
.cart-fixed .cart #_sumo_pp_plans_to_choose,
.cart-fixed .cart .price { width: calc(100% - 30px); text-align: center; }
.cart-fixed .cart .btn-main { display: block; width: calc(100% - 30px); }

.cart-fixed .cart #_sumo_pp_payment_type_fields p:first-child span { font-size: 14px; line-height: 20px; }
.cart-fixed .cart ._sumo_pp_payment_plans tbody td .woocommerce-Price-amount { font-size: 20px; line-height: 30px; }
.cart-fixed h2 del span,
.banner-cart h2 del span{ font-size: 14px !important; line-height: 20px; }

.cart_totals .shop_table { padding: 30px 15px !important; }

.woocommerce-cart-form .shop_table tbody tr:first-child td { padding-top: 15px; border-left: none; }
.woocommerce-cart-form .shop_table tbody td:last-child { border-right: none; }
.woocommerce-cart-form .shop_table tbody tr:last-child td { border-left: none; border-right: none; }
.woocommerce ul.order_details li strong { font-size: 16px; }
}

@media (max-width: 575px) {
.woocommerce-cart table.cart td.actions .coupon .input-text { width: 100%; margin: 0 0 20px !important; }
.woocommerce .cart .coupon .button, .coupon .button { padding: 15px !important; float: none !important; margin: 0 auto; width: auto !important; }
body.woocommerce-page table td { font-size: 14px !important; line-height: 22px !important; }
}
/* Responsive End */
/* product-banner-cart */


/* 24-06-2023 */
/* about pg start */
.about-banner{
    background-position: bottom !important;
}

.digital-block .row {
    margin: 0 -35px;
    align-items: center;
}

.digital-main-list .digital-block:nth-child(even) .row {
    flex-direction: row-reverse;
}

.digital-block .row > * {
    padding: 0 35px;
}

.digital-block .section-title {
    padding: 0 0 20px 0;
}

.digital-block .section-title * {
    font-family: 'Lexend', sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
    color: #164A76;
    margin: 0;
}

.digital-block ul li,
.digital-block .detail p {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    font-weight: 400;
}

.digital-block ul li {
    list-style: disc;
}

.digital-block ul {
    padding-left: 20px;
}

.digital-block .sub-main-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #519BCC;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.digital-block {
    padding: 35px 0;
}

.btn-action.dropdown {
    margin-top: 20px;
}

.btn-action.dropdown .dropdown-toggle::after {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.btn-action.dropdown .dropdown-toggle.show::after {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}

.btn-action.dropdown .dropdown-menu {
    margin: 0 !important;
    padding: 0;
    list-style-type: none;
    top: 100% !important;
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

.btn-action.dropdown .dropdown-menu li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    word-wrap: break-word;
}

.btn-action.dropdown .dropdown-menu li a {
    white-space: normal;
}
.btn-action.dropdown .dropdown-menu li.active a,
.btn-action.dropdown .dropdown-menu li a.active,
.btn-action.dropdown .dropdown-menu li a:hover {
    color: #ffffff;
    background: #3DAC94;
}

.digital-right .detail span {
    display: block;
    font-weight: 600;
    padding: 0 0 20px 0;
}

.digital-left img {
    width: 100%;
}

/* .digital-left {
    margin: 0 25px 0 0;
} */

.digital-wrp {
    padding: 40px 0 0 0;
}

/* payment */
/* .payment-wrp {
    padding: 54px 0 61px 0;
} */

.payment-wrp .payment-description {
    background-color: #F3F8FA;
    padding: 40px 64px;
    max-width: 970px;
    width: 100%;
    margin: 35px auto 90px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.payment-main {
    /* max-width: 744px;
    margin: 0 auto; */
}

.payment-main .section-title h2 {
    font-family: 'Lexend', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #164A76;
    margin: 0;
    padding-bottom: 16px;
}

.payment-main .detail p {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
    font-weight: 400;
    margin: 0;
}
/* payment */

/* silicon start */
.silicon-wrp {
    padding: 63px 0;
}

.silicon-main .section-title * {
    font-size: 36px;
    line-height: 44px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}

.silicon-main .section-title {
    max-width: 400px;
    width: 100%;
}

.silicon-main .detail p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.silicon-main .detail {
    max-width: 500px;
    width: 100%;
}
/* silicon end */

/* innovation */

.innovation-wrp {
    padding: 29px 0 130px 0;
}

.innovation-wrp .digital-block .section-title * {
    font-size: 36px;
    line-height: 44px;
}
/* innovation */

/* banner register section */
.register-wrp {
    background: #F9FAFB;
    padding-bottom: 50px;
}

.register-main {
    background-color: #125B6A;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 46px 0;
    position: relative;
    max-width: 970px;
    width: 100%;
    margin: -80px auto 0;
}

.register-main .sign-up-btn .dropdown-toggle::after {
    display: none;
}

.register-main .red-btn {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EC4B1D;
    padding: 6px 23px;
}

.register-main .red-btn h2 {
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}

.register-main .btn-main {
    position: relative;
    padding: 12px 61px 12px 50px;
    background: #3DAC94;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.register-main .btn-main::before {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    color: #fff;
    font-size: 14px;
    top: 15px;
    right: 35px;
    border: none;
}

.register-main .title {
    max-width: 562px;
    width: 100%;
    margin: 0px 0px 0 36px;
}

.register-main .title h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
    margin: 0;
}

.register-main .title span {
    display: block;
    font-weight: 400;
    font-size: 18px;
}

.register-main .sign-up-btn {
    margin: 0 47px 0 0;
}

.register-main .sign-up-btn .btn-action .dropdown-menu li a {
    white-space: break-spaces;
}

/* banner register section */

/* banner cart */

.zi-sale-price h2 del span {
    text-decoration-thickness: 1px !important;
    text-decoration-color: #E0143D !important;
    -moz-text-decoration-color: #E0143D !important;
}

.zi-sale-price .price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    margin: 0;
    /* padding-bottom: 11px; */
}

.zi-sale-price .cart {
    text-align: center;
}

.zi-sale-price .cart .zi-pay-full-dis {
    color: #E0143D;
}

.zi-sale-price .btn-main {
    margin-top: 11px;
}
/* banner cart */

@media (min-width: 1200px) and (max-width: 1299px) {
    .digital-block .row { margin: 0 -29px; }
    .digital-block .row > * { padding: 0 29px; }
    .digital-wrp { padding: 30px 0 0 0; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .digital-block .section-title * {font-size: 24px;line-height: 30px;}
    .digital-block ul li,
    .digital-block .detail p { font-size: 14px; line-height: 20px;}
    .digital-block .row > * { padding: 0 19px; }
    .digital-block .row { margin: 0 -19px; }
    .digital-block { padding: 30px 0; }
    .digital-main .digital-block:last-child {padding-bottom: 20px;}
    .digital-left { margin: 0; }
    .digital-wrp { padding: 20px 0 0 0; }

    .payment-main .section-title h2 {font-size: 24px;line-height: 30px;}
    .payment-main .detail p {font-size: 14px; line-height: 20px;}
    /* .payment-wrp { padding: 40px 0 40px 0;} */
    .payment-wrp .payment-description { padding: 40px; margin-bottom: 50px; }

    .silicon-wrp { padding: 40px 0; }
    .silicon-main .section-title * {font-size: 24px;line-height: 30px;}
    .silicon-main .detail p {font-size: 14px; line-height: 20px;}

    .innovation-wrp .digital-block .section-title * {font-size: 24px;line-height: 30px;}
    .innovation-wrp { padding: 29px 0 60px 0; }

    /* banner */
    .register-main {margin: -40px auto 0;}
    /* banner */
}

@media (min-width: 768px) and (max-width: 991px) {
    .digital-block .section-title * {font-size: 24px;line-height: 30px;}
    .digital-block ul li,
    .digital-block .detail p { font-size: 14px; line-height: 20px;}
    .digital-block .row > * { padding: 0 19px; }
    .digital-block .row { margin: 0 -19px;align-items: center; }
    .digital-block { padding: 30px 0; }
    .digital-main .digital-block:last-child {padding-bottom: 20px;}
    .digital-left { margin: 0; }
    .digital-wrp { padding: 20px 0 0 0; }

    .payment-main .section-title h2 {font-size: 24px;line-height: 30px;}
    .payment-main .detail p {font-size: 14px; line-height: 20px;}
    /* .payment-wrp { padding: 40px 0 40px 0;} */
    .payment-wrp .payment-description { padding: 40px; margin-bottom: 50px; }

    .silicon-wrp { padding: 40px 0; }
    .silicon-main .section-title * {font-size: 24px;line-height: 30px;}
    .silicon-main .detail p {font-size: 14px; line-height: 20px;}

    .innovation-wrp .block-right .section-title * {font-size: 24px;line-height: 30px;}
    .innovation-wrp { padding: 29px 0 30px 0; }

    /* banner */
    .register-main {margin: -40px auto 0;}
    .register-main .title { max-width: 392px; width: 100%; margin: 0px 0px 0 26px; }
    .register-main .title h3 { font-size: 20px; line-height: 24px;}
    .register-main .btn-main {padding: 12px 51px 12px 40px; font-size: 14px;}
    .register-main .btn-main::before {right: 25px;}
    /* banner */
}

@media (max-width: 767px) {
    .digital-block .section-title * {font-size: 24px;line-height: 30px;}
    .digital-block ul li,
    .digital-block .detail p { font-size: 14px; line-height: 20px; margin: 0;}
    .digital-block .row > * { padding: 0; }
    .digital-block .row { margin: 0;align-items: center; }
    .digital-block { padding: 25px 0; }
    .about-banner .banner-data { padding: 45px 0 20px 0; }
    .digital-block .digital-block:first-child {padding-top: 0;}
    .digital-right {padding-top: 20px;}
    .digital-main .digital-block:last-child {padding-bottom: 20px;}
    .digital-left { margin: 0; }
    .digital-block .detail span { padding: 0 0 10px 0;}
    .digital-block .section-title {padding: 0 0 10px 0;}
    .digital-wrp { padding: 20px 0 0 0; }
    .digital-list {padding: 10px 0 0 0;}
    
    .payment-main .section-title h2 {font-size: 24px;line-height: 30px;}
    .payment-main .detail p {font-size: 14px; line-height: 20px;}
    /* .payment-wrp { padding: 40px 0 40px 0;} */
    .payment-wrp .payment-description { padding: 30px 15px; margin: 35px auto; }

    .silicon-wrp { padding: 40px 0; }
    .silicon-main .section-title * {font-size: 24px;line-height: 30px;}
    .silicon-main .detail p {font-size: 14px; line-height: 20px;}
    .silicon-main {text-align: center;}
    .silicon-main .section-title {margin: 0 auto;padding-bottom: 20px;}
    .silicon-main .detail {margin: 0 auto;}

    .innovation-wrp .digital-block .section-title * {font-size: 24px;line-height: 30px;}
    .innovation-wrp { padding: 29px 0 30px 0; }

    /* banner */
    .register-wrp { padding: 0; }
    .register-main { margin: 0; padding: 46px 0 36px 0; flex-wrap: wrap; flex-direction: column;}
    .register-main .title { max-width: 392px; width: 100%; margin: 0px auto 0 auto;text-align: center; padding: 0 12px; }
    .register-main .title h3 { font-size: 18px; line-height: 24px; }
    .register-main .btn-main { padding: 12px 41px 12px 30px; font-size: 14px; }
    .register-main .btn-main::before { right: 22px; top: 13px; }
    .register-main .sign-up-btn {margin: 20px 0 0 0;}
    /* banner */
}

/* about pg end */
/* 24-06-2023 */

/* 27-06-2023 */
/* keep-informed */
.keep-informed-section {
    position: relative;
    padding: 40px 0;
}

.keep-informed-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #164A76;
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.keep-informed-section .keep-informed-description {
    position: relative;
    z-index: 9;
    text-align: center;
}

.keep-informed-section h2 {
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin: 0 0 20px;
}

.keep-informed-section .keep-informed-detail {
    max-width: 615px;
    width: 100%;
    margin: 0 auto;
}

.keep-informed-section .keep-informed-detail p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
}

.keep-informed-section .keep-informed-button {
    margin-top: 30px;
}

.keep-informed-section .keep-informed-button .btn-main {
    display: block;
    max-width: 289px;
    width: 100%;
    margin: 0 auto;
    padding: 9.5px 20px;
}
/* keep-informed */

/* woocommerce-MyAccount-navigation */
.woocommerce-MyAccount-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.woocommerce-MyAccount-navigation ul li a {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 25px;
    padding: 15px;
    color: #1d1d1d;
    border-bottom: 1px solid #262626;
}

/* .woocommerce-MyAccount-content form {
    margin: 0 -15px;
} */

.woocommerce-MyAccount-content {
    overflow: auto;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm,
.woocommerce-MyAccount-content form .woocommerce-address-fields {
    margin: 0 -12px;
}

.woocommerce-MyAccount-content form .form-row,
.woocommerce-MyAccount-content form .woocommerce-form-row {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    padding: 0 12px;
}

.woocommerce-MyAccount-content form .form-row.woocommerce-form-row--first,
.woocommerce-MyAccount-content form .form-row.woocommerce-form-row--last,
.woocommerce-MyAccount-content form .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-MyAccount-content form .woocommerce-form-row.woocommerce-form-row--last {
    flex: 0 0 50%;
    max-width: 50%;
}

.woocommerce-MyAccount-content form legend {
    padding: 0 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #164A76;
    margin-top: 25px;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content form .button {
    margin: 0 15px;
}

.woocommerce-MyAccount-navigation ul li.active a,
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a.active,
.woocommerce-MyAccount-navigation ul li a.is-active,
.woocommerce-MyAccount-navigation ul li a:hover {
    color: #ffffff;
    background: #3DAC94;
    border-color: #3DAC94;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-date {
    width: 150px;
}

#customer_login .button,
.woocommerce-orders-table .woocommerce-orders-table__cell-cancel_order button,
.woocommerce-MyAccount-content button,
.woocommerce-MyAccount-content .button,
.woocommerce-MyAccount-content .woocommerce-button {
    padding: 8px 20px !important;
    background: #3DAC94 !important;
    border: none !important;
    font-size: 14px !important;
    line-height: 1 !important;
    font-weight: normal !important;
    color: #fff !important;
    border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button {
    margin: 0 5px 10px;
}

#customer_login .button:active:focus,
#customer_login .button:hover,
.woocommerce-orders-table .woocommerce-orders-table__cell-cancel_order button:active:focus,
.woocommerce-orders-table .woocommerce-orders-table__cell-cancel_order button:hover,
.woocommerce-MyAccount-content button:active:focus,
.woocommerce-MyAccount-content button:hover,
.woocommerce-MyAccount-content .button:active:focus,
.woocommerce-MyAccount-content .button:hover,
.woocommerce-MyAccount-content .woocommerce-button:active:focus,
.woocommerce-MyAccount-content .woocommerce-button:hover {
    background: #111 !important;
}

.woocommerce-Address {
    background: #ffffff;
    padding: 15px;
}

#customer_login h2,
.woocommerce-MyAccount-content form h3,
.woocommerce-Address-title h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    color: #164A76;
    margin-bottom: 15px;
}

.woocommerce-Address-title a {
    text-decoration: none;
    font-weight: 600;
    color: #3DAC94;
}

.woocommerce-Address-title a:hover {
    color: #262626;
}

#customer_login {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

#customer_login > * {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    padding: 0 12px;
}

.woocommerce-notices-wrapper .woocommerce-error * {
    color: #ff0410;
}
/* woocommerce-MyAccount-navigation */

@media (min-width: 992px) and (max-width: 1199px) {
.woocommerce-MyAccount-navigation ul li a { font-size: 16px; line-height: 22px; padding: 10px 15px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.woocommerce-MyAccount-navigation { margin-bottom: 30px; }
.woocommerce-MyAccount-navigation ul li a { font-size: 16px; line-height: 22px; padding: 10px 15px; }
}

@media (max-width: 768px) {
.woocommerce-orders-table .woocommerce-orders-table__cell-order-date { width: 100%; }
}

@media (max-width: 767px) {
.woocommerce-MyAccount-navigation { margin-bottom: 30px; }
.woocommerce-MyAccount-navigation ul li a { font-size: 16px; line-height: 22px; padding: 10px 15px; }
.woocommerce-Address-title h3 { font-size: 20px; line-height: 30px; }
#customer_login > * { flex: 0 0 100%; max-width: 100%; }
}

@media (max-width: 575px) {
.woocommerce-MyAccount-content form .form-row.woocommerce-form-row--first,
.woocommerce-MyAccount-content form .form-row.woocommerce-form-row--last,
.woocommerce-MyAccount-content form .woocommerce-form-row.woocommerce-form-row--first,
.woocommerce-MyAccount-content form .woocommerce-form-row.woocommerce-form-row--last { flex: 0 0 100%; max-width: 100%; }
}
/* 27-06-2023 */

/* 29-6-2023 */
.text-ffffff {
    color: #ffffff !important;
}

.bg-ffffff {
    background: #ffffff !important;
}

.text-000000 {
    color: #000000 !important;
}

.bg-000000 {
    background: #000000 !important;
}

.text-262626 {
    color: #262626 !important;
}

.bg-262626 {
    background: #262626 !important;
}

.text-F9FAFB {
    color: #F9FAFB !important;
}

.bg-F9FAFB {
    background: #F9FAFB !important;
}

.text-3DAC94 {
    color: #3DAC94 !important;
}

.bg-3DAC94 {
    background: #3DAC94 !important;
}

.text-519BCC {
    color: #494a4b !important;
}

.bg-519BCC {
    background: #519BCC !important;
}

.text-757575 {
    color: #757575 !important;
}

.bg-757575 {
    background: #757575 !important;
}

.text-28b2ff {
    color: #28b2ff !important;
}

.bg-28b2ff {
    background: #28b2ff !important;
}

.text-98A2B3 {
    color: #98A2B3 !important;
}

.bg-98A2B3 {
    background: #98A2B3 !important;
}

.text-D0D5DD {
    color: #D0D5DD !important;
}

.bg-D0D5DD {
    background: #D0D5DD !important;
}

.text-11345A {
    color: #11345A !important;
}

.bg-11345A {
    background: #11345A !important;
}

.page-border-top {
    border-top: 1px solid #e0e0e0;
}

/* sub-main-title */
.sub-main-title {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #519BCC;
    text-transform: uppercase;
    margin-bottom: 5px;
}
/* sub-main-title */

/* page-main-title */
.page-main-title {
    font-family: "Lexend";
    font-weight: 700;
    font-size: 58px;
    line-height: 110%;
    color: #164A76;
    margin-bottom: 30px;
}

.page-main-title * {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.page-main-title a:hover {
    color: #3DAC94;
}
/* page-main-title */

/* section-main-title */
.section-main-title {
    font-family: "Lexend";
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #164A76;
    margin-bottom: 30px;
}

.section-main-title * {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.section-main-title a:hover {
    color: #3DAC94;
}
/* section-main-title */

/* block-main-title */
.block-main-title {
    font-family: "Lexend";
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    color: #11345A;
    margin-bottom: 30px;
}

.block-main-title * {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.block-main-title a:hover {
    color: #3DAC94;
}
/* block-main-title */

/* common-breadcrumb-block */
.common-breadcrumb-block .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.common-breadcrumb-block .breadcrumb li {
    display: inline-flex;
    margin: 0 0 10px;
    padding: 0;
    list-style-type: none;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
}

.common-breadcrumb-block .breadcrumb li:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    padding: 0 7px;
}

.common-breadcrumb-block .breadcrumb li:first-child:before {
    display: none;
}

.common-breadcrumb-block .breadcrumb li a {
    color: #3DAC94;
}

.common-breadcrumb-block .breadcrumb li a:hover {
    color: #262626;
}
/* common-breadcrumb-block */

/* slick-custom-arrow */
.slick-custom-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #28b2ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.slick-custom-arrow:hover {
    color: #ffffff;
    background: #262626;
}

.slick-custom-arrow.slick-disabled {
    cursor: default !important;
    color: rgba(0,0,0,0.35) !important;
    background: #ffffff !important;
}

.slick-custom-arrow.slick-prev {
    left: 0;
}

.slick-custom-arrow.slick-next {
    right: 0;
    padding-left: 5px;
}
/* slick-custom-arrow */

/* alignclasses */
.alignnone {
    display: block;
    margin: 20px 0;
}

.alignleft {
    float: left;
    margin: 20px 20px 20px 0;
}

.alignright {
    float: right;
    margin: 20px 0 20px 20px;
}

.aligncenter {
    float: none;
    display: block;
    margin: 20px auto;
}
/* alignclasses */

.inner-pg {
    padding: 70px 0;
}

/* blog page */
.blog-breadcrumb-search-field {
    margin-bottom: 30px;
}

.blog-breadcrumb-search-field .blog-breadcrumb-search-content {
    border-top: 8px solid #3DAC94;
    border-bottom: 2px solid #3DAC94;
    padding: 20px 50px 10px 0;
    position: relative;
}

.blog-search-field .search-field {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    visibility: hidden;
    border: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #262626;
    box-shadow: none !important;
    padding: 6px 50px 6px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.blog-search-field.open .search-field {
    visibility: visible;
}

.blog-search-field .search-icon {
    position: absolute;
    right: 0;
    top: 50%;
    cursor: pointer;
    z-index: 9;
    font-size: 25px;
    line-height: 25px;
    color: #3DAC94;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.blog-search-field .search-icon:hover {
    color: #262626;
}

.blog-main-section {
    padding: 35px 0;
}

.blog-main-block {
    margin-bottom: 30px;
}

.blog-main-block .blog-main-image {
    text-decoration: none;
    display: block;
    height: 230px;
    margin-bottom: 30px;
}

.blog-main-block .blog-main-image.large-height {
    height: 460px;
}

.blog-main-block .blog-main-image.small-height {
    height: 165px;
}

.blog-main-block .blog-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.blog-main-block .blog-inner-title {
    font-family: "Lexend";
    font-weight: 500;
    font-size: 22px;
    line-height: 30px;
    color: #164A76;
    margin-bottom: 20px;
}

.blog-main-block .blog-inner-title * {
    text-decoration: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.blog-main-block .blog-inner-title a:hover {
    color: #3DAC94;
}

.blog-main-block .blog-inner-title span {
    font-weight: 400;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #98A2B3;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.blog-main-block .blog-inner-detail .detail {
    font-size: 16px;
    line-height: 25px;
}

.blog-main-block .blog-inner-detail .detail * {
    font-size: inherit;
    line-height: inherit;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; */
}

.blog-main-block .blog-talents {
    padding-top: 10px;
}

.blog-main-block .blog-talents a {
    display: inline-flex;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    color: #3DAC94;
    margin: 0 0 5px;
}

.blog-main-block .blog-talents a:first-child {
    margin-left: 0;
}

.blog-main-block .blog-talents a:last-child {
    margin-right: 0;
}

.blog-main-block .blog-talents a:hover {
    color: #262626;
}

.blog-main-block .blog-inner-title.small-title {
    font-size: 16px;
    line-height: 22px;
}

.blog-main-block .blog-inner-title.small-title span {
    font-size: 14px;
    line-height: 20px;
}

.blog-main-block .blog-talents.small-size a {
    font-size: 14px;
    line-height: 20px;
}

.blog-main-section .blog-main-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.blog-main-section .blog-main-title .block-main-title {
    margin: 0;
}

.blog-main-section .blog-main-title > .see-all-post-link {
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    color: #28b2ff;
    text-transform: uppercase;
}

.blog-main-section .blog-main-title > .see-all-post-link:hover {
    color: #3DAC94;
}

.blog-infocus-carousel {
    opacity: 0;
}

.blog-infocus-carousel.slick-initialized {
    opacity: 1;
}

.blog-infocus-carousel .slick-custom-arrow {
    top: 96px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.blog-infocus-carousel .slick-custom-arrow.slick-prev {
    left: -25px;
}

.blog-infocus-carousel .slick-custom-arrow.slick-next {
    right: -25px;
}

.blog-infocus-carousel .slick-track {
    margin-left: 0;
}

.blog-infocus-carousel .slick-list {
    margin: 0 -15px;
}

.blog-infocus-carousel .slick-list .slick-slide {
    padding: 0 15px;
}

.blog-trending-carousel {
    opacity: 0;
}

.blog-trending-carousel.slick-initialized {
    opacity: 1;
}

.blog-trending-carousel .slick-custom-arrow {
    top: 54px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.blog-trending-carousel .slick-custom-arrow.slick-prev {
    left: -25px;
}

.blog-trending-carousel .slick-custom-arrow.slick-next {
    right: -25px;
}

.blog-trending-carousel .slick-track {
    margin-left: 0;
}

.blog-trending-carousel .slick-list {
    margin: 0 -15px;
}

.blog-trending-carousel .slick-list .slick-slide {
    padding: 0 15px;
}
/* blog page */

/* blog-detail page */
.blog-main-detail-section .blog-detail-main-title {
    margin-bottom: 70px;
}

.blog-main-detail-section .blog-detail-date-time {
    margin-bottom: 10px;
}

.blog-main-detail-section .blog-detail-date-time ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;
    justify-content: center;
}

.blog-main-detail-section .blog-detail-date-time ul li {
    display: inline-flex;
    margin: 0 0 10px;
    padding: 0 15px;
    list-style-type: none;
    font-size: 16px;
    line-height: 25px;
    color: #98A2B3;
    position: relative;
    text-transform: uppercase;
}

.blog-main-detail-section .blog-detail-date-time ul li:before {
    position: absolute;
    content: "";
    right: -3px;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #28b2ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.blog-main-detail-section .blog-detail-date-time ul li:first-child {
    padding-left: 0;
}

.blog-main-detail-section .blog-detail-date-time ul li:last-child {
    padding-right: 0;
}

.blog-main-detail-section .blog-detail-date-time ul li:last-child:before {
    display: none;
}

.blog-main-detail-section .blog-detail-date-time ul li a {
    text-decoration: none;
    color: #262626;
}

.blog-main-detail-section .blog-detail-date-time ul li a:hover {
    color: #3DAC94;
}

.blog-main-detail-sidebar .sidebar-block {
    margin-bottom: 30px;
}

.sidebar-block .sidebar-title {
    position: relative;
    font-family: "Lexend";
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #11345A;
    margin-bottom: 25px;
    z-index: 9;
}

.sidebar-block .sidebar-title:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    width: 100%;
    z-index: -1;
    background: #28b2ff;
    opacity: 0.25;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.sidebar-block .sidebar-title * {
    display: inline-block;
    position: relative;
    padding-right: 15px;
    background: #ffffff;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0;
}

.tagmark-sidebar-block .sidebar-detail a {
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    text-decoration: underline !important;
    color: #28b2ff;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-right: 5px;
}

.tagmark-sidebar-block .sidebar-detail a:hover {
    color: #262626;
}

.readnext-sidebar-block .sidebar-detail .readnext-block {
    text-decoration: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.readnext-sidebar-block .sidebar-detail .readnext-block .readnext-image {
    flex: 0 0 110px;
    max-width: 110px;
    width: 100%;
    height: 110px;
    margin-right: 20px;
}

.readnext-sidebar-block .sidebar-detail .readnext-block .readnext-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.readnext-sidebar-block .sidebar-detail .readnext-block .readnext-detail {
    flex: 1 0 0;
    max-width: 100%;
}

.readnext-sidebar-block .sidebar-detail .readnext-block .readnext-detail * {
    text-decoration: none !important;
    font-size: 16px;
    line-height: 25px;
    color: rgba(37, 36, 41, 0.80);
}

.readnext-sidebar-block .sidebar-detail .readnext-block .readnext-detail a:hover {
    color: #28b2ff;
}

.typography-section {
    padding: 50px 0;
}

.typography-section .typography-content h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #164A76;
    margin: 0 0 25px;
}
.typography-section .typography-content h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #164A76;
    margin: 0 0 25px;
}
.typography-section .typography-content h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #164A76;
    margin: 0 0 25px;
}
.typography-section .typography-content h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #164A76;
    margin: 0 0 20px;
}
.typography-section .typography-content h5 {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #164A76;
    margin: 0 0 20px;
}
.typography-section .typography-content h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #164A76;
    margin: 0 0 20px;
}

.typography-section .typography-content a {
    text-decoration: underline !important;
    color: #3DAC94;
}

.typography-section .typography-content a:hover {
    color: #519BCC;
}

.typography-section .typography-content u {
    text-decoration: underline;
}

.typography-section .typography-content strong,
.typography-section .typography-content b {
    font-weight: 700;
}

.typography-section .typography-content p {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.typography-section .typography-content p small {
    color: #98A2B3;
}

.typography-section .typography-content ol,
.typography-section .typography-content ul {
    padding-left: 20px;
    margin-bottom: 20px;
}

.typography-section .typography-content ul li {
    list-style-type: disc;
}

.typography-section .typography-content ol ul li,
.typography-section .typography-content ul ul li {
    list-style-type: circle;
}

.typography-section .typography-content ol li {
    list-style-type: decimal;
}

.typography-section .typography-content ol ol li,
.typography-section .typography-content ul ol li {
    list-style-type: lower-roman;
}

.typography-section .typography-content ol ol,
.typography-section .typography-content ol ul,
.typography-section .typography-content ul ol,
.typography-section .typography-content ul ul {
    margin-top: 10px;
    margin-bottom: 10px;
}

.typography-section .typography-content ol li,
.typography-section .typography-content ul li {
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}

.typography-section .typography-content blockquote {
    padding-left: 35px;
    border-left: 5px solid #519BCC;
    color: #519BCC;
    font-size: 20px;
    line-height: 32px;
    margin: 50px 0;
}

.typography-section .typography-content blockquote * {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
}

.hero-banner.blog-banner {
    padding: 70px 0;
}

.blog-banner .banner-data,
.blog-banner .banner-content * {
    max-width: 652px;
}

.blog-main-detail-section .blog-social-icons {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.blog-main-detail-section .blog-social-icons ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-main-detail-section .blog-social-icons ul li {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-main-detail-section .blog-social-icons ul li a {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
}

.blog-main-detail-section .blog-seperate-detail-block {
    margin: 70px 0;
    padding-top: 50px;
    border-top: 1px solid #D0D5DD;
}

.blog-main-detail-section .blog-seperate-detail-block a {
    color: #262626;
}

.blog-main-detail-section .blog-seperate-detail-block a:hover {
    color: #3DAC94;
}
/* blog-detail page */
/* 29-6-2023 */

/* 30-6-2023 */
/* keep-me-inform page */
.hero-banner.keep-info-banner {
    text-align: center;
    padding: 100px 0 250px;
}

.keep-info-banner .banner-data,
.keep-info-banner .banner-content * {
    max-width: 100%;
}

.keep-me-inform-form {
    padding-bottom: 180px;
}

.hbspt-form {
    max-width: 700px;
    width: 100%;
    background: #F9FAFB;
    padding: 65px 75px;
    margin: 0 auto;
}
/* keep-me-inform page */

/* shaping-digital-landscape */
.shaping-digital-landscape-section {
    padding: 50px 0;
}
/* shaping-digital-landscape */

/* thank-you page */
.thank-you-pg {
    height: calc(100vh - 390px);
}
/* thank-you page */
/* 30-6-2023 */

/* main-responsive start */
@media (min-width: 1200px) and (max-width: 1299px){
/* keep-me-inform page */
.keep-me-inform-form { padding-bottom: 135px; }
/* keep-me-inform page */

/* blog-detail page */
.blog-main-detail-section .blog-detail-main-title { margin-bottom: 50px; }
.blog-main-detail-section .blog-seperate-detail-block { margin: 50px 0; padding: 35px 0 0; }
/* blog-detail page */
}

@media (min-width: 1025px) and (max-width: 1199px){
.inner-pg { padding: 50px 0; }
.page-main-title { font-size: 48px; }
/* blog page */
.blog-main-block .blog-main-image.large-height { height: 375px; }
.slick-custom-arrow { width: 42px; height: 42px; font-size: 25px; line-height: 25px; }
.blog-infocus-carousel .slick-custom-arrow.slick-prev,
.blog-trending-carousel .slick-custom-arrow.slick-prev { left: -21px; }
.blog-infocus-carousel .slick-custom-arrow.slick-next,
.blog-trending-carousel .slick-custom-arrow.slick-next { right: -21px; padding-right: 3px; }
/* blog page */

/* blog-detail page */
.blog-main-detail-section .blog-detail-main-title { margin-bottom: 50px; }
.blog-main-detail-section .blog-seperate-detail-block { margin: 50px 0; padding: 35px 0 0; }
/* blog-detail page */

/* keep-me-inform page */
.keep-me-inform-form { padding-bottom: 100px; }
/* keep-me-inform page */

/* shaping-digital-landscape */
.shaping-digital-landscape-section { padding: 35px 0; }
/* shaping-digital-landscape */
}

@media (min-width: 992px) and (max-width: 1024px){
.inner-pg { padding: 50px 0; }
.page-main-title { font-size: 48px; }
/* blog page */
.blog-main-block .blog-main-image.large-height { height: 375px; }
.slick-custom-arrow { width: 42px; height: 42px; font-size: 25px; line-height: 25px; }
.blog-infocus-carousel .slick-custom-arrow.slick-prev,
.blog-trending-carousel .slick-custom-arrow.slick-prev { left: -21px; }
.blog-infocus-carousel .slick-custom-arrow.slick-next,
.blog-trending-carousel .slick-custom-arrow.slick-next { right: -21px; padding-right: 3px; }
/* blog page */

/* blog-detail page */
.typography-section { padding: 50px 0; }
.blog-main-detail-section .blog-detail-main-title { margin-bottom: 50px; }
.blog-main-detail-section .blog-seperate-detail-block { margin: 50px 0; padding: 35px 0 0; }
/* blog-detail page */

/* keep-me-inform page */
.keep-me-inform-form { padding-bottom: 100px; }
/* keep-me-inform page */

/* shaping-digital-landscape */
.shaping-digital-landscape-section { padding: 35px 0; }
/* shaping-digital-landscape */
}

@media (min-width: 768px) and (max-width: 991px){
.inner-pg { padding: 45px 0; }
.page-main-title { font-size: 48px; }
/* blog page */
.hero-banner.blog-banner { padding: 50px 0; }
.blog-main-block .blog-main-image.large-height { height: 350px; }
.slick-custom-arrow { width: 42px; height: 42px; font-size: 25px; line-height: 25px; }
.blog-infocus-carousel .slick-custom-arrow.slick-prev,
.blog-trending-carousel .slick-custom-arrow.slick-prev { left: -21px; }
.blog-infocus-carousel .slick-custom-arrow.slick-next,
.blog-trending-carousel .slick-custom-arrow.slick-next { right: -21px; padding-right: 3px; }
.blog-main-block .blog-main-image { margin-bottom: 20px; }
/* blog page */

/* blog-detail page */
.typography-section { padding: 50px 0; }
.blog-main-detail-section .blog-main-detail-sidebar { margin-top: 50px; }
/* blog-detail page */

/* keep-me-inform page */
.hero-banner.keep-info-banner { padding: 75px 0 200px; }
.keep-me-inform-form { padding-bottom: 75px; }
/* keep-me-inform page */

/* shaping-digital-landscape */
.shaping-digital-landscape-section { padding: 25px 0; }
/* shaping-digital-landscape */

/* blog-detail page */
.blog-main-detail-section .blog-detail-main-title { margin-bottom: 35px; }
.blog-main-detail-section .blog-seperate-detail-block { margin: 35px 0; padding: 35px 0 0; }
.typography-section .typography-content blockquote { margin: 30px 0; }
/* blog-detail page */
}

@media (max-width: 767px){
.page-main-title { font-size: 40px; }
.section-main-title { font-size: 33px; }
.block-main-title { font-size: 25px; line-height: 35px; }
.inner-pg { padding: 35px 0; }
.blog-breadcrumb-search-field .blog-breadcrumb-search-content { padding: 15px 50px 5px 0; }
.common-breadcrumb-block .breadcrumb li { font-size: 16px; line-height: 20px; }
.blog-search-field .search-field { font-size: 16px; line-height: 20px; }
.blog-search-field .search-icon { font-size: 22px; line-height: 22px; }
/* blog page */
.blog-main-block .blog-inner-title { margin-bottom: 15px; }
.blog-main-block .blog-main-image.large-height { height: 275px; }
.blog-main-section .blog-main-title { margin-bottom: 25px; flex-direction: column; }
.blog-main-section .blog-main-title .see-all-post-link { margin-top: 10px; font-size: 16px; line-height: 22px; }
.slick-custom-arrow { width: 35px; height: 35px; font-size: 22px; line-height: 22px; }
.blog-trending-carousel .slick-custom-arrow { top: 65px; }
.blog-infocus-carousel .slick-custom-arrow.slick-prev,
.blog-trending-carousel .slick-custom-arrow.slick-prev { left: 5px; }
.blog-infocus-carousel .slick-custom-arrow.slick-next,
.blog-trending-carousel .slick-custom-arrow.slick-next { right: 5px; padding-right: 3px; }
.blog-infocus-carousel .slick-list,
.blog-trending-carousel .slick-list { margin: 0 -12px; }
.blog-infocus-carousel .slick-list .slick-slide,
.blog-trending-carousel .slick-list .slick-slide { padding: 0 12px; }
.blog-main-section { padding: 25px 0; }
.blog-main-block { margin-bottom: 20px; }
.blog-main-block .blog-main-image { margin-bottom: 20px; }
/* blog page */

/* blog-detail page */
.typography-section { padding: 35px 0; }
.typography-section .typography-content h1{ font-size: 33px; }
.typography-section .typography-content h2 { font-size: 30px; }
.typography-section .typography-content h3 { font-size: 28px; }
.typography-section .typography-content h4 { font-size: 24px; }
.typography-section .typography-content h5 { font-size: 22px; }
.typography-section .typography-content h6 { font-size: 18px; }
.typography-section .typography-content p,
.typography-section .typography-content ol li,
.typography-section .typography-content ul li { font-size: 16px; line-height: 25px; }
.blog-main-detail-section .blog-main-detail-sidebar { margin-top: 35px; }
.blog-main-detail-section .blog-social-icons ul li a { width: 42px; height: 42px; font-size: 18px; line-height: 22px; }
.typography-section .typography-content blockquote { padding-left: 25px; margin: 30px 0; font-size: 18px; line-height: 28px; }
.blog-main-detail-section .blog-detail-main-title { margin-bottom: 35px; }
.blog-main-detail-section .blog-seperate-detail-block { margin: 35px 0; padding: 35px 0 0; }
.blog-main-detail-section .blog-detail-main-title { margin-bottom: 30px; }
.blog-main-detail-section .blog-seperate-detail-block { margin: 30px 0; padding: 30px 0 0; }
/* blog-detail page */

/* blog-detail page */
/* blog-detail page */

/* keep-me-inform page */
.hero-banner.blog-banner,
.hero-banner.keep-info-banner { padding: 0; }
.hero-banner.blog-banner .banner-data,
.hero-banner.keep-info-banner .banner-data { padding-bottom: 10px; }
.keep-me-inform-form { padding-bottom: 50px; }
/* keep-me-inform page */

/* shaping-digital-landscape */
.shaping-digital-landscape-section { margin-top: 35px; padding: 25px 0; }
/* shaping-digital-landscape */

/* typography page */
.thank-you-pg { padding: 35px 0; }
/* typography page */
}

@media (max-width: 575px){
.alignnone,
.alignleft,
.alignright,
.aligncenter { float: none !important; display: block !important; margin: 20px auto !important; }

/* blog-detail page */
.readnext-sidebar-block .sidebar-detail .readnext-block .readnext-image { flex: 0 0 90px; max-width: 90px; height: 90px; margin-right: 15px; }
/* blog-detail page */

/* typography page */
.thank-you-pg { height: auto; }
/* typography page */
}
/* main-responsive end */



/* 01/07/2023 */
.blog-main-section .blog-main-description .blog-main-title .see-all-post-link {
    font-size: 16px;
    line-height: 24px;
    color: #3DAC94;
	text-transform: none;
}

.blog-main-section .blog-main-description .blog-main-title .see-all-post-link:hover {
	color: #000;
}

.blog-main-list .pagination {
    justify-content: center;
}

.blog-main-list .pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-main-list .pagination ul li {
    margin: 0 10px;
}

.blog-main-list .pagination ul li a {
    background-color: #3DAC94;
    color: #fff;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-main-list .pagination ul li.active a,
.blog-main-list .pagination ul li a:hover {
    background-color: #000;
    border: none;
}

.blog-main-list .pagination ul li a:focus {
    box-shadow: none;
}

.blog-main-list .pagination ul li:first-child {
    margin-left: 0;
}

.blog-main-list .pagination ul li:last-child {
    margin-right: 0;
}

.blog-social-icons .addtoany_shortcode .addtoany_list {
    line-height: 32px;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_email,
.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_whatsapp,
.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_twitter,
.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_linkedin,
.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_facebook {
    text-decoration: none !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    line-height: 25px;
    color: #ffffff;
    padding: 0 !important;
}

.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_email span {
    background: #0084E9 !important;
}

.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_linkedin span {
    background: #30A5FF !important;
}

.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_twitter span {
    background: #199BFF !important;
}

.blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_whatsapp span {
    background: #0191FF !important;
}

.blog-social-icons .addtoany_shortcode .addtoany_list a span {
    background: #45AEFF !important;
    width: 50px !important;
    height: 50px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.blog-social-icons .addtoany_shortcode .addtoany_list a span svg {
    width: 35px;
    height: 50px;
}

/* .blog-social-icons .addtoany_shortcode .addtoany_list .a2a_button_facebook span {
    background-color: unset !important;
} */
/* 01/07/2023 */

@media (max-width: 767px) {
    .blog-social-icons .addtoany_shortcode .addtoany_list a span { background: #45AEFF !important; width: 42px !important; height: 42px !important;}
    .blog-social-icons .addtoany_shortcode .addtoany_list a span svg { width: 28px; height: 50px; }
}

@media (max-width: 575px) {
	.blog-main-list .pagination ul li a {
		width: 28px;
		height: 28px;
	}
}

/* 7-11-2023 Start */
.about-banner.tech-training-banner {
    padding: 110px 0;
}

.tech-training-banner .connect-team-button {
    max-width: 300px;
    width: 100%;
    padding-top: 40px;
}

.tech-training-banner .connect-team-button .btn-main {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.digital-skill-wrp {
    padding-top: 62px;
    padding-bottom: 50px;
}

.digital-skill-wrp .digital-block {
    padding: 50px 0;
}

.digital-skill-wrp .digital-block .detail p,
.digital-skill-wrp .digital-block .detail ol,
.digital-skill-wrp .digital-block .detail ul {
    margin-bottom: 15px;
}

.word-class-training-wrp {
    padding: 60px 0;
}

.word-class-training-wrp .digital-block .detail p,
.word-class-training-wrp .digital-block .detail ol,
.word-class-training-wrp .digital-block .detail ul {
    margin-bottom: 15px;
}

.our-course-section {
    padding: 100px 0;
}

.our-course-section .section-main-title {
    font-weight: 500;
}

.our-course-section .our-course-main-detail {
    text-align: center;
    max-width: 850px;
    width: 100%;
    margin: 0 auto 85px;
}

.our-course-section .our-course-main-detail .main-detail p {
    font-size: 18px;
    line-height: 28px;
}

.our-course-section .blog-main-block {
    background: #ffffff;
    box-shadow: 0px 2px 4px -2px rgba(16, 24, 40, 0.06), 0px 4px 8px -2px rgba(16, 24, 40, 0.10);
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}

.our-course-section .blog-main-block .blog-main-image {
    height: 200px;
    margin: 0;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}

.our-course-section .blog-main-block .blog-inner-title span {
    color: #164A76;
}

.our-course-section .blog-main-block .blog-inner-title span a {
    text-decoration: none;
    color: inherit;
}

.our-course-section .blog-main-block .blog-inner-title span a:hover {
    color: #199BFF;
}

.our-course-section .blog-main-block .blog-main-detail {
    padding: 42px 35px;
}

.tech-build-help-section {
    position: relative;
}

.tech-build-help-section .tech-build-help-main-image {
    position: relative;
    height: 450px;
}

.tech-build-help-section .tech-build-help-main-image:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #262626;
    opacity: 0.3;
}

.tech-build-help-section .tech-build-help-main-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover';
}

.tech-build-help-section .tech-build-help-description {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 54px;
    z-index: 9;
}

.tech-build-help-section .section-main-title {
    max-width: 788px;
    width: 100%;
    margin: 0;
    font-weight: 500;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -0.02em;
}

.talent-pipeline-section {
    position: relative;
    padding: 70px 0;
    z-index: 9;
}

.talent-pipeline-section:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #092540;
    opacity: 0.3;
    z-index: -1;
}

.talent-pipeline-section .connect-team-button {
    text-align: right;
}

.talent-pipeline-section .connect-team-button .btn-main {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    text-align: center;
    padding: 11px 25px;
    font-size: 18px;
    line-height: 28px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.bb-success-story-section {
    padding-top: 30px;
}

.bb-success-story-section .bb-success-story-content .row > * {
    position: relative;
}

.bb-success-story-section .bb-success-story-content .row > *:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: calc(100% - 30px);
    background: #164A76;
}

.bb-success-story-section .bb-success-story-content .row > *:last-child:before {
    display: none;
}

.bb-success-story-section .bb-success-block {
    margin-bottom: 30px;
    text-align: center;
}

.bb-success-story-section .bb-success-block .page-main-title {
    font-weight: 500;
    color: #519BCC;
    margin: 0;
}

.bb-success-story-section .bb-success-block .page-main-title span {
    display: block;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #164A76;
}

@media (min-width: 1300px) and (max-width: 1399px) {
.digital-skill-wrp { padding: 50px 0; }
.digital-skill-wrp .digital-block { padding: 35px 0; }
.tech-build-help-section .tech-build-help-main-image { height: 425px; }
.our-course-section { padding: 75px 0; }
.our-course-section .our-course-main-detail { margin-bottom: 70px; }
.our-course-section .blog-main-block .blog-main-detail { padding: 30px 20px; }
.word-class-training-wrp { padding: 50px 0; }
.talent-pipeline-section { padding: 60px 0; }
}

@media (min-width: 1200px) and (max-width: 1299px) {
.digital-skill-wrp { padding: 50px 0; }
.digital-skill-wrp .digital-block { padding: 35px 0; }
.tech-build-help-section .tech-build-help-main-image { height: 425px; }
.our-course-section { padding: 75px 0; }
.our-course-section .our-course-main-detail { margin-bottom: 70px; }
.our-course-section .blog-main-block .blog-main-detail { padding: 30px 20px; }
.word-class-training-wrp { padding: 50px 0; }
.talent-pipeline-section { padding: 60px 0; }
}

@media (min-width: 992px) and (max-width: 1199px) {
.about-banner.tech-training-banner { padding: 80px 0; }
.tech-training-banner .connect-team-button { padding-top: 20px; }
.digital-skill-wrp { padding: 35px 0; }
.digital-skill-wrp .digital-block { padding: 35px 0; }
.tech-build-help-section .tech-build-help-main-image { height: 375px; }
.our-course-section { padding: 50px 0; }
.our-course-section .our-course-main-detail { margin-bottom: 50px; }
.our-course-section .blog-main-block .blog-main-detail { padding: 25px 15px; }
.word-class-training-wrp { padding: 35px 0; }
.talent-pipeline-section { padding: 42px 0; }
.tech-build-help-section .section-main-title { font-size: 42px; line-height: 55px; }
.tech-build-help-section .tech-build-help-description { bottom: 45px; }
}

@media (min-width: 768px) and (max-width: 991px) {
.about-banner.tech-training-banner { padding: 60px 0; }
.tech-training-banner .connect-team-button { padding-top: 20px; }
.tech-training-banner .connect-team-button .btn-main { font-size: 16px; line-height: 25px; }
.digital-skill-wrp { padding: 35px 0; }
.digital-skill-wrp .digital-block { padding: 35px 0; }
.tech-build-help-section .tech-build-help-main-image { height: 350px; }
.our-course-section .our-course-main-detail .main-detail p { font-size: 16px; line-height: 25px; }
.our-course-section { padding: 50px 0; }
.our-course-section .our-course-main-detail { margin-bottom: 50px; }
.our-course-section .blog-main-block .blog-main-detail { padding: 25px 15px; }
.word-class-training-wrp { padding: 35px 0; }
.talent-pipeline-section { padding: 42px 0; text-align: center; }
.talent-pipeline-section .connect-team-button { text-align: center; margin-top: 35px; }
.talent-pipeline-section .connect-team-button .btn-main { font-size: 16px; line-height: 25px; }
.tech-build-help-section .section-main-title { font-size: 35px; line-height: 48px; }
.tech-build-help-section .tech-build-help-description { bottom: 35px; }
}

@media (max-width: 767px) {
.about-banner.tech-training-banner { padding: 0; }
.tech-training-banner .connect-team-button { padding-top: 20px; text-align: center; max-width: initial; width: auto; }
.tech-training-banner .connect-team-button .btn-main { font-size: 16px; line-height: 25px; width: auto; }
.digital-skill-wrp { padding: 20px 0 0; }
.digital-skill-wrp .digital-block { padding: 25px 0; }
.tech-build-help-section .tech-build-help-main-image { height: 325px; }
.our-course-section .our-course-main-detail .main-detail p { font-size: 16px; line-height: 25px; }
.our-course-section { padding: 35px 0; }
.our-course-section .our-course-main-detail { margin-bottom: 30px; }
.our-course-section .blog-main-block .blog-main-detail { padding: 25px 15px; }
.word-class-training-wrp { padding: 15px 0; }
.talent-pipeline-section { padding: 30px 0; text-align: center; }
.talent-pipeline-section .connect-team-button { text-align: center; margin-top: 35px; max-width: initial; width: auto; }
.talent-pipeline-section .connect-team-button .btn-main { font-size: 16px; line-height: 25px; width: auto; }
.tech-build-help-section .section-main-title { font-size: 30px; line-height: 38px; }
.tech-build-help-section .tech-build-help-description { bottom: 35px; }
}

@media (max-width: 575px) {

}
/* 7-11-2023 End */

/* 12/07/20231 */
.our-course-section .blog-main-block .blog-inner-title span {
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.blog-main-block {
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
/* 12/07/2023 */

/* 14-7-2023 */
.high-impact-skill-section {
    padding: 115px 0 275px;
}

.high-impact-skill-section .high-impact-skill-team {
    padding: 67px 37px;
    background: #F3F8FA;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.high-impact-skill-section .high-impact-skill-team .block-main-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 15px;
}

.high-impact-skill-section .high-impact-skill-team .detail p {
    font-size: 18px;
    line-height: 28px;
}

.high-impact-skill-section .call-schedule-block {
    padding-top: 55px;
}

.high-impact-skill-section .call-schedule-block form {
    max-width: 360px;
    margin: 0 auto;
}

.high-impact-skill-section .call-schedule-block .form-group {
    margin-bottom: 25px;
}

.high-impact-skill-section .call-schedule-block .form-control {
    width: 100%;
    height: 45px;
    border: 2px solid #3DAC94;
    box-shadow: none;
    color: #262626;
    font-size: 18px;
    line-height: 22px;
    padding: 6px 15px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.high-impact-skill-section .call-schedule-block .form-submit .btn-main {
    max-width: 230px;
    width: 100%;
    margin: 0 auto;
    padding: 13px 20px;
    font-size: 16px;
}

.high-impact-skill-section .section-main-title {
    font-weight: 500;
    margin-bottom: 40px;
}

.high-impact-skill-section .high-impact-skill-detail {
    max-width: 475px;
    width: 100%;
}

.high-impact-skill-section .sub-main-title {
    margin-bottom: 15px;
}

.high-impact-skill-section .high-impact-skill-detail ul {
    margin-top: 25px;
}

.high-impact-skill-section .high-impact-skill-detail .detail p {
    font-size: 18px;
    line-height: 28px;
}

.high-impact-skill-section .high-impact-skill-detail .detail p b {
    font-weight: 600;
}

.common-checkmark-list-items ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.common-checkmark-list-items ul li {
    position: relative;
    display: block;
    margin: 0 0 15px;
    padding: 0 0 0 35px;
    list-style-type: none;
    font-size: 18px;
    line-height: 28px;
    color: #262626;
}

.common-checkmark-list-items ul li:last-child {
    margin: 0;
}

.common-checkmark-list-items ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 18px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg preserveAspectRatio='none' width='18' height='14' viewBox='0 0 18 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.79508 10.8749L1.62508 6.70492L0.205078 8.11492L5.79508 13.7049L17.7951 1.70492L16.3851 0.294922L5.79508 10.8749Z' fill='%233DAC94'/%3E%3C/svg%3E") no-repeat;
    background-size: 100% 100%;
}

.common-checkmark-list-items ul li a {
    text-decoration: none;
    color: #3DAC94;
}

.common-checkmark-list-items ul li a:hover {
    color: #199BFF;
}

.common-page-border-top {
    border-top: 1px solid #e0e0e0;
}

.social-bx {
    text-align: right;
}

.career-wrp .detail {
    margin-bottom: 80px !important;
}

/* responsive start */
@media (min-width: 1400px) and (max-width: 1499px){
.high-impact-skill-section { padding: 100px 0 225px; }
}

@media (min-width: 1300px) and (max-width: 1399px){
.high-impact-skill-section { padding: 100px 0 175px; }
}

@media (min-width: 1200px) and (max-width: 1299px){
.high-impact-skill-section { padding: 100px 0 175px; }
}

@media (min-width: 992px) and (max-width: 1199px){
.high-impact-skill-section { padding: 75px 0 125px; }
.career-wrp .detail { margin-bottom: 65px; }
}

@media (min-width: 768px) and (max-width: 991px){
/* header */
.navbar-light .navbar-nav li { margin-right: 25px !important; }
/* header */

.high-impact-skill-section { padding: 50px 0 75px; }
.high-impact-skill-section .high-impact-skill-detail { max-width: 100%; }
.high-impact-skill-section .high-impact-skill-team { padding: 50px 30px; max-width: 475px; width: 100%; margin: 50px auto 0; }
.high-impact-skill-section .call-schedule-block { padding-top: 40px; }
.career-wrp .detail { margin-bottom: 50px !important; }
}

@media (max-width: 767px){
.common-checkmark-list-items ul li { font-size: 16px; line-height: 25px; padding-left: 30px; }
.high-impact-skill-section { padding: 35px 0 50px; }
.high-impact-skill-section .high-impact-skill-detail { max-width: 100%; }
.high-impact-skill-section .high-impact-skill-team { padding: 30px 15px; max-width: 475px; width: 100%; margin: 35px auto 0; }
.high-impact-skill-section .high-impact-skill-detail .detail p { font-size: 16px; line-height: 25px; }
.high-impact-skill-section .call-schedule-block { padding-top: 30px; }
.high-impact-skill-section .high-impact-skill-team .detail p { font-size: 16px; line-height: 25px; }
.high-impact-skill-section .call-schedule-block .form-control { font-size: 16px; line-height: 25px; }
.high-impact-skill-section .section-main-title { margin-bottom: 30px; }
.high-impact-skill-section .high-impact-skill-team .block-main-title br { display: none; }
.career-wrp .detail { margin-bottom: 35px !important; }
}
/* responsive end */
/* 14-7-2023 */