* {
    padding: 0;
    margin: 0;
}
div#exampleModal {
    padding-right: 0 !important;
}
body.modal-open {
    padding-right: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
input[type="number"] {
    -moz-appearance: textfield !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}
::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
}
div#exampleModal::-webkit-scrollbar {
    width: 0;
    background-color: #fff;
}
::-webkit-scrollbar-thumb {
    background-color: #125872;
    border-radius: 10px;
}
body {
    background: #fff;
}
body,
html {
    font-family: "Manrope", sans-serif;
}
div#exampleModal {
    background: #fff3;
    background: rgb(0 0 0 / 20%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}
.logo img {
    width: 150px;
}
.header.sectionfixed {
    background: #fff;
    padding: 10px 0;
    transition: all 0.1s linear;
    box-shadow: rgb(0 0 0 / 8%) 0 7px 29px 0;
}
.header {
    display: block;
    width: 100%;
    position: fixed;
    z-index: 999;
    padding: 15px 0;
    top: 0;
    background: #fff;
    transition: all 0.1s linear;
    border-bottom: 1px solid #00000008;
}
.header .item-left {
    flex: 0 0 10%;
}
.header .logo a {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    text-decoration: none;
}
.header .item-center {
    flex: 0 0 85%;
}
.menu-main {
    padding: 0;
    margin: 0;
}
.header .item-right {
    flex: 0 0 5%;
    display: flex;
    justify-content: flex-end;
}
.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}
.header .menu > ul > li {
    display: inline-block;
    line-height: 50px;
    margin-left: 35px;
}
.header .menu > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    color: #1b1716c4;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
    text-decoration: none;
}
.menu-item-has-children iconify-icon {
    color: #5f5f5ff7;
    font-size: 13px;
    position: absolute;
    top: 5px;
    right: -15px;
}
.header .menu > ul > li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgb(0 0 0 / 0.3);
    padding: 20px 25px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}
@media (min-width: 992px) {
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover {
        text-decoration: underline;
    }
    .area_menu {
        width: 1090px !important;
    }
    .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}
.header .menu > ul > li .sub-menu > ul > li {
    line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 14px;
    color: #555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
    line-height: 1;
    display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a iconify-icon {
    color: #196783;
    font-size: 22px;
    display: none;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
    padding: 8px 0;
    display: inline-block;
    font-size: 14px;
    color: #000000d1;
    transition: color 0.3s ease;
    text-decoration: none;
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    font-weight: 500;
}
.header .menu > ul > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}
.industry_menu ul li {
    width: 50%;
    float: left;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    padding: 30px 10px;
}
.list-item ul {
    display: inline-block;
    width: 100%;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
    padding: 0 15px;
}
.sub-menu.single-column-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
    font-size: 15px;
    color: #1c1c1c;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
    border-bottom: 1px solid #0000000d;
    padding-bottom: 10px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
    text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a {
    color: #196783;
    text-decoration: underline;
}
.banner-section {
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}
.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}
@media (max-width: 1200px) {
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a iconify-icon {
        color: #196783;
        font-size: 20px;
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
        width: 100%;
        float: unset;
    }
    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }
    .v-center {
        justify-content: space-between;
    }
    .header .mobile-menu-trigger {
        display: flex;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }
    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #333;
        width: 24px;
        position: relative;
    }
    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333;
    }
    .header .mobile-menu-trigger span:before {
        top: -6px;
    }
    .header .mobile-menu-trigger span:after {
        top: 6px;
    }
    .header .item-right {
        align-items: center;
    }
    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #fff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }
    .header .menu.active {
        transform: translate(0%);
    }
    .header .menu > ul > li {
        line-height: 1;
        margin: 0;
        display: block;
    }
    .header .menu > ul > li > a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid #00000008;
    }
    .header .menu > ul > li > a iconify-icon {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        display: flex;
        right: 0;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        transform: rotate(-90deg);
        align-items: center;
        justify-content: center;
    }
    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #00000008;
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #fff;
        top: 0;
    }
    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid #00000008;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 16px;
        display: none;
    }
    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }
    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
    }
    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid #00000008;
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 25px;
    }
    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }
    .header .menu > ul > li .sub-menu.mega-menu,
    .header .menu > ul > li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }
    .header .menu > ul > li .sub-menu.active {
        display: block;
    }
    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }
    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }
        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
        margin-top: 0;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
        margin-bottom: 20px;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
        margin-bottom: 0;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 100%;
        padding: 0;
    }
    .header .menu > ul > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: flex;
        font-size: 14px;
        color: #1b1716de;
        line-height: 20px;
        border-bottom: 1px solid #00000008;
        padding: 8px 15px;
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
        padding: 0;
    }
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        font-size: 14px;
        color: #1b1716de;
        line-height: 20px;
        border-bottom: 1px solid #00000008;
        padding: 8px 15px;
    }
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
        padding: 0 15px;
        border: 0;
    }
    .menu-overlay {
        position: fixed;
        background-color: rgb(0 0 0 / 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }
    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}
