@font-face {
    font-family: 'Lusail';
    src: url('../fonts/lusail/subset-Lusail-Regular.eot');
    src: url('../fonts/lusail/subset-Lusail-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lusail/subset-Lusail-Regular.woff2') format('woff2'),
        url('../fonts/lusail/subset-Lusail-Regular.woff') format('woff'),
        url('../fonts/lusail/subset-Lusail-Regular.ttf') format('truetype'),
        url('../fonts/lusail/subset-Lusail-Regular.svg#Lusail-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lusail';
    src: url('../fonts/lusail/subset-Lusail-Light.eot');
    src: url('../fonts/lusail/subset-Lusail-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lusail/subset-Lusail-Light.woff2') format('woff2'),
        url('../fonts/lusail/subset-Lusail-Light.woff') format('woff'),
        url('../fonts/lusail/subset-Lusail-Light.ttf') format('truetype'),
        url('../fonts/lusail/subset-Lusail-Light.svg#Lusail-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lusail';
    src: url('../fonts/lusail/subset-Lusail-Bold.eot');
    src: url('../fonts/lusail/subset-Lusail-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lusail/subset-Lusail-Bold.woff2') format('woff2'),
        url('../fonts/lusail/subset-Lusail-Bold.woff') format('woff'),
        url('../fonts/lusail/subset-Lusail-Bold.ttf') format('truetype'),
        url('../fonts/lusail/subset-Lusail-Bold.svg#Lusail-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lusail';
    src: url('../fonts/lusail/subset-Lusail-Medium.eot');
    src: url('../fonts/lusail/subset-Lusail-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/lusail/subset-Lusail-Medium.woff2') format('woff2'),
        url('../fonts/lusail/subset-Lusail-Medium.woff') format('woff'),
        url('../fonts/lusail/subset-Lusail-Medium.ttf') format('truetype'),
        url('../fonts/lusail/subset-Lusail-Medium.svg#Lusail-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

html body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
span,
p,
.breadcrumb {
    font-family: "lusail", tahoma !important;
}

.bg-primary {
    background-color: #0D4261 !important;
    background: linear-gradient(34deg, rgba(54, 119, 158, 1) 0%, rgba(12, 62, 92, 1) 100%);
}

body {
    border-top: 4px solid #0b8992;
}

.navbar-dark .navbar-nav .nav-link {
    color: #f9f9f9;
}

header .navbar i {
    /* color: #fff; */
    font-size: 20px;
}

header {
    /* background: #0D4261 url(../img/pattern.png) no-repeat bottom center; */
    /* background-size: cover; */
}

header .top-nav {
    background: #0d4261;
    background: linear-gradient(34deg, rgba(54, 119, 158, 1) 0%, rgba(12, 62, 92, 1) 100%);
}

header .mid-nav {
    padding: 20px 0px;
    background: #f1f4f8;
    /* background: linear-gradient(34deg, rgba(54, 119, 158, 1) 0%, rgba(12, 62, 92, 1) 100%); */
}

header .main-logo {
    max-width: 100%;
}

.temp-header {
    width: 100%;
    max-height: 100px;
}

.social-icons {
    text-align: right;
}

.social-icons a {
    margin-right: 10px;
    margin-top: 14px;
    display: inline-block;
}

.social-icons a i {
    color: #ddd;
}

.bg-gold {
    background: #0b8992;
}


.btn-acc {
    background: #1f587a;
    border-color: #0b8992;
    color: #ddd;
    margin: 5px;
    border-radius: 0px;
    float: left;
}

.btn-acc:hover {

    border-color: #0b8992;

    color: #10dbea;
}

.top-footer {
    border-top: 10px solid #0d4261;
}

footer * {
    color: #ddd;
}

.tool-box span {
    /* color: #fff; */
    margin-right: 5px;
}

.badge-notification {
    right: 0px;
}

.bg-custom {
    /* padding: 0px 0px 40px 0px; */
    /* background: #0000 url(../img/pattern.png) no-repeat bottom center; */
    background: #f1f4f8;
    min-height: 400px;
}

.btn-acc {
    font-size: 14px;
}

.btn-acc i {
    font-size: 16px;
}

footer {
    background: #0D4261 url(../img/pattern.png) no-repeat bottom center;
    background-size: cover;
}

#search-bx {
    padding-top: 25px;
    padding-bottom: 25px;
}

#search-bx .form-inputs .form-control {
    height: 45px;
}

#search-bx .form-inputs i {
    position: relative;
    left: 35px;
    top: 10px;
    font-size: 30px;
}

.search {
    position: relative;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);

}

.search input {

    height: 50px;
    text-indent: 25px;
    border: 2px solid #d6d4d4;


}


.search input:focus {

    box-shadow: none;

    border: 2px solid #0b8992;
}

.search .fa-search {

    position: absolute;
    top: 16px;
    right: 16px;

}

.search button {

    position: absolute;
    top: 5px;
    left: 5px;
    height: 40px;
    width: 110px;
    background: #a29475;

}


.main-categories .card {
    padding: 10px;
    border: none;
    cursor: pointer;
    /* border-bottom: 4px solid #A29475;*/
}

.main-categories .card:hover {
    background-color: #eee;
}

.main-categories .card.selected img {
    filter: invert(100%);
}

.main-categories .card span {
    font-size: 14px;
    margin-top: 5px;
    font-weight: bold;
}

.main-categories .card.selected {
    background: #0c3e5c;
    color: #A29475;
    /* border-bottom: 4px solid #A29475;*/
}

.sub-categories {

    /* background: #e1eaf0; */

    border-radius: 5px;
}

.maincat-title {
    color: #0c3e5c;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 0px;
}

.subcat-title {
    background: #0c3e5c;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 15px;
}

.sub-categories .card {
    display: flex;
    align-items: start;
    justify-content: center;
    padding: 10px 20px;
    position: relative;
    box-shadow: none;
    text-align: right;
    background: #fff;
    border-radius: 5px;
}

.sub-categories .card .fas.fa-arrow-right {
    position: absolute;
    bottom: -100px;
    background-color: #0c3e5c;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #A29475;
    opacity: 0;
    transform: translateY(50%);
    transition: all 0.5s ease;
}

.sub-categories .card:hover .fas.fa-arrow-right {
    bottom: 0px;
    opacity: 1;
}

.sub-categories .card .fab.fa-envira,
.sub-categories .fas.fa-cut,
.sub-categories .fas.fa-people-carry {
    font-size: 40px;
    background-color: #0000000d;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #4e9525;
}

.sub-categories .card .h4 {
    font-weight: bold;
    font-size: 14px;
}

.sub-categories .container .content {
    max-width: 300px;
}

.sub-categories .container .content .h-6 {
    color: #0c3e5c;
    font-weight: 600;
}

.sub-categories .container .content .btn.btn-primary {
    padding: 15px;
    background-color: #0c3e5c;
    color: white;
    border-radius: 0px;
    border: none;
    box-shadow: none;
}



.sub-categories .card:hover .fab.fa-envira,
.sub-categories .card:hover .fas.fa-cut,
.sub-categories .card:hover .fas.fa-people-carry {
    color: #A29475;
    background-color: #0c3e5c;
}

.sub-categories .card span {
    font-weight: bold;
    color: #0c3e5c;
    margin-bottom: 0px;
    float: right;
    /* text-align: left; */
    display: block;
    /* width: 150px; */
}

.sub-categories .card p {
    font-size: 14px;
    color: #777;
    margin-bottom: 0px;
}

.bg-login {
    background: #0c3e5c url('../img/login.jpg') no-repeat right center;
    padding: 50px 0px 40px 0px;
    min-height: 537px;
    background-size: cover;
    animation: panning 100s linear;
}

.bg-login .card {
    padding: 50px 30px;
    /* margin-top: 30px; */
}

.btn.btn-primary {
    background: #144868;
    font-size: 18px;
    box-shadow: none;
    text-transform: capitalize;
}

.btn.btn-primary:hover {

}


.bg-login h3 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.bg-login h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 15px;
}

