* {
    font-family: Montserrat;
    font-style: normal;
    /*color: #333333;*/
}

body {
    background: rgb(230,250,255);
    background: linear-gradient(180deg, rgba(230,250,255,1) 100px, rgba(255,255,255,0.4598214285714286) 600px);
    /*background: linear-gradient(180deg, rgba(230,250,255,1) 18%, rgba(255,255,255,0.4598214285714286) 66%);*/
    padding-top: 100px;
}
.homepage .homepage-comparer, .homepage #check_your_website {
    background: rgb(230,250,255);
}

:root {
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #1ABDCA;
    --bs-info-rgb: 26,189,202;
    --sp-bg-light-blue: #e6faff;
    --sp-red: #ED332B;
    --sp-blue-dark: #116C7E;
    --sp-dark-red: #A1231D;
}

a {
    text-decoration: none;
    color: var(--bs-blue);
}

#content {
    margin-top: 100px;
}

.btn {
    border-radius: 8px;
}

.btn-shadow {
    padding: .5rem 1.5rem .6rem;
    box-shadow: 0px 2px 10px rgba(17, 108, 126, 0.35);
    border-radius: 8px;
}

.btn-light {
    background: #F2F2F2;
    border-color: #F2F2F2;
}
.tag-website-tools {
    background-color: var(--sp-bg-light-blue);
}
.btn-primary {
    background-color: var(--bs-blue);
    border-color: #0db0bd;
}
.btn-primary:focus {
    background-color: var(--bs-blue);
    border-color: #0db0bd;
}
.btn-primary:focus,
textarea.form-control:focus,
input.form-control:focus {
    box-shadow: 0 0 0 0.25rem rgba(26,189,202,.5);
}

.btn-primary:hover {
    background-color: var(--sp-blue-dark);
    border-color: #075969;
}

h2 {
    color: #1ABDCA;
}

#navbarButtons ul {
    margin: auto;
}

.container-fluid.menu {
    top:0;
    position: fixed;
    z-index: 10;
}

nav#topMenuNavbar.navbar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px 8px 0px;
    top: 16px;
    margin:auto;
    min-height: 72px;
    background: rgba(255, 255, 255, 0.8);
}

.gray-border-shadow {
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 16px;
}

#footer {
    background: #ffffff;
    border-top: 1px solid var(--bs-blue);
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#footer a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-decoration: none;
}

.copyright {
    border-top: 1px solid #D9D9D9;;
}

h1 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 56px;
    color: #1ABDCA;
    padding: 16px;
    margin-top: 8px;
}
span.rarr {
    font-family: monospace;
    font-size: 14px;
}
/* Homepage specifics */
.homepage-comparer .hero h5, .homepage-comparer .comparison-slider-container {
    margin-top: 20px;
    margin-bottom: 16px;
}
.homepage-comparer .b-dics__text {
    z-index: 1;
    border-radius: 14px;
}
.homepage-comparer .b-dics {
    width: 800px;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom:0;
}
@media (max-width: 1399px) {
    .homepage-comparer .b-dics {
        width: 600px;
    }
}
@media (max-width: 1199px) {
    .homepage-comparer .b-dics {
        width: 500px;
    }
    .nav-item.px-3 {
        padding-right: 0.2rem!important;
        padding-left: 0.2rem!important;
    }

}
@media (max-width: 991px) {
    h1 {
        font-size: 36px;
    }
    .compress-container .dropzone {
        text-align: center;
    }
    .homepage-comparer .b-dics {
        width: 100%;
    }
    nav#topMenuNavbar.navbar {
        padding-top: 3px;
        width: calc(100% - 24px);
    }
    .navbar-collapse {
        padding: 10px;
        font-size: 1.2rem;
    }
    .navbar-collapse li {
        margin: 5px;
    }
    .navbar-collapse form button {
        margin: 10px 5px;
    }
}
/* all comparison containers */
.comparison-slider-container .b-dics {
    border-radius: 8px;
}
.comparison-slider-container {
    background: #FFFFFF;
    border-radius: 16px;
    border: 16px solid #FFFFFF;
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    height: max-content;
}
.comparison-slider-container .progress,
.modal .progress{
    background: #F2F2F2;
    transform: rotate(-180deg);
    margin-top: 16px;
    border-radius: 16px;
}
.modal .progress {
    height: 20px;
    margin-bottom: 0;
}
.modal .progress-under-text,
.modal .progress-text-left {
    line-height: 12px;
}

