@import url("../fonts/jn/jn.css");
@import url("../fonts/frutiger/frutiger.css");
body {
    color: #000;
    font-family: "jn", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    direction: rtl;
    text-align: right
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: 700
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0px;
    position: fixed;
    z-index: 99999;
    background: #fff;
    right: 0;
    left: 0;
    z-index: 9999999
}
.loader-logo img {
    width: 200px;
    margin: auto
}
.loader-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}
.preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px)
}
.loader, .loader-figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em
}
.loader-figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #f9f9f9;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}
.loader-label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 2em 0 0 50%;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.5em;
    color: #006f42;
    white-space: nowrap;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    font-weight: 600
}
.preloader.checking {
    display: none
}
.preloader.checking .loader-logo img {
    width: 5rem
}
.preloader.checking .loader-figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #f9f9f9;
    border-radius: 50%;
    -webkit-animation: loader-figure-check 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure-check 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1)
}
.preloader.checking {
    background: rgba(0, 0, 0, 0.5)
}
.preloader.checking .loader-figure {
    border-color: #eceff3
}
body.loaded-checking .preloader.checking {
    display: block !important
}
body.loaded-checking {
    overflow: hidden
}
@-webkit-keyframes loader-figure {
    0% {
        height: 2em;
        width: 2em;
        background-color: #1976d2
    }
    29% {
        background-color: #1976d2
    }
    30% {
        height: 4em;
        width: 4em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1
    }
    to {
        height: 5em;
        width: 5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}
@keyframes loader-figure {
    0% {
        height: 2em;
        width: 2em;
        background-color: #ffffff
    }
    29% {
        background-color: #fff
    }
    30% {
        height: 5em;
        width: 5em;
        background-color: transparent;
        border-width: 3em;
        opacity: 1
    }
    to {
        height: 5.5em;
        width: 5.5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent
    }
}
@-webkit-keyframes loader-figure-check {
    0% {
        height: 2em;
        width: 2em;
        border: 10px solid #84BC47
    }
    50% {
        height: 4em;
        width: 4em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
        border: 40px solid #fff
    }
    100% {
        height: 5em;
        width: 5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
        border: 80px solid #046F6D
    }
}
@keyframes loader-figure-check {
    0% {
        height: 2em;
        width: 2em;
        border: 10px solid #84BC47
    }
    50% {
        height: 4em;
        width: 4em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
        border: 40px solid #fff
    }
    100% {
        height: 5em;
        width: 5em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
        border: 80px solid #046F6D
    }
}
@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 0.25
    }
}
@keyframes loader-label {
    0% {
        opacity: 0.25
    }
    30% {
        opacity: 1
    }
    to {
        opacity: 0.25
    }
}
.bs-avatar {
    vertical-align: middle;
    width: 50px;
    height: 50px
}
.bs-avatar.size-1-by-2 {
    width: 20px;
    height: 20px
}
.bs-avatar.size-1 {
    width: 40px;
    height: 40px
}
.bs-avatar.size-2 {
    width: 70px;
    height: 70px
}
.bs-avatar.size-3 {
    width: 90px;
    height: 90px
}
.bs-avatar.size-4 {
    width: 110px;
    height: 110px
}
.text-success {
    color: #28a745 !important
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.badge-secondary {
    color: #fff
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border-radius: 0;
    color: #e5e4e4;
    font-size: 14px;
    line-height: normal;
    text-transform: capitalize;
    display: block
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li a {
    color: #e5e4e4
}
.breadcrumb>li+li:before {
    color: #e5e4e4;
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0"
}
.breadcrumb>li+li:empty:before {
    content: ""
}
.bg-secondary-01 {
    background-image: -webkit-linear-gradient(left bottom, #046F6D, #008570, #299a6a, #55ac5c, #84BC47);
    background-image: linear-gradient(to right top, #046F6D, #008570, #299a6a, #55ac5c, #84BC47)
}
.bg-secondary-02 {
    background-image: -webkit-linear-gradient(left bottom, #046F6D, #008873, #2ba06e, #5bb661, #8fca4e);
    background-image: linear-gradient(to right top, #046F6D, #008873, #2ba06e, #5bb661, #8fca4e)
}
.bg-secondary-03 {
    background-image: -webkit-linear-gradient(left bottom, #046F6D, #067f6b, #298d61, #4e9952, #74a33f);
    background-image: linear-gradient(to right top, #046F6D, #067f6b, #298d61, #4e9952, #74a33f)
}
.bg-theme {
    background-color: #046F6D !important
}
.bg-grey {
    background-color: #eceff3 !important
}
.bg-light-grey {
    background-color: #f3f6f7 !important
}
.bg-white {
    background-color: #fff !important
}
.bg-dark {
    background-color: #222222 !important
}
.bg-secondary {
    background-color: #81be40
}
.bg-parallax {
    background-attachment: fixed !important
}
.bg-overlay {
    position: relative;
    overflow: hidden;
    z-index: 1;
    -ms-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%
}
.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}
.bg-overlay-light:before {
    background-color: rgba(255, 255, 255, 0.8)
}
.bg-overlay-dark:before {
    background-color: rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
    background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%)
}
.bg-overlay-dark-2:before {
    background-color: rgba(0, 0, 0, 0.6)
}
.bg-overlay-theme:before {
    background-color: rgba(0, 0, 0, 0.9)
}
.no-shadow {
    box-shadow: none
}
.pagination {
    margin: 0;
    border-radius: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.pagination li {
    margin: 0 5px;
    display: inline-block
}
.pagination li.disabled {
    opacity: .5
}
.pagination li a, .pagination li span {
    background-color: #f9f9f9;
    color: #046F6D;
    font-size: 14px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 12px;
    min-width: 30px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.pagination li a:hover, .pagination li span:hover {
    background-color: #81be40;
    color: #fff;
    border-color: #046F6D
}
.pagination li .current {
    background-color: #81be40;
    color: #fff;
    border-color: #046F6D
}
.pagination .page-item:last-child .page-link, .pagination .page-item:first-child .page-link {
    font-size: 14px;
    font-weight: 700
}
.pagination-nav .pagination {
    display: block;
    margin: 0;
    border-radius: 0
}
.pagination-nav .pagination>a {
    display: none
}
.pagination-nav .pagination .nav-links a, .pagination-nav .pagination .nav-links span {
    background-color: #f9f9f9;
    color: #046F6D;
    font-size: 20px;
    font-weight: 700;
    border: none;
    text-transform: uppercase;
    padding: 0;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    padding: 10px 15px;
    min-width: 40px;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.pagination-nav .pagination .nav-links a:hover, .pagination-nav .pagination .nav-links span:hover {
    background-color: #81be40;
    color: #fff;
    border-color: #046F6D
}
.pagination-nav .pagination .nav-links .current {
    background-color: #81be40;
    color: #fff;
    border-color: #046F6D
}
.pagination-buttons .next-page a, .pagination-buttons .prev-page a {
    background-color: #046F6D;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    border-radius: 3px
}
.pagination-buttons .next-page a:hover, .pagination-buttons .prev-page a:hover {
    background-color: #04403e;
    color: #fff
}
.pagination-buttons .next-page {
    text-align: right
}
.page-link {
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    color: #3c3c3b;
    background-color: transparent;
    border: none;
    padding: 0
}
.page-link:hover {
    background-color: transparent;
    border: none;
    color: #046F6D;
    cursor: auto
}
.page-link:hover svg {
    fill: #fff
}
.page-link.page-link-icon:hover {
    background: none
}
.page-link a {
    color: #046F6D
}
.page-link a:hover {
    color: #046F6D
}
form {
    position: relative
}
.form-control, input, select, textarea {
    color: #3c3c3b;
    font-size: 13px;
    font-weight: 400;
    height: 51px;
    line-height: 49px;
    background: transparent;
    padding-left: 20px;
    position: relative;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}
.form-control:focus, input:focus, select:focus, textarea:focus {
    background: transparent;
    border-color: #046F6D;
    box-shadow: none;
    outline: 0
}
.form-control::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #777;
    text-transform: capitalize
}
.form-control:-moz-placeholder, input:-moz-placeholder, select:-moz-placeholder, textarea:-moz-placeholder {
    color: #777;
    text-transform: capitalize
}
.form-control::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
    color: #777;
    text-transform: capitalize
}
.form-control:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #777;
    text-transform: capitalize
}
.form-control+.error, input+.error, select+.error, textarea+.error {
    position: absolute;
    top: -23px;
    left: 20px;
    color: red
}
.form-control.error, input.error, select.error, textarea.error {
    border-color: red
}
textarea {
    height: auto
}
.form-select {
    position: relative
}
.form-select i {
    position: absolute;
    font-size: 19px;
    font-weight: 400;
    line-height: 49px;
    right: 20px;
    top: 0;
    z-index: 1;
    pointer-events: none;
    cursor: pointer;
    color: #3c3c3b
}
.form-select select {
    line-height: 1;
    color: #3c3c3b;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.input-checkbox {
    margin-bottom: 30px
}
.label-checkbox {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    z-index: 2
}
.label-checkbox input {
    position: absolute;
    z-index: -1;
    opacity: 0
}
.check-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 17px;
    width: 17px;
    background: transparent;
    border: 1px solid #e1e3e3;
    border-radius: 2px
}
.label-checkbox input:checked~.check-indicator {
    background: #fff
}
.check-indicator:after {
    content: '';
    position: absolute;
    display: none
}
.label-checkbox .check-indicator:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #046F6D;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.label-checkbox input:checked~.check-indicator:after {
    display: block
}
.input-checkbox p {
    display: block;
    position: relative;
    font-size: 13px;
    padding-left: 30px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0
}
.form-actions-cont {
    border: 1px solid #e4e5e9;
    border-radius: 12px;
    padding: 1rem;
    background: #f3f6f7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 3rem;
    background: #fff
}
.form-actions-cont .btn {
    margin-right: .75rem
}
.form-control[readonly] {
    background: #f3f6f7
}
@media all and (max-width: 767px) {
    .form-actions-cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 1rem .5rem !important
    }
}
.site-header-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999
}
@media (max-width: 1023px) {
    .site-header-cont {
        background: #046F6D
    }
}
.top-navbar {
    background: #046F6D;
    color: #fff;
    padding: 0
}
.top-navbar .options-list {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.top-navbar .options-list .nav-link {
    color: #fff;
    font-size: 14px;
    font-size: .875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .top-navbar .options-list .nav-link {
        -webkit-transition: none;
        transition: none
    }
}
@media (max-width: 1023px) {
    .top-navbar .options-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}
.top-navbar .nav-item svg {
    fill: #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .top-navbar .nav-item svg {
        -webkit-transition: none;
        transition: none
    }
}
.top-navbar .nav-item svg+.title {
    margin-right: 8px
}
.top-navbar .nav-item svg+.title+.arrow-hover {
    margin-right: 8px
}
.top-navbar .nav-item:first-child>a {
    padding-right: 0
}
.top-navbar .nav-item:last-child>a {
    padding-left: 0
}
.top-navbar.navbar-expand-lg .navbar-nav .nav-link:not(:first-child), .top-navbar.navbar-expand-lg .navbar-nav .nav-link:not(:last-child) {
    padding: .5rem 1rem
}
.top-navbar .search-trigger {
    margin-right: 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 1rem !important
}
.top-navbar .dropdown-menu {
    margin: 0;
    min-width: 150px;
    width: 300px;
    padding: 20px 0 24px
}
.top-navbar .dropdown-menu .dropdown-item {
    line-height: 1.7;
    padding: 10px 25px 14px;
    white-space: normal
}
.top-navbar .dropdown-menu .dropdown-item:hover .title {
    color: #84BC47
}
.top-navbar .dropdown-menu .dropdown-item span {
    display: block
}
.top-navbar .dropdown-menu .title {
    font-weight: 700;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .top-navbar .dropdown-menu .title {
        -webkit-transition: none;
        transition: none
    }
}
.top-navbar .dropdown-menu .sub-title {
    font-size: 14px;
    font-size: .875rem;
    opacity: 0.7
}
.top-navbar .dropdown-menu .item-img {
    background: #ffffff;
    padding: 5px;
    border-radius: 6px;
    -webkit-align-self: baseline;
    -ms-flex-item-align: baseline;
    align-self: baseline
}
.top-navbar .dropdown-menu .dropdown-item:active .title, .top-navbar .dropdown-menu .dropdown-item:active:hover .title {
    color: #fff
}
@media (max-width: 767px) {
    .top-navbar .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%
    }
}
@media (max-width: 1023px) {
    .top-navbar .dropdown-menu {
        position: absolute
    }
}
@media (max-width: 767px) {
    .top-navbar ul.navbar-nav.options-list .nav-item {
        position: static
    }
    .top-navbar ul.navbar-nav.options-list .user-dropdown .title {
        display: none
    }
    .top-navbar ul.navbar-nav.options-list .lang-dropdown svg {
        display: none
    }
    .top-navbar ul.navbar-nav.options-list .user-dropdown .dropdown-toggle {
        padding-left: 0
    }
    .top-navbar ul.navbar-nav.options-list .dropdown.user-dropdown .dropdown-menu {
        background: #f1f1f1;
        padding: 0 0 10px
    }
    .top-navbar ul.navbar-nav.options-list .dropdown.user-dropdown .dropdown-menu .dropdown-item {
        padding: 15px 15px 0px
    }
}
.top-navbar.nav-link-hover .nav-link {
    color: #8994a2
}
.top-navbar.nav-link-hover .nav-link:hover {
    color: #fff
}
.top-navbar.nav-link-hover .nav-link:hover svg {
    fill: #fff
}
.top-navbar.nav-link-hover .dropdown.show .nav-link {
    color: #fff
}
.top-navbar.nav-link-hover .dropdown.show .nav-link svg {
    fill: #fff
}
.top-navbar.nav-link-hover .nav-item svg {
    fill: #8994a2
}
.top-navbar.nav-link-hover .nav-item svg:hover {
    fill: #fff
}
.top-navbar.nav-link-hover .nav-item .font-options-cont svg {
    fill: #000
}
.top-navbar .navbar-setting-dropdown .dropdown-menu {
    left: auto;
    right: 0;
    padding: 15px;
    width: auto
}
@media (max-width: 767px) {
    .top-navbar .navbar-setting-dropdown .dropdown-menu {
        left: 0;
        right: 0
    }
}
@media (max-width: 1023px) {
    .top-navbar .navbar-setting-dropdown .dropdown-menu .yesser-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}
.top-navbar .yesser-header {
    padding: 0;
    -webkit-box-align: normal;
    -webkit-align-items: normal;
    -ms-flex-align: normal;
    align-items: normal;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.top-navbar .yesser-header ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: -5px;
    padding-right: 10px
}
.top-navbar .yesser-header .font-options-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #e7e8e9;
    border-radius: 10rem;
    padding: .75rem 1rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1rem
}
@media (max-width: 1023px) {
    .top-navbar .yesser-header .font-options-cont {
        margin: 0 0 15px
    }
}
.top-navbar .yesser-header .font-options-cont a {
    background: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin: 0 5px;
    display: block;
    padding: 0 !important;
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    cursor: pointer
}
@media (prefers-reduced-motion: reduce) {
    .top-navbar .yesser-header .font-options-cont a {
        -webkit-transition: none;
        transition: none
    }
}
.top-navbar .yesser-header .font-options-cont a:hover {
    background: #046F6D
}
.top-navbar .yesser-header .font-options-cont a:hover svg {
    fill: #fff
}
.top-navbar .yesser-header .font-options-cont a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    width: 16px
}
.top-navbar .yesser-header .contrast-hold {
    background: #e7e8e9;
    border-radius: 10rem;
    padding: .5rem 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.top-navbar .yesser-header svg {
    fill: #000
}
.top-navbar .yesser-header .font-options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.top-navbar .yesser-header .contrast {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.top-navbar .yesser-header h3 {
    margin: 0;
    font-size: 15px;
    font-size: .9375rem;
    white-space: nowrap
}
.top-navbar .yesser-header .contrast .switch-toggle {
    margin-bottom: 0;
    margin-right: 10px
}
.top-navbar .yesser-header .switch-toggle {
    position: relative;
    width: 40px;
    height: 22px;
    margin-left: -2px
}
.top-navbar .yesser-header .switch-toggle input {
    opacity: 0;
    width: 0;
    height: 0
}
.top-navbar .yesser-header .switch-toggle .slider.round {
    border-radius: 10rem
}
.top-navbar .yesser-header .switch-toggle .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid #ddd
}
.top-navbar .yesser-header .switch-toggle .slider.round:before {
    border-radius: 50%
}
.top-navbar .yesser-header .switch-toggle .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: 3px;
    background-color: #000;
    -webkit-transition: .4s;
    transition: .4s
}
.top-navbar .yesser-header .switch-toggle input:checked+.slider:before {
    -webkit-transform: translateX(19px);
    -ms-transform: translateX(19px);
    transform: translateX(19px);
    background: #046F6D
}
@media (max-width: 1023px) {
    .menu-dropdown-open .site-header-cont {
        position: relative
    }
    .menu-dropdown-open header.site-header {
        padding-bottom: 0
    }
}
.menu-dropdown-open header.site-header {
    border-bottom: 1px solid #bdc5cd
}
header.site-header {
    background: #fff;
    z-index: 1002;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.035);
    padding: 0;
    border-bottom: 1px solid transparent
}
header.site-header .navbar-nav {
    padding: 0
}
@media (max-width: 1023px) {
    header.site-header .navbar-collapse .nav-setting-user {
        display: none !important
    }
}
header.site-header nav.navbar {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
@media (min-width: 1023px) {
    header.site-header nav.navbar>.nav-setting-user {
        display: none
    }
}
@media (max-width: 1023px) {
    header.site-header nav.navbar .nav-setting-user {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0
    }
    header.site-header nav.navbar .nav-setting-user .dropdown-menu {
        position: absolute
    }
    .site-header-cont .inner-header-login.site-header>.container-fluid>nav.navbar {
        flex-flow: row;
    }
    header.site-header nav.navbar .header-profile .nav-link {
        padding: 0;
        top: -5px;
        padding-inline-start: 1rem !important;
    }
}
header.site-header nav.navbar .nav-link {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    padding: 30px 3px;
    margin: 0 0 0 30px;
    position: relative;
    line-height: 1.25;
    box-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
    header.site-header nav.navbar .nav-link {
        -webkit-transition: none;
        transition: none
    }
}
@media (max-width: 1023px) {
    header.site-header nav.navbar .nav-link {
        padding: 10px;
        margin: 0
    }
}
header.site-header nav.navbar .nav-link:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 3px;
    width: 0;
    left: 0;
    background: #046F6D;
    -webkit-transition: all 400ms cubic-bezier(0.79, 0.14, 0.16, 0.86);
    transition: all 400ms cubic-bezier(0.79, 0.14, 0.16, 0.86)
}
@media (prefers-reduced-motion: reduce) {
    header.site-header nav.navbar .nav-link:before {
        -webkit-transition: none;
        transition: none
    }
}
header.site-header nav.navbar .nav-link.active, header.site-header nav.navbar .nav-link:hover {
    color: #046F6D
}
header.site-header nav.navbar .nav-link.active:before, header.site-header nav.navbar .nav-link:hover:before {
    width: 100%;
    right: 0;
    left: auto;
    width: 100%
}
header.site-header nav.navbar .nav-link .arrow-hover {
    margin-right: 5px
}
header.site-header nav.navbar .nav-link .arrow-hover svg {
    width: 10px
}
@media (min-width: 1200px) {
    header.site-header nav.navbar .dropdown.show .nav-link:before {
        width: 100%;
        right: 0;
        left: auto;
        width: 100%
    }
}
@media (max-width: 1023px) {
    header.site-header nav.navbar .dropdown.show .nav-link {
        background: #046F6D;
        color: #fff
    }
    header.site-header nav.navbar .dropdown.show .nav-link svg {
        fill: #fff
    }
}
header.site-header nav.navbar .navbar-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
header.site-header .navbar-brand {
    padding: .5rem 0;
    margin: 0 0 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
header.site-header .navbar-brand img {
    height: 50px
}
@media (min-width: 767px) {
    header.site-header .navbar-brand img.light {
        display: none
    }
}
@media (max-width: 1023px) {
    header.site-header .navbar-brand img.dark {
        display: block
    }
    header.site-header .navbar-brand img.light {
        display: none
    }
}
header.site-header .navbar-brand .divider-logos {
    margin: 0 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0
}
.whatsapp {
    color: #25d366
}
.twitter {
    color: #1da1f2
}
.instagram {
    color: #c32aa3
}
.linkedin {
    color: #007bb5
}
.youtube {
    color: #ff0000
}
.facebook {
    color: #3b5998
}
.arrow-hover svg {
    width: 10px
}
.nav-item.emp-gate {
    margin: 0;
    padding-right: 2rem;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.nav-item.emp-gate .nav-link {
    margin: 0 !important;
    padding: 12px 30px !important;
    border-radius: 10rem
}
.nav-item.emp-gate .nav-link:hover {
    background: #046F6D;
    color: #fff !important;
    border-color: #046F6D
}
header.site-header .navbar-nav {
    margin-left: 0;
    margin-right: auto
}
@media (max-width: 1023px) {
    header.site-header .navbar-nav {
        padding: 10px 0px 0
    }
}
.btn-emp {
    border: 1px solid #ddd
}
.btn-emp:after, .btn-emp:before {
    display: none
}
header.site-header nav.navbar .nav-item, header.site-header nav.navbar, header.site-header .container {
    position: static
}
@media (max-width: 1023px) {
    header.site-header nav.navbar .nav-item .navbar-collapse, header.site-header nav.navbar .navbar-collapse, header.site-header .container .navbar-collapse {
        margin: 0 -15px
    }
}
@media (max-width: 1023px) {
    header.site-header .container {
        max-width: 100%;
        width: 100%
    }
}
header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 0;
    right: 0;
    border: 0;
    border-radius: 0;
    margin: 0
}
@media (min-width: 768px) {
    header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        box-shadow: 0 16px 24px -16px rgba(8, 9, 10, 0.1), 0 31px 63px -31px rgba(0, 0, 0, 0.15);
        padding: 40px 0
    }
}
@media (max-width: 768px) {
    header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        box-shadow: none;
        padding: 15px;
        background: #f1f1f1
    }
}
header.site-header .navbar-expand-lg .navbar-nav .dropdown-menu .container {
    padding: 0
}
.header-menu-title {
    display: none
}
@media (min-width: 768px) {
    .header-menu-title {
        padding-left: 80px;
        border-left: 1px solid #bdc5cd;
        display: block
    }
}
.header-menu-title h1 {
    font-size: 44px;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.5rem
}
.header-menu-title p {
    color: #001837;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.6
}
.header-menu-lists h3 {
    color: #5c6b7e;
    font-size: 16px;
    font-size: 1rem
}
.header-menu-lists {
    padding-right: 40px
}
@media (max-width: 1023px) {
    .header-menu-lists {
        padding: 0 15px
    }
}
.header-menu-lists ul {
    padding: 0;
    margin: 2rem 0 0
}
@media (max-width: 768px) {
    .header-menu-lists ul {
        margin: 0
    }
}
.header-menu-lists .dropdown-item {
    padding-right: 0;
    font-size: 20px;
    margin-bottom: 0.5rem
}
@media (max-width: 767px) {
    .header-menu-lists .dropdown-item {
        font-size: 16px;
        margin-bottom: 0.25rem
    }
}
.header-menu-lists .dropdown-item .arrow-hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    position: relative;
    margin-right: -10px;
    z-index: -1;
    opacity: 0
}
.header-menu-lists .dropdown-item .arrow-hover svg {
    width: 24px
}
.header-menu-lists .dropdown-item:hover .arrow-hover {
    margin-right: 10px;
    opacity: 1
}
.header-menu-lists .dropdown-item:hover {
    background: none;
    color: #06706c
}
.header-menu-lists .dropdown-item .arrow-hover svg {
    fill: #06706c !important
}
@media (min-width: 767px) {
    .header-menu-lists ul:not(.no-col) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}