.login-icon {
    height: 40px;

}

.card-profile img {
    max-width: 60px;
}

p.service-desc {
    margin-top: 10px;
    color: #eee;
}

.vio-icon {
    text-align: center;
}

.vio-icon i {
    font-size: 32px;
    text-align: center;
}

thead.bg-primary {
    color: #eee;
    font-size: 18px;
    font-weight: bold;
}

.pull-left {
    float: left;
}

.total-num h5 {
    margin-bottom: 0px;
    background-color: #eee;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    height: 50px;
    line-height: 46px;
    font-size: 20px;
}

.total-num h5 small {
    font-weight: bold;
    margin: 0 5px;
}

.credit-card-info {
    margin-top: 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    padding: 15px 20px;
}

.credit-card-info .form-outline .form-control {
    background-color: #fff;
}

.inner-logo {
    height: 60px;
}

.inner-page .top-nav {
    padding: 20px 0px;
}

.inner-page .top-nav .btn-acc {
    margin-top: -20px;
}

.sub-categories .card:hover {
    background: #f6f6f6;
    /* color: #fff; */
}


.sub-categories .card img {
    background: #fff;
    border-radius: 40px;
    /* padding: 10px; */
    width: 48px;
}

.sub-categories .card .image {
    float: right;
    display: block;
    width: 60px;
    padding: 10px;
    border-radius: 50%;
}

