html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -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
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 none;
    font-weight: 400
}

* {
    letter-spacing: 0.4px;
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #313131;
    text-rendering: optimizeLegibility;
    text-rendering: geometricPrecision;
    font-smooth: always;
    font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -webkit-font-smoothing: subpixel-antialiased
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0
}

.d-none {
    display: none
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.font-weight-thin {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-12 {
    font-size: 12px
}

.font-14 {
    font-size: 14px
}

.font-15 {
    font-size: 15px
}

.font-16 {
    font-size: 16px !important;
}

.font-17 {
    font-size: 17px
}

.font-18 {
    font-size: 18px
}

.font-20 {
    font-size: 20px
}

.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
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-unstyled {
    list-style-type: none
}

.pos-rel {
    position: relative
}

.pos-abs {
    position: absolute
}

.height-100p {
    height: 100%;
}

.width-100p {
    width: 100%;
}

.common-action-btn {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 20px;
    font-weight: 500;
    padding: 10px 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 2px 8px rgba(0, 0, 0, .1)
}

.common-action-btn:focus,
.common-action-btn:hover {
    color: #234d94;
    border-color: #234d94;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none
}

.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-5 {
    border-radius: 5px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-50p {
    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)
}

.alert-msg {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    line-height: 1.6
}

.common-border {
    border: 1px solid #b3baa9
}

.text-uppercase {
    text-transform: uppercase
}

.text-break {
    white-space: normal;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-word;
}

.color1 {
    color: #313131;
}

.color2 {
    color: #777777;
}

.color3 {
    color: #263238;
}

.color4 {
    color: rgba(77, 78, 75, 0.7)
}

.color5 {
    color: #ff6464;
}

.color6 {
    color: #2a2f42;
}

.color7 {
    color: #6d7e86;
}

.color-light-50 {
    color: rgba(49, 49, 49, 0.5);
}

.color-light-60 {
    color: rgba(49, 49, 49, 0.6);
}


.heading-title {
    color: #304378;
    line-height: 1.2;
}

.row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    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;
    padding-left: 15px
}

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-20 {
    margin-top: 20px !important
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-50 {
    margin-top: 50px
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px
}

.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-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px !important
}

.m-b-25 {
    margin-bottom: 25px
}

.m-b-30 {
    margin-bottom: 30px !important;
}

.m-b-40 {
    margin-bottom: 40px
}

.m-b-50 {
    margin-bottom: 50px
}

.m-b-80 {
    margin-bottom: 80px
}

.m-l-10 {
    margin-left: 10px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-20 {
    margin-right: 20px
}

.p-0 {
    padding: 0
}

.p-10 {
    padding: 10px
}

.p-20 {
    padding: 20px
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}

.px-20 {
    padding-left: 20px;
    padding-right: 20px;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px
}

.py-40 {
    padding-top: 40px;
    padding-bottom: 40px
}

.py-50 {
    padding-top: 50px;
    padding-bottom: 50px
}



/* Hero Section */

.hero-area .item {
    background-image: url("../layout-optim/doc-drafting-ctg/main-banner-bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    padding-top: 25px;
    padding-bottom: 40px;
}

.hero-area .item h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700 !important;
    line-height: 1.2;
    line-height: 50px;
    margin-top: 30px;
}

.hero-area .item p {
    line-height: 30px;
    line-height: 28px;
}

.hero-area .img-abs {
    top: 0;
    right: 0;
}

.search-box {
    position: relative;
}

.search-box input[type="text"] {
    height: 75px;
    padding: 0 30px;
    box-shadow: 2px 10px 16.38px 1.62px rgb(84 83 83 / 30%);
    font-size: 18px;
    float: left;
    width: calc(100% - 145px);
    border: 0;
}

.search-box button {
    float: left;
    width: 135px;
    background: #6a9ae6;
    height: 75px;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
}

.search-box button img {
    width: 36px !important;
    height: 36px !important;
}

.hero-area .owl-nav {
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
}

.hero-area .owl-nav button.owl-prev,
.hero-area .owl-nav button.owl-next {
    margin: 0 40px;
}

.hero-area .owl-nav button.owl-prev:hover,
.hero-area .owl-nav button.owl-next:hover {
    background: transparent !important;
}

.hero-area .owl-dots {
    position: absolute;
    top: auto;
    width: 90px;
    margin: 0 auto;
    z-index: 9999;
    bottom: 15px;
    left: 0;
    right: 0;
}

.hero-area .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #c7c7c7;
}

.hero-area .owl-dots .owl-dot.active span,
.hero-area .owl-dots .owl-dot:hover span {
    background: #464646;
}

/*... Hero Section */

/* Starts On LK Property sale category  */

.property-category-each {
    position: relative;
    border-top: 2px solid #f3f3f3;
}

.property-sale-category {
    background: #ffffff;
    padding: 50px 0 0 0;
}

.property-category-each p {
    line-height: 28px;
}

.property-category-each .common-btn-add {
    right: 20px;
    top: 50px;
}

/* Ends On LK Property sale category  */

/* Starts on Frequently Asked Question Section */

.frequently-section .accordion .common-btn-edit {
    right: 54px;
    top: 20px;
}

.frequently-section .accordion .common-btn-delete {
    right: 10px;
    top: 20px;
}

.frequently-section .common-btn-add {
    right: 20px;
    top: 50px;
}

.frequently-section .sub-heading {
    position: relative;
    display: inline-block;
}

.frequently-section {
    padding: 50px 0;
}

.frequently-section .accordion-sec .accordion {
    width: 100%;
    padding-bottom: 5px;
    position: relative;
}

.frequently-section .accordion-sec .accordion-header.active {
    color: #4476bc;
}

/* .frequently-section .accordion-sec .accordion-header {
    margin: 0;
    font-size: 16px;
    cursor: pointer;
    padding: 25px 20px 25px 50px;
    position: relative;
    font-weight: 500;
    color: #263238;
} */

.frequently-section .accordion-sec .accordion-header {
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 15px 20px 25px 50px;
    position: relative;
    font-weight: 600;
    color: #313131;
}

.frequently-section .accordion-header.active::after {
    content: "\2212";
    color: #fff;
    display: flex;
    background: #4476bc;
}

/* .frequently-section .accordion-header.closed::after {
    content: '\002B';
    color: #fff;
} */

.frequently-section .accordion-header::after {
    content: '\002B';
    color: #000;
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 26px;
    background: #263238;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 16px;
}

.frequently-section .accordion-sec .panel {
    display: none;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #e6e6e6;
    padding-top: 15px;
}

.frequently-section .accordion-sec .accordion .panel p, .accordion-sec .accordion .panel ul li {
    /* color: #6d7e86;
    font-size: 16px;
    line-height: 24px; */
    color: rgba(49,49,49,0.9) !important;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

.frequently-section .accordion-sec .accordion .panel ul li {
    line-height: 16px;
}

.frequently-section .frequentqa-sec .panel ul {
    list-style-image: url(../layout-optim/doc-review-consult/bullet-tick.png);
    margin-left: 20px;
    margin-right: 20px;
}

/* Ends on Frequently Asked Question Section */

/* Starts Featured Section */

.featuredin-sec {
    background: #ffffff;
    padding: 0 0 50px 0;
}

.featuredin-sec button.common-btn-add {
    right: 20px;
    top: 0;
}

.featuredin-sec .common-btn-edit {
    right: 54px;
    top: 0;
}

.featuredin-sec .common-btn-delete {
    right: 10px;
    top: 0;
}

.featuredin-sec .item {
    position: relative;
}

/* .featuredin-sec .container {
    border-bottom: 2px solid #ebebeb;
} */

.featuredin-sec .cmp-logo img {
    width: auto;
    display: table;
    margin: 0 auto;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.featuredin-sec .cmp-logo:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.2);
}

.featuredin-sec .owl-nav {
    display: none;
}


/* Ends Featured Section */

/* How It Works Section */

.how-it-works {
    background: #f9fafc;
}

.how-it-works .tile-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: -9px 15px 84px 0px rgb(122 133 170 / 40%);
    -webkit-box-shadow: -9px 15px 84px 0px rgb(122 133 170 / 40%);
    -moz-box-shadow: -9px 15px 84px 0px rgb(122 133 170 / 40%);
    -ms-box-shadow: -9px 15px 84px 0px rgb(122 133 170 / 40%);
    -o-box-shadow: -9px 15px 84px 0px rgb(122 133 170 / 40%);
}

