.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;
}

.shop_grid_area .shop_menu_left .sell-device-title1 {
    margin: 0px;
    color: #232323;
    font-weight: 600 !important;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
}

.shop_grid_area .shop_menu_left .sell-device-title2 {
    margin: 0px;
    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;
}

.body_wrapper #testimonial-slider .testimonial {
    margin: 10px 0px 25px;

}

.easystep-section p.easystep-par {
    font-size: 20px !important;
}

#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;
}

.easystep-section {
    background: #ffff !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 {
        line-height: 16px;
        margin-top: 10px;
      }
    .breadcrumb_area {
        padding: 0px 0px 85px;
    }

    body .product-section .col-sm-6.p-0:nth-child(odd) .wholeprd {
        /* border-right: 1px solid #eaeaea !important; */
    }

    body .product-section .col-sm-6.p-0 .wholeprd {
        /* border-bottom: 1px solid #eaeaea !important; */
    }

    body .product-section .col-sm-6.p-0:last-child .wholeprd {
        /* border-bottom: 0px !important; */
    }

    body.product-section .col-sm-6.p-0:nth-last-child(2):nth-child(odd) .wholeprd {
        /* border-bottom: 0px !important; */
    }
}

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

    .shop_grid_area .product-section .row {
        margin-left: 5px !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: 30px;
        font-weight: 600 !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;
    }

    .circle-prd img {
        width: 40% !important;
        object-fit: cover;
    }

    .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;
    /* min-height: 282px; */
    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;
  }