/* @import url('https://fonts.cdnfonts.com/css/bison'); */
/* @import url(https://db.onlinewebfonts.com/c/d7e06b3006c000446ba07df1d4955920?family=Bison+Bold); */
@import url(../fonts/BisonBold.css);

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;

}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Montserrat' !important;
    color: #000 !important;
    overflow-x: hidden;
}

body {
    scrollbar-width: thin;
    /* "thin" or "auto" */
    scrollbar-color: #d4d8e6 #ffffff;
    /* thumb color, track color */
}

/* For Webkit (Chrome, Safari) */
/* This is used as a fallback for browsers that do not support the new standard properties */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}

.custom_color {
    color: #000000 !important;
}

.font_72 {
    font-size: 72px !important;
}

.font_52 {
    font-size: 52px !important;
}

.font_44 {
    font-size: 44px !important;
}

.font_30 {
    font-size: 30px !important;
}

.font_32 {
    font-size: 32px !important;
}

.form-control {
    border-radius: 0 !important;
}

.form-select {
    border-radius: 0 !important;
    color: #747577 !important;
}

::-webkit-scrollbar-thumb {
    background-color: #d4d8e6;
    border-radius: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Bison bold' !important;
}

.ab-border {
    border-block-end: 1px solid #514c4c;
    padding-bottom: 21px;
}

a {
    text-decoration: none !important;
    color: #000 !important;
}

.txt-bison {
    font-family: 'Bison bold' !important;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.bg-light {
    background-color: #f2f2f2 !important;
}

.bg-theme {
    background-color: #263B83; 
}

.fs-7 {
    font-size: .8rem;
}

.navbar-brand img {
    height: 70px;
}

.text-theme {
    color: #263B83 !important;
}

.research-text-title{
    color: #ff0201
}

.research-container{
    padding: 50px;
    background-color: #f9f9f9;
}

.research-content *{
  background-color: transparent !important;
}

.research-content h2, .research-content h2 span{
    font-size: 42px !important;
    font-weight: 700 !important;
    font-family: 'Bison Bold' !important;
}

.research-content p{
    font-size: 16px !important;
    font-weight: 500 !important;
    font-family: 'Montserrat' !important;
    color: #000 !important;
    line-height: 1.5 !important;
}

.research-content ul{
    display: block !important;
    list-style-type: disc !important;
    margin-left: 20px  !important;
}

.research-content ul li{
    list-style: disc !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.4 !important;
}

.research-content ul li::marker {
    color: #263B83 !important; 
}

#primary li {
    margin: 0 20px;
    position: relative;
}

#primary li a {
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #263B83, #263B83 50%, #000000 50%) !important;
    background-size: 200% 100%;
    background-position: -100%;
    transition: all 0.3s ease-in-out;
}

#primary li a:before {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    bottom: -5px;
    left: 0;
    z-index: 0;
    position: absolute;
    background: #263B83;
    transition: all 0.3s ease-in-out;
}

#primary li a:hover {
    background-position: 0%;
}

#primary li a:hover:before {
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #263B83 !important;
    border-color: #263B83 !important;
}

.btn-primary:hover {
    background-color: #263B83 !important;
    border-color: #263B83 !important;
}

#primary .dropdown-toggle::after {
    border-top: 0.3em solid #000000 !important;
}

.btn-theme-light {
    color: #263B83 !important;
    background-color: #d4d8e6 !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none !important;
}

/* .element {
  background: linear-gradient(
    90deg,
    rgba(38, 59, 131, 1) 40%,
    rgba(38, 59, 131, 0) 100%
  );
  background-blend-mode: normal;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
} */

.swiper {
    width: 100%;
    height: 76vh;
}

.swiper-slide {
    font-size: 18px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.swiper-slide .title {
    font-size: 41px;
    font-weight: 300;
}

.swiper-slide .subtitle {
    font-size: 21px;
}

.swiper-slide .text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3;
}

.swiper-pagination-bullet {
    width: 26px !important;
    height: 4px !important;
    border-radius: 0 !important;
}

/* .swiper-wrapper{
  display: flex;
} */
/* .footer-links a{
  text-decoration: none;
 color: #ffffff;
 transition: all .5s;
}
.footer-links a:hover{
  color: #ffffff;
  border-bottom: 1px solid white;
} */


.footer-link li {
    position: relative;
    margin: 4px 0;
}

.footer-link li a {
    text-decoration: none;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #ffffff, #ffffff 100%, #ffffff 100%) !important;
    background-size: 200% 100%;
    background-position: -100%;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
}

.footer-link li a:before {
    display: block;
    content: '';
    width: 0;
    height: 1px;
    bottom: 2px;
    left: 0;
    z-index: 0;
    position: absolute;
    background: #ffffff;
    transition: all 0.3s ease-in-out;
}

.footer-link li a:hover {
    background-position: 0%;
}

.footer-link li a:hover:before {
    width: 100%;
}

.btn-white {
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
}

.border-bottom-white {
    border-bottom: 1px solid rgb(255, 255, 255, 50%);
}

footer img {
    height: 80px;
}

.line-center {
    font-size: 52px !important;
}

.line-center::after {
    content: '';
    border-bottom: 8px solid #263B83;
    width: 60px;
    display: block;
    margin: 20px auto 30px;
    position: relative;
    top: 0px;
}

.header-overlay h1 {
    font-size: 72px !important;
    margin-bottom: 3rem !important;
}

h2.fs-2 {
    font-size: 52px !important;
}

.carousel-caption h5 {
    font-size: 72px !important;
}

.carousel-caption p {
    font-size: 30px !important;
}

