/*===========================================================
 Custom Variable
============================================================*/

.learn-more {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    color: var(--shark-1-a-1-b-20);
    text-decoration: none;
    transition: color 300ms;
}
.learn-more:hover{
    color: var(--medium-purple-755-be-2);
}
.learn-more img {
    transition: all 300ms;
}
.learn-more:hover img {
    filter: invert(38%) sepia(35%) saturate(5733%) hue-rotate(235deg) brightness(95%) contrast(86%);
}

.learn-more span {
    text-decoration: underline;
}



.M_NameTags_Poppins_Light_14px {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.7;
  letter-spacing: normal;
}



/*===========================================================
 Placeholder Style
============================================================*/

::-webkit-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

::-moz-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}

:-ms-input-placeholder {
    color: #6c6c6c;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.39px;
}



/*===========================================================
 Scroll To Top
============================================================*/

.go-top {
    bottom: 15px;
    display: none;
    position: fixed;
    right: 15px;
    z-index: 999;
}

.go-top img {
    width: 35px;
}

.go-top span {
    color: rgba(255, 255, 255, .6);
    cursor: pointer;
    float: right;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 5px 10px;
}

.go-top span:hover {
    color: #fff;
}




.logos-slider {}

.logos-slider span {
    display: inline-block;
    width: 130px;
}

.logos-area {
    margin-top: 10px;
    padding: 25px 0;
}

.banner-btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    gap: 10px;
}

.banner-btm .star {
    margin-right: 8px;
}


/*===========================================================
Choose Area
===========================================================*/

.choose-area {
    position: relative;
    background-image: url("templates/assets/img/half-circle.svg");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 55px;
    padding-bottom: 55px;
}

.choose-wraper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.choose-left {
    max-width: 440px;
    width: 100%;
    margin-top: 60px;
    height: 100%;
    position: absolute;
}

.choose-left:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 80px;
    background-color: #F2B601;
    top: 245px;
    left: 0;
}

.choose-right {
    max-width: calc(100% - 320px);
    width: 100%;
}
@media (min-width: 1200px){
    .choose-right {
        position: relative;
        left: 320px;
    }
}

.choose-left #pre-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    margin-bottom: 15px;
    max-width: 300px;
}

.choose-left h2 {}

.choose-left h2 span {
    color: var(--medium-purple-755-be-2);
}

.w-100 {
    margin-bottom: 40px;
}

.w-100 .single-choose {
    margin-left: auto;
}

/*
.slick-slide .single-choose {
    transition: all 500ms ease-in-out;
    bottom: -150px;
    position: relative;
}
.slick-slide.slick-active .single-choose {
    bottom: 0;
}

 */


body .slick-dots li button:before,
body .slick-dots li button .slick-dot-icon{
    opacity: 0.9;
    color: #fff;
    font-size: 50px;
}
body .slick-dots li.slick-active button .slick-dot-icon:before {
    margin-top: 0;
    margin-left: 0;
}
body .slick-dots li.slick-active button .slick-dot-icon:before,
body .slick-dots li.slick-active button:before,
body .slick-dots li.slick-active button .slick-dot-icon {
    color: var(--medium-purple-755-be-2);
    font-size: 12px;
}
body .slick-dots {
    bottom: 10px;
}
.single-choose p {
    width: 300px;
}

.single-choose.choose-top-right,
.single-choose.choose-bottom-right {
    max-width: 312px;
}

.see-all {
    width: 100%;
    margin-top: 58px;
}

.see-all a {
    text-decoration: none;
    color: var(--medium-purple-755-be-2);
    transition: color 300ms;
}

.see-all img {
    margin-left: 7px;
    display: inline-block;
    transition: all 300ms;
}

.see-all a:hover {
    color: var(--shark-1-a-1-b-20);
}

.see-all a:hover img{
    filter: invert(0%) sepia(0%) saturate(26%) hue-rotate(287deg) brightness(92%) contrast(102%);
}
.wpcf7-response-output {
    display: none;
}
.book-demo-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("templates/assets/img/demo-bgs-seamless-opt.webp");
    background-position-y: 0px;
    background-position-x: center;
    z-index:1;
}
.book-demo {
    position: relative;
    text-align: center;
    background: #7b60d1;
    padding-top: 92px;
    padding-bottom: 75px;
    border-radius: 32px 0 32px 0;
}

