body.widget-snippet .how-exsited-compares-section .comapre-table-row {
    display: flex;
}

.how-exsited-compares-section {
    margin: 154px 0 200px;
    position: relative;
    padding: 0 30px;
}

.how-exsited-compares-section .service-container {
    display: flex;
    max-width: 1460px;
    padding: 0 30px;
    margin: 0 auto;
    gap: 33px;
}

.how-exsited-compares-section .main-title-wrapper h2 {
    font-family: 'Biotif';
    font-weight: 600;
    font-size: 50px;
    line-height: 1.4;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0a1b2b;
    margin: 0 0 10px;
}

.how-exsited-compares-section .main-title-wrapper p.sub-title-text {
    color: #000;
    line-height: 1.5;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Biotif';
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}

@media(max-width: 1360px) {
    .how-exsited-compares-section {
        margin:100px 0;
    }
    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 42px;
    }
}

@media(max-width: 1024px) {
    .how-exsited-compares-section {
        margin:80px 0;
    }
    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 36px;
    }
    .how-exsited-compares-section .main-title-wrapper {
        margin: 0 auto 30px;
    }
}

@media(max-width: 991px) {
    .how-exsited-compares-section {
        margin:60px 0;
    }

    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 32px;
        margin: 0 0 5px;
    }

    .how-exsited-compares-section .main-title-wrapper {
        margin: 0px auto 10px;
    }
}

@media(max-width: 767px) {
    .how-exsited-compares-section {
        margin:40px 0;
    }

    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 28px;
    }
}

.how-exsited-compares-section .comapre-table-wrapper {
    max-width: 1400px;
    margin: 35px auto 0;
    overflow-x: auto;
}

.how-exsited-compares-section .comapre-table {
    width: 100%;
    min-width: 1150px;
    border: 3px #F8EBDF solid;
    border-radius: 20px;
    position: relative;
    margin: 40px 0 10px;
}

.how-exsited-compares-section .comapre-table-row {
    display: flex;
}
.how-exsited-compares-section .comapre-table-row:not(.heading-row) .comapre-table-cell {
    border-top: 1px rgba(0, 0, 0, 0.06) solid;
}

