body {
    margin: 0;
    padding: 0;
    color: #000;
    font-family: 'Poppins', sans-serif !important;
}

a,
a:hover {
    text-decoration: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #fff;
    border-radius: 10px;
}

img {
    max-width: 100%;
    height: auto;
}

ul {
    list-style: none;
    padding-left: 0;
}

.dflex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fright {
    float: right;
}


/* 
header css start 
*/
.product_detail_page{
    border: 4px solid #F5951D;
}

.container {
    max-width: 1192px !important;
    margin: 0 auto;
    width: 100%;
}


.top_section {
    background-color: #F5951D;
    padding: 10px 0;
    text-align: center;
}

.top_section span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.middle_section .container>.dflex {
    justify-content: space-between;
    padding: 20px 0;

}

.middle_right_section .middle_right_content:first-child {
    border-bottom: 3px solid rgb(0 0 0 / 6%);
}

.middle_section .middle_header .middle_header_img {
    border-radius: 50%;
    background: #F58E22;
    width: 44px;
    height: 44px;
}


.middle_section .middle_header .middle_header_desc h3 {
    color: #000;
    font-weight: 600;
    font-size: 19px;
    margin-left: 10px;
    min-width: 234px;
    max-width: 234px;
    margin-top: 10px;
}

.middle_right_section .middle_right_content .middle_header:first-child {
    border-right: 3px solid rgb(0 0 0 / 6%);
    margin-right: 15px;
    padding: 10px 0;
}

.middle_section .logo img{
    max-width: 399px;
}

.bottom_section {
    /*    padding: 15px 0; */ 
    background-color: #74B527;
}

.bottom_section .dflex,
.brand_availability .dflex {
    justify-content: space-between;
}

.bottom_section .logo {
    flex: 1 1 0%;
}


/*.main_menu{
    float: none!important;
    margin: 0 auto;
    text-align: center;
    width: 965px!important;
}*/

p.toggle_border {
    float: right;
    margin: 10px 0;
}

.main_menu .icon_bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    border: 1px solid #fff;
    margin-top: 4px;
    margin-bottom: 2px;
}

.main_menu .toggle,
.main_menu [id^=drop] {
    display: none;
}


/*ul.menu{
    text-align: center;
    max-width: 865px;
    margin: 0 auto !important;
}*/

.main_menu nav {
    padding: 0;
}

.main_menu nav:after {
    content: "";
    display: table;
    clear: both;
}

.main_menu h4 {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #1d2212;
    text-align: left;
    margin: 5px;
    padding: 2px 0;
}

.main_menu nav ul li a:after {
    background: rgba(197, 170, 88, 0.25) none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translateY(10px);
    transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
    width: 100%;
}

.main_menu nav ul {
    padding: 0;
    margin: 0;
}

.main_menu nav>ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.menu {
    text-align: center;
    /*    max-width: 730px;*/
    margin: 0 auto !important;
}

.main_menu nav>ul>li {
    position: relative;

}
.main_menu nav ul li {
    margin: 0px;
    float: left;
    margin: 0 8px;
    /*
    min-width: 100px;*/
    text-align: center;
    border-radius: 4px;
}

.main_menu nav ul li.active a {
    color: #030303 !important;
    font-weight: 600;
}

.main_menu nav ul li:first-child:after {
    border: none;
}

.main_menu nav ul li.first_menu {
    width: 18%;
    background-color: #fff;
    margin: 10px 30px 10px 0;
    text-align: left;
    padding: 0 15px;
}

.main_menu nav ul li.first_menu a {
    line-height: 40px;
    font-size: 18px;
    font-weight: 500;
    color: #000 !important;
    padding: 0;
}

.main_menu nav ul li.first_menu a img {
    vertical-align: middle;
    margin-right: 10px;
}

/*.main_menu nav ul li:after{
    content: '';
    position: absolute;
    border-right: 1px solid #fff;
    width: 1px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}*/

.main_menu nav a {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    display: block;
    line-height: 60px;
    padding: 0 10px;
    text-decoration: none !important;
}

