﻿@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: RobotoRegular, 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: 59%;
    text-align: left
}

.logo a {
    width: 162px;
}

.toshiba_text_header {
    width: calc(100% - 170px)
}

.toshiba_text_header span {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    /*font-family: helvetica_condensedbold;*/
    font-family: RobotoRegular, Arial, Helvetica, sans-serif color: #000;
    padding: 10px 20px
}

.header_right,
.menu_container {
    display: inline-block;
    vertical-align: middle;
    text-align: right
}

.header_right {
    width: 40%;
    padding: 0 0 0 2%
}

.search_container {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    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: RobotoRegular, Arial, Helvetica, sans-serif
}

.search_button {
    display: inline-block;
    vertical-align: middle
}

.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, .95);
    text-align: center
}

.navigation ul li a {
    display: block;
    text-transform: uppercase;
    color: #585858
}

.navigation ul li a:hover {
    font-family: RobotoRegular, Arial, Helvetica, sans-serif;
    color: #e30000
}

.navigation ul li ul {
    display: none
}

.dropDownMenu,
.dropDownMenu li {
    list-style-type: none;
    margin: 0;
    display: inline-block
}

.navigationupdate {
    display: block;
    background: rgba(255, 255, 255, .95);
    text-align: center;
}

.dropDownMenuupdate {
    padding: 0;
    width: 100%;
    /*background: url(../images/nav_divider.png) right bottom no-repeat;*/
    text-align: left;
    list-style: none;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    margin: 0;
}

.dropDownMenuupdate li {

    display: inline-block;
    position: relative;
}

.dropDownMenuupdate li a {
    text-decoration: none;
    padding: 7px 15px;
    background: url(../images/nav_drop_arrow.png) 90% 33px no-repeat;
    color: #585858;
    display: block;
}

.dropDownMenuupdate li ul li a {
    text-decoration: none;
    padding: 7px 15px;
    background: none;
    color: #585858;
    display: block;
}

.dropDownMenuupdate li a span {
    color: #585858;
}

.dropDownMenuupdate li a.levelone {
    text-decoration: none;
    padding: 0px 40px;
    background: url(../images/nav_drop_arrow.png) 90% 33px no-repeat;
    display: flex;
    min-height: 74px;
    align-items: center;
    font-size: 16px;
}

.dropDownMenuupdate li a.levelone:hover {
    color: #ed1c24;
}

.dropDownMenuupdate li a.leveltwo {
    position: relative;
}

.dropDownMenuupdate li a.leveltwo:after {
    position: absolute;
    top: 50%;
    right: 12px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #d4d4d4;
    border-right: 2px solid #d4d4d4;
    transform: rotate(45deg) translateY(-50%);
    content: '';

}

.dropDownMenuupdate li a.levelone span {
    display: inline-block;
}

.dropDownMenuupdate li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #fff;
    min-width: 250px;
}

.dropDownMenuupdate li ul li {
    display: block;
}

.dropDownMenuupdate li ul li ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #fff;
    border: 1px solid #fff;
    width: 200px;
}

.dropDownMenuupdate li:hover>ul {
    display: block;
}

.dropDownMenuupdate li ul li:hover {
    background: #ededed;
}

.dropDownMenu {
    padding: 0;
    width: 100%;
    background: url(../images/nav_divider.png) right bottom no-repeat;
    text-align: left
}

.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
}

#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: RobotoRegular, Arial, Helvetica, sans-serif;
    text-align: left
}

.nav_title {
    text-align: left;
    padding: 2% 0 1%;
    color: #e30000;
    font-size: 16px;
    font-family: RobotoBold, 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: RobotoRegular, Arial, Helvetica, sans-serif
}

.global_links {
    width: 49%;
    padding: 0 0 0 2%;
    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: RobotoRegular, Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #FFF;
    background: rgba(237, 28, 36, .8);
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    margin-bottom: 50px
}

.content_inner {
    display: block;
    padding: 40px 0;
    text-align: justify !important;
}

.left_content,
.right_content {
    display: inline-block;
    vertical-align: top
}

.content_inner h1,
.content_inner h2 {
    font-family: RobotoBold, 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: RobotoRegular, Arial, Helvetica, sans-serif
}

.content_inner p {
    font-size: 18px;
    padding-bottom: 0px;
    display: block
}