.comparison-slider-container .progress .progress-bar {
    background: linear-gradient(90deg, #92D5E3 0%, #1ABDCA 100%);
    border-radius: 16px;
    transform: rotate(-180deg);
}
.upload-compare div.progress .progress-text-left,
.comparison-slider-container .progress-text-left {
    transform: rotate(-180deg);
    padding-left: 10px;
    padding-top: 2px;
    z-index: 2;
}
.upload-compare div.progress .progress-text-left {
    padding-top: 3px;
}
.upload-compare div.progress .progress-text-left div {
    position: absolute;
    min-width: 100px;
}

.comparison-slider-container .progress-text {
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}
.comparison-slider-container .b-dics__text {
    z-index: 1;
    border-radius: 14px;
}
.comparison-slider-container .progress {
    height: 1.6rem;
}
.hero h1 {
    padding: 0;
    margin-bottom: 18px;
}
.hero-actions {
    width: 90%;
}
.hero-actions .strike {
    margin-top: 10px;
}
.hero .hero-actions .btn-primary {
    width:100%;
    margin: 10px 0 4px;
}
.hero .btn-danger i, .hero .btn-primary i {
    color: #fff;
}
i.icon-check-page {
    width: 40px;
    display: inline-block;
    position: relative;
}
i.icon-check-page::before {
    content: ' ';
    background-image: url(/img/icon-check-page.svg);
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: -16px;
}
.fake-dropzone {
    background-color: #bdeef4;
    padding: 14px;
    border: 2px dashed #1abdca;
    border-radius: 20px;
}
/* Check your website - homepage box */
.check-your-website {
    background-image: linear-gradient(180deg, #fff 0%, var(--sp-bg-light-blue) 100%);
    padding: 20px 28px;
    margin-top:20px;
}
.include-button input {
    padding: 17px 56px 16px 28px;
    border-radius: 30px;
    border:none;
}
.include-button .input-wrap {
    width:100%;
}
.include-button {
    position:relative;
}
.include-button button.btn-danger {
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 20px;
    font-family: monospace;
    font-size: 32px;
    line-height: 32px;
    padding: 0px 8px 4px;
}
.check-your-website h5 {
    margin-bottom: 16px;
}
/* Check your website - cruncher page box */
.cruncher .check-your-website  {
    background: none;
    padding-bottom: 0;
}

.upload-tos {
    font-size: 0.7em;
    margin: 0.2rem 0;
}
.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
    font-weight: bold;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #ccc;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}


h6 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.product-logo-outer-container {
    width: 300px;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    border-radius: 60px;
    box-shadow: inset 5px 30px 12px 12px rgba(230, 250, 255, .5), inset 0 0 100px 30px rgba(230, 250, 255, .5);
    background: linear-gradient(130deg, #1ABDCA 0%, #ED332B 100%);
}

.product-logo-inner-container {
    background: linear-gradient(130deg , #1ABDCA 0%, #ED332B 100%) padding-box, linear-gradient(130deg, #1ABDCA 0%, #ED332B 100%) border-box;
    border-radius: 60px;
    border: 7px solid transparent;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.product-containter {
    height: 200px;
    background-color: #FFFFFF;
}

.product-logo-horizontal {
    width: 384px;
    max-width: calc(100% - 20px);
    height: 112px;
    box-sizing: border-box;
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
    padding: 16px 24px;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
    top: 15px;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid transparent;
    cursor: pointer;
}
.product-logo-horizontal.active {
    background:#fff;
    border: 2px solid var(--bs-blue);
    cursor: default;
}

.product-logo-horizontal.spai div.product-logo-image div {
    padding: 10px;
}
.product-logo-horizontal.hosting div.product-logo-image div {
    padding: 4px;
}

.navbar-nav,
.mr-auto {
    flex: 1;
    margin: auto !important;
    display: flex;
    justify-content: center;
}

@media (min-width: 992px) and (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }
    .navbar-brand {
        margin-right: 0;
    }
}
@media (min-width: 1200px) and (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
    }
}

/** begin pricing old **/

.container-fluid.pricing-header {
    background: rgb(230, 250, 255);
    background: linear-gradient(180deg, rgba(230, 250, 255, 1) 32%, rgba(255,255,255,1) 100%);
    padding-bottom: 10px;
}
body.pricing.black-friday {
    background: linear-gradient(180deg, #000 100px, #fff 600px);
}
.black-friday .pricing-header h6 {
    color: #fff;
}
.black-friday .pricing-header h1 {
    color: #4cebf7;
}
.black-friday .product-logo-horizontal {
    background: var(--sp-bg-light-blue);
}
.black-friday .product-logo-horizontal.active {
    background: #fff;
}
.black-friday.pricing .container-fluid.price-slider{
    background: linear-gradient(180deg, #000 100px, #fff 350px);
}
.black-friday .yearly-switch .col-form-label {
    color: #fff;
}
.black-friday .container-fluid.pricing-header {
    background: #000;
}
@media (max-width: 768px) {
    .black-friday .pricing-header .pricing-tabs {
        background-image: url("/old/img/robot_pirate.png"), url("/img/blackfriday2022-mobile.png");
        background-position: right 20px, left 0;
        background-repeat: no-repeat;
        background-size: 100px, 150px;
        padding-top: 210px;
    }
}
@media (min-width: 768px) {
    .black-friday .container-fluid.pricing-header {
        background-image: url("/old/img/robot_pirate.png"), url("/img/blackfriday2022-mobile.png");
        background-repeat: no-repeat;
        background-position: right top, left -20px;
        background-size: 10%, 14%;
    }
}
@media (min-width: 1048px) {
    .black-friday .container-fluid.pricing-header {
        background-size: 8%, 12%;
    }
}
@media (min-width: 1200px) {
    .black-friday .container-fluid.pricing-header {
        background-size: 7%, 10%;
    }
}

.pricing-header .pricing-tabs {
    padding-bottom: 32px;
}
.pricing .container-fluid.price-slider {
    padding-top: 10px;
}

.container.pricing-bottom1 {
    margin: 0 auto;
    width: 30%;
    text-align: center;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 16px;
    position: relative;
    bottom: -30px;
}

.container.pricing-bottom1 h2,
.here-24-7 h2{
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    padding: 20px;
}

.container.pricing-bottom1 h4,
.here-24-7 h4 {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    padding: 10px;
}

.container.pricing-bottom1 p,
.here-24-7 p {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-feature-settings: 'case' on;
    color: #333333;
    padding: 10px;
    padding-bottom: 40px;
}

.container-fluid.price-slider {
    background-color: #FFFFFF;
    padding: 40px 0 50px;
}
.pricing .price-slider .btn-group {
    background: #f2f2f2;
}
.price-slider .btn {
    border-radius: 16px;
    padding: 12px 20px;
    font-weight: 700;
}
.price-slider .btn.waiting-purchase {
    background-image: url('/old/img/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
}
.price-slider .months-free-label {
    color: #1ABDCA;
    font-size: 14px;
    font-weight: bold;
}
.container.pricing-bottom2 {
    padding-top: 30px;
}

.container.pricing-bottom2 h4 {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}

.container.pricing-bottom2>div {
    margin: auto;
    padding-bottom: 20px;
}

.container.pricing-bottom2>div .feature{
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */

    text-align: center;

    /* Shades/Black_333 */

    color: #333333;
    padding: 16px;
}

/** end pricing old **/

.row.price-cards .col .card {
    background: linear-gradient(90deg, #1ABDCA 0%, #92D5E3 100%);
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
}

.row.price-cards .col .card .card-body {
    background: #FFFFFF;
    border-radius: 16px 16px 0 0;
}

.row.price-cards .col .card .card-body.popular {
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,.125);
}

.row.price-cards .col .card .card-header {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}
.card-header.popular {
    border-bottom: none;
}
.card .card-body .quote, .card .card-footer .publisher {
    margin: 10px;
}
.card .card-footer .publisher {
    margin-top: 0;
}
.card .card-body .read-more-link {
    margin: 4px 10px 0;
}
.card .card-footer .publisher img {
    height: 40px;
}
.card .card-body .price {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    white-space: nowrap;
}

.card .card-body .price .per {
    font-size: 14px;
    font-weight: 400;
    margin-left: -12px;
}

.card .card-body .price sup {
    font-size: 1.2rem;
    top: -1rem;
}

.card .card-body .action button {
    padding: 12px 20px;
    width: 136px;
    height: 48px;
    background: #ED332B;
    border-radius: 16px;
    font-weight: bold;
    font-size: 15px;
    line-height: 24px;
}
.price-cards .card-footer {
    background: #fff;
    border-radius: 0 0 16px 16px;
    padding: 1rem;
}
.price-cards .details .position-absolute {
    right: 10px;
}

.price-cards .details-monthly .position-absolute {
    right: 10px;
}

.card .card-footer .details {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: none;
}
.price-cards .card.active-plan {
}
.price-cards .plan-data, .price-cards .plan-data .plan-onetime-credits-remaining {
    display: none;
}
.price-cards .active-plan .plan-data {
    display: block;
    background-color: var(--sp-bg-light-blue);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    font-size: .9rem;
    padding: 8px 16px;
}
.price-cards .plan-data .active-plan-label {
    font-weight: bold;
    color: var(--sp-blue-dark);
    font-size: 1rem;
    padding-left: 24px;
    position: relative;
}
.price-cards .plan-data .active-plan-canceled {
    color: red;
    display: none;
}
.price-cards .plan-data .active-plan-label:before {
    content: ' ';
    background-image: url(/img/check.svg);
    position: absolute;
    width: 17px;
    height: 12px;
    left: 0;
    top: 4px;
}
.price-cards .progress {
    border-radius: 5px;
    height: 8px;
    background: #92D5E3;
    margin: 10px 0;
}
.price-cards .progress .progress-bar {
    border-radius: 5px;
    background: var(--sp-blue-dark);
}

.card .card-footer .details-monthly {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    display: none;
}

.card .card-footer .details.yearly-display {
    display: block;
}

.card .card-footer .details-monthly.monthly-display {
    display: block;
}

.card .card-footer .details .savings {
    color: #1ABDCA;
}

.card .card-body .credits .per {
    font-size: 12px;
}

.card .card-body .credits .bonus,
.card .card-body .credits .amount {
    font-weight: bold;
    font-size: 32px;
    line-height: 40px;
    text-align: right;
    position: relative;
    display: inline-block;
    margin-left: 36px;
}
.card .card-body .credits .amount {
    color: #1ABDCA;
}
.card .card-body .credits .bonus-wrap {
    color: var(--sp-red);
    font-weight: 600;
    font-size: 14px;
    margin-top: 6px;
    margin-bottom: 4px;
}
.card .card-body .credits .amount:before,
.card .card-body .credits .bonus:before {
    content: " ";
    background-image: url("/img/credits-icon.svg");
    background-repeat: no-repeat;
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -38px;
    top: 4px;
}
.card .card-body .credits .amount:before {
    background-image: url("/img/credits-icon.svg");
}
.card .card-body .credits .bonus:before {
    background-image: url("/img/bonus-credits-icon.svg");
}
.bonus-box {
    display: inline-block;
    border: 1px solid var(--sp-red);
    border-radius: 0 10px 10px 0;
    padding: 3px 8px;
    position: relative;
}
.bonus-box:before {
    content: '+';
    background: var(--sp-red);
    color: #fff;
    display: inline-block;
    width: 30px;
    position: absolute;
    left: 0;
    left: -31px;
    height: 100%;
    top: 0;
    outline: 1px solid var(--sp-red);
    border-radius: 10px 0 0 10px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    line-height: 66px;
}
.card .card-body .credits {
    text-align: right;
}

.pricing-header .product-logo-horizontal .product-logo-image {
    float: left;
}

.pricing-header .product-logo-horizontal .product-logo-text {
    float: right;
    width: 61%;
    margin-top: 20px;
    font-weight: 700;
    font-size: 15px;
    line-height: 32px;
}

h1 span {
    font-weight: 400;
}
.product-hero {
    background-image: linear-gradient(0deg, #fff 0%, var(--sp-bg-light-blue) 80px);
}
.product-hero .hero p.bold {
    font-weight: 600;
    font-size: 25px;
    line-height: 40px;
    color: #333333;
}
.product .price-slider {
    background-color: var(--sp-bg-light-blue);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.product .testimonials {
    padding-top: 20px;
}
.product-content h2, .price-slider h2, .contact h2 {
    color: #333;
    font-weight: bold;
}
.product-content h2 {
    padding: 24px 0 20px;
}
.price-slider h2 {
    padding: 0 0 4px;
}

ul.big-bullet li {
    position:relative;
    list-style-type: none;
    padding-bottom: 12px;
}
ul.big-bullet li:before {
    content: '';
    background-image: url('../img/bullet.png');
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    left: -32px;
}
ul.small-bullet {
    list-style: none;
    padding-left: 1.5rem;
}
ul.small-bullet li {
    position: relative;
    padding-bottom:12px;
}

ul.small-bullet li::before {
    content: "\2022";
    color: #1ABDCA;
    font-size: 50px;
    position: absolute;
    left: -1.5rem;
    line-height: 20px;
    top: -2px;
}

p.starting-at {
    font-weight: 700;
}

div.subtitle-anchor, a.anchor, div.anchor {
    position:relative;
    top:-110px;
}

a.view-prices-button,
a.get-started,
button.action-button,
a.read-more {
    padding: 12px 20px;
    min-width: 150px;
    height: 48px;
    border-radius: 16px;
    border: 0;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}
button.action-button {
    background: #ED332B;
    color: #FFFFFF;
}
a.view-prices-button {
    background: #F2F2F2;
    border-radius: 16px;
    color: #333333;
}
a.read-more {
    width: auto;
    background: #1ABDCA;
    color: #FFFFFF;
}
a.read-more:hover {
    background: #0db0bd;
    color: #fff;
}

.grad-turq-white-bg-50 {
    background-image: linear-gradient(0deg, #fff 0%, var(--sp-bg-light-blue) 50px);
}
.grad-turq-white-bg {
    background-image: linear-gradient(180deg, var(--sp-bg-light-blue) 0%, #fff 100px);
}
.grad-turq-white-bg-400 {
    background-image: linear-gradient(180deg, var(--sp-bg-light-blue) 0%, #fff 400px);
}
.grad-white-turq-white-bg {
    background-image: linear-gradient(180deg, #fff 0%, var(--sp-bg-light-blue) 100px, var(--sp-bg-light-blue) calc( 100% - 100px), #fff 100%);
}

.container.how-it-works, .container.features  {
    margin-top: 20px;
    padding-bottom: 20px;
}
.how-it-works .slide-content {
    padding: 24px 0;
}
.how-it-works .slide-content table {
    margin-left: 60px;
}
.how-it-works .slide-content h4 {
    margin-bottom: 16px;
}
.how-it-works .slide-content .number {
    float: left;
    margin-top: -10px;
    margin-right: 20px;
}
.how-it-works .slide-content tr {
    vertical-align: top;
}
.how-it-works .slide-content td {
    padding-bottom: 10px;
}
.how-it-works .slide-content td img {
    margin-right: 8px;
}
h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
/* Homepage specifics */
.homepage .testimonials{
    margin-bottom: -50px;
    overflow-x: hidden;
}
.homepage .benefits {
    padding-top: 50px!important;
    background: var(--sp-bg-light-blue);
    padding-bottom: 50px;
}

/*start testimonial slider */
.testimonials h3 {
    margin-bottom: 3rem;
}

.testimonials .my-3, .testimonials .carousel {
    padding: 0;
}
.carousel-inner .col-md-4 {
    padding: 0 10px;
}
.carousel-inner .card {
    margin-bottom: 15px;
    text-align: left;
}
.carousel-inner .bi::before {
    font-size: 26px;
    color: #1ABDCA;
    padding: 5px;
}
.carousel-inner .card-header {
    background: #fff;
    border: none;
}
.carousel-inner .card-body {
    height: 180px;
    overflow: hidden;
}
.contact-text .card-footer,
.carousel-inner .card-footer {
    background: #fff;
    border: none;
    border-radius: 16px;
}
.carousel-inner .author-img {
    float:left;
    padding-right:15px;
}
.carousel-inner .author-img img {
    border-radius:32px;
}
.carousel-inner .card-footer .author {
    padding-top: 6px;
}
.carousel-inner .card-footer .author-name {
    font-weight:bold;
}
.carousel-inner .card-footer .author-id {
    font-size:.8rem;
}

@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {
    .compress-settings .setting-line-right {
        margin-left:auto;
    }

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.testimonials .card .card-text {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

/* slider */

.img-comp-container {
    position: relative; /*should be the same height as the images*/
}

.img-comp-img {
    position: absolute;
    width: auto;
    height: auto;
    overflow:hidden;
}

.img-comp-img img {
    display:block;
    vertical-align:middle;
}

.img-comp-slider {
    position: absolute;
    z-index:9;
    cursor: ew-resize;
    /*set the appearance of the slider:*/
    width: 40px;
    height: 40px;
    background-color: #2196F3;
    opacity: 0.7;
    border-radius: 50%;
}


/* end slider */
.our-products {
    padding-bottom: 50px;
}
.our-products .card-outer, .lossy-glossy-lossless .card-outer {
    padding-bottom: 16px;
}
.our-products .card-header, .our-products .card-footer {
    background-color: #0000;
}
.our-products .card-header {
    padding-top:16px;
}
.our-products .card-footer {
    padding-bottom:16px;
}
.our-products h3 {
    margin-bottom: 2rem;
}
.our-products img  {
    width: 120px;
}

.our-products .btn {
    border-radius: 16px;
}
/*Benefits*/
.benefits .benefits-details {
    padding-bottom: 15px;
    text-align: center;
}
.benefits .card {
    background: none;
}
.benefits-icon {
    width: 80px;
    border-radius: 50% 50%;
    border: 15px solid #FFFFFF;
    background-color: #FFFFFF;
    margin: auto;
    margin-bottom: 10px;
}

/*Counter*/
.sp-image-counter-box {
    display:inline-block;
    padding: 12px;
    background: #ffffff66;
    margin-top: -50px;
    margin-bottom: 30px;
}
.sp-image-counter-box p {
    margin:6px 0 8px;
}
.sp-image-counter-box .sp-image-counter.odometer {
    background:none;
}
.sp-image-counter-box .sp-image-counter.odometer .odometer-digit {
    margin: 3px;
    border-radius: 8px;
    background: var(--sp-bg-light-blue);
    color: #1ABDCA;
}
@media (max-width: 500px) and (min-width: 401px) {
    .sp-image-counter-box .sp-image-counter.odometer .odometer-digit {
        margin: 1px;
        font-size: 1.5rem;
    }
    .sp-image-counter-box .sp-image-counter.odometer .odometer-formatting-mark {
        margin: 5px;
        font-size: 1.5rem;
    }
}
@media (max-width: 400px) {
    .sp-image-counter-box .sp-image-counter.odometer .odometer-digit {
        margin: 1px;
        font-size: 1rem;
    }

    .sp-image-counter-box .sp-image-counter.odometer .odometer-formatting-mark {
        margin: 4px;
        font-size: 1rem;
    }

    .navbar .navbar-brand {
        margin-right: 0;
    }

    .navbar .navbar-brand img {
        width: 180px;
    }

    .product-logo-horizontal {
        width: 304px;
        height: 100px;
        padding: 8px;
    }
}
@media (max-width: 768px) {
    .pricing-header .pricing-tabs {
        padding-bottom: 12px;
    }
    .pricing-header .product-logo-horizontal {
        margin-bottom: 20px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .pricing-header .product-logo-horizontal {
        padding: 10px;
    }
    .pricing-header .product-logo-horizontal .product-logo-text {
        width: 48%;
        margin-top: 10px;
    }
}
.sp-image-counter-box .sp-image-counter.odometer .odometer-formatting-mark {
    margin: 8px;
}
.sp-image-counter-box .sp-image-counter.odometer .odometer-digit:last-child {
    background: #F2F2F2;
}
.compress-icon {
    width: 80px;
}

#demo-dropzone {
    width: 100%;
    background: rgba(26, 189, 202, 0.2);
    border: 2px dashed #1ABDCA;
    box-sizing: border-box;
    border-radius: 16px;
}


.dropzone .dz-preview div.progress {
    border-radius: 16px;
    height: 5px;
    margin-top: 5px;
    transform: rotate(-180deg);
}
.dropzone .dz-preview .dz-image {
    border-radius: 12px;
}

.dropzone .dz-preview div.progress .progress-bar {
    background: linear-gradient(90deg, #1ABDCA 0%, #92D5E3 100%);
    border-radius: 5px;
}

.compress-container .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
    border: none;
    background: none;
}

.upload-compare div.progress {
    border-radius: 16px;
    margin-top: 16px;
    transform: rotate(-180deg);
}

.upload-compare div.progress .progress-bar {
    background: linear-gradient(90deg, #1ABDCA 0%, #92D5E3 100%);
    border-radius: 16px;
    z-index: 1;
}

.upload-compare div.progress .progress-bar .progress-text {
    transform: rotate(-180deg);
    width: 180px;
    font-weight: bold;
    padding-top: 1px;
}
.upload-compare div.progress .progress-under-text {
    width: 180px;
    font-weight: bold;
    position: absolute;
    transform: rotate(180deg);
    top: 5px;
    left: -4px;
    color: #228a9f;
    line-height: 10px;
}
#uploadCompare button.download-button {
    width: 160px;
    height: 48px;
    background: #ED332B;
    border-radius: 16px;
}

#uploadCompare .modal-dialog {
    width: auto;
    border: 16px solid #fff;
    border-radius: 16px;
    padding-bottom: 36px;
    background: #fff;
}

#uploadCompare .modal-content {
    border:0;
}

#uploadCompare .twentytwenty-container {
    border-radius: 10px;
}

#uploadCompareSideBySide .modal-dialog {
    width: auto;
    border: 16px solid #fff;
    border-radius: 16px;
    padding-bottom: 24px;
    background: #fff;
}
#uploadCompareSideBySide .modal-dialog .progress{
    position:absolute;
    width: 100%;
    bottom: 0;
}
#uploadCompareSideBySide .modal-header {
    padding: 0;
    border: 0;
}

#uploadCompareSideBySide .modal-content {
    border:0;
}


.dropzone .dz-preview .optimized-view {
    float: right;
}

.dropzone .dz-preview {
    border: 10px solid #ffffff;
    border-radius: 20px;
    height: 181px;
}

.modal-open .modal {
    margin: 0 auto;
    overflow:hidden;
}

#uploadCompare {
    overflow:hidden;
}
.compress-container {
    padding: 16px;
    background: #fff;
}
.compress-container .dropzone {
    padding: 18px 10px;
}
.compress-container .dropzone .dz-preview {
    margin: 16px 18px;
}
.compress-container .dropzone .dz-preview .dz-progress {
    top: 146px;
}
.dropzone ul.dropdown-menu {
    border-radius: 16px;
}
.compress-settings .accordion-body {
    padding: 0 1.25rem;
}
.compress-settings .accordion-item .header-row {
    border-bottom: 1px solid lightgrey;
    margin-bottom: 16px;
}
.compress-settings .accordion-item .lossy,
.compress-settings .accordion-item .accordion-button {
    margin-bottom: 16px;
}
.compress-settings .accordion-item {
    border: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.compress-settings .accordion-button {
    padding: 0;
}
.price-slider .btn-group label {
    padding: 16px 18px;
}
@media (min-width: 440px) {
    .price-slider .btn-group label {
        padding: 16px 24px;
    }
}
@media (min-width: 576px) {
    .accordion-body .d-flex {
        padding: 0;
    }

    .accordion-body .thumbnail-container {
        margin: 7px;
    }
}
@media (min-width: 768px) {
    .accordion-body .d-flex {
        padding: 10px;
    }

    .accordion-body .thumbnail-container {
        margin: 14px;
    }
}
@media (min-width: 992px) {
    .dropzone ul.dropdown-menu {
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
    .accordion-body .d-flex {
        padding: 18px;
    }

    .accordion-body .thumbnail-container {
        margin: 16px;
    }
}
@media (min-width: 1200px) {
    .accordion-body .d-flex {
        padding: 6px;
    }

    .accordion-body .thumbnail-container {
        margin: 14px;
    }
    .pricing-header .product-logo-horizontal .product-logo-text {
        width: 65%;
        font-size: 18px;
    }
    .price-slider .btn-group label {
        padding: 16px 32px;
    }
}
@media (min-width: 1400px) {
    .compress-container .dropzone {
        padding: 16px;
    }
    .compress-container .dropzone .dz-preview {
        margin: 14px;
    }
    .accordion-body .d-flex {
        padding: 0;
    }

    .accordion-body .thumbnail-container {
        margin: 10px;
    }
}
@media (min-width: 1800px) {
    .compress-container .dropzone {
        padding: 15px;
    }
    .accordion-body {
        padding: 1rem 0.5rem;
    }
}
@media (min-width: 2200px) {
    .compress-container .dropzone {
        padding: 14px;
    }
    .accordion-body {
        padding: 1rem 0.1rem;
    }
    .accordion-body .thumbnail-container {
        margin: 9px;
    }
}

.compress-container .dropzone .dz-preview .dz-image img {
    width: 100%;
}
.price-slider  .btn-outline-primary, .price-slider  .btn-outline-primary:hover {
    border-radius: 20px;
}
.price-slider  .btn-outline-primary:hover,
.compress-settings .btn-outline-primary:hover,
.compress-type .btn-outline-primary:hover {
    background-color:#92D5E3;
    color: #666666;
}
.price-slider .btn-group,
.compress-settings .btn-group.lossy,
.compress-settings .btn-group.resize-type {
    background: #F2F2F2;
    border-radius: 20px;
}
.price-slider .btn-group,
.compress-type .btn-group {
    background: #fff;
    border-radius: 30px;
    color: #666666;
}
.price-slider .btn-group label ,
.compress-type .btn-group label{
    border: none;
}
.compress-type .btn-group label {
    padding: 16px 52px;
}
.compress-type .btn-group > label {
    background-color: var(--bs-primary);
    color: #fff;
    font-weight: bold;
}
.price-slider .btn-group label.btn.btn-outline-primary, .compress-type .btn-group label.btn.btn-outline-primary{
    border-radius: 30px;
}
.compress-type .btn-group a > label{
    color: #666666;
}
.compress-settings .btn-group.lossy label {
padding: 10px 45px;
}
.compress-settings .download-buttons {
    display: inline-block;
}
.compress-settings .download-buttons button {
    border-radius: 16px;
}
@media (max-width: 400px) {
    .compress-type .btn-group {
        width: 100%;
    }
    .compress-type .btn-group label {
        max-width: 50%;
    }
}
@media (max-width: 500px) {
    .compress-settings .btn-group.lossy {
        width: 100%;
    }
    .compress-settings .btn-group.lossy label {
        padding: 10px;
    }
}
.compress-settings .btn-group.resize-type label {
    padding: 10px 35px;
}
.compress-settings .setting-line-left,
.compress-settings .setting-line-right{
    max-width: 400px;
}
.compress-settings .setting-line-left {
    margin-right:auto;
}
.compress-settings input[type=text] {
    border-radius: 20px;
    display: inline-block;
    width: 90px;
    font-size: 0.9rem;
    line-height: 1.4rem;
    text-align: center;
    padding: 8px;
}
#button-settings {
    width: 100px;
    display: inline-flex;
    border: none;
    background: transparent;
    margin-top: 8px;
}
.compress-settings .pickr .pcr-button {
    width: 74px;
    height: 38px;
}
.compress-settings .pickr .pcr-button::before {
    border-radius: 20px;
    border: 4px solid #D9D9D9;
}

.price-slider .btn-outline-primary,
.compress-settings .btn-outline-primary {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #666666;
    border: none;
}


.price-slider .btn-outline-primary:hover:focus:active,
.compress-settings .btn-outline-primary:hover:focus:active {
    background: #1ABDCA!important;
    outline: none;
}

.compress-settings .btn-group>.btn, .compress-settings .btn-group>.btn:not(.dropdown-toggle) {
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}

.compress-settings .accordion-button::after {
flex-shrink: 0;
margin-left: auto;
content: "";
background-image: url('../img/settings-cog.png');
background-repeat: no-repeat;
background-size: 1.25rem;
transition: none;
transform: none;
margin-left: 5px;
}


.compress-settings .accordion-button {
font-weight: 700;
font-size: 16px;
line-height: 24px;
background: #FFFFFF;
color: #1ABDCA;
border: none;
box-shadow: none;
transition: none;
}

.compress-settings .accordion-item .accordion-button:focus {
border: none;
box-shadow: none;
}
.compress .pcr-app {
    border-radius: 12px;
}
.compress .pcr-app .pcr-interaction input,
.compress .pcr-app .pcr-interaction input.pcr-result {
    border-radius: 8px;
}
.compress .pcr-app .pcr-interaction .pcr-type.active,
.compress .pcr-app .pcr-interaction .pcr-save {
    background: var(--bs-primary);
}


.form-switch.form-switch-md .form-check-input {
    height: 2.6rem;
    width: calc(4rem + 0.75rem);
    border-radius: 3rem;
    margin-top: 0;
    background-color: #D9D9D9;
    color: #fff;
    border: none;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba%28255, 255, 255, 1%29'/></svg>");
}
.form-switch.form-switch-md .form-check-input:checked {
    background-color: #1ABDCA;
    border-color: #1ABDCA;
}
.price-slider .btn-check:checked+.btn-outline-primary {
    font-weight: 700;
}
.price-slider .btn-check:checked+.btn-outline-primary,
.compress-settings .btn-check:checked+.btn-outline-primary {
color: #666666;
background-color: #FFFFFF;
}
.compress-settings .btn-check:checked+.btn-outline-primary {
    font-weight: 400;
}
.price-slider .btn-check:checked+.btn-outline-primary,
.compress-settings .btn-check:checked+.btn-outline-primary {
font-size: 14px;
line-height: 18px;
color: #FFFFFF;
background: #1ABDCA;
border-radius: 20px;
border-top-right-radius: 20px;
border-bottom-right-radius: 20px;
}

.container-fluid.login-form {
margin: 40px 0 56px;
}


@media only screen and (min-width: 800px) {
#content {
    min-height: 600px;
}
}

#accordion-settings .accordion-item {
background: transparent;
}

.login-box {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
}

.navbar .btn {
margin-right: 10px;
}

.form-check.remember {
padding-left: 0;
}
.login-info {
    display: none;
    padding: 2rem;
    margin-top: 4rem;
    background: #fff;

}
.login-info  a.btn {
    margin-top: 2rem;
    font-weight: bold;
}
.login-info p span {
    font-size: 1.5rem;
    padding-left: 20px;
}

.form-check.remember label {
    padding-left: 10px;
    padding-top: 11px;
}
#signup-form input[type=email], #login-form input[type=email], #login-form input[type=password] {
background: #F2F2F2;
border-radius: 16px;
}

#signup-form input[type=email], #login-form input[type=email], #login-form input[type=password] {
    background: #F2F2F2;
    border-radius: 16px;
}

#login-form input[type=password].login_failed {
    border-color: #b02a37;
}

.separator-text {
    display: flex;
    align-items: center;
    text-align: center;
    margin-top: 12px;
}

.separator-text::before,
.separator-text::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #d9d9d9;
}

.separator-text:not(:empty)::before {
    margin-right: .25em;
}

.separator-text:not(:empty)::after {
    margin-left: .25em;
}

.login-box .link a,
.our-products a.btn-link {
font-weight: 400;
line-height: 20px;
color: #1ABDCA;
text-decoration: none;
}
.login-box .link a {
font-size: 14px;
}
.our-products a.btn-link {
font-size: 16px;
}
.about-body {
    background: #fff;
}
.image-with-caption {
    width: 327px;
    float: left;
    text-align: center;
    margin: 6px 30px 20px 0;
}
.image-with-caption .img-responsive {
    max-width: 100%;
}
.image-with-caption.wide {
    width: 500px;
}
@media (max-width: 767px) {
    .image-with-caption {
        margin: 20px auto;
        float:none;
    }
    .image-with-caption.wide {
        width: 100%;
    }
}
@media (max-width: 1199px) {
    .image-with-caption.wide {
        margin: 20px auto;
        float:none;
    }
}
.image-with-caption div {
    font-size: 12px;
    padding-top: 8px;
}
.about-team {
    background: var(--sp-bg-light-blue);
    padding: 2rem 0 1rem;
}
.products h3, .about h3 {
    font-weight: bold;
    padding: 1rem 0;
    font-size: 2rem;
}
.product-card .btn, .our-products .btn {
    margin-right: 16px;
}
.read-more-link {
    display:inline-block;
    position:relative;
}
.read-more-link:after {
    content: ' ';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='25px' height='15px' viewBox='0 0 30 18'%3E%3Cstyle%3Epath%7Bfill:%231ABDCA;%7D%3C/style%3E%3Cpath class='tatsu-svg-arrow-head' d='M20.305,16.212c-0.407,0.409-0.407,1.071,0,1.479s1.068,0.408,1.476,0l7.914-7.952c0.408-0.409,0.408-1.071,0-1.481 l-7.914-7.952c-0.407-0.409-1.068-0.409-1.476,0s-0.407,1.071,0,1.48l7.185,7.221L20.305,16.212z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: right 6px;
    width:10px;
    height:16px;
    display: inline-block;
    margin-left: 6px;
    position: absolute;
    left: 100%;
    top: 2px;
    transition: width .5s;
}
.read-more-link:hover:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' width='25px' height='15px' viewBox='0 0 30 18'%3E%3Cstyle%3Epath%7Bfill:%231ABDCA;%7D%3C/style%3E%3Cpath class='tatsu-svg-arrow-head' d='M20.305,16.212c-0.407,0.409-0.407,1.071,0,1.479s1.068,0.408,1.476,0l7.914-7.952c0.408-0.409,0.408-1.071,0-1.481 l-7.914-7.952c-0.407-0.409-1.068-0.409-1.476,0s-0.407,1.071,0,1.48l7.185,7.221L20.305,16.212z'%3E%3C/path%3E%3Cpath class='dE' d='M1,8h28.001c0.551,0,1,0.448,1,1c0,0.553-0.449,1-1,1H1c-0.553,0-1-0.447-1-1 C0,8.448,0.447,8,1,8z'%3E%3C/path%3E%3C/svg%3E");
    width:20px;
}
.product-card .product-actions {
    position: absolute;
    bottom: 24px;
}
.product-card h5 {
    margin-bottom: 16px;
    font-size: 1.12rem;
}

