@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
body {
    font-family: Poppins, sans-serif;
}

a {
    text-decoration: none;
}

.search-bar {
    position: relative;
}

.search-bar input {
    padding-right: 100px;
}

.search-bar button {
    position: absolute;
    right: 7px;
    top: 5px;
}

ul.list-style-none {
    list-style: none;
    padding-left: 28px;
}

.font-size-10 {
    font-size: 10pt;
}

.text-light-muted {
    color: #6d6b6b;
}

.no-pad {
    padding-left: 18px;
}

.logo {
    height: 28px;
}

.search-label {
    text-transform: uppercase;
    font-size: 9pt;
    color: #a29d9d;
}

.search-value {
    text-transform: uppercase;
}

.loader img {
    width: 300px;
}

.show-after-5 {
    display: none;
}

.blur {
    filter: blur(4px);
}

.no-data {
    position: absolute;
    top: 13%;
    left: 50%;
    transform: translate(-50%);
    width: 73%;
}

.page-padding {
    padding: 65px 0px;
}

.page-content {
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 11pt;
    text-align: justify;
}

.form-group {
    margin-bottom: 15px;
}

.btn-block {
    width: 100%;
}

.bg-dark {
    color: #fff;
    background-color: #0f2537 !important;
}

.left-sidebar {
    width: 200px;
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
}

.content {
    display: inline-block;
    width: calc(100% - 225px);
}

.editor {
    width: 100%;
    height: 400px;
}

blockquote {
    position: relative;
    text-align: left;
    padding: 1.2em 0 2em 38px;
    border: none;
    margin: 20px auto 20px;
    max-width: 800px;
    width: 100%;
    display: block;
}

blockquote:after {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    left: 0;
    color: #66cc66;
    top: 0;
    background: -moz-linear-gradient(top, #66cc66 0%, #66cc66 60%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(top, #66cc66 0%, #66cc66 60%, rgba(255, 255, 255, 0) 100%);
    /* background: linear-gradient(to bottom,#66cc66 0%,#66cc66 60%,rgba(255,255,255,0) 100%); */
}

.loader {
    text-align: center;
}

.loader img {
    width: 300px;
}

@media only screen and (max-width: 600px) {
    .mp-0 {
        padding: 0px!important;
    }
    .search-box {
        width: 100%!important;
    }
}

.thumb {
    width: auto;
    height: 43px;
    margin-right: 10px;
    border-radius: 4px;
}

.thumb-big {
    width: 250px;
    height: 150px;
    margin-right: 10px;
    border-radius: 4px;
    object-fit: cover;
}

.blog-thumbnail {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

.blog p,
.page-content p {
    margin-bottom: 8px;
}

.blog img {
    max-width: 100%;
    width: 100%;
}

.page-content img {
    max-width: 100%;
}

.form-control+small {
    color: #de4e4e;
    margin-top: 5px;
    opacity: 0;
    display: block;
}

.form-control.invalid+small {
    opacity: 1;
}

.site-title::first-letter {
    font-size: 40pt;
}

@media only screen and (max-width: 600px) {
    .mobile-pad {
        padding: 30px;
    }
}

.bill-info {
    text-align: center;
    margin-bottom: 25px;
}

.bill-info img {
    height: 50px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.bill-info-description {}

.navbar-dark .navbar-nav .nav-link {
    font-size: 10pt !important;
}