.how-it-works .tile-card-body {
    flex: 1 1 auto;
}

.how-it-works .tile-card h2:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 2px;
    background: #313131;
    bottom: -5px;
}

.how-it-works .tile-card h2 {
    position: relative;
}


.how-it-works .tile-card .icon-box {
    right: 20px;
    bottom: 20px;
    height: 65px;
    width: 65px;
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    box-shadow: 0px 0px 18.8px 1.2px rgb(2 102 85 / 30%);
    -webkit-box-shadow: 0px 0px 18.8px 1.2px rgb(2 102 85 / 30%);
    -moz-box-shadow: 0px 0px 18.8px 1.2px rgb(2 102 85 / 30%);
    -ms-box-shadow: 0px 0px 18.8px 1.2px rgb(2 102 85 / 30%);
    -o-box-shadow: 0px 0px 18.8px 1.2px rgb(2 102 85 / 30%);
}

.how-it-works .tile-card .icon-box  img {
    height: 40px;
    width: 39px;
}

.how-it-works p {
    padding-right: 75px;
    line-height: 28px;
}

/*... How It Works Section */


/* Feature Section */


.features-desc p {
    line-height: 24px
}

.features-sec .content {
    transition: .3s ease
}

.features-sec .tabs {
    margin: 0
}

.features-sec .tablinks {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    overflow: hidden;
    transition: .3s ease;
    display: block;
    width: 100%;
    text-align: left
}

