.page-wrap-content {
    flex-wrap: wrap;
    justify-content: space-between;
}

.slick-initialized .slick-slide {
    max-height: 744px;
}


.box {
    width: 32%;
    border-radius: 10px;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #3e6cff;
    padding: 16px;
}

.box ul li i {
    font-size: 24px;
    margin-top: 4px;
    margin-bottom: 8px;
}

.box .head {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #0c2166;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 20px;
}

.box .head strong {
    color: #fff;
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.box .head span {
    font-size: 18px;
    color: #f2f2f2;
}

.box .price {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
    color: #445b78;
    font-size: 23px;
    margin-bottom: 20px;
}

.box .price b {
    font-size: 38px;
    font-weight: 700;
    color: #000000;
}

.box a {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background: #3e6cff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.box a:hover {
    color: #fff;
}

.box ul {
    width: 100%;
    border: 1px solid #3e6cff;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 0 20px 0;
}

.box ul li {
    width: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #2e4d75;
    font-size: 17px;
    padding: 12px 6px;
    border-bottom: 1px solid #3e6cff;
    border-right: 1px solid #3e6cff;
}

.box ul li:nth-child(2n) {
    border-right: 0;
}


.box ul li:last-child {
    border-bottom: 0;
}
.box ul li:nth-last-child(2) {
    border-bottom: 0;
}
.page-wrap-content .slick-dots li button::before {
    border-radius: 50% !important;
}

.page-wrap-content .slick-dots li.slick-active button {
    border: 2px solid #3e6cff !important;
    border-radius: 50%;
}
.page-wrap-content .slick-dots li button {
    border: 2px solid #445b78 !important;
    border-radius: 50%;
    background-color: transparent !important;
    width: 15px !important;
    height: 15px !important;
}
.page-wrap-content .slick-dots li button::before {
    width: 15px !important;
    height: 15px !important;
    font-size: 12px !important;
    color: #fff !important;
    content: "" !important;
}
.page-wrap-content .slider-item {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.page-wrap-content .slider-item .text {
    padding-left: 5px;
    max-width: 622px;
    width: 100%;
    position: relative;
}
.page-wrap-content .slider-item .text h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.page-wrap-content .slider-item .text h1 span {
    color: #3e6cff;
}
.page-wrap-content .slider-item .text p {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.page-wrap-content .slider-item .text .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    width: 100%;
}
.page-wrap-content .slider-item .text .line span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 6px;
    border-radius: 6px;
    background-color: #3e6cff;
}
.page-wrap-content .slider-item .text .line span:nth-child(2) {
    max-width: 30px;
    background-color: #fff;
    margin: 0 10px;
}
.page-wrap-content .slider-item .text .line span:last-child {
    max-width: 122px;
}
.page-wrap-content .slider-item .text .specs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-wrap-content .slider-item .text .specs ul {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.page-wrap-content .slider-item .text .specs ul li {
    width: 50%;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.page-wrap-content .slider-item .text .specs ul li img {
    margin-right: 10px;
}
.page-wrap-content .slider-item .text .specs .pricing {
    width: 122px;
}
.page-wrap-content .slider-item .text .specs .pricing .head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 30px;
    background-color: #3e6cff;
    border-radius: 3px;
    color: #fff;
    padding: 5px;
}
.page-wrap-content .slider-item .text .specs .pricing .head span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    border-radius: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
}
.page-wrap-content .slider-item .text .specs .pricing .head span.active {
    color: #fff;
}
.page-wrap-content .slider-item .text .specs .pricing .body {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0 0 3px 3px;
    height: 60px;
}
.page-wrap-content .slider-item .text .specs .pricing .body b {
    color: #3e6cff;
    font-size: 25px;
}
.page-wrap-content .slider-item .text a.buy {
    width: 130px;
    height: 48px;
    border-radius: 5px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #3e6cff;
    font-weight: 700;
    margin-top: 20px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

@media (max-width: 992px) {
    .box {
        width: 100%;
    }
}