
@media only screen and (max-width:1440px) {

}
@media (min-width: 1024px) and (max-width: 1350px) {


}
@media only screen and (max-width:1550px) {
    .product-thumbnails {
        width: 55%;
    }
    .request-btn {
        width: 45%;
    }    
}
@media only screen and (max-width:1399px) {
  
    /*---- Two Column image and form Start -----*/
    .request-quote-image img{
        object-fit: contain;
    }
    .two-column-form, .inner-hero-banner-text,.service-header-text,.product-details-left,
    .col-banner-text{
        padding-left: 15px;
    }
    /*---- Two Column image and form end -----*/

    /*---- Inner Hero Banner Start -----*/
    .inner-stack-photos .inner-stack-1{
        right: 150px;
    }
    /*---- Inner Hero Banner End -----*/

    /*---- Service Banner Start -----*/
    .service-header-image .image{
        max-width: 100%;
    }
    .service-header-image{
        width: 60%;
    }
    .large-textwrap .service-header .service-header-image {
        width: 50%;
    }
    .large-textwrap .service-header-text {
        width: 50%;
    }
    .large-textwrap .service-header-image{
        width: 50%;
    }
    .large-textwrap .service-header-image img{
        object-fit: contain;
    }
    .large-textwrap .service-header-image .image {
        max-width: 100%;
    }
    /*---- Service Banner End -----*/

    /*---- Product Slider Start -----*/
    .product-thumbnails-wrap{
        flex-direction: column;
        align-items: flex-start;
    }
    .product-thumbnails {
        width: 80%;
        margin-bottom: 25px;
    }  
    .request-btn{
        width: 100%;
        text-align: left;
        padding-left: initial;
    }
    /*---- Product Slider end -----*/

    /*----- Home Banner Start --------*/
    .bottom-right-logo{
        margin-left: 0px;
        right: 15px;
    }
    /*----- Home Banner End --------*/

    /*----- Corr Method Start --------*/
    .corr-method-right{
        padding-left: 40px;
    }
    .corr-method-left{
        padding-right: 20px;
        padding-left: 20px;
    }
    /*----- Corr Method Start --------*/

}
@media only screen and (max-width:1250px) {
    .pre-footer-images{
        width: 45%;
    }

    .prefooter-stack-photos{
        max-width: 350px;
    }
    /*---- Two Column image and form Start -----*/
    .request-quote-bottom a.btn {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    /*---- Two Column image and form end -----*/

    /*------ Hero Section with images Start ------------*/
    .hero-image-inner img{
        object-fit: contain;
        width: 70%;
        margin-left: auto;
    }
    /*------ Hero Section with images End ------------*/

    .contact-img .request-quote-image{
        padding: 110px 0px 150px 0px;
    }
    .listing-large-icon img{
        object-fit: contain;
    }
}

@media only screen and (max-width:1199px) {
    /*------ Footer Start -------*/
    .footer-menu-wrapper .footer-menu-item:not(:last-child) {
        margin-right: 60px;
    }
    /*------ Footer End -------*/

    /*---- Inner Hero Banner Start -----*/
    .inner-stack-photos .inner-stack-1{
        right: 100px;
        max-width: 480px;
    }
    .inner-hero-banner-images .inner-large-icon{
        right: 15px;
    }
    /*---- Inner Hero Banner End -----*/

    /*---- two-column-text Start --------*/
    .two-column-text .col-left {
        padding-right: 25px;
    }
    .two-column-text .col-right {
        padding-left: 25px;
    }
    /*---- two-column-text end --------*/

    /*------ Team Member Start ----------*/
    .team-member-item .team-member-image {
        height: 300px;
    }
    /*------ Team Member End ----------*/

    /*------ Two Column Photo and text Start ------*/
    .two-column-left {
        padding-right: 15px;
    }
    .two-column-right {
        padding-left: 15px;
    }
    .small-container .switch-column .two-column-left {
        padding-left: 25px;
    }
    .small-container .two-column-right {
        padding-left: 25px;
    }
    .switch-column .two-column-right{
        padding-right: 25px;
    }
    .small-container .two-column-left {
        padding-right: 25px;
    }
    /*------Two Column Photo and text End ------*/

    /*------- Blue Section Start ----------*/
    .blue-sec-left {
        padding-right: 25px;
    }
    .blue-sec-right {
        padding-left: 25px;
    }
    .switch-column .blue-sec-left{
        padding-left: 25px;
    }
    .switch-column .blue-sec-right{
        padding-right: 25px;
    }
    /*------- Blue Section End ----------*/

    /*------- Three Column Blocks Start ----------*/
    .three-column-blocks-main {
        padding: 0px 15px;
    }
    .three-column-blocks .row {
        margin: 0px -15px -45px -15px;
    }
    /*------- Three Column Blocks End ----------*/

    /*----- Image Carousel Start --------*/
    .image-slider .slick-list{
        padding-right: 20%;
    }
    /*----- Image Carousel end --------*/

    /*------- Two column Listing Start -----------*/
    .two-column-listing-left{
        padding-right: 25px;
    }
    .two-column-listing-right{
        padding-left: 25px;
    }
    /*------- Two column Listing End -----------*/

    /*------- Product Details Start -----------*/
    .product-faq-left {
        padding-right: 25px;
    }
    .product-faq-right {
        padding-left: 25px;
    }
    .product-related-left{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .product-related-right{
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
    }
    /*------- Product Details End -----------*/

    /*-------- Products Start --------*/
    .product-filter-left {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .product-result-grid{
        flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
    }
    .single-product-list,.cta-card-wrap{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .product-related-right .single-product-list {
        margin-bottom: 25px;
    }
    /*-------- Products End --------*/

    /*-------- Products Card Start --------*/
    .products-cards-wrap{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0px 15px;
    }
    .products-cards .row {
        margin: 0px -15px -25px -15px;
    }
    .product-card-title {
        display: block;
    }
    .two-col .products-cards-item{
        flex-direction: column;
        align-items: flex-start;
    }
    .two-col .products-cards-item .image {
        width: 250px;
        padding-right: 0px;
        margin-bottom: 5px;
    }
    .two-col .products-cards-item .content {
        width: 100%;
    }
    .two-col .products-cards-item .content h3{
        display: none;
    }
    .products-cards-item{
        justify-content: space-between;
    }
    /*-------- Products Card End --------*/

    /*-------- Sustainable Packaging Start --------*/
    .sustainable-packaging-top{
        max-width: 600px;
    }
    .sustainable-packaging-bottom .text {
        width: 50%;
        padding-left: 15px;
    }
    .sustainable-packaging-bottom .logo-wrap {
        width: 50%;
        padding-right: 15px;
    }
    /*-------- Sustainable Packaging End --------*/

    /*-------- About Love Start --------*/
    .about-lovepac-left {
        padding-right: 25px;
    }
    .about-lovepac-right {
        padding-left: 25px;
    }
    /*-------- About Love End --------*/

    /*-------- Services Post Start --------*/
    .services-tab-right {
        padding-left: 40px;
    }
    /*-------- Services Post End --------*/


}

@media only screen and (max-width:1024px) {
    /*------ Header Start ------*/

    .menu-open .site-branding .dark{
        display: block;
    }
    .menu-open .site-branding .white{
        display: none;
    }
    .header-right{
        display: none;
    }
    .header-right.mobile{
        display: block;
        margin-top: 25px;
        text-align: center;
        padding: 0px 15px;
    }
    .lang-btn {
        margin-left: 0px;
        margin-top: 15px;
        justify-content: center;
    }
    .lang-btn a{
        color: var(--blue);
    }
    .lang-btn a::before {
        background-image: url(images/icons/tabler_world-blue.svg);
    }
    .mobile-icons-wrap{
        display: block;
        z-index: 1;
    }
    .header-wrapper{
        padding: 15px 0px;
    }
    .header-main {
        bottom: 0;
        display: flex;
        flex-direction: column;
        right: 0px;
        opacity: 0;
        overflow-x: hidden;
        overflow-y: hidden;
        padding: 0;
        position: fixed;
        top: 0;
        transform: translateX(100%);
        transition: all .5s;
        visibility: hidden;
        z-index: -1;
        width: 100%;
        background:#fff ;
        height: 100vh;
        padding-bottom: 20px;
    }
    .menu-open .header-main{
        background:#fff ;
        opacity: 1;
        top: 0;
        transform: translateX(0);
        visibility: visible;
    }
    .menu-open .sticky-logo {
        display: block;
    }
    .mobile-icons a + a{
        margin-top: 0px;
    }
    .sticky-hamburger-open,.menu-open .hamburger-open {
        display: none;
    }
    .menu-open .site-branding .logo-img, .menu-open .hamburger-i-open {
        display: none;
    }
    .menu-open .hamburger-close{
        display: flex;
    }
    .default-menu-with-megamenu ul.menu-wrap {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        margin-top: 115px;
        top: 0px;
        position: relative;
        overflow: hidden;

    }
    .main-navigation ul li > a,.dark-header .main-navigation ul li > a{
        color: var(--blue);
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
        padding: 0px;
    }
    .main-navigation ul li > a, .dark-header .site-header.sticky .main-navigation ul li > a{
        padding: 0px;
    }
    .main-navigation ul li{
        padding: 19.5px 15px;
        border-bottom: 1px solid var(--neutral-darker);
        margin-right: 0px;
        width: 100%;
    }
    .header-main .menu-wrap .menu-item.menu-item-has-children .nav-link::after{
        background-image: url(images/icons/ep_arrow-right.svg) !important;
        width: 14px;
        height: 14px;
    }
    .megamenu-active .default-menu-with-megamenu ul li {
        display: none;
    }
    .megamenu-active .default-menu-with-megamenu ul li.active {
        display: block;
        margin-bottom: 0;
        width: 100%;
        padding: 22.5px 15px;
    }
    .megamenu-active .header-left{
        display: none;
    }
    .megamenu-active .default-menu-with-megamenu ul.menu-wrap{
        margin-top: 0px;
    }
    .main-navigation ul li a:hover, .main-navigation ul li a:hover, .main-navigation ul li.current-menu-item a {
        color: var(--dark-blue);
    }
    .megamenu-active .header-main .menu-wrap .menu-item.menu-item-has-children .nav-link::after{
        display: none;
    }
    .megamenu-active .header-main .menu-wrap .menu-item.menu-item-has-children .nav-link::before {
        content: "";
        position: relative;
        background-image: url(images/icons/solar_arrow-up-outline.svg);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-right: 10px;
        transform: rotate(180deg);
    }
    .megamenu-active .main-navigation ul li > a{
        width: max-content;
        font-size: 16px;
        line-height: normal;
    }
    .megamenu-active .main-navigation ul li > .nav-link,
    .main-navigation ul li.active > a{
        color: var(--blue);
    }
    .megamenu-active .megamenu .dropdown-menu{
        top: 80px;
        display: block;
        opacity: 1;
    }
    .default-menu-with-megamenu ul .megamenu.active .dropdown-menu{
        pointer-events: all;
        padding: 0px;
    }
    .megamenu .dropdown-menu{
        box-shadow: none;
        display: none;
    }
    .megamenu-active .header-main{
        z-index: 1;
    }

    .megamenu .dropdown-menu.simple{
        transform: translateX(-0%) scale(1);
        height: auto;
    }
    .light-header .sticky-hamburger-open, .error404 .sticky-hamburger-open,
    .customer-header .sticky-hamburger-open {
        display: block;
    }
    /* .light-header .hamburger-i-open,.error404 .hamburger-i-open,
    .customer-header .hamburger-i-open{
        display: none;
    } */
    .light-header .menu-open .sticky-hamburger-open,.error404 .menu-open .sticky-hamburger-open,
    .customer-header .menu-open .sticky-hamburger-open {
        display: none;  
    }
    .site-header.sticky .sticky-hamburger-open {
        display: block;
    }
    .site-header.sticky .menu-open .sticky-hamburger-open {
        display: none;
    }
    .nav-links.mobile-nav{
        display: block;
        display: block;
        padding: 15px;
        border-bottom: 1px solid rgba(0, 153, 232, 0.50);
    }
    .nav-links.mobile-nav a{
        font-size: 16px;
    }
    .megamenu-active  .nav-links.mobile-nav{
        display: none;
    }
    .resources-left,.resources-center{
        width: 100%;
        margin-bottom: 25px;
    }
    .resources-right{
        width: 50%;
    }
    .megamenu-active .menu-active.menu-item-has-children{
        position: fixed;
        top: 0px;
        z-index: 99;
    }
    .megamenu-active .menu-active.menu-item-has-children .dropdown-menu{
        height: calc(100vh - 80px);
        overflow-y: scroll;
    }
    .megamenu-active .menu-active .dropdown-menu.simple{
        height: auto;
    }
    .site-header.sticky .main-navigation ul li > a:hover{
        color: var(--dark-blue);
    }
    .footer-top {
        padding-bottom: 70px;
    }
    .default-menu-with-megamenu .dropdown-content-cover,
    .megamenu .dropdown-menu-inr{
        opacity: 1;
    }
    .megamenu-active .header-right.mobile{
        display: none;
    }
    .dropdown.megamenu:before{
        display: none;
    }
    .megamenu .dropdown-menu-inr{
        top: 70px;
        border-top: 0px;
        min-height: auto;
        padding: 0px;
        height: calc(100vh - 70px);
        overflow-y: scroll;
        padding-bottom: 20px;
        z-index: 1;
    }
    .megamenu-col{
        margin-bottom: 25px;
        padding: 0px 15px;
    }
    .header-main .menu-wrap .menu-item.menu-item-has-children .nav-link:hover::after,
    .header-main .menu-wrap .menu-item.menu-item-has-children.active .nav-link::after{
        transform: rotate(0deg);
    }
    .product-menu {
        margin: 0px -15px;
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .services-menu{
        min-height: auto;
        flex-direction: column;
    }
    .menu-col-gray{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .services-menu-wrap{
        width: 100%;
        padding-right: 15px;
    }
    .megamenu-active .active.menu-item-has-children {
        position: fixed;
        top: 0px;
        z-index: 99;
    }

    .megamenu-active .megamenu .dropdown-menu {
        top: 70px;
        display: block;
    }
    .large-image-based-text{
        padding: 25px 15px;
    }
    .large-image-based-text .top {
        margin-bottom: 24px;
    }
    .custom-language-dropdown{
        margin-top: 15px;
    }
    .lang-toggle,.dark-header .lang-toggle{
        color: var(--blue);
    }
    .lang-toggle:before,.dark-header .lang-toggle::before{
        background-image: url(images/icons/tabler_world-blue.svg)
    }
    .lang-toggle::after,.dark-header .lang-toggle::after{
        background-image: url(images/icons/ep_arrow-down-black.svg);  
    }
    .megamenu-active .header-main .menu-wrap .menu-item.menu-item-has-children .nav-link::after{
        display: none !important;
    }
    /*------ Header End ------*/

    /*------ Pre footer Start ------*/
    .pre-footer-text-wrap {
        max-width: 500px;
    }
    .pre-footer-text {
        padding: 65px 0px;
    }
    .pre-footer-large-icon{
        bottom: 0px;
    }
    .prefooter-stack-photos {
        max-width: 280px;
        margin-right: 70px;
    }
    .pre-footer-images {
        width: 44%;
    }
    .hamburger-open, .hamburger-close{
        background: var(--gray);
    }
    .dark-header .hamburger-open, .dark-header .hamburger-close {
        background: var(--white);
    }
    .pre-footer-text-wrap h2{
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px;
    }
    /*------ Pre footer End ------*/



    /*---- Two Column image and form Start -----*/
    .two-column-images{
        height: 750px;
    }
    .two-column-image-and-form .request-quote-large-icon{
        height: auto;
    }
    /*---- Two Column image and form end -----*/

    /*---- Inner Hero Banner Start -----*/
    .inner-stack-photos .inner-stack-1{
        max-width: 400px;
    }
    .inner-hero-banner-images .inner-large-icon{
        right: 15px;
    }
    .inner-hero-banner-images .inner-large-icon{
        max-width: 500px;
    }
    /*---- Inner Hero Banner End -----*/

    /*------ Team Member Start ----------*/
    .team-member-main{
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*------ Team Member End ----------*/

    /*------- Three Column Blocks Start ----------*/
    .three-column-blocks-main{
        flex: 0 0 50%;
        max-width: 50%;
    }
    /*------- Three Column Blocks End ----------*/

    /*---- Service Banner Start -----*/
    .service-header-image{
        width: 55%;
    }
    .service-header-text{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    /*---- Service Banner End -----*/

    /*------ Hero Section with images Start ------------*/
    .col-banner-image{
        width: 100%;
    }
    .col-banner-text{
        padding-top: 140px;
        width: 100%;
    }
    .col-banner-image {
        width: 100%;
        position: relative;
    }
    .col-banner-image .hero-image-inner{
        max-width: 100%;
        margin-top: -25%;
        padding-left: 35px;
    }
    /*------ Hero Section with images End ------------*/
}

/*Tablet*/
@media only screen and (max-width:991px) {
    
    /*------ Common Style Start -------*/
    h1,.h1{font-size: 50px;line-height: 110%;margin: 0 0 15px;}


    .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        line-height: 0px !important;
        min-height: auto !important;
    }
    footer{
        padding: 130px 0px 15px 0px;
        border-radius: 30px 30px 0px 0px;
        position: relative;
        margin-top: -65px;
        top: 0px;
    }
    .default-menu-with-megamenu ul.menu-wrap{
        margin-top: 81px;
    }
    /*------ Header Start ------*/
    .site-branding .main-logo-white-top{
        max-width: 115px;
    }
    .site-branding .main-logo-white-bottom {
        max-width: 38px;
    }
    /*------ Header end ------*/


    /*------ Footer Start -------*/
    .footer-top-left {
        width: 100%;
        margin-bottom: 45px;
    }
    .footer-top-right {
        width: 100%;
        max-width: 100%;

    }
    .footer-menu-wrapper{
        justify-content: space-between;

    }
    .footer-logo .primary-logo {
        max-width: 178px;
    }
    /*------ Footer End -------*/

    /*----- Homepage hero banner Start ------*/
    .homepage-hero-inner {
        padding-top: 100px;

    }
    .homepage-hero-text{
        margin-bottom: 100px;
    }
    .bottom-right-logo{
        right: 15px;
    }
    .homepage-hero-banner{
        border-radius: 0px 0px 30px 30px;
    }
    .homepage-hero-text{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .stack-photos-wrap{
        flex: 0 0 100%;
        max-width: 100%;
    }
    /*----- Homepage hero banner End ------*/

    /*------ Pre footer Start ------*/
    .pre-footer-wrap{
        display: flex;
        flex-direction: column;
    }
    .pre-footer-images{
        width: 60%;
        margin: 0 auto;
        position: relative;
    }

    .pre-footer-images{
        width: 100%;
        margin: 0 auto;
    }
    .pre-footer-text-wrap {
        max-width: 100%;
    }
    .pre-footer-text {
        padding: 65px 0px;
        margin-bottom: 130px;
        width: 100%;
    }
    .pre-footer-large-icon {
        bottom: -70%;
        max-width: 100%;
        width: 100%;
        padding: 0px 15px;
    }
    .prefooter-stack-photos {
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: -120px;

    }
    /*------ Pre footer End ------*/


    /*------ Two Column Hero Banner Start ------*/
    .two-column-hero-banner{
        padding: 100px 0px 60px 0px;
    }
    .share-wrap{
        margin-top: 20px;
    }
    .two-column-hero-banner .two-column-left{
        margin-bottom: 45px;
    }
    /*------ Two Column Hero Banner End ------*/

    /*----- News Single Start ---------*/
    .more-insights-left {
        width: 100%;
        padding-right: 0px;
    }
    .more-insights-right {
        width: 100%;
        padding-left: 0px;
        text-align: left;
        margin-top: 25px;
    }
    .more-insights .blog-image img{
        height: 220px;
    }

    .more-insights .row{
        margin-bottom: -30px;
    }
    .more-insights{
        border-radius: 0 0 30px 30px;
        padding: 65px 0px 65px 0px;
        margin-top: -40px;
    }
    .dropdown-btn span{
        max-width: 300px;
    }
    /*----- News Single End ---------*/

    /*----- Privacy Policy Start ---------*/
    .privacy-policy-sec {
        padding: 101px 0px 65px 0px;
    }
    /*----- Privacy Policy End ---------*/

    /*----- Error 404 Start ---------*/
    .error-large-icon img{
        max-width: 650px;
    }
    .error-banner{
        padding: 214px 15px 150px 15px;
    }
    /*----- Error 404 End ---------*/

    /*---- Two Column image and form Start -----*/
    .two-column-form {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0px;
        margin-bottom: 45px;
        padding-top: 100px;
        
    }
    .two-column-images {
        height: auto;
        width: 100%;
        border-radius: 0px 0px 60px 60px;
    }
    .request-quote-bottom a.btn {
        margin-left: 25px !important;
        margin-top: 0px !important;
    }
    .request-quote-image img {
        object-fit: cover;
    }
    /*---- Two Column image and form Start -----*/

    /*---- Inner Hero Banner Start -----*/
    .inner-hero-banner-text {
        width: 100%;
    }
    .inner-hero-banner-images{
        width: 100%;
        margin-top: 140px;
    }
    .inner-hero-banner-text p {
        max-width: 100%;
    }
    .inner-stack-photos .inner-stack-2 {
        max-width: 80%;
    }
    .inner-stack-photos .inner-stack-1 {
        max-width: 60%;
        right: 40%;
    }
    .inner-hero-banner-images .inner-large-icon {
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: -10px;
    }
    .inner-hero-banner{
        border-radius: 0px 0px 30px 30px;
    }
    /*---- Inner Hero Banner Start -----*/

    /*---- two-column-text Start --------*/
    .two-column-text .col-left {
        padding-right: 15px;
        margin-bottom: 45px;
    }
    .two-column-text .col-right {
        padding-left: 15px;
    }
    .two-column-text{
        border-radius: 30px;

    }
    /*---- two-column-text end --------*/

    /*------ Two Column Photo and text Start ------*/
    .small-container .two-column-photo-and-text .two-column-left{
        margin-bottom: 35px;
    }
    .two-column-photo-and-text .two-column-left{
        margin-bottom: 45px;
    }
    .small-container .switch-column .two-column-left {
        padding-left: 15px;
    }
    .small-container .two-column-left {
        padding-right: 15px;
    }
    .two-column-right {
        padding-left: 15px;
    }
    .two-column-left {
        padding-right: 15px;
    }
    .switch-column .two-column-right {
        padding-right: 15px;
    }
    .small-container .two-column-right {
        padding-left: 15px;
    }
    .key-points-box{
        width: 60%;
    }
    .switch-column .two-column-left {
        padding-left: 15px;
    }
    .key-points-mobile .two-column-right{
        margin-bottom: 45px;
    }
    .key-points-mobile .two-column-left{
        margin-bottom: 0px;
    }
    /*------ Two Column Photo and text end ------*/

    /*------ Team Member Start ----------*/
    .team-member-item .team-member-image {
        height: 270px;
    }
    /*------ Team Member End ----------*/


    /*------- Blue Section Start ----------*/
    .blue-sec-left {
        padding-right: 15px;
        margin-bottom: 45px;
    }
    .blue-sec-right {
        padding-left: 15px;
    }
    .blue-sec{
        padding: 65px 00px;
        border-radius: 30px;
    }
    .switch-column .blue-sec-left{
        padding-left: 15px;
    }
    .switch-column .blue-sec-right{
        padding-right: 15px;
    }
    /*------- Blue Section End ----------*/

    /*------- Three Column Blocks Start ----------*/
    .three-column-blocks .icon {
        height: 75px;
    }    
    /*------- Three Column Blocks End ----------*/


    /*----- Image Carousel Start --------*/
    .image-carousel{
        border-radius: 30px 30px 0 0;
        padding: 65px 0px;
    }
    .image-slider .slick-list {
        padding-right: 10%;
    }
    .image-slider .slick-list {
        margin: 0 -7.5px;
        overflow: inherit;
        padding-right: 5%;
    }
    
    .image-slider .slick-track {
        display: flex!important;
        margin-left: 0px;
    }
    
    .image-slider .slick-slide {
        margin: 0 7.5px;
        height: auto;
    }
    .image-carousel .slider-navigation{
        justify-content: flex-start;
    }
    .image-carousel-top .title{
        margin-bottom: 35px;
    }
    /*----- Image Carousel end --------*/

    /*---- Service Banner Start -----*/
    .service-header-text {
        width: 100%;
    }
    .service-header-image {
        position: relative;
        width: 100%;
        margin-top: -80px;
    }
    .service-header-wrapper{
        padding: 105px 0px 0px 0px;
    }
    .service-header-text {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .service-header{
        border-radius: 0 0 30px 30px;
    }
    .large-textwrap .service-header-text {
        width: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .large-textwrap .service-header-image {
        width: 100%;
        margin-top: 0px;
    }
    /*---- Service Banner End -----*/

    /*------- Two column Listing Start -----------*/
    .two-column-listing-left{
        margin-bottom: 30px;
        padding-right: 15px;
    }
    .two-column-listing-right {
        padding-left: 15px;
    }
    .two-column-listing-item .number{
        margin-right: 25px;
    }
    .two-column-listing{
        padding: 65px 0px;
        border-radius: 0 0 30px 30px;
    }
    .two-column-listing-item .content h4 {
        margin-bottom: 10px;
    }
    .listing-large-icon{
        display: none;
    }
    /*------- Two column Listing End -----------*/

    /*------- Product Details Start -----------*/
    .product-details-left {
        width: 100%;
    }
    .product-details-right{
        width: 100%;
        padding: 100px 15px 40px 15px;
        height: auto;
        border-radius: 0 0 0 30px;
        position: relative;
    }
    .product-details-wrap{
        flex-direction: column-reverse;
    }
    .product-main-img {
        margin-bottom: 30px;
    }
    .product-details-left{
        padding-right: 15px;
        padding-top: 65px;
    }
    .product-related-left {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 45px;
    }
    .product-related-right {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-related-right .single-product-list {
        padding: 0px 15px;
    }
    .product-related .row {
        margin: 0px -15px -25px -15px;
    }
    .product-related{
        border-radius: 30px;
        padding: 65px 0px;
    }
    .product-faq-right {
        padding-left: 15px;
    }
    .product-faq-left {
        padding-right: 15px;
        margin-bottom: 45px;
    }
    /*------- Product Details End -----------*/

    /*------ Hero Section with images Start ------------*/
    .col-banner-text {
        padding-top: 100px;
        padding-bottom: 25px;
    }
    .col-banner-image .hero-image-inner {
        max-width: 100%;
    }
    /*------ Hero Section with images End ------------*/

    /*-------- Products Start --------*/
    .product-filter-left{
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 15px;
    }
    .product-result-grid{
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 15px;
        margin-top: 25px;
    }
    .single-product-list,.cta-card-wrap{
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 15px;
    }
    .product-filter a.btn.download{
        padding: 15px 15px !important;
        width: 100%;
        justify-content: center;
    }

    .cta-card-top {
        margin-bottom: 270px;
    }
    .mobile-dropdown-heading{
        border-radius: 100px;
        border: 1px solid #C6CFDC;
        background: #FFF;
        padding: 13px 45px 13px 17px;
        color: var(--red);
        font-size: 14px;
        font-weight: 700;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .mobile-category-dropdown{
        margin-bottom: 15px;
    }
    .category-filter-listing{
        padding: 20px 15px;
        border-radius: 20px;
        background: #FFF;
        box-shadow: 0 4px 24px 0 rgba(52, 52, 52, 0.25);
    }
    .mobile-dropdown-heading::after{
        content: "";
        background-image: url(images/icons/keyboard_arrow_down-red.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        width: 24px;
        height: 24px;
        display: inline-block;
        position: absolute;
        right: 20px;
        transition: var(--transition);
    }
    .mobile-dropdown-heading.open::after{
        transform: rotate(180deg);

    }
    section.product-filter ul.category-filter-listing li:not(:last-child){
        padding-bottom: 15px;
    }
    .download-catalog-btn {
        margin-top: 15px;
    }
    /*-------- Products End --------*/

    /*-------- Products Card Start --------*/

    .two-col .products-cards-item .image,.products-cards-item .image{
        width: 200px;
        height: 200px;
    }
    /*-------- Products Card End --------*/


    /*-------- Sustainable Packaging Start --------*/
    .sustainable-packaging-top{
        max-width: 100%;
        margin-bottom: 100px;
    }
    .sustainable-packaging{
        border-radius: 30px;
    }
    .sustainable-packaging-bottom .text {
        width: 100%;
        padding-left: 0px;
    }
    .sustainable-packaging-bottom .logo-wrap {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 0px;
    }
    .sustainable-packaging-bottom .logo-wrap .logo-item{
        height: 75px;
        min-height: 100%;
        flex-shrink: 0;
        margin-right: 25px;
        margin-bottom: 25px;
    }

    /*-------- Sustainable Packaging End --------*/

    /*-------- About Love Start --------*/
    .about-lovepac-left {
        padding-right: 15px;
        margin-bottom: 65px;
    }
    .about-lovepac-right {
        padding-left: 15px;
    }
    .about-lovepac {
        padding: 65px 0px;
    }
    /*-------- About Love End --------*/


    /*-------- Services Post Start --------*/
    .services-tab-right {
        padding-left: 40px;
    }
    .services{
        border-radius: 30px;
        padding: 65px 0px 130px 0px;
        margin-bottom: -65px;
    }
    .services-tab-left{
        flex: 0 0 50%;
        max-width: 50%;
        padding-right: 15px;
    }
    .services-tab-right{
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
    }
    .service-header + .blue-sec{
        margin-top: -65px;
        padding: 130px 0px 65px 0px;
    }
    /*-------- Services Post End --------*/

    /*----- Corr Method Start --------*/
    .corr-method-right{
        padding-left: 15px;
        width: 100%;

    }
    .corr-method-left{
        padding-right: 20px;
        padding-left: 20px;
        width: 100%;
        margin-bottom: 45px;
    }
    .corr-state .content p {
        max-width: 100%;
    }
    .corr-method-section{
        border-radius: 30px 30px 0 0;
        padding: 65px 0px;

    }
    .corr-method-right p, .corr-method-right ul li, .corr-method-right ol li{
        max-width: 100%;
    }
    .key-points-mobile{
        flex-direction: column-reverse;
    }
    /*----- Corr Method Start --------*/
    .contact-img .request-quote-image {
        padding: 36px 0px 100px 0px;
    }
    .greybg-gradient{
        padding: 65px 0px;
        border-radius: 0 0 30px 30px;
    }
    .service-header-image img{
        object-position: right;
        object-fit: cover;
    }
    .sustainable-packaging-image{
        border-radius: 30px;
    }
    .product-thumbnails{
        width: 50%;
    }
    .request-btn {
        width: 50%;
    }
    .product-thumbnails-wrap{
        flex-direction: row;
        align-items: center;
    }
    .product-thumbnails-wrap .request-btn{
        text-align: right;
    }
}

/*Mobile Device*/
@media only screen and (max-width:767px) {
    
    /*------ Common Style Start -------*/
    h1,.h1{font-size: 36px;line-height: 125%;margin: 0 0 15px;}
    h2,.h2{font-size: 32px;line-height: 130%;margin: 0 0 15px;}
    h3,.h3{font-size: 24px;line-height: 130%;;margin: 0 0 15px;}
    h4,.h4{font-size: 18px;line-height: 130%;margin: 0 0 15px;}
    h5,.h5{font-size: 16px;line-height: 137%;margin: 0 0 15px;}

    a + a {
        margin-left: 0px !important;
        margin-top: 20px;
    }

    body{
        font-size: 16px;
        line-height: 150%;
    }
    .inline-cta{
        width: 100%;
        justify-content: center;
    }
    p{
        font-size: 14px;
        line-height: 22px;
    }
    .p-18{
        font-size: 16px; line-height: 24px; 
    }

    .site-content ol li, .site-content ul li{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .small-title{
        font-size: 14px;
        line-height: 22px;
    }
    .button-wrap{
        flex-direction: column;
    }
    .p-20 {
        font-size: 18px;
    }
    .p-18 {
        font-size: 16px;
    }
    .mb-80 {
        margin-bottom: 65px;
    }
    .button-wrap a + a{
        margin-top: 20px;
    }
    /* br{
        display: none;
    } */
    .mb-100 {
        margin-bottom: 65px;
    }
    .mb-75 {
        margin-bottom: 65px;
    }
    body .gform_wrapper.gravity-theme .gfield_label{
        font-size: 14px;
        line-height: 22px;
        margin: 0 0 5px;
    }
    body .gform_wrapper.gravity-theme .gform_fields{
        grid-row-gap: 20px;
    }
    body .gform_wrapper.gravity-theme .gfield-choice-input + label, .ginput_container_consent input + label{
        font-size: 14px;
        line-height: 22px;
    
    }
    .ginput_container_checkbox .gchoice:not(:last-child) {
        margin-bottom: 10px;
    }
    .ginput_container_checkbox .gchoice label:before, .ginput_container_consent input + label:before{
        top: -1px;
    }
    .ginput_container_checkbox .gchoice input:checked + label:after{
        top: 38%;
    }
     .ginput_container_consent input:checked + label:after{
        top: 44%;
    }
    .btn.download{
        padding: 15px 15px !important;
    }
    /*------ Common Style Emd -------*/

    /*------ Header Start ------*/

    .megamenu .menu-gray-bg .dropdown-menu-inr {
        top: 69px;
    }
    .menu-col-gray{
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .services-menu-wrap{
        padding-top: 25px;
        padding-bottom: 70px;
        flex-direction: column;
    }
    .menu-col-links {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }
    .menu-col-links:not(:last-child) {
        margin-bottom: 25px;
    }
    .megamenu-categories-link:hover h5 {
        color: var(--blue);
    }
    .megamenu-categories-link h5{
        font-size: 14px;
    }
    .static-intro-block h5{
        font-size: 18px;
        line-height: 23px;
    }
    .large-image-based-text .top {
        margin-bottom: 100px;
    }

    /*------ Header End ------*/

    /*------ Footer Start -------*/
    .call-wrapper{
        flex-direction: column;
    }
    .call-text{
        margin-top: 30px;
        text-align: center;
        font-size: 16px;
        line-height: 130%;
        margin-left: 0px;
    }
    .footer-menu-wrapper{
        flex-direction: column;
    }
    .footer-menu-item ul {
        display: none;
    }
    
    .footer-menu-item h5 {
        cursor: pointer;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

    /* Optional + / - icon */
    .footer-menu-item h5::after {
        content: "";
        position: relative;
        right: 0;
        background: url(images/icons/plus.svg) no-repeat center;
        width: 24px;
        height: 24px;
    }
    .footer-menu-item.active h5::after {
        background: url(images/icons/minus.svg) no-repeat center;
    }
    .footer-menu-wrapper .footer-menu-item:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .footer-menu-item ul li a {
        font-size: 14px;
        line-height: 22px;
    }
    .footer-logo{
        width: 100%;
        margin-bottom: 35px;
    }
    .copyright-bar .row{
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .footer-bottom-links{
        margin-bottom: 22px;
        width: 100%;
    }
    .footer-bottom-links ul li:not(:last-child) {
        margin-right: 11px;
    }
    .footer-top {
        padding-bottom: 47px;
    }
    .footer-bottom-links ul{
        justify-content: space-between;
    }
    /*------ Footer End -------*/

    /*----- Homepage hero banner Start ------*/
    .homepage-hero-text h1 {
        font-size: 36px;
    }
    .homepage-hero-text {
        margin-bottom: 30px;
    }
    .stack-photos .stack-img-1 {
        max-width: 153px;
        margin-bottom: -15px;

    }
    .stack-photos .stack-img-2 {
        max-width: 130px;
        margin-bottom: -5px;

    }
    .stack-photos .stack-img-3{
        max-width: 176px;
        margin-bottom: -40px;

    }
    .stack-photos .stack-img-4 {
        max-width: 174px;
    }
    .stack-photos{
        margin-bottom: -50px;
    }
    .homepage-hero-text .button-wrap {
        margin-top: 25px;
    }
    .large-icon{
        bottom: -45px;
    }
    .bottom-right-logo{
        display: none;
    }
    .stack-photos-wrap .large-icon {
        bottom: -120px;
    }
    /*----- Homepage hero banner Start ------*/

    /*------ Pre footer Start ------*/
    .prefooter-stack-img-1 {
        max-width: 60%;
        margin-bottom: -20px;
        margin-top: 0px;
    }
    .prefooter-stack-img-2 {
        max-width: 50%;
    }
    .pre-footer-large-icon {
        bottom: -30%;
        padding: 0px 15px;
    }
    .prefooter-stack-photos {
        margin-bottom: -70px;
    }
    .pre-footer-text{
        padding: 50px 0px 0px 0px;
        margin-bottom: 70px;
    }
    .pre-footer {
        border-radius: 30px;

    }    
    .pre-footer-text-wrap h2{
        font-size: 32px;
        line-height: 130%;
    }
    /*------ Pre footer End ------*/

    /*------ Two Column Hero Banner Start ------*/
    .two-column-hero-banner{
        border-radius: 0 0 30px 30px;
        padding: 100px 0px 15px 0px;
    }
    .two-column-hero-banner{
        margin-bottom: 65px;
    }
    .two-column-left .two-column-image{
        min-height: auto;
    }
    .two-column-left .two-column-image img{
        height: 275px;
    }
    .small-container .two-column-left {
        margin-bottom: 35px;
    }
    .two-column-left {
        margin-bottom: 45px;
    }
    .one-column-text-cta-box .content{
        padding: 32px 15px;
    }
    .share-wrap {
        margin-top: 10px;
    }
    /*------ Two Column Hero Banner End ------*/


    .video-wrap,.full-image-or-video .image-wrap{
        height: 275px;
    }
 
    /*------ faq Start -------*/
    .accrodion-title {
        padding: 15px 0;
    }
    /*------ faq End -------*/

    .privacy-policy-sec .main-title{
        margin-bottom: 65px;
    }

    /*----- Error 404 Start ---------*/
    .error-large-icon img{
        max-width: 100%;
        padding: 0px 15px;
    }
    .error-banner{
        padding: 204px 15px 150px 15px;
    }
    .error-large-icon{
        top: 107px;
    }
    .error-content .button-wrap {
        margin-top: 35px;
    }
    .error-content p{
        font-size: 16px;
        line-height: 24px;
    }
    /*----- Error 404 End ---------*/

    /*---- Two Column image and form Start -----*/
    .two-column-image-and-form .request-quote-large-icon{
        top: 36px;
    }
    .two-column-images {
        height: 500px;
    }
    .request-quote-image {
        width: 90%;
        height: 78%;
        margin-left: auto;
    }
    .request-quote-bottom p{
        font-size: 16px;
        line-height: 22px;
    }
    .two-column-images{
        border-radius: 0px 0px 30px 30px;
    }
    .request-quote-bottom a.btn {
        margin-left: 0px !important;
        margin-top: 20px !important;
    }
    .request-quote-bottom{
        bottom: 25px;
    }
    body .gform_wrapper .gform_footer .gform_button{
        width: 100%;
        background-position: calc(50% - -30px)
    }
    .gfield_description{
        padding-top: 5px !important;
        padding-bottom: 10px !important;
    }
    .quick-contact{
        padding: 25px 15px;
    }
    .two-column-image-and-form {
        padding-bottom: 0px;
    }
    .contact-img .request-quote-image {
        max-width: 100%;
        height: 90%;
    }
    /*---- Two Column image and form End -----*/

    /*---- Inner Hero Banner Start -----*/
    .inner-stack-photos .inner-stack-1 {
        max-width: 70%;
        right: 30%;
    }
    .inner-hero-banner-images{
        margin-top: 100px;
    }
    .inner-hero-banner-text .button-wrap {
        margin-top: 25px;
    }
    /*---- Inner Hero Banner End -----*/

    /*---- two-column-text Start --------*/
    .two-column-text {
        padding: 65px 0px;
    }
    /*---- two-column-text end --------*/

    /*------ Team Member Start ----------*/
    .team-member-item .team-member-image {
        height: auto;
    }   
    .team-member-main {
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .team-member-item{
        height: calc(100% - 30px);
        margin-bottom: 30px;
    }
 
    .team-popup-wrap .popup-content{
        width: 100%;
        padding: 65px 15px;
    }
    .team-popup-wrap .popup-content .popup-close{
        right: 15px;
        top: 15px;
    }
    .team-popup-wrap .popup-head {
        margin-bottom: 45px;
    }
    .grid-photos-and-text .row{
        margin-bottom: -30px;
    }
    /*------ Team Member End ----------*/

    /*------- Blue Section Start ----------*/
    .blue-sec-image {
        min-height: 360px;
        height: 360px;
    }
    /*------- Blue Section End ----------*/

    /*------- Three Column Blocks Start ----------*/
    .three-column-blocks-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .three-column-blocks .row {
        margin: 0px -15px -40px -15px;
    }
    /*------- Three Column Blocks End ----------*/

    /*---- Service Banner Start -----*/
    .service-header-text .button-wrap {
        margin-top: 25px;
    }
    .service-header-image .image{
        height: 206px;
    }
    .large-textwrap .service-header-image img{
        object-position: center;
    }
    .large-textwrap .service-header-image{
        margin-top: 0px;
    }
    /*---- Service Banner End -----*/

    .two-column-listing-item:not(:last-child){
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .two-column-listing-item .number{
        width: 24px;
        height: 24px;
        font-size: 16px;
        line-height: 22px;
    }

    /*------ Two Column Photo and text Start ------*/
    .key-points-box{
        width: 100%;
        right: 0px;
        bottom: 0px;
        padding: 25px 15px;
        position: relative;
        margin-top: -65px;
        left: 0px;
    }
    .switch-column .key-points-box{
        right: 0px;
    }

    .key-points-mobile .two-column-right{
        margin-bottom: 45px;
    }
    .two-column-photo-and-text .two-column-left {
        margin-bottom: 45px;
    }
    .tow-column-content em{
        font-size: 18px;
        line-height: 28px;
    }
    /*------ Two Column Photo and text end ------*/

    /*------- Product Details Start -----------*/
    .product-main-img {
        height: 350px;
        margin-bottom: 25px;
    }
    .product-details-right{
        padding: 100px 15px 35px 15px;
    }
    .product-details-left .title{
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    .label{
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    .specifications-item .specifications-title{
        width: 100%;
        padding-right: 0px;
        margin-bottom: 3px;
    }
    .specifications-item .text {
        width: 100%;
    }
    .product-details-single-sec{
        padding-bottom: 65px;
    }
    .accrodion-content{
        padding-bottom: 6px;
    }
    .specifications-item .specifications-title h5{
        font-size: 14px;
        line-height: 22px;
    }
    .product-thumbnails-wrap{
        overflow: visible;
    }
    .product-thumbnails .slick-list,.product-thumbnails .slick-track{
        overflow: inherit;
    }
    /*------- Product Details End -----------*/

    /*-------- Products Start --------*/
    .single-product-list, .cta-card-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product-count-result{
        margin-bottom: 15px;
    }
    .product-single-box{
        padding: 45px 35px;
    }
    .cta-card{
        padding: 25px 15px;
    }
    .cta-card-top {
        margin-bottom: 270px;
    }
    .cta-card-btn{
        width: 100%;
        left: 0px;
        right: 0px;
        padding: 0px 15px;
    }
    .product-single-box img{
        height: 245px;
    }
    .cta-card-btn{
        bottom: 25px;
    }
    .cta-card-bottom{
        bottom: 0px;
    }
    .cta-card-image{
        margin-bottom: -50px;
    }
    .cta-card-wrap.mb-50{
        margin-bottom: 25px;
    }
    /*-------- Products End --------*/


	/*---------- News and insight Start --------*/
	
	section.insight-name-section {
	    padding-top: 102px;
	    margin-bottom: 0;
	}
	.insight-name-section .search-wrapper{
		flex-direction: column;
	}
	.insight-name-section .search-wrapper input{
		width: 100%;
		
	}
	.search-wrapper{
		margin-top: 45px;
	}
	section.insight-name-section, .line-bottom , .static-text{
		margin-bottom: 25px; 
	}
	.news-grid .blog-content {
		padding-top: 14px;
	}
	.mb-45{
		margin-bottom: 30px;
	}

	.news-grid{
		margin-bottom:0;
	}
    .insight-name-section .dropdown-wrapper img {
        width: 34px;
        height: 34px;
        margin-left: 5px;

    }    
    /*---------- News and insight end --------*/

    /*-------- Products Card Start --------*/
    .products-cards-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .products-cards .title {
        max-width: 100%;
        padding-bottom: 40px;
    }
    .products-cards-item h3{
        margin-bottom: 5px;
    }
    .products-cards-item{
        padding: 25px 15px;
    }
    /*-------- Products Card End --------*/

    /*-------- Sustainable Packaging Start --------*/
    .sustainable-packaging-image::before{
        border-radius: 30px;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);
    }
    .sustainable-packaging-content{
        padding: 60px 0px 90px 0px;
    }
    .sustainable-packaging-bottom .logo-wrap .logo-item {
        height: 65px;
        min-height: 100%;
    }
    /*-------- Sustainable Packaging End --------*/

    /*-------- Services Post Start --------*/
    .services-tab-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .services-tab-right{
        display: none;
    }
    .tab-menu{
        display: none;
    }.tab-box:not(:first-child){
        display: block;
    }
    .service-mobile-title {
        color: var(--blue);
        font-size: 14px;
        font-weight: 700;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        transition: var(--transition);
    }

    .service-mobile-title::after{
        content: "";
        position: relative;
        width: 24px;
        height: 24px;
        flex-shrink: 0;
        background-image: url(images/icons/keyboard_arrow_down-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        display: block;
        transition: var(--transition);
    }
    .service-mobile-title.active::after{
        background-image: url(images/icons/keyboard_arrow_down-red.svg);
        transform: rotate(180deg);
    }
    .services-tab-content{
        margin-top: 15px;
        margin-bottom: 10px;
        display: none;
    }
    .tab-box{
        cursor: pointer;
        border-radius: 12px;
        border: 1px solid #FFF;
        background: rgba(255, 255, 255, 0.50);
        padding: 14px 10px;
        width: 100%;
        max-width: 100%;
    }
    .tab-box:not(:last-child) {
        margin-bottom: 15px;
    }
    .service-mobile-title.active{
        color: var(--red);
    }
    .services{
        padding: 60px 0px 130px 0px;
    }
    .service-header-text p{
        font-size: 16px;
        line-height: 24px;
    }
    /*-------- Services Post End --------*/

    /*----- Corr Method Start --------*/
    .circle-dots span{
        width: 28px;
        height: 28px;
        z-index: 5;
        border: 10px solid var(--dark);
    }

    /*----- Corr Method Start --------*/

    .single-product-list.mb-50{
        margin-bottom: 25px;
    }
    .product-filter .product-result-grid .row {
        margin-bottom: -25px;
    }

    .about-lovepac-right .accrodion-title h5{
        font-size: 18px;
        line-height: 23px;
    }
    .dropdown-btn span{
        max-width: 200px;
    }
    .line-bottom{
        margin: 25px 0px;
    }
    .small-container h2 {
        font-size: 24px;
        line-height: 31px;
    }
    .about-lovepac-right .title h3{
        font-size: 32px;
        line-height: 42px;
    }
    .service-header-image {
        margin-top: -15px;
    }
    .hero-image-inner img{
        width: 100%;
    }
    .request-quote-btn .gform_footer .gform_button {
        width: 100%;
        background-position: calc(50% - -70px) !important;
    }
    .product-thumbnails-wrap {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-thumbnails {
        width: 100%;
    }
    .request-btn {
        width: 100%;
    }
    .two-column-hero-image{
        height: 400px;
    }
}

@media only screen and (max-width:575px) {
    .btn, a.btn {
        width: 100%;
        padding: 15px 10px !important;
    }
    .btn:hover::after{
        transform: translateX(0);
        opacity: 1;
    }
    .btn.download:hover::after {
        transform: translateY(0%);
        opacity: 1;
    }
    .btn::before{
        display: none;
    }

}
@media only screen and (max-width: 375px){
    .two-column-images {
        height: 475px;
    }
    /*------- Blue Section Start ----------*/
    .blue-sec-image {
        min-height: 251px;
        height: 251px;
    }
    /*------- Blue Section End ----------*/

    /*------- Products Start ----------*/
    .cta-card-top {
        margin-bottom: 230px;
    }
    .product-main-img {
        height: 300px;
    }
    /*------- Products End ----------*/

    .two-column-hero-image {
        height: 350px;
    }
}

@media only screen and (max-width: 360px){
    /*----- Image Carousel Start --------*/
    .image-slide-item .image{
        height: 211px;
    }
    /*----- Image Carousel End --------*/
    .homepage-hero-banner .large-icon {
        bottom: -20px;
    }
    .large-image-based-text .top {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 320px){
    .more-insights .blog-image img {
        height: 184px;
    }
    .inner-hero-banner-images .inner-large-icon{
        bottom: -10px;
    }
    .large-image-based-text .top {
        margin-bottom: 30px;
    }
    .why-it-works-images-right {
        margin-left: -80px;
    }
    .cta-card-top {
        margin-bottom: 180px;
    }
    .product-main-img {
        height: 250px;
    }
}