@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px transparent;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 transparent;
    }
}
@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.4);
        box-shadow: 0 0 0 0 rgba(56, 142, 60, 0.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 time {
    0% {
        -webkit-transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes time {
    to {
        transform: rotate(360deg);
    }
}
@font-face {
    font-family: lk-title;
    src: url(../layout-optim/home-landing-new/fonts/lk-title.eot);
    src: url(../layout-optim/home-landing-new/fonts/lk-title.eot?#iefix) format("embedded-opentype"), url(../layout-optim/home-landing-new/fonts/lk-title.woff2) format("woff2"),
        url(../layout-optim/home-landing-new/fonts/lk-title.woff) format("woff"), url(../layout-optim/home-landing-new/fonts/lk-title.ttf) format("truetype"), url(../layout-optim/home-landing-new/fonts/lk-title.svg#LKTitle) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
* {
    letter-spacing: 0.4px;
}
body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #2f3857;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}
details,
main {
    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: -0.25em;
}
sup {
    top: -0.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: 0.35em 0.75em 0.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 {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.d-table {
    display: table;
}
.d-table-cell {
    display: table-cell;
}
.d-flex {
    display: flex;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -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-weight-thin {
    font-weight: 300;
}
.font-weight-normal {
    font-weight: 400;
}
.font-weight-bold {
    font-weight: 700;
}
.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-33 {
    font-size: 33px;
}
.font-34 {
    font-size: 34px;
}
.font-36 {
    font-size: 36px;
}
.font-37 {
    font-size: 36px;
}
.font-38 {
    font-size: 38px;
}
.font-40 {
    font-size: 40px;
}
.font-42 {
    font-size: 40px;
}
.font-45 {
    font-size: 45px;
}
.font-48 {
    font-size: 48px;
}
.font-50 {
    font-size: 50px;
}
.font-60 {
    font-size: 60px;
}
.font-55 {
    font-size: 55px;
}
.font-73 {
    font-size: 73px;
}
.lh-1 {
    line-height: 1;
}
.lh-18 {
    line-height: 18px;
}
.lh-20 {
    line-height: 20px;
}
.lh-24 {
    line-height: 24px;
}
.lh-29 {
    line-height: 29px;
}
.font-style-italic {
    font-style: italic;
}
.line-through {
    text-decoration: line-through;
}
.align-items-center {
    align-items: center;
}
.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: 0.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;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.vertical-line {
    background: #d1d2df;
    width: 2px;
    height: 45px;
}
.cta-btn {
    min-height: 56px;
    /* -webkit-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    -moz-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    -ms-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    -o-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44);
    box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44); */
    background: rgb(62, 62, 235);
    background: -webkit-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: -moz-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: -ms-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: -o-linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
    background: linear-gradient(239deg, rgba(62, 62, 235, 1) 0%, rgba(166, 90, 252, 1) 89%);
}

.cta-btn:active,
.cta-btn:focus,
.cta-btn:hover {
    border: 0 none !important;
    /* -webkit-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    -moz-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    -ms-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    -o-box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !important;
    box-shadow: 0px 14px 13px 0px rgba(131, 124, 151, 0.44) !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-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-10 {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.border-radius-15 {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.border-radius-18 {
    border-radius: 18px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
}
.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, 0.08);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.08);
}
.text-capitalize {
    text-transform: capitalize;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-color-1 {
    color: #2f3857;
}

.text-color-2 {
    color: rgba(70, 84, 171);
}

.text-color-3 {
    color: rgba(93, 99, 123);
}

.text-color-4 {
    color: rgba(94, 100, 122);
}

.text-color-5 {
    color: rgba(47, 56, 87, 0.70);
}

.text-color-6 {
    color: rgba(47, 56, 87, 0.75);
}

.text-color-7 {
    color: rgba(47, 56, 87, 0.90);
}

.text-white {
    color: #ffffff;
}

/* .text-color-6 {
    color: #5b5c7f;
}

.text-color-7 {
    color: #6f749e;
}

.text-color-8 {
    color: rgba(47, 56, 87, 0.77);
}

.text-color-9 {
    color: #121212;
}

.text-color-10 {
    color: #545c93;
}

.text-color-11 {
    color: rgba(47, 56, 87, 0.90);
}

.text-color-12 {
    color: #5c6188;
}

.text-color-13 {
    color: #179463;
}

.text-color-14 {
    color: #2d354f;
}

.text-color-15 {
    color: #7882a3;
} */

.w-100 {
    width: 100%!important;
}

.border-0 {
    border: 0!important;
}

.cursor-pointer {
    cursor: pointer;
}

.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-medium {
    font-weight: 500 !important;
}

.font-weight-semi {
    font-weight: 600 !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-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15 {
    margin-top: 15px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-t-30 {
    margin-top: 30px !important;
}
.m-t-40 {
    margin-top: 40px !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-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-5 {
    margin-left: 5px;
}
.m-l-10 {
    margin-left: 10px;
}
.m-l-20 {
    margin-left: 20px;
}
.m-r-5 {
    margin-right: 5px;
}
.m-r-8 {
    margin-right: 8px;
}
.m-r-10 {
    margin-right: 10px;
}
.m-r-15 {
    margin-right: 15px;
}
.m-r-20 {
    margin-right: 20px;
}
.m-r-30 {
    margin-right: 30px;
}
.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, 0.5);
}
.color-light-60 {
    color: rgba(49, 49, 49, 0.6);
}
.color-light-80 {
    color: rgba(49, 49, 49, 0.8);
}

.ml-auto {
    display: flex;
    align-items: flex-end;
    justify-content: end;
}

.home-revamp-new {
    background: #f5f4fc;
    background: -moz-linear-gradient(top,  #f5f4fc 0%, #faf6ff 98%);
    background: -webkit-linear-gradient(top,  #f5f4fc 0%,#faf6ff 98%);
    background: linear-gradient(to bottom,  #f5f4fc 0%,#faf6ff 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f4fc', endColorstr='#faf6ff',GradientType=0 );
    padding-top: 30px;
    height: 577px;
    overflow: hidden;
}

.home-revamp-new .lk-left-banner .content-area h1 {
    max-width: 560px;
    line-height: 51px;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online {
    margin-right: 40px;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online .ring-phone {
    width: 35px;
    height: 35px;
    margin-right: 15px;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block a {
    color: #4654ab;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(1) {
    z-index: 4;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(2) {
    left: -10px;
    z-index: 3;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(3) {
    left: -20px;
    z-index: 2;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(4) {
    left: -30px;
    z-index: 1;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online>.avatars-online {
    position: relative;
    left: -15px;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
    border: 3px solid #fff;
    height: 38px;
    overflow: hidden;
    position: relative;
    width: 42px;
    box-shadow: 0px 8px 18px 0px rgba(119, 118, 131, 0.19);
    -webkit-box-shadow: 0px 8px 18px 0px rgba(119, 118, 131, 0.19);
    -moz-box-shadow: 0px 8px 18px 0px rgba(119, 118, 131, 0.19);
    -ms-box-shadow: 0px 8px 18px 0px rgba(119, 118, 131, 0.19);
    -o-box-shadow: 0px 8px 18px 0px rgba(119, 118, 131, 0.19);
    background: #f8f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}
.home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .pulse {
    margin-left: 4px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #3fc399;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    will-change: transform, opacity, box-shadow;
}
.home-revamp-new .lk-left-banner .content-area a.cta-btn {
    padding: 18px 25px;
    display: inline-block;
    margin-top: 30px;
    border: 1px solid #714cf3 !important;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
}
.home-revamp-new .lk-left-banner .content-area a.cta-btn:hover {
    padding: 18px 25px;
    background: transparent;
    border: 1px solid #714cf3 !important;
    color: #714cf3;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.home-revamp-new .lk-left-banner .content-area .info-highlight-tile {
    margin-top: 50px;
}
.home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile {
    width: 130px;
    cursor: default;
}
.home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile:hover p {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile p {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
}
.home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile .icon {
    background: #e3dee9;
    background: -moz-linear-gradient(top,  #e3dee9 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top,  #e3dee9 0%,#ffffff 100%);
    background: linear-gradient(to bottom,  #e3dee9 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3dee9', endColorstr='#ffffff',GradientType=0 );
    width: 49px;
    height: 49px;
    overflow: hidden;
    box-shadow: 0px 5px 15px 10px rgba(111, 108, 151, 0.15);
    -webkit-box-shadow: 0px 5px 15px 10px rgba(111, 108, 151, 0.15);
    -moz-box-shadow: 0px 5px 15px 10px rgba(111, 108, 151, 0.15);
    -ms-box-shadow: 0px 5px 15px 10px rgba(111, 108, 151, 0.15);
    -o-box-shadow: 0px 5px 15px 10px rgba(111, 108, 151, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    border: 2px solid #fff;
}
.how-to-talk-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.how-to-talk-section .step-side {
    position: relative;
}
.how-to-talk-section .step-side img {
    display: table;
    margin: 0 auto;
}
.how-to-talk-section .col-4:nth-child(2) .step-side p {
    max-width: 285px;
    margin: 15px auto;
}
.how-to-talk-section .col-4:last-child .step-side p {
    max-width: 250px;
    margin: 15px auto;
}
.how-to-talk-section .step-side:after {
    content: "";
    color: #fff;
    background-image: url(../../client_base_web/layout-optim/home-revamp-landing-new/dot-line-curve.png);
    left: 250px;
    top: 20px;
    width: 100%;
    height: 77px;
    z-index: -1;
    position: absolute;
    background-repeat: no-repeat;
}
.how-to-talk-section .step-side p {
    max-width: 200px;
    margin: 15px auto;
}
.how-to-talk-section .col-4:last-child .step-side:after {
    display: none;
}
.how-to-talk-section .col-4:nth-child(2) .step-side:after {
    transform: rotate(167deg);
    -webkit-transform: rotate(167deg);
    -moz-transform: rotate(167deg);
    -ms-transform: rotate(167deg);
    -o-transform: rotate(167deg);
    left: 180px;
    top: 90px;
}
.app-banner-site {
    max-width: 1280px;
    margin: 0 auto;
    background: #ffe4e4;
    background: -moz-linear-gradient(top,  #ffe4e4 0%, #ffcfeb 97%);
    background: -webkit-linear-gradient(top,  #ffe4e4 0%,#ffcfeb 97%);
    background: linear-gradient(to bottom,  #ffe4e4 0%,#ffcfeb 97%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe4e4', endColorstr='#ffcfeb',GradientType=0 );
    border-radius: 25px;
    min-height: 130px;
    box-shadow: 0px 0px 6px 0px rgba(137, 135, 191, 0.17);
    overflow: hidden;
    position: relative;
}
.app-banner-site::after {
    position: absolute;
    content: "";
    width: 311px;
    height: 316px;
    background-image: url(../../client_base_web/layout-optim/home-revamp-landing-new/border-circle.png);
    background-repeat: no-repeat;
    top: -65px;
    right: 90px;
    z-index: 1;
}
.app-banner-site .text-color1 {
    color: #2a2935;
}
.app-banner-site .text-color2 {
    color: #273350;
}
.app-download-card-right a {
    z-index: 2;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0,5px,0);
    transform: translate3d(0,5px,0);
    background: #282e46;
    display: inline-flex;
    color: #ffffff;
    align-items: center;
    overflow: hidden;
    width: 166px;
    height: 48px;
    padding-left: 15px;
}
.app-download-card-right a:hover {
    z-index: 2;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.app-download-card-right a span {
    text-align: left;
    display: inline-flex;
    font-size: 13px;
    font-weight: 500;
}
.app-download-card-right a .left-icon {
    margin-right: 15px;
    width: 25px;
    height: 29px;
}
.app-download-card-right a:last-child {
    width: 152px;
    justify-content: center;
    padding-left: 0;
}
.app-banner-site .app-download-card-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 102px 30px 80px 360px;
}
.app-banner-site .app-download-card-img {
    top: 0;
    left: -10px;
}
.app-banner-site .app-download-card-img {
}
.app-banner-site .app-download-card-right {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 25px;
}
.our-services-section {
    position: relative;
    /* overflow: hidden; */
    background-image: url(../../client_base_web/layout-optim/home-revamp-landing-new/our-service-bg.png);
    background-repeat: no-repeat;
    height: 694px;
    background-position: -80px -12px;
}
.our-services-section .service-tile {
    padding: 220px 0 0 40px;
}
.our-services-section .service-tile .common-heading {
    max-width: 350px;
}
.our-services-section .product-right-side .prod-tile {
    background: #ffffff;
    box-shadow: rgb(199 196 202 / 40%) 0px 10px 15px;
    -webkit-box-shadow: rgb(199 196 202 / 40%) 0px 10px 15px;
    -moz-box-shadow: rgb(199 196 202 / 40%) 0px 10px 15px;
    -ms-box-shadow: rgb(199 196 202 / 40%) 0px 10px 15px;
    -o-box-shadow: rgb(199 196 202 / 40%) 0px 10px 15px;
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.19,1,.22,1);
    padding: 25px;
}
.our-services-section .product-right-side .prod-tile:hover {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
}
.our-services-section .product-right-side {
    margin-top: 100px;
}
.our-services-section .product-right-side a {
    overflow: hidden;
    color: #2f3857;
}
.our-services-section .product-right-side .col-4:nth-child(1) {
    top: 15px;
    position: relative;
}
.our-services-section .product-right-side .col-4:nth-child(1) .prod-tile {
    background-image: url(../../client_base_web/layout-optim/home-revamp-landing-new/border-top.png);
    background-repeat: no-repeat;
    left: -10px;
    position: relative;
}
.our-services-section .product-right-side .prod-tile .d-flex p img {
    margin-left: 5px;
}
.our-services-section .product-right-side .col-4:nth-child(2) {
    top: 50px;
    position: relative;
}
.our-services-section .product-right-side .col-4:nth-child(4) {
    top: 50px;
    position: relative;
    left: -20px;
}
.our-services-section .product-right-side .col-4:nth-child(5) {
    top: 100px;
    position: relative;
    left: -10px;
}
.our-services-section .product-right-side .col-4:nth-child(6) {
    top: 50px;
    position: relative;
    left: -5px;
}
.our-services-section .product-right-side .col-4:nth-child(2) .prod-tile {
    padding: 40px 25px;
}
.our-services-section .product-right-side .col-4:nth-child(2) .prod-tile .d-flex {
    margin-top: 20px;
}
.our-services-section .product-right-side .col-4:nth-child(3) .prod-tile {
    padding: 40px 25px;
}
.our-services-section .product-right-side .col-4:nth-child(3) .prod-tile .d-flex {
    margin-top: 20px;
}
.our-services-section .product-right-side .col-4:nth-child(4) .prod-tile {
    padding: 40px 25px;
}
.our-services-section .product-right-side .col-4:nth-child(5) .prod-tile {
    padding: 30px 25px;
}
.our-services-section .product-right-side .col-4:nth-child(6) .prod-tile {
    background-image: url(../../client_base_web/layout-optim/home-revamp-landing-new/border-bot.png);
    background-repeat: no-repeat;
    background-position: bottom right;
}
.popular-products-section {
    padding: 50px 0;
}
.popular-products-section .popular-card img {
    overflow: hidden;
    width: 100%;
}
.popular-products-section .popular-card {
    transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -ms-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: box-shadow .25s cubic-bezier(0.215, 0.610, 0.355, 1.000);
    padding: 15px;
}
.popular-products-section .popular-card:hover {
    box-shadow: 0 20px 60px -35px rgb(0 0 0 / 60%);
    -webkit-box-shadow: 0 20px 60px -35px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0 20px 60px -35px rgb(0 0 0 / 60%);
    -ms-box-shadow: 0 20px 60px -35px rgb(0 0 0 / 60%);
    -o-box-shadow: 0 20px 60px -35px rgb(0 0 0 / 60%);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 1;
}
.cta-btn.desktop-view {
    display: block;
}
.cta-btn.mobile-view {
    display: none !important;
}
.main-footer {
    margin-top: 50px;
}
.main-footer .footer-top {
    background: #f5f4fc;
}

@media screen and (max-width: 991px) {
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-50p {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .order-2 {
        order: 2;
    }
    .order-1 {
        order: 1;
    }
    .common-main-title {
        font-size: 26px;
    }
    .home-revamp-new {
        height: auto;
        padding-bottom: 40px;
    }
    .home-revamp-new .col-4 {
        display: none;
    }
    .how-to-talk-section {
        padding-top: 35px;
        padding-bottom: 30px;
    }
    .how-to-talk-section .row.m-t-50 {
        margin-top: 20px;
    }
    .how-to-talk-section .col-4 {
        margin-bottom: 15px;
    }
    .how-to-talk-section .col-4:last-child {
        margin-bottom: 0;
    }
    .how-to-talk-section .step-side:after {
        display: none;
    }
    .app-banner-site {
        min-height: 140px;
        margin-left: 15px;
        margin-right: 15px;
    }
    .app-banner-site .app-download-card-left {
        padding: 30px 30px 30px 170px;
    }
    .app-banner-site .app-download-card-left h2 {
        font-size: 19px;
    }
    .app-banner-site .app-download-card-left h2 span {
        font-size: 20px;
    }
    .app-banner-site .app-download-card-left span {
        font-size: 14px;
        margin-bottom: 3px;
    }
    .app-banner-site .app-download-card-img {
        bottom: -10px;
    }
    .app-banner-site .app-download-card-img img {
        width: 215px;
    }
    .app-download-card-right a {
        width: 134px;
    }
    .app-download-card-right a .left-icon {
        margin-right: 10px;
    }
    .app-download-card-right a span {
        font-size: 11px;
    }
    .our-services-section .service-tile {
        padding: 40px 0 0 40px;
    }
    .our-services-section .product-right-side {
        margin-top: 20px;
    }
    .popular-products-section {
        padding: 130px 0 40px 0;
    }
    .popular-products-section .common-heading p {
        font-size: 13px;
    }
    .popular-products-section .row.m-t-50 {
        margin-top: 30px !important;
    }
    .popular-products-section .col-3 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .our-services-section .product-right-side .col-4:nth-child(1) .prod-tile {
        left: 0;
    }
    .our-services-section .product-right-side .col-4:nth-child(4) {
        top: 20px;
        left: 0;
    }
    .our-services-section .product-right-side .col-4:nth-child(5) {
        top: 80px;
    }
    .our-services-section .product-right-side .col-4:nth-child(6) {
        top: 30px;
    }
    .main-footer {
        margin-top: 0;
    }
    
}
@media screen and (max-width: 767px) {
    .home-revamp-new .lk-left-banner .content-area h1 {
        font-size: 20px;
        line-height: 26px;
    }
    .home-revamp-new .lk-left-banner .content-area h2 {
        font-size: 13px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile {
        margin-top: 20px !important;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile p {
        font-size: 13px;
        font-weight: 400 !important;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile p {
        font-size: 13px;
        font-weight: 700 !important;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
        width: 32px;
        height: 32px;
        border-radius: 13px !important;
        -webkit-border-radius: 13px !important;
        -moz-border-radius: 13px !important;
        -ms-border-radius: 13px !important;
        -o-border-radius: 13px !important;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online .ring-phone {
        width: 22px;
        height: 22px;
        margin-right: 5px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online .ring-phone img {
        width: 22px;
        height: 22px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online span {
        font-size: 12px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .avatars-text p {
        font-size: 12px;
        font-weight: 600 !important;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .avatars-text p .respon {
        display: none;
    }
    .app-banner-site .col-8 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .app-banner-site .col-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .app-banner-site .app-download-card-right {
        align-items: flex-end;
        justify-content: flex-end;
        padding-right: 0;
        padding-bottom: 10px;
    }
    .app-banner-site .app-download-card-right .d-flex {
        flex-direction: column;
    }
    .app-download-card-right a {
        width: 125px;
        margin-bottom: 10px;
        height: 37px;
        margin-right: 15px;
    }
    .app-download-card-right a:last-child {
        width: 125px;
    }
    .app-banner-site .app-download-card-right h4 {
        margin-right: 19px;
        margin-bottom: 10px;
    }
    .app-download-card-right a .left-icon {
        width: 20px;
        height: 23px;
    }
    .app-download-card-right a .left-icon img {
        width: 20px;
        height: 23px;
    }
    .app-download-card-left {
        padding: 30px 20px 30px 150px;
    }
    .cta-btn.desktop-view {
        display: none !important;
    }
    .cta-btn.mobile-view {
        display: inline-block !important;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        height: 51px;
        margin-top: 20px !important;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online span.mobile {
        display: none;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .d-flex {
        justify-content: space-around;
    }
    .app-banner-site .app-download-card-left {
        padding: 20px 0 0 0;
        text-align: center;
    }
    .app-banner-site .app-download-card-img {
        bottom: 0;
        top: 90px;
        left: -10px;
        z-index: 11;
    }
    .our-services-section .service-tile {
        padding: 40px 0 0 0;
    }
    .our-services-section .service-tile .common-heading {
        max-width: 100%;
        text-align: center;
    }
    .our-services-section .service-tile .common-heading p {
        font-size: 13px;
        line-height: 22px;
    }
    .our-services-section .product-right-side .col-4:nth-child(2) .prod-tile,
    .our-services-section .product-right-side .col-4:nth-child(3) .prod-tile,
    .our-services-section .product-right-side .col-4:nth-child(4) .prod-tile,
    .our-services-section .product-right-side .col-4:nth-child(5) .prod-tile {
        padding: 25px;
    }
    .our-services-section .product-right-side .prod-tile> img {
        width: 77px;
        height: 77px;
    }
    .our-services-section .product-right-side .col-4:nth-child(2) {
        top: 30px;
    }
    .our-services-section .product-right-side .col-4:nth-child(4) {
        top: 30px;
    }
    .our-services-section .product-right-side .col-4:nth-child(5) {
        top: 40px;
    }
    .our-services-section .product-right-side .col-4:nth-child(6) {
        top: 20px;
    }
    .our-services-section .product-right-side .prod-tile p {
        font-size: 14px;
        font-weight: 700 !important;
        margin-right: 0;
    }
    .main-footer .footer-top ul {
        flex-direction: column;
    }
    .main-footer .footer-top ul li {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .main-footer .footer-top ul li.mx-4 {
        display: none;
    }
}
@media screen and (max-width: 575px) {
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .d-flex {
        justify-content: flex-start;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .d-flex {
        flex-flow: wrap;
        justify-content: space-between;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile {
        width: 185px;
        cursor: default;
        margin-bottom: 20px;
        text-align: left;
        display: flex;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile:nth-child(3),
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile:nth-child(4) {
        margin-bottom: 0;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile .icon {
        margin: 0 15px 0 0px;
        width: 34px;
        height: 34px;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile .icon img {
        width: 20px;
        height: 20px;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile p {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        flex: 1;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile p {
        font-size: 12px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile p {
        font-size: 13px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle:nth-child(4) {
        left: -25px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-wrap .online-block p {
        font-size: 9px;
        top: 2px;
        position: relative;
    }
    .how-to-talk-section .common-heading p {
        font-size: 13px;
    }
    .our-services-section .product-right-side .prod-tile img.arrow {
        width: 12px;
        height: auto;
    }
    .popular-products-section .col-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .popular-products-section .popular-card img {
        width: auto;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile .icon {
        box-shadow: 0px 5px 8px 4px rgb(111 108 151 / 15%);
        -webkit-box-shadow: 0px 5px 8px 4px rgb(111 108 151 / 15%);
        -moz-box-shadow: 0px 5px 8px 4px rgb(111 108 151 / 15%);
        -ms-box-shadow: 0px 5px 8px 4px rgb(111 108 151 / 15%);
        -o-box-shadow: 0px 5px 8px 4px rgb(111 108 151 / 15%);
    }
    .cta-btn.mobile-view {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 535px) {
    .our-services-section .product-right-side .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .our-services-section .product-right-side .col-4:nth-child(3) {
        top: 35px;
        left: 10px;
    }
    .our-services-section .product-right-side .col-4:nth-child(2) {
        top: 30px;
        left: -10px;
    }
    .our-services-section .product-right-side .col-4:nth-child(5) {
        left: 0;
        top: 55px;
    }
    .our-services-section .product-right-side .col-4:nth-child(1) .d-flex,
    .our-services-section .product-right-side .col-4:nth-child(2) .d-flex,
    .our-services-section .product-right-side .col-4:nth-child(3) .d-flex,
    .our-services-section .product-right-side .col-4:nth-child(5) .d-flex,
    .our-services-section .product-right-side .col-4:nth-child(6) .d-flex {
        margin-top: 15px !important;
    }
    .our-services-section .product-right-side .col-4:nth-child(5) .d-flex + .d-flex,
    .our-services-section .product-right-side .col-4:nth-child(6) .d-flex + .d-flex {
        margin-top: 0 !important;
    }
    .our-services-section {
        height: auto;
    }
    .our-services-section .product-right-side .col-4:nth-child(4) {
        top: 50px;
    }
    .our-services-section .product-right-side .col-4:nth-child(6) {
        top: 70px;
    }
    .our-services-section .product-right-side .col-4:nth-child(1) .prod-tile,
    .our-services-section .product-right-side .col-4:nth-child(2) .prod-tile, 
    .our-services-section .product-right-side .col-4:nth-child(3) .prod-tile, 
    .our-services-section .product-right-side .col-4:nth-child(4) .prod-tile, 
    .our-services-section .product-right-side .col-4:nth-child(5) .prod-tile,
    .our-services-section .product-right-side .col-4:nth-child(6) .prod-tile {
        padding: 15px;
        min-height: 162px;
    }
}
@media screen and (max-width: 480px) {
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile {
        width: 172px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online {
        margin-right: 30px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online span {
        font-weight: 700 !important;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .avatars-text p {
        font-weight: 700 !important;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
        width: 30px;
        height: 30px;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile:nth-child(2) {
        position: relative;
        top: -5px;
    }
    .footer-bottom span {
        max-width: 300px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 430px) {
    .our-services-section .product-right-side .prod-tile p {
        font-size: 13px;
    }
}
@media screen and (max-width: 420px) {

}

@media screen and (max-width: 393px) {
    .our-services-section .product-right-side .prod-tile p {
        font-size: 12px;
    } 
}

@media screen and (max-width: 380px) {
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile {
        width: 165px;
    }
    .our-services-section .product-right-side .prod-tile> img {
        width: 57px;
        height: 57px;
    }
    .our-services-section .product-right-side .prod-tile {
        min-height: 142px !important;
    } 
    .our-services-section .product-right-side .prod-tile p {
        font-size: 14px;
    }
}
@media screen and (max-width: 360px) {
    
    
}
@media screen and (max-width: 359px) {
    .app-banner-site .app-download-card-img {
        left: -20px;
    }
    .app-banner-site .app-download-card-left h2 {
        font-size: 16px;
    }
    .app-banner-site .app-download-card-left h2 span {
        font-size: 16px;
    }
    .app-banner-site .app-download-card-right h4 {
        margin-right: 20px;
        font-size: 14px;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile {
        width: 135px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .current-online span {
        font-size: 10px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .avatars-text p {
        font-size: 10px;
    }
    .home-revamp-new .lk-left-banner .content-area .online-consult-tile .online-wrap .online-block .avatars-online .img-circle {
        width: 25px;
        height: 25px;
    }
    .our-services-section .product-right-side .prod-tile p {
        font-size: 13px;
    }
}
@media screen and (max-width: 330px) {
    .home-revamp-new .lk-left-banner .content-area h1 {
        font-size: 18px;
        line-height: 24px;
    }
    .app-banner-site .app-download-card-img {
        left: -30px;
    }
    .common-main-title {
        font-size: 20px;
    }
    .our-services-section .product-right-side .prod-tile p {
        font-size: 11px;
    }
}

@media screen and (max-width: 300px) {
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile:nth-child(3) {
        margin-bottom: 20px;
    }
    .home-revamp-new .lk-left-banner .content-area .info-highlight-tile .info-tile:nth-child(4) {
        margin-bottom: 0;
    }
    .popular-products-section .popular-card img {
        width: 100%;
    }
}
