
.page-template-pricing-page {
    background-color: #f3f8f9;
    background-image: url("../images/large-s-shape.svg");
    background-size: 100vw;
    background-position: 0 1.25rem;
}


.container {
    width: 75%;
    margin: 0 auto;
}

/*  pricing-and-plans-section Start */

.pricing-and-plans-topic {
    text-align: center;
    padding: 60px 0;
    width: 54%;
    margin: auto;
}

.pricing-and-plans-topic h1 {
    font-size: 3rem;
    line-height: 3.625rem;
    font-family: Infra;
    font-weight: 500;
    margin-bottom: 1rem;
}

.pricing-and-plans-topic p {
    font-size: 1.125rem;
    margin-bottom: 0;
    line-height: 1.75rem;
}

.pricing-and-plans-content {
    background:#d72344;
    border: 0.3125rem solid #d72344;
    width: 375px;
    margin: auto;
    margin-top: -32px;
    border-radius: 10px;
}

.pricing-and-plans-content-main-parent {
    position: relative;
}

.plan {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 32px 24px 90px;
}

.button-section {
    bottom: 2rem;
    left: 50%;
    margin: 0;
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
}

.sectiion-li-two {
    margin-bottom: 25px;
}

.sectiion {
    border-bottom: none;
    border-top: none;
    padding: 0;
    list-style: none;
}

.sectiion li {
    margin-bottom: 2.5rem;
    font-size: .875rem;
    line-height: 1.375rem;
}