.login-box label {
font-weight: 400;
font-size: 14px;
line-height: 20px;
color: #666666;
}

#login-submit {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #FFFFFF;
}

#compare-modal-close {
    position: absolute;
    right: -22px;
    top: -22px;
    background: white;
    border-radius: 12px;
    z-index: 2000;
    width: 24px;
    height: 24px;
    border: none;
    font-size: 22px;
    line-height: 24px;
}

.compare-modal-close {
    position: absolute;
    right: -22px;
    top: -22px;
    background: white;
    border-radius: 12px;
    z-index: 2000;
    width: 24px;
    height: 24px;
    border: none;
    font-size: 22px;
    line-height: 24px;
}

.hero .btn {
    margin:10px;
}

.btn-check:active+.btn-outline-primary:focus, .btn-check:checked+.btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
box-shadow: none;
}
.info-text-small {
    font-size: .8em;
    margin-left: 22px;
    position: relative;
}
.info-text-small:before {
    content: 'ⓘ';
    position: absolute;
    left: -22px;
    font-size: 17px;
    top: -3px;
}

#images-slider {
background: rgba(26, 189, 202, 0.2);
border: 2px dashed #1ABDCA;
border-radius: 16px;
}

#site-thumbnail {
    width: 100%;
    border-radius: 12px;
    margin: auto;
}
.website-data, .website-error {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
    padding: 16px;
    display: none;
}

.website-data .progress {
    background: #F2F2F2;
    transform: rotate(-180deg);
    margin-top: 8px;
    border-radius: 16px;
    height: 2rem;
}

.website-data .progress .progress-bar {
    background: linear-gradient(90deg, #92D5E3 0%, #1ABDCA 100%);
    border-radius: 16px;
    transform: rotate(-180deg);
    position: relative;
}

.website-data .progress-text-left {
    transform: rotate(-180deg);
}
.website-data .progress-text {
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    width: 180px;
    position: absolute;
    right: 0;
    top: 7px;
}
.website-data .progress-text-left {
    padding: 4px 5px 0 10px;
}
.website-data div.progress .progress-under-text {
    width: 180px;
    font-weight: bold;
    position: absolute;
    transform: rotate(180deg);
    top: 5.7px;
    left: -4px;
    color: #228a9f;
    padding-right: 14px;
    text-align: right;
}

.website-data .b-dics__text {
    z-index: 1;
    border-radius: 14px;
}
.website-data .image-number {
    line-height: 30px;
}
.website-data .accordion-button {
    float: right;
    width: 100px;
    height: 20px;
    color: #1ABDCA;
}
.website-data .accordion-button::after {
    margin-left: 6px;
}
.website-data .site-thumbnail-container {
    background-image: url("/old/img/ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
}
.accordion-button:not(.collapsed) {
    color: #1ABDCA;
    background-color: #fff;
    box-shadow: none;
}
.optimized-view img {
    margin-top:3px;
}
.website-error .cruncher-error {
    font-weight: bold;
}
.website-error img {
    width: 100%;
    margin-bottom: 16px;
}

.website-error-red-container {
    padding: 10px 10px 10px 52px;
    gap: 10px;
    height: 52px;
    background: #ED332B;
    border-radius: 8px;
    width: fit-content;
    font-weight: bold;
    color: #fff;
    max-width: 100%;
    position: relative;
    line-height: 32px;
    margin-bottom: 16px;
    white-space: nowrap;
}
.website-error-red-container:before {
    content: ' ';
    position: absolute;
    background: url("/img/cruncher-error-alert.svg") no-repeat;
    left: 12px;
    width: 32px;
    height: 32px;
}
.website-error-red-container span {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
}

.thumbnail-container {
    background-color: #FFFFFF;
    border-radius: 20px;
    width: 140px;
    margin: 10px;
    background-size: cover;
    padding:10px 10px 4px;
}
.thumbnail-container .download-link {
    line-height: 26px;
}

.img-container {
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    height: 120px;
    width: 120px;
    margin: 0 auto 6px;
}

/* start progress cruncher */

.thumbnail-container div.progress {
    border-radius: 16px;
    height: 7px;
    margin-top: 0;
    transform: rotate(-180deg);
}

.thumbnail-container div.progress .progress-bar {
    background: linear-gradient(90deg, #1ABDCA 0%, #92D5E3 100%);
    border-radius: 5px;
}

/* end progress cruncher */

#contact-form input[type=email], #contact-form input[type=text], #contact-form textarea {
    background: #F2F2F2;
    border-radius: 16px;
}

.contact-text .card-body h6 {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.contact-text .card-footer p.email {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #1ABDCA;
}

.contact-text .card {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
}
.contact .message-success {
padding: 20px;
line-height: 28px;
font-weight: 500;
color: #1abdca;
}

#accordionFaq {
    width: 80%;
    margin:auto;
    margin-top: 30px;
}


#accordionFaq .accordion-item {
    border: none;
    border-bottom: 1px solid grey;
}

#accordionFaq .accordion-button {
    color: #333333;
    background-color: transparent;
    box-shadow: none;
}

.faq-content {
    background-color: #FFFFFF;
}

.products .product-card {
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
    padding: 20px 20px 50px;
    position:relative;
}
.product-logo-image img {
    width: 100%;
}
.product-logo-image-border {
    padding: 8px;
    border-radius: 50px;
    background-image: linear-gradient(135deg, #1ABDCA, #ED332B);
    box-shadow: 6px 0px 25px 10px lightgrey;
}
.product-logo-image-border div {
    background: #fff;
    border-radius: 42px;
    padding: 32px;
    width:300px;
    height:300px;
}
.product-logo-image-border-med {
    padding: 3px;
    border-radius: 20px;
    background-image: linear-gradient(135deg, #1ABDCA, #ED332B);
    box-shadow: 2px 0px 10px 5px lightgrey;
}
.product-logo-image-border-med div {
    background: #fff;
    border-radius: 17px;
    width: 84px;
    height: 84px;
}
.product-logo-image-border-small {
    padding: 4px;
    border-radius: 20px;
    background-image: linear-gradient(135deg, #1ABDCA, #ED332B);
    box-shadow: 2px 0px 10px 5px lightgrey;
}
.product-logo-image-border-small div {
    background: #fff;
    border-radius: 16px;
    width: 70px;
    height: 70px;
    padding: 8px;
}
.product-logo-image-border div img {
    width: 100%;
    height: 100%;
}

.compare-table .row {
    border-bottom: 1px solid #bbb;
    text-align: center;
}
.compare-table .row div {
    padding: 10px 0;
}
@media (min-width: 768px) {
    .compare-table .row div:first-child {
        text-align: left;
    }
}

.product-content .feature-yes,
.product-content .feature-no {
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
}
.product-content .feature-yes {
    color: #19b8c6;
    font-size: 24px;
}
.product-content .feature-no {
    color: #ed342d;
}
.product-content.product-cta {
    background-color: var(--sp-bg-light-blue);
}
.product-compare-icons-frame {
    position:relative;
    height: 10em;
    border-radius: 20px;
    overflow: hidden;
    width: 20em;
    background: white;
    font-size: 10px;
    margin:auto;
}
.product-card .compare-icons {
    margin-bottom: 20px;
}
@media(min-width: 1200px) {
    .product-card .compare-icons {
        float: right;
        margin-bottom: 10px;
    }
}
.product-compare-icons-frame.large-frame {
    font-size: 20px;
}
.product-compare-icons-frame .trapezoid {
    position:absolute;
    top:0;
    height: 0;
    border-bottom: 10em solid #e6faff;
    border-right: 2.2em solid transparent;
    width: 11.2em;
}
.product-compare-icons-frame .compare-first-product,
.product-compare-icons-frame .compare-icon,
.product-compare-icons-frame .compare-second-product {
    position:absolute;
}
.product-compare-icons-frame .compare-first-product {
    left: 1em;
    top: 1.6em;
}
.product-compare-icons-frame .compare-second-product {
    right:1em;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.product-compare-icons-frame .compare-icon{
    width: 3em;
    height: 3em;
    border-radius: 1.5em;
    background: #1abdca;
    color: white;
    line-height: .5em;
    padding: .8em .7em;
    left: calc(50% - 1.5em);
    top: calc(50% - 1.5em);
}
.product-compare-icons-frame .compare-icon span {
    font-size: 1.6em;
}
.product-compare-icons-frame img {
    width: 7em;
}
.robo-head-logo-overlay {
    position:relative;
}
.robo-head-logo-overlay:before {
content: ' ';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 100px;
    background: url(/img/robo.svg), #fffe;
    background-repeat: no-repeat;
    background-position: 25% 60%;
    background-size: 80%;
    border-radius: 0 50px 0 50px;
    -webkit-transform:scale(-1, 1); /* WebKit */
    -moz-transform: scale(-1, 1); /* Mozilla */
    -o-transform: scale(-1, 1); /* Opera */
    -ms-transform: scale(-1, 1); /* Internet Explorer */
    transform: scale(-1, 1);
    z-index: 1;
}
.big-product-logo-centered {
    width: fit-content;
    margin: 20px auto 30px;
}

#socialMenu {

}

#modal-signup-form {
    font-size: small;
}


#modal-login-form {
    font-size: small;
    display: none;
}
#loginModalLabel {
    display: none;
}
.compress #modal-login-form, .compress #loginModalLabel {
    display: block;
}
.compress #modal-signup-form, .compress #signupModalLabel {
    display: none;
}
.blue-rounded-bg {
    background: var(--sp-bg-light-blue);
    border-radius: 16px;
    margin: 40px 0;
    padding: 40px 0 20px;
}
.here-24-7-container + .blue-rounded-bg, .contact-text + .newsletter {
    margin-top: -36px;
}
.error-message {
    color: #ED332B;
}

