body {
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  line-height: 1.75;
  font-size: 15px !important;
}

.container{
  max-width: 980px !important;
}

.slider-container{
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1280px !important;
}

.top-navbar{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  border-top: 3px solid #435dd0;
  background: #ffffff;
}

.header-logo{
  padding: 11px 0px !important;
}

.header-logo > a{
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: bold !important;
  color: #555555 !important
}

.headerlog-text{
  margin-left: 10px;
}

.heading01{
    color: #113388;
}

.top-navbar-link{
  float: right !important;
  padding-top: 1rem !important; 
  padding-bottom: 1rem !important;
}

.top-navbar-link > ul > li > a{
  color: #666666 !important;
  font-size: 12px !important;
  line-height: 30px;
  padding-right: 0px !important;
  padding-left: 0px;
}

.top-navbar-link > ul > li > a:hover{
  color: #113366 !important;
}

.sitesearch-input{
  float: left;
  width: 166px;
  height: 30px;
  padding: 5px 10px;
  border: none;
  border-radius: 0;
  background-color: #eeeeee;
  color: #333333;
  font-size: 12px;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
}

.sitesearch-input:hover{
  border: 1px solid #cccccc;
}
.sitesearch-input:focus{
  border: 1px solid #eeeeee;
  color: #666666;
}

