/* ----custom css ------ */

.tabber .tab-trigger.active,
.tabber .tab-trigger:hover,
.tabber .tab-trigger:focus{
    background-color: #3E3180;
    color: #FFFFFF;
}

.tabber .tab-trigger.active .triger_ico,
.tabber .tab-trigger:hover .triger_ico,
.tabber .tab-trigger:focus .triger_ico{
    background-color: rgba(255, 255, 255, 0.1);
}

.tabber .deft_icon {
    background-color: rgba(62, 49, 128, 0.1);
}

.tabber .triger_ico {
    background-color: rgba(62, 49, 128, 0.1);
}
.tabber .tab-trigger.active .tab-title h6 ,
.tabber .tab-trigger:hover .tab-title h6 ,
.tabber .tab-trigger:focus .tab-title h6 {
    color: currentColor;
}

.tabber .tab-content.active {
    display: block;
}

.tabber .tab-content {
    display: none;
}

.tabber .tab-trigger {
    border-color: #EEEEEE;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    padding: 15px 30px 15px 15px;
}

.tabber .triger_ico {
    padding: 10px;
    width: 50px;
    height: 50px;
}

.tabber .tabOuterWrp {
    border-radius: 10px;
    background: rgba(62, 49, 128, 0.05);
    padding: 30px;
    height: 100%;
}


.tabber .deft_icon {
    display: inline-block;
    padding: 17px;
    width: 80px;
    height: 80px;
}
.tabber .tab-trigger .hoverImg {
    display: none;
}

.tabber .tab-trigger.active .normalImg,
.tabber .tab-trigger:hover .normalImg{
    display: none;
}

.tabber .tab-trigger.active .hoverImg,
.tabber .tab-trigger:hover .hoverImg{
    display: block;
}
.tabber .deft_icon img {
    width: 100%;
}

/* =================== accordion ================ */

.accordion .acc-wrapper {
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
}

.accordion .acc-content {
    display: none;
}

.accordion .acc-content .inner-cont{
    padding: 15px;
}

.accordion .acc-wrapper .icon {
    padding: 10px;
    width: 60px;
    height: 60px;
    background: rgba(238, 238, 238, 0.50);
}

.accordion .acc-title .headCont {
    max-width: calc(100% - 60px);
    padding-left: 20px;
}