.features-sec .tablinks:before {
    background-image: linear-gradient(270deg, #006fe2 0, #218bf3 100%);
    content: "";
    width: 70px;
    position: absolute;
    top: 0;
    transition: .5s ease-in-out;
    z-index: 2;
    border-radius: 30px
}

.features-sec .tablinks.active {
    background-color: #fff;
    z-index: 0;
    border-right: 0;
    border-left: 0;
    overflow: hidden
}

.features-sec .tablinks.active:before {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    height: 5px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.features-sec .tablinks p {
    z-index: 2;
    transition: .5s ease;
    padding: 0;
    margin: 0;
    backface-visibility: hidden;
    max-width: 480px;
    margin-left: 35px;
    line-height: 28px;
    position: relative;
}

.features-sec .tablinks.active p {
    color: #263238
}

.features-sec .tablinks p span {
    margin-right: 0;
    position: absolute;
    top: 0;
    left: -35px;
}

.features-sec .tablinks.active p span {
    background: -webkit-linear-gradient(135deg, #006fe2 0%, #218bf3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.features-sec .tablinks p:before {
    content: attr(data-title);
    position: absolute;
    height: auto;
    width: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .1;
    font-size: 40px;
    transition: 1s ease-out;
    z-index: -1;
    font-weight: 600;
    top: 110%
}

.features-sec .tablinks:hover p:before {
    opacity: .1;
    font-size: 40px;
    top: -80%
}

.features-sec .wrapper_tabcontent {
    background-color: #fff;
    margin-top: 0;
    position: relative;
    opacity: 1;
    padding: 40px 0;
    overflow: hidden;
    transition: all 1s ease;
    top: 0
}

.features-sec .tabcontent {
    display: none;
    min-height: 180px
}

@keyframes tabEffect {
    from {
        top: -40px
    }

    to {
        top: 0
    }
}

.features-sec .tabcontent.active {
    transition: all 1s ease;
    display: block
}

.features-sec .tabcontent h3 {
    font-size: 40px;
    top: 75px;
    transform: rotate(90deg);
    position: absolute;
    left: -90px;
    opacity: .1;
    width: 200px;
    height: 60px;
    background: -webkit-linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    animation: city 1s ease
}

@keyframes city {
    from {
        left: -150px
    }

    to {
        left: -90px
    }
}

.features-sec .tabcontent img {
    transition: all 1s ease;
    animation: fadeEffect .6s ease
}

@keyframes fadeEffect {
    from {
        opacity: 0;
        margin-left: -100%
    }

    to {
        opacity: 1;
        margin-left: 0
    }
}

/*... Feature Section */

/* Product Categories */


.lk-start-up-products.m-tb-50 {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    border-top: 2px solid #f3f3f3;
    border-bottom: 2px solid #f3f3f3;
}

.lk-start-up-products:before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ffffff;
    border: 40px solid #eaf4f5;
    z-index: -1;
}

.lk-start-up-products:after {
    content: "";
    position: absolute;
    left: -90px;
    top: -90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #ffffff;
    border: 40px solid #eaf4f5;
    z-index: -1;
}

.lk-start-up-products .contentWrapper {
    width: 100%;
    position: relative;
}

.lk-start-up-products .tabsWrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.ctg-product-single .previous {
    display: none !important;
}

.ctg-product-single  .next {
    display: none !important;
}

.lk-start-up-products .tabs {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow-x: hidden;
    overflow: hidden;
    /* background: #fff; */
    background: transparent;
    margin: 0;
    list-style-type: none;
    border-bottom: 2px solid #f3f3f3;
}

.lk-start-up-products .tabs li {
    padding: 10px 18px 6px 18px;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    color: #808b90;
    float: left;
    border-bottom: 2px solid #ffffff;
}

.lk-start-up-products .tabs li:hover {
    color: #263238;
    border-bottom: 3px solid #5889ff;
}

.lk-start-up-products .tabs li.active {
    color: #263238;
    border-bottom: 3px solid #5889ff;
}

.lk-start-up-products .tabs li .img-circle {
    background: #f0ecfd;
    width: 50px;
    height: 50px;
    margin: 0 auto 10px;
}

.lk-start-up-products .next,
.previous {
    position: absolute;
    padding: 2px 4px;
    background-color: #fff;
    cursor: pointer;
}

.lk-start-up-products .next {
    right: -30px;
    top: 100px;
}

.previous {
    top: 60px;
}

.lk-start-up-products .previous {
    left: -30px;
    top: 100px;
}

.lk-start-up-products .tabContent {
    width: 100%;
    /* background-color: #fff; */
    background-color: transparent;
    padding: 15px;
    /* border-bottom: 1px solid #ebebeb; */
    min-height: 250px;
}

.startup-product-tile {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px 10px 40px !important;
    /* border-right: 1px solid #ebebeb; */
}

.lk-start-up-products .owl-nav,
.lk-startup-product span.active-img {
    display: none;
}

.lk-start-up-products .know-more-link {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
}

span.save-badge {
    background: #ffe6e6;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 4px 10px;
    font-weight: 700;
    margin-left: 5px;
}

.line-through {
    text-decoration: line-through;
    color: #aeaeae;
}

.lk-startup-product,
.lk-startup-product.active {
    border: 2px solid #e3e7eb;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 12px;
    cursor: pointer;
}

.lk-startup-product.active {
    border: 2px solid #81cd2f;
}

.lk-startup-product.active span.active-img {
    right: -13px;
    top: -13px;
    display: block;
}

.startup-product-tile .column {
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 30px;
}

.inclusive-info {
    text-align: center;
}

.selected-amount {
    text-align: center;
}

.lk-products-head {
    text-align: center;
}

.buy-btn {
    background: #278cf3;
    padding: 20px 50px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
}

.startup-product-tile a.buy-btn {
    text-decoration: none !important;
    color: #278cf3;
    cursor: pointer;
    padding: 12px 60px;
    outline: 0;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    text-transform: capitalize;
    border: 3px solid #278cf3;
    background: transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: all 0.5s linear;
}

.startup-product-tile a.buy-btn:hover {
    background: #278cf3;
    color: #fff;
}

.startup-product-tile ul li {
    margin-bottom: 15px;
    font-size: 15px;
    text-align: left;
    margin-left: 30px;
    color: rgba(49,49,49,0.9);
    position: relative;
    line-height: 28px;
}

.startup-product-tile ul li:before {
    position: absolute;
    content: url(../layout-optim/doc-drafting-ctg/product-list-check.png);
    height: 19px;
    width: 19px;
    left: -30px;
    top: 0px;
    z-index: 11;
}

.startup-product-tile a.know-more {
    color: #212121;
    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: underline;
    display: table;
    margin: 30px auto 10px;
    font-weight: 600;
}

.service-price-sec.mobile-view,
.start-up-detail .testimonial-sec .owl-carousel .owl-nav button.owl-next,
.start-up-detail .testimonial-sec .owl-carousel .owl-nav button.owl-prev {
    display: none;
}

.lk-start-up-products .tabContent .tab-item .col-3 {
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-right: 1px solid #ebebeb;
}

.lk-start-up-products .tabContent .tab-item .col-3:last-child {
    border-right: 0 none;
}


.lk-products-head h4 {
    color: rgba(49, 49, 49, 0.8);
    margin-bottom: 15px;
}

.startup-product-tile-body {
    flex: 1 1 auto;
}

.startup-product-tile-body .line-through {
    color: rgba(105, 115, 119, 0.7);
    margin-right: 10px;
    font-size: 18px !important;
}

.startup-product-tile-body .line-through+.font-16 {
    color: #f45f77;
}

.startup-product-tile .column .selected-amount h2+a {
    color: #313131;
    border-bottom: 1px solid #777;
    margin-bottom: 10px;
    display: inline-block;
}

/*... Product Categories */

/* Free Legal Advice */

.free-legal-advice {
    background: #f9fafa;
    padding: 50px 0;
}

.free-consult-top .avatars-online p {
    margin-bottom: 0 !important;
}

.free-mint-content .avatars-online .img-circle,
.free-consult-top .avatars-online .img-circle {
    border: 3px solid #f3e7d3;
    height: 35px;
    overflow: hidden;
    position: relative;
    width: 35px;
}

.free-mint-content .avatars-online .img-circle img,
.free-consult-top .avatars-online .img-circle img {
    height: 100%;
    width: 100%;
}

.free-consult-top .avatars-online .img-circle img {
    vertical-align: unset;
    top: auto;
    position: static;
}

.free-mint-content .avatars-online .img-circle:nth-child(1),
.free-consult-top .avatars-online .img-circle:nth-child(1) {
    z-index: 3;
}

.free-mint-content .avatars-online .img-circle:nth-child(2),
.free-consult-top .avatars-online .img-circle:nth-child(2) {
    left: -5px;
    z-index: 2;
}

.free-mint-content .avatars-online .img-circle:nth-child(3),
.free-consult-top .avatars-online .img-circle:nth-child(3) {
    left: -10px;
    z-index: 1;
}

.free-mint-content .avatars-online .pulse,
.free-consult-top .avatars-online .pulse {
    margin-left: 10px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #388e3c;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    box-shadow: 0 0 0 rgba(56, 142, 60, 0.4);
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.free-mint-content .avatars-online .pulse:hover,
.free-consult-top .avatars-online .pulse:hover {
    -webkit-animation: none;
    animation: none;
}

.free-legal-advice a {
    box-shadow: 0px 8px 12.96px 3.04px rgb(103 156 92 / 33%);
    -webkit-box-shadow: 0px 8px 12.96px 3.04px rgb(103 156 92 / 33%);
    -moz-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -ms-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    -o-box-shadow: 0px 8px 12.96px 3.04px rgba(103, 156, 92, 0.33);
    background: rgb(81,229,182);
    background: linear-gradient( 
-7deg
 , rgba(81,229,182,1) 0%, rgba(83,215,194,1) 100%);
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 20px 60px;
    display: inline-block;
    cursor: pointer;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    text-transform: uppercase;
}

.free-legal-advice a:hover {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
}

@-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;
    }
}

.free-mint-content h2 {
    margin-bottom: 20px;
    line-height: 38px;
}

.free-mint-content h4 {
    color: #697377;
    margin-bottom: 10px;
}

.free-mint-content h3 {
    color: #f97f90;
    margin-bottom: 20px;
}

/*... Free Legal Advice */

/* Why LegalKart Section */


.why-lk .tile-card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    box-shadow: 0px 0px 13px 0px rgb(107 124 147 / 15%);
    -webkit-box-shadow: 0px 0px 13px 0px rgb(107 124 147 / 15%);
    -moz-box-shadow: 0px 0px 13px 0px rgba(107, 124, 147, 0.15);
    -ms-box-shadow: 0px 0px 13px 0px rgba(107, 124, 147, 0.15);
    -o-box-shadow: 0px 0px 13px 0px rgba(107, 124, 147, 0.15);
}

