html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #434343;
}
body.menu-open {
    overflow: hidden;
}
b, strong {
    font-weight: bold;
}
a {
    color: #ff4c4c;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    color: #1b1b1b;
}
img {
    max-width: 100%;
}
p {
    margin-bottom: 0;
}
p+p {
    margin-top: 1rem;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #1b1b1b;
    font-family: 'Oswald', sans-serif;
}
li {
    list-style: none;
}
.container {
    max-width: 1300px;
    position: relative;
}
.btn {
    background-color: #ff4c4c;
    box-shadow: 0px 12px 40px 0px rgba(253, 130, 130, 0.65);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5em;
    padding: 11px 15px;
    border-radius: 10px;
}
.btn:hover {
    background-color: #f75d5d;
    color: #fff;
}
.form-input {
    background: #fafafa;
    border: 1px solid #c8c8c8;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    line-height: 22px;
    height: 45px;
    padding: 10px 20px;
    width: 100%;
}
.form-input.error {
    border-color: #f00;
    background: #ff000012;
    color: #f00;
}
.form-input:focus {
    outline: none;
    border-color: #ff4c4c
}
@media (max-width:767px) {
    .form-input {
        font-size: 14px;
        padding: 10px 12px;
    }
}
.text-red {
    color: #ff4c4c;
}
.text-blue {
    color: #1c5c9c;
}
.text-white {
    color: #fff;
}
.text-black {
    color: #000;
}
.red-bg {
    background: #ff4c4c;
}
.blue-bg {
    background: #1c5c9c;
}
.white-bg {
    background: #fff;
}
.yellow-bg {
    background: #fcd97d;
}
.light-grey-bg {
    background: #e3e8e9;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
}
.padding-0 {
    padding: 0 !important;
}
.title-block {
    padding-bottom: 50px;
    position: relative;
}
.title-block:after {
    content: "";
    height: 3px;
    width: 100px;
    background: #ff4c4c;
    position: absolute;
    left: 0;
    bottom: 30px;
}
.title-block.text-center:after {
    left: 50%;
    transform: translateX(-50%);
}
.title-block h2 {
    font-size: 30px;
    margin-bottom: 0;
}
.title-block h2+p {
    margin-top: 20px;
}
.title-block p {
    font-size: 17px;
}
@media (max-width:960px) {
    .section {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .title-block h2 {
        font-size: 20px;
    }
    .title-block p {
        font-size: 14px;
    }
    .title-block h2+p {
        margin-top: 5px;
    }
}
.navigation {
    padding: 14px 0 14px 0;
    transition: all .3s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /*z-index: 11111;*/
}
.navigation .logo img {
    max-width: 148px;
    width: 100%;
}
.banner-section {
    padding-top: 120px;
    padding-bottom: 0;
    background: url("../images/top-bg-christmas.jpg") center top no-repeat #B21C1E;
    background-size: cover;
}
.banner-text h1 {
    font-size: 40px;
    line-height: 60px;
}
.banner-text p {}
.banner-icon-counter {
    margin: 50px 0 0 0;
    padding: 0;
}
.banner-icon-counter li {
    padding: 10px 0;
}
.banner-icon-counter li img {
    float: left;
}
.banner-icon-counter li h2, .banner-icon-counter li p {
    margin: 0;
    margin-left: 65px;
}
.banner-icon-counter li h2 {
    font-size: 24px;
}
.banner-form {
    padding: 15px;
    border-radius: 15px;
   
    float: left;
    width: 100%;
    position: relative;
}
.banner-form .form-error {
    position: absolute;
    z-index: 11;
    left: 10px;
    bottom: -10px;
    right: 10px;
    text-align: center;
}
.banner-form .form-error .alert {
    padding: 0 5px;
}
.forms .title-block {}
.forms ul {
    margin: 0 -15px;
    padding: 0;
}
.forms ul li {
    padding: 15px 10px;
    float: left;
    width: 100%;
}
.forms ul li.half {
    width: 50%;
}
.forms ul li .btn {
    width: 280px;
}
.forms ul li label.error {
    display: none!important;
}
@media (max-width:767px) {
    .banner-text h1 {
        font-size: 28px;
        line-height: 40px;
    }
    .banner-icon-counter {
        margin: 20px 0 0 0;
    }
    .banner-form {
        padding: 25px 15px 15px 15px;
        border-radius: 5px;
    }
    .banner-form .form-error .alert {
        font-size: 12px;
        line-height: normal;
    }
    .forms ul li.half {
        width: 100%;
        padding: 5px 15px;
    }
    .forms ul li .btn {
        width: 100%;
    }
}
.trusted-section {
    margin-top: 50px;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
}
@media (min-width:768px) {
    .trusted-section .title-block {
        padding-bottom: 0;
    }
    .trusted-section .title-block:after {
        width: 3px;
        height: 70px;
        left: inherit;
        right: 0;
        bottom: 50%;
        transform: translateY(50%);
    }
    .trusted-partners div img {
        height: 50px;
        margin: auto;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all .3s ease-in-out;
    }
    .trusted-partners div img:hover {
        -webkit-filter: none;
        filter: none;
    }
}
@media (min-width:1610px) {}
.trusted-section .title-block p {
    font-size: 18px;
    line-height: 28px;
}
.trusted-partners .slick-track {
    display: flex;
    align-items: center;
}
.trusted-partners .slick-slide {
    padding: 10px;
}
@media (min-width:768px) {
    .trusted-partners {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .trusted-partners>div {
        padding: 10px;
        flex: auto;
        text-align: center;
    }
}
@media (max-width:1025px) {
    .trusted-section {
        padding: 25px 15px 15px 15px;
        border-radius: 5px;
    }
    .trusted-partners ul li {
        padding: 10px;
    }
    .trusted-partners .slick-slide img {
        margin: auto;
        height: 40px;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all .3s ease-in-out;
    }
}
.testimonials-section {
    margin-top: 50px;
    padding: 30px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
}
.testimonials {
    margin-top: 30px;
}
.testimonials .testimonial {
    max-width: 810px;
    margin: auto;
}
.testimonials .testimonial p {
    font-size: 17px;
    line-height: 35px;
}
.testimonials .testimonial .testi-img {
    margin: auto;
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: solid 2px #f1f1f1;
}
.testimonials .slick-slide {
    height: auto;
}
.testimonials .slick-arrow {
    width: 50px;
    height: 50px;
    background: #efefef;
    border-radius: 50px;
    position: absolute;
    left: 0;
    bottom: 50%;
    transform: translateY(50%);
    line-height: 50px;
    display: block;
    z-index: 1;
    cursor: pointer;
    padding: 16px 0;
}
.testimonials .slick-arrow.next-arrow {
    left: inherit;
    right: 0;
}
.testimonials .slick-arrow.next-arrow img {
    transform: rotate( 180deg);
}
.testimonials .slick-prev:before, .testimonials .slick-next:before {
    color: #434343;
    opacity: 1;
}
@media (max-width:1025px) {
    .testimonials-section {
        padding: 25px 15px 15px 15px;
        border-radius: 5px 5px 0 0;
    }
    .testimonials .testimonial p {
        font-size: 16px;
        line-height: 32px;
    }
    .testimonials .slick-arrow {
        bottom: 100px;
    }
}
.testimonial-bottom {
    padding: 30px;
    border-radius: 0 0 20px 20px;
    border-top: solid 1px #e8e8e8;
    box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
}
.awards-logo div img {
    margin: auto;
}
.awards-logo .slick-track {
    display: flex;
    align-items: center;
}
.awards-logo .slick-slide {
    padding: 10px;
}
/*@media (min-width:768px) {
    .awards-logo {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
    }
    .awards-logo>div {
        padding: 10px;
        flex: auto;
        text-align: center;
    }
}*/

@media (max-width:1025px) {
    .testimonial-bottom {
        padding: 25px 15px 15px 15px;
        border-radius: 0 0 5px 5px;
    }
    .awards-logo .slick-slide img {
        margin: auto;
        height: 80px;
    }
}
.features-section .title-block:after {
    width: 70px;
    background: #fcd97c;
}
.features-tab {}
.features-tab .tab-list {
    margin: 0;
    padding: 0;
}
.features-tab .tab-list li {
    background: #336da6;
    color: #fff;
    font-size: 16px;
    padding: 15px 15px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}
.features-tab .tab-list li:after {
    content: "";
    border: solid #b8cce0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    position: absolute;
    top: 26px;
    right: 20px;
}
.features-tab .tab-list li.active {
    background: #fcd97c;
    color: #1d3a96;
}
.features-tab .tab-list li.active:after {
    border-color: #1d3a96;
}
.features-tab .tab-list li+li {
    margin-top: 20px;
}
@media (min-width:1115px) {
    .feature-content-section {
        background: url("../images/features-bg.svg") right bottom no-repeat #fff;
        padding: 30px;
        border-radius: 15px;
        box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
        position: relative;
    }
    .feature-content-section .features {
        position: absolute;
        left: 30px;
        top: 30px;
        right: 0;
        bottom: 0;
    }
}
.feature-content-section .features.active {
    display: block;
}
.feature-content-section .features h3 {
    margin-bottom: 15px;
}
.feature-content-section .features p+p {
    margin-top: 15px;
}
.feature-content-section .features img.mac {}
@media (min-width:1115px) {
    .feature-content-section .features {
        display: none;
    }
    .feature-content-section .feature-heading {
        display: none;
    }
    .feature-content-section .features img.mac {
        position: absolute;
        right: -15px;
        bottom: 50px;
    }
    .feature-content-section .features .scroll-text {
        max-height: 500px;
        overflow-y: auto;
        padding-right: 10px;
        position: relative;
        z-index: 11;
    }
    .feature-content-section .features .scroll-text::-webkit-scrollbar {
        width: 12px;
    }
    .feature-content-section .features .scroll-text::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(246, 76, 77, 0.3);
        border-radius: 5px;
    }
    .feature-content-section .features .scroll-text::-webkit-scrollbar-thumb {
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 6px rgba(246, 76, 77, 0.5);
    }
}
.feature-content-section .features a {
    color: #0085ff;
}
@media (max-width:1440px) {
    .feature-content-section .features img.mac {
        right: -15px;
    }
}
@media (max-width:1115px) {
    .feature-content-section .features {
        background: url("../images/features-bg.svg") right bottom no-repeat #fff;
        padding: 0;
        border-radius: 5px;
        box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
        background-size: 71.5%;
        margin-bottom: 15px;
    }
    .feature-content-section .features>.feature-content {
        display: none;
        padding: 0 15px;
        padding: 0 15px 15px 15px;
    }
    .feature-content-section .features h3 {
        margin-bottom: 0;
        font-size: 18px;
        position: relative;
        padding: 15px;
    }
    .feature-content-section .features h3:after {
        content: "";
        border: solid #1b1b1b;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: 21px;
        right: 15px;
        transition: all .3s ease-in-out;
    }
    .feature-content-section .features.active h3:after {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .feature-content-section .features p {
        font-size: 15px;
        line-height: 2;
    }
    .feature-content-section .features p+p {
        margin-top: 15px;
    }
}
.mobile-screens {
    max-width: 308px;
    margin: auto;
}
.mobile-screens .slick-dots {
    bottom: 0;
}
body.mac-os .mobile-screens .slick-dots {
    bottom: -25px;
}
.mobile-screens .slick-dots li button {
    width: 15px;
    height: 15px;
    border-radius: 10px;
    border: solid 1px #1c5c9c;
    background: none;
}
.mobile-screens .slick-dots li.slick-active button {
    background: #1c5c9c;
}
.mobile-screens .slick-dots li button:before {
    display: none;
}
.book-free-demo-section {
    background: rgb(227, 232, 233);
    background: -moz-linear-gradient(0deg, #e3e8e9 50%, #1c5c9c 50%);
    background: -webkit-linear-gradient(0deg, #e3e8e9 50%, #1c5c9c 50%);
    background: linear-gradient(0deg, #e3e8e9 50%, #1c5c9c 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e3e8e9", endColorstr="#1c5c9c", GradientType=1);
}
.book-free-demo {
    padding: 50px 80px;
    border-radius: 15px;
    box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
    position: relative;
}
.book-free-demo p {
    color: rgba(27, 27, 27, .65);
    font-size: 14px;
    line-height: 26px;
}
.book-free-demo .btn {
    width: 100%;
    max-width: 300px;
    margin: auto;
    display: block;
}
@media (max-width:768px) {
    .book-free-demo {
        padding: 25px 15px;
        border-radius: 10px;
    }
    .book-free-demo .btn {
        margin-top: 15px;
    }
}
.as-seen-section {
    padding-top: 57px;
    padding-bottom: 57px;
}
.as-seen-col {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
}
@media (min-width:768px) {
    .as-seen-logos {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
    }
    .as-seen-logos>div {
        padding: 20px;
        flex: auto;
        text-align: center;
    }
}
@media (max-width:768px) {
    .as-seen-col {
        padding: 25px 15px;
        border-radius: 10px;
    }
    .as-seen-logos .slick-slide {
        padding: 10px;
        height: auto;
    }
    .as-seen-logos .slick-slide img {
        margin: auto;
        height: 30px;
    }
}
.integration-section {
    background: rgb(227, 232, 233);
    background: -moz-linear-gradient(0deg, #1c5c9c 50%, #e3e8e9 50%);
    background: -webkit-linear-gradient(0deg, #1c5c9c 50%, #e3e8e9 50%);
    background: linear-gradient(0deg, #1c5c9c 50%, #e3e8e9 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c5c9c", endColorstr="#e3e8e9", GradientType=1);
}
.integration-col {
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0px 48px 65px 0px rgba(0, 39, 79, 0.17);
}
@media (min-width:768px) {
    .integration-logos {
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .integration-logos>div {
        padding: 20px 17px;
        text-align: center;
        display: inline-block;
    }
    /*    .integration-logos>div img {
        height: 27px;
    }*/
}
@media (max-width:768px) {
    .integration-col {
        padding: 25px 15px;
        border-radius: 10px;
    }
    .integration-logos .slick-slide {
        padding: 10px;
        height: auto;
    }
    .integration-logos .slick-slide img {
        margin: auto;
        height: 27px;
    }
}
.benifites-section {}
.benifites-section .title-block:after {
    background: #fcd97c;
}
/*@media (min-width:1360px) {
    .benifites {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0 0 0;
        padding: 0;
        column-gap: 20px;
    }
    .benifites>div {
        flex: auto;
        flex-grow: 1;
        flex-basis: 0;
        align-self: normal;
        background: #fff;
        padding: 15px;
        border-radius: 15px;
    }
}*/

@media (min-width:1279px) {
    .benifites {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-wrap: wrap;
    }
    .benifites>div {
        flex: 0 0 auto;
        align-self: normal;
        background: #fff;
        padding: 25px;
        border-radius: 15px;
        width: 30%;
        margin: 15px;
    }
}
.benifites .slick-slide {
    margin: 0 10px;
    background: #fff;
    padding: 25px;
    border-radius: 15px;
}
.benifites .slick-track {
    display: flex !important;
}
.benifites .slick-slide {
    height: inherit !important;
}
/*.benifites img {
    height: 30px;
}*/

.benifites h3 {
    font-size: 18px;
    font-weight: normal;
    margin-top: 25px;
    margin-bottom: 15px;
}
.benifites p {
    color: rgba(27, 27, 27, .75);
    line-height: 18px;
    font-size: 14px;
}
.footer {
    padding: 20px 0;
    background: #ededed;
}
@media (max-width:768px) {
    .footer {
        padding: 10px 0;
    }
}
.cc_banner-wrapper {
    text-align: center;
}
.cc_banner-wrapper .cc_container {
    padding: 5px 30px 5px;
}

#OfferModal .modal-body {
    padding: 0
}
#OfferModal .modal-header {
    padding: 3px;
    background: #555;
    border-bottom: 1px solid #555
}
#OfferModal .close {
    color: #fff;
    opacity: 1
}