.how-exsited-compares-section .comapre-table-cell.first-cell {
    width: 328px;
    background-color: #fff;
    border-right: none;
}
.how-exsited-compares-section .comapre-table-cell {
    padding: 20px 32px;
    width: calc(25% - 82px);
    background-color: rgba(249, 243, 238, 0.6);
    word-break: break-word;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-exsited-compares-section .comapre-table-row.heading-row .comapre-table-cell.first-cell {
    border-radius: 20px 0 0 0;
}
.how-exsited-compares-section .comapre-table-row:last-child .comapre-table-cell.first-cell {
    border-radius: 0 0 0  20px;
}

.how-exsited-compares-section .comapre-table-row.heading-row .comapre-table-cell:nth-child(2) {
    border-radius: 20px 0 0;
}
.how-exsited-compares-section .comapre-table-row:last-child .comapre-table-cell:nth-child(2) {
    border-radius: 0 0 0 20px;
}

.how-exsited-compares-section .comapre-table-cell.last-cell {
    padding: 0;
    background: #fff;
}

.how-exsited-compares-section .comapre-table-cell.last-cell .comapre-table-cell-inner {
    padding: 20px 32px;
    background-color: #fff;
}

.how-exsited-compares-section .heading-row .comapre-table-cell.last-cell {
    background-color: #F87252;
    padding: 0 2px 0 3px;
    margin-left: 0;
    position: relative;
    right: -1px;
}

.how-exsited-compares-section .comapre-table .compare-table-card {
    width: calc(25% - 82px);
    position: absolute;
    right: -1px;
    top: -40px;
    bottom: -7px;
    border: 3px #F87252 solid;
    border-radius: 20px;
}
.how-exsited-compares-section .comapre-table .compare-table-card:after {
    content:"";
    position: absolute;
    bottom: 0;
    left: 9px;
    right: 9px;
    background-color: #fff;
    height: 6px;
    border-radius: 0 0 20px 20px;
}
.how-exsited-compares-section .comapre-table .compare-table-card-text {
    height: 40px;
    background: #F87252;
    border-radius: 20px 20px 0 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    padding: 5px 20px;
    color: #fff;
    line-height: 1.8;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Biotif';
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}

.how-exsited-compares-section .heading-row .comapre-table-cell.last-cell .comapre-table-cell-inner {
    border-radius: 20px 20px 0 0;
}

.how-exsited-compares-section .comapre-table-cell-data-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.how-exsited-compares-section .comapre-table-cell-data-text {
    color: #000;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Biotif';
}
.how-exsited-compares-section .comapre-table-cell-data-icon {
    height: 16px;
    width: 16px;
    background: red;
}
.how-exsited-compares-section .comapre-table-cell-data-icon.feature-available {background: url("data:image/svg+xml,%3Csvg%20width%3D%2217%22%20height%3D%2216%22%20viewBox%3D%220%200%2017%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M15.8728%204.26822L6.89979%2013.6009C6.40018%2014.1205%205.60081%2014.1205%205.1012%2013.6009L0.624706%208.90459C0.125098%208.385%200.125098%207.54565%200.624706%207.02606C1.12431%206.50647%201.92369%206.50647%202.4233%207.02606L6.02048%2010.7831L14.0941%202.38969C14.5938%201.8701%2015.3931%201.8701%2015.8927%202.38969C16.3724%202.90929%2016.3724%203.74863%2015.8728%204.26822Z%22%20fill%3D%22black%22%20stroke%3D%22white%22%20stroke-width%3D%220.5%22%2F%3E %3C%2Fsvg%3E") no-repeat center;}
.how-exsited-compares-section .comapre-table-cell-data-icon.feature-unavailable {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E %3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M3.23606%203.23685C2.92131%203.5516%202.92131%204.06422%203.23606%204.38002L6.85728%208.00016L3.23606%2011.6203C2.92131%2011.9361%202.92131%2012.4487%203.23606%2012.7635C3.55186%2013.0793%204.06448%2013.0793%204.38028%2012.7635L8.00042%209.14333L11.6206%2012.7635C11.9364%2013.0793%2012.4479%2013.0793%2012.7637%2012.7635C13.0795%2012.4487%2013.0795%2011.9361%2012.7637%2011.6203L9.14359%208.00016L12.7637%204.38002C13.0795%204.06422%2013.0795%203.5516%2012.7637%203.23685C12.4479%202.92105%2011.9364%202.92105%2011.6206%203.23685L8.00042%206.85699L4.38028%203.23685C4.06448%202.92105%203.55186%202.92105%203.23606%203.23685Z%22%20fill%3D%22black%22%2F%3E %3C%2Fsvg%3E") no-repeat center;
}
.how-exsited-compares-section .comapre-table-cell.first-cell .comapre-table-cell-data-wrapper {
    justify-content: flex-start;
}
.how-exsited-compares-section .comapre-table-cell.first-cell .comapre-table-cell-data-text {
    font-size: 16px;
    font-weight: 500;
}
.how-exsited-compares-section .comapre-table-cell-data-wrapper,
.how-exsited-compares-section .comapre-table-cell-data-wrapper p{
    color: #000;
    line-height: 1.5;
    font-family: 'Biotif';
    font-size: 16px;
    font-weight: 500;
    padding:0;
    margin:0;
}
.how-exsited-compares-section .comapre-table-cell-data-wrapper figure {
  margin: 0;
}
.how-exsited-compares-section .comapre-table-row.heading-row .comapre-table-cell .comapre-table-cell-data-text {
    font-size: 20px;
    font-weight: 500;
}

.how-exsited-compares-section .comapre-table-cell {
    border-right: 1px rgba(0, 0, 0, 0.06) solid;
}



.how-exsited-compares-section .bottom-button {
    margin: 56px auto 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    max-width: 1400px;
}

.how-exsited-compares-section .bottom-button a {
    max-width: 300px;
    height: 43px;
    padding: 10px 30px 10px 40px;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
}

.how-exsited-compares-section .bottom-button a:hover {
    border: 1px solid #000;
    background-color: #000;
}

.how-exsited-compares-section .bottom-button a .btn-text {
    color: #000;
    text-align: center;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.how-exsited-compares-section .bottom-button a:hover .btn-text {
    color: #fff;
}

.how-exsited-compares-section .bottom-button a .btn-icon {
    width: 13px;
    height: 8px;
    display: block;
}

.how-exsited-compares-section .bottom-button a .btn-icon svg {
    display: block;
    margin-top: 1px;
}

.how-exsited-compares-section .bottom-button a:hover .btn-icon svg path {
    fill: #fff;
}

.how-exsited-compares-section .bottom-button a.watch-demo-btn {
    max-width: 300px;
    height: 43px;
    padding: 10px 34px 10px 30px;
    text-decoration: none;
    border: 0;
    background-color: #ffbe63;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0 13px;
    cursor:pointer;
}

.how-exsited-compares-section .bottom-button a.watch-demo-btn:hover {
    background-color: #fda72e;
}

.how-exsited-compares-section .bottom-button a.watch-demo-btn .btn-text {
    color: #000;
    text-align: center;
    font-family: Biotif;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
}

.how-exsited-compares-section .bottom-button a.watch-demo-btn:hover .btn-text {
    color: #000;
}

.how-exsited-compares-section .bottom-button a.watch-demo-btn .btn-icon {
    width: 15px;
    height: 15px;
    display: block;
}

.how-exsited-compares-section .bottom-button a.watch-demo-btn .btn-icon svg {
    display: block;
    margin-top: 1px;
}

.how-exsited-compares-section .bottom-button a.watch-demo-btn:hover .btn-icon svg path {
    fill: #000;
}


.how-exsited-compares-section .comapre-table-cell-data-image.logo-image img {
    max-height: 30px;
}
@media(max-width: 1366px) {
    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 42px;
    }
}
@media(max-width: 1024px) {
    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 36px;
    }
    .how-exsited-compares-section .bottom-button {
        margin: 46px auto 0;
    }
}
@media(max-width: 991px) {
    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 32px;
    }
    .how-exsited-compares-section {
        padding: 0 20px;
    }
    
    
    .how-exsited-compares-section .comapre-table-wrapper {
        margin: 15px auto 0;
    }
    
    .how-exsited-compares-section .bottom-button {
        margin: 30px auto 0;
    }
}
@media(max-width: 767px) {
    .how-exsited-compares-section .main-title-wrapper h2 {
        font-size: 28px;
    }
    
    .how-exsited-compares-section .comapre-table-row.heading-row .comapre-table-cell .comapre-table-cell-data-text {
        font-size: 18px;
    }
    
    .how-exsited-compares-section .comapre-table-cell.first-cell .comapre-table-cell-data-text {
        font-size: 15px;
    }
    
    .how-exsited-compares-section .bottom-button {
        flex-direction: column;
        align-items: center;
        margin: 16px auto 0;
        gap: 13px;
    }
    .how-exsited-compares-section .comapre-table-wrapper {
        margin: 5px auto 0;
    }
}
.fee-widget-editable .how-exsited-compares-section .comapre-table .compare-table-card,
body.widget-snippet .how-exsited-compares-section .comapre-table .compare-table-card {
    display: none;
}