.why-lk .tile-card-body {
    flex: 1 1 auto;
}

.why-lk .tile-card .icon-circle {
    height: 90px;
    width: 90px;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.why-lk .tile-card .icon-circle1 {
    background: #feebeb;
}

.why-lk .tile-card .icon-circle2 {
    background: #e1fee9;
}

.why-lk .tile-card .icon-circle3 {
    background: #eae8fe;
}

.why-lk h2 {
    line-height: 28px;
}

.why-lk p {
    line-height: 28px;
}

/*... Why LegalKart Section */

/* What our use say Section */

.user-say-section {
    padding: 50px 0 80px;
    position: relative;
    background: #f9fafc;
    overflow: hidden;
}

.user-say-section:before {
    content: "";
    position: absolute;
    right: -110px;
    bottom: -120px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f9fafc;
    border: 40px solid #eaf4f5;
}

.user-say-section:after {
    content: "";
    position: absolute;
    left: -90px;
    top: -90px;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #f9fafc;
    border: 40px solid #eaf4f5;
}

.testimonial-sec {
    margin-bottom: 0;
}

.testimonial-sec .item img {
    width: 17px;
    height: 13px;
}

.testi-wrap img.top-quote {
    position: absolute;
    left: -30px;
    top: 20px;
}

.testi-wrap img.bottom-quote {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.testimonial-sec .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.testimonial-sec .testi-wrap p {
    margin-top: 25px;
}

.testimonial-sec p {
    color: #6d6d6d;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    max-width: 660px;
}

.testimonial-sec .avatar-box .circle-name {
    background: #f2a52b;
    font-weight: 700;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
}

.testimonial-sec .avatar-box p {
    color: #000;
    font-size: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.6;
    font-weight: 600;
    text-align: left;
}

.testimonial-sec .owl-nav button.owl-prev,
.testimonial-sec .owl-nav button.owl-next {
    margin: 0 40px;
}

.testimonial-sec .owl-nav button.owl-prev:hover,
.testimonial-sec .owl-nav button.owl-next:hover {
    background: transparent !important;
}

.testimonial-sec .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #c7c7c7;
}

.testimonial-sec .owl-dots .owl-dot.active span,
.testimonial-sec .owl-dots .owl-dot:hover span {
    background: #464646;
}

.testimonial-sec .owl-nav {
    margin-top: 0;
    position: absolute;
    top: auto;
    bottom: -55px;
    left: 0;
    right: 0;
}

.testimonial-sec .owl-dots {
    position: absolute;
    top: auto;
    width: 100px;
    margin: 0 auto;
    z-index: 9999;
    bottom: -60px;
    left: 0;
    right: 0;
}

/*... What our use say Section */

.clients-sec {
    background: #f9f9f9;
    padding: 50px 0;
}

.clients-sec h3 {
    margin-bottom: 40px;
}

.clients-sec .col-3 {
    border-left: 1px solid #bdbbbb;
    border-bottom: 1px solid #bdbbbb;
    position: relative;
}

.clients-sec .col-3:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background: #f9f9f9;
    right: -12px;
    bottom: -12px;
    z-index: 1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.clients-sec .col-3:nth-child(5)::after,
.clients-sec .col-3:nth-child(6)::after,
.clients-sec .col-3:nth-child(7)::after,
.clients-sec .col-3:nth-child(8)::after {
    display: none;
}

.clients-sec .col-3:nth-child(1),
.clients-sec .col-3:nth-child(5) {
    border-left: 0;
}

.clients-sec .col-3:nth-child(5),
.clients-sec .col-3:nth-child(6),
.clients-sec .col-3:nth-child(7),
.clients-sec .col-3:nth-child(8) {
    border-bottom: 0;
    padding-top: 20px;
}

.clients-sec .col-3:nth-child(5) img,
.clients-sec .col-3:nth-child(6) img,
.clients-sec .col-3:nth-child(7) img,
.clients-sec .col-3:nth-child(8) img {
    padding-top: 20px;
}

.client-tile img {
    padding: 15px 0;
    height: 125px;
    width: auto;
    margin: 0 auto;
    display: table;
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -ms-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
}

.client-tile:hover img {
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    transform: scale(1.2);
}

/*... Our Client Section */

/* Modal Styles */

.jquery-modal .modal-body h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
}

