.banner_section .banner_slider #frmae_slider::before {
    background: none!important;
}

.owl-carousel .owl-dots button {
    height: 8px!important;
}

.navbar-brand img {
    width: 80px!important;
}

.our_client .client_list .client_logo img {
    width: 90px!important;
}

.about_section .app_statstic li .text p span {
    font-size: 25px;
}

.service_blocks .inner_block .img img {
    border: none!important;
}

.service_blocks .inner_block.rotate_right .img::before {
    transform: translate(-50%, -50%) rotate(-9deg) !important;
}

.table_content .pricing_table .pricing_block {
    width: 33%;
    text-align: center;
}

.our_resource {
    margin-top: 0!important;
}

@media screen and (max-width: 767px) {
    .table_content .pricing_table .pricing_block {
        width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
    .table_content .pricing_table .pricing_block:first-child {
        display: block!important;
    }
}

.pricing_title .t_block {
    width: 100%;
}

.blog_head h1 {
    font-size: 30px;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    padding: 20px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.15);
    z-index: 99999;
    display: none;
}

.cookie-consent .cookie-content {
    max-width: 900px;
    margin: auto;
}

.cookie-buttons {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

p, b {
    font-size: clamp(15px, 1vw, 35px);
}