/* */
@media (max-width: 1020px) {
    nav.navbar.navbar-expand-lg.fixed-top.bg-light.navbar-light {
        background-color: #1c2331 !important;
    }

    .navbar-toggler {
        color: #fff;
    }

    #herobanner {
        padding: 190px 0 120px;
    }

    .phone_box a,
    .mail_box a,
    .website_box a {
        font-size: 14px;
    }

    .phone_box a i,
    .mail_box a i,
    .website_box a i {
        padding-right: 10px;
        font-size: 16px;
    }

    .blog_slide_left p {
        text-align: justify;
        margin: auto;
    }

    .blog_right_post h4 {
        font-size: 18px;
    }

    .blog_slide_left figure {
        height: 280px;
    }

    .nav-item .btn.btn-black.btn-rounded {
        margin-bottom: 15px !important;
    }

    /* ========================================================================= */

    /* Feature Tools page*/

    /* ========================================================================= */
    .tools_card {
        padding: 10px;
    }

    /* ========================================================================= */

    /* Listing Page */

    /* ========================================================================= */
    #pageHeaderTitle {
        font-size: 30px;
    }

    .card_body.px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .card_body h3 {
        font-size: 22px;
    }

    .card_title.pb-3,
    .card_text.pb-3,
    .call_box.pb-3,
    .email_bob.pb-3,
    .website_link.pb-3 {
        padding-bottom: 0.7rem;
    }

    .social_box.pt-3 {
        padding-top: 0;
    }

    .call_box a i,
    .email_bob a i,
    .website_link a i {
        font-size: 18px;
        color: var(--clr-hover);
    }

    /* ========================================================================= */

    /* Blog details page */

    /* ========================================================================= */
    .blog_details figure.image_box,
    .post-body figure.post_body_img {
        width: 100%;
        height: 350px;
    }

    /* ========================================================================= */

    /* feature tools details page */

    /* ========================================================================= */

    .preview-thumbnail.nav-tabs li a{
        height: 50px;
    }
    .preview-thumbnail.nav-tabs li a img{
        height: 50px;
    }
    
}

@media (max-width: 768px) {
    .container {
        --bs-gutter-x: 0 !important;
    }

    nav.navbar.navbar-expand-lg.fixed-top.bg-light.navbar-light {
        padding: 0;
    }

    .container_padding {
        padding: 30px 0;
    }

    #herobanner {
        padding: 165px 0 100px;
    }

    #herobanner h1 {
        width: 80%;
        margin: auto;
        font-size: 42px;
    }

    #herobanner .sbuscribe_button a {
        padding: 8px 41px;
        font-size: 18px;
    }

    #herobanner p {
        font-size: 15px;
        width: 80%;
        margin: auto;
    }

    h2.feature_heading,
    .professional_top h2,
    .blogslide_header,
    .featuretools_heading,
    .listing_header,
    .blog_page_heading,
    .details_heading {
        font-size: 24px;
    }

    h2.feature_heading::after,
    .professional_top h2::after,
    .blogslide_header::after,
    .featuretools_heading::after,
    .listing_header::after,
    .blog_page_heading::after,
    .details_heading::after {
        width: 25%;
    }

    #features:hover h2.feature_heading::after,
    #professional_banner:hover .professional_top h2::after,
    #blogslide:hover .blogslide_header::after,
    #featuretools:hover .featuretools_heading::after,
    .light:hover .listing_header::after,
    .blog-listing:hover .blog_page_heading::after,
    #blogdetails:hover .details_heading::after {
        width: 65%;
        transition: .5s ease;
    }

    p.feature_para {
        width: 90%;
        padding: 20px 0 30px;
        font-size: 15px;
    }

    .professional_top p {
        font-size: 15px;
        width: 90%;
    }

    .item h4 {
        font-size: 15px;
        height: 70px;
    }

    .blogslide_para {
        padding: 20px 0 30px;
        width: 90%;
        margin: auto;
        font-size: 15px;
    }

    .blog_slide_left h3 a {
        font-size: 20px;
    }

    .review_item.align-items-center {
        gap: 20px;
    }

    .phone_box a,
    .mail_box a,
    .website_box a {
        font-size: 12px;
    }

    footer .mt-5 {
        margin-top: 0 !important;
    }

    .footer_company_detail {
        font-size: 16px;
        width: 90%;
        margin: auto;
    }

    .footer_hr {
        margin-bottom: 10px;
    }

    .bottom_footer a img {
        width: 180px;
        height: 45px;
    }

    footer .row {
        --bs-gutter-x: 0;
    }

    /* ========================================================================= */

    /* Feature Tools */

    /* ========================================================================= */
    #page_top_banner {
        padding: 150px 0 110px;
    }

    .page_topbanner_text h1 {
        font-size: 36px;
    }

    /* .tools_row .align-items-center {
        gap: 0 !important;
    } */
    #featuretools {
        padding: 2rem !important;
    }

    .featuretools_para {
        padding-bottom: 2rem !important;
    }

    .featuretools_para {
        font-size: 14px;
        text-align: justify !important;
    }

    .tools_heading {
        font-size: 18px;
        padding-bottom: 10px;
    }

    /* ========================================================================= */

    /* Listing Page */

    /* ========================================================================= */
    .listing_para {
        width: 90%;
        font-size: 15px;
    }

    .listing_para.pb-5 {
        padding-bottom: 2rem !important;
    }

    .row.cards_row.justify-content-center.gap-4 {
        margin: 0 15px;
    }

    .single_cars_row .card_image figure {
        height: 187px;
        margin-bottom: 15px;
    }

    .social_box {
        justify-content: center;
    }

    .contact_section .pb-3 {
        padding-bottom: 0.7rem !important;
    }

    .social_box.pt-3 {
        padding-top: 0 !important;
    }

    /* ========================================================================= */

    /* blog page */

    /* ========================================================================= */

    .blog-img figure {
        height: 220px;
        /* margin: auto; */
        margin-left: auto;
        margin-right: auto;
    }

    .blog-grid .blog-info {
        padding: 0 20px;
    }

    .blog-grid .blog-info .btn-bar {
        margin: 20px;
    }

    .blog_author figure {
        width: 65px;
        height: 65px;
    }

    /* ========================================================================= */

    /* Blog details page */

    /* ========================================================================= */
    .blobdetails_row {
        margin: 0 15px;
    }

    .posts-nav.d-flex.justify-content-between.align-items-stretch.flex-column.flex-md-row.mb-5 {
        flex-direction: row !important;
    }

    .blog_details figure.image_box,
    .post-body figure.post_body_img {
        width: 100%;
        height: 240px;
    }

    main h2.mb-4.fw-bold {
        font-size: 24px;
    }

    .avtar_img {
        width: 80px;
        height: 80px;
    }

    main h3 {
        font-size: 24px;
    }

    aside {
        margin: auto;
    }

    /* ========================================================================= */

    /* feature tools details page */

    /* ========================================================================= */

    h3.product-title{
        font-size: 24px;
    }
    section#detailsSlide, .reviews, .sec  {
        margin-left: 15px ;
        margin-left: 15px;
    }
    .reviews .row, .sec .row {
         --bs-gutter-x: 0 !important;
    }


}