.jquery-modal .modal-body p {
    font-size: 14px;
    font-weight: 600;
    color: #6d7e86;
    margin-bottom: 15px;
    text-align: center;
}

.jquery-modal .modal-body table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #dee2e6;
}

.jquery-modal .modal-body table tbody td:nth-child(2),
.jquery-modal .modal-body table thead th:nth-child(2) {
    text-align: right;
}

.jquery-modal .modal-body table tbody tr:nth-of-type(odd) {
    background: #f2f2f2;
}

.jquery-modal .modal-body table tbody tr td,
.jquery-modal .modal-body table thead th {
    padding: 10px;
}

.jquery-modal .modal-body table thead th {
    font-weight: 600;
}

.modal.viewport-area {
    max-width: 550px;
    padding: 20px;
    width: 100%;
}

/*... Modal Styles */


/* UI AutoComplete */

.docdraft-autocomplete  {
    box-shadow: 2px 10px 16.38px 1.62px rgb(84 83 83 / 30%);
    border: 0 !important;
    border-top: 2px solid #d5d5d5 !important;
}

.docdraft-autocomplete .ui-menu-item-wrapper {
    position: relative;
    padding: 12px;
}

  .docdraft-autocomplete .ui-state-active {
      background: #d5d5d5;
      color: #212121;
      border: 0px;
  }