.main_menu nav ul>li:first-child a {
    padding-left: 0;
}

.main_menu nav ul ul {
    display: none;
    position: absolute;
    z-index: 1000;
    /*padding: 20px 0px;*/
    width: 100%;
    min-width: 277px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 0 !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    background-color: #fff;
    padding: 10px 0; 
        min-height: 500px;
    /*border-radius: 4px;*/
    /*    height: 260px;
    overflow-y: scroll;*/
}

.main_menu nav ul ul .dflex {
    align-items: inherit;
}

.main_menu nav ul ul h3 {
    text-align: left;
    color: #006ACC;
    padding: 10px 17px;
    font-size: 35px;
    font-weight: 500;
    position: relative;
    min-height: 60px;
}

.main_menu nav ul ul h3:before {
    content: '';
    position: absolute;
    bottom: 10px;
    border-bottom: 1px solid #006ACC;
    width: 100px;
    height: 1px;
}

.main_menu nav ul ul h3.not_text:before {
    display: none;
}

.main_menu nav ul ul ul {  
    left: 278px;
    top: 0;
    height: 100%;
}

.main_menu nav ul ul ul ul{
    height: 100%;
}  
.main_menu nav ul ul ul li {
/*    position: relative;*/
    top: 0;
    left: 0;
/*    min-width: 295px*/
}

.main_menu nav ul ul li a {
    padding: 5px;
    text-shadow: none;
    color: #767676 !important;
    font-size: 15px !important;
    padding: 0 !important;
    line-height: 1.5 !important;
    text-transform: none;
    border-bottom: none;
    font-weight: 500;
}

.main_menu nav ul li:hover>ul,
.main_menu nav ul li:hover>ul:after {
    display: inherit;
}

.main_menu nav ul ul li {
    width: 100%;
    float: none;
    display: list-item;
/*    position: relative;*/
    box-shadow: none;
    text-align: left;
    padding: 10px 17px;
    min-width: 130px;
    background-color: #fff;
    border-radius: 0;
    margin-top: 2px !important;
    margin: 0;
}

.main_menu nav ul li.first_menu ul li {
    padding: 5px 17px !important;
}

 
.main_menu nav ul ul a:hover,
.main_menu nav ul ul a:hover i {
    color: #74B527 !important;
}

 

/* li>a:after {
    content: ' +';
} */

.main_menu ul ul li>a i {
    margin-right: 5px;
    font-size: 20px;
    color: #767676;
    position: absolute;
    right: 5px;

}

.main_menu li>a:only-child:after {
    content: '';
}