@media (max-width: 480px) {
    .navbar-brand img {
        width: 140px;
    }

    .container_padding {
        padding: 20px 0;
    }

    #herobanner {
        padding: 140px 0 70px;
    }

    #herobanner h1 {
        width: 90%;
        font-size: 32px;
    }

    #herobanner p {
        font-size: 14px;
        width: 90%;
    }

    h2.feature_heading,
    .professional_top h2,
    .blogslide_header,
    .featuretools_heading,
    .listing_header,
    .blog_page_heading,
    .details_heading {
        font-size: 20px;
    }

    p.feature_para {
        width: 100%;
        padding: 15px 0 20px;
        font-size: 13px;
    }

    .date_group {
        padding-bottom: 10px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    footer h4 {
        font-size: 18px;
    }

    footer p {
        margin: 0 0 5px 0;
        font-size: 12px;
    }

    .footer_row_links {
        margin-bottom: 0.5rem !important;
    }

    .footer_copyright br {
        display: block;
    }

    /* ========================================================================= */

    /* Feature Tools */

    /* ========================================================================= */
    #featuretools {
        padding: 15px !important;
    }

    section#features,
    section#blogslide {
        margin: 0 10px;
    }

    #page_top_banner {
        padding: 130px 0 80px;
    }

    .tools_card figure {
        height: 160px;
    }

    .tools_btn .btn {
        --bs-btn-font-size: .8rem;
    }

    .page_topbanner_text h5 span a {
        font-size: 16px;
    }

    /* ========================================================================= */

    /* listing page */

    /* ========================================================================= */



    .listing_para {
        width: 95%;
        font-size: 14px;
    }

    .row.cards_row.justify-content-center.gap-4 {
        margin: 0 10px;
    }

    .single_cars_row .card_image figure {
        height: 160px;
        margin-bottom: 15px;
    }

    .single_card.py-4 {
        padding-top: .8rem !important;
        padding-bottom: .8rem !important;
    }

    .col-8.card_image {
        width: 90%;
    }

    .card_body.px-5 {
        padding: .5rem !important;
    }

    p.card_text {
        text-align: justify;
    }

    .call_box.pb-3 {
        flex-direction: column;
    }

    .card_body h3 {
        font-size: 20px;
    }

    .contact_section {
        font-size: 14px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
    }

    .social_box a i {
        font-size: 20px;
    }

    /* ========================================================================= */

    /* blog page */

    /* ========================================================================= */
    .blog-grid .blog-info h5 {
        font-size: 18px;
    }

    .blog_author figure {
        width: 45px;
        height: 45px;
    }

    /* ========================================================================= */

    /* blog details page */

    /* ========================================================================= */
    .blog_details figure.image_box,
    .post-body figure.post_body_img {
        width: 100%;
        height: 181px;
    }

    main h2.mb-4.fw-bold {
        font-size: 22px;
    }

    li.list-inline-item.small {
        padding: 10px 0;
    }

    .lead {
        font-size: .9rem;
        text-align: justify;
    }

    main p {
        text-align: justify;
    }

    main h3 {
        font-size: 20px;
    }

    .posts-nav a {
        border: none;
    }

    .text {
        display: none;
    }

    .posts-nav.d-flex.justify-content-between.align-items-stretch.flex-column.flex-md-row.mb-5 {
        margin-bottom: 1.5rem !important;
    }

    aside.col-lg-4.col-10.justify-content-center {
        width: 100%;
    }

    .align-items-center {
        display: flex;
        text-align: center;
        flex-direction: column;
        gap: 0px !important;
        align-items: self-start !important;
    }

    .aside_post figure {
        width: 130px;
        height: 70px;
        margin: 0;
    }

    .d-flex.align-items-center.aside_post {
        margin-bottom: 20px;
    }

    li.list-inline-item.small {
        padding: 0px 0;
    }



    .product_detail_slideimg{
        flex-direction: row;
        align-items: center !important;
    }

    .carousel_btns button{
        font-size: 16px;
        margin-right: 10px !important;
    }
    section.reviews.py-5.py-sm-3 {
        padding: 20px 0 !important;
    }
    .owl-theme .owl-nav span {
        font-size: 27px;
        padding: 0;
    }
    .owl-theme .owl-nav{
        width: 95%;
    }
   
}

@media (max-width: 320px) {
    #herobanner {
        padding: 120px 0 70px;
    }

    .blog_slide_left h3 a {
        font-size: 16px;
    }

    .blog_slide_left figure {
        height: 160px;
    }

    .blog_slide_left p {
        font-size: 14px;
    }

    .owl-carousel .owl-stage {
        transform: translate3d(0, 0, 0) !important;
    }

    .blogslide_para {
        font-size: 14px;
        width: 100%;
    }

    .blog_slide_left p {
        width: 100%;
    }

    .blog_slide_left h3 {
        line-height: 0.9rem;
    }

    .blog_right_post h4 {
        font-size: 16px;
    }

    .blog_slide_right .blog_button a {
        --bs-btn-font-size: 0.8rem;
    }

    .blog_slide_right .btn.btn-black.btn-rounded {
        padding-left: 8px;
        padding-right: 8px;
    }

    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 0;
    }

    /* ========================================================================= */

    /* Feature Tools */

    /* ========================================================================= */

    #page_top_banner {
        padding: 120px 0 60px;
    }

    .page_topbanner_text h1 {
        font-size: 26px;
    }

    .tools_para {
        font-size: 13px;
    }

    .tools_card figure {
        height: 140px;
    }

    .preview-thumbnail.nav-tabs li a {
        height: 30px;
    }
    .preview-thumbnail.nav-tabs li a img {
        height: 30px;
    }

}