.section-features {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sectiion p {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.intro {
    padding-bottom: 2.5rem;
    text-align: left;
    border-bottom: 0.0625rem solid #edeeee;
    font-size: .875rem;
    font-weight: 500;
    line-height: 1.375rem;
    margin-bottom: 2rem;
}

.plan h3 {
    text-align: left;
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
li.highlighted.demo1 {
    font-weight:700;
}
.highlighted {
    font-weight: inherit;
}

.section-features.tags {
    display: flex;
    column-gap: 0.5rem;
    flex-wrap: wrap;
}

.section-features.tags li {
    display: inline-block;
    background-color: #ececec;
    border-radius: 0.25rem;
    padding: 0 0.25rem;
    font-size: .75rem;
}

.title {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.75rem;
    margin-bottom: 0;
    padding: 13px;
    text-align: center;
    background: #d72344;
    margin-top: 0;
}

.section-features li {
    margin-bottom: 0.5rem;

}

.section-features.list li {
    display: flex;
    align-items: center;
}

.section-features.list li img {
    margin-right: 1rem;
}

.button-primary {
    align-items: center;
    background-color: #ffda00;
    font-family: Infra;
    font-weight: 500;
    border: 0.0625rem solid transparent;
    border-radius: 3rem;
    color: #1d1f48;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 1;
    padding: 16px;
    font-size: 1rem;
    position: relative;
    transition: all .3s ease-in-out;
}

.button-section img {
    transform: rotate(90deg);
}

.pricing-and-plans-section {
    padding-bottom: 3rem;
    margin-top: -68px;
}

/*  pricing-and-plans-section End */

/* Logo Slider Sectio Start */

.logo-slider {
    padding: 5rem 0;
}

.logo-slider-topic {
    margin: auto;
    margin-bottom: 2.5rem;
    font-size: 2rem;
    line-height: 2.5rem;
    font-family: Infra;
    font-weight: 500;
    text-align: center;
}

/* Logo Slider Sectio End */

/*b2b-sales-agreements-discounts-section start  */
.b2b-sales-agreements-discounts-main-parent table thead tr th h4 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 1.25rem;
}

.b2b-sales-agreements-discounts-main-parent table tbody td h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    /* margin-left: 1.25rem; */
    cursor: pointer;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.b2b-sales-agreements-discounts-main-parent table tbody td h5 img {
    margin-right: 5px;
    transform: rotate(270deg);
    width: 15px;
}

.sub-topic {
    padding: 1.25rem 0 1.25rem 0.5rem;
    border-bottom: 0.0625rem solid #cfcfcf;
    position: relative;
    margin: 0;
    font-size: .9375rem;
}

.sub-description {
    white-space: normal;
    transition: opacity .15s linear;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    line-height: 1.75rem;
    font-size: inherit;
    z-index: 3;
    margin: 0;
    padding: 0;
}

.sub-topic span:hover .sub-description:after {
    content: "";
    position: absolute;
    background: #fff;
    border-radius: 0.25rem;
    left: 0.5rem;
    bottom: -0.25rem;
    width: 1.25rem;
    height: 1.25rem;
    transform: rotate(45deg);
}

.sub-topic span:hover .sub-description {
    visibility: visible;
    opacity: 1;
    bottom: 3rem;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 2.75rem rgb(0 0 0 / 25%);
    padding: 1.125rem 1.25rem;
    font-weight: 400;
    max-width: 22.5rem;
    display: inline-block;
}


.checkedIcon {
    text-align: center;
    padding: 1.25rem 0;
    border-bottom: 0.0625rem solid #cfcfcf;
    position: relative;
}

.b2b-sales-agreements-discounts-main-parent .plan-column {
    /* min-width: 12.5rem;
    max-width: 12.5rem;
    width: 12.5rem; */
    border-left: 0.0625rem solid #cfcfcf;
    border-right: 0.0625rem solid #cfcfcf;
    padding: 0 1.25rem;
}

/* .border-top {
    border-top: 0.0625rem solid #cfcfcf;
} */

.border-bottom {
    border-bottom: 0.0625rem solid #cfcfcf;
    padding: 0 1.25rem 1.25rem !important;
}

.b2b-sales-agreements-discounts-main-parent .spacer-cell {
    min-width: 0.5rem;
    max-width: 0.5rem;
    width: 0.5rem;
    padding: 0 !important;
    border: none !important;
}

.b2b-sales-agreements-discounts-main-parent table {
    border-collapse: collapse;
    margin: 0 auto;
    width: 70%;
}

.feature td:nth-child(1) {
    padding: 1.25rem 0 0.75rem 0.5rem;
}

.description {
    cursor: pointer;
    text-decoration: underline;
    font-weight: 700;
    display: inline-block;
}

.b2b-sales-agreements-discounts-main-parent .empty-cell {
    width: auto;
    max-width: auto;
    min-width: 1rem;
    padding: 0 !important;
    border: none !important;
}

.active {
    display: table-row !important;
}

#sales-agreements {
    display: none;
}

.icon-rotate {
    transform: rotate(0deg) !important;
}

.plan-column p {
    margin: 0;
}

#ordering-payments {
    display: none;
}

#integrations {
    display: none;
}

#product-management {

    display: none;
}

#personalized-B2B-experience {
    display: none;
}

#sales-channels {
    display: none;
}

#internationalization {
    display: none;
}

#front-end-user-experience {
    display: none;
}

#services-support {
    display: none;
}

#SEO-analytics {
    display: none;
}

#reliability-security {
    display: none;
}

.b2b-sales-agreements-discounts-section {
    padding: 3rem 0;
}

.checkedIcon img {
    width: 20px;
}

.width-th {
    width: 20%;
    padding: 1.25rem 0;
}

.width-td {
    width: 37%;
}

.td-padding {
    padding: 0 1.25rem 0 0;
}
.b2b-sales-agreements-discounts-main-parent{
padding-left:10px;
}
/* b2b-sales-agreements-discounts-section End */



/* frequently-asked-questions Start */

