@charset "utf-8";
/*Version 1.3*/

@font-face {
    font-family: "Calibri Bold";
    src: url(./fonts/Calibri-Bold.woff2);
    font-display: swap
}

@font-face {
    font-family: "Calibri";
    src: url(./fonts/Calibri.woff2);
    font-display: swap
}

@font-face {
    font-family: "Montserrat Bold";
    src: url(./fonts/Montserrat-Bold.woff2);
    font-display: swap
}

@font-face {
    font-family: "Montserrat Medium";
    src: url(./fonts/Montserrat-Medium.woff2);
    font-display: swap
}

@font-face {
    font-family: "Montserrat Thin";
    src: url(./fonts/Montserrat-Thin.woff2);
    font-display: swap
}

a:link {
    text-decoration: none
}

h2,
h3,
h4,
h6 {
    font-family: Verdana, Arial, Helvetica, sans-serif
}

a:visited {
    text-decoration: none
}


html {
    overflow-Y: scroll
}


:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #a6a6a6;
    -webkit-text-size-adjust: 100%;
    -webkit-box-shadow: 0px 0px 4px 0px #000000;
    box-shadow: 0px 0px 4px 0px #000000;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}


h2,
h3,
h4,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

a {
    color: #0d6efd;
    text-decoration: underline
}

