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
}

body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    line-height: 1.4;
    background-color: #fff;
    color: #545454;
    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: 1170px;
    margin: 0 auto;
    padding: 0 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
}

.font-weight-medium {
    font-weight: 500
}

.font-weight-semi {
    font-weight: 600
}

.font-weight-bold {
    font-weight: 700
}

.font-12 {
    font-size: 12px
}

.font-16 {
    font-size: 16px
}

.font-18 {
    font-size: 18px
}

.font-24 {
    font-size: 24px
}

.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
}

.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
}

.color1 {
    color: #313131;
}

.color2 {
    color: #777777;
}

.color3 {
    color: #4d4e4b;
}

.color4 {
    color: #677476;
}

.color5 {
    color: #1f9bb6;
}

.color6 {
    color: #ff6464;
}

.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-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
}

.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-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;
}

.py-20 {
    padding-top: 20px;
    padding-bottom: 20px
}





/* Hero Section */

.hero-sec {
    background-color: #fbfbfb;
    padding: 60px 0 320px 0;
}

.hero-sec .intro h1 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700 !important;
}

.hero-sec .intro p {
    line-height: 30px;
}

.hero-sec .intro p .span-color {
    color: #09a58d;
}

.search-box .control-input {
    border-radius: 50px;
    height: 70px;
    border: 0;
    box-shadow: none;
    background-image: url(../layout-optim/doc-drafting/search-icon.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 30px) center;
    padding: 0 30px;
    width: 100%;
    box-shadow: 2px 10px 16.38px 1.62px rgba(84, 83, 83, 0.3);
    padding-right: 60px;
}

.doc-ctg {
    width: 100%;
    margin-top: 50px;
}

.doc-ctg .col-4 {
    padding-left: 5px;
    padding-right: 5px;
}


.doc-ctg a {
    background-color: #fff;
    border: 1px solid #cacaca;
    border-radius: 5px;
    color: #313131;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.doc-ctg a span {
    font-size: 16px;
    font-weight: 500;
}

.doc-ctg a img {
    vertical-align: middle;
}

.doc-ctg a i.right-chevron {
    border: solid #313131;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.doc-ctg a i {
    margin-left: 10px;
}

.how-it-works {
    bottom: -70px;
    max-width: 900px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.how-it-works .tile-card {
    box-shadow: 1px 4px 13px 0px rgba(177, 177, 177, 0.35);
    padding: 30px 20px;
    background: #fff;
}

.how-it-works .tile-card h4 {
    margin: 25px 0 15px 0;
}

.how-it-works .tile-card .icon-circle {
    background-color: #cacaca;
    height: 75px;
    width: 75px;
    margin: 0 auto;
}

.how-it-works .tile-card1 .icon-circle {
    background: #fbf2af !important;
}

.how-it-works .tile-card2 .icon-circle {
    background: #cbe4f7 !important;
}

.how-it-works .tile-card3 .icon-circle {
    background: #cff5ce !important;
}

.how-it-works .tile-card1 {
    background: #fefbe8 !important;
}

.how-it-works .tile-card2 {
    background: #eef7fd !important;
}

.how-it-works .tile-card3 {
    background: #e5fce5 !important;
}

/*... Hero Section */

/* Additional Services Section */

.additional-services {
    padding: 150px 0 60px 0;
    background-image: url("../layout-optim/doc-drafting/additional-service-bg.png");
    background-repeat: no-repeat;
    background-position: bottom left;
}

.additional-services:before {
    position: absolute;
    content: "";
    background: #eaeaea;
    height: 1px;
    width: 100%;
    bottom: 1px;
}

.additional-services .service-left p {
    line-height: 32px;
}

.additional-services .service-right .steps-list {
    margin-left: 100px;
    margin-top: 115px;
}

.additional-services .service-right .steps-list .step-item {
    padding-bottom: 80px;
}

.additional-services .steps-list .step-item:not(:last-child):before {
    content: "";
    position: absolute;
    background-color: #b0b0b0;
    width: 1px;
    height: 100%;
    top: 20px;
    left: 0;
    z-index: 0;
}

.additional-services .service-right .steps-list .step-item .icon-circle {
    background: #fff;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -27px;
    top: 0;
    -ms-box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.4);
}

.additional-services .service-right .steps-list .step-item .icon-circle img {
    height: 30px;
    width: 30px;
}

.additional-services .service-right .steps-list .step-item p {
    padding-top: 12px;
    margin-left: 45px;
}

/*... Additional Services Section */

/* LegalKart Advantage Section */