.frequently-asked-questions-main-parent h2{
    margin-bottom: 1.5rem;
    text-align: center;
    font-size: 2.5rem;
    line-height: 3rem;
    font-family: Infra;
    margin-top: 0;
    font-weight: 500;
}
.frequently-asked-questions-main-parent{
    width: 80%;
    margin: auto;
}
h2.accordion-topic {
    margin: 0;
    position: relative;
    cursor:pointer;
    font-size: 1rem;
    line-height: 2.5rem;
    font-weight: 500;
    text-align: left;
    text-decoration: underline;
}
.accordion-sub-parent{
    position: relative;
    padding:25px;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
}
.accordion-topic::after {
    content: url("https://boomimart.com/wp-content/uploads/2023/04/icons8-plus-20.png");
    position: absolute;
    top: 5px;
    right: 0px;
    transition: transform .2s ease;
    font-size: 15px;
}

.accordion-active .accordion-topic::after{
    content: url("https://boomimart.com/wp-content/uploads/2023/04/close-icon-20.png");
}
.accordion-content p {
    margin-bottom: 0;
    line-height: 1.75rem;
    font-family: Infra;
    font-weight: 400;
}
.accordion-content p strong{
    font-weight: 500;
    margin-bottom: 0;
}
.accordion-active {
margin:25px 0;
    background: #f3f8f9;
    border-radius: 0.25rem;
    box-shadow: 0 0.25rem 0.25rem hsl(0deg 0% 4% / 25%);
}
.accordion-content {
    display: none;
}
.accordion-active .accordion-content {
    display: block;

}
section.frequently-asked-questions {
   padding: 50px 0;
}
/* frequently-asked-questions End  */

/* Ready to transform section end  */

.ready-to-transform {
    background: url("https://boomimart.com/wp-content/uploads/2023/05/cta-red-fullwidth.svg") !important;
    background-repeat: no-repeat;
    padding: 5rem 0;
    margin-top:5rem;
    background-size: cover;
}

.ready-to-transform-main-parent {
    width: 82%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ready-to-transform-content {
    width: calc(50% - 2rem);
}

.ready-to-transform-content h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    color: white;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    text-decoration: none;
}

.ready-to-transform-button a {
    font-family: Infra;
    font-weight: 500;
    text-decoration: none;
    border: 0.0625rem solid transparent;
    border-radius: 3rem;
    color: #1d1f48;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1rem;
    line-height: 1;
    padding: 7px 17px;
    position: relative;
    transition: all .3s ease-in-out;
}

.discover {
    display: flex;
    align-items: center;
    background-color: #ffda00;
    color: #1d1f48;
    margin: 0.5rem 0;
    margin-right: 1rem;
    padding: 7px 20px !important;
}

.ready-to-transform-button {
    width: calc(50% - 2rem);
    display: flex;
    justify-content: flex-end;
}

.discover img {
    margin-left: 5px;
}

/* Ready to transform section end   */

/* breadcrumb-scetion start */

