@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-size: 14px;
    font-weight: 400;
    color: #00223A;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 58px 0 0;
    line-height: 21px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    margin-top: 0;
    color: #00223A;
}

p {
    margin: 0;
    font-size: 16px;
    color: #00223A;
    font-weight: 400;
    line-height: 25px;
}

a {
    color: #777;
    transition: .3s all ease;
}

a,
a:focus,
input:focus,
button:focus {
    outline: none;
    box-shadow: inherit;
}

a,
a:focus,
a:hover {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    height: auto;
    user-select: none;
}

section,
footer {
    display: block;
    position: relative;
}

a.btn {
    line-height: 50px;
}

@media screen and (max-width:991px) {
    a.btn {
        line-height: 39px;
        height: 42px;
    }
}

a.link {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    color: #00223A;
}

a.link:hover {
    color: #00566B;
    text-decoration: underline;
}

.container {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.btn {
    width: auto;
    display: inline-block;
    margin: 0;
    padding: 0 30px 0 30px;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 42px;
    border-radius: 0;
    transition: all 0.3s ease;
}

.btn-primary {
    color: #FFFFFF;
    background: #00708B;
    border-color: #00708B;
    border-radius: 0;
}

.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:first-child:active,
:not(.btn-check)+.btn-primary:active,
.btn-primary:hover {
    background: #00566B;
    border-color: #00566B;
}

.btn-secondary {
    color: #00708B;
    background: transparent;
    border: 2px solid #00708B;
    border-radius: 0;
}

.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:first-child:active,
:not(.btn-check)+.btn-secondary:active,
.btn-secondary:hover {
    background: #00566B;
    border-color: #00566B;
    color: #ffffff;
}

.btn-secondary .arrow-down-hover {
    display: none;
}

.btn-secondary:hover .arrow-down {
    display: none;
}

.btn-secondary:hover .arrow-down-hover {
    display: inline-block;
}

.btn-secondary img {
    margin-top: -1px;
}

.btn.btn-search {
    padding: 0 20px;
    margin-right: 10px;
    background: transparent !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.top-section {
    padding-top: 81px;
}

.section-top-100 {
    padding-top: 100px
}
.section-bottom-100 {
    padding-bottom: 100px
}

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 3%;
    }
}

@media screen and (max-width: 991px) {
    .section-top-100 {
        padding-top: 40px
    }
}

/*================================== Banner Section Start ==================================*/
.banner-section {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #F5F5F7;
}

.banner-section .banner-section-inner {
    display: flex;
    align-items: center;
    padding: 108px 0;
    justify-content: space-between;
}

.banner-section-inner .left-side {
    max-width: 546px;
}

.banner-sub-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Poppins', sans-serif;
    color: #00708B;
    margin-bottom: 20px;
}

h1.page-title {
    max-width: 546px;
    font-size: 42px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    line-height: 58.8px;
    margin-bottom: 20px;
}

.banner-dec {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    color: #00223A;
    margin-bottom: 30px;
}

.right-side .right-side-img .right-side-banner-image-hover {
    display: none;
}

.right-side .right-side-img:hover .right-side-banner-image-hover {
    display: inline-block;
}

.right-side .right-side-img:hover .right-side-banner-image {
    display: none;
}

.section-title {
    font-size: 42px;
    line-height: 63px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 16px;
    color: #00223A;
}

.section-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    color: #00223A;
    margin-bottom: 30px;
}

@media screen and (max-width: 1399px) {
    .banner-section .banner-section-inner {
        padding: 80px 0;
    }
}

@media screen and (max-width: 991px) {
    .banner-section .banner-section-inner {
        padding: 40px 0;
        flex-direction: column-reverse;
        gap: 40px;
    }

    .banner-section-inner .left-side {
        max-width: 100%;
        width: 100%
    }

    h1.page-title {
        font-size: 32px;
        line-height: 48.8px;
        max-width: 476px;
    }

    .section-title {
        font-size: 32px;
        line-height: 48.8px;
    }

    .banner-dec {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .section-content {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    .btn {
        padding: 0 20px 0 20px;
        height: 50px;
        font-size: 14px;
        line-height: 22px;
    }
}

/*================================== Banner Section End ==================================*/

/*================================== Brand Section Start ==================================*/
.brand-section {
    padding: 50px 0;
}

.brand-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.brand-img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 34%;
}

/* .brand .brand-img-hover {
    display: none
}

.brand:hover .brand-img-hover {
    display: inline-block
}

.brand:hover .brand-img {
    display: none
} */

@media screen and (max-width: 600px) {
    .brand-section {
        padding: 30px 0;
    }

    .brand-section-inner {
        gap: 20px;
    }
}

/*================================== Brand Section End ==================================*/

/*================================== Two Column Section Start ==================================*/
.two-column-section {
    padding: 100px 0;
    background: #F5F5F7;
}

.two-column-section.bg-white {
    background: #FFFFFF;
}

.two-column-section-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.two-column-section .width {
    width: 50%;
}

.two-column-section .right-side .right-side-img img {
    width: 100%
}

@media screen and (max-width: 991px) {
    .two-column-section {
        padding: 40px 0;
    }

    .two-column-section-inner {
        flex-direction: column-reverse;
        gap: 40px;
    }

    .two-column-section .width {
        width: 100%;
    }
}

/*================================== Two Column Section End ==================================*/

/*================================== Latest News Section Start ==================================*/
.latest-news-section {
    padding: 0 0 100px 0;
    background: #F5F5F7;
}

.latest-news-section-inner .news-card-main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.news-page .latest-news-section-inner .news-card-main {
    margin-top: 0;
}

.news-card {
    padding: 16px;
    background: #FFFFFF;
    border: 2px solid transparent;
    transition: all 0.3s ease;
}

.news-card:hover {
    border-color: #00708B;
}

.news-card:hover {
    border-color: #00708B;
}

.news-card .card-img {
    margin-bottom: 16px;
    height: 170px;
}

.news-card .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-card:hover .card-img img {
    filter: opacity(0.9);
}

.news-card .card-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 8px;
    font-family: 'Poppins', sans-serif;
    color: #00223A;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-card .section-content {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 16px;
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 34, 58, 0.70);
    overflow: hidden;
	min-height: 42px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-footer .link {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: #00708B;
    text-decoration: none !important;
}

