* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    font-size: 16px;
    padding: 0 !important;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

img {
    width: 100%;
    height: auto;
}

h1,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.3rem;
    font-weight: 700;
}

h1 {
    font-size: clamp(25px, 4.2vw, 58px);
}

h2 {
    font-size: clamp(22px, 4.2vw, 48px);
    font-weight: 700;
}

h3 {

    font-size: clamp(21px, 4.5vw, 48px);
}

h4 {
    font-size: clamp(19px, 4.5vw, 32px);
}

h5 {
    font-size: clamp(17px, 4.5vw, 24px);
}

h6 {
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 500;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
.container {
    max-width: 1170px;
}
.container-fluid {
    max-width: 1230px!important;
    position: relative;
}
/* -------------------- */

.footer_item.contactsinfo {
    width: 35%;
}
.slider_outer .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.slider_outer button.owl-prev {
    position: absolute;
    left: 70px;
    background: #393939 !important;
    border-radius: 5px !important;
    width: 30px;
    height: 100px;
    font-size: 25px;
    line-height: 40px;
    color: #000 !important;
}
.slider_outer button.owl-next {
    position: absolute;
    right: 70px;
    background: #393939 !important;
    border-radius: 5px !important;
    width: 30px;
    height: 100px;
    font-size: 25px;
    line-height: 40px;
    color: #000 !important;
}
.slider_outer  button.owl-prev span[aria-label="Previous"] {
    font-size: 40px;
    color: #fff;
}
.slider_outer  button.owl-next span[aria-label="Next"] {
    font-size: 40px;
    color: #fff;
}
.slider_outer button.owl-next:hover, .slider_outer button.owl-prev:hover {
    background: #e6373c!important;
}
.banner_slider{
    margin-bottom: 120px;
}
.banner_slider .item{
    background-image: url(../images/slider-1.png);
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0;
}
.slider_content h1{
    font-size: 44px;
    color: #fff;
    line-height: 64px;
    margin: 0;
    max-width: 600px;
    font-weight: 700;
    padding-bottom: 10px;
}
.slider_content .sub_heading{
    font-size: 44px;
    color: #fff;
    line-height: 64px;
    margin: 0;
    max-width: 600px;
    font-weight: 700;
    padding-bottom: 10px;
}
.slider_content span{
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    max-width: 650px;
    display: block;
    padding-bottom: 30px;
}
.slider_content .btn_outer a{
    padding: 14px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    color: #fff;
    background: #e6373c;
    margin-right: 0px;
    display: block;
    width: fit-content;

}
.aboutus{
    margin-bottom: 120px;
}
.about_us_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 40px;
}
.about_us_outer .left_part {
    width: 50%;
    text-align: center;
}
.about_us_outer .left_part img {
    max-width: 300px;
    margin: auto;
}
.about_us_outer .right_part {
    width: 50%;
}
.about_us_outer h2{
    color: #222;
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 14px;
}
.about_us_outer p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}
.WhyUs{
    margin-bottom: 100px;
    position: relative;
}
.WhyUs::before{
    position: absolute;
    content: "";
    background-image: url(../images/delivery_containers.jpg);
    background-repeat: no-repeat;
    width: 48%;
    height: 100%;
    left: 0;
}

.whyus_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.whyus_outer .left_part{
    width: 50%;
}
.whyus_outer .right_part{
    width: 50%;
}
.whyus_outer h2{
    color: #222;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 14px;
}
.whyus_outer p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 40px;
}

.whyus_outer .right_part ul{
    padding: 0;
}
.whyus_outer .right_part ul li{
    padding: 0;
    margin-bottom: 20px;
}
.whyus_outer .right_part ul li:last-child{
    margin-bottom: 0;
}
.Packaging_offer_heading{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}
.Packaging_offer_heading img{
    max-width: 50px;
}
.Packaging_offer h4{
    color: #000;
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 14px;
    padding-bottom: 0;
    margin-bottom: 0;
}
.Packaging_offer p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 15px;
}
.Packaging_offer {
    border-bottom: solid 1px #172f3b33;
}
.Provide_Various{
    padding: 0;
    position: relative;
    margin-bottom: 200px;
}
.Provide_Various:after {
    position: absolute;
    content: "";
    background: #222;
    width: 100%;
    height: 400px;
    bottom: -130px;
    z-index: -1;
}
.Provide_Various_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.Provide_Various_heading .left_part {
    width: 50%;
}
.Provide_Various_heading .left_part h2{
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    max-width: 500px;
}
.Provide_Various_heading .right_part p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
}
.Provide_Various_heading .right_part {
    width: 50%;
}
.Provide_Various_outer{
    padding: 0;
}
.Provide_Various_outer ul{
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap:  50px;
}
.Provide_Various_outer ul li{
    padding: 0;
    position: relative;
}
.Provide_Various_outer ul li:hover .hover_text {
    background: #000;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.Provide_Various_outer ul li:hover .hover_text h4{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 12px;
}
.Provide_Various_outer ul li:hover .hover_text p{
    color: #fff;
    font-size: 14px;
    line-height: normal;
}

.Provide_Various_outer ul li .hover_text.active {
    background: #000;
    -webkit-transition: 0.6s all ease;
    transition: 0.6s all ease;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}
.Provide_Various_outer ul li .hover_text.active h4{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
    margin-bottom: 12px;
}
.Provide_Various_outer ul li .hover_text.active p{
    color: #fff;
    font-size: 14px;
    line-height: normal;
}