.breadcrumb-main-parent{
    display: flex;
list-style: none;
width: 82%;
margin: auto;
padding: 24px 0;
}
.breadcrumb-main-parent li{
    margin-right: 15px;
    color: #7483a6;
}
.boomi-commerce {
    cursor: pointer;
}
.boomi-commerce a:hover {
text-decoration: underline;
color: #0a0a0a;
}
.boomi-commerce:after{
content:url("./Assets/rightDropDownIcon.png");
position: relative;
top: 3px;
}
.breadcrumb-main-parent li:nth-child(2) {
margin-top: 2px;
}
.boomi-commerce a{
margin-right: 10px;
}
.breadcrumb-scetion{
border-bottom: 1px solid #ececec;
}
/*  breadcrumb-scetion end */
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
html body .logo-slider {
    padding: 3px 0 50px 0 !important;
}
}
@media only screen and (max-width:1199px) {
    .en-mob {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 7px 20px;
        background: #edeeee;
    }

    #en {
        text-decoration: underline;
        font-weight: 700;
    }

    .en-mob-main-parent {
        display: flex;
        justify-content: flex-end;
    }

    .en-mob-main-parent p {
        margin: 0 7px;
    }

    .sub-menu-en::before {
        display: none;
    }

    #sub-menu-en {
        display: inline;
    }

    #padding {
        padding: 0;
    }

    .header-section {
        position: relative;
    }

    .header-menu {
        display: none;
    }

    .header-menu-content {
        margin-bottom: 0;
    }

    .menuIcon.resources.fade {
        border: none !important;
    }


    .change {
        display: block;
        position: absolute;
        top: 70px;
        width: 100%;
        background: white;
        left: 0;
        padding-left: 15px;
        z-index: 99999999;
        padding-bottom: 100%;
    }

    .header-main-parent {
        justify-content: space-between;
    }

    .container {
        width: auto;
        padding: 0 15px;
    }

    .header-button ul {
        display: none;
    }

    .header-button {
        width: 21%;
    }

    .header-menu-content {
        display: block;
    }

    .sub-menu-solutions li {
        font-size: 16px !important;
    }

    .header-menu-content li {
        border-bottom: 0.0625rem solid #cfcfcf;
        padding: 2rem 0;
        font-size: 1.25rem;
    }

    .sub-menu-solutions {
        position: relative;
        width: auto;
        top: 30px;
        padding: 15px 0;
    }

    .sub-menu-partners {
        position: relative;
        width: auto;
        top: 30px;
        padding: 15px 0;
    }

    .solutions:hover #sub-menu-solutions-hover {
        display: block !important;
    }

    .sub-menu-resources {
        position: relative;
        width: auto;
        top: 30px;
        padding: 15px 0;
    }

    .solutions:hover.product.menuIcon a:after {
        transform: rotate(225deg) !important;
    }

    .product:hover.product.menuIcon a:after {
        transform: rotate(225deg) !important;
    }

    .partners:hover.partners.menuIcon a:after {
        transform: rotate(225deg) !important;
    }

    .resources:hover.resources.menuIcon a:after {
        transform: rotate(225deg) !important;
    }

    .sub-menu-partners::before {
        display: none;
    }

    .sub-menu-resources::before {
        display: none;
    }

    .sub-menu-resources li {
        padding: 0 15px;
        border: none;
    }

    .sub-menu-partners li {
        padding: 0 15px;
        border: none;
    }

    .sub-menu-solutions::before {
        display: none;
    }

    .sub-menu-solutions li {
        border: none;
        padding: 0;
    }

    .sub-menu-product {
        position: relative;
        top: 35px;
        display: block;
        width: auto;
        padding-bottom: 30px;
    }

    .product:hover #sub-menu-product-hover {
        display: block !important;
    }

    .sub-menu-product::before {
        display: none;
    }

    .sub-menu-product-content {
        width: auto;
    }

    .header-menu-content li {
        width: auto;
    }

    .sub-menu-product-content ul li {
        padding: 0 !important;
    }

    .sub-menu-product li {
        border: none;
        padding: 10px 0 !important;
    }

    #sub-menu-product-content-last-child {
        padding: 25px !important;
        margin-top: 20px;
    }

    .hamburger {
        display: block;
    }

    .hamburger.toggle span#menu {
        display: none;
    }

    .hamburger.toggle span#close {
        display: block;
    }

    .hamburger span#close {
        display: none;
    }
}
/* Mobile View for Header menu */
@media only screen and (min-width:2001px) {
    .container {
        width: 55%;
    }
            /* Hear from our customers End Start */

.hear-from-our-customers-main-parent{
    width:70%
}

/*  Hear from our customers End */
}

@media only screen and (min-width:1280px) and (max-width:1800px) {
    .b2b-sales-agreements-discounts-main-parent table{
        width: 85%;
    }
    .ready-to-transform-content h2{
        font-size: 2rem;
         line-height: 2.5rem;
    }
}
@media only screen and (min-width:1441px) and (max-width:1919px) {

    .container {
        width: 80%;
    }

    /* Footer Section Start */

    .footer-section {
        padding: 75px 0 0;
    }

    /* Footer Section End */
}

