body {
    overflow-x: hidden;
}

.bg-orange {
    background-color: var(--orange);
}

.container-empty > .row,
.container-empty > .row > .col-md-12 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.row-center .row {
    justify-content: center !important;
}

.h-300px{
    height: 300px !important;
}

.h-250px{
    height: 250px !important;
}

.h-200px{
    height: 200px !important;
}

.h-135px {
    height: 135px !important;
}

.flex-1 {
    flex: 1 !important;
}
.flex-auto {
    flex: auto !important;
}

.banner-content .text-white{
    font-size: 4.375rem;
    line-height: 1.2;
}

.banner-content .text-white{
    font-size: 4.375rem;
    line-height: 1.2;
}

.banner-content h3{
    margin-bottom: 0;
    display: inline-block;
}

.section-head .sub-title {
    color: var(--secondary);
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 700;
}

.gradient-sec .section-head .sub-title,
.gradient-sec .section-head .title {
    color: #fff;
}

h3.dz-title,
h3.testimonial-name {
    font-size: 1rem;
}

/* ==================== ====================== */
.text-3-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-2-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-1-line {
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-app h4, .btn-app .h4 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
}

/* ================ FOOTER =============== */
.site-footer.style-1 .widget_services ul li a,
.site-footer.style-2 .widget_services ul li a,
.site-footer.style-3 .widget_services ul li a{
    text-transform: initial;
}
.widget_getintuch ul li {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.widget_getintuch ul li i {
    position: initial;
    min-width: 40px;
}

/* =================== TABLE ================ */
.table, .table p {
    margin-bottom: 0;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    border-radius: 3px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: #00000080;
}

.dataTables_wrapper .form-select {
    width: auto !important;
    border: var(--bs-dark) solid 1px;
}

.dataTables_wrapper .bottom,
.dataTables_wrapper .top{
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: space-between;
}
.dataTables_wrapper .bottom {
    margin-top: 10px;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate{
    align-items: center;
    padding-top: 0 !important;
    white-space: nowrap;
}

.dataTables_paginate .pagination li .page-numbers,
.dataTables_paginate .pagination li .page-link {
    height: 36px;
    min-width: 36px;
    line-height: 36px;
    border-radius: 36px;
}

.dataTables_paginate .page-item.disabled .page-link {
    background-color: rgb(235, 235, 235);
    display: flex;
    justify-content: center;
    align-items: center;
}

/* =================== CUSTOMS ================ */
@media only screen and (min-width: 992px) {
    .container {
        max-width: 1100px;
    }
}


@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media only screen and (min-width: 1300px) {
    .container {
        max-width: 1235px;
    }
}

@media only screen and (min-width: 1400px) {
    .container {
        max-width: 1330px;
    }
}

hr {
    background-color: transparent;
    opacity: 1;
    border: none;
    border-top: 1px solid rgba(0,0,0,.1);
}

.object-non-visible {
    opacity: 0;
    filter: alpha(opacity=0);
}

.object-visible,
.object-non-visible.object-visible {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* =================== HEADER =================== */

.header-nav {
    min-height: 100px;
}

.site-header.style-1 .main-bar-wraper {
    margin-top: 15px;
}

.header-nav .nav {
    justify-content: flex-end;
}

.header-nav .nav > li > a {
    padding: 0 15px;
    font-size: 1.05rem;
    text-transform: initial;
    font-weight: 400;
}

.header-nav .nav > li.active > a {
    color: var(--orange);
}

.header-nav .nav > li {
    padding: 5px 0;
}

.header-nav .nav > li:hover > a {
    color: var(--orange);
}

/* .header-nav .nav > li:not(:last-of-type)>a {
    border-right: 1px solid #000;
} */

.logo-header {
    width: auto;
}

.logo-header img {
    max-width: 100%;
    height: 85px;
}

.site-header.style-1 .is-fixed .main-bar .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* .site-header.style-1 .main-bar .container {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
} */

.dz-bnr-inr-md {
    height: 500px;
}

.dz-bnr-inr h1, .dz-bnr-inr .h1 {
    font-size: 50px;
}

@media (min-width: 1024px) {


    .is-fixed .header-nav .navbar-nav:not(:first-of-type){
        display: none !important;
    }
    
    .is-fixed .header-nav .navbar-nav > li a {
        border-right: none !important;
    }
    
    .is-fixed .header-nav .navbar-nav {
        justify-content: space-between;
    }
    
    .is-fixed .header-nav .navbar-nav>li>a {
        font-size: 18px;
    }
}

/* @media (max-width: 991px) {
    .header-nav .nav > li:not(:last-of-type)>a {
        border-right: none;
    }
} */

/* ===================== BTN =================== */
a:disabled, button:disabled,
a.disabled, button.disabled {
    cursor: not-allowed !important;
    pointer-events: initial !important;
}

.btn-icon {
    display: inline-flex;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
    padding: 0;
}
.btn-icon i{
    color: #fff;
}

.btn.btn-sm, .btn-group-sm > .btn, .btn-group-sm > .wp-block-button__link, .btn-sm.wp-block-button__link {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* ====================== FORM ========================= */
.form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    height: 40px;
    font-weight: 300;
    font-size: 14px;
    border-color: #acbeec;
    color: #777777;
    position: relative;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 8%);
}

.has-feedback .form-control {
    padding-right: 30px;
}

.has-feedback {
    position: relative
}

.has-feedback .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    top: 0;
    right: 0;
    color: #777777;
    position: absolute;
    text-align: center;
    margin-top: 0;
}

.has-feedback label ~ .form-control-feedback{
    top: 27px;
}

.custom-file {

    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 41px;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.7;
    color: #495057;
    background-color: #fff;
    border: 1px solid #acbeec;
    border-radius: 0.25rem !important;
    box-shadow: none;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
    height: 39px;
    line-height: 1.7;
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
    padding-right: 12px;
}

.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #acbeec;
}

