.home-breadcrums {
    color: #9898a5;
    margin-top: 20px;
    margin-bottom: 30px;
}

.home-breadcrums span {
    padding: 0 10px;
}

.home-breadcrums a {
    color: #9898a5;
}

.home-breadcrums a:hover {
    color: #000000;
}

.home-top-title {
    position: relative;
    font-size: 40px;
    text-align: center;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    margin-bottom: 30px;
}

.home-top-title span {
    background-color: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 2
}

.home-top-title:after {
    border-bottom: 1px solid #000000;
    position: absolute;
    top: 34px;
    content: " ";
    left: 0;
    width: 100%;
    z-index: 1;
}

.gray-bg {
    background-color: #f7f7f7;
}

.p-40 {
    padding: 40px;
}

.p-20 {
    padding: 20px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.text-justify {
    text-align: justify;
}

.font-16,
.font-16 p {
    font-size: 16px;
}

.font-18,
.font-18 p {
    font-size: 18px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-60 {
    margin-bottom: 60px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-b-100 {
    margin-bottom: 100px;
}

.half-img {
    margin-bottom: -80px;
}

.light-blue-bg {
    background-color: #f0f8ff;
}

.light-grey-bg {
    background-color: #f7f7f7;
    border: 1px solid #d2d2d2;
}

a.featured-systems-btn {
    display: block;
    color: #ffffff;
    background-color: #2c64af;
    font-size: 40px;
    padding: 25px 20px;
    position: relative;
    line-height: 40px;
    text-align: center;
}

a.featured-systems-btn::after {
    border: 1px solid #ffffff;
    position: absolute;
    content: "";
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.round-count {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    display: table;
}

.home-sub-title {
    font-size: 30px;
    font-weight: 700;
}

.max-w-970 {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
}

.max-w-830 {
    max-width: 830px;
    margin-left: auto;
    margin-right: auto;
}

.home-table td,
.home-table th {
    border: 2px solid #e7e7e7;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    color: #000000;
}

.home-table th {
    color: #ffffff;
}

.title-30 {
    font-size: 30px;
    font-weight: 600;
}

.tel-title {
    font-size: 60px;
    line-height: 1;
    font-weight: 300;
}

.home-card-detail {
    text-align: center;
    padding: 60px;
    background: #f0f8ff;
}

.home-card-border {
    max-width: 960px;
    border: 1px solid #000000;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.home-card-title {
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    text-align: center;
    width: 100%;
    top: -25px;
}

.home-card-title span {
    background: #f0f8ff;
    padding-left: 15px;
    padding-right: 15px;
}

.home-card-img {
    padding: 50px 25px 25px 25px;
}

.home-card-text {}

.home-affirm-title {
    font-size: 84px;
    font-weight: 700;
    color: #4a4af4;
}

.home-affirm-text {
    font-size: 65px;
}

.home-affirm-text img {
    vertical-align: unset;
}

hr.home {
    max-width: 100%;
    color: #000000;
    background: #000000;
    border-color: #000000;
}

@media (min-width:768px) {
    .three-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media (max-width:991px) {
    .home-affirm-title {
        font-size: 56px;
    }

    .home-affirm-text {
        font-size: 48px;
    }
}

@media (max-width:767px) {
    .home-top-title {
        font-size: 24px;
    }

    .home-top-title:after {
        top: 20px;
    }

    .home-top-title span {
        padding-left: 10px;
        padding-right: 10px;
    }

    .gray-bg.p-40 {
        padding: 10px;
    }

    .m-b-60 {
        margin-bottom: 30px;
    }

    a.featured-systems-btn {
        font-size: 30px;
        padding: 20px 10px;
    }

    .home-sub-title,
    .title-30 {
        font-size: 24px;
        line-height: 1;
    }

    .home-sub-title {
        font-size: 20px;
    }

    .tel-title {
        font-size: 48px;
    }

    .max-w-830 ul {
        margin-bottom: 0px;
    }

    .home-card-detail {
        padding: 10px;
    }

    .home-card-img {
        padding: 28px 10px 10px 10px;
    }

    .home-card-title {
        font-size: 18px;
        top: -16px;
    }

    .home-affirm-title {
        font-size: 26px;
    }

    .home-affirm-text img {
        max-width: 30%;
    }

    .home-affirm-text {
        font-size: 20px;
    }
}