body.menuopen {
    overflow: hidden;
}
#banner {
    height: calc(100vh - 135px);
    position: relative;
    background: #fff;
    margin-top: 81px;
}
.banner {
    width: 85%;
    margin: auto;
    height: 462px;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 99;
}
.banner_left {
    display: flex;
    align-items: center;
}
.heading span {
    color: #196783;
    font-weight: 800;
}
#banner .heading {
    color: #fff;
}
.heading {
    color: #0c0c0c;
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    width: 530px;
}
.banner_left .sub_heading {
    color: #ffffffe8;
}
.inner_banner_left p {
    color: #0c0c0cba;
    font-size: 17px;
    font-weight: 500;
    width: 410px;
    margin: 20px 0 30px;
}
.inner_banner_left .sub_heading {
    margin: 0 0 30px;
}
.band {
    background: #e8f0f3;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.band h1 {
    color: #196783;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.band h1 span {
    display: inline-block;
    margin: 0 10px;
}
.header_image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
#banner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 9%);
    width: 100%;
    height: 100%;
}
.highlight_para {
    width: 777px;
    margin: auto;
    text-align: center;
    margin-bottom: 70px;
}
#innerbanner02 {
    padding: 150px 0 100px;
    background: #1967830a;
    text-align: center;
    position: relative;
}
.banner2 .heading {
    width: unset;
    margin-bottom: 5px;
}
.banner2 p {
    color: #000000b2;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    width: 570px;
    margin: auto;
}
.consulting_header p {
    width: 650px;
}
.common_padding_top {
    padding-top: 50px;
}
.common_padding_bottom {
    padding-bottom: 50px;
}
.common_paragraph p {
    color: #f8fafcc7;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.common_paragraph_light p {
    color: #000000b2;
}
.common_title {
    color: #0c0c0c;
    font-size: 30px;
    margin: 0;
    transition: all 0.5s linear;
    font-weight: 600;
    line-height: 36px;
}
.head_centre {
    text-align: center;
    margin-bottom: 50px;
}
.text_yellow {
    color: #f2a100;
}
.head_centre p {
    color: #0c0c0cba;
    font-size: 17px;
    font-weight: 400;
    width: 680px;
    margin: auto;
}
.owl-nav button {
    width: 45px;
    height: 45px;
    background: #1967831a !important;
    border-radius: 50%;
    color: #196783 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px !important;
    transition: all 0.5s linear;
}
.owl-nav button:hover {
    background: #196783 !important;
    color: #ffffff !important;
    transition: all 0.5s linear;
}
.owl-nav {
    display: flex;
    gap: 10px;
    justify-content: right;
    margin-top: 30px;
}
.common_btn {
    background: #f2a100;
    border: 0;
    border-radius: 8px;
    padding: 8px 13px;
    text-decoration: none;
    color: #0c0c0c;
    font-weight: 600;
    font-size: 15px;
    display: flex;
    align-items: center;
    width: fit-content;
    transition: all 0.5s linear;
}
.bg_dark p {
    font-weight: 300;
    color: #ffffffeb;
}
.bg_dark02 p {
    font-weight: 300;
    color: #ffffffeb;
}
.bg_dark02 p strong {
    font-weight: 600;
    color: #fff;
}
.common_btn:hover {
    background: #003a4e;
    color: #fff;
    transition: all 0.5s linear;
    box-shadow: rgb(0 0 0 / 44%) 0 7px 29px 0;
}
.btn_bordered {
    border-radius: 8px;
    padding: 10px 23px;
    text-decoration: none;
    color: #f8fafc;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid #f8fafc99;
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 12px;
    transition: all 0.5s linear;
}
.btn_bordered:hover {
    background: #f2a100;
    border-color: #f2a100;
    color: #000;
    transition: all 0.5s linear;
}
.btn_bordered iconify-icon {
    font-size: 20px;
}
.bg_dark {
    background: #196783;
}
.bg_dark02 {
    background: #125872;
}
.flex_title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    justify-content: space-between;
}
.bg_light {
    background: #f8fafc;
}
.text_white {
    color: #fff;
}
.small_title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
#button {
    display: inline-block;
    background-color: #196783;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 5px;
    position: fixed;
    bottom: 10%;
    right: 20px;
    transition:
        background-color 0.3s,
        opacity 0.5s,
        visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    border: 1px solid #ffffff26;
}
#button:hover {
    cursor: pointer;
    background-color: #f2a100;
}
#button:active {
    background-color: #f2a100;
}
#button.show {
    opacity: 1;
    visibility: visible;
}
.whatsapp {
    position: fixed;
    right: 20px;
    bottom: 30%;
    font-size: 46px;
    z-index: 9999;
}
.common_title02 {
    color: #0c0c0c;
    font-size: 24px;
    font-weight: 600;
}
.request_quote {
    position: fixed;
    top: 25%;
    right: -45px;
    z-index: 99;
    background: #f2a100;
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 10px;
    transform: rotate(90deg);
}
.agree input[type="checkbox"] {
    display: none;
}
.agree .wpcf7-list-item-label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.5;
}
.agree .wpcf7-list-item-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 18px;
    height: 18px;
    border: 2px solid #f5b301;
    border-radius: 4px;
    transition: all 0.2s ease;
}
.agree .wpcf7-list-item-label::after {
    content: "✓";
    position: absolute;
    left: 4px;
    top: 0;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: 0.2s;
}
.agree input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background: #f5b301;
}
.agree input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    opacity: 1;
}
body:not(.js-loaded) .swiper,
body:not(.js-loaded) .lenis,
body:not(.js-loaded) .scrollmagic {
    display: none;
}
#industries_serve {
    background: #f8fafc;
}
.commonwidth {
    width: 86%;
    margin: 0 auto;
    justify-content: space-between;
}
.casestdysec .download_license_wrap {
    background: #f2a1001a;
    padding: 15px;
    border-radius: 6px;
    display: block;
    margin: 0;
    width: fit-content;
}
.casestdysec1 h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.casestdysec .download_license_wrap h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.casestdysec .download_license_wrap a {
    width: fit-content;
}
.casestdysec .erp_system_video {
    width: 100%;
    height: 230px;
}
.casestdy_objective .nav-item {
    width: 33.33% !important;
}
.abt_manufacturing_right ul {
    list-style-type: none;
    margin-bottom: 0;
}
.abt_manufacturing_right ul li {
    color: #000000b2;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
    margin-bottom: 7px;
}
.abt_manufacturing_right ul li::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 11px;
    height: 11px;
    border: 2px solid #196783;
    border-radius: 50%;
}
.comn_kpi ul > li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 40px;
    color: #ffffffeb;
}
.cmn_pointsec_blk {
    margin-bottom: 15px;
}
.cmn_pointsec_blk ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.cmn_pointsec_blk ul li {
    background: #ececec;
    padding: 5px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    display: inline-block;
    transition: 0.3s linear;
}
.cmn_pointsec_blk ul li:hover {
    background: #196783;
    color: #fff;
    transition: 0.3s linear;
}
.cmn_pointsec_blk h3 {
    font-size: 18px;
    font-weight: 600;
}
.comntable {
    width: 80%;
    margin: 0 auto;
}
.comntable thead th {
    background: #ececec;
}
ul {
    padding-left: 0;
}
.intl-tel-input {
    width: 100%;
}
.intl-tel-input .selected-flag .iti-arrow {
    border-top: 4px solid #dddddd !important;
}
.intl-tel-input .country-list .country {
    color: #000;
}
.intl-tel-input .country-list {
    width: 300px;
    overflow-y: auto !important;
    white-space: normal !important;
}
.blog_share iconify-icon {
    font-size: 30px;
}
textarea.contact_input {
    height: 110px;
}
.pricing_calculator .wpcf7-response-output {
    color: #000;
}
.wpcf7-form-control-wrap {
    position: relative;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}
