.cookie-checker-lp img{
    max-width: 100%;
}
.light-bg{
    background-color: #F6F9FE;
}
.slideshow {
    height: 40px;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.slideshow:before, .slideshow:after {
    content: "";
    height: 100%;
    width: 150px;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.slideshow:after {
    right: 0px;
    background: linear-gradient( to left,#fff,transparent);
}
.slideshow:before {
    left: 0px;
    background: linear-gradient( to right,#fff,transparent );
}
.slideshow>div {
    height: 40px;
    width: 3000px;
    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/client-logos.svg);
    background-repeat-y: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: translate3d(0, 0, 0);
    animation: moveSlideshow 30s linear infinite;
}.cookie-checker-lp .hero-section form{
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
}
.hero-section button.blue-btn{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height:27px;
    display: block;
    padding: 15px 20px;
    text-align: center;
    letter-spacing: 0.0025em;
    background: #1863DC;
    box-shadow: 0px 100px 80px rgba(24, 99, 220, 0.07), 0px 22.3363px 17.869px rgba(24, 99, 220, 0.0417275), 0px 6.6501px 5.32008px rgba(24, 99, 220, 0.0282725);
    border-radius: 0px 6px 6px 0px;
    color: #FFFFFF;
    transition: all .2s ease;
}
.hero-section button.blue-btn:hover,.hero-section button.blue-btn:focus{
    outline: none;
    opacity: .8;
    transition: all .2s ease;
}
.hero-section button.blue-btn svg{
    margin-left: 5px;
}
.hero-section input[type=text]::placeholder{

    color: rgba(39, 40, 60, 0.6);
}
.hero-section input[type=text]{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    background: #FFFFFF;
    border: 2px solid #1863DC;
    box-shadow: 3px 8px 13px rgba(157, 180, 210, 0.2);
    border-radius: 6px 0px 0px 6px;
    letter-spacing: 0.0025em;
    color: rgba(39, 40, 60, 1);
    padding: 19px 30px;
    min-height: 59px;
}
.hero-section input[type=text]:focus{
    box-shadow: 3px 8px 13px rgba(157, 180, 210, 0.5);
}
.hero-section h1{
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 62px;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.0025em;

    color: #27283C;
}
.hero-section p.sub-p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 29px;
    margin: 0 auto 30px auto;
    text-align: center;
    letter-spacing: 0.0025em;
    max-width: 545px;
    color: #092C4C;
}
.hero-section .centerline{
    font-style: normal;
    font-weight: 600;
    padding: 0 20px;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    color: #27283C;
    text-align: center;
    position: relative;
}
.hero-section .centerline:before {
     content: "";
    display: block;
    border-top: 2px solid #E6E6E6;
    width: 100%;
    left: 0;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.hero-section .centerline span {
  background: #f7f9ff;
    padding: 0 10px;
    position: relative;
    z-index: 5;
    width: 80%;
    text-align: center;
    word-break: break-word;
}
.hero-section .checker-steps{
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.hero-section .checker-steps li{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}
.hero-section .checker-steps li.steps:before{
    position: absolute;
    content: '';
    background-color: rgba(24, 99, 220, 0.31);
    height: 6px;
    width: calc(100% - 0px);
    top: 11px;
    left: -50%;
}
.hero-section .checker-steps li.steps:first-child:before{
    content: none;
}
.hero-section .checker-steps .step-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    display: block;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #092C4C;
    margin-top: 14px;
    padding-left: 10px;
    padding-right: 10px;
}
.hero-section .checker-steps span.step-circle {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    background: #1863DC;
    height: 28px;
    width: 28px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 9;
}
.hero-section .checker-steps .step-circle img{
    width: 14px;
}
.cookie-checker-lp p.note{
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 0.0025em;

    color: #27283C;
}
.cookie-checker-lp p.note span{
    margin: 20px;
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
.cookie-checker-lp p.note span:before{
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/tick-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.cy-clients h2{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px;
    color: #27283C;
}
.cy-clients h2 .high-light{
    color: #1863DC;
}
.cta-wrapper{
    background-color: #EFF5FE;
    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/bg-img.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 15px;
    padding: 50px 70px;
}
.cta-wrapper.deep-scan-cta p{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 30px;
    max-width: 540px;
    letter-spacing: 0.0025em;
    color: #27283C;
}
.cta-wrapper.deep-scan-cta p.note{
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.0025em;

    color: #27283C;
}
.cta-wrapper.deep-scan-cta p.note span{
    padding-left: 23px;
}
.cta-wrapper.deep-scan-cta p.note span:before{
    height: 100%;
    width: 14px;
}
.cta-wrapper.deep-scan-cta .buttons p{
    line-height: 26px;
}
.cookie-checker-lp .deep-scan-cta .blue-btn{
    background: #1863DC;
    box-shadow: 0px 4px 7px rgba(157, 180, 210, 0.25);
    border-radius: 6px;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding: 12px 15px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
    transition: all .2s ease;
    display: inline-block;
}
.cookie-checker-lp .deep-scan-cta .blue-btn svg{
    margin-right: 7px;
}
.cookie-checker-lp .deep-scan-cta .blue-btn:hover{
    opacity: .8;
    transition: all .2s ease;
    text-decoration: none;
}
.cookie-checker-lp .deep-scan-cta a svg{
    margin-left: 5px;
}
.review-section h2{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 46px;
    text-align: center;
    letter-spacing: 0.0025em;

    color: #27283C;
}
.review-section .review-wrapper{
    background: #FFFFFF;
    box-shadow: 4px 9px 34px rgba(24, 99, 220, 0.24);
    border-radius: 12px;
    padding: 50px 40px;
}
.review-section .review-wrapper p.comments{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
    color: #27283C;
}
.review-section .review-wrapper p.commenter{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 0;
    color: #27283C;
}
.review-section .review-wrapper p.commenter-job{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 0;
    color: #27283C;
}
.review-section .review-wrapper img{
    height: 44px;
    width: auto;
    border-radius: 50%;
    margin: 0 20px 0 0;
}
.cookie-checker-lp .faq-section h2{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 65px;
    text-align: center;
    color: #000000;
}
.cookie-checker-lp .faq-section .item-title {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    transition: all .2s ease;
    padding: 30px 0px 30px 67px;
    position: relative;
}
.cookie-checker-lp .faq-section .item-title:hover{
    color: #1863DC;
}
.cookie-checker-lp  .faq-section .item-title[aria-expanded=true]{
    font-style: normal;
    font-weight: 600;
    color: #1863DC;
    transition: all .2s ease;
}
.cookie-checker-lp  .faq-section .item-title:before{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.88125e-08 17.7394L7.34283 10.3806L-7.42145e-07 3.0217L2.26057 0.761135L11.88 10.3806L2.26057 20L-9.88125e-08 17.7394Z' fill='%233A3A3A'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    top: 30px;
    height: 32px;
    width: 20px;
    font-size: 21px;
    line-height: 32px;
    background-position: center;
    background-size: 12px 20px;
    transition: all .2s ease;
    transform: rotate(0deg);
}
.cookie-checker-lp  .faq-section .item-title[aria-expanded=true]:before{
    transition: all .2s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-9.88125e-08 17.7394L7.34283 10.3806L-7.42145e-07 3.0217L2.26057 0.761135L11.88 10.3806L2.26057 20L-9.88125e-08 17.7394Z' fill='%231863DC'/%3E%3C/svg%3E%0A");
    transform: rotate(90deg);
}
.cookie-checker-lp  .faq-section .acc-body{
    padding: 0px 0px 20px 67px;
}
.cookie-checker-lp  .faq-section .acc-body,
.cookie-checker-lp  .faq-section .acc-body p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #434343;
}
.cookie-checker-lp .faq-section .acc-body p:last-child{
    margin-bottom: 0;
}
.cookie-checker-lp .bottom-cta{
    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/cta-bg-img.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cookie-checker-lp .bottom-cta h2{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 55px;
    margin-bottom: 24px;
    color: #161C2D;
}
.cookie-checker-lp .bottom-cta p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 40px;

    color: #092C4C;
}
.cookie-checker-lp .bottom-cta a.blue-btn{
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
    background: #1863DC;
    border-radius: 6px;
    padding: 16px 30px;
    display: inline-block;
    transition: all .2s ease;
}
.cookie-checker-lp .bottom-cta a.blue-btn:hover,
.cookie-checker-lp .bottom-cta a.blue-btn:focus{
    text-decoration: none;
    opacity: .8;
    transition: all .2s ease;
}
.cookie-checker-lp .bottom-cta p.note{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    margin-bottom: 0;
    color: #27283C;
}
.cookie-checker-lp .loader-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 27px 87px rgba(56, 112, 154, 0.0889898), 0px 6.0308px 19.4326px rgba(56, 112, 154, 0.124109), 0px 1.79553px 5.78559px rgba(56, 112, 154, 0.2);
    border-radius: 12px;
    padding: 50px;
}
.cookie-checker-lp .loader-wrapper p{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
/* identical to box height, or 121% */

text-align: center;
letter-spacing: 0.0025em;
margin-bottom: 33px;
color: #1863DC;
}
.cookie-checker-lp .loader-wrapper p.progress-text {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: rgba(39, 40, 60, 0.6);
    margin-bottom: 15px;
}
.cookie-checker-lp .loader-wrapper .loader-track{
    background: #D9D9D9;
    border-radius: 12px;
    height: 16px;
    width: 100%;
    max-width: 850px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
/*.cookie-checker-lp .loader-wrapper .loader-thumb{
    position: absolute;
    background: #1863DC;
    border-radius: 12px;
    height: 16px;
    width: 100%;
    animation-name: loader-animation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}*/
.cookie-checker-lp .loader-wrapper .loader-thumb{
    position: absolute;
    background: #1863DC;
    border-radius: 12px;
    height: 16px;
    width: 0%;
    transition: all .2s ease;
}
.cookie-checker-lp .report-overview  .cat-color{
    width: 15px;
    height: 15px;
    display: block;
    border-radius: 50%;
}
.cookie-checker-report h3{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.0025em;
    margin-bottom: 8px;
    color: #092C4C;
}
.cookie-checker-report h3 span{
    color: #1863DC;
}
.cookie-checker-report p.generated-date {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.0025em;
    color: #27283C;
    margin-bottom: 22px;
}
.cookie-checker-lp .report-wrapper{
    background: #FFFFFF;
    border-radius: 12px;
    padding: 50px 40px;
}
.cookie-checker-report .light-bg-box {
    background: #F5F8FE;
    border-radius: 5px;
    padding: 30px;
    min-height: 100%;
}
.cookie-checker-report .report-overview{

    box-shadow: inset 6px 0px 0px #1863dc;
}
.cookie-checker-report .cookie-count {
    min-width: 135px;
}
.cookie-checker-report .cookie-count p{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    letter-spacing: 0.0025em;
    margin-bottom: 0px;
    color: #27283C;
}
.cookie-checker-report .cookie-count p.cookies-number{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 38px;
    margin-bottom: 10px;
    letter-spacing: 0.0025em;

    color: #27283C;
}
.cookie-checker-report .category-table table{
    margin: 0;
}
.cookie-checker-report .category-table td{
    border: none;
    padding: 6px 14px 6px 14px;
    vertical-align: middle;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    color: #161C2D;
}
.cookie-checker-report .category-table td:first-child{
    padding-left: 0!important;
}
.cookie-checker-report .category-table td:last-child{
    padding-right: 0!important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    color: #161C2D;
    text-align: right;
}
.cookie-checker-report .category-table span.tooltipicon {
    font-size: 11px;
    line-height: 20px;
    margin-left: 5px;
    cursor: pointer;
}
.tooltip-inner {
    max-width: 300px;
    padding: 10px 20px!important;
    color: #fff;
    text-align: left;
    border-radius: .25rem;
    opacity: 1!important;
    position: relative;
    margin-top: -10px;
    font-size: 12px;
    line-height: 24px;
    font-weight: 200px;
}
.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
    margin-left: 50%;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #414141;
}
.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #414141;
}
.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #414141;
}
.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #414141;
}
.tooltip-arrow,
.tooltip > .tooltip-inner {
    background-color: #222!important;
}
.cookie-checker-report .piechart{
    width: 100%;
    height: auto;
    min-width: 220px;
    max-width: 250px;
}
.cookie-checker-report .cta img{
    width: 63px;
    min-width: 50px;
    height: auto;
    margin-right: 14px;
}
.cookie-checker-report .cta p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.0025em;
    color: #27283C;
}
.cookie-checker-report .cta .blue-btn{
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.0025em;
    color: #FFFFFF;
    background: #1863DC;
    box-shadow: 0px 4px 7px rgba(157, 180, 210, 0.25);
    border-radius: 6px;
    display: inline-block;
    padding: 11px 15px;
    transition: all .2s ease;
    min-width: 194px;
}
.cookie-checker-report .cta .blue-btn:hover{
    text-decoration: none;
    opacity: .8;
    transition: all .2s ease;
}
.cookie-checker-report .report-table .table-responsive {
    background: #FFFFFF;
    box-shadow: 0px 4px 13px rgb(0 0 0 / 7%);
    border-radius: 20px;
}
.cookie-checker-report .report-table th {
    background: #FEF9F4;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #20355A;
    padding: 8px 30px;
}
.cookie-checker-report .report-table td{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #8090AE;
    padding: 20px 30px;
    border-top: 1px solid #E9ECF0;
}
.cookie-checker-report .report-table tbody tr:first-child td{
    border-top: none;
}
.cookie-checker-report .cta .blue-btn svg{
    margin-left: 8px;
}
.cookie-checker-report .cta p.notes span{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    margin: 5px;
    color: #27283C;
    display: inline-block;
    padding-left: 21px;
    position: relative;
}
.cookie-checker-report .cta p.notes span:before{
    content: '';
    position: absolute;
    height: 20px;
    width: 13px;
    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/green-tick.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
}
.cookie-checker-report .cta p.notes span.no-cc-icon:before{

    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/icon-no-cc.svg);
}
.cookie-checker-report .cta p.notes span.calender-icon:before{

    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/icon-calendar.svg);
}
.cookie-checker-report .secondary-btn{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.0025em;
    display: inline-block;
    padding: 13px 23px 13px 56px;
    color: #1863DC;
    border: 1px solid rgba(39, 40, 60, 0.15);
    border-radius: 12px;
    position: relative;
    margin: 14px;
    cursor: pointer;
}
.cookie-checker-report .secondary-btn:before{
    content: '';
    position: absolute;
    height: 100%;
    width: 28px;
    top: 0;
    left: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.cookie-checker-report .secondary-btn.rescan:before{
    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/rescan-icon.svg);
}
.cookie-checker-report .secondary-btn.share-report:before{
    background-image: url(https://www.cookieyes.com/wp-content/themes/cookieyes-new/assets/images/scanner-page-images/share-icon.svg);
}
.cookie-checker-report .secondary-btn:hover{
    background-color: #fff;
    border-color: #1863DC;
}
.cookie-checker-report .button-groups{
    position: relative;
}
.cookie-checker-report .button-groups .copy-status{
    position: absolute;
    background: #47b80047;
    border: 1px solid #238d0052;
    padding: 4px 12px;
    font-size: 14px;
    border-radius: 4px;
    opacity: 0;
    color: #116700;
    transition: all .2s ease;
    left: 50%;
    transform: translateX(-50%);
}
.cookie-checker-report .button-groups .copy-status.error{
    background: #b8000036;
    border: 1px solid #8d000052;
    color: #840000;
}
.cookie-checker-lp .cy-features h2
{
    font-style: normal;
    font-weight: 600;
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 40px;
    text-align: center;

    color: #000000;
}
.cookie-checker-lp .cy-features p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
    letter-spacing: 0.0025em;
    min-width: 150px;
    color: #092C4C;
}
.cookie-checker-lp .cy-features img{
    height: 60px;
    width: auto;
}
.google-visualization-tooltip {
    pointer-events: none;
}

