.home-title {
    /* padding: 30px 30px 100px 30px; */
    padding:30px;
    text-align: center;
    color: #333333;
}
.home-title h1{
    font-size: 35px;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    margin: 0 auto;
    margin-bottom: 15px;
}

.home-title h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
}

.tools-box {
    margin: 0 15px;
    display: flex;
    justify-content: center;
}

.tools {
    display: flex;
    flex-wrap: wrap;
    max-width: 1440px;
}

.tools-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow: hidden;
    padding: 6px;
    -webkit-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
    z-index: 1;
    color: #383e45;
    position: relative;
}

@media (min-width: 576px) {
    .tools-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 768px) {
    .tools-item {
        flex: 0 0 33.333%;
    }
}

@media (min-width: 992px) {
    .tools-item {
        flex: 0 0 25%;
    }
}

@media (min-width: 1200px) {
    .tools-item {
        flex: 0 0 25%;
    }
}

.tools-item a {
    background: rgba(255,255,255,.75);
    border: 3px solid #fff;
    border-radius: 8px;
    box-shadow: 0 0 7px 1px rgb(0 0 0/12%);
    display: flex;
    width: 100%;
    z-index: 2;
    color: #333333;
    text-decoration: none;
    padding: 20px 0;
    min-height: 153px;
}
.tools-item:hover {
    transform: translateY(0px) scale(1.05);
}
.tools-item a:hover{
    border:3px solid #26e588;
}

.tools-item h3 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 16px;
}

.tools-item p {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #626870;
    display: -webkit-box;
    font-size: 12px;
    line-height: 18px;
    margin-top: 0;
    max-height: 54px;
    overflow: hidden;
    margin-bottom: 0;
}

.tools-item-icon {
    align-items: center;
    display: flex;
    margin-right: 15px;
    padding: 15px 0 15px 15px;
}
.tools-item-icon img{
    width: 85px;
    height: auto;
}
.tools-item-text{
    content-visibility: auto;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 14px;
    line-height: 16px;
    padding: 15px 7px 15px 8px;
    text-align: left;
}

.home-features {
    background-color: #ffffff;
    /* margin: 0 15px 30px 15px; */
    padding: 60px 20px;
    font-size: 1.1rem;
}

.home-features.features {
    background-color: #f2f6ff;
}

.home-features h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
}

.plan-list {
    margin: 40px 0 20px 0;
}

.plan-list .btn-group {
    -webkit-box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
}

.plan-list .btn {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    width: 100px;
    position: relative;
}