.book-demo .bttn {
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.book-demo h2 {
    font-size: 50px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: var(--white-ffffff);
    font-family: 'Playfair Display', serif;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}



/*===========================================================
 Counter
===========================================================*/
.counter-area {
    padding-bottom: 70px;
    background-color: #FAFBFC;
}

.counters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.count {}

.count {
    font-size: 80px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;

}

.counters p {
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    line-height: 1.64;
    color: var(--shark-1-a-1-b-20);
    margin-top: 10px;
    font-family: 'Poppins', sans-serif;
}

.count,
.count span {
    font-size: 80px;
    font-weight: 500;
    line-height: 1.2;
}
.count span.plus {
    font-size: 64px;
}

/* =========================================================
FORM DESIGN
 */

.single-form {
    margin-bottom: 15px;
}

.single-form button,
.single-form input[type="submit"] {
    width: 233px;
    line-height: 54px;
    background-color: var(--medium-purple-755-be-2);
    color: #fff;
}

.single-form label {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    color: var(--shark-1-a-1-b-20);
    display: block;
    margin-bottom: 5px;
}

.single-form select {
    height: 50px;
    background-color: var(--light-purple);
    width: 100%;
    appearance: none;
    padding: 0 25px;
    border: 0;
    background-image: url("templates/assets/img/book/down-arrow.svg");
    background-position: 94% center;
    background-repeat: no-repeat;
    color: var(--silver-9-c-9-c-9-c);

}

.hidden-form-input {
    display: none;
}

.single-form input {
    border: 0;
    width: 100%;
    padding: 0 24px;
    height: 50px;
    background-color: var(--light-purple);
    border: 1px solid transparent;
}

.single-form input[type="checkbox"]{
    width: auto;
    height: 18px;
    margin-right: 10px;
    border: none;
    padding: 0;
    margin-top: 2px;
}

.single-form input:active,
.single-form input:focus {
    border: 1px solid var(--medium-purple-755-be-2);
}
.fieldError input {
    border: 1px solid red;
}
.fieldError label{
    color: red;
}
.wpcf7-not-valid-tip,
.fieldErrorMessage {
    color: red;
    position: absolute;
}

.wpcf7 form .wpcf7-response-output {
    margin-top: 1em;
    border: 0;
    color: black;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    background-color: #ffd5d5;
}
.modal-body .wpcf7-checkbox label {
    display: flex;
    margin-bottom: 5px;
    align-items: self-start;
    justify-content: flex-start;
}

.modal-body .feature-text h3,
.modal-body .feature-text h5 {
    margin-top: 0;
}

.modal-body .flex-form-fields {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 0;
}
@media all and (min-width: 786px) {
    .flex-form-fields .single-form {
        width: 48%;
    }
}

.modal-body .feature-img {
    display: flex;
    justify-content: center;
    padding-top: 80px;
}
/* The container must be positioned relative: */
.custom-select {
    position: relative;
    font-family: 'Poppins', sans-serif;
}

.custom-select select {
    display: none;
    /*hide original SELECT element: */
}


.select-selected {
    background-color: var(--light-purple);
    background-image: url("templates/assets/img/book/down-arrow.svg");
    background-position: 94% center;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
}

.select-selected.select-arrow-active {
    background-image: url("templates/assets/img/book/arrow-up.svg");
}

.same-as-selected {
    background: #fff;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    cursor: pointer;
    color: var(--silver-9-c-9-c-9-c);
    line-height: 50px;
    padding: 0 25px;
}
.select-items div {
    background-color: #ffffff;
}
.select-items div:hover {
    color: #755BE2;
}

/* Style items (options): */
.select-items {
    max-height: 300px;
    position: absolute;
    background-color: var(--light-purple);
    top: 100%;
    margin-top: 5px;
    left: 0;
    right: 0;
    z-index: 99;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border: 1px solid transparent;
    overflow-y: scroll;
}

.pricing-select .select-items {
    border: 1px solid transparent;
    overflow-y: hidden;
}

.select-items div, .select-selected {
    color: #231F20
}
.select-items div:nth-child(odd){
    background-color: #FBFAFF;
}
@media (max-width: 767px) {
    #contact-form-wrap .select-selected {
        background-color: #fff;
    }
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

/* width */
.custom-select ::-webkit-scrollbar {
    width: 4px;
}

/* Track */
.custom-select ::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
.custom-select ::-webkit-scrollbar-thumb {
    background: var(--light-silver-d-9-d-9-d-9);
    border-radius: 24px;
}

/* Handle on hover */
.custom-select ::-webkit-scrollbar-thumb:hover {
    background: var(--medium-purple-755-be-2);
}


/*===========================================================
 Feature Area
===========================================================*/

.feature-area {
    margin-top: 80px;
    margin-bottom: 80px;
}
.feature-area.side-by-side-v1 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.feature-area.feature-area-v2 {
    margin-bottom: 0;
}

.modal-body .feature-area,
.modal-body .feature-area .row  {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    margin: 0;
}

.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.feature-text {
    position: relative;
}

.feature-row {
    padding: 50px 110px;
}
.feature-img {
    display: flex;
    justify-content: center;
}
.row-reverse.feature-row .feature-img {
    text-align: right;
}


.feature-title p {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    margin-top: 28px;
}

.feature-title-subtitle .row {
    padding: 90px 0 50px;
}

.feature-area .row .col-md-6:last-child .feature-img {
    padding-left: 50px;
}

.feature-text {
    max-width: 523px;
    width: 100%;
}

.feature-area-integration .feature-text p {
    font-size: 18px;
    line-height: 1.7em;
}

.feature-text h3,
.feature-text h5 {
    margin-top: 26px;
    margin-bottom: 20px;
}

.feature-text p {
    margin-bottom: 20px;
    font-size: 18px;
}

.feature-text p:last-child {
    margin-bottom: 0;
}

.duve-statistics-area {
    padding: 75px 0;
    background-color: #FAFBFC;
}

.duve-statistics-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.duve-statistics-text {
    width: 100%;
    max-width: 325px;
    position: relative;
    height: 100%;
}

.duve-statistics-img {
    max-width: calc(100% - 325px);
    padding-left: 20px;
    position: relative;
}

.duve-statistics-text:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 80px;
    background-color: var(--mandarin-ea-7-b-3-d);
    bottom: -131px;
    left: 0;
}

