﻿@charset "utf-8";

*,
.clear {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.logo a,
.logo_span,
a,
a img {
  border: 0;
  outline: 0;
}

body,
html {
  background: #f2f2f2;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

@font-face {
  font-family: MYRIADPROREGULAR;
  src: url(../fonts/MYRIADPROREGULAR.eot);
  src: local("MYRIADPROREGULAR"),
    url(../fonts/MYRIADPROREGULAR.woff) format("woff"),
    url(../fonts/MYRIADPROREGULAR.ttf) format("truetype");
}

.fontsforweb_fontid_4410 {
  font-family: MYRIADPROREGULAR !important;
  font-size: 16px;
}

@font-face {
  font-family: RobotoBold;
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
}

@font-face {
  font-family: RobotoLight;
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
}

@font-face {
  font-family: RobotoRegular;
  src: url(../fonts/Roboto-Regular.ttf) format("truetype");
}

@font-face {
  font-family: RobotoBlack;
  src: url(../fonts/Roboto-Black.ttf) format("truetype");
}

@font-face {
  font-family: helvetica_condensedbold;
  src: url(../fonts/helvetica-condensed-bold.ttf) format("truetype");
}

img {
  max-width: 100%;
}

.clear {
  display: block;
  clear: both;
}

.main_wrapper {
  width: 100%;
  max-width: 1280px;
  display: block;
  margin: 0 auto;
}

.max_width,
.max_width_bg {
  display: inline-block;
  width: 100%;
}

.max_width {
  max-width: 1080px;
}

.max_width_bg {
  max-width: 1280px;
}

header {
  display: block;
  z-index: 9;
  width: 100%;
}

header.fixed {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
}

.header_top {
  display: block;
  box-shadow: 0 3px 3px #ccc;
  padding: 1% 0;
  background: #fff;
  position: relative;
  z-index: 9;
  text-align: center;
}

.logo,
.logo a,
.logo_span,
.toshiba_text_header {
  display: inline-block;
  vertical-align: middle;
}

.logo {
  width: 45%;
  text-align: left;
}

.logo a,
.logo_span {
  width: 40%;
}

.toshiba_text_header span {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  font-family: helvetica_condensedbold;
  color: #000;
  padding: 10px 20px;
}

.logo .toshiba_text_header a {
  width: auto;
}

.header_right,
.menu_container {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}

.header_right {
  width: 54%;
  padding: 0 0 0 3%;
}

/* .search_container {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  border-radius: 9px;
  padding: 10px;
  background-color: #f7f7f7;
  box-shadow: inset 2px 2px 7px #ccc;
} */

.search_container input {
  border: 0;
  font-size: 14px;
  width: 80%;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  background-color: #f7f7f7;
}

.dropDownMenu li,
.dropDownMenu li ul li span,
.menu_icon span,
.navigation ul li a {
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
}

.search_button {
  display: inline-block;
  vertical-align: middle;
}

.menu_container {
  width: auto;
}

.menu_icon {
  display: none;
}

.menu_icon img,
.menu_icon span {
  display: inline-block;
  vertical-align: middle;
}

.menu_icon span {
  color: #000;
  text-transform: uppercase;
  padding: 0 10%;
}

.navigation {
  display: block;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
}

.navigation ul li a {
  display: block;
  text-transform: uppercase;
  color: #585858;
}

.navigation ul li a:hover {
  font-family: Arial, Helvetica, sans-serif;
  color: #e30000;
}

.navigation ul li ul {
  display: none;
}

.dropDownMenu,
.dropDownMenu li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
}

.dropDownMenu {
  padding: 0;
  width: 100%;
  background: url(../images/nav_divider.png) right bottom no-repeat;
  text-align: left;
  display: flex;
}

.dropDownMenu li a {
  text-decoration: none;
  padding: 8% 30% 6% 8%;
  background: url(../images/nav_drop_arrow.png) 90% 33px no-repeat;
}

.dropDownMenu li a.no_arrow {
  text-decoration: none;
  padding: 8% 25% 6% 8%;
  background: 0 0;
}

.dropDownMenu li a.active,
.dropDownMenu li a:hover {
  background: url(../images/nav_drop_arrow_active.png) 90% 33px no-repeat #fff;
  text-decoration: none;
}

.dropDownMenu li a:hover {
  padding: 8% 30% 6% 8%;
}

.dropDownMenu li a.active {
  padding: 8% 25% 6% 8%;
}

.dropDownMenu li a.no_arrow .active,
.dropDownMenu li a.no_arrow:hover {
  text-decoration: none;
  padding: 8% 25% 6% 8%;
  background: #fff;
}

.dropDownMenu li {
  color: #585858;
  width: 25%;
  padding-left: 1px;
  background: url(../images/nav_divider.png) left bottom no-repeat;
}

.dropDownMenu li ul {
  list-style: none;
  position: absolute;
  width: 100%;
  left: 0;
  display: none;
  margin: -1px 0 0;
  z-index: 999;
}

.dropDownMenu li:hover ul {
  display: inline-block;
  text-align: center;
  background: #fff;
  box-shadow: 1px 1px 0 #ccc;
  padding-bottom: 20px;
}

.dropDownMenu li ul li {
  width: 9%;
  padding: 1%;
  background: 0 0;
  vertical-align: top;
  text-align: left;
}

.dropDownMenu li ul li img {
  display: block;
  margin-bottom: 10px;
}

.dropDownMenu li ul li a,
.dropDownMenu li ul li a:hover {
  display: block;
  margin: 0 !important;
  background: 0 0;
  padding: 0;
  width: 100%;
  color: #000 !important;
}

.dropDownMenu li ul li span {
  display: block;
  text-transform: uppercase;
  color: #000;
}

.dropDownMenu li ul li a:hover {
  color: #585858;
}

.dropDownMenu li ul li a span {
  color: #757575;
  margin-top: 0px;
  padding-left: 7px;
}

.expanded_menu_container {
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  padding-top: 100px;
  z-index: 5;
  width: 100%;
  box-shadow: 0 1px 5px #000;
}

.nodropDownMenu {
  background: none !important;
}

#hidden_content {
  display: none;
}

.nav_title,
.world_links {
  display: block;
  text-transform: uppercase;
}

.expanded_menu_container .footer_nav {
  box-shadow: 0 3px 3px #ccc;
  padding-bottom: 20px;
  text-align: center;
}

.expanded_menu_container .navigation {
  background: 0 0;
}

.world_links {
  margin-left: 0;
  padding-left: 3%;
  background: url(../images/flag_india.png) 1% center no-repeat;
  color: #585858;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
}

.nav_title {
  text-align: left;
  padding: 2% 0 1%;
  color: #e30000;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.global_links,
.global_links a {
  display: inline-block;
  vertical-align: middle;
}

.banner_head_links a,
.global_links,
.links_left {
  font-family: Arial, Helvetica, sans-serif;
}

.global_links {
  width: 41%;
  padding: 0 0 0 3%;
  color: #585858;
  font-size: 11px;
  text-align: left;
}

.global_links a {
  width: 55%;
  color: #e30000;
  text-decoration: none;
  padding: 2% 0 0 4px;
}

.global_links a.right {
  width: 38%;
}

.content {
  display: block;
  text-align: center;
}

.banner {
  display: block;
  margin: 28px 0;
  text-align: left;
}

.banner_cont {
  width: 100%;
  display: block;
  z-index: 0;
}

.banner_home {
  display: inline-block;
}

.banner_head_links {
  display: block;
  text-align: left;
  margin-top: 40px;
}

.links_center,
.links_left,
.links_right {
  display: inline-block;
}

.links_left {
  vertical-align: middle;
  text-align: left;
  width: 39%;
  color: #ed1c24;
  text-decoration: none;
  font-size: 22px;
  text-transform: uppercase;
}

.links_center {
  vertical-align: middle;
  text-align: center;
  width: 20%;
}

.links_right {
  vertical-align: middle;
  text-align: left;
  width: 39%;
}

.banner_head_links a {
  text-transform: uppercase;
  text-decoration: underline;
  color: #6d6d6d;
  font-size: 20px;
  padding: 20px;
}

.banner_head_links a.active {
  color: #ed1c24;
  text-decoration: none;
  font-size: 22px;
}

.inner_page_banner {
  display: block;
  text-align: left;
}

.inner_page_banner h1 {
  display: inline-block;
  padding: 40px 0 40px 80px;
  width: 65%;
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 50px;
  text-align: left;
}

.inner_page_banner a,
.inner_page_banner p {
  margin-left: 80px;
  display: inline-block;
  width: 25%;
  padding: 20px;
}

.inner_page_banner p {
  background-color: #fff;
  font-size: 18px;
  line-height: 1.3;
}

.inner_page_banner a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #fff;
  background: rgba(237, 28, 36, 0.8);
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin-bottom: 50px;
}

.content_inner {
  display: block;
  padding: 40px 0;
  text-align: left;
}