.card-footer .time-now {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: rgba(0, 34, 58, 0.70);
}

@media screen and (max-width: 991px) {
    .latest-news-section {
        padding: 0 0 40px 0;
    }

    .latest-news-section-inner .news-card-main {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .news-card .card-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 600px) {
    .latest-news-section-inner .news-card-main {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*================================== Latest News Section End ==================================*/

/*================================== Quick Specs Section Start ==================================*/
.latest-news-section.quick-specs .news-card-main {
    background: #FFFFFF;
    padding: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.quick-specs-card {
    position: relative;
    cursor: pointer;
}

.quick-specs-card img {
    width: 100%;
}

.quick-specs-card .card-title {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    color: #FFFFFF;
}

@media screen and (max-width: 991px) {
    .quick-specs-card .card-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .latest-news-section.quick-specs .news-card-main {
        padding: 20px;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

/*================================== Quick Specs Section End ==================================*/

/*================================== Subscribe to our newsletter! Section Start ==================================*/
.newsletter {
    padding: 50px 0;
    background: #DCEFF1;
    text-align: center;
}

.newsletter .icon {
    margin-bottom: 20px;
}

.newsletter .section-title {
    margin-bottom: 10px;
}

.newsletter .section-content {
    margin-bottom: 20px;
    max-width: 507px;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-newsletter {
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}

.subscribe-newsletter .email {
    padding: 14px 160px 14px 20px;
    background: #FFFFFF;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 50px;
}

.subscribe-newsletter .btn.btn-primary {
    position: absolute;
    right: 0;
}

@media screen and (max-width: 991px) {
    .newsletter {
        padding: 40px 0;
    }
}

/*================================== Subscribe to our newsletter! Section End ==================================*/

/*================================== cms banner Section Start ==================================*/
.cms-banner-section {
    text-align: center;
}

.cms-banner-section h1.page-title {
    max-width: 100%;
}

.cms-banner-section .bg-img {
    position: relative;
}

.cms-banner-section .bg-img img {
    width: 100%;
}

.cms-banner-section .bg-img .page-title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
}

/*================================== cms banner Section End ==================================*/

/*================================== vision-Our-mission Section Start ==================================*/
.vision-Our-mission {
    margin-bottom: 100px;
}

.vision-Our-mission-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.vision-Our-mission-inner .image-inner {
    background: #DCEFF1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vision-Our-mission-inner .content-inner {
    padding: 76px 0;
    height: auto;
    display: block;
    background: transparent;
}

.vision-Our-mission-inner .content-inner .section-content {
    margin: 0;
}

.vision-Our-mission-inner .content-inner.first {
    padding-left: 48px;
}

.vision-Our-mission-inner .content-inner.last {
    padding-right: 48px;
}

@media screen and (max-width: 991px) {
    .vision-Our-mission {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .vision-Our-mission-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .vision-Our-mission-inner .content-inner.first {
        padding-left: 0px;
    }

    .vision-Our-mission-inner .content-inner.last {
        padding-right: 0px;
        order: 4;
    }

    .vision-Our-mission-inner .image-inner {
        padding: 50px;
    }

    .vision-Our-mission-inner .content-inner {
        padding: 40px 0;
    }
}

/*================================== vision-Our-mission Section End ==================================*/

/*================================== Our Team Section Start ==================================*/
.our-team-section {
    background: #F5F5F7;
    padding: 100px 0;
}

.our-team-section-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.our-team-card {
    background: #FFFFFF;
    padding: 16px;
}

.team-card-img {
    margin-bottom: 20px;
}

.team-card-img img {
    width: 100%;
    height: 226px;
	object-fit: contain;
    background-color: #dceff1;
}

.team-card-img .download-btn img {
    width: 100%;
    height: auto;
}

.team-name {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 6px;
    color: #00223A;
}

.team-roll {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    color: rgba(0, 34, 58, 0.7);
}

@media screen and (max-width: 991px) {
    .our-team-section {
        padding: 40px 0;
    }

    .team-name {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .our-team-section-inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .our-team-section-inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/*================================== Our Team Section End ==================================*/

/*================================== Resources Page Start ==================================*/
.our-team-section.resources {
    padding-top: 0;
}

.our-team-section.resources .our-team-section-inner {
    grid-template-columns: repeat(5, 1fr);
}

.our-team-section.resources .our-team-section-inner .our-team-card .team-card-img {
    position: relative;
    transition: all 0.3s ease;
}

.our-team-section.resources .our-team-section-inner .our-team-card .team-card-img .download-btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: none;
    background: transparent;
    width: 50px;
    height: 50px;
    margin: auto;
    opacity: 0;
    transition: all 0.3s ease;
}

.our-team-section.resources .our-team-section-inner .our-team-card:hover .team-card-img {
    filter: opacity(0.9);
}

.our-team-section.resources .our-team-section-inner .our-team-card:hover .team-card-img .download-btn {
    opacity: 1;
}

.our-team-section.resources .our-team-section-inner .team-name {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #00223A;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.brouchers-name {
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
}

@media screen and (max-width: 1399px) {
    .our-team-section.resources .our-team-section-inner {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .our-team-section.resources .our-team-section-inner {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .our-team-section.resources .our-team-section-inner {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 567px) {
    .our-team-section.resources .our-team-section-inner {
        grid-template-columns: repeat(1, 1fr);
    }
}

/*================================== Resources Page End ==================================*/

/*================================== Title Section Start ==================================*/
.title-section {
    background: #F5F5F7;
}

.title-section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title-section-inner .left-side {
    width: 100%;
}

.title-section-inner .right-side {
    width: 38%;
    text-align: right;
}

.title-section-inner .right-side .search-box {
    position: relative;
    max-width: 449px;
    margin-left: auto;
}

.title-section-inner .right-side .search-box .search-icon {
    position: absolute;
    left: 20px;
    top: 14px;
}

.title-section-inner .right-side .search {
    padding: 15px 20px 15px 54px;
    border: none;
    background: #FFFFFF;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #00223A;
    width: 100%;
}

.title-section-inner .section-content {
    margin-bottom: 40px;
    font-size: 14px !important;
}

@media screen and (max-width: 767px) {
    .title-section {
        padding-bottom: 40px;
    }

    .title-section-inner .left-side {
        width: 100%;
    }

    .title-section-inner {
        flex-direction: column;
    }

    .title-section-inner .right-side {
        width: 100%;
        text-align: left;
    }

    .title-section-inner .right-side .search-box {
        margin-left: 0;
    }
}

/*================================== Title Section End ==================================*/

/*================================== Tabbing Section Start ==================================*/
.tabbing-section {
    padding: 60px 0;
    background: #F5F5F7;
}

.tabbing-section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabbing-main {
    display: inline-flex;
    align-items: center;
    padding: 3px;
    background: #FFFFFF;
    gap: 3px;
    /*overflow-x: auto;*/
}

.tabbing-main .dropdown-menu.dropdown-menu-custom {
    transform: translate(0, 50px) !important;
    border: none;
    border-radius: 0;
    padding: 12px;
}

.tabbing-main .dropdown-menu.dropdown-menu-custom .dropdown-item {
    padding: 10px 12px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    background: #FFFFFF;
}

.tabbing-main .dropdown-menu.dropdown-menu-custom .dropdown-item:hover {
    background: #F5F5F7;
}

.tabbing-main .dropdown-toggle {
    display: flex;
    align-items: center;
}

.tabbing-main .dropdown-toggle::after {
    background-image: url("../images/arrow.svg");
    border: none;
    width: 20px;
    height: 20px;
    transition: .3s all ease;
    filter: invert(1);
}

.tabbing-main .tabbing-item.active .dropdown-toggle::after {
    background-image: url("../images/arrow.svg");
    filter: invert(0);
}

.tabbing-main .dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.tabbing-item {
    padding: 12px 20px;
    transition: .3s all ease;
    cursor: pointer;
    white-space: nowrap;
}

.tabbing-item .tabbing-link {
    color: #00223A;
}

.tabbing-item:hover {
    background: #00708B;
}

.tabbing-item:hover .tabbing-link {
    color: #FFFFFF;
}

.tabbing-item.active {
    background: #00708B;
}

.tabbing-item.active .tabbing-link {
    color: #FFFFFF;
}

/*================================== Tabbing Section End ==================================*/

/*================================== Contact Us Page Start ==================================*/
.contact-us-section {
    background: #F5F5F7;
    padding: 100px 0 115px;
}

.contact-us-section-inner {
    display: flex;
    gap: 53px;
    justify-content: space-between;
}

.contact-us-section-inner .width {
    width: 50%;
}

.section-label {
    font-size: 18px;
    font-weight: 600;
    line-height: 25.2px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 16px;
    color: #00223A;
}

.section-box {
    background: #FFFFFF;
    padding: 16px;
}

.box-group {
    margin-bottom: 20px;
}

.box-group .group-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 16px;
    color: #00223A;
}

.box-group .group-label-inner {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 0;
    color: #00223A;
    display: flex;
    align-items: center;
    gap: 14px;
}

.form-main {
    background: #FFFFFF;
    padding: 30px;
}

.form-row {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.form-group {
    margin-bottom: 20px;
    flex: auto;
    width: 100%;
}

.form-input {
    padding: 14px 16px;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    width: 100%;
}

.form-input:focus-visible {
    outline: none;
}

@media screen and (max-width: 991px) {
    .contact-us-section {
        padding: 40px 0;
    }

    .contact-us-section-inner {
        gap: 40px;
        flex-direction: column;
    }

    .contact-us-section-inner .width {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .form-main {
        padding: 20px;
    }

    .form-row {
        gap: 0;
        flex-wrap: wrap;
    }

    .form-group {
        width: 100%;
    }
}

/*================================== Contact Us Page End ==================================*/

/*================================== parts-and-warranty-section Start ==================================*/
.parts-and-warranty-section {
    background: #F5F5F7;
    padding: 100px 0;
}

.parts-and-warranty-section-inner {
    text-align: center;
}

.parts-and-warranty-section-inner .section-content {
    max-width: 1158px;
    margin-left: auto;
    margin-right: auto;
}

.parts-and-warranty-section-inner .form-main {
    margin-top: 60px;
}

.form-section-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin: 10px 0 30px;
    text-align: left;
    color: #00223A;
}

.checkbox-main {
    flex: auto;
    width: 100%;
}

.form-label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0 0 20px;
    text-align: left;
    color: #00223A;
    width: 100%;
}

.checkbox-row {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-bottom: 20px;
}

.checkbox-inner {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
}

@media screen and (max-width: 1399px) {
    .checkbox-row {
        gap: 30px;
    }
}

@media screen and (max-width: 991px) {
    .parts-and-warranty-section {
        padding: 40px 0;
    }

    .parts-and-warranty-section-inner .form-main {
        margin-top: 40px;
    }
}

@media screen and (max-width: 767px) {
    .checkbox-row {
        gap: 20px;
    }
}

@media screen and (max-width: 600px) {
    .checkbox-row {
        gap: 20px;
        flex-wrap: wrap;
    }
}

/*================================== parts-and-warranty-section End ==================================*/

/*================================== Terms and conditions page Start ==================================*/
.terms-and-conditions {
    padding: 100px 0;
    background: #F5F5F7;
}

.terms-and-conditions-inner {
    background: #fff;
    padding: 30px;
    margin-top: 60px;
    display: flex;
    gap: 30px;
}

.terms-and-conditions-inner .width {
    width: 50%;
}

.content-inner {
    background: #F5F5F7;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.content-inner .content {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #00223A;
    margin: 0;
}

@media screen and (max-width: 991px) {
    .terms-and-conditions {
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .terms-and-conditions {
        padding: 40px 0;
    }

    .terms-and-conditions-inner .width {
        width: 100%;
    }

    .terms-and-conditions-inner {
        padding: 20px;
        margin-top: 40px;
        gap: 20px;
        flex-direction: column;
    }

    .content-inner {
        height: 180px;
    }
}

/*================================== Terms and conditions page End ==================================*/

/*================================== Technical Support page Start ==================================*/
.technical-support .section-title {
    margin-bottom: 30px;
}

.technical-support .technical-support-inner .section-title {
    margin: 30px 0;
    font-weight: 600;
}

.technical-support .technical-support-inner .terms-and-conditions-inner {
    margin: 0;
}

/*================================== Technical Support page End ==================================*/

/*================================== Current openings Section Start ==================================*/
.current-openings {
    background: #F5F5F7;
    padding: 0 0 100px;
}

.current-openings-inner {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    margin-bottom: 20px;
}

.current-openings-inner .width {
    width: 50%;
}

/* .current-openings-inner.career-detail .width.left-side {
    width: 70%;
}

.current-openings-inner.career-detail .width.right-side {
    width: 30%;
} */

.current-openings-inner .right-side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

.left-side-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #00223A;
    margin-bottom: 12px;
}

.experience {
    display: flex;
    align-items: center;
    gap: 40px;
}

.experience .experience-inner {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: rgba(0, 34, 58, 0.7);
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.experience .experience-inner .years {
    font-weight: 500;
    color: #00223A;
}

@media screen and (max-width: 991px) {
    .current-openings {
        background: #F5F5F7;
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .current-openings-inner {
        flex-direction: column;
        gap: 30px;
    }

    .current-openings-inner .width {
        width: 100%;
    }

    .left-side-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .experience {
        flex-direction: column;
        gap: 10px;
    }

    .experience .experience-inner {
        width: 100%;
    }

    .current-openings-inner .right-side .btn {
        height: 40px;
        width: 100%;
    }
}

/*================================== Current openings Section End ==================================*/

/*================================== Accordion Section Start ==================================*/
.accordion-section {
    background: #F5F5F7;
    padding: 0 0 100px;
}

.accordion-section-inner .accordion .accordion-item {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    overflow: hidden;
}

.accordion-section-inner .accordion .accordion-item .accordion-header.accordion-button {
    background: #ffffff;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #00223A;
    margin-bottom: 0;
}

.accordion-section-inner .accordion .accordion-item .accordion-header.accordion-button:hover {
    color: #00223A;
}

.accordion-section-inner .accordion .accordion-item .accordion-header.accordion-button::after {
    background-color: #F5F5F7;
    padding: 8px;
    width: 36px;
    height: 36px;
    background-position: center;
    background-image: url("../images/arrow-down-g.svg");
    transition: all 0s;
    transform: rotate(0deg);
}

.accordion-section-inner .accordion .accordion-item [open] .accordion-header.accordion-button::after {
    background-color: #00708B;
    background-image: url("../images/arrow-up-w.svg");
    transform: rotate(0deg);
    transition: all 0s;
}

.accordion-section-inner .accordion .accordion-item .accordion-collapse .accordion-body {
    padding-top: 0;
}

@media screen and (max-width: 991px) {
    .accordion-section {
        padding: 0 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .accordion-section-inner .accordion .accordion-item .accordion-header.accordion-button {
        font-size: 18px;
    }
}

/*================================== Accordion Section End ==================================*/

/*================================== Product Section Start ==================================*/
.product-section {
    background: #F5F5F7;
    padding: 100px 0 40px;
}

.product-section-inner {
    display: flex;
    gap: 30px;
}

.product-section-inner .section-content {
    line-height: 21px;
    font-size: 14px !important;
}

.product-image img {
    min-width: 244px;
}

.more-link {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    color: #00708B;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.more-link:hover {
    padding-left: 5px;
    color: #00708B;
}

.more-link .fa.fa-angle-right {
    font-weight: 700;
    padding-left: 5px;
    transition: all 0.3s ease;
}

.more-link:hover .fa.fa-angle-right {
    padding-left: 7px;
}

@media screen and (max-width: 991px) {
    .product-section {
        padding: 40px 0 40px;
    }
}

@media screen and (max-width: 767px) {
    .product-section-inner {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .product-image img {
        min-width: 100%;
        width: 100%;
    }
}

/*================================== Product Section End ==================================*/

/*================================== product image Section Start ==================================*/
.product-image-main {
    background: #F5F5F7;
    /* padding: 0 0 100px; */
}

/* @media screen and (max-width: 991px) {
    .product-image-main {
        padding: 0 0 40px;
    }
} */

/*================================== product image Section End ==================================*/

/*================================== Product Details Section Start ==================================*/
.product-details-main {
    background: #F5F5F7;
    padding: 0 0 10px;
}

.product-details-inner .product-details-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.product-details-inner .product-details-header .section-title {
    margin-bottom: 0;
}

.product-details-inner .product-details-header .btn-withe {
    background: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    color: #00223A;
    box-shadow: none !important;
    outline: none !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-details-inner .product-details-header .btn-withe .download-icon-hover {
    display: none;
}

.product-details-inner .product-details-header .btn-withe:hover {
    background: #00708B;
    color: #ffffff;
}

.product-details-inner .product-details-header .btn-withe:hover .download-icon-hover {
    display: inline-block;
}

.product-details-inner .product-details-header .btn-withe:hover .download-icon {
    display: none;
}

@media screen and (max-width: 991px) {
    .product-details-main {
        padding: 0 0 10px;
    }

    .product-details-inner .product-details-header {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .product-details-inner .product-details-header {
        flex-direction: column;
        gap: 20px;
    }

    .product-details-inner .product-details-header .section-title {
        width: 100%;
    }

    .product-details-inner .product-details-header .btn-withe {
        margin: 0 0 0 auto;
    }
}

/*================================== Product Details Section End ==================================*/




/*================================== Header Css Start ==================================*/
.navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #00223A;
}

.navbar .navbar-nav .nav-item .nav-link:hover,
.navbar .navbar-nav .nav-item .nav-link.active {
    color: #00708B
}

.navbar .navbar-nav .nav-item:hover>ul.dropdown-menu {
    display: block;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #00223A;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.navbar .navbar-nav .dropdown-menu .dropdown-item.active,
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background: #F5F5F7;
    color: #00708B
}

.navbar .navbar-nav .dropdown-menu {
    margin-top: 28px;
    padding: 12px;
    border: none;
    border-radius: 0;
    background: #ffffff;
}

.navbar .navbar-nav .dropdown-submenu {
    position: relative;
}

.navbar .navbar-nav .dropdown-submenu .dropdown-item {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #00223A;
    padding: 10px 12px;
}

.navbar .navbar-nav .dropdown-submenu .dropdown-menu {
    margin-top: 0px !important;
}

.navbar .navbar-nav .dropdown-submenu .dropdown-menu li {
    padding: 0;
}

.navbar .navbar-nav .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 20px;
    height: 20px;
    background-image: url("../images/right-arrow.svg");
    border: none;
    border-left-color: #00223A !important;
    transition: .3s all ease;
}

.navbar .navbar-nav .dropdown-submenu>a.active:after,
.navbar .navbar-nav .dropdown-submenu>a:hover:after {
    border-left-color: #00708B !important;
    transform: rotate(180deg);
}

.navbar .navbar-nav .dropdown-submenu .dropdown-item.active,
.navbar .navbar-nav .dropdown-submenu .dropdown-item:hover {
    background: #F5F5F7;
    color: #00708B
}

.dropdown-menu .nav-item.active,
.dropdown-menu .nav-item:hover {
    background: #F5F5F7;
    color: #00708B
}

.navbar .navbar-nav .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.navbar .navbar-nav .dropdown-submenu:hover>.dropdown-menu {
    display: block;
    padding: 12px;
    border: none;
    border-radius: 0;
    background: #ffffff;
    max-height: 560px;
    overflow: auto;
}

.navbar .navbar-nav .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.navbar .navbar-nav .dropdown-submenu.pull-left {
    float: none;
}

.navbar .navbar-nav .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

button.navbar-toggler {
    border-radius: 0;
    border-color: #00708B;
    box-shadow: none !important;
}

@media screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }

    .mobile-menu {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .navbar .navbar-nav .dropdown-menu {
        margin-top: 0;
        padding: 0;
    }

    .navbar-brand img {
        max-width: 140px;
    }

    .mobile-menu .btn {
        padding: 0 10px 0 10px;
        height: 40px;
    }

    .navbar .navbar-nav .dropdown-submenu>a.active:after,
    .navbar .navbar-nav .dropdown-submenu>a:hover:after {
        transform: rotate(90deg);
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 420px) {
    .navbar-brand {
        margin-right: 10px;
    }

    .navbar-brand img {
        max-width: 120px;
    }
}

/*================================== Header Css End ==================================*/


/******** Footer Section *********/
.footer-section {
    width: 100%;
    margin: 0;
    padding: 50px 0 0 0;
    float: left;
    background: #004758 url(../images/gradient-device.svg) no-repeat center;
    background-size: auto;
    background-position: left center;
}

.footer-inner {
    width: 100%;
    margin: 0;
    padding: 0 0 40px 0;
    display: flex;
    flex-wrap: wrap;
}

.footer-inner .footer-left {
    width: 30%;
    float: left;
    margin: 0;
    padding: 0 15px 0 0;
}

.footer-left .footer-left-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer-left .footer-left-inner a {
    width: auto;
    padding: 0;
    margin: 0 0 20px 0;
    display: inline-block;
}

.footer-left .footer-left-inner p {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    opacity: 70%;
    line-height: 20px;
    letter-spacing: -0.5px;
}

.footer-links {
    width: 70%;
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
}

.footer-links-inner {
    display: flex;
    margin: 0 -10px;
    padding: 0;
    flex-wrap: wrap;
}

.footer-links-inner .footer-item {
    width: 33.33%;
    padding: 0 30px;
    margin: 0;
    float: left;
}

.footer-links-inner .footer-item h3 {
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    opacity: 90%;
    line-height: 25px;
    margin: 0 0 20px 0;
    pointer-events: none;
}

.footer-links-inner .footer-item ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer-links-inner .footer-item ul li {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    display: inline-block;
}

.footer-links-inner .footer-item ul li a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    opacity: 70%;
}

.footer-links-inner .footer-item ul li a:hover {
    color: #41B0FF;
    opacity: 100%;
}

.footer-links-inner .footer-item ul li.current-menu-item a {
    color: #41B0FF;
    opacity: 100%;
}

.footer-links-inner .footer-item .contact-text {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.footer-links-inner .footer-item .contact-text p {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 70%;
    margin: 0 0 12px 0;
}

.footer-links-inner .footer-item .contact-text a {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    opacity: 70%;
    margin: 0 0 12px;
}

.footer-links-inner .footer-item .contact-text h4 {
    font-size: 14px;
    color: #FFFFFF;
    font-weight: 400;
    line-height: 21px;
    display: inline-block;
    opacity: 70%;
    margin: 0 0 12px;
}

.footer-links-inner .footer-item .contact-text ul li {
    margin: 0 12px 0 0;
    padding: 0;
    width: auto;
}

.footer-links-inner .footer-item .contact-text ul li a {
    margin: 0;
}

.copyright-section {
    width: 100%;
    display: inline-block;
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
}

.copyright-section span {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    opacity: 100%;
    margin: 0 0 0 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.contact-text p {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 3px;
}

.contact-text a {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    margin-top: 3px;
}

.footer-links-inner .footer-item ul li a:hover,
.footer-links-inner .footer-item ul li.current-menu-item a {
    color: #ffffff;
    opacity: 100%;
}

@media screen and (max-width: 991px) {
    .footer-inner .footer-left {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .footer-links {
        width: 100%;
        padding: 0;
    }

    .footer-left .footer-left-inner p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .footer-links-inner .footer-item {
        width: 100%;
        padding: 0 10px;
        margin: 0;
        float: left;
    }

    .footer-links-inner .footer-item h3 {
        font-size: 14px;
        line-height: 21px;
        margin: 0 0 12px 0;
        border-bottom: 1px solid rgba(191, 191, 191, 0.5);
        padding-bottom: 14px;
        position: relative;
        pointer-events: all;
    }

    .footer-links-inner .footer-item h3::after {
        content: "";
        background: url(../images/footer-after-icon1.svg) no-repeat center;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .footer-links-inner .footer-item h3.active::after {
        background: url(../images/footer-after-icon2.svg) no-repeat center;
    }

    .footer-links-inner .footer-item .footer-link-col {
        display: none;
        margin: 0 0 15px;
    }

    .footer-section {
        padding: 40px 0 0 0;
        position: relative;
    }

    .footer-section::before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-position: center;
    }

    .copyright-section,
    .footer-section .container {
        position: relative;
        z-index: 9;
    }

    .copyright-section {
        padding: 20px 0;
    }

    .copyright-section span {
        font-size: 10px;
        opacity: 100%;
    }
}

/******** Footer Section *********/

.wpcf7-not-valid-tip {
    font-size: 14px;
    text-align: left;
}

/******** Footer Section *********/
/*.form-group input {*/
/* padding: 0;*/
/* height: initial;*/
/* width: initial;*/
/* margin-bottom: 0;*/
/* display: none;*/
/* cursor: pointer;*/
/*}*/

.form-select:focus {
    border-color: #E5E5E5;
    outline: 0;
    box-shadow: none
}

.form-footer p {
    display: flex;
    gap: 20px;
}

/******** checkbox-row Css Start *********/
.checkbox-row .wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    align-items: center;
    gap: 50px;
}

.checkbox-row .wpcf7-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.checkbox-row .wpcf7-list-item-label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    margin: 0;
    text-align: left;
    color: #00223A;
}

input[type=checkbox] {
    position: relative;
    border: 1px solid #E5E5E5;
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 28px;
    width: 28px;
    -webkit-appearance: none;
    opacity: 1;
}

input[type=checkbox]:hover {
    opacity: 1;
}

input[type=checkbox]:checked {
    background-color: #00708B;
    opacity: 1;
}

input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 5px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

@media screen and (max-width: 1399px) {
    .checkbox-row .wpcf7-form-control.wpcf7-checkbox {
        gap: 30px;
    }
}

@media screen and (max-width: 767px) {
    .checkbox-row .wpcf7-form-control.wpcf7-checkbox {
        gap: 20px;
        flex-wrap: wrap;
    }
}

/******** checkbox-row Css Start *********/
.subscribe-newsletter form p {
    display: flex;
}

.privacy-policy ul li {
    list-style: disc;
    margin-bottom: 20px;
}

.dropdown-submenu .dropdown-menu li,
.nav-item a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #00223A;
    padding: 0.5rem;
    white-space: nowrap;
}

.nav-item.active a,
.nav-item a:hover {
    color: #00708B;
}

.nav-item {
    position: relative;
    padding: 28px 12px;
}

.dropdown-menu .nav-item {
    padding: 0;
}

.nav-item.active::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #00708B;
    position: absolute;
    /* bottom: -27px; */
    bottom: 0;
    left: 0;
}

@media screen and (max-width:991px) {
    .nav-item.active::before {
        display: none;
    }
}

.nav-item.active .dropdown-menu .nav-item.active::before {
    display: none;
}

.dropdown-menu .nav-item a {
    color: #00223A;
}

.dropdown-menu .nav-item.active a {
    color: #00708B;
}

.dropdown-menu li a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #00223A;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

/* .navbar .navbar-nav .dropdown-submenu>.dropdown-menu {
    top: -6px;
    left: 105.5%;
} */
.margin-custom {
    margin-bottom: 60px !important;
}

/******** pagination Css Start *********/
.pagination {
    justify-content: end;
    padding: 10px 0;
    margin-top: 40px;
    gap: 20px;
    align-items: center;
}

/*:not(.next):not(.prev)*/
.pagination .page-numbers {
    border: 1px solid #00708B;
    padding: 5px 10px;
    border-radius: 100%;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00708B;
}

.pagination .page-numbers:hover {
    background: #00708B;
    color: #ffffff;
}

.pagination .page-numbers.current {
    background: #00708B;
    color: #ffffff !important;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
    color: #00708B !important;
    font-size: 0;
    position: relative;
}

.pagination .page-numbers.prev:before,
.pagination .page-numbers.next:before {
    position: absolute;
    font-size: 24px;
}

.pagination .page-numbers.prev:before {
    content: "<";
}

.pagination .page-numbers.next:before {
    content: ">";
}

/******** pagination Css End *********/
.latest-news-details-page .section-sub-title {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    color: #00223A;
}

.news-detail-header {
	padding-top: 50px;	
}

@media screen and (max-width: 991px) {
	.news-detail-header {
		padding-top: 25px;	
	}
}

.news-detail-header .back-btn {
    font-size: 16px;
    color: #00223A;
    font-weight: 400;
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-flex;
	gap: 10px;
	align-items: center;
    line-height: 25px;
}

.news-image {
    margin: 20px 0 40px 0;
}

.section-content-main p {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #00223A;
    margin-bottom: 20px;
}

.submit-reset-btn p br {
    display: none;
}

.wpcf7-response-output {
    display: inline-block;
}

nav.navbar {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;
    padding: 0;
}

@media screen and (max-width:991px) {
    .navbar-nav .nav-item {
        padding: 8px 0;
    }
}

.tab-content>.active {
    display: grid;
}

.mc4wp-alert.mc4wp-success p,
.mc4wp-alert.mc4wp-notice p,
.mc4wp-alert.mc4wp-error p {
    max-width: 500px;
    margin: 10px auto;
    text-align: left;
    color: #dc3232;
    font-size: 14px;
}

.mc4wp-alert.mc4wp-notice p {
    color: #ff7600;
}

.mc4wp-alert.mc4wp-success p {
    color: #2a8532;
}

/* ================  Search Box Css Start ================ */
.search-box-main .modal-dialog {
    max-width: 824px;
}

.search-box-main .modal-content {
    border-radius: 0;
    border: none;
}

.search-box-main .modal-body {
    padding: 0;
}

.search-box-main .modal-body .search-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 4px 4px 4px 40px;
}

.search-box-main .modal-body .search-box .search-icon {
    position: absolute;
    left: 10px;
}

.search-box-main .modal-body .search-box .search-box-inner {
    padding: 10px 10px 10px 0;
    width: 73%;
    border: none;
    font-size: 14px;
    line-height: 21px;
    color: #00223A;
}

@media screen and (min-width:567px) and (max-width:870px) {
    .search-box-main .modal-dialog {
        margin-left: 3%;
        margin-right: 3%;
    }
}

@media screen and (max-width:567px) {
    .search-box-main .modal-body .search-box .search-box-inner {
        width: 76%;
    }

    .search-box-main .modal-body .search-box .search-box-inner::placeholder {
        font-size: 12px;
    }

    .search-box .btn {
        padding: 0 10px 0 10px;
        height: 40px;
        font-size: 12px;
        line-height: 19px;
    }
}


.search-box-main .modal-body .form-select {
    padding: 0;
    border-radius: 0;
    background: none;
    max-height: 200px;
    overflow: auto;
}

.search-box-main .modal-body .form-select .option-item {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    color: #00223A;
    border-bottom: 1px solid #70707036;
}

.search-box-main .modal-body .form-select .option-item.no-data {
    cursor: default;
}

/* ================  Search Box Css End ================ */
.brouchers-dropdown-item {
    /* transform: translate(0, 50px) !important; */
    border: none;
    border-radius: 0;
    padding: 12px;
    /* padding: 10px 12px; */
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    color: #00223A;
}

.brouchers-dropdown-item:hover {
    background: #F5F5F7;
    color: #00708B
}

/*================  Table Press Css Start ================ */
.tablepress thead tr th {
    text-align: center;
    width: 100px;
    min-width: 150px;
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
}

.tablepress tbody tr td {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    vertical-align: middle;
    border: none;
}

.tablepress tbody tr td img {
    margin-right: 10px;
}

.dataTables_length {
    transform: translate(0px, 10px);
}

.dataTables_length label {
    color: #00708B;
}

.dataTables_info {
    color: #00708B;
}

.dataTables_paginate {
    color: #00708B;
}

.dataTables_filter {
    margin: 0 0 10px 0 !important;
}

.dataTables_filter label {
    color: #00708B;
}

.dataTables_filter label input {
    border-radius: 0;
    border: 1px solid #E5E5E5;
    padding: 6px 16px;
    border-radius: 0;
    border: 1px solid #E5E5E5;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.dataTables_paginate .paginate_button {
    color: #00708B !important;
    text-decoration: none !important;
}

.dataTables_paginate .paginate_button.disabled {
    opacity: 0.7;
}

.dataTables_paginate.paging_simple .paginate_button.next:after,
.dataTables_paginate.paging_simple .paginate_button.previous:before {
    color: #00708B !important;
    text-shadow: none !important
}

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

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

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #DEDEDE;
}

.tablepress-dt-scroll-buttons-wrapper-visible {
    align-items: center;
}

.tablepress-dt-scroll-buttons-wrapper-visible {
    position: relative !important;
}

.tablepress-dt-scroll-buttons-wrapper-visible .dataTables_scroll {
    width: calc(100% - 0px) !important;
}

.tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button {
    position: absolute !important;
    top: 44% !important;
    left: -16px !important;
    z-index: 99;
    height: 30px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button+.dtfc-has-left+.tablepress-dt-scroll-button {
    right: -16px !important;
    left: auto !important;
}

@media screen and (max-width: 991px) {
    .dtfc-fixed-left {
        position: inherit !important;
        left: inherit !important;
    }
}

@media screen and (max-width: 767px) {
    .dataTables_length label {
        /*display: none;*/
        transform: translate(0px, -7px);
    }

    .tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button {
        left: 5px !important;
    }

    .tablepress-dt-scroll-buttons-wrapper-visible .tablepress-dt-scroll-button+.dtfc-has-left+.tablepress-dt-scroll-button {
        right: 5px !important;
    }

    .dataTables_info {
        margin: 4px 0 0 0px !important;
    }

    .dataTables_paginate {
        margin: 4px 0 0 0 !important;
    }

    .dataTables_filter {
        margin: 0 0 10px 0 !important;
    }
}

@media screen and (max-width: 500px) {
    div.dataTables_wrapper {
        padding-top: 50px;
    }

    .dataTables_length {
        transform: translate(0, -40px);
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media screen and (max-width: 481px) {
    div.dataTables_wrapper {
        padding-top: 20px;
    }

    .dataTables_length {
        transform: translate(0, -10px);
    }
}

/*================  Table Press Css End ================*/

.load-more-btn {
    margin-top: 30px !important;
    text-align: center !important;
}

.form-row.submit-reset-btn p {
    display: flex;
    gap: 20px;
}


.attach-resume-main {
    background: #fff;
    border-radius: 0px;
    padding: 21px 20px 21px 54px;
    position: relative !important;
    margin-bottom: 30px !important;
    background-image: url('../images/attachment-svgrepo-com-1.svg');
    background-repeat: no-repeat;
    background-position: left 20px top 21px;
    border: 1px solid #E5E5E5;
}

.attach-resume-main .attach-resume-inner {
    position: static !important;
}

.attach-resume-main .attach-resume-inner .label {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    margin-bottom: 3px;
}

.attach-resume-main .attach-resume-inner .placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    text-align: left;
    color: #535353;
    background: transparent;
    opacity: 1;
}

.attach-resume-main .attach-resume-inner .wpcf7-form-control-wrap {
    margin: 0 !important;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0px;
}

.attach-resume-main .attach-resume-inner .attach-resume {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 0 !important;
}

.career-form-detail .section-content {
    margin-top: 40px !important;
    font-size: 18px !important;
}

.experience.detail .experience-inner {
    display: flex;
    align-items: flex-start;
    margin-top: 10px;
}

.experience.detail .experience-inner .years {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.contact-us-section-inner.career-form-detail .section-content.detail-inner {
    font-size: 14px !important;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    color: #00223A;
    margin: 0;
}

.detail-text {
    font-size: 18px !important;
}

.attach-resume-main .attach-resume-inner .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -23px;
}

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

.form-select::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

.form-select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #DEDEDE;
}

/* CSS for page not found  */
------------------------------------------------------------ .error-page-padding {
    width: 100%;
    margin: 0;
    padding: 0;
    float: left;
    background: #edecec;
}

.error-page-padding .error-page {
    background-color: #fff;
    box-shadow: 0 10px 10px -10px #5d6572;
    width: 100%;
    padding: 30px;
    max-width: 700px;
    text-align: center;
    margin: 100px auto;
    box-shadow: 0 0 15px rgb(0 0 0 / 7%);
    border-radius: 8px;
}

.error-page-padding .error-page .error-page-inner {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}

.error-page-padding .error-page .error-page-inner img {
    max-width: 290px;
    margin: 0 0 10px 0;
}

.error-page-padding .error-page .error-page-inner p {
    margin: 0 0 20px 0;
}

.error-page-padding .error-page .error-page-inner .btn-primary {
    padding: 0 22px !important;
}


@media screen and (max-width:576px) {
    .dataTables_filter {
        width: auto;
    }

    .dataTables_filter label {
        width: 80%;
    }

    .dataTables_filter label input {
        width: 100% !important;
    }
}


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

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #DEDEDE;
}

@media screen and (max-width: 991px) {
    .navbar-nav .nav-item .dropdown-menu .nav-item {
        padding: 0;
    }
}

.product-table {
    overflow: hidden !important;
    padding: 20px;
    background-color: #fff;
}

@media screen and (max-width: 567px) {
    .tabbing-item {
        padding: 8px 6px;
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    nav.navbar {
        padding: 5px 0;
    }
}

@media screen and (max-width: 420px) {
    nav.navbar {
        padding: 10px 0;
    }
}
.tablepress tbody tr td img {
    max-width: 40px !important;
}
/* .tablepress td.column-1,
.tablepress td.column-2,
.tablepress td.column-5,
.tablepress td.column-6,
.tablepress td.column-10,
.tablepress td.column-11,
.tablepress td.column-12, 
.tablepress td.column-13,
.tablepress td.column-15,
.tablepress td.column-16,
.tablepress td.column-17,
.tablepress td.column-18  {
    white-space: nowrap;
} */
.tablepress .column-1,
.tablepress .column-2,
.tablepress .column-12, 
.tablepress .column-13 {
    min-width: 80px !important;
    width: 80px !important;
}
.tablepress .column-3,
.tablepress .column-5,
.tablepress .column-6,
.tablepress .column-10,
.tablepress .column-11,
.tablepress .column-15,
.tablepress .column-16,
.tablepress .column-18 {
    min-width: 100px !important;
    width: 100px !important;
}
.tablepress .column-17 {
    min-width: 120px !important;
    width: 120px !important;
}
.tablepress .column-2 {
    white-space: nowrap;
}

.product-section-inner {
    align-items: center;
    padding: 40px 0;
}
.download-brochure {
    justify-content: flex-end !important;
    margin-bottom: 40px !important;
}

.series-content-section h2,
.series-content-section p {
    margin-bottom: 20px !important;
}