.sub-categories .card::after {
    clear: both;
}


.profile-card-3 {
    position: relative;
    float: left;
    /* overflow: hidden; */
    width: 100%;
    text-align: center;
    height: 300px;
    border: none;
    background: #fff !important;
    box-shadow: none !important;
    border-radius: 6px;
}

.profile-card-3 .background-block {
    float: left;
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 6px 6px 0px 0px;
}

.profile-card-3 .background-block .background {
    width: 100%;
    vertical-align: top;
    opacity: 0.9;
    transform: scale(1);
    transition: 500ms linear;
    filter: grayscale(70%);
}

.profile-card-3:hover .background {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.profile-card-3 .card-content {
    width: 100%;
    padding: 0px 25px 15px 25px;
    color: #232323;
    float: left;
    height: 50%;
    border-radius: 0 0 5px 5px;
    position: relative;
    z-index: 7;
}

.profile-card-3 .card-content::before {
    border-radius: 6px;
    content: "";
    background: #fff;
    width: 95%;
    height: 100%;
    left: 11px;
    bottom: 30px;
    position: absolute;
    z-index: -1;
}

.profile-card-3 .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 61%;
    left: 50%;
    max-width: 75px;
    opacity: 1;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 50%);
    border: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 99;
    background: #fff;
}

.profile-card-3 h2 {
    margin: -15px 0 8px;
    font-size: 20px;
    color: #0c3e5c;
}

.profile-card-3 h2 small {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.profile-card-3 i {
    bottom: -3px;
    position: relative;
}

.profile-card-3 .icon-block {
    float: left;
    width: 100%;
    margin-top: 15px;
}

.profile-card-3 .icon-block a {
    text-decoration: none;
}

.profile-card-3 .card-content p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 100;
}

.profile-card-3 hr {
    margin: 10px 10px 5px 10px;
}

.btn-outline-primary {
    color: #b9d0d1;
    border-color: #0b8992;
}

.navbar .nav-link,
.navbar-brand {
    color: #0f4361;
    font-weight: 500;
}

.card .btn-outline-primary {
    color: #0f4361;
    font-size: 16px;
}

#sub-banner {
    box-shadow: none;
    padding: 30px 0px;
    margin-bottom: 0px;
    background-position: center;
    border-bottom: 1px solid #ccc;
    background-color: #0D4261 !important;
    background: linear-gradient(34deg, rgba(54, 119, 158, 1) 0%, rgba(12, 62, 92, 1) 100%);
}

#sub-banner h1 {
    font-size: 34px;
    line-height: 36px;
    text-align: center;
    margin-bottom: -5px;
    color: #fff;
    font-weight: bold;
}

.navbar-brand.selected {
    border-bottom: 3px solid #0b8992;
}