/*... UI AutoComplete */

/* Free Consult Modal */

/* Starts Modal Css */

.free-consult-top h2 {
    font-size: 24px !important;
}

.free-consult-top h2 + h2 {
    color: #313131;
    font-size: 18px !important;
    margin-bottom: 20px !important;
    font-weight: normal !important;
}

.modal.viewport-area {
    max-width: 550px;
    padding: 20px;
    width: 100%;
}

#modalForFreeConsult {
    max-width: 600px;
}

.modal.viewport-area h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #313131;
}

.modal.viewport-area a.common-action-btn {
    outline: 0 none;
    text-decoration: none;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 15px 30px;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}

.modal.viewport-area .form-field {
    /* display: none; */
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}


#modalForFreeConsult  .form-field h2 {
    color: rgba(49,49,49,0.6) !important;
    font-size: 16px !important;
    margin: 0 auto;
    line-height: 28px;
}

.modal.viewport-area p {
    margin-bottom: 10px;
}

.modal.viewport-area .form-field input {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-right: 0;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    margin-bottom: 10px;
}

.modal.viewport-area .form-field textarea {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding-right: 0;
    border: 1px solid #d7d7d7;
    padding-left: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
}

.modal.viewport-area img {
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.modal.viewport-area .img-rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.modal.viewport-area button.common-action-btn {
    background: #278cf3;
    padding: 20px 50px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}


/* Ends Modal Css */


.swal-overlay {
    z-index: 99999;
}

.blocker {
    z-index: 99998;
}

.modal.viewport-area .form-field label.error {
    color: #ff0000;
    display: block;
    text-align: left;
}

/*... Free Consult Modal */


/* Starts On Loader Css */

.loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: table;
    margin: 0 auto;
    margin-top: 160px;
  }

  /* Safari */
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