.lk-advantage {
    background-color: #f6f9f8;
    padding: 60px 0;
    background-image: url("../layout-optim/doc-drafting/legalkart-advantage-bg.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

.lk-advantage:before {
    position: absolute;
    content: "";
    background: #eaeaea;
    height: 1px;
    width: 100%;
    bottom: 4px;
}

.lk-advantage .adv-right p {
    line-height: 32px;
}

.lk-advantage .steps-list {
    margin-right: 100px;
    margin-top: 70px;
}

.lk-advantage .steps-list .step-item {
    padding-bottom: 70px;
}

.lk-advantage .steps-list .step-item:not(:last-child):before {
    content: "";
    position: absolute;
    background-color: #b0b0b0;
    width: 1px;
    height: 100%;
    top: 20px;
    right: 0;
    z-index: 0;
}

.lk-advantage .steps-list .step-item .icon-circle {
    background: #fff;
    border-radius: 50%;
    height: 54px;
    width: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -27px;
    top: 0;
    -ms-box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.4);
    box-shadow: 10px 0px 10px -5px rgba(0, 0, 0, 0.4);
}

.lk-advantage .steps-list .step-item .icon-circle img {
    height: 30px;
    width: 30px;
}

.lk-advantage .steps-list .step-item p {
    padding-top: 12px;
    margin-right: 45px;
}

/*... LegalKart Advantage Section */

/* Legal Documents, Formats & Contracts Section */

.doc-form-contract {
    padding: 60px 0;
}

.doc-form-contract   ul li a {
    position: relative;
    padding-left: 15px;
    display: block;
}

.doc-form-contract ul li a:hover {
    color: #1f9bb6;
}

.doc-form-contract ul li a:before {
    position: absolute;
    content: "";
    border: solid #677476;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 5px;
    left: 0;
}

.doc-form-contract ul li a:hover::before {
    color: #1f9bb6;
}

/*... Legal Documents, Formats & Contracts Section */

/* UI AutoComplete */

.ui-widget-content {
    background: #fff !important;
    color: #313131;
    box-shadow: 2px 10px 16.38px 1.62px rgba(84, 83, 83, 0.3);
    border-radius: 0;
    padding: 0 !important;
    font-size: 16px;
    border: 0 !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    border-top: 1px solid #cdcdcd !important;
    width: calc(100% - 30px) !important;
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-menu .ui-menu-item {
    padding: 10px 15px !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 0 !important;
    background: #dadada !important;
    font-weight: normal;
    color: #212121;
   
}

.search-box .control-input.ui-autocomplete-input {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
}

/*... UI AutoComplete */

/* Responsive styles */


@media screen and (min-width: 992px) {
    .lk-advantage .adv-left {
        order: 1;
    }

    .lk-advantage .adv-right {
        order: 2;
    }
}

@media screen and (max-width: 991px) {
    .col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sm-text-left {
        text-align: left;
    }

    .sm-text-center {
        text-align: center;
    }

    .heading-title {
        color: #304378;
        line-height: 1.2;
        margin-bottom: 25px !important;
        font-size: 24px;
    }

    .hero-sec {
        padding: 40px 0 40px 0;
    }

    .hero-sec .intro h1 {
        font-size: 24px;
        margin-top: 30px;
        line-height: 34px;
        letter-spacing: .4px;
    }

    .hero-sec .intro p {
        line-height: 26px;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .hero-sec .intro .search-box .control-input {
        width: 100%;
    }

    .doc-ctg {
        width: auto;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .doc-ctg .col-4 {
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 15px;
    }

    .doc-ctg a {
        justify-content: flex-start;
    }

    .doc-ctg a i {
        margin-left: auto;
    }

    .doc-ctg a span {
        margin-left: 15px;
    }

    .how-it-works {
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0 auto;
        position: relative;
    }

    .how-it-works .col-4 {
        margin-bottom: 20px;
    }

    .additional-services {
        padding: 40px 0 40px 0;
        background-image: none;
    }

    .additional-services:before,
    .lk-advantage:before {
        height: 0;
    }

    .additional-services .service-right .steps-list {
        margin-left: 15px;
        margin-top: 20px;
    }

    .additional-services .service-right .steps-list .step-item {
        padding-bottom: 60px;
    }

    .additional-services .service-right .steps-list .step-item:last-child {
        padding-bottom: 20px;
    }

    .additional-services .service-left p {
        line-height: 26px;
        font-size: 16px;
    }

    .additional-services .service-left p br {
        display: none;
    }

    .additional-services .service-right .steps-list .step-item p {
        font-size: 16px;
    }

    .lk-advantage {
        padding: 40px 0;
        background-image: none;
    }

    .lk-advantage .steps-list {
        margin-right: 30px;
        margin-top: 20px;
    }

    .lk-advantage .steps-list .step-item {
        padding-bottom: 60px;
    }

    .lk-advantage .steps-list .step-item:last-child {
        padding-bottom: 20px;
    }
    
    .lk-advantage .steps-list .step-item p {
        font-size: 16px;
    }

    .lk-advantage h2 br {
        display: none;
    }

    .lk-advantage .adv-right p {
        line-height: 26px;
        font-size: 16px;
    }

    .doc-form-contract {
        padding: 40px 0;
    }

    .doc-form-contract .col-4:not(:last-child) {
        margin-bottom: 30px;
    }

    .doc-form-contract .col-4 h4 {
        border-bottom: 1px solid #ececec;
        padding-bottom: 5px;
    }

    .doc-form-contract .col-md-4 ul li {
        margin-bottom: 10px;
    }


}


/*... Responsive styles */