.line-center::after.min-h-60 {
    content: '';
    border-bottom: 8px solid #263B83;
    width: 60px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.line-center-white::after {
    content: '';
    border-bottom: 6px solid #ffffff;
    width: 60px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.line-white::after {
    content: '';
    border-bottom: 6px solid #ffffff;
    width: 60px;
    display: block;
    position: relative;
    top: 10px;
}

.line::after {
    content: '';
    border-bottom: 8px solid #263B83;
    width: 52px;
    display: block;
    position: relative;
    top: 10px;
}

.partners img {
    height: 60px !important;
    object-fit: contain;
}

.btn-outline-theme {
    color: #ffffff !important;
    background-color: #263B83 !important;
    border: 1px solid #D9D9D9 !important;
    transition: all .5s;
    width: auto !important;
}

.btn-outline-theme:hover {
    color: #000 !important;
    border: 1px solid #263B83 !important;
    background-color: #ffffff !important;
}

.w-400 {
    max-width: 400px !important;

}

.container-industries {
    width: 400px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.container-industries:hover .overlay-industries {
    opacity: 1;
    transform: scale(1);
}

.overlay-industries {
    position: absolute;
    background-color: #263c8398;
    width: 100%;
    height: 100%;
    top: 1px;
    transform: scale(1.3);
    opacity: 0;

}

.overlay-industries span {
    position: absolute;
    width: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 5em;
    color: #fff;
    /* font-family: Sans-serif; */
    font-family: 'Montserrat' !important;
}

.container-industries img {
    height: 300px;
    width: 400px;
    transition: transform .8s ease;
}

.container-industries:hover img {
    transform: scale(1.1);
}

.captcha-container{
    display: flex;
    gap: 12px;
    width: 100%;
}

.checkbox {
    accent-color: #000000 !important;
    height: 16px;
    width: 16px;
}

.black-overlay {
    background-image: linear-gradient(90deg, black, transparent);
}

.red-overlay {
    background-image: linear-gradient(90deg, #ae0000d0 10%, transparent);
}

.min-h-60 {
    min-height: 31rem;
}

.text-theme-light {
    color: #7F94DC;
}

.circle-image img {
    height: 20rem;
}

.w-lg-50 {
    width: 50%;
}

.badge-Inprocess {
    background-color: #f8f1cc;
    color: #DDBA00 !important;
}

.badge-Completed {
    background-color: #dde9cc;
    color: #539302 !important;
}

.badge-Upcoming {
    background-color: #cfcfcf;
    color: #263B83 !important;
    border-radius: 0px !important;
}

.banner-list {
    list-style: initial;
    padding-left: 2.5rem !important;
}

.banner-list li {
    /* text-decoration: underline; */
    margin: 1rem 0;
    font-weight: 600;
    color: white !important;
}

.services-list {
    list-style: initial;
    list-style-type: square;
    padding-left: 1rem !important;
}

.services-list li {
    margin: 1rem 0;
}

.project-media img {
    height: 400px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #263B83 !important;
}

.filter .form-select {
    width: 200px;
}

:focus-visible {
    outline: none;
}

.news-imgs {
    max-width: 400px;
}

.news-imgs img {
    height: 250px;
    width: auto;
    border-radius: 4px;
}

.card-shadow {
    border-radius: 4px;
    transition: all 0.5s;
}

.card-shadow:hover {
    box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.5);
}

.cement-list ul {
    list-style: initial;

}

.cement-list li {
    margin: 1rem auto;
}

.mx-60 {
    max-width: 60rem;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="24" height="24" viewBox="0 0 24 24"%3E%3Cpath fill="currentColor" d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"%2F%3E%3C%2Fsvg%3E');
}

.navbar-toggler:focus {

    box-shadow: none !important;
}

.home {
    background-image: url('../img/abstract-background.png');
    background-repeat: no-repeat;
    background-size: 60% 100% !important;
    background-position: left top;
}

.home-vertical {
    background-image: url('../img/abstract-vertical.png');
    background-repeat: no-repeat;
    background-size: 100% 70% !important;
    background-position: left top;
}

.border-dotted {
    border: 2px dashed #9b9b9b;
}

.catagories:hover {
    cursor: pointer;
    color: #ffffff;
    background-color: #263B83;
    border: #263b82;
    box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.5);
    -webkit-box-shadow: 0 0px 24px 0px rgba(104, 104, 104, 0.5);
    -moz-box-shadow: 0px 0px 24px 0px rgba(104, 104, 104, 0.5);
}

.catagories:hover svg path {
    fill: #ffffff;
}

.home-vertical-dark {
    background-image: url('../img/other/about-us/home-vertical-dark.png');
    background-repeat: no-repeat;
    background-size: 100% 70% !important;
    background-position: left top;
}

th {
    text-transform: uppercase;
    white-space: nowrap;
    font-size: small;
}

th:first-child {
    width: 70px;
}

th,
td {
    padding: 0 4px;

}

td:not(.serial, .delete) {

    min-width: 120px;
}

.serial {
    text-align: center;
    min-width: min-content;
}

table {
    border-collapse: separate !important;
    border-spacing: 0 15px !important;
}

.sustainability-right-image {
    background-image: url('../img/other/Sustainabilty/right-side-bg.png');
    background-repeat: no-repeat;
    background-size: 30% 100% !important;
    background-position: top right;
}

.sustainability-left-image {
    background-image: url('../img/other/Sustainabilty/left-side-bg.png');
    background-repeat: no-repeat;
    background-size: 30% 100% !important;
    background-position: top left;
}

.about-left-image {
    background-image: url('../img/other/about-us/about-us-left.png');
    background-repeat: no-repeat;
    background-size: 30% 100% !important;
    background-position: top left;
}

.number-container {
    border-radius: 4px;
    height: 80px;
    width: 80px;
    box-shadow: 0px 0px 12px 0px rgba(104, 104, 104, 0.5);
    -webkit-box-shadow: 0 0px 12px 0px rgba(104, 104, 104, 0.5);
    -moz-box-shadow: 0px 0px 12px 0px rgba(104, 104, 104, 0.5);
}

.number-container div {
    color: #263B83;
    font-size: 1.5rem;
    border-radius: 2px;
    height: 68px;
    width: 68px;
    border: 1px solid #263B83;
}

.value ul {
    list-style: initial;
    list-style-type: square;
    padding-left: 2rem !important;
}

.value ul li {
    margin: .8rem 0;
}

.leader {
    top: -100px;
}

.leader img {
    height: 200px;
    width: 200px;
}

.leader-section {
    padding-top: 130px;
    margin-top: 100px;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="white" d="M19 12.998H5v-2h14z"%2F%3E%3C%2Fsvg%3E') !important;
    transform: rotate(-180deg);
    background-color: #51629c;
}

.accordion-button::after {

    background-image: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="16" height="16" viewBox="0 0 24 24"%3E%3Cpath fill="%23263b83" d="M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z"%2F%3E%3C%2Fsvg%3E') !important;
    background-color: #cfd3e1;
}

.accordion-button:not(.collapsed) {
    color: #ffffff !important;
    font-weight: 600;
    background-color: #263b82 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion {
    max-height: 900px;
    overflow-y:  auto;
    overflow-x: hidden;
}

.accordion-body ul {
    list-style: initial;
    list-style-type: square;
    padding-left: 2rem !important;
}

.accordion-body ul li {
    margin: .5rem 0;
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
    margin: 10px 0;
}

.accordion-button {
    background-color: #f9f9f9 !important;
}

.image-height img {
    height: 320px;
}




swiper-container {
    width: 240px;
    height: 320px;
}

.black-overlay-vertical {
    background-image: linear-gradient(0deg, black, transparent);
}

swiper-slide {
    border-radius: 18px;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

swiper-slide:nth-child(1n) {
    background-image: url('../img/other/industries1.png');
    background-size: cover;
    background-repeat: no-repeat;
}

swiper-slide:nth-child(2n) {
    background-image: url('../img/other/industries2.png');
    background-size: cover;
    background-repeat: no-repeat;
}

swiper-slide:nth-child(3n) {
    background-image: url('../img/other/industries3.png');
    background-size: cover;
    background-repeat: no-repeat;
}

swiper-slide:nth-child(4n) {
    background-image: url('../img/other/industries4.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.globe img {
    height: 400px;
}

.filter-check label {
    display: block;
}

.filter-drop select {
    width: 100px;
    color: #263B83;
}

.filter-pill {
    border: 1px solid #263B83;
    padding: 6px;
    border-radius: 30px;
    color: #263B83;
    cursor: pointer;
}

.job {
    border: 1px solid #8f8f8f;
    border-radius: 4px;
    padding: 1rem;
    transition: all .5s;
}

.job:hover {
    border: 1px solid #909bbf;
    background: #FBFBFB;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.10);
}

.job:hover h6 {
    color: #263B83;
}

.heart-stroke {
    fill: none;
    stroke: #000000;
    stroke-width: 2px;
    opacity: 1;
    transform-origin: center center;
}

.button.active .heart-stroke {
    opacity: 0;
}

.heart-full {
    opacity: 0;
    transform-origin: 50% 50%;
}

.button.active .heart-full {
    opacity: 1;
}

.heart-lines {
    stroke-width: 2px;
    display: none;
}

.button:not(.active):hover .heart-stroke {
    animation: pulse 1s ease-out infinite;
}

.button.animate .heart-full {
    animation: heart 0.35s;
}

.button.animate .heart-lines {
    animation: lines 0.2s ease-out forwards;
    display: block;
}

@keyframes lines {
    0% {
        stroke-dasharray: 6;
        stroke-dashoffset: 16;
    }

    100% {
        stroke-dasharray: 13;
        stroke-dashoffset: 18;
    }
}

@keyframes heart {
    0% {
        transform: scale(1);
        transform-origin: center center;
        animation-timing-function: ease-out;
    }

    10% {
        transform: scale(1.2);
        animation-timing-function: ease-in;
    }

    35% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    75% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }

    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        transform-origin: center center;
        transform: scale(1);
    }

    50% {
        opacity: 0.6;
        transform: scale(1.15);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}



[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-kerning: auto;
}

[data-pagination] {
    font-size: 8pt;
    line-height: 1;
    font-weight: 400;
    font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    margin: 1em auto;
    text-align: center;
    transition: font-size .2s ease-in-out;
}

[data-pagination] ul {
    list-style-type: none;
    display: inline;
    font-size: 100%;
    margin: 0;
    padding: .5em;
}

[data-pagination] ul li {
    display: inline-block;
    font-size: 100%;
    width: auto;
    border-radius: 3px;
}

[data-pagination]>a {
    font-size: 140%;
}

[data-pagination] a {
    color: #777;
    font-size: 100%;
    padding: .5em;
}

[data-pagination] a:focus,
[data-pagination] a:hover {
    color: #263B83;
}

[data-pagination] li.current {
    background: rgba(0, 0, 0, .1)
}

/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
    opacity: .5;
    pointer-events: none;
}

@media (min-width: 350px) {
    [data-pagination] {
        font-size: 10pt;
    }
}

@media (min-width: 500px) {
    [data-pagination] {
        font-size: 12pt;
    }
}

@media (min-width: 700px) {
    [data-pagination] {
        font-size: 14pt;
    }
}

@media (min-width: 900px) {
    [data-pagination] {
        font-size: 16pt;
    }
}

.owl-carousel {
    position: relative;
}

.owl-nav button span {
    font-size: 27px;
    border: 1px solid;
    border-radius: 50%;
    padding: 0px 15px;
    padding-bottom: 4px;
    background: white;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -15px;
    top: 25%;
}

.owl-nav .owl-next {
    position: absolute;
    right: -15px;
    top: 25%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
    color: #000000 !important;
    text-decoration: none;
}


.drop .dropdown-menu {
    min-width: 100px !important;
}


.main-menu {
    position: relative;
}

.sub-menu {
    position: absolute;
    z-index: 2;
    background-color: #ffffff;
    border: 1px solid #b6b6b6;
    display: none;
    border-radius: 4px;
    transition: all 1s;
    padding-bottom: 4px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    min-width: 200px;
    top: 40px;
}

.main-menu:hover .sub-menu {
    display: block;
}

.social-icons div {
    height: 40px;
    width: 40px;
    background-color: #ffffff;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    padding: 4px 10px;
    cursor: pointer;
    transition: all 0.5s;
}

.social-icons div:hover {
    background-color: #263B83;
    border: 1px solid #263B83;
}

.social-icons div:hover svg path {
    fill: #ffffff;
    fill-opacity: .9;
}

.job-desc-requirements {
    padding-left: 2rem;
}

.job-desc-requirements ul {
    list-style: initial;
}

.btn-active {
    color: #ffffff !important;
    border: 1px solid #263B83 !important;
    background-color: #263B83 !important;
}

.web-color {
    color: #263B83 !important;
}

/* Code for Prismecs map */

.prismec-map-tab {
    display: block !important;
    right: 0;
    top: 20px
}

.prismec-map-tab li {
    padding: 8px 4px;
    border-bottom: 1px solid #cbcbcb;
    text-align: end;
}

.nav-tabs {
    border-bottom: none !important;
}

.prismec-map-tab li a {
    text-decoration: none;
    font-weight: 600;
    color: #242424;
    transition: all .5s ease-in-out;
}

.prismec-map-tab li a:hover {
    color: #263B83;
}

.sub-menu li {
    border-bottom: 1px solid #e8e8e8;
    padding: 6px 10px;
    margin: 0 !important;
}

.sub-menu li:hover {
    background-color: #f7f7f7;
}

.btn {
    border-radius: 0px !important;
    padding: .7rem 1rem !important;
    font-weight: 500 !important;
}

#language {
    border: none !important;
    padding: .7rem 1rem !important;
    background-color: #d4d8e6;
    color: #263B83;
    border-radius: 0px;
}

.bg-light {
    background-color: #F2F2F2 !important;
}

.dropdown-item:hover {
    background-color: none;
}

.nav-link:hover ::after {
    content: " ";
    background-color: #263B83;
    height: 4px;
    width: 20px;
}

/* new addition 17 nov */

body.offcanvas-menu:before {
    opacity: 1;
    visibility: visible;
}


.site-navbar {
    margin-bottom: 0px;
    z-index: 1999;
    position: sticky;
    top: 0;
    width: 100%;
}

.site-navbar .site-logo {
    position: relative;
    left: 0;
    font-size: 24px;
}

.site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active {
    color: #263B83;
    display: inline-block;
    padding: 20px 20px;
}

.site-navbar .site-navigation .site-menu a {
    text-decoration: none !important;
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
    display: inline-block;
}

.site-navbar .site-navigation .site-menu>li>a {
    /* padding: 20px 20px; */
    font-size: 13px;
    /* text-transform: uppercase; */
    display: inline-block;
    text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu>li>a:hover {
    color: #263B83;
}

.site-navbar .site-navigation .site-menu>li.social>a {
    padding-left: 5px;
    padding-right: 5px;
}

.site-navbar .site-navigation .site-menu .has-children {
    position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
    position: relative;
    padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
    position: absolute;
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 32 32"%3E%3Cpath fill="currentColor" d="M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z"%2F%3E%3C%2Fsvg%3E');
    font-size: 16px;
    top: 60%;
    right: -6px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
    visibility: hidden;
    opacity: 0;
    top: 134%;
    position: absolute;
    text-align: left;
    -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
    padding: 0px 0;
    margin-top: 20px;
    margin-left: 0px;
    background: #fff;
    -webkit-transition: 0.2s 0s;
    -o-transition: 0.2s 0s;
    transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
    position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
    text-transform: none;
    letter-spacing: normal;
    -webkit-transition: 0s all;
    -o-transition: 0s all;
    transition: 0s all;
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
    color: #263B83 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
    padding: 9px 20px;
    display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
    background: #eff1f3;
    color: #000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
    content: "\e315";
    right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
    left: 100%;
    top: 0;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
    color: #263B83;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
    cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    margin-top: 0px;
    visibility: visible;
    opacity: 1;
}

.site-mobile-menu {
    width: 420px;
    position: fixed;
    right: 0;
    z-index: 2000;
    padding-top: 20px;
    background: #fff;
    height: calc(100vh);
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
    float: right;
    position: relative;
    height: 30px;

}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
    position: absolute;
    right: 0;
    display: inline-block;
    padding-left: 10px;
    padding-right: 0px;
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
    float: left;
    margin-top: 10px;
    margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
    display: inline-block;
    text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
    max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
    text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(80vh);
    padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.site-mobile-menu .site-nav-wrap a {
    padding: 10px 20px;
    display: block;
    position: relative;
    color: #0f0f0f;
}

.site-mobile-menu .site-nav-wrap a:hover {
    color: #263B83;
}

.site-mobile-menu .site-nav-wrap li {
    position: relative;
    display: block;
}

.site-mobile-menu .site-nav-wrap li .active {
    color: #263B83;
}

.site-mobile-menu .site-nav-wrap .social {
    display: inline-block;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 20;
    width: 36px;
    height: 36px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
    background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
    font-size: 12px;
    z-index: 20;
    /* font-family: "icomoon"; */
    font-family: 'Montserrat' !important;
    content: url('data:image/svg+xml,%3Csvg xmlns="http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg" width="20" height="20" viewBox="0 0 32 32"%3E%3Cpath fill="currentColor" d="M16 22L6 12l1.4-1.4l8.6 8.6l8.6-8.6L26 12z"%2F%3E%3C%2Fsvg%3E');
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    -ms-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.site-mobile-menu .site-nav-wrap>li.social {
    float: none !important;
    width: auto !important;
}

.site-mobile-menu .site-nav-wrap>li>a {
    padding-left: 20px;
    font-size: 20px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
    padding-left: 30px;
    font-size: 14px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
    padding: 0;
    margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
    display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
    font-size: 16px;
    padding-left: 60px;
}

.sticky-wrapper {
    position: sticky;
    z-index: 2000;
    width: 100%;
}

.sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky-wrapper .site-navbar .site-menu-toggle {
    color: #000;
}

.sticky-wrapper .site-navbar .site-logo a {
    color: #000;
}

.sticky-wrapper .site-navbar .site-menu>li>a {
    color: #000 !important;
    border-bottom: 2px solid transparent;
}

.sticky-wrapper .site-navbar .site-menu>li>a:hover,
.sticky-wrapper .site-navbar .site-menu>li>a.active {
    color: #263B83 !important;
    border-bottom: 2px solid #263B83;
}

.sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
}

.sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
    color: #000;
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
    color: #263B83;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a {
    color: #000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu>li>a.active {
    color: #263B83 !important;
}

.submenu {
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

.submenu li {
    border-bottom: 1px solid #e8e8e8;
}

.nav-link {
    font-size: 18px !important;
    font-weight: 600;
}

@media only screen and (max-width:500px) {
    .site-mobile-menu {
        width: 300px;
    }
}

.has-children ul li {
    /* border-bottom: 1px solid #e8e8e8; */
}

.site-nav-wrap li:not(:last-child) {
    border-bottom: 1px solid #e8e8e8;
}

.dropdown-item:active {
    background-color: #E9ECEF   !important;
    color: #000000 !important;
}

@media only screen and (max-width:1199px) {
    #languageForm span {
        width: 100%;
        margin-top: 12px;
    }
}

.btn-primary:hover {
    color: #fff !important;
}

/* new box */

.box {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    position: relative;
    background-color: #ffffff;
}

.overlay-box {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.slide-up .overlay-box {
    background-color: #263B83;
    line-height: 200px;
    color: #fff;
    transform: translateY(100%);
    -webkit-transition: transform 0.5s ease-out;
    -o-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}

.slide-up .box:hover .overlay-box {
    transform: translateY(0);
}

/* h4.font-theme {
  font-family: 'Montserrat', sans-serif !important;
} */



.overlay-box p::after {
    /* content: "";
  position: absolute;
  top: 36px;
  left:50%;
  transform: translateX(-50%);
  height: 4px;
  width: 40px;
  background-color: #fff;
  box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 24px 0px rgba(0, 0, 0, 0.2); */
}

.blog-img img {
    width: 200px;
    height: auto;
}


.bg-theme-light {
    background: rgba(38, 59, 131, 0.10);
}

.bg-grey {
    background-color: #f2f2f2 !important;
}

.overlay-box h4>p {
    font-family: 'Montserrat' !important;
}

/* new section add in industries pages */
.static-overlay {
    background: linear-gradient(0deg, #000 -1.39%, rgba(0, 0, 0, 0.00) 52.36%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: flex;
    align-items: end;
    justify-content: center;
}

.new-sec:hover .static-overlay {
    opacity: 0;
}

.static-overlay2 {
    background-color: #263B83;
    position: absolute;
    width: 100%;
    height: fit-content;
    min-height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s;
    box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 4px 11px 0px rgba(0, 0, 0, 0.43);
}

.new-sec:hover .static-overlay2 {
    opacity: 1;
}


/* 12 jan 2024 */
.mega-menu {
    width: 1200px;
    cursor: initial;
    left: 190% !important;
}

.mega-menu ul li {
    border: 0;
    padding-bottom: 20px;
    color: #9e9e9e !important;
}

.mega-menu ul li:hover {
    color: #1737a1 !important;
    font-weight: 600;
}



/* Equipment Category Section CSS */
.equipment_description{
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.solu_width{
    flex-direction: column;
    align-items: center;
    flex: 0 1 calc(20%);
    background-color: transparent;
}
.solu_width>div:hover{
    border: 1px solid #D9D9D9;
    background: #FFF;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.20);
}
.solu_width svg {
    /* color: #263B83; */
}
.equipment-subheading{
    color: #000 !important;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 5rem;
    margin-right: 5rem;
}
.category-title{
    color: #000;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-wrap: nowrap;
}
.category-card{
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 60px 40px 48px;
}
.quote_count{
    color: #263B83 !important;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    cursor: default;
}
.highlight{
    border: 2px solid #263B83;
    background: rgba(38, 59, 131, 0.10) !important;
}
.highlightview{
    border: 2px solid #263B83 !important;
}
.category-statement{
    color: #000;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding: 30px 0;
}
.category-statement span{
    font-weight: 700;
}
.equipment-search{
    gap: 17px;
    padding: 20px 30px;
}
.equipment-grid-search{
    gap: 11px;
    padding: 0 0 20px;
}
.bg-search{
    color: #999;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    background: #FFF;
    padding: 20px;
    border: none;
    width: 518px;
    border: 1px solid #ced4da;
}
.quote-count{
    color: #263B83 !important;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.btn-quote{
    color: #FFF !important;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px;
    background: #263B83;
}

.detail-table, .detail-data{
    border-spacing: 0 !important;
}

.detail-table thead{
    background: #000;
}
.detail-table th:first-child,.detail-table th:nth-child(2){
    padding: 0 26px !important;
}
.detail-table th{
    color: #FFF;
    text-align: start;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* width: 114px; */
    vertical-align: middle;
    height: 70px;
    padding: 0 26px 0 0px !important;
    /* text-wrap: nowrap; */
}
.total-equipments-count{
    color: #000 !important;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    cursor: default;
}
.c_search{
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #263B83 !important;
}
#table-body {
    /* height: 600px;  */
    /* Adjust as needed */
    /* overflow-y: auto; */
    border: 1px solid #ccc;
    
}
#equipment-table-container{
    scrollbar-width: thin;
}
.detail-table th:first-child,.detail-data td:first-child {
    width: 45px;
}
.detail-table th:nth-child(2),.detail-data td:nth-child(2) {
    width: 350px;
}
.name_limit {
    width: 350px;
    display: inline-block;
}
.detail-table th:nth-child(3),.detail-data td:nth-child(3) {
    width: 18%;
    padding-left: 0 !important;
}

.detail-data td:nth-child(5), .detail-data td:nth-child(6){
    text-wrap: nowrap;
    padding-left: 0 !important;
}

.quote_detail_heading{
    color: #000;
    font-family: 'Montserrat';
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.detail-data td{
    text-align: start;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding:8px 26px !important;
    min-width: unset;
    height: 70px;
    /* width: 120px; */
    vertical-align: middle;
    /* text-wrap: nowrap; */
}

.description_limit{
    display: block;
    max-width: 100%;
    width: 270px;
}


.detail-data{
    border-color: transparent !important;
    color: unset !important;
}
.quote-detail > .accordion-row{
    color: #000;
    background: #FFF ;
    transition: all 0.4s ease-in-out;
}
.accordion-collapse{
    transition: all 0.8s ease-in-out;
}
.quote-detail > .accordion-row::after {
    content: unset !important;
}
.quote-detail >.accordion-row:not(.collapsed) {
    color: #ffffff !important;
    font-weight: 600;
    background-color: #263b82 !important;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.quote-detail{
    overflow-x: auto;
}

/* Loadder */

.spinner-border{
    color: #F2F2F2;
    width: 5rem !important;
    height: 5rem !important;
}

/* Fixed Equipment Section */

.equipment-total-count{
    background: #000;
    z-index: 2;
    box-shadow: 0px -10px 20px 0px rgba(0, 0, 0, 0.15);
    justify-content: space-between;
    align-items: center;
    padding: 22px 200px;
}
.equipment-total-count p{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.equipment-total-count p>span{
    font-weight: 700;
}

.equipment-quote-container{
    display: flex;
    align-items: center;
    gap: 22px;
    padding-right: 40px !important;
}
.equipment-quote-grid-container{
    display: flex;
    align-items: center;
    gap: 22px;
}
.clear-equipment{
    color: #FFF !important;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline !important;
}

.btn-quote-fixed{
    color: #000 !important;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding: 16px;
    background: #fff;
}

/* Equipment Product Detail CSS*/
.detail-container{
    display: flex;
    gap: 43px;
    align-items: flex-start;
    /* flex: 0 1 calc(50%); */
}
.detail_img{
    padding: 16px;
}
/* .accordion-body > h3{
    color: #000;
    font-family: 'Montserrat' !important;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
} */
.detail-data p ,.detail-data ul li{
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.detail-data ul{
    list-style: disc;
}
.product-detail-list-container{
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    align-items: flex-start;
}
.product-detail-list-container ul{
    list-style: none;
    padding-left: 0 !important;
}
.product-detail-list{
    border: 1px solid rgba(0, 0, 0, 0.30);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: normal;
    font-style: normal;
    padding: 10px 16px;
    gap: 4px;
}
.product-detail-list > p{
    color: #263B83;
    font-weight: 600;
    line-height: 20px;
}
.product-detail-list > span{
    color: #000;
}
.close-button-modal{
    border: none;
    cursor: pointer;
    position: absolute;
    right: -17px;
    z-index: 10;
    background: transparent;
    transform: translate(0, -20px);
}
.modal {
    z-index: 2100 !important;
}
.quote-modal-body{
    padding: 60px !important;
    font-style: normal;
    line-height: normal;
    display: flex;
    gap: 80px;
    align-items: flex-start;
}
.quote-title{
    color: #263B83;
    font-family: 'Bison';
    font-size: 32px;
    font-weight: 300;
}
.quote-form-container p {
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}
.quote-form{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.quote-form label{
    color: #000;
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.quote-form input, .quote-form textarea{
    border: 1px solid #CCC;
    background: #FFF;
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
    padding: 18px;
}
.quote-item-listing{
    overflow: auto;
}
.quote-item-listing p{
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.quote-item-listing p > span{
    font-weight: 700;
}
.quote-table{
    border-collapse: unset !important;
    border-spacing: unset !important;
}
.quote-table thead{
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: #000;
}
.quote-table tr th{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 700;
}
.quote-table tr td{
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}
.quote-table tr th, .quote-table tr td{
    text-align: left;
    padding: 12px;
    min-width: unset !important;
}
.quote-responsive-table{
    overflow: auto;
    max-height: 604px;
}
.responsive_image{
    width: 100%;
}

.power_image{
    width: 100%;
}

.subheading_oem{
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.tagline_oem{
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.c_list{
    list-style: square;
}

.c_list > li{
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; 
    margin-top: 26px;
}

.o_list > li span{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
}

.c_list > li::marker {
    color: #263B83
}

.opertaion_services_container{
    margin-top: 40px;
    margin-bottom: 40px;
    gap: 20px;
}

.opertaion_services{
    padding: 36px 30px;
    width: 384px;
    background-color: #f9f9f9;
    gap: 30px;
}

.experience_services{
    gap: 30px;
}

.opertaion_services > p{
    color: #090504;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.tagline_sub_oem{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.download_slider{
    background-color: rgba(38, 59, 131, 0.12);
}

.prev_icon, .next_icon{
    border: 2px solid #263B83;
    border-radius: 50%;
    padding: 2px 8px;
    background-image: unset !important;
}

.next_icon > svg{
    padding-left: 2px;
}

.prev_icon > svg{
    padding-right: 2px;
}

.compliance_space{
    padding-left: 64px !important;
}
.operation_maintatnce_container{
    padding: 76px 0;
}

.financing_subheading{
    font-size: 20px;
    line-height: 24px;
}

.news_date{
    width: auto;
}

.h-200 {
    min-height: 260px;
}

.description {
    max-height: 50px;
    font-weight: 500
}
.form-control.is-invalid, .was-validated .form-control:invalid, .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"],
.form-control.is-valid, .was-validated .form-control:valid, .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"]{
    background-image: none !important;
}


.card-overlay {
    background: rgba(36,61,129, 0.3);
  }

.research-form{
    background-color: #263B83;
    /* height: 100vh; */
}

.submit-btn{
    color: #FFF;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 20px 36px;
    background-color: #2A342F;
    border: 2px solid #2A342F;
    box-shadow: 3px 3px 7px 0 rgba(0,0,0,.5);
    transition: all .15s linear;
    margin: 16px auto;
}

.submit-btn:hover{
    background-color: #020c11;
    border-color: #020c11;
    color: #fff;
}

/* Contact US POPUP */
.open-button {
    background-color: #000;
    color: white;
    /* padding: 14px; */
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
    position: fixed;
    border-radius: 50%;
    bottom: 24px;
    right: 24px;
    z-index: 6;
    box-shadow: 0px 0px 12px 0 #fff;
}

.close-button{
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    z-index: 10;
    background: transparent;
    transform: translate(0px, -53px);
}
/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 24px;
    right: 24px;
    border: 2px solid #263B83;
    z-index: 8;
    transition: all 2s ease-in-out 0s;
    max-height: calc(100% - 47px);
}

/* Add styles to the form container */
.form-container {
    max-width: 465px;
    background-color: #263B83;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 28px 32px;
    color: #FFF;
    font-style: normal;
    line-height: normal;
    overflow-y: auto;
}

.form-container h1 {
    font-family: 'Bison';
    font-size: 32px;
    font-weight: 300;
}

.form-container p {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 500;
}
  
 /* Set a style for the submit/send button */
.form-container .btn {
    background-color: #000;
    color: #FFF;
    padding: 19px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    margin-top:13px;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}
.form-container .btn:hover{
    color: #FFF;
}
  
/* Add some hover effects to buttons */
.form-container {
    opacity: 1;
}

.form-container > .contact_us_form{
    gap: 12px;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 12px;
}

.form-container > .contact_us_form div{
    gap: 4px;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-container > .contact_us_form label{
    color: #FFF;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.form-container > .contact_us_form input,.form-container > .contact_us_form textarea {
    color: rgba(0, 0, 0, 0.50);
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
    border: 1px solid #CCC;
    background: #FFF;
}
/* Full-width textarea */
.contact_us_form textarea {
    border: none;
    background: #f1f1f1;
    resize: none;
    min-height: 100px !important;
}

/* When the textarea gets focus, do something */
.contact_us_form textarea:focus , .contact_us_form input:focus{
    background-color: #CCCCCC;
    outline: none;
}

.detail_img > img {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
.global_banner_image{
    max-height: 450px;
}
.detail-table thead tr th {
    z-index: 2;
    position: sticky;
    top: 0;
    background-color: #000;
    cursor: default;
    border-bottom: none !important;
    box-shadow: none !important;
}

.main_sub_menu{
    width: 270px;
    padding: 8px !important;
}

.main_sub_menu ul li:hover {
    background: #263B83;
    font-weight: 500;
}

.main_sub_menu ul li:hover a {
    color: #fff !important;
}

.category_filter{
    padding-top: 40px;
    padding-bottom: 40px;
}

.inventory_grid{
    gap: 30px;
    margin: 10px 0 30px;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.inventory_grid_card{
    background-color: #FFFFFF;
    border: 2px solid #D9D9D9;
    display: flex;
    width: 294px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    font-family: 'Montserrat' !important;
}

.tech_name{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: 'Montserrat' !important;
    display: -webkit-box;          
    -webkit-box-orient: vertical;  
    overflow: hidden;             
    text-overflow: ellipsis;      
    -webkit-line-clamp: 2;  
}

.prod_detail_heading{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 82px;
}

.tech_svg{
    background: rgba(38, 59, 131, 0.10);
    padding: 6px;
}

.tech_svg > svg{
    width: 28px;
    height: 28px;
}

.prod_detail_subheading{
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* .prod_category_name{
    padding-left: 14px;
} */

.view_detail_btn{
    color: #263B83;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #263B83;
    padding-bottom: 2px;
}

.get_qote_checkbox{
    display: flex;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #263B83;
    padding: 16px 12px;
    align-items: center;
}
.get_qote_checkbox::after {
    content: 'Select To Get Quote';
}
.get_qote_checkbox > .checkbox {
    accent-color: #263B83 !important;
    height: 16px;
    width: 16px;
}
.tech_modal_svg{
    height: 92px;
    width: 92px;
    background: rgba(38, 59, 131, 0.10);
    display: block;
    padding: 16px;
}

.get_qote_checkbox_modal{
    color: #000 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    gap: 8px;
}
.btn_modal_quote{
    width: 200px;
}
.detail_modal{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-self: stretch;
    gap: 12px;
}
.detail_modal>h3{
    color: #000;
    /* font-family: 'Montserrat'; */
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.detail_modal>div>p{
    color: #000;
    font-family: 'Montserrat' !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.modal_img_quote{
    display: flex;
    gap: 24px;
}
.quote-view-modal-body{
    padding: 60px !important;
    font-style: normal;
    line-height: normal;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
}
.modal_img_quote > img{
    width: 248px;
    height: 248px;
}
.product-detail-view-list{
    border: 1px solid rgba(0, 0, 0, 0.30);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    padding: 10px 16px;
    gap: 4px;
    width: 499px;
}
.product-detail-view-list > p{
    color: #263B83;
    font-weight: 700;
}
.product-detail-view-list > span{
    color: #000;
    font-weight: 500;
}

.product-tech-view{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    gap: 8px;
}

.product-tech-view > p{
    color: #263B83;
    font-weight: 700;
}
.product-tech-view > span{
    color: #000;
    font-weight: 500;
}

.inventory_properties{
    gap: 24px;
}
.inventory_search > input:focus:not(:placeholder-shown) {
    color: #000;
}

/* Loader 1 */
.eq_loader{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: block;
    position: relative;
    animation: rotate 1s linear infinite;
}
.eq_loader::before , .eq_loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #ced4da;
    animation: prixClipFix 2s linear infinite ;
  }
.eq_loader::after{
    inset: 8px;
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #263b82;
}

@keyframes rotate {
    0%   {transform: rotate(0deg)}
    100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}

.eq_modal_description{
    color: #000;
    font-family: 'Montserrat';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.privacy_container{
    margin-top: 20px;
}

.privancy_main_heading{
    color: #000;
    font-family: 'Bison';
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
}

.privancy_sub_heading{
    color: #000;
    font-family: 'Bison';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; 
}

.privacy_content{
    color: #000;
    font-family: 'Montserrat';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.privacy_content_container{
    margin-top: 20px !important;
}

.privacy_content_container > ul{
    list-style: disc;
}

.privacy_content_container > ul li{
    margin-left: 26px;
}

.privacy_links > a{
    color: #FFF !important;
    font-family: 'Montserrat';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


        
@media only screen and (max-width:1660px) {
    .category-card{
        width: 300px;
    }
    .inventory_grid{
        gap: 16px;
    }
    
    .inventory_grid_card {
        width: 312px;
        padding: 16px;
    }
}


@media only screen and (max-width:1560px) {
    .inventory_grid_card {
        width: 305px;
    }
}

@media only screen and (max-width:1510px) {
    .mega-menu {
        /* left: 220% !important; */
        width: 1100px;
    }
    .inventory_grid_card {
        width: 295px;
    }
}

@media only screen and (max-width:1450px) {
    .mega-menu {
        left: 205% !important;
    }
    .compliance_space{
        padding-left: 36px !important;
    }
    .inventory_grid_card {
        width: 267px;
    }
}

@media only screen and (max-width:1320px) {
    .mega-menu {
        left: 205% !important;
    }
    .research-container{
        flex-wrap: nowrap;
    }
    .equipment-quote-container{
        padding-right: 30px !important;
    }
}

@media only screen and (max-width:1302px) {
    .site-navbar .site-navigation .site-menu>li>a {
        /* padding: 12px !important;
        font-size: 0.9rem !important; */
    }
    .detail-container{
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
    .solu_width_container{
        flex-wrap: wrap;
    }
    .equipment-subheading{
        margin-left: 3rem;
        margin-right: 3rem;
    }
    .inventory_grid_card {
        width: 250px;
    }
      
    /* .prod_category_name {
        padding-left: 0px;
    } */
}

@media only screen and (max-width:1200px) {
    .display-none {
        display: none;
    }
    .research-container{
        flex-wrap: wrap;
    }
    
    .equipment-total-count{
        padding: 16px 80px;
    }
    
    .quote-modal-body{
        flex-wrap: wrap;
        padding: 16px !important;
    }
    .equipment-subheading{
        margin-left: 0;
        margin-right: 0;
    }
    .product-detail-list-container {
        flex-wrap: wrap;
        gap: 12px;
    }
    .product-detail-list-container > li{
        width: 100%;
    }

    .modal_img_quote{
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-detail-view-list{
        width: unset;
    }

    .detail_img{
        padding: 16px;
    }
    .responsive_image{
        width: 400px;
    }
    .power_image{
        width: 400px;
        margin-top: 24px;
    }
    .c_list > li{
        margin-top: 10px;
    }
    .opertaion_services_container{
       flex-wrap: wrap;
    }
    .opertaion_services {
        width: 450px;
    } 
    .bess_banner_image {
        max-height: 450px;
        max-width: 450px;
    } 
    .site-mobile-menu .site-nav-wrap>li>ul>li>a {
        padding-left: 6px;
        border: 1px solid #dee2e6;
    }
}
@media only screen and (max-width:1124px) {
    .opertaion_services {
        width: 410px;
    }  
    .eq_modal_description{
        font-size: 14px;
        line-height: 20px;
    }
    .privancy_main_heading{
        font-size: 40px;
    }
    
    .privancy_sub_heading{
        font-size: 32px;
    }
    
    .privacy_content{
        font-size: 18px;
        line-height: 28px;
    }
    
    .privacy_content_container{
        margin-top: 14px !important;
    }

    .privacy_links > a{
        font-size: 12px;
    }
}

@media only screen and (max-width:992px) {
    .opertaion_services {
        width: 100%;
    }  
    .circle-image img{
        height: unset;
    }
    .inventory_grid_card {
        width: 340px;
    }
    .inventory_grid{
        justify-content: space-between;
    }
}

.news_date{
    width: auto;
}

.h-200 {
    min-height: 260px;
}

.description {
    max-height: 50px;
    font-weight: 500
}

.btn_filter{
    display: none;
}

.search_icon_block{
    position: absolute;
    left: 20px;
    background-color: transparent;
    color: #C2C2C2;
}

@media only screen and (max-width:1024px) {
    .font_72 {
        font-size: 50px !important;
    }

    .font_52 {
        font-size: 40px !important;
    }

    .font_44 {
        font-size: 28px !important;
    }

    .font_30 {
        font-size: 25px !important;
    }

    .font_32 {
        font-size: 24px !important;
    }
    
    .equipment-total-count > p{
        font-size: 18px;
    }
    .clear-equipment{
        font-size: 14px;
    }
    .btn-quote-fixed{
        font-size: 14px;
    }
    .equipment-total-count {
        padding: 16px 30px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 16px;
    }
    .chat-popup{
        right: 0 !important;
        bottom: 0 !important;
    }
    .quote_detail_heading{
        font-size: 24px;
    }
    .inventory_properties{
        flex-wrap: wrap;
    }
}

@media only screen and (max-height: 1024px){
    .form-container > .contact_us_form label{
        font-size: 12px;
    }

    .form-container > .contact_us_form input,.form-container > .contact_us_form textarea {
        font-size: 12px;
        padding: 12px;
    }

    /* Full-width textarea */
    .contact_us_form textarea {
        min-height: 50px !important;
    }

    .form-container p {
        font-size: 14px;
    }

    .form-container h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width:992px) and (max-height: 1024px){

    .w-lg-50 {
        width: 100%;
    }
    .form-container > .contact_us_form label{
        font-size: 12px;
    }
    .form-container > .contact_us_form input,.form-container > .contact_us_form textarea {
        font-size: 12px;
        padding: 12px;
    }
    /* Full-width textarea */
    .contact_us_form textarea {
        min-height: 50px !important;
    }
    .form-container p {
        font-size: 14px;
    }
    .form-container h1 {
        font-size: 24px;
    }
}

@media only screen and (max-width:820px) {
    .inventory_grid_card {
        width: 300px;
    }
    .inventory_grid{
        justify-content: center;
    }
}

@media only screen and (max-width:767px) {
    .hide-sec {
        display: none;
    }
    .inventory_properties{
        gap:8px;
    }
    .inventory_grid_card {
        max-width: 250px;
    }
}
@media (min-width: 769px) {
    /* On desktop view */
    #categoryFilterForm {
        display: flex;
    }

    #filtersidebar #clone_filters {
        display: none; /* Hide the form placeholder in sidebar on desktop */
    }
}

@media only screen and (max-width:768px) {
   /* On tablet/mobile view */
   #categoryFilterForm {
    display: block; /* Ensure the form is displayed in the sidebar */
}

#filtersidebar #clone_filters {
    display: block; /* Show form placeholder in sidebar */
}
    .hide-img {
        display: none;
    }

    .w-md-75 {
        width: 75%;
    }

    .sustainability-right-image {
        background-size: 100% !important;
    }

    .sustainability-left-image {
        background-size: 100% !important;
    }

    .home {
        background-size: 100% !important;
    }

    .about-left-image {
        background-size: 100% !important;
    }

    .col-reverse {
        flex-direction: column-reverse;
    }
    .equipment_description{
        font-size: 18px;
    }
    .category-card {
        width: 250px;
        padding: 40px 40px 40px;
    }

    .category-statement{
        font-size: 18px;
    }
    .detail-table th{
        font-size: 16px;
    }
    .detail-data td{
        font-size: 16px;
    }
    /* .accordion-body > h3{
        font-size: 20px;
    } */

    .detail-data p, .detail-data ul li{
        font-size: 14px;
    }
    .news_date{
        width: 100%;
    }
    .equipment-quote-grid-container{
        display: none;
    }
    .btn_filter{
        border: 1px solid #263B83;
        background-color: #fff;
        display: flex;
        padding: 12.5px 16px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        color: #263B83;
        text-align: center;
        font-family: 'Montserrat';
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .bg-search{
        width: 100%;
        padding: 14px;
        font-size: 12px;
    }
    .search_icon_block{
        right: 0;
        left: unset;
        padding: 10px 12px;
        color: #fff;;
        background-color: #263B83;
    }
    .filtersidebar {
        height: 100%;
        width: 355px;
        position: fixed;
        z-index: 35;
        top: 0;
        left: 0;
        background-color: #fff;
        overflow-x: hidden;
        transition: all ease-in-out 0.5s;
        padding: 16px 20px;
        box-shadow: 4px 3px 10px 0 #000;
      }

      .filter_close_container{
        padding-bottom: 20px;
        border-bottom: 1px solid #D9D9D9;
      }

      .filtersidebar .closebtn {
        padding: 8px 10px;
        background-color: #000;
        color: #fff !important;
      }
    .filters_heading{
        color: #000;
        font-family: 'Montserrat' !important;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: capitalize;
        margin-top: 32px;
        margin-bottom: 20px;
    }
    .buttons_container{
        gap: 8px;
    }
    .btn_outline{
        border: 1px solid #263B83;
        color: #263B83;
        text-align: center;
        font-family: 'Montserrat';
        font-size: 1rem;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        background-color: #fff;
        padding: .7rem 1rem;
    }
}

@media only screen and (max-width:660px) {
    .display-none {
        display: none;
    }

    .font_72 {
        font-size: 40px !important;
    }

    .font_52 {
        font-size: 30px !important;
    }

    .font_44 {
        font-size: 22px !important;
    }

    .font_30 {
        font-size: 20px !important;
    }

    .font_32 {
        font-size: 21px !important;
    }

    .header-overlay h1 {
        font-size: 40px !important;
        margin-bottom: 1.5rem !important;
    }

    h2.fs-2 {
        font-size: 40px !important;
    }

    .carousel-caption h5 {
        font-size: 40px !important;
    }

    .carousel-caption p {
        font-size: 24px !important;
    }

    .line-center {
        font-size: 40px !important;
    }

    .min-h-60 {
        min-height: 30rem !important;
    }

    .custom-box {
        padding-top: 2.25rem !important;
        /* Equivalent to py-2 */
        padding-bottom: 1.25rem;
        /* Equivalent to py-2 */
    }
    .financing_subheading{
        font-size: 14px;
    }
    .equipment-quote-container{
        padding-right: 34px !important;
    }
    .equipment-search {
        padding: 20px 16px;
    }
    .inventory_grid_card {
        width: 240px;
    }
    .inventory_grid {
        gap: 6px;
    }
    .privancy_main_heading{
        font-size: 36px;
    }
    
    .privancy_sub_heading{
        font-size: 28px;
    }
    
    .privacy_content{
        font-size: 16px;
        line-height: 24px;
    }
    
    .privacy_content_container{
        margin-top: 4px !important;
    }
}

@media only screen and (max-width:576px) {
    .total-equipments-count{
        font-size: 14px;
    }
    .get_qote_checkbox::after {
        content: 'Get Quote';
    }
    .equipment-total-count {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 16px;

    }
    .captcha-container{
        flex-wrap: wrap !important;
    }
    .btn-quote{
        font-size: 14px;
        padding: 12px;
    }
    .experience_services img{
        width: 30px;
        height: 30px;
    }
    .experience_services_content{
        font-size: 14px;
    }
    .news_date{
        width: auto;
    }
    .font_52 {
        font-size: 26px !important;
    }
    
    .quote-table tr th{
        font-size: 14px;
    }
    .quote-table tr td{
        font-size: 14px;
    }
    .close-button-modal {
        right: -3px;
        top: 14px;
    }
    .quote-view-modal-body{
        padding: 24px !important;
    }
    .tech_svg > svg{
        width: 18px;
        height: 18px;
    } 
    .tech_name{
        font-size: 11px;
    }   
    .inventory_grid_card > h5{
        font-size: 12px;
    }
    .prod_detail_heading{
        width: 100%;
        font-size: 10px;
    }
    .prod_detail_subheading{
        font-size: 11px;
    }
    .view_detail_btn{
        font-size: 12px;
    }
    .get_qote_checkbox{
        font-size: 11px;
    }
    .inventory_grid_card {
        width: 212px;
    }
}

@media only screen and (max-width:450px) {

    .container-industries {
        height: 250px;
    }

    .equipment_detail_td{
        padding: 0 !important;
    }

    .equipment-quote-container{
        flex-wrap: wrap;
        justify-content: center;
    }
    .inventory_grid_card {
        width: 190px;
    }
    .eq_modal_description{
        font-size: 12px;
        line-height: 18px;
    }

}

@media only screen and (max-width:420px) {

    .container-industries {
        width: 100%;
    }

    .inventory_grid_card {
        width: 182px;
    }

}

@media only screen and (max-width:400px) {

    .inventory_grid_card {
        width: 170px;
    }

}

@media only screen and (min-width:768px) {
    .w-md-75 {
        width: 75% !important;
    }

    .w-md-70 {
        width: 70% !important;
    }
}

#spinner
{
    z-index:5000 !important;
}