/* Ends On Loader Css */


.hero-area a.add-banner {
    color: #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    display: inline-block;
    margin-top: 25px;
    font-size: 14px;
    background: #278cf3;
    padding: 20px 50px;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 100;
    border: 0;
    cursor: pointer;
}

button.common-btn-add {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    width: 34px;
    height: 34px;
    text-align: center;
    padding: 5px;
    z-index: 100;
    background: #278cf3;
    color: #ffffff;
    border: 0;
    cursor: pointer;
}

button.common-btn-edit {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    background: #47525e;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    z-index: 100;
}

button.common-btn-delete {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    background: #ea2c54;
    color: #ffffff;
    border: 0;
    cursor: pointer;
    z-index: 100;
}

.hero-area .item .common-btn-edit {
    left: 0;
    top: 20px;
}

.hero-area .item .common-btn-delete {
    left: 44px;
    top: 20px;
}

.hero-area .item .common-btn-edit, .hero-area .item .common-btn-delete {
    z-index: 100;
}

.how-it-works button.common-btn-add.pos-abs {
    right: 20px;
    top: 50px;
}

.how-it-works .common-btn-edit {
    right: 54px;
    top: 20px;
}

.how-it-works .common-btn-delete {
    right: 10px;
    top: 20px;
}

.features-sec button.common-btn-add {
    right: 20px;
    top: 60px;
}

.why-lk button.common-btn-add {
    right: 20px;
    top: 50px;
}

.why-lk .common-btn-edit {
    right: 54px;
    top: 20px;
}

.why-lk .common-btn-delete {
    right: 10px;
    top: 20px;
}

.user-say-section .testi-wrap  {
    margin-top: 20px;
}

.user-say-section button.common-btn-add {
    right: 20px;
    top: 60px;
}

.user-say-section .common-btn-edit {
    right: 54px;
    top: -20px;
}

.user-say-section .common-btn-delete {
    right: 10px;
    top: -20px;
}

.clients-sec .client-tile-body {
    padding-top: 30px;
}

.clients-sec button.common-btn-add {
    right: 20px;
    top: 60px;
}

.clients-sec .common-btn-edit {
    right: 0;
    top: 0px;
    left: 0;
    margin: 0 auto;
}

.clients-sec .common-btn-delete {
    left: 0;
    top: 0;
    right: -80px;
    margin: 0 auto;
}


.accordionOverviewBlock .common-btn-delete {
    left: 60px;
    top: -40px;
}

.accordionOverviewBlock .common-btn-edit {
    left: 16px;
    top: -40px;
}

/* Responsive  Styles */

