<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*  STYLE FOR PRICING BOX
*
*
*  [Table of contents]
*
*  [&amp;. Content / #key]
*  [Let press Ctrl + f and type of paste the key, then press Enter to search the content ]
*
*  Summary:
*
*
*   1. Pricing Box Layout 1
*   2. Pricing Box Layout 2
*   3. Pricing Box Layout 3
*   4. Pricing Box Layout 4
*
*   RESPONSIVE
*
*
*
*/

/*=====================================
=            1.0 Variable             =
=====================================*/
    .slz-pricing-box {
        top: 2px;
        font-size: 14px;
        overflow: hidden;
        position: relative;
        text-align: center;
        transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
    }

    .slz-pricing-box .pricing-label {
        font-size: 14px;
        top: 5px;
        left: 0px;
        color: #fff;
        margin: 0px;
        z-index: 10;
        height: auto;
        min-width: 40px;
        font-weight: 700;
        padding: 8px 0 0 0;
        border-radius: 0px;
        text-align: center;
        position: absolute;
        text-transform: uppercase;
        -webkit-border-radius: 0px;
        background-color: transparent;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }

    .slz-pricing-box .pricing-label:before {
        top: 0;
        width: 0px;
        height: 0px;
        right: -50%;
        content: "";
        z-index: -1;
        position: absolute;
        border-style: solid;
        border-width: 0 80px 80px 0;
        transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        border-color: transparent #da0f32; transparent transparent;
    }

    .slz-pricing-box .pricing-header  {
        padding: 30px;
        text-align: center;
    }

    .slz-pricing-box  .pricing-title {
        color: #333;
        font-size: 18px;
        text-transform: capitalize;
    }

    .slz-pricing-box  .pricing-price {
        color: #da0f32;
        direction: rtl;
        font-size: 36px;
        line-height: 1.2;
    }

    .slz-pricing-box .pricing-price .unit {
        top: -15px;
        line-height: 1;
        font-size: 16px;
        margin-left: -5px;
    }

    .slz-pricing-box .pricing-price .per {
        display: block;
        color: #b1b1b1;
        font-size: 16px;
        direction: initial;
    }

    .slz-pricing-box .pricing-price .per:before {
        content: "/";
        line-height: 1;
        color: inherit;
        font-size: 10px;
        margin-right: 5px;
        position: relative;
        vertical-align: middle;
        display: inline-block;
    }

    .slz-pricing-box .pricing-body .item {
        font-size: 13px;
        line-height: 24px;
        padding: 8px 30px;
    }

    .slz-pricing-box:hover,
    .slz-pricing-box.active {
        top: -8px;
    }

    .slz-list-pricing-box.slick-slider .item.slick-slide {
            padding: 10px 15px 2px 15px;
    }
    .slz-list-pricing-box.slick-slider .slick-dots {
        margin: 0;
        padding: 0;
    }

    .la-india .slz-list-pricing-box.slick-slider .item{
        padding: 15px;
    } 

    .slz-list-pricing-box.slick-slider .item,
    .slz-list-pricing-box.slick-slider.slz-column-3 .item:nth-child(-n + 3) {
        margin-top: 0;
    }

/*=====  End of 1. Variable  ========*/

/*===============================================
=            1. Pricing Box Layout 1            =
===============================================*/

    .la-united-states .slz-pricing-box {
        text-align: left;
        background-color: #fafafa;
        box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
    }

    .la-united-states .pricing-price.wrapper-circle {
        min-width: 127px;
        border-radius: 50%;
        padding: 28px 10px;
        display: inline-block;
        border: 1px solid #b1b1b1;
    }

    .la-united-states  .slz-pricing-box  .pricing-title {
        font-weight: 700;
        text-transform: uppercase;
    }

    .la-united-states .slz-pricing-box  .pricing-price {
        font-size: 48px;
        line-height: 1.1;
    }

    .la-united-states .slz-pricing-box .pricing-title + .pricing-price {
        margin-top: 15px;
    }

    .la-united-states .slz-pricing-box .pricing-price + .pricing-title {
        margin-top: 15px;
    }

    .la-united-states .slz-pricing-box .pricing-sub-title {
        margin-top: 15px;
        font-size: 14px;
    }

    .la-united-states .slz-pricing-box .pricing-body {
        text-align: left;
        padding: 0 0 40px 0;
    }
    
    .la-united-states .slz-pricing-box .pricing-body:empty {
        padding-bottom: 0;
    }

    .la-united-states .slz-pricing-box .pricing-body .item .slz-icon {
        float: right;
        line-height: 24px;
    }

    .la-united-states .slz-pricing-box .pricing-body .item:nth-child(2n + 1) {
        background-color: #ececec;
    }

    .la-united-states .slz-pricing-box .pricing-footer .pricing-button {
        color: #fff;
        width: 100%;
        border: none;
        font-size: 14px;
        font-weight: 700;
        border-radius: 0;
        padding: 15px 30px;
        text-align: center;
        white-space: normal;
        background-color: #a6a6a6;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .la-united-states .slz-pricing-box.active .pricing-button,
    .la-united-states .slz-pricing-box .pricing-footer .pricing-button:hover {
        color: #fff;
        background-color: #da0f32;
    }
    .la-united-states .slz-pricing-box.active .pricing-button:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.2);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .la-united-states .slz-pricing-box.active .pricing-button:hover:before {
        opacity: 1;
    }   
    .la-united-states .slz-pricing-box:hover,
    .la-united-states .slz-pricing-box.active {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    }

/*=====  End of 1. Pricing Box Layout 1  ======*/


/*===============================================
=            2. Pricing Box Layout 2            =
===============================================*/
    .la-india .slz-pricing-box {
        text-align: center;
        box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
    }

    .la-india .slz-pricing-box .pricing-header {
        width: 100%;
        color: #fff;
        padding: 30px;
        display: block;
        background-color: #da0f32;
    }

    .la-india .slz-pricing-box .pricing-label {
        color: #da0f32;
    }

    .la-india .slz-pricing-box .pricing-label:before {
        border-color: transparent #fff;
    }

    .la-india .slz-pricing-box .pricing-title,
    .la-india .slz-pricing-box .pricing-price {
        color: #fff;
        text-align: left;
        display: inline-block;
        vertical-align: middle;
    }

    .la-india .slz-pricing-box .pricing-title {
        font-weight: 600;
        padding-right: 10px;
        text-transform: uppercase;
        width: calc(100% - 100px);
    }

    .la-india .slz-pricing-box .pricing-price {
        width: 100px;
        text-align: right;
    }

    .la-india .slz-pricing-box .pricing-price .per {
        color: #fff;
    }

    .la-india .slz-pricing-box .pricing-sub-title {
        display: block;
        margin-top: 10px;
    }

    .la-india .slz-pricing-box .pricing-body {
        padding: 22px 30px;
    }
    .la-india .slz-pricing-box .pricing-body .item {
        padding: 8px 0px;
    }
    .la-india .slz-pricing-box .pricing-body .item .slz-icon {
        margin-right: 5px;
    }

    .la-india .slz-pricing-box .pricing-footer {
        text-align: center;
        padding: 0px 30px 30px 30px;
    }

    .la-india .slz-pricing-box .pricing-footer .pricing-button {
        color: #fff;
        font-size: 14px;
        min-width: 180px;
        font-weight: 600;
        border-radius: 0;
        text-align: center;
        padding: 10px 20px;
        white-space: normal;
        background-color: #da0f32;
        border: 1px solid #da0f32;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .la-india .slz-pricing-box .pricing-footer .pricing-button:before {
        content: "\f00c";
        font-weight: 300;
        margin-right: 10px;
        font-family: fontAwesome;
    }
    .la-india .slz-pricing-box.active .pricing-footer .pricing-button:hover,
    .la-india .slz-pricing-box.active .pricing-footer .pricing-button {
        background-color: #da0f32;
        border: 1px solid #da0f32;
        color: #FFFFFF;
    }
    .la-india .slz-pricing-box.active .pricing-footer .pricing-button:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.3);
        z-index: -1;
        opacity: 1;
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease; 
    }
    .la-india .slz-pricing-box.active .pricing-footer .pricing-button:hover:before{
        opacity: 0;
    }

    .la-india .slz-pricing-box .pricing-footer .pricing-button:hover {
        color: #da0f32;
        background-color: #fff;
    }

    .la-india .slz-pricing-box:hover,
    .la-india .slz-pricing-box.active {
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    }