.mnpg-service {
    display: inline-block;
    background: #ffffff;
    border-radius: 4px;
    border: 0px;
    margin: 5px 0px 5px 0px;
    font-size: 14px;
    padding: 5px 8px 2px 8px;
    color: #4f4f4f;
    font-weight: bold;
    text-decoration: underline;
}

.meta-inf {
    text-align: center;
}

.btn-light {
    background-color: #f0f0f0;
}

.profile-card-3 .btn-light {
    font-weight: bold;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1.5rem;
    color: #4f4f4f;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #e1eaf0;
}

.list-group-item.active {
    background-color: #0b8992;
    color: #fff;
    font-weight: bold;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.v-spacer1 {
    height: 100px;
    clear: both;
}

.v-spacer2 {
    height: 32px;
    clear: both;
}

.navbar .nav-link:hover {
    color: #0b8992;
}



#main-banner .card-text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
}

#ovd-banner .card-text {
    font-size: 24px;
    line-height: 34px;
    font-weight: 500;
    color: #fff;
}

#main-banner h1 {
    font-weight: bold;
    margin-top: 44px;
    color: #fff;
    font-size: 65px;
}

#ovd-banner h1 {
    font-weight: bold;
    margin-top: 44px;
    color: #fff;
    font-size: 65px;
}

#main-search {
    position: relative;
    margin-top: -75px;
}

#main-search button {
    color: #fff;
    border-radius: 4px;
    background: #a29475;
}

#main-search .input-group {
    background: #fff;
    padding: 5px 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#main-search #searchInput {
    height: 65px;
    border: 0px;
    padding-left: 30px;
    font-size: 1.25rem;
}

#main-search #searchInput::before {
    color: #333;
    width: 50px;
    height: 50px;
    background: olive;
    content: "Read this: ";
}

#main-search #searchSelect {
    margin-top: 10px !important;
    border: 0px;
    padding-left: 30px;
    margin-bottom: 0px !important;
    border-left: 1px solid #ccc;
}

#main-categories .col-md-3 {
    padding: 5px;
}


#main-banner {
    box-shadow: none;
    padding: 0px 0px 0px 0px;
    background: url('../img/example.jpg');
    background-size: cover;
    background-position: center center;
    animation: panning 100s linear;
}


#ovd-banner {
    box-shadow: none;
    padding: 0px 0px 0px 0px;
    background: url('../img/ovdbanner.jpg');
    background-size: cover;
    background-position: center center;
    animation: panning 100s linear;
}

@keyframes panning {
    0% {
        background-position: 0% 0%;
    }

    25% {
        background-position: 100% 100%;
    }

    50% {
        background-position: 100% 0%;
    }

    75% {
        background-position: 0 100%;
    }

    200% {
        background-position: 0 0;
    }
}


.custom-overlay {
    min-height: 500px;
    padding: 140px 0px 80px 0px;
    background: rgb(0, 0, 0);
    background: linear-gradient(100deg, rgba(0, 0, 0, 0.40940126050420167) 0%, rgba(12, 62, 92, 0) 100%);
}

.banner-stats {
    border-radius: 8px;
    padding: 10px;
    color: #fff;
}

.banner-stats h4 {
    margin: 0px;
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.banner-stats .ban-inn {
    border-radius: 8px;
    border: 2px solid #fff;
    width: 47%;
    float: left;
    padding: 10px;
    text-align: center;
    margin-right: 10px;
}

.banner-stats .ban-inn h3 {
    margin-bottom: 0px;
    font-size: 64px;
    line-height: 40px;
    padding-top: 10px;
    margin-top: 28px;
}

.banner-stats .ban-inn span {
    display: block;
    font-size: 20px;
    margin: 10px 0px;
    color: #f8f8f8;
}

#metrash-app {
    margin-top: 48px;
    background: #e1eaf0;
}

#metrashCarousel .carousel-item img {
    height: 449px;
    margin-top: 3px;
}

.carousel-control-next-icon:after,
.carousel-control-prev-icon:after {
    font-family: Font Awesome\ 5 Pro, Font Awesome\ 5 Free;
}

#metrashCarousel .carousel-item {
    text-align: center;
}

