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-14 {
    font-size: 14px
}

.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;
}

.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
}

.m-r-30 {
    margin-right: 30px
}

.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
}

.p-b-10 {
    padding-bottom: 10px;
}

i.right-chevron-arrow {
    border: solid #313131;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.decoration-none {
    text-decoration: none;
} 

.modal {
    max-width: 600px;
}

/* Breadcrumb With Search Section */

.search-box .control-input {
    border-radius: 50px;
    height: 60px;
    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;
}

.breadcrumb ul li a i.right-chevron-arrow {
    font-size: 12px !important;
}

/*... Breadcrumb With Search Section */

/* Information Content Section */

p.para-title {
    line-height: 1.8;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.information-content {
    margin-top: 0px;
    margin-bottom: 60px;
}

.information-content .tile-card {
    box-shadow: 1px 4px 13px 0px rgba(177, 177, 177, 0.35);
    background: #fff;
    height: 100%;
    transition: all 0.2s linear 0s;
    border: 2px solid #fff;
    border-radius: 0px;
}

.tile-card.tile-card1:hover {
    border: 2px solid #d7a9a9;
    border-radius: 10px;
    transform: translateY(-5px);
}

.tile-card.tile-card2:hover {
    border: 2px solid #b7c6d5;
    border-radius: 10px;
    transform: translateY(-5px);
}

.tile-card.tile-card3:hover {
    border: 2px solid #d5f0b4;
    border-radius: 10px;
    transform: translateY(-5px);
}

.information-content .tile-card .tile-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 70px 30px;
}

.information-content .tile-card .tile-card-body .description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.information-content .tile-card .tile-card-body .image {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.information-content .tile-card1 .tile-card-body .image {
    background:  #efdddd;
}

.information-content .tile-card2 .tile-card-body .image {
    background:  #e7ecf1;
}
.information-content .tile-card3 .tile-card-body .image {
    background:  #e4fbc8;
}

.pricing-sec {
    margin: 80px 0 0 0;
}

.pricing-sec > h3 {
    border-bottom: 1px solid #cacaca;
    padding-bottom: 20px;
}

.pricing-sec span.strike-off {
    text-decoration: line-through;
}

.pricing-sec  .price-details,
.pricing-sec  .how-to-pay {
    padding: 40px 0;
}

.pricing-sec .price-details {
    border-right: 1px solid #cacaca;
}

.pricing-sec  .control,
.information-content-card  .control
 {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 16px;
    color: #677476;
    padding-top: 2px;
}

.pricing-sec .control input,
.information-content-card  .control input
 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.pricing-sec .control__indicator,
.information-content-card .control__indicator
 {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: transparent;
    border: 2px solid #00b48c;
    border-radius: 4px;
}

.pricing-sec .control--radio .control__indicator,
.information-content-card .control--radio .control__indicator
{
  border-radius: 50%;
}

.pricing-sec .control:hover input ~ .control__indicator,
.pricing-sec .control input:focus ~ .control__indicator,
.information-content-card .control:hover input ~ .control__indicator,
.information-content-card .control input:focus ~ .control__indicator

{
  background: #00b48c;
}

.pricing-sec .control input:checked ~ .control__indicator,
.pricing-sec .control input:checked ~ .control__indicator,
.information-content-card .control input:checked ~ .control__indicator,
.information-content-card .control input:checked ~ .control__indicator
 {
  background: #00b48c;
}

.pricing-sec .control:hover input:not([disabled]):checked ~ .control__indicator,
.pricing-sec .control input:checked:focus ~ .control__indicator,
.information-content-card .control:hover input:not([disabled]):checked ~ .control__indicator,
.information-content-card .control input:checked:focus ~ .control__indicator
{
  background: #00b48c;
}

.pricing-sec .control input:disabled ~ .control__indicator,
.information-content-card .control input:disabled ~ .control__indicator
 {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.pricing-sec .control__indicator:after,
.information-content-card .control__indicator:after
{
  content: '';
  position: absolute;
  display: none;
}

.pricing-sec .control input:checked ~ .control__indicator:after,
.information-content-card .control input:checked ~ .control__indicator:after
 {
  display: block;
}

.pricing-sec .control--checkbox .control__indicator:after,
.information-content-card .control--checkbox .control__indicator:after
{
    left: 6px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.pricing-sec .control--checkbox input:disabled ~ .control__indicator:after,
.information-content-card .control--checkbox input:disabled ~ .control__indicator:after
 {
  border-color: #7b7b7b;
}

.pricing-sec  hr {
    background: #cacaca;
    height: 1px;
    border: 0;
    margin: 10px 0 20px 0;
}

.pricing-sec button,
.pricing-sec a.purchased-btn
 {
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    background-color: #234d94;
    border: 1px solid #234d94;
    font-size: 18px;
    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)
}

.pricing-sec button:focus,
.pricing-sec a.purchased-btn:focus,
.pricing-sec button:hover,
.pricing-sec a.purchased-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
}

.pricing-sec .how-to-pay h3 {
    position: relative;
    top: -5px;
}

.pricing-sec .steps-list {
    margin-left: 40px;
    margin-top: 25px;
}

.pricing-sec .steps-list .step-item {
    padding-bottom: 80px;
}

.pricing-sec .steps-list .step-item:not(:last-child):before {
    content: "";
    position: absolute;
    background-color: transparent;
    width: 0;
    height: 100%;
    top: 20px;
    left: 0;
    z-index: 0;
    border-left: 2px dashed #cacaca;
}

.pricing-sec .steps-list .step-item .icon-circle {
    background: #fff;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -25px;
    top: 0;
}

.pricing-sec .steps-list .step-item1 .icon-circle {
    background: #fdeded !important;
}

.pricing-sec .steps-list .step-item2 .icon-circle {
    background: #e7fae4 !important;
}

.pricing-sec .steps-list .step-item3 .icon-circle {
    background: #f4f2fd !important;
}

.pricing-sec .steps-list .step-item .icon-circle img {
    height: 30px;
    width: 30px;
}

.pricing-sec .steps-list .step-item p {
    padding-top: 12px;
    margin-left: 45px;
}


.content-area {
    margin: 50px 0 50px 0;
}

.content-area .para-item {
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}

.content-area .para-item:before {
    position: absolute;
    content: "";
    background: #535353;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -30px;
    top: 7px;
}

.content-area .para-item p {
    line-height: 1.8;
}

.content-area h1, 
.content-area h2, 
.content-area h3, 
.content-area h4, 
.content-area h5, 
.content-area h6 
{
    margin-bottom: 10px;
    color: #313131;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
}

.content-area h1:before,
.content-area h2:before,
.content-area h3:before,
.content-area h4:before,
.content-area h5:before,
.content-area h6:before
{
    position: absolute;
    content: "";
    background: #535353;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: -30px;
    top: 7px;
}


.content-area p {
    color: #777777;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.content-area  hr {
    margin: 40px 0 40px 0;
}

.content-area button {
    background: #234D95;
    padding: 15px 50px;
    border: 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
    margin: 20px 0 50px 0;
}

hr {
    background: #cacaca;
    height: 1px;
    border: 0;
    margin: 10px 0 40px 0;
}

.suggested-nav-area ul {
    color: #2F9BFD;
    margin: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.suggested-nav-area ul li {
    width: 30%;
}

/*... Information Content Section */

/* Document Modal Section */

.doc-modal h4 {
    border-bottom: 1px solid #cacaca;
}

.doc-modal hr {
    margin: 10px 0 10px 0;
}

.doc-modal button,
.doc-modal a.proceed-btn
 {
    background: #234D95;
    border: 0;
    border-radius: 4px;
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    text-align: center;
}




.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
}



.doc-modal button,
.doc-modal a.proceed-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)
}


.doc-modal button:hover,
.doc-modal a.proceed-btn:hover,
.doc-modal button:focus,
.doc-modal a.proceed-btn:focus
 {
    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
}

.payment-secure {
    border: 1px solid #cacaca;
    padding: 10px;
}

.payment-secure .img-secure img {
    height: 40px;
}

.accept-payment img {
    height: 35px;
}

/*... Document Modal Section */

/* Document Category Section */
  
  .nested-accordion {
    margin-top: 0.5em;
    cursor: pointer;
  }
  .nested-accordion h3 {
    padding: 0 0.5em;
  }
  .nested-accordion .comment {
    line-height: 1.5;
    padding: 0.5em;
  }
  .nested-accordion h3 {
    color: #47a3da;
  }
  .nested-accordion h3:before {
    content: "+";
    padding-right: 0.25em;
    color: #becbd2;
    font-size: 1.5em;
    font-weight: 500;
    font-family: "Lucida Console", Monaco, monospace;
    position: relative;
    right: 0;
  }
  .nested-accordion h3.selected {
    background: #47a3da;
    color: #fff;
  }
  .nested-accordion h3.selected:before {
    content: "-";
  }
  .nested-accordion .comment {
    color: #768e9d;
    border: 0.063em solid #47a3da;
    border-top: none;
  }
  .nested-accordion a {
    text-decoration: none;
    color: #47a3da;
  }