img {
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button {
    text-transform: none
}

[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid {
    width: 100%;
    /*padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);*/
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }

    .header_menu_area .container {
        max-width: 100%;
    }

    .header_top_area {
        display: block;
    }
}

@media (max-width:577px) {
    .header_top_area {
        display: none;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }

    .header_menu_area .container {
        max-width: 100%;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }

    .header_menu_area .container,
    .header_menu_area .container-fluid {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }

    .header_menu_area .container,
    .header_menu_area .container-fluid {
        max-width: 1140px
    }
}

@media (min-width:1400px) {
    .container {
        max-width: 1320px
    }

    .header_menu_area .container,
    .header_menu_area .container-fluid {
        max-width: 1320px;
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;

    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

@media (min-width:768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.form-label {
    margin-bottom: .5rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem
}

.form-control-contact {
    display: block;
    width: 100%;
    padding: 12px;
    font-size: 1rem;
    color: #212529;
    background-color: rgb(244, 244, 244);
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    margin: 15px;
    margin-left: 0;
}

@media (prefers-reduced-motion:reduce) {}

.form-control::-webkit-date-and-time-value {
    height: 1.5em
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end: .75rem;
    color: #212529;
    background-color: #e9ecef;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0
}

@media (prefers-reduced-motion:reduce) {}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

@media (prefers-reduced-motion:reduce) {}

.dropdown {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    /*margin-left: .255em;*/
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    color: #26577f;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    /*color: #0d6efd;*/
    text-decoration: none
}

@media (prefers-reduced-motion:reduce) {}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 100%;
}

.navbar>.container-fluid {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
}

.nav-item {
    /*background-color: #2b5380;*/
}

.dropdown-toggle {
    color: #666;
}

.dropdown-item {
    color: #666666;
}

.dropdown-menu {
    background-color: #f1f1f1;
}

.nav-link:focus,
.nav-link:hover {
    color: #666;
}

a.dropdown-item::after {
    display: inline-block;
    /* margin-left: 0.255em; */
    vertical-align: 0.2em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(-90deg);
    margin-left: 5px;
    color: #236295;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: transparent;
}

@media (min-width:992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
        width: auto;
    }

    .dropdown-toggle {
        color: #595959;
    }

    .nav-item {
        background-color: #fff;
    }

    .nav-link:focus,
    .nav-link:hover {
        color: #595959;
    }

    .dropdown-item {
        color: #595959;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .55)
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 0.5rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.m-0 {
    margin: 0 !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.p-0 {
    padding: 0 !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.pb-1 {
    padding-bottom: .25rem !important
}
.pb-1:hover{
    text-decoration: underline;
}

.fw-bold {
    font-weight: 700 !important
}

.fw-bolder {
    font-weight: bolder !important
}

.text-decoration-none {
    text-decoration: none !important
}

.text-white {
    color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

@media (min-width:768px) {
    .float-md-end {
        float: right !important
    }
}

@media (min-width:992px) {
    .mb-lg-0 {
        margin-bottom: 0 !important
    }
}


body {
    font-family: Arial, Helvetica, Bangla1096, sans-serif
}

.header_top_area {
    border-top: 2px solid #dddedf;
    background: linear-gradient(180deg, rgba(233, 233, 233, 1) 0%, rgba(228, 228, 228, 1) 100%);
}

.header_top_area ul li {
    background-color: unset;
    border: none
}
.header_top_area ul li:hover{
    text-decoration: underline;
}

.header_top_area ul li:last-child {
    padding-right: 0
}

.header_top_area ul li a {
    text-decoration: none;
    color: #7C7C7C;
    border-right: 1px solid #7C7C7C;
    padding-right: 1rem;
    font-family: "Montserrat Bold";
    font-size: small;
}

.header_top_area ul li:last-child a {
    border-right: none;
    padding-right: 0
}

.header_top_area ul li:first-child a {
    font-weight: 700;
}

.header_contact {
    padding: 0.5rem;
    margin: 0.5rem;
    color: #236294;
    margin-top: 25px;
    font-family: 'Montserrat Bold';
}

.header_contact h3 {
    margin-bottom: -4px;
    font-size: x-large;
    text-align: center;
    font-family: 'Montserrat Bold';
}

.header_contact span {
    font-size: 13px;
    float: right
}

.header_menu_area {
    border-bottom: 2px solid #6591b4;
    background-color: #fff;
    border-top: 2px solid #b8322d;
}

.navbar ul li a.nav-link,
.dropdown-item {
    text-transform: uppercase;
    /*color: #595959 !important;*/
    font-size: 13px;
    font-family: "Montserrat Medium";
    text-align: left;
    margin-left: 15px;
    font-weight: 600;
}

.footer_area {
    background-color: #606060;
    padding: 30px;
}

.footer_area h6 {
    border-bottom: 2px solid #bfbfbf;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-right: 40px;
    font-family: 'Montserrat Medium';
    text-transform: uppercase;
    font-size: 12px;
}

.home_section_4 h6 {
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-right: 33%;
    font-family: 'Montserrat Medium';
    color: #fff;
    font-size: 22px;
}

.footer_item ul li a {
    font-family: 'Montserrat Medium';
    font-size: 12px;
    color: #bfbfbf;
}

.footer_item p {
    font-family: 'Montserrat Medium';
}

.footer_logo {
    margin-top: -3rem;
    margin-left: 0rem;
    width: 100%;
}

.copyright {
    font-size: 11px;
    margin-top: -1rem;
    font-family: 'Montserrat Medium';
    color: #bfbfbf;
}

.boxed {
    width: 80%;
    margin: auto;
    max-width: 1320px;
}


.home_section_bg {
    background: #236294;
    max-height: 320px;
    background-image: url(images/BLUE_blueprint.jpg);
}
.contact_section_bg{
    background-image: url(images/BLUE_hex_web.png);
}
.level1_section_bg{
    max-height: 320px;
    background-image: url(images/BLUE_hex_web.png);
    
}
.level2_section_bg {
    background: #236294;
    max-height: 320px;
}

.level2_section_bg {
    background-image: url(images/BLUE_shelltube.png);
    background-size: contain;
}

.level1_main_section_1,
.level1_main_section_2,
.level2_main_section,
.level3_main_section {
    background-color: #fff;

}
.level3_main_section .container .row:last-child{
    padding: 20px 20px 20px 20px;
    margin-top: -10px;
    background-color: #f8f8f8;
}
.level3_main_section .container .row:first-child {
    background-color: #F8F8F8;
}


.level1_main_section_1 {
    padding-top: 135px;
}

.level2_product_box {
    padding-top: 4%;
    padding-left: 2%;
    padding-right: 4%;
}

.level2_product_box_last {
    padding-bottom: 4%;
}

.banner_left {
    width: 50%
}

.banner_area {
    display: inline-flex;
    align-items: center;
    height: 320px
}

.banner_right {
    overflow: hidden;
    width: 40%
}

.banner_right h2 {
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    font-family: "Montserrat Bold"
}

.banner_right p {
    color: #fff;
    font-size: 15px;
    text-align: justify;
    font-family: "Montserrat Bold"
}

.banner_center {
    overflow: hidden;
    width: 100%;
    text-align: center;
}

.banner_center h1 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    font-family: "Montserrat Bold"
}

.banner_center h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 35px;
    font-family: "Montserrat Bold"
}

.banner_center p {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat Bold"
}

.home_section_1 {
    overflow: hidden;
    padding: 30px;
    background: #f8f8f8;
    padding-top: 0;
    padding-bottom: 0;
}
.home_section_1 a{
    color:#555; 
}


.product_item_area {
    margin-top: 80px;
    padding: 0;
    margin-bottom: -30px;
}

.product_item {
    border: 1px solid #BDBDBD;
    border-radius: .25rem;
    text-align: center;
    width: 100%;
    height: 210px;
    margin-left: 3%;
    background-color: #fff;
    margin-bottom: 25%;
}

.product_item:first-child {
    margin-left: 0
}

.applications_section {
    background-color: #fff;
    padding-bottom: 35px;
}
.applications_section_home{
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
}

.applications_row {
    padding-left: 12%;
    padding-right: 12%;
}

.application_box {
    background-color: rgb(143, 143, 143);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 5px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}
.applications_section_white .application_box{
    background-color: #fff;
    border: 1px solid #e9e9e9;
    box-shadow: 0px 0px 10px 0px #ececec
}

.application_box:hover {
    background-color: rgb(96, 96, 96);
}
.applications_section_white .application_box:hover{
    box-shadow: inset 0 0 3px #015394;
    background-color: #ececec;
}

.application_box img {
    width: 24%;
    margin-bottom: 15px;
}

.applications_section h3,.applications_section_white h3 {
    font-family: "Montserrat Bold";
    font-size: calc(1px + 1.5vw);
    color: rgb(115, 115, 115)
}

.application_box h3 {
    color: #fff;
    font-family: "Montserrat Medium";
    font-size: 1rem;
}

.applications_section_white .application_box h3{
    color:#555;
}



.applications_section hr,.applications_section_white hr {
    height: 2px;
    background-color: #236294;
    opacity: 1;
}

.contact_section {
    background-color: #fff;
    padding-top: 45px;
    padding-left: 4%;
    padding-bottom: 2%;
}
.contact_left img{
    width: 90%;
    /* padding: 7% 5% 0% 0%; */
    margin-top: 0%;
    margin-bottom: 3%;
}
.contact_right{

    padding-right: 5%;
    
}
.contact_right div{
    color: rgb(85,85,85);
}
.contact_right .product_sidebar_bold{
    color: #236294;
    margin-bottom: 10px;
}
.contact_right .product_sidebar_bold2 a{
	color: #236294;
    margin-bottom: 35px;
}
.contact_right p{
    font-family: "Montserrat Medium";
    font-size: 13px;
    color:rgb(56,56,56)
}

.contact_form {
    padding: 2%;
    padding-right: 4%;
}

.contact_form .col-md-6 {
    margin-bottom: 1%;
}

.contact_form label,
.contact_form p {
    font-family: "Montserrat Medium";
}

.contact_form h3 {
    font-family: "Montserrat Bold";
    font-size: 1.2rem;
}

.contact_form p {
    font-size: 13px;
    color: rgb(154, 154, 154)
}

.product_item img {
    /*width: 100%;*/
    margin-top: -75px;
    /*height: 90%;*/
    max-width: 250px;
    max-height: 165px;
    width: auto;
    height: auto;
}

.product_item h3 {
    text-transform: uppercase;
    color: #4462AB;
    /*margin-top: 30px;*/
    font-family: 'Montserrat Medium';
    font-size: 24px;
}


.service_item_area {
    overflow: hidden
}

.service_item_area h3 {
    color: #fff;
    font-weight: 700;
    margin-left: 15px;
    margin-bottom: 25px;
    font-family: "Montserrat Bold"
}

.service_item_area .service_item {
    background: #0A2D54;
    text-align: center;
    width: 18%;
    float: left;
    margin-left: 2%;
    opacity: .7;
    margin-bottom: 2%;
    padding: 30px 15px;
    border-radius: 5px;
    height: 150px
}

.service_item_area .service_item h4 {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding-top: 15px;
    font-family: "Montserrat Bold"
}

.home_section_3 {
    overflow: hidden;
    padding: 30px;
    background: #F3F3F3
}

.about_item_area1 {
    display: inline-flex;
    align-items: center
}

.about_item_area1 .about_item_left {
    margin-right: 75px
}

.about_item_area1 .about_item_right h4 {
    color: #1193CF;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Montserrat Bold"
}

.about_item_area1 .about_item_right h4:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px;
    left: 0;
    right: 0;
    width: 15%;
    background: #1193CF
}

.about_item_area1 .about_item_right p {
    font-size: 14px;
    color: #6e6b6b;
    font-family: 'Calibri'
}

.about_item_area2 {
    display: inline-flex;
    align-items: center
}

.about_item_area2 .about_item_left {
    margin-right: 75px
}

.about_item_area2 .about_item_right {
    margin-right: 25px;
    text-align: right
}

.about_item_area2 .about_item_right h4 {
    color: #1193CF;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    position: relative;
    font-family: "Montserrat Bold"
}

.about_item_area2 .about_item_right h4:after {
    position: absolute;
    content: '';
    height: 2px;
    bottom: -4px;
    right: 0;
    width: 15%;
    background: #1193CF
}

.about_item_area2 .about_item_right p {
    font-size: 14px;
    color: #6e6b6b;
    font-family: 'Calibri'
}

.home_section_4 {
    overflow: hidden;
    padding: 30px;
    background: #236294 url(images/shape.webp) no-repeat right bottom;
    background-size: 35%;
}

#request {
    height: 100px;
}

.home_section_4 h3 {
    color: #fff;
    font-weight: 700;
    font-size: 19px;
    font-family: "Montserrat Bold";
    margin-bottom: -5px;
}

.home_section_4 span {
    color: #fff;
    font-weight: 700;
    font-size: 11.8px;
    font-family: "Montserrat Bold"
}

.home_section_4 .contact_form form {
    margin-right: 70px
}

.home_section_4 .contact_form form label {
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
    font-family: 'Montserrat Thin';
}

.home_section_4 .contact_form form input {
    border-radius: 0;
    height: 30px;
}

.home_section_4 .contact_info p {
    color: #fff;
    font-size: 16px;
    margin-top: 50px;
    font-family: 'Calibri Bold'
}

.contact_info {
    margin-left: -7%;
    margin-top: 2%;
}

.contact_info h3 {
    font-size: 22px;
}

.menuRow {
    /*background: #2470b1;*/
    height: auto;
    margin-top: -1%;
}

@media (min-width: 320px) and (max-width: 480px) {
    .list-group-item {
        padding: 0
    }

    .header_top_area ul li a {
        padding-left: 5px;
        font-size: 12px;
        padding-right: 5px
    }

    .header_menu_area {
        text-align: center
    }

    .header_contact {
        overflow: hidden;
        margin-top: 15px;
        width: 70%;
    }

    .navbar-toggler {
        position: absolute;
        right: 5%;
        top: -60px;
        background-color: #999;
    }
    .navbar .collapsed{
        background-color: #FFF;
    }
    .navbar .collapsed .navbar-toggler-icon{
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
    }
    .navbar ul li a.nav-link, .dropdown-item {
        font-size: 16px;
        white-space: unset;
    }
    .navbar-nav .dropdown-menu {
        width: 130%;
        margin-left: -16.5%;
        padding-left: 12.5%;
        padding-right: 60px;
    }

    .dropdown-toggle::after {
        float: right;
        margin-right: 9px;
        font-size: 25px;
        transform: rotate(90deg);
        margin-top: 1.5%;
    }
    .show::after{
        /*font-size: 50px;*/
        transform: rotate(0deg);
    }

    .menuRow {
        /*background: #2470b1;*/
        height: 0;
    }

    .header_contact span {
        float: unset
    }

    .header_right_menu .navbar-nav {
        flex-direction: unset
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .55)
    }

    .header_right_menu ul li a.nav-link {
        text-transform: capitalize;
        font-weight: normal
    }

    .banner_left {
        width: 0
    }

    .banner_right {
        width: 100%
    }

    .banner_right h2 {
        font-size: 24px
    }


    .service_item_area h3 {
        font-size: 18px
    }


    .service_item_area .service_item {
        width: 100%;
        float: unset;
        margin-left: 0;
        margin-bottom: 25px
    }

    .service_item_area .service_item:last-child {
        margin-bottom: 0
    }

    .about_item_area1 {
        display: inline-block
    }

    .about_item_area1 .about_item_left {
        margin-right: 0;
        margin-bottom: 25px
    }

    .about_item_area1 .about_item_left img {
        width: 100%
    }

    .about_item_area2 {
        display: inline-flex;
        flex-direction: column-reverse
    }

    .about_item_area2 .about_item_left {
        margin-left: 0;
        margin-bottom: 25px
    }

    .about_item_area2 .about_item_left img {
        width: 100%
    }

    .about_item_area2 .about_item_right {
        margin-right: 0
    }

    .about_item_area2 .about_item_left {
        margin-right: 0
    }

    .about_item_area2 .about_item_right {
        text-align: left
    }

    .about_item_area2 .about_item_right h4:after {
        left: 0
    }

    .footer_area h6 {
        margin-right: 0;
        padding-bottom: 5px;
        margin-bottom: 10px
    }


    .footer_item {
        margin-bottom: 30px
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    .list-group-item {
        padding: 0
    }

    .header_top_area ul li a {
        padding-left: 5px;
        font-size: 12px;
        padding-right: 5px
    }

    .header_menu_area {
        text-align: center
    }

    .header_contact {
        overflow: hidden;
        margin-top: 15px;
        width: 80%;
    }

    .navbar-toggler {
        position: absolute;
        right: 3%;
        top: -60px;
        background-color: #999;
    }
    .navbar .collapsed{
        background-color: #FFF;
    }
    .navbar .collapsed .navbar-toggler-icon{
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
    }
    .navbar-nav .dropdown-menu {
        width: 130%;
        margin-left: -16.5%;
        padding-left: 12.5%;
        padding-right: 60px;
    }
    .navbar ul li a.nav-link, .dropdown-item {
        font-size: 16px;
        white-space: unset;
    }
    .dropdown-toggle::after {
        float: right;
        margin-right: 9px;
        font-size: 25px;
        transform: rotate(90deg);
        margin-top: 1.5%;
    }
    .show::after{
        /*font-size: 50px;*/
        transform: rotate(0deg);
    }

    
    .menuRow {
        /*background: #2470b1;*/
        height: 0;
    }

    .header_contact span {
        float: unset
    }

    .header_right_menu .navbar-nav {
        flex-direction: unset
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgba(0, 0, 0, .55)
    }

    .banner_left {
        width: 0
    }

    .banner_right {
        width: 100%
    }

    .banner_right h2 {
        font-size: 24px
    }


    .service_item_area h3 {
        font-size: 18px
    }


    .service_item_area .service_item {
        width: 45%;
        float: left;
        margin-left: 5%;
        margin-bottom: 25px
    }

    .service_item_area .service_item:last-child {
        margin-bottom: 0
    }

    .about_item_area1 {
        display: inline-block
    }

    .about_item_area1 .about_item_left {
        margin-right: 0;
        margin-bottom: 25px
    }

    .about_item_area1 .about_item_left img {
        width: 100%
    }

    .about_item_area2 {
        display: inline-flex;
        flex-direction: column-reverse
    }

    .about_item_area2 .about_item_left {
        margin-left: 0;
        margin-bottom: 25px
    }

    .about_item_area2 .about_item_left img {
        width: 100%
    }

    .about_item_area2 .about_item_right {
        margin-right: 0
    }

    .about_item_area2 .about_item_left {
        margin-right: 0
    }

    .about_item_area2 .about_item_right {
        text-align: left
    }

    .about_item_area2 .about_item_right h4:after {
        left: 0
    }

    .footer_area h6 {
        margin-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px
    }

    .footer_area img {
        margin-top: 0;
        margin-left: 0
    }

    .footer_item {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        right: 0%;
        top: -60px;
        background-color: #999;
    }
    .navbar .collapsed{
        background-color: #FFF;
    }
    .navbar .collapsed .navbar-toggler-icon{
        /*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");*/
    }

    .dropdown-toggle::after {
        float: right;
        margin-right: 30px;
        font-size: 25px;
        transform: rotate(90deg);
        margin-top: 1.5%;
    }
    .show::after{
        /*font-size: 50px;*/
        transform: rotate(0deg);
    }
    .menuRow {
        /*background: #2470b1;*/
        height: 0;
    }

    .header_contact {
        margin-right: 55px;
        padding-top: 0;
        padding-bottom: 3%;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .header_right_menu .navbar-nav {
        flex-direction: unset;
        text-align: center
    }

    .about_item_area1 .about_item_left {
        margin-right: 40px;
        width: 50%
    }

    .about_item_area1 .about_item_left img {
        width: 100%
    }

    .about_item_area1 .about_item_right {
        width: 50%
    }

    .about_item_area2 .about_item_left {
        margin-right: 40px;
        width: 50%
    }

    .about_item_area2 .about_item_left img {
        width: 100%
    }

    .about_item_area2 .about_item_right {
        width: 50%
    }
}


.breadcrumb_area {
    background-color: #F8F8F8;
    padding: 0px 20px 0px 20px;
}

.breadcrumb_area .breadcrumb {
    padding-top: 1rem;
}

.breadcrumb_area .breadcrumb li {
    padding-right: 0px;
}

.breadcrumb_area .breadcrumb li::before {
    padding-right: 0px;
}

.breadcrumb_area .breadcrumb a {
    text-decoration: none;
    color: #777777;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #236294;
    border-color: #236294;
}

.product_left img {
    width: 100%;
    margin-top: 0%;
}

.product_left_lvl2 img {
    width: 180%;
    margin-top: -4%;
    margin-left: -18%;
}

.product_left_lvl3 img {
    width: 100%;
    margin-top: -14%;
}

.product_right {
    /*overflow: hidden;*/
}

.product_right_info .red_bold_text {
    color: #C55C58;
    font-weight: 700;
}

.product_right_info .black_bold_text {
    color: #333;
    font-weight: 700;
    font-size: 14px;
}

.product_right_info h3,
.product_right_info h1 {
    font-weight: 700;
    font-size: 30px;
    color: #333333;
    padding-top: 15px;
}

.product_right_info h3 {
    font-size: 20px;
}

.product_right_details {
    background-color: #F6F7F7;
    margin-left: -12px;
    padding: 12px;
    overflow: hidden;
}

.product_right_details span {
    font-size: 14px;
}

.product_right_details .red_bold_text {
    color: rgb(186, 55, 50);
    font-weight: 700;
    text-transform: uppercase;
    font-family: "montserrat bold";
}

.product_right_details .black_bold_text {
    color: #333;
    font-weight: 700;
    font-family: "montserrat bold";
}

.product_right_details table {
    margin: 0;
}

.product_right_details table thead tr th {
    padding: 0;
}

.product_right_details table tbody tr {
    border-style: hidden;
}

.product_right_details table tbody tr td {
    padding: 0;
}

.product_right_doc ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.product_right_doc li {
    list-style: none;
    margin-bottom: 15px;
}

.product_right_doc li:last-child {
    margin-bottom: 0px;
    background-image: none;
}

.product_right_doc li span {
    color: #236294;
    font-size: 14px;
}

.product_right_doc img {
    width: 60px;
}

.product_area {
    background-color: #F8F8F8;
    padding: 0px 20px 25px 20px;
}

.product_box {
    width: 80%;
    background-color: #efefef;
    padding: 0% 10% 0% 10%;
    border-radius: 7px;
    margin: 5% 0% 5% 10%;
    border: 1px solid #a1a1a1;
}

.product_overview_area {
    background-color: #fff;
    padding: 0px 20px 20px 20px;
}

.product_overview_area h3 {
    background-color: #EEEEEE;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    padding: 10px;
    margin-bottom: 5px;
    font-family: 'Montserrat Thin';
}

.product_overview_area ul li,
.level1_main_section_1 ul li,
.level2_main_section ul li,
.level3_main_section ul li {
    margin: 0;
    padding: 0px 0 0px 31px;
    list-style: none;
    background-image: url(./images/BLUE_ARROW.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 19px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Montserrat Medium';
    margin-left: -34px;
}



.ratings ul {
    list-style-image: url("./images/list-icon.jpg");
}

.partnumber_ul span {
    padding-left: 30px;
}


.product_overview_area ul li span {
    font-weight: 700;
}


@media (min-width: 200px) and (max-width: 1480px) {
    .product_overview_area ul li,
    .level1_main_section_1 ul li,
    .level2_main_section ul li,
    .level3_main_section ul li {
        background-position: inherit;
    }
    .partnumber_ul span {
        padding-left: 22px;
    }
    .product_overview_area h3 {
        font-size: 15px;
    }
    
}
@media (min-width: 500px) and (max-width: 1024px) {
    .product_right_details span{
        font-size: 12px;
    }
}
@media (min-width: 200px) and (max-width: 600px) {
    .product_right_details span{
        font-size: 10px;
    }
    .partnumber_ul .col-6{
        padding: 0;
        width: 100%;
    }
    .product_right_details table{
        width: 130%;
    }
    .product_right_details{
        overflow: auto;
    }
}

.product_overview_area ul li:last-child {
    margin-bottom: 0px;
}

.product_overview_area img {
    width: 8px;
    margin-right: 5px;
}
.product_sidebar{
    padding: 0px 0px 0px 20px;
}

.product_sidebar h3 {
    background-color: #236294;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    font-family: "Montserrat Bold";
    text-align: center;
}

.product_sidebar_bold {
    font-family: "Montserrat Bold";
}

.product_sidebar_contact {
    background-color: #4f81a9;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    padding: 10px;
    margin-bottom: 5px;
    text-align: center;
    font-family: "Montserrat Thin";
    padding-left: 15%;
}

.product_sidebar_contact div {
    text-align: left;
}

.product_box_button {
    text-align: center;

}

.product_box_button_lvl2 {
    text-align: left;
}

.lvl2_product_info {
    background-color: #f8f8f8;
    padding-left: 10%;
}

.level2_main_section .product_left,
.product_left_lvl2 {
    padding-left: 2%;
    z-index: 5;
}

.product_box_button button {
    background-color: #fff;
    color: rgb(61, 119, 160);
    border: 1px solid rgb(198, 198, 198);
    font-family: "Montserrat Bold";
    font-size: 14px;
    padding: 8px 20px 8px 20px;
    border-radius: 5px;
    margin: 10px 0px 20px 0px;
}
.product_box_button button:hover{
    background-color: #DeDeDe;
}

.product_box img {
    width: 100%;
    margin-top: -55%;
}

.overview {
    border-bottom: 1px solid rgb(233, 236, 238);
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: 95%;
}

.overview_last {
    min-height: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.overview {
    border-bottom: 1px solid #bdbdbd;
}

.product_box h2 {
    font-family: "Montserrat Bold";
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    color:#3c3c3c;
}

.product_box h5,
.product_box span,
.level2_product_box span {
    font-family: "Montserrat Bold";
    font-size: 12px;
    float: left;
    margin-right: 6px;
}
.product_box h5,
.product_box span{
    font-size: 14px;
}
.product_box h6,
.product_box ul li {
    font-family: "Montserrat Medium";
    font-size: 14px;
}

.applications h3 {
    font-family: "Montserrat Medium";
    font-size: 1.2rem;
    text-align: center;
}

.level3_main_section h3 {
    font-size: 1.5rem;
}

.applications h4 {
    font-family: "Montserrat Medium";
    font-size: 1.2rem;
    text-align: left;
    margin-bottom: 14px;
}

.applications hr {
    height: 2px;
    background-color: #236294;
    opacity: 1;
}

.application .col img {
    width: 50%;
    opacity: 70%;
}

.application .col h3 {
    font-size: 1rem;
    margin-top: 4px;
}

.application .col {
    text-align: center;
}

.application {
    padding-bottom: 2%;
    padding-top: 2%;
}

.details h5 {
    font-family: "Montserrat Bold";
    font-size: 14px;
    float: left;
    margin-right: 6px;
}

.details h6 {
    margin-left: 4px;
    font-family: "Montserrat Medium";
    font-size: 14px;
}

.product_overview_area ul li {
    padding-left: 0;
}

.sidebar_details {
    background-color: #EEEEEE;
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.sidebar_details p {
    color: #444444;
}

.sidebar_details h4 {
    color: #444444;
    font-weight: 700;
}

.sidebar_details span {
    color: #333333;
}

.sidebar_details_email {
    padding-top: 60px;
}

.product_overview_details td span {
    color: #333;
}

.product_overview_details td {
    color: #a39c9c;
    font-family: 'calibri';
    font-size: 18px;
}

.product_overview_details td span {
    font-weight: bold;
}

.product_feature_left ul {
    padding-left: 0;
    margin-bottom: 0;
}

.product_feature_left ul li {
    list-style: none;
    border-bottom: 1px solid #D4D5D7;
    padding: 10px 0;
    color: #333333;
    font-size: 16px;
}

.product_feature_left ul li:last-child {
    border-bottom: 0;
}

.product_feature_left img {
    width: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.product_feature_right img {
    margin-top: -4px;
}

.product_feature_right h3 {
    color: #5F5F5F;
}

.product_feature_right input {
    border-radius: 0;
    border: 1px solid #C4C4C4;
    box-shadow: 0px 1px #888888;
}


.breadcrumb_area .breadcrumb a {
    font-size: 15px;
    font-family: 'Calibri';
}

.product_right_doc a {
    font-size: 13px;
    font-family: 'Montserrat Bold';
    color: #333;
    position: absolute;
    margin-left: 15px;
    margin-top: 5px;
}

.product_right_doc p {
    margin-left: 81px;
    margin-top: -35px;
    font-size: 11px;
    color: rgb(175, 175, 175);
    max-width: 370px;

}

.breadcrumb_area .breadcrumb a {
    padding-left: 5px;
}

#breadcrumb-item-last {
    font-family: 'Calibri';
    color: #777777;
}

.product_right_info span,
.product_right_info h3,
.product_right_info h1,
.product_right_details {
    font-family: 'Montserrat Bold';
}

.form-label,
.form-check-label,
.col-md-12 span,
.product_feature_right p {
    font-family: 'calibri';
    font-size: 15pt;
}


.autocomplete {
    position: relative;
    display: inline-block;
}

#series {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
}

#series {
    background-color: #fff;
    width: 100%;
    border: 1px solid #a1a1a1;
    font-family: 'Montserrat Medium';
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 225px;
    overflow: auto;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    min-height: 40px;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: DodgerBlue !important;
    color: #ffffff;
}





.logo {
    margin-left: 11%;
    margin-top: 4%;
}

.creditcard {
    text-align: right;
}

.creditcard_img {
    width: 30%;
    margin-right: 2%;
    margin-top: -5%;
}

.breadcrumb_nav {
    margin-top: -10px;
}
.col_footer_logo p{
    font-size: 12px;
}

.footer_area_content {
    padding-top: 2rem;
    padding-bottom: 1rem;
    width: 80%;
    max-width: 1320px !important;
}

@media (min-width: 200px) and (max-width: 767px) {
    .contact_left img{
        display: none;
    }
    .col_footer_logo p{
        font-size: 2vw;
    }    
    .col_footer_logo{
        margin: auto;
    }
    .product_sidebar{
        display: none;
    }
    .applications_section h3,.applications h3,.applications_section_white h3 {
        text-align: center;
        font-size: calc(5px + 2.5vw);
    }
    .logo{
        max-width: 240px;
    }
    .banner_area {
        height: 240px;
    }

    .application_box {
        height: 150px;
    }

    .col-md-3 {
        width: 100%;
    }

    .applications_row .col-md-3 {
        width: 50%;
    }

    .col-md-3 h3 {
        width: 100%;
        margin-top: 0%;
    }

    .boxed {
        width: 100%;
    }

    .contact_info {
        margin-left: 0%;
    }

    .footer_area {
        padding: 0;
    }

    .copyright {
        margin-top: 0;
        text-align: center;
    }

    .creditcard {
        text-align: center;
    }

    .creditcard_img {
        width: 60%;
    }

    /*.footer_logo {
        width: 200px;
    }*/

    .product_left img {
        width: 100%;
    }

    .product_box {
        margin-top: 23%;
    }

    .product_left_lvl2 img {
        width: 100%;
        margin: auto;
    }

    .product_box_button button {
        margin-left: 7%;
    }
    .level1_main_section_1{
        padding-top: 40px;
    }
    .lvl2_product_info{
        width: 100%;
    }
    .breadcrumb_area,
    .product_area,
    .product_overview_area,
    .product_sidebar{
        padding:0;
    }
    .footer_area_content{
        width:100%;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .footer_area_content{
        width:100%;
    }
    .breadcrumb_area,
    .product_area,
    .product_overview_area,
    .product_sidebar{
        padding:0;
    }
    .applications_section h3,.applications h3,.applications_section_white h3 {
        text-align: center;
        font-size: calc(5px + 1vw);
    }
    .lvl2_product_info{
        width: 100%;
    }
    .level1_main_section_1{
        padding-top: 40px;
    }
    .col {
        max-width: 150px;
    }

    .product_box_button button {
        margin-left: 7%;
    }

    .product_left_lvl2 img {
        width: 160%;
        margin-left: 25%;
    }

    .product_box {
        margin-top: 23%;
    }

    .product_left img {
        width: 130%;
        margin-top: 15%;
    margin-left: -10%;
    }

    .banner_area {
        height: 240px;
    }
    
    .contact_info {
        margin-left: 0%;
    }

    .contact_form {
        padding: 0;
        padding-right: 0;
    }

    .footer_logo {
        width: 200px;
    }

    .col-md-3 {
        width: 50%;
    }

    .logo {
        margin-top: 0%;
        width: 90%;
    }

    .boxed {
        width: 100%;
    }

    .level3_main_section .container .row:last-child {
        padding: 30px 20px 20px 20px;
        margin-top: -20px;
    }
}

@media (min-width: 768px) and (max-width: 1300px) {
    .boxed {
        width: 100%;
    }
}


.boxed {
    box-shadow: 0px 0 10px 0px #777, 0px 0 10px 0px #777;
    -moz-box-shadow: 0px 0 10px 0px #777, 0px 0 10px 0px #777;
    -webkit-box-shadow: 0px 0 10px 0px #777, 0px 0 10px 0px #777;
}


a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

@media (min-width:991px) and (max-width: 1340px) {
    
.level3_main_section .container .row:last-child {
    padding: 60px 20px 20px 20px;
    margin-top: -35px;
}
}

.container{
    max-width: 100%;
}


@media (min-width: 1400px){
    .applications_section h3,.applications_section_white h3{
        font-size: 22px;
    }
    
    .creditcard_img {
        
        margin-top: 0;
    }
}






.series-box {
    height: 230px;
    background-color: #fff;
    margin: auto;
    border-radius: 10px;
    border: 2px solid #efefef;
    margin-bottom: 25px;
}
.series-main {
    background-color: #f8f8f8;
    padding: 20px 40px 60px 40px;
}
.series-main h2,.series-main h3{
    color:#555555;
}
.series-main h2{
    font-weight: bolder;
}
.series-main h3{
    font-size: 20px;
}
.series-box img{
    margin-top: 20px;
    max-width: 100px;
    max-height: 180px;
    width: auto;
    height: auto;
}
.air-filtration-img{
    margin-left: 30px;
}
.series-box ul li {
    margin: 0;
    padding: 0px 0 0px 20px;
    list-style: none;
    background-image: url(./images/BLUE_ARROW.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    font-size: 12px;
    font-family: 'Montserrat Medium';
    margin-left: -34px;
    color: #555;
}
.series-box h5{
    font-size: 1rem;
    font-family: 'Montserrat Medium';
    font-weight: bold;
    margin: 0;
}
.series-box h6{
    font-family: 'Montserrat Medium';
    margin: 0;
    font-size: 14px;
    color: #555;
}
.series-main .col-md-8{
    padding: 5px 0 0 15px;
}
.series-box .overview{
    width: 85%;
    height: 50px;
}
.series-box .overview_last{
    padding-bottom: 0;
    width:85%;
    height: 45px;
}
.overview_ul{
    height: 50px;
}
.series-box-button button {
    background-color: #f8f8f8;
    color: rgb(61, 119, 160);
    border: 1px solid rgb(198, 198, 198);
    font-family: "Montserrat Bold";
    font-size: 14px;
    padding: 4px 20px 4px 20px;
    border-radius: 5px;
    margin: 10px 0px 20px 0px;
}
.series-box-button button:hover {
    background-color: #DeDeDe;
}
.series-box-button{
    position: relative;
    text-align: end;
    right: 30px;
}

.series-border {
    border-bottom: 5px solid rgb(111,111,111,0.5);
    margin-top: 25px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 94%;
    margin-top: -26px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1432px){
.series-main .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333%;
}
}
@media (min-width: 1212px){
    .series-box-button{
        bottom:0px;
    }
}

@media (min-width:150px) and (max-width:768px){
    .series-box .col-md-4 {
        width: 33.33%;
    }
    .series-box .col-md-8 {
        width: 66.66%;
    }
}

@media (min-width:376px) and (max-width:1112px){
    .series-box-button{
        bottom:0px;
    }
}








.applications-box {
    height: 190px;
    background-color: #fff;
    margin: auto;
    border-radius: 10px;
    border: 1.5px solid #b9babf;
    margin-bottom: 25px;
}
.applications-main {
    background-color: #f8f8f8;
    padding: 35px 40px 60px 40px;
}
.applications-main h1{
    color:#555555;
    font-weight: bolder;
    font-family: 'Montserrat Bold';
    font-size: 36px; 
}
.applications-main h2,.applications-main h3{
    color:#555555;
}
.applications-main h2{
    font-weight: bolder;
    font-family: 'Montserrat Bold';
}
.applications-main h3{
    font-size: 20px;
    font-family: 'Montserrat Medium';
}
.applications-main p{
    font-size: 14px;
    font-family: 'Montserrat Medium';
}
.applications-box img{
    width: auto;
    height: auto;
    margin-top: 10px;
}
.applications-box h5{
    font-size: 1.3rem;
    font-family: 'Montserrat Bold';
    font-weight: bold;
    margin: 0;
    color: #666;
}

.applications-main .col-md-8{
    padding: 5px 0 0 30px;
}
.applications-box .overview{
    width: 85%;
}
.applications-box .overview_last{
    padding-bottom: 0;
    padding-top: 15px;
    right: 20px;
    position: relative;
    text-align: right;
}
.applications-box-button button {
    background-color: #f8f8f8;
    color: rgb(61, 119, 160);
    border: 1px solid rgb(198, 198, 198);
    font-family: "Montserrat Bold";
    font-size: 12px;
    padding: 4px 20px 4px 20px;
    border-radius: 5px;
    margin: 10px 0px 20px 0px;
}
.applications-box-button button:hover {
    background-color: #DeDeDe;
}
.applications-box-button{
    position: relative;
    text-align: right;
    right: 20px;
}

.applications-border {
    border-bottom: 10px solid rgb(111,111,111,0.5);
    margin-top: 25px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 94%;
    margin-top: -26px;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 1112px){
.applications-main .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333%;
}
.applications-title .col-lg-8{
    width:66.66%;
}
.applications-title .col-lg-4{
    width:33.33%;
}
}

@media (min-width:150px) and (max-width:768px){
    .applications-box .col-md-6 {
        width: 50%;
    }
}
.applications-img-right{
width: 100%;
}
.applications-title{
    margin-bottom: 30px;
}
/*Original img size fix*/
.filters-img-right{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top;
}
/*Kit renamed for global use*/
.category-img-right{
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: top;
}







/*Specifications Accordion Begin*/
.specifications{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
.responsive-table th,
.responsive-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}
.responsive-table th {
    color: #333;
}
.responsive-table tbody td:nth-child(odd) {
    background-color: #f2f2f2;
  }
  .responsive-table tbody td:nth-child(even) {
    background-color: #fff;
  }

  /*Specifications Accordion End*/



  /* Line Cards Begin */
  .linecard{
    height: 250px;
  }
  .linecard img{
    height: auto;
    width: auto;
    max-width: 230px;
    max-height: 95px;
  }
  .linecard .col-md-12:first-child {
    height: 110px;
    align-content: center;
  }
  .linecard .col-md-12{
    text-align: center;
  }
  .linecard p{
    padding: 0px 20px 0px 20px;
    text-align: left;
    margin-bottom: 10px;
    font-size: 0.9rem;
    height: 70px;
    overflow: auto;
  }

  .linecard .series-box-button{
    bottom:-10px;
    right: 5px;
  }
  .series-box-button a{
    color: rgb(61, 119, 160);
  }
  .linecard .contact{
    padding-left: 30px;
    color:rgb(61, 119, 160);
    font-size: 14px;
    font-family: 'Montserrat Bold';
  }

  .linecard .col-md-6{
    width: 50%;
  }
  .contact a:first-child{
    color:#000;
  }
  /* Line Cards End */



/* For air Filters*/

@media (min-width:150px) and (max-width:400px){
    .series-box .overview{
        height: auto;
    }
    .series-box{
        height: auto;
    }
    .overview_ul{
        height: auto;
        width: 95%;
    }
    .series-box-button {
        bottom: 0px;
    }
    .series-main{
        padding:0;
    }
}
@media (min-width:150px) and (max-width:500px){
    .series-main{
        padding:0;
    }
}

/*
For air coolers
in html add series-box-air-coolers like this
<div class="series-box series-box-air-coolers">
*/
.series-box-air-coolers img {
margin-top: 20px;
max-width: 140px;
max-height: 180px;
width: auto;
height: auto;
}


/* Why Us */
#whyus {
    background-color: white;
    padding: 20px;
    font-family: "Montserrat Medium";
}
.whyusLine {
    border-top: 2px solid #236294;
    opacity: 1;
}


#whyus2 {
    background-color: #236294;
    color:white;
    padding: 20px;
    font-family: "Montserrat Medium";
}

.whyusLine2 {
    border-top: 2px solid #fff;
    opacity: 1;
}
.whyUsSmallTitle2{
    color: burlywood;
}


#whyus .row > div, #whyus2 .row > div{
    padding: 20px;
}
.font-weight-bold{
    font-weight: 800;
}
@media only screen and (max-width: 768px) {
    #whyus .col-lg-3,#whyus2 .col-lg-3{
        text-align: center;
    }
}

/* Why Us */

/* two columns ( image + text) */

#twoColumns {
    background-color: #fff;
    font-family: "Montserrat Medium";
}
/*.image-column{
    padding:0;
}*/
.image-column img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.text-column {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 50px;
    padding-bottom: 50px;
}
#twoColumns h5{
    color:#236294;
}
#twoColumns h2{
    font-weight: 800;
    font-family: 'Montserrat Medium';
}