.metrash-slider {
    background: url('../img/metrash/mobile.png') no-repeat center top;
    background-size: contain;
    height: 450px;
    margin-top: -52px;
    /* margin-bottom: -10px; */
}

.mob-cam {
    position: absolute;
    z-index: 9999999;
    text-align: center;
    right: 170px;
    top: 13px;
}

.mob-cam img {
    width: 75px;
}

.metrash-description {
    padding: 40px 25px 25px 25px;
    border-radius: 12px;
    background-color: #e1eaf0;
    margin-top: 34px;
    /* font-weight: bold; */
}

.metrash-description h1 {
    color: #044363;
    /* font-weight: bold; */
    font-size: 50px;
}

.metapplink img {
    border-radius: 8px;
    margin-top: 20px;
    width: 100%;
    max-width: 225px;
    width: 130px;
}

.metrash-description .col-md-4 {
    text-align: center;
}

#main-cate {
    padding: 15px;
}

#featured-cat {
    padding: 120px 0px;

}

#bg-navy {
    background: #f1f4f8;
}

.form-section {
    padding: 25px 20px 25px 20px;
    border: 1px solid #eee;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    background: #fff;
}



.info-data .data-cell {
    padding: 5px 10px 0px 10px;
    margin-bottom: 10px;
    border-radius: 6px;
}

.info-data .data-cell label {
    display: block;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
}

.info-data .data-cell span {
    display: block;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    margin-top: 0px;
}

.inner-subtitle {
    color: #044363;
    font-weight: bold;
    border-bottom: 1px solid #f1f4f8;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.families-container .card-profile {
    border-radius: 6px;
}

.families-container .card-profile .card-title {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 15px;
    border-bottom: 1px solid #0c959e;
}

.families-container .card-profile .card-body {
    background: #0c8d96 url(../img/famili-card-bg.png) right no-repeat;
    background-size: cover;
    color: #fff !important;
    border-radius: 0.25rem;
    padding: 0px 20px;
}

.card-profile .info-data .data-cell {
    background-color: transparent;
    border: none;
}

.form-outline .form-control~.form-label {
    font-weight: bold;
}

.bg-teal {
    background: #e1eaf0;
    /* color: #fff; */
}

.table th {
    font-size: 15px;
    font-weight: bold;
}

.vio-text {
    text-align: right;
}

.table>:not(caption)>*>* {
    border-bottom: 0px;
}

.violations-table .btn-light {
    font-weight: bold;
}

.modal-header {
    color: #044363;
    font-weight: bold;
    background: #e1eaf0;
}

.modal-title {
    font-weight: bold;
    font-size: 20px;
}

.modal-footer {
    background: #fafafa;
}

.modal .total-num h5 {
    margin: 0px auto;
    background-color: #eee;
    display: block;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    height: 41px;
    line-height: 35px;
    font-size: 19px;
}

.green-text {
    color: #090;
}

.confirmation .btn.btn-light {
    font-size: 18px;
}



.brc-default-l1 {
    border-color: #dce9f0 !important;
    font-weight: bold !important;
    font-size: 16px;
    color: #0c3e5c;
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important;
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.text-grey-m2 {
    color: #58595b !important;
}

.text-success-m2 {
    color: #86bd68 !important;
}

.font-bolder,
.text-600 {
    font-weight: 600 !important;
}

.text-110 {
    font-size: 110% !important;
}

.text-blue {
    color: #0e415f !important;
}

.pb-25,
.py-25 {
    padding-bottom: .75rem !important;
}

.pt-25,
.py-25 {
    padding-top: .75rem !important;
}

.bgc-default-tp1 {
    background-color: #e1eaf0;
    /* color: #333; */
}

.bgc-default-l4,
.bgc-h-default-l4:hover {
    background-color: #f3f8fa !important;
}


.w-2 {
    width: 1rem;
}

.text-120 {
    font-size: 120% !important;
}

.text-primary-m1 {
    color: #4087d4 !important;
}

.text-danger-m1 {
    color: #dd4949 !important;
}

.text-blue-m2 {
    color: #ffffff !important;
}

.text-150 {
    font-size: 150% !important;
}

.text-60 {
    font-size: 60% !important;
}

.text-grey-m1 {
    color: #7b7d81 !important;
}

.align-bottom {
    vertical-align: bottom !important;
}


.brc-default-l1 th {
    color: #044363;

}

.brc-default-l1 tbody td {
    font-weight: bold;
}

.form-group label {
    font-weight: bold;
    margin-bottom: 5px;
}

.ltr .vio-text {
    text-align: left !important;
}

.ltr #sub-banner h1,
.ltr .families-container .card-profile .card-title,
.ltr .inner-subtitle {
    font-weight: 500;
}

.ltr .form-group label {

    font-size: 15px;
}

.ltr #sub-banner h1 {
    font-size: 32px;
    line-height: 30px;
}

