/*
Theme Name: Egovenz Child
Description: Child Theme for Egovenz Theme
Author: Zozothemes
Version: 1.0
Template: egovenz
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/*Custom Style Code Right Here */

.box-shadow {
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}

.topbar-items .nav-item-inner {
    padding-right: 10px;
}

.topbar-items + .topbar-items .nav-item:nth-child(1) .nav-item-inner {
    padding-right: 0;
}

.topbar-items.pull-right {
    align-items: center;
}

.topbar-items.pull-right .nav-link.dropdown-toggle {
    padding-right: 0;
    padding-left: 0;
}

.topbar-items ul.egovenz-main-menu > li > a {
    font-weight: 500;
}

.topbar {
    z-index: 9;
}

.egovenz-header ul.dropdown-menu > li > a.single-language {
    display: block;
    padding: 15px;
}

#menu-gt li.menu-item:after {
    display: none;
}

.blog-slider .entry-title {
    margin-bottom: 50px;
}

.blog-slider .owl-nav .owl-prev {
    /* left: -23px; */
    position: absolute;
    top: 22%;
}

.blog-slider .owl-nav .owl-next {
    /* right: -23px; */
    position: absolute;
    top: 22%;
}

.user-feedback {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 99;
}

.user-feedback-button {
    position: relative;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: block;
    cursor: pointer;
    background: black;
    transition: all 0.3s ease-in-out;
}

.user-feedback-button .img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 40px;
    height: 40px;
    transition: all 0.2s ease-in-out;
}

.user-feedback-button .text {
    width: 0;
    height: 50px;
    opacity: 0;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-in-out;
}

.user-feedback-button:hover,
.user-feedback-button.active {
    width: 200px;
    border-radius: 50px;
}

.user-feedback-button:hover .text,
.user-feedback-button.active .text {
    width: 150px;
    opacity: 1;
}

.user-feedback-button:hover .img,
.user-feedback-button.active .img {
    opacity: 0;
}

.user-feedback-container {
    position: absolute;
    bottom: 55px;
    left: 0;
    opacity: 0;
    width: 300px;
    height: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 4px #00000010;
    transition: all 0.3s ease-in-out;
    z-index: -1;
}

.user-feedback-container.active {
    opacity: 1;
    height: auto;
}

.user-feedback-container-header {
    background: #000000;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.user-feedback-container-content {
    height: auto;
    padding: 20px;
    overflow: auto;
}

.navbar-items .nav-item-inner {
    padding-right: 10px !important;
}

.nav-link {
    padding: 0 10px !important;
}

.egovenz-header .header-inner .egovenz-main-menu > li.menu-item:first-child > .nav-link {
    padding-left: 0 !important;
}

.egovenz-header .header-inner .egovenz-main-menu > li.menu-item-has-children > a:after {
    padding-left: 5px !important;
}

.egovenz-header ul.dropdown-menu li .nav-link {
    padding: 13px 20px !important;
}

.topbar-items > li.current-menu-item a {
    color: #ffd11a;
}

.footer-bottom .footer-bottom-inner ul.pull-center li.nav-item {
    margin-bottom: 15px;
}

/* Custom Style for side menu */
.wpb_category_n_menu_accordion > ul > li {
    margin-bottom: 10px !important;
}

.wpb_category_n_menu_accordion > ul > li:not(:last-child) > a {
    border: none !important;
}

.wpb_category_n_menu_accordion > ul > li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #0c426f;
}

.wpb_category_n_menu_accordion > ul > li > a:hover,
.wpb_category_n_menu_accordion > ul > li.current_page_item > a {
    color: #0c426f !important;
    background: #ffd11a;
}
.wpb_category_n_menu_accordion > ul > li > a:hover .wpb-submenu-indicator {
    color: #0c426f !important;
}

.wpb_category_n_menu_accordion > ul > li.menu-item > a:hover:before {
    color: #0c426f !important;
}

.wpb_category_n_menu_accordion > ul > li.wpb-submenu-indicator-minus > a {
    color: #0c426f !important;
    background: #ffd11a;
}

.wpb_category_n_menu_accordion > ul > li a:hover {
    color: #0c426f !important;
    background: #ffd11a;
    transition: all 0.3s;
}
.wpb_category_n_menu_accordion > ul > li .current_page_item a {
    color: #0c426f !important;
    background: #ffd11a;
}

.wpb_category_n_menu_accordion > ul > li li:hover > a,
.wpb_category_n_menu_accordion > ul > li li.current-cat > a,
.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus > a {
    border-left-color: transparent;
}

