.servises-item-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #2c7ae7;
    margin: 0 auto 20px;
    color:#ffffff;
    
}
.servises-item-title {
    margin-bottom: 15px;
    font-weight: 700;
    text-align : center;
}
.servises-item-desc {
    color: #63636b;
    text-align : justify;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    font-size: 16px;
}
.md-48 {
    font-size: 48px;
    width: 48px;
    height: 48px;
    margin-left: -10px;
}

.our-serive {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px 20px;
}

.our-serive > div {
    padding: 25px;
    /* border: 1px solid #d4d4e1; */
    background: #ffff;
    border-radius: 10px;
}
.app_store {
    width: 109px;
    /* margin-top: -10px;
    margin-left: -10px; */
}
.comming_soon {
    background : #97622c;
    color: #fff;
    padding : 4px 0px; 
    border-radius : 10px;
}
.price-box:hover,.price-box:focus {
    -webkit-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 14px 25px -2px rgba(0, 0, 0, 0.14);
    top: -2px;
}

.price-box {
    text-align: center;
    padding: 30px;
    background: #f2f2f2;
    margin-bottom: 40px;
    position: relative;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.11);
    top: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.price {
    font-size: 70px;
    color: #6d6d6d;
    line-height: 50px;
}
.price small {
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    color: #888f94;
}
 .pricing-plan {
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    color: #888f94;
}
.price-box .btn-select-plan {
    padding: 10px 20px;
    background: #5bc0de;
    color: #fff;
    font-size: 16px;
}
.btn {
    border-radius: 10px;
}

.price-table-content:first-child {
    border-top: 1px solid rgb(177, 176, 176);
}
.price-table-content {
    border-bottom: 1px solid rgb(177, 176, 176);
    padding : 8px 0px;
}

.carousel-inner>.item>img{
    border-radius: 15px 15px;
}
    