.footer.navigation@font-face {
  font-family: "Montserrat-UltraLight";
  src: url("../fonts/Montserrat-UltraLight.woff") format("woff"),
    url("../fonts/Montserrat-UltraLight.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.woff") format("woff"),
    url("../fonts/Montserrat-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.woff") format("woff"),
    url("../fonts/Montserrat-SemiBold.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.woff") format("woff"),
    url("../fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
}
textarea {
  resize: none;
}
input,
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
}
body {
  font-family: "Montserrat-Light";
  color: #000;
}
.content-block > *:last-child {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .content-block > *:last-child {
    margin-bottom: 30px;
  }
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.center {
  text-align: center;
}
.button {
  background-color: #0593bb;
  color: white;
  border: solid 2px #0593bb;
  width: 120px;
  height: 60px;
  font-family: Montserrat-Regular;
  font-size: 1.5em;
}
.button_wide {
  width: 350px;
}
.button_margin {
  margin-top: 25px;
}
.button:active {
  -font-family: Montserrat-SemiBold;
}
.general-h {
  color: #ee9521;
  text-align: center;
  font-size: 26px;
  background-color: #0c5a81;
  padding: 25px 0;
}
.general-h_blue {
  color: #ee9521;
  background-color: #0c5a81;
}
@media (max-width: 767px) {
  .general-h_chameleon {
    color: white;
    background-color: #003249;
  }
}
.general-h2 {
  text-align: center;
  font-size: 26px;
  padding: 50px 0;
}
.general-h3 {
  color: #003249;
  text-align: center;
  font-family: Montserrat-UltraLight;
  background-color: #f0edee;
  padding: 20px 0;
}
.general-h3 h3 {
  margin: 0 auto;
  font-size: 27px;
  line-height: 1.4em;
}
.general-h3_blue {
  color: white;
  background-color: #003249;
}
.general-h4 {
  color: #003249;
  text-align: left;
  font-size: 1.6em;
  padding: 20px 0;
  text-align: center;
}
.page-content {
  padding-bottom: 60px;
}
.breadcrumbs {
  margin-top: 35px;
  margin-bottom: 25px;
  font-size: 14px;
}
.breadcrumbs a {
  color: black;
  text-decoration: underline;
}
article {
  margin-top: 25px;
  margin-bottom: 50px;
}
h1,
h2 {
  font-family: Montserrat-SemiBold;
}
p {
  color: black;
  font-size: 19px;
  line-height: 28px;
  text-align: justify;
}
p.bold {
  font-family: Montserrat-Regular;
}
p.center {
  text-align: center;
}
strong {
  font-family: Montserrat-Regular;
  font-weight: normal;
}
.wrapper {
  background-color: #f0edee;
}
@media (max-width: 1100px) {
  .general-h {
    font-size: 1.6em;
  }
  .general-h2 {
    font-size: 28px;
    line-height: 34x;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  article {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  p {
    font-size: 1em;
    line-height: 1.5em;
  }
  .general-h {
    font-size: 18px;
    line-height: 24px;
    padding: 20px 0;
  }
  .general-h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 30px 0;
  }
  .general-h3 {
    padding: 10px 25px;
  }
  .general-h3 h3 {
    font-size: 16px;
    line-height: 22px;
  }
  .breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 0.8em;
  }
  .button {
    height: 35px;
    font-size: 1em;
  }
  .button_wide {
    width: 175px;
  }
}
.navbar-nav {
  margin-bottom: -5px !important;
  z-index: 1000 !important;
  font-size: 14px;
}
.navigation {
  background: #fff !important;
}
.navbar {
  margin: 0 !important;
  border: 0 !important;
  padding: 0 0 10px 0 !important;
}
.navbar-collapse {
  float: right !important;
}
.navbar-brand {
  width: 180px !important;
  padding: 0 !important;
  margin-top: 6px !important;
}
.navbar-brand img {
  width: 100% !important;
}
@media (max-width: 1250px) {
  .navbar-brand {
    width: 175px !important;
    margin-top: 35px !important;
  }
}
.menu-item {
  display: table;
}
.nav > li > a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #0c5a81;
  height: 100px;
  padding: 0 10px;
}
.nav > li > a:hover,
.nav > li > a.active,
.nav > li > a:focus {
  color: #ee9521;
  background: white;
}
.nav > li > a.active {
  font-family: Montserrat-Regular;
}
@media (max-width: 1200px) {
  .nav > li > a {
    font-size: 0.9em;
  }
}
.navbar-collapse {
  float: right !important;
}
.navigation .submenu {
  position: absolute !important;
  display: none !important;
  top: 50px !important;
  background: #eee !important;
  padding: 0 !important;
  list-style: none !important;
  width: 150px !important;
}
.navigation .submenu li {
  margin: 0 !important;
}
.navigation .submenu a {
  display: block !important;
  width: 100% !important;
  background: #ddd !important;
  padding: 5px !important;
  text-decoration: none !important;
  padding-left: 15px !important;
}
@media (max-width: 1100px) {
  .navbar-collapse {
    width: 100% !important;
    float: none !important;
  }
  .navbar-header {
    width: 100% !important;
  }
  .navbar-brand {
    text-align: center !important;
    width: 100% !important;
  }
  .navbar-brand img {
    margin: 0 auto !important;
    width: 225px !important;
  }
  .navbar-collapse {
    text-align: center !important;
  }
  .navbar-collapse ul {
    width: 100% !important;
    text-align: center !important;
  }
  .navbar-collapse ul li {
    display: inline-block !important;
    float: none !important;
  }
  .navbar-collapse ul li a {
    font-size: 0.9em !important;
    height: 75px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
}
@media (max-width: 767px) {
  .navigation .navbar-collapse {
    position: absolute !important;
    overflow-x: hidden !important;
    left: 0 !important;
    right: 14px !important;
    background: #dbe4ed !important;
  }
  .navbar-brand img {
    width: 170px !important;
    margin-left: 0 !important;
  }
  .container-fluid > .navbar-header {
    height: 60px !important;
    margin: 0 !important;
  }
  .menu-item {
    display: block;
  }
  .navigation .navbar {
    margin: 0 !important;
  }
  .navigation .container {
    padding: 0 !important;
  }
  .navigation .navbar-collapse {
    z-index: 6666 !important;
    width: 100% !important;
    left: 15px !important;
    border-top: solid 2px #bbcbdb !important;
    border-bottom: solid 2px #bbcbdb !important;
    padding: 0 !important;
  }
  .navigation .navbar-nav {
    margin: 0 !important;
  }
  .navigation .navbar-nav li {
    padding-top: 0 !important;
    border-bottom: solid 1px #bbcbdb !important;
  }
  .navigation .navbar-nav li:last-child {
    border-bottom: none !important;
  }
  .navigation .navbar-nav li {
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    float: left !important;
  }
  .navigation .navbar-nav a {
    display: block !important;
    height: auto !important;
    border-radius: 0 !important;
    color: #0d4381 !important;
    padding: 15px 0 !important;
  }
  .navbar-brand {
    width: 175px !important;
    float: left !important;
    padding-top: 15px !important;
    margin: 0 !important;
  }
  .navbar-brand span {
    margin: 0 !important;
  }
  .navigation__btn {
    width: 30px !important;
    margin: 0 !important;
    margin-top: 2px !important;
    padding: 10px 0 !important;
    display: block !important;
    border-radius: 0 !important;
  }
  .navbar-toggle .icon-bars {
    width: 100%!important;
    padding-top: 8px!important;
    display: block!important;
    float: left !important;
  }
  .navbar-toggle .icon-bar {
    width: 100% !important;
    background-color: #000 !important;
  }
  .navigation .submenu {
    position: static !important;
    width: 100% !important;
  }
  .navigation .submenu li {
    margin: 0 !important;
  }
  .navigation .submenu a {
    display: block !important;
    width: 100% !important;
    background: #ddd !important;
    padding: 10px !important;
    padding-left: 25px !important;
  }
  .navigation .submenu a:hover,
  .navigation .submenu a:active,
  .navigation .submenu a:focus {
    background: #ccc !important;
  }
}
.search-bar {
  padding: 15px 0;
  background-color: #0c5a81;
  color: #ee9521;
}
.search-bar label {
  margin-left: 25%;
}
@media (max-width: 1200px) {
  .search-bar label {
    margin-left: 20%;
  }
}
.search-bar input {
  margin-left: 25px;
  color: #000;
  margin-right: 25px;
  width: 260px;
  padding: 5px 10px;
  font-family: OpenSans;
  border: solid 2px #003249;
}
.search-bar input::-webkit-input-placeholder {
  color: #3c6172;
}
.search-bar input::-moz-placeholder {
  color: #3c6172;
}
.search-bar input:-moz-placeholder {
  color: #3c6172;
}
.search-bar input:-ms-input-placeholder {
  color: #3c6172;
}
.search-bar .button {
  font-size: 1em;
  width: 120px;
  height: auto;
  padding: 5px 10px;
}
.search-bar .select {
  position: relative;
  font-family: Montserrat-Regular;
  background: url("../images/dropdown.png") no-repeat 115px;
  float: right;
  width: 150px;
  border: solid 2px #003249;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 5px 10px;
  margin-right: 50px;
}
.search-bar select {
  width: 150px;
  opacity: 0;
  position: absolute;
  padding: 5px 9px;
  left: -2px;
  top: 0;
}
@media (max-width: 1100px) {
  .search-bar label {
    margin-left: 0;
  }
  .search-bar .select {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .search-bar {
    padding: 10px 0;
  }
  .search-bar label {
    display: none;
  }
  .search-bar input {
    box-sizing: border-box;
    width: 35%;
    margin: 0;
    float: left;
    height: 34px;
    box-sizing: border-box;
    border-right: none;
    padding: 5px;
    font-size: 0.8em;
  }
  .search-bar .button {
    padding: 5px;
    display: block;
    width: 70px;
    float: left;
    height: 34px;
    font-size: 0.8em;
  }
  .search-bar .select {
    padding: 5px;
    font-size: 0.9em;
    width: 140px;
    height: 34px;
    background-position: 40px;
  }
  .search-bar .select span {
    text-transform: uppercase;
    font-family: Montserrat-Regular;
  }
  .search-bar .select select {
    margin-left: -40px;
    width: 110px;
    height: 27px;
  }
}
.footer {
  font-family: OpenSans; /*background:#f7f7f7;*/
  background: #484848;
  padding-top: 80px;
  padding-bottom: 70px;
}
.footer p {
  font-size: 17px;
  line-height: 1.8em;
}
.footer__logo img {
  width: 300px;
  float: left;
}
.footer__socials {
  float: right;
  padding-top: 30px;
}
.footer__socials a {
  margin-left: 20px;
}
.footer__left-column {
  margin-top: 30px;
  width: 45%;
  float: left;
}
.footer__left-column_home {
  margin-top: 30px;
  /* width: 25%; */
  width: 20%;
  float: left;
}
.footer__left-column p {
  text-align: left;
  color: #ee9521;
}
.footer__right-column {
  margin-top: 30px;
  width: 45%;
  float: right;
}
.footer__right-column p {
  text-align: right;
  color: #fff;
}
.footer__right-column .footer__column-header {
  text-align: right;
}
.footer__right-column .footer__column-header img {
  margin-left: 25px;
}
@media (max-width: 640px) {
  .footer__socials a {
    margin-left: 10px;
  }
  .footer__column-header {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .footer__right-column img {
    margin: 0 25px;
  }
  .footer__left-column,
  .footer__right-column {
    width: 100%;
    float: left;
  }
  .footer__left-column .footer__column-header,
  .footer__left-column p,
  .footer__right-column .footer__column-header,
  .footer__right-column p {
    text-align: center;
  }
}
@media (max-width: 640px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .footer__logo img {
    margin-top: 5px;
    width: 175px;
  }
  .footer__socials img {
    width: 35px;
    height: 35px;
  }
  .footer__left-column,
  .footer__right-column {
    margin-top: 20px;
  }
  .footer__left-column p,
  .footer__right-column p {
    text-align: left;
    font-size: 1em;
    line-height: 1.6em;
  }
}
.slider {
  width: 100%;
}
.slider img {
  width: 100vw;
  height: 470px;
  /* min-height: 75px; */
}
.slider__content {
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center; 
  justify-content: center;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.slider__content h1 {
  text-align: center;
  color: white;
  font-size: 45px;
   text-shadow: 0px 0px 1em black, 0 0 3em gray;
  background-color: rgba(0, 0, 0, 0.5); 
  padding: 10px; 
  border-radius: 5px;  
}
@media (max-width: 1100px) {
  .slider__content h1 {
    font-size: 2em;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .slider__content h1 {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
  .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
    background-size: contain;
  }
  .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-size: contain;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    bottom: 5px;
  }
}
@media (max-width: 540px) {
  .slider__content h1 {
    font-size: 18px;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    display: none;
  }
}
.banner {
  position: relative;
  width: 100%;
  margin-bottom: -6px;
}
.banner img {
  width: 100%;
  min-height: 75px;
}
.banner h1 {
  text-align: center;
  color: white;
  font-size: 36px;
  text-shadow: 0px 0px 1em #003249, 0px 0px 3em #003249;
}
.banner h1.center {
  text-align: center;
}
.banner__text {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
@media (max-width: 1100px) {
  .banner h1 {
    font-size: 28px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner h1 {
    font-size: 18px;
  }
}

/* brands */
.brands__img img {
  max-width: 100%;
  height: auto;
  padding: 10px; /* Add padding between images */
}

.brands .row {
  margin-bottom: 20px; /* Adds spacing between rows */
}

.general-h {
  text-align: center;
  margin-bottom: 30px; /* Space between the heading and the images */
}
/* @media (max-width: 767px) {
  .brands__wrapper {
    padding: 15px 0;
  }
}
@media (max-width: 400px) {
  .brands__img {
    margin: 5px;
  }
} */
 /* brands end  */

.goals__mobile {
  display: none;
}
.goals__desktop {
  display: block;
}
.goals__wrapper {
  margin: 80px 0;
  text-align: center;
}
.goals__wrapper .button {
  position: absolute;
  bottom: 30px;
  width: 225px;
  height: 40px;
  font-size: 1.1em;
  margin-left: 30px !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
}
.goals__goal-wrapper {
  text-align: left;
  display: inline-block;
  width: 347px;
  padding-top: 165px;
  margin: 15px;
  vertical-align: top;
}
.goals__goal-wrapper p{
  font-size: 1.5rem;
  /* font-size: 1.6rem; */
  /*   */
}
.goals__goal-wrapper._goal-1 {
  /* background: url("../images/goals_img_1.jpg") no-repeat; */
  background: url("../images/readMore/cable-harness.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._goal-2 {
  background: url("../images/readMore/batteries.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._goal-3 {
  background: url("../images/readMore/rubber.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._goal-4 {
  background: url("../images/readMore/PCB-assembly.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._goal-5 {
  background: url("../images/readMore/nameplates.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._goal-6 {
  background: url("../images/readMore/components.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.goals__goal {
  position: relative;
  height: 280px;
  padding: 0 35px 30px 35px;
  background: rgba(255, 255, 255, 0.8);
}
.goals__text-wrapper {
  font-family: Montserrat-Regular;
}
.goals__text-wrapper p {
  padding: 0;
  text-align: justify;
}
.goals__text-wrapper p span {
  display: table-cell;
  vertical-align: bottom;
  color: #1a1a1a;
  font-size: 0.65em;
  line-height: 1.25em;
}
.goals .bx-wrapper .bx-pager,
.goals .bx-wrapper .bx-controls-auto {
  display: none;
}
.goals .bx-wrapper .bx-controls-direction a {
  width: 28px;
  height: 30px;
}
.goals .bx-wrapper .bx-prev,
.goals .bx-wrapper .bx-next {
  background-size: contain !important;
}
.goals .bx-wrapper .bx-prev {
  left: 0;
  background: url(../images/goals_prev.png) no-repeat center;
}
.goals .bx-wrapper .bx-prev:hover {
  -background: url(../images/goals_prev.png) no-repeat center;
}
.goals .bx-wrapper .bx-next {
  right: 0;
  background: url(../images/goals_next.png) no-repeat center;
}
.goals .bx-wrapper .bx-next:hover {
  background: url(../images/goals_next.png) no-repeat center;
}
@media (max-width: 1100px) {
  .goals__wrapper {
    margin-top: 55px;
    margin-bottom: 50px;
  }
}
@media (max-width: 1000px) {
  .goals__mobile {
    display: block;
  }
  .goals__desktop {
    display: none;
  }
  .goals .container {
    margin: 0 auto;
    width: 100%;
  }
  .goals .container {
    padding: 0;
  }
  .goals__wrapper {
    margin-top: 0;
    margin-bottom: 0;
  }
  .goals__wrapper .button {
    bottom: 10px;
    width: 130px;
    height: 35px;
    font-size: 0.9em;
  }
  .goals__goal-wrapper {
    padding-top: 120px;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .goals__goal button {
    width: 125px;
    font-size: 0.9em;
    height: 35px;
  }
  .goals__text-wrapper {
    height: 205px;
  }
  .goals__text-wrapper h4 {
    font-size: 1.4em;
    color: black;
  }
  .goals__text-wrapper p {
    height: 125px;
  }
  .goals__text-wrapper p span {
    color: black;
    font-size: 0.8em;
    line-height: 1.5em;
    vertical-align: top;
  }
}

/* read more */
.read-more {
  /* margin-top: 30px; */
  margin-bottom: 30px;
}
.custom-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
.custom-card img {
  height: 180px;
  object-fit: contain; /* Keeps logos visible without cropping */
  background: #fff;
}
.custom-card .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.read-more.row.g-4 > div {
  display: flex;
}
.custom-card h5 {
  font-weight: 600;
  color: #004d66;
}
.custom-card p {
  font-size: 14px;
  color: #333;
}
.btn-read {
  background-color: #0096c7;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  transition: background-color 0.3s;
}
.btn-read:hover {
  background-color: #0077a3;
  color: #fff;
}
/* read more end */

.after-readmore-image {
  padding: 40px 0;
}
.after-readmore-image p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #333;
  max-width: 900px;
  margin: 0 auto;
}
.after-readmore-image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
  border-radius: 8px; /* Optional, adds rounded corners to the image */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Optional, adds a subtle shadow */
}

.values-list {
  margin-top: 60px;
  margin-bottom: 80px;
}
.values-list h3 {
  font-size: 24px;
  text-align: center;
  font-family: Montserrat-SemiBold;
  margin-bottom: 25px;
}
.values-list ul li {
  display: table;
  height: 70px;
  position: relative;
  font-size: 20px;
  padding-left: 90px;
  margin-bottom: 15px;
}
.values-list ul li span {
  display: table-cell;
  vertical-align: bottom;
}
.values-list ul li:last-of-type {
  margin-bottom: 0;
}
.values-list ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  font-family: Montserrat-SemiBold;
  font-size: 3em;
}
.values-list ul li:nth-of-type(1)::before {
  content: "V";
}
.values-list ul li:nth-of-type(2)::before {
  content: "A";
}
.values-list ul li:nth-of-type(3)::before {
  content: "L";
}
.values-list ul li:nth-of-type(4)::before {
  content: "U";
}
.values-list ul li:nth-of-type(5)::before {
  content: "E";
}
.about__time {
  height: 300px;
  margin: 0;
}
.about__time img {
  height: 100%;
  float: left;
  margin-right: 70px;
}
.about__time-text {
  display: table;
  height: 100%;
  font-family: Montserrat-Regular;
}
.about__time-text span {
  font-size: 22px;
  line-height: 36px;
  display: table-cell;
  vertical-align: middle;
  text-align: justify;
}
@media (max-width: 1100px) {
  .about__time-text span {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .values-list {
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .values-list h3 {
    font-size: 16px;
  }
  .values-list ul li {
    width: 100%;
    float: left;
    font-size: 1em;
    padding-left: 60px;
  }
  .values-list ul li span {
    vertical-align: middle;
  }
  .about__time {
    height: auto;
  }
  .about__time img {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
    height: auto;
  }
  .about__time-text span {
    height: auto;
    font-size: 1em;
    line-height: 1.5em;
    padding-bottom: 15px;
  }
}
.components {
  padding-bottom: 20px;
}
.components .bold {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 1.4em;
}
.components-list {
  margin-bottom: 100px;
}
.components-list::after {
  content: "";
  display: block;
  clear: both;
}
.components-list ul {
  width: 30%;
  float: left;
}
.components-list ul li {
  position: relative;
  font-family: Montserrat-Regular;
  font-size: 21px;
  margin: 15px 0;
  padding-left: 50px;
}
.components-list ul li:first-of-type {
  margin-top: 0;
}
.components-list ul li::before {
  content: "";
  background: url("../images/components_dot.png");
  background-size: contain;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 12px;
  left: 0;
}
.components-list img {
  width: 63%;
  float: right;
}
@media (max-width: 1100px) {
  .components-list ul {
    width: 50%;
  }
  .components-list img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .components-list {
    margin-bottom: 25px;
  }
  .components-list ul {
    margin-top: 15px;
  }
  .components-list ul li {
    font-size: 0.9em;
    padding-left: 16px;
    margin: 5px 0;
  }
  .components-list ul li::before {
    width: 3px;
    height: 3px;
    top: 9px;
  }
  .components {
    padding-bottom: 5px;
  }
  .components .bold {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1em;
  }
}
@media (max-width: 640px) {
  .components-list ul {
    width: 100%;
  }
  .components-list img {
    width: 100%;
  }
}
.contact-form {
  margin-top: 35px;
  border: solid 2px #0593bb;
  padding: 30px;
  margin-bottom: 60px;
}
.contact-form .input-group {
  width: 49%;
  box-sizing: border-box;
  float: left;
  margin-bottom: 15px;
}
.contact-form .input-group:nth-of-type(even) {
  float: right;
}
.contact-form .input-group_full-width {
  width: 100%;
}
.contact-form .has-error .help-block {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0;
}
.contact-form .error {
  border: 1px solid #deb9c1;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.contact-form::after {
  content: "";
  display: block;
  clear: both;
}
.contact-form h4 {
  font-family: Montserrat-Regular;
  font-size: 2em;
  color: #0593bb;
  margin-bottom: 35px;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
  color: #a9abab;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
  color: #a9abab;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #a9abab;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
  color: #a9abab;
}
.contact-form input {
  width: 100%;
  background: #f0edee;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
  outline: none;
  border: 2px solid transparent;
}
.contact-form input:nth-of-type(2n) {
  float: right;
}
.contact-form textarea {
  width: 100%;
  background: #f0edee;
  font-size: 14px;
  line-height: 16px;
  height: 125px;
  padding: 10px 15px;
  outline: none;
  border: 2px solid transparent;
}
.contact-form .button {
  margin-top: 20px;
  width: 180px;
  height: auto;
  padding: 5px 0;
  font-size: 16px;
  float: right;
}
.contact-form .contact-form__flash-message {
  display: inline-block;
  color: #003249;
  font-family: Montserrat-Regular;
  font-size: 20px;
  line-height: 20px;
  float: left;
  width: 70%;
}
@media (max-width: 1100px) {
  .contact-form .contact-form__flash-message {
    -margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .contact-form .contact-form__flash-message {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .contact-form .button {
    display: block;
    float: none;
    margin: 0 auto;
  }
  .contact-form .has-error .help-block {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .contact-form {
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .contact-form h4 {
    font-size: 1.2em;
    margin-bottom: 20px;
  }
  .contact-form input,
  .contact-form textarea {
    font-size: 14px;
    padding: 5px 10px;
  }
  .contact-form .input-group {
    width: 100%;
    float: left;
    margin: 7px 0;
  }
  .contact-form .help-block {
    margin: 0;
  }
  .contact-form textarea {
    height: 100px;
  }
  .contact-form .button {
    margin-top: 15px;
    width: 100%;
    font-size: 14px;
  }
  .contact-form .contact-form__flash-message {
    font-size: 16px;
    line-height: 16px;
  }
}
.excess-block__img-wrapper {
  position: relative;
  text-align: center;
  float: left;
  width: 25%;
  padding-right: 10px;
}
.excess-block__img-wrapper img {
  margin-top: 15px;
  margin-bottom: 15px;
}
.excess-block__img-wrapper h4 {
  color: #003249;
  font-family: Montserrat-SemiBold;
  font-size: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.excess-block__text {
  width: 70%;
  float: right;
}
.excess-contact-as {
  margin-bottom: 80px;
}
.excess-contact-as img {
  float: left;
  width: 70%;
  box-sizing: border-box;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .excess-contact-as img {
    padding-right: 0;
  }
}
.excess-contact-as p {
  padding: 0;
}
.excess-contact-as .button {
  margin-top: 35px;
  width: 280px;
}
@media (max-width: 1100px) {
  .excess-contact-as img {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .excess-contact-as {
    margin-bottom: 30px;
  }
  .excess-contact-as img {
    margin-bottom: 15px;
    width: 100%;
  }
  .excess-contact-as .button {
    width: 180px;
    font-size: 0.9em;
    margin-top: 20px;
  }
  .excess-block__text {
    width: 100%;
  }
  .excess-block__img-wrapper {
    width: 100%;
    padding-top: 25px;
  }
  .excess-block__img-wrapper h4 {
    font-size: 1.1em;
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .excess-block__img-wrapper img {
    margin-top: 25px;
  }
}
.manufactoring-img {
  background: #f0edee;
}
.manufactoring-img h4 {
  display: table;
  width: 100%;
  margin: 0;
  height: 65px;
}
.manufactoring-img h4 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2em;
  font-family: Montserrat-Regular;
}
.manufactoring-img img {
  display: block;
  margin: 0;
  width: 100%;
}
.manufactoring-img__photo {
  width: 360px;
  height: 265px;
}
@media (max-width: 767px) {
  .manufactoring-img__photo {
    width: 100%;
  }
}
.post-span {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  float: right;
  margin: 15px 0;
  font-size: 0.9em;
}
.post-span::before {
  content: "";
  background: url("../images/components_dot.png");
  background-size: cover;
  position: absolute;
  left: -10px;
  top: 9px;
  width: 4px;
  height: 4px;
}
@media (max-width: 767px) {
  .manufactoring-imgs > div {
    margin-bottom: 25px;
  }
  .manufactoring-imgs > div:last-of-type {
    margin-bottom: 0;
  }
  .post-span {
    width: 100%;
    text-align: center;
  }
  .post-span::before {
    left: calc(50% - 125px);
  }
}
.why-us {
  margin-top: 55px;
}
.why-us__column {
  padding: 15px;
}
.why-us__column p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 15px;
}
.why-us__column p:last-of-type {
  margin-bottom: 0;
}
.why-us__column h4 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px;
}
.why-us__column h4 strong {
  font-family: Montserrat-SemiBold;
  font-size: 1.8em;
  line-height: 2em;
}
.why-us__column h4 span {
  font-family: Montserrat-Regular;
  font-size: 1.4em;
}
.why-us__img img {
  width: 100%;
}
.why-us__contact {
  margin-top: 35px;
  margin-bottom: 60px;
  text-align: center;
}
.why-us__contact p {
  text-align: center;
  font-size: 1.4em;
  line-height: 1.8em;
}
.why-us__contact button {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .why-us {
    margin-top: 0;
  }
  .why-us__column h4 strong {
    font-size: 1.2em;
  }
  .why-us__column h4 span {
    font-size: 1em;
  }
  .why-us__column p {
    font-size: 1em;
  }
  .why-us__contact {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .why-us__contact p {
    padding-top: 0;
    font-size: 0.95em;
    line-height: 1.4em;
  }
  .why-us__contact button {
    margin-top: 15px;
    height: 30px;
    font-size: 0.9em;
  }
  .why-us__contact button_wide {
    width: 175px;
  }
}
.search-results__matches h4 {
  color: #003249;
  font-family: Montserrat-SemiBold;
  font-size: 1.8em;
}
.search-results__matches p {
  color: #003249;
  font-size: 0.95em;
}
.search-results__table-header {
  color: #003249;
  margin-top: 35px;
  margin-bottom: 60px;
  font-family: Montserrat-SemiBold;
  font-size: 1.8em;
}
.search-results__form table {
  width: 100%;
  min-width: 640px;
}
.search-results__form th {
  color: white;
  background-color: #003249;
  text-align: center;
  padding: 20px 0;
  font-family: Montserrat-SemiBold;
  font-size: 1.2em;
  width: 25%;
  box-sizing: border-box;
}
.search-results__form tr:nth-of-type(even) {
  background-color: #f0edee;
}
.search-results__form td {
  padding: 20px;
  border-right: solid 1px #99adb6;
  font-size: 1.1em;
}
.search-results__form td:last-of-type {
  border: none;
}
@media (max-width: 767px) {
  .search-results__matches h4 {
    margin-top: 25px;
    font-size: 1em;
    color: black;
  }
  .search-results__matches p {
    color: black;
    font-size: 0.9em;
    line-height: 1.2em;
  }
  .search-results__table-header {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 1em;
    color: black;
  }
  .search-results__form {
    overflow-x: auto;
  }
  .search-results__form table th {
    font-size: 1em;
    padding: 10px;
  }
  .search-results__form table td {
    font-size: 0.9em;
    padding: 10px;
  }
}
.search-bar .select {
  border: none;
  border-color: #fff;
  background: none;
}
.search-bar .select img {
  border: 1px solid #999;
  padding: 2px;
  height: 25px;
  cursor: pointer;
}

.menu-item a img {
  width: 90px;
}
.overlay {
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, #000, transparent);
  color: #f1f1f1;
  width: 100%;
  transition: 0.5s ease;
  opacity: 1;

  font-size: 20px;
  padding: 20px;
  text-align: center;
}
.phne {
  display: flex;
}
.phne span {
  margin-right: 10px;
}
.cable p {
  color: #484747;
  margin-top: 1rem;
}
.cable-2 .head-2 {
  background: #0c5a81;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 20px;
  margin: 2rem 0;
}
.cable-2 h4 {
  font-size: 26px;
  text-align: center;
  color: #1e1e1e;
  font-weight: 600;
  margin: 0 0 30px;
}
.cable-2 {
  background: #f1f9fa;
  padding: 0 0 60px;
}
.medi h4 {
  font-size: 26px;
  text-align: center;
  color: #1e1e1e;
  font-weight: 600;
  margin: 0 0 30px;
}
.medi img {
  width: 100%;
}
.medi {
  background: #e4f2f4;
  padding: 60px 0px 60px;
}
.p-60 {
  padding-top: 60px;
}
.factory .head-2 {
  background: #0c5a81;
  color: #fff;
  text-align: center;
  font-size: 32px;
  padding: 20px;
}

.c-har img {
  width: 100%;
}

.servi h2 {
  text-align: center;
  font-size: 32px;
  padding: 60px 0px 40px 0px;
}
.bg-s {
  background: #f0f4ff;
  margin: 4rem 0px 4rem 7%;
}
.bg-s .col-md-6 {
  padding: 0;
}
.subs {
  background: #0593bb;
  padding: 112px 90px 123px 35px;
  border-bottom-right-radius: 99%;
  z-index: 99999;
  position: relative;
}
.subs-input h2 {
  font-size: 32px;
  margin-bottom: 1rem;
}
.subs-input {
  display: grid;
  align-items: center;
  justify-content: center;
  padding: 26% 0 17%;
}
.subs-input button {
  border: 1px solid #0593bb;
  background: #0593bb;
  color: #fff;
  padding: 3px 18px 3px 18px;
}
.subs-input input {
  border: none;
  background: #fff;
  padding: 6px;
}
.subs-input p {
  color: #637381;
  font-size: 16px;
  padding-top: 25px;
}
.f-logo img {
  background: #0593bb;
  padding: 10px;
  border-radius: 12px;
  margin-bottom: 25px;
}
.curve {
  position: absolute;
  content: "";
  background: #0c5a81;
  width: 78%;
  height: 135px;
  bottom: 0;
  border-top-right-radius: 130px;
}
.subs h2 {
  color: #fff;
  font-size: 32px;
  width: 60%;
}
.subs p {
  color: #fff;
  width: 75%;
}
.card-1 {
  background-color: #ffdb95;
}
.card-1 h4 {
  text-align: center;
  padding: 13px;
  font-weight: 600;
  padding: 12px;
  font-weight: 600;
}
.card-a {
  background: #0593bb;
  height: 45rem;
}
.card-2 {
  background: #ffbc9f;
}
.card-b {
  background: #0c5a81;
  height: 45rem;
}
.card-2 h4 {
  text-align: center;
  padding: 13px;
  font-weight: 600;
  padding: 12px;
  font-weight: 600;
}
.card-3 {
  background: #9dedc6;
}
.card-c {
  background: #0593bb;
  height: 45rem;
}
.servi .col-md-4 {
  padding: 0 !important;
}
.card-3 h4 {
  text-align: center;
  padding: 13px;
  font-weight: 600;
  padding: 12px;
  font-weight: 600;
}
.servi ul li {
  color: #fff;
  position: relative;
  line-height: 35px;
}
.servi ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  left: -20px;
  top: 15%;
}
.servi ul {
  padding: 30px;
}
.manu-equ {
  background-color: #207389bf;
  color: #f5f5f5;
  padding: 48px 50px 35px 35px;
  height: auto;
  min-height: 35rem;
  border-radius: 5px;
}

.manu-equ h5 {
  font-size: 20px;
  font-weight: 500;
}

.other-equ {
  background-color: #eaffffb8;
  color: #3c3c3c;
  padding: 48px 42px 35px 35px;
  height: auto;
  min-height: 35rem;
  border-radius: 5px;
}
.other-equ h5 {
  font-size: 20px;
  font-weight: 600;
}
.manu-equ ul li::before {
  content: "\2713";
  color: #0593bb;
  background: #fff;
  border-radius: 50%;
  padding: 4px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  left: -27px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 13%;
}
.manu-equ ul li {
  list-style: none;
  position: relative;
  top: 20px;
  line-height: 40px;
}
.manu-equ ul {
  position: relative;
  left: 6%;
}
.other-equ ul li::before {
  content: "\2713";
  color: #fff;
  background: #0593bb;
  border-radius: 50%;
  padding: 4px;
  font-size: 13px;
  font-weight: 600;
  position: absolute;
  left: -27px;
  line-height: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  top: 13%;
}
.other-equ ul li {
  list-style: none;
  position: relative;
  top: 20px;
  line-height: 40px;
}
.other-equ ul {
  position: relative;
  left: 6%;
}

.custom-batteries-page .excess-block__img-wrapper {
  width: 100%;
}
.tfac {
  color: #fff;
  text-align: center;
  margin-bottom: 3rem;
}
.tfac h2 {
  color: #fff;
  font-size: 32px;
  padding: 20px 0px;
}
.tfac p {
  color: #fff;
  width: 54%;
  text-align: center;
  margin-left: 21%;
}
.fac {
  background-image: url(../../images/fac-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4% 0% 5%;
  margin-top: 3rem;
}
.smore {
  text-align: center;
  margin: 20px 0px 35px;
}
.smore button {
  border: 2px solid #0593bb;
  background: #0593bb;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.smore button:hover {
  border: 2px solid #0593bb;
  background: #fff;
  color: #0593bb;
  padding: 10px;
  border-radius: 5px;
  font-size: 15px;
}
.nav li a span {
  background: #0593bb;
  padding: 10px 12px 10px 12px;
  color: #fff;
  border-radius: 7px;
}
.footer__left-column p a {
  color: #ee9521;
  text-decoration: underline;
  font-size: 18px;
}
.footer__left-column p{
  font-size: 20px;
}
.pcba p {
  color: #fff;
  margin-top: 1rem;
}
.pcba {
  padding: 1rem 0rem 1rem;
}
.pcba span{
  color: rgb(241, 46, 20);
}
.product h2 {
  text-align: center;
  font-size: 32px;
  padding: 50px 0;
}

.content {
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  border: 1px solid #0593bb;
  border-radius: 10px;
}

.content .content-overlay {
  background: #0593bba6;
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1;
}

.content-image {
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.content:hover .overlay {
  display: none;
}
.content-details h3 {
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  font-size: 18px;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}

.fadeIn-bottom {
  top: 80%;
}

.slider-authorized-brands {
  vertical-align: middle;

  height: 100px;

  display: block;

  margin: auto;

  max-width: 980px;
}

.slider-authorized-brands .text {
  display: inline-block;

  width: 200px;

  height: 100px;

  vertical-align: middle;

  font-weight: bold;

  color: red;

  padding-top: 17px;
}

.slider-authorized-brands .img {
  display: inline-block;

  height: 100px;

  padding-top: 40px;

  padding-right: 40px;
}

@media (max-width: 700px) {
  .bg-s {
    background: #f0f4ff;
    margin: 4rem 0px 3rem 0% !important;
  }
  .tfac p {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .other-equ {
    background-color: #eaffffb8;
    color: #3c3c3c;
    padding: 48px 42px 35px 35px;
    height: auto;
    min-height: 30rem;
    border-radius: 5px;
    margin-top: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .slider-authorized-brands {
    height: auto;
  }

  .slider-authorized-brands .text {
    display: block;

    width: 100%;

    text-align: center;

    padding-top: 40px;

    height: 60px;
  }

  .slider-authorized-brands .img {
    display: inline-block;

    width: auto;
  }

  .slider-authorized-brands .img img {
    height: 40px;

    width: auto;
  }
}

.components-list-custom ul {
  margin: 10px 0 0;

  padding: 0;
}

.components-list-custom ul li {
  font-size: 18px;

  list-style-type: disc;

  margin-left: 20px;

  padding: 4px 0;
}

.paddi-top {
  padding-top: 20px;
}

/*------------------------- health product--------------------*/

.health-img img {
  width: 100%;
}

.health-txt p {
  text-align: left;

  color: #ffc000;
}

.health-txt h3 {
  text-align: left;

  color: #00b0f0;

  font-size: 22px;

  font-weight: bold;

  padding-bottom: 20px;
}

.health-txt img {
  width: 90px;

  float: right;
}

.heal-box {
  margin-bottom: 40px;
}

.health-txt2 p {
  text-align: right;

  color: #ffc000;
}

.health-txt2 h3 {
  text-align: right;

  color: #00b0f0;

  font-size: 22px;

  font-weight: bold;

  padding-bottom: 20px;
}

.health-txt2 img {
  width: 90px;

  float: left;
}

.general-hlt {
  text-align: center;

  font-size: 26px;
}

.plsd {
  padding-bottom: 30px;
}

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

.icn-heading img {
  width: 250px;

  text-align: center;
}

.icn-heading h2 {
  margin-bottom: 40px;

  font-size: 30px;

  color: #00b0f0;
}

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

.icn-heading2 img {
  width: 180px;

  text-align: center;
}

.icn-heading2 h2 {
  margin-bottom: 40px;

  font-size: 30px;

  color: #00b0f0;
}

.divider10 {
  height: 60px;

  overflow: hidden;
}

.health-img-sm img {
  width: 58%;

  float: right;
}

.img-brand {
  position: absolute;

  right: 0;

  bottom: 26px;
}

.ylw-box {
  background: #ffd452;
}

.csmt-sprt h2 {
  font-size: 30px;

  color: #00b0f0;

  text-align: center;
}

.csmt-sprt p {
  text-align: left;
}

.csmt-sprt img {
  width: 160px;
}

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

.awd-hrd {
  font-size: 32px;

  padding-top: 70px;
}

.awd-img img {
  width: 100%;
}

.img-cmr img {
  width: 70%;
}

.cus-head-2 {
  font-size: 20px;

  padding-bottom: 20px;

  font-weight: 700;
}

.cus-head-5 {
  font-size: 30px;

  padding-bottom: 20px;

  font-weight: 700;
}

.cus-head-3 {
  font-size: 20px;

  padding-bottom: 20px;

  font-weight: 700;
}

.cus-head-4 {
  font-size: 20px;

  padding-bottom: 20px;

  font-weight: 700;

  color: #ffbc00;
}

.prdo-txt {
  padding: 0 15px 50px;
}

.prdo-txt p {
  padding-bottom: 20px;
}

.des-txt p {
  padding-bottom: 20px;
}

ul.pac-list {
  margin: 0;

  padding: 0 0 20px 18px;
}

ul.pac-list li {
  list-style: disc;

  font-size: 18px;

  padding: 0 0 8px 0;
}

.p-txt p {
  font-size: 16px;

  padding: 0 15px 15px;

  text-align: left;

  line-height: 22px;
}

.head-mrk {
  font-size: 26px;

  font-weight: 700;
}

/*----------------- Catalog css ------------------------*/

.book-section {
  /*height: 100vh;*/

  width: 100%;

  padding: 40px 0;

  text-align: center;
}

.book-section > .container {
  height: 400px;

  width: 500px;

  position: relative;

  left: 20%;

  transform: translateX(-50%);

  border-radius: 2%;

  margin-bottom: 30px;

  perspective: 1200px;
}

.container > .right {
  position: absolute;

  height: 100%;

  width: 50%;

  transition: 0.7s ease-in-out;

  transform-style: preserve-3d;
}

.book-section > .container > .right {
  right: 0;

  transform-origin: left;

  border-radius: 10px 0 0 10px;
}

.right > figure.front,
.right > figure.back {
  margin: 0;

  height: 130%;

  width: 130%;

  position: absolute;

  left: 0;

  top: 0;

  background-size: 100%;

  background-repeat: no-repeat;

  backface-visibility: hidden;

  background-color: white;

  overflow: hidden;
}

.right > figure.front {
  background-position: right;

  border-radius: 0 10px 10px 0;

  box-shadow: 2px 2px 15px -2px rgba(0, 0, 0, 0.2);
}

.right > figure.back {
  background-position: left;

  border-radius: 10px 0 0 10px;

  box-shadow: -2px 2px 15px -2px rgba(0, 0, 0, 0.2);

  transform: rotateY(180deg);
}

.flip {
  transform: rotateY(-180deg);
}

.flip::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  z-index: 10;

  width: 100%;

  height: 100%;

  border-radius: 0 10px 10px 0;

  /*background-color: rgba(0,0,0,0.1);*/
}

.book-section > button {
  border: 2px solid #ef9f00;

  background-color: transparent;

  color: #ef9f00;

  padding: 10px 20px;

  border-radius: 5px;

  cursor: pointer;

  margin-top: 120px;

  transition: 0.3s ease-in-out;
}

.book-section > button:focus,
.book-section > button:active {
  outline: none;
}

.book-section > p {
  color: rgba(0, 0, 0, 0.7);

  font-family: calibri;

  font-size: 24px;
}

.book-section > p > a {
  text-decoration: none;

  color: #ef9f00;
}

.book-section > button:hover {
  background-color: #ef9f00;

  color: #fff;
}

.front#cover,
.back#back-cover {
  background-color: #ffcb63;

  font-family: calibri;

  text-align: left;

  padding: 0 30px;
}

.front#cover h1 {
  color: #fff;
}

.front#cover p {
  color: rgba(0, 0, 0, 0.8);

  font-size: 14px;
}

/*------------- Tabs -------------*/

.tabs .tab {
  margin: 30px 0 10px 0;
}

.tab button:hover {
  color: #fff;

  background-color: #6fb92c;
}

.tab button.active {
  color: #fff;

  background-color: #6fb92c;
}

.tabs .tablinks {
  font-size: 14px;

  color: #75a4c4;

  border: 1px solid #cdcdcd;

  padding: 15px 71px;

  border-radius: 5px;

  vertical-align: middle;

  background-color: #f7f7f7;

  font-weight: bold;

  text-decoration: none;
}

.tabcontent {
  position: relative;

  border: 1px solid #cdcdcd;

  padding: 30px 0 30px 0;

  margin-bottom: 30px;
}

.tabcontent::before {
  position: absolute;

  content: "";

  background: #ccc;

  height: 90%;

  width: 2px;

  left: 50%;

  top: 30px;
}

.tabcontent .txt span {
  font-size: 20px;

  padding: 2px 5px;

  font-weight: bold;

  color: #fff;

  background-color: #158fad;
}

.tabs .tabcontent ul {
  padding: 0 0 30px 40px;

  border-bottom: dotted 1px;
}

.tabs .tabcontent ul li {
  color: #444444;

  font-size: 14px;

  line-height: 1.7;

  font-weight: 100;

  font-family: Arial, Helvetica, sans-serif;
}

.border-tab {
  border-right: dotted 1px;
}

.tabcontent .A-Z-txt h3 {
  color: #fff;

  font-size: 19px;

  background: #158fad;

  text-align: center;

  font-weight: 600;

  padding: 10px;

  margin-bottom: 20px;
}

.tabcontent .txt {
  position: relative;
}

.A-Z span {
  position: absolute;

  line-height: 1.2;

  top: 0;
}

.space {
  padding: 15px 0;
}

ul.footer-links {
  margin: 0;
  padding: 0;
}
.footer-links li{
  font-size: 18px;
}

ul.footer-links li a {
  color: #ee9521;

  padding: 5px 0;

  display: inline-block;
}

.ft-title h3 {
  color: #ee9521;

  font-size: 22px;

  padding-bottom: 12px;
}

.footer-bottom {
  background: #2e2e2e;

  padding: 20px 0 15px;
}

.copy-right {
  color: #fff;

  text-align: center;
}

.copy-right a {
  color: #fff;
}

.goals__goal-wrapper {
  text-align: left;
  display: inline-block;
  width: 347px;
  padding-top: 165px;
  margin: 15px;
  vertical-align: top;
}

.goals__goal-wrapper._pris-1 {
  background: url("../images/pris1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._pris-2 {
  background: url("../images/pris2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._pris-3 {
  background: url("../images/pris3.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._pris-4 {
  background: url("../images/pris4.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._pris-5 {
  background: url("../images/pris5.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._pris-6 {
  background: url("../images/pris6.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.goals__goal-wrapper._pris-7 {
  background: url("../images/pris7.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

/*------------- end Tabs ------------*/

/*----------------- Catalog css end ------------------------*/