.facilitytable {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: left;
    display: block;
    border: none;
}

.facilitytable tr td {
    padding: 5px 10px;
}

.facilitytable tr td:first-child {
    width: 50%;
    max-width: 200px
}

.content_inner .tjpstable {
    font-size: 18px;
    padding-bottom: 30px;
    text-align: left;
    display: block
}

.content_inner table {
    width: 100%;
}

.content_inner table tr th {
    font-weight: 600;
}

.content_inner table tr td,
.content_inner table tr th {
    padding: 5px;
    border: 1px solid #666;
    border-collapse: collapse;
    width: 10%;
}

.content_inner table tr td:first-child,
.content_inner table tr th:first-child {
    max-width: 50px;
}

.content_inner table {
    width: 100%;
    font-size: 18px;
    padding-bottom: 30px;
    text-align: left;
    display: block
}

.content_inner table td {
    padding: 5px 10px;
}

.content_inner ul {
    padding-left: 20px;
    list-style-type: disc;
}

.content_inner ul li {
    font-size: 18px;
    padding-bottom: 0px;
    font-family: RobotoRegular, Arial, Helvetica, sans-serif;
}

.content_inner ul.columncount2 {
    column-count: 2;
}

.button_red,
.view_all_button {
    display: inline-block
}

.content_inner p.small {
    font-size: 17px;
    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: RobotoBold, Arial, Helvetica, sans-serif
}

.content_inner hr {
    border-bottom: 1px solid #ccc;
    margin: 20px 0 40px
}

.view_all_button {
    padding: 20px;
    font-family: RobotoRegular, Arial, Helvetica, sans-serif;
    font-size: 19px;
    color: #FFF;
    background: rgba(237, 28, 36, .8);
    text-transform: uppercase;
    text-decoration: none
}

.banner_button_red,
.button_red {
    padding: 20px;
    font-size: 16px;
    font-family: RobotoRegular, Arial, Helvetica, sans-serif;
    color: #FFF;
    background: rgba(237, 28, 36, .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: RobotoRegular, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FFF;
    background: rgba(237, 28, 36, .8);
    text-transform: uppercase;
    text-decoration: none;
    border: 0
}

ul.disc_type,
ul.hydoelectric_table {
    font-family: RobotoRegular, 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: RobotoBold, 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: RobotoRegular, 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%
}

.mapimgwraper img {
    cursor: zoom-in;
}

.largemappopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
    z-index: 99;
}

.largemappopup.opened {
    display: flex;
}

.largemappopup img {
    max-width: 90%;
    max-height: 80%;
    position: relative;
    z-index: 2;
}

.largemappopup span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: transparent;

}

.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: RobotoRegular, 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, .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: RobotoBold, 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: RobotoRegular, 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, .2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    opacity: .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, .2);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 2px rgba(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: RobotoRegular, 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: .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, .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: .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 .1s ease-in;
    transition: all .1s ease-in
}

input.switch:empty~label:after {
    width: 25px;
    top: .1em;
    bottom: .1em;
    margin-left: .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, .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, .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: 40px;
    line-height: 1;
    font-family: RobotoBlack, Arial, Helvetica, sans-serif;
    color: #FFF;
    text-align: left
}

.inner_banner h1 b {
    font-weight: 500;
}

.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 {
    width: 30%;
    top: 200px
}

.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: .5% 1%
}

.cs_main_tab,
.cs_tabs_container h1 {
    font-family: RobotoBold, 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, .6)
}

.cs_tabs_container h1 {
    font-size: 22px;
    text-align: left
}

.cs_tabs_container ul.cs_tab li,
.tab,
.tab_content ul {
    font-family: RobotoRegular, 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, .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: RobotoBold, 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: RobotoRegular, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 9px;
}

.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: RobotoBold, 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,
    .search_container {
        display: none
    }

    .main_wrapper {
        max-width: 100%
    }

    .max_width {
        max-width: 90%
    }

    .dropDownMenu li ul li {
        width: 11%;
        padding: .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_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:991px) {
    .logo {
        width: calc(100% - 55px);
    }

    .header_right {
        width: 50px;
    }
}

