@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?a1hdgw');
    src: url('../fonts/icomoon.eot?a1hdgw#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?a1hdgw') format('truetype'),
        url('../fonts/icomoon.woff?a1hdgw') format('woff'),
        url('../fonts/icomoon.svg?a1hdgw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-pos:before {
    content: "\e900";
}

.icon-accounting:before {
    content: "\e901";
}

.icon-digital-markeeting:before {
    content: "\e902";
}

html, body {
    height: 100%;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background-image: url(/images/bg-pattern.jpg);
    position: relative;
}

 body::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
} 

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Lato", sans-serif;
    font-weight: bold;
    color: #252525;
}

/*.form-logo {
    text-align: center;
    position: relative;
    top: -40px;
}

.form-logo>img {
    max-width: 180px;
}*/
.page-heading .page-heading-title {
    font-size: 30px;
}

.page-heading .page-heading-para {
    font-size: 16px;
    color: #747474;
}

/*** Main page services ***/
.select-service {
    width: 100%;
    height: 100%;
    padding: 100px 0;
}

.select-service .service-options {
    display: flex;
    gap: 60px;
    justify-content: center;
    align-items: center;
}

.service-options .item {
    background: #fff;
    padding: 15px;
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
    min-height: 270px;
    align-items: center;
    justify-content: center;
    box-shadow: rgba(17, 17, 26, .1) 0px 0px 16px;
    cursor: pointer;
}

.service-options .item .item-content>.title {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.select-service .services-btn {
    text-align: center;
    padding: 30px 0;
}

.select-service .services-btn>a.btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    background: #0a1b65;
    color: #fff;
    text-transform: uppercase;
}

.service-options .item .item-icon {
    background: #fafafa;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border: 1px solid #eee;
    border-radius: 100px;
    width: 100px;
    height: 100px;
    padding: 7px;

}

.service-options .item .item-icon>span {
    color: #fff;
    font-size: 80px;
    display: block;
    line-height: 100px;
}

.service-options .item.pos .item-icon {
    background: #4272f9;
}

.service-options .item.dm .item-icon {
    background: #fa5450;
}

.service-options .item.ac .item-icon {
    background: #0dc167;
}

.service-options .item .item-content a.btn {
    background: #000;
    color: #fff;
    font-size: 14px;
    width: auto;
    padding: 10px 40px;
    border-radius: 5px;
    font-weight: bold;
    border: 0;
}

.service-options .item.ac .item-content a.btn {
    background: #0dc167;
}

.service-options .item.dm .item-content a.btn {
    background: #fa5450;
}