#twoColumns2 {
    background-color: #236294;
    font-family: "Montserrat Medium";
    color:white;
}
#twoColumns2 h5{
    color:burlywood;
}
#twoColumns2 h2{
    font-weight: 800;
    font-family: 'Montserrat Medium';
}

#twoColumns .product_box_button ,#twoColumns2 .product_box_button {
    text-align: left;
}


#twoColumns3 {
    background-color: #fff;
    font-family: "Montserrat Medium";
}
#twoColumns4 {
    background-color: #236294;
    font-family: "Montserrat Medium";
    color: #fff;
}
#twoColumns3 img,#twoColumns4 img{
    padding: 50px 0px 50px 60px;
}
#twoColumns3 h3,#twoColumns4 h3{
    font-weight: 800;
}
.containerColumns p{
    font-size: 0.9rem;
}

@media only screen and (max-width: 768px) {
    #twoColumns2 h5,#twoColumns2 h2,#twoColumns h2,#twoColumns h5,#twoColumns .product_box_button ,#twoColumns2 .product_box_button {
        text-align: center;
    }
    #twoColumns .product_box_button button,#twoColumns2 .product_box_button button{
        margin-left:0px;
    }
    #twoColumns3 img, #twoColumns4 img {
        padding: 20px 20px 0px 20px;
    }
}

