@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, .4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, .4)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%);
        box-shadow: 0 0 0 0 rgb(255 191 14/40%)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@-webkit-keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent
    }
}

@keyframes pulse3 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 191 14/40%);
        box-shadow: 0 0 0 0 rgb(255 191 14/40%)
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
        box-shadow: 0 0 0 10px transparent
    }

    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

* {
    letter-spacing: .4px
}

body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #121127;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

details {
    display: block
}

h1 {
    font-size: 2em
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio],
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    font-weight: 400
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

img[data-aload] {
    font-size: 0 !important;
    opacity: 0 !important;
    height: 0 !important;
    display: none !important
}

.d-inline {
    display: inline
}

.d-block,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

.d-inline-block {
    display: inline-block
}

.d-table {
    display: table
}

.d-table-cell {
    display: table-cell
}

.d-flex,
.media {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.media {
    display: -ms-flexbox;
    -ms-flex-align: start;
    align-items: flex-start
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-space {
    justify-content: space-between
}

.flex-dir-column {
    flex-direction: column
}

.font-italic {
    font-style: italic
}

.font-10 {
    font-size: 10px
}

.font-11 {
    font-size: 11px
}

.font-12 {
    font-size: 12px
}

.font-13 {
    font-size: 13px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-19 {
    font-size: 19px
}

.font-20 {
    font-size: 20px
}

.font-22 {
    font-size: 22px
}

.font-23 {
    font-size: 23px
}

.font-24 {
    font-size: 24px
}

.font-26 {
    font-size: 26px
}

.font-28 {
    font-size: 28px
}

.font-30 {
    font-size: 30px
}

.font-32 {
    font-size: 32px
}

.font-33 {
    font-size: 33px
}

.font-34 {
    font-size: 34px
}

.font-36,
.font-37 {
    font-size: 36px
}

.font-38 {
    font-size: 38px
}

.font-40,
.font-42 {
    font-size: 40px
}

.font-44 {
    font-size: 44px
}

.font-45 {
    font-size: 45px
}

.font-48 {
    font-size: 48px
}

.font-50 {
    font-size: 50px
}

.font-52 {
    font-size: 52px
}

.font-56 {
    font-size: 56px
}

.font-60 {
    font-size: 60px
}

.font-73 {
    font-size: 73px
}

.lh-1 {
    line-height: 1
}

.lh-18 {
    line-height: 18px
}

.lh-20 {
    line-height: 20px
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-25 {
    line-height: 25px
}

.lh-29 {
    line-height: 29px
}

.lh-30 {
    line-height: 30px
}

.lh-34 {
    line-height: 34px
}

.lh-36 {
    line-height: 36px
}

.lh-48 {
    line-height: 48px
}

.lh-56 {
    line-height: 56px
}

.lh-60 {
    line-height: 60px
}

.font-style-italic {
    font-style: italic
}

.line-through {
    text-decoration: line-through
}

.justify-content-end {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.width-100p {
    width: 100%
}

.height-100p {
    height: 100%
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.vertical-line {
    background: #d1d2df;
    width: 2px;
    height: 45px
}

.cta-btn {
    min-height: 52px;
    background: #444bd3;
    padding: 14px 32px
}

.cta-btn:active,
.cta-btn:focus,
.cta-btn:hover {
    border: 0 !important
}

.text-ellipsis {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}

.clear {
    clear: both;
    overflow: hidden
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.border-radius-2 {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.border-radius-3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px
}

.border-radius-4 {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px
}

.border-radius-5 {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px
}

.border-radius-6 {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px
}

.border-radius-8 {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px
}

.border-radius-9 {
    border-radius: 9px;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px
}

.border-radius-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.border-radius-12 {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px
}

.border-radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px
}

.border-radius-16 {
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px
}

.border-radius-18 {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px
}

.border-radius-33 {
    border-radius: 33px;
    -webkit-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px
}

.border-radius-37 {
    border-radius: 37px;
    -webkit-border-radius: 37px;
    -moz-border-radius: 37px;
    -ms-border-radius: 37px;
    -o-border-radius: 37px
}

.border-radius-50 {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.common-shadow {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08)
}

.text-capitalize {
    text-transform: capitalize
}

.text-uppercase {
    text-transform: uppercase
}

.text-color-1 {
    color: #121127
}

.text-color-2 {
    color: rgba(18, 17, 39, .9)
}

.text-color-3 {
    color: rgba(38, 38, 38, .9)
}

.text-color-4 {
    color: rgba(38, 38, 38)
}

.text-color-7 {
    color: rgba(47, 56, 87, .9)
}

.text-color-8 {
    color: rgba(38, 38, 38, .8)
}

.text-color-9 {
    color: rgba(0, 0, 0, .8)
}

.text-color-10 {
    color: rgba(38, 38, 38, .81)
}

.text-color-11 {
    color: rgba(38, 38, 38, .7)
}

.text-color-12 {
    color: rgba(0, 0, 0)
}

.text-color-13 {
    color: rgba(244, 92, 110)
}

.text-color-14 {
    color: rgba(18, 17, 39, .56)
}

.text-color-15 {
    color: rgba(255, 255, 255, .56)
}

.text-color-16 {
    color: rgba(38, 38, 38, .7)
}

.text-color-17 {
    color: rgba(18, 17, 39, .4)
}

.text-color-18 {
    color: #5d5fef
}

.text-color-19 {
    color: #3f43c8
}

.text-color-20 {
    color: #8c8c8c
}

.text-color-21 {
    color: rgba(18, 17, 39, .7)
}

.text-color-22 {
    color: #7b7b7b
}

.text-color-23 {
    color: rgba(17, 34, 17, .56)
}

.text-color-24 {
    color: rgba(18, 17, 39, .48)
}

.text-color-25 {
    color: rgba(18, 17, 39, .56)
}

.text-color-26 {
    color: rgba(18, 17, 39, .8)
}

.text-color-27 {
    color: rgba(18, 17, 39, .77)
}

.text-color-28 {
    color: rgba(18, 17, 39, 0.69);
}

.text-color-29 {
    color: #4C50E0;
}

.text-color-30 {
    color: rgba(18, 17, 39, 0.41);
}

.text-color-31 {
    color: #3056D3;
}

.text-color-32 {
    color: rgba(18, 17, 39, 0.51);
}

.text-color-33 {
    color: rgba(18, 17, 39, 0.81);
}

.text-color-34 {
    color: rgba(18, 17, 39, 0.73);
}

.text-color-35 {
    color: rgba(18, 17, 34, 0.7);
}

.text-color-36 {
    color: #272738;
}

.text-color-37 {
    color: #828294;
}

.text-color-38 {
    color: rgba(18, 17, 39, 0.68);
}

.text-white {
    color: #fff
}

.color4 {
    color: #3237cf
}

.w-100 {
    width: 100% !important
}

.border-0 {
    border: 0 !important
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.text-decoration-underline {
    text-decoration: underline
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-medium {
    font-weight: 500 !important
}

.font-weight-thin {
    font-weight: 300 !important
}

.font-weight-semi {
    font-weight: 600 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-extrabold {
    font-weight: 800 !important
}

.border-bottom-none {
    border-bottom: 0 !important
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-10,
.col-11,
.col-12 {
    -webkit-box-flex: 0
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-7,
.col-8,
.col-9 {
    -webkit-box-flex: 0
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-4,
.col-5,
.col-6 {
    -webkit-box-flex: 0
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-1,
.col-2,
.col-3 {
    -webkit-box-flex: 0
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
    position: relative;
    width: 100%;
    padding-right: 15px !important;
    padding-left: 15px !important
}

a,
a:active a:hover,
a:focus,
a:visited {
    text-decoration: none
}

.align-middle {
    vertical-align: middle
}

.img-fluid {
    height: auto;
    max-width: 100%
}

.m-0 {
    margin: 0
}

.m-t-3 {
    margin-top: 3px
}

.m-t-5 {
    margin-top: 5px
}

.m-t-10 {
    margin-top: 10px
}

.m-t-15 {
    margin-top: 15px
}

.m-t-20 {
    margin-top: 20px
}

.m-t-25 {
    margin-top: 25px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-t-45 {
    margin-top: 45px !important
}

.m-t-50 {
    margin-top: 50px
}

.m-t-60 {
    margin-top: 60px
}

.m-t-70 {
    margin-top: 70px
}

.m-t-80 {
    margin-top: 80px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px
}

.m-tb-40 {
    margin-top: 40px;
    margin-bottom: 40px
}

.m-tb-45 {
    margin-top: 45px;
    margin-bottom: 45px
}

.m-tb-50 {
    margin-top: 50px;
    margin-bottom: 50px
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-12 {
    margin-bottom: 12px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-60 {
    margin-bottom: 60px
}

.m-b-70 {
    margin-bottom: 70px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-l-auto {
    margin-left: auto
}

.m-l-5 {
    margin-left: 5px
}

.m-l-10 {
    margin-left: 10px
}

.m-l-20 {
    margin-left: 20px
}

.m-r-5 {
    margin-right: 5px
}

.m-r-2 {
    margin-right: 2px
}

.m-r-8 {
    margin-right: 8px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-12 {
    margin-right: 12px
}

.m-r-15 {
    margin-right: 15px
}

.m-r-20 {
    margin-right: 20px
}

.m-r-30 {
    margin-right: 30px
}

.m-r-45 {
    margin-right: 45px
}

.breadcrumbs-sec ul,
.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-15 {
    padding: 15px
}

.p-16 {
    padding: 16px
}

.p-20 {
    padding: 20px
}

.p-25 {
    padding: 25px
}

.p-30 {
    padding: 30px
}

.px-10 {
    padding-left: 10px;
    padding-right: 10px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px
}

.pb-10 {
    padding-bottom: 10px
}

.p-b-20 {
    padding-bottom: 20px
}

.p-l-10 {
    padding-left: 10px
}

.p-l-20 {
    padding-left: 20px
}

.p-l-30 {
    padding-left: 30px
}

.p-r-10 {
    padding-right: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-25 {
    padding-top: 25px
}

.flex-block {
    flex: 1
}

.color-light-50 {
    color: rgba(49, 49, 49, .5)
}

.color-light-60 {
    color: rgba(49, 49, 49, .6)
}

.color-light-80 {
    color: rgba(49, 49, 49, .8)
}

.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end
}

header.main-header .container {
    padding: 0 15px;
    max-width: 1280px;
    margin: 0 auto
}

.blocker {
    z-index: 9999 !important;
    padding: 0 !important
}


.lkc-recharge-section .breadcrumb-tile .breadcrumb {
    background-color: transparent;
    margin-bottom: 25px;
    margin-top: 18px;
}

.lkc-recharge-section .breadcrumb-tile .breadcrumb li {
    font-size: 15px;
    color: #3237CF;
    font-weight: 600;
    display: inline-block;
}

.lkc-recharge-section .breadcrumb-tile .breadcrumb li a {
    color: rgba(18, 17, 39, 0.69);
    font-weight: 400;
}

.lkc-main-wrap .col-5 {
    flex: 0 0 48%;
    max-width: 48%;
}

.lkc-main-wrap .col-7 {
    flex: 0 0 52%;
    max-width: 52%;
}

.lkc-main-wrap .lkc-lw-left-side {
    background: #FFFFFF;
    border: 0.5px solid rgba(99, 115, 129, 0.3);
    box-shadow: -1px 2px 17px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 2px 17px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 2px 17px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -1px 2px 17px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -1px 2px 17px rgba(0, 0, 0, 0.2);
    padding: 20px 23px;
}

.lkc-main-wrap .lkc-lw-left-side .lw-left .lw-avatar {
    width: 128px;
    height: 130px;
    margin-right: 24px;
    align-self: flex-start;
    overflow: hidden;
    border: 1px solid rgba(18, 17, 39, 0.13);
}

.lkc-main-wrap .lkc-lw-left-side .lw-left .lw-avatar img {
    -webkit-filter: blur(10px);
    filter: blur(10px);
    width: 100%;
    height: 100%;
}

.lkc-main-wrap .lkc-lw-left-side .lw-left .content-wrap {
    flex: 1;
    align-self: flex-start;
}

.lkc-main-wrap .lkc-lw-left-side .lw-left .content-wrap .head-tile h2 {
    max-width: 232px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lkc-main-wrap .lkc-lw-left-side .lw-right .user-rate {
    background: #3ABC47;
    width: 63px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.lkc-main-wrap .lkc-lw-left-side .lw-right .user-rate h4 {
    margin-right: 4px;
}

.lkc-main-wrap .lkc-lw-left-side .footer-part ul li:first-child {
    border: 0;
    font-size: 13px;
    font-weight: 500;
    color: #121127;
    padding: 0;
    margin-left: 0;
}

.lkc-main-wrap .lkc-lw-left-side .footer-part ul li {
    border: 0.5px solid rgba(18, 17, 34, 0.62);
    font-weight: 500;
    font-size: 10px;
    padding: 3px 7px;
    min-width: 60px;
    text-align: center;
    margin-right: 4px;
    color: rgba(18, 17, 34, 0.82);
}

.lkc-main-wrap .lkc-lw-left-side .footer-part ul li:last-child {
    margin-right: 0;
}

.payment-checkout {
    margin-top: 40px;
}

.lkc-main-wrap .lkc-lw-right-side {
    background: #FFFFFF;
    box-shadow: -2px 6px 17px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -2px 6px 17px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -2px 6px 17px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: -2px 6px 17px rgba(0, 0, 0, 0.2);
    -o-box-shadow: -2px 6px 17px rgba(0, 0, 0, 0.2);
    padding: 19px 25px;
    border: 0.8px solid #DDDDDD;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile {
    padding: 0 15px;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .col-6 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card {
    background: #FFFFFF;
    border: 0.5px solid rgba(18, 17, 39, 0.4);
    padding: 16px 13px;
    cursor: pointer;
    position: relative;
    transition-property: transform;
    transition-duration: .4s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    height: 100%;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card:hover {
    transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active {
    background: #FF9900;
    border: 1px solid #FF9900;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .active-img-box {
    height: 20px;
    position: absolute;
    right: 10px;
    top: 9px;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active p, 
.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .price-minutes h3, 
.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .lkc-rupee span {
    color: #ffffff;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .validity svg {
    filter: brightness(2);
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .price-minutes h3 {
    color: #444BD3;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .lkc-extra p {
    color: #FF9900;
    font-weight: 500;
    font-size: 14px;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .validity svg {
    margin-right: 5px;
    align-self: flex-start;
    position: relative;
    top: 2px;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .validity p {
    color: rgba(18, 17, 34, 0.82);
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active p {
    font-size: 13px;
    font-weight: 300 !important;
    color: #ffffff;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card p {
    font-size: 13px;
    color: rgba(18, 17, 39, 0.9);
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .lkc-rupee span {
    font-size: 13px;
    font-weight: 500;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .lkc-rupee span {
    font-weight: 400;
    font-size: 15px;
    color: rgba(18, 17, 39, 0.9);
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .active-img-box .active-img {
    display: none;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .active-img-box .non-active-img {
    display: none;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .active-img-box .non-active-img {
    display: block;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .active-img-box .active-img {
    display: block;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .lkc-rupee img.untick-icon-blue {
    display: none;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card.active .lkc-rupee img.tick-icon-red {
    display: block;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .lkc-rupee img.tick-icon-red {
    display: none;
}

.lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .lkc-rupee img.tick-icon-blue {
    display: block;
}



.lkc-main-wrap .lkc-lw-right-side .price-buy .buy-now {
    min-width: 206px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4C50E0;
    cursor: pointer;
    border: 0;
}

.main-footer {
    padding-top: 50px;
}

.main-footer .social-icons ul li a.facebook-icon {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/facebook-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    display: block
}

.main-footer .social-icons ul li a.facebook-icon:hover {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/facebook-icon-hover.png)
}

.main-footer .social-icons ul li a.twitter-icon {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/twitter-icon.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 21px;
    display: block
}

.main-footer .social-icons ul li a.twitter-icon:hover {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/twitter-icon-hover.png)
}

.main-footer .social-icons ul li a.instagram-icon {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/instagram-logo.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    display: block
}

.main-footer .social-icons ul li a.instagram-icon:hover {
    background: url(../layout-optim/find-all-lawyers-in-cities-revamp/instagram-logo-hover.png)
}

.main-footer .footer-bottom {
    padding: 35px 0;
    border-top: 1px solid #e3e2e5;
}

.error {
    display: block;
    margin: 8px 0 !important;
    font-size: 12px !important
}

.swal-overlay--show-modal {
    z-index: 99999
}

.cursor-pointer {
    cursor: pointer !important
}

.buy-lk-footer {
    display: none
}

.box-skeleton,
.line-skeleton {
    background-image: linear-gradient(90deg, #f4f4f4, #e5e5e5cc 40px, #f4f4f4 80px);
    background-size: 600px
}

.box-skeleton {
    background-color: #ccc;
    animation: shine-avatar 1s ease-out infinite;
    -webkit-animation: shine-avatar 1s ease-out infinite
}

.line-skeleton {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    animation: shine-lines 1s ease-out infinite;
    -webkit-animation: shine-lines 1s ease-out infinite
}

.shimmer-anim {
    position: relative;
    background: #f4f4f4;
    overflow: hidden
}

.shimmer-anim:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: linear-gradient(90deg, #f4f4f4 0, #0000000d 20%, #f4f4f4 40%, #f4f4f4);
    background-repeat: no-repeat;
    background-size: 450px 400px;
    -webkit-animation: shimmer 1s linear infinite;
    animation: shimmer 1s linear infinite
}

@media screen and (min-width:768px) and (max-width:1023px) {
    header.main-header .user-profile .avatar-img {
        margin-right: 0 !important
    }
}

@media screen and (max-width:991px) {
    .order-1 {
        order: 1
    }

    .order-2 {
        order: 2
    }

    .col-50p {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .common-main-title {
        font-size: 24px
    }

    .buy-lk-footer {
        display: block;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        background: #fff;
        box-shadow: 0 3px 20px 0 rgb(0 0 0/8%);
        -webkit-box-shadow: 0 3px 20px 0 rgb(0 0 0/8%);
        -moz-box-shadow: 0 3px 20px 0 rgb(0 0 0/8%);
        -ms-box-shadow: 0 3px 20px 0 rgb(0 0 0/8%);
        -o-box-shadow: 0 3px 20px 0 rgb(0 0 0/8%);
        border-top: 1px solid #dedede;
        height: 60px
    }

    .buy-lk-footer .buy-fixed,
    .buy-lk-footer .buy-fixed .buy-now {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px
    }

    .buy-lk-footer .buy-fixed {
        background: #fff;
        padding: 12px
    }

    .buy-lk-footer .buy-fixed .buy-now {
        background: #444bd3;
        border: 0;
        cursor: pointer;
        color: #fff;
        font-weight: 600;
        font-size: 13px;
        height: 34px;
        min-width: 85px
    }

    .lkc-main-wrap .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lkc-main-wrap .col-7 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .lkc-main-wrap .lkc-lw-right-side {
        padding: 15px 15px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile {
        padding: 0 5px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card {
        padding: 10px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .price-minutes > .d-flex {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .price-minutes h3 {
        font-size: 18px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .lkc-rupee {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .lkc-rupee span {
        margin-left: 5px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .col-6 {
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-bottom: 10px;
    }

    .lkc-main-wrap .lkc-lw-right-side h2 {
        font-size: 18px;
        text-align: center;
    }

    .lkc-main-wrap .lkc-lw-right-side .price-buy .buy-now {
        min-width: 122px;
        height: 41px;
    }

    .main-footer {
        margin-top: 0
    }

    .main-footer .footer-bottom {
        padding: 15px 0 70px;
        background: #f2f2f2
    }
}

@media screen and (max-width:767px) {
    header.main-header .user-profile {
        right: 50px;
        /* top: 10px */
    }

    .mob-icon-nav {
        display: none !important
    }

    .main-menu-btn {
        right: 0 !important;
        left: auto !important
    }

    .main-header .logo img,
    .nav-brand {
        margin-left: 0 !important
    }

    .main-footer {
        padding-top: 30px
    }

    .main-footer .footer-bottom {
        padding: 15px 0;
        background: #f2f2f2
    }

    .main-footer .footer-bottom span {
        color: #121127;
        font-size: 13px
    }
}

@media screen and (max-width:575px) {

    .lkc-main-wrap .lkc-lw-left-side {
        padding: 15px;
    }

    .lkc-main-wrap .lkc-lw-left-side .col-9 {
        flex: 0 0 70%;
        max-width: 70%;
        padding-right: 0 !important;
    }

    .lkc-main-wrap .lkc-lw-left-side .col-3 {
        flex: 0 0 30%;
        max-width: 30%;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-left .lw-avatar {
        width: 74px;
        height: 75px;
        margin-right: 15px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-left .lw-avatar img {
        height: auto;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-left .content-wrap .head-tile h2 {
        max-width: 200px;
        font-size: 16px;
    }

    .lkc-main-wrap .lkc-lw-left-side .footer-part {
        margin-top: 20px !important;
    }

    .lkc-main-wrap .lkc-lw-left-side .footer-part ul li:first-child {
        display: block !important;
        text-align: left;
        margin-bottom: 10px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .lw-price-tile p {
        font-size: 14px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .lw-price-tile span {
        font-size: 11px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .user-rate h4 {
        font-size: 14px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .user-rate {
        width: 53px;
        height: 24px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-left .content-wrap .specialist-tile ul li {
        font-size: 12px;
    }

    .lkc-main-wrap .payment-checkout img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width:535px) {
    .footer-bottom span {
        max-width: 300px;
        margin: 0 auto
    }

    .main-footer .footer-bottom span.color4.m-l-5 {
        display: none
    }

    .main-footer .footer-bottom span.color4 {
        color: #3237cf;
        display: block
    }
}

@media screen and (max-width:530px) {
    .main-header .logo img {
        margin-left: 0
    }
}

@media screen and (max-width:480px) {
    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .active-img-box .active-img, 
    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .active-img-box .non-active-img {
        width: 15px;
        height: 15px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .active-img-box {
        height: 15px;
        right: 7px;
        top: 10px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .lkc-extra p {
        font-size: 12px;
    }
}

@media screen and (max-width:460px) {

    .lkc-main-wrap .lkc-lw-left-side .lw-right .lw-price-tile {
        margin-top: 10px;
        margin-left: 0;
    }

    .lkc-main-wrap .lkc-lw-left-side .footer-part ul li {
        margin-bottom: 6px;
        /* margin-right: 0; */
    }
}

@media screen and (max-width:420px) {

    .buy-lk-footer .buy-fixed .col-9 {
        flex: 0 0 60%;
        max-width: 60%
    }

    .buy-lk-footer .buy-fixed .col-3 {
        flex: 0 0 40%;
        max-width: 40%
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .validity p {
        font-size: 11px;
    }
}

@media screen and (max-width:419px) {
    .lkc-main-wrap .lkc-lw-left-side .col-9 {
        flex: 0 0 100%;
        max-width: 100%;
        padding-right: 0 !important;
    }

    .lkc-main-wrap .lkc-lw-left-side .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right {
        padding-left: 90px;
        margin-top: 10px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .lw-price-tile {
        margin-top: 10px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .review-sec {
        display: flex;
        align-items: center;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .review-sec p {
        margin-left: 5px;
    }

    .lkc-main-wrap .lkc-lw-left-side .lw-right .user-rate {
        margin-bottom: 0;
    }
}

@media screen and (max-width:368px) {

}

@media screen and (max-width:359px) {
    header.main-header .container {
        padding: 0 !important
    }

    header.main-header .user-profile {
        right: 50px !important;
        top: 8px !important;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .validity svg {
        margin-right: 2px;
        top: 0;
        width: 10px;
    }

    .lkc-main-wrap .lkc-lw-right-side .lkc-pricing-tile .lkc-pricing-card .validity p {
        font-size: 9px;
    }
}

@media screen and (max-width:350px) {

}

@media screen and (max-width:337px) {

}