.is-invalid.select2-container--default .select2-selection--single,
.has-error .custom-file-label {
    border-color: #dc3545;
}

.has-error .invalid-feedback {
    display: block;
}

.list-unstyled {
    margin-bottom: 0;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single{
    height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
}
.select2-container--default .select2-selection--single {
    border-color: #acbeec;
}
.select2-container--default.select2-container--open .select2-selection--single {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    border-top-color: rgb(128, 189, 255);
    border-right-color: rgb(128, 189, 255);
    border-bottom-color: rgb(128, 189, 255);
    border-left-color: rgb(128, 189, 255);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
}

.select2-results__options::-webkit-scrollbar-track{
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar{
	width: 10px;
	background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar-thumb{
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #80bdff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

table .select2-container {
    width: 100% !important;
}

/* ========================= */
.dropdown-toggle.dropdown-toggle-no-caret::after {
    display: none;
}

.main-menu>li {
    padding: 5px 0;
}
.main-menu>li>a {
    border-radius: 0px;
    padding: 0 10px;
}
.main-menu>li:not(:last-of-type)>a{
    border-right: 1px solid #000;
}

.search-bx .form-group {
    margin-bottom: 0;
    position: relative;
}
.search-bx .form-control {
    padding: 10px 20px;
}

.search-bx .dropdown-menu {
    z-index: 103;
    padding: 20px;
    min-width: 280px;
    -webkit-border-radius:  5px;
    -moz-border-radius:  5px;
    border-radius: 5px;
}

.background-primary {
    background-color: #0384D8;
}

.background-green-gradient {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(196,216,95,1) 100%);
}

.background-organe-gradient-opacity {
    background: linear-gradient(180deg, rgba(241,91,41,1) 0%, rgba(255,255,255,0.5214460784313726) 100%);
}

.background-img{
    position: relative;
    background: url(/assets/dhcd/img/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.translucent-bg .light-translucent-bg {
    background-color: #fff;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}
.translucent-bg *:not(.light-translucent-bg) {
    z-index: 2;
}

.border-w5px {
    border: 5px solid #fff;
}

.border-e1px{
    border: 1px solid #eee;
}

.border-rsb {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

.block-title {
    display: inline-block;
    border-bottom: 2px solid var(--orange);
    line-height: 1.4;
    margin-bottom: -2px;
    font-size: 18px;
    font-weight: bold;
    color: var(--primary);
    padding-bottom: 8px;
    text-transform: uppercase;
}

.block2-title {
    line-height: 1.4;
    font-size: 36px;
    font-weight: bold;
    color: var(--orange);
    padding-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
}

.background-primary .block2-title,
.pattern-bg .block2-title{
    color: #fff;
}

img.grow {
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    object-fit: cover;
}

img.grow:hover,
    .overlay-container:hover img.grow {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.box-news {
    padding-top: 50px;
    padding-bottom: 50px;
}


.dz-share-post .post-tags a {
    margin-left: 18px;
    margin-right: 0;
}

/* ================== PORTLET ================ */

.nav-categories {
    position: relative;
    z-index: 3;
    list-style: none;
    padding: 0;
}

.widget_categories .cat-item.active {
    color: var(--primary);
}

@media (max-width: 575px) {
    .nav-categories {
        display: none;
        padding: 20px 0;
    }
    .nav-categories li a {
        padding: 5px 15px;
        display: block;
    }
    .nav-categories li a br {
        display: none;
    }
    .nav-categories li a:hover {
        background-color: #2499dc;
        color: #fff;
    }
    .nav-categories li.active a {
        background-color: #2499dc;
        color: #fff;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories {
        margin: -60px 0 0;
        padding-bottom: 15px;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (min-width: 1200px) {
    .nav-categories {
        -ms-flex-pack: start;
        justify-content: start;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories li {
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
        max-width: 220px;
        padding: 0 5px;
        margin-bottom: 20px;
    }
    .nav-categories li a {
        display: block;
        height: 100px;
        font-size: 18px;
        font-weight: 400;
        text-transform: initial;
        background-color: white;
        -ms-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding-right: 10px;
        padding-left: 10px;
        transition: all 0.3s ease;
    }
    .nav-categories li a:hover {
        background-color: #2499dc;
        color: #fff;
    }
}

@media only screen and (min-width: 576px) and (min-width: 1200px) {
    .nav-categories li a:hover {
        height: 120px;
    }
}

@media only screen and (min-width: 576px) {
    .nav-categories li.active a {
        height: 120px;
        background-color: #2499dc;
        color: #fff;
    }
}

/* ================== box-news-1 ===================== */
.box-img,
.cat-img {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
}

.box-news-1 .box-caption{
    padding: 10px 0;
}

.box-news-1 .box-caption h3,
.box-news-1 .box-caption p {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 1rem;
}

.box-news-1.style-2 .box-caption{
    padding: 15px 20px 20px;
}

/* ================== box-news-2 ===================== */
.box-news-3 .box-caption {
    padding: 10px 0;
}
.box-news-3 .box-caption h3,
.box-news-3 .box-caption p {
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    font-size: 1rem;
}

.box-news.layout-4 p
.box-news.layout-4 h3,
.box-news.layout-4 a:not(.btn){
    color: #fff;
    font-size: 1rem;
}

/* ================== layout-8 ===================== */
.layout-8 .box-news-1 .box-caption{
    height: 190px;
}

/* ================== box-cat-6 =================== */
.box-cat-6{
    padding: 50px 0;
}

.box-cat-6 .cat-body {
    background: linear-gradient(180deg, rgba(241,91,41,1) 0%, rgba(255,255,255,0.5214460784313726) 200%);
    padding: 40px;
}

.box-cat-6 .cat-body h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.box-cat-6 .cat-body h3,
.box-cat-6 .cat-body h3 a{
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
}

/* ================== box-cat-7 =================== */
.box-cat-7{
    padding: 20px 0;
}

.box-cat-7 .cat-body h2 {
    font-weight: 600;
    font-size: 36px;
    color: #fff;
}

.box-cat-7 .cat-body h3,
.box-cat-7 .cat-body h3 a,
.box-cat-7 .cat-body p{
    color: #fff;
    font-size: 1rem;
}

.video-bx.style-2 .video-btn {
    top: 55%;
}
/* ==================== NEWS DETAI ================== */
.detail-news.dz-bnr-inr h1 {
    font-size: 32px;
}

.detail-news .breadcrumb {
    flex-wrap: nowrap;
    display: inline-flex;
}

.detail-news .breadcrumb-item {
    display: flex;
}

.detail-news ul .breadcrumb-item + .breadcrumb-item::before {
    padding-right: 5px;
}

/* =========================================
Social Button
========================================= */
.social-button {
    display: inline-grid;
    position: fixed;
    top: 45vh;
    right: 15px;
    min-width: 45px;
    text-align: center;
    z-index: 99999;
}

.social-button-content {
    display: inline-grid;
}

.social-button a {
    padding: 8px 0;
    cursor: pointer;
    position: relative;
}

.social-button i {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999;
}

.social-button img {
    width: 40px;
    height: 40px;
    background: #43a1f3;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999;
}

.social-button span {
    display: none;
}

.alo-circle {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: zoomIn;
    width: 50px;
    height: 50px;
    top: 3px;
    right: -3px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #0089B9;
    opacity: .5;
}

.alo-circle-fill {
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: pulse;
    width: 60px;
    height: 60px;
    top: -2px;
    right: -8px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: rgba(0, 175, 242, 0.5);
    opacity: .75;
}

.social-button .facebook-icon i {
    background-color: #036CE4;
}

.social-button .youtube-icon i {
    background-color: #FF0000;
}

.social-button .instagram-icon i {
    background-color: #FD6801;
}

.call-icon:hover>span,
.youtube-icon:hover>span,
.instagram-icon:hover>span,
.facebook-icon:hover>span,
.mail-icon:hover>span {
    display: block
}

.social-button a span {
    border-radius: 2px;
    text-align: center;
    background: #F7A001;
    padding: 9px;
    display: none;
    width: 180px;
    margin-right: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 9px;
    right: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1;
}

@-webkit-keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes headerAnimation {
    0% {
        margin-top: -70px;
    }

    100% {
        margin-top: 0;
    }
}

.social-button a span:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0px 10px 10px;
    border-color: transparent transparent transparent #F7A001;
    position: absolute;
    right: -10px;
    top: 10px;
}

@media (max-width: 576px) {
    .social-button {
        display: none;
    }
}

/* ======================FOOTER================= */
footer .footer-top {
    padding: 30px 0;
    border-top: 1px solid #eee;
}

footer .footer-top .title {
    font-size: 36px;
    color: var(--primary);
    font-weight: 700;
}

.table-footer tbody td {
    padding: 7.5px 0;
    color: #000;
    font-weight: 500;
}
.table-footer tbody tr td:first-of-type{
    padding-right: 50px;
}

footer .footer-bottom{
    background-color: #1C74BC;
    padding: 15px 0 0;
    color: #fff;
}

footer .footer-social {
    text-align: right;
}

.footer-social i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: #fff;
    color: #43a1f3;
    border-radius: 20%;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    position: relative;
    z-index: 999;
}

.footer-social svg {
    width: 16px;
    height: 16px;
}

@media (max-width: 991px) {
    .header-dropdown-buttons {
        display: none;
    }
}

@media (max-width: 540px) {
    footer .footer-bottom .col-md-8 {
        justify-content: center;
    }
    footer .footer-social {
        text-align: center;
    }
}
/* ==================== SERVICES LINK ================== */
.section-wraper-left .icon-bx-wraper,
.section-wraper-right .icon-bx-wraper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.icon-bx-sm {
    margin-top: -15px;
}

.icon-bx-sm.gradient-sec i{
    color: #fff;
}

.icon-bx-wraper.style-1.active {
    background-color: var(--orange);
}

.icon-bx-wraper.style-1.active [class*="icon-bx"] i {
    color: var(--primary);
}

.about-bx4 .dz-media:after {
    height: 60%;
}

.about-bx4 .dz-tilte{
    font-size: calc(1rem + 0.3vw);
}

/* =================== Pagination ===================== */
.pagination {
    text-align: center;
    justify-content: center;
}

.pagination li .prev, .pagination li .next {
    background-color: rgb(235, 235, 235);
}
.pagination li .prev:hover, .pagination li .next:hover {
    color: rgb(255, 255, 255);
    background-color: var(--primary);
    border-color: var(--primary);
    box-shadow: 0px 5px 12px var(--rgba-primary-4);
}
.page-item.active .page-link {
    background-color: var(--primary);
    border-color: var(--primary);
}

.tp-caption .tp-revstop	{
    margin: 15px 18px !important;
}

/* ========== widget-post =========== */
.recent-posts-entry .widget-post-bx .widget-post .dz-media {
    height: 60px;
    width: 80px;
}
.recent-posts-entry .widget-post-bx .widget-post .dz-media img {
    height: 100%;
    object-fit: cover;
}
.pricingtable-wrapper.profile .pricingtable-features li:nth-child(1)::after {
    content: "\f0e0";
}
.pricingtable-wrapper.profile .pricingtable-features li:nth-child(2)::after {
    content: "\f879";
}