@media (min-width: 767px) {
    .header-menu-lists ul:not(.no-col) li {
        max-width: 50%;
        width: 50%
    }
}
.search-modal .modal-dialog {
    margin: 0;
    border: 0;
    border-radius: 0;
    width: 100%;
    max-width: 100%
}
.search-modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    padding: 0
}
.search-modal .modal-dialog .modal-body {
    position: relative;
    padding: 5rem 0
}
.search-modal .modal-dialog .modal-body .close {
    position: absolute;
    top: 0;
    left: 0;
    margin: 3rem
}
.search-modal form.search-modal-form {
    position: relative
}
.search-modal .input-wrap {
    display: block;
    width: calc(100% - 60px)
}
.search-modal .search-input {
    font-size: 3.25em;
    line-height: 1.135;
    letter-spacing: normal;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 21px;
    width: 100%;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 0;
    padding-left: 0;
    height: 100px
}
.search-modal p.small-p {
    margin-top: 10px;
    margin-bottom: 0;
    opacity: .7;
    font-size: 14px
}
.search-modal button.search-submit {
    display: inline-block;
    border-radius: 100%;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    background: #046F6D;
    background-size: 15px 15px;
    border: 0 none !important;
    box-shadow: 0 0 0 transparent;
    outline: 0;
    float: left;
    position: absolute;
    top: 10px;
    left: 0;
    width: 58px !important;
    height: 58px !important;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
.search-modal button.search-submit svg {
    fill: #fff
}
@media (prefers-reduced-motion: reduce) {
    .search-modal button.search-submit {
        -webkit-transition: none;
        transition: none
    }
}
.search-modal button.search-submit:hover {
    opacity: .7
}
@media (min-width: 1200px) {
    body:not(.menu-dropdown-open) .no-bg-header header.site-header {
        background: none;
        box-shadow: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff
    }
    body:not(.menu-dropdown-open) .no-bg-header header.site-header nav.navbar .nav-link {
        color: #fff
    }
    body:not(.menu-dropdown-open) .no-bg-header header.site-header nav.navbar .nav-link .arrow-hover svg {
        fill: #fff
    }
    body:not(.menu-dropdown-open) .no-bg-header header.site-header nav.navbar .nav-link:before {
        background: #fff
    }
}
body .no-bg-header header.site-header.nav-fixed {
    background: #fff;
    color: #000;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.035);
    border-bottom: 1px solid #bdc5cd
}
body .no-bg-header header.site-header.nav-fixed nav.navbar .nav-link {
    color: #000
}
body .no-bg-header header.site-header.nav-fixed nav.navbar .nav-link .arrow-hover svg {
    fill: #000
}
body .no-bg-header header.site-header.nav-fixed nav.navbar .nav-link:before {
    background: #046F6D
}
body .no-bg-header nav.top-navbar.navbar.nav-fixed {
    background: #046F6D
}
.no-bg-header nav.top-navbar {
    background: rgba(0, 0, 0, 0.15)
}
.inner-header-login.site-header {
    background: #046F6D;
    height: 66px
}
.inner-header-login.site-header .navbar-brand img {
    height: 40px
}
@media (min-width: 1200) {
    .inner-header-login.site-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        margin-top: -1px
    }
}
.inner-header-login.site-header .navbar-expand-lg .navbar-nav .header-profile .dropdown-menu {
    margin: 0;
    min-width: 150px;
    width: 200px;
    padding: 20px 0 24px;
    left: 15px;
    right: auto;
    background-color: #fff;
    border-radius: 4px;
    border: 0;
    text-align: right;
    box-shadow: 0 17px 46px 0 rgba(12, 13, 30, 0.3)
}
.inner-header-login .navbar .nav-item .nav-link, .inner-header-login .navbar .nav-item.show .nav-link {
    color: #fff;
    font-size: 15px;
    font-size: .9375rem
}
@media (min-width: 1023px) {
    .inner-header-login .navbar .nav-item .nav-link, .inner-header-login .navbar .nav-item.show .nav-link {
        padding: 22px 3px
    }
}
.inner-header-login .navbar .nav-item .nav-link:hover, .inner-header-login .navbar .nav-item.show .nav-link:hover {
    color: #eee
}
.inner-header-login .navbar .nav-item .nav-link svg, .inner-header-login .navbar .nav-item.show .nav-link svg {
    fill: #fff
}
.inner-header-login .navbar .nav-item .nav-link:before, .inner-header-login .navbar .nav-item.show .nav-link:before {
    background: #fff
}
.header-profile {
    position: relative !important
}
.header-profile .dropdown-item {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700
}
.header-profile .dropdown-item svg {
    margin-left: 8px
}
.header-profile .dropdown-item:hover {
    color: #046F6D
}
.header-profile .dropdown-item:hover svg {
    fill: #046F6D
}
body.modal-open .site-header-cont {
    z-index: 999
}
@media (max-width: 1023px) {
    .navbar-toggler {
        padding-left: 0;
        padding-right: 0
    }
    .inner-header-login.site-header .navbar-toggler {
        position: relative
    }
    .inner-header-login.site-header .navbar-toggler svg {
        fill: #fff
    }
    .inner-header-login.site-header .navbar-toggler svg.icon-close {
        position: absolute;
        top: 10px;
        left: 6px;
        opacity: 0
    }
    .top-navbar .options-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
    .top-navbar {
        padding: 0 15px
    }
    header.site-header, .inner-header-login.site-header {
        height: auto
    }
    .nav-link:before {
        display: none
    }
    .site-header-cont.sticky .mainHeader .navbar-toggler {
        filter: unset !important;
    }
}
@media (max-width: 767px) {
    .site-header-cont {
        position: relative !important;
    }
    .site-header-cont.sticky {
        position: fixed !important;
    }
    header.site-header, .menu-dropdown-open header.site-header {
        border: 0
    }
}
.page-home .site-header-cont {
    background: #06706d
}
.page-home header.site-header .navbar-brand img.dark, .page-home header.site-header.nav-fixed .navbar-brand img.light {
    display: none
}
.page-home header.site-header.nav-fixed .navbar-brand img.dark, .page-home header.site-header .navbar-brand img.light {
    display: block
}
@media (max-width: 767px) {
    .page-home header.site-header .navbar-brand img.light {
        display: none
    }
    .page-home header.site-header .navbar-brand img.dark {
        display: block
    }
}
.footer {
    background: #222222;
    color: #eee
}
.form-newsletter {
    position: relative;
    z-index: 1
}
.footer .form-newsletter input {
    background-color: #fff;
    border: none;
    color: #757575;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0;
    padding: 0 30px 0 20px;
    text-transform: capitalize;
    border-radius: 3px 0px 0px 3px;
    width: calc(100% - 40px)
}
.footer .form-newsletter input:focus {
    color: #046F6D;
    background-color: #046F6D;
    border-color: #046F6D;
    outline: 0
}
footer.footer h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 35px
}
.footer-logo img {
    height: 40px;
    margin-bottom: 20px
}
.footer-about, .form-newsletter p {
    font-size: 14px;
    line-height: 1.4
}
footer.footer a {
    color: #eee;
    display: inline-block;
    margin-bottom: 5px;
    font-size: 15px
}
.footer .form-newsletter button {
    position: absolute;
    top: 0;
    right: -1px;
    background-color: #046F6D;
    border: none;
    width: 50px;
    height: 50px;
    line-height: 52px;
    color: #ffffff;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border-radius: 0 3px 3px 0
}
.footer .form-newsletter button:focus {
    color: #046F6D;
    background-color: #046F6D;
    border-color: #046F6D;
    outline: 0
}
footer.footer .footer-contact-info a {
    color: #fff
}
.contact-address {
    margin-top: 30px
}
.bot-footer {
    padding-top: 20px;
    padding-bottom: 15px
}
.bot-footer .d-flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px
}
.bot-footer .d-flex ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}
.bot-footer .d-flex ul li a {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px
}
footer.footer {
    background: #046F6D;
    padding: 2rem 0
}
.top-footer {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 2rem
}
@media (min-width: 767px) {
    .top-footer {
        padding-bottom: 1rem
    }
}
.direct-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media (min-width: 767px) {
    .direct-num {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}
.direct-num h3 {
    font-weight: 700;
    color: #fff
}
.footer .direct-num a {
    color: #fff;
    font-size: 3rem;
    margin-right: 1rem
}
.footer-logo img {
    margin: 0;
    height: 80px
}
.top-footer .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.mid-footer {
    padding: 2rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}
.mid-footer a {
    display: block
}
footer.footer .mid-footer a {
    color: #eee;
    display: block;
    padding: 4px 0
}
footer.footer .mid-footer h4 {
    margin-bottom: 1rem
}
.bot-footer {
    padding-top: 2rem;
    padding-bottom: 0
}
.bot-footer .container {
    padding: 0
}
footer.footer.footer-inner {
    background: #fff;
    padding: 1.5rem 0;
    color: #333;
    font-size: 14px
}
footer.footer.footer-inner a {
    margin: 0;
    color: #333;
    font-size: 14px
}
footer.footer.footer-inner .footer-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
footer.footer.footer-inner .footer-cont .side-one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
footer.footer.footer-inner .footer-cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}
footer.footer.footer-inner .footer-cont ul li+li {
    margin-right: 1rem
}
footer.footer.footer-inner .footer-logo {
    margin-left: 2rem
}
footer.footer.footer-inner .footer-logo img {
    height: 40px
}
@media (max-width: 767px) {
    footer.footer.footer-inner {
        padding: .5rem 0
    }
    footer.footer.footer-inner a {
        font-size: 10px
    }
    .bot-footer .d-flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
    .bot-footer .d-flex ul {
        padding: 0
    }
    .bot-footer .d-flex ul li a {
        margin-right: 0;
        margin: 0px 10px 10px 10px
    }
    footer.footer.footer-inner .footer-cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer.footer.footer-inner .footer-cont .side-one {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }
    footer.footer.footer-inner .footer-cont .footer-logo {
        margin: 0;
        margin-bottom: .5rem
    }
    footer.footer.footer-inner .footer-cont .copyright {
        margin-bottom: .5rem;
        font-size: 10px;
        text-align: center;
        padding: 0 3rem;
        justify-content: center;
        line-height: 2;
    }
}
.navbar-menu-wrapper {
    width: 249px;
    height: auto;
    border: solid 1px #eeeeee;
    border-bottom: 0;
    border-top: 0;
    background-color: #ffffff;
    position: relative
}
.navbar-menu-wrapper .nav-link {
    padding: 0.625rem 1rem;
    color: #3c3c3b;
    border-bottom: 1px solid #eeeeee;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.navbar-menu-wrapper .nav-link:hover {
    opacity: 0.75
}
@media (prefers-reduced-motion: reduce) {
    .navbar-menu-wrapper .nav-link {
        -webkit-transition: none;
        transition: none
    }
}
.navbar-menu-wrapper .nav-link i {
    width: 1.25em;
    margin-right: 5px;
    display: inline-block;
    text-align: center
}
.heading-cont {
    margin-top: 3rem;
    margin-bottom: 1rem
}
.heading-cont .sub-heading-top {
    color: #8f8f8f;
    font-weight: 400
}
.heading-cont .heading {
    font-weight: 700;
    color: #07706c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 0;
    padding-bottom: 1rem
}
.heading-cont .heading::before {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 100px;
    height: 5px;
    background: #046F6D
}
@media (max-width: 767px) {
    .heading-cont .heading {
        font-size: 24px
    }
}
.heading-services {
    position: relative
}
.heading-services:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background: url(../images/cityBG.png) no-repeat;
    background-size: contain
}
@media (max-width: 1023px) {
    .heading-services {
        font-size: 24px
    }
    .heading-services::before {
        display: block;
        position: static;
        width: 100%;
        height: 100px;
        background-size: cover;
        background-position: bottom;
        margin-bottom: 15px
    }
}
@media (max-width: 767px) {
    .heading-services {
        font-size: 24px
    }
    .heading-services::before {
        height: 50px
    }
}
.heading .sub-heading {
    font-size: 18px;
    color: #000
}
.card-header .heading .sub-heading h2 {
    font-size: 1.5rem;
    color: #000
}
@media (max-width: 767px) {
    .heading .sub-heading {
        font-size: 16px
    }
    .heading .sub-heading h2 {
        font-size: 100%
    }
    .heading .sub-heading h4 {
        font-size: 80%
    }
}
.section {
    padding: 5rem 0
}
.section .heading {
    position: relative;
    margin-bottom: 2rem;
}
.section .heading:after {
    content: '';
    display: block;
    width: 40px;
    height: 6px;
    margin: 1.375em 0;
    background: #84BC47;
    bottom: 0
}
.section .heading-title {
    font-weight: 700;
    color: #000
}
.section .heading-cont:before {
    display: none
}
.section .heading-cont .heading:after {
    display: none
}
.page-title.page-title-about {
    background: url(../images/ab-2.png) no-repeat;
    background-size: cover;
    background-position: bottom center
}
.page-title {
    padding-top: 220px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #046F6D
}
.page-title.service-header {
    padding-top: 118px
}
@media (max-width: 1023px) {
    .page-title.service-header {
        padding-top: 104px
    }
}
.page-title.service-header .item-rate {
    margin-bottom: 1.5rem
}
.page-title .rating {
    background: none;
    color: #fff;
    text-align: right
}
.page-title .rating-title, .page-title span.ratings-count {
    color: #fff
}
.page-title .item-rate {
    margin: 0rem 0 1.5rem 0
}
.page-title.service-header .container {
    position: relative
}
.page-title.service-header .container:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #07706c;
    margin-left: -10px
}
@media (min-width: 768px) {
    .page-title.service-header .container:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        width: 100%;
        height: 100%;
        z-index: 0;
        background: #0f1b2d;
        margin-right: -20px
    }
}
.page-title .page-title-content {
    position: relative;
    background-size: cover;
    color: #fff;
    z-index: 9;
    padding: 5rem 0;
    width: 100%
}
.page-title .service-description {
    padding: 5rem 3em 5rem 0;
    background: #0f1b2d;
    color: #fff;
    width: 100%;
    position: relative;
    z-index: 9
}
@media (max-width: 767px) {
    .page-title .service-description {
        margin: 0 -15px !important;
        width: calc(100% + 30px);
        padding: 1rem
    }
}
.page-title .service-description h3 {
    font-weight: 700;
    margin-bottom: 1.5rem
}
.page-title .service-description .btn {
    margin-top: 1.25rem
}
.title-heading {
    padding: 1rem 0 1rem 0
}
.title-heading h1 {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 700
}
.title-heading h1.big {
    font-size: 60px
}
.page-title .title .title-heading h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 0
}
.page-title .title .title-heading h1.big {
    font-size: 90px;
    line-height: 1.2
}
.page-title .title .title-heading h1.big+p {
    font-size: 36px
}
.page-title .title .title-desc {
    max-width: 550px
}
.page-title .title .title-desc p {
    color: #f9f9f9;
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 300
}
.page-title .breadcrumb {
    font-size: 16px;
    background-image: transparent;
    color: #fff
}
.page-title .breadcrumb a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s ease;
    transition: .3s ease
}
.page-title .breadcrumb .active {
    color: #fff
}
.page-title.text-dark .title h1 {
    color: #051033
}
.page-title.text-dark .title-desc p {
    color: #051033
}
.page-title.text-dark .breadcrumb {
    color: #051033
}
.page-title.text-dark .breadcrumb a {
    color: #051033
}
.page-title.text-dark .breadcrumb a:hover {
    color: #046F6D
}
.page-title.text-dark .breadcrumb .active {
    color: #051033
}
.breadcrumb-item+.breadcrumb-item {
    padding-left: 0
}
.page-title .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    padding: 0 9px
}
.title-heading h1 small {
    font-size: 20px;
    color: #777;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    padding-right: 1rem
}
.title-heading h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page-title-content .item-rate {
    margin: 0
}
@media (max-width: 767px) {
    .page-title-content .item-rate .rating {
        border-radius: 10rem;
        margin: 0 !important
    }
    .page-title-content .item-rate .rating span.ratings-count {
        display: inline-block;
        width: auto
    }
}
.page-title .title-1 {
    padding-bottom: 110px
}
.page-title .title-1 .breadcrumb {
    position: absolute;
    bottom: 30px;
    right: 0;
    left: 0
}
.page-title .title-2 {
    padding-bottom: 130px
}
.page-title .title-2 .title-heading {
    margin-bottom: 5px
}
.page-title .title-3 {
    padding-bottom: 120px
}
.page-title .title-3 .title-heading {
    margin-bottom: 5px
}
.page-title .title-3 .breadcrumb {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0
}
.page-title .title-4 {
    padding-bottom: 190px
}
.page-title .title-4 .title-heading {
    margin-bottom: 35px
}
.page-title .title-4 .breadcrumb {
    margin-right: 0 !important;
    margin-left: 0 !important
}
@media only screen and (max-width: 991px) {
    .page-title .title .title-heading h1 {
        font-size: 40px;
        font-weight: 800;
        line-height: 50px
    }
    .page-title .title .title-desc p {
        font-size: 14px
    }
    .page-title .breadcrumb {
        font-size: 12px
    }
    .page-title .title .title-heading h1.big {
        font-size: 50px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .page-title .title .title-heading h1 {
        font-size: 45px;
        font-weight: 800;
        line-height: 60px
    }
}
.page-inner-title {
    padding-top: 120px
}
.page-inner-title .breadcrumb>li a, .page-inner-title .breadcrumb>li {
    color: #000
}
.page-inner-title .page-title-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page-inner-title .page-title-content nav {
    width: 100%
}
.page-inner-title .page-title-content .rating {
    padding: 1px 20px;
    margin-right: 1rem
}
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none
}
.owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}
.owl-carousel.owl-loaded {
    display: block
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.no-js .owl-carousel {
    display: block
}
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 100ms ease;
    transition: -webkit-transform 100ms ease;
    transition: transform 100ms ease;
    transition: transform 100ms ease, -webkit-transform 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
    background: rgba(0, 0, 0, 0.5);
    padding: 8px !important;
    color: #fff !important;
    -webkit-transition: .5s all;
    transition: .5s all
}
.owl-carousel .owl-nav button span {
    font-size: 1rem
}
.owl-carousel .owl-nav button:hover {
    background: #000
}
.owl-dots {
    text-align: center
}
.owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #046F6D !important;
    -webkit-transition: ease all 0.55s;
    transition: ease all 0.55s;
    border-radius: 50%;
    margin: 0 5px
}
@media (prefers-reduced-motion: reduce) {
    .owl-dots .owl-dot {
        -webkit-transition: none;
        transition: none
    }
}
.owl-carousel-white .owl-dots .owl-dot {
    border-color: #fff;
    background: none
}
.owl-dots .owl-dot.active {
    background: #046F6D
}
.owl-carousel-white .owl-dots .owl-dot.active {
    background: #fff
}
.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%
}
.select2-results__option {
    border-radius: 0;
    margin-bottom: 1px;
    font-size: inherit
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border-color: #d7d7d7;
    height: 38px;
    outline: none
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4e4e4e;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.875rem
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #6c757d
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 30px;
    height: 38px;
    line-height: calc(1.5em + .75rem + 2px);
    left: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -3px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    font-size: 20px;
    font-weight: 400;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    margin-right: 5px;
    color: #8392a5;
    position: relative;
    z-index: 100
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
    color: #1b2e4b
}
.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border-color: #d7d7d7;
    border-radius: 2px;
    min-height: 38px;
    outline: none
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 0 4px;
    display: block
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin-top: 4px;
    margin-right: 4px;
    padding: 3px 10px 3px 20px;
    border-color: transparent;
    border-radius: 1px;
    background-color: #046F6D;
    color: #fff;
    font-size: 13px;
    line-height: 1.45
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
    opacity: .5;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    top: 4px;
    left: 7px;
    line-height: 1.2
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #d7d7d7
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e7e7ed;
    border-radius: 0;
    padding: 5px 10px;
    box-shadow: none;
    outline: none;
    direction: rtl
}
.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    color: #8392a5
}
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
    color: #8392a5
}
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
    color: #8392a5
}
.select2-container--default .select2-search--dropdown .select2-search__field::-ms-input-placeholder {
    color: #8392a5
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    color: #8392a5
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #fff
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #046F6D
}
.select2-container--default .select2-results>.select2-results__options {
    margin: 0px
}
.select2-container--default .select2-search--inline .select2-search__field {
    margin-top: 6px;
    line-height: 26px;
    padding-left: 10px;
    opacity: 1
}
.select2-container--default .select2-search--inline .select2-search__field::-webkit-input-placeholder {
    color: #8392a5;
    font-weight: 400;
    opacity: 1
}
.select2-container--default .select2-search--inline .select2-search__field::-moz-placeholder {
    color: #8392a5;
    font-weight: 400;
    opacity: 1
}
.select2-container--default .select2-search--inline .select2-search__field:-ms-input-placeholder {
    color: #8392a5;
    font-weight: 400;
    opacity: 1
}
.select2-container--default .select2-search--inline .select2-search__field::-ms-input-placeholder {
    color: #8392a5;
    font-weight: 400;
    opacity: 1
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
    color: #8392a5;
    font-weight: 400;
    opacity: 1
}
.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eceff3
}
.select2-container--default.select2-container--disabled .select2-selection__choice {
    padding-left: 10px;
    background-color: #adb5bd
}
.select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
    display: none
}
.select2-container--open {
    font-size: 14px
}
.select2-container--open .select2-selection--single, .select2-container--open .select2-selection--multiple {
    background-color: #fff;
    border-color: #d7d7d7
}
.select2-container--open .select2-dropdown--above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    top: 0
}
.select2-dropdown {
    border: 0;
    box-shadow: 0 5px 50px 0 rgba(37, 44, 65, 0.12)
}
.select2-search--dropdown {
    padding: 12px
}
.select2-results__option {
    padding: 6px 10px;
    font-size: inherit
}
.has-success .select2-container--default .select2-selection--single {
    border-color: #28a745
}
.has-warning .select2-container--default .select2-selection--single {
    border-color: #ffc107
}
.has-danger .select2-container--default .select2-selection--single {
    border-color: #dc3545
}
.select2-xs+.select2-container {
    font-size: 12px
}
.select2-dropdown-xs .select2-results__option {
    font-size: 12px
}
.select2-sm+.select2-container {
    font-size: 14px
}
.select2-dropdown-sm .select2-results__option {
    font-size: 14px
}
.select2-bd-0+.select2-container--default .select2-selection--single {
    border-width: 0
}
.bg-gray+.select2-container--default .select2-selection--single {
    background-color: #3f474e
}
.bg-gray+.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #dee2e6
}
.select2.line+.select2-container .select2-selection--single,
.select2.line+.select2-container--default .select2-selection--multiple {
    height: 51px;
    background: none;
    border: 0;
    border: 1px solid #d7d7d7;
    border-radius: .25rem
}
.select2.line+.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2.line+.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0
}
.select2-container--default .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    height: 100% !important;
    margin-left: 10px
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 48px !important;
    padding: 0 1rem !important
}
.disabled.select2 {
    pointer-events: none;
    background-color: #e9ecef;
    opacity: 1
}
.disabled.select2 .select2-selection__arrow {
    display: none
}
.service-details-menu-cont {
    background: #f3f5f9
}
@media (min-width: 767px) {
    .service-details-menu-cont {
        border-left: 1px solid #DFE1E5
    }
}
.service-details>.container {
    position: relative
}
.service-details>.container:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    background: #f3f5f9;
    width: 100%
}
.service-details-menu {
    padding: 1.5rem;
    background: #84bd47;
    color: #fff
}
@media (min-width: 767px) {
    .service-details-menu {
        margin-top: -2rem;
        position: relative;
        z-index: 9;
        margin-left: -1px;
        position: -webkit-sticky;
        position: sticky;
        top: 120px
    }
}
.service-details-menu ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 1rem
}
.service-details-menu a {
    display: block;
    color: #fff;
    position: relative;
    padding: 6px 12px 6px 12px;
    font-weight: 700;
    border-radius: 10rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .service-details-menu a {
        -webkit-transition: none;
        transition: none
    }
}
.service-details-menu a.active {
    background: #fff;
    color: #83bd46;
    border-radius: 10rem;
    padding-right: 20px
}
.service-details-menu a.active:before {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.service-details-menu a:before {
    content: "";
    position: absolute;
    top: 15px;
    right: -5px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .service-details-menu a:before {
        -webkit-transition: none;
        transition: none
    }
}
.service-overview {
    border: 1px solid #e4e5e9;
    border-radius: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem
}
.service-summary-cont {
    padding: 5rem 5rem 5rem 0 !important
}
@media (max-width: 767px) {
    .service-summary-cont {
        padding: 15px !important
    }
}
.service-overview .item {
    width: 50%;
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 1023px) {
    .service-overview .item {
        padding: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }
}
.service-overview .item:first-child {
    border-bottom: 1px solid #e4e5e9;
    border-left: 1px solid #e4e5e9
}
.service-overview .item:nth-child(2) {
    border-bottom: 1px solid #e4e5e9
}
.service-overview .item:nth-child(3) {
    border-left: 1px solid #e4e5e9
}
.service-overview .item h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #777
}
.service-overview .item .item-icon {
    margin-bottom: .5rem
}
@media (min-width: 767px) {
    .service-overview .item .item-icon {
        margin-left: 1rem;
        margin-bottom: 0
    }
}
.service-overview-link {
    background: #07706c;
    color: #fff;
    border-radius: 10rem;
    padding: 2px 15px;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.4;
    border: 1px solid #07706c;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .service-overview-link {
        -webkit-transition: none;
        transition: none
    }
}
.service-overview-link:hover {
    background: #fff;
    color: #07706c
}
.service-overview .item .item-icon svg {
    fill: #07706c
}
.service-summary h2 {
    position: relative;
    font-weight: 700;
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    padding-top: 2rem
}
.service-summary h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 6px;
    width: 40px;
    background: #84BC47
}
.service-summary+.service-summary {
    margin-top: 4rem;
    border-top: 1px dotted #DFE1E5;
    padding-top: 2rem
}
.service-summary ul {
    margin: 0;
    padding: 0 1rem 0 0
}
.content-list {
    position: relative
}
.content-list li {
    position: relative;
    padding-top: 0.75rem
}
.content-list li:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #84BC47
}
.service-terms {
    border: 1px solid #e4e5e9;
    border-radius: 12px;
    margin-top: 3rem;
    padding: 2rem
}
.service-terms h3 {
    border-bottom: 1px solid #e4e5e9;
    padding-bottom: 1rem
}
.service-terms .btn-custom {
    color: #fff;
    border-color: #07706c;
    background: #07706c
}
.service-terms p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 2rem;
    position: relative
}
.service-terms p input {
    position: absolute;
    top: -15px;
    right: 0
}
.service-terms-content {
    padding-top: 1rem
}
.service-terms-content ul {
    margin: 0;
    padding: 0
}
.service-terms-content ul li {
    display: inline-block
}
.service-terms .btn-custom:hover {
    background: #fff;
    color: #07706c
}
.form-steps-cont .step-anchor {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-bottom: 3rem
}
.form-steps-cont .step-anchor li a:before {
    content: ' ';
    position: absolute;
    margin-top: 10px;
    display: block;
    border-radius: 50%;
    color: #428bca;
    border: none;
    text-decoration: none;
    z-index: 8;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f3f3f3;
    bottom: -2px;
    width: 24px;
    height: 24px
}
.form-steps-cont .step-anchor li a {
    position: relative;
    padding-bottom: 2rem;
    color: #777;
    text-align: center;
    height: 100%;
    line-height: 1.2
}
.form-steps-cont .step-anchor li a .num {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin: auto;
    margin-bottom: .5rem;
    line-height: 28px
}
.form-steps-cont .step-anchor li a:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 2px;
    margin-top: 10px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    z-index: 9;
    background: #046F6D;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}