.main_menu .menu_img {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 
header css end 
*/
/* 
main_section css start 
*/
.product_gallery_section {
    padding: 20px 0;
    background-image: url(https://ebayninjafolio.com/stella/packaging_supplies/images/product_gallery_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.product_gallery_section .product_detail {
    background-color: #fff;
    border-radius: 5px;
    padding: 30px 0;

}

.product_gallery_section h2 {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    margin-top: 0;
    padding-bottom: 15px;
    line-height: 150%;
    max-width: 530px;
}

.brand_availability {
    background-color: #EBEBEB;
    padding: 15px 25px;
    border-radius: 8px;
    display: inline-block;
    display: none;
}

.product_gallery_section h5 {
    color: #000;
    font-weight: 600;
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 0;
}

.product_gallery_section .product_detail_para {
    height: 340px;
    overflow-y: scroll;
}

.product_gallery_section p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding-top: 20px;
    max-width: 500px;
}


.product_gallery_section .grey_box {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 30px;
}

.product_gallery_section .grey_box h4 {
    color: #424242;
    font-size: 20px;
    font-weight: 500;
    margin-top: 0;
    display: inline-block;
    padding-bottom: 7px;
}

.product_gallery_section .grey_box h4 span {
    color: #FFB91F;
}

.product_gallery_section .grey_box .left_box {
    border-right: 2px solid #E7E7E7;
    margin-right: 15px;
}

.product_detail_box img[src=""] {
    display: none;
}


.product_gallery {
    padding-bottom: 60px;
}

.product_gallery img[src=""] {
    display: none;
}

.product_gallery .span12 {
    padding: 0 15px;
}

.right_side_imgs {
    min-height: 100%;
    height: 100%;
    position: relative;
    width: 100% !important;
    float: none !important;
}

.thumb {
    max-width: 40%
}

.bottom_imgs {
    margin-top: 70px;
}

.row.image-row.text-center {
    display: inline-block;
    z-index: 999999;
    min-height: 100%;
    margin-right: 15px;
}

.row.image-row.text-center .span2 {
    margin: 0 5px;
    display: inline-block;
    z-index: 99999;
}

.gallery_images:target {
    outline: 0;
    opacity: 1;
    transition: all .2s ease-in-out;
}

.gallery_images:target img {
    opacity: 1;
    cursor: none;
}

.gallery_images {
    opacity: 0;
    position: absolute !important;
    z-index: 999;
    width: 100%;
    text-align: center;
    top: 0;
    right: 0;
    /*margin-right: 15px;*/
    height: 100%;
}

.gallery_images img {
    max-width: 100%;
    max-height: 100%;
    margin-top: 0;
    padding-top: 0;
    opacity: 0;
}

.span2 .image img {
    width: 75px;
    height: 75px;
    border: 1px solid #dfdfdf;
    padding: 3px;
    margin-bottom: 20px;
}

.span2>image>img {
    opacity: 1;
}

.default_img_div {
    opacity: 1;
    min-height: 100%;
}

.default_img_div .default_img {
    opacity: 1;
    max-width: 31%;
    text-align: center;
    margin: 0 auto;
    padding-top: 15px;
}

.gallery_images:target#img1 {
    opacity: 0;
    display: : none;
}


.about_section h2,
.featured_category h2,
.customer_testimonial h2 {
    color: #74B527;
    font-weight: 600;
    font-size: 33px;
    text-align: left;
    position: relative;
    margin-bottom: 50px;
    border-bottom: 4px solid #F58E22;
    border-radius: 2px;
    display: inline-block;
}


/*.about_section h2:before,
.featured_category h2:before,
.customer_testimonial h2:before {
    content: '';
    position: absolute;
    border-bottom: 4px solid #F58E22;
    border-radius: 2px;
    width: 138px;
    height: 5px;
    bottom: -10px;
}*/

.four_box_section {
    background-color: rgb(116 181 39 / 10%);
    padding: 40px;
    text-align: center;
    margin-top: 50px;
}

.four_box_section .white_box {
    background-color: #fff;
    box-shadow: 0px 0px 11px 0px rgb(151 151 151 / 35%);
    padding: 15px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 3px;
    width: 50%;
    text-align: center;
    cursor: pointer;
}

.four_box_section .white_box:nth-child(2n+2) {
    margin-right: 0;
}

.four_box_section .dflex:last-child .white_box {
    margin-bottom: 0;
}

.four_box_section .white_box .white_box_img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: #74B527;
}


.four_box_section .white_box .white_box_desc h3 {
    color: #000000;
    font-weight: 500;
    font-size: 19px;
    margin: 5px 0;
}


.tab_section {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 0;
}

.tab_section.second {
    margin: 40px 0 !important;
}

.tab_section label {
    order: 1;
    display: block;
    margin: 1px 35px 1px 0px;
    cursor: pointer;
    transition: background ease 0.2s;
    font-weight: 600;
    line-height: 45px;
    color: #333333;
    font-size: 24px;
    height: 45px;
    border-bottom: none;
    margin-right: 35px;
    margin-bottom: 0;
    padding-right: 0;
}

.tab_section .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    padding: 25px 0;
    border-top: 2px solid #E8E8E8;
}