.sitesearch-button{

/*  position: relative;
  top: 8px;
  width: 34px;
  height: 32px;
  border: none;
  cursor: pointer;
  background-color: #113366;
  background-image: url('./images/search-button-icon.png');
  background-repeat: no-repeat; 
  background-position: center center;
  text-indent: -9999px*/

  float: left;
  width: 34px;
  height: 30px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  background-color: #113366;
  background-image: url('./images/search-button-icon.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-appearance: none;
}

.sitesearch-button:hover{
  background-color: #1b4e8c !important;
}

.main-menu{
  position: fixed;
  top: 70px;
  z-index: 999;
  width: 100%;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  background: #ffffff;
}

.main-navbar{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.main-navlink > a{
  color: #555555 !important;
  background-color: #FFFFFF;
  text-align: center !important;
  vertical-align: middle !important;
}

.main-navlink > a:hover{
  color: #113366 !important;
}

.meidensha: after{
  content: "";
  display: inline-block;
  position: relative;
  top: 1px;
  left: 10px;
  width: 16px;
  height: 14px;
  background: url('./images/meidensha-icon.png') no-repeat 0 0;
}

.lower-menus{
  padding-top: 10px;
  padding-bottom: 10px;
}

.lower-menus-icon-image{
  display: inline-block;
  width: 18px;
  height: 16px;
  opacity: 1;
}

.lower-menus-blue-icon-image{
  display: none;
  width: 18px;
  height: 16px;
  opacity: 1;
}

.main-navlink > a:hover{
  background-color: #f5f5f7;
  color: #113388 !important;
}

.main-navlink:hover .lower-menus-icon-image{
  display: none;
}

.main-navlink:hover .lower-menus-blue-icon-image{
  display: inline-block !important;
}

.navbar-nav .active{
  border-bottom: 2px solid #113388;
}

/***************** Breadcrumb *******************/

.breadcrumb{
  margin-bottom: 0px !important;
  margin-left: 15px !important;
  padding: 12px 0px !important;
}

.breadcrumb > li{
  font-size: 12px !important;
  line-height: 32px !important;
}

.breadcrumb > li > a{
  text-decoration: none;
  color: #777777 !important;
}

.breadcrumb > li > a:hover{
  color: #113388 !important;
}

.breadcrumb-item.active{
  color: #888888;
}

.breadcrumb-item+.breadcrumb-item::before{
  content: ">" !important;
  height: 5px;
}

/***************** Breadcrumb *******************/

/***************** Global Classes **************/

.main-content{
  margin: 118px 0 0 0;
}

.active-nav{
  border-bottom: 2px solid #113388;
}

#pageUpBtn {
  width: 48px;
  height: 48px;
  background-color: #113366;
  background-image: url('./images/page-up-icon.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -9999px;
  outline: none;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
}

.blue-title{
  color: #113388;
}

.pages-banner{
/*  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  vertical-align: middle;
  padding: 3rem;
  font-size: 1.5rem;*/
}

.pages-banner span{
  display: table-cell;
  height: 110px;
  padding: 15px 25px;
  box-sizing: border-box;
  color: #113388;
  font-size: 28px;
  text-shadow: 1px 1px 0px rgba(51,51,51,0.25);
  line-height: 1.5;
  vertical-align: middle;
}

.pages-sidebar-header{
  padding: 1rem;
  text-align: center;
  background-color: #113366; 
  color: #ffffff;
}

.pages-sidebar{
  padding: 1rem;
  background-color: #eeeeee; 
}

.pages-card{
  border: 1px solid #cccccc !important;
  border-radius: none;
}

.pages-card > a{
  color: #333333 !important;
  text-decoration: none;
}

.pages-card > a:hover{
  background-color: #f2f4f7 !important;
  color: #113388 !important;
}

.pages-card-image img{
  height: 100px;
}

.pages-card-body{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.pages-card-body > h6{
  font-size: 15px !important;
}

.pages-card-body h6::after{
  content: url('./images/news-release-arrow-icon.png');
  position: absolute;
  right: 0px;
  top: 40%;
  display: inline-block;
  width: 12px;
  height: 8px;
}

/***************** Global Classes **************/

.nav-tabs .active{
  border-top: 3px solid #113388 !important;
  color: #113388 !important;
}

.news-release-items{
  padding-left: 0px !important;
}

.news-release-items li{
  list-style-type: none;
}

.news-release-items li a{
  color: #333333 !important;
  text-decoration: none !important;
  background-color: #ffffff !important;
  font-size: 14px;
}

.news-release-items > li > a > div:hover{
  color: #113366 !important;
  background-color: #f2f4f7;
}

.news-release-content{
  padding: 10px;
  margin-right: 10px;
}

.news-release-item{
  position: relative;
}

.news-release-item > a::after {
    content: url('./images/news-release-arrow-icon.png');
    position: absolute;
    top: 50%; /* Adjust the vertical position as needed */
    right: 10px; /* Adjust the right spacing as needed */
    transform: translateY(-50%);
}

.news-release-date{
  font-size: 12px !important;
}

.news-release-notice-orange{
  font-size: 12px !important;
  margin-left: 50px;
  background-color: #ee7000;
  color: #fff;
  text-align: center;
  padding: 2px 20px;
}

.news-release-notice-blue{
  font-size: 12px !important;
  margin-left: 50px;
  background-color: #0066a6;
  color: #fff;
  text-align: center;
  padding: 2px 20px;
}

.news-release-arrow{
  text-align: right !important;
}

.news-release-arrow i{
  position: relative;
  top: -50%;
}

.see-more{
  position: relative;
  padding: 10px;
}

.see-more a{
  font-size: 12px !important;
  color: #333333 !important;
  text-decoration: none;
  margin: 0px 25px;
  font-weight: bold;
}

.see-more a::before{
  content: url('./images/see-more-befor-icon.png');
  position: absolute;
  left: 12px;
  top: 15px;
  display: inline-block;
  width: 12px;
  height: 9px;
}

.see-more a::after{
  content: url('./images/news-release-arrow-icon.png');
  position: absolute;
  left: 110px;
  top: 18px;
  display: inline-block;
  width: 12px;
  height: 8px;
}

.home-card-link{
  text-decoration: none !important;
  color: #333333 !important;
}

.home-card-link:hover{
  background-color: #f2f4f7 !important;
  color: #113388 !important;
}

.home-card{
  display: flex;
}

.home-card .title-div{
  flex-grow: 1;
}

.home-card .image-div img{
  margin-top: -10px;
}
/**************** Sitemap ************************/

.sitemap-section{
  border-top: 1px solid #cccccc;
}
.sitemap-box{
  position: relative;
  border: 1px solid #cccccc;
}

.sitemap-box a{
  text-decoration: none;
  color: #333333;
  font-weight: bold;
}

.sitemap-box a:hover{
  background-color: #f2f4f7 !important;
  color: #113388 !important;
}

.sitemap-box a > span{
  display: block;
  padding: 10px 25px 8px 20px;
  text-align: left;
  font-size: 14px;
}

.sitemap-box a > span::after{
  content: url('./images/news-release-arrow-icon.png');
  position: absolute;
  right: 10px;
  top: 25%;
  display: inline-block;
  width: 12px;
  height: 8px;
}

/**************** Sitemap ************************/

/**************** Applications *******************/

.applications-banner{
  background: url('./images/applications/applications-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

/**************** Applications *******************/

/**************** Career *******************/

.career-banner{
  background: url('./images/career/career-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}

/**************** Career *******************/

/********** Product & Services *******************/

.product-and-services{
  background: url('./images/product-and-services-header1.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.services-sidebar-header{
  padding: 15px;
  background-color: #113366;
}

.services-sidebar-header > a{
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: bold;
  line-height: 1.25;
  text-decoration: none;
}

.services-sidebar-header:hover{
  background-color: #1b4e8c !important;
}

.services-sidebar > ul{
  padding-left: 0px !important;
}

.services-sidebar > ul > li{
  margin-top: 1px;
  display: block;
  padding: 10px 15px;
  background-color: #e1e7f0;
  font-size: 13.5px;
  font-size: 1.35rem;
  line-height: 1.25;
}

.services-sidebar > ul > li:hover{
  background-color: #d4dce9 !important;
  color: #113388 !important;
}

.services-sidebar > ul > li > a{
  font-size: 14px !important;
  text-decoration: none;
  color: #555555;
}

.services-sidebar > ul > li > a:hover{
  color: #113388 !important;
}

.selected-sidebar-service > a{
  color: #000000 !important;
  font-weight: bold !important;
}

.selected-sidebar-service > a:hover{
  color: #113388 !important;
}

.services-card-body{
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
}

.services-card-body h6::after{
  content: url('./images/news-release-arrow-icon.png');
  position: absolute;
  right: 0px;
  top: 40%;
  display: inline-block;
  width: 12px;
  height: 8px;
}

.services-sidebar{
  background-image: url('./images/services/services-sidebar.png');
  background-repeat: no-repeat;
  background-position: right;
}

/********** Product & Services *******************/

/**************************Sub Page**************************/

.sub-page-title{
  color: #113388 !important;
  font-size: 24px !important;
}

.sub-page-content > p{
  font-size: 15px !important;
}

/**************************Sub Page**************************/

/*********** Contact Us **************************/

.contact-us-banner{
  background: url('./images/contactus/contactus-banner.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

.contactus-heading{
  margin: 35px 0 20px;
  padding: 20px 0 0 0;
  border-top: 1px solid #cccccc;
  color: #113388 !important;
  font-size: 24px;
  line-height: 1.5;
}

.contactus-block{
  padding: 24px;
  border: 1px solid #cccccc;
}

.contactus-card-header{
  font-weight: bold;
  font-size: 16px !important;
  margin-bottom: 10px;
}

.contactus-number .text{
  font-size: 14px !important;
}

.contactus-number .number{
  font-size: 24px !important;
}

.contactus-enquiry{
  width: 100%;
  padding: 10px;
  background-color: #113366;
  color: #ffffff;
}

.contactus-enquiry i{
  margin-right: 5px;
}

.privacy-policy-model-ul{
  margin-left: 15px;
}

.privacy-policy-model-ul > li{
  font-size: 14px !important;
  list-style-type: none;
  padding: 0 0 0 15px;
  background: url('./images/model-list-bullet.png') no-repeat 0 0.5em;
}

.privacy-policy-model-ul > li> ol > li{
  list-style-type: none !important;
}

.privacy-policy-model-ul > li> ol > li > span{  
  margin-right: 10px;
}

.model-close-button{
  right: 40px;
  top: auto;
  bottom: 15px;
  display: block !important;
  width: 47px;
  height: 45px;
  border: 1px solid #c3c3c3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  background-image: url('./images/model-close-button.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/*********** Contact Us **************************/

/*********** About Us ****************************/

.about-us-banner{
  background: url('./images/aboutus/about-us-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us-sidebar{
  background-image: url('./images/aboutus/about-us-sidebar.png');
  background-repeat: no-repeat;
  background-position: right;
}

/*********** About Us ****************************/

/*********** Privacy Policy ****************************/

.privacy-div > h2{
  font-size: 24px !important;
  color: #113388 !important;
}

.privacy-div > h4{
  font-size: 24px !important;
  color: #113388 !important;
}

.privacy-div > h2 > span{
  margin-right: 10px;
}

.privacy-div > p{
  font-size: 14px !important;
}

.privacy-div > ol > li{
  font-size: 14px !important;
}

.privacy-div > ul > li{
  font-size: 14px !important;
}

.privacy-div > table{
  font-size: 14px !important;
}

.privacy-div > dl{
  font-size: 14px !important;
}

/*********** Privacy Policy ****************************/

/*********** Terms ****************************/

.terms-div{
  border-bottom: 1px solid #cccccc;
  padding-bottom: 20px;
}

.terms-div > h4{
  font-size: 24px !important;
  color: #113388 !important;
  margin-top: 20px;
}

.terms-div p{
  font-size: 14px !important;
}

.terms-div > ol > li{
  font-size: 14px !important;
}

.terms-div > ul > li{
  font-size: 14px !important;
}

/*********** Terms ****************************/

/********** Footer Section ***********/

.footer-container{
  border-top: 2px solid #777777;
  margin-top: 20px;
  padding: 20px;
}

.footer-menu > li > a{
  color: #888888 !important;
  font-size: 12px !important;
}

.footer-menu > li > a:hover{
  color: #113388 !important;
}

.footer-copyright{

}

.footer-copyright p{
  color: #aaaaaa;;
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 10px !important;
  line-height: 1.0;
}

/********** Footer Section ***********/

/********** Media Queries ***********/

@media (max-width: 576px) {

  .top-navbar-link > form{
    margin-left: 22%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-nav {
      width: 100%;
      justify-content: center !important;
      align-items: center;
  }

  .main-menu {
      position: fixed;
      top: 220px;
      z-index: 999;
      width: 100%;
      border-top: 1px solid #d3d3d3;
      border-bottom: 1px solid #d3d3d3;
      background: #ffffff;
      padding: 5px 0px;
  }

  .main-content {
      margin: 275px 0 0 0;
  }

}

@media (min-width: 576px) and (max-width: 768px) {
  /* Styles for small devices */

  .navbar-nav {
      display: flex;
      flex-direction: row;
      padding-left: 0;
      margin-bottom: 0;
      list-style: none;
  }

  .main-menu {
      position: fixed;
      top: 75px;
      z-index: 999;
      width: 100%;
      border-top: 1px solid #d3d3d3;
      border-bottom: 1px solid #d3d3d3;
      background: #ffffff;
      padding: 5px 0px;
  }

  .main-content {
      margin: 130px 0 0 0;
  }

}

@media (min-width: 768px) and (max-width: 992px) {
  /* Styles for medium devices */
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* Styles for large devices */
}

@media (min-width: 1200px) {
  /* Styles for extra large devices */
}


/********** Media Queries ***********/

