.card {
            /*width: 250px;*/
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            /*text-align: center;*/
        }
        
        .imgSlide {
            width: 100%;
            height: 200px !important;
            padding: 5px;
        }
        
        h2 {
            text-align: center;
            padding-bottom: 1em;
        }
        
        .slick-dots {
            text-align: center;
            margin: 0 0 10px 0;
            padding: 0;
        }
        
        .slick-dots li {
            display: inline-block;
            margin-left: 4px;
            margin-right: 4px;
        }
        
        .slick-dots li.slick-active button {
            background-color: black;
        }
        
        .slick-dots li button {
            font: 0/0 a;
            text-shadow: none;
            color: transparent;
            background-color: #999;
            border: none;
            width: 15px;
            height: 15px;
            border-radius: 50%;
        }
        
        .slick-dots li:hover {
            background-color: black;
        }
        /* Custom Arrow */
        
        .prev {
            color: #999;
            position: absolute;
            top: 38%;
            left: -2em;
            font-size: 1.5em;
        }
        
        .prev:hover {
            cursor: pointer;
            color: black;
        }
        
        .next {
            color: #999;
            position: absolute;
            top: 38%;
            right: -2em;
            font-size: 1.5em;
        }
        
        .next:hover {
            cursor: pointer;
            color: black;
        }
        
        @media screen and (max-width: 800px) {
            .next {
                display: none !important;
            }
        }
        
        .image-gallery {
            height: 300px !important;
        }
        
        .single-services {
            min-height: 500px;
            padding: 1.5%;
        }
        
        .carousel-control.left,
        .carousel-control.right {
            background: none !important;
            filter: progid: none !important;
            outline: 0;
        }
        
        .carousel:hover .carousel-control {
            visibility: visible;
        }
        
        
        
        .dropbtn {
            background-color: #3498DB;
            color: white;
            padding: 16px;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }
        
        .dropbtn:hover,
        .dropbtn:focus {
            background-color: #2980B9;
        }
        
        .dropdown {
            position: relative;
            display: inline-block;
        }
        
        .dropdown-content {
            display: none;
            position: absolute;
            background-color: #f1f1f1;
            min-width: 160px;
            overflow: auto;
            border-radius: 10px;
            color: black !important;
            padding-left: 15px !important;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
        
        .dropdown-content a {
            color: black !important;
            text-decoration: none;
            display: block;
        }
        
        .a2 {
            margin-top: -30px !important;
        }
        
        .dropdown a:hover {
            background-color: #ddd;
        }
        
        .show {
            display: block;
        }
        
        .header-area {
            background-color: #727788 !important;
        }
        
        .plastics-padding {
            padding-top: 90px;
        }
        
        .plastic_img {
            height: 250px;
        }
        
        .pointer {
            cursor: pointer;
        }
        .products_images {
            height: 50vh;
        }
        .close
        {
            padding: 2% !important;
        }
        .padding-box {
            padding-left: 10%;
            padding-right: 10%;
            font-size: 90%;
        }
        .read_more_plastic {
            display: none;
            color: #337ab7;
        }
        .inner_links {
            color: #74a9d8;
            text-decoration: none;
        }
        /* unvisited link */
        a:link {
         color: #74a9d8;
         text-decoration: none;
        }
        
        /* visited link */
        a:visited {
          color: #74a9d8;
          text-decoration: none;
        }
        
        /* mouse over link */
        a:hover {
          color: #74a9d8;
          text-decoration: none !important;
        }
        
        /* selected link */
        a:active {
           text-decoration: none;
         color: #74a9d8;
        }
        @media only screen and (max-width: 550px) {
            .carousel-inner p {
                margin-left: 35px;
                width: 80%;
            }
            .plastic_img {
                padding: 20px;
            }
            .read_more_plastic {
                display: inline;
            }
            .hidden_plastic
            {
                display: none;
            }
        }
        
        
/* css list with numeber circle background -------------- */

.numberlist{

    width:450px;


}

.numberlist ol{

                counter-reset: li;

                list-style: none;

                *list-style: decimal;

                font: 15px 'trebuchet MS', 'lucida sans';

                padding: 0;

                margin-bottom: 4em;


}

.numberlist ol ol{

                margin: 0 0 0 2em;

            }


.numberlist a{

                position: relative;

                display: block;

                padding: .4em .4em .4em 2em;

                *padding: .4em;

                margin: .5em 0;

                background: #FFF;

                color: #444;

                text-decoration: none;

                -moz-border-radius: .3em;

                -webkit-border-radius: .3em;

                border-radius: .3em;

            }


.numberlist a:hover{

                background: #cbe7f8;

                text-decoration:underline;

            }

.numberlist a:before{

                content: counter(li);

                counter-increment: li;

                position: absolute;

                left: -1.3em;

                top: 50%;

                margin-top: -1.3em;

                background: #87ceeb;

                height: 2em;

                width: 2em;

                line-height: 2em;

                border: .3em solid #fff;

                text-align: center;

                font-weight: bold;

                -moz-border-radius: 2em;

                -webkit-border-radius: 2em;

                border-radius: 2em;

                color:#FFF;

            }


/* End css list with numeber circle background -------------- */