.tab_section .tab p,
.tab_section .tab ul li,
.tabs_box.first div span,
.tabs_box.first div,
.tabs_box.first #section-heading-1 h3  {
    font-size: 16px !important;     
    color: #333333 !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    text-align: left !important;
    font-family: 'Poppins', sans-serif !important;
}
.tabs_box.first #section-heading-1 h3>div>span{
    font-weight: bolder !important;
}
.tabs_box.first div font{
     font-family: 'Poppins', sans-serif !important;
}
.tabs_box.first section.wrapper {
    background-image: none !important;
    background-color: transparent !important;
    padding: 0 !important;
}
.tabs_box.first section.wrapper-inner .header-bar{
    padding: 0 !important;
}

.tab_section .tab h3,
.tabs_box.first .card-title-decoration {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
}
.tabs_box.first section h3.card-title,
.tabs_box.first section h3.card-title strong,
.tabs_box.first div>strong,
.tabs_box.first div>b,
.tabs_box.first #section-heading-1 h3>span, 
.tabs_box.first #section-heading-1 h3 font strong,
.tabs_box.first section h3.card-title font b,
.tabs_box.first section h3.card-title>font>span,
.tabs_box.first div>font>b,
.tabs_box.first div>div>span>font>span,
.tabs_box.first #section-heading-1 div>span>font>strong
{
    
        color: #74B527 !important;
            font-size: 20px !important;
            font-weight: 700 !important;
            font-family: 'Poppins', sans-serif !important; 
    display: block;

}  
.tabs_box.first section h3.card-title,
.tabs_box.first section h3.card-title font b,
.tabs_box.first section h3.card-title>font>span,
.tabs_box.first section h3.card-title>span>strong,
.tabs_box.first div>font>b{
    display: inherit !important;

}
.tabs_box.first section .main-content{
    box-shadow: none !important;
    border: none !important;
     background-color: transparent !important;
     padding-top: 0 !important;
}
.tabs_box.first .header-title{
    color: #333333 !important;
    font-size: 34px !important;
    text-align: left !important;
    margin-top: 0 !important;
}
.tabs_box.first .header-title font{
    font-family: 'Poppins', sans-serif !important; 
}

/* .tabs_box.first section h3.card-title,
 .tabs_box.first section h3.card-title strong,
 .tabs_box.first div>strong,
 .tabs_box.first div>b,
  .tabs_box.first div>div>span
 {
        padding-top: 15px !important;
    padding-bottom: 10px !important;
 }*/
  .tabs_box.first div>span>span{
    font-weight: 700 !important;
  }
  .tabs_box.first #section-heading-1 div>strong{
    display: none !important;
  }
  .tabs_box.first section .main-content div:first-child,
  .tabs_box.first section h3.card-title,
  .tabs_box.first div>font>b{
    margin: 15px 0;
  }
    .tabs_box.first div>font>b{
        display: inline-block !important;
    }
.tabs_box.first section[type="text/css"] {
    display: none !important;
}
.tabs_box.first ul li{
    position: relative;
    padding-left: 40px;
}
.tabs_box.first ul li:before{
    content: '';
    background-image:url('https://ebayninjafolio.com/stella/packaging_supplies/images/list_icon.png');
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
}
.tabs_box.first section .main-content br{
    display: none !important;
}
.tabs_box.first section .main-content div{
    padding: 0 !important;
}
.tabs_box.first .container-lg{
    max-width: 100% !important;
}
.tab_section input[type="radio"] {
    display: none;
}

.tab_section input[type="radio"]:checked+label {
    border-bottom: 2px solid #F58E22;
    color: #74B527;
}

.tab_section input[type="radio"]:checked+label+.tab {
    display: block;
}

.tabs_box.first .tab_section ul {
    list-style-type: none !important;
}

.tab_section ul {
    list-style-type: disc;
}

.tab_section .tab ul li {
    padding-top: 10px;
}

.tab_section .tab ul li img {
    padding-right: 5px;
}

.tabs_box.first,
.tabs_box.first div {
    background-color: #FEFBF8 !important;
}

.tabs_box.first .tab_section .tab {
    border-color: #FEFBF8;
}

