.company-info {
    background: #1565c0;
    color: #fff;
    padding: 40px 0 80px 0;
}

.company-info .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.txtleft {
    text-align: left;
}
.qr-img {
    text-align: center;
    padding-top: 33px;
}
.section-padding {
    padding: 85px 0;
}

.features-box {
    position: relative;
    padding: 15px;
    background: #fff;
    
    box-shadow: 8px 8px 30px 0 rgb(64 82 185 / 30%);
    border-radius: 15px;
    text-align: center;
margin-bottom: 15px;}

.features .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.features-content {margin-bottom: 25px;}
.features-box p {
    font-size: 16px;
    color: #54595f;
    position: relative;
}

.features-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.features-box h2 {
    font-size: 20px;
    margin: 10px 0;
}



.services {
    background: #e9f3ff;
    color: #333;
    padding: 80px 0;
}

.services h2 {
    text-align: center;
    margin-bottom: 30px;
}

.services-plan .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.price-plan {
    background: #fff;
    text-align: center;
    outline: 2px dashed #e9d8ff;
    outline-offset: -12px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    padding: 40px 15px;
    border-radius: 25px;
    margin-bottom: 30px;
}

.services-plan {
    padding: 80px 0;
    position: relative;
}

.price-plan ul {
    list-style: none;
    padding: 0;
    text-align: right;
}

.price {
    margin: auto;
    background: #e9f3ff;
    color: #3545a1;
    text-align: center;
    position: relative;
    font-size: 22px;
    font-weight: 900;
    padding: 20px 15px;
}

.price span {
    display: block;
}

.price-plan ul li {
    position: relative;
    padding: 0 35px 5px 0;
}

.price-plan ul li:before {
    content: " \2714";
    position: absolute;
    right: 8px;
    top: 1px;
    color: #ebd67a;
    font-weight: bold;
}

.price-plan a {
    background: #1565c0;
    color: #fff;
    padding: 3px 15px;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 12px 12px 20px 0 rgb(104 69 148 / 32%);
}

.price-plan a:hover {
    background: #fff;
    color: #000
}

.how-works .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-work {
    width: 100%;
    background: #fff;
    color: #000;
    position: relative;
    text-align: center;
    padding: 42px 0 42px 15px;
    font-weight: bolder;
    border-radius: 15px;
    border-top: 2px solid #b0b9e0;
}

section.how-works {
    background: #1565c0;
    color: #fff;
    padding-bottom: 80px;
}

.faqs-box {
    background: #fff;
    box-shadow: 0 8px 16px 0 rgb(0 0 0/20%), 0 6px 20px 0 rgb(0 0 0/19%);
    border-radius: 15px;
    margin-bottom: 16px;
}

.faqs-title {
    font-size: 21px;
    color: #000000;
    font-weight: 900;
    display: block;
    padding: 15px;
    cursor: pointer;
    position: relative;
    width: 100%;
    text-align: right;
}
.faqs-title:after{
    content: "\002B";
    position: absolute;
    left: 23px;
}
.faqs-box.active .faqs-title:after{content: "\002D";color: #018bb3;}

.faqs-answer {
    display: none;
    padding: 0 20px 20px;
    color: #000;
    text-align: right;
}
.faqs-box.active .faqs-answer {
    display: block;
}

.m-t-40 {
    margin-top: 40px;
}
.faqs-box.active {
    border: 1px solid #018bb3;
}
span.how-works-number {
    font-size: 60px;
    height: 85px;
    left: calc(50% - 42px);
    line-height: 70px;
    top: -35px;
    width: 85px;
    border-top: 2px solid #3545a1;
    background: #fff;
    position: absolute;
    font-weight: 700;
    border-radius: 100%;
    color: #a7bed9;
    font-family: "Red Hat Display",sans-serif;
}

.box-work:nth-child(2) .how-works-number {
    color: #82a2c7;
}

.box-work:nth-child(3) .how-works-number {
    color: #1565c0;
}

.how-works .section-title {
    margin-bottom: 80px;
}

.services-plan > img {
    position: absolute;
    left: 35px;
    bottom: 0;
    opacity: 0.2;
}

.services-slider {
    background: #fff;
    text-align: center;
    text-decoration: none;
    color: #444;
    padding: 23px 45px;
    box-sizing: border-box;
    border-radius: 15px;
    font-size: 20px;
    outline: 2px dashed #a2b4c9;
    outline-offset: -12px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
    display: inline-block;
    margin: 15px;
    width: 92%;
}

.services-slider:hover {
    outline: 2px dashed #1565c0;
}

.services-slider img {
    margin-bottom: 15px;
}

.services-box-title {
    display: block;
    font-weight: 900;
    font-size: 17px;
}

.slider-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 7px 30px 26px;
}

.prev-services,.next-services {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    z-index: 1;
    text-align: center;
    line-height: 46px;
    border: 1px solid #63428d;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.prev-services:hover, .next-services:hover {
    background: #604089;
}

.prev-services:after, .next-services:after {
    content: " ";
    border: solid #604089;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(311deg);
    position: relative;
    top: 0;
    right: 1px;
}

.prev-services:hover:after, .next-services:hover:after {
    border-color: #fff;
}

.next-services:after {
    transform: rotate(137deg);
    right: 0px;
}

.swiper-button-lock {
    display: none
}

.services-section {
    padding: 30px 0;
}

.slider-header h3 {
    box-shadow: 6px 0px 0 0 #1565c0;
    padding-right: 15px;
    font-size: 16px;
}

.blog-topics {
    padding: 80px 0;
}

.blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-box {
    width: 75%;
    margin-bottom: 70px;
    border-radius: 6px;
    color: rgba(0,0,0,0.87);
    background: #fff;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
}

.card-image {
    margin: -30px 15px 0 15px;
}

.card-image img {
    height: 140px;
    width: 100%;
}

.blog-topics h2 {
    margin-bottom: 80px;
}

.card-content {
    padding: 15px 15px;
}

.card-date {
    font-size: 12px;
    font-weight: 900;
    color: #4f3374;
}

.card-title {
    font-weight: 900;
    font-size: 18px;
    padding: 5px 0;
    text-decoration: none;
}

.card-excerpt {
    font-size: 15px;
}

.sub-title {
    font-weight: 900;
    font-size: 20px;
}

.desc {
    font-size: 17px;
    font-weight: 500;
}

.wp-video, .wp-video video {
    height: 100% !important;
    max-width: 100% !important;
}

.col-6 {
    width: 100%;
}

@media (min-width: 992px) {
    .col-6 {
        width: 49%;
    }

    .features.content {
        width: 48%;
    }

    .features-videos {
        width: 48%;
    }

    .features-box {
        width: 22%
    }

    .price-plan {
        width: 30.333%;
    }

    .box-work {
        width: 30.3333%;
    }

    .blog-box {
        width: 21%;
    }

    .services-plan .flex {
        justify-content: space-between;
    }
    .qr-img {
        text-align: left;
    }
    .features-videos,
    .features-content{
        width: 48%;
    }
    
    .slider-header h3{
        font-size: 22px;
    }
    .services-plan > img{
        opacity: 1;
    }
    .services-slider {
    width: 22%;
}