/*=====  End of 2. Pricing Box Layout 2  ======*/



/*===============================================
=            3. Pricing Box Layout 3            =
===============================================*/
    .la-united-kingdom .slz-pricing-box {
        z-index: 1;
        padding: 30px;
    }

    .la-united-kingdom .slz-pricing-box:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: -1;
        position: absolute;
        border: 2px solid #f0f0f0;
        transition: all 0.3s ease;
    }

    .la-united-kingdom .slz-pricing-box .pricing-header {
        position: relative;
        padding: 10px 0 25px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .la-united-kingdom .slz-pricing-box .pricing-title {
        font-weight: 600;
    }

    .la-united-kingdom .slz-pricing-box .pricing-sub-title {
        font-size: 12px;
        margin-top: 10px;
        line-height: 18px;
        font-style: italic;
    }

    .la-united-kingdom .slz-pricing-box .pricing-body {
        padding-top: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #f0f0f0;
    }

    .la-united-kingdom .slz-pricing-box .pricing-body .item {
        padding-left: 0;
        padding-right: 0;
    }

    .la-united-kingdom .slz-pricing-box  .pricing-price {
        line-height: 1;
        direction: ltr;
        font-size: 60px;
        font-weight: 600;
        line-height: 60px;
        padding-top: 30px;
        padding-bottom: 20px;
        border-bottom: 1px solid #f0f0f0;
    }

    .la-united-kingdom .slz-pricing-box .pricing-price .unit {
        left: 10px;
        line-height: 1;
        margin-left: 0;
        font-size: 30px;
    }

    .la-united-kingdom .slz-pricing-box .pricing-price .per {
        left: -12px;
        line-height: 1;
        font-weight: 400;
        position: relative;
        display: inline-block;
        text-transform: uppercase;
    }

    .la-united-kingdom .slz-pricing-box .pricing-footer .pricing-button {
        color: #da0f32;
        font-size: 14px;
        min-width: 180px;
        margin-top: 30px;
        font-weight: 600;
        border-radius: 0;
        text-align: center;
        padding: 10px 20px;
        white-space: normal;
        border: 2px solid #f0f0f0;
        text-transform: uppercase;
        background-color: transparent;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

    .la-united-kingdom .slz-pricing-box .pricing-footer .pricing-button:hover,
    .la-united-kingdom .slz-pricing-box:hover .pricing-footer .pricing-button,
    .la-united-kingdom .slz-pricing-box.active .pricing-footer .pricing-button {
        color: #fff;
        border-color: #da0f32;
        background-color: #da0f32;
    }
    .la-united-kingdom .slz-pricing-box .pricing-footer .pricing-button:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        background-color: rgba(0,0,0,0.3);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .la-united-kingdom .slz-pricing-box:hover .pricing-footer .pricing-button:hover:before,
    .la-united-kingdom .slz-pricing-box.active .pricing-footer .pricing-button:hover:before {
        opacity: 1;
    }

    .la-united-kingdom .slz-pricing-box:hover:before,
    .la-united-kingdom .slz-pricing-box.active:before {
        border-color: #da0f32;
    }

/*=====  End of 3. Pricing Box Layout 3  ======*/


/*===============================================
=            4. Pricing Box Layout 4            =
===============================================*/
    .la-italy .slz-pricing-box {
        margin-top: 34px;
        overflow: inherit;
        border: 1px solid #f0f0f0;
    }

    .la-italy .slz-pricing-box .pricing-label {
        left: 0;
        right: 0;
        top: auto;
        color: #fff;
        bottom: 100%;
        padding: 5px 20px;
        background-color: #da0f32;
        transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
    }

    .la-italy .slz-pricing-box .pricing-label:before {
        content: none;
    }

    .la-italy .slz-pricing-box .pricing-header {
        padding: 30px;
        position: relative;
    }

    .la-italy .slz-pricing-box .pricing-header:before {
        bottom: 0;
        left: 30px;
        right: 30px;
        height: 2px;
        content: "";
        position: absolute;
        background-color:  #f0f0f0;
    }

    .la-italy .slz-pricing-box .pricing-title {
        padding: 10px 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .la-italy .slz-pricing-box .pricing-price {
        direction: ltr;
        line-height: 1;
        font-size: 46px;
        margin-top: 15px;
        font-weight: 600;
    }

    .la-italy .slz-pricing-box .pricing-price .unit {
        left: 10px;
        line-height: 1;
        margin-left: 0;
        font-size: 24px;
    }

    .la-italy .slz-pricing-box .pricing-price .per {
        left: -5px;
        line-height: 1;
        font-weight: 400;
        position: relative;
        display: inline-block;
    }

    .la-italy .slz-pricing-box .sub-title {
        margin-top: 10px;
        font-size: 12px;
    }

    .la-italy .slz-pricing-box .pricing-body {
        padding: 22px 0;
        position: relative;
    }
    
    .la-italy .slz-pricing-box .pricing-body .item .slz-icon {
        margin-right: 5px;
    }

    .la-italy .slz-pricing-box .pricing-footer .pricing-button {
        color: #fff;
        width: 100%;
        font-size: 14px;
        font-weight: 700;
        border-radius: 0;
        padding: 15px 30px;
        text-align: center;
        white-space: normal;
        background-color: #da0f32;
        text-transform: uppercase;
        position: relative;
        z-index: 1;
        overflow: hidden;
    }
    .la-italy .slz-pricing-box .pricing-footer .pricing-button:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        opacity: 0;
        background-color: rgba(0,0,0,0.3);
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .la-italy .slz-pricing-box:hover .pricing-footer .pricing-button:before {
        opacity: 1;
    }
    .la-italy .slz-pricing-box:hover .pricing-footer .pricing-button:hover:before{
        opacity: 0;
    }
    .la-italy .slz-pricing-box.active .pricing-footer .pricing-button:before {
        opacity: 1;
    }
    .la-italy .slz-pricing-box.active .pricing-footer .pricing-button:hover:before{
        opacity: 0;
    }

/*=====  End of 4. Pricing Box Layout 4  ======*/


/*===============================================
=                 n. RESPONSIVE                 =
===============================================*/

    /*@media screen and (max-width: 1024px) {*/
        
        
        
    /* } */


        


/*==========  End of n. RESPONSIVE  ===========*/</pre></body></html>