.tabs_box.first .tab_section .tab {
    font-weight: 600;
    padding: 0;
}

.tabs_box.first .tab_section label {
    font-size: 30px;
}

.tabs_box.first .tab_section input[type="radio"]:checked+label {
    border-bottom: 5px solid #F58E22;
}

.four_circle_section{
    background-color: #F5951D;
/*    margin-top: 80px;  */
    padding: 0 0 10px;
}

.four_circle_section .container>.dflex{
    margin-top: -55px;  
}

.four_circle_section .four_circle_box{
    width: 25%;
    text-align: center;
}

.four_circle_section .four_circle_box .four_circle_img{
    background-color: #74B527;
    border: 6px solid #fff;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    padding: 23px;

}

.four_circle_section .four_circle_box .four_circle_img img{
    display: flex;
    align-items: center;
    justify-content: center;
}

.four_circle_section .four_circle_box .four_circle_desc h3 {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
}

.four_circle_section .four_circle_box .four_circle_desc h4{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.high_quality{
    background-image: url('https://ebayninjafolio.com/stella/packaging_supplies/images/high_quality_bg.png');
    text-align: center;
    background-size: cover;
    background-position: bottom center;
    padding-bottom: 30%;
}
.high_quality h2{
    color: #fff;
    font-weight: 700;
    font-size: 52px;
    text-transform: uppercase;
    padding-top: 20px;
}
.high_quality h3{
    color: #fff;
    font-weight: 500;
    font-size: 19px; 
    line-height: 1.5;
}
.green_btn{
    text-align: center;
    max-width: 175px;
    width: 100%;
    height: 50px;
    color: #fff !important;
    background-color: #74B527 !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    font-weight: 500; 
    margin-top: 20px !important;
    border: none !important;
}

.about_section {
/*    background-color: #F2F8EA;*/
    padding: 50px 0;
    text-align: center;
    margin-top: 20px;
}

.about_section .about_desc {
    margin-left: 50px;
    text-align: left;
}

.about_section h2 {
    margin-bottom: 20px;
}

.about_section h2:before {
    width: 110px;
}

.about_section h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    padding-bottom: 5px;
    text-align: left;
}

.about_section p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 26px;
}

.about_section .about_desc .dflex {
    justify-content: space-between;
    background-color: #F2F8EA;
    padding: 10px;
}



.about_section.second_view .about_desc{
    margin-left: 0;
}

.about_section.second_view .about_desc .rightimg div>img{
    float: right;
    padding-top: 35px;
}

.about_section.second_view .about_desc  p.para_fullwidth{ 
    background-color: #FDF7F1;
    padding: 20px;
    margin-top: 20px;
    text-wrap: balance;
}

.featured_category {
    padding: 30px 0;
    background-color: #FDF7F1;
}


.featured_category .featured_category_box {
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px; 
    width: 25%;
    background-color: #fff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
border-radius: 5px;
min-height: 256px;
text-align: center;
cursor: pointer;
border: 2px solid #fff;
}

.featured_category .featured_category_block:last-child .featured_category_box {
    margin-right: 0;
}

.featured_category .featured_category_desc {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; 
}


.featured_category .featured_category_desc h3 {
    color: #333333;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    margin: 13px 0;
}

/*.featured_category .featured_category_desc a {
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 600;
    text-decoration: underline;
    display: block;
    text-transform: uppercase;
}*/

.featured_category .featured_category_block .featured_category_box {
    margin-bottom: 38px;
}

.featured_category .featured_category_box:hover {
    border: 2px solid #74B527;
}

.featured_category .featured_category_box:hover .featured_category_desc h3 {
    color: #74B527;
}
.customer_testimonial {
    background-color: #F2F8EA;
    padding: 30px 0 50px;
}

.customer_slides {
    padding: 0;
    width: 100%;
    height: 225px;
    display: block;
    margin: 0 auto;
    position: relative;
    list-style-type: none;
}

.customer_slides input {
    display: none;
}

