.pb-80 {
    padding-bottom: 20px;
}
.pt-120 {
    padding-top: 40px;
}

.sub-title.sub-title-bg {
    padding: 10px 24px;
    background-color: rgba(158, 89, 255, 0.1);
    border-radius: 17px;
    margin-bottom: 15px;
}
.sub-title {
    color: #5551ef;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
.section-title h2 {
    font-size: 30px;
    line-height: 40px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
.pricing-tooi-table {
    padding: 50px 20px;
}}
.pricing-tooi-table {
    padding: 50px 40px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
.mb-40 {
    margin-bottom: 40px;
}
.pricing-tooi-table .pricing-header {
    padding-bottom: 30px;
    border-bottom: 1px solid #E7E7E9;
}
.pricing-tooi-table .pricing-header .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    background-color: rgba(158, 89, 255, 0.1);
    color: #5551ef;
    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;
    margin-right: 25px;
}



#home3-services-area {
    position: relative;
}
.home3-services-area {
    background-color: #fff;
   
  
}

.block-icon-animate .icon:before {
    bottom: 0;
    left: 30px;
    background-color: #FF6600;
}
.block-icon-animate .icon:after, .block-icon-animate .icon:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.block-icon-animate .icon:after {
    top: 0;
    right: 30px;
    background-color: #07D5AC;
}
.block-icon-animate .icon:after, .block-icon-animate .icon:before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.pricing-tooi-table .pricing-header .title span.plan {
    color: #5551ef;
    font-weight: 600;
    font-size: 28px;
}
i, span, a {
    display: inline-block;
}

.pricing-tooi-table .pricing-header .title h2.price span.sign {
    font-size: 16px;
    vertical-align: super;
}

.pricing-tooi-table .pricing-header .title h2.price span.duration {
    font-size: 16px;
}

.pricing-tooi-table .pricing-body {
    margin-top: 35px;
}

.pricing-tooi-table .pricing-body ul {
    margin-bottom: 35px;
}

.pricing-tooi-table .pricing-body ul.check-list-one li {
    margin-bottom: 15px;
	    color: #000;
}
.check-list-one li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 10px;
}

.check-list-one li.check:before {
    background-color: rgba(89, 86, 233, 0.2);
    color: #5551ef;
}
.check-list-one li:before {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #CED0D4;
    margin-right: 10px;
}

.pricing-tooi-table .pricing-body .main-btn {
    display: block;
    text-align: center;
}
.main-btn.bordered-btn.bordered-blue {
    border-color: #5551ef;
    color: #5551ef;
}
.main-btn.bordered-btn {
    border: 1px solid #CED0D4;
}
.main-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 13px 47px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

.main-btn.bordered-btn.bordered-blue:hover {
    background-color: #5551ef;
    color: #fff;
}
.pricing-tooi-table .pricing-body .main-btn {
    display: block;
    text-align: center;
}