.cta .row {
    --bs-gutter-x: 1rem;
}
.pricing_calculator .row {
    --bs-gutter-x: 1rem;
}
.contact_right .row {
    --bs-gutter-x: 1rem;
}
.cta_right .captcha-image {
    border-color: #ffffff8a;
    color: #ffffffeb;
}
.countries h4 {
    color: #0c0c0c;
    font-size: 24px;
    transition: all 0.5s linear;
    font-weight: 900;
    margin-bottom: 30px;
    border-bottom: 1px solid #0000000d;
    padding-bottom: 10px;
}
.countries .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    opacity: 1;
    background: no-repeat;
    font-size: 24px;
    padding: 0;
    color: #4f4f4f;
}
.btn-close:focus {
    box-shadow: none;
}
.countries a {
    display: flex;
    align-items: center;
    color: #363636e6;
    gap: 5px;
    font-size: 15px;
    margin-bottom: 25px;
    text-decoration: none;
    font-weight: 500;
}
.countries a iconify-icon{
	font-size: 25px;
}
    .modal-dialog {
        max-width: 800px;
    }
.modal-content {
    border: 0;
    border-radius: 20px;
}
.countries {
    padding: 30px 30px 20px 30px;
}
.modal-body {
    padding: 0;
}
.service_maintanance .service_details .video_leftblock_bx img {
    height: unset;
    border-radius: 0;
}
.service_maintanance .service_details .video_leftblock_bx{
	margin-bottom: 20px;
}
.video_leftblock_bx {
    display: inline-block;
    width: 100%;
}
/* thank you page */
.wrapper-2 {
    padding: 30px;
    text-align: center;
    width: 660px;
    margin: auto;
}
.wrapper-2 h1 {
    font-size: 30px;
    font-weight: 900;
    color: #000000;
    margin: 0;
    margin-bottom: 20px;
}
.wrapper-2 p {
    font-size: 16px;
    color: #0000008a;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}
.wrapper-2 a {
    margin: auto;
    text-transform: capitalize;
}
.wrapper-2 iconify-icon {
    color: #125872;
    font-size: 50px;
}
.wrapper-1 {
    height: 100vh;
    display: flex;
    background: #e8f0f3;
}
.cmn_pointsec_blk h3 {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.animated,
.slider,
.hero-image {
  will-change: transform;
}
#about_manufacturing {
    display: inline-block;
    width: 100%;
    height: 100%;
    will-change: transform;
}
/* 404 */
.four-not-four {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .error {
    width: 100%;
    height: 400px;
    margin: auto;
    margin: 0px auto;
	  text-align: center;
  }
.error img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
  .error-text {
    width: 100%;
    text-align: center;
    margin-top: 0px;
  }
.error-text p {
    font-size: 18px;
    color: #000000a6;
    font-weight: 400;
    margin: 0 auto;
    width: 450px;
    line-height: 24px;
}
.error-text a {
    display: flex;
    width: fit-content;
    margin: 20px auto 0px;
}
  @media(max-width: 575px){
    .error{
        height: unset;
        text-align: center;
    }
    .error img{
        height: unset;
        width: 70%;
    }
    .error-text h2 {
        font-size: 24px;
    }
	  .error-text p{
		  width: unset;
	  }
  }