/*... Document Category 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 */


#printstamp-modal {
    padding: 0;
}


.doc-price-modal span.strike-off {
    text-decoration: line-through;
}

.doc-price-modal {
    margin: 0;
}

.doc-price-modal h4 {
    border-bottom: 1px solid #cacaca;
}

.doc-price-modal .select-css {
    padding-left: 0;
    padding: 10px 30px;
    background-color: rgba(52,195,143,.18);
    border-radius: 10px;
    color: #34c38f;
    border: 0;
}

.how-it-works .tile-block {
}

.how-it-works .tile-block-body {
    flex: 1 1 auto;
    padding: 10px;
}

.how-it-works .title-block  .title-text {
    flex: 1;
}

.how-it-works .counter-num {
    width: 25px;
    height: 25px;
    border: 1px solid #313131;
    font-size: 14px;
}

.how-it-works  .tile-block .icon-square {
    display: flex;
    height: 50px;
    width: 60px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    margin-left: 30px;
}

.how-it-works  .tile-block1 .icon-square {
    background-color: #fceded;
}

.how-it-works  .tile-block2 .icon-square {
    background-color: #e7fce4;
}

.how-it-works  .tile-block3 .icon-square {
    background-color: #f3f2fd;
}


/* Responsive styles */


@media screen and (min-width: 992px) {
   
}

@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;
        font-size: 24px;
    }

    .breadcrumb {
        margin-bottom: 30px;
    }

    .breadcrumb ul {
        flex-wrap: wrap;
    }

    .breadcrumb ul li {
        margin-bottom: 15px;
    }

    .information-content {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .information-content .information-content-card .col-4 {
        margin-bottom: 20px;
    }

    .information-content .tile-card .tile-card-body {
        padding: 50px 30px;
    }

    .information-content .tile-card p.heading-title {
        margin-bottom: 0;
    }

    .pricing-sec {
        margin: 20px 0 0 0;
    }

    .pricing-sec .price-details {
        border: 1px solid #cacaca;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pricing-sec > h3 {
        border-bottom: 0;
        padding-bottom: 20px;
        font-size: 20px;
    }

    .pricing-sec .how-to-pay h3 {
        font-size: 20px;
    }

    .content-area {
        margin: 0 0 50px 0;
    }

    .content-area .para-item p {
        line-height: 26px;
    }

    .content-area button {
        width: 100%;
    }

    .pricing-sec .steps-list .step-item {
        padding-bottom: 60px;
    }

    .pricing-sec .steps-list .step-item:last-child {
        padding-bottom: 20px;
    }

    .pricing-sec .steps-list .step-item p {
        font-size: 16px;
    }

    .pricing-sec .control {
        font-size: 14px;
    }
   
    .pricing-sec .price-details p.font-16 {
        font-size: 14px;
    }

    .pricing-sec span.strike-off {
        margin-left: 0;
    }

    .modal {
        width: 100%;
        padding: 15px;
    }

    .modal .col-4 {
        flex: 0 0 45%;
        max-width: 45%;
    }

    .modal .col-8 {
        flex: 0 0 55%;
        max-width: 55%;
    }

    .modal .col-4.col-100p {
        flex: 0 0 100%;
        max-width: 100%;
    }


    .modal p.font-16 {
        font-size: 14px;
    }

    .pricing-sec button, .pricing-sec a.purchased-btn {
        display: block;
        font-size: 16px;
        text-align: center;
    }

    .how-it-works {
        margin-top: 20px;
    }

    .how-it-works .tile-block {
        padding-left: 60px;
        margin-bottom: 15px;
    }

    .how-it-works .tile-block .icon-square {
        position: absolute;
        left: 0;
        margin-left: 0;
        top: 10px;
        height: 40px;
        width: 50px;
    }

    .how-it-works .tile-block .icon-square img {
        height: 32px;
        width: 36px;
    }

    .suggested-nav-area ul {
        display: block;
        flex-wrap: inherit;
        justify-content: inherit;
    }

    .suggested-nav-area ul li {
        width: auto;
    }



}


/*... Responsive styles */