html, body {
    background-color: #fff;
    color: #1A2934;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

a {
    color: #0767D0;
    text-decoration: none;
}

a:visited {
    color: #0767D0;
}

figure {
    margin-bottom: 0;
}

.btn, .wp-element-button, input[type="submit"].btn {
    background-color: transparent;
    border-radius: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding: 15px 45px;
    position: relative;
    text-transform: uppercase;
    z-index: 9999;
}

a.btn, a.wp-element-button {
    color: #fff;
}

.read-more {
    color: #0767D0;
    font-weight: 600;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}

.read-more::before {
    border-top: 2px solid #0767D0;
    content: " ";
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    top: 8px;
    width: 14px;
}

.read-more::after {
    border-top: 2px solid #0767D0;
    border-right: 2px solid #0767D0;
    content: " ";
    display: inline-block;
    height: 10px;
    position: absolute;
    transform: rotate(45deg);
    right: 0;
    top: 4px;
    width: 10px;
}

.read-more:visited {
    color: #0767D0;
}

.read-more:hover {
    color: #ff7327;
}

.read-more:hover::before, .read-more:hover::after {
    border-color: #ff7327;
}

input[type="submit"].btn {
    background-color: #0767D0;
    border-left: 5px solid #FF7327;
}

input[type="submit"].btn:hover {
    background-color: #FF7327;
}

.btn:hover, .wp-element-button:hover {
    color: #fff;
}

.btn::before, .btn::after, .wp-element-button::before, .wp-element-button::after {
    content: " ";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    transition: all 0.35s ease;
    top: 0;
    z-index: -1;
}

.btn::before, .wp-element-button::before {
    background-color: #0767D0;
    width: 100%;
}

.btn::after, .wp-element-button::after {
    background-color: #FF7327;
    transition: all 0.25s ease;
    width: 5px;
}

.btn:hover::after, .wp-element-button:hover::after {
    width: 100%;
}

a.btn:visited {
    color: #fff;
}

.slide-fill-width-wrapper {
    background: linear-gradient(to right, transparent 0%, transparent 50%, #060a14 50%, #060a14 100%);
    border-bottom: 3px solid #0767D0;
}

.banner-image {
    height: 100%;
    width: auto;
}

.carousel-inner::after {
    background-color: #1D2327;
    bottom: 0;
    content: " ";
    display: block;
    height: 80px;
    left: 320px;
    position: absolute;
    width: calc(100% - 320px);
}

.carousel-inner .carousel-control-prev, .carousel-inner .carousel-control-next {
    background-color: #0767D0;
    height: 80px;
    top: calc(100% - 80px);
    width: 80px;
}

.carousel-inner .carousel-control-prev {
    left: auto;
    right: 80px;
}

.video-container {
    align-items: center;
    display: flex;
    height: 100%;
    margin-left: 600px;
    width: calc(100% - 600px);
}

.carousel-pagination {
    bottom: 25px;
    left: 385px;
    position: absolute;
    z-index: 999;
}

.carousel-marker {
    background-color: #fff;
    border: 0;
    display: inline-block;
    height: 16px;
    margin-right: 5px;
    padding: 0;
    transition: all 0.35s ease;
    vertical-align: middle;
    width: 2px;
}

.carousel-marker.active {
    background-color: #0767D0;
    height: 30px;
    width: 4px;
}

.slide {
    position: relative;
}

.carousel-item {
    background: linear-gradient(to right, transparent 0%, transparent 120px, #242837 120px, #242837 100%);
    height: 100%;
    padding-left: 120px;
    position: relative;
    transition: all 0.35s ease;
    overflow: hidden;
}

.carousel-item::before {
    background: transparent url("../assets/banner-tag-line.png") no-repeat  0 0;
    background-size: contain;
    display: block;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

.carousel-item > p {
    margin-bottom: 0;
}

.carousel-item .carousel-caption {
    display: none !important;
}

.slide .slide-info {
    color: #fff;
    left: 220px;
    padding: 15px;
    position: absolute;
    top: 60px;
    width: 500px;
    z-index: 9;
}

.slide-info_sub-title {
    font-size: 16px;
    font-weight: 600;
    padding-left: 50px;
    position: relative;
    text-transform: uppercase;
}

.slide-info_sub-title::before {
    border-bottom: 2px solid #0767D0;
    display: inline-block;
    content: " ";
    left: 0;
    position: absolute;
    top: 8px;
    width: 40px;
}

.slide-info_title {
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0;
}

.slide-info_text {
    margin-bottom: 30px;
}

.main-navigation {
    display: flex;
    justify-content: flex-end;
    padding: 12px 0;
    width: 100%;
}

.main-navigation .menu-item a {
    color: #242837;
}

.site-header.dark {
    background: linear-gradient(to right, transparent 0%, transparent 50%, #242837 50%, #242837 100%);
}

.site-header.dark .main-navigation {
    background-color: #242837;
}

.site-header.dark .main-navigation .menu-item a {
    color: #fff;
}

.site-header.dark .main-navigation .menu-item a:hover, .site-header.dark .main-navigation .menu-item.current_page_item a {
    color: #ff7327;
}

.site-header .site-branding {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    padding-left: 120px;
    width: 368px;
}

.fleet-management-solution {
    background-color: #F0F5FA;
    padding: 60px 60px 95px;
}

.fleet-management-solution_block {
    align-items: center;
    background-color: #fff;
    display: inline-flex;
    flex-direction: column;
    height: 200px;
    justify-content: center;
    width: 200px;
}

.fleet-management-solution_block a {
    color: #01070a;
}

.fleet-management-solution_block a:hover {
    color: #0767D0;
}

.site-footer {
    margin-top: -95px;
}

.footer-note-for-contact {
    background: linear-gradient(to right, transparent 0%, transparent calc(50% + 350px), #0767D0 calc(50% - 350px), #0767D0 100%);
    margin-bottom: 140px;
    margin-top: -100px;
    padding: 50px 0;
    position: relative;
    z-index: 99;
}

.footer-note-for-contact_content {
    background: url("../assets/contact-bg.png") no-repeat right top, linear-gradient(to right, #0D141C 0%, #0D141C calc(100% - 93px), transparent calc(100% - 93px), transparent 100%);
    display: flex;
    justify-content: end;
}

.footer-note-for-contact_content_title {
    color: #fff;
    width: 540px;
}

.footer-note-for-contact_content_title span {
    color: #FF7327;
    display: block;
    margin-top: 15px;
}

.footer-note-for-contact_wrapper {
    align-items: center;
    display: flex;
    height: 326px;
    justify-content: space-between;
    margin: 0;
}

.footer-note-for-contact_button-set {
    display: flex;
    margin-right: 235px;
}

.footer-note-for-contact_button-set_button {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 20px;
}

.footer-note-for-contact_button-set_button:visited {
    color: #fff;
    transition: all 0.5s ease;
}

.footer-note-for-contact_button-set_button:hover {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) inset;
}

.footer-note-for-contact_button-set_button_contact {
    background-color: #FF7327;
}

.footer-note-for-contact_button-set_button_business {
    background-color: #3B475F;
}

.footer-navigation .menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.footer-navigation .menu li {
    margin-right: 35px;
}

.footer-navigation .menu a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.footer-navigation .menu a:hover, .footer-navigation .menu li.current_page_item a {
    color: #FF7327;
}

.section-title {
    color: #0767D0;
    font-size: 60px;
    font-weight: 600;
    padding-bottom: 40px;
}

.sub-title {
    margin-bottom: 25px;
    padding-bottom: 30px;
    position: relative;
}

.sub-title::after {
    background-color: #68A9EB;
    bottom: 0;
    display: inline-block;
    content: " ";
    height: 3px;
    left: 0;
    position: absolute;
    width: 100px;
}

.main-navigation .menu-item.current-menu-item a {
    color: #ff7327;
}

.tab-menu-wrapper {
    border-top: 1px solid #E2EAF4;
    margin: 60px 0 30px;
    overflow-x: hidden; /* Hide horizontal overflow */
    position: relative;
    white-space: nowrap; /* Prevent line break */
}
 
.tab-menu .menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
    transition: transform 0.8s ease; /* Add smooth transition */
}
 
.tab-menu .menu .menu-item {
    border-top: 3px solid transparent;
    display: inline-block;
    padding-top: 30px;
    margin: -2px 15px 0;
}

.tab-menu .menu .menu-item:hover, .tab-menu .menu .menu-item.current_page_item {
    border-color: #FF7327;
}

.tab-menu .menu .menu-item:hover a, .tab-menu .menu .menu-item.current_page_item a {
    color: #FF7327;
}

.tab-menu .menu .menu-item a {
    color: #9AA7B4;
    font-size: 26px;
    text-decoration: none;
}

#tab-prev-btn, #tab-next-btn {
    border: none;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 50px;
    z-index: 999;
}

#tab-prev-btn {
    background: transparent linear-gradient(to right, #c3d0d3 , transparent);
    left: 0;
    transition: all 0.35s ease;
}

#tab-prev-btn:hover {
    background: transparent linear-gradient(to right, #FF7327 , transparent);
}

#tab-next-btn {
    background: transparent linear-gradient(to right, transparent , #c3d0d3);
    right: 0;
    transition: all 0.35s ease;
}

#tab-next-btn:hover {
    background: transparent linear-gradient(to right, transparent , #FF7327);
}

/*** About Us Style****/
.site-main.container.about-us {
    margin-bottom: 120px;
}

.about-us .entry-content {
    margin-top: 0;
}

.about-us-banner {
    position: relative;
}

.about-us-banner-text {
    left: 18%;
    position: absolute;
    right: 18%;
    top: 15%;
    z-index: 999;
}

.about-us-banner-text_title, .about-us-banner-text_info {
    background-color: rgba(255, 255, 255, 0.90);
    margin-bottom: 0;
    padding: 20px 30px;
}

.about-us-banner-text_title {
    border-radius: 30px 30px 0;
    font-size: 46px;
    font-weight: 700;
    width: 195px;
}

.about-us-banner-text_title small {
    font-size: 16px;
}

.about-us-banner-text_info {
    border-radius: 0 30px 30px 30px;
    font-size: 32px;
    font-weight: 500;
    margin-left: 190px;
    margin-top: -5px;
}

.next-gen-navigation-info {
    position: relative;
}

.next-gen-navigation-info_text {
    font-size: 24px;
    margin: 100px;
    position: absolute;
}

.products-collage {
    padding: 100px 0;
    position: relative;
}

.products-collage .wp-block-heading {
    font-weight: 600;
    left: 8%;
    position: absolute;
    top: calc(50% - 40px);
    width: 480px;
}

.service-slide-video {
    position: relative;
}

.service-slide-video .video-slider-info {
    font-size: 24px;
    left: 18%;
    margin-top: 5%;
    position: absolute;
    right: 18%;
    text-align: center;
}

.expanded-into {
    position: relative;
}

.expanded-into_title-set {
    font-size: 32px;
    position: absolute;
    right: 10%;
    top: calc(50% - 90px);
}

.expanded-into_title-set .wp-block-heading {
    font-weight: 600;
}

.expanded-into_title-set .three-countries {
    font-size: 48px;
}

/*********ofset-bg title style*********/
.landing-page .entry-header .entry-title, .title-with-off-set-bg {
    font-size: 24px;
    font-weight: 600;
    margin: 40px 0;
    position: relative;
    z-index: 5;
}

.landing-page .entry-header .entry-title::after, .title-with-off-set-bg::after {
    background-color: #D8ECFF;
    bottom: -5px;
    content: " ";
    display: inline-block;
    height: 20px;
    left: -50px;
    position: absolute;
    width: 120px;
    z-index: -1;
}


/*********Landing Page style*********/
.management-solution-icon-block {
    height: 80px;
}

.landing-content-block {
    border-bottom: 1px solid #E2EAF4;
    margin: 80px 0 0;
    padding-bottom: 80px;
}

/**** Tabbed-page Template style ****/
.tabbed-page {
    padding-bottom: 120px;
}

.tabbed-page .entry-header {
    position: relative;
}

.tabbed-page .entry-header .entry-title {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    left: 280px;
    position: absolute;
    text-shadow: 1px 1px 0 #01070a;
    top: 200px;
    z-index: 10;
}

.tabbed-page .entry-header .entry-title:before, .tabbed-page .entry-header .entry-title:after {
    content: " ";
    display: inline-block;
    position: absolute;
}

.tabbed-page .entry-header .entry-title:before {
    background-color: #FF7327;
    bottom: 15px;
    height: 80px;
    left: -12px;
    width: 80px;
    z-index: -1;
}

.tabbed-page .entry-header .entry-title:after {
    background-color: #E2EAF4;
    bottom: -26px;
    height: 30px;
    left: -54px;
    width: 30px;
}

.tab-content {
    margin: 80px auto 0;
    max-width: 70%;
}

.tab-content .wp-block-columns {
    margin-bottom: 100px;
}

.wp-block-read-more, .wp-block-read-more:visited {
    color: #0767D0;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.wp-block-read-more:hover {
    color: #FF7327;
}

.tracksynq-is-easy {
    margin-bottom: 100px;
}

.page-info-header-block {
    padding-top: 50px;
}

.page-info-header-block_left {
    position: relative;
}

.page-info-header-block_left .floating-title {
    background-color: #fff;
    bottom: 50px;
    font-size: 36px;
    font-weight: 600;
    left: 0;
    margin-bottom: 0;
    padding: 20px 25px 20px 0;
    position: absolute;
}

.page-info-header-block_left  .page-info-header-block_graphics {
    margin-left: 25%;
    width: 75%;
}

.page-info-header-block_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.page-info-header-block_right .wp-block-heading {
    margin-bottom: 20px;
}

.page-info-header-block_right .wp-block-buttons {
    margin-top: 20px;
}

/**TS Tagline for post-thumbnail**/
.post-thumbnail {
    padding-left: 120px;
    position: relative;
}

.post-thumbnail::before {
    background: transparent url("../assets/banner-tag-line.png") no-repeat 0 0;
    background-size: contain;
    display: block;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 120px;
}

/**** Package table ****/

.package-offer-table.wp-block-table {
    margin-bottom: 50px;
}

.package-offer-header.wp-block-columns .wp-block-column {
    flex-basis: auto;
}

.package-offer-column:first-child {
    width: 40%;
}

.package-offer-column {
    color: #fff;
    padding: 15px;
    width: calc(60% / 3);
}

.package-offer-column .components {
    width: calc(100% - 600px);
}

.package-offer-table .package-offer-column {
    width: 16%;
}

.package-offer-column .free {
    background-color: #9AA7B4;
    padding: 15px;
    width: 100%;
}

.package-offer-column .business {
    background-color: #31C786;
    padding: 15px;
    width: 100%;
}

.package-offer-column .tracker {
    background-color: #FF7327;
    padding: 15px;
    width: 100%;
}

.package-offer-column .enterprise {
    background-color: #AE72EA;
    padding: 15px;
    width: 100%;
}

.package-offer-column a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.package-offer-table.wp-block-table td {
    border-color: #E2EAF4;
    border-width: 0 0 1px;
}

.package-offer-table.wp-block-table td:first-child {
    width: 52%;
}

.package-offer-table td.package-section-title {
    border-bottom: 2px solid #68A9EB;
    padding-top: 25px;
}

.package-offer-table td.package-section-title h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.package-offer-table.wp-block-table tr:first-child td {
    border-bottom: 0;
}

.package-offer-table.wp-block-table td ul {
    margin: 0;
}

/***add-on-block***/

.add-on-block {
    padding-right: 100px;
}

.icon-container {
    margin: 25px 0;
}

/****TMS Key Feature****/
.tms-feature-block {
    margin: 100px auto;
    max-width: 70%;
}

.tms-feature-block .tms-feature-title {
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
}

.tms-feature-block .tms-feature-title::after {
    border-bottom: 2px solid #68A9EB;
    bottom: 0;
    content: " ";
    display: inline-block;
    left: 0;
    position: absolute;
    width: 80px;
}

.tms-key-feature {
    margin-top: 50px;
}

.tms-key-feature .wp-block-column {
    border: 1px solid #E2EAF4;
    height: 200px;
    padding: 50px 0;
    text-transform: uppercase;
}



.job-dispatcher-icon-container {
    height: 50px;
    margin-bottom: 20px;
}

/****contact***/
.site-main.contact {
    border-bottom: 30px solid #fff;
}

.contact-us-block {
    background-color: #F4F8FC;
    margin-bottom: 100px;
    padding: 20px 0 50px;
    position: relative;
}

.wizard-page {
    display: none;
}

.wizard-page.active {
    display: block;
    margin-top: 30px;
    padding: 15px 35px;
}

.contact-us-block_title {
    font-size: 36px;
    font-weight: 600;
    margin: 0 auto 50px;
    max-width: 850px;
    text-align: center;
}

/*
.contact-us-block_options-wrapper {
    background-color: transparent;
}
*/

.contact .entry-content {
    margin-top: 0;
}

.contact-us-block_options-wrapper .contact-us-block_options_item {
    align-items: center;
    background-color: #fff;
    cursor: pointer;
    display: inline-flex;
    height: 200px;
    justify-content: center;
    margin: 20px;
    position: relative;
    text-align: center;
    width: 250px;
}

.contact-us-block_options-wrapper .contact-us-block_options_item .chk-box-wrapper {
    position: absolute;
    right: 15px;
    top: 15px;
}

.contact-us-block_options-wrapper .contact-us-block_options_item .chk-box {
    opacity: 0;
}

.contact-us-block_options-wrapper .contact-us-block_options_item .chk-box + .chk-box-proxy::before {
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    content: " ";
    display: inline-block;
    height: 18px;
    left: 29px;
    position: absolute;
    top: 4px;
    transform: rotate(45deg);
    width: 10px;
}

.contact-us-block_options-wrapper .contact-us-block_options_item .chk-box + .chk-box-proxy::after {
    background-color: transparent;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 30px;
    width: 30px;
}

.contact-us-block_options-wrapper .contact-us-block_options_item input.chk-box[type="checkbox"]:checked + .chk-box-proxy::after, .contact-us-block_options-wrapper .contact-us-block_options_item input.chk-box[type="radio"]:checked + .chk-box-proxy::after {
    background-color: #0767D0;
}

.contact-us-block_options-wrapper .contact-us-block_options_item .label-text {
    text-transform: uppercase;
    width: 100%;
}

.contact-us-block_options-wrapper .contact-us-block_options_item .label-text img {
    margin-bottom: 20px;
}

.fleet-size {
    display: block;
    color: #0767D0;
    font-size: 48px;
    font-weight: 600;
}

.button-container {
    margin-top: 20px;
}

.button-container .btn {
    margin: 0 10px;
}

.client-data-form {
    margin: 0 auto;
    max-width: 800px;
}

.progress-bar {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: rgb(27, 149, 27);
    transition: width 0.3s ease;
    overflow: hidden;
}

.success-message {
    color: green;
    display: none;
}

.error-message {
    color: red;
    text-align: center;
    font-size: 12px;
    display: none;
}

.communication_contact a {
    color: #01070a;
    display: inline-block;
    font-weight: 600;
    margin-left: 15px;
    text-decoration: none;
}

.communication_contact a:hover {
    color: #FF7327;
}

.footer-navigation-wrapper {
    margin-bottom: 30px;
}

.social-media-link a {
    display: inline-block;
    height: 20px;
    margin-left: 15px;
    width: 20px;
}

/***************Contact Form Icons****************/

.ts-contact-flow-icon {
    background: transparent url("../assets/icons/ts-contact-form-icons-sprite.png") no-repeat  -100% -100%;
    display: inline-block;
    height: 98px;
    transition: all 0.15s ease;
    width: 98px;
}

.cars .ts-contact-flow-icon {
    background-position: 0 35px;
}

.cars:hover .ts-contact-flow-icon {
    background-position: 0 -36px;
}

.electric-vehicles .ts-contact-flow-icon {
    background-position: 0 -118px;
}

.electric-vehicles:hover .ts-contact-flow-icon {
    background-position: 0 -197px;
}

.trucks .ts-contact-flow-icon {
    background-position: 0 -268px;
}

.trucks:hover .ts-contact-flow-icon {
    background-position: 0 -348px;
}

.trailers .ts-contact-flow-icon {
    background-position: 0 -428px;
}

.trailers:hover .ts-contact-flow-icon {
    background-position: 0 -508px;
}

.buses .ts-contact-flow-icon {
    background-position: 0 -588px;
}

.buses:hover .ts-contact-flow-icon {
    background-position: 0 -665px;
}

.motorcycles .ts-contact-flow-icon {
    background-position: 0 -745px;
}

.motorcycles:hover .ts-contact-flow-icon {
    background-position: 0 -824px;
}

.others .ts-contact-flow-icon {
    background-position: 0 -900px;
}

.others:hover .ts-contact-flow-icon {
    background-position: 0 -979px;
}

.vehicle-tracker .ts-contact-flow-icon {
    background-position: 0 -1054px;
}

.vehicle-tracker:hover .ts-contact-flow-icon {
    background-position: 0 -1134px;
}

.asset-tracker .ts-contact-flow-icon {
    background-position: 0 -1216px;
}

.asset-tracker:hover .ts-contact-flow-icon {
    background-position: 0 -1291px;
}

.international-coverage .ts-contact-flow-icon {
    background-position: 0 -1366px;
}

.international-coverage:hover .ts-contact-flow-icon {
    background-position: 0 -1446px;
}

.personal-id-devices .ts-contact-flow-icon {
    background-position: 0 -1526px;
}

.personal-id-devices:hover .ts-contact-flow-icon {
    background-position: 0 -1605px;
}

.vehicle-live-stream-video .ts-contact-flow-icon {
    background-position: 0 -1685px;
}

.vehicle-live-stream-video:hover .ts-contact-flow-icon {
    background-position: 0 -1765px;
}

.vehicle-diagnostic-systems .ts-contact-flow-icon {
    background-position: 0 -1842px;
}

.vehicle-diagnostic-systems:hover .ts-contact-flow-icon {
    background-position: 0 -1921px;
}

.temperature-sensor .ts-contact-flow-icon {
    background-position: 0 -2011px;
}

.temperature-sensor:hover .ts-contact-flow-icon {
    background-position: 0 -2090px;
}

.anti-theft-device .ts-contact-flow-icon {
    background-position: 0 -2160px;
}

.anti-theft-device:hover .ts-contact-flow-icon {
    background-position: 0 -2239px;
}

.others .ts-contact-flow-icon {
    background-position: 0 -2318px;
}

.others:hover .ts-contact-flow-icon {
    background-position: 0 -2397px;
}

/***************End Contact Form Icons****************/

.social-media-link a.tw {
    background: transparent url("../assets/icons/tw.png") no-repeat  center center;
}

.social-media-link a.in {
    background: transparent url("../assets/icons/in.png") no-repeat  center center;
}

.social-media-link a.fb {
    background: transparent url("../assets/icons/fb.png") no-repeat  center center;
}

/* Sticky Menu */
.sticky {
    background: #fff;
    border-bottom: 1px solid #ccc;
    margin-top: 0;
    max-width: 1718px;
    padding: 30px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.skiptranslate {
    display: none !important;
}

.error-404.not-found {
    background-color: #eee;
    margin-bottom: 150px;
    padding: 100px 20px;
    text-align: center;
}

.error-404.not-found .search-form .search-field {
    width: 200px;
}

.error-404.not-found .search-form .search-submit {
    background-color: #0767d0;
    color: #fff;
}

  /* Style for loader */
  .loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 20px auto;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }