.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.pagination a {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
}

.pagination a:hover {
    background-color: #ddd;
}

.pagination .current {
    background-color: #C18B42;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
}

.contact_form_input,
.contact_form_input::placeholder {
    color: #fff;
}

.wpcf7-response-output {
    color: #fff;
    margin-top: 0 !important;
}

.blog_widget_wrap a,
.blog_widget_wrap span,
.product_title_div a {
    text-decoration: none;
}

img.home_widget_fixed_icon {
    max-width: 150px;
    height: auto;
}

div#product_owl_carousel_w {
    overflow: hidden;
}

section.spillxorb_section.data_product_list {
    padding-bottom: 250px;
}

section.spillxorb_section.footer_faq_section,
.footer_blog_section {
    background-color: #FFFCEB;
}

.datasheet-inner-banner {
    padding: 50px 0 150px;
}

.margin_top_get_touch {
    margin-top: -250px !important;
}

.footer_faq_section {
    padding-bottom: 250px;
}

.solution-box img {
    width: 100%
}

.comparison_wrapper {
    margin: 0;
    padding: 0;
}

.comparison_wrapper li {
    list-style: none;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    font-family: 'Neue Montreal';
}

.comparison_wrapper li span {
    width: 25%;
    padding: 30px 20px;
    color: #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
}

.comparison_wrapper li span:last-child {
    border-right: none;
}

.comparison_header span {
    border-bottom: 1px solid #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.check_enabled_span,
.check_disabled_span {
    position: relative;
}

.check_enabled_span::after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('assets/images/tick_image.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

.check_disabled_span::after {
    position: absolute;
    width: 24px;
    height: 24px;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url('assets/images/cross.png');
    background-repeat: no-repeat;
    background-size: 24px;
}

:root {
    --marqueerr-width: 100vw;
    --marqueerr-height: 120px;
    --marqueerr-elements-displayed: 5;
    --marqueerr-element-width: calc(var(--marqueerr-width) / var(--marqueerr-elements-displayed));
    --marqueerr-animation-duration: calc(var(--marqueerr-elements) * 3s);
}

.marqueerr {
    width: 100%;
    height: var(--marqueerr-height);
    color: #eee;
    overflow: hidden;
    position: relative;
}

.marqueerr:before,
.marqueerr:after {
    position: absolute;
    top: 0;
    width: 10rem;
    height: 100%;
    content: "";
    z-index: 1;
}

.marqueerr:before {
    left: 0;
}

.marqueerr-content li p {
    font-size: 50px;
    font-family: "Big Shoulders Display", sans-serif;
    FONT-WEIGHT: BOLD;
}

.marqueerr:after {
    right: 0;
}

.marqueerr-content {
    list-style: none;
    height: 100%;
    display: flex;
    animation: scrolling var(--marqueerr-animation-duration) linear infinite;
}

@keyframes scrolling {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-1 * var(--marqueerr-element-width) * var(--marqueerr-elements)));
    }
}

.marqueerr-content li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: auto;
    max-height: 100%;
    font-size: calc(var(--marqueerr-height)*3/4);
    white-space: nowrap;
}

.marqueerr-content li img {
    padding: 0 50px;
}
.single_product_category {
    margin: 50px 0px 0;
}
.single_product_category a {
    padding: 15px;
    display: block;
    border: 1px solid #ccc;
    min-height: 100%;
    text-decoration: none;
    text-align: center;
}
.single_product_category a h4 {
    font-weight: bold;
    position: relative;
    margin: 13px 0;
    padding-bottom: 10px;
    color: #19204F;
}
.single_product_category a h4:after{
    position: absolute;
    content: '';
    width: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    background-color: #19204F;
}
.single_product_category_desc,.single_product_category_desc p {
    color: #222;
}
@media (min-width:992px) and (max-width:1350px) {
    .locations_address_footer {
        padding-top: 200px;
    }
}
@media (max-width: 992px) {
    ul#mega-menu-max_mega_menu_1 {
        display: block !important;
    }

    .mega-menu-toggle {
        display: none !important;
    }

    ul#mega-menu-max_mega_menu_1 {
        background: transparent !important;
    }

    .mega-menu-item.border_anchor {
        margin-left: 0 !important;
        padding: 0 30px !important;
    }

	.footer_logo_menu_section .menu li a {
		font-size: 20px !important;
	}
	
    .locations_address_footer{
        padding-top: 50px !important;
    }
    .footer_faq_section{
        padding-bottom: 100px;
    }
}
@media (max-width: 767px) {
	.footer_logo_menu_section .menu li a {
		font-size: 15px !important;
	}
	
}
@media (max-width: 540px) {
	.footer_logo_menu_section .menu li a {
		margin: 10px 15px !important;
    	display: block;
	}
	.footer_logo_menu_section .menu {
		padding : 15px !important;
	}	
}
@media (max-width: 600px) {
    html {
        font-size: 12px;
    }

    :root {
        --marqueerr-width: 100%;
        --marqueerr-height: 16vh;
        --marqueerr-elements-displayed: 3;
    }

    .marqueerr:before,
    .marqueerr:after {
        width: 5rem;
    }
    .mega-menu-item.border_anchor .mega-menu-link{
        padding: 10px 20px !important;
        font-size: 16px !important;
        text-align: center !important;
    }
    #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-item{
        margin: 0 !important;
    }
}

@media (max-width: 400px) {
    .logo_image {
        max-width: 250px;
    }
    .right-hero-img .her-right-img{
        max-width: 340px
    }
}

.inner_page_banner {
    min-height: 65vh;
}