.plan-list .btn.active {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.plan-list .btn .sale {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #d83737;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price-item ul {
    padding: 0;
}

.pricing {
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0 auto;
    justify-content: center;
}

.price-item {
    flex: 0 0 100%;
    text-align: left;
}

.price-item.dark {
    color: #ffffff;
}

@media (min-width: 768px) {
    .price-item {
        flex: 0 0 50%;
    }
}

@media (min-width: 992px) {
    .price-item {
        flex: 0 0 33.33%;
    }
}

.price-item .box {
    -webkit-box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    box-shadow: 0 1px 15px 1px rgb(69 65 78 / 8%);
    background-color: #fff;
    padding: 20px;
    margin: 20px;
    border-radius: 5px;
}

.price-item.dark .box {
    background-color: #515151;
}

.price-item.dark .price-buy .btn-primary {
    background-color: #ffb400;
    border-color: #ffb400;
    color: #000000;
}

.price-item.dark .price-buy .btn-primary:hover {
    background-color: #e29f03;
    border-color: #e29f03;
}

.price-title {
    border-bottom: 1px solid #d8d7d7;
}

.price-item.dark .price-title {
    border-bottom: 1px solid #686767;
}

.price-title h3 {
    font-weight: 600;
}

.price-money {
    font-size: 1.3rem;
    margin: 10px 0 5px 0;
}

.price-money span {
    font-size: 2rem;
    font-weight: 600;
}

.price-money-yearly {
    height: 60px;
    visibility: hidden;
}

.price-item.yearly .price-money-yearly {
    visibility: visible !important;
}

.price-buy {
    margin-bottom: 15px;
}

.price-buy a {
    width: 70%;
}

.features-title {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.features-list li {
    list-style-type: none;
    margin: 10px 0;
}

.features-list li:before {
    content: url(../images/ok.svg);
    position: relative;
    top: 5px;
    margin-right: 6px;
}

.features-list li.no:before {
    content: url(../images/no.svg);
    position: relative;
    top: 5px;
    margin-right: 6px;
}
.i_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-image: linear-gradient(136deg, rgba(255, 205, 74, 1) 11%, rgba(196, 124, 81, 1) 66%, rgba(109, 147, 182, 1) 100%); */
    padding: 10px;
    border-radius: 5px;
    color: #ffffff;
}
.i_l{
    text-align: left;
    width: 60%;
    padding-left: 30px;
}
.i_r{
    width: 40%;
}
.i_r img{
    width: auto;
    display: block;
    margin: 0 auto;
    height: 299px;
}
.start_btn{
    border-radius: 20px;
    margin-top: 20px;
    padding: 10px 30px;
    width: fit-content;
    color: #fff;
    display: block;
    min-width: 180px;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    background-color: #bd5aba;
    border-radius: 20px;
}
.start_btn:hover{
    color: #ffffff;
}
.description{
    margin: 35px 0;
    color: #fff;
}
.zy_tab{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0;
    margin-bottom: 30px;
}
.zy_tab li{
    width: 32%;
    text-align: left;
    border: 1px solid #e1dede;
    border-radius: 8px;
    padding: 15px 27px;
    text-align: center;
    background: hsla(0, 0%, 100%, .3);
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(1, 1, 1, .17);
}
.zy_tab li div{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 15px;
}
.zy_tab li div img{
    width: 56px;
    height: 56px;
}
.f18{
    font-size: 19px;
}
.l_t{
    font-size: 18px !important;
}
.tools{
    display: flex;
    flex-wrap: wrap;
}
.tools_item{
    background: hsla(0,0%,100%,.3);
    border-radius: 10px;
    box-shadow: 0 0 12px 0 rgba(1,1,1,.17);
    cursor: pointer;
    margin: .5%;
    padding: 25px 15px;
    width: 32%;
}
.tools_item a {
    display: block;
}
.item_img img {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: auto;
    border-radius: 50%;
}
.item_dec {
    margin-top: 8px;
}
.item_title {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px;
    text-align: center;
}
.item_text {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #fff;
    display: -webkit-box;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 0;
    max-height: 54px;
    overflow: hidden;
}
.accordion {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    margin-top: 10px;
}

.accordion-item {
    width: 100%;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
    cursor: pointer;
    margin-bottom: 10px;
}
.accordion_t{
    padding: 10px;
    background-color: #ffffff;
    border-radius: 6px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion-item-content {
    padding: 10px;
    margin-bottom: 5px;
    display: none;
    background-color: #ffffff;
}
.span_box{
    position: relative;
    right: 10px;
}
.span_t{
    position: absolute;
    top: 0;
    left: 38%;
}
.accordion-item-content a{
    display: block;
    text-align: left;
    padding: 12px 20px;
    color: #333;
    border-bottom: 1px solid #e9e9e9;
    font-size: 13px;
}
.accordion-item-content a:hover{
    background-color: #f8f9fa;
}
.active .accordion-item-content{
    display: block;

}
.active .span_t{
    display: none;
}
.active .accordion_t{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.accordion-item-content a:last-child{
    border-bottom: none;
}
@media (max-height:886px) {
    .i_box{
        padding: 0;
    }
    .i_r img{
        height: 150px;
    }
    .home-title h1{
        margin: 0;
    }
    .start_btn{
        margin: 0;
    }
    .item_title{
        margin-bottom: 0;
    }
    .item_text{
        -webkit-line-clamp: 2;
    }
}
@media (max-width:1366px) {
    .tools_item{
        padding: 8px 15px;
    }
    .home-title{
        padding: 10px;
    }
}
@media (max-width:850px) {
    .home-title h1{
        font-size: 20px;
        line-height: 20px;
    }
    .tools-item a{
        min-height: 125px;
    }
}
@media (max-width:750px) {
    .tools_item{
        width: 48%;
    }
    .i_box,.zy_tab{
        flex-wrap: wrap;
    }
    .i_l,.i_r{
        width: 100%;
    }
    .start_btn{
        width: 85%;
        margin: 20px auto;
    }
    .home-title{
        padding: 8px;
    }
    .zy_tab li{
        width: 100%;
        margin-bottom: 10px;
    }
    .i_l{
        padding-left: 0;
    }
}
@media (max-width:650px) {
    .item_img{
        width: 110px;
        height: 110px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .item_title,.item_text{
        text-align: left;
    }
    .item_title{
        margin-bottom: 5px;
    }
    .item_img img{
        width: 80px;
        height: 80px;
    }
    .item_dec{
        width: calc(100% - 115px);
    }
    .tools_item a{
        display: flex;
        justify-content: center;
    }
    .tools_item{
        width: 100%;
        margin-bottom: 10px;
        padding: 8px 8px 8px 0;
    }
    .start_btn,.i_r{
        display: none;
    }
	.tools-item-icon img{
		width: 40px;
		height: auto;
	}
    .tools-item-icon{
        padding: 8px;
        margin-right: 0;
    }
   

}