.features h3 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 56px;
    color: #1ABDCA;
    padding-bottom: 20px;
}

.features p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.features .img-impar {
    text-align: end;
}

.features .img-par {
    text-align: start;
}

.partners img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 70%;
}
.partners img:hover {
    -webkit-filter: none;
    filter: none;
}

#navbarButtons li.active a {
    color: #1ABDCA;
    border-bottom: 2px solid var(--sp-blue-dark);
}

#accordionFaq button {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}

#accordionFaq .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.more-questions {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #333333;
}

.faq-search input, .faq-search button {
    border: none;
    background: #FFFFFF;
    box-shadow: 0px 6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 32px;
}

.faq-search input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.optimization-percentage {
    font-size: 10px;
    padding: 8px 0;
    text-align: center;
    position: relative;
}
.optimization-details {
    display:none;
    position:absolute;
}
.dz-complete:hover .optimization-details {
    display:block;
}
.optimized-view {
    padding-top: 3px;
}

#cruncher-acordeon .accordion-item {
    border: none;
}

.loading-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(227, 211, 211, 0.5);
    z-index: 100;
    visibility: hidden;
}
.loading-overlay div {
    margin: 0 auto;
    text-align: center;
}

.loading-overlay.loading {
    visibility:visible;
}
#loading_section {
    display: none;
}
#loading_section.loading {
    display: block;
}
.loading-inner {
    margin: 20px auto;
    width: 112px;
    height: 112px;
    border-radius: 60px;
    background: white;
    padding: 6px;
}

