﻿  @import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,800&display=swap");
  @import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,800&display=swap");
   .lm-underline {
            position: relative;
        }
        
        .lm-underline:after {
            position: absolute;
            content: ' ';
            right: 5%;
            left: 5%;
            bottom: 0;
            height: 1px;
            background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
            background-image: linear-gradient(90deg, transparent, #fff, transparent);
        }
        
        .lm-tabel {
              font-family: "Poppins", sans-serif;
            max-width: 1000px;
            width: 100%;
            padding-top: 10px;
            margin: 0 auto;
        }
        
        .lm-item-1 .lm-item-bottom,
        .lm-item-1 .lm-item-top {
            background-color: #341b37;
            background-image: -webkit-linear-gradient(135deg, #85468c, #241326);
            background-image: linear-gradient(-45deg, #85468c, #241326);
        }
        
        .lm-item-2 .lm-item-bottom,
        .lm-item-2 .lm-item-top {
            background-color: #e30a51;
            background-image: -webkit-linear-gradient(135deg, #f6266b, #7e052d);
            background-image: linear-gradient(-45deg, #f6266b, #7e052d);
        }
        
        .lm-item-3 .lm-item-bottom,
        .lm-item-3 .lm-item-top {
            background-color: #286caa;
            background-image: -webkit-linear-gradient(135deg, #4d93d5, #1a466f);
            background-image: linear-gradient(-45deg, #4d93d5, #1a466f);
        }
        
        .lm-item {
            -webkit-transform: scale(0.9);
            transform: scale(0.9);
            vertical-align: top;
            width: 33%;
            float: left;
            display: inline-block;
            position: relative;
            -webkit-transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
            transition: -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
            transition: transform 0.3s ease-out, filter 0.3s;
            transition: transform 0.3s ease-out, filter 0.3s, -webkit-transform 0.3s ease-out, -webkit-filter 0.3s;
        }
        
        .lm-item:hover {
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        
        .lm-item:not(:hover).blur {
            -webkit-filter: blur(3px);
            filter: blur(3px);
        }
        
        .lm-item:after,
        .lm-item:before {
            z-index: -1;
            content: ' ';
            position: absolute;
            left: 10px;
            top: 80%;
            bottom: 18px;
            right: 10px;
            -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
            box-shadow: 0px 25px 10px -8px rgba(0, 0, 0, 0.4);
        }
        
        .lm-item:after {
            -webkit-transform: rotate(6deg) translate3d(15px, 0, 0);
            transform: rotate(6deg) translate3d(15px, 0, 0);
        }
        
        .lm-item:before {
            -webkit-transform: rotate(-6deg) translate3d(-15px, 0, 0);
            transform: rotate(-6deg) translate3d(-15px, 0, 0);
        }
        
        .lm-item-top {
            padding-top: 20px;
            text-transform: uppercase;
            border-top-left-radius: 7px;
            border-top-right-radius: 7px;
            text-align: center;
        }
        
        .lm-item-title {
            color: #e3dfe2;
            font-weight:bold;
             font-size:24px;
            font-family: "Poppins", sans-serif;

        }
        
        .lm-item-price {
            background: rgba(255, 255, 255, 0.05);
            margin-top: 10px;
            font-size: 24px;
            line-height:32px;
            color: #fff;
        }
        
        .lm-item-price i {
            font-size: 15px;
        }
        
        .lm-item-body {
            padding: 15px;
            background: #fff;
        }
        
        .lm-item-desc {
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        
        .lm-item-desc strong {
            color: #868686;
            font-family: "Poppins", sans-serif;
            font: 400 16px;
        }
        
        .lm-item-desc p {
            color: #868686;
            margin: 0;
        }
        
        .lm-item-list {
            margin: 0;
            padding: 0;
            list-style: none;
        }
        
        .lm-item-list li {
            color: #505050;
            border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
            margin-bottom: 5px;
             
        }
        
        .lm-item-list li:nth-child
        {
            background-color: #fbfbfb;
        }
        
        .lm-item-list .icon-cancel,
        .lm-item-list .icon-ok {
            float: right;
        }
        
        .lm-item-list .icon-ok {
            color: #75bc9a;
        }
        
        .lm-item-list .icon-cancel {
            color: #bf7375;
        }
        
        .lm-item-link {
            text-align: center;
            margin-top: 15px;
        }
        
        .lm-item-link a {
            text-decoration: none;
        }
        
        .lm-item-link display inline-block {
            height: 54px;
        }
        
        .lm-item-link display inline-block:hover {
            -webkit-transition: -webkit-transform 0.3s;
            transition: -webkit-transform 0.3s;
            transition: transform 0.3s;
            transition: transform 0.3s, -webkit-transform 0.3s;
            -webkit-transform: translate3d(0, -3px, 0);
            transform: translate3d(0, -3px, 0);
        }
        
        .lm-item-link display inline-block:active {
            -webkit-transition: -webkit-transform 0.1s;
            transition: -webkit-transform 0.1s;
            transition: transform 0.1s;
            transition: transform 0.1s, -webkit-transform 0.1s;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }
        
        .lm-item-link text {
            font-size: 21px;
            font-weight: 700;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        
        .lm-item-bottom {
            text-align: center;
            border-bottom-left-radius: 7px;
            border-bottom-right-radius: 7px;
            padding: 15px;
            color: rgba(255, 255, 255, 0.5);
            font-weight: 100;
            min-height: 20px;
        }
        
        .lm-item-bottom span {
            color: #fff;
            font-weight: 400;
            margin-right: 3px;
            -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
            display: inline-block;
        }
        
    
        
        [class^="icon-"]:before,
        [class*=" icon-"]:before {
            font-family: "Poppins", sans-serif;
            font-style: normal;
            font-weight: normal;
            speak: none;
            display: inline-block;
            text-decoration: inherit;
            width: 1em;
            margin-right: 0.2em;
            text-align: center;
            font-variant: normal;
            text-transform: none;
            line-height: 1em;
            margin-left: 0.2em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }
        
        .icon-dollar:before {
            content: '\e806';
        }
        
        .icon-cancel:before {
            content: '\e807';
        }
        
        .icon-ok:before {
            content: '\e808';
        }