.hover_text {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 40px 40px;
    opacity: 0;
    display: flex;
    align-items: flex-end;

}
.hover_text p{
    padding: 0;
    margin: 0;
}
.Testimonials_bg{
    background-image: url(../images/delivery_containers-new.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 150px 0 0 0;
    background-position: center center;
    background-size: cover;
    margin-bottom: 150px;
}
.Testimonials_outer{
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 40px;
}
.Testimonials_outer .left_part{
    padding: 0;
    width: 50%;
}
.Testimonials_outer .left_part h2{
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 25px;
}
.Testimonials_outer .left_part p{
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    margin: 0;
}
.Testimonials_outer .right_part{
    padding: 0;
    width: 50%;
    margin: 0 0 -80px 0;
}
.Testimonials_slider_content {
    text-align: left;
    background-color: #222;
    padding: 50px;
    border-radius: 0px 0px 0px 0px;
    min-height: 350px;

}
.Testimonials_slider_content .review{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
}
.Testimonials_slider_content .review{
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    color: #fff;
    padding-bottom: 35px;
    display: block;
}
.rating_outer .rating_stars{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 20px;
}
.rating_outer .rating_stars li i {
    font-size: 13px;
    color: #907e5b;
}
.bio-details .profile-image img{
    width: auto !important;
    border-radius: 100px;
    max-width: 60px;
}
.Testimonials_slider_content .bio-details {
    display: flex;
    align-items: center;
    gap: 20px;
}
.Testimonials_slider_content .profile-info {
    color: #fff;
}
.Testimonials_slider_content .profile-des {
    margin: 0;
    padding: 0;
}
.Testimonials_slider_content .bio_details_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Testimonials_slider_content .icon-content i img {
    max-width: 70px;
    opacity: 0.5;

}



/* -----------------contact-css start-------------------- */
.contact_main_heading{
    padding: 0;
    position: relative;
    padding: 200px 0;
    margin-bottom: 120px;
}
.contact_main_heading::before{
    position: absolute;
    content: "";
    background-image: url(../images/Contact-us.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}
.contact_main_heading.Printed::before{
    position: absolute;
    content: "";
    background-image: url(../images/product-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}
.contact_main_heading.BOPP::before{
    position: absolute;
    content: "";
    background-image: url(../images/product-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}
.contact_main_heading.pp::before{
    position: absolute;
    content: "";
    background-image: url(../images/product-3.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}
.contact_main_heading.White::before{
    position: absolute;
    content: "";
    background-image: url(../images/product-4.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}
.contact_main_heading.Green::before{
    position: absolute;
    content: "";
    background-image: url(../images/product-5.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}

.contact_main_heading.LD::before{
    position: absolute;
    content: "";
    background-image: url(../images/product-6.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}
.contact_main_heading.Courier::before{
    position: absolute;
    content: "";
    background-image: url(../images/product-7.jpg);
    background-position: center;
    background-repeat: no-repeat;
    width: 65%;
    height: 100%;
    right: 0;
    top: 0;
}
.contact_main_outer {
    background: white;
    padding: 100px 40px;
    max-width: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    position: relative;
    left: 40px;
    box-shadow: 0 3px 20px 0px rgb(0 0 0 / 10%) !important;
}
.contact_main_outer h1 {
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin: 0;
    text-align: center;
}
.contact_details_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}
.contact_details_outer .left_part {
   width: 100%;
}
.contact_details_outer .left_part h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #222;
    margin: 0;
 }
 .contact_details_outer .left_part p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin: 0;
 }
 .contact_details_outer .left_part ul {
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 40px;
}
 .contact_details_outer .left_part ul li{
    padding: 0;
 }
 .contact_details_outer .left_part ul li span img{
    width: auto;
    max-width: 30px;
 }
 .contact_details_outer .left_part ul li h4{
    font-size: 24px;
    color: #000;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 0;
 }
 .company_details {
    display: flex;
    align-items: baseline;
    gap: 20px;
}
.contact_details_outer .right_part {
    width: 50%;
 }
 .contact_details_outer .right_part .form_outer{
    background-color: #222;
    padding: 40px;
 }
 .contact_details_outer .right_part .form_outer h4{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
 }
 .contact_details_outer .right_part .form_outer p {
    padding: 0;
    margin: 0;
    color: #c5c5c5;
    margin-bottom: 40px;
    font-weight: 300;
}
.contact_details_outer .right_part  .form-control {
    border-radius: 0px;
    border: 1px solid #666;
    display: flex;
    height: 56px;
    padding: 20px;
    align-items: center;
    background: no-repeat;
    color: #4a4a4a;
}
.contact_details_outer .right_part .form-control:focus{
    box-shadow: 0px 0px 0px 0px;
}
.form-group-outer{
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}
.contact_details {
    margin-bottom: 120px;
}
.form-group-outer .form-group {
    width: 100%;
}
.form-group-outer .form-group textarea{
    min-height: 150px;
}
.form-group-outer:last-child {
    margin: 0;
}
.submit_btn {
    background: #db3333;
    padding: 14px 40px;
    border: none;
    border-radius: 100px;
    color: #fff;
    font-size: 16px;
}
.map_outer {
    width: 100%;
    height: 450px;
}
/* -----------------contact-css end-------------------- */




/* -----------------About-us-css start-------------------- */

.Brand_Packaging{
   margin-bottom: 160px;
}
.Brand_Packaging_heading {
    padding: 0
}
.Brand_Packaging_heading h2{
    font-size: 40px;
    font-weight: 700;
    color: #222;
    margin: 0;
    max-width: 750px;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.Brand_Packaging_heading p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 50px;
}
.Brand_Packaging_outer {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.Brand_Packaging_outer .left_part {
   width: 65%;
}
.Brand_Packaging_outer .right_part {
    width: 35%;
 }

 .Brand_Packaging_logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}
.Brand_Packaging_logos span img {
    width: 100%;
    max-width: 150px;
}
.Brand_Packaging_logos span {
    background: white;
    padding: 20px;
    border-radius: 20px;
    width: 100%;
    height: 100px;
    box-shadow: 0 6px 15px 0px rgb(0 0 0 / 13%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Brand_Packaging_outer .left_part h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 20px 0px 20px 0;
}
.WhyUsabout{
    margin-bottom: 150px;
    position: relative;
}
.WhyUsabout::before{
    position: absolute;
    content: "";
    background-image: url(../images/delivery_containers.jpg);
    background-repeat: no-repeat;
    background-position: left;
    width: 48%;
    height: 100%;
    left: 0;
}

.WhyUsabout_outer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 100px;
}

.WhyUsabout_outer .left_part{
    width: 50%;
}
.WhyUsabout_outer .right_part{
    width: 50%;
}
.WhyUsabout_outer h2{
    color: #222;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 14px;
}
.WhyUsabout_outer p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 40px;
}
.WhyUsabout_outer .right_part ul{
    padding: 0;
}
.WhyUsabout_outer .right_part ul li{
    padding: 0;
    margin-bottom: 20px;
}
.WhyUsabout_outer .right_part ul li:last-child{
    margin-bottom: 0;
}
.Quality_Packaging {
    padding: 0;
    margin-bottom: 120px;
}
.Quality_Packaging_outer {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.Quality_Packaging_outer .left_part{
    padding: 0;
    width: 50%;
}
.Quality_Packaging_outer .left_part h2{
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.Quality_Packaging_outer .left_part p{
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 20px;
}
.Quality_outer {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}
.Quality_outer span {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    color: #222;
    padding-left: 20px;
    position: relative;
}
.Quality_outer span:before {
    position: absolute;
    content: "";
    background: #e6373c;
    width: 8px;
    height: 5px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100px;
}
.Quality_Packaging_outer .right_part{
    width: 50%;
}
.Innovative_Packaging_outer ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
.Innovative_Packaging_outer ul li span {
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
}
.Innovative_Packaging_outer ul li span i {
    padding-right: 10px;
    color: #e6373c;
}
.Innovative_Packaging_outer {
    margin: 20px 0px 0px 0;
}
.Quality_Packaging_outer a {
    padding: 14px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    color: #fff;
    background: #e6373c;
    display: block;
    max-width: fit-content;
    margin-bottom: 20px;
}
/* -----------------About-us-css end-------------------- */

/* -----------------PRODUCT-css Start-------------------- */

.Products_Packaging{
    margin-bottom: 120px;
}
.Products_Packaging_outer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.Products_Packaging_outer .right_part h2 {
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
.Products_Packaging_outer .right_part p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    margin-bottom: 20px;
}
.Products_Packaging_outer .right_part a{
    padding: 14px 40px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    color: #fff;
    background: #e6373c;
    display: block;
    width: fit-content;
}
.Products_Packaging_details{
    margin-bottom: 120px;
}
.Products_details_outer h2{
    color: #222;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 100px;
    text-align: center;
}
.Products_details_outer ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    align-items: flex-start;
}
.Products_item {
    background: #fff;
    padding: 20px 20px 20px 20px;
    border-radius: 30px;
    box-shadow: 0 5px 17px 4px rgb(0 0 0 / 5%) !important;
    min-height: 270px;
    height: 100%;

}
.Products_item span {
    background: #e6373c;
    width: 100px;
    height: 100px;
    display: block;
    text-align: center;
    line-height: 100px;
    border-radius: 100px;
    margin-bottom: 20px;
}
.Products_item span img {
    width: auto;
    filter: brightness(0) invert(1);
}
.Products_item h4 {
    font-size: 24px;
    font-weight: 700;
    color: #222;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.Products_item h4:before {
    width: 50px;
    height: 6px;
    background: #e6373c;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    border-radius: 100px;
}
.Products_item p {
    color: #4a4a4a;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
}
/* -----------------PRODUCT-css end-------------------- */


.whatsapp_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: breathe 2s ease-in-out infinite;
  }

  /*Estilos solo al icono whatsapp*/
  .whatsapp_btn i {
    color: #fff;
    font-size: 24px;
    animation: beat 2s ease-in-out infinite;
    text-decoration: none;
  }

  /*Estilos con animation contorno respirando*/
  @keyframes breathe {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }
    70% {
      box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
    }
    100% {
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
  }

  /*Estilos de animacion del icono latiendo*/
  @keyframes beat {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.2);
    }
    100% {
      transform: scale(1);
    }
  }




  /* ----------------------responsive-css----------------------- */


  @media only screen and (max-width:1366px){
    .banner_slider .item {
        padding: 150px 0;
    }
    .slider_content h1 {
        font-size: 40px;
        line-height: 54px;
    }
    .slider_content .sub_heading{
         font-size: 40px;
        line-height: 54px;
    }
    .slider_content span {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .slider_outer button.owl-next {
        right: 10px;
    }
    .slider_outer button.owl-prev {
        left: 10px;
    }
    .slider_content .btn_outer a {
        padding: 14px 30px;
        font-size: 16px;
    }
    .banner_slider {
        margin-bottom: 100px;
    }
    .about_us_outer h2 {
        font-size: 35px;
        padding-bottom: 10px;
        margin-bottom: 0;
    }
    .whyus_outer h2 {
        font-size: 35px;
        padding-bottom: 10px;
    }
    .whyus_outer p {
        margin-bottom: 30px;
    }
    .Packaging_offer h4 {
        font-size: 24px;
    }
    .Packaging_offer_heading {
        gap: 15px;
    }
    .Provide_Various_heading .left_part h2 {
        font-size: 35px;
    }
    .Provide_Various_heading .right_part p {
        font-size: 14px;
    }
    .Provide_Various_outer ul {
        gap: 30px;
    }
    .Testimonials_bg {
        padding: 100px 0 0 0;
    }
    .Testimonials_outer .left_part h2 {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .footer_logo img {
        max-width: 220px;
    }
    .footer_item h4 {
        font-size: 20px;
    }
    .footer_item ul li span p {
        font-size: 14px;
    }

    /* about */
    .contact_main_heading::before {
        width: 100%;
    }
    .contact_main_outer {
        padding: 70px 40px;
        max-width: 350px;
        left: 0px;
    }
    .contact_main_heading {
        padding: 150px 0;
        margin-bottom: 60px;
    }
    .Brand_Packaging_heading h2 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    .Brand_Packaging_heading p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .Brand_Packaging_outer {
        gap: 30px;
    }
    .WhyUsabout_outer h2 {
        font-size: 35px;
        margin: 0;
    }
    .WhyUsabout_outer p {
        margin-bottom: 30px;
    }
    .WhyUsabout {
        margin-bottom: 100px;
    }
    .Quality_Packaging_outer .left_part h2 {
        font-size: 35px;
    }
    .Quality_Packaging_outer {
        gap: 40px;
    }
    .Quality_Packaging {
        margin-bottom: 80px;
    }
    .Brand_Packaging {
        margin-bottom: 100px;
    }

     /* Printed Zipper*/
     .contact_main_heading.Printed::before {
        width: 100%;
    }
    .contact_main_heading.BOPP::before {
        width: 100%;
    }
    .contact_main_heading.pp::before {
        width: 100%;
    }
    .contact_main_heading.White::before {
        width: 100%;
    }
    .contact_main_heading.Green::before {
        width: 100%;
    }
    .contact_main_heading.LD::before {
        width: 100%;
    }
    .contact_main_heading.Courier::before {
        width: 100%;
    }
    .contact_main_heading::before{
        width: 100%;
    }
    .contact_main_outer {
        padding: 60px 30px;
        max-width: 450px;
    }
    .contact_main_outer h1 {
        font-size: 40px;
    }
    .Products_Packaging_outer .right_part h2 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .Products_Packaging_outer .right_part p {
        font-size: 14px;
    }
    .Products_Packaging_outer .right_part a {
        font-size: 16px;
        padding: 14px 30px;
    }
    .Products_Packaging {
        margin-bottom: 80px;
    }
    .Products_details_outer h2 {
        font-size: 35px;
        margin-bottom: 50px;
    }
    .Products_details_outer ul {
        gap: 20px;
    }
    .Products_item h4 {
        font-size: 22px;
    }
    .Products_item {
        min-height: 220px;
    }
    .Products_Packaging_details {
        margin-bottom: 80px;
    }
    .Products_Packaging_outer {
        gap: 40px;
    }

    /* contact */

    .contact_details_outer .left_part h2 {
        font-size: 35px;
    }
    .contact_details_outer .right_part .form_outer h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .contact_details_outer .left_part ul li h4 {
        font-size: 20px;
    }
    .contact_details_outer .left_part ul {
        margin-top: 30px;
    }
    .contact_details_outer .right_part .form_outer p {
        margin-bottom: 30px;
    }
    .form-group-outer {
        gap: 20px;
        margin-bottom: 20px;
    }
    .contact_details {
        margin-bottom: 80px;
    }
    .contact_details_outer {
        gap: 40px;
    }
    .submit_btn {
        padding: 14px 30px;
    }
    .contact_details_outer .right_part .form_outer {
        padding: 30px;
    }
  }

  @media only screen and (max-width:1199px){
    .slider_content h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .slider_content .sub_heading{
        font-size: 35px;
        line-height: 50px;
   }
    .slider_content .btn_outer a {
        padding: 12px 25px;
        font-size: 16px;
    }
    .slider_content span {
        font-size: 14px;
    }
    .about_us_outer .left_part img {
        max-width: 250px;
    }
    .banner_slider {
        margin-bottom: 80px;
    }
    .about_us_outer h2 {
        font-size: 30px;
    }
    .about_us_outer p {
        font-size: 14px;
    }
    .whyus_outer h2 {
        font-size: 30px;
    }
    .whyus_outer p {
        font-size: 14px;
    }
    .Packaging_offer h4 {
        font-size: 20px;
        line-height: normal;
    }
    .Packaging_offer_heading img {
        max-width: 40px;
    }
    .whyus_outer p {
        margin-bottom: 20px;
    }
    .WhyUs::before {
        width: 50%;
    }
    .Provide_Various_heading .left_part h2 {
        font-size: 30px;
    }
    .Provide_Various_outer ul {
        gap: 20px;
    }
    .Provide_Various:after {
        height: 300px;
        bottom: -100px;
    }
    .Provide_Various_outer ul li:hover .hover_text h4 {
        font-size: 22px;
    }
    .Provide_Various_outer ul li .hover_text.active h4{
        font-size: 22px;
    }
    .Testimonials_slider_content {
        padding: 30px;
        min-height: 100%;
    }
    .Testimonials_slider_content .review {
        font-size: 14px;
        padding-bottom: 25px;
    }
    .Testimonials_outer .left_part h2 {
        font-size: 30px;
    }

    /* about */
    .contact_main_outer h1 {
        font-size: 40px;
    }
    .contact_main_heading {
        padding: 120px 0;
    }
    .Brand_Packaging_heading h2 {
        font-size: 30px;
    }
    .WhyUsabout::before {
        width: 50%;
    }
    .WhyUsabout_outer h2 {
        font-size: 30px;
    }
    .Quality_Packaging_outer .left_part h2 {
        font-size: 30px;
    }
    .Quality_Packaging_outer .left_part p {
        font-size: 14px;
    }
    .Quality_Packaging_outer a {
        padding: 12px 30px;
    }
    .Quality_outer span {
        font-size: 16px;
    }
    .Innovative_Packaging_outer ul li span {
        font-size: 13px;
    }
     /* Printed Zipper*/
     .Products_Packaging_outer .right_part h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .Products_details_outer h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
    /* contact */
    .contact_details_outer .left_part h2 {
        font-size: 30px;
    }
    .contact_details_outer .left_part p {
        font-size: 14px;
    }
    .contact_details_outer .left_part ul {
        gap: 10px;
    }
  }

  @media only screen and (max-width:991px){
    .banner_slider .item {
        padding: 100px 0;
    }
    .about_us_outer h2 {
        font-size: 24px;

    }
    .about_us_outer .left_part img {
        max-width: 230px;
    }
    .banner_slider {
        margin-bottom: 60px;
    }
    .aboutus {
        margin-bottom: 80px;
    }
    .whyus_outer h2 {
        font-size: 24px;
        margin: 0;
    }
    .Provide_Various_heading .left_part h2 {
        font-size: 24px;
    }
    .Provide_Various_outer ul {
        gap: 15px;
    }
    .Provide_Various:after {
        height: 250px;
        bottom: -80px;
    }
    .Provide_Various {
        margin-bottom: 160px;
    }
    .Testimonials_slider_content {
        padding: 20px;
    }
    .Testimonials_slider_content .review {
        font-size: 13px;
        font-weight: 400;
    }
    .Testimonials_outer .left_part h2 {
        font-size: 24px;
    }
    /* about */
    .contact_main_outer {
        padding: 60px 40px;
        max-width: 300px;
      margin: auto;
    }
    .contact_main_heading {
        padding: 100px 0;
    }
    .contact_main_heading {
        margin-bottom: 50px;
    }
    .Brand_Packaging_heading h2 {
        font-size: 24px;
        max-width: 600px;
    }
    .Brand_Packaging_logos {
        gap: 10px;
    }
    .Brand_Packaging_logos span {
        padding: 14px;
    }
    .Brand_Packaging_outer .left_part h4 {
        font-size: 18px;
        margin: 15px 0px 15px 0;
    }
    .Brand_Packaging_outer {
        gap: 20px;
    }
    .Brand_Packaging {
        margin-bottom: 80px;
    }
    .WhyUsabout_outer h2 {
        font-size: 24px;
    }
    .WhyUsabout_outer p {
        font-size: 14px;
    }
    .WhyUsabout_outer p {
        margin-bottom: 20px;
    }
    .WhyUsabout {
        margin-bottom: 80px;
    }
    .Quality_Packaging_outer .left_part h2 {
        font-size: 24px;
        line-height: normal;
        margin-bottom: 10px;
    }
    .Quality_Packaging_outer a {
        padding: 10px 24px;
        font-size: 16px;
    }
    .Quality_Packaging_outer {
        gap: 30px;
    }
    .Innovative_Packaging_outer ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 6px;
    }
    /* Printed Zipper*/
    .contact_main_outer h1 {
        font-size: 35px;
    }
    .Products_Packaging_outer .right_part h2 {
        font-size: 24px;
        line-height: normal;
    }
    .Products_Packaging_outer {
        gap: 20px;
    }
    .Products_Packaging_outer .right_part a {
        font-size: 14px;
        padding: 10px 20px;
    }
    .Products_Packaging {
        margin-bottom: 60px;
    }
    .Products_details_outer h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .Products_item p {
        font-size: 14px;
        margin: 0;
    }
    .Products_item h4 {
        font-size: 18px;
    }
    .Products_item h4:before {
        width: 40px;
        height: 5px;
    }
    .Products_details_outer ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .Products_Packaging_details {
        margin-bottom: 60px;
    }
    /* contact */

    .contact_details_outer {
        flex-wrap: wrap;
    }
    .contact_details_outer .left_part {
        width: 100%;
    }
    .contact_details_outer .right_part {
        width: 100%;
    }
    .contact_details_outer .left_part ul {
        grid-template-columns: repeat(2, 1fr);
    }
  }
  @media only screen and (max-width:767px){
    .slider_content {
        text-align: center;
    }
    .slider_content h1 {
        font-size: 30px;
        line-height: 40px;
        max-width: 100%;
    }
    .slider_content .sub_heading{
        font-size: 30px;
        line-height: 40px;
        max-width: 100%;
   }
    .banner_slider .item {
        padding: 60px 0;
    }
    .slider_content .btn_outer a {
        margin: 0;
    }
    .slider_content span {
        max-width: 100%;
    }
    .about_us_outer {
        flex-wrap: wrap;
        gap: 20px;
    }
    .about_us_outer .left_part {
        width: 100%;
    }
    .about_us_outer .right_part {
        width: 100%;
        text-align: center;
    }
    .WhyUs::before {
       display: none;
    }
    .whyus_outer .left_part {
        width: 100%;
        display: none;
    }
    .whyus_outer .right_part {
        width: 100%;
    }
    .whyus_outer .right_part ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .Packaging_offer {
        border-bottom: none;
    }
    .Packaging_offer_heading {
        gap: 10px;
    }
    .Packaging_offer h4 {
        font-size: 18px;
    }
    .Packaging_offer_heading img {
        max-width: 35px;
    }
    .whyus_outer .right_part ul li {
        margin-bottom: 0;
        background: #f3f0f0;
        padding: 15px;

    }
    .WhyUs {
        margin-bottom: 60px;
    }
    .whyus_outer h2 {
        text-align: center;
    }
    .aboutus {
        margin-bottom: 60px;
    }
    .Provide_Various_outer ul li:hover .hover_text h4 {
        font-size: 20px;
    }
    .Provide_Various_outer ul li .hover_text.active h4{
        font-size: 20px;
    }
    .Provide_Various:after {
        height: 200px;
        bottom: -60px;
    }
    .Provide_Various {
        margin-bottom: 120px;
    }
    .Testimonials_bg {
        padding: 60px 0 0 0;
    }
    .Testimonials_outer .left_part h2 {
        margin-bottom: 10px;
    }
    .Testimonials_outer .right_part {
        width: 100%;
    }
    .Testimonials_outer .left_part {
        width: 100%;
        text-align: center;
    }
    .Testimonials_outer {
        gap: 20px;
        flex-wrap: wrap;
    }
    .Testimonials_bg {
        padding: 40px 0 0 0;
    }
    .Testimonials_bg {
        margin-bottom: 130px;
    }
    .footer_logo img {
        max-width: 200px;
    }
    .btn_outer {
        display: flex;
        justify-content: center;
    }
    .Customers {
        text-align: center;
    }

    /* about */
    .contact_main_outer h1 {
        font-size: 35px;
    }
    .contact_main_heading {
        margin-bottom: 30px;
    }
    .Brand_Packaging_outer .left_part h4 {
        font-size: 16px;
        margin: 10px 0px 10px 0;
    }

    .Brand_Packaging_heading h2 {
        margin-bottom: 10px;
    }
    .Brand_Packaging_heading p {
        margin-bottom: 20px;
    }
    .Brand_Packaging_outer .right_part img {
        display: none;
    }
    .Brand_Packaging_outer .left_part {
        width: 100%;
    }
    .Brand_Packaging_outer .right_part {
        width: auto;
        display: none;
    }
    .Brand_Packaging_outer .left_part h4 {
        text-align: center;
    }
    .Brand_Packaging {
        margin-bottom: 60px;
    }
    .WhyUsabout::before{
        display: none;
    }
    .WhyUsabout_outer .left_part {
        width: auto;
        display: none;
    }
    .WhyUsabout_outer .right_part {
        width: 100%;
    }
    .WhyUsabout_outer .right_part ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .WhyUsabout_outer .right_part ul li {
        margin-bottom: 0px;
        background: #f3f0f0;
        padding: 15px;
    }
    .WhyUsabout_outer h2 {
        text-align: center;

    }
    .Discover {
        text-align: center;
        margin-bottom: 20px !important;
    }
    .Quality_Packaging_outer {
        gap: 20px;
        flex-wrap: wrap;
    }
    .Quality_Packaging_outer .left_part {
        width: 100%;
    }
    .Quality_Packaging_outer .right_part {
        width: 100%;
    }
    .Innovative_Packaging_outer ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 6px;
    }
    .Quality_Packaging {
        margin-bottom: 50px;
    }
    .Quality_Packaging_outer .left_part h2 {
        text-align: center;
    }
    .Quality_Packaging_outer .left_part p {
        text-align: center;
    }
    .Quality_Packaging_outer a {
        margin: 0 auto 10px auto;
    }
    .Quality_outer {
        grid-template-columns: repeat(3,1fr);
    }
    .Quality_outer span {
        font-size: 14px;
    }
    .WhyUsabout {
        margin-bottom: 30px;
    }
    .Brand_Packaging {
        margin-bottom: 50px;
    }
      /* Printed Zipper*/
      .contact_main_outer h1 {
        font-size: 30px;
    }
    .contact_main_heading {
        padding: 80px 0;
    }
    .Products_Packaging_outer {
        flex-wrap: wrap;
    }
    .Products_Packaging_outer .right_part h2 {
        text-align: center;
    }
    .Products_Packaging_outer .right_part p {
        text-align: center;
        margin-bottom: 10px;
    }
    .Products_Packaging_outer .right_part a {
        margin: auto;
    }
    .Products_details_outer ul {
        gap: 15px;
    }
    .Products_Packaging {
        margin-bottom: 30px;
    }
    .contact_details_outer .left_part h2 {
        font-size: 24px;
        text-align: center;
    }
    .contact_details_outer .left_part .Get{
        text-align: center;
    }
    .company_details {
        gap: 10px;
    }
    .contact_details_outer .right_part .form_outer {
        padding: 20px;
    }
    .contact_details_outer .right_part .form_outer h4 {
        font-size: 20px;
    }
    .contact_details_outer .left_part ul {
        margin-top: 20px;
    }
    .contact_details_outer {
        gap: 30px;
    }
    .contact_details_outer .left_part ul li h4 {
        font-size: 18px;
    }
    .notfound .notfound-404 {
        height: 200px;
    }

    .notfound .notfound-404 h1 {
        font-size: 200px;
    }
    .footer_item.contactsinfo{width: 100%;}
  }

  @media only screen and (max-width:600px){

    .slider_content h1 {
        font-size: 26px;
        line-height: 34px;
    }
    .contact_details_outer .left_part ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .contact_details_outer .left_part ul li {
        margin-bottom: 10px;
    }
    .contact_details_outer .left_part ul li:last-child{
        margin-bottom: 0;
    }
    .contact_details_outer .left_part ul li span img {
        max-width: 22px;
    }
    .slider_content .sub_heading{
        font-size: 26px;
        line-height: 34px;
   }
    .slider_content span {
        font-size: 13px;
    }
    .slider_content .btn_outer a {
        font-size: 15px;
    }
    .banner_slider {
        margin-bottom: 40px;
    }
    .about_us_outer {
        gap: 10px;
    }
    .aboutus {
        margin-bottom: 40px;
    }
    .about_us_outer h2 {
        font-size: 22px;
    }
    .whyus_outer h2 {
        font-size: 22px;
    }
    .whyus_outer .right_part ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 0px;
    }
    .WhyUs {
        margin-bottom: 40px;
    }
    .Provide_Various_heading {
        flex-wrap: wrap;
    }
    .Provide_Various_heading .left_part {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .Provide_Various_heading .right_part {
        width: 100%;
        text-align: center;
    }
    .hover_text {
        padding: 12px 12px;
    }
    .Provide_Various_outer ul li:hover .hover_text p {
        font-size: 14px;
         text-align: center;
         margin-bottom: 10px;
    }
    .Provide_Various_outer ul li .hover_text.active p {
        font-size: 14px;
        text-align: center;
        margin-bottom: 10px;
    }
    .Provide_Various_outer ul li:hover .hover_text h4 {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: bold;
        text-align: center;
    }
    .Provide_Various_outer ul li .hover_text.active h4 {
        font-size: 18px;
        margin-bottom: 8px;
        font-weight: bold;
        text-align: center;
    }
    .Provide_Various {
        margin-bottom: 40px;
    }
    .Provide_Various:after {
        display: none;
    }
    .Testimonials_bg {
        padding: 20px 0 0 0;
    }
    .Testimonials_slider_content .review {
        padding-bottom: 20px;
    }
    .footer_logo img {
        max-width: 180px;
    }
    .about_us_outer .left_part img {
        max-width: 200px;
    }
    .footer_item h4 {
        font-size: 18px;
    }
    .Provide_Various_heading .left_part h2 {
        font-size: 22px;
    }
    .Testimonials_outer .left_part h2 {
        font-size: 22px;
    }
    /* about */
    .contact_main_heading {
        padding: 60px 0;
    }
    .contact_main_outer {
        padding: 50px 40px;
        max-width: 280px;
    }
    .contact_main_outer h1 {
        font-size: 30px;
    }
    .Brand_Packaging_heading h2 {
        font-size: 22px;
    }
    .Brand_Packaging_heading p {
        margin-bottom: 15px;
    }
    .WhyUsabout_outer h2 {
        font-size: 22px;
    }
    .Brand_Packaging {
        margin-bottom: 30px;
    }
    .WhyUsabout_outer .right_part ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .WhyUsabout_outer p {
        margin-bottom: 10px;
    }
    .Quality_Packaging_outer .left_part h2 {
        font-size: 22px;
    }
    .Quality_outer {
        grid-template-columns: repeat(2,1fr);
    }
    .Innovative_Packaging_outer {
        margin: 10px 0px 0px 0;
    }
    .Quality_Packaging {
        margin-bottom: 30px;
    }

      /* Printed Zipper*/
      .Products_Packaging_outer .right_part h2 {
        font-size: 22px;
    }
    .Products_details_outer h2 {
        font-size: 22px;
    }
    .Products_item {
        padding: 15px;
    }
    .Products_item p {
        font-size: 13px;
    }

    .contact_details {
        margin-bottom: 60px;
    }
    .whyus_outer .right_part ul li{
        margin-bottom: 10px;
    }
    .whyus_outer .right_part ul li:last-child {
        margin-bottom: 10px;
    }
  }

  @media only screen and (max-width:480px){

    .call_details span i{
        display: none;
    }
    .call_details {
        justify-content: center;
    }
    .slider_content h1 {
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
    }
    .slider_content .sub_heading{
        font-size: 20px;
        line-height: 28px;
        font-weight: 600;
   }
    .banner_slider .item {
        padding: 30px 0;
    }
    .slider_content .btn_outer a {
        font-size: 14px;
    }
    .banner_slider {
        margin-bottom: 30px;
    }
    .about_us_outer h2 {
        font-size: 18px;
    }
    .whyus_outer h2 {
        font-size: 18px;
    }
    .Packaging_offer_heading img {
        max-width: 30px;
    }
    .aboutus {
        margin-bottom: 20px;
    }
    .Packaging_offer h4 {
        font-size: 16px;
    }
    .Packaging_offer_heading {
        margin-bottom: 10px;
        justify-content: center;
        flex-wrap: wrap;
        display: block;
        text-align: center;
    }
    .WhyUs {
        margin-bottom: 10px;
    }
    .Provide_Various_heading .left_part h2 {
        font-size: 20px;
    }
    .Provide_Various_outer ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .Provide_Various_heading {
        margin-bottom: 20px;
    }
    .Provide_Various_outer ul {
        gap: 10px;
    }
    .Provide_Various {
        margin-bottom: 30px;
    }
    .Testimonials_outer .left_part h2 {
        font-size: 18px;
    }
    .Testimonials_outer .left_part p {
        font-size: 14px;
        font-weight: normal;
    }
    .Testimonials_bg {
        margin-bottom: 110px;
    }
    .footer_logo img {
        max-width: 200px;
    }
    /* about */
    .contact_main_outer {
        padding: 40px 40px;
        max-width: 250px;
    }
    .contact_main_heading {
        padding: 40px 0;
    }
    .Brand_Packaging_heading h2 {
        font-size: 20px;
    }
    .contact_main_outer h1 {
        font-size: 25px;
    }
    .Brand_Packaging_logos {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .Brand_Packaging_logos span img {
        width: 100%;
        max-width: 100px;
    }
    .WhyUsabout_outer h2 {
        font-size: 20px;
    }
    .Quality_Packaging_outer .left_part h2 {
        font-size: 20px;
    }
    .Quality_outer {
        grid-template-columns: repeat(1,1fr);
    }
    .Quality_outer span {
        text-align: center;
        padding: 0 0 10px 0;
        border-bottom: solid 1px #ebe7e7;
    }
    .Quality_outer span:before {
        display: none;
    }
    .Innovative_Packaging_outer ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .Products_details_outer ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .Products_item {
        min-height: 100%;
        border-radius: 10px;
    }
    .Products_item h4 {
        font-size: 16px;
    }
    .Products_Packaging_outer .right_part h2 {
        font-size: 20px;
    }
    .Products_details_outer h2 {
        font-size: 20px;
    }
    .contact_details_outer .left_part ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .submit_btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    .contact_details {
        margin-bottom: 30px;
    }
    .contact_details_outer .right_part  .form-control {
        height: 46px;
        padding: 10px;
        font-size: 12px;
    }
    .contact_details_outer .right_part .form_outer p {
        font-size: 13px;
    }
    .form-group-outer {
        gap: 10px;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .contact_details_outer .right_part .form_outer p {
        margin-bottom: 20px;
    }
    .Packaging_offer p {
        margin-bottom: 0;
        text-align: center;
    }
    .about_us_outer .left_part img {
        max-width: 170px;
    }
    .slider_content span {
        font-size: 14px;
        line-height: 24px;
        font-weight: normal;
    }
    .bio-details .profile-image img {
        max-width: 45px;
    }
    .Testimonials_slider_content .profile-des {
        font-size: 12px;
        font-style: italic;
    }
    .Testimonials_slider_content .review {
        padding-bottom: 10px;
    }
    .Testimonials_slider_content .review {
        font-size: 12px;
        font-weight: normal;
        line-height: 22px;
    }
    .rating_outer .rating_stars li i {
        font-size: 11px;
    }
    .Testimonials_slider_content {
        min-height: 249px;
    }
    .rating_outer .rating_stars {
        margin-bottom: 10px;
    }
    .notfound .notfound-404 {
        height: 162px;
    }

    .notfound .notfound-404 h1 {
        font-size: 162px;
        height: 150px;
        line-height: 162px;
    }

    .notfound h2 {
        font-size: 16px;
    }
  }

  .teamsection {
    padding:0 20px 20px;  }

.teamsection h2{    color: #222;
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 14px;}
.teamsection h4{ font-size: 24px;}
.teamsection .linkp { margin: 0px;}
.teamsection .linkp a{margin: 0px;
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    display: flex
;
    padding: 3px 0px;
    gap: 5px;
    align-items: center;}
.teamsection .linkp a i{    color: #e6373c;}
.teamsection  .img-fluid {
    max-width: 90%;
    height: auto;
    padding: 0px 25px 0;
}


  #notfound {
    position: relative;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 520px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
}

.notfound .notfound-404 {
    position: relative;
    height: 240px;
}

.notfound .notfound-404 h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 252px;
    font-weight: 900;
    margin: 0px;
    color: #e6373c;
    text-transform: uppercase;
    letter-spacing: -40px;
    margin-left: -20px;
}

.notfound .notfound-404 h1>span {
    text-shadow: -8px 0px 0px #fff;
}

.notfound .notfound-404 h3 {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0px;
    letter-spacing: 3px;
    padding-left: 6px;
}

.notfound h2 {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000000;
    margin-top: 0px;
    margin-bottom: 25px;
}

.custom-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: clamp(15.5px, 1.5vw, 18px);
    width: fit-content;
    padding: clamp(6px, 1vw, 12px) clamp(18px, 2.4vw, 30px);
    transition: 0.35s ease-out;
    color: #fff;
    position: relative;
    background: #000;
    border: none;
    z-index: 1;
    border-radius: 100px;
    overflow: hidden;
    font-weight: 600;
    text-decoration: none;
    margin-top: 3%;
}


.custom-btn:hover {
    color: #fff;
}
