.btn.btn-white {
    border: white 1px solid;
    color: white;
}
.bg-white {
    background: #ffffff !important;
}
.integration__logo .block__circle .item_logo {
    background : transparent !important;
    box-shadow: none !important;
}
.integration__logo .block__circle .item_logo img {
    width: auto !important;
    height: 100px !important;
}
.about_cc_grid {
    background-color: #0b2238;
}
.item-client img {
    width: 90%;
    filter: grayscale(1) brightness(15);
}
.other_login .btn-loin-google .tio.calendar {
    top: 1rem;
}
.success .tio.checkmark_circle_outlined {
    font-size:2.5rem;
}
main.bg-white section {
    position: relative;
    background: white;
    z-index: 2;
}
.item__section .media .icon_sec i {
    font-size: 1.8rem;
    color: white;
}
.item__section .item__list li i {
    margin-right: 10px;
    margin-top: 4px;
}
.software_web .order-1 .screen__ipad {
    margin-right: unset;
    margin-left: -40%;
}
.software_web .order-1 .screen__ipad .sub_img {
    left: auto;
    right: -20px;
}
.software_web .screen__ipad .sub_img {
    width: 200px;
    height: 200px;
    border-radius: 12px;
    border: 1px solid #f3f3f3; 
}
.p_pricing_list .group_futures ul li .tio {
    font-size: 30px;
}
.p_pricing_list .group_futures .description {
    width: 70%;
    font-size: 20px;
    font-weight: 400;
}
.p_pricing_list .group_futures .price {
    font-size: 18px;
}
.p_pricing_list .group_futures ul li {
    cursor:pointer;
}
.p_pricing_list .group_futures ul li.selected span , .p_pricing_list .group_futures ul li:hover span {
    font-weight: 800;
}
.tb_features_pricing .table th {
    padding-top: 40px;
}
.tb_features_pricing .table td {
    padding: 10px;
}
@media (max-width: 991px) {
    header .navbar-brand .logo {
        width: auto !important;
        height: 35px !important;
        filter: none !important;
    }
    .about_section .img-products .pro--img {
        height:300px
    }
    .demo_2.banner_section .banner_title h1 {
        font-size: 2.2rem;
    }
}