.header_logo {
    height: 70px;
}

.product-dropdown select {
    font-size: 14px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    position: relative;
    padding: 15px;
    width: 100%;
    /* border-radius: 15px; */
    border: none;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    outline: none;
}

.product-dropdown select option {
    padding: 25px;
}

.mil-image-frame.mil-fw.single-preview {
    padding-bottom: 35%;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.single-details li {
    display: flex;
    justify-content: space-between;
}

.mil-button.single-btn {
    border-radius: 20px;
    /* padding: 12px 18px; */
    background-color: rgb(35 92 131);
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-size: 16px;
    /* height: 55px; */
    /* width: 100%; */
    padding: 0 15px 0 18px;
    height: 50px;
    border-radius: 70px;
    font-weight: 400;
}

.single-details .mil-button.single-btn {
    width: 260px;
    display: flex;
    justify-content: space-between;
}

a.single-btn i {
    font-size: 16px;
    margin-left: 10px;
    color: #235c83;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    padding: 10px;
}

img {
    max-width: 100%;
}

.text-center {
    text-align: center;
}


/* home slider bottom */

.carousel {
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.carousel__prev,
.carousel__next {
    position: absolute;
    bottom: -15%;
    transition: transform 0.25s ease;
}

.carousel__prev i,
.carousel__next i {
    font-size: 60px;
    color: var(--box-border);
    cursor: pointer;
}

.carousel__prev:hover,
.carousel__next:hover {
    transform: scale(1.25);
}

.carousel__prev {
    left: 40%;
    padding-bottom: 10px;
}

.carousel__next {
    right: 40%;
    padding-bottom: 10px;
}

.carousel__body {
    width: 100%;
    padding: 35px 0 50px 0;
    overflow: hidden;
}

.carousel__body .carousel__slider {
    position: relative;
    transition: transform 1s ease-in-out;
    background: var(--crsl-bg);
}

.carousel__body .carousel__slider__item {
    position: relative;
    display: block;
    float: left;
    box-sizing: border-box;
    margin-left: 20px;
    margin-right: 20px;
}

.carousel__body .carousel__slider__item .item__3d-frame {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 1s ease-in-out;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.carousel__body .carousel__slider__item .item__3d-frame:after {
    content: "";
    position: absolute;
    bottom: -15%;
    width: 100%;
    height: 40px;
    background: var(--box-shadow);
    box-shadow: 0px 0px 5px 5px var(--box-shadow);
    transform: rotateX(90deg) translate3d(0px, -20px, 0px);
    opacity: 0.85;
}

.carousel__body .carousel__slider__item .item__3d-frame__box {
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-color: var(--box-border);
    background: var(--box-bg);
    border-width: 1px;
    border-style: solid;
}

.carousel__body .carousel__slider__item .item__3d-frame__box h1 {
    font-size: 7em;
    width: 100%;
    color: var(--box-border);
}

.carousel__body .carousel__slider__item .item__3d-frame__box--right,
.carousel__body .carousel__slider__item .item__3d-frame__box--left {
    top: 0;
    width: 40px;
    backface-visibility: hidden;
}

.carousel__body .carousel__slider__item .item__3d-frame__box--left {
    left: 0;
    border-left-width: 1px;
    transform: translate3d(1px, 0, -40px) rotateY(-90deg);
    transform-origin: 0%;
}

.carousel__body .carousel__slider__item .item__3d-frame__box--right {
    right: 0;
    border-right-width: 1px;
    transform: translate3d(-1px, 0, -40px) rotateY(90deg);
    transform-origin: 100%;
}

.slider-bottom-p {
    padding-bottom: 40px;
}


/* home slider bottom end */

.mil-p-150-0 {
    padding-top: 150px!important;
}


/* img {
    filter: invert(100%);
} */

.invert_img {
    filter: invert(100%);
}

.advance-box {
    display: flex;
}

.advantage-icon {
    margin-right: 20px;
}

.advantage-icon img {
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.p-0 {
    padding: 0px;
}

.download-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact-icon img {
    height: 70px;
}

.contact-icon {
    text-align: center;
}

.export-box {
    text-align: center;
    margin-bottom: 30px;
}

.export-icon img {
    height: 100px;
}

.table-wrap {
    overflow-x: auto;
}

.table td,
.table th {
    padding: 0.15rem;
    vertical-align: middle !important;
    border-top: 1px solid #dee2e6;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 15px;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
    width: 100%;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    /* border-width: 0; */
}

.table-bordered>:not(caption)>* {
    border-width: 1px 0;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: rgba(0, 0, 0, 0.05);
}

.calculator-main input {
    height: auto;
}

.footer-icon img {
    height: 20px;
    width: 30px;
    margin-top: 10px;
}

.contact-icon img {
    height: 35px;
}

.footer-icon {
    margin-right: 20px;
}

.footer-box {
    display: flex;
}

.footer-contact-right {
    max-width: 80%;
}

.mil-social-icons li a {
    font-size: 24px;
    margin-right: 15px;
}

.footer-bottom-line {
    background: #0e0e0e;
    padding: 10px;
}

.footer-bottom-line p {
    color: #fff;
}

.mil-main-menu {
    justify-content: center;
}

.product-filter-btn {
    margin: 20px 0;
    justify-content: center;
}

.product-filter-btn .mil-button {
    padding: 0 15px 0 23px;
    height: 62px;
}

.product-filter-btn .mil-button svg {
    margin-left: 15px;
    width: 32px;
    height: 32px;
}

.mil-frame {
    padding: 0;
    z-index: 999;
    height: 90px;
}

.mil-frame .mil-frame-top {
    height: 90px;
    background-color: rgba(0, 0, 0, 0.95);
    /* border-bottom: solid 1px rgba(255, 255, 255, 0.1); */
    padding: 0 30px;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}

.mil-frame .mil-frame-top .mil-menu-btn span,
.mil-frame .mil-frame-top .mil-menu-btn span:after,
.mil-frame .mil-frame-top .mil-menu-btn span:before {
    background: rgb(255, 255, 255);
}

.mil-menu-frame .mil-frame-top {
    display: none;
}

.p-0 {
    padding: 0!important;
}


/* Style the dropdown button */


/* Style the selected option */


/* Style the options inside the dropdown content */

.mil-accordion-menu option {
    background-color: #fff;
    color: #000;
    padding: 20px;
    display: block;
    padding: 8px 16px!important;
    cursor: pointer;
    font-size: 15px!important;
    text-transform: capitalize!important;
    font-size: 14px!important;
    /* text-transform: uppercase; */
    letter-spacing: 1px!important;
    font-weight: 500;
    color: rgb(0, 0, 0);
}

.mil-accordion-menu option:hover {
    background-color: #f0f0f0!important;
}

.mil-accordion-menu option:hover {
    background-color: #f2f2f2!important;
}

.single-product-filter-btn .mil-button svg {
    margin-left: 15px;
    width: 32px;
    height: 32px;
}

.mil-button i {
    margin-left: 30px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
    transition: 0.4s cubic-bezier(0, 0, 0.3642, 1);
}

.about-slider-pt-15 {
    padding-top: 15px;
}

.calculator_btn {
    margin-top: 30px;
}

.mil-button {
    padding: 0 15px 0 18px;
    height: 50px;
}

.mil-button svg {
    margin-left: 10px;
    width: 30px;
    height: 30px;
}

.inspiring-icon img {
    height: 70px;
}

.mil-dark-bg1 .mi-invert-fix {
    height: 100%;
    position: relative;
    pointer-events: none;
    z-index: 3;
}

.bg-position-center {
    background-position: center;
}

.home_slider-bg {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.made_in_india-bg {
    background-repeat: no-repeat;
    background-size: cover;
}

h3,
p {
    text-transform: capitalize;
}

#mapdiv {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.amcharts-chart-div a {
    display: none!important;
}

.product_name {
    padding-top: 10px;
    padding-bottom: 20px;
}

.download-title {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}

.sub-download:last-child {
    margin-bottom: 100px;
}

.sub-download:first-child {
    margin-top: 100px;
}

.mob_show {
    display: none;
}


/* Style the select element */

.form-select {
    position: relative;
    /* Make sure the container is positioned */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}


/* Style the options */

.form-select option {
    padding: 10px;
}


/* Style the flag icons */

.flag-icon {
    width: 20px;
    height: auto;
    margin-right: 5px;
    /* Adjust as needed */
}


/* Style the dropdown arrow */

.form-select::after {
    content: '\25BC';
    /* Unicode character for down arrow */
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    pointer-events: none;
    /* Ensure the arrow doesn't interfere with clicking the select */
}


/* Style the dropdown menu */

.form-select+ul {
    position: absolute;
    bottom: 100%;
    /* Position the menu above the select */
    left: 0;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
    /* Remove bottom border to prevent double border */
    border-radius: 5px 5px 0 0;
    /* Rounded top corners */
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    /* Add a shadow */
    transition: opacity 0.5s ease, visibility 0.5s ease;
    /* Add transition for smooth opening/closing */
    opacity: 0;
    /* Hide the menu by default */
    visibility: hidden;
    /* Hide the menu by default */
    z-index: 1000;
    /* Ensure the menu appears above other content */
}


/* Show the dropdown menu on hover */

.form-select:hover+ul {
    opacity: 1;
    visibility: visible;
}


/* Style individual dropdown items */

.form-select+ul li {
    padding: 10px;
    cursor: pointer;
}


/* Highlight the selected option */

.form-select+ul li.selected {
    background-color: #f0f0f0;
}

.header_trans {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_trans select {
    margin-right: 25px;
}

.text-lowercase {
    text-transform: lowercase!important;
}

.changeLang {
    color: #000!important;
}

body {
    top: 0px!important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    display: none;
}


/* #google_translate_element {
    position: absolute;
    opacity: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
} */

.translate i {
    color: #fff;
    font-size: 24px;
}

.translate {
    position: relative;
    /* position: fixed; */
    /* bottom: 15px;
    left: 15px; */
    width: 150px;
    /* height: 50px; */
    /* background-color: #000; */
    /* overflow: hidden; */
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    box-shadow: 0 0 12px rgb(0 0 0 / 8%);
    z-index: 1000;
}

.goog-te-gadget {
    font-size: 0px!important;
}

.VIpgJd-ZVi9od-l4eHX-hSRGPd {
    display: none!important;
}

.goog-te-gadget {
    display: flex;
}

#goog-gt-tt {
    display: none!important;
}

.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
    background-color: transparent !important;
    box-shadow: none!important;
}

.VIpgJd-yAWNEb-L7lbkb {
    display: none !important;
}


/* responsiveeeeeeeeeeeeeeeeeeeee */

@media only screen and (max-width: 1080px) {
    .mil-p-120-0 {
        padding-top: 100px;
    }
    .mil-p-120-120 {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .mil-p-0-120 {
        padding-bottom: 100px;
    }
    .mil-inner-banner .ipad-pt-60 {
        padding-top: 120px;
    }
    .mil-p-120-60 {
        padding-top: 100px;
    }
    .c-full .c-label {
        width: 30%!important;
    }
    .area-covered {
        width: 35%!important;
    }
    .c-full {
        width: 100%!important;
    }
    .c-half {
        margin: 0!important;
    }
    .home_slider-bg {
        height: 62vh;
        background-position: right;
    }
}

@media only screen and (max-width: 830px) {
    .slider-img-top img {
        height: auto!important;
    }
    .ipad-order-2 {
        order: 2;
    }
    .ipad-order-3 {
        order: 3;
    }
    .mil-p-120-30 {
        padding-top: 70px;
    }
    .mil-p-0-120 {
        padding-bottom: 70px;
    }
    .mil-p-120-120 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .ipad-mb-30 {
        margin-bottom: 30px;
    }
    .mil-mb-60 {
        margin-bottom: 30px;
    }
    .ipad-mb-50 {
        margin-bottom: 50px;
    }
    .ipad-pt-30 {
        padding-top: 30px;
    }
    .mil-p-120-0 {
        padding-top: 70px;
    }
    .mil-services-grid {
        padding-bottom: 70px;
    }
    .mil-service-card-sm {
        padding: 30px 30px;
    }
    .mil-portfolio-slider-frame {
        padding-top: 70px;
    }
    .mil-suptitle {
        margin-bottom: 30px;
    }
    .mil-p-120-60 {
        padding-top: 70px;
    }
    .mil-adaptive-right {
        justify-content: end;
    }
    .ipad-mil-left {
        text-align: left;
    }
    .footer-box {
        display: block;
    }
    .ipad-justify-center {
        display: flex;
        justify-content: center;
    }
    .footer-contact-right {
        max-width: 100%;
    }
    .mil-p-120-0 {
        padding-top: 70px;
    }
    .mil-inner-banner .ipad-pt-60 {
        padding-top: 120px;
    }
    .product-dropdown {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .mil-mb-90 {
        margin-bottom: 70px;
    }
    .mil-blog-card .mil-post-descr {
        padding: 0;
    }
    .contact-icon {
        margin-bottom: 30px;
    }
    h6,
    .mil-h6 {
        font-size: 14px;
    }
    .sub-download:last-child {
        margin-bottom: 70px;
    }
    .sub-download:first-child {
        margin-top: 70px;
    }
    .md-d-none {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .mob-order-2 {
        order: 2;
    }
    .mil-p-120-30 {
        padding-top: 50px;
    }
    .mil-p-0-120 {
        padding-bottom: 50px;
    }
    .mil-p-120-120 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .mil-p-120-0 {
        padding-top: 50px;
    }
    .mil-services-grid {
        padding-bottom: 50px;
    }
    .mil-portfolio-slider-frame {
        padding-top: 50px;
    }
    .mil-p-120-60 {
        padding-top: 50px;
    }
    .mil-banner .mil-banner-content {
        padding-bottom: 50px;
    }
    .ipad-mb-50 {
        margin-bottom: 30px;
    }
    .mob-mb-50 {
        margin-bottom: 50px;
    }
    .ipad-justify-center {
        justify-content: left;
    }
    .mob-mb-0 {
        margin-bottom: 0;
    }
    .mob-left {
        text-align: left;
    }
    .mob-mt-30 {
        margin-top: 30px;
    }
    .mob-center {
        text-align: center;
    }
    .mob-pt-15 {
        padding-top: 15px;
    }
    .mil-p-120-0 {
        padding-top: 50px;
    }
    .mob-mb-30 {
        margin-bottom: 30px;
    }
    .mil-button.single-btn {
        font-size: 14px;
        height: 53px;
    }
    .mil-button i {
        margin-left: 15px;
        width: 30px;
        height: 30px;
    }
    a.single-btn i {
        font-size: 16px;
        margin-left: 5px;
    }
    .mil-mb-90 {
        margin-bottom: 50px;
    }
    input,
    textarea {
        padding: 0 10px;
        height: 50px;
    }
    .mil-p-120-90 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .sub-download:last-child {
        margin-bottom: 50px;
    }
    .sub-download:first-child {
        margin-top: 50px;
    }
    #mapdiv {
        max-height: 300px;
    }
    .mob_none {
        display: none;
    }
    .mob_show {
        display: block;
    }
    .home_slider-bg {
        height: 100vh;
        background-position: right;
    }
}