/* two columns ( image + text) */

/* transparent div right */


#outerDiv {
    background-image: url("images/image2.jpg");
    background-size: cover;
    width: 100%;
    height: 470px;
    position: relative;
    font-family: "Montserrat Medium";
}
#transparentDiv h5{
    font-family: "Montserrat Medium";
    color:#c0be1e;
}

#transparentDiv {
    position: absolute;
    right: 100px;
    top: 60px;
    bottom: 60px;
    width: 30%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 20px;
}

#transparentDiv .product_box_button{
    text-align: left;
}
@media only screen and (max-width: 768px) {
    #transparentDiv {
        text-align: center;
        width: 80%;
        right: 50px;
        left: 50px;
    }
    #transparentDiv .product_box_button {
        text-align: center;
    }
    #transparentDiv .product_box_button button{
        text-align: center;
        margin-left: 0;
    }
}

/* transparent div right */


/* Article */

#articleColumns,#articleColumnsR {
    background-color: #fff;
    font-family: "Montserrat Medium";
}
#articleColumns2,#articleColumns2R {
    background-color: #236294;
    font-family: "Montserrat Medium";
    color: #fff;
}
#articleColumns img,#articleColumns2 img{
    padding: 10px 50px 50px 0px;
}
#articleColumns h3,#articleColumns2 h3,#articleColumnsR h3,#articleColumns2R h3{
    font-weight: 800;
}
.containerColumns p{
    font-size: 0.9rem;
}