.service-options .item.pos .item-content a.btn {
    background: #4272f9;
}
/*** Forms styling ***/
.esign-form {
   /* background-image: url(/images/bg-pattern.jpg);*/
    width: 100%;
    position: relative;
    z-index: 1;
}
/*.esign-form::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
}*/
.esign-form-content {
    padding: 60px 0;
}
.services-form .form-title {
    background: #252525;
    width: 100%;
    border-radius: 5px;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    margin: 30px 0 30px 0;
}
.input-field-group {
    position: relative;
    margin-bottom: 22px;
}
.input-field-group .label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
}
.input-field-group .input {
    position: relative;
}
.input-field-group .input-style {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    border: 1px solid #E1E0E0;
    border-radius: 5px;
    outline: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.input-field-group i {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #bdbdbd;
    font-size: 16px;
}
.input-field-group select.form-select {
    line-height: 50px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    border: 1px solid #E1E0E0;
    background-image: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.input-field-group select.form-select:focus {
    outline: none;
    box-shadow: none;
}
.input-style-text-area {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    border: 1px solid #E1E0E0;
    border-radius: 100px;
    overflow: auto;
}
.check-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 22px;
}
.check-list>li {
    width: 30%;
}
.checkbox {
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
}
.checkbox__input {
    position: absolute;
    width: 1.375em;
    height: 1.375em;
    opacity: 0;
    cursor: pointer;
}
.checkbox__input:checked+.checkbox__icon .tick {
    stroke-dashoffset: 0;
    stroke:#f40b28;
}

.checkbox__icon {
    width: 1.375em;
    height: 1.375em;
    flex-shrink: 0;
    overflow: visible;
}

.checkbox__icon .tick {
    stroke-dasharray: 20px;
    stroke-dashoffset: 20px;
    transition: stroke-dashoffset 0.2s ease-out;
    stroke: #f40b28;
}

.checkbox__label {
    margin-left: 0.5em;
    font-size: 16px;
    color: #555;
    text-transform: capitalize;
}

svg.checkbox__icon>rect {
    stroke: #ccc;
    background: #fafafa;
}
.input-field-group .file-upload-container {
    position: relative;
}

.input-field-group .file-upload-container .file-btn {
    width: 100%;
    border-radius: 5px;
    min-height: 120px;
    line-height: normal;
    border: 2px dashed #252525;
    background: #f5f5f5;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
}
.input-field-group .file-upload-container .file-btn>i {
    position: static;
}
.input-field-group .file-upload-container .file-btn i {
    color: #f40b28;
    font-size: 20px;
}
.input-field-group .file-upload-container .file-list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    margin: 0 !important;
    padding: 0;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.input-field-group .file-upload-container .file-list>.file-item {
    background: #fff;
    font-size: 13px;
    min-height: 70px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 5px;
}


.input-field-group .file-upload-container .file-list>.file-item>span.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.input-field-group .file-upload-container .file-list>.file-item .remove-file {
    position: absolute;
    top: -5px;
    right: -3px;
    background: #dc3545;
    font-size: 15px;
    color: #fff;
    display: block;
    width: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 100%;
}
.form-note-checkbox {
    margin: 30px 0;
}

.form-note-checkbox>label.checkbox .checkbox__label {
    font-size: 14px;
    font-weight: 500;
    text-transform: unset;
    color: #242424;
}

.form-note-checkbox>label.checkbox .checkbox__icon {
    width: 1em;
    height: 1em;
}

.form-note-checkbox>label.checkbox .checkbox__icon>rect {
    stroke: #ccc;
    background: #fafafa;
}

.form-submit-btn {
    background: #f40b28;
    border: 1px solid transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 40px;
    border-radius: 5px;
    margin-top: 22px;
}

.form-submit-btn:hover, .form-submit-btn:focus {
    outline: none;
    border: 1px solid transparent;
    background:#f40b28;
    color: #fff;
}
.form-submit-btn:active {
    background: #f40b28 !important;
    border: 1px solid transparent;
    color: #fff !important;
}

.variable-fee .row {
    padding-bottom: 22px;
}

.variable-fee .variable-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    margin-bottom: 0;
}
.variable-fee .input-style {
    line-height: 30px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 20px;
    font-size: 14px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    border: 1px solid #E1E0E0;
    margin-bottom: 5px;
    outline: none;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.variable-fee .variable-label-type {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.packages-checkbox {
    display: flex;
    align-items: center;
    gap: 15px;
}

.digital-services .row {
    padding-bottom: 22px;
}

.digital-services input.input-style {
    line-height: 50px;
    background: #fff;
    padding: 0 20px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    border: 1px solid #E1E0E0;
    border-radius: 5px;
    outline: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.digital-services p input.input-style {
    line-height: normal;
    background: transparent;
    padding: 0;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    width: 100%;
    border: 0;
    border-radius: 0;
    outline: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-family: inherit;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.packages-checkbox span.checkbox__label span.price {
    display: block;
}

.digital-services .services-label {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}

.digital-services .services-label-type {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}

.digital-services .packages-checkbox2 {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.digital-services .packages-checkbox2 .checkbox__label, .digital-services .packages-checkbox .checkbox__label {
    font-size: 14px;
}

.digital-services p {
    font-size: 14px;
    line-height: 22px;
    color: #555;
    text-transform: capitalize;
}
/*** Signature ***/
#signature-pad-container {
    position: relative;
    cursor: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAZElEQVQ4jWNgYGBg+P9KxWZWBgYGp4HgYmYIMAGsFgYDAwMjAuDwMDQ0NDxHgYGBgYGBoZQYFqCGtr6GhYYGBgYGBkYGBgYGAYGBjUWBQwMjAwDewjQD4Dl2p3LgAAAABJRU5ErkJggg=='), auto;
}

#signature-pad {
    border: 2px dashed #eee;
    border-radius: 5px;
    margin-bottom: 10px;
    background: #fafafa;
    max-width: 100%;
}

#signature-pad-container p {
    left: 10px;
    position: absolute;
    top: 10px;
    margin: 0;
    font-size: 12px;
    color: #ccc;
    text-align: center;
}

#signature-image {
    display: none;
    width: 490px;
    min-height: 255px;
    border-radius: 5px;
    border: 1px solid #eee;
    position: absolute;
    top: 0;
    left: 530px;
}

.form-signature {
    width: 100%;
    max-width: 1000px;
}


.form-signature .signature-result img {
    width: 100%;
    height: auto;
}

.signature-btns {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.signature-btns>button {
    background: #333;
    border: 0;
    border-radius: 5px;
    display: block;
    padding: 8px 16px;
    border: 1px solid #eee;
    color: #fff;
}
/*** Client side ***/
.service-form-card {
    padding-bottom: 100px;
}
.form-wrapper .header {
    box-shadow: rgba(17, 17, 26, .1) 0px 0px 16px;
    background: #252525;
    padding: 15px 0;
    text-align: center;
}
.form-wrapper .header .form-logo>img {
    max-width: 150px;
}
/*** Dashboad ***/
header.header nav.navbar {
    box-shadow: rgba(17, 17, 26, .1) 0px 0px 16px;
    background: #252525;
}

header.header nav.navbar .navbar-brand>img {
    width: 150px;
}

header.header nav.navbar .navbar-nav {
    gap: 15px;
}

header.header nav.navbar .navbar-nav .nav-item.dropdown .profile-dropdown {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}

header.header nav.navbar .navbar-nav .nav-item.dropdown .profile-dropdown>img.profile-image {
    width: 60px;
    height: 60px;
    border-radius: 100px;
}

header.header nav.navbar .navbar-nav .nav-item.dropdown .profile-dropdown::after {
    display: none;
}

header.header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
    width: 100%;
    top: 100%;
    margin-top: 15px;
    box-shadow: rgba(17, 17, 26, .1) 0px 0px 16px;
    border: 0;
    padding: 0;
    border-radius: 5px;
}

header.header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu>li>a {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 12px;
    border-radius: 5px;
}

header.header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu>li>a:hover,
header.header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu>li>a:focus,
header.header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu>li>a:active {
    background: #252525;
    color: #fff;
}

header.header nav.navbar .navbar-nav .nav-item.dropdown .dropdown-menu>li>a>i {
    color: #f40b28;
}

/*.main-wrapper {
    position: relative;
    width: 100%;
    background-image: url(/images/bg-pattern.jpg);
    z-index: 1;
    height: 100%;
}

.main-wrapper::before {
    content: '';
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.9;
    z-index: -1;
}

.main-section {
    padding: 100px 0;
}
.main-section .heading {
    margin-bottom: 50px;
}
.main-section .heading .page-title {
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
}*/
.dashboad-card {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    padding: 1.75rem;
    border-radius: 0.5rem;
    border: 1px solid #eee;

}
.dashboad-card .card-heading {
    margin-bottom: 20px;
}
.dashboad-card .card-heading .card-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #252525;
}
.dashboad-card .card-heading .card-desc {
    font-size: 14px;
    font-weight: 400;
    color: #9b9ca8;
}