.custom-input {
    width: 100%;
    border: none;
    background: #f3f3f3;
    border-radius: 5px;
    min-height: 40px;
    padding: 0 10px;
}

.custom-label {
    font-weight: 700;
}

.pagination-container {
    text-align: center;
}

.pagination-container.top {
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #00000010;
}

.pagination-container.bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #00000010;
}

.pagination-container .pagination {
    display: inline-flex;
}

.pagination .page-item.disabled {
    cursor: not-allowed;
}

.pagination .page-item.selected > .page-link {
    background-color: #0c426f;
    color: #fff;
}

.custom-card,
.service-card {
    height: 100%;
    border-radius: 8px;
    padding: 30px;
    background: #fff;
    box-shadow: 1px 2px 20px 0px rgba(230, 230, 230, 0.8);
}

.custom-card.odd {
    background: #f6fbff;
}
.custom-card.even {
    background: #fffdf7;
}

.custom-card.three {
    background: #aaacb0;
}

.custom-card .card-title {
    font-weight: 600;
    color: #000000;
    margin-bottom: 15px;
}

.career-types {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.career-types li {
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 8px;
}

.career-types li .career-type-title {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1;
    display: block;
}

.career-types li .career-type-content {
    display: block;
    color: #000000;
    font-weight: 500;
    font-size: 14px;
}

.custom-icon {
    font-size: 24px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.read-more {
    color: #000000;
    font-weight: 600;
    border-bottom: solid 2px;
}

.btn-secondary {
    font-size: 16px;
    background: #ffd11a;
    color: #0c426f;
}

.btn-sm {
    padding: 8px 10px;
}

.ml-auto {
    display: block;
    margin-left: auto;
}

.service-card {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    margin-bottom: 15px;
}

.service-card.vertical {
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
}

.service-card.vertical .icon,
.service-card.vertical .content {
    width: 100%;
    flex: 0 0 100%;
}

.service-card .icon {
    width: 20%;
    flex: 0 0 20%;
    color: #0c426f;
    font-size: 32px;
}
.service-card .content {
    width: 80%;
    flex: 0 0 80%;
}

.service-card .content .card-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.service-card .content p {
    margin-bottom: 5px;
}

.service-links {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}

.service-links li {
    margin-bottom: 14px;
}

.service-links li a {
    color: #000000;
    font-size: 16px;
    font-style: italic;
    border-bottom: 1px solid #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 83%;
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.service-links li .list-icon {
    margin-right: 20px;
    display: inline-block;
}

.service-card:after,
.service-card:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #ffd11a;
    right: 0;
    top: 20px;
}

.service-card:before {
    background: #0c426f;
    top: 40px;
    height: 30px;
}
.reset-career {
    margin-left: 20px !important;
}

.page-title-inner .page-title,
.list-fullwidth-active .feature-box-title,
.contact-info-style-modern .contact-info-title,
.team-info .team-title h2 {
    background-image: -webkit-linear-gradient(120deg, #ffd11a 0, #0c1831e6 100%);
    background-image: linear-gradient(120deg, #ffd11a 0, #0c1831e6 100%);
}

@keyframes pulse-theme {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 #0c426f;
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(223, 25, 58, 0);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(223, 25, 58, 0);
    }
}

.es_subscription_form .es-field-wrap input[type="text"],
.es_subscription_form .es-field-wrap input[type="email"] {
    height: 60px;
    color: #656363;
    border: 1px solid #eee;
    border-right: 0;
    font-size: 14px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    padding-left: 20px;
    border-radius: 0.25rem;
}

.es_subscription_form .es_subscription_form_submit {
    height: 60px;
    color: #ffffff;
    border-right: 0;
    font-size: 14px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
}
.es_subscription_form .es_subscription_form_submit:hover {
    background: #ffd11a;
    color: #0c426f;
}

.es_subscription_message.success {
    color: #ffffff;
    font-size: 14px;
}

.es_subscription_message.error {
    color: #ff0000;
    font-size: 14px;
}

.es_spinner_image {
    display: none !important;
}

.site-footer .current_page_item a {
    color: #eaeaea !important;
}

#sexy_tooltip_title {
    display: none !important;
}

.pointer {
    cursor: pointer;
}

#tarrif-search_filter input {
    margin: 0;
    height: 60px;
    color: #656363;
    border: 1px solid #eee;
    border-right: 0;
    font-size: 14px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    padding-left: 20px;
    border-radius: 0.25rem;
    transition: all 0.3s;
}

#tarrif-search_filter input:focus {
    border: 1px solid #0c426f;
}

