.main-content-area{
    margin-top: -10px !important
}

/*Careers form CSS*/
.icon{
    position: relative;
    top: 40px;
    left: 7px;
    color: #002f65;
}
.icon-cmnt{
    position: relative;
    top: 30px;
    left: 5px;
    color: #002f65;
    font-size: 18px;
}
form.careers_form {
    padding: 25px;
    background: #f4f5f8;
}
.careers_form input {
    background: #fff !important;
}
.aaa::placeholder
{
  font-family: 'Frutiger-Light' !important;
}



/*Careers form CSS*/

.menu-text:hover {
    border-bottom: 3px solid #092a49 !important;
    padding: 0px;
}
.menu-text {
    border-bottom: 0px solid #092a49 !important;
}
/*a.nav-link:hover {
    text-decoration: underline;
}
  
*/
.txt-space{
    text-indent: 50px;
}
i.fas.fa-map-marker-alt:hover {
    background: #c1d72d;
    border-radius: 30px;
    color: #fff; 
}
i.fab.fa-facebook:hover {
    background: #c1d72d;
    border-radius: 30px;
    color: #fff; 
}
i.fab.fa-linkedin-in:hover {
    background: #c1d72d;
    border-radius: 30px;
    color: #fff; 
}

.border-gap {
    margin-top: 10px !important;
}

.main-centered-heading{
    font-size: 34px;
    font-weight: 400;
    border-bottom :#c1d72d;
    margin-bottom: 0px !important ;
}
.border-b{
    border-bottom: 3px solid #c1d72d;
    width: 6%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.border-b1{
    border-bottom: 3px solid #c1d72d;
    width: 6%;
    margin-bottom: 20px;
}
li{
    list-style: none;
}

.dotts::before {
    content: ".";
    color: #c1d72d;
    background: #c1d72d;
    height: 10px;
    width: 10px;
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
}

li.dotts {
    position: relative;
    padding-left: 22px;
}
.product-border{
    border: 1px solid #6e6e6e;
}
.img-hover-effect:hover{
    -ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1);
}
.catalog-button{
    background-color: #002f65 !important;
    border-color: #002f65 !important;
    font-size: 20px !important;

}
.menu-text{
    background-color: unset;
    border-bottom: 3px solid #092a49;
    border-radius: unset;
    color: #002f65 !important;
    font-weight: 600;
    font-size: 17px !important;
    padding: 20px;
}
.dropdown-item{
    color: #002f65 !important;
    font-weight: bolder !important;
}
nav.navbar.navbar-expand-lg {
    padding: 0px 0px 13px 28px;
}

 button.navbar-toggler.collapsed {
    background-color: #ffffff !important;
}

/*.aaa: hover{
text-decoration: underline;
}
.bbb: hover{
text-decoration: underline;
}
.ccc: hover{
text-decoration: underline;
}*/
.navbar-toggler-icon{
    background-image: url("/down.png");
    background-color: #ffffff !important;
}

@media screen and (max-width: 769px) {
    .banner-height{
    height: 240px !important;
}
.product-border {
    border: none !important;
}
}
.banner-height{
    height: 550px;
}
.clr{
    color:  #002f65 !important;

}