.dashboad-card .card-content form .group-field {
    margin-bottom: 15px;
}

.dashboad-card .card-content form .group-field label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #252525;
}

.dashboad-card .card-content form .group-field input {
    width: 100%;
    border-radius: 5px;
    min-height: 50px;
    background: #fff;
    box-shadow: none !important;
    padding: 0 20px;
    border: 1px solid #E1E0E0;
    font-size: 14px;
}

.dashboad-card .card-content form .group-field .dashboad-card-btn {
    padding: 12px 20px !important;
    background: #f40b28;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: normal;
    border: 0 !important;
    color: #fff;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}

.card-content .group-field button.inline-flex {
    padding: 12px 20px !important;
    background: #f40b28;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px !important;
    line-height: normal;
    border: 0 !important;
    font-family: "Open Sans", sans-serif !important;
    font-size: 16px !important;
    text-transform: capitalize !important;
}
.profile {
    padding: 100px 0;
}
.account-sec-logo {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    background: #252525;
}
.account-form-content p>a {
    color: #f40b28;
    text-decoration: none;
}

.dashboad-table-wrapper {
    padding: 100px 0;
}

.create-invoice {
    text-align: right;
    margin-bottom: 30px;
}

.create-invoice .create-btn {
    background:#f40b28;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    text-decoration: none;
}

.dashboad-card .dashboad-table>tbody>tr>td>.view-btn {
    padding: 6px 10px;
    color: #fff;
    font-size: 12px;
    background: #091B65;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}

.dashboad-table>thead>tr>th {
    font-size: 14px;
    font-weight: bold;
    text-transform: capitalize;
    padding: 10px 5px;
    width: 220px;
    background: #f5f5f5 !important;
    color: #252525;
}
.dashboad-table thead>tr>th .dt-column-order {
    display: none;
}

.dashboad-table-wrapper .dashboad-card .dt-info {
    font-size: 12px;
    font-weight: 500;
    color: #9b9ca8;
}

.dashboad-table-wrapper .dashboad-card .dt-paging.paging_full_numbers .pagination>li .page-link {
    background: #f5f5f5;
    border-color: #eee;
}

.dashboad-table-wrapper .dashboad-card .dt-paging.paging_full_numbers .pagination>li.active .page-link {
    background: #252525;
    border-color: #252525;
}

.dashboad-table-wrapper .dashboad-card .dt-length label {
    font-size: 12px;
    font-weight: 500;
    color: #9b9ca8;
    text-transform: capitalize;
}

.dashboad-table>thead>tr>th.index.dt-type-numeric.dt-orderable-asc.dt-orderable-desc.dt-ordering-asc {
    width: 100px;
}

.dashboad-table>thead>tr>th.controls {
    width: 100px;
}

.dashboad-table>tbody>tr>td {
    font-size: 12px;
    font-weight: 500;
    padding: 10px 5px 10px 5px;
    vertical-align: top;
    color:#252525;
}

.dashboad-table>thead>tr>th .dt-column-order {
    width: 0px !important;
    right: 15px !important;
}

.dashboad-table>thead>tr>th .dt-column-order::before,
.dashboad-table>thead>tr>th .dt-column-order::after {
    font-size: 9px !important;
}

.dashboad-table>tbody>tr>td:first-child, .dashboad-table>tbody>tr>td:last-child {
    text-align: center;
}

.dashboad-table>thead>tr>th.dt-orderable-asc.dt-orderable-desc {
    padding-right: 0;
}

.dashboad-table>thead>tr>th.dt-orderable-asc.dt-orderable-desc:first-child {
    text-align: center;
}

.dashboad-table>thead>tr>th.dt-orderable-asc.dt-orderable-desc {
    text-align: left;
}

.dashboad-table>tbody>tr>td.dt-image>img {
    width: 100%;
    max-width: 100%;
}

.dashboad-table>tbody>tr>td.dd-image>img {
    width: 100%;
    background: #f5f5f5;
    border-radius: 3px;
    border: 1px solid #eee;
}

.dashboad-table>tbody>tr>td.dd-image>.download-btn {
    right: 10px;
    bottom: 10px;
    background: #091B65;
    border: 1px solid #091B65;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    display: block;
}

.dashboad-table>tbody>tr>td.dd-image {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
    border: 0;
}
.dashboad-table>tbody>tr>td:last-child .btns-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.dashboad-table>tbody>tr>td:last-child .btns-grp>a.btn, 
.dashboad-table>tbody>tr>td:last-child .btns-grp>form>button {
    width: 24px;
    height: 24px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f40b28;
    border-radius: 4px;
    border: 1px solid #eee;
}
.dashboad-table>tbody>tr>td:last-child .btns-grp>a.btn>i, 
.dashboad-table>tbody>tr>td:last-child .btns-grp>form>button i {
    color: #fff;
    font-size: 12px;
}
.dashboad-table>tbody>tr>td.form-url>a {
    color: #0000EE;
}
@media (min-width: 320px) and (max-width: 767px) {
    .check-list>li {
        width: 100%;
    }

    .check-list {
        gap: 5px;
    }

    .packages-checkbox {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .digital-services .services-label-type {
        margin-bottom: 15px;
    }

    .digital-services .packages-checkbox2 {
        margin-bottom: 15px;
    }

    #signature-image {
        position: static;
        max-width: 100%;
        margin-bottom: 10px;
    }
}