.form-steps-cont .step-anchor:before {
    background: #f3f3f3;
    height: 1px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
    content: "";
    position: absolute;
    margin-top: -10px
}
.form-steps-cont .step-anchor li.active a {
    color: #046F6D;
    font-weight: 700
}
.form-steps-cont .step-anchor li.active a .num {
    background: #046F6D;
    color: #fff
}
.form-steps-cont .step-anchor li.active a small {
    font-weight: 700
}
.form-steps-cont .step-anchor li.active a .num {
    border: 2px solid #046F6D
}
.form-steps-cont .step-anchor li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}
.form-steps-cont-new .step-anchor {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative
}
.form-steps-cont-new li+li {
    margin-right: .35rem
}
.form-steps-cont-new .step-anchor li a {
    position: relative;
    padding: 0rem;
    color: #777;
    text-align: center;
    height: 100%;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid transparent;
    padding: 5px 15px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}
.form-steps-cont-new .step-anchor li a .num {
    font-size: 90%;
    margin-left: 5px
}
.form-steps-cont-new .step-anchor li a .num:after {
    content: "."
}
.form-steps-cont-new .step-anchor li a .num small {
    font-weight: 100
}
.form-steps-cont-new .step-anchor li.active a {
    color: #046F6D;
    font-weight: 700;
    border-color: #046F6D
}
.form-steps-cont-new .step-anchor li.active a small {
    font-weight: 700
}
.page-btns-top-fixed {
    padding-bottom: 15px !important
}
.form-steps-cont-new .step-anchor li.active a {
    border-color: #ebebeb;
    border-bottom-color: transparent;
    position: relative;
    top: 1px;
    background: #eceff3
}
.form-steps-cont-new .step-anchor li a {
    padding: 10px 15px;
    color: #666
}
.form-steps-cont-new .step-anchor li a small {
    font-weight: 700
}
.form-steps-cont-new .step-anchor li a {
    border-radius: 5px 5px 0 0;
    font-size: 18px
}
.page-top-fixed.nav-fixed {
    left: 0;
    right: 0;
    top: 0
}
.page-top-fixed.nav-fixed .form-steps-cont-new {
    display: none
}
@media (max-width: 1023px) {
    .form-steps-cont-new .step-anchor {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .form-steps-cont-new li {
        margin: 0;
        padding: 3px 3px
    }
    .form-steps-cont-new .step-anchor li a {
        border: 0;
        border-radius: .25rem
    }
    .form-steps-cont-new li+li {
        margin: 0
    }
    .form-steps-cont-new .step-anchor {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 -3px
    }
    .form-steps-cont-new .step-anchor .nav-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-top: 0;
        padding-bottom: 0;
        display: none
    }
    .form-steps-cont-new .step-anchor .nav-item.current, .form-steps-cont-new .step-anchor .nav-item.next, .form-steps-cont-new .step-anchor .nav-item.prev {
        display: inline-block
    }
    .form-steps-cont-new .step-anchor .nav-item.prev a {
        color: #777
    }
    .form-steps-cont-new .step-anchor .nav-item.active a {
        border-radius: 5px 5px 0 0 !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
    .form-steps-cont-new .step-anchor .nav-item a {
        padding: 8px 5px;
        height: auto;
    }
    .form-steps-cont-new .step-anchor .nav-item a small {
        text-align: center;
        line-height: 1.5;
        font-size: 12px
    }
}
@media (max-width: 1023px) and (max-width: 320px) {
    .form-steps-cont-new .step-anchor .nav-item a small {
        font-size: 10px
    }
}
@media (max-width: 1023px) {
    .form-steps-cont-new .step-anchor .nav-item a .num {
        font-size: 12px;
        padding-top: 2px;
        padding-right: 0px
    }
}
.page-top-filter .page-top-search-form {
    position: relative
}
@media (max-width: 767px) {
    .page-top-filter .page-top-search-form {
        width: 100%
    }
}
.page-top-filter .page-top-search-form .form-control {
    background: #f4f5f7;
    height: 36px
}
.page-top-filter .page-top-search-form .form-control:focus {
    background: #fff
}
.page-top-filter .page-top-search-form .label-search-icon {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 10px
}
.page-top-filter .page-top-search-form .label-search-icon svg {
    width: 16px;
    fill: #707070
}
.page-top-filter ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.page-top-filter ul .btn {
    margin-left: 15px
}
.page-top-filter ul .btn:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}
@media (max-width: 767px) {
    .page-top-filter ul .btn {
        margin-left: 8px;
        font-size: 14px;
        padding: 4px 12px
    }
}
.btn {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    padding: 0.3125rem 0.625rem;
    border-radius: .85rem;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    border-radius: 0.5rem;
    padding: 12px 40px
}
.btn .icon {
    margin-left: 8px;
    opacity: .3
}
.btn-sm {
    padding: .35rem 1.5rem
}
.btn:focus, .btn.active, .btn:active, body .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
    outline: none
}
.btn-primary {
    background-color: #046F6D;
    color: #fff;
    border: 1px solid #046F6D;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #fff;
}
.btn-secondary {
    background-color: #84BC47;
    color: #fff;
    border: 1px solid #84BC47;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #fff;
}
.btn-light {
    border: 1px solid #eceff3;
    color: #000;
    box-shadow: none
}
.btn.has-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #81be40;
    color: #fff;
    border: 1px solid #81be40
}
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    box-shadow: none
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:focus, .btn-primary.btn-inverse:hover {
    background-color: #fff;
    color: #046F6D;
    border-color: #fff
}
.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
    background-color: #046F6D;
    color: #fff;
    border-color: #046F6D
}
.btn-secondary.btn-inverse:active, .btn-secondary.btn-inverse:focus, .btn-secondary.btn-inverse:hover {
    background-color: #fff;
    color: #222;
    border-color: #fff
}
.btn-white {
    background-color: #fff;
    color: #3c3c3b;
    border: 1px solid #fff
}
.btn-white:active, .btn-white:focus, .btn-white:hover {
    background-color: #046F6D;
    color: #fff;
    border-color: #046F6D
}
.btn-hover-dark:active, .btn-hover-dark:focus, .btn-hover-dark:hover {
    background-color: #3c3c3b;
    color: #fff;
    border-color: #3c3c3b
}
.btn-custom {
    text-align: center;
    padding: 12px 15px;
    display: inline-block;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    background: none;
    color: #fff;
    border: 1px solid #fff;
}
@media (min-width: 1200px) {
    .btn-custom {
        padding: 12px 40px
    }
}
.btn-custom:hover {
    background: #fff;
    color: #046F6D
}
.btn-link {
    color: #fff;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    padding-left: 0
}
.btn-link .arrow-hover svg {
    position: relative;
    -webkit-transition: .3s all;
    transition: .3s all;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    fill: #fff;
    width: 30px
}
.btn-link .arrow-hover svg path {
    fill: #fff
}
.btn-link .arrow-hover {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 1rem
}
.btn-dark svg {
    fill: #fff
}
dashboard-kanbansection.page-container.dashboard-kanban .row>[class^="col-"] {
    padding: 4px
}
section.page-container.dashboard-kanban .cards-row {
    margin: 0 -19px
}
.card-list {
    background: #fff;
    border-radius: 3px;
    padding-bottom: 8px
}
.card-list-header h3 {
    margin: 0;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700
}
.card-list-header {
    padding: 15px 16px 12px
}
.card-list-content {
    padding: 0 4px;
    margin: 0 4px
}
.card-list-item {
    background: #f4f5f7;
    padding: 6px 8px;
    border: 0;
    border-radius: 2px;
    box-shadow: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
    margin: 5px 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border: 1px solid #ebecf0
}
@media (prefers-reduced-motion: reduce) {
    .card-list-item {
        -webkit-transition: none;
        transition: none
    }
}
.card-list-item:hover {
    background: #fff
}
.card-list-item-labels {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
.card-list-item-labels .badge {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.2;
    padding: .3em .6em
}
.card-list-item-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    padding-top: 10px
}
.card-list-item-title .icon {
    width: 30px;
    height: 30px;
    background: #ebecf0;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.card-list-item-title a {
    color: #000
}
.card-list-item-title .icon {
    margin-left: 8px
}
.card-list-item-title .icon svg {
    fill: #6f7782;
    fill: #046F6D;
    width: 16px;
    height: 16px
}
.card-list-item-badges {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 7px -.4rem 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.card-list-item-badges svg {
    width: 14px
}
.card-list-item-badges .badge-next, .card-list-item-badges .gov {
    margin: 0 auto 0 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.card-list-item-badges .badge-next .icon, .card-list-item-badges .gov .icon {
    background: #06706d;
    border-radius: 50%;
    padding: 4px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 6px
}
.card-list-item-badges .badge-next .icon svg, .card-list-item-badges .gov .icon svg {
    fill: #fff;
    width: 12px
}
.card-list-item-badges .gov, .card-list-item-badges .details {
    margin: 0 auto 0 4px;
    font-weight: 400;
    cursor: pointer
}
.card-list-item-badges .gov:hover, .card-list-item-badges .details:hover {
    background: #343a40
}
section.page-container.dashboard-kanban {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    padding-top: 65px;
    overflow: hidden
}
.card-list {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    position: relative;
    white-space: normal
}
.card-list-header {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}
.card-list-content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 4px;
    padding: 0 4px;
    z-index: 1;
    min-height: 0
}
.row.cards-row {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden
}
section.page-container.dashboard-kanban .row>[class^="col-"] {
    height: 100%
}
.card-list {
    height: 100%;
    overflow: auto
}
section.page-container.dashboard-kanban>.container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}
section.page-container.dashboard-kanban ::-webkit-scrollbar {
    width: 5px
}
section.page-container.dashboard-kanban ::-webkit-scrollbar-track {
    background: #f1f1f1
}
section.page-container.dashboard-kanban ::-webkit-scrollbar-thumb {
    background: #c7c6c6
}
section.page-container.dashboard-kanban ::-webkit-scrollbar-thumb:hover {
    background: #555
}
.dashboard-alt .card-list {
    background: none;
    padding: 0;
    margin: 0 -20px
}
.dashboard-alt .card-list-header {
    padding-left: 5px;
    padding-right: 5px
}
.dashboard-alt .card-list-content {
    margin: 0;
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.dashboard-alt .card-list-item {
    width: calc(100% / 3 - 10px);
    margin: 5px;
    background: #fff
}
.dashboard-alt .card-list-item:hover {
    background: #f4f5f7
}
.dashboard-alt .card-list {
    margin-bottom: 3rem
}
.dashboard-kanban .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%
}
.user-img {
    background: #fff;
    padding: 10px;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid #e1e4e8;
    border-bottom: 0
}
.user-type {
    background: #fff;
    border-radius: 0 0 12px 12px;
    border: 1px solid #e1e4e8;
    padding: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000
}
.user-username {
    font-size: 24px;
    padding: 10px
}
.profile-list {
    margin: 0;
    padding: 0
}
.profile-list li {
    padding: 1rem 0
}
.profile-list li+li {
    border-top: 1px solid #e1e4e8
}
.profile-list li .title {
    color: #06706d;
    font-weight: 700
}
.custom-accordion .collapse {
    background: #fcfcfc;
    padding: 2rem;
    border-radius: 8px;
    border: 1px solid #d7d7d7
}
@media (max-width: 767px) {
    .custom-accordion .collapse {
        padding: 1rem
    }
}
input.parsley-error, input.parsley-error:focus, textarea.parsley-error, textarea.parsley-error:focus {
    box-shadow: none !important;
    border-color: #dc3545
}
input.parsley-success, input.parsley-success:focus, textarea.parsley-success, textarea.parsley-success:focus {
    box-shadow: none !important;
    border-color: #28a745
}
.parsley-checkbox.parsley-error, .parsley-checkbox.parsley-success {
    display: inline-block;
    padding: 10px;
    border-radius: .25rem
}
.parsley-checkbox.parsley-error {
    border: 1px solid #dc3545
}
.parsley-checkbox.parsley-success {
    border: 1px solid #28a745
}
.custom-select.parsley-error, .custom-select.parsley-success {
    box-shadow: none !important
}
.custom-select.parsley-error {
    border-color: #dc3545
}
.custom-select.parsley-success {
    border-color: #28a745
}
.parsley-errors-list {
    color: #dc3545;
    list-style: none;
    font-size: 12px;
    padding: 0;
    margin-bottom: 0
}
.parsley-errors-list li {
    margin: 5px 0 0
}
.parsley-style-1 .parsley-input.parsley-error .form-control {
    background-color: #fef9f9;
    border-color: #dc3545;
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.parsley-style-1 .parsley-input.parsley-success .form-control {
    border-color: #28a745
}
.parsley-style-1 .parsley-checkbox.parsley-error {
    padding-bottom: 35px;
    border: 1px solid #dc3545;
    background-color: #fef9f9;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}
.parsley-style-1 .parsley-checkbox .parsley-errors-list.filled {
    border-bottom-right-radius: 1px;
    border-bottom-left-radius: 1px
}
.parsley-style-1 .custom-select.parsley-error {
    border-bottom-width: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.parsley-style-1 .parsley-errors-list.filled {
    background-color: #dc3545;
    color: #fff;
    padding: 3px 10px;
    font-size: 11px;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem;
    position: relative;
    margin-top: -5px
}
.parsley-style-1 .parsley-errors-list.filled li:first-child {
    margin-top: 0
}
.parsley-style-1 .parsley-error .custom-control label, .parsley-style-1 .parsley-error .select2.line+.select2-container .select2-selection--single {
    border-color: #dc3545
}
.parsley-style-1 .parsley-success .select2.line+.select2-container .select2-selection--single {
    border-color: #28a745
}
.page-top-fixed {
    background: #fff;
    border-bottom: 1px solid #ebebeb;
    z-index: 998;
    margin-top: 0;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 81px 0 0
}
@media (prefers-reduced-motion: reduce) {
    .page-top-fixed {
        -webkit-transition: none;
        transition: none
    }
}
@media (max-width: 767px) {
    .page-top-fixed {
        padding: 8px 0 0
    }
}
.page-top-fixed .page-options-btns .btn:hover {
    background-color: #f5f6f7;
    border-color: rgba(87, 90, 93, 0.27);
    color: #18191a;
    box-shadow: none;
    z-index: 9
}
.page-top-fixed .page-options-btns .btn {
    box-shadow: none;
    border: 1px solid #ebecf0;
    padding: 6px 15px;
    position: relative
}
.page-top-fixed .page-options-btns .btn:not(:first-child), .page-top-fixed .page-options-btns .btn:not(:last-child) {
    border-radius: 0
}
.page-top-fixed .page-options-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.page-top-fixed .btn-request-id {
    background: #eceff3
}
.page-top-fixed .page-options-btns .btn+.btn {
    margin-right: -1px
}
.page-top-fixed .page-options-btns .btn:first-child {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem
}
.page-top-fixed .page-options-btns .btn:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem
}
.page-top-fixed .icon-rotate-left {
    display: inline-block;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.page-top-fixed .page-options-btns .btn svg {
    margin: 0 5px
}
.page-top-fixed .page-options-btns .btn-form-prev:hover {
    background: #eceff3;
    border-color: #eceff3
}
.page-top-fixed .page-options-btns .btn-form-draft:hover {
    background: #17a2b8;
    color: #fff;
    border-color: #17a2b8
}
.page-top-fixed .page-options-btns .btn-form-draft:hover svg {
    fill: #fff
}
.page-top-fixed .page-options-btns .btn-form-next:hover {
    background: #046F6D;
    color: #fff;
    border-color: #046F6D
}
.page-top-fixed .page-options-btns .btn-form-next:hover svg {
    fill: #fff
}
.page-top-fixed .page-options-btns [disabled] {
    cursor: not-allowed
}
.page-top-fixed nav a {
    color: #000;
    font-weight: 700
}
.page-top-fixed nav li {
    color: #444;
    font-weight: 700
}
.page-top-fixed .page-title-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page-top-fixed nav {
    width: 100%
}
.page-top-fixed .title-heading h1 {
    font-size: 24px;
    margin: 0
}
.page-top-fixed .title-heading {
    padding-top: 0;
    padding-bottom: 0
}
.page-top-fixed .rating {
    padding: 3px 20px
}
.page-options-btns .btn-group {
    border: 1px solid #ebecf0;
    border-radius: 6px;
    overflow: hidden
}
.page-options-btns .btn-group .btn {
    border-radius: 0
}
.page-options-btns .btn-group .btn-light {
    background: #eceff3;
    border: 0
}
.page-top-fixed nav a {
    font-size: 16px
}
@media (max-width: 767px) {
    .page-top-fixed nav a {
        font-size: 14px
    }
}
.page-top-fixed.nav-fixed {
    box-shadow: 0px -2px 15px -5px rgba(0, 0, 0, 0.3)
}
.page-top-fixed.nav-fixed+section.page-container {
    padding-top: 5rem
}
.page-top-fixed.nav-fixed .page-btns-top-fixed {
    padding-bottom: 1rem !important
}
.page-top-fixed.nav-fixed .form-steps-cont-new {
    display: none
}
.page-top-fixed.nav-fixed {
    position: -webkit-sticky;
    position: sticky
}
@media (max-width: 767px) {
    .page-btns-top-fixed {
        padding: 0 0 15px 0 !important
    }
    .page-top-fixed.nav-fixed+section.page-container {
        margin-top: 0
    }
    .page-top-fixed .page-options-btns {
        margin-top: .5rem
    }
    .page-options-btns .btn {
        padding: 6px 15px;
        position: relative;
        font-size: 12px;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1
    }
    .page-options-btns {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .page-options-btns .btn-request-id {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        border-radius: 0 0 .25rem 0.25rem !important
    }
    .page-options-btns .btn-form-prev {
        border-radius: 0 .25rem 0rem 0 !important;
        margin: 0 !important
    }
    .page-options-btns .btn-form-next {
        border-radius: .25rem 0 0 0 !important
    }
    .page-options-btns .btn svg {
        width: 12px;
        margin: 0
    }
}
@media (max-width: 991.98px) {
    .sidebar-show {
        overflow: hidden;
        position: relative
    }
    .sidebar-show .sidebar {
        left: 0;
        box-shadow: 0 0 50px rgba(33, 37, 41, 0.06)
    }
    .sidebar-show .off-canvas-pusher {
        position: static
    }
    .sidebar-show .off-canvas {
        display: none
    }
    .sidebar-show .backdrop {
        opacity: 1;
        visibility: visible;
        left: 260px
    }
}
.sidebar {
    z-index: 1050;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    width: 240px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto
}
@media (prefers-reduced-motion: reduce) {
    .sidebar {
        -webkit-transition: none;
        transition: none
    }
}
@media (max-width: 320px) {
    .sidebar {
        width: 180px
    }
}
.sidebar ::-webkit-scrollbar {
    width: 5px
}
.sidebar ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}
.sidebar ::-webkit-scrollbar-thumb {
    background: #c7c6c6
}
.sidebar ::-webkit-scrollbar-thumb:hover {
    background: #555
}
.sidebar-fixed>.ps__rail-y {
    background-color: #dee2e6;
    width: 2px;
    display: none
}
@media (min-width: 992px) {
    .sidebar-fixed>.ps__rail-y {
        display: block
    }
}
.sidebar-fixed>.ps__rail-y>.ps__thumb-y {
    background-color: #c0ccda;
    width: 2px;
    left: 0
}
@media (min-width: 992px) {
    .sidebar-fixed>.ps__rail-y>.ps__thumb-y {
        background-color: #284f5d
    }
}
.sidebar-header {
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.sidebar-header a:hover, .sidebar-header a:focus {
    color: #212529
}
.sidebar-header a svg {
    stroke-width: 2.5px;
    fill: #fff
}
.sidebar-header .logo-text img {
    height: 40px
}
.sidebar-body {
    padding: 30px 15px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    overflow-y: auto;
    position: absolute;
    top: 70px;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .5s all;
    transition: .5s all;
    -webkit-transition-delay: .5s;
    transition-delay: .5s
}
.sidebar-nav {
    list-style: none;
    padding: 0;
    margin: 0
}
.sidebar-nav .nav-label {
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px
}
.sidebar-nav .nav-item+.nav-label {
    margin-top: 20px
}
.sidebar-nav .nav-item.show .nav {
    display: block
}
.sidebar-nav .nav-item.show .icon-sub {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.sidebar-nav .nav-item.show .nav-link {
    background: rgba(255, 255, 255, 0.2)
}
.sidebar-nav .nav-link, .sidebar-nav a:not([href]):not([tabindex]) {
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 12px;
    border-radius: 3px;
    -webkit-transition: .5s all;
    transition: .5s all
}
@media (min-width: 992px) {
    .sidebar-nav .nav-link, .sidebar-nav a:not([href]):not([tabindex]) {
        font-size: 14px;
        font-weight: 700
    }
}
.sidebar-nav .nav-link>svg:not(.icon-sub), .sidebar-nav a:not([href]):not([tabindex])>svg:not(.icon-sub) {
    margin-left: 15px;
    width: 24px;
    height: 24px;
    stroke-width: 2.2px;
    color: #fff;
    fill: #fff;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    max-width: 24px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 24px;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px
}
@media (max-width: 320px) {
    .sidebar-nav .nav-link>svg:not(.icon-sub), .sidebar-nav a:not([href]):not([tabindex])>svg:not(.icon-sub) {
        display: none
    }
}
.sidebar-nav .nav-link:hover, .sidebar-nav a:not([href]):not([tabindex]):hover {
    background: rgba(255, 255, 255, 0.2)
}
.sidebar-nav .nav-link.active, .sidebar-nav a:not([href]):not([tabindex]).active {
    position: relative;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    padding: 8px 12px;
    border-radius: 3px
}
.sidebar-nav .nav-link.active::before, .sidebar-nav a:not([href]):not([tabindex]).active::before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: -25px;
    width: 10px;
    height: 2px;
    background-color: #284f5d
}
@media (min-width: 1200px) {
    .sidebar-nav .nav-link.active::before, .sidebar-nav a:not([href]):not([tabindex]).active::before {
        left: -30px;
        width: 13px
    }
}
.sidebar-nav .nav-link.with-sub, .sidebar-nav a:not([href]):not([tabindex]).with-sub {
    cursor: pointer
}
.sidebar-nav .nav-link.with-sub>span:not(.arrow-hover), .sidebar-nav a:not([href]):not([tabindex]).with-sub>span:not(.arrow-hover) {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}
.sidebar-nav .nav-link.with-sub .icon-sub, .sidebar-nav a:not([href]):not([tabindex]).with-sub .icon-sub {
    margin: 0;
    width: 12px;
    height: 12px;
    fill: #fff;
    -webkit-transition: .5s all;
    transition: .5s all
}
.sidebar-nav .nav-link.with-sub:hover::after, .sidebar-nav .nav-link.with-sub:focus::after, .sidebar-nav a:not([href]):not([tabindex]).with-sub:hover::after, .sidebar-nav a:not([href]):not([tabindex]).with-sub:focus::after {
    border-color: #67788e
}
.sidebar-nav .nav {
    display: none;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    margin-right: 24px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 12px
}
.sidebar-nav .nav a {
    display: block;
    font-size: 14px;
    color: #fff;
    display: block;
    padding-bottom: 3px;
    position: relative
}
.sidebar-nav .nav a:before {
    content: "";
    position: absolute;
    top: 50%;
    right: -32px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #358c89;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (min-width: 992px) {
    .sidebar-nav .nav a {
        font-size: 13px
    }
}
.sidebar-nav .nav a:hover {
    opacity: .9
}
.sidebar-nav .nav a.active {
    position: relative;
    color: #284f5d
}
.sidebar-nav .nav a.active::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -26px;
    border-left: 1px solid #284f5d
}
.sidebar-nav .nav a+a {
    margin-top: 5px
}
.media-list .media-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    padding: 12px
}
.media-list .media-item+.media-item {
    border-top: 1px solid #f0f2f6
}
.media-list .media-item.active {
    background: #f0f2f6
}
.media-list .media-item.active+.media-item {
    border-top: 1px solid #ddd
}
.media-list .day {
    font-size: 48px;
    font-weight: 700;
    display: block;
    color: #84BC47;
    line-height: 1;
    padding-left: 12px
}
.media-list .month {
    font-size: 12px;
    font-weight: 700;
    color: #777;
    padding-left: 12px;
    display: block;
    text-align: center
}
.media-list span.meta-item.date {
    text-align: center;
    display: block;
    min-width: 70px;
    margin-left: 15px;
    border-left: 1px solid #f0f2f6
}
.media-list .media-content h3 {
    display: block;
    -webkit-transition: none !important;
    transition: none !important;
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
    color: #000;
    font-weight: 700;
    line-height: 1.7
}
.media-list .media-content h3:not(.show) {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}
.media-list .media-content .more {
    display: inline-block;
    font-weight: 700
}
.media-list .media-content .more[aria-expanded="false"] .show-less {
    display: none
}
.media-list .media-content .more[aria-expanded="true"] .show-less {
    display: inline-block
}
.media-list .media-content .more[aria-expanded="true"] .show-more {
    display: none
}
.media-list .media-content .more .arrow-hover {
    -webkit-transition: .5s all;
    transition: .5s all
}
.media-list .media-content .more .arrow-hover svg {
    margin-right: 8px
}
.media-list .media-content .more[aria-expanded="true"] .arrow-hover svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    display: inline-block
}
.nav-tabs .nav-link {
    color: #000
}
.nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #e1e4e8;
    margin: 0;
    padding: 0
}
.nav-tabs .nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    border: 0;
    background: none;
    padding: 1rem
}
.nav-tabs .nav-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #046F6D;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    width: 0
}
@media (prefers-reduced-motion: reduce) {
    .nav-tabs .nav-link:before {
        -webkit-transition: none;
        transition: none
    }
}
.nav-tabs .nav-link {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.nav-tabs .nav-link:hover {
    opacity: 0.75
}
.nav-tabs .nav-link:hover:before {
    opacity: 1;
    right: 0;
    left: auto;
    width: 100%
}
.nav-tabs .nav-link.active:hover {
    opacity: 0.75;
    border-top-color: #3981e5
}
.nav-tabs .nav-link.active:before {
    opacity: 1;
    right: 0;
    left: auto;
    width: 100%
}
@media (prefers-reduced-motion: reduce) {
    .nav-tabs .nav-link {
        -webkit-transition: none;
        transition: none
    }
}
.vertical-ribbon {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 200;
    background-color: #046F6D;
    width: 20px
}
.page-home-hero {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/bg.html) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}
.page-home-hero .mask-clip {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    background: url(../images/bg.html) no-repeat;
    background-size: cover;
    background-position: center
}
.page-home-hero.style-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: url(../images/hero-img-2.html) no-repeat;
    background-size: cover;
    background-position: center
}
.page-home-hero.style-2 .mask-clip {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    background: #fff;
    opacity: .05
}
.home-hero-text {
    padding-top: 35vh;
    color: #fff
}
.home-hero-text h1 {
    font-size: 50px;
    font-weight: 700;
    color: #fff
}
@media (max-width: 767px) {
    .home-hero-text h1 {
        font-size: 2rem
    }
}
.page-bottom-nav .nav-block {
    position: relative
}
.page-bottom-nav .mask {
    background-color: rgba(0, 0, 0, 0.3);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}