.btn {
    text-transform: capitalize;
}

.ltr footer h6,
.ltr footer p {
    text-align: left !important;
}

.ltr .text-grey-m2 .my-2 {
    text-align: right;
}

/* .ltr .form-check-input[type=checkbox]:checked:after {
    left: 4px;
} */

body.ltr .form-group label,
body.ltr .form-label{
    font-weight: 300 ;
}

body.ltr .nav-pills {
    margin-right: -.8rem;
    margin-left: inherit;
}
.errorMsg,
#captchaResponseErrMsg {
    color: #ff2121;
    font-size: 13px;
    margin-top: 5px;
    font-weight: bold;
}

.inputError {
    border-color: #ff2121;
}

input.form-control.inputError{
      box-shadow: 0 0 0 4px rgb(251 78 78 / 28%);
	  margin-bottom:7px;
}

.form-check-inline {
    margin-left: 0px
}

.btn-bck {
    font-size: 18px;
    border-color: #d9d9d9;
    color: #333;
}

.text-right {
    text-align: right;
}

.form-control1.numeric {
    height: 40px;
    /* min-width: 130px; */
    border: 1px solid #bdbdbd;
    border-left: 0px;
    padding: 0px 10px;
    font-size: 14px;
}

.ltr .form-control1.numeric {
    border-left: 1px solid #bdbdbd;
    border-right: 0px
}

.input-group-text.refreshCaptcha {
    height: 40px
}

.modal {
    z-index: 99999999
}

#card-number {
    text-align: right
}

.ltr #card-number {
    text-align: left
}

#expiry-month,
#expiry-year,
#security-code {
    text-align: center
}

.lg-error-icon {
    color: #d50f0f;
    font-size: 80px;
}


#main-banner * {
    text-shadow: 1px 1px #000;
}

#ovd-banner * {
    text-shadow: 1px 1px #000;
}


.nav-pills .nav-link {
    border-radius: .25rem;
    font-size: 12px;
    padding: 17px 29px 16px;
    line-height: 1;
    background-color: #fff;
    font-weight: 500;
    color: rgba(0, 0, 0, .55);
    margin: .5rem;
    text-transform: capitalize;
}
.nav-pills .nav-link small{
    display: block;
    text-align: center;
    color: #666;
    font-weight: 500;
    font-size: 13px;
    margin-top: 10px;
}
.nav-pills {
    border-radius: .55rem;
    padding: 5px 5px;
}

.nav-justified .nav-item .nav-link {
    background: #fafafa;
    border-radius: .55rem;
    font-size: 18px;
    border-bottom: 5px solid #fafafa;
    padding-left: 10px;
    padding-right: 10px;
}

.nacbill-icon {
    display: block;
    margin: 10px auto;
    width: 64px;
    max-height: 64px;
    filter: grayscale(100%);
}

.nav-pills .nav-link.active .nacbill-icon{
    filter: grayscale(0%);
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #fff;
    border-bottom: 5px solid #164b6b;
    border: 1px solid #eee;
    border-bottom: 5px solid #164b6b;
    font-weight: bold;
    transition:all 300ms ;
}
.nav-pills .nav-link.active{
    color: #044363;
}
.tab-content>.tab-pane , .tab-actions{
    padding: 32px;
    background: #fff;
    min-height: 150px;
    border-radius: 0.55rem;
}