@media screen and (max-width: 991px) {

    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .lk-start-up-products .container {
        padding: 0 !important;
    }

    .contentWrapper.desktop-view {
        display: none;
    }

    /* .service-price-sec.mobile-view {
        display: block;
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    } */

    .service-price-sec {
        padding: 15px;
    }

    .service-price-sec.mobile-view {
        display: block;
        padding-top: 30px;
    }

    .accordion-container .accordion-title {
        position: relative;
        padding: 14px 20px;
        background-color: #fff;
        font-size: 16px;
        font-weight: 400;
        color: #313131;
        cursor: pointer;
        margin: 0 0 10px;
        border: 1px solid #e9ecef;
    }

    .accordion-container .accordion-title:active,
    .accordion-container .accordion-title:hover,
    .accordion-title.open {
        background-color: #fff;
        color: #313131;
    }

    .accordion-container .accordion-title.open {
        margin-bottom: 0;
    }

    .accordion-container .accordion-title::after {
        content: "";
        background-image: url("../layout-optim/doc-drafting-ctg/offer-down-arrow.png");
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        display: block;
        position: absolute;
        right: 10px;
        top: 15px;
    }
    .accordion-container .accordion-title.open::after {
        content: "";
        transform: rotate(180deg);
        top: 17px;
    }

    /* .accordion-container .accordion-title::after {
        content: "";
        position: absolute;
        top: 20px;
        right: 25px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: #ccc;
    }

    .accordion-container .accordion-title.open::after {
        content: "";
        position: absolute;
        top: 12px;
        border: 8px solid transparent;
        border-bottom-color: #ccc;
    } */

    .service-price-sec .startup-product-tile {
        background: #fff;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
        border: 1px solid #e9ecef;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 0;
    }

    .hero-area .item {
        height: auto;
        padding-top: 25px;
        padding-bottom: 70px;
    }

    .hero-area .img-abs img {
        height: auto;
        width: 130px;
    }

    .hero-area .item h2 {
        font-size: 24px;
        width: 200px;
        line-height: 1.4;
    }

    .hero-area .item p {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .search-box input[type="text"] {
        height: 65px;
        padding: 0 20px;
        font-size: 16px;
        width: calc(100% - 70px);
        border: 0;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .search-box button {
        width: 70px;
        height: 65px;
        border: 0;
        margin-left: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .how-it-works .col-4 {
        margin-bottom: 20px;
    }

    .features-sec .tablinks {
        margin-bottom: 20px !important;
   }

    .features-sec .tablinks p {
        line-height: 24px;
        font-size: 14px !important;
    }

    .why-lk .col-4 {
        margin-bottom: 70px;
    }

    .why-lk .col-4:last-child {
        margin-bottom: 0;
    }

    .avatars-online.d-flex.align-items-center {
        margin: 0 auto;
        max-width: 350px;
        margin-top: 10px;
    }

    .user-say-section h1 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .testimonial-sec p {
        padding: 0 50px;
    }

    .service-price-sec.mobile-view h3 {
        text-align: center;
    }

    .title-common h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .service-price-sec.mobile-view .col-3 {
        margin-bottom: 10px;
    }

    .how-it-works .tile-card h2 {
        font-size: 18px;
    }

    .lk-start-up-products {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .service-price-sec.mobile-view .title-common h2 {
        margin-bottom: 30px;
        text-align: center;
    }

    .title-common h2 br {
        display: none;
    }

    .avatars-online.d-flex.align-items-center {
        margin: 0 auto;
        max-width: 350px;
        margin-top: 10px;
    }

    .lk-start-up-products:before,
    .lk-start-up-products:after {
        display: none;
    }

    .startup-product-tile .column {
        text-align: center;
    }

}

@media screen and (max-width: 767px) {
    .lk-toolkit-section, .features-sec, .free-legal-advice, .how-it-works, .why-lk, .user-say-section, .clients-sec {
        padding: 20px 0;
    }

    .clients-sec {
        padding: 20px 15px !important;
    }

    .free-mint-content .col-6:nth-child(1) {
        display: none;
    }
    .free-mint-content .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .free-mint-content .col-6:nth-child(2) {
        text-align: center;
    }
    .testimonial-sec .avatar-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .testimonial-sec .avatar-box .circle-name {
        margin-right: 0;
    }
    .testi-wrap img.top-quote {
        left: 50%;
        top: 10px;
        right: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .testi-wrap img.bottom-quote {
        left: 50%;
        bottom: -10px;
        right: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .testimonial-sec .owl-nav {
        display: none;
    }
    .testimonial-sec .owl-dots {
        bottom: -10px;
    }
    .clients-sec .col-3 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .clients-sec .col-3:nth-child(5)::after,
    .clients-sec .col-3:nth-child(6)::after,
    .clients-sec .col-3:nth-child(7)::after,
    .clients-sec .col-3:nth-child(8)::after {
        display: block;
    }

    .clients-sec .col-3:nth-child(5),
    .clients-sec .col-3:nth-child(6) {
        border-bottom: 1px solid #bdbbbb;
    }

    .clients-sec .col-3:nth-child(3),
    .clients-sec .col-3:nth-child(7) {
        border-left: 0;
    }
    .why-lk h2 {
        text-align: center;
    }
    .user-say-section {
        margin-bottom: 0;
    }
    .why-lk {
        margin-bottom: 0;
    }

    .user-say-section:before,
    .user-say-section:after {
        display: none;
    }

    .free-legal-advice a {
        font-size: 16px;
        padding: 15px 50px;
    }
    .free-mint-content h3 br {
        display: none;
    }

    .testimonial-sec .item.item-1 {
        margin-bottom: 55px; 
    }
}

@media screen and (max-width: 640px) {
    .features-sec .tablinks p {
        max-width: 330px;
    }
}

@media screen and (max-width: 480px) {
    .features-sec .tablinks p {
        max-width: 250px;
    }

    .features-sec .tablinks:before,
    .features-sec .tablinks.active:before
     {
        width: 30px;
    }
}

@media screen and (max-width: 420px) {
    .free-legal-advice .avatars-online {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        margin-top: 10px;
        width: 100%;
    }


    .avatars-online.d-flex.align-items-center {
        flex-wrap: wrap;
        margin: 0 auto;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .testimonial-sec p {
        padding: 0 20px;
    }


}

@media screen and (max-width: 359px) {
    .features-sec .tablinks p {
        max-width: 215px;
    }
}

/*... Responsive  Styles */