.datasheet_page_content_section {
    background-color: #FFFCEB;
    padding-bottom: 250px !important;
}

.comparison_page_content_section {
    background-color: #FFFCEB;
}

.comparison_mt {
    margin-top: -250px !important;
}

.product_list_banner {
    min-height: 200px !important;
    padding: 0 50px;
    padding-top: 50px;
}

.inside_kit_section {
    background-color: #19204F;
}

.banner_circle_bg {
    width: 70%;
    height: 70%;
    border-radius: 50%;
    position: absolute;
    background: radial-gradient(73.78% 73.78% at 56.34% 42.01%, rgba(255, 203, 0, 0.17) 0%, #FFCB00 100%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.variant_image_wrap {
    position: relative;
    background-image: url('./assets/images/variant-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-position: center center;
    background-size: 75%;
}

.content_with_arrorow h3 {
    text-transform: capitalize;
}

.abut-inner-img img {
    position: relative;
}

span.blog_widget_wrap_title {
    color: #19204F;
}

.comparison_row,
.data_sheet_content {
    box-shadow: 0px 4px 52.6px 0px #21212140;
    position: relative;
    z-index: 1;
    background-color: #19204F;
    border-radius: 7px;
}

.no_after::after {
    display: none !important;
}

.download_datasheet_a {
    font-size: 16px !important;
    padding-left: 55px !important;
    padding-right: 40px !important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-150 {
    margin-bottom: 150px;
}

.navbar-spillxorb li a {
    font-family: "Inter", sans-serif !important;
    font-weight: bold !important;
}

.navbar-spillxorb li a:hover {
    opacity: .8 !important;
}

#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator {
    position: absolute !important;
}

span.mega-indicator {
    position: absolute !important;
}

.mega-menu-item.border_anchor .mega-menu-link {
    padding: 10px 20px !important;
    border: 1px solid #737373 !important;
    border-radius: 35px !important;
    text-align: center;
    transition: all .5s ease-in-out;
    color: #fff;
    line-height: 35px !important;
    font-size: 22px !important;
    text-decoration: none;
    display: table;
    font-family: 'Neue Montreal';
    height: auto !important;
}

.mega-menu-item.border_anchor .mega-menu-link:hover {
    border: 1px solid #fff;
    border-radius: 35px;
    text-align: center;
    color: #fff;
}

.mega-menu-item.border_anchor {
    margin-left: 50px !important;
}
.contact_us_bottom_wrapper_with_form {
    position: relative;
    margin-top: -250px;
    background-color: #19204F;
    padding: 50px;
    border-radius: 10px;
}
.footer_contact_section {
    background: url(assets/images/map_bg.png?id=145) #19204F 100% no-repeat;
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}
.locations_address_footer{
    padding-top: 300px;
}
span.footer_location_details {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #fff;
    font-weight: bold;
}
.footer_logo_menu_section {
    background-color: #00060F;
}
.footer_logo_menu_section .menu {
    padding: 30px 0;
    margin: 0;
    background: #19204F;
    border-radius: 15px;
    display: table;
    width: 100%;
}
.footer_logo_menu_section .menu li a{
    font-family: "Big Shoulders Display", sans-serif;
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
}
.footer_logo_menu_section .menu li{
    list-style: none;
    border: none;
    font-weight: bold;
    float: left;
    min-width: 18%;
    width: auto;
    text-align: center;
	margin-left:10px;
	margin-right:10px;
}
.locations_address_footer .col-md-4{
    color: #fff;
}
.footer_logo_menu_section ul.sub-menu {
    display: none;
}
.footer_logo_image{
    max-width: 900px;
    margin: 0 auto;
    display: table;
    float: none;
}
.row.locations_address_footer.no_form_and_contact {
    padding-top: 0;
}
.contactFormModal .modal-dialog {
    transform: none;
    max-width: 850px;
}
.contactFormModal .modal-content {
    background-color: #19204F;
    border: 0;
    padding: 30px;
    border-radius: 0;
}
.contactFormModal .modal-title{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}
.contactFormModal .close
{
    border: none;
    background-color: red;
    color: #fff;
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
    border-radius: 50%;
    padding: 6px 12px;
    text-align: center;
}
.contactFormModal .modal-header{
    border-bottom: none !important;
}
.social_media_flex {
    display: flex;
    width: 100px;
    margin: 10px auto;
}
.social_media_flex img {
    max-width: 20px;
}
.social_media_flex a {
    margin: 0 5px;
    transition: all .5s ease-in-out;
}
.social_media_flex a:hover {
    opacity: .8;
}
.color_black p {
    color: #000;
}
.bg_white_section{
	background-color: #fff;
}
.font-unset, .font-unset p {
    font-family: sans-serif;
    font-size: 20px;
}
.category_image_section {
    background-color: #F7D407;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.category_content_section {
    background-color: #19204F !important;
    border-radius: 10px;
    border-top-left-radius: 10px;
    margin-left: -10px;
    padding: 25px 20px;
}
.category_image_section img{
    padding-top: 30%;
}
.bg_white_section_content_page p{
	color:#000;
}
.earnest-header-main-menu ul li:last-child {
    margin-right: 0;
}
.bg_white_section_content_page {
    padding: 0 !important;
}
.thank-you-card h1 {
    color: #19204F;
    text-align: center;
    font-size: 50px;
}
.thank-you-card p {
    color: #000;
    text-align: center;
    font-size: 30px;
}
.thank-you-card a {
    margin: 0 auto;
    background-color: #19204F;
    display: table;
    font-weight: bold;
    letter-spacing: 2px;
}
.thank-you-card a:hover{
    background-color: #F1AA18;
}