* {
    box-sizing: border-box;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .pro-box {
        padding: 0 50px;
    }
    #our_work .single-work-process {
        width: 100% !important;
        margin-bottom: 40px;
    }
    .width_banner {
        padding: 0px !important;
    }
    .btn.banner-form-btn,
    .btn.green-btn {
        width: 100% !important;
    }
    #feature .single-features-light {
        height: 450px;
    }
    .form_left_section {
        padding: 20px !important;
    }
    .bg_color_col {
        margin: 0px !important;
    }
    .bg_right_box {
        margin: 0px !important;
    }
    .font_25 {
        font-size: 16px !important;
    }
    .contact_form_section .row {
        justify-content: space-between !important;
    }
    .form_left_section h3 {
        font-size: 25px !important;
    }
    .form_left_section p {
        font-size: 16px !important;
    }
}
@media only screen and (max-width: 767px) and (min-width: 320px) {
    .blue_btn {
        font-size: 15px;
    }
    .review_img {
        width: 70px;
    }
    .review_img img {
        max-width: 100%;
    }
    .form_left_section {
        padding: 20px !important;
    }
    .btn_width_set {
        font-weight: 500 !important;
    }
    .bg_color_col {
        margin: 0px 0px 20px !important;
    }
    .bg_right_box {
        margin: 0px !important;
    }
    .form_left_section p {
        font-size: 15px !important;
    }
    .contact_form_section {
        padding: 30px !important;
    }
    .form_left_section h3 {
        font-size: 24px !important;
    }
    .font_25 {
        font-size: 14px !important;
    }
    .width_banner {
        padding: 0px !important;
    }
    .accourdian {
        padding-bottom: 0px !important;
    }
    .protfolio-continer {
        padding-left: 25px;
        padding-right: 25px;
    }
    #services .service-box {
        margin: 0px 0px 20px;
    }
    #portfolio {
        padding: 0px !important;
    }
    .banner-content .h1 {
        font-size: 35px !important;
        line-height: normal;
        margin-bottom: 5px;
    }
    .logo_img {
        width: 150px !important;
    }
    .review_section {
        flex-wrap: wrap;
    }
    #particle-canvas {
        width: 100%;
        height: 950px !important;
    }
    .lst_text_banner {
        display: none;
    }
    .pro-box {
        padding: 5px 10px !important;
        width: 100%;
        max-width: 33.33%;
    }
    .pro-box .pro-head {
        font-size: 29px;
    }
    .pro-box p {
        font-size: 12px;
    }
    .testimonial {
        padding-bottom: 0px;
    }
    .top_style {
        padding-bottom: 0px !important;
    }
    .font_36 {
        font-size: 30px !important;
        line-height: normal;
    }
    .blink_me {
        animation: beat 0.5s infinite alternate;
        transform-origin: center;
    }
    @keyframes beat {
        to {
            transform: scale(1.1);
        }
    }
    .blink_me {
        padding: 10px 15px !important;
        font-size: 12px !important;
    }
    .accordian-link {
        font-size: 18px;
    }
    .mobile_padding_set {
        padding: 5px 10px !important;
    }
}
