.container.text-left p {
    font-size: 20px !important;
}

.shop_grid_area .inner_shop_wrapper {
    background: #F2F2F2;
}

.shop_grid_area .shop_menu_left {
    padding-block: 15px;
    max-width: 1400px;
    margin-inline: auto;
    padding-inline: 20px;
}
.heading-section {
    max-width: 990px;
    margin: 0 auto;
    padding: 10px;
}
.shop_grid_area .shop_menu_left .sell-device-title1 {
    color: #232323;
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
}

.shop_grid_area .shop_menu_left .sell-device-title2 {
    color: #232323;
    font-weight: 600 !important;
    font-size: 16px;
    line-height: 24px;
    font-family: "Poppins";
}

#testimonial-slider .owl-wrapper-outer {
    padding: 0px !important;
}


.easystep-imgbox.owncontainer.text-center {
    padding: 0px;
}




#testimonial-slider .owl-item .col-md-4 {
    width: 100%;
    max-width: 100%;
}

.wholeprd:hover {
    border: 1px solid #16A34A;
}

.shop_grid_area .product-title {
    font-size: 16px;
    font-weight: 400 !important;
    padding-top: 20px !important;
    padding-inline: 5px;
}

.wholeprd>a {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.wholeprd {
    padding: 40px 0;
    margin: 0px 0;
    transition: border 2s ease;
}

.shop_grid_area .product-section {
    background: #FBFBFB !important;
}



@media (min-width: 769px) {
    .breadcrumb_area {
        padding: 0px 0px 95px !important;
    }
}

@media (max-width: 768px) {
    .product-section.home-pg .product-title {
        font-size: 14px !important;

      }
    .shop_menu_left p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
      }
    .breadcrumb_area {
        padding: 0px 0px 85px;
    }

}

@media (max-width: 576px) {
    .shop_grid_area .product-section {
        padding-block: 20px !important;
        padding: 0px !important;
    }


    body .body_wrapper .shop_grid_area {
        padding-top: 0px !important;

    }

    .shop_grid_area .shop_menu_left .sell-device-title1 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 700 !important;
    }

    body .product-section h1 {
        font-size: 30px !important;
        font-weight: 600 !important;
    }

    .prduct-thumb {
        transition: all 0.5s ease !important;
        height: 185px !important;
    }

    .wholeprd .circle-prd {
        height: 150px;
        width: 100%;
    }

    .breadcrumb_area {
        padding: 20px 0px 50px;
    }

    .product-section .wholeprd {
        padding: 10px 0px !important;
    }

    .shop_grid_area .col-sm-6 {
        width: 50%;
        padding: 0 !important;
    }


    .wholeprd h5 {
        font-size: 18px !important;
    }

    .shop_menu_left h3 {
        font-size: 16px !important;
        padding-top: 20px !important;
    }

    .shop_menu_left h5 {
        font-size: 25px !important;
    }

    .wholeprd h5 {
        margin-top: -70px !important;
    }
}

.choose-model {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 130px;
    padding-bottom: 40px;
}

.shop_menu_left h3 {
    padding-top: 50px;
    position: relative;
    color: #000000;
}

.shop_menu_left h5 {
    font-size: 18px;
    padding-top: 10px;
    font-weight: 400;
    color: #000000;
}

.body_wrapper .shop_grid_area {
    background: #FBFBFB !important;
    /* padding-top: 199px !important; */
    padding-bottom: 0px !important;

}

.wholeprd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    transition: 0.4s ease-in-out;
    padding: 40px 0 !important;
    border-radius: 0px;
    border: 1px solid #16A34A33;
    border-right: 1px solid #16A34A33;
    border-radius: 16px;
    background: #ffff;
    margin-right: 20px;
    margin-bottom: 20px;
}

.circle-prd {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
    background: transparent;
    width: 250px;
}

.circle-prd img {

    width: auto;
    height: 160px;
    object-fit: cover;
    transition: all 0.5s ease;
}
.circle-prd:hover img {
    /* transform: scale(1.1); */
}


.shop_menu_left p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #5a5a5a;
    text-align: center;
    font-weight: 300 !important;
    line-height: 22px;
  }