.article-image-column img,.article-image-column-r img {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.article-text-column{
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 50px;
}
.article-image-column-r {
    padding-right: 30px;
    padding-left: 60px;
    padding-top: 10px;
    padding-bottom: 50px;
}
.article-text-column-r {
    padding-right: 60px;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 50px;
}
.article-head {
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.article-head{
    font-weight: 800;
}

#articleColumns .product_box_button ,#articleColumns2 .product_box_button,#articleColumnsR .product_box_button ,#articleColumns2R .product_box_button {
    text-align: left;
}

@media only screen and (max-width: 768px) {
    #articleColumns img, #articleColumns2 img,#articleColumnsR img, #articleColumns2R img  {
        padding: 20px 20px 20px 20px;
    }
    .article-head {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .article-text-column,.article-text-column-r {
        padding-right: 40px;
        padding-left: 40px;
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .article-image-column-r{
        padding: 10px;
    }
    #articleColumns .product_box_button button,#articleColumns2 .product_box_button button,#articleColumnsR .product_box_button button,#articleColumns2R .product_box_button button{
        margin-left: 0;
    }
    .row{
        margin-left:0;
        margin-right: 0;
    }
}

/* Article */


/* Business Segments */


.busniess-segments{
    background-color: #fff;
    font-family: "Montserrat Medium";
    padding-bottom: 40px;
}
.busniess-segments2{
    background-color: #236294;
    color:white;
    font-family: "Montserrat Medium";
    padding-bottom: 40px;
}

.busniess-segments h3,.busniess-segments h2,.busniess-segments2 h3,.busniess-segments2 h2{
    font-family: "Montserrat Medium";
}
.title-business {
    font-weight: bold;
    padding-top: 20px;
}

.busniess-segments .col-lg-4 img, .busniess-segments .col-md-6 img, .busniess-segments .col-sm-12 img{
    padding: 20px 10px 20px 10px;
}

.busniess-segments .col-lg-4 h3, .busniess-segments .col-md-6 h3, .busniess-segments .col-sm-12 h3 {
    font-size: 1.3em;
    padding: 0px 30px 0px 30px;
    font-weight: 800;
}

.busniess-segments .col-lg-4 p, .busniess-segments .col-md-6 p, .busniess-segments .col-sm-12 p {
    padding: 0px 30px 0px 30px;
}


.busniess-segments2 .col-lg-4 img, .busniess-segments2 .col-md-6 img, .busniess-segments2 .col-sm-12 img{
    padding: 20px 10px 20px 10px;
}

.busniess-segments2 .col-lg-4 h3, .busniess-segments2 .col-md-6 h3, .busniess-segments2 .col-sm-12 h3 {
    font-size: 1.3em;
    padding: 0px 30px 0px 30px;
    font-weight: 800;
}

.busniess-segments2 .col-lg-4 p, .busniess-segments2 .col-md-6 p, .busniess-segments2 .col-sm-12 p {
    padding: 0px 30px 0px 30px;
}


@media only screen and (max-width: 768px) {
    .more-text {
        display: none;      
    }
    .more-link {
        display: block;
        padding: 40px 30px 0px 30px;
        margin-top: -60px;
        position: absolute;
        width: 90%;
        height: 40px;
    }
    .busniess-segments .more-link{
        background-color: rgba(255,255,255,0.8);
    }
    .busniess-segments2 .more-link{
        background-color: rgba(35,98,148,0.8);
        color: navajowhite;
    }
    .busniess-segments .less-button,.busniess-segments2 .less-button{
        background-color: rgba(255,255,255,0);;
        margin-top: -50px;
    }
}

@media only screen and (min-width: 769px) {
    .more-link {
        display: none;
    }
}


/* Business Segments */


/* Careers */

#careers1{
    background-color: #236294;
    font-family: "Montserrat Medium";
}
#careers2{
    background-color: #fff;
    font-family: "Montserrat Medium";
}
#careers1 h2,#careers2 h2{
    font-family: "Montserrat Medium";
}
#careers-div1,#careers-div2{
    width: 90%;
    padding: 20px;
    float: right;
    z-index: 10;
    position: relative;
    margin-top: 12%;
}
#careers-div1{
    background-color: white;
}
#careers-div2{
    background-color: #236294;
    color:white;
}
.image-careers-div {
    padding: 20px;
    margin-left: -15%;
}
#careers-div1 .product_box_button,#careers-div2 .product_box_button{
    text-align: left;
    margin-bottom: -55px;
}