.page-bottom-nav {
    position: relative
}
.nav-block {
    padding: 30px;
    color: #fff
}
.page-bottom-nav .mask {
    z-index: 0
}
.nav-block>* {
    position: relative;
    z-index: 1
}
.nav-block h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5
}
.nav-block-inner-header {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative
}
.nav-block-inner-header h3 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: relative
}
.nav-block-inner>* {
    position: relative
}
.nav-block-inner {
    padding: 0;
    position: relative;
    z-index: 9;
    border-left: 1px solid rgba(255, 255, 255, 0.15)
}
.page-bottom-nav {
    border-top: 1px solid rgba(255, 255, 255, 0.15)
}
.nav-block.big {
    border-left: 1px solid rgba(255, 255, 255, 0.15)
}
.nav-block-inner-content {
    padding: 1rem;
    color: #fff
}
.nav-block-inner-content p {
    margin-top: 1rem
}
.page-bottom-nav .btn-link {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: none
}
.page-bottom-nav .btn-link .arrow-hover {
    -webkit-transition: .5s all;
    transition: .5s all
}
.page-bottom-nav .btn-link:hover {
    text-decoration: none;
    color: #fff
}
.page-bottom-nav .btn-link:hover .arrow-hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}
.page-bottom-nav.style-2 {
    background: #046F6D
}
.page-bottom-nav.style-2 .nav-block-inner {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.page-bottom-nav.style-2 .nav-block-inner-header {
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.page-bottom-nav.style-2 {
    border: 0
}
.page-bottom-nav.style-2 .icon img {
    width: 50px;
    margin-left: 10px
}
.page-bottom-nav.style-2 .nav-block-inner-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page-bottom-nav.style-2 .nav-block-inner {
    position: relative
}
.page-bottom-nav.style-2 .nav-block-inner:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #046F6D;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
.page-bottom-nav.style-2 .nav-block-inner.border-0:after {
    opacity: 0
}
.nav-block-inner-header a {
    color: #fff
}
@media (max-width: 767px) {
    .nav-block-inner-header:hover h3 {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .nav-block-inner-header h3 {
        position: absolute;
        bottom: 100%;
        background: #fff;
        border-radius: 4px;
        text-align: center;
        padding: .5rem;
        color: #000;
        left: 0;
        right: 0;
        margin: auto;
        margin-bottom: 5px;
        width: 96%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out
    }
}
@media (max-width: 767px) and (prefers-reduced-motion: reduce) {
    .nav-block-inner-header h3 {
        -webkit-transition: none;
        transition: none
    }
}
@media (max-width: 767px) {
    .page-bottom-nav.style-2 .nav-block-inner-header {
        width: 100%;
        text-align: center;
        padding: .5rem;
        position: relative
    }
    .page-bottom-nav.style-2 .nav-block-inner-header .icon {
        margin: auto
    }
    .page-bottom-nav.style-2 .icon img {
        margin: 0;
        width: 40px
    }
    .nav-block-inner-header a {
        color: #000;
        font-size: 12px;
        font-weight: 400;
        line-height: 1.5;
        text-decoration: none
    }
}
.page-home-container {
    padding-top: 115px;
    padding-bottom: 0px
}
.page-home-container h1 {
    color: #3d4852;
    font-size: 2.25rem;
    text-align: center
}
@media (max-width: 767px) {
    .page-home-container {
        padding: 0
    }
    .page-home-container h1 {
        font-size: 1.25rem
    }
}
.page-home-container .service-row-list .card-header {
    cursor: pointer
}
@media (max-width: 767px) {
    .page-home-container .search-form form.search-form {
        margin: 0 -15px
    }
}
.page-home-container .search-form .input-wrap {
    display: block
}
.page-home-container .search-form .search-input {
    font-size: 1rem;
    line-height: 1.135;
    letter-spacing: normal;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 0;
    width: 100%;
    border: 1px solid #06706d;
    background: #fff;
    -webkit-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    border-radius: 50px;
    padding: 6px 20px
}
.page-home-container .search-form .search-input:focus {
    box-shadow: 0 0 0px 1px #06706d
}
.page-home-container .search-form p.small-p {
    margin-top: 10px;
    margin-bottom: 0;
    opacity: .7;
    font-size: 14px
}
.page-home-container .search-form button.search-submit {
    display: inline-block;
    border-radius: 50px;
    background: #046F6D;
    background-size: 15px 15px;
    border: 0 none !important;
    box-shadow: 0 0 0 transparent;
    outline: 0;
    float: left;
    position: absolute;
    top: 0px;
    left: -1px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    color: #fff;
    padding: 13px 30px;
    height: 51px;
    transition: 0.3s all
}
.page-home-container .search-form button.search-submit svg {
    fill: #fff;
    margin-left: 8px
}
@media (prefers-reduced-motion: reduce) {
    .page-home-container .search-form button.search-submit {
        -webkit-transition: none;
        transition: none
    }
}
.page-home-container .search-form button.search-submit:hover {
    background: #065f5d
}
@media (max-width: 767px) {
    .page-home-container .search-form button.search-submit {
        position: static;
        width: 100%;
        margin: 1rem 0 2rem
    }
}
.page-home-container .services-list-cont .item {
    background: #fff;
    border-radius: 6px;
    border: 1px solid rgba(221, 221, 221, 0.6);
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem
}
.page-home-container .services-list-cont .item .item-top {
    padding: 1rem
}
.page-home-container .services-list-cont .item .item-bottom a {
    padding: 1rem;
    border-top: 4px solid #6471d3;
    background: #f8fafc;
    font-weight: 700;
    display: block
}
.page-home-container .services-list-cont .item .item-bottom a .arrow-hover {
    margin-right: 6px
}
.page-home-container .services-list-cont .item h3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem
}
.page-home-container .services-list-cont .item h3 .icon {
    width: 32px;
    height: 32px;
    background: #000;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 8px
}
.page-home-container .services-list-cont .item h3 .icon svg {
    width: 20px;
    fill: #fff
}
.page-home-container .services-list-cont .item h3 a {
    color: #212121
}
.page-home-container .services-list-cont .item .description {
    font-size: 14px;
    margin-bottom: 3rem;
    color: #3d4852;
    margin-top: 1rem
}
.page-home-container .services-list-cont .item .details-rate-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.page-home-container .services-list-cont .item .rate-cont .rate-item {
    min-width: 20px
}
.page-home-container .services-list-cont .item .details-rate-cont a {
    font-weight: 700;
    font-size: 14px
}
.page-home-container .services-list-cont .item .rate-group {
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}
.page-home-container .services-list-cont .item .rate-group span {
    font-size: .75rem;
    color: #8795a1;
    line-height: po;
    position: relative;
    top: 1px
}
.page-home-container .services-list-cont .item .rate-group .rate-title {
    font-weight: 700;
    font-size: 14px;
    color: #212121;
    padding-left: 6px
}
.page-home-container .services-list-cont .item .rate-group .rate-cont {
    margin: 0;
    padding-left: 4px
}
.page-home-container .services-list-cont .item .rate-group .rate-item {
    line-height: 1
}
.page-home-container .services-list-cont .item .details-rate-cont a {
    font-weight: 700;
    font-size: 14px;
    color: #212121
}
.page-home-container .services-list-cont .item .item-bottom .arrow-hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block
}
.page-home-container .item.box-color-1 h3 .icon {
    background: rgb(210, 200, 35)
}
.page-home-container .item.box-color-1 .item-bottom a {
    border-top-color: rgb(210, 200, 35)
}
.page-home-container .item.box-color-2 h3 .icon {
    background: rgb(167, 43, 157)
}
.page-home-container .item.box-color-2 .item-bottom a {
    border-top-color: rgb(167, 43, 157)
}
.page-home-container .item.box-color-3 h3 .icon {
    background: rgb(195, 73, 73)
}
.page-home-container .item.box-color-3 .item-bottom a {
    border-top-color: rgb(195, 73, 73)
}
.page-home-container .item.box-color-4 h3 .icon {
    background: rgb(86, 173, 52)
}
.page-home-container .item.box-color-4 .item-bottom a {
    border-top-color: rgb(86, 173, 52)
}
.page-home-container .item.box-color-5 h3 .icon {
    background: rgb(228, 147, 52)
}
.page-home-container .item.box-color-5 .item-bottom a {
    border-top-color: rgb(228, 147, 52)
}
.page-home-container .item.box-color-6 h3 .icon {
    background: rgb(65, 172, 156)
}
.page-home-container .item.box-color-6 .item-bottom a {
    border-top-color: rgb(65, 172, 156)
}
.page-home-container .box-color-1.item h3 .icon {
    background: #d2c823
}
.page-home-container .box-color-1.item .item-bottom a {
    border-top-color: #d2c823
}
.page-home-container .page-home-hero h1 {
    color: #000
}
.page-home-container .page-home-hero .search-form .search-input {
    height: 70px
}
.page-home-container .page-home-hero .search-form .search-submit {
    padding: 13px 50px;
    height: 70px
}
.page-home-container .page-home-hero.style-2 {
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 115px);
    overflow: hidden;
    position: relative
}
@media (max-width: 767px) {
    .page-home-container .page-home-hero.style-2 {
        height: auto
    }
}
.page-home-container .services-row .card {
    -webkit-transition: .15s background;
    transition: .15s background
}
.page-home-container .services-row .card .item-icon img {
    width: 100%
}
.page-home-container .services-row .card .item-icon {
    width: 60px;
    height: 60px;
    background: #06706d;
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px;
    -webkit-transition: .5s all;
    transition: .5s all
}
.page-home-container .services-row .card .item-content h3 {
    margin: 0;
    font-size: 17px
}
.page-home-container .services-row .card:hover {
    background: #06706d;
    color: #fff;
    box-shadow: none
}
.page-home-container .page-bottom-nav.style-2 {
    background: none;
    padding-bottom: 2rem
}
@media (max-width: 767px) {
    .page-home-container .page-bottom-nav.style-2 {
        padding-bottom: 7px
    }
}
.page-home-container .services-row .card:hover .item-icon {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}
.page-home .site-header {
    border: 0 !important
}
.section-circulars .carousel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 1px solid #f0f2f6
}
@media (max-width: 767px) {
    .section-circulars .carousel {
        margin-top: 2rem
    }
}
.section-circulars .carousel .carousel-inner {
    height: 100%
}
.section-circulars .carousel .carousel-inner .carousel-item>div {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    padding: 0
}
@media (max-width: 767px) {
    .section-circulars .carousel .carousel-inner .carousel-item>div {
        position: static
    }
}
.section-circulars .carousel .carousel-inner .carousel-item>div a {
    display: block
}
.section-circulars .carousel .carousel-inner .carousel-item>div a img {
    width: 100%
}
.section-circulars .carousel .carousel-inner .carousel-item {
    height: 100%
}
.section-circulars .carousel .carousel-inner .carousel-caption p {
    font-size: 18px;
    color: #fff;
    text-align: right
}
.section-circulars .carousel .carousel-inner .slider-icon {
    opacity: 0.3;
    width: 120px
}
.section-circulars .carousel .carousel-control-prev, .section-circulars .carousel .carousel-control-next {
    z-index: 999
}
.section-circulars .carousel .carousel-control-prev, .section-circulars .carousel .carousel-control-next {
    height: 36px;
    width: 36px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #ddd;
    border-radius: 50%;
    text-align: center
}
.section-circulars .carousel .carousel-control-prev {
    left: 15px
}
.section-circulars .carousel .carousel-control-prev .icon {
    display: block;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.section-circulars .carousel .carousel-control-next {
    right: 15px
}
.section-circulars .carousel .carousel-control-next .icon {
    display: block;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}
.section-facts-subtitle img {
    height: 80px
}
.section-facts .ask-pharmacist:hover {
    border-color: #81be40 !important
}
.section-facts .side-one, .section-facts .side-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0 50px 0
}
.section-facts .side-one .section-facts .side-one, .section-facts .side-two .section-facts .side-one {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-left: 80px
}
@media (max-width: 767px) {
    .section-facts .side-one .section-facts .side-one, .section-facts .side-two .section-facts .side-one {
        padding-left: 15px;
        text-align: center;
        padding-right: 15px;
        display: block
    }
}
.section-facts .side-one .section-facts .side-two, .section-facts .side-two .section-facts .side-two {
    padding-right: 80px
}
.section-facts .side-one .section-facts .side-two .facts-cont-box, .section-facts .side-two .section-facts .side-two .facts-cont-box {
    margin-right: -15px
}
.section-facts .side-one .facts-cont-box .item, .section-facts .side-two .facts-cont-box .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px
}
@media (max-width: 767px) {
    .section-facts .side-one .facts-cont-box .item, .section-facts .side-two .facts-cont-box .item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .section-facts .side-one .facts-cont-box .item+.item, .section-facts .side-two .facts-cont-box .item+.item {
        margin-top: 2rem
    }
}
.section-facts .side-one .item-icon img, .section-facts .side-two .item-icon img {
    height: 60px
}
.section-facts .side-one .item-icon, .section-facts .side-two .item-icon {
    margin-left: 20px
}
.section-facts .side-one .facts-cont-box, .section-facts .side-two .facts-cont-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem
}
.section-facts .side-one .item-content h2, .section-facts .side-two .item-content h2 {
    color: #84BC47;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 1
}
.section-facts .side-one .item-content h4, .section-facts .side-two .item-content h4 {
    font-size: 16px;
    margin: 10px 0 4px 0px
}
.section-facts .side-one .item-content p, .section-facts .side-two .item-content p {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    color: #777;
    text-transform: capitalize
}
.section-facts .side-one {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    padding-right: 80px
}
@media (max-width: 767px) {
    .section-facts .side-one {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
        text-align: center;
        display: block !important
    }
}
.section-facts .side-two {
    padding-right: 80px
}
@media (max-width: 767px) {
    .section-facts .side-two {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        text-align: center;
        display: block !important
    }
}
section.section.section-facts {
    background: none
}
.section-facts .side-one .heading {
    position: -webkit-sticky;
    position: sticky;
    top: 160px
}
.section-facts .side-one {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important
}
.section-facts .side-one .item-content {
    text-align: right
}
.section-facts .side-one .facts-cont-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.fullscreen-bg__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 105%;
    height: auto;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}