@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
    }

    .footer_nav ul li {
        display: block
    }

    #about,
    #contact,
    #corporate,
    #sustain,
    #update {
        display: none
    }

    .company_addr {
        display: inline-block;
    }

    .company_addr span {
        font-size: 11px;
    }

    .homecarousel .owl-dots {
        bottom: 2px !important;
        left: 46% !important;
    }

    .navigation .max_width {
        position: relative
    }

    .bu_button {
        display: block;
        font-family: RobotoRegular, 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: rgba(255, 255, 255, .95);
        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
    }

    .content_inner ul.columncount2 {
        column-count: 1;
    }

    .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_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;
    }

    .content_inner h2 {
        font-size: 16px;
    }

    .content_inner p {
        font-size: 14px;
    }

    .content_inner ul li {
        font-size: 14px;
    }

    .content_inner .tjpstable {
        font-size: 14px;
        padding-bottom: 15px
    }

    .content_inner .tjpstable {
        overflow: hidden;
        overflow-x: scroll;
    }

    .content_inner .tjpstable table {
        min-width: 500px;
    }

    .content_inner p.small {
        font-size: 17px;
        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: RobotoBold, 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.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 a {
        width: 100px;
    }

    .toshiba_text_header {
        width: calc(100% - 105px)
    }

    .toshiba_text_header span {
        padding: 10px 0px;
        font-size: 12px;
    }

    .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.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
    }

    .menu_icon span {
        display: none
    }

    *.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: RobotoBold, 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
    }
}

@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
    }

    .ca-item,
    .links_left {
        width: 100%
    }

    .menu_icon span {
        display: none
    }


    .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
    }
}

.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: 43% !important; */
    float: left;
    list-style-type: disc
}

.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
}

.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, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(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: .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: .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
}

.n_bannerimgwraper {
    position: relative;
    overflow: hidden;
    height: 640px;
}

.n_bannerimgwraper .n_bannermotif {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
}

.n_bannerimgwraper .n_bannercaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

.n_bannerimgwraper .n_bannercaption a {
    width: 1200px;
    display: block;
}

.n_bannerimgwraper .n_bannercaption img {
    width: 100%;
}

.n_fordesk {
    display: block !important;
}

@media (max-width:1024px) {

    .home_sections figcaption a,
    .home_sections figcaption h5,
    .home_sections figcaption p {
        font-size: 18px
    }
}

.mapwraper {
    padding: 0 30px 0 10px;
}

.mapwraper img {
    width: 100%;
}

@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
    }

    .mapwraper {
        padding: 0 2% 25px 2%;
    }

    .dropDownMenuupdate {
        background: #fff;
        height: calc(100vh - 150px);
        overflow: scroll;
        padding-bottom: 30px;
    }

    .dropDownMenuupdate {
        background: #fff !important;
        display: block;
    }

    .dropDownMenuupdate li {
        display: block;
    }

    .dropDownMenuupdate li ul {
        position: relative;
        padding: 0 30px;
        width: calc(100% - 93px);
        display: block;
    }

    .dropDownMenuupdate li ul li {
        display: block;
        width: 100% !important;
    }

    .dropDownMenuupdate li ul li ul {
        position: relative;
        top: 100%;
        left: 0;
        background: #fff;
        width: 100%;
        display: block;
        padding: 0 15px;
    }

    .dropDownMenuupdate li a.levelone {
        width: calc(100% - 50px);
        min-height: 38px;
        padding: 0px 30px;
        background: url(../images/nav_drop_arrow.png) 90% 16px no-repeat;
        font-weight: 600;
        font-size: 14px;
    }

    .dropDownMenuupdate li a.leveltwo {
        font-weight: 600;
    }

    .dropDownMenuupdate li a.leveltwo:after {
        transform: rotate(135deg) translateY(-50%);
        top: 26%;
    }

    .dropDownMenuupdate li ul li a {
        padding: 5px 10px;
    }

    .dropDownMenuupdate li ul li ul li a {
        display: inline-block;
        padding: 5px 10px;
    }
}

@media (max-width:768px) {

    .home_sections figcaption a,
    .home_sections figcaption h5,
    .home_sections figcaption p {
        font-size: 16px
    }

    .d-ib {
        display: initial !important
    }
}

@media (max-width:767px) {
    .dropDownMenuupdate {
        height: calc(100vh - 100px);
    }

    .dropDownMenuupdate li ul {
        width: calc(100% - 50px);
    }
}