@media (max-width: 991.98px) {
    #careers-div1, #careers-div2{
        width: 100%;
        margin-top:-30px;
    }
    #careers1,#careers2{
        padding-bottom: 40px;
    }
    .image-careers-div {
        padding: 0px;
        margin: 0px;
        text-align: center;
        width: 100%;
    }
    .img-fluid {
        max-width: 100%;
    }
}


/* Careers */



/* Blog post START*/

#blog-post{
    background-color: #fff;
    padding: 20px 40px 20px 40px;
}
#blog-post a{
    color: #000;
}
#blog-post a:hover{
    color: #236294;
}


#blog-post2{
    background-color: #236294;
    padding: 20px 40px 20px 40px;
    color:#fff;
}
#blog-post2 a{
    color: #fff;
}
#blog-post2 a:hover{
    color: lightgray;
}

#blog-post ul, #blog-post2 ul{
    list-style: none;
  }

#blog-post ul li::before,#blog-post2 ul li::before {
    content: "\2022";
    color: #236294;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#blog-post ul li::before{
    color: #236294;
}
  
#blog-post2 ul li::before {
    color: lightgreen;
}
.side-bar-box{
    text-align: center;
}


/* Blog Post END */

ul li{
    font-size: 14px;
	font-family: "Montserrat Medium"
}

ol li{
	font-weight: bold;
    font-size: 14px;
	font-family: "Montserrat Medium"
}

li span { font-weight: normal; }

li{
    padding-top: 5px;
}


/* Previous and Next buttons */

.product_sidebar_buttons{
    width:100%;
}
.product_sidebar_previous_button,.product_sidebar_next_button{
    width: 49%;
    background-color: #4f81a9;
    color: white;
    height: 40px;
    font-family: "Montserrat Medium";
    border: 1px solid #4f81a9;
    font-size: calc(11px + 0.11vw);

}
.product_sidebar_next_button{
    background-image: url('images/next.png');
    background-repeat: no-repeat;
    background-position: right;
    float: right;
    padding-right: 5%;
    background-position-x: 92%;
}
.product_sidebar_previous_button{
    background-image: url('images/previous.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 5%;
    background-position-x: 7%;
}

@media screen and (max-width: 1024px) {
    .product_sidebar_previous_button,.product_sidebar_next_button {
        font-size: 12px;
    }
}





/* Overview */

.overview_first{
    min-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;

}

.overview_new{
    min-height: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #bdbdbd;
}
/* Overview */




/* MGF */
.mgf,.mgf-top,.mgfOverview{
    background-color: #f8f8f8;
    font-family: 'Montserrat Medium';
}
.mgf hr{
    height: 4px;
    background-color: #236294;
    opacity: 1;
}
.mgf h1{
    font-size: 1.7rem;
    font-weight: 600;
}
.mgf h4,.mgf a{
    font-size: 12px;
    padding: 0px 30px 0px 30px;
}
.mgfLine h3{
    text-align: center;
    color: #236294;
    font-weight: bold;
}

.mgf-top .col-md-8 img{
    width: 100%;
}
.mgf-top .col-md-4 img{
    margin-top: 15%;
    margin-bottom: 5%;
}
.mgf-top h2{
    margin-left: 20px;
    font-size: 16px;
    color: #444444;
    margin-bottom: 5px;
    margin-top: 15px;
    font-family: 'Montserrat Thin';
    font-weight: 600;
}
.mgf-top a{
    margin-left: 20px;
    font-size: 18px;
    color: #236294;
    font-weight: bold;
}

.mgfLinks a{
    width: 160px;
    background-color: #236294;
    color: #fff;
    display: inline-block;
    height: 30px;
    text-align: center;
    font-size: 14px;
    margin: 4px;
    padding-top: 4px;
    border-radius: 5px;
}
.mgfOverview .col-md-4 h3{
    font-size: 16px;
    font-weight: 900;
}
.mgfOverview .row {
    padding: 20px;
}
.mgfLinks{
    text-align: center;
}
.mgfLineCard {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.mgfLineCard li:last-child {
    margin-bottom: 0px;
    background-image: none;
}

.mgfLineCard img {
    width: 70px;
    margin-left: 25px;
}
.mgfLineCard a {
    font-size: 14px;
    font-family: 'Montserrat Bold';
    color: #333;
    position: absolute;
    margin-left: -20px;
    margin-top: 15px;
}
.mgfLineCard p {
    font-size: 11px;
    font-family: 'Montserrat Bold';
    color: #888888;
    margin-left: 112px;
    margin-top: -35px;
}
.mgfBanner{
    margin-left: 100px;
    margin-right: 41%;
}
.mgfBanner p {
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat Medium";
}
.mgfBanner h2 {
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    font-family: "Montserrat Bold";
}

.mgfBanner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    font-family: "Montserrat Bold";
}
.overviewP p{
    margin-left: 20px;
}
.overviewP img{
    position: absolute;
    margin-left: -30px;
}
@media (min-width: 200px) and (max-width: 900px){
    .mgfBanner{
        margin: 0;
    }
    .mgfBannerArea{
        height: 320px;
    }
}
.mgf-featured-desc {
    background: white;
    margin: -30px 10px 20px 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    
}
.mgf-featured-desc a{
    color: lightgray;
}

/* MGF */ 



/* Air Cooled and Shell Tube boxes */ 

.col-md-4-series {
    flex: 0 0 auto;
    width: 30.333333%;
    overflow: hidden;
    margin-left: 0%;
}
@media (min-width: 768px){
.col-md-4-series {
    flex: 0 0 auto;
    width: 30.333333%;
    overflow: hidden;
    margin-left: 3%;
}
}

.series-box-air-cooled img{
    margin-top: 40px;
    width: 185px;
    height: 160px;
    max-width: 185px;
    max-height: 160px;
    margin-left: -100px;
}
.series-box-shell-tube img{
    margin-top: -10px;
    width: 275px;
    height: 200px;
    max-width: 275px;
    max-height: 200px;
    margin-left: -160px;
}
/* Air Cooled and Shell Tube boxes */



/* Group B-C */
/* air-cooled-top */

.air-cooled-top .level3_main_section .container .row:last-child
{
    padding: 20px 0px 20px 0px;
}
.air-cooled-top .level3_main_section .container .col-md-6
{
    padding: 0px;
}
.air-cooled-top{
    padding: 35px 40px 0px 40px;
}
.air-cooled-top .applications-title{
    margin-bottom: 0px;
}
/* air-cooled-top */



/* air-cooled-gallery */

.air-cooled-gallery{
    background-color: white;
    padding: 30px 20px 0px 20px;
}
.air-cooled-gallery-image h3{
    margin-top: -82px;
    color: white;
    font-size: 20px;
    font-family: 'Montserrat Bold';
    position: relative;
}
.air-cooled-gallery-image a{
    color: white;
}
.air-cooled-gallery-image {
    text-align: center;
    cursor: pointer;
}
.air-cooled-gallery-image img{
    width: 100%;
    border-radius: 15px;
}

.air-cooled-gallery .col-md-6,.air-cooled-gallery .col-lg-8,.air-cooled-gallery .col-sm-12 {
    margin-bottom: 80px;
}

@media (min-width: 1322px){
    .air-cooled-gallery .col-md-6,.air-cooled-gallery .col-lg-8,.air-cooled-gallery .col-sm-12 {
        flex: 0 0 auto;
        width: 20%;
    }
}


/* air-cooled-gallery */



/* air-cooled-engine */
.air-cooled-engine{
    background-color: white;
    color:#555555;
    padding: 40px 60px 30px 60px;
}
.air-cooled-engine h2{
    font-family: 'Montserrat Bold';
}
.air-cooled-engine h3{
    font-family: 'Montserrat Medium';
}
.air-cooled-engine p{
    font-family: 'Montserrat Medium';
}
.engine_right{
    padding-right: 5%;
    padding-left: 5%;
}
.engine_left img,.engine_right_r img{
    width: 300px;
    margin-top: 0%;
    margin-bottom: 5%;
}
.air-cooled-engine .applications-box-button {
    position: relative;
    text-align: left;
    right: 0px;
}
/* air-cooled-engine */

/* air-cooled-irrigation */
.air-cooled-irrigation{
    background-color: #f8f8f8;
}
.air-cooled-irrigation-white{
    background-color: white;
}
.engine_left_r{
    padding-right: 5%;
}

/* air-cooled-irrigation */ 

/* air-cooled-services */

.air-cooled-services{
    padding: 10px 40px 10px 40px;
    background-color: white;
}
.air-cooled-services .mgf-featured-desc {
    border: 1px solid #d9d9d9;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.air-cooled-services.busniess-segments .col-lg-4 img{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 210px;
}

.air-cooled-services .applications-box-button button,.air-cooled-engine .applications-box-button button{
    height: 35px;
    font-size: 0.9rem;
    margin: 10px 0px 0px 0px;
}
.air-cooled-services.busniess-segments .col-lg-4 p{
    color: #595959;
}
/* air-cooled-services */

/* air-cooled-companies */

.air-cooled-companies{
    background-color: #f8f8f8;
    padding: 30px 20px 20px 20px;
}

.air-cooled-gallery-image:hover{
    opacity: 0.65;
    transition: opacity 0.5s ease;
    color: #000;
}
.air-cooled-companies .air-cooled-gallery-image img{
    height: 100%;
    width: 100%;
    max-height: 95px;
    max-width: 230px;
}
/* air-cooled-companies */



/* Markets BG */

.markets_bg {
    background: #236294;
    height: 400px;
}
.markets_bg .banner_area{
    height: 400px;
}
.markets_bg .applications-box-button{
    text-align: left;
    right: 0px;
}
.markets_bg .applications-box-button button {
    color: #353535;
    font-family: "Montserrat medium";
    font-size: 15px;
    height: 50px;
}
.markets_bg .container{
    background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 280px) and (max-width: 900px)  {
    .markets_bg {
        height: 460px;
    }
    .markets_bg .banner_area{
        height: 460px;
    }
}
/* Markets BG */

/* Blog Banner BG */
.blog-banner {
    background: #236294;
    height: 150px;
}
.blog-banner blgBannerh1{
	display: flex;
 	align-items: left;
	padding: 10px 0px 0px 10px;
	
}
.blog-banner .blog_banner_area{
    height: 150px;
}
.blog-banner .applications-box-button{
    text-align: left;
    right: 0px;
}
.blog-banner .container{
    background: rgba(0, 0, 0, 0.5);
}
@media (min-width: 280px) and (max-width: 900px)  {
    .blog-banner {
        height: 260px;
    }
    .blog-banner .blog_banner_area{
        height: 260px;
    }
}

@media (min-width: 280px) and (max-width: 400px) {
.mgfBanner{
margin-left: 0px;
margin-right: 0px;
}
}

.mgfBanner{
    margin-left: 100px;
    margin-right: 41%;
}
.blgBanner p {
    color: #fff;
    font-size: 15px;
    font-family: "Montserrat Medium";
}
.blgBanner h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    font-family: "Montserrat Bold";
}
.blgBanner img{
    position: absolute;
    margin-left: -30px;
}
@media (min-width: 200px) and (max-width: 900px){
    .blgBanner{
        margin: 0;
    }
    .blgBannerArea{
        height: 320px;
    }
}
/* Blog Banner BG */