.video-bg {
    background: none !important
}
.page-home-hero.style-2.video-bg .mask-clip {
    background: #06706d;
    opacity: .2
}
.page-home-hero.style-2.video-bg h1 {
    color: #fff
}
@media (min-width: 1024px) {
    body.page-home.js-focus-visible.loaded.menu-dropdown-open img.logo.light {
        display: none
    }
    body.page-home.js-focus-visible.loaded.menu-dropdown-open img.logo.dark {
        display: block
    }
}
.section-circulars .media-list {
    height: 380px;
    overflow: auto;
    margin-left: -15px
}
.section-circulars .carousel-indicators li {
    background-color: #333
}
.section-circulars .carousel-indicators {
    margin-bottom: 0
}
.section-circulars ::-webkit-scrollbar {
    width: 5px
}
.section-circulars ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1)
}
.section-circulars ::-webkit-scrollbar-thumb {
    background: #c7c6c6
}
.section-circulars ::-webkit-scrollbar-thumb:hover {
    background: #555
}
.page-home-video .site-header-cont {
    background: none !important
}
.page-home-video .page-home-container {
    padding-top: 0
}
.page-home-video .page-home-container .page-home-hero.style-2 {
    height: 100vh;
    padding-top: 150px
}
@media (min-width: 768px) {
    .dashboard-container-side-nav {
        box-sizing: border-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        min-height: 100%
    }
}
.dashboard-container-side-nav .side-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: .5s all;
    transition: .5s all
}
.dashboard-container-side-nav .navbar-nav {
    padding: 0
}
.dashboard-container-side-nav .menu-navigation {
    background-color: #046F6D;
    width: 240px;
    position: relative;
    bottom: 0;
    z-index: 900;
    right: 0
}
@media (max-width: 320px) {
    .dashboard-container-side-nav .menu-navigation {
        width: 180px
    }
}
.dashboard-container-side-nav .side-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 20px
}
@media (min-width: 1024px) {
    .dashboard-container-side-nav .side-wrapper {
        padding-right: 330px
    }
}
.dashboard-container-side-nav .side-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: .5s all;
    transition: .5s all
}
@media (max-width: 1023px) {
    .dashboard-container-side-nav .side-navigation {
        right: -150%
    }
}
.dashboard-container-side-nav .general-navigation {
    background: #046F6D;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}
.dashboard-container-side-nav .navigation-logo img {
    width: 40px;
    height: 40px
}
.dashboard-container-side-nav .navigation-logo {
    padding: 15px;
    display: block
}
.dashboard-container-side-nav .general-navigation-bottom, .dashboard-container-side-nav .general-navigation-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.dashboard-container-side-nav .general-navigation-bottom .navbar-nav>li>a svg, .dashboard-container-side-nav .general-navigation-top .navbar-nav>li>a svg {
    fill: #fff
}
.dashboard-container-side-nav .general-navigation-bottom .navbar-nav .nav-link, .dashboard-container-side-nav .general-navigation-top .navbar-nav .nav-link {
    color: #fff
}
.dashboard-container-side-nav .nav-setting-user {
    padding: 0;
    margin: 0
}
.dashboard-container-side-nav .header-profile .item-img {
    width: 100%;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    line-height: 36px;
    text-align: center;
    margin: auto
}
.dashboard-container-side-nav .menu-navigation {
    background: #06706d;
    -webkit-transition: .5s all;
    transition: .5s all
}
.dashboard-container-side-nav .menu-navigation:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: rgba(0, 0, 0, 0.1);
    box-shadow: -2px -4px 10px 1px rgba(0, 0, 0, 0.14)
}
.c-tooltip {
    position: relative
}
.c-tooltip:before {
    content: attr(data-tooltip);
    position: absolute;
    right: 100%;
    background: #033836;
    white-space: nowrap;
    z-index: 999;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 4px;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0
}
.general-navigation-bottom .nav-link, .general-navigation-top .nav-link {
    padding: 10px 17px;
    text-align: center
}
.general-navigation-top .nav-link:after, .general-navigation-bottom .nav-link:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    margin: auto;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    opacity: 0
}
.dashboard-container-side-nav .general-navigation-bottom .c-tooltip:hover:before, .dashboard-container-side-nav .general-navigation-top .c-tooltip:hover:before {
    margin-right: -10px
}
.general-navigation-top .nav-link:hover:after, .general-navigation-bottom .nav-link:hover:after {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
}
.c-tooltip:hover:before {
    opacity: 1;
    z-index: 999
}
.main-menu-open-close {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative
}
@media (max-width: 1023px) {
    .main-menu-open-close {
        display: none
    }
}
.main-menu-open-close:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    margin: auto;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
    opacity: 0;
    margin-left: -4px;
    -webkit-transition: .5s transform;
    transition: .5s transform
}
.main-menu-open-close:hover:after {
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1
}
.sidebar-hide .sidebar {
    width: auto;
    overflow: visible
}
.sidebar-hide .dashboard-container-side-nav .menu-navigation {
    width: 20px;
    overflow: visible
}
.sidebar-hide .sidebar-body {
    width: 0;
    overflow: hidden;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: none;
    transition: none;
    opacity: 0
}
.sidebar-hide .sidebar-header .logo-text {
    display: none
}
.sidebar-hide .main-menu-open-close {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
.sidebar-hide .main-menu-open-close:after {
    background: #84BC47;
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    z-index: -1;
    width: 28px;
    height: 28px
}
.sidebar-hide .sidebar-header a svg {
    width: 18px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
.sidebar-hide .sidebar-header a {
    margin-right: -5px
}
@media (min-width: 1024px) {
    .sidebar-hide .side-wrapper {
        padding-right: 110px
    }
}
.dashboard-container-side-nav .title-heading h1 {
    font-size: 1.725rem
}
.dashboard-container-side-nav .page-top-filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.dashboard-container-side-nav .page-top-filter ul {
    padding: 0;
    margin: 0
}
@media (max-width: 767px) {
    .dashboard-container-side-nav .page-top-filter ul {
        margin-bottom: 15px
    }
}
.dashboard-container-side-nav .card-header {
    background: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    border: 0
}
.dashboard-container-side-nav .cards-row>.card-header h3 {
    font-size: 1.25rem;
    margin: 0
}
.dashboard-container-side-nav .page-top-filter {
    margin-bottom: 2rem
}
@media (max-width: 767px) {
    .dashboard-container-side-nav .page-top-filter {
        margin-bottom: 1rem
    }
}
.dashboard-container-side-nav .service-row-list .card {
    box-shadow: 0px 0px 0px 1px rgba(72, 94, 144, 0.16)
}
.dashboard-container-side-nav .cards-row {
    margin-top: 3rem
}
@media (max-width: 767px) {
    .dashboard-container-side-nav .cards-row {
        margin-top: 1rem
    }
}
.dashboard-container-side-nav .cards-row .dropdown-toggle {
    padding: 0
}
.dashboard-container-side-nav .cards-row>.card-header {
    margin-bottom: 1rem
}
.table-custom {
    font-size: 14px
}
@media (max-width: 767px) {
    .table-custom {
        white-space: nowrap
    }
}
.table-custom thead, .table-custom tbody, .table-custom tfoot {
    border-bottom: 2px solid #DFE1E6
}
.table-custom.table thead th {
    border: 0;
    color: #5e6c84
}
.table-custom .actions-dropdown .dropdown-toggle {
    padding: 0
}
.table-custom .actions-dropdown a {
    font-size: 13px
}
.table-custom td {
    padding-top: 8px;
    padding-bottom: 8px
}
.table-custom .td-content-has-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.table-custom .td-content-has-icon .icon {
    padding-left: 5px
}
.table-custom .table-number {
    width: 150px
}
.table-custom .table-content {
    max-width: 500px
}
.table-custom .table-actions {
    text-align: center;
    min-width: 200px
}
.table-custom .table-actions-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}
.table-custom .table-actions-btns .c-tooltip:before {
    font-weight: 400;
    right: 50%;
    bottom: 100%;
    top: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    background: #000
}
.table-custom .table-actions-btns .c-tooltip:hover:before {
    margin-bottom: 4px
}
.table-custom .table-actions-btns .btn {
    padding: 0px 10px;
    box-shadow: none;
    line-height: 1
}
.table-custom .table-actions-btns .btn svg {
    width: 18px
}
.table-custom .table-actions-btns .btn svg.icon-close {
    width: 13px
}
.table-status {
    font-size: 16px
}
.table-status span:not(.badge) {
    font-size: 14px
}
.side-menu-open .side-navigation {
    right: 0
}
.side-menu-open header.site-header.inner-header-login {
    background: #eceff3
}
.side-menu-open header.site-header.inner-header-login .navbar-brand {
    opacity: 0
}
.side-menu-open header.site-header.inner-header-login .navbar-toggler svg {
    fill: #212121
}
.side-menu-open header.site-header.inner-header-login .navbar-toggler svg {
    opacity: 0
}
.side-menu-open header.site-header.inner-header-login .navbar-toggler svg.icon-close {
    opacity: 1;
    position: absolute
}
.login-container-bg {
    background-image: url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/login-bg.svg");
    background-size: cover;
    color: white;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}
.logo-container {
    position: relative;
    text-align: center
}
.center-container {
    width: 50%;
    max-width: 800px;
    margin: auto;
    background: #fff;
    padding: 80px;
    border-radius: 12px
}
@media (max-width: 1023px) {
    .center-container {
        width: 80%
    }
}
@media (max-width: 767px) {
    .center-container {
        width: 90%;
        padding: 30px
    }
}
.center-h {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh
}
.has-float-label {
    display: block;
    position: relative
}
.login-container-bg {
    z-index: -1
}
.logo-container img.logo {
    height: 100px;
    margin: auto
}
.center-container .btn-custom {
    color: #fff;
    background: #046F6D;
    border: 1px solid #046F6D
}
.center-container .btn-custom:hover {
    background: #fff;
    color: #046F6D
}
.form-cont h6 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2rem
}
.form-cont {
    margin-top: 3rem
}
.login-options a {
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem;
    padding: 1rem;
    border-radius: .35rem;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .login-options a {
        -webkit-transition: none;
        transition: none
    }
}
.login-options a:hover {
    background: #f3f6f7;
    border-color: #f3f6f7
}
.login-options .sub-title {
    font-size: 14px;
    font-size: .875rem;
    opacity: 0.7;
    display: block;
    color: #000
}
.login-options .title {
    font-weight: 700;
    color: #000;
    padding-bottom: 3px;
    display: block
}
.login-options .item-img {
    background: #ffffff;
    padding: 5px;
    border-radius: 6px
}
body.invert-active {
    filter: invert(100%);
    -webkit-filter: filter(100%);
    -moz-filter: filter(100%);
    -o-filter: filter(value);
    -ms-filter: filter(value);
    background: #000
}
.no-arrow.dropdown-toggle::after {
    display: none
}
.services-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px
}
.services-row.cols-5 .card {
    width: calc(100% / 5 - 16px);
    max-width: calc(100% / 5 - 16px);
    margin: 8px
}
@media (max-width: 1023px) {
    .services-row.cols-5 .card {
        width: calc(100% / 3 - 16px);
        max-width: calc(100% / 3 - 16px)
    }
}
@media (max-width: 767px) {
    .services-row.cols-5 .card {
        width: calc(50% - 16px);
        max-width: calc(50% - 16px)
    }
}
.services-row.cols-2 .card {
    width: calc(100% / 2 - 16px);
    max-width: calc(100% / 2 - 16px);
    margin: 8px
}
@media (max-width: 767px) {
    .services-row.cols-2 .card {
        width: 100%;
        max-width: 100%
    }
}
.services-row.cols-3 .card {
    width: calc(100% / 3 - 16px);
    max-width: calc(100% / 3 - 16px);
    margin: 8px
}
@media (max-width: 767px) {
    .services-row.cols-3 .card {
        width: 100%;
        max-width: 100%
    }
}
.services-row.cols-4 .card {
    width: calc(100% / 4 - 16px);
    max-width: calc(100% / 4 - 16px);
    margin: 8px
}
@media (max-width: 767px) {
    .services-row.cols-4 .card {
        width: 100%;
        max-width: 100%
    }
}
.services-row .card {
    border-radius: .75rem;
    border: initial;
    background: #fff;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    border: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .services-row .card {
        -webkit-transition: none;
        transition: none
    }
}
.services-row .card svg {
    fill: #046F6D
}
.services-row .card:hover {
    border-color: #046F6D
}
.services-row .card:hover .item-icon {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}
.services-row .card .card-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2rem 1rem 1rem 1rem
}
.services-row .card .card-body .item-icon {
    text-align: center;
    margin-bottom: 1rem;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .services-row .card .card-body .item-icon {
        -webkit-transition: none;
        transition: none
    }
}
.services-row .card .card-body h3 {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin: 0;
    font-weight: 700
}
.rating i.on {
    font-size: 90%;
    color: #f4b61e;
    line-height: 1;
    margin: 0 5px
}
span.ratings-count {
    color: #737373;
    font-size: 87.5%
}
@media (max-width: 767px) {
    span.ratings-count {
        width: 100%;
        display: block
    }
}
.rating {
    text-align: center;
    background: #f3f6f7;
    border-radius: 10rem;
    padding: 1px 5px
}
@media (max-width: 767px) {
    .rating {
        background: none
    }
}
.item-rate {
    margin-top: .75rem
}
.rating-title {
    font-size: 87.5%;
    color: #737373
}
.overall-rating {
    font-weight: 700;
    margin-right: 5px
}
.form-result {
    margin-top: 3rem
}
.form-result .alert {
    margin: 0
}
.form-result .form-result-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #d7d7d7;
    margin-bottom: 1rem;
    border-radius: 12px;
    overflow: hidden
}
@media (max-width: 767px) {
    .form-result .form-result-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}