.customer_slides .slide-container {
    display: block;
    position: relative;
}

.customer_testimonial .dflex .col-md-4 {
    width: 33%;
}

.customer_slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.customer_slides .slide {
    top: 0;
    opacity: 0;
    width: 100%;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: all .7s ease-in-out;
}

.customer_slides span {
    font-weight: 400;
    line-height: 19px;
    font-size: 16px;
    color: #361937;
    display: block;
    max-width: 97px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 100%;
}

.customer_slides input:checked+.slide-container .slide {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

.customer_slides input:checked+.slide-container .nav label {
    display: block;
}

.customer_slides .nav label {
    display: none;
    position: absolute;
    z-index: 9;
    cursor: pointer;
    transition: opacity .2s;
    color: #FFF;
    text-shadow: 0px 0px 15px rgb(119, 119, 119);
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
}

.customer_slides .nav label.prev {
    left: 1%;
}

.customer_slides .nav .next {
    right: 1%;
}

.customer_slides .nav-dots {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.customer_slides .nav-dot {
    background-color: #CDCDCD;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
    width: 13px;
    height: 13px;
}

.customer_slides .nav-dot:not(:last-child) {
    margin-right: 4px;
}

.nav-dot:hover {
    background: #c97397;
}

.customer_testimonial input#img-1:checked~.nav-dots label#img-dot-1,
.customer_testimonial input#img-2:checked~.nav-dots label#img-dot-2,
.customer_testimonial input#img-3:checked~.nav-dots label#img-dot-3 {
    background: #74B527;
}

.customer_testimonial .dflex {
    justify-content: space-between;
    align-items: inherit;
}

.customer_testimonial .customer_block {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgb(151 151 151 / 35%);
    padding: 20px;
    min-height: 205px;
    border-radius: 8px;
}

.customer_testimonial .star_icons {
    background-image: url('https://ebayninjafolio.com/stella/packaging_supplies/images/star_icons_img.png');
    height: 1.5em;
    width: 7.5em;
    background-repeat: no-repeat;
    background-size: 100%;
}

.customer_testimonial .star_icons.full_rating {
    background-position: 0 100%;
}

.customer_testimonial .star_icons.half_rating {
    background-position: 0 80%;
}

.customer_testimonial h3 {
    color: #3c3c3c;
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin: 15px 0;
}

.customer_testimonial p {
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.65;
    color: #3c3c3c;
    max-width: 310px;
}

.customer_testimonial h6 {
    color: #3c3c3c;
    font-weight: 400;
    float: right;
    font-size: 14px;
    opacity: .4;
    margin-top: 4px;
}

.customer_testimonial .star_img {
    max-width: 100px;
}


/* 
main_section css end 
*/

/* 
footer css start 
*/
footer {
    background-color: #353535;
}

.big_footer {
    padding: 50px 0 30px;
}

.big_footer .container{
    position: relative;
}
.big_footer .footer_logo {
    padding-bottom: 20px;
}

.big_footer p{
       font-size: 15px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin-top: 0; 
}
.big_footer h2 {
    font-size: 18px;
    line-height: 30px;
    color: #74B527;
    font-weight: 600;
    margin-top: 0;
}

.big_footer ul {
    list-style: none;
    padding-left: 0; 
}


.big_footer ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

.big_footer .dflex {
    justify-content: space-between;
    align-items: flex-start;
}

.big_footer .payment_icons{
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: 320px;
}
.small_footer {
    border-top: 1px solid rgb(255 255 255 / 26%);
    padding: 15px;
    text-align: center;
}

.small_footer span {
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
}

.small_footer span b a {
    font-weight: 700;
    color: #fff !important;
}

.small_footer .dflex {
    justify-content: space-between;
}

/* 
footer css end 
*/
#gallery label[for="image-5"],
#gallery label[for="image-6"],
#gallery label[for="image-7"],
#gallery label[for="image-8"],
#gallery label[for="image-9"],
#gallery label[for="image-10"],
#gallery label[for="image-11"]
{
    display: none;
}