.left_content,
.right_content {
  display: inline-block;
  vertical-align: top;
}

.content_inner h1,
.content_inner h2 {
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 20px;
  color: #fe0000;
  text-align: left;
  font-weight: 400;
}

.left_content {
  width: 70%;
  text-align: left;
  padding-right: 2%;
  border-right: 1px solid #d9d9d9;
}

.right_content {
  width: 27%;
  text-align: left;
}

.content_inner h1 {
  font-size: 22px;
  clear: both;
}

.content_inner h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.content_inner h1.red {
  color: #fe0000;
}

.content_inner p,
.content_inner p.small {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}

.content_inner p {
  font-size: 16px;
  padding-bottom: 30px;
  text-align: left;
  display: block;
}

.content_inner ul {
  padding-left: 20px;
  list-style-type: disc;
}

.content_inner ul li {
  font-size: 16px;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.button_red,
.view_all_button {
  display: inline-block;
}

.content_inner p.small {
  font-size: 15px;
  padding-bottom: 50px;
  text-transform: uppercase;
}

.content_inner p.align_right {
  text-align: right;
}

.content_inner p .red {
  color: #fe0000;
}

.content_inner p img.float {
  float: left;
  margin: 0 10px 10px 0;
}

.content_inner b {
  font-family: Arial, Helvetica, sans-serif;
}

.content_inner hr {
  border-bottom: 1px solid #ccc;
  margin: 20px 0 40px;
}

.view_all_button {
  padding: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 19px;
  color: #fff;
  background: rgba(237, 28, 36, 0.8);
  text-transform: uppercase;
  text-decoration: none;
}

.banner_button_red,
.button_red {
  padding: 20px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  background: rgba(237, 28, 36, 0.8);
  border: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.button_red.two {
  margin-top: 0;
  margin-left: 10px;
}

.banner_button_red {
  display: block;
  text-align: center;
}

.button_red_small {
  padding: 5px;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #fff;
  background: rgba(237, 28, 36, 0.8);
  text-transform: uppercase;
  text-decoration: none;
  border: 0;
}

ul.disc_type,
ul.hydoelectric_table {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

ul.disc_type {
  margin-left: 20px;
  padding: 0 0 30px;
  list-style-type: disc;
  font-size: 18px;
}

ul.disc_type li {
  padding: 0 0 10px 20px;
}

ul.hydoelectric_table {
  margin-left: 0;
  list-style-type: none;
  font-size: 14px;
  padding: 30px 0;
  clear: both;
}

ul.hydoelectric_table li {
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

ul.hydoelectric_table li.head span.column {
  font-family: Arial, Helvetica, sans-serif;
  color: #fe0000;
}

.four_section,
ul.content_images li span.overtext,
ul.ewaste_green,
ul.ewaste_red,
ul.form li {
  font-family: Arial, Helvetica, sans-serif;
}

ul.hydoelectric_table li span.column {
  display: inline-block;
  vertical-align: middle;
  padding: 0 1%;
  text-align: center;
}

ul.hydoelectric_table li span.sr_no {
  width: 4%;
}

ul.hydoelectric_table li span.one {
  width: 10%;
}

ul.hydoelectric_table li span.two {
  width: 30%;
}

ul.hydoelectric_table li span.three {
  width: 10%;
}

ul.hydoelectric_table li span.four {
  width: 12%;
}

ul.hydoelectric_table li span.five {
  width: 5%;
}

ul.hydoelectric_table li span.six {
  width: 15%;
}

.one-third_sec {
  display: inline-block;
  width: 29%;
  vertical-align: top;
  padding-right: 6%;
  margin-bottom: 40px;
}

.one-third_sec.last {
  padding-right: 0;
}

.one-third_sec img {
  display: block;
  margin-bottom: 20px;
}

.one-third_sec h2 a {
  text-decoration: none;
  color: #fe0000;
}

.one-third_sec h2 a:hover {
  text-decoration: underline;
  color: #fe0000;
}

.one-third_sec ul.disc_type li {
  padding: 0 0 5px 10px;
}

.one-third_sec ul.disc_type li a {
  color: #000;
  text-decoration: underline;
}

.four_section {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding-right: 4.5%;
  padding-bottom: 40px;
  font-size: 18px;
  color: #000;
}

.four_section p {
  font-size: 18px;
  color: #000;
  margin: 5px 0 0;
  padding: 0;
  line-height: 20px;
}

.four_section ul.indistrial-system {
  padding: 0 0 5px 22px;
  margin-top: 5px;
}

.four_section ul.indistrial-system li {
  font-size: 18px;
  color: #000;
  line-height: 22px;
  margin: 5px 0 0;
}

.four_section_indusriarl {
  width: 30%;
}

.four_section.last {
  padding-right: 0;
}

.four_section img {
  margin-bottom: 20px;
  display: block;
}

.four_section h2 a {
  text-decoration: none;
  color: #fe0000;
}

.four_section h2 a:hover {
  text-decoration: underline;
  color: #fe0000;
}

.four_section ul.disc_type li {
  padding: 0 0 5px 5px;
}

.four_section ul.disc_type li a {
  color: #000;
  text-decoration: underline;
}

.half_width,
.left_content .half_width {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  padding-right: 2%;
}

.left_content .half_width a {
  display: inline-block;
  margin-bottom: 40px;
}

ul.content_images,
ul.form {
  margin: 0;
  list-style-type: none;
}

.left_content .half_width a.store_link {
  display: inline-block;
  margin-bottom: 0;
}

ul.content_images {
  display: block;
  padding: 10px 0;
}

ul.content_images li {
  width: 192px;
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 20px;
  vertical-align: top;
  position: relative;
}

ul.content_images li img {
  display: block;
  position: relative;
}

ul.content_images li span.overtext {
  display: block;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
  position: absolute;
  top: 5%;
  width: 80%;
}

ul.form {
  display: block;
  padding: 10px 0;
}

ul.form li {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  padding-bottom: 20px;
}

ul.form li.full_width {
  width: 100%;
}

ul.form li sup {
  font-size: 12px;
  margin-top: -10px;
  color: #fe0000;
  padding: 0 5px;
}

ul.form li input,
ul.form li select,
ul.form li textarea {
  padding: 10px;
  box-shadow: inset 1px 1px 8px #eee;
  margin-top: 5px;
  font-size: 18px;
  display: block;
}

ul.form li input {
  width: 80%;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
}

ul.form li select {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

ul.form li textarea {
  width: 82%;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

ul.ewaste_red {
  color: #000;
  font-size: 18px;
  margin-left: 20px;
  padding: 0 0 20px;
  list-style-image: url(../images/ewaste_red_icon.png);
}

ul.ewaste_red li {
  line-height: 1.5;
  padding-bottom: 20px;
}

ul.ewaste_red li ul {
  list-style-image: none;
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1;
}

ul.ewaste_red li ul li {
  padding-bottom: 10px;
}

ul.ewaste_green {
  color: #000;
  font-size: 18px;
  margin-left: 20px;
  padding: 0 0 20px;
  list-style-image: url(../images/ewaste_green_icon.png);
}

.media_content .media_half_sec h1,
a.latest_updates_links h2 {
  font-family: RobotoLight, Arial, Helvetica, sans-serif;
}

ul.ewaste_green li {
  line-height: 1.5;
  padding-bottom: 20px;
}

.media_content {
  display: block;
  padding: 10px 0;
}

.media_content .media_half_sec {
  display: inline-block;
  width: 40%;
  padding: 0 2% 20px;
  vertical-align: top;
}

.media_content .media_half_sec a {
  text-decoration: none;
  display: block;
  text-align: left;
}

.media_content .media_half_sec img {
  display: inline-block;
  margin-bottom: 10px;
}

.media_content .media_half_sec h1 {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  text-align: left;
  display: block;
}

.lifenology_title,
.right_content h1,
.store_details {
  font-family: Arial, Helvetica, sans-serif;
}

.lifenology_title,
.media_content .media_half_sec h1 span.date {
  color: #fe0000;
  text-transform: uppercase;
}

.lifenology_title {
  display: block;
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  text-shadow: 5px 5px 5px #f2f2f2;
  background: url(../images/lifenology_title_bg.jpg) center repeat-x;
}

.location_list_container {
  display: inline-block;
  width: 36%;
  height: 500px;
  overflow-y: scroll;
}

.location_list_container::-webkit-scrollbar {
  width: 7px;
  height: 100%;
}

.location_list_container::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.location_list_container::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c34143;
  background: -moz-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #c34143),
      color-stop(50%, #ed4143),
      color-stop(100%, #c34143));
  background: -webkit-linear-gradient(left,
      #c34143 0,
      #ed4143 50%,
      #c34143 100%);
  background: -o-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: -ms-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: linear-gradient(to right, #c34143 0, #ed4143 50%, #c34143 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c34143', endColorstr='#c34143', GradientType=1);
}

.store_details_container {
  display: block;
  padding: 4% 2%;
  cursor: pointer;
}

.store_details,
.store_number {
  display: inline-block;
  vertical-align: top;
}

.store_number {
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  padding: 2% 3.5% 6% 3%;
  margin-right: 5%;
  background: url(../images/location_pin.png) left top no-repeat;
}

.store_details {
  padding: 0 2%;
  width: 80%;
  font-size: 18px;
  line-height: 1.2;
}

.arrow_left,
.arrow_right,
.nav_number {
  vertical-align: middle;
}

.store_details p {
  color: #fe0000;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 10px;
}

.store_link {
  display: block;
  color: #ea6737;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 0;
}

#map {
  height: 500px;
  width: 655px;
  float: right;
}

.distance {
  display: block;
  color: #999;
}

.map_container {
  width: 70%;
  display: inline-block;
  height: 530px;
}

.right_content h1 {
  font-size: 22px;
  color: #000;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 20px;
  padding-left: 10%;
}

.right_content ul li,
.right_content ul.media_menu li {
  font-family: Arial, Helvetica, sans-serif;
}

.right_content p {
  margin: 0 0 4% 10%;
}

.right_content ul {
  display: block;
  list-style-type: none;
}

.right_content ul li {
  padding: 0 0 4%;
  margin: 0;
  font-size: 18px;
}

.right_content ul li span.current {
  background: url(../images/right_nav_arrow.png) 10px center no-repeat;
  padding-left: 10%;
}

.right_content ul li a {
  display: block;
  color: #fe0000;
  text-decoration: underline;
  margin-left: 10%;
}

.right_content ul.media_menu {
  display: block;
  list-style-type: none;
}

.right_content ul.media_menu li {
  padding-left: 10%;
  font-size: 18px;
  display: block;
  color: #fe0000;
  text-decoration: underline;
  margin: 0;
  cursor: pointer;
}

.right_content ul.media_menu li.bold {
  background: url(../images/right_nav_arrow.png) 10px 6px no-repeat;
  color: #000;
  text-decoration: none;
  cursor: default;
}

a.latest_updates_links {
  display: block;
  text-align: left;
  padding: 10px 0;
  text-decoration: none;
}

a.latest_updates_links img {
  display: inline-block;
  margin-bottom: 20px;
}

a.latest_updates_links h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.banner h1,
.banner h1 span {
  font-family: RobotoLight, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
  text-align: left;
}

.banner h1 {
  color: #000;
}

.banner h1 span {
  color: #fe0000;
}

.banner a {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  padding: 10px 0;
  text-align: left;
}

.banner_nav_container {
  display: block;
  padding: 2% 4%;
}

.arrow_left,
.arrow_right,
.arrow_right a,
.nav_number {
  display: inline-block;
}

.arrow_left {
  text-align: left;
  width: 33%;
}

.nav_number {
  text-align: left;
  width: 50%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  color: #9a9a9a;
}

.arrow_right {
  text-align: right;
  width: 49%;
}

.arrow_right a {
  margin-right: 10px;
}

.ca-container {
  position: relative;
  margin: 25px auto 20px;
  width: 100%;
  height: 245px;
}

.ca-close,
.ca-item-main,
.ca-more {
  position: absolute;
}

.ca-wrapper {
  width: 100%;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  height: 230px;
}

.ca-item,
.ca-item_last {
  display: inline-block;
  vertical-align: top;
  padding: 0 1.5% 0 0;
  height: 100%;
  white-space: normal;
}

.ca-item {
  width: 32%;
  text-align: left;
}

.ca-item h3,
.ca-item_last,
.ca-more {
  text-align: center;
}

.ca-item_last {
  width: 10%;
}

.ca-more {
  bottom: 10px;
  right: 0;
  padding: 4px 15px;
  font-weight: 700;
  background: #ccbda2;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
  text-shadow: 1px 1px 1px #897c63;
}

.ca-close {
  top: 10px;
  right: 10px;
  background: url(../images/cross.png) center center no-repeat #fff;
  width: 27px;
  height: 27px;
  text-indent: -9000px;
  outline: 0;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  opacity: 0.7;
}

.ca-close:hover {
  opacity: 1;
}

.ca-item-main {
  padding: 20px;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: #fff;
  overflow: hidden;
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.ca-icon {
  width: 233px;
  height: 189px;
  position: relative;
  margin: 0 auto;
  background: url(../images/animal1.png) center center no-repeat;
}

.ca-item-2 .ca-icon {
  background-image: url(../images/animal2.png);
}

.ca-item-3 .ca-icon {
  background-image: url(../images/animal3.png);
}

.ca-item-4 .ca-icon {
  background-image: url(../images/animal4.png);
}

.ca-item-5 .ca-icon {
  background-image: url(../images/animal5.png);
}

.ca-item-6 .ca-icon {
  background-image: url(../images/animal6.png);
}

.ca-item-7 .ca-icon {
  background-image: url(../images/animal7.png);
}

.ca-item-8 .ca-icon {
  background-image: url(../images/animal8.png);
}

.ca-item h3 {
  font-family: Coustard, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  color: #000;
  margin-bottom: 20px;
  height: 85px;
  text-shadow: 0 1px 1px #e4ebe9;
}

.ca-content-text,
.ca-item h4 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 24px;
  font-style: italic;
}

.ca-item h4 {
  font-size: 12px;
  text-align: left;
  border-left: 10px solid #b0ccc6;
  padding-left: 10px;
  margin: 10px;
  position: relative;
}

.ca-item h4 span {
  text-indent: 40px;
  display: block;
}

.ca-item h4 span.ca-quote {
  color: #f4eee3;
  font-size: 100px;
  position: absolute;
  top: 20px;
  left: 0;
  text-indent: 0;
}

.ca-content-wrapper {
  background: #b0ccc6;
  position: absolute;
  width: 0;
  height: 440px;
  top: 5px;
  text-align: left;
  z-index: 10000;
  overflow: hidden;
}

.ca-content {
  width: 660px;
  overflow: hidden;
}

.ca-content-text {
  font-size: 14px;
  margin: 10px 20px;
  padding: 10px 20px;
}

.ca-content h6,
.ca-content-text p {
  padding-bottom: 5px;
}

.ca-content h6 {
  margin: 25px 20px 0 35px;
  font-size: 32px;
  font-family: Coustard, sans-serif;
  color: #60817a;
  border-bottom: 2px solid #99bcb4;
  text-shadow: 1px 1px 1px #99bcb4;
}

.ca-content ul {
  margin: 20px 35px;
  height: 30px;
}

.ca-content ul li {
  float: left;
  margin: 0 2px;
}

.ca-content ul li a {
  color: #fff;
  background: #000;
  padding: 3px 6px;
  font-size: 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-style: italic;
}

.innovation_title,
.media_title,
input.switch:empty~label {
  font-family: Arial, Helvetica, sans-serif;
}

.ca-content ul li a:hover {
  background: #fff;
  color: #000;
  text-shadow: none;
}

.ca-nav span {
  width: 25px;
  height: 38px;
  background: url(../images/arrows.png) top left no-repeat;
  position: absolute;
  top: 90%;
  margin-top: -19px;
  left: 0;
  text-indent: -9000px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 100;
}

.ca-nav span.ca-nav-next {
  background-position: top right;
  left: auto;
  right: 0;
}

.ca-nav span:hover {
  opacity: 1;
}

.banner a.view_more {
  display: inline-block;
  margin-top: 40%;
}

.ca-wrapper::-webkit-scrollbar {
  width: 100%;
  height: 7px;
}

.ca-wrapper::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.ca-wrapper::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c34143;
  background: -moz-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #c34143),
      color-stop(50%, #ed4143),
      color-stop(100%, #c34143));
  background: -webkit-linear-gradient(left,
      #c34143 0,
      #ed4143 50%,
      #c34143 100%);
  background: -o-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: -ms-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: linear-gradient(to right, #c34143 0, #ed4143 50%, #c34143 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c34143', endColorstr='#c34143', GradientType=1);
}

.media_gallery {
  display: block;
  background: url(../images/media_gallery_bg.png) top center no-repeat;
  padding: 30px 0;
  text-align: center;
}

.media_header {
  display: block;
  margin-bottom: 20px;
}

.media_title {
  display: block;
  width: 100%;
  text-align: left;
  vertical-align: middle;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}

.media_buttons {
  display: none;
  width: 49%;
  text-align: right;
  vertical-align: middle;
}

.change_view_container {
  display: none;
  vertical-align: middle;
  text-align: left;
  width: 35%;
}

input.switch:empty {
  visibility: hidden;
  display: none;
}

input.switch:empty~label {
  position: relative;
  font-size: 16px;
  line-height: 10px;
  color: #fff;
  text-align: left;
  margin: 0.2em 0;
  padding: 3px 0 3px 70px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.switch:empty~label:after,
input.switch:empty~label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  content: " ";
  width: 56px;
  background-color: #eee;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

input.switch:empty~label:after {
  width: 25px;
  top: 0.1em;
  bottom: 0.1em;
  margin-left: 0.1em;
  background: url(../images/toogle_bg.png) 5px 5px no-repeat #fff;
  border-radius: 2px;
  box-shadow: inset 0 -2px 0 #bebebe;
}

input.red:empty~label:before {
  background: #fd868a;
}

input.green:empty~label:before {
  background: #a5f876;
}

input.switch:checked~label:before {
  background-color: #eee;
}

input.switch:checked~label:after {
  margin-left: 30px;
}

.gallery_image {
  padding-bottom: 20px;
  width: 100%;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  height: 270px;
}

.gallery_image a {
  display: inline-block;
  margin-right: 25px;
}

.gallery_image img {
  max-width: inherit;
}

.gallery_image::-webkit-scrollbar {
  width: 100%;
  height: 7px;
}

.gallery_image::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.gallery_image::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #c34143;
  background: -moz-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #c34143),
      color-stop(50%, #ed4143),
      color-stop(100%, #c34143));
  background: -webkit-linear-gradient(left,
      #c34143 0,
      #ed4143 50%,
      #c34143 100%);
  background: -o-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: -ms-linear-gradient(left, #c34143 0, #ed4143 50%, #c34143 100%);
  background: linear-gradient(to right, #c34143 0, #ed4143 50%, #c34143 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c34143', endColorstr='#c34143', GradientType=1);
}

.case_studies_bg {
  background: url(../images/case_studies_bg.png) top center no-repeat;
  display: block;
}

.secondary_banner {
  display: block;
  margin-top: 50px;
  position: relative;
  width: 100%;
  text-align: center;
}

.innovation_title {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #fe0000;
  text-transform: uppercase;
  text-shadow: 5px 5px 5px #f2f2f2;
  background: url(../images/inno_title_bg.jpg) center center no-repeat;
}

.inner_banner h1,
.manage-destination-banner h1 {
  text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
}

.inner_banner {
  display: block;
  position: relative;
}

.inner_banner img {
  position: relative;
  z-index: 1;
}

.inner_banner h1 {
  position: absolute;
  z-index: 1;
  width: 60%;
  top: 50px;
  left: 125px;
  font-size: 50px;
  line-height: 1;
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
}

.banner_white_bg,
.banner_white_bg_s {
  margin-left: 80px;
  padding: 20px;
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
  left: 45px;
  z-index: 1;
  text-align: left;
}

.banner_white_bg-n {
  margin-left: 80px;
  padding: 20px;
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  line-height: 1.3;
  position: absolute;
  left: 45px;
  z-index: 1;
  text-align: left;
  width: 60%;
  top: 200px;
}

.banner_white_bg {
  width: 30%;
  top: 200px;
}

.banner_white_bg.belowthreelines {
  top: 220px;
}

.banner_white_bg_s {
  width: 27%;
  top: 160px;
}

.cs_tabs_container ul.cs_tab,
.etabs,
.tab {
  list-style-type: none;
  margin: 0;
}

.banner_white_bg.big {
  width: 45%;
}

.banner_white_bg.bigger {
  width: 75%;
}

.semiconductor {
  display: block;
  padding: 20px 0;
}

.semiconductor a {
  display: inline-block;
  padding: 0.5% 1%;
}

.cs_main_tab,
.cs_tabs_container h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #fe0000;
  padding-bottom: 20px;
  font-weight: 400;
}

.cs_main_tab {
  font-size: 22px;
  text-align: left;
  display: inline-block;
  width: 49%;
  cursor: pointer;
  vertical-align: top;
}

.cs_main_tab.right {
  text-align: right;
  font-size: 20px;
}

.cs_tabs_container {
  display: block;
  text-align: center;
  padding-top: 20px;
  background: rgba(255, 255, 255, 0.6);
}

.cs_tabs_container h1 {
  font-size: 22px;
  text-align: left;
}

.cs_tabs_container ul.cs_tab li,
.tab,
.tab_content ul {
  font-family: Arial, Helvetica, sans-serif;
}

.cs_tabs_container ul.cs_tab {
  padding: 0;
  display: inline-block;
  width: 100%;
  background: url(../images/nav_divider.png) right bottom no-repeat;
  text-align: left;
}

.cs_tabs_container ul.cs_tab li {
  list-style-type: none;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  color: #585858;
  width: 19.5%;
  padding-left: 1px;
  background: url(../images/nav_divider.png) left bottom no-repeat;
}

.cs_tabs_container ul.cs_tab li a {
  display: block;
  text-decoration: none;
  padding: 8% 5%;
  color: #8a8a8a;
}

.cs_tabs_container ul.cs_tab li a span.cs_tab_no {
  display: block;
  color: #d9d9d9;
  font-size: 22px;
}

.cs_tabs_container ul.cs_tab li a:hover {
  color: #000;
}

.cs_tabs_container ul.cs_tab li a:hover span.cs_tab_no {
  color: #fe0000;
}

.cs_tabs_container ul.cs_tab li a.active {
  color: #000;
}

.etabs {
  display: block;
  background: url(../images/nav_divider.png) right bottom no-repeat rgba(255, 255, 255, 0.6);
  text-align: left;
}

.tab {
  display: inline-block;
  font-size: 14px;
  color: #585858;
  width: 19%;
  padding-left: 1px;
  background: url(../images/nav_divider.png) left bottom no-repeat;
}

.tab a {
  display: block;
  text-decoration: none;
  padding: 8% 6%;
  color: #8a8a8a;
}

.tab a:hover {
  color: #000;
  background: #fff;
}

.tab a span.cs_tab_no {
  display: block;
  color: #d9d9d9;
  font-size: 22px;
}

.tab a:hover span.cs_tab_no {
  color: #fe0000;
}

.tab.active {
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #666;
  background: url(../images/nav_divider.png) left bottom no-repeat #fff;
}

.tab a.active {
  color: #000;
  background: #fff;
}

.tab a.active span.cs_tab_no {
  color: #fe0000;
}

.cs_tab_title {
  display: block;
}

.tab_content ul {
  margin-left: 20px;
  padding: 0 0 30px;
  list-style-type: disc;
  font-size: 18px;
  color: #000;
}

.footer_nav_title,
ul.pagination li,
ul.search_result li a.result_head {
  font-family: Arial, Helvetica, sans-serif;
}

.tab_content ul li {
  padding: 0 0 10px 20px;
}

.cs_tabs_container ul.cs_tab li a.active span {
  color: #fe0000;
}

ul.search_result {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

ul.search_result li {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

ul.search_result li a.result_head {
  font-size: 18px;
  color: #fe0000;
  font-weight: 400;
  padding-bottom: 10px;
  text-align: left;
  text-decoration: none;
  display: block;
}

ul.search_result li a.result_head:hover {
  color: #fe0000;
  text-decoration: underline;
}

.footer_nav_link,
.footer_nav_title,
.terms a,
.toshiba-visit a,
ul.pagination li a {
  text-decoration: none;
}

ul.search_result li p {
  padding-bottom: 0;
  font-size: 16px;
}

ul.search_result li a.result_link {
  font-size: 14px;
  color: #999;
  padding-top: 10px;
  display: block;
}

ul.pagination {
  list-style-type: none;
  margin: 0;
  padding: 20px 0;
  text-align: right;
}

ul.pagination li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  font-size: 18px;
  color: #000;
}

ul.pagination li a {
  color: #fe0000;
  display: block;
}

#html5lightbox-div {
  width: auto !important;
  height: auto !important;
}

a.red:hover,
a.red:link,
a.red:visited {
  color: #e30000;
}

.television_link {
  display: none;
}

.wheretobuy {
  display: block;
  margin: 20px 0;
}

.direction_map,
.gmap,
.wheretobuy select {
  display: inline-block;
}

.wheretobuy select {
  padding: 10px;
  font-size: 18px;
  box-shadow: inset 1px 1px 8px #eee;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin-top: 5px;
  margin-right: 15px;
}

.wheretobuy .button_red {
  padding: 10px;
}

.wheretobuy .location_list_container {
  width: 35%;
}

.gmap {
  width: 65%;
  height: 480px;
  overflow: hidden;
}

.direction_map {
  width: 62%;
  height: 500px;
  overflow: hidden;
  transform: translateZ(0);
  background-color: #e5e3df;
}

footer {
  display: block;
  margin-top: 30px;
  padding: 3% 0 0;
  text-align: center;
  border-top: 1px solid #d9d9d9;
}

.footer_logo {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
}

.footer_logo a,
.footer_nav {
  display: block;
}

.footer_nav ul {
  display: block;
  list-style-type: none;
  text-align: left;
}

.footer_nav ul li,
.footer_nav ul.products li {
  vertical-align: top;
  padding-right: 5%;
  padding-bottom: 3%;
  display: inline-block;
  width: 19%;
}

.footer_nav ul.products li.small {
  width: 14%;
}

.footer_nav ul.products li.last {
  width: 27%;
  padding: 0 0 0 5%;
  text-align: right;
}

.footer_nav_title {
  display: block;
  padding: 5px 0 10px;
  color: #e30000;
  font-size: 16px;
  text-transform: uppercase;
}

.footer_nav_link {
  display: block;
  color: #535353;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1.8;
}

.footer_bottom {
  display: block;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0 -1px 3px #ccc;
}

.footer_btm_left,
.footer_btm_right {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}

.footer_btm_left {
  text-align: left;
}

.footer_btm_right {
  text-align: right;
}

.social_links {
  display: block;
}

.social_links a {
  display: inline-block;
  margin-left: 10px;
}

.copy_rights {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  padding: 8px 0;
}

.terms {
  color: #e30000;
  display: block;
  line-height: 1.8;
}

.terms a {
  color: #e30000;
}

#html5-watermark {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .menu_icon {
    display: block;
  }

  .bannerControls,
  .global_links,
  .menu_icon span {
    display: none;
  }

  .main_wrapper {
    max-width: 100%;
  }

  .max_width {
    max-width: 90%;
  }

  .dropDownMenu li ul li {
    width: 11%;
    padding: 0.5%;
    background: 0 0;
    vertical-align: top;
    text-align: left;
  }

  .dropDownMenu li ul li a span {
    font-size: 11px;
  }

  .inner_banner h1 {
    width: 55%;
    top: 20px;
    left: 5%;
    font-size: 36px;
  }

  .banner_white_bg {
    margin-left: 0;
    font-size: 14px;
    top: 120px;
  }

  .banner_white_bg-n {
    margin-left: 0;
    font-size: 14px;
    top: 120px;
  }

  .banner_white_bg.belowthreelines {
    top: 145px;
  }

  .banner_button_red {
    display: inline-block;
  }

  .banner_white_bg.bigger {
    width: 80%;
  }

  .right_content ul li {
    font-size: 16px;
  }

  #map {
    width: 575px;
  }
}

@media only screen and (max-width: 800px) {

  .bu_button,
  .footer_nav_title {
    cursor: pointer;
  }

  .menu_icon {
    display: block;
  }

  .menu_icon span {
    display: none;
  }

  .navigation {
    background: #fff;
  }

  .footer_nav ul li,
  .footer_nav ul.products li {
    width: 45%;
    float: left;
  }

  .expanded_menu_container {
    padding-top: 12%;
  }

  .footer_nav ul li {
    display: block;
  }

  #about,
  #contact,
  #corporate,
  #sustain {
    display: none;
  }

  .company_addr {
    display: inline-block;
  }

  .company_branch {
    display: inline-block;
  }

  .company_addr span {
    font-size: 11px;
  }

  .company_branch span {
    font-size: 11px;
  }

  .homecarousel .owl-dots {
    bottom: 2px !important;
    left: 46% !important;
  }

  .navigation .max_width {
    position: relative;
  }

  .bu_button {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    color: #585858;
    text-align: left;
    padding: 4% 25% 4% 0;
    background: url(../images/nav_drop_arrow.png) 100% 50% no-repeat #fff;
  }

  .bu_button:before {
    content: "Explore Toshiba Business Units";
  }

  #bu_nav {
    position: absolute;
    z-index: 3;
    background: #ffffff;
    top: 99%;
    left: -6%;
    display: none;
    width: 112%;
  }

  .dropDownMenu {
    background: 0 0;
  }

  .dropDownMenu li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    width: 100%;
    background: 0 0;
    position: relative;
  }

  .dropDownMenu li a,
  .dropDownMenu li a:hover {
    padding: 2% 25% 2% 6%;
    background-position: 94% 50%;
  }

  .dropDownMenu li a.no_arrow,
  .dropDownMenu li a.no_arrow:hover {
    padding: 2% 25% 2% 6%;
  }

  .dropDownMenu li ul {
    position: relative;
    border: none;
    box-shadow: 0 0 0;
  }

  .dropDownMenu li:hover ul {
    box-shadow: 0 0 0;
  }

  .dropDownMenu li ul li {
    display: inline-block;
    width: 20%;
    margin: 0 0 3%;
    border: 0;
  }

  .world_links {
    margin-left: 0;
    padding-left: 8%;
  }

  .world_links a {
    float: right;
  }

  .nav_title {
    padding-top: 5%;
  }

  .ca-item {
    width: 50%;
  }

  .inner_banner h1 {
    width: 55%;
    top: 20px;
    left: 5%;
    font-size: 32px;
  }

  .banner_white_bg {
    position: relative;
    margin-left: 0;
    width: 90%;
    display: block;
    padding: 5%;
    font-size: 12px;
    left: 0;
    top: 0;
  }

  .banner_white_bg-n {
    position: relative;
    margin-left: 0;
    width: 90%;
    display: block;
    padding: 5%;
    font-size: 12px;
    left: 0;
    top: 0;
  }

  .banner_white_bg.belowthreelines {
    top: 0px;
  }

  .banner_button_red,
  .button_red {
    padding: 10px;
    font-size: 14px;
  }

  .banner_white_bg.big,
  .banner_white_bg.bigger {
    width: 90%;
  }

  .banner_button_red {
    display: inline-block;
  }

  .left_content,
  .television_link {
    display: block;
    border: 0;
    width: 100%;
  }

  .content_inner {
    padding: 5% 0 0;
    position: relative;
  }

  .content_inner h1 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .content_inner h2 {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .content_inner p {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .content_inner p.small {
    font-size: 15px;
    padding-bottom: 25px;
  }

  .four_section,
  .store_details,
  ul.disc_type,
  ul.ewaste_green,
  ul.ewaste_red {
    font-size: 14px;
  }

  .television_link {
    position: absolute;
    top: 5%;
    left: 0;
    height: 70%;
    outline: 0;
  }

  .left_content {
    padding: 0;
  }

  .right_content {
    display: none;
  }

  .right_content.media {
    display: block;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
  }

  .right_content ul.media_menu li.bold {
    display: none;
  }

  ul.disc_type {
    margin-left: 10px;
    padding-bottom: 15px;
  }

  .four_section ul.disc_type li,
  ul.disc_type li {
    padding: 0 0 10px;
  }

  .half_width,
  .left_content .half_width {
    display: block;
    width: 100%;
    padding-right: 0;
  }

  .half_width {
    padding-bottom: 10px;
  }

  .left_content .half_width a,
  .one-third_sec {
    display: inline-block;
    margin-bottom: 20px;
  }

  .one-third_sec {
    width: 45%;
    vertical-align: top;
    padding-right: 3%;
  }

  .four_section {
    width: 44%;
    vertical-align: top;
    padding-bottom: 20px;
  }

  .location_list_container,
  .wheretobuy .location_list_container {
    display: block;
    width: auto;
    height: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .location_list_container::-webkit-scrollbar {
    width: 100%;
    height: 7px;
  }

  .store_details_container {
    display: inline-block;
    padding: 4% 4% 4% 0;
  }

  .store_number {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 1% 3.5% 6% 2%;
    margin-right: 0;
    background: url(../images/location_pin_800.png) left top no-repeat;
  }

  .media_content .media_half_sec h1,
  ul.form li {
    font-size: 14px;
  }

  #map {
    width: 100%;
    height: 200px;
  }

  .direction_map {
    display: block;
    width: 100%;
  }

  ul.form li {
    padding-bottom: 10px;
  }

  ul.form li input {
    font-size: 14px;
    padding: 5px 10px;
  }

  .media_title {
    font-size: 16px;
  }

  .tab {
    padding-left: 0;
    text-align: center;
  }

  .cs_tab_title {
    display: none;
  }

  footer .footer_nav ul li,
  footer .footer_nav ul.products li.last .footer_bottom {
    display: block;
  }

  footer .footer_nav ul.products li.last {
    display: block;
    width: 100%;
    text-align: left;
  }

  footer .footer_nav ul.products li.last .footer_btm_left,
  footer .footer_nav ul.products li.last .footer_btm_right {
    display: inline-block;
    width: 49%;
    vertical-align: top;
  }

  footer .footer_nav ul.products li.last .footer_btm_right .copy_rights {
    font-size: 14px;
    padding: 0;
  }

  .footer_nav_link {
    font-size: 14px;
  }
}

@media only screen and (max-width: 640px) {
  .menu_icon {
    display: block;
  }

  .logo {
    width: 70%;
  }

  .header_right {
    width: 25%;
  }

  .banner {
    margin: 10px 0;
  }

  .banner h1 {
    font-size: 14px;
  }

  #casestudies {
    height: 210px;
  }

  #casestudies .ca-wrapper {
    height: 190px;
  }

  .ca-item {
    width: 50%;
  }

  .inner_banner h1 {
    font-size: 24px;
  }

  ul.content_images li {
    width: 30%;
    padding-right: 2%;
  }

  ul.content_images li span.overtext {
    font-size: 14px;
  }

  footer .footer_nav ul li {
    display: block;
  }

  footer .footer_nav ul.products li.last {
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 0;
  }

  footer .footer_nav ul.products li.last .footer_bottom {
    display: block;
    padding-bottom: 20px;
  }

  footer .footer_nav ul.products li.last .footer_btm_left {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }

  footer .footer_nav ul.products li.last .footer_btm_left .footer_logo {
    width: 55%;
    padding: 10px 0;
    margin-bottom: 0;
  }

  footer .footer_nav ul.products li.last .footer_btm_right {
    display: inline-block;
    width: 49%;
    vertical-align: middle;
  }

  footer .footer_nav ul.products li.last .footer_btm_right .copy_rights {
    font-size: 14px;
    padding: 0;
  }

  .footer_btm_left,
  .footer_btm_right {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 480px) {
  .menu_icon {
    display: block;
  }

  .logo {
    width: 70%;
  }

  .logo a,
  .logo_span {
    width: 60%;
  }

  .header_right {
    width: 25%;
  }

  .menu_icon span {
    display: none;
  }

  .expanded_menu_container {
    padding-top: 18%;
  }

  .dropDownMenu li ul li {
    display: inline-block;
    width: 40%;
    margin: 0 0 3%;
    border: 0;
  }

  .links_left {
    width: 100%;
    font-size: 18px;
  }

  .banner {
    margin: 10px 0;
  }

  .one-third_sec,
  ul.content_images li img {
    margin-bottom: 20px;
  }

  .banner h1 {
    font-size: 14px;
  }

  #casestudies {
    height: 180px;
  }

  #casestudies .ca-wrapper {
    height: 150px;
  }

  .ca-item {
    width: 80%;
  }

  .ca-item_last {
    width: 15%;
  }

  .button_red.two {
    margin-top: 10px;
    margin-left: 0;
  }

  .innovation_title {
    display: inline-block;
    width: 87%;
    font-size: 18px;
  }

  .inner_banner h1 {
    font-size: 18px;
    width: 80%;
  }

  ul.form li,
  ul.form li select {
    font-size: 14px;
    display: block;
  }

  .one-third_sec {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-right: 0;
  }

  ul.content_images li {
    width: 48%;
    padding-right: 2%;
  }

  .media_content .media_half_sec {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

  ul.form li,
  ul.form li select {
    width: 100%;
  }

  ul.hydoelectric_table li {
    padding: 10px 0 0;
    border-bottom: 1px solid #333;
  }

  ul.hydoelectric_table li.head {
    display: none;
  }

  ul.hydoelectric_table li span.column {
    display: inline-block;
    vertical-align: middle;
    padding: 2% 0;
    text-align: center;
  }

  ul.hydoelectric_table li span.sr_no {
    width: 30%;
    font-size: 18px;
    color: #fe0000;
    border-bottom: 1px solid #ddd;
  }

  ul.hydoelectric_table li span.one {
    width: 70%;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ddd;
  }

  ul.hydoelectric_table li span.two {
    width: 100%;
    border-bottom: 1px solid #ddd;
  }

  ul.hydoelectric_table li span.three {
    width: 20%;
    border-right: 1px solid #ddd;
  }

  ul.hydoelectric_table li span.four {
    width: 30%;
    border-right: 1px solid #ddd;
  }

  ul.hydoelectric_table li span.five {
    width: 10%;
    border-right: 1px solid #ddd;
  }

  ul.hydoelectric_table li span.six {
    width: 35%;
  }

  /*footer .footer_nav ul li {
        display: none
    }*/

  footer .footer_nav ul.products li.last {
    display: block;
    width: 100%;
    text-align: left;
  }

  footer .footer_nav ul.products li.last .footer_bottom {
    display: block;
    padding-bottom: 20px;
  }

  footer .footer_nav ul.products li.last .footer_btm_left {
    display: block;
    width: 50%;
    vertical-align: top;
  }

  footer .footer_nav ul.products li.last .footer_btm_right {
    display: block;
    width: 100%;
    vertical-align: top;
  }

  footer .footer_nav ul.products li.last .footer_btm_right .copy_rights {
    font-size: 11px;
    padding: 0;
  }

  .homebanner__imp-notice {
    font-size: 10px !important;
  }
}

@media only screen and (max-width: 320px) {

  .bu_button,
  .dropDownMenu li ul li span,
  .navigation ul li a {
    font-size: 11px;
  }

  .menu_icon {
    display: block;
  }

  .logo {
    width: 70%;
  }

  .logo a,
  .logo_span {
    width: 50%;
  }

  .header_right {
    width: 25%;
  }

  .ca-item,
  .links_left {
    width: 100%;
  }

  .menu_icon span {
    display: none;
  }

  .expanded_menu_container {
    padding-top: 20%;
  }

  .bu_button {
    padding: 6% 25% 6% 0;
  }

  .dropDownMenu li a.no_arrow {
    padding: 6% 10% 6% 6%;
  }

  .world_links {
    font-size: 9px;
  }

  .banner {
    margin: 10px 0;
  }

  .banner h1 {
    font-size: 12px;
  }

  #casestudies {
    height: 160px;
  }

  #casestudies .ca-wrapper {
    height: 120px;
  }

  .ca-item_last {
    width: 15%;
  }

  .innovation_title {
    display: inline-block;
    width: 87%;
    font-size: 18px;
  }

  .inner_banner h1 {
    font-size: 18px;
  }

  ul.content_images li {
    font-size: 12px;
  }

  ul.content_images li span.overtext {
    font-size: 12px;
    padding-top: 3%;
  }

  /*footer .footer_nav ul li {
        display: none
    }*/

  footer .footer_nav ul.products li.last {
    display: block;
    width: 100%;
    text-align: left;
  }

  footer .footer_nav ul.products li.last .footer_bottom {
    display: block;
  }

  footer .footer_nav ul.products li.last .footer_btm_left {
    display: block;
    width: 50%;
    vertical-align: top;
  }

  footer .footer_nav ul.products li.last .footer_btm_right {
    display: block;
    width: 100%;
    vertical-align: top;
    padding-bottom: 20px;
  }

  footer .footer_nav ul.products li.last .footer_btm_right .copy_rights {
    font-size: 11px;
    padding: 0;
  }

  .homebanner__imp-notice {
    font-size: 10px !important;
  }
}

.manage-box {
  width: 240px;
  height: 300px;
  float: left;
  margin-left: 15px;
  border: 1px solid #000;
}

.manage-box p {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
  padding: 10px;
}

.manage-box img {
  width: 100%;
}

.manage-box .manage-top {
  background: #000;
  padding: 10px;
  height: 80px;
}

.manage-box .manage-top h3 {
  font-size: 16px;
  color: #fff;
}

.manage-box .manage-top p {
  font-size: 14px;
  color: #fff;
  padding: 0 !important;
}

.manage-box .manage-top p span {
  color: red;
}

.manage-destination p {
  text-align: justify !important;
}

.manage-destination h2 {
  font-size: 26px;
  margin: 0;
  color: #000;
  padding-bottom: 5px;
}

.manage-destination h2 span {
  font-size: 14px;
  margin: 10px 0;
  font-style: italic;
  font-weight: 400;
}

.manage-destination h3 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin: 10px 0 -40px;
  color: #6e6e6e;
}

.manage-destination h3 span {
  color: #ed1c24;
}

.manage-destination .top-img {
  margin: 20px auto;
  display: block;
  border: 1px solid #ccc;
  padding: 3px;
}

.manage-destination ul {
  margin: 0;
  padding: 0;
}

.manage-destination ul li {
  margin-bottom: 5px;
  margin-left: 26px;
  font-size: 18px;
  font-family: RobotoLight, Arial, Helvetica, sans-serif;
}

.manage-destination-banner {
  display: block;
  position: relative;
}

.manage-destination-banner img {
  width: 100%;
  position: relative;
  z-index: 1;
}

.manage-destination-banner h1 {
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 125px;
  font-size: 50px;
  line-height: 1;
  font-family: RobotoBlack, Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
}

.imgandvid {
  width: 920px;
  background: #222;
  height: 320px;
  margin-top: 20px;
  padding: 20px;
}

.inter_img,
.inter_img img {
  width: 330px;
}

.inter_img {
  float: left;
  margin-right: 20px;
}

.inter_img h4 {
  font-size: 18px;
  padding: 10px 0 5px;
  color: #fff;
}

.inter_img h5 {
  font-size: 14px;
  color: #999;
}

.toshiba-visit {
  z-index: 9;
  position: fixed;
  padding: 5px;
  border-radius: 5px;
  bottom: 100px;
  right: 10px;
  width: 130px;
  background: #ed1c24;
  font-size: 16px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}

.toshiba-visit a {
  color: #fff;
}

.ssk-group {
  display: inline-block;
  position: fixed;
  right: 20px;
  bottom: 195px;
  width: 115px;
  z-index: 99;
}

.ui-accordion-content {
  height: auto !important;
}

.media_content_high {
  display: block;
  padding: 10px 0;
}

.media_content_high .media_half_sec {
  display: inline-block;
  width: 44%;
  padding: 0 2% 20px;
  vertical-align: top;
}

.media_content_high .media_half_sec a {
  text-decoration: none;
  display: block;
  text-align: left;
}

.media_content_high .media_half_sec img {
  display: inline-block;
  margin-bottom: 10px;
}

.media_content_high .media_half_sec h1 {
  font-family: RobotoLight, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
  text-align: left;
  display: block;
}

.date-management {
  color: #fe0000;
  font-size: 14px !important;
}

.company_addr ul {
  margin-bottom: 40px;
  width: 50% !important;
  list-style-type: disc;
  float: left;
}

.company_addr ul li,
.company_addr ul:last-child {
  width: 100% !important;
}

.company_addr ul:first-child {
  border-right: 1px solid #535353;
  padding-right: 20px;
}

.company_addr ul.comp2 {
  padding-left: 30px;
}

.company_addr ul li {
  padding: 3px !important;
  line-height: 24px;
  color: #535353;
  display: list-item;
}

.company_addr ul li a {
  list-style-type: decimal;
}

.company_addr ul li span {
  color: #e30000;
  font-weight: 700;
}

.company_addr ul li strong {
  font-weight: 700;
}

.company_branch ul {
  margin-bottom: 40px;
  width: 33% !important;
  vertical-align: top;
  list-style-type: disc;
  float: left;
}

.company_branch ul li {
  width: 100% !important;
}

/* .company_branch ul:first-child {
            border-right: 1px solid #535353;
            padding-right: 20px
        } */

/* .company_branch ul.comp2 {
            padding-left: 30px
        } */

.company_branch ul li {
  padding: 3px !important;
  line-height: 24px;
  color: #535353;
  display: list-item;
}

.company_branch ul li a {
  list-style-type: decimal;
}

.company_branch ul li span {
  color: #e30000;
  font-weight: 700;
}

.company_branch ul li strong {
  font-weight: 700;
}

.regulatory a {
  color: #fe0000;
  text-decoration: underline;
  background: url(../images/right_nav_arrow.png) 10px center no-repeat;
  padding-left: 30px;
}

.visit-img a,
nav li a {
  text-decoration: none;
}

.img-responsive {
  width: 100%;
  height: auto;
}

nav ul {
  text-align: center;
  padding: 0 0 20px;
  display: table;
  width: 100%;
  margin-bottom: 35px;
}

nav li {
  display: table-cell;
  padding: 0 20px;
  border-left: 1px solid #585858;
}

nav li:first-child {
  border-left: none;
}

nav li a {
  color: #585858;
  font-size: 15px;
  line-height: 1.4;
}

nav li a span {
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

nav li a img {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

nav li a:hover {
  color: #e30000;
}

.newsletter h1 {
  font-size: 24px !important;
}

.newsletter h1 span {
  display: block;
  font-size: 20px;
}

.newsletter h2,
.newsletter p {
  font-size: 18px;
}

.newsletter h2 {
  margin: 30px 0 0;
  font-weight: 400;
}

.pull-right {
  float: right;
}

.image-content {
  margin: 35px 0;
  overflow: hidden;
}

.image-content img {
  float: right;
  margin: 5px 0 15px 30px;
}

.image-content p {
  text-align: justify;
  margin-right: 15px;
  font-size: 18px;
  margin-bottom: 0;
}

.image-content strong {
  color: #585858;
}

p.next-india {
  text-align: center;
  color: #d92628;
  margin: 40px 0;
  font-size: 40px;
}

.pB0 {
  padding-bottom: 0 !important;
}

p.toshiba-edge {
  text-align: left;
  color: #d92628;
  font-size: 51px;
  padding-bottom: 0;
}

p.toshiba-edge span,
p.toshiba-edge-rhs {
  color: #000;
  font-size: 18px;
}

p.toshiba-edge-rhs {
  text-align: right;
  margin-bottom: 20px 0;
}

.visit-toshiba {
  float: left;
}

.visit-img {
  width: 200px;
  float: right;
  margin-top: -35px;
}

.visit-img p {
  text-align: center;
}

.visit-img img {
  width: 100%;
}

.home_sections {
  font-family: "Titillium Web", sans-serif;
  position: relative;
  margin-top: 50px;
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #fff;
}

.home_sections * {
  box-sizing: border-box;
}

.home_sections figcaption {
  position: absolute;
  width: calc(100% - 60px);
  left: 30px;
  bottom: 8%;
  color: #fff;
  padding: 30px;
  min-height: 187px;
  text-align: left;
}

.home_sections figcaption::after,
.home_sections figcaption::before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

.power-supply figcaption::before {
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0.65) 0,
      rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0.65) 0,
      rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.65) 0,
      rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
}

.power-supply figcaption::after {
  background: -moz-linear-gradient(348deg,
      #3084e2 0,
      #1e538f 24%,
      #3084e2 58%,
      #2463ab 79%,
      #2463ab 100%);
  background: -webkit-gradient(linear,
      left top,
      right top,
      color-stop(0, #3084e2),
      color-stop(24%, #1e538f),
      color-stop(58%, #3084e2),
      color-stop(79%, #2463ab),
      color-stop(100%, #2463ab));
  background: -webkit-linear-gradient(348deg,
      #3084e2 0,
      #1e538f 24%,
      #3084e2 58%,
      #2463ab 79%,
      #2463ab 100%);
  background: -o-linear-gradient(348deg,
      #3084e2 0,
      #1e538f 24%,
      #3084e2 58%,
      #2463ab 79%,
      #2463ab 100%);
  background: -ms-linear-gradient(348deg,
      #3084e2 0,
      #1e538f 24%,
      #3084e2 58%,
      #2463ab 79%,
      #2463ab 100%);
  background: linear-gradient(102deg,
      #3084e2 0,
      #1e538f 24%,
      #3084e2 58%,
      #2463ab 79%,
      #2463ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3084e2', endColorstr='#2463AB', GradientType=1);
  mix-blend-mode: color;
}

.elevator-solutions figcaption::after,
.elevator-solutions figcaption::before {
  background: #f99528;
  mix-blend-mode: color-burn;
}

.battery-solutions figcaption::after,
.battery-solutions figcaption::before {
  background: #3c92f3;
  mix-blend-mode: multiply;
}

.water-treatment figcaption::before {
  background: #d24c00;
  mix-blend-mode: hard-light;
  opacity: 0.8;
}

.water-treatment figcaption::after {
  background: #e58500;
  background: -moz-linear-gradient(-45deg,
      rgba(229, 133, 0, 1) 0,
      rgba(184, 34, 0, 1) 38%,
      rgba(201, 61, 0, 1) 71%,
      rgba(177, 22, 0, 1) 100%);
  background: -webkit-linear-gradient(-45deg,
      rgba(229, 133, 0, 1) 0,
      rgba(184, 34, 0, 1) 38%,
      rgba(201, 61, 0, 1) 71%,
      rgba(177, 22, 0, 1) 100%);
  background: linear-gradient(135deg,
      rgba(229, 133, 0, 1) 0,
      rgba(184, 34, 0, 1) 38%,
      rgba(201, 61, 0, 1) 71%,
      rgba(177, 22, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e58500', endColorstr='#b11600', GradientType=1);
  mix-blend-mode: hard-light;
  opacity: 0.8;
}

.home_sections figcaption a,
.home_sections figcaption h5,
.home_sections figcaption p {
  font-size: 20px;
  color: #fff;
  position: relative;
  z-index: 1;
}

.home_sections figcaption p {
  line-height: 1.3;
  font-weight: 400;
}

.home_sections figcaption a,
.home_sections figcaption h5 {
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: 38px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-40 {
  margin-top: 40px;
}

.d-b {
  display: block;
}

.d-ib {
  display: initial;
}

@media (max-width: 1024px) {

  .home_sections figcaption a,
  .home_sections figcaption h5,
  .home_sections figcaption p {
    font-size: 18px;
  }
}

@media (max-width: 991px) {
  .home_sections figcaption {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }

  .elevator-solutions figcaption::after,
  .elevator-solutions figcaption::before,
  .power-supply figcaption::after {
    mix-blend-mode: normal;
  }
}

@media (max-width: 768px) {

  .home_sections figcaption a,
  .home_sections figcaption h5,
  .home_sections figcaption p {
    font-size: 16px;
  }

  .d-ib {
    display: initial !important;
  }

  .extra-main {
    margin-top: 10px;
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .company_addr ul {
    margin-bottom: 10px;
    width: 80% !important;
    float: left;
    list-style-type: disc;
  }

  .company_addr ul.comp2 {
    padding-left: 0;
  }

  .company_branch ul {
    margin-bottom: 0px;
    width: 80% !important;
    float: left;
    list-style-type: disc;
  }
}

.hit {
  color: red !important;
}

.main-printer {
  display: flex;
  justify-content: space-evenly;
  margin-top: 20px;
  margin-bottom: 40px !important;
}

.main-printer .nav-link {
  color: black !important;
}

.tab-content p {
  text-align: left;
}

.main-printer li {
  color: #e30000 !important;
  font-size: 18px !important;
}

.nav-pills .nav-link.active {
  background: none !important;
  border-bottom: 4px solid #e30000 !important;
  color: #e30000 !important;
  border-radius: 0% !important;
}

.barcode-tab-content {
  justify-content: space-around;
  align-items: center;
  margin-bottom: 30px;
}

.carousel-item {
  /* width: 94% !important; */
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.carousel-control-next {
  background: black !important;
  top: 50% !important;
  width: 5% !important;

  border-radius: 50% !important;
  right: 0% !important;
  height: 10% !important;
}

.printer-slider {
  display: flex;
  justify-content: space-around !important;
}

.printer-slider p:first-child {
  color: #e30000 !important;
  margin-top: 40px;
}

.printer-slider li {
  text-align: left;
}

.printer-slider p {
  text-align: left;
}

.common-height {
  max-height: 300px !important;
}

.barcode-printers-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.barcode-printers-list p span {
  color: #e30000 !important;
  font-size: 18px !important;
}

.printer-sliderrr {
  position: relative;
  margin-top: 50px;
  margin-bottom: 20px;
}

.printer-sliderrr .owl-nav {
  /* position: absolute;
  top: -10%;
  right: 0%; */
}

.printer-sliderrr .owl-nav .owl-prev span {
  position: absolute;
  top: 40%;
  left: -2%;
  font-size: 30px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  border-radius: 60% !important;
  background: grey !important;
}

.printer-sliderrr .owl-nav .owl-prev span:hover {
  background: rgb(198, 198, 198) !important;
  transition: all ease-in 0.2s;
}

.printer-sliderrr .owl-nav .owl-next span {
  position: absolute;
  top: 40%;
  right: -2%;
  font-size: 30px !important;
  padding-bottom: 0px !important;
  padding-top: 0px !important;
  padding-right: 15px !important;
  padding-left: 15px !important;
  border-radius: 60% !important;
  background: grey !important;
}

.printer-sliderrr .owl-nav .owl-next span:hover {
  background: rgb(198, 198, 198) !important;
  transition: all ease 0.2s;
}



.bannercaption_bottom {
  position: absolute !important;
  bottom: 10% !important;
  left: 15% !important;
}

.bannercaption_bottom p {
  font-size: 10px !important;
  color: white !important;
}

.newswraper a img {
  width: 100%
}

.content-box {
  padding: 30px;
  background-color: #F8F8F9;
  border-radius: 20px;
  margin-bottom: 30px;
}

.content-box:first-child {

  margin-bottom: 50px !important;
  margin-top: 30px !important;
}

.content-box table {
  width: 100%;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

.content-box .header-row {
  background-color: #F14950;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

.content-box .last {
  background-color: #fff !important;

}

.content-box td {
  color: black;
}

.content-box th,
.content-box td {
  width: 33.33%;
  padding: 25px;
  border: 1px solid #d7d7d7;
}

.content-box-sec td {
  width: 33.33%;
  padding: 15px 23px;
  border: 1px solid #d7d7d7;
}


.content-box-sec tr:last-child td {

  padding: 16px !important;

}

.content-box th span,
.content-box td {
  color: black;
  font-size: 16px;
  font-weight: 400;
}

.content-box td {
  text-align: center;
}

.content-box .header-row th span {
  color: #ffffff;
}

.content-box img {
  /* max-width: 100px; */
  min-width: 100px;
  padding-right: 60px;


  height: auto;
}

.content-box-sec img {
  /* max-width: 100px; */
  min-width: 0px !important;
  padding-right: 0px !important;



  height: auto;
}

.contentBoxOne th {
  padding: 25px 8px;
  font-size: 16px !important;
}

.content-box .table-pink {
  background-color: #FFE5E5 !important;
}

.content-box .table-yellow {
  background-color: #FFEDDB !important;
}

.interior {
  background-color: #D5D5D929;
  border-radius: 20px;
  padding: 15px 30px;

}

.interior p {
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
}

.interior p:nth-child(2) {
  text-align: center;
  margin: 0;
  padding-bottom: 10px;
  font-size: 14px;
}

.content-box .tab-button {
  border: none;
  border-bottom: 2px solid #C3C3C3;
  font-size: 18px;
  color: #636363;
  background: none;
}

.content-box button:focus {
  outline: none !important;

}

.content-box .tab-button.active {

  border-bottom: 2px solid #d13c41;
  color: #000000;
}

.content-box .tab-content {
  display: none;
  padding: 20px;
  /* background-color: #ffffff; */
  /* border-top: 1px solid #e0e0e0; */

}

.content-box .active-content {
  display: block;
}

.automotivevid {
  width: 100%;
  height: 720px;
  margin-top: 30px;
}

.machine-section {

  background: url(https://asia.toshiba.com/wp-content/themes/toshiba_asiapacific/images/grey-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}

.t-main {
  display: table;
  width: 100%;
}

.machine-left {
  display: table-cell;
  width: 66.6640625%;
  vertical-align: middle;
}

.machine-right {
  display: table-cell;
  width: 44.3359375%;
  vertical-align: middle;
}

/* Smooth right to left animation */
.slide-right-to-left {
  opacity: 0;
  transform: translateX(80px);
  animation: slideRightToLeft 1.2s ease-out forwards;
}

@keyframes slideRightToLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slide-rtl {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1.2s ease-out;
}

.slide-rtl.active {
  opacity: 1;
  transform: translateX(0);
}

.features-section {
  background: #0064d2;
  padding: 60px 0;
  color: #fff;
}

.section-title {
  /* text-align: center; */
  padding-left: 32px;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 40px;
}

.feature-card {
  text-align: center;
  padding: 20px;
}

.feature-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.feature-card img {
  max-width: 110px;
  margin: 0 auto 20px;
  display: block;
}

.feature-card p {
  font-size: 14px;
  line-height: 1.5;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.toshiba-hero-banner img {
  width: 100%;
  height: 80vh;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

/* Section */
.toshiba-video-card-section {
  padding: 50px 0;
  text-align: center;
}

/* Video Card */
.toshiba-video-card {
  position: relative;
  max-width: 500px;
  margin: 1px;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 15px 35px rgba(0, 0, 0, .25);
}

.toshiba-video-card img {
  width: 100%;
  display: block;
}

/* Play Button */
.toshiba-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  background: rgba(0, 0, 0, .65);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.toshiba-play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%);
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

/* Modal */
.toshiba-video-dialog {
  max-width: 60vw;
}

.toshiba-video-modal {
  background: #000;
  border: none;
  padding: 0;
}

/* Video container */
.toshiba-video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.toshiba-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Close button */
.toshiba-video-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  filter: invert(1);
}

.applilist-section {
  padding: 70px 0;
}

.applilist-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.applilist_gridbox {
  border: 1px solid #6fb4ff;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.applilist_gridbox figure {
  margin: 0;
}

.applilist_gridbox img {
  width: 100%;
  height: auto;
  display: block;
}

.applilist_gridboxcontent {
  padding: 20px;
}

.applilist_gridboxcontent h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.applilist_gridboxcontent p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
}

/* Responsive */
@media (max-width: 991px) {
  .applilist-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .applilist-grid {
    grid-template-columns: 1fr;
  }
}



@media screen and (max-width:1199px) {
  .automotivevid {
    height: 570px;
  }
}

@media screen and (max-width:991px) {
  .automotivevid {
    height: 430px;
  }
}

@media screen and (max-width:480px) {
  .automotivevid {
    height: 250px;
  }

  .content-box {
    padding: 6px
  }

  .content-box th,
  .content-box td {
    padding: 9px;
  }

  .content-box img {
    padding-right: 0px;
  }

  .get-touch {
    flex-direction: column;
  }
}

.kls img {
  width: 100%;
}

.extra-main {
  margin-top: -80px;
  margin-left: -30px;
}

@media (max-width: 768px) {

  .extra-main {
    margin-top: 10px;
    margin-left: 0px;
  }
}

.fur-info {
  background: rgb(235, 235, 235);
}

.card-lm {
  border: 1px solid rgb(124, 123, 123);
}

.card-lm div {
  border-radius: 5px;
}

.card-lm div a {
  font-size: 15px;
  font-weight: bold;
  color: black;
}

.card-lm a {
  font-size: 15px;
  font-weight: bold;
  color: black;
}

.card-lmm div a {
  font-size: 15px;
  font-weight: bold;
  color: black !important;
}


.main-an {
  font-size: 15px;
  font-weight: bold;
  color: black !important;
}

.qkd-btn {
  position: relative;
}

.qkd-link {
  position: absolute;
  bottom: 30px;
  left: 70px;
  padding: 8px 25px;
  background-color: rgb(14 14 241);
  font-weight: bold;
  color: white;
}

.qkd-link:hover {

  color: white;
}