.duve-statistics {}



/*===========================================================
 Product
===========================================================*/
.product-area {
    padding-top: 80px;
    padding-bottom: 35px;
}

.product-title {
    margin-top: 90px;
}

.product-title.cards-title {
    margin-top: 0;
    margin-bottom: 50px;
}

.product-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
}

.single-product a {
    display: block;
    text-decoration: none;
    height: 270px;
    cursor: pointer;
    background-color: var(--light-purple);
    padding: 40px 0;
    position: relative;
    transition: all 500ms;
}

.single-product a:hover {
    transform: scale(1.09);
    -webkit-box-shadow: 0px 8px 18px -6px rgba(156, 156, 156, 0.1), 0px 12px 42px -4px rgba(156, 156, 156, 0.1);
    box-shadow: 0px 8px 18px -6px rgba(156, 156, 156, 0.1), 0px 12px 42px -4px rgba(156, 156, 156, 0.1);
}

.single-product {
    padding: 0 33px;
    text-align: center;
    width: 25%;
    margin-bottom: 50px;
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;

}

.product-icon {}

.product-text {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 14px;
}

.product-text h3 {}

.Upsells {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
}

.half-circle {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 0;
}

.half-circle img,
.half-circle {
    width: 100%;
    display: none;
}

.choose-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.single-choose {
    max-width: 450px;
    width: 100%;
}

.single-choose h2 span {
    margin-left: 10px;
}

.single-choose h2 {
    font-size: 120px;
    font-weight: 500;
    line-height: 1.2;
    color: var(--shark-1-a-1-b-20);
    font-family: 'Playfair Display', serif;
    position: relative;
}

.single-choose h2:before {
    position: absolute;
    content: '';
    width: 98px;
    height: 1px;
    background-color: var(--shark-1-a-1-b-20);
    bottom: -12px;
}

.single-choose h2 span {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.2;
}

.single-choose .online-check-in-ratio {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
    color: var(--shark-1-a-1-b-20);
    margin-top: 40px;
    margin-bottom: 20px;
}

@media (min-width: 1199px) {
    .choose-right {
        min-height: 686px;
    }
}

.choose-right .single-choose{
    position: relative;
}

.choose-bottom-right {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.choose-bottom-left {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.choose-top-right {
    position: relative;
    transition: all 0.2s ease-in-out;
}


@media (min-width: 750px) {
    .choose-right.preEntrance .single-choose {
        top: 120px;
        opacity: 0;
    }

    .choose-right.inPlace  .single-choose{
        top: 0;
        opacity: 1;
    }

    .choose-right.outTransition  .single-choose{
        top: -120px;
        opacity: 0;
    }
}

/* Blog Single AI Summerize */
.launcher-container.launcher-container--show .summarize-container-icon,
.launcher-container.launcher-container--show .summarize-container-text {
    display: none
}
#salespeak-widget .summarize-container {
    padding-left: 0;
    justify-content: start;
}

.launcher-container.launcher-container--show .summarize-container-button {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

/*===========================================================
 Tour Area
===========================================================*/


.tour-area {
    background-color: var(--shark-1-a-1-b-20);
    padding: 80px 0;
}

.tour-text {
    max-width: 990px;
    margin: 0 auto;
}

.tour-text span.D_H2-header_Playfair_Regular_24px {
    text-align: center;
    color: #fff;
    display: block;
    width: 100%;
}

.tour-text h2 {
    font-size: 54px;
    font-weight: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: center;
    color: var(--ghost-white-fafbfc);
    margin-bottom: 120px;
    margin-top: 15px;
    position: relative;
    font-family: 'Poppins', 'sans-serif';
}

.tour-text h2:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 76px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: var(--medium-purple-755-be-2);
    bottom: -90px;
    left: 50%;
}

.tour-btn {
    margin: 0 auto;
    width: 333px;

}

/*===========================================================
Integration Area
===========================================================*/

.integration-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.integration-left {
    max-width: 412px;
    width: 100%;
    border-radius: 24px 0 24px 0;
}

.integration-area {
    padding: 100px 0;
}

.integration-left {
    position: relative;
    background-color: var(--light-purple);
}

.integration-left {
    position: relative;
    background-color: var(--light-purple);
    padding: 30px 18px 80px 40px;
}

.integration-left:before {
    position: absolute;
    content: '';
    width: 76.9px;
    height: 2px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    background-color: var(--medium-purple-755-be-2);
    top: 24px;
    right: -10px;
    border-radius: 24px 0 24px 0;
}

.integration-left p {
    margin-top: 25px;
    max-width: 300px;
}

.single-integration {
    margin-bottom: 20px;
}

.integration-left .see-all {
    width: auto;
    margin-top: 36px;
    text-align: left;
    display: inline-block;
}

.integration-right {
    max-width: calc(100% - 412px);
    width: 100%;
    padding-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: block;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/*
.integration-logo {
    margin-bottom: 25px;
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}
*/
/*===========================================================
 Modal
===========================================================*/
#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
}

#modal-light {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 840px;
    max-height: 474px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 0;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 3px;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 0;
    position: absolute;
    right: -8px;
    top: -29px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "";
    background-image: url(templates/assets/img/cross.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    background-repeat: no-repeat;
}

#fade:hover~#boxclose {
    display: none;
}