.form-section2 {
    padding: 25px 20px 35px 20px;
    border: 1px solid #eee;
    border-radius: 0.25rem;
    margin-bottom: 20px;
    background: #e1eaf0;
}

.vehicle-content {
    margin-left: 14px;
}
.vehicle-content .input{
    width: 100%;
    min-width: 0;
    padding: 17px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    background: #f1f4f6;
    border: none;
}

.vehicle-content .form-label{
    font-weight: bold;
    margin-bottom: 5px;
}

.vehicle-content .form-select-lg, .vehicle-content input{
    height: 50px;
    line-height: 34px;
    font-weight: bold;
    border: 1px solid #dae2e8;
    box-shadow: 0 0 0 4px #fafafa;
    background-color: #fff;
}

.vehicle-content .form-select-lg:hover{
    border: 1px solid #dae2e8;
    box-shadow: 0 0 0 4px #ebf4ff;
    background-color: #fff;
}

.btn.btn-outline-primary{
    color: #144868;
    font-size: 18px;
    box-shadow: none;
}

input.form-control{
    height: 50px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid #dae2e8;
    box-shadow: 0 0 0 4px #fafafa;
    background-color: #fff !important;
}
input.form-control:hover{
    box-shadow: 0 0 0 4px #ebf4ff; 
}
.form-check-input[type=checkbox]:checked:focus,
.form-check-input:checked {
    border-color: #0b8992;
}
.form-check-input[type=checkbox]:checked:focus ,
.form-check-input[type=checkbox]:checked {
    background-image: none;
    background-color: #0b8992;
}

@media only screen and (max-width: 768px) {
    .metrash-slider {
        display: none !important;
    }
    #main-banner{
        display: none;
    }#ovd-banner{
        display: none;
    }
    .mob-none{
        display: none;
    }
    .nav-justified .nav-item .nav-link{
        font-size: 15px;
        padding: 5px;
    }
    .nacbill-icon{
        width: 48px;
    }
    .nav-pills .nav-link.active {
        color: #044363;
        font-weight: 500;
    }
    .v-spacer1{
	 display: none;
	}
}

hr:not([size]) {
    height: 1px;
    color: #f1f4f8;
    margin: 0.75rem 0;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    height: 50px;
    line-height: 40px;
    font-weight: bold;
    border: 1px solid #dae2e8;
    box-shadow: 0 0 0 4px #fafafa;
    border-radius: .25rem;
    padding-right: 7px;
    padding-top: 11px;
    padding-left: 7px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    top: 6px;
    width: 20px;
}

.select2-container--default .select2-selection--single:hover{
    box-shadow: 0 0 0 4px #ebf4ff; 
}

.w-33 {
    width: 33% !important;
}

.hstack.gap-3{
    direction: rtl;
}
.select2-search--dropdown .select2-search__field{
    border-radius: 5px;
}


.pagination  .page-item.active .page-link {
    background-color: #e1eaf0;
}

.pagination-lg .page-link {
    padding: .5rem 1.2rem;
    font-size: 1.2rem;
}

#plateTable td{
   	 padding: 0.7rem 1.4rem
}


/* .captcha-mob .numeric{border:1px solid #900} */

@media all and (device-width: 820px) {
    .metrash-slider {
        display: none !important;
    }
    #main-banner{
        display: none;
    }#ovd-banner{
        display: none;
    }
    .mob-none{
        display: none;
    }
	.banner-stats{
	display:none !important;
	}
	.v-spacer1{
	 display: none;
	}
}

.recaptcha-align{
	display:flex;
	justify-content:flex-start;
}

@media only screen and (max-device-width: 763px) {
  	.padding-10{
	    margin-bottom: 10px;
	}
	.text-right {
    	text-align: center;
	}
	
	.recaptcha-align{
		display:flex!important;
		justify-content:center !important;
	}
}

@media all and (device-width: 1024px) {
.banner-stats{
	display:none !important;
	}
}

.card-visa {
    border: 1px solid #dae2e8;
    box-shadow: 0 0 0 4px #fafafa;
}