/* Markets Top Menu */
/*
.markets-menu{
    background-color: #fff;
    padding-bottom: 20px;
}
.markets-menu .nav-item{
    background-color: #fff;
}
.markets-menu .nav{
    padding: 10px 10px 0px 10px;
    border-bottom: 2px solid;
    border-color: #dbdbdb;
    height: 60px;
}
.markets-menu .nav .nav-link{
    font-size: 16px;
    letter-spacing: 0;
    line-height: 24px;
    background-color: #fff;
    color:#353535;
    font-family: "Montserrat medium";
    border-radius: 0px;
}
.markets-menu .nav .nav-link:hover,.markets-menu .nav .active-link{
    background-color: #ededed;
}
.markets-menu .nav-item:hover{
    border-bottom: 2px solid;
    border-color: #113d6f;
}
.markets-menu .nav .active-item{
    border-bottom: 2px solid;
    border-color: #000;
}

*/
/* Markets Top MEnu */


/* Markets Top NAVBAR */

.markets-menu{
    background-color: #fff;
    padding-bottom: 0px;
    height: auto;
    overflow-x: auto;
    text-transform: none;
}
.markets-menu .nav-item{
    background-color: #fff;
    margin: 0px;
    padding: 0px;
}
.markets-menu .navbar{
    padding: 10px 20px 0px 20px;
    border-bottom: 2px solid;
    border-color: #dbdbdb;
    height: auto;
}
.markets-menu .navbar-nav .nav-link{
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 24px;
    background-color: #fff;
    color:#353535;
    font-family: "Montserrat medium";
    border-radius: 0px;
    margin: 0px;
    padding: 14px 20px 14px 20px;
}
.markets-menu .navbar-nav .nav-link:hover,.markets-menu .navbar-nav .active-link{
    background-color: #ededed;
}
.markets-menu .nav-item:hover{
    background-color: #ededed;
    border-bottom: 2px solid;
    border-color: #113d6f;
}
.markets-menu .navbar-nav .active-item{
    background-color: #ededed;
    border-bottom: 2px solid;
    border-color: #000;
    margin: 0px;
}
.markets-menu .navbar-toggler{
    position: sticky !important;
    right: 100%;
    margin-bottom: 10px;
}

/* Gray */
.markets-menu-gb{
    background-color: #ededed;
}
.markets-menu-gb .nav-item{
    background-color: #ededed;
}
.markets-menu-gb .navbar{
    border-color: #fff;
}
.markets-menu-gb .navbar-nav .nav-link{
    background-color: #ededed;
}
.markets-menu-gb .navbar-nav .nav-link:hover,.markets-menu-gb .navbar-nav .active-link{
    background-color: #fff;
}
.markets-menu-gb .nav-item:hover{
    background-color: #fff;
}
.markets-menu-gb .navbar-nav .active-item{
    background-color: #fff;
}

/* Markets Top NAVBAR */


/* Markets Details*/

.markets-details{
    font-family: 'Montserrat medium';
    background-color: #ededed;
    padding: 30px;
    word-wrap: break-word;
}
.markets-details .level3_main_section{
    background-color: #ededed;
}
.markets-details .level3_main_section.container .row:first-child{
    background-color: #ededed;
    padding-bottom: 15px;
}
.markets-details .level3_main_section.container .row:last-child{
    background-color: #ededed;
}

.market-details-box-left{
    padding-left: 40px;
}
.market-details-box-right{
    text-align: right;
}
.market-details-box-right img{
    max-width: 100%;
    max-height: 180px;
}
.markets-details .level3_main_section.container .col-lg-4 ul li{
    background-position: unset;
    padding-bottom: 15px;
}



.markets-details-2{
    font-family: 'Montserrat medium';
    background-color: #fff;
    padding: 30px;
    word-wrap: break-word;
}
.markets-details-2 .level3_main_section{
    background-color: #fff;
}
.markets-details-2 .level3_main_section.container .row:first-child{
    background-color: #fff;
    padding-bottom: 15px;
}
.markets-details-2 .level3_main_section.container .row:last-child{
    background-color: #fff;
}

.market-details-box-left{
    padding-left: 40px;
}
.market-details-box-right{
    text-align: right;
}
.market-details-box-right img{
    max-width: 100%;
    max-height: 180px;
}
.markets-details-2 .level3_main_section.container .col-lg-4 ul li{
    background-position: unset;
    padding-bottom: 15px;
}
.market-details-box-left .series-box-button{
    text-align: left;
    right: 0px;
}

@media (min-width: 320px) and (max-width: 768px)  {
    .market-details-box-right{
        text-align: center;
    }
    .markets-details-2 .series-box,.markets-details .series-box{
        height: auto;
    }
    .markets-details,.markets-details-2 {
        padding: 20px 0px 20px 0px;
    }
}

/* Markets Details*/



/* MFG MARKETS CUSTOM CODE */
/* Gray Version: You can add code as you like here.*/
.markets-details .series-box{
    border: 2px solid #ccc;
    background-color: #fff;
}

/* WHite Version: You can add code as you like here.*/
.markets-details .series-box{
}

.series-box-white {
	background-color: #FFF !important;
}
/* MFG MARKETS CUSTOM CODE */