.modal-header .btn-close {
    padding: 0;
    margin: 0;
    opacity: 1;
}

.btn-close:focus {
    outline: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    opacity: 1;
}

.modal-dialog {
    margin: 60px auto;
}
.modal-fullscreen-xxl-down.modal-dialog {
    max-width: 830px
}
.modal-content {
    border: none;
    background-color: transparent;
}
.modal-header {
    border-bottom: none;
}

#video-container {
    position: relative;
    padding-bottom: 56.25%;
}

#video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 800px;
    max-height: 600px;
}


.btn-close {
    background-image : url('templates/assets/img/modal-close-cross.svg');
}


.try-free a {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #FAFBFC;
    text-decoration: none;
}

.try-free {
    margin-top: 22px;
    display: block;
    text-align: center;
}
.char-icon{
    position: fixed;
    right: 15px;
    bottom: 0;
    z-index: 999;
    cursor: pointer;
}

.choose-left h2 span::before{
    position: absolute;
    left: 0;
    content: "";
    width: 2px;
    height: 70%;
    top: 15%;
    background: var(--american-yellow-f-2-b-601);
    z-index: 1;
}
.choose-left h2 span.inActive::before{
    background: transparent;
}
.choose-left h2 span{
    position: relative;
    padding-left: 15px;
    cursor: pointer;
}
.choose-left h2 span.inActive{
    color: #ddd;
}
.choose-left:before{
    display: none;
}



.inner-page .feature-img {
    display: block;
    justify-content: unset;
}

.row.feature-row {
    align-items: center; /* Side by side */
}

.feature-area .row {
    padding-top: 80px;
    padding-bottom: 80px;
}


.single-blog-img-holder {
    border-radius: 24px 0 24px 0;
    overflow:hidden;
    display: block;
    max-width: 735px;
}
.single-blog-img {
    width: 100%;
    height: auto;
    transition: .6s;
}
.single-blog-img-holder:hover .single-blog-img  {
    transform: scale(1.13);
}


#integration-logos-wrap {
    margin: 0 auto;
    display: block;
}

/* Phone features */



#suppliers-mobile {
    display: none;
}
.phone-feature {
    min-height: 200px;
    margin-bottom: 55px;
    background-size: contain;
}
.phone-feature h3 {
    color: var(--medium-purple-755-be-2, #755BE2);
    font-family: "Playfair Display", serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 14px;
}

.phone-feature div {
    color: var(--dark-silver-545454, #545454);
    font-family: "Poppins", "sans-serif";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 170%; /* 27.2px */
}

.phone-feature ul {
    list-style-position: inside;
}

.phone-feature li {
    padding-left: 1em;
    margin-bottom: 0.5em;
    text-indent: -23px;
}

.phone-feature.top-line-position {
    padding-top: 30px;
}

.phone-feature.bottom-line-position {
    background: url('templates/assets/img/phone-feature-border-bottom.svg') no-repeat bottom right;
    padding-bottom: 30px;
}
#left-phone-features .phone-feature.top-line-position {
    background: url('templates/assets/img/phone-feature-border-top.svg') no-repeat top right;
}
#right-phone-features .phone-feature.top-line-position {
    background: url('templates/assets/img/phone-feature-border-top-right.svg') no-repeat top right;
}

#left-phone-features .phone-feature.bottom-line-position {
    background: url('templates/assets/img/phone-feature-border-bottom.svg') no-repeat bottom right;
}
#right-phone-features .phone-feature.bottom-line-position {
    background: url('templates/assets/img/phone-feature-border-bottom-right.svg') no-repeat bottom right;
}

#left-phone-features .phone-feature {
    padding-left: 33px;
}

