@media screen and (max-width:1099px) {
    h1 {
        font-size: 50px;
    }
    h3 {
        font-size: 30px;
    }
    h4 {
        font-size: 19px;
        line-height: 30px;
    }
    .why_choose_row {
        margin: 0 -0.5rem;
    }
    .why_choose_col {
        padding: 0 0.5rem;
    }
    .solution_col .box{
        gap: 2rem;
        flex-wrap: wrap;
    }
    .solution_col .box .left_block,
    .solution_col .box .right_block {
        width: calc(50% - 1rem);
    }
    .blog_row {
        margin: 0 -1rem;
    }
    .blog_col {
        padding: 1rem;
    }
}
@media screen and (max-width:1023px){
    .solution_col .box .left_block,
    .solution_col .box .right_block {
        width: calc(100% - 0rem);
    }
    .solution_col .box {
        padding: 1.5rem;
    }
    .about_text_block_row {
        gap: 2rem;
    }
    .about_text_block_col {
        width: calc(50% - 1rem);
    }
    .blog_col {
        width: 50%;
    }
    .success_stories_col .box{
        flex-wrap: wrap;
    }
    .success_stories_col .box .left_block,
    .success_stories_col .box .right_block{
        width: 100%;
    }
}
@media screen and (max-width:875px) {
    h1 {
        font-size: 40px;
    }
    .mobile_menu{
        display: flex;      
    }
    .site_header_row .nav_block {
        position: absolute;
        width: 100%;
        top: 72px;
        background-color: rgba(30, 30, 47, 100%);
        backdrop-blur: blur(.5rem);
        left: 0;
        padding: 0rem;
        z-index: 9;
        height: 0;
        transition: all 0.5s;
        overflow: hidden;
    }
    .site_header_row .nav_block.show{
        height: 454px;
        padding: 1rem;
    }
    .site_header_row .nav_block ul{
        flex-direction: column;
    }
    .site_header_row .nav_block ul li.mob_none{
        display: none;
    }
    .site_header_row .nav_block ul li.desktop_none{
        display: block;
    }
    .testimonial_col {
        width: 50%;
    }
    .services_col {
        width: 50%;
    }
}
@media screen and (max-width:767px) {
    .sec {
        padding: 2rem 0;
    }
    h1 {
        font-size: 36px;
    }
    h3 {
        font-size: 28px;
    }
    h2 {
        font-size: 22px;
    }
    h4 {
        font-size: 18px;
        line-height: 28px;
    }
    .footer_top_col {
        width: 100%;
    }
    .why_choose_col {
        width: 100%;
        padding: .5rem;
    }
    .footer_bottom{
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer_bottom p{
        width: 100%;
        text-align: center;
    }
    .footer_bottom ul {
        gap: 8px;
    }
    .footer_bottom ul li a {
        font-size: 14px;
    }
    .solution_col .box .left_block .features_block ul li {
        width: 100%;
    }
    .about_text_block_col {
        width: calc(100% - 0rem);
    }
    .join_revolution_block .button_group a{
        padding: 1rem 1rem;
        font-size: 14px;
        width: 100%;
    }
    .blog_col {
        width: 100%;
    }
    .contact_col {
        width: calc(100% - 0rem);
    }
    .success_stories_col .box .left_block {
        padding: 1rem;
    }
    .success_stories_col .box .right_block{
        padding: 1rem;
    }
    .grid-cols-xs-1{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .sec_title {
        margin-bottom: 2rem;
    }
    .custom_radio_col {
        width: 100% !important;
    }
    .testimonial_col {
        width: 100%;
    }
    .join_revolution_block {
        padding: 1.5rem;
    }
    .services_col {
        width: 100%;
    }
    .step-container {
        white-space: nowrap;
        overflow: auto;
    }
    .step-container::-webkit-scrollbar {
        height: 2px;
    }
    .step-circle p {
        font-size: 14px;
    }
    .step-circle h6 {
        font-size: 12px;
    }
    .sec_title.mb-10 {
        margin-bottom: 5rem;
    }
}