/* Full Width Content White START*/
.content-twothirds-width-white,.content-full-width-white {
    background-color: #ffffff;
    padding: 35px 40px 60px 40px;
}
.content-twothirds-width-white h1,.content-full-width-white h1{
    color:#555555;
    font-weight: bolder;
    font-family: 'Montserrat Bold';
    font-size: 36px; 
	text-align: left;

}
.content-twothirds-width-white h2,.content-twothirds-width-white h3,.content-full-width-white h2,.content-full-width-white h3{
    color:#555555;
}
.content-twothirds-width-white h2,.content-full-width-white h2{
    font-weight: bolder;
    font-family: 'Montserrat Bold';
	text-align: left;
}
.content-twothirds-width-white h3,.content-full-width-white h3{
    font-size: 20px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
.content-twothirds-width-white p,.content-full-width-white p{
    font-size: 14px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
/* Full Width Content White END*/
	
	
/* Full Width Content Light Grey START*/
.content-twothirds-width-light-grey,.content-full-width-light-grey {
    background-color: #f8f8f8;
    padding: 35px 40px 60px 40px;
}
.content-twothirds-width-light-grey h1,.content-full-width-light-grey h1{
    color:#555555;
    font-weight: bolder;
    font-family: 'Montserrat Bold';
    font-size: 36px; 
	text-align: left;
}
.content-twothirds-width-light-grey h2,.content-twothirds-width-light-grey h3,.content-full-width-light-grey h2,.content-full-width-light-grey h3{
    color:#555555;
}
.content-twothirds-width-light-grey h2,.content-full-width-light-grey h2{
    font-weight: bolder;
    font-family: 'Montserrat Bold';
	text-align: left;
}
.content-twothirds-width-light-grey h3,.content-full-width-light-grey h3{
    font-size: 20px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
.content-twothirds-width-light-grey p,.content-full-width-light-grey p{
    font-size: 14px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
/* Full Width Content Light Grey END*/
	
/* Full Width Content Dark Grey START*/
.content-twothirds-width-dark-grey,.content-full-width-dark-grey {
    background-color: #ededed;
    padding: 35px 40px 60px 40px;
}
.content-twothirds-width-dark-grey h1,.content-full-width-dark-grey h1{
    color:#555555;
    font-weight: bolder;
    font-family: 'Montserrat Bold';
    font-size: 36px; 
	text-align: left;
}
.content-twothirds-width-dark-grey h2,.content-twothirds-width-dark-grey h3,.content-full-width-dark-grey h2,.content-full-width-dark-grey h3{
    color:#555555;
}
.content-twothirds-width-dark-grey h2, .content-full-width-dark-grey h2{
    font-weight: bolder;
    font-family: 'Montserrat Bold';
	text-align: left;
}
.content-twothirds-width-dark-grey h3, .content-full-width-dark-grey h3{
    font-size: 20px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
.content-twothirds-width-dark-grey p, .content-full-width-dark-grey p{
    font-size: 14px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
/* Full Width Content Light Grey END*/




/* SiteMap START */
.sitemap ul li {
    list-style: none;
}
.sitemap ul li a{
    font-size:12px;

}


.accordion-header {
    /*background-color: #f1f1f1;*/
    cursor: pointer;
    padding: 10px;
    /*border: 1px solid #ccc;*/
    text-align: left;
    margin: 5px 0;
    position: relative;
    transition: background-color 0.3s;
    border-radius: 4px;
}

.accordion-header:hover {
    /*background-color: #e1e1e1;*/
}
.accordion-button:not(.collapsed) {
    color: #236294;
}
.accordion {
--bs-accordion-active-bg: #fff;
}
.accordion-item{
    border-left:none;
    border-right:none;
}
.accordion-button:focus {
    border-color: #fff;
    box-shadow: none;
}

.accordion-header::after {
    /*content: '▼';  Down arrow */
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
}

.active .accordion-header::after {
    transform: translateY(-50%) rotate(-180deg); /* Rotate arrow */
}

.accordion-button{
    font-size: 16px;
}

.multi-column-list {
    display: none; /* Initially hide the nested list */
    column-count: 3; /* Change this number to the desired number of columns */
    column-gap: 20px; /* Space between columns */
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.multi-column-list li {
    break-inside: avoid; /* Prevents breaking of list items between columns */
    padding: 5px 0;
}

.active .multi-column-list {
    display: block; /* Show the nested list when active */
}


@media (max-width: 768px) {
    .sitemap ul li{
        margin-left: -30px;
    }
    .multi-column-list li{
        margin-left: 0px !important;
    }
    .multi-column-list {
        column-count: 2;
    }
}

@media (max-width: 480px) {
    .sitemap ul li{
        margin-left: -30px;
    }
    .multi-column-list li{
        margin-left: 0px !important;
    }
    .multi-column-list {
        column-count: 1;
    }

    .accordion-header,.sitemap li,.sitemap ul li a {
        font-size: 11px;
    }

    .accordion-header::after {
        font-size: 11px;
    }
}

/* SiteMap END */

/* Applications Injectors START */
.half_bar{
    width: 50%;
    margin: auto;
}
.full_bar{
    width: 100%;
    margin: auto;
}
.application a {
    color: #236294;  /* For global color check line 180 */
}
.application-grey-link a {
    color: #555555;  /* For global color check line 180 */
	font-size: 16px;
}
.level1_main_section_2_grey{
    background-color: #f8f8f8;
}
/* Applications Injectors END */




/* Carousel Home*/
/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    width: 95%;
    margin: auto;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
    margin: auto;
}
    
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-arrow{
    visibility: hidden;
}
.slick-prev:before, .slick-next:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
    }
    
    .slick-prev:before {
        left: -35px;
        visibility: visible;
        position: absolute;
        top: 36px;
        z-index: 70;
        font-size: 30px;
        content: "\f053"; /* Unicode for right arrow in Font Awesome */
    }
    .slick-next:before {
        right: -35px;
        visibility: visible;
        position: absolute;
        top: 36px;
        z-index: 70;
        font-size: 30px;
        content: "\f054"; /* Unicode for right arrow in Font Awesome */
    }
  /* Carousel Home*/


  /* Menu - Sub Menu */
    .collapsible .dropdown-toggle{
        font-weight: bold !important;
    }
    .collapsible .content {
        display: none;
        margin-left: 20px; /* Adjust the margin as needed */
    }

    .collapsible.expanded .content {
        display: block;
        list-style: none;
        margin-left: -10px;
    }
    .collapsible .dropdown-toggle {
        margin-left: 24px !important;
        font-family: "Montserrat Bold" !important;
        font-size: 14px !important;
        
    }
    .collapsible{
        padding-bottom: 0px;
    }
    .content li{
        padding-top: 0px;
    }
    /* Menu - Sub Menu */


    /* For the 9 point */
    @media (min-width:150px) and (max-width:768px){
        .applications-main{
            padding: 0px;
        }
        .img-in-content{
            width: 100%;
        }
    }
     /* For the 9 point */

    




     /* CARDS */
    .cards{
        justify-content: center;
    }
.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: left;
    padding: 20px;
    margin: 1%;
    flex: 1 1 31.3%;
}

.card .logo {
    height: auto;
    width: auto;
    max-width: 230px;
    max-height: 95px;
    margin: auto;
}

.card .content p {
    font-size: 16px;
    color: #333;
    margin: 10px 0;
}

.card .contact-info p {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.card .contact-info i {
    margin-right: 10px;
    color: #007bff;
}

.card .learn-more {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.card .learn-more a{
    color: #fff;
}

.card .learn-more:hover {
    background-color: #0056b3;
}
/* Breakpoints */
@media (max-width: 1024px) {
    .card {
        max-width: 45%;
        flex: 1 1 45%;
    }
}

@media (max-width: 768px) {
    .card {
        max-width: 70%;
        flex: 1 1 70%;
    }
}

@media (max-width: 480px) {
    .card {
        max-width: 90%;
        flex: 1 1 90%;
        padding: 15px;
    }

    .card .logo {
        width: 80px;
    }

    .card .content p {
        font-size: 14px;
    }

    .card .contact-info p {
        font-size: 12px;
    }

    .card .learn-more {
        padding: 8px 16px;
        font-size: 14px;
    }
}
 /* CARDS */



/* Blog */
.blog{
    font-family: "Montserrat Medium";
	font-size: 15px;
}

.blog{
    background-color: #fff;
    padding: 20px 40px 20px 40px;
}
.blog a{
    color: #212529;
    transition: all .2s ease;
}
.blog a.active{
    color: #236294;
}
.blog a:hover{
    color: #236294;
}

.blog h2{
    font-size: xx-large;
    margin-bottom: 20px;
    margin-top: 20px;
}
.blog-solutions a{
    color: #236294;
    font-size: larger;
}
.blog-solutions{
    background-color: #f2f2f2;
    padding-top: 30px;
    padding-right: 50px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.blog-solutions p{
    margin-top: 10px;
    font-size: 14px;
}
.blog-left-side ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-left-side ul li{
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    transition: all .2s ease;
    text-overflow: ellipsis;
    word-wrap: break-word;
}
.blog-left-side ul li a{
    box-sizing: border-box;
    display: block;
    padding: 5px 10px 10px 0;
    min-width: 100%;
    /*border-bottom: 1px solid #ededed;*/
    font-size: 14px;
}

.specifications .accordion h2{
    padding: 0;
    margin: 0;
}

/* Blog */


/* In Content Image START*/
.content-img-center img{
	display: block;
	align-content: center;
	margin-left: auto;
 	margin-right: auto;
	padding: 20px;
	max-width: 1200px;
	overflow:hidden;
}
/* In Content Image END*/



/* Side Bar Contact + Form*/

.product_sidebar_contact_form {
    background-color: #4f81a9;
    font-weight: 700;
    font-size: 18px;
    color: #FFF;
    padding: 20px;
    margin-bottom: 5px;
    font-family: "Montserrat Thin";
}

.product_sidebar_contact_form div {
    text-align: left;
}
.product_sidebar_contact_form label {
    font-size: 14px;
    font-weight: 400;
}

.product_sidebar_contact_form input, .product_sidebar_contact_form textarea {
    color: #212529;
    font-weight: bolder;
}
.request_submit {
    text-align: right !important;
}

/* Accordion Fonts START*/

.accordion h1{
    color:#555555;
    font-weight: bolder;
    font-family: 'Montserrat Bold';
    font-size: 36px; 
	text-align: left;
}
.accordion h2,.accordion-button h2,.accordion h3, .accordion-button h3,.accordion h4, .accordion-button h4{
    color:#555555;
}
.accordion h2,.accordion-button h2{
	font-size: 28px;
    font-weight: bolder;
    font-family: 'Montserrat Bold';
	text-align: left;
}
.accordion h3,.accordion h3{
    font-size: 20px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
.accordion p,.accordion p{
    font-size: 14px;
    font-family: 'Montserrat Medium';
	text-align: left;
}
/* Accordion Fonts END*/