#right-phone-features .phone-feature {
    padding-right: 33px;
}
#center-phone-features {
    padding-top: 40px;
}
.phone-features {
    padding-top: 80px;
    padding-bottom: 80px;
}
.suppliers-header {
    margin-bottom: 60px;
}
.suppliers-title {
    color: #000;
    text-align: left;
    font-family: "Playfair Display", "sans-serif";
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
.suppliers-description {
    color: #000;
    font-family: "Poppins", "sans-serif";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 164%; /* 32.8px */
}
.suppliers-description p {
    margin-bottom: 18px;
}
.suppliers-header {
    margin-bottom: 40px;
}

/* Form Acceptance Box */
.acceptance-updates {
    margin-bottom: 24px;
    display: block;
}

.acceptance-updates .wpcf7-list-item label {
    display: flex;
    align-items: start;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 22px;
}

.acceptance-updates .wpcf7-list-item {
    margin: 0;
}

.acceptance-updates .wpcf7-list-item input[type="checkbox"] {
    margin-right: 4px;
    margin-top: 4px;
    width: 16px;
}


.acceptance-updates .wpcf7-list-item-label {
    display: block;
    margin-left: 4px;
    text-align: left;
}
#contact-form-wrap .single-form.acceptance-policy {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 0;
}
.acceptance-policy a {
    color: var(--medium-purple-755-be-2, #755BE2);
}
.acceptance-policy p {
    font-size: 13px;
}

@media (max-width: 575px) {
    #contact-form-wrap .single-form {
        margin-bottom: 32px;
        margin-top: 8px;
    }

}

/*===========================================================
 Responsive
============================================================*/

@media (min-width: 1350px) {
    .container {
        max-width: 1300px;
    }

    .container-sm {
        max-width: 1060px;
    }
}

@media (min-width: 1400px) {
    .container {
        max-width: 1310px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1349px) {
    .feature-row {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1349px) {


    .D_H1_Poppins_SemiBold_55px {
        font-size: 32px;
        line-height: 1.3;
    }

    .D_H2-header_Playfair_Regular_24px {
        font-size: 20px;
        line-height: 1.5;
    }

    .D_H2_Playfair_Medium_40px {
        font-size: 28px;
        line-height: 1.2;
    }

    .D_H2_Playfair_Medium_36px {
        font-size: 30px;
        line-height: 1.4;
    }

    .D_H3_Poppins_Bold_24px {
        font-size: 17px;
        line-height: 1.6;
    }


    .D_BodyText_Poppins_regular_20px {
        font-size: 17px;
        line-height: 1.7;
    }

    .D_BodyText_small_Poppins_regular_18px {
        font-size: 18px;
        line-height: 1.7;
    }

    .D_BodyText_x-small_Poppins_regular_16px {
        font-size: 16px;
        line-height: 1.7;
    }

    /*  */
    .D_Buttons_Poppins_Medium_20px {
        font-size: 15px;
    }

    .single-choose {
        max-width: 380px;
    }

    .learn-more {
        font-size: 17px;
        line-height: 1.64;
    }

    .learn-more img {
        width: 15px;
    }
}

@media (min-width: 1200px) {
    .try-free{
        display: none;
    }
    .choose-left #pre-title{
        font-size: 25px;
    }
}
@media (max-width: 1199px) {

    .feature-area .row {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .choose-wraper {
        position: relative;
    }

    .choose-left {
        position: absolute;
        top: 0;
        left: 0;
        height: auto;
    }

    .choose-left:before {
        bottom: -110px;
    }

    .choose-right {
        max-width: 100%;
    }

    .banner-text,
    .banner-img {
        max-width: 45%;
    }



    .banner-btn {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .video-btn {
        margin-left: 0;
        width: 253px;
        text-align: center;
        margin-top: 12px;
    }

    .book-demo h2 {
        max-width: 500px;
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 35px;
    }

    .book-demo {
        padding: 42px;
        border-radius: 24px 0 24px 0;
    }

    .single-product {
        width: 33.33%;
        min-height: 255px;
        padding: 0 10px;
        margin-bottom: 20px;
    }

    .Upsells {
        font-size: 19px;
    }

    .single-product a {
        padding: 30px 0;
    }

    .product-area {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .integration-right {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }

    .integration-left {
        max-width: 480px;
    }


    .integration-area {
        padding: 60px 0;
    }

    .integration-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .integration-left {
        max-width: 480px;
    }

    .integration-left p {
        max-width: 100%;
    }

    .integration-left h2 br {
        display: none;
    }

    .bttn a {
        width: 230px;
        line-height: 48px;
    }

    .video-btn {
        width: 230px;
    }

    .integration-right {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }

    .banner-area {
        padding-top: 35px;
        padding-bottom: 60px;
    }

    .logos-area {
        padding: 20px 0;
    }

    .tour-text {
        max-width: 555px;
        margin-left: auto;
        margin-right: auto;
    }

    .tour-text h2 {
        font-size: 30px;
    }

    .tour-btn {
        width: 278px;
    }

    .tour-area {
        padding: 60px 0;
    }

    .banner-img {
        padding-left: 0;
    }

    .integration-left {
        margin-bottom: 35px;
    }

    .integration-inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .integration-left {
        padding: 32px 40px;
    }

    #langDropdown {
        width: 40px;
    }

    .feature-area {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 0;
        padding-bottom: 0;
    }
    .hero-v2 h1.D_H1_Poppins_SemiBold_55px {
        font-size: 32px;
    }
    .phone-features {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #suppliers-mobile {
        display: flex;
    }
    #suppliers-desktop {
        display: none;
    }

    #left-phone-features .phone-feature.bottom-line-position,
    #right-phone-features .phone-feature.bottom-line-position,
    #left-phone-features .phone-feature.top-line-position,
    #right-phone-features .phone-feature.top-line-position {
        background: none;
    }

    .phone-feature {
        min-height: auto;
        margin-bottom: 26px;
    }

    .phone-feature h3 {
        font-size: 22px;
    }
    .phone-feature div {
        font-size: 15px;
    }

    #left-phone-features .phone-feature {
        padding-left: 0;
    }

    #right-phone-features .phone-feature {
        padding-right: 0;
    }

    .phone-feature.bottom-line-position {
        padding-bottom: 0;
    }
    .phone-feature.top-line-position {
        padding-top: 0;
    }

    .suppliers-title {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .hero-v2 h1.D_H1_Poppins_SemiBold_55px {
        text-align: left;
    }
    .char-icon{
        display: none;
    }
    #modal-light video{
        width: 100% !important;
        max-width: 100% !important;
    }
    #modal-light{
        width: calc(100% - 30px) !important;
        max-width: calc(100% - 30px) !important;
    }
    #boxclose{
        right: calc(50% + 17px);
        top: -40px;
    }
    .banner-area,
    .banner-area.hero-v2,
    .banner-area.banner-area-use-cases {
        padding-top: 60px;
    }

    .banner-img {
        max-width: 290px;
    }

    .banner-text {
        max-width: 330px;
    }

    .banner-inner {
        padding-bottom: 0;
    }


    .single-choose h2 {
        font-size: 100px;
    }

    .single-choose {
        max-width: 312px;
    }

    .choose-inner {}

    .choose-area {
        padding-top: 0;
        padding-bottom: 40px;
        background-image: url("templates/assets/img/half-circle-t.svg");
        background-repeat: no-repeat;
        background-size: contain !important;
    }

    .feature-title h2 {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-title {
        margin-left: auto;
        margin-right: auto;
        max-width: 490px;
        margin-bottom: -60px;
    }

    .choose-left #pre-title {
        max-width: 270px;
        line-height: 1.5em;
    }

    .duve-statistics-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .duve-statistics-text::before {
        top: 0;
        left: 0;
        height: 100%;
    }

    .duve-statistics-text {
        max-width: 100%;
        padding-left: 80px;
        margin-bottom: 30px;
    }

    .duve-statistics-img {
        padding-left: 0;
        max-width: 100%;
    }

    .count,
    .count span {
        font-size: 50px;
    }

    .counters p {
        font-size: 18px;
    }

    .counter-area {
        padding-bottom: 60px;
    }

    .duve-statistics-area {
        padding: 60px 0;
    }

    .banner-text h3 {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .banner-text ul {
        margin-bottom: 28px;
    }

    .banner-text ul li {
        margin: 6px 0;
    }

    .section-title .product-title {
        max-width: 490px;
        margin: 90px auto 0;
    }
    .D_H2_Playfair_Medium_36px {
        font-size: 28px;
    }
    .D_H3_Poppins_Bold_20px {
        font-size: 17px;
    }
    .D_BodyText_small_Poppins_regular_18px {
        font-size: 17px;
    }

}