.dataTable tr td,
.dataTable tr th {
    border: 0;
    border-bottom: 1px solid #efefef;
    padding: 15px 10px;
}

.dataTable tr th {
    white-space: nowrap;
    border-bottom: 2px solid #efefef;
}

.dataTable tr:nth-child(odd) td {
    background: #fbfbfb;
}

#tariff-search-box {
    height: 60px;
    color: #656363;
    border: 1px solid #eee !important;
    border-right: 0;
    font-size: 14px;
    padding: 0.375rem 0.75rem;
    padding-left: 20px;
    border-radius: 0.25rem;
    margin: 0;
    width: 100%;
    font-family: "Poppins";
    transition: all 0.3s;
}

#tariff-search-box:focus {
    border-color: #0c426f !important;
}

#tariff-table {
    margin-top: 20px;
    overflow-x: auto;
    width: fit-content;
}

.site-map-section-title {
    position: relative;
    padding-top: 0;
    padding-left: 20px;
    margin-bottom: 25px;
    padding-bottom: 0;
    color: #000;
    font-family: Poppins;
    font-weight: 400;
    font-size: 21px;
}

.site-map-section-title a {
    color: #000 !important;
}

.site-map-section-title::before {
    content: "";
    background: #0c426f;
    width: 3px;
    height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.site-map .sub-menu-custom {
    list-style: disc;
    padding-left: 30px;
}

.site-map .sub-menu-custom li a {
    display: block;
    margin-bottom: 5px;
    color: #000000;
    transition: all 0.3s;
}

.site-map .sub-menu-custom li a:hover {
    color: #ffd11a;
}

.contact-info-wrapper > div span[class^="ti-"] {
    line-height: 26px;
}

.nf-form-content {
    max-width: initial !important;
}

.card.card-bg {
    background-position: center center;
    background-size: cover;
}

.card.card-video {
    position: relative;
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 15px;
}

.card.card-video.card-video-sm {
    height: 300px;
}

.card.card-video.card-video-sm .popup-video-post {
    font-size: 30px;
}

.card.card-video .card-header {
    position: absolute;
    border: none;
    background: rgb(0 0 0 / 0.4);
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.card.card-video .card-header h4 {
    font-weight: 500;
    color: #ffffff;
    font-family: "Poppins";
    font-size: 20px;
}
.card.card-video .popup-video-post {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
}

.mfp-iframe-scaler iframe,
.mfp-iframe-scaler iframe body {
    background: none !important;
    box-shadow: none !important;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
    height: 60px !important;
    border-right: 0 !important;
    font-size: 14px !important;
    padding: 0.375rem 0.75rem !important;
    border-radius: 0.25rem !important;
    color: #ffffff !important;
    background: #0c426f !important;
    font-weight: 500;
    min-width: 200px;
    cursor: pointer;
}

.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
    background: #ffd11a !important;
    color: #0c426f !important;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
    height: 60px !important;
    color: #656363 !important;
    border: 1px solid #eee !important;
    font-size: 14px !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    padding-left: 20px !important;
    border-radius: 0.25rem !important;
}

.nf-form-content label {
    font-size: 14px !important;
}

.nf-error.field-wrap .nf-field-element:after {
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
}

.custom-slant > .elementor-background-overlay {
    background-color: transparent !important;
    background-image: linear-gradient(250deg, #f3f3f3 59%, #0c426f 59%) !important;
    opacity: 1 !important;
}

.line-after-text {
    overflow: hidden;
}

.line-after-text:after {
    content: "";
    display: inline-block;
    height: 1px;
    vertical-align: middle;
    width: 100%;
    margin-right: -100%;
    margin-left: 10px;
    border-top: 1px solid #ebeef2;
}

.contact-us p {
    font-weight: 400;
    color: #7a7a7a;
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}
.contact-us p.dark {
    font-weight: 600;
    color: #000;
}

.menu-gt-container {
    display: inline-block;
    margin-left: 10px;
}

.wpum-form fieldset input.input-email,
.wpum-form fieldset input.input-text,
.wpum-form fieldset select,
.wpum-form fieldset textarea {
    height: 60px;
    color: #656363 !important;
    border: 1px solid #eee;
    font-size: 14px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    padding-left: 20px;
    border-radius: 0.25rem;
    background: #ffffff;
}

.wpum-form fieldset input.input-email:read-only,
.wpum-form fieldset input.input-text:read-only {
    background: #ececec;
}

.topbar-items li.menu-item:after {
    background: #ffffff;
}

.wpum-account-navigation li > a {
    display: block;
}

.table-collapsible .child-row {
    display: none;
}

.expandIcon {
    width: 30px;
    text-align: center;
    height: 30px;
    background: #fbd01b;
    border-radius: 50%;
    line-height: 30px !important;
    color: #0c426f;
}

.auction-price {
    margin: 30px 0;
    height: 100%;
    border-radius: 8px;
    padding: 30px 15px;
    background: #fff;
    box-shadow: 1px 2px 20px 0px rgba(230, 230, 230, 0.8);
    display: flex;
    align-items: center;
}

.auction-price .auction-price-item {
    flex: 0 0 50%;
    max-width: 50%;
}

.auction-price .auction-price-item:first-child {
    border-right: 1px solid #d2d2d2;
}

.auction-price .auction-price-item > span {
    display: block;
}

.auction-price-item #wpa-liveprice,
.auction-price-item #auctionCountdown,
.auction-price-item .bold-text {
    font-size: 18px;
    font-weight: 600;
    font-family: "Poppins";
    color: #12426f;
    line-height: 34px;
}

.wpa-post-container .ui-tabs {
    border: 0;
    border-top: 1px solid #eee;
    padding: 30px 0;
}

.wpa-post-container .wpa-tabs ul > li > a,
.ui-state-default .wpa-tabs ul > li > a,
.ui-state-default .wpa-tabs ul > li > a:link,
.ui-state-default .wpa-tabs ul > li > a:visited {
    color: #54595f !important;
    background: #ffffff;
    padding: 15px !important;
    border: 1px solid #bbbbbb !important;
    margin: 0 0.3rem !important;
    border-radius: 12px;
    padding: 1rem 2rem !important;
    cursor: pointer !important;
}

.wpa-tabs ul > .ui-state-active > a,
.wpa-tabs ul > .ui-state-active > a:link,
.wpa-tabs ul > .ui-state-active > a:visited {
    background: #0c426f !important;
    color: #ffffff !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: #ffffff !important;
}

.wpa-description p {
    color: inherit !important;
}

.egovenz-page .page-title-wrap-inner {
    padding-top: 35px;
    padding-bottom: 35px;
}

.egovenz-content > .egovenz-content-inner,
.search-results .egovenz-content > .egovenz-content-inner {
    padding: 80px 0px;
}

.wpa-post-container label,
.wpa-post-container p.wpa-maximumbid,
.wpa-post-container p.wpa-reserve,
.wpa-post-container p.wpa-post-ending {
    color: #000000 !important;
}

.wpa-post-container p.wpa-maximumbid span,
.wpa-post-container p.wpa-reserve span {
    font-weight: bold !important;
}

.wpa-bidhigher {
    color: red !important;
}

.wpa-post-container input,
.wpa-post-container textarea {
    height: 60px;
    color: #656363 !important;
    border: 1px solid #eee;
    /* border-right: 0; */
    font-size: 14px !important;
    width: 100%;
    padding: 0.375rem 0.75rem;
    padding-left: 20px;
    border-radius: 0.25rem;
    background: #ffffff;
}

.wpa-bidnow #wpa-placebid,
.wpa-buyitnow #wpa-buyitnowbin,
.wpa-post-container .submit-review {
    font-weight: bold !important;
    background: #0c426f !important;
    color: #fff !important;
    width: auto !important;
}

.wpa-post-container #wpa-placebid:hover,
.wpa-post-container #wpa-buyitnowbin:hover,
.wpa-post-container .submit-review:hover {
    background: #fbd01b !important;
    color: #0c426f !important;
}

.wpa-currentbids ol.bidders-list {
    padding: 0 !important;
    margin: 0 !important;
    color: #000000 !important;
    font-size: 14px !important;
}

.wpa-currentbids ol.bidders-list li {
    color: #000000 !important;
    font-size: 14px !important;
    border-bottom: 1px dotted #eaeada;
    margin: 0 !important;
    padding: 10px 0 10px !important;
    line-height: initial !important;
}

.wpa-watch {
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wpa-post-container .wpa-watch input[type="text"] {
    height: 60px;
    color: #656363 !important;
    border: 1px solid #eee !important;
    border-right: 0;
    font-size: 14px !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    padding-left: 20px !important;
    border-radius: 0.25rem;
    background: #ffffff !important;
}

.wpa-watch label {
    text-align: left !important;
}

.wpa-watch input[type="button"] {
    font-weight: bold !important;
    background: #0c426f !important;
    border: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    margin: 10px 0 !important;
    padding: 10px 20px !important;
    width: auto !important;
    text-align: center;
}

.wpa-watch input[type="button"]:hover {
    background: #fbd01b !important;
    color: #0c426f !important;
}

.wpa-post-container .wpa-description p {
    font-size: 14px;
    line-height: 24px !important;
    padding: 0 0 10px !important;
}

.form-control {
    height: 60px !important;
    color: #656363;
    border: 1px solid #eee;
    font-size: 14px;
    width: 100%;
    padding: 0.375rem 0.75rem;
    padding-left: 20px;
    border-radius: 0.25rem;
}

.duty-calculator {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Poppins";
    font-size: 14px;
}

.duty-calculator li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    align-items: center;
}

.duty-calculator li.mega {
    font-weight: 600;
    font-size: 18px;
}

.duty-calculator li.super-mega {
    font-weight: 600;
    font-size: 24px;
}

.duty-calculator li .small {
    display: block;
}
.auction-rules {
    padding: 10px 0;
}
.rules-btn {
    margin-top: 10px !important;
}
.list-rating,
.input-rating {
    display: flex !important;
}
.inline-rating {
    display: inline-flex !important;
    margin-left: 10px;
    vertical-align: middle;
    margin-bottom: 0 !important;
}
.jq-star svg {
    height: inherit !important;
    width: inherit !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #0c426f;
    border-color: #0c426f;
}

.more-row {
    cursor: pointer;
    color: #0b426f;
    font-style: italic;
    font-weight: 500;
    user-select: none;
}

.service-card .form-icon {
    display: inline-block;
    vertical-align: middle;
    color: #0c426f;
    font-size: 32px;
}

.service-card-custom .card-title {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 90%;
    font-weight: 500;
    font-size: 16px;
}

@media only screen and (min-width: 1400px) {
    .mobile-bar li a:active,
    ul > li.current-menu-item > a,
    ul > li.current-menu-parent > a,
    ul > li.current-menu-ancestor > a,
    .egovenz-mobile-menu li.menu-item a.active {
        color: #ffffff;
    }
}

@media only screen and (min-width: 1200px) {
    .mobile-only-menu {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .custom-tab .elementor-tab-content {
        border: none !important;
    }
    .custom-tab .elementor-tab-title::before,
    .custom-tab .elementor-tab-title::after {
        border: none !important;
    }
    .custom-tab .elementor-tabs-wrapper {
        display: flex;
        justify-content: center;
    }
    .custom-tab .elementor-tabs-wrapper .elementor-tab-title {
        border: 1px solid #bbbbbb !important;
        margin: 0 0.3rem;
        border-radius: 12px;
        padding: 1rem 3rem;
    }
    .custom-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
        border: 1px solid #0c426f !important;
        color: #ffffff !important;
        background: #0c426f !important;
    }
    .custom-tab .elementor-tabs-wrapper .elementor-tab-title.elementor-active a {
        color: #ffffff !important;
    }
}

@media only screen and (max-width: 767px) {
    .custom-slant > .elementor-background-overlay {
        background-color: transparent !important;
        background-image: linear-gradient(250deg, #f3f3f3 59%, #f3f3f3 59%) !important;
        opacity: 1 !important;
    }

    .back-to-top > i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .back-to-top.position-right.back-to-top-on > i {
        right: 10px;
        bottom: 10px;
    }

    .mylivechat_inline {
        left: 50% !important;
        right: initial !important;
        transform: translateX(-50%);
    }
    .career-types li {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 8px;
    }

    .user-feedback {
        position: fixed;
        left: 10px;
        bottom: 1px;
        z-index: 99;
    }

    .user-feedback-button {
        position: relative;
        text-align: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: block;
        cursor: pointer;
        background: black;
        transition: all 0.3s ease-in-out;
    }

    .user-feedback-button .img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 30px;
        height: 30px;
        transition: all 0.2s ease-in-out;
    }
}

@media only screen and (max-width: 577px) {
    .duty-calculator li {
        flex-direction: column;
    }
}

.elementor-widget-text-editor {
    color: inherit !important;
} 

ul {
    list-style: disc !important;
    padding-left: 40px !important;
}

.egovenz-header ul,
.site-footer ul,
.filtered-service ul {
  list-style: none !important;
  padding-left: 0 !important;
}

.egovenz-main-menu .dropdown-menu {
    max-height: 70vh;
    overflow: auto;
}

.elementor-section {
    padding: 30px 0;
}

.egovenz-content>.egovenz-content-inner,
.search-results .egovenz-content>.egovenz-content-inner {
    padding: 30px 0;
}

.single-post-template article .article-inner .entry-content {
	margin-left: 0px;
    margin-right: 0px;
}