@media(max-width: 575px){
    .hero-section button.blue-btn,.hero-section input[type=text]{
        width: 100%!important;
        border-radius: 6px!important;
    }
    .hero-section button.blue-btn{
        margin-top: 10px;
    }
    .hero-section .input-group-append{
        margin: auto;
    }
    .cookie-checker-lp .cta-wrapper{
        padding: 20px;
    }
    .cookie-checker-lp .deep-scan-cta a svg{
        display: none;
    }
    .hero-section .checker-steps{
        display: block;
    }
    .hero-section .checker-steps li{
        display: flex;
        align-items: center;
        padding: 30px 0;
    }
    .hero-section .checker-steps li:first-child{
        padding-top: 0;
    }
    .hero-section .checker-steps span.step-circle{
        margin-left: 0;
        margin-right: 10px;
        min-width: 28px;
        max-width: 28px;
    }
    .hero-section .checker-steps .step-text{
        margin: 0;
        text-align: left;
    }
    .hero-section .checker-steps li.steps:before {
        position: absolute;
        content: '';
        background-color: rgba(24, 99, 220, 0.31);
        height: 100%;
        width: 6px;
        top: -50%;
        left: 11px;
    }
    .hero-section .checker-steps li.steps:first-child:before {
        content: none;
    }
    .hero-section h1{
        font-size: 40px;
        line-height: 55px;
    }
    .cookie-checker-lp .review-section h2,
    .cookie-checker-lp .faq-section h2,
    .cookie-checker-lp .bottom-cta h2,
    .cookie-checker-lp .cy-features h2{
        font-size: 36px;
        line-height: 48px;
    }
    .cookie-compliance-section h3,
    .cta-wrapper .cta-1level-text{
        font-size: 28px;
        line-height: 40px;
    }
    .cookie-checker-lp .faq-section .item-title{
        padding: 15px 0px 15px 40px;
    }
    .cookie-checker-lp .faq-section .acc-body{
        padding-left: 40px;
    }
}
@media(min-width: 451px){
    .cookie-checker-report .piechart-wrapper{
        display: flex;
        align-items: center;
    }
}
@media(max-width: 450px){
    .cookie-checker-report .piechart-wrapper{
        display: block;
    }
}
@keyframes loader-animation {
  0% {
    left: -100%;
}
49% {
    left: 100%;
}
50% {
    left: 100%;
}
100% {
    left: -100%;
}
}