.form-result .form-result-header .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
    background: #83bd46;
    color: #fff;
    padding: .5rem 1rem
}
@media (max-width: 767px) {
    .form-result .form-result-header .price {
        width: 100%
    }
}
.form-result .form-result-header .price span {
    font-size: 1rem
}
.form-result .form-result-header h3 {
    font-size: 24px;
    padding: 1rem;
    margin: 0
}
@media (max-width: 767px) {
    .form-result .form-result-header h3 {
        font-size: 18px
    }
}
.form-result-content .rs-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #eee;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 6px 0
}
.form-result-content .rs-row .title {
    width: 30%;
    font-size: 18px
}
@media (max-width: 767px) {
    .form-result-content .rs-row .title {
        width: 100%
    }
}
.form-result-content .rs-row .description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 767px) {
    .form-result-content .rs-row .description {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}
.form-result-content .rs-row .description .price {
    font-weight: 700;
    font-size: 24px;
    margin-left: 1rem
}
@media (max-width: 767px) {
    .form-result-content .rs-row .description .price {
        margin: 0
    }
}
.form-result-content .rs-row .description .price-rate {
    background: #f3f6f7;
    padding: 1px 10px;
    border-radius: 10rem;
    font-size: 80%;
    color: #000
}
.form-result-content .rs-row:last-child {
    border: 0;
    padding-top: 2rem
}
.section {
    font-weight: 400;
    line-height: 1.8
}
.section-about .video-box-cont {
    padding-left: 5rem
}
@media (max-width: 767px) {
    .section-about .video-box-cont {
        padding: 0;
        margin-bottom: 1rem
    }
}
.section-about .video-box-cont .embed-responsive {
    border-radius: 10px;
    overflow: hidden
}
.municipality-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}
@media (max-width: 767px) {
    .municipality-list {
        padding: 0 8px
    }
}
.municipality-list li {
    margin: 8px;
    width: calc(50% - 16px);
    max-width: calc(50% - 16px)
}
@media (min-width: 768px) {
    .municipality-list li {
        width: calc(100% / 3 - 16px);
        max-width: calc(100% / 3 - 16px);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 8px
    }
}
@media (min-width: 1200px) {
    .municipality-list li {
        width: calc(100% / 5 - 16px);
        max-width: calc(100% / 5 - 16px)
    }
}
.municipality-list li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    padding: 1rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all
}
@media (prefers-reduced-motion: reduce) {
    .municipality-list li a {
        -webkit-transition: none;
        transition: none
    }
}
.municipality-list li a img {
    max-width: 70%;
    width: 70%;
    margin-bottom: 1rem;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 1, 1);
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}
@media (prefers-reduced-motion: reduce) {
    .municipality-list li a img {
        -webkit-transition: none;
        transition: none
    }
}
.municipality-list li a:hover {
    color: #046F6D
}
.municipality-list li a:hover img {
    -webkit-transform: scale(1.075);
    -ms-transform: scale(1.075);
    transform: scale(1.075)
}
.blockquote {
    border-right: 5px solid #d7d7d7;
    padding: .1rem 1rem .1rem 1.5rem;
    font-size: 1rem;
    background: #f3f6f7;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #000
}
.blockquote p {
    margin: 0
}
.choose-service-type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
@media (max-width: 767px) {
    .choose-service-type+.choose-service-type {
        margin-top: 1rem
    }
}
.choose-service-type .custom-control {
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    cursor: pointer
}
@media (max-width: 767px) {
    .choose-service-type .custom-control {
        margin-bottom: 1rem
    }
}
.choose-service-type .custom-control label {
    padding: .657rem 1rem;
    border-radius: 5px;
    border: 1px solid #d7d7d7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
@media (prefers-reduced-motion: reduce) {
    .choose-service-type .custom-control label {
        -webkit-transition: none;
        transition: none
    }
}
.choose-service-type .custom-control label svg {
    margin-bottom: .35rem
}
.choose-service-type .custom-control label:hover {
    border-color: #046F6D;
    box-shadow: 0px 0px 0px 1px #06706d;
    color: #046F6D
}
.choose-service-type .custom-control label:hover svg {
    fill: #046F6D
}
.choose-service-type .custom-control-input {
    position: absolute;
    opacity: 0
}
.choose-service-type .custom-control-input:checked~.custom-control-label {
    border-color: #046F6D;
    box-shadow: 0px 1px 2px 0px rgba(9, 30, 66, 0.25);
    box-shadow: 0px 0px 0px 1px #06706d;
    color: #046F6D
}
.choose-service-type .custom-control-input:checked~.custom-control-label svg {
    fill: #046F6D
}
.choose-service-type .custom-control-label::before {
    opacity: 0;
    display: none
}
.choose-service-type .custom-control label svg {
    width: 50px;
    height: 50px
}
.parsley-error .custom-control label, .parsley-error .custom-control label:hover {
    box-shadow: none !important
}
.upload-file-preview {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}
.upload-file-preview .icon-close {
    position: absolute;
    top: 0;
    left: 0;
    margin: 1rem;
    z-index: 9;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer
}
.upload-file-preview .icon-close svg {
    fill: #000;
    width: 12px;
    height: 12px
}
.upload-file-preview .icon-close:hover {
    background: #046F6D
}
.upload-file-preview .icon-close:hover svg {
    fill: #fff
}
.upload-file-preview {
    padding-top: 56.4%;
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem
}
.upload-file-preview img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 0;
    background: none;
    padding: 0;
    margin: auto;
    border-radius: 0
}
.date-type-cont {
    direction: rtl;
    text-align: right
}
.date-type-cont input[type="date"] {
    direction: rtl;
    text-align: right
}
.check-agreement-btn {
    font-weight: 700
}
.rate-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px
}
.rate-cont .rate-item {
    margin: 0;
    padding: 0;
    min-width: 70px
}
.rate-cont .rate-item .rate-title {
    display: block;
    text-align: right;
    font-weight: 700;
    margin-top: 5px
}
@media (max-width: 320px) {
    .rate-cont .rate-item {
        min-width: 40px
    }
    .rate-cont .rate-item svg {
        max-width: 30px !important;
        max-height: 30px !important
    }
}
.rate-cont .rate-item .symbolFill {
    opacity: 0;
    fill: #046F6D
}
.rate-cont .rate-item.active .symbolFill {
    opacity: 1
}
.rate-cont .rate-item .symbolOutline {
    fill: #046F6D
}
.rate-cont[data-rate="1"] .rate-item .symbolFill, .rate-cont[data-rate="2"] .rate-item .symbolFill, .rate-cont[data-rate="1"] .rate-item .symbolOutline, .rate-cont[data-rate="2"] .rate-item .symbolOutline {
    fill: #ec6d78
}
.rate-cont[data-hover="1"] .rate-item .symbolFill, .rate-cont[data-hover="2"] .rate-item .symbolFill, .rate-cont[data-hover="1"] .rate-item .symbolOutline, .rate-cont[data-hover="2"] .rate-item .symbolOutline {
    fill: #ec6d78 !important
}
.rate-cont[data-rate="3"] .rate-item .symbolFill, .rate-cont[data-rate="3"] .rate-item .symbolOutline {
    fill: #f7d347
}
.rate-cont[data-hover="3"] .rate-item .symbolFill, .rate-cont[data-hover="3"] .rate-item .symbolOutline {
    fill: #f7d347 !important
}
.rate-cont[data-rate="4"] .rate-item .symbolFill, .rate-cont[data-rate="5"] .rate-item .symbolFill, .rate-cont[data-rate="4"] .rate-item .symbolOutline, .rate-cont[data-rate="5"] .rate-item .symbolOutline {
    fill: #046F6D
}
.rate-cont[data-hover="4"] .rate-item .symbolFill, .rate-cont[data-hover="5"] .rate-item .symbolFill, .rate-cont[data-hover="4"] .rate-item .symbolOutline, .rate-cont[data-hover="5"] .rate-item .symbolOutline {
    fill: #00a18c !important
}
.rate-cont .rate-item {
    -webkit-transition: .5s all;
    transition: .5s all;
    cursor: pointer
}
.rate-cont .rate-item:hover {
    opacity: .7
}
.rate-cont .rate-item.active:hover {
    opacity: .5
}
.form-group+.form-group {
    margin-top: 2rem
}
.section.section-personal .form-group {
    margin-bottom: 2rem
}
.activity-isic-row .collapse+.collapse {
    margin-top: 1.5rem;
    border-top: 2px dashed #ddd;
    padding-top: 2.5rem
}
#map_canvas {
    width: 100%;
    height: 500px;
    margin-bottom: 1rem;
}
#map_canvas iframe {
    width: 100%;
}
#current-lat-long {
    border: 1px solid #d7d7d7;
    border-radius: 6px;
    margin: 1rem 0;
    padding: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    margin-bottom: 3rem
}
#current-lat-long p {
    margin: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    padding: .75rem;
    background: #f7f8f9;
    font-weight: 700;
    font-size: 18px
}
#current-lat-long p+p {
    border-right: 1px solid #d7d7d7
}
.toggle-item .collapse {
    display: block
}
.service-row-list .collapse:not(.show) {
    display: none
}
.service-row-list .services-row.cols-2 .card {
    overflow: hidden
}
.service-row-list .services-row.cols-1 .card {
    width: calc(100% / 1 - 16px);
    max-width: calc(100% / 1 - 16px);
}
.service-row-list .card-header {
    border: 0 !important;
    background: none !important;
    box-shadow: none !important
}
.service-row-list .card .card-body {
    border: 0;
    background: none;
    padding: 0 1rem
}
.service-row-list .card-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}
.service-row-list .item-content h3 {
    font-size: 15px;
    font-weight: 700
}
.service-row-list .item-content h4 {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}
.service-row-list .item-content {
    margin-right: 8px
}
.service-row-list .card-header .arrow-hover {
    margin: 0 auto 0 0;
    text-align: left
}
.service-row-list .card-header {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.service-row-list .card-header .arrow-hover svg {
    width: 14px;
    height: 14px;
    fill: #000;
    -webkit-transition: .25s all;
    transition: .25s all
}
.service-row-list .card-header .arrow-hover svg[aria-expanded="true"] .arrow-hover svg {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
.service-row-list .card-body .item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.service-row-list .card-body .item-content .item-content-details {
    width: 50%;
    padding-left: 1rem
}
.service-row-list .card-body .item-content .item-content-details .title {
    font-weight: 400;
    font-size: 14px
}
.service-row-list .card-body .item-content .item-content-details .description {
    font-weight: 700;
    font-size: 14px;
    color: #046F6D
}
.service-row-list .card-body .item-content .item-content-details+.item-content-details {
    margin-top: .5rem
}
.service-row-list .card-body .item-footer {
    border-top: 1px solid #ddd
}
.service-row-list .card-body .item-footer .btn {
    box-shadow: none;
    display: block;
    text-align: right;
    padding-right: 1rem;
    border-radius: 0
}
.service-row-list .card-body .item-footer .btn.disabled {
    cursor: not-allowed;
    background: #f9f9f9;
    color: #999
}
.service-row-list .card-body .item-footer .btn:hover {
    background: #f1f1f1
}
.service-row-list .card-body .item-footer {
    margin: 1rem 0rem 0
}
.service-row-list .card .card-body {
    padding: 0
}
.service-row-list .card-body .item-content {
    margin: 0;
    padding: 0 1rem
}
.service-row-list .card-header {
    padding: .75rem 1rem
}
.service-row-list .card {
    border: 0;
    -webkit-transition: none;
    transition: none;
    overflow: hidden;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}
.service-row-list .card:hover {
    box-shadow: 0px 0px 0px 2px #06706d
}
.approvals-list .list-header h3 {
    font-size: 16px;
    color: #737373;
    padding: .5rem 0;
    margin: 0
}
@media (max-width: 320px) {
    .approvals-list .list-header h3 {
        font-size: 12px
    }
}
.approvals-list .list-body h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 0
}
@media (max-width: 320px) {
    .approvals-list .list-body h3 {
        font-size: 12px
    }
}
.approvals-list .list-body {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
.approvals-list .list-body .form-group {
    margin: 0
}
.approvals-list .list-body+.list-body {
    margin-top: 1rem;
    padding-top: 1rem;
    position: relative;
    border-top: 1px solid #ddd
}
.approvals-list .list-header {
    position: relative;
    background: #f1f1f1;
    margin-bottom: 1.5rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}
@media (max-width: 767px) {
    .service-terms-content-button span {
        white-space: normal;
        text-align: right;
        line-height: 1.5
    }
    .loged-user section.page-container .section {
        padding-bottom: .25rem
    }
    .loged-user section.page-container>.section>.container>.card {
        border-radius: 0
    }
    .loged-user section.page-container>.section>.container>.card .card-body:first-child {
        min-height: 80vh;
        padding: 1rem !important
    }
    .loged-user section.page-container>.section>.container>.card .choose-service-type .custom-accordion>.collapse {
        padding: .5rem
    }
    .loged-user section.page-container>.section>.container>.card .cr-number-cont .btn {
        margin-top: 1rem
    }
}
@media (max-width: 1023px) {
    .loged-user section.page-container .section {
        padding-bottom: 1.5rem !important
    }
}
.text-primary svg {
    fill: #046F6D
}
.text-danger svg {
    fill: #dc3545
}
.text-warning svg {
    fill: #ffc107
}
.table-actions .select2-container {
    min-width: 200px
}
th.table-actions.has-select {
    text-align: right
}
@media (max-width: 767px) {
    body.loged-user {
        overflow-x: hidden
    }
}
@media (min-width: 767px) {
    section.page-container {
        min-height: 100vh
    }
}
/***********Unified Identity Start************/
body {
    background: #e9eaec;
    color: #000;
    font-family: "Frutiger", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    direction: rtl;
    text-align: right
}
@media (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
}
::selection {
    background-color: #6bb21f;
    color: #fff;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background-color: #1e4948;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 0.4rem;
}
::-webkit-scrollbar {
    width: 0.6rem;
    height: 0.6rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}
/********* Header Style Start ************/
header.site-header .navbar-brand img {
    margin-top: 1rem;
}
header.site-header .navbar-brand img.logo-sticky, .site-header-cont.sticky header.site-header .navbar-brand img.logo {
    display: none;
}
.site-header-cont.sticky header.site-header .navbar-brand img.logo.logo-sticky {
    display: block;
}
header.site-header .navbar-nav {
    margin-left: 0;
    margin-right: 0;
}
header.site-header .navbar-nav.nav-setting-user {
    margin-left: 0;
    margin-right: auto;
    z-index: 99999;
}
.tooltip {
    z-index: 99999;
}
.site-header-cont {
    position: relative;
    background: linear-gradient(220deg, #000 30.33%, #389492 83.58%, #046F6D 101.33%);
}
.menu-dropdown-open .site-header-cont {
    z-index: unset;
}
.inner-header-login.site-header {
    background: url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/Path.svg"), url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/Vector.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right 100px;
    background-size: 350px, 125px;
    height: 470px;
    position: relative;
}
.site-header-cont .inner-header-login.site-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(6px);
    z-index: -1;
}
@media (max-width: 1023px) {
    header.site-header, .inner-header-login.site-header {
        height: auto;
        background: none;
    }
    .site-header-cont .inner-header-login.site-header::after {
        display: none;
    }
    .site-header-cont.sticky .inner-header-login.site-header .navbar-toggler svg {
        fill: #046F6D;
    }
    .site-header-cont.sticky .mainHeader #navbarSupportedContent .block-content .menu-item-first>a {
        color: #fff;
    }
}
@media (max-width: 767px) {
    .site-header-cont {
        position: relative;
    }
}
.site-header-cont .inner-header-login.site-header>.container-fluid {
    background-image: linear-gradient(220deg, #000 30.33%, #3894925c 83.58%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.site-header-cont.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.site-header-cont.sticky .inner-header-login.site-header {
    height: auto;
    border-bottom: 1px solid #ededed;
}
.menu-dropdown-open .inner-header-login.site-header,
.menu-dropdown-open .site-header-cont .inner-header-login.site-header::after {
    z-index: unset;
}
.site-header-cont.sticky .inner-header-login.site-header>.container-fluid {
    background: #fff;
}
.inner-header-login .navbar .nav-item .nav-link svg, .inner-header-login .navbar .nav-item.show .nav-link svg {
    fill: #fff;
    stroke: #fff;
}
.site-header-cont.sticky .inner-header-login .navbar .nav-item .nav-link svg, .site-header-cont.sticky .inner-header-login .navbar .nav-item.show .nav-link svg {
    fill: #046F6D;
    stroke: #046F6D;
}
.site-header-cont.sticky .header-profile .bs-avatar {
    filter: brightness(0) saturate(100%) invert(30%) sepia(18%) saturate(3892%) hue-rotate(143deg) brightness(98%) contrast(97%);
}
.site-header-cont.sticky .nav-item-notifications i {
    color: #046F6D !important;
}
/********* Header Style End ************/
.bg-grey {
    background-color: transparent !important;
    position: relative;
    z-index: 9999;
    margin-top: -375px;
}
.bg-grey.sticky {
    z-index: 999;
    margin-top: auto;
}
@media (max-width: 1023px) {
    .bg-grey {
        margin-top: auto;
    }
    .page-top-fixed .page-btns-top-fixed {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
    .page-top-fixed .page-btns-top-fixed .page-options-btns {
        align-self: flex-end !important;
        margin-top: 1rem;
    }
}
.menu-dropdown-open .bg-grey {
    z-index: unset;
}
.page-inner-title, .page-top-fixed {
    padding-top: 50px;
    background: transparent;
    border-bottom: none;
    transition: all 0s ease-in-out;
}
.page-top-fixed.nav-fixed {
    padding-top: 7.25rem;
    background: #fff;
    border-bottom: 1px solid #ededed;
}
.page-top-fixed.nav-fixed .page-btns-top-fixed {
    padding-bottom: 0.5rem !important;
}
.page-inner-title .breadcrumb>li a, .page-inner-title .breadcrumb>li, .page-top-fixed .breadcrumb>li a, .page-top-fixed .breadcrumb>li {
    color: #44a79a;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.page-top-fixed.nav-fixed .breadcrumb>li a, .page-top-fixed.nav-fixed .breadcrumb>li {
    color: #06605e;
}
.page-inner-title .breadcrumb>li.active, .page-top-fixed .breadcrumb>li.active {
    font-weight: 400;
}
.page-top-fixed .page-options-btns .btn {
    background: #fff;
    border: 1px solid #046F6D;
    padding: 10px 15px;
    color: #046F6D;
    font-size: 14px;
}
.page-top-fixed .page-options-btns .btn:disabled {
    opacity: 1;
    background: #EFF0F0;
    border-color: #607283;
    color: #506478;
}
.page-top-fixed .page-options-btns .btn:first-child {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.page-top-fixed .page-options-btns .btn:last-child {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.form-steps-cont-new {
    background: #fff;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid #ddd;
    padding: 1rem 0;
    margin-bottom: -2.25rem;
    position: relative;
    z-index: -1;
}
.form-steps-cont-new .step-anchor li a {
    font-weight: 400;
    font-size: 18px;
    color: #4D6160;
    flex-flow: column;
}
.form-steps-cont-new .step-anchor li.active a {
    color: #043433;
    background: transparent;
    border: none;
}
.form-steps-cont-new .step-anchor li a .num {
    background: #fff;
    border: 3px solid #DDEEE2;
    color: #046F6D;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.form-steps-cont-new .step-anchor li.active a .num {
    background: #8AB729;
    border: 3px solid #8AB729;
    color: #fff;
    /*
    background: #fff;
    border: 4px double #90BA58;
    color: #0C2828;
    box-shadow: 0px 0px 0px 2px #90BA58 inset;
    */
}
.form-steps-cont-new .step-anchor li a .num:after {
    display: none;
}
.form-steps-cont-new li {
    position: relative;
}
.form-steps-cont-new li::after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #DDEEE2;
    top: 30px;
    right: calc(50% + 0.8rem);
    z-index: -1;
}
.form-steps-cont-new li:last-child::after {
    display: none;
}
.form-steps-cont-new li.active.prev::after {
    background: #8AB729;
}
.form-steps-cont-new .step-anchor li a small {
    min-width: 85px;
    max-width: 145px;
}
/*
.form-steps-cont-new .step-anchor li a {
    color: #000000;
}
.form-steps-cont-new .step-anchor li.active a small {
    font-weight: 900;
}
.form-steps-cont-new .step-anchor li.prev a .num {
    background: #90BA58;
    border-color: #90BA58;
    color: #0C2828;
}
.form-steps-cont-new li.prev::after {
    background: #90BA58;
}
.form-steps-cont-new .step-anchor li.prev a small {
    font-weight: 900;
}
.form-steps-cont-new .step-anchor li.prev a, .form-steps-cont-new .step-anchor li.active a {
    color: #000000;
}
.form-steps-cont-new li.prev::after {
    background: #90BA58;
}
.form-steps-cont-new li::after {
    background: #D4D4D4;
}
.form-steps-cont-new .step-anchor li a .num {
    background: #D4D4D4;
    border: 3px solid #D4D4D4;
    color: #fff;
}
*/
.title-heading h1 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.page-container .section .row {
    align-items: end;
}
.custom-accordion .collapse {
    padding: 2rem 2rem 4rem;
}
.section .card-body>.heading.mt-5:first-of-type, .section .card-body .heading.mt-md-5:first-of-type {
    margin-top: 0 !important;
}
.section .heading .sub-heading h2::before {
    content: "\f01c";
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #84BC47;
    background: #f2f8ec;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-inline-end: .5rem;
}
.section .service-row-list .card-body .heading .sub-heading h2::before {
    content: "\f15c";
    border-radius: 8px;
    width: 2rem;
    height: 2rem;
    font-size: 1rem;
    color: #046F6D;
    background: #f2f2f2;
}
.section .heading:after {
    display: none;
}
.has-float-label {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column-reverse;
    position: relative;
}
.has-float-label>span:last-of-type, .has-float-label label {
    position: relative;
    top: 0;
    right: 0;
    margin-bottom: .35rem;
    color: #333;
}
.has-float-label>span::after, .has-float-label label:not(.custom-control-label)::after {
    display: none;
}
.form-control, input, select, textarea, .form-control-upload {
    font-size: 14px;
    color: #4D6160;
    border-radius: 8px;
    height: 2.75rem;
    background-color: #fff;
}
.form-control[readonly], .form-control[disabled], .form-control:disabled {
    background: #F2F2F2;
    color: #949C94;
    cursor: not-allowed;
}
.form-control-upload {
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 2.5rem !important;
}
.form-control-upload.has-float-label>span:last-of-type {
    top: -2.75rem;
}
.custom-accordion .collapse {
    margin-top: 1rem;
}
.form-group.has-float-label {
    margin-bottom: 1.5rem !important;
}
.form-control-upload.form-group.has-float-label {
    margin-bottom: 3rem !important;
}
.form-control-upload.form-group.has-float-label {
    margin-top: 1.5rem !important;
    margin-bottom: 1.25rem !important;
}
.badge {
    padding: .5em .4em;
    border-radius: 0.5rem;
}
.badge-info {
    color: #fff;
    background-color: #3B3A99;
}
.badge-warning {
    color: #332909;
    background: #FFC107;
}
.badge-danger {
    color: #fff;
    background: #AD1221;
}
.badge-primary {
    color: #fff;
    background-color: #0F6542;
}
.badge-success {
    color: #fff;
    background-color: #0F6542;
}
.badge-dark {
    color: #fff;
    background-color: #3D5C5C;
}
.services-row .card svg {
    fill: #81be40;
}
.services-row.cols-2 .card {
    border: 1px solid #C4C8C4 !important;
    border-radius: .5rem !important;
    background-color: #fff;
    margin-bottom: 1rem;
    box-shadow: none;
}
.service-row-list .card-header {
    align-items: flex-start;
}
.service-row-list .card-header .arrow-hover {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .5rem;
}
.service-row-list .card-header .arrow-hover svg {
    width: 1.5rem;
    height: 1.5rem;
    fill: #06605e;
    -webkit-transition: .25s all;
    transition: .25s all;
    background: #edf5e4;
    border-radius: 100%;
    padding: .35rem;
}
.service-row-list .card-header[aria-expanded="true"] .arrow-hover svg {
    transform: rotate(180deg);
    background: #06605e;
    fill: #edf5e4;
}
.service-row-list .item-content h3 {
    font-size: 1.25rem !important;
    color: #043433 !important;
    font-weight: 700 !important;
}
.service-row-list .card-body .item-content .item-content-details .title {
    font-size: 1.125rem;
    font-weight: 400;
    color: #737373;
    margin-bottom: 0.5rem;
}
.service-row-list .card-body .item-content .item-content-details .description {
    font-size: 1.125rem;
    color: #043433;
    font-weight: 700;
    margin-bottom: 0;
}
.service-row-list .card-body .item-footer {
    padding: .5rem 1rem;
}
.service-row-list .card-body .item-footer .btn {
    display: inline-block;
    text-align: center;
    padding: .5rem;
    border-radius: .5rem;
    margin-bottom: 0;
    background: #046F6D;
    border: 1px solid #046F6D;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    font-weight: 700;
    color: #fff;
}
.service-row-list .card-body .item-footer .btn:hover {
    background-color: #81be40;
    color: #fff;
    border: 1px solid #81be40;
    box-shadow: none;
}
.w-50-px {
    width: 50px;
}
.form-result.mt-0 .form-result-content .rs-row:last-child {
    padding: 6px 0px;
}
.alert .custom-control-label::before, .alert .custom-control-label::after {
    right: 0rem;
    top: 0.75rem;
}
.alert .custom-control-label {
    padding-right: 1.5rem;
}
.form-result-content .rs-row:last-child {
    padding-top: 6px;
}
.service-row-list .card .card-body {
    min-height: 8rem;
}
.overflow-container {
    max-height: 300px;
    overflow: auto;
}
[class *="col-"] {
    margin-bottom: .5rem !important;
}
.wizard .service-row-list .card .card-body {
    padding: 1.5rem !important;
}
/********* Select2 Dropdown menu Start ************/
.select2.line+.select2-container .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2.line+.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    font-size: 14px;
    color: #4D6160;
    border-radius: 8px;
    height: 44px !important;
    background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    color: #4D6160;
}
.select2-container--open {
    z-index: 9999;
}
.select2-container--open .select2-dropdown {
    border: 1px solid #C4C8C4;
    border-radius: 8px;
    padding: 4px 0px;
}
.select2-search--dropdown {
    border-bottom: 1px solid #E5E9E5;
}
.select2-container--default .select2-results__group {
    background: #2a6867;
    color: #fff;
}
.select2-results__option {
    line-height: 35px;
    color: #4D6160;
    transition: All 0.2s ease-in-out;
}
.select2-results__option:not(:last-child) {
    border-bottom: 1px solid #E5E9E5;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected="true"] {
    background: #FCFDFB;
    color: #389492;
    font-weight: 700;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border: 0;
    margin-top: 0;
    top: calc(50% - 7px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b::before,
.select2-container--default .select2-selection--multiple .select2-selection__arrow b::before {
    content: "\f078";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
    width: 0.4rem;
    height: 0.4rem;
}
.select2.line+.select2-container .select2-selection--single:disabled,
.select2.line+.select2-container .select2-selection--single[disabled],
.select2.line+.select2-container--default .select2-selection--multiple:disabled,
.select2.line+.select2-container--default .select2-selection--multiple[disabled] {
    background: #F2F2F2;
    color: #949C94;
    cursor: not-allowed;
}
.modal-open .select2-container--open, .modal .select2-container--open {
    z-index: 10051;
}
.select2.line+.select2-container--default .select2-selection--multiple {
    min-height: 44px;
    height: auto;
}
/********* Select2 Dropdown menu End ************/
label.req>span:not(.select2):before {
    background: transparent;
    font-size: 100%;
    display: inline-block;
    top: .25rem;
}
.choose-service-type label.req > span:not(.select2):before {
    padding: 0px 5px !important;
}
/********* parsley Error Start ************/
.parsley-style-1 .parsley-error .select2.line+.select2-container .select2-selection--single .select2-selection__rendered,
.parsley-style-1 .parsley-error .select2.line+.select2-container--default .select2-selection--multiple .select2-selection__rendered,
.parsley-style-1 .parsley-error .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #E11D2F;
}
input.parsley-error,
input.parsley-error:focus,
textarea.parsley-error,
textarea.parsley-error:focus,
.parsley-style-1 .parsley-error .custom-control label,
.parsley-style-1 .parsley-error .select2.line+.select2-container .select2-selection--single,
.parsley-style-1 .parsley-error .select2.line+.select2-container--default .select2-selection--multiple,
.parsley-style-1 .parsley-error .select2-container--default .select2-selection--single {
    border-color: #E11D2F;
}
input.parsley-success,
input.parsley-success:focus,
textarea.parsley-success, textarea.parsley-success:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    border-color: #389492;
}
.parsley-style-1 .parsley-errors-list.filled {
    background-color: inherit;
    color: #E11D2F;
    padding: 3px 0px;
    font-size: 12px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    margin-top: 0;
    position: absolute;
    bottom: -1.75rem;
}
.select2-error-container {
    position: relative;
}
.parsley-style-1 .select2-error-container .parsley-errors-list.filled {
    bottom: -0.25rem;
}
.parsley-style-1 .parsley-error .alert, .parsley-style-1 .parsley-error .alert .custom-control-label::before {
    border-color: #E11D2F;
}
.parsley-style-1 .form-control-upload .parsley-errors-list.filled {
    bottom: -1.5rem;
    line-height: 1;
}
.has-uploader .parsley-errors-list.filled:before {
    content: "";
    background: transparent;
    width: 100%;
    height: 44px !important;
    position: absolute;
    top: -47px !important;
    right: 0;
    border: 1px solid #dc3545;
    border-radius: 8px !important;
}
.req .attachment-question-circle {
    margin-right: .75rem;
}
#attachment label.req > span:not(.select2):before {
    left: auto !important;
    right: 100% !important;
}
/********* parsley Error End ************/
/********* Radio Button Start ************/
.choose-service-type .custom-radio.custom-control label {
    flex-flow: row-reverse;
    justify-content: flex-end;
    border-radius: 0.5rem;
    padding-right: 2.5rem;
    padding-top: .576rem;
    padding-bottom: .25rem;
    background: #fff;
    color: #043433;
    align-items: flex-start;
}
.has-float-label .choose-service-type .custom-radio.custom-control label {
    line-height: unset;
    margin-bottom: 0;
}
.custom-radio .custom-control-label::before {
    display: block !important;
    opacity: 1 !important;
    top: calc(50% - 9px);
    right: 0.5rem;
    left: auto;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #BCC5BC;
}
.custom-radio .custom-control-label:hover::before {
    border: 1px solid #046F6D;
}
.choose-service-type .custom-control-input:checked~.custom-control-label,
.choose-service-type .custom-radio.custom-control label:hover {
    /*border: 0;
    display: inline-flex;*/
    box-shadow: none;
}
.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #046F6D;
    background-color: transparent;
}
.custom-radio .custom-control-label::after {
    background-image: none !important;
    border-radius: 50%;
    right: 0.75rem;
    left: 0;
    top: calc(50% - 5px);
    width: .75rem;
    height: 0.75rem;
}
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #046F6D;
}
.choose-service-type .custom-control label svg, .choose-service-type .custom-control label img {
    width: 1.5rem;
    height: 1.5rem;
    margin-inline-start: .5rem;
}
.choose-service-type .custom-control label img {
    width: 1.5rem !important;
}
/********* Radio Button End ************/
/********* Alerts Start ************/
.alert {
    position: relative;
    padding: 1.25rem 1.25rem 1rem 1.25rem !important;
    margin-top: 1.75rem;
    margin-bottom: 2rem;
    border: 1px solid transparent;
    border-radius: .5rem;
    font-size: 1.25rem;
}
.alert:after {
    content: "";
    width: 100px;
    height: 50px;
    display: block;
    position: absolute;
    top: -25px;
    right: 5px;
    background-size: contain;
}
.alert-info {
    color: #232f84;
    background-color: #e9f5fa;
    border-color: #9cb3bf
}
.alert-info:after {
    background: url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/alert-info.svg") no-repeat;
}
.alert-warning {
    color: #9f6229;
    background-color: #fff7dd;
    border-color: #c8a483
}
.alert-warning:after {
    background: url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/alert-warning.svg") no-repeat;
}
.alert-danger {
    color: #8d222c;
    background-color: #ffecee;
    border-color: #b58d90
}
.alert-danger:after {
    background: url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/alert-danger.svg") no-repeat;
}
.alert-success {
    color: #0a631e;
    background-color: #e4ffea;
    border-color: #99b8a0
}
.alert-success:after {
    background: url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/alert-success.svg") no-repeat;
}
.alert-gray {
    color: #4d5f71;
    background-color: #f4f6f6;
    border-color: #a7adb2
}
.alert-gray:after {
    background: url("https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/alert-gray.svg") no-repeat;
}
.alert a {
    margin-bottom: 0 !important;
}
/********* Alerts End ************/
/********* Buttons Start ************/
/*.btn {
    border-radius: 0.5rem !important;
}*/
.row [class *="col-"] .btn {
    margin-bottom: 1.5rem;
}
.row [class *="col-"] table .btn {
    margin-bottom: 0rem;
}
.btn-dark {
    background: #043433;
    border-color: #043433;
}
.modal-footer .row [class *="col-"] .btn {
    margin-bottom: 0;
}
.modal-footer > .row {
    margin-right: 0;
    margin-left: 0;
}
/********* Buttons End ************/
/********* Table Start ************/
table thead th, #myTable_wrapper table.dataTable th, table.dataTable th {
    position: relative;
    border-bottom: 1px solid #F2F2F2;
    font-size: 1.125rem;
    font-weight: 700;
    color: #000;
    padding: 0.5rem;
    background-color: #e5e9e5;
    z-index: 1;
}
table tbody td, table.dataTable tbody td, table tbody th {
    padding: 0.5rem;
    font-size: 1.125rem;
    font-weight: 400;
    color: #3c3c3b;
    border-bottom: 0;
    background-color: transparent;
    vertical-align: middle;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: transparent;
}
table thead th.border-bottom-0 {
    background: #fff !important;
}
/********* Table End ************/
/********* Main Menu Start ************/
/* mainHeader */
/* main header menu */
.mainHeader {
    position: fixed !important;
    width: 100% !important;
    transition: background-color 0.5s ease !important;
    z-index: 99999 !important;
    padding-top: 10px !important;
}
.mainHeader>.container>.row {
    border-bottom: 0px !important;
    padding-bottom: 0 !important;
}
.mainHeader .col.d-flex {
    padding: 0;
}
.mainHeader .container-fluid {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.mainHeader ul.menu {
    margin: 0 !important;
}
.mainHeader a {
    text-decoration: none !important;
}
.mainHeader .btn-link {
    text-decoration: none !important;
}
.mainHeader .header-mobile-container {
    width: 100% !important;
}
.mainHeader .region {
    display: inline-block !important;
    vertical-align: middle !important;
}
.mainHeader .region-header-left .block {
    vertical-align: middle !important;
}
.mainHeader .navbar-toggler {
    filter: brightness(0) invert(1) !important;
    position: absolute !important;
    left: 15px !important;
    top: 46px !important;
}
.mainHeader .block {
    display: inline-block !important;
    vertical-align: top !important;
}
.mainHeader .menu {
    margin: 0 !important;
    padding: 0 !important;
}
.mainHeader .links {
    margin: 0 !important;
    padding: 0 !important;
}
.mainHeader [id *="-sitebranding"] {
    margin-top: 0px !important;
}
.mainHeader [id *="-sitebranding"] img {
    margin-left: 2rem !important;
    margin-top: -3px !important;
    height: 50px !important;
    filter: unset !important;
}
.site-header.nav-fixed .mainHeader [id *="-sitebranding"] img {
    margin-top: 18px !important;
    filter: unset !important;
}
@media (min-width: 992px) {
    .site-header.nav-fixed .mainHeader [id *="-sitebranding"] img {
        margin-top: 10px !important;
        filter: brightness(0) saturate(100%) invert(14%) sepia(29%) saturate(1346%) hue-rotate(130deg) brightness(103%) contrast(97%) !important;
    }
}
.mainHeader #navbarSupportedContent {
    width: 100% !important;
}
.mainHeader #navbarSupportedContent .contextual-region {
    position: static !important;
}
.mainHeader #navbarSupportedContent .block-content>ul li {
    list-style-type: initial !important;
    list-style-type: none !important;
}
.mainHeader #navbarSupportedContent .block-content>ul li::marker {
    color: #046f6d !important;
}
.mainHeader #navbarSupportedContent .block-content>ul li a.language-link::before {
    display: none !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>.menu li a::before {
    display: none !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first {
    margin-left: 1.5rem !important;
    display: inline-block !important;
    margin-left: 1rem !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first>a {
    color: #fff !important;
    position: relative !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    height: auto !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first>a:before {
    content: "" !important;
    display: none !important;
    position: absolute !important;
    width: 100% !important;
    height: 2px !important;
    background-color: #046f6d !important;
    bottom: -43px !important;
    right: -9px !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first>a:hover {
    color: #84bc47 !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.show>a {
    color: #84bc47 !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded {
    position: static !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu {
    text-align: right !important;
    width: 100% !important;
    padding: 11px 42px !important;
    border-radius: 0 !important;
    max-height: 722px !important;
    overflow-x: hidden !important;
    border: 0 !important;
    margin-top: 1rem !important;
    right: 0rem !important;
    box-shadow: 0 0.5rem 1rem #000 !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li {
    display: inline-block !important;
    vertical-align: top !important;
    margin: 10px !important;
    width: calc(100% / 4 - 25px) !important;
    font-size: 1.25rem !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li .menu {
    padding-right: 1rem !important;
    padding-right: 0rem !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>span {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: #06605e !important;
    line-height: 1.5 !important;
    display: block !important;
    cursor: default !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>.menu li {
    font-size: 1.25rem !important;
    font-weight: 400 !important;
    color: #064847 !important;
    line-height: 2 !important;
    opacity: 1 !important;
    padding: 0 !important;
    transition: 0.2s all linear !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>.menu li a {
    transition: 0.2s all linear !important;
    color: #064847 !important;
    padding: 0 .5rem;
    border-radius: .25rem;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li>.menu li a:hover {
    color: #ffffff !important;
    background: #064847;
    margin-right: 2px !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-3>.dropdown-menu>.menu>li:last-child {
    width: 100% !important;
    display: flex !important;
    justify-content: flex-end !important;
    position: relative !important;
    left: unset !important;
    bottom: unset !important;
}
.loged-user .mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-3>.dropdown-menu>.menu>li:last-child a {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: auto !important;
    height: 40px !important;
    border-radius: 8px !important;
    padding: 15px !important;
    color: #046f6d !important;
    line-height: 1.5 !important;
    background: #fff !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    transition: all 0.5s ease !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-3>.dropdown-menu>.menu>li:last-child a::after {
    font-family: 'Font Awesome 5 Free' !important;
    content: "\f053" !important;
    font-size: 16px !important;
    color: #fff !important;
    background: #046f6d !important;
    font-weight: 900 !important;
    border-radius: 100% !important;
    width: 2.1875rem !important;
    height: 2.1875rem !important;
    margin-right: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.5s ease !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-3>.dropdown-menu>.menu>li:last-child a:hover {
    color: #84bc47 !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-3>.dropdown-menu>.menu>li:last-child a:hover::after {
    background: #84bc47 !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-3>.dropdown-menu>.menu>li:last-child a::before {
    display: none !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0>.dropdown-menu {
    background: #fff !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-5 .dropdown-menu .menu-item a {
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    color: #064847 !important;
    line-height: 1.5 !important;
    display: block !important;
    cursor: pointer !important;
    margin-bottom: 0px !important;
    padding: 10px 5px !important;
    display: flex !important;
    align-items: center !important;
    transition: 0.2s all linear !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-5 .dropdown-menu .menu-item a::before {
    content: "\f0c1" !important;
    font-family: 'Font Awesome 5 Free' !important;
    margin-inline-end: 5px !important;
    margin-top: 5px !important;
    font-size: 1rem !important;
    transform: rotate(45deg) !important;
    font-weight: 700 !important;
    color: #064847 !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-5 .dropdown-menu .menu-item:hover a {
    color: #ffffff !important;
    background: #064847;
    margin-right: 2px !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-5 .dropdown-menu .menu-item:hover a::before {
    color: #ffffff !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-6 .dropdown-menu .menu-item a {
    font-weight: 400 !important;
    font-size: 1.25rem !important;
    color: #064847 !important;
    line-height: 1.5 !important;
    display: block !important;
    cursor: pointer !important;
    margin-bottom: 0px !important;
    padding: 10px 5px !important;
    display: flex !important;
    align-items: center !important;
    transition: 0.2s all linear !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-6 .dropdown-menu .menu-item a::before {
    content: "\f0c1" !important;
    font-family: 'Font Awesome 5 Free' !important;
    margin-inline-end: 5px !important;
    margin-top: 5px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    transform: rotate(45deg) !important;
    color: #064847 !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-6 .dropdown-menu .menu-item:hover a {
    color: #ffffff !important;
    background: #064847;
    margin-right: 2px !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-count-6 .dropdown-menu .menu-item a:hover::before {
    color: #ffffff !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-5>.dropdown-menu {
    min-height: 150px !important;
    padding-left: 42px !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0.menu-count-6>.dropdown-menu {
    min-height: 150px !important;
    padding-left: 42px !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-level-1.menu-count-2.menu-item--expanded>a {
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    color: #06605e !important;
    line-height: 1.5 !important;
    display: block !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-level-1.menu-count-2.menu-item--expanded>a::after {
    content: "\f0c1" !important;
    font-family: 'Font Awesome 5 Free' !important;
    color: #046f6d !important;
    speak: never !important;
    font-size: 14px !important;
    margin-right: 5px !important;
    vertical-align: sub !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.mainHeader #navbarSupportedContent .block-content .menu-level-1.menu-count-2.menu-item--expanded>a::before {
    display: none !important;
}
.mainHeader #block-balady-account-menu .block-content ul li {
    list-style: none !important;
    display: inline-block !important;
    margin: 0 4px !important;
}
.mainHeader #block-balady-account-menu .block-content ul li a {
    color: #fff !important;
}
.mainHeader .menu-level-0.menu-count-3 .menu-level-1.menu-count-2 .menu .menu-level-2.menu-count-3 a {
    position: relative !important;
    color: #144ad0 !important;
}
.mainHeader .menu-level-0.menu-count-3 .menu-level-1.menu-count-2 .menu .menu-level-2.menu-count-3 a::after {
    content: "جديد" !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 0.125rem 0.35rem 0.45rem 0.35rem !important;
    border-radius: 0.35rem !important;
    background: #144ad0 !important;
    color: #fff !important;
    font-size: 1rem !important;
    margin-right: 5px !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    -webkit-animation-name: pulse-scale !important;
    animation-name: pulse-scale !important;
    animation-iteration-count: infinite !important;
    animation: scale-in-center 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both !important;
}
.mainHeader .menu-level-0.menu-count-3 .menu-level-1.menu-count-1 .menu .menu-level-2.menu-count-3 a {
    position: relative !important;
    color: #84bc47 !important;
}
.mainHeader .menu-level-0.menu-count-3 .menu-level-1.menu-count-1 .menu .menu-level-2.menu-count-3 a svg {
    display: none !important;
}
.mainHeader .menu-level-0.menu-count-3 .menu-level-1.menu-count-1 .menu .menu-level-2.menu-count-3 a::after {
    content: "جديد" !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    padding: 0.125rem 0.35rem 0.45rem 0.35rem !important;
    border-radius: 0.35rem !important;
    background: #144ad0 !important;
    color: #fff !important;
    font-size: 1rem !important;
    margin-right: 5px !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
    -webkit-animation-name: pulse-scale !important;
    animation-name: pulse-scale !important;
    animation-iteration-count: infinite !important;
    animation: scale-in-center 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s both !important;
    background: #84bc47 !important;
}
.mainHeader i {
    font-family: 'Font Awesome 5 Free' !important;
    color: #046f6d !important;
    speak: never !important;
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.mainHeader i span {
    font-family: 'Font Awesome 5 Free' !important;
    color: #046f6d !important;
    speak: never !important;
    font-size: 1.125rem !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}
.mainHeader.inverted path {
    stroke: #046f6d !important;
}
.mainHeader.inverted svg.ext {
    width: 27px !important;
    height: 24px !important;
    padding-right: 0.2em !important;
    fill: #046f6d !important;
    font-weight: 900 !important;
    border: none !important;
}
.mainHeader.inverted svg.ext path {
    stroke-width: 0px !important;
}
.mainHeader.inverted [id *="-sitebranding"] path[fill="#FFFFFF"] {
    fill: #3c3c3b !important;
    stroke: none !important;
}
.site-header-cont.sticky .mainHeader .dropdown-toggle::after {
    color: #046f6d !important;
}
@media (min-width: 992px) {
    .mainHeader {
        padding-top: 0rem !important;
    }
    .mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0>.dropdown-menu {
        background: #fff !important;
        min-height: 250px !important;
    }
    .mainHeader #navbarSupportedContent .block-content .menu-item-first {
        margin-left: 2rem !important;
    }
    .mainHeader #navbarSupportedContent .block-content .menu-item-first>a {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        height: 43px !important;
    }
    .mainHeader .dropdown-toggle::after {
        margin-top: 5px !important;
        border: 0 !important;
        font-family: 'Font Awesome 5 Free' !important;
        content: "\f078" !important;
        font-size: 16px !important;
        color: #ffffff !important;
        font-weight: 700 !important;
    }
    .header-left {
        padding-inline-end: 4rem;
    }
    .mainHeader .site-branding {
        padding-inline-start: 2rem;
    }
}
@media (max-width: 991.98px) {
    .mainHeader {
        position: static !important;
        background: linear-gradient(220deg, #000 30.33%, #3894925c 83.58%) !important;
    }
    .mainHeader .row {
        margin: 0 !important;
    }
    .mainHeader .columns {
        display: block !important;
    }
    .mainHeader .region {
        display: block !important;
    }
    .mainHeader .block {
        display: block !important;
    }
    .mainHeader #navbarSupportedContent .block-content .menu-item-first {
        display: block !important;
        margin: 1.5rem 0.5rem !important;
    }
    .mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu {
        position: static !important;
        padding: 10px !important;
        width: 100% !important;
        height: auto !important;
        max-height: initial !important;
    }
    .mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu>.menu>li {
        margin: 0 !important;
        width: 100% !important;
    }
    .mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-level-0>.dropdown-menu {
        background: #fff !important;
    }
    .mainHeader [id *="-sitebranding"] {
        margin-top: 0 !important;
    }
    .mainHeader .region-header-left {
        align-items: end;
        justify-content: center;
        margin-top: 1.5rem;
        padding: 10px;
        border-radius: 4px;
    }
    .sticky .mainHeader .region-header-left {
        background: #f7f7f7;
    }
}
@media (max-width: 991.8px) {
    .mainHeader .navbar-toggler {
        left: 0px !important;
        top: 0px !important;
    }
    .mainHeader {
        background: none !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
@media (min-width: 1600px) {
    .mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded.menu-count-3>.dropdown-menu>.menu>li {
        width: calc(100% / 5 - 25px) !important;
    }
}
.header .mainHeader .navbar {
    background: none !important;
}
.site-header-cont.sticky .mainHeader {
    padding: 0 !important;
}
.site-header-cont.sticky .mainHeader .navbar {
    padding-top: 1.45rem !important;
    padding-bottom: 0.25rem !important;
    border-bottom: 0px solid #f9f9f9 !important;
}
.site-header-cont.sticky .mainHeader #navbarSupportedContent .block-content .menu-item-first>a {
    color: #046f6d !important;
}
.site-header-cont.sticky .mainHeader #navbarSupportedContent .block-content .menu-item-first.show>a, .site-header-cont.sticky .mainHeader #navbarSupportedContent .block-content .menu-item-first.show:hover>a {
    color: #84bc47 !important;
}
.site-header-cont.sticky .mainHeader #navbarSupportedContent .block-content .menu-item-first.menu-item--expanded>.dropdown-menu {
    margin-top: 0.55rem !important;
    box-shadow: 0 0.75rem 1rem rgba(0, 0, 0, 0.1490196078) !important;
}
@media (min-width: 992px) {
    .site-header-cont.sticky .mainHeader .navbar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
/********* Main Menu End ************/
/********* Footer Start ************/
footer.footer.footer-inner {
    background: #043433;
    border-top: 1px solid #013a38;
    padding: 15px 0;
}
footer.footer.footer-inner a {
    color: #D8D8D8 !important;
    font-size: 0.75rem;
}
footer.footer.footer-inner .copyright {
    color: #D8D8D8 !important;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
footer.footer.footer-inner .copyright p {
    margin-bottom: 0;
    margin-inline-start: 1rem;
}
footer.footer.footer-inner .container-fluid {
    max-width: 1140px;
    padding: 0;
}
/********* Footer End ************/
@media (max-width: 991.8px) {
    .form-steps-cont-new {
        margin-bottom: -2.2rem;
        margin-left: -.9rem;
        margin-right: -.95rem;
    }
    .form-steps-cont-new li.next::after {
        display: none;
    }
    .form-control, input, select, textarea, .select2.line+.select2-container .select2-selection--single {
        height: 40px !important;
    }
    .select2-results__option {
        line-height: 27px;
    }
}
@media (max-width: 768px) {
    .page-top-fixed {
        padding: 8px 0 0;
    }
    .page-top-fixed.nav-fixed {
        padding: 7.25rem 0 0 !important;
    }
    .form-steps-cont-new {
        margin-left: -.95rem;
    }
    .site-header-cont.sticky .site-header .mainHeader [id *="-sitebranding"] img {
        margin-top: 0px !important;
        filter: brightness(0) saturate(100%) invert(14%) sepia(29%) saturate(1346%) hue-rotate(130deg) brightness(103%) contrast(97%) !important;
    }
    .site-header-cont.sticky .mainHeader .navbar {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }
}
@media (max-width: 767px) {
    .page-top-fixed {
        background: #fff;
    }
    .form-steps-cont-new {
        margin-bottom: -0.25rem;
        margin-left: 0rem;
        margin-right: 0rem;
    }
    .form-control, input, select, textarea, .select2.line+.select2-container .select2-selection--single {
        height: 36px !important;
    }
    .select2-results__option {
        line-height: 23px;
    }
}
@media (max-width: 576px) {
    .page-top-fixed {
        padding: 8px 0 0 !important;
    }
}
/********* Pager Start ************/
.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 5px !important;
    min-width: 32px !important;
    height: 32px !important;
    text-align: center !important;
    border-radius: 10rem !important;
    color: #046f6d !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    background: transparent !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #07706d !important;
    color: #fff !important;
    border: 0px !important;
}
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover,
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.next,
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover {
    background: #F3F8ED !important;
    font-size: 0px !important;
    display: inline-block !important;
    vertical-align: middle !important;
    padding: 5px !important;
    min-width: 32px !important;
    height: 32px !important;
    text-align: center !important;
    border-radius: 10rem !important;
    color: #046f6d !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border: 0px !important;
    margin: 0 .25rem;
}
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.previous::before,
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
    font-family: ds;
    content: "\eb1a";
    font-size: 1.25rem;
}
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.next::before {
    content: "\eb1b";
}
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled,
.loged-user .dataTables_wrapper .dataTables_paginate .paginate_button.next.disabled {
    padding: 5px !important;
    min-width: 32px !important;
    height: 32px !important;
    text-align: center !important;
    border-radius: 10rem !important;
}
.dataTables_length .select2-selection--single, .dataTables_wrapper .dataTables_length select, .dataTables_length select {
    height: 32px !important;
}
.dataTables_length label {
    margin-bottom: 0px;
}
/********* Pager End ************/
/********* Modal Start ************/
.modal-open .bg-grey.sticky {
    z-index: unset;
}
.modal-open .modal {
    z-index: 10050;
}
.modal-backdrop {
    z-index: 10040;
}
.modal-open .bg-grey {
    z-index: unset;
    margin-top: auto;
}
.modal-open .site-header-cont {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999 !important;
}
.modal-open .site-header-cont .inner-header-login.site-header {
    height: 105px;
    border-bottom: 1px solid #ededed;
}
.modal-open .page-top-fixed {
    padding-top: 7.5rem;
    background: #fff;
    border-bottom: 1px solid #ededed;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0px -2px 15px -5px rgba(0, 0, 0, 0.3);
}
.modal-open .page-top-fixed .form-steps-cont-new {
    display: none;
}
.calendars-popup {
    z-index: 10047 !important;
}
.modal-open .calendars-popup {
    z-index: 10051 !important;
}
.swal2-shown .swal2-container {
    z-index: 10050;
}
.swal2-styled.swal2-confirm {
    position: relative;
    z-index: 2;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    border-radius: 0.5rem;
    padding: 12px 40px;
    background-color: #046F6D !important;
    border: 1px solid #046F6D;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    color: #fff;
}
.swal2-styled.swal2-cancel {
    position: relative;
    z-index: 2;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 0.5rem;
    padding: 12px 40px;
    color: #fff;
    background-color: #dc3545 !important;
    border-color: #dc3545;
}
.swal2-actions {
    display: flex !important;
    align-items: center;
    justify-content: flex-end !important;
    width: 100% !important;
}
.swal2-modal {
    padding: 2rem !important;
}
.swal2-icon {
    display: none !important;
}
.swal2-modal .alert {
    position: relative !important;
    padding: 2rem 1.5rem 1.5rem 1.5rem !important;
    margin-top: 1.75rem !important;
    margin-bottom: 2rem !important;
    border-radius: .5rem;
    font-size: 1.25rem !important;
    text-align: start;
}
.swal2-modal .alert.alert-success {
    color: #0a631e;
}
.swal2-modal .alert.alert-warning {
    color: #9f6229;
}
.swal2-modal .alert.alert-info {
    color: #232f84;
}
.swal2-modal .alert.alert-gray {
    color: #4d5f71;
}
.swal2-modal .alert.alert-danger {
    color: #8d222c;
}
/********* Modal End ************/
/****** Media Print Start *******/
@media print {
    @page {
        margin: 0mm;
    }
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
    .site-header-cont, .page-top-fixed, .footer, .arrow-hover, .muneer-trigger-button-box, .data-loading {
        display: none !important;
    }
    .page-top-fixed.nav-fixed+section.page-container {
        padding: 0 !important;
    }
    .page-container .container, .section, .custom-accordion .collapse .row.p-4 {
        padding: 0 !important
    }
    .bg-grey, .section, .service-row-list .card {
        margin: 0 !important;
        background: transparent !important;
    }
    .header__print.d-none {
        display: block !important;
        background: #f6f6f6 !important;
    }
    .header__print.d-none .print__content {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 0.75rem 1.5rem;
    }
    .header__print::before {
        content: "";
        display: block;
        height: 1rem;
        width: 100%;
        background: linear-gradient(90deg, #05706d 50%, #85bd48 50%);
    }
    .service-row-list .collapse:not(.show) {
        display: block !important;
    }
    .card {
        border-radius: 0;
        background: #f6f6f6 !important;
    }
    .service-row-list .card .card-body {
        padding: 0 1.5rem !important;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4.has-btn {
        display: none;
    }
    .form-control[readonly], .form-control[disabled], .form-control:disabled {
        background: transparent;
        padding: 0;
        border: 0;
        color: #434343;
    }
    .has-float-label>span:last-of-type, .has-float-label label {
        font-size: 100%;
    }
    .custom-accordion .collapse {
        background: transparent !important;
        padding: 0rem !important;
        border-radius: 0 !important;
        border: 0 !important;
    }
    .h4, .section .service-row-list .card-body .heading .sub-heading h2::before{
        font-size: 1.5rem !important;
    }
    .form-result {
        background: #fff !important;
        padding: 1rem !important;
        border: 1px solid #ddd !important;
        border-radius: 0.5rem !important;
    }
}
/****** Media Print End *******/
/******* TabIndex Start *******/
.form-control[readonly], .form-control[disabled], .form-control:disabled {
    background: #F2F2F2 !important;
    color: #949C94 !important;
    cursor: not-allowed !important;
}
[type="radio"]:focus-visible ~ label {
    border-color: #046F6D !important;
    box-shadow: 0 0 0 .2rem rgba(7, 112, 109, 0.25) !important;
    color: #046F6D !important;
}
.page-top-fixed .page-options-btns .btn:focus-visible, .page-top-fixed .page-options-btns .btn:focus {
    border: 1px solid #046F6D !important;
    color: #046F6D !important;
    box-shadow: 0 0 0 .2rem rgb(4 24 24 / 84%) inset !important;
}
.page-top-fixed .page-options-btns .btn:hover:focus, .page-top-fixed .page-options-btns .btn:hover:focus-visible,
.page-top-fixed .page-options-btns .btn:focus:hover, .page-top-fixed .page-options-btns .btn:focus-visible:hover {
    color: #fff !important;
}
.form-control:focus-visible {
    box-shadow: 0 0 0 .2rem rgba(7, 112, 109, 0.25) !important;
}
.select2.line+.select2-container .select2-selection--single:focus-visible, 
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible, 
.select2.line+.select2-container--default .select2-selection--multiple:focus-visible, 
.select2-container--default .select2-selection--single:focus-visible {
    border-color: #046F6D !important;
    color: #046F6D !important;
    box-shadow: 0 0 0 .2rem rgba(7, 112, 109, 0.25) !important;
}
.page-top-fixed.nav-fixed .form-steps-cont-new {
    display: block;
}
.form-control.is-calendarsPicker[readonly] {
    background: #fff !important;
    color: #4D6160 !important;
    cursor: default !important;
}
.form-control.is-calendarsPicker[readonly] {
    background: #fff !important;
    color: #4D6160 !important;
    cursor: default !important;
}
.has-float-label:has(.is-calendarsPicker) {
    position: relative;
}
.has-float-label:has(.is-calendarsPicker)::after {
    content: "\f073";
    -webkit-font-smoothing: antialiased;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 300;
    color: #c1c1c1;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    font-size: 1.5rem;
    margin-inline-end: .5rem;
    position: absolute;
    top: 2rem !important;
    right: auto;
    left: 0;
    background: transparent;
}
/******* TabIndex End ********/
/******* [type=number] Start ********/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
/******* [type=number] End ********/
@media (min-width: 767px) {}
#attachment .has-float-label>span:last-of-type, #attachment .has-float-label label {
    top: -2.75rem !important;
}
.attachmentview {
    top: -4px;
    left: 10px;
}
/***************header-left Start****************/
.header-left {
    margin-right: auto;
}
.region-header-left {
    gap: 15px;
}
.languageswitcher .language-link, .header-search .search-link, .user-login-sso .btn-ddl, .notifications-navlink {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .875rem;
    font-weight: 400 !important;
    cursor: pointer !important;
}
header.site-header .user-login-sso .dropdown-menu {
    padding: 0.5rem;
}
header.site-header .user-login-sso .dropdown-menu.show a::before {
    display: none;
}
.header-left i {
    color: #ffffff !important;
    font-size: 1.25rem !important;
    margin-bottom: 0.5rem;
}
.header-left .dropdown-menu i {
    color: #046F6D !important;
}
.header-left .dropdown-menu i.text-danger {
    color: #dc3545 !important;
}
.sticky .header-left a, .sticky .header-left i {
    color: #046F6D !important;
}
.modal-open .modal.modal-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    color: #fff;
    min-height: 333px;
    background-color: #0f1721;
    background-image: linear-gradient(220deg, #000 30.33%, #389492 83.58%, #046F6D 101.33%);
    max-width: 100%;
}
.modal-open .modal-search::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -2;
    background: url(https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/Path.svg), url(https://apps.balady.gov.sa/BALADYCDN/Content/unified_identity_assets/images/Vector.svg);
    background-repeat: no-repeat, no-repeat;
    background-position: left top, right top;
}
.modal-open .modal-search::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.01);
    backdrop-filter: blur(6px);
    z-index: -1;
}
.modal-search .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
}

.modal-search .modal-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100vh;
    background: transparent;
    padding-top: 3rem;
}

.modal-search .modal-header {
    border: 0;
}
.modal-search .modal-header .close {
    text-shadow: none;
    font-weight: 400;
    opacity: 1;
    font-size: 1.25rem;
}
.modal-search .modal-header button.close:focus {
    outline: 0px auto -webkit-focus-ring-color;
    box-shadow: 0 0 0 0.2rem rgb(255 255 255 / 25%) !important;
    opacity: 1 !important;
    padding: 0.25rem !important;
    border-radius: 8px;
}
.modal-search .modal-body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: flex-start;
    flex-flow: column;
    padding-top: 5rem;
}
.modal-search-title {
    text-align: center;
    line-height: 2;
}
.modal-search-title .slogan-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 3rem;
}
.modal-search .form-search{
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 1rem;
}
.modal-search .form-item-search {
    display: flex;
    align-items: center;
}
.modal-search .form-item-search .btn{
    margin-inline-start: -7.75rem;
    margin-top: 0.25rem;
}
.modal-search .search-api-form.search {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}
.modal-search .form-control:focus {
    background: #ffffff;
    box-shadow: 0 0 0 .2rem rgba(7, 112, 109, 0.25) !important;
}
.modal-search .search-api-form.search .btn.btn-white {
    color: #046F6D;
    font-size: 15px;
    text-decoration: underline !important;
    border: 1.5px solid #07706D;
    margin-bottom: 1rem;
}
.modal-search .search-api-form.search .btn.btn-white:hover, .sticky .header-left .modal-search .search-api-form.search .btn.btn-white:hover,
.modal-search .search-api-form.search .btn.btn-white:focus, .sticky .header-left .modal-search .search-api-form.search .btn.btn-white:focus {
    color: #ffffff !important;
    border: 1.5px solid #ffffff !important;
}
.modal-search .form-control:focus {
    background: #ffffff;
    box-shadow: 0 0 0 .32rem rgb(255 255 255 / 40%) !important;
}
.modal-search .modal-search-suggestions {
    background: #e9eaec;
    width: 100%;
    margin-top: 10rem;
    height: 100%;
}
.modal-search .card {
    padding: 1rem .5rem !important;
    border-radius: 10px !important;
    box-shadow: 0px 4px 4px 0px #0000000D !important;
    transition: background-color 0.5s ease;
}
.modal-search .card .card-image-container.icon {
    width: 4rem;
    height: 4rem;
}
.rounded-4 {
    border-radius: 1rem;
}
.modal-search .card .card-image-container img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: fill;
}
.modal-search .card .card-text {
    color: #043433;
    font-weight: 700;
    font-size: 0.92rem;
}
.modal-search .card.minimal:hover {
    background-color: #84BC47;
}
@media (max-width: 576px) {
    .modal-search .search-api-form.search {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
}
/*notifications*/
#notifications-count {
    position: absolute;
    right: auto;
    left: 7px;
    top: 1px;
    border-radius: 100%;
    padding: 5px 4px;
}
.nav-item-notifications i {
    font-size: 1.25rem !important;
}
/*Web Accesability*/
.webAccessability-ddl .accesability.dropdown-menu {
    min-width: 200px;
    left: 0;
    right: auto;
    text-align: center;
    box-shadow: 4px 3px 9px 0px #dbdbdbb5 !important;
}

[dir="ltr"] .webAccessability-ddl .accesability.dropdown-menu {
    left: auto;
    right: 0;
}

@media (max-width: 991.98px) {
    .webAccessability-ddl .accesability.dropdown-menu {
        left: 0;
        right: auto;
    }
}

.webAccessability-ddl .accesability.dropdown-menu~.arrow {
    display: none;
}

.webAccessability-ddl .accesability.dropdown-menu.show~.arrow {
    display: block;
    position: absolute;
    bottom: -4px;
    right: calc(50% - 6px);
    transform: rotate(180deg);
}

.webAccessability-ddl .accesability li {
    list-style: none;
    display: block;
    padding: 1rem;
    border-bottom: 1px solid #ddd;
}

.webAccessability-ddl .accesability li:last-child {
    border-bottom: 0px solid #ddd;
}

.webAccessability-ddl .accesability .font-size .font-size-content {
    display: block;
    position: relative;
    margin-top: 1rem;
    right: auto;
    width: auto;
}

.webAccessability-ddl .accesability .font-size .font-size-content button {
    background-color: #f1f1f1;
    font-size: 1rem;
    width: 2rem;
    margin: 0 0.25rem;
    border-radius: 0.25rem;
    padding: 0.25rem;
}

.webAccessability-ddl .accesability .font-size .font-size-content button:hover {
    background-color: #e5e5e5;
}

.webAccessability-ddl .accesability span.small {
    min-width: 90px;
    display: inline-block;
    text-align: start;
}

.webAccessability-ddl .accesability li .switcher label,
.webAccessability-ddl .accesability li button.print-page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0 1rem;
}

.webAccessability-ddl .accesability.dropdown-menu li:hover {
    background: #84BC47 !important;
}

.webAccessability-ddl .accesability.dropdown-menu li:hover span.small {
    color: #fff !important;
}

/* switcher */
div.switcher+div.switcher {
    margin-top: 10px;
}

div.switcher label {
    padding: 0;
}

div.switcher label * {
    vertical-align: middle;
}

div.switcher label input {
    display: none;
}

div.switcher label input+span {
    position: relative;
    display: inline-block;
    margin-right: 10px;
    width: 26px;
    height: 16px;
    background: #6c757d;
    border: 2px solid #6c757d;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

[dir="ltr"] div.switcher label input+span {
    margin-left: 10px;
    margin-right: 0;
}

div.switcher label input+span small,
div.switcher label input+span .small {
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    left: 0;
}

div.switcher label input:checked+span {
    background: #d63384;
    border-color: #d63384;
}

div.switcher label input:checked+span small,
div.switcher label input:checked+span .small {
    left: 50%;
}

.accesability {
    margin: 0;
    padding: 0;
}
.accesability li {
    list-style: none;
    display: inline-block;
}
.accesability li:hover {
    cursor: pointer;
}
.accesability .font-size {
    position: relative;
}
.accesability .font-size:hover .accesability-label {
    color: #84BC47;
}
.accesability .font-size:hover path {
    stroke: #84BC47;
}
.accesability .font-size .font-size-content {
    display: none;
    position: absolute;
    right: -39px;
    width: 102px;
}
.accesability .font-size .font-size-content button {
    border: 0;
    background: 0;
    background-color: #fff;
    font-size: 1rem;
}
.modal-body .accesability .font-size .font-size-content button {
    background-color: #ddd;
}
.accesability .font-size:hover .font-size-content {
    display: block;
}
.accesability button.print-page {
    background: 0;
    border: 0;
    padding: 0;
}
.accesability button.print-page:hover .accesability-label {
    color: #84BC47
}
.accesability button.print-page svg path {
    stroke: white !important;
}

.accesability button.print-page:hover svg path {
    stroke: #84BC47 !important;
}
.accesability .font-size .font-size-content button:hover,
div#DeafServicePlace:hover {
    background-color: #68a12d !important;
    color: #fff !important;
}
/***************header-left End***************/
.calendars-popup .calendars {
    width: 320px !important;
    max-width: 100% !important;
}
.calendars-popup .calendars-cmd-prev, .calendars-popup .calendars-cmd-prevJump, .calendars-popup .calendars-cmd-clear {
    text-align: left;
}
.row ~ [class *="col-"] {
    padding-left: 0;
    padding-right: 0;
}
.row [class *="col-"] ~ .d-flex.justify-content-start {
    margin-bottom: 0.5rem;
}
.table tbody th {
    border-top: 1px solid #dee2e6 !important;
}
.alert.alert-success .fa-check-circle {
    display: none;
}
textarea.form-control {
    height: auto !important;
    resize: none !important;
    min-height: 150px;
}
#correctMark_mobileValidation.alert {
    margin-bottom: 1.5rem;
}
.dataTables_wrapper .row {
    margin: 0 !important;
}
/***********Commercial************/
.ng-busy {
    z-index: 10002 !important;
}
body .ui-widget {
    font-family: "Frutiger", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}
#rd-error-container, #rd-error-container .parsley-errors-list {
    width: 100%;
}
.has-uploader #rd-error-container .parsley-errors-list.filled:before {
    top: -49px !important;
}
.parsley-style-1 .form-control-upload  #rd-error-container .parsley-errors-list.filled {
    right: 0;
}
/**********Ekram*************/
.col-md-12.mobile {
    padding: 0;
}
.page-inner-title .breadcrumb>li.active a, .page-top-fixed .breadcrumb>li.active a {
    font-weight: 400;
}
@media (max-width: 991.8px) {
    .page-top-fixed .page-btns-top-fixed .page-options-btns {
        margin-bottom: 0;
    }
    .page-top-fixed .page-btns-top-fixed {
        padding-bottom: 0 !important;
    }
    .form-steps-cont-new {
        margin-bottom: -1px;
    }
    .page-top-fixed .page-options-btns .btn{
        padding: 6px 15px;
    }
}
@media (max-width: 767px) {
    .col-md-12.mobile .row {
        margin-right: -15px;
        margin-left: -15px;
    }
    .has-float-label:has(.is-calendarsPicker)::after{
        width: 1rem !important;
        height: 1rem !important;
        font-size: 1.125rem;
        top: 1.65rem !important;
    }
    .select2-container--default .select2-search--dropdown .select2-search__field, .select2-container--default .select2-selection--single {
        height: 36px !important;
    }
    .form-control {
        line-height: 1 !important;
    }
}
/*reviewer_notes*/
.input-group-upload .btn {
    margin-bottom: 1.25rem !important;
}
.input-group-upload {
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0.5rem;
}
.message-box {
    position: relative;
    padding: 1.25rem;
    border-radius: .4rem;
    background-color: #fff;
}
.reviewer_notes .message-box__container {
    max-height: 400px;
    position: relative;
    background-color: #fbfbfb;
    padding: 1rem;
    padding-bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.reviewer_notes .message-box__content {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1rem 1rem 0.875rem 1rem;
    margin-bottom: 1.25rem;
    border-radius: 0.25rem;
    border: 1px solid #d7d7d7;
    position: relative;
}
.reviewer_notes .message-author {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-inline-end: 1rem;
    width: 135px;
}
.reviewer_notes .message-author .message-author-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    padding: 0.125rem;
    font-size: 1.75rem;
    color: #cfcfcf;
}
.reviewer_notes .message-author img {
    height: 38px;
}
.message-author .title {
    margin: 0;
    color: #161616;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1rem;
}
.reviewer_notes textarea.form-control:disabled {
    min-height: 7rem;
}
.reviewer_notes .message-box__content.replay__content {
    position: relative;
    margin-top: 1rem;
    border-radius: 5px;
    border: 1px solid #1b8354;
    background: #f5fdfa;
}
.inner-form-actions {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 9;
}
.inner-form-actions .btn-close {
    width: 1rem;
    height: 1rem;
    border: 1px solid #dc3545;
    background-color: #dc3545 !important;
    color: #fff;
    background-image: none;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
/***********Unified Identity End*************/
/*# sourceMappingURL=app.min.css.map */