@font-face {
    font-family: 'Century Normal';
    src: url('../fonts/Century Normal.eot');
    src: url('../fonts/Century Normal.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Century Normal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Normal';
    src: url('../fonts/Century-Normal.svg#Century-Normal') format('svg'),
        url('../fonts/Century-Normal.ttf') format('truetype'),
        url('../fonts/Century-Normal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


body {
    color: #656565;
    font-family: 'Lato', sans-serif;
    font-size: 14px !important;
    outline: none !important;
    text-decoration: none !important;
    background: #ffffff;
    line-height: 22px;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: #ff9901;
}

::selection {
    color: #fff;
    background: #ff9901;
}

a {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    text-decoration: none !important;
}

a:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

button:focus {
    outline: none !important;
}

.p-0 {
    padding: 0;
}

.m-b-15 {
    margin-bottom: 15px;
}

/* .container {
    max-width: 960px;
} */

.main-wrap {
    max-width: 960px;
    margin: 0 auto;
}

/* Starts Subscription page css */

.logo {
    margin-bottom: 20px;
}

.logo img {
    width: 250px;
    margin: 0 auto;
    display: table;
}

.subscription-box {
    padding: 20px 0;
}

.subscription-box .lk-subscription-panel h1 {
    font-size: 20px;
    font-weight: 700;
    color: #3c3c3c;
}

.sec {
    background: url(../images/lk-subs-bg.jpg);
    background-size: cover;
    padding: 10px 10px;
    background-repeat: no-repeat;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -moz-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -ms-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -o-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
}

.side-part h2 {
    font-size: 26px;
    color: #3c3c3c;
    padding: 0;
    font-weight: 700;
}

.side-part p {
    font-size: 16px;
    color: #444444;
}

.lk-connect-section h3 {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
}

.lk-connect-section h3 span:nth-child(1) {
    color: #ff9901;
    font-weight: 700;
    font-size: 20px;
}

.lk-plans-box h2 {
    font-size: 20px;
    color: #3c3c3c;
    line-height: 28px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    margin: 0;
}

.lk-plans-box h2 span:nth-child(1) {
    color: #ff9901;
    font-weight: 700;
    font-size: 20px;
}

.tile-panel {
    margin-bottom: 25px;
}

.plan-tile {
    box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -webkit-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -moz-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -ms-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    -o-box-shadow: 1px 1px 6.51px 0.49px rgba(55, 55, 55, 0.19);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    padding: 70px 20px 20px 20px;
    margin-top: 70px;
    min-height: 830px;

}

.plan-tile .icons {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcd46+0,ff9000+99 */
    background: #ffcd46;
    /* Old browsers */
    background: -moz-linear-gradient(left, #ffcd46 0%, #ff9000 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffcd46 0%, #ff9000 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffcd46 0%, #ff9000 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd46', endColorstr='#ff9000', GradientType=1);
    /* IE6-9 */
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -webkit-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -moz-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -ms-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -o-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 0px;
}

.plan-tile .icons.essential {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcd46+0,ff9000+99 */
    background: #1eafeb;
    /* Old browsers */
    background: -moz-linear-gradient(left, #1eafeb 0%, #008bc5 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1eafeb 0%, #008bc5 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1eafeb 0%, #008bc5 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd46', endColorstr='#ff9000', GradientType=1);
    /* IE6-9 */
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -webkit-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -moz-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -ms-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -o-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 0px;
}

.plan-tile .icons.growth {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffcd46+0,ff9000+99 */
    background: #219f1a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #80cb5e 0%, #219f1a 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #80cb5e 0%, #219f1a 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #80cb5e 0%, #219f1a 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcd46', endColorstr='#ff9000', GradientType=1);
    /* IE6-9 */
    text-align: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: table;
    margin: 0 auto;
    box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -webkit-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -moz-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -ms-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    -o-box-shadow: 1px 1px 6px 0px rgba(55, 55, 55, 0.29);
    position: absolute;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    top: 0px;
}

.plan-tile .icons img {
    width: 45px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.plan-tile .icons h4 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}

.plan-tile ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    min-height: 590px;
}

.plan-tile ul li {
    display: block;
    line-height: 34px;
}

.plan-tile ul li img {
    width: 18px;
    margin-right: 10px;
}

.plan-tile p {
    text-align: center;
}

.plan-tile .rupee {
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.plan-tile .rupee span {
    font-size: 30px;
    font-weight: bold;
}

.plan-tile .rupee .fa {
    font-size: 28px;
    font-weight: normal;
    margin-right: 5px;
}

.plan-tile .rupee.small {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.plan-tile .rupee.small .fa {
    font-size: 18px;
    font-weight: normal;
    margin-right: 5px;
}

.plan-tile .rupee.small {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: line-through;
    margin-bottom: 10px;
}

.plan-tile .rupee.small span {
    font-size: 18px;
    font-weight: bold;
}

.plan-tile.part {
    border: 1px solid #ff8400;
}

.plan-tile.part1 {
    border: 1px solid #008bc5;
}

.plan-tile.part2 {
    border: 1px solid #23a01d;
}

.plan-tile a {
    background: #ff8400;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: table;
    margin: 0 auto;
    margin-top: 45px;
    text-transform: uppercase;
    font-weight: 700;
}

.plan-tile.part1 a {
    background: #008bc5;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}

.plan-tile.part2 a {
    background: #3dac2f;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-ms-border-radius: 6px;
    -o-border-radius: 6px;
    display: table;
    margin: 0 auto;
    margin-top: 15px;
}

.faq {
    margin-top: 25px;
    margin-bottom: 25px;
}

.faq h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#accordionExample .btn[aria-expanded=false] span:before {
    transition: all .5s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    float: right;
    transition: all .5s;
}

#accordionExample .btn[aria-expanded=true] span:before {
    content: "\f107";
    transition: all .5s;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.mw-600 {
    max-width: 600px;
}

.accordion .btn {
    text-align: left;
}

.faq .card-header {
    padding: 10px;
}

.faq .card-header .btn {
    padding: 0;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
}

.faq .collapse {
    text-align: left;
}

.faq .card-body {
    padding: 10px;
    font-size: 15px;
}

span.ml-auto {
    position: absolute;
    right: 15px;
    top: 16px;
}

.collapse span {
    text-decoration: underline;
}










/* Ends Subscription page css */

@media screen and (max-height: 450px) {}

@media only screen and (max-width:435px) {}

@media only screen and (max-width: 390px) {}


@media only screen and (max-width: 380px) {}

@media only screen and (max-width: 368px) {

    .subscription-box .lk-subscription-panel h1 {
        font-size: 17px;
    }

    .lk-connect-section h3 {
        font-size: 18px;
    }

    .lk-connect-section h3 span:nth-child(1) {
        font-size: 18px;
    }

    .lk-plans-box h2 {
        font-size: 18px;
    }

    .lk-plans-box h2 span:nth-child(1) {
        font-size: 18px;
    }

    .faq .card-header .btn {
        font-size: 14px;
    }

    .faq .card-body {
        font-size: 14px;
    }

    .plan-tile ul {
        min-height: auto;
    }

    .plan-tile {
        min-height: auto;
    }

    .plan-tile.part1,
    .plan-tile.part2 {
        margin-top: 100px;
    }

    .faq {
        margin-top: 0;
        margin-bottom: 0;
    }

    span.ml-auto {
        right: 5px;
    }
}

@media only screen and (max-width: 354px) {}


@media only screen and (max-width: 327px) {}