@media (min-width: 768px) and (max-width: 990px ) {
    .feature-area-v2 .feature-text h3 {
        margin-top: 0;
    }
}

@media (min-width: 750px) and (max-width: 1199px) {
    .integration-logo {
        margin-bottom: 0;
    }
    .counters p {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .feature-area .row {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .feature-area.side-by-side-v1 .row {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .D_H1_Poppins_SemiBold_55px {
        font-size: 32px;
        line-height: 1.3;
    }

    .D_H2-header_Playfair_Regular_24px {
        font-size: 20px;
        line-height: 1.5;
    }

    .D_H2_Playfair_Medium_40px {
        font-size: 28px;
        line-height: 1.2;
    }

    .D_H2_Playfair_Medium_36px {
        font-size: 28px;
        line-height: 1.4;
    }

    /*
    .D_H2_Playfair_Medium_36px {
        font-size: 17px;
        line-height: 1.6;
    } */
    .D_H3_Poppins_Bold_24px {
        font-size: 17px;
        line-height: 1.6;
    }


    .D_BodyText_Poppins_regular_20px {
        font-size: 17px;
        line-height: 1.7;
    }

    .D_BodyText_small_Poppins_regular_18px {
        font-size: 17px;
        line-height: 1.7;
    }

    .D_BodyText_x-small_Poppins_regular_16px {
        font-size: 16px;
        line-height: 1.7;
    }

    /*  */
    .D_Buttons_Poppins_Medium_20px {
        font-size: 15px;
    }

    .banner-text {
        margin-top: 43px;
    }

    .banner-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .see-all {
        margin-top: 30px;
    }



    .banner-img,
    .banner-text {
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    body.home .banner-area .banner-img {
        /* Strech the image end to end */
        left: calc(((100vw - 540px)/-2) - 15px);
        right: 0;
        width: 100vw;
        height: auto;
        max-width: none;
    }

    .video-btn,
    .bttn,
    .bttn a {
        width: 100%;
    }

    .video-btn {
        margin-top: 27px;
    }

    .banner-text ul {
        margin-bottom: 20px;
    }

    .banner-text h3 {
        margin-bottom: 22px;
        margin-top: 10px;
    }

    /* R */
    .choose-left {
        position: relative;
        top: unset;
        left: unset;
        height: auto;
        max-width: 100%;
    }

    .choose-left:before {
        left: unset;
        right: 0;
        top: 50px;
        bottom: unset;
        height: 80px;
    }

    .single-choose {
        max-width: 100%;
    }

    .single-choose p {
        width: 100%;
    }

    .single-choose h2 {
        font-size: 100px;
    }

    .choose-right {
        margin-top: 60px;
    }

    .choose-area {
        background-image: url("templates/assets/img/half-circle-m.svg");
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .feature-row .feature-img,
    .row-reverse.feature-row .feature-img {
        text-align: center;
    }
    .banner-holder .row > * {
        /*
        padding-left: 24px;
        padding-right: 24px;

         */
    }

    .book-demo h2 {
        font-size: 28px;
    }

    .book-demo .black-btn {
        max-width: 240px;
        margin-left: auto;
        margin-right: auto;
    }

    .counters {
        webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .count {
        width: 130px;
        display: inline-block;
        text-align: right;
        position: relative;
    }

    .count span:nth-child(2) {
        position: absolute;
        font-size: 52px;
        font-style: normal;
        margin-left: 10px;
        top: -2px;
    }

    .single-counter {
        text-align: center;
        margin: 15px 0;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .count span:nth-child(2) {
        position: absolute;
        font-size: 52px;
        font-style: italic;
        margin-left: 10px;
        top: -2px;
    }



    .single-counter:last-child .count span.plus {
        position: absolute;
        font-size: 52px;
        font-style: normal;
        margin-left: 10px;
        top: -5px;
    }

    .single-counter:last-child .count span:nth-child(3) {
        position: absolute;
        font-size: 52px;
        font-style: normal;
        margin-left: 10px;
        top: -5px;
    }

    .counters p {
        position: relative;
        top: -2px;
        left: 12px;
        font-size: 16px;
        width: 170px;
        text-align: left;
        white-space: nowrap;
    }
    .count,
    .count span {
        font-size: 60px;
        position: relative;
    }

    .single-counter:first-child {
        margin-top: 0;
    }

    .single-counter:last-child {
        margin-bottom: 0;
    }

    .single-product {
        width: 100%;
        min-height: 270px;
    }

    .Upsells {
        font-size: 28px;
    }

    .integration-left {
        max-width: calc(100% - 60px);
    }

    .integration-left:before {
        width: 86px;
        right: 0;
    }

    .integration-left .see-all {
        display: none;
    }

    .integration-logo {
        width: 33.33%;
        margin-bottom: 0;
    }

    .video-btn,
    .bttn,
    .bttn a,
    .bttn a {
        max-width: 326px;
    }

    .integration-logo {
        width: 33.33%;
        margin-bottom: 0;
    }

    .tour-text h2:before {
        height: 60px;
    }

    .tour-text h2:before {
        bottom: unset;
        top: calc(100% + 20px);
    }

    .tour-text h2 {
        margin-bottom: 100px;
    }

    .choose-area {
        margin-top: 0;
    }

    .choose-left {
        margin-top: 60px;
    }

    .choose-area .container {
        /*
        padding-left: 25px;
        padding-right: 25px;

         */
    }



    #modal-light video {
        height: 520px;
        background: #000;
    }

    .single-choose.choose-bottom-right {
        margin-top: 30px;
    }

    .feature-row{
        display: flex;
        flex-wrap: wrap;
    }
    .col-md-6.feature-contains-img {
        order: 1;
    }
    .col-md-6.feature-contains-text {
        /*
        padding-right: 24px;
        padding-left: 24px;
        */
        order: 2;
    }


    .feature-area .row .col-md-6:last-child .feature-img {
        padding-left: 0;
    }

    .feature-img {
        margin-bottom: 30px;
    }
    .feature-img img {
        max-width: 220px;
        margin: 0 auto;
    }
    .side-by-side-v1 .feature-img img {
        max-width: 100%;
    }

    .single-product a:hover {
        transform: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .banner-btm {
        justify-content: center;
    }

    .banner-area.hero-v2 {
        padding-top: 0;
    }

}

@media (max-width: 575px) {

    body.home .banner-area .banner-img {
        /* Strech the image end to end */
        left: calc((100vw - 375px) / -2);
    }

    body.home .banner-area {
        padding-top:0;
    }

    .container .row {
        margin-left: 0;
        margin-right: 0;
    }

    .banner-area .col-12,
    .banner-area .container {
        padding-left: 0;
        padding-right: 0;
    }

    .banner-text {
        /*
        max-width: 375px;
        padding-left: 24px;
        padding-right: 24px;
         */
    }

    .hero-v2 .banner-text {
        padding-left:0;
        padding-right: 0;
    }

    /*
    .hero-v2.banner-area .col-12 {
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .hero-v2.banner-area .container {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);

    }

     */

    .integration-left {
        padding: 30px;
    }

    .integration-logo {
        width: 50%;
        margin-bottom: 0;
    }

    .duve-statistics-text {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 60px;
    }

    .duve-statistics-text::before {
        height: 80px;
        bottom: unset;
        top: calc(100% + 20px);
        z-index: 10;
        left: 20px;
    }

    .container {
        width: 375px;
        max-width: 100%;
    }

    .integration-left .D_H2_Playfair_Medium_40px {
        font-size: 30px;
    }
    .integration-left::before {
        right: -50px;
    }
    .integration-area .integration-left .see-all a {
        display: none;
    }

    #header .container {
        padding-left: 0;
        padding-right: 0;
    }
    .container {
        width: 375px;
        padding-right:0;
        padding-left:0;
    }
    .row>* {
        padding-left: 0;
        padding-right: 0;
    }
    .single-choose {
        margin-left:0 ;
    }

    .phone-feature {
        margin-bottom: 30px;
    }
    .phone-feature h3 {
        font-size: 28px;
    }
    .phone-feature div {
        font-size: 16px;
    }

    #mobile-features {
        margin-top: 60px;
    }

}

@media (max-width: 430px) {
    .container {
        width: 327px;
        padding-right:0;
        padding-left:0;
    }

    .row>* {
        padding-left: 0;
        padding-right: 0;
    }

    #header .container {
        padding-left: 0;
        padding-right: 0;
    }

    body.home .banner-area .banner-img {
        /* Strech the image end to end */
        left: calc((100vw - 327px) / -2);
    }

    .star img {
        width: 18px;
    }

}

@media (max-width: 340px) {
    .container {
        width: 290px;
        padding-right:0;
        padding-left:0;
    }

    .row>* {
        padding-left: 0;
        padding-right: 0;
    }

    #header .container {
        padding-left: 0;
        padding-right: 0;
    }

    body.home .banner-area .banner-img {
        /* Strech the image end to end */
        left: calc((100vw - 290px) / -2);
    }

    .banner-btm .star {
        display: flex;
        gap: 4px;
    }
}


/* Suppliers page */
body.page-slug-suppliers .banner-area.banner-area-use-cases{
    padding-top: 0;
    padding-bottom: 0;
}
@media (min-width: 768px) and (max-width: 990px) {
    body.page-slug-suppliers .banner-area.banner-area-use-cases{
        padding-top: 60px;
        padding-bottom: 60px;
    }


}
@media (max-width: 990px) {
    body.page-slug-suppliers .banner-area.banner-area-use-cases .banner-text p br {
        display: none;
    }
}

body.page-slug-suppliers .banner-area.banner-area-use-cases .banner-inner {
    padding-bottom: 0;
}
@media (min-width: 1190px) {
    body.page-slug-suppliers .feature-title-subtitle .D_H2_Playfair_Medium_36px {
        font-size: 50px;
    }
}

body.page-slug-suppliers .feature-text p {
    font-size: 20px;
}
@media (max-width: 768px) {
    body.page-slug-suppliers .feature-text p {
        font-size: 17px;
    }
}
@media (max-width: 575px) {
    body.page-slug-suppliers .banner-area-use-cases .banner-img {
        padding-left:24px;
        padding-right: 24px;
    }

}



.sticky-mobile-button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none;
    padding: 10px 0;
    opacity: 0;
    justify-content: center;
    /* blur the background */
    backdrop-filter: blur(10px);
}
.sticky-mobile-button a {
    display: flex;
    width: 250px;
    height: 40px;
    background-color: #755BE2;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    text-align: center;
    text-decoration: none;
}
.sticky-mobile-button a:hover {
    background-color: #1A1B20;
}

@media (max-width: 767px) {
    .sticky-mobile-button.show {
        display: flex;
    }

    body.page-slug-book-a-demo .sticky-mobile-button.show,
    body.page-slug-reservez-une-demo .sticky-mobile-button.show,
    body.page-slug-recorded-demo .sticky-mobile-button.show,
    body.page-slug-demo-enregistree .sticky-mobile-button.show 
    {
        display: none;
    }
}

.col-p-0 {
    padding: 0;
}

@media (min-width: 750px) and (max-width: 990px) {
    .col-8-c-0 { width: 0%; }
    .col-8-c-1 { width: 12.5%; }
    .col-8-c-2 { width: 25%; }
    .col-8-c-3 { width: 37.5%; }
    .col-8-c-4 { width: 50%; }
    .col-8-c-5 { width: 62.5%; }
    .col-8-c-6 { width: 75%; }
    .col-8-c-7 { width: 87.5%; }
    .col-8-c-8 { width: 100%; }

    .col-8-p-0{
        padding: 0;
    }
}