.shortpixel-hs-blind {
/*    position: fixed;
    bottom: 4px;
    right: 0;
    z-index: 20003;
    background-color: white;
    width: 102px;
    height: 188px;
    border-radius: 20px 0 0 20px;
    text-align: center;
 */
}
#beacon-container .hsds-beacon .BeaconFabButtonFrame {
    right: -100px;
}
body .quriobotWidgetButton {
    right: -10px !important;
}

.shortpixel-hs-blind a{
    color: #c5c5c5;
}
.shortpixel-hs-blind .bi {
    border: 3px solid;
    border-radius: 12px;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    height: 20px;
    width: 20px;
    position: relative;
    top: -10px;
    left: -18px;
    display: none;
}
.shortpixel-hs-blind:hover .bi {
    display: inline-block;
}
.shortpixel-hs-tools {
    position: fixed;
    bottom: 116px;
    right: 0px;
    z-index: 20003;
    background-color: #ecf9fc;
    padding: 8px 8px 3px 12px;
    border-radius: 26px 0 0 26px;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(6,109,117,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(6,109,117,1);
    box-shadow: 1px 1px 10px 0px rgb(172, 173, 173);
}
.shortpixel-hs-tools .close-hs-tools {
    font-size: 50px;
    font-weight: bold;
    line-height: 38px;
    display: none;
}
.api-tools h1 {
    margin: 32px 0;
}
.api-tools h3 {
    font-weight: bold;
    margin: 24px 0
}
.api-tools .img-right {
    float: right;
    margin: 20px 0 20px 50px;
}
.api-tools .img-left {
    float: left;
    margin: 20px 50px 20px 0;
}
table.cookies-list{
    border-spacing: 16px;
    border-collapse: unset;
}
table.cookies-list td {
    border-bottom: 1px solid var(--sp-blue);
}
#save-cookies span {
     background: white;
     padding: 2px 6px 1px;
     border-radius: 10px;
     margin-left: 4px;
 }
.container.api-main code {
    font-family: Menlo,Monaco,"Courier New",Courier,monospace;
    font-size: .85em;
    display: inline-block;
    padding: 2px 8px 1px;
    border: solid 1px #c8c8c8;
    border-radius: 4px;
    background-color: #f9f2f4;
}
.container.api-main code.block {
    padding: 16px;
    border-radius: 16px;
    color: #c7254e;
}
.container-fluid.newsletter {
    background: var(--sp-bg-light-blue);
    padding: 32px 0 48px;
}
@media (max-height: 740px) {
    .shortpixel-hs-blind {
        width: 87px;
    }
}
@media (max-width: 767px) {
    .shortpixel-hs-blind {
        bottom: 8px;
        height: 194px;
    }

    .compress-settings .setting-line-left,
    .compress-settings .setting-line-right {
        margin: auto;
    }
}

.already-optimal {
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
}

.call-to-action-banner, .call-to-action-wp-banner {
    background: #E6FAFF;
    border-radius: 16px;
}
.call-to-action-banner {
    height: 96px;
}

.how-it-works-unlimited {
    padding-top: 50px;
}

.how-it-works-hosting {
    padding-top: 50px;
}
.how-it-works-hosting h5 {
    margin-top: 16px;
}
.how-it-works-hosting .compress-icon {
    float: left;
    margin: 0 10px;
    width: 120px;
}
.flash {
    /*color:#000;
    transition: color 2s ease;*/
    background-color: inherit;
    transition: background-color .5s ease;
}
.flash-red {
    /*color:red;
    transition: color 2s ease;*/
    background-color: #fcaeab;
    transition: background-color .5s ease;
}

.android_badge {
    margin: 0 auto;
    text-align: center;
    bottom: 0px;
    position: fixed;
    width: 100%;
    text-align: center;
    color: rgb(51, 51, 51);
    background: rgb(255, 255, 255);
    transition: height 2s ease;
    z-index: 20004;
    box-shadow: 0px -6px 12px rgba(17, 108, 126, 0.15);
    border-radius: 16px;
}
.android_badge.fade {
    height:0;
}
.android_badge.fade.in{
    height:auto;
    min-height:50px;
    opacity: 1;
}

.android_badge figure {
    display: inline;
}

.android_badge_dismiss {
    display: inline;
    float:right;
    padding: 5px;
}

.android_badge p {
    padding: 10px;
    margin-top: 15px;
}