@media only screen and (min-width:1200px) and (max-width:1440px) {
    .container {
        width: 98%;
    }
    .b2b-sales-agreements-discounts-main-parent table{
        width: 85%;
    }
    .ready-to-transform-content h2{
        font-size: 2rem;
         line-height: 2.5rem;
    }
    /*  Ready to transform section start */

    .ready-to-transform {
        background-position: -165px;
    }

    /*  Ready to transform section end */

    /* Hear from our customers Section */
    .hear-from-our-customers-main-parent{
        width: 70%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {

    /*  b2b-sales-agreements-discounts Start */

    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }

    /* b2b-sales-agreements-discounts End  */


    /* frequently-asked-questions Start */

    .frequently-asked-questions-main-parent{
        width:100%
    }

    /* frequently-asked-questions  End */

     /*  Ready to transform section start */
     .ready-to-transform-content h2{
        font-size: 2rem;
         line-height: 2.5rem;
    }
     .ready-to-transform-main-parent {
        width: 100%;
    }

      /*  Ready to transform section End */

      /* breadcrumb-scetion start */

      .breadcrumb-main-parent{
             width: 100%;
      }

      /* breadcrumb-scetion end */
}

@media only screen and (min-width:768px) and (max-width:991px) {
    /*  header section start*/

    .header-button{
        width: 27%;
    }

    /* header Section End */

    .container {
        width: auto;
        padding: 0 15px;
    }

    /* Footer Section Start */

    .footer-main-parent {
        flex-wrap: wrap;
        width: 100%;
    }

    .footer-content {
        width: 48%;
        margin-bottom: 25px;
    }

    .social-medai-icon {
        width: 55%;
    }

    /* Footer Section End  */

    /*pricing and plans section Start  */

    .pricing-and-plans-topic {
        width: 80%;
    }

    .pricing-and-plans-content {
        width: 80%;
    }

    /*pricing and plans section End  */

    /* b2b-sales-agreements-discounts start */

    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }

    /*b2b-sales-agreements-discounts End   */



    /* frequently-asked-questions Start */

    .frequently-asked-questions-main-parent{
        width:94%
    }
    .accordion-topic::after{
        top:20%;
        right: -25px;
    }
    h2.accordion-topic{
        margin: 0 !important;
font-size: 1rem !important;
line-height: 1.5rem !important;
    }
    .frequently-asked-questions-main-parent h2  {
        font-family: Infra;
font-weight: 500;
font-size: 1.75rem;
margin-bottom: 1rem;
line-height: 2.25rem;
    }
    /* frequently-asked-questions  End */

     /*  Ready to transform section End */

     .ready-to-transform-main-parent {
        width: 100%;
        display: block;
    }

    .ready-to-transform-content {
        width: calc(100% - 2rem);
    }

    .ready-to-transform-button {
        width: calc(100% - 2rem);
        justify-content: flex-start;
    }

    .ready-to-transform-content h2 {
        margin-bottom: 15px;
        font-size: 2rem;
line-height: 2.5rem;
    }

    .ready-to-transform {
        background-position: -825px;
        margin-top: 3rem;
padding: 3rem 0;
    }

      /*  Ready to transform section End */

}
@media only screen and (max-width:344px){
    #timer{margin-left: 15px;}
}
@media only screen and (max-width:767px) {
    .description{
        line-height:1.5rem;
    }
    /*  header section start */
    .header-button {
width: 60%;
}
    /* Header section End */
    .container {
        width: auto;
        padding: 0 15px;
    }

    /* Footer Section Start */

    .social-medai-icon {
        width: 50%;
    }

    .footer-section {
        padding: 75px 0 0;
    }

    .footer-content ul li {
        line-height: 1.5rem;
    }

    .footer-main-parent {
        width: 100%;
        display: block;
    }

    .footer-content {
        width: 98%;
        margin-bottom: 25px;
    }

    .footer-content h5 {
        font-family: Infra;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    /* Footer Section End */

    /* Footer Ribbion Section Start */

    .copyright-footer a:before {
        display: none;
    }

    .copyright-footer-main-parent {
        flex-wrap: wrap;
    }

    .copyright-footer-main-parent p {
        width: 100%;
        margin-bottom: 0;
    }

    .copyright-footer a {
        margin: 0.5rem 0 0;
        width: 100%;
    }

    .copyright-footer {
        padding-bottom: 10px;
    }

    /* Footer Section Ribbion End */

    /* pricing and plans section Start */

    .pricing-and-plans-topic {
        width: auto;
    }

    .pricing-and-plans-topic h1 {
        font-family: Infra;
        font-weight: 500;
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 0;
    }

    .pricing-and-plans-topic p {
        margin-bottom: 0;
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .pricing-and-plans-content {
        width: auto;
    }

    .pricing-and-plans-section {
        padding: 2.5rem 0;
    }

    /*   pricing and plans section End */

    /* Logo Sider Start */

    .logo-slider {
        padding: 2.5rem 0;
    }

    .logo-slider-topic {
        margin-bottom: 1.5rem !important;
        text-align: center !important;
        font-family: Infra !important;
        font-weight: 500 !important;
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }

    /* Logo Slider End */

    /* b2b-sales-agreements-discounts-section start  */

    .b2b-sales-agreements-discounts-main-parent {
        overflow: scroll;
    }

    .b2b-sales-agreements-discounts-main-parent table thead tr th h4 {
        font-family: Infra;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .b2b-sales-agreements-discounts-main-parent table tbody td h5 {
        font-family: Infra;
        font-weight: 500;
        font-size: 1rem;
        line-height: 1.5rem;
        margin-left: 0;
    }

    .b2b-sales-agreements-discounts-main-parent table {
        width: 100%;
    }

    .sub-topic {
        border: none;
    }

    .b2b-sales-agreements-discounts-main-parent .plan-column {
        border: none;
    }

    .checkedIcon {
        border: none;
    }

    .b2b-sales-agreements-discounts-main-parent tr {
        border-bottom: 0.0625rem solid #cfcfcf;
    }

    /*  b2b-sales-agreements-discounts-section end*/



     /* frequently-asked-questions Start */

     .frequently-asked-questions-main-parent h2{
        font-family: Infra;
        font-weight: 500;
        font-size: 1.75rem;
        margin-bottom: 1rem;
        line-height: 2.25rem;
     }
     h2.accordion-topic{
        margin: 0;
        font-size: 1rem;
        line-height:1.5rem;
        width: 95%;
     }
     .frequently-asked-questions-main-parent{
        width:100%;
     }
     .accordion-sub-parent{
        padding: 20px 15px;
        padding-left: 0;
     }
     .accordion-topic::after{
        right:-25px;
     }

      /* frequently-asked-questions End */

      /* ready-to-transform Section start */

    .ready-to-transform-content h2 {
        font-family: Infra;
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 16px;
    }

    .ready-to-transform-button a {
        font-size: 13px;
        font-weight: 500;
    }

    .ready-to-transform-content {
        width: 100%;
    }

    .ready-to-transform-button {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .ready-to-transform-main-parent {
        width: 100%;
        display: block;
    }

    .ready-to-transform {
        background-position: -745px;
        padding: 3rem 0;
        margin-top:3rem;
    }
    /* ready-to-transform- section end */
    /*  breadcrumb start */

    .breadcrumb-main-parent{
        width: 100%;
        flex-wrap:wrap;

    }
    .breadcrumb-main-parent li{
        margin-bottom: 15px;
    }
    .boomi-commerce:after{
        margin-right: 8px;
    }
    /* breadcrumb end */
}
.list-arrows ul {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}

.list-arrows ul li {
    line-height: 1.75rem;
    padding-left: 2rem;
}

.plan-right-for-you-form {
    width: 50%;
    border-radius: 10px;
    color: #291d44;
}

.plan-right-for-you-form form {
    background: white;
    border-radius: 10px;
}

.list-arrows ul li::before {
    content: url("https://boomimart.com/wp-content/uploads/2023/04/rightArrowBlue.png");
    margin-right: 10px;
    margin-top: 4px;
    position: absolute;
    left: 0;
}

.list-arrows {
    position: relative;
}

.list-arrows ul li strong {
    font-weight: 500;
}

.plan-right-for-you-section {
    background: url("https://boomimart.com/wp-content/uploads/2023/04/products-blue-red.svg");
    /* margin: 75px 0; */
    background-repeat: no-repeat;
    background-size: cover;
}

.plan-right-for-you-main-parent {
    width: 82%;
    margin: 0 auto;
    display: flex;
    padding: 47px 0;
    color: white;
    justify-content: space-between;
}

.plan-right-for-you-content h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 500;
    margin-bottom: 1rem;
    margin-top: 0;
}

.plan-right-for-you-content p {
    margin-bottom: 1rem;
    line-height: 1.75rem;
}

.plan-right-for-you-content {
    width: 40%;
}
.error {
    color: red;
}

.plan-right-for-you-form form input[type="text"]::placeholder:after
{
color:red !important;
content:"*";
opacity: 1
}
.plan-right-for-you-form form input[type="text"]::placeholder{
    /* color:#1d1f48 !important; */
    font-size:15px;
    font-weight: 500;
    font-family: infra;
    line-height:18px;
}
.plan-right-for-you-form form input[type="text"] {
    width: 90%;
    border-radius: 5px;
    background-color: #fff;
    padding: 14px 14px 14px 8px;
    transition: .2s;
    outline: none;
    border: 1px solid #ececec;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 15px;
    color:#1d1f48 !important;
    font-size:15px;
    font-weight: 500;
    font-family: infra;
    line-height:18px;
}

.plan-right-for-you-form form input[type="checkbox"] {
    width: 6%;
    margin: 0;
    position: relative;
    top: 1.9px;
}

#contact_form_id {
    padding: 25px;
}

.terms-and-condition {
    display: flex;
    margin-bottom:10px;
    align-items: baseline;
}

p.demo_cont {
    color: #949494 !important;
    line-height: 1.2em !important;
    font-size: 13px !important;
}

.privacy-policy p a {
    font-family: Infra;
    font-weight: 500;
    border: none;
    color: #0081ff !important;
    text-decoration: underline;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
span.wpcf7-list-item label {
    display:flex;
}
p.demo_cont a {
    /* color: aqua; */
    font-family: Infra;
    font-weight: 500;
    border: none;
    color: #0081ff !important;
    text-decoration: underline;
    transition: all .3s ease-in-out;
    cursor: pointer;
}
span.wpcf7-list-item-label {
    font-weight: 500 !important;
    display: inline-block !important;
    position: relative !important;
    pointer-events: all !important;
    font-size: .875rem !important;
    padding: 0 0 0 1rem !important;
    line-height: 1.125rem !important;
    width: auto !important;
    text-align: left !important;
    color: #1d1f48;
}
.pure-u-1.pure-u-md-12-24{
    margin: 15px 0;
}
input#submit-tag {
    background-color: #ffda00!important;
    border: 0.0625rem solid transparent!important;
    border-radius: 3rem!important;
    box-shadow: none!important;
    color: #1d1f48!important;
    cursor: pointer!important;
    display: inline-block!important;
    font-family: Infra!important;
    font-size: .8125rem!important;
    font-weight: 500!important;
    line-height: 1!important;
    min-width: 9.375rem!important;
    padding: 1rem!important;
    position: relative!important;
    text-shadow: none!important;
    transition: all .3s ease-in-out!important;
    width: auto!important;
}
#resendOTP{
    display: none;
}
.form-button{
    padding-top:1rem!important
}
.otp-field {
display: none;
align-items: center;
justify-content: space-between;
}
.otp-field input[type="text"]{
width: 55% !important;
margin-bottom: 0 !important;

}

.success {
color: green;
}
.otp-field input[type="submit"]{
background-color: #ffda00!important;
border: 0.0625rem solid transparent!important;
border-radius: 3rem!important;
box-shadow: none!important;
color: #1d1f48!important;
cursor: pointer!important;
font-family: Infra!important;
font-size: .8125rem!important;
font-weight: 500!important;
line-height: 1!important;
min-width: 9.375rem!important;
padding: 1rem!important;
position: relative!important;
text-shadow: none!important;
transition: all .3s ease-in-out!important;
width: auto!important;
}
#otp_error{
margin-top: 15px;
}
#timer{
margin-left:25px;
}
#otp_mail_error{
display: block;
margin-top: 15px;
}
/* plan-right-for-you-section End  */
@media only screen and (min-width:992px) and (max-width:1199px) {
    /* plan-right-for-you-section start */

    .plan-right-for-you-main-parent{
        width:100%;
    }
    .plan-right-for-you-section{
        background-position: -260px;
    }

    /* plan-right-for-you-section end  */
}
@media only screen and (min-width:490px){
    .plan-right-for-you-form{
        width: 468px !important;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    /*  plan-right-for-you-section Start */

    .plan-right-for-you-section{
        background-position: -886px;
    }
    .plan-right-for-you-main-parent{
        width: 100%;
        display: block;
    }
    .plan-right-for-you-content{
        width: 100%;
        margin-bottom: 50px;
    }
    .plan-right-for-you-form{
        /* width: 100% !important; */
        margin-left: 0;
        margin:auto;
    }
    .plan-right-for-you-form form input[type="checkbox"]{
        width: 3%;
    }

    /*plan-right-for-you-section End  */
}
@media only screen and (max-width:767px) {

    /*  plan-right-for-you-section Start */

    .plan-right-for-you-section{
        background-position: -886px;
    }
    .plan-right-for-you-main-parent{
        width: 100%;
        display: block;
    }
    .plan-right-for-you-content{
        width: 100%;
        margin-bottom: 50px;
    }
    .plan-right-for-you-form{
        width: 100%;
        margin-left: 0;
        margin:auto;
    }
    .plan-right-for-you-content p{
        line-height: 1.5rem;
    }
    .plan-right-for-you-content h2{
        font-family: Infra;
        font-weight: 500;
        font-size: 1.75rem;
        line-height: 2.25rem;
        margin-bottom: 1rem;
    }
    .otp-field input[type="text"]{
        width: 67% !important;
    }
    .otp-field input[type="submit"]{
        margin-top: 25px;
    }
    .otp-field {
        flex-wrap: wrap;
    }
    #otp_error{
        margin-top: 15px;
    }
    .success{
        margin-top: 0 !important;
    }

    /*plan-right-for-you-section End  */
}
@media only screen and (max-width:344px){
    #timer{margin-left: 15px;}
}
.plan-right-for-you-form form input[type="email"] {
    width: 90%;
    border-radius: 5px;
    background-color: #fff;
    padding: 14px 14px 14px 8px;
    transition: .2s;
    outline: none;
    border: 1px solid #ececec;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 15px;
    color: #1d1f48 !important;
    font-size: 15px;
    font-weight: 500;
    font-family: infra;
    line-height: 18px;
}
.plan-right-for-you-form form input[type="tel"] {
    width: 90%;
    border-radius: 5px;
    background-color: #fff;
    padding: 14px 14px 14px 8px;
    transition: .2s;
    outline: none;
    border: 1px solid #ececec;
    line-height: 1.2em;
    margin: 0;
    margin-bottom: 15px;
    color: #1d1f48 !important;
    font-size: 15px;
    font-weight: 500;
    font-family: infra;
    line-height: 18px;
}