.accordion .acc-title::after {
    position: absolute;
    background-image: url(//25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/raw_assets/public/tamarix_dec_2023/images/icons/plus-icon.svg);
    content: '';
    width: 20px;
    background-repeat: no-repeat;
    height: 20px;
    right:15px;
}
.accordion .acc-title.active::after{
    height: 2px;
    background-image: url(//25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/raw_assets/public/tamarix_dec_2023/images/icons/minus-icon.svg);
}

.accordion .acc-title {
    cursor: pointer;
    padding: 15px;
    padding-right: 40px;
}

.accordion .acc-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.accordion .acc-content ul li {
    margin: 0;
    position: relative;
    padding-left: 24px;
}

.accordion .acc-content ul li:not(:first-child) {
    margin-top: 5px;
}
.accordion .acc-content ul li::before {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 6px;
    content: '';
    background-repeat: no-repeat;
    background-image: url(//25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/raw_assets/public/tamarix_dec_2023/images/icons/list-arrow.svg);
}

.accordion .acc-wrapper:not(:first-child) {
    margin-top: 20px;
}

.acclistitems:not(:first-child) {
    margin-top: 20px;
}

@media (min-width: 992px){
    .accordion .acc-wrapper:not(:first-child) {
        margin-top: 30px;
    }
    .acclistitems:not(:first-child) {
        margin-top: 0;
    }
}

@media (max-width: 767px){
    .accordion .acc-title .headCont {
        max-width: calc(100% - 40px);
        padding-left: 10px;
    }
    .accordion .acc-wrapper .icon {
        width: 40px;
        height: 40px;
        line-height: 0;
        padding: 8px;
    }
    .accordion .acc-title {
        padding: 12px;
        padding-right: 35px;
    }
    .accordion .acc-content {
        padding: 12px;
    }
    .accordion .acc-title::after {
        right: 12px;
    }
    .accordion .acc-title h5 {
        font-size: 16.0px;
        line-height: 1.625;
    }
}



/* ===features ==== */


.features .feat-wrapper .icon {
    padding: 10px;
    width: 50px;
    height: 50px;
    background-color: #EEEEEE;
}


.features .feat-wrapper .feat-title .cont {
    max-width: calc(100% - 50px);
    padding-left: 20px;
}

.features .feat-wrapper {
    background-color: #F9F9F9;
}
.features .feat-wrapper .feat-title {
    padding: 15px;
}


@media (min-width: 992px){
    .features .colwrap:nth-child(2) ~ .colwrap {
        padding-top: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .features .colwrap:not(:first-child){
        padding-top: 30px;
    }
}

@media (max-width: 767px){
    .features .feat-wrapper .icon {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
    .features .feat-wrapper .feat-title {
        padding: 12px;
    }
    .features .colwrap:not(:first-child){
        padding-top: 20px;
    }
    .features .feat-wrapper .feat-title .cont {
        max-width: calc(100% - 40px);
        padding-left: 10px;
    }
}



/* ======= tabber ====== */


.tabber .tab-trigger .tab-title {
    width: calc(100% - 50px);
    padding-left: 15px;
}


@media (min-width: 768px) and (max-width: 991px){
    .tabber .tab-trigger {
        padding: 10px;
    }
    .tabber .tab-trigger .tab-title {
        width: calc(100% - 36px);
        padding-left: 15px;
    }
    .tabber .triger_ico {
        width: 36px;
        height: 36px;
        padding: 8px;
        line-height: 0;
    }
}

@media (min-width: 768px){
    .tabber .store{
        display: none;
    }
    .banner .cont_wrp {
        font-size: 18px;
        line-height: 28px;
    }
}


@media (max-width: 991px){
    .tabber .tab-trigger h6 {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 767px){
    .tabber .left-col::before {
        content: "";
        background-image: url(//25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/raw_assets/public/tamarix_dec_2023/images/icons/dropdown.svg);
        position: absolute;
        right: 20px;
        top: 24px;
        background-position: center;
        width: 11.01px;
        background-size: contain;
        height: 20px;
        background-repeat: no-repeat;
        pointer-events: none;
        transition: all 0.3s linear;
    }
    .tabber .wrapper{
        border: 1px solid #EEEEEE;
        padding: 13px 12px;
        background-color: #FFFFFF;
        position: relative;
    }
    .tabber .store {
        width: 100%;
        height: 100%;
        cursor: pointer;
    }
    .tabber .tab-list {
        width: 100%;
        padding: 8px;
        left:0;
        cursor: pointer;
        background-color: #FFFFFF;
        box-shadow: 0 10px 25px #EEEEEE;
        overflow: hidden;
        position: absolute;
        top: 80px;
        transition: all 0.7s ease;
        opacity: 0;
        transform: translateY(-50px);
        visibility: hidden;
        border: 1px solid #EEEEEE;
    }
    .tabber .tab-trigger .tab-title {
        width: calc(100% - 40px);
        padding-left: 10px;
    }
    .tabber .tab-list .tab-trigger:not(:last-of-type) {
        margin-bottom: 8px;
    }

    .tabber .left-col.opened ~ .tab-list {
        opacity: 1;
        visibility: visible;
        z-index: 1;
        transform: translateY(0);
    }
    .tabber .left-col.opened::before {
        transform: rotate(180deg);
    }
    .tabber .left-col+.store .triger_ico {
        padding: 6px;
        background: #eeeeee80;
        border-radius: 5px;
    }
    .tabber .store .mob-title {
        max-width: calc(100% - 40px);
        padding-left: 10px;
        font-family: Navigo;
        font-weight: 500;
        line-height: 30px;
    }
    .tabber .left-col {
        position: absolute;
        height: 100%;
        width: 100%;
        cursor: pointer;
        left: 0;
        top: 0;
    }
    .tabber .deft_icon {
        width: 60px;
        height: 60px;
        padding: 15px;
    }
    .tabber .triger_ico {
        padding: 6px;
        width: 40px;
        height: 40px;
    }
    .tabber .tab-trigger {
        padding: 13px 12px;
    }
}


/* ====== logo slider -====== */


.logoSlider .slider-wrapper .logo_item img {
    display: inline-block;
}

.logoSlider .slider-wrapper .logo_item {
    border-radius: 10px;
    margin: 0 15px;
    background: #FFFFFF;
}
.logoSlider .slider-wrapper {
    width: 100% !important;
}


@media (min-width: 768px){
    .logoSlider .slider-wrapper .slick-list::before{
        left: -15px;
    }

    .logoSlider .slider-wrapper .slick-list::after{
        right: -15px;
    }

    .logoSlider .slider-wrapper .slick-list::before,
    .logoSlider .slider-wrapper .slick-list::after{
        content: '';
        width: 71px;
        height: 141px;
        background: linear-gradient(90deg, #F9F9F9 28.65%, rgba(249, 249, 249, 0.00) 100%);
        position: absolute;
        top: 50%;
        z-index: 1;
        transform: translate(0,-50%);
    }
    .logoSlider .slider-wrapper .slick-list::after {
        background: linear-gradient(-90deg, #F9F9F9 28.65%, rgba(249, 249, 249, 0.00) 100%);
    }
}


@media (min-width: 768px) and (max-width: 991px){
    .logoSlider .slider-wrapper .slick-list:after,
    .logoSlider .slider-wrapper .slick-list:before {
        width: 49px;
        height: 102px;
    }
    .logoSlider .slider-wrapper .slick-list::before {
        left: 0;
    }
    .logoSlider .slider-wrapper .slick-list::after {
        right: 0;
    }
}

@media (max-width: 991px){
    .logoSlider .slider-wrapper .logo_item img {
        width: 135px;
    }
    .logoSlider .slider-wrapper .logo_item {
        padding: 5px 0;
    }
}




/* ====== testimonail slider ======== */

.testimonail_wrapper .slick-arrow:hover svg rect {
    fill: transparent;
}

.testimonail_wrapper .slick-arrow:hover svg path {
    fill: #E9AB24;
}

.testimonail_wrapper .slick-arrow svg {
    border: 1px solid #E9AB24;
    border-radius: 5px;
}

.testimonialSlider .testi_inner {
    background: #F9F9F9;
    padding: 30px;
}

.testimonail_wrapper .slick-arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    transform: translate(0, -50%);
}

.testimonail_wrapper .left.slick-arrow {
    left: -80px;
}

.testimonail_wrapper .right.slick-arrow {
    right: -80px;
}
.testimonail_wrapper .slick-arrow svg {
    display: block;
}

.testimonialSlider .testi_inner .content {
    font-size: 18px;
    line-height: 28px;
}

@media (min-width: 601px) {
    .newsletter .form_wrp .hs_submit.hs-submit input.hs-button {
        margin-top: 6px;
    }
}


@media (min-width: 992px) and (max-width: 1080px){
    .testimonail_wrapper .right.slick-arrow {
        right: -8%;
    }
    .testimonail_wrapper .left.slick-arrow {
        left: -8%;
    }
}

@media (min-width: 768px) and (max-width:991px){
    .testimonail_wrapper .right.slick-arrow {
        right: -60px;
    }
    .testimonail_wrapper .left.slick-arrow {
        left: -60px;
    }
    .testimonail_wrapper .testi_inner .left-ico {
        max-width: 138px;
    }
    .testimonail_wrapper .testi_inner .right-ico {
        max-width: 30px;
    }
}

@media (min-width: 768px) and (max-width:800px){
    .testimonail_wrapper .right.slick-arrow {
        right: -10%;
    }
    .testimonail_wrapper .left.slick-arrow {
        left: -10%;
    }
}

@media (max-width: 991px){
    .testimonail_wrapper .slick-arrow svg {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 767px){
    .testi_inner .left-ico {
        max-width: 124px;
    }
    .testi_inner .right-ico {
        max-width: 30px;
    }
    .testimonail_wrapper .slick-arrow {
        transform: translateY(0%);
        top: unset;
        bottom: 0;
        position: absolute;
        margin-bottom: -75px;
    }
    .testimonail_wrapper .left.slick-arrow {
        left: 50%;
        transform: translateX(calc(-50% - 35px));
    }
    .testimonail_wrapper .right.slick-arrow {
        right: 50%;
        transform: translateX(calc(50% + 35px));
    }

}

/* ======== team ======== */


.teamCm .innerCol .social_sec a {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
}

.teamCm .teamCol .innerCol {
    padding: 20px;
    height: 100%;
    background: #F9F9F9;
}
.teamCm .teamCol .innerCol img {
    width: 100%;
}

.teamCm .teamCol .innerCol .designation {
    font-size: 18px; 
    line-height: 28px;
}

.teamCm .teamCol .innerCol .desc {
    font-size: 18px;
    line-height: 28px;
}

.teamCm .teamCol .innerCol .left_grp {
    width: calc(100% - 50px);
}
.teamCm .teamCol .innerCol .social_sec a {
    display: inline-block;
    background-color: #3E3180;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #3E3180;
}

.teamCm .teamCol .innerCol .social_sec svg {
    width: 100%;
    height: 100%;
    fill: #FFFFFF;
    display: block;
    vertical-align: middle;
    overflow: hidden;
}

.teamCm .teamCol .innerCol .social_sec a:hover {
    background-color: transparent;
}

.teamCm .teamCol .innerCol .social_sec a:hover svg {
    fill: #3E3180;
}

.teamCm .teamCol .innerCol .imgWrp {
    height: 300px;
}

.teamCm .teamCol .innerCol .imgWrp img {
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.teamCm .teamCol:first-child .innerCol .imgWrp img {
    object-position: 50% 10%;
}

@media (min-width: 992px){
    .teamCm .teamCol {
        max-width: 530px;
    }
}

@media (min-width: 1200px){
    .teamCm .team_wrapper {
        gap: 30px;
    }
}

@media (max-width: 991px){
    .teamCm .teamCol .innerCol .imgWrp {
        height: 350px;
    }
}

@media (max-width: 767px){
    .teamCm .teamCol .innerCol .social_sec a {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
}

@media (max-width: 420px){
    .teamCm .teamCol .innerCol .left_grp  {
        width: 100%;
        padding-bottom: 10px;
    }
}

/* ======== card Section ======= */

.cardSec .card_wrapper .cardCol .img_wrap img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.cardSec .card_wrapper .cardCol .img_wrap {
    overflow: hidden;
}

.cardSec .card_wrapper .cardCol .cardinnerCol {
    padding: 30px;
    border-radius: 0px 0px 10px 10px;
}

.cardSec .card_wrapper .cardCol .cardinnerCol .dateWrp {
    padding: 5px 10px;
    background: rgba(233, 171, 36, 0.10);
    display: inline-block;
    color: #E9AB24;
}
.cardSec .botm_btn.removeSpace {
    padding-top: 0;
}

.cardSec .card_wrapper .cardCol .overlayLink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
}

.cardSec .card_wrapper .cardCol .inCont {
    position: relative;
}

/* ================ newsletter =============== */


.newsletter .form_wrp h3.form-title:empty {
    display: none;
}

.newsletter .form_wrp .form-title ~ div > form {
    padding: 0;
    background: transparent;
    box-shadow: none;
    border: 0;
}

.newsletter .form_wrp .hs_submit.hs-submit {
    position: absolute;
    right: 0;
    top: 0;
}


.newsletter .form_wrp .hs-form-field > label {
    margin: 0;
}
.newsletter .form_wrp .hs-form-field input {
    border-top: 0;
    border-left: 0;
    line-height: 26px;
    border-right: 0;
}
.newsletter .form_wrp .hs-form-field input:focus {
    outline: none;
}


.newsletter .form_wrp .form-title~div>form {
    position: relative;
}
.newsletter .form_wrp .hs-fieldtype-booleancheckbox {
    margin: 0;
}
.newsletter .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span:before{
    border-radius: 3px;
    top: 2px;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 1px solid #BABABA;
}

.newsletter .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span {
    font-family: "Helvetica", sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
    padding-left: 30px;
    line-height: 24px;
}

.newsletter .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input:checked+span:after {
    top: 4px;
    width: 6px;
    height: 10px;
    left: 6px;
}

.newsletter .form_wrp .form-title~div>form .hs-form-field {
    max-width: calc(100% - 200px);
}

/*  */

.contactSec .form-sec {
    border-radius: 10px;
}

.contactSec .form-sec .form-title:empty {
    display: none;
}
.contactSec form input[type='submit'],
.contactSec form .hs-button {
    width: auto;
}


.contactSec form input[type='text'],
.contactSec form input[type='email'],
.contactSec form input[type='password'],
.contactSec form input[type='tel'],
.contactSec form input[type='number'],
.contactSec form select,
.contactSec form textarea {
    border-left: 0;
    border-top: 0;
    border-right: 0;
}

.contactSec form .hs-form-field {
    margin-bottom: 50px;
}

.contactSec form .hs_error_rollup {
    display: none;
}

.contactSec form ul.inputs-list.multi-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
}

.contactSec form .hs-fieldtype-checkbox.field>label {
    margin-bottom: 25px;
}

.contactSec form ul.inputs-list.multi-container >li {
    width: auto;
    margin: 0;
}

.contactSec form ul.inputs-list.multi-container >li:not(:last-child){
    padding-right: 80px;
}

.contactSec form .inputs-list:not(.no-list) label,
.contactSec form .inputs-list:not(.no-list) label > span,
.contactSec form .inputs-list:not(.no-list) label > span p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #000;
    font-family: Helvetica;
    align-items: center;
}

.contactSec form .hs-form-checkbox label.hs-form-checkbox-display input+span:before {
    width: 26px;
    height: 26px;
    border-radius: 3px;
    top: 0;
}

.contactSec form .hs-form-checkbox label.hs-form-checkbox-display input+span,
.contactSec form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span {
    padding-left: 41px;
}

.contactSec form .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after {
    top: 6px;
    left: 10px;
}
.contactSec .submitted-message p span {
    color: inherit !important;
}

.contactSec .submitted-message {
    text-align: center;
}

.contactSec form .hs-fieldtype-checkbox.field>label,
.contactSec form .hs-fieldtype-checkbox.field>label span{
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

:focus{
    outline: none;
}

.newsletter .form_wrp .hs_error_rollup {
    display: none;
}




@media (min-width: 768px){
    .newsletter .inner_cont {
        max-width: 358px;
    }
    .newsletter .form_wrp {
        max-width: 715px;
        margin-left: auto;
    }
}



@media (max-width: 767px){
    .contactSec form .hs-form-checkbox label.hs-form-checkbox-display input+span:before {
        width: 18px;
        height: 18px;
        top: 2px;
    }
    .contactSec form .hs-form-checkbox label.hs-form-checkbox-display input+span,
    .contactSec form .hs-form-booleancheckbox label.hs-form-booleancheckbox-display input+span {
        padding-left: 30px;
    }
    .contactSec form ul.inputs-list.multi-container >li:not(:last-child) {
        margin-bottom: 10px;
    }
    .contactSec form ul.inputs-list.multi-container {
        display: block;
    }
    .contactSec form .hs-form-checkbox label.hs-form-checkbox-display input:checked+span:after {
        top: 4px;
        left: 6px;
    }
}


@media (max-width: 600px){
    .newsletter .form_wrp .hs_submit.hs-submit {
        position: static;
        padding-top: 15px;
    }
    .newsletter .form_wrp .hs_submit.hs-submit input.hs-button {
        width: auto;
    }
    .newsletter .form_wrp .form-title~div>form .hs-form-field {
        max-width: 100%;
    }
}



/* ============== product ===================== */



.product_section .top_sec {
    background: #FFF;
    padding: 30px;
}
.product_section .top_sec .product_items{
    padding: 0;
}

.product_section .top_sec .product_items .icon-wrp {
    width: 100%;
}

.product_section .top_sec .product_items .arrow {
    width: 100%;
}

.product_section .bottom_sec .btn_wrapper {
    background: #FFF;
    padding: 30px;
    position: relative;
    margin-top: 20px;
}

.product_section .top_sec .bottom_sec {
    justify-content: center;
}

.product_section .top_sec .product_items .arrow {
    line-height: 0;
}
.product_section .btn_subtitle {
    margin: 0;
}

.product_section .bottom_sec .button a {
    width: 100%;
    text-align: center;
    padding: 9px 10px;
    justify-content: center;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
}

.product_section .bottom_sec .btn_count:not(:first-child) {
    padding-bottom: 30px;
}
.product_section .bottom_sec .btn_count:last-child {
    padding-bottom: 0;
}





@media (min-width: 992px){
    .product_section .top_sec .product_items {
        height: 100%;
    }
    .product_section .top_sec .product_items.even .cont h6 {
        padding-top: 0;
    }
    .product_section .top_sec .product_items.even .cont .content {
        padding-bottom: 10px;
    }
    .product_section .top_sec .product_items.even .arrow svg {
        transform: rotate(180deg);
    }
    .product_section .bottom_sec {
        max-width: 1250px;
        margin: 0 auto;
    }
    .product_section .bottom_sec .left_col .btn_subtitle {
        text-align: right;
    }
    .product_section .btn_subtitle {
        width: 30%;
    }
    .product_section .bottom_sec .left_col .btn_wrapper::before,
    .product_section .bottom_sec .right_col .btn_wrapper::after{
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -12px;
        background: #3E3180;
        border-radius: 50%;
        z-index: -1;
    }
    .product_section .bottom_sec .right_col .btn_wrapper::after{
        left:auto;
        right: -12px;
    }
    .product_section .bottom_sec .left_col .btn_outer_wrp {
        width: 350px;
        margin-left: 70px;
    }
    .product_section .bottom_sec .right_col .btn_outer_wrp{
        width: 350px;
        margin-right: 70px;
    }
    .product_section .bottom_sec .left_col {
        padding-right: 30px;
        width: 50%;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }
    .product_section .bottom_sec .right_col {
        padding-left: 30px;
        width: 50%;
        flex-wrap: nowrap;
    }
    .product_section .top_sec .product_items {
        width: 16.66%;
        padding: 0 10px;
    }
    .product_section .top_sec .product_items.even {
        flex-direction: column-reverse;
        align-items: center;
    }    
    .product_section .bottom_sec {
        padding-top: 66px;
    }
    .product_section .top_sec::before,
    .product_section .top_sec::after {
        top: 50%;
        width: 24px;
        height: 24px;
        content: '';
        left: -12px;
        position: absolute;
        background-color: #3E3180;
        border-radius: 50%;
        z-index: -1;
        transform: translate(0, -50%);
    }
    .product_section .top_sec {
        position: relative;
    }
    .product_section .top_sec::after {
        right: -12px;
        left: auto;
    }
    .product_section .chartWrp {
        row-gap: 20px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .product_wrp{
        position: relative;
    }

    .product_section .leftCorner:before,
    .product_section .rightCorner:before{
        content: '';
        background-image: repeating-linear-gradient(180deg,#3e3180,#3e3180 12px,transparent 0,transparent 27px);
        height: calc(100% - 100px);
        margin: auto;
        top: calc(50% + 55px);
        width: 2.2px;
        position: absolute;
        left: -32px;
    }
    .product_section .leftCorner:after,
    .product_section .rightCorner:after{
        left: -32px;
        z-index: -1;
        top: 50%;
        background-image: url(https://25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/tamarix_dec_2023/images/top-left-corner.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        position: absolute;
        width: 36px;
        height: 50px;
    }
    .product_section .rightCorner:before {
        right: -32px;
        left: auto;
    }
    .product_section .rightCorner:after {
        background-image: url(https://25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/tamarix_dec_2023/images/top-right-corner.svg);
        left: auto;
        right: -32px;
    }
    .product_section .bottomleftCorner:before,
    .product_section .bottomrightCorner:before{
        content: '';
        background-image: repeating-linear-gradient(90deg,#3E3180,#3E3180 10px,transparent 0,transparent 20px);
        height: 2.5px;
        margin: auto;
        top: 50%;
        width: calc(100% - 50px);
        position: absolute;
        transform: translateX(-43%);
        left: -30%;
        z-index: -2;
    }
    .product_section .bottomleftCorner:after,
    .product_section .bottomrightCorner:after{
        left: -80%;
        z-index: -1;
        top: calc(50% - 35px);
        background-image: url(https://25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/tamarix_dec_2023/images/bottom-left-corner.svg);
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        position: absolute;
        width: 37px;
        height: 43px;
        z-index: -2;
        transform: translateX(-2%);
    }
    .product_section .bottomrightCorner:before {
        right: -31%;
        left: auto;
        transform: translateX(43%);
    }
    .product_section .bottomrightCorner:after {
        right: -80%;
        transform: translateX(2%);
        left: auto;
        background-image: url(https://25553594.fs1.hubspotusercontent-eu1.net/hubfs/25553594/tamarix_dec_2023/images/bottom-right-corner.svg);
    }

}

@media (min-width: 1200px){
    .product_section .bottom_sec {
        padding-top: 90px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px){
    .product_section .bottomrightCorner:before {
        right: -30%;
    }
    .product_section .bottomrightCorner:after {
        right: -77%;
    }
    .product_section .bottomleftCorner:before {
        left: -30%;
        transform: translateX(-38%);
    }
    .product_section .bottomleftCorner:after {
        left: -77%;
    }
    .product_section .leftCorner:before,
    .product_section .rightCorner:before{
        top: calc(50% + 50px);
    }
}



@media (min-width: 992px) and (max-width: 1199px){
    .product_section .bottom_sec .right_col .btn_outer_wrp {
        width: 280px;
        margin-right: 30px;
    }
    .product_section .bottom_sec .left_col .btn_outer_wrp {
        width: 280px;
        margin-left: 30px;
    }
    .product_section .bottom_sec .left_col {
        padding-right: 20px;
    }
    .product_section .bottom_sec .right_col {
        padding-left: 20px;
    }
    .product_section .rightCorner:before {
        right: -20px;
    }
    .product_section .rightCorner:after {
        right: -20px;
    }
    .product_section .leftCorner:before {
        left: -20px;
    }

    .product_section .leftCorner:after {
        left: -20px;
    }
    .product_section .bottomrightCorner:before {
        right: -12%;
    }
    .product_section .bottomrightCorner:after {
        right: -65%;
        transform: translateX(0%);
    }
    .product_section .bottomleftCorner:before {
        left: -12%;
    }
    .product_section .bottomleftCorner:after {
        left: -65%;
        transform: translateX(0%);
    }
}


@media (min-width: 768px) and (max-width: 991px){
    .product_section .top_sec .product_items:nth-child(3) ~ .product_items {
        padding-top: 40px;
    }
    .product_wrp .bottom_sec {
        column-gap: 20px;
    }
    .product_wrp .bottom_sec .left_col,
    .product_wrp .bottom_sec .right_col{
        text-align: center;
        max-width: 288px;
    }
    .product_wrp .bottom_sec .btn_outer_wrp {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .product_wrp .bottom_sec .left_col .btn_title {
        order: 1;
        margin-top: 20px;
    }
    .product_wrp .bottom_sec .right_col .btn_subtitle {
        order: -1;
        text-align: center;
    }
    .product_wrp .bottom_sec .right_col .btn_title {
        order: 1;
        margin-top: 20px;
    }
    .product_section .bottom_sec .btn_wrapper::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 24px;
        height: 24px;
        top: -12px;
        background-color: #3E3180;
        border-radius: 50%;
        z-index: -1;
        left: 50%;
        transform: translate(-50%,0);
    }
    .product_wrp .bottom_sec .left_col::before,
    .product_wrp .bottom_sec .right_col::before {
        content: '';
        background-image: repeating-linear-gradient(180deg,#3E3180,#3E3180 8px,transparent 0,transparent 14px);
        position: relative;
        width: 1px;
        height: 48px;
        left: 50%;
        transform: translate(-1px, 0);
    }
    .product_wrp .bottom_sec .right_col::before {
        order: -1;
    }
    .product_wrp .bottom_sec .left_col::after,
    .product_wrp .bottom_sec .right_col::after {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        background-color: #3E3180;
        border-radius: 50%;
        left: 50%;
        top: -12px;
        transform: translate(-50%, 0);
        z-index: -1;
    }
    .product_wrp .bottom_sec .btn_outer_wrp::before {
        content: '';
        background-image: repeating-linear-gradient(180deg,#3E3180,#3E3180 8px,transparent 0,transparent 14px);
        position: relative;
        width: 1px;
        height: 48px;
        left: 50%;
        transform: translate(-1px, 0);
    }
    .product_wrp .bottom_sec .left_col, .product_wrp .bottom_sec .right_col {
        position: relative;
    }
    .product_section .top_sec .chartWrp {
        margin: 0 -10px;
    }
    .product_section .top_sec .product_items {
        padding-left: 10px;
        padding-right: 10px;
        height: 100%;
    }
    .product_wrp .bottom_sec .btn_title {
        padding-left: 2px;
        padding-right: 2px;
    }
}


@media (max-width: 991px){
    .product_section .bottom_sec .btn_wrapper {
        margin-top: 0;
    }
    .product_wrp .bottom_sec .btn_title h5 {
        font-size: 18px;
        line-height: normal;
    }
    .product_section .top_sec .product_items .icon-wrp {
        padding-bottom: 20px;
    }
    .product_section .btn_outer_wrp {
        width: 100%;
    }
    .product_section .bottom_sec .btn_subtitle {
        width: 100%;
    }
    .product_section .top_sec .product_items .cont {
        width: 100%;
    }
    .product_section .product_wrp .leftCorner {
        display: none;
    }
    .product_section .top_sec .product_items .icon-wrp img {
        width: 100px;
        height: 100px;
    }
    .product_section .bottom_sec .btn_subtitle h5,
    .product_section .bottom_sec .btn_outer_wrp h5{
        font-size: 18px;
        line-height: 28px;
    }
}


@media (max-width: 767px){
    .product_section .top_sec {
        padding: 30px 20px;
    }
    .product_section .top_sec .product_items:not(:first-child) {
        padding-top: 40px;
    }
    .product_section .bottom_sec {
        display: block;
    }
    .product_section .bottom_sec .left_col {
        padding-top: 46px;
    }
    .product_section .bottom_sec .right_col {
        padding-top: 50px;
    }
    .product_section .bottom_sec .btn_outer_wrp {
        display: flex;
        flex-wrap: wrap;
    }
    .product_section .bottom_sec .btn_wrapper {
        width: 100%;
        order: -1;
        margin-bottom: 15px;
    }
    .product_section .bottom_sec .right_col .btn_outer_wrp {
        order: 1;
    }
    .product_section .bottom_sec .btn_outer_wrp {
        max-width: 260px;
        margin: 0 auto;
    }
    .product_section .bottom_sec::before {
        width: 24px;
        height: 24px;
        content: '';
        position: absolute;
        background-color: #3E3180;
        border-radius: 50%;
        left: 11px;
        top: -12px;
        z-index: -1;
    }
    .product_section .bottom_sec {
        position: relative;
    }
    .product_section .bottom_sec .btn_wrapper::before {
        width: 24px;
        height: 24px;
        position: absolute;
        content: '';
        left: -12px;
        background-color: #3E3180;
        border-radius: 50%;
        top: 50%;
        transform: translate(0, -50%);
        z-index: -1;
    }
    .product_section .bottom_sec::after {
        position: absolute;
        content: '';
        background-image: repeating-linear-gradient(180deg,#3e3180,#3e3180 10px,transparent 0,transparent 20px);
        bottom: 0;
        height: calc(100% - 140px);
        width: 1px;
        left: 22px;
        top: 0;
        z-index: -2;
    }
    .product_section .bottom_sec .btn_subtitle {
        padding-left: 35px;
    }
    .product_section .bottom_sec .btn_wrapper:after {
        background-image: repeating-linear-gradient(90deg,#3e3180,#3e3180 10px,transparent 0,transparent 20px);
        content: "";
        height: 1px;
        right: calc(100% - 176px);
        margin-left: 18px;
        position: absolute;
        top: 50%;
        width: 50vw;
        z-index: -2;
    }
}


@media (max-width: 400px){
    .product_section .bottom_sec .btn_outer_wrp {
        margin-right: 0;
        padding-right: 25px;
    }
    .product_section .bottom_sec .btn_wrapper:after {
        right: calc(100% - 120px);
    }
    .product_section .bottom_sec::after {
        height: calc(100% - 166px);
    }
    .banner .imgWrapper img {
        max-height: 259px;
        object-fit: cover;
    }
}

@media (max-width: 380px){
    .product_section .bottom_sec .btn_wrapper:after {
        right: calc(100% - 134px);
    }
}


@media (max-width: 360px){
    .product_section .bottom_sec .btn_outer_wrp {
        max-width: 240px;
        margin-left: auto;
        margin-right: 0;
    }
    .product_section .bottom_sec .btn_wrapper:after {
        right: calc(100% - 127px);
    }
}


@media (max-width: 330px){
    .product_section .bottom_sec .btn_wrapper:after {
        right: calc(100% - 134px);
    }
}


















.baseModuleStyle .top_cont  {
    max-width: 962px;
    margin: 0 auto;
}


@media (min-width: 768px){
    .baseModuleStyle .top_cont p {
        font-size: 18px;
        line-height: 28px;
    }
}

/* new css  */
/* banner v2 */
.bannerV2 .preheading {font-weight: 700;}
.bannerV2 .iframe_wrapper iframe {width: 100% !important;height: 100% !important;}
.bannerV2 .imgWrapper .oembed_container {border-radius: 10px;overflow: hidden;}
.popupiframeStyleinner.contactSec form{padding:0;}
/* banner v2 */
/* testimonial slider  */
.testimonial_slider .sliderImg { width: 72px; height: 72px; border-radius: 50%; overflow: hidden; } 
.testimonial_slider .sliderImg img { width: 100%; height: 100%; }
.testimonial_slider * + .profileContent { margin-left: 15px; } 
.testimonial_slider .quoteText { margin-bottom: 20px; } 
.testimonial_slider .quoteText * { font-size: 30px; font-weight: 600; line-height: 1.2; } 
.testimonial_slider .slick-dots {bottom: -60px; left:0;}
.testimonial_slider .slick-track {  display: flex;}
.testimonial_slider .slick-initialized .slick-slide { display: flex; flex-wrap: wrap; height: auto; margin: 0 20px; }
.testimonial_slider .authorDetails {margin-top: auto;}
.testimonial_slider .profileContent {width: calc(100% - 87px);}
.testimonial_slider button.slick-next, .testimonial_slider button.slick-prev {background-color:#3e31801a; border:none;}
.testimonial_slider .slickTestimonial { padding: 0 20px; }

@media (max-width:1199px){
    .testimonial_slider  .slick-prev {left: -35px;} 
    .testimonial_slider  .slick-next {right: -35px;}
}
@media (max-width:767px){ .testimonial_slider .quoteText * { font-size: 24px;}  }
/* testimonial slider  */
/* three col module  */
.threeColModule .threeColCard { background-color: #efeff3; height: 100%; display: flex; flex-wrap: wrap; border-radius: 10px;}
.threeColModule .card__desc *{font-weight: 400;} 
.threeColModule .card__icon { width: 60px; height: 60px; } 
.threeColModule .card__icon img { width: 100%; height: 100% !important; object-fit: contain; }
.threeColModule .threeColButton {margin-top: auto;}
@media (min-width:768px){ .threeColModule .threeColCard { padding: 50px; } } 
@media (max-width:991px){ .threeColModule .tabmb30 { margin-bottom: 30px; } } 
@media (max-width:767px){ .threeColModule .threeColCard { padding: 30px; } }
/* three col module  */
/* trusted by lps */
.trustedBylps .imgDiv { width: 96px; height: 96px; border-radius: 50%; overflow: hidden; } 
.trustedBylps * + .cardContent { margin-left: 20px; } 
.trustedBylps .cardContent { width: calc(100% - 116px); display: flex; align-items: center; flex-wrap: wrap; } 
.trustedBylps .ownerParent, .trustedBylps .description { margin-top: 30px; } 
@media (max-width:767px){ .trustedBylps .cardItem { margin-bottom: 20px; } }
/* trusted by lps */
/* trusted by leader  */
.trustedbyleader .brandLogo {display: flex;justify-content: center;align-items: center;}
.trustedbyleader .slickAction .slick-next {right: 0;}
.trustedbyleader .slickAction .slick-prev {left: 0;}
.trustedbyleader .slick-dots {bottom: -50px;}
@media(min-width:768px){
    .trustedbyleader .trustedByHeading {margin-bottom: 60px;}
}
@media(max-width:767px){
    .trustedbyleader .trustedByHeading {margin-bottom: 40px;}
    .trustedByHeading, .lpHeading, .threeColHeading{text-align:center;}
}
/* trusted by leader  */
/* zig zag banner  */
.zigzagBanner .cardIndex { font-weight: 700; line-height: 1.2; }
.zigzagBanner .imgWrapper { max-width: 550px; height: 306px; overflow: hidden; border-radius: 10px;} 
.zigzagBanner .imgWrapper img { object-fit: cover; height: 100%; width: 100%; }
/* .zigzagBanner .imgWrapper.odd { margin-left: auto; } */
@media(max-width:767px){
    .zigzagBanner .imgWrapper {margin:0 auto;}
}
/* zig zag banner  */
/* new css  */
























.footer {
    background-color: 

  
  
    
  


  rgba(62, 49, 128, 1.0)

;
    border-top: 1px none #FFFFFF;
}

.footer__container--static,
.footer__container .dnd-section {
    max-width: 1280px;
}

.footer__bottom-section {
    border-top: 1px solid #d0d0d0;
    border-color: #FFFFFF;
}

/* Footer Content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote {
    color: #FFFFFF;
}

/* Header modules */

.footer .icon svg {
    fill: #FFFFFF;
}

.footer h3.form-title {
    color: {color=#FFFFFF, opacity=null, rgba=rgba(255, 255, 255, 1), rgb=rgb(255, 255, 255), hex=#FFFFFF, css=#FFFFFF};
}

/* Footer Menu */

.footer .hs-menu-wrapper ul {
    margin: 1.5rem 0;
    margin-top: 0;
}

.footer .hs-menu-wrapper a {
    font-family: "Helvetica", sans-serif; font-style: normal; font-weight: 300; text-decoration: none;;
    color: ;
    font-size: ;
    text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
    ;
    color: ;
}

.footer .hs-menu-wrapper a:active {
    ;
    color: ;
}