.footerLogo::after {
  display: block;
  content: "";
  margin-top: -1rem;
  width: 50px;
  height: 2px;
  border-radius: 40%;
  background-image: linear-gradient(
    to right,
    rgba(255, 0, 0, 0),
    rgb(255, 255, 255)
  );
}

.footerLogo {
  margin-top: 8rem;
  margin-top: 8.4rem;
  margin-left: 8rem;
  /* padding-left: 25px !important; */
}
.mobfoot {
  display: none;
  /* margin-left: 15px !important; */
}

.ddfinal {
  height: 100%;
}
.final {
  margin-left: -3rem;
  margin-top: 2rem;

  height: 330px;
}

.shawty {
  /* font-size:110px; */
  filter: drop-shadow(10px 2px 4px #f1f1f1);
  position: relative;
  top: 40%;
  /* background-color: #fff; */
  right: -80%;
}

.ico {
  width: 25px;
  height: 25px;
}

.shawty > a > img {
  width: 20%;
}

@media only screen and (max-width: 600px) {
  .shawty {
    right: -70%;
    width: 50%;
    top: 35%;
  }

  .shawty > a > img {
    width: 60%;
  }

  .ddfi {
    display: flex;
    margin-left: 3rem !important;
    flex-direction: column;
  }
  .homeIcons {
    flex-direction: row !important;
  }
  /* .footer-bottom.footerlogo {
    padding-left: 3rem !important;
  } */

  .footerLogo > a > img {
    margin-top: 8rem !important;
  }
  .mobfoot {
    display: flex !important;
    width: 100%;
    justify-content: space-evenly;
    margin-left: 15px !important;
  }
  .mobfoot > a {
    font-size: 22px;
  }
}

.final {
  margin-left: -3rem;
}
@keyframes mymove {
  /* from {}
  to {top: 200px; background-color: rgb(0, 0, 0); width:150px;} */
  0% {
    top: 0px;
    width: 20px;
    background-image: linear-gradient(
      to right,
      rgba(255, 0, 0, 0),
      rgb(255, 255, 255)
    );
  }

  50% {
    top: 0px;
    width: 150px;
    background-image: linear-gradient(
      to right,
      rgba(255, 0, 0, 0),
      rgb(63, 55, 55)
    );
  }

  100% {
    top: 0px;
    width: 20px;
    background-image: linear-gradient(
      to right,
      rgba(255, 0, 0, 0),
      rgb(19, 19, 19)
    );
  }
}
.gll {
  /* transition: glow 0.3s ease-in-out;  */
  animation-name: example;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
/* 
  @-webkit-keyframes example {
    0% {
      filter: drop-shadow(-1px 2px 4px #0e0e0e);
    }
   
    50% {
      filter: drop-shadow(3px 10px 4px hsl(0, 79%, 33%));
    }
  
    100% {
      filter: drop-shadow(-1px 2px 4px #0e0e0e);
    }
  } */

.context {
  color: #000;
  position: absolute;
}

.shawty {
  font-size: 210px;
  position: relative;
}

.area {
  background: #4e54c8;
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  width: 100%;
  height: 103vh;
}

#magicoon-Filled {
  margin-left: 3px;
}
.circles {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  /* background: rgba(255, 255, 255, 0.2); */
  animation: animate 25s linear infinite;
  bottom: -150px;
}

.circles li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.df {
  display: flex;
}
.circles li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

@keyframes animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 0;
  }

  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}

section.ymlSalt {
  background-color: #efefef;
  z-index: 3;
  position: relative;
}
.ymlSalt .topMarginlg {
  margin-top: 3rem;
}
.ymlSalt .newsroom {
  margin: 4rem 0 4rem 0 !important;
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.ymlSalt .hero {
  margin: 10rem 0;
}
.ymlSalt .marginloadmore {
  margin: 10rem 0 5rem 0;
}
.ymlSalt .vertImg {
  height: 39.2rem;
}
.ymlSalt .arrow.arrowTab {
  left: 84%;
}
.ymlSalt .content1 {
  display: flex;
}
.ymlSalt .content2 {
  margin-top: 3rem;
  display: flex;
}
.ymlSalt .flexx {
  display: flex;
}
.ymlSalt .nTitle {
  display: flex;
  height: 100%;
}
.row.nImg.noMargin {
  display: flex;
  height: 100%;
}
.ymlSalt .titleContent {
  position: relative;
  background-color: #fff;
  height: 36.2rem;
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}
.ymlSalt .ymlFeedArticle > a {
  color: #454545;
}
div.hoverCard,
a.hoverCard {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: 1s ease;
}
.ymlSalt .imageContent {
  position: relative;
  background-color: #fff;
  height: 36.2rem;
  margin: 0;
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}
.ymlSalt .whiteContent {
  top: 0;
  width: 100%;
  position: absolute;
  height: 100%;
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}
.ymlSalt .nHockey {
  padding: 0;
  margin-right: 0;
  width: 54%;
  height: 36.2rem;
  position: relative;
}
.ymlSalt .nHockey:after {
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-right: 15px solid #fff;
  content: "";
  height: 0;
  position: absolute;
  right: -1px;
  top: 25px;
  width: 0;
  z-index: 1;
}
.topMargin {
  margin-top: 3rem;
}
.ymlSalt img.icons {
  padding: 4rem 0 2rem 4rem;
}
.ymlSalt .blueCaption {
  padding: 4rem 0 2rem 4rem;
  text-transform: uppercase;
  color: #4a90e2;
  font-size: 1.2rem;
}
.ymlSalt .whiteCaption {
  padding: 4rem 0 2rem 4rem;
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
}
.ymlSalt .blueCapital {
  padding: 4rem 0 2rem 4rem;
  text-transform: capitalize;
  color: #4a90e2;
  font-size: 1.2rem;
}
.ymlSalt .whiteCapital {
  padding: 4rem 0 2rem 4rem;
  text-transform: capitalize;
  color: #fff;
  font-size: 1.2rem;
}
.ymlSalt .backgImg {
  position: relative;
  height: 36.2rem;
  width: 100%;
}
.ymlSalt .backgImg.backlImg {
  height: 75.4rem;
  width: 100%;
}
.ymlSalt .nHockey img {
  width: 100%;
  position: relative;
  height: 36.2rem;
}
.ymlSalt h3.nHeading {
  max-width: 25rem;
  font-weight: 700;
  font-style: normal;
  color: #464646;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 4rem 0 2rem 4rem;
}
.ymlSalt h3.nHeading > span,
.ymlSalt h3.nHeadingW > span {
  display: block;
}
.ymlSalt h3.nHeadingW {
  max-width: 25rem;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  margin: 4rem 0 2rem 4rem;
}
.ymlSalt .largeContent {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}
.largeContent .whiteCaption {
  padding-left: 7rem;
}
.ymlSalt .largeText {
  position: absolute;
  bottom: 6.5rem;
  left: 7rem;
}
.ymlSalt h3.largeH {
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2.2rem;
}
.ymlSalt img.arrow {
  position: absolute;
  bottom: 0;
  right: 25px;
  bottom: 25px;
  cursor: pointer;
}
.ymlSalt img.arrowL {
  position: absolute;
  bottom: 0;
  right: 25px;
  bottom: 25px;
}
.twitterFeed img.arrow {
  z-index: 10 !important;
}
.ymlSalt .shareContainer {
  position: absolute;
  bottom: 25px;
  left: auto;
  z-index: 3;
  right: 25px;
}
.ymlSalt .shareBookmark {
  margin: 0 1rem;
}
.ymlSalt .storyContent {
  position: relative;
  margin: 2rem 4rem 0 6rem;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.ymlSalt .storyContentL {
  position: relative;
  margin: 0 0 0 2rem;
}
.ymlSalt .belowContent {
  position: relative;
  background-color: #fff;
  height: 36.2rem;
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}
.ymlSalt .picPadding {
  box-shadow: 0 0 8px 0 rgba(177, 177, 177, 0.3);
}
.ymlSalt .belowContent:before {
  position: absolute;
  top: -14px;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 15px solid #fff;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin-left: 22px;
}
.feedArticleBorder {
  border-left: 1px solid orange;
  position: absolute;
  height: 95%;
  bottom: 0;
  left: 2%;
}
.ymlFeedArticle,
.ymlTextArticle,
.ymlFeedArticleW,
.ymlFeedArticleL {
  word-break: break-word;
  line-height: 2.2rem;
  margin-left: 2rem;
  position: relative;
}
.ymlFeedArticle {
  color: #464646;
  max-width: 24rem;
}
.ymlTextArticle {
  color: #464646;
  max-width: 23rem;
}
.ymlFeedArticleW {
  color: #fff;
  max-width: 23rem;
  font-weight: 300;
}
.ymlFeedArticleL {
  color: #fff;
  max-width: 24rem;
  font-weight: 300;
}
@media (max-width: 575px) {
  .ymlFeedArticle,
  .ymlFeedArticleW,
  .ymlTextArticle,
  .ymlFeedArticleL {
    margin-right: 2rem;
    max-width: 26rem;
  }
  .ymlSalt .largeText {
    left: 2rem;
  }
  .ymlSalt .content1,
  .ymlSalt .content2 {
    display: block;
  }
  .ymlSalt .hero,
  .ymlSalt .marginloadmore {
    margin: 3rem 0;
  }
  .ymlSalt .nHockey img {
    height: 26.5rem;
  }
  .ymlSalt .vertImg {
    height: 26.5rem;
  }
  .ymlSalt .backgImg.backlImg {
    height: 49rem;
  }
  .ymlSalt .newsroom {
    margin: 2rem 0 2rem 0 !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  span.viewNext {
    margin: 3rem 0 0 0;
  }
  .ymlSalt .clear {
    display: none;
  }
  .ymlSalt .topMarginxs {
    margin-top: 3rem;
  }
  .ymlSalt .flexx.topMargin {
    margin-top: 0;
  }
  .ymlSalt .belowContent,
  .ymlSalt .imageContent {
    height: 26rem;
  }
  .ymlSalt .titleContent {
    height: 29rem;
  }
  .ymlSalt .backgImg {
    width: 100%;
    height: 32rem;
  }
  .ymlSalt h3.largeH {
    font-size: 1.8rem;
  }
  .ymlFeedArticleL {
    margin-left: 2rem;
  }
  .ymlSalt img.arrowL {
    left: 87%;
  }
  .ymlSalt .shareContainer {
    bottom: 15px;
    right: 15px;
  }
  .ymlSalt h3.nHeadingW {
    font-size: 1.8rem;
    margin: 1rem 0 1rem 2rem;
  }
  .ymlSalt .blueCaption,
  .ymlSalt .whiteCaption,
  .ymlSalt .blueCapital,
  .ymlSalt .whiteCapital {
    padding: 2rem;
  }
  .ymlSalt .nHockey {
    padding-right: 0;
    width: 100%;
    height: auto;
  }
  .ymlSalt .imageContent {
    margin: 0;
  }
  .ymlSalt img.icons {
    padding: 2rem;
  }
  .ymlSalt h3.nHeading {
    margin: 0 1rem 1rem 2rem;
    font-size: 1.8rem;
  }
  .ymlFeedArticle,
  .ymlFeedArticleW {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .ymlSalt .storyContent {
    margin: 0 0 0 4rem;
  }
  .ymlSalt .nHockey:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0;
    content: "";
    height: 0;
    position: absolute;
    bottom: -1px;
    top: inherit;
    left: 1.5rem;
    width: 0;
  }
  .ymlSalt .nHockey.wPadding:after {
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0;
    content: "";
    height: 0;
    position: absolute;
    bottom: -1px;
    top: inherit;
    left: 3.5rem;
    width: 0;
  }
  .ymlSalt .width100 {
    width: 100%;
  }
  .row.nImg.noMargin,
  .ymlSalt .flexx.blockFlex,
  .ymlSalt .flexx,
  .ymlSalt .nTitle.noMargin {
    display: block;
  }
  .mobNoDisp {
    display: none !important;
  }
  .topMargin {
    margin-top: 0;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .ymlSalt .topMargin {
    margin-top: 0;
  }
  .ymlSalt .topMargin767 {
    margin-top: 3rem;
  }
  .ymlSalt .content1,
  .ymlSalt .content2 {
    display: block;
  }
  .ymlSalt .vertImg {
    height: 36.2rem;
  }
  .ymlSalt .clear {
    display: none;
  }
  .ymlSalt .nHockey {
    width: 110%;
  }
  .ymlSalt .noPadding.picPadding {
    width: 110%;
  }
  .ymlSalt .titleContent {
    min-height: 26rem;
  }
  .ymlSalt h3.nHeading,
  .ymlSalt h3.nHeadingW {
    margin: 1rem 0 1rem 3rem;
  }
  .ymlFeedArticle,
  .ymlTextArticle,
  .ymlFeedArticleW {
    margin-right: 2rem;
  }
  .ymlSalt .hidden767 {
    display: none !important;
  }
  .ymlSalt h3.nHeading > span,
  .ymlSalt h3.nHeadingW > span {
    display: inline;
  }
  .ymlSalt .topMargin3 {
    margin-top: 3rem;
  }
  .ymlSalt img.icons {
    padding: 2rem;
  }
  .ymlSalt .storyContent {
    margin: 0 0 0 4rem;
  }
  .ymlSalt .tabV {
    display: flex;
  }
  .ymlSalt .belowContent:before {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    left: -50px;
    top: 25px;
    width: 0;
    z-index: 2;
  }
  .ymlSalt .blueCaption,
  .ymlSalt .whiteCaption,
  .ymlSalt .blueCapital,
  .ymlSalt .whiteCapital {
    padding-left: 3rem;
  }
  .ymlSalt .largeText,
  div.nHeadingW {
    left: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ymlSalt .content1,
  .ymlSalt .content2 {
    display: block;
  }
  .ymlSalt .vertImg {
    height: 100%;
  }
  .ymlSalt .clear {
    display: none;
  }
  .ymlSalt h3.nHeading {
    margin-top: 4rem;
  }
  .ymlSalt .arrow.arrowTab {
    left: 95%;
  }
  .topMarginsm {
    margin-top: 3rem;
  }
  .ymlSalt .backlImg {
    margin-bottom: 0;
    width: 100%;
  }
  .ymlSalt .tabV {
    display: flex;
  }
  .ymlSalt .noPadding.picPadding {
    margin-right: 0;
    width: 55%;
    height: 36.2rem;
  }
  .ymlSalt .flexx.blockFlex {
    display: block;
  }
  .ymlSalt .flexx {
    display: inline-flex;
    width: 100%;
  }
  .ymlSalt .belowContent:before {
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
    border-right: 15px solid #fff;
    content: "";
    height: 0;
    position: absolute;
    left: -50px;
    top: 25px;
    width: 0;
    z-index: 2;
  }
  .tabNoDisp {
    display: none !important;
  }
  .ymlSalt .backgImg {
    width: 100%;
  }
  .ymlSalt .belowContent {
    height: 36.2rem !important;
  }
  .ymlSalt .newsroom {
    margin: 4rem 0 4rem 0 !important;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ymlSalt img.icons {
    padding-left: 2rem;
  }
  .ymlSalt .blueCapital,
  .ymlSalt .whiteCapital,
  .ymlSalt .blueCaption,
  .ymlSalt .whiteCaption {
    padding: 4rem 0 2rem 2rem;
  }
  .ymlSalt h3.nHeading,
  .ymlSalt h3.nHeadingW {
    margin: 2rem 0 2rem 2rem;
  }
  .ymlFeedArticle,
  .ymlTextArticle,
  .ymlFeedArticleW {
    margin-right: 2rem;
  }
  .ymlSalt .storyContent {
    margin-left: 4rem;
  }
  .ymlSalt .bg {
    width: auto;
  }
  .ymlSalt .nHockey {
    width: 55%;
  }
}
@media screen and (min-width: 2000px) {
  .ymlSalt .newsroom {
    margin: 10rem 0 10rem 0 !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .ymlSalt .hero {
    margin: 28rem 0 20rem 0;
  }
}
.careerImgYml {
  object-fit: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  section.ymlSalt div.newsroom.thisweek,
  section.ymlSalt div.newsroom.newsroomN {
    margin: 5rem 0 5rem 0 !important;
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
}
.newsLetter {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: -5rem;
  margin-bottom: 6rem;
}
.copyRight {
  font-size: 1.4rem;
  line-height: 2.1;
  text-align: center;
  margin-top: 3rem;
}
.copyRight > span {
  color: #fff;
  font-weight: 300;
}
.footerSection {
  z-index: 997;
}
input:required {
  box-shadow: none;
}
.footer a {
  color: #454545;
}
.footer-bottom .styleDesktop a {
  font-size: 2rem;
}
.footer-bottom .font20 a {
  font-size: 2rem;
  color: #fff;
}
.footer-bottom .font18 a {
  font-size: 1.8rem;
  color: #fff;
}
.padTop3 {
  padding-top: 4rem !important;
}
.business ul,
.community ul,
.about ul,
.view ul {
  list-style: none;
  padding: 0;
}
.business ul li a,
.community ul li a,
.about ul li a,
.view ul li a {
  font-weight: 400;
}
.boldFont {
  font-weight: 700;
}
.styleDesktop {
  line-height: 1.2rem;
  text-align: center;
  padding: 0;
  display: -webkit-box;
  margin-left: 0;
  width: max-content;
  width: -moz-max-content;
}

.paddingLeft10 {
  padding-left: 1rem;
}
.footer-bottom {
  color: #666;
  background-color: black;
}
.footer-bottom .row {
  margin-bottom: 2rem;
}
.footer-bottom ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}
.footer-bottom {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}
.footer-bottom h5 {
  font-size: 2rem;
  color: #fff;
  margin-top: 7rem;
}
.footer-bottom h5#careers {
  font-size: 1.8rem;
  color: #666;
  margin-top: 1.5rem;
}
.footer-bottom h5#aboutus {
  margin-top: 3rem;
}
.footer-bottom h3 {
  font-size: 2rem;
  color: #666;
  margin-top: 3rem;
}
.footer-bottom h4 a {
  font-size: 2rem;
  line-height: 2.5rem;
  color: #454545;
}
.footer-bottom .view {
  margin-top: 1.4rem;
}
.footer-bottom .col-sm-offset-right-3 {
  margin-right: 0;
}
.footer-bottom .col-sm-offset-3 {
  margin-left: 0;
}
.footerLineHorizontal {
  box-sizing: border-box;
  border-top: solid 1px #d3d3d3;
  text-align: center;
  opacity: 0.3;
}
.footer-bottom a {
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  line-height: 2.1;
  font-size: 1.4rem;
  width: 17.2rem;
  height: 0;
}
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom .font20 a:focus,
.footer-bottom .font20 a:hover,
.footer-bottom .font18 a:focus,
.footer-bottom .font18 a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer-bottom .fa {
  font-size: 1.5rem;
  margin-left: 3rem;
  color: #666;
  border: 1px solid;
  border-radius: 50%;
  height: 3rem;
  width: 3rem;
  text-align: center;
  line-height: 3rem;
  text-decoration: none;
}
.footer-bottom .fa:hover,
.footer-bottom .fa:focus {
  color: rgba(255, 255, 255, 0.6) !important;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.footer-bottom .social-icons {
  margin-top: 4rem;
  padding: 0;
  margin-left: -3rem;
}
.footer-bottom .contact {
  margin-top: 3rem;
}
.footer-bottom .contact h5 {
  margin-top: 1.5rem;
  font-size: 1.8rem;
}

.footer-bottom .vl {
  border-left: 0.1rem solid #fff;
  height: 29rem;
  position: absolute;
  left: 40%;
  margin-left: -0.3rem;
  margin-top: 12%;
  width: 2px;
  opacity: 0.3;
}
.footer-bottom .footerLogo img {
  height: auto;
  width: 15rem;
  margin-top: 14rem;
  backface-visibility: hidden;
}
.footer-bottom .footerLogo {
  text-align: center;
  padding-left: 2rem;
  margin: 0 auto;
}
.boldtext {
  font-weight: 600 !important;
  font-size: 1.8rem !important;
}
.padLeft0 {
  padding-left: 0;
}
.padRight0 {
  padding-right: 0;
}
.padTop4 {
  padding-top: 1rem;
}
.footer-bottom h5 {
  margin-bottom: 2rem;
  display: inline-block;
}
.footer-bottom .icons {
  display: flex;
  justify-content: space-around;
  -webkit-box-pack: justify;
  flex-direction: column;
}

.footer-bottom input[type="text"] {
  width: 36.4rem;
  padding: 1.2rem;
  margin: 0 0 1.5rem 0;
  display: inline-block;
  border: 0;
  box-sizing: border-box;
}
.newsletterBox {
  display: flex;
}
.footer-bottom h5:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6) !important;
}
.footer-bottom .Tooltip .tooltiptext {
  top: -3.5rem;
  left: -1rem;
}
.footer-bottom .Tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}
.mobileFooter {
  display: none;
}
.font20 h5 {
  margin-bottom: 1rem;
}
.newsletterForm {
  border: 0;
  height: auto;
  width: auto;
}
@media (min-width: 991px) {
  .mobileView1 {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .newsLetter {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media (max-width: 991px) {
  .mobileView {
    display: none !important;
  }
  .mobileView1 {
    margin-bottom: 2rem;
  }
  .homeIcons {
    margin-top: 2rem;
  }
}
@media (max-width: 575px) {
  .newsLetter {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .copyRight {
    font-size: 1.2rem;
    text-align: center;
  }
  .footer-bottom .styleDesktop a {
    font-size: 1.2rem;
    width: auto;
    color: #fff;
  }
  .footer-bottom .footerLogo img {
    /* margin: 3rem 0 2rem 0; */
  }
  .footer-bottom a {
    line-height: normal;
    width: auto;
    height: auto;
  }
  .padTop3 {
    padding-top: 0 !important;
  }
  .padTop4 {
    padding-top: 1.3rem;
  }
  .xsNoPadding {
    padding: 0;
  }
  .hideMobile {
    display: none;
  }
  .mobileContainer {
    margin-bottom: 2rem;
    padding-left: 7rem;
  }
  .footer-bottom .row {
    margin: 5rem 0;
  }
  .footer-bottom .social-icons {
    margin-top: 0;
    width: 100%;
  }
  .forIpadRes {
    padding: 0;
    display: flex;
    justify-content: space-around;
  }
  .bullts {
    border-left: 0.1rem solid #666;
  }
  .padLeft {
    padding-left: 6rem;
  }
  .bullts > span {
    padding-left: 9%;
  }
  .newsletterBox {
    display: flex;
    margin-bottom: 3rem;
    padding-right: 2.5rem;
  }
  .footer-bottom .footerTextDiv {
    text-align: center;
  }
  .footer-bottom .footerText {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .newsLetter {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .copyRight {
    text-align: center;
  }
  .footer-bottom .col-sm-offset-3 {
    margin-left: 25%;
  }
  .footer-bottom .styleDesktop a {
    font-size: 1.4rem;
  }
  .xsNoPadding {
    padding: 0;
  }
  .marginLeft {
    width: 48%;
  }
  .padTop3 {
    padding-top: 0 !important;
  }
  .padTop4 {
    padding-top: 0.4rem;
  }
  .hideMobile {
    display: none;
  }
  footer a {
    font-size: 1.3rem;
  }
  .borderRight {
    border-right: 0.1rem solid #454545;
    line-height: 1.2rem;
  }
  .mobileFooter {
    display: block;
  }
  .mobileContainer {
    margin-bottom: 2rem;
    padding-left: 7rem;
  }
  .footer-bottom .row {
    margin: 2rem 0 2rem 0;
  }
  .firstRow {
    padding-right: 0;
    padding-left: 0;
  }
  .footer-bottom .social-icons {
    text-align: center;
    margin-top: 0;
    width: 50%;
  }
  .footerLineHorizontal.col-xs-12 {
    width: 50%;
  }
  .contactsMobile {
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
  .forIpadRes {
    display: flex;
    justify-content: space-around;
    width: 60%;
    padding: 0;
  }
  .forIpadRes.col-xs-12 {
    margin-left: 20%;
  }
  .bullts {
    border-left: 0.1rem solid #666;
  }
  .bulltsPad {
    border-left: 0.1rem solid #666;
  }
  .newsletterBox {
    display: flex;
    margin-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 1rem;
    width: 92%;
  }
  .padRightPosition {
    padding-right: 3rem;
  }
  .footerTextDiv {
    text-align: center;
  }
  .footer-bottom .footerText {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
  }
  .footer-bottom .font20 a {
    font-size: 1.4rem;
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .newsLetter {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
  .copyRight {
    text-align: center;
  }
  .footer-bottom .styleDesktop a {
    font-size: 1.4rem;
  }
  .footer-bottom .col-sm-offset-3 {
    margin-left: 25%;
  }
  .forIpadRes {
    display: flex;
    justify-content: space-around;
    padding: 0;
  }
  .footer-bottom .row {
    margin: 3rem 0;
  }
  img.socialIcon {
    margin-right: 0;
    padding-left: 0;
  }
  .xsNoPadding {
    padding: 0;
  }
  .marginLeft {
    width: 48%;
  }
  .padTop3 {
    padding-top: 0 !important;
  }
  .padTop4 {
    padding-top: 0.4rem;
  }
  .hideMobile {
    display: none;
  }
  footer a {
    font-size: 1.3rem;
  }
  .borderRight {
    border-right: 0.1rem solid #454545;
    line-height: 1.2rem;
  }
  .mobileFooter {
    display: block;
  }
  .mobileContainer {
    margin-bottom: 2rem;
    padding-left: 7rem;
  }
  .firstRow {
    padding-right: 0;
    padding-left: 0;
  }
  .contactsMobile {
    padding-top: 7rem;
    padding-bottom: 1rem;
  }
  .footer-bottom .social-icons {
    margin-top: 0;
  }
  .footer-bottom .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .footer-bottom a {
    line-height: 1.5rem;
  }
  .bullts {
    border-left: 0.1rem solid #666;
  }
  .bulltsPad {
    border-left: 0.1rem solid #666;
  }
  .newsletterBox {
    display: flex;
    margin-bottom: 3rem;
    padding-right: 2rem;
    padding-left: 1rem;
    width: 92%;
  }
  .padRightPosition {
    padding-right: 3rem;
  }
  .footer-bottom .footerTextDiv {
    text-align: center;
  }
  .footer-bottom .footerText {
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
  }
  .footer-bottom .Tooltip {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
  .footer-bottom .font20 a {
    font-size: 1.4rem;
    color: #fff;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .styleDesktop {
    display: block;
    margin-top: 2rem;
    width: 16rem;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .footer-bottom .styleDesktop a {
    font-size: 1.8rem;
  }
  .marginTop4 {
    margin-top: 4rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .footer-bottom .col-sm-offset-right-3 {
    margin-right: 0;
  }
  .styleDesktop {
    display: block;
    width: 16rem;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .marginTop4 {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 2000px) {
  .styleDesktop {
    display: block;
    width: 16rem;
    text-align: left;
    padding: 0;
    margin: 0;
  }
  .footer-bottom .styleDesktop a {
    font-size: 1.8rem;
  }
  .marginTop4 {
    margin-top: 4rem;
  }
  .footer-bottom .font20 a {
    font-size: 2rem;
    color: #fff;
  }
}
.globalList img.cardImg {
  padding-right: 1rem;
}
.copyDiv .copyLinkTooltip {
  display: none;
}
.twitterLink .twitterTooltip {
  display: none;
}
.phoneDivSearch .phoneTooltip {
  display: none;
}
.fadeGlobalSearch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ababab;
  z-index: 999;
  -moz-opacity: 0.8;
  opacity: 0.7;
  filter: alpha(opacity=80);
}
.modalGlobalSearch {
  display: none;
  position: absolute;
  border: 16px solid #f3f3f3;
  border-top: 16px solid #3498db;
  border-radius: 50%;
  position: fixed;
  z-index: 999;
  height: 7rem;
  width: 7rem;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: spin 2s linear infinite;
}
/* @keyframes spin {
  0 {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
} */
.suggestions.active {
  background: lightgray;
}
.copyDiv .hoverimg {
  display: none;
}
.activeUrl .normimg {
  display: none;
}
.activeUrl .hoverimg {
  display: block;
}
.addMargin {
  margin-bottom: 6rem;
}
.addMargin10 {
  margin-bottom: 10rem !important;
}
::placeholder {
  color: #454545;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #454545;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #454545;
  opacity: 1;
}
::-webkit-input-placeholder {
  color: #454545;
  opacity: 1;
}
::-moz-placeholder {
  color: #454545;
  opacity: 1;
}
::-ms-placeholder {
  color: #454545;
  opacity: 1;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .searchCheck {
    width: 3rem;
    height: 3rem;
  }
}
.phoneDivSearch,
.phoneDivVertical {
  position: relative;
}
.allCheck {
  cursor: pointer;
}
.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.card {
  margin-top: 2rem;
}
.tagCount {
  display: inline;
}
.phoneTextDynamic {
  background-color: #000;
  color: #fff;
  text-align: center;
  width: 10rem;
  opacity: 0.75;
  padding: 0.6rem;
  position: absolute;
  z-index: 1;
  top: -4rem;
  left: -4rem;
  font-size: 1.2rem;
  height: 3rem;
}
.phoneTextDynamic::after {
  transform: rotate(270deg);
  content: "";
  position: absolute;
  top: 118%;
  right: 47%;
  margin-top: -6px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.phoneTooltip {
  background-color: #000;
  color: #fff;
  text-align: center;
  opacity: 0.75;
  padding: 0.4rem 1.5rem;
  position: absolute;
  z-index: 1;
  margin-top: 70%;
  margin-left: -110%;
  font-size: 1rem;
}
.phoneTooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.copyLinkTooltip {
  background-color: #000;
  color: #fff;
  text-align: center;
  opacity: 0.75;
  padding: 0.4rem 1.5rem;
  position: absolute;
  z-index: 1;
  margin-top: 1%;
  margin-left: -1%;
  font-size: 1rem;
}
.copyLinkTooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.twitterTooltip {
  background-color: #000;
  color: #fff;
  text-align: center;
  opacity: 0.75;
  padding: 0.4rem 1.5rem;
  position: absolute;
  z-index: 1;
  margin-top: 1%;
  margin-left: -2%;
  font-size: 1rem;
}
.twitterTooltip::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}
.card > .details > div > .titleDiv > .cardTitle {
  color: #4a90e2 !important;
  font-size: 2.5rem !important;
  line-height: 3rem;
  padding-left: 2rem;
  margin-top: -1%;
}
.cardTitle > .titleLink {
  color: #4a90e2;
  text-decoration: none;
  padding-left: 2rem;
}
.cardTitle > .titleLink:hover {
  color: #4a90e2;
  text-decoration: none;
}
.card > .details {
  display: flex;
}
.card > .details > .cardImg {
  width: 16rem;
  height: 12.5rem;
  min-width: 16rem;
}
.card > .details > div > .description {
  float: left;
  width: 100%;
  line-height: 2.2rem;
  font-size: 1.6rem;
  padding-left: 2rem;
  margin: 1.5rem 0;
}
.card > .details > div > .description > .externalLink {
  padding-left: 1rem;
}
.card > .details > div > .imgDiv {
  padding-left: 2rem;
  display: flex;
}
.hiddenTxtSearch {
  width: 0;
  height: 0;
  opacity: 0;
  margin: -3px;
}
.txtareaSafariSearch {
  display: block;
  width: 27rem !important;
  height: 6rem !important;
  opacity: 1 !important;
  background-color: #f7f7f7;
  border-radius: 0.6rem;
  z-index: 9;
  margin-top: 1.5rem;
}
.card > .details > div > .imgDiv > .twitterLink {
  margin-right: 2rem;
}
.card > .details > div > .imgDiv > .copyDiv {
  margin-right: 2rem;
}
.cursorPointer {
  cursor: pointer;
}
.hrLine {
  border-bottom: 1px solid #d8d8d8;
  margin-top: 3rem;
  margin-bottom: 1.3rem;
}
.searchSection {
  -webkit-overflow-scrolling: touch;
  display: none;
  position: fixed;
  width: 100%;
  height: -moz-calc(100vh - 50px);
  height: -webkit-calc(100vh - 50px);
  height: -o-calc(100vh - 50px);
  height: calc(100vh - 50px);
  z-index: 996;
  top: 5.2rem;
  background-color: #fff;
  opacity: 0.96;
  overflow-x: hidden;
}
.searchSection .inputBox {
  width: 75%;
  float: left;
  min-height: 3rem;
  background: 0;
  border: 0;
  padding-top: 12px;
  color: #454545;
  font-size: 2rem;
  outline: 0;
}
.speakIcon {
  float: right;
  text-align: center;
  width: 3.5%;
  padding: 1.3rem 0;
  outline: 0;
  cursor: pointer;
}
.globalSearchIcon {
  float: right;
  text-align: center;
  width: auto;
  padding: 1.5rem 0;
  outline: 0;
  cursor: pointer;
}
.searchDiv {
  background: #fff;
  border-bottom: 2px solid red;
}
.closeActive {
  background-color: #fff;
  opacity: 0.9;
}
.globalList {
  width: 100%;
  float: left;
  font-size: 1.8rem;
}
.globalListMarginTop {
  width: 70%;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.globalListMarginTop > .searchTitle,
.secondRecords > .searchTitle {
  margin-top: 2rem;
  float: left;
}
.globalList > .suggestions {
  line-height: 4.4rem;
  cursor: pointer;
  color: #474747;
  font-size: 2rem;
  white-space: initial;
}
.globalList > a,
.secondRecords > a {
  cursor: pointer;
  color: #474747 !important;
}
.globalList > .suggestions:hover {
  background-color: #e5e5e5;
}
.globalList > a:hover,
.secondRecords > a:hover {
  color: #474747;
}
.globalList > a:hover,
.secondRecords > a:focus {
  color: #474747 !important;
}
.globalListMarginTop > option:hover {
  background-color: #fff;
}
.anchorUrl,
.description {
  float: left;
  width: 100%;
  line-height: 3rem;
  font-size: 1.6rem;
  padding-left: 5rem;
}
.filters {
  display: none;
  width: 30%;
  float: left;
}
.filters > .filterHeading {
  color: #454545;
  font-size: 2.5rem;
  line-height: 4.5rem;
}
.searchCheck {
  height: 2.5rem;
  width: 2.5rem;
  margin: 1rem 1.5rem 0 0 !important;
  border: 1px solid #454545;
  border-radius: 0;
  float: left;
}
.chkbox {
  display: none;
}
.chkbox + label:before {
  border: 1px solid #333;
  content: "\00a0";
  display: inline-block;
  font: 17px/22px sans-serif;
  height: 21px;
  margin: 0 1rem 0 0;
  padding: 0;
  vertical-align: top;
  width: 20px;
}
.chkbox:checked + label:before {
  background: #5f95fc;
  content: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/check-mark-white.svg");
  color: #fff;
  text-align: center;
  border: 0;
}
.filterLabel {
  font-weight: normal;
}
.filterLabel,
.tagLists {
  line-height: 1.8rem;
  font-size: 1.8rem;
}
.searchTitle {
  color: #4a90e2 !important;
  font-size: 1.8rem !important;
  line-height: 3rem;
  display: flex;
}
.searchTitle > a {
  color: #4a90e2 !important;
  font-size: 1.8rem !important;
  line-height: 3rem;
  display: flex;
}
.pagination {
  display: none;
  justify-content: center;
}
.pagination ul {
  display: flex;
  padding: 0;
  list-style: none;
}
.pagination > ul li {
  padding: 0rem 1rem 3rem 1rem;
  font-size: 1.8rem;
}
.pagination > ul .pageDigits {
  border-bottom: 2px solid #d0d4d9;
  margin: 0 0.5rem;
  cursor: pointer;
}
.pagination > ul > li > span {
  width: 100%;
  float: left;
}
li.pageDigits.active {
  border-bottom: 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/hover.svg");
}
li.pageDigits.active > span {
  color: #e09f3a;
  margin-bottom: 0.2rem;
}
.searchTitle > img {
  width: 30px;
  height: 30px;
  margin-right: 2rem;
  display: block;
  float: left;
}
.secondRecords {
  float: right;
  width: 70%;
}
.pageNumbers {
  display: inline;
}
.tagLists {
  cursor: pointer;
  vertical-align: middle;
  width: 100%;
  float: left;
}
.tagName {
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 20px;
}
.tableFilled {
  display: block;
}
@media (max-width: 575px) {
  .imgDiv {
    position: relative;
  }
  .titleLink {
    margin-top: 1rem;
  }
  .globalList > div {
    line-height: 2.5rem;
    cursor: pointer;
    color: #474747;
    font-size: 1.4rem;
    white-space: initial;
  }
  .tagLists,
  .allCheck {
    width: 50%;
    float: left;
  }
  .tags {
    display: block;
    clear: both;
  }
  .tagName {
    margin-bottom: 1.5rem;
  }
  .pagination > ul li {
    padding: 0rem 1.2rem 3rem 0.8rem;
  }
  .tagCount {
    font-size: 1.4rem;
  }
  .pagination {
    margin: 0 0 3rem 0;
  }
  .card > .details > .cardImg {
    width: 12rem;
    height: 8rem;
    margin: 0;
  }
  .card > .details {
    display: block;
  }
  .card > .details > div > .titleDiv > .cardTitle {
    padding-left: 0;
    padding-top: 1.3rem;
  }
  .cardTitle > .titleLink {
    padding-left: 0;
  }
  .card > .details > div > .description {
    padding-left: 0;
  }
  .card > .details > div > .imgDiv {
    padding-left: 0.2rem;
  }
  .filters {
    width: 100%;
  }
  .searchTitle {
    font-size: 1.8rem !important;
    display: inline-block;
  }
  .filters > .filterHeading {
    font-size: 2rem;
  }
  .tagName,
  .anchorUrl,
  .description {
    font-size: 1.4rem;
  }
  .globalListMarginTop {
    width: 100%;
  }
  .globalListMarginTop > .searchTitle,
  .globalListMarginTop {
    margin-top: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .imgDiv {
    position: relative;
  }
  .tagLists,
  .allCheck {
    width: 50%;
    float: left;
  }
  .tags {
    display: block;
    clear: both;
  }
  .tagCount {
    font-size: 1.5rem;
  }
  .card > .details > div > .imgDiv {
    padding-left: 2rem;
  }
  .filters {
    width: 100%;
  }
  .searchTitle {
    font-size: 1.8rem !important;
  }
  .filters > .filterHeading {
    font-size: 2rem;
  }
  .tagName,
  .anchorUrl,
  .description {
    font-size: 1.4rem;
  }
  .globalListMarginTop {
    width: 100%;
  }
  .globalListMarginTop > .searchTitle,
  .globalListMarginTop {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .imgDiv .spnTextCopy {
    left: 2rem;
    top: 4rem;
  }
  .imgDiv {
    position: relative;
  }
  .tagCount {
    font-size: 1.5rem;
  }
  .globalList {
    width: 100%;
  }
  .tagLists,
  .allCheck {
    width: 50%;
    float: left;
  }
  .tags {
    display: block;
    clear: both;
  }
  .filters {
    width: 100%;
  }
  .globalListMarginTop {
    margin-top: 1rem;
  }
  .searchSection {
    top: 5rem;
  }
  .txtareaSafariSearch {
    margin-left: 2rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .twitterTooltip {
    margin-left: -1.5%;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .twitterTooltip {
    margin-left: -1.25%;
  }
}
@media (min-width: 1439px) {
  .twitterTooltip {
    margin-left: -1%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  li.pageDigits.active {
    background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/hover.svg");
  }
}
@media screen and (min-width: 992px) {
  .globalList .twitterLink:hover .twitterTooltip {
    display: block;
  }
  .globalList .phoneDivSearch:hover .phoneTooltip {
    display: block;
  }
  .globalList .Tooltip .tooltiptext {
    top: 4rem;
    left: 0;
  }
  .globalList .Tooltip .tooltiptext::after {
    transform: rotate(-45deg);
    top: -27%;
    left: 23% !important;
  }
  .globalList .Tooltip .phoneDivVertical + .tooltiptext {
    top: -3.5rem;
    left: -1.2rem;
  }
  .globalList .Tooltip .phoneDivVertical + .tooltiptext::after {
    transform: rotate(270deg);
    top: 96%;
  }
  .globalList .details .copyDiv:hover .copyLinkTooltip {
    display: block;
  }
}
.liItems.horizonIn a {
  font-weight: bold;
}
@media all and (-ms-high-contrast: none) {
  nav {
    visibility: visible !important;
  }
  *::-ms-backdrop,
  nav {
    visibility: visible !important;
  }
}
.touch {
  -webkit-overflow-scrolling: touch;
}
.overlayDiv {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  cursor: pointer;
  overflow: hidden !important;
}
.outer-div {
  overflow: hidden !important;
  overflow-x: hidden !important;
}
.displayblock {
  display: block !important;
}
.displaynone {
  display: none !important;
}
.heroControls .carousel-control:focus {
  opacity: 0.5;
}
.closeActive > .tooltiptextHeader {
  display: none;
}
.panel > li > a:hover,
.itemA > li > a:hover {
  color: red !important;
}
nav {
  visibility: hidden;
}
.navBackground {
  background: #000;
}
.navText {
  padding-top: 0.3rem;
}
.navSlideDown {
  animation-name: navSlideDown;
  -webkit-animation-name: navSlideDown;
  animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}
.navVisibility {
  visibility: visible !important;
}
.grayMenu a {
  color: #454545 !important;
  font-weight: 400;
}
.grayMenu .container .navBarBtn .icon-bar {
  background-color: #454545;
}
.marginLeft2 {
  margin-left: 2rem !important;
}
.paddingRight0 {
  padding-right: 0 !important;
}
.marginRight0 {
  margin-right: 0;
}
.d-block {
  display: block !important;
}
.navbar .tataLogo {
  margin: 0.5rem 0 !important;
  width: 200px;
  height: 50px;
  background-image: url("https://www.synergeworkspace.com/images/logo.png");
  padding: 0;
  background-position: center;
  background-size: contain;
}
.grayMenu .tataLogo {
  margin: 0.5rem 0 !important;
  width: 50px;
  height: 50px;
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/pages/nav/Tata_Logo1.svg");
  padding: 0;
  background-position: center;
  background-size: contain;
}
.searchBoxIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/pages/nav/Search.svg");
}
.grayMenu .searchBoxIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/pages/nav/Search_gray.svg");
}
.closeSearch,
.grayMenu .closeSearch {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/close_icon.svg");
}
.worldWideBoxIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/pages/nav/Worldwideicon.svg");
}
.grayMenu .worldWideBoxIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/pages/nav/Worldwideicon_gray.svg");
}
.contactUsBoxIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/pages/nav/ContactUs.svg");
}
.grayMenu .contactUsBoxIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/pages/nav/ContactUs_gray.svg");
}
.tataLogo {
  width: 70px;
  display: inline-block;
  background-repeat: no-repeat;
  line-height: 20px;
  background-position: center;
}
.tataLogo > span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 1%;
  overflow: hidden;
}
.searchBoxIcon,
.closeSearch {
  width: auto;
  height: 100%;
  line-height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 30%;
  margin-bottom: 30%;
}
.worldWideBoxIcon {
  width: auto;
  height: 100%;
  line-height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 2rem;
  margin-top: 12px;
}
.contactUsBoxIcon {
  width: auto;
  height: 100%;
  line-height: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 18px;
  margin-top: 13px;
}
a.nav-link {
  padding: 1rem 1.5rem;
  position: relative;
}
.navText a.nav-link:hover:after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
  border-bottom: 0.1rem solid red !important;
}
.underLine:after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 1rem;
  border-bottom: 0.1rem solid red !important;
}
.nav-item > .nav-link {
  padding: 1.4rem 2.3rem;
  cursor: pointer;
}
.nav-item > .nav-link:hover {
  color: #fff;
}
.hoverGray > a {
  color: #454545 !important;
}
.customNav > li.nav-item.icon:nth-child(7) {
  padding-left: 3rem;
}
li.nav-item {
  font-size: 1.6rem;
}
.navbar-toggle .icon-bar {
  background-color: #fff;
}
.nav > li.dropdown.open .dropdown-menu {
  display: table;
  border-radius: 0;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}
.customDropDown {
  background-color: #000026;
  margin-top: 0;
  border: 0;
  border-radius: 0;
  padding: 0 30% 10% 30%;
}
.customDropDown > li a {
  color: #fff;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
  color: #fff;
}
.nav > li > .borderBottom:focus,
.nav > li > .borderBottom:hover {
  border-bottom: 1px solid red;
}
.nav-item:hover ul.dropdown-menu {
  display: block;
}
.nav-item ul .dropdown-menu li:hover ul.dropdown-menu {
  display: block;
}
.nav-item ul.dropdown-menu ul {
  width: 100%;
  display: block;
  text-align: left;
}
.subMenu {
  border-bottom: 0.2rem solid #6f6f6f;
  max-width: 13rem;
  margin: 1rem 0 1rem 0;
}
.searchBox {
  right: 6%;
  top: 6%;
  position: absolute;
  float: right;
}
a,
ul li a,
.subMenu {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
.fontClr {
  color: #f5a623;
}
a:hover {
  color: #fff;
  text-decoration: none;
}
.custNavBar {
  border: 0;
  position: fixed;
  height: 5.6rem;
  width: 100%;
  z-index: 999;
  border-radius: 0;
  transition: all 0.4s;
  transition-timing-function: ease-in-out;
}
.backgroundImage {
  position: relative;
}
.backgroundImage .Bg {
  width: 100%;
  height: auto;
}
.panel {
  overflow: hidden;
  color: white;
  background: transparent;
  position: fixed;
  display: none;
  margin-left: 2.2rem;
}
.subHead span {
  height: 2.8rem;
  width: 19.5rem;
  color: #fff;
  font-size: 2.4rem;
  line-height: 2.8rem;
}
.subHead {
  padding: 3rem 0 1rem 0;
}
hr.subHeadBorder {
  width: 55rem;
  color: #666;
  border-top: 1px solid #4c4b4b;
  margin-top: 0;
  margin-left: 0rem;
  margin-bottom: 10px;
}
a.nav-link.accordion.active {
  color: #f5a623;
}
.backLight {
  height: 31rem;
  width: 100%;
  opacity: 0.96;
  background: #000;
  transition: all 0.5s;
}
.megaMenu:hover .backLight {
  display: block;
}
.liItems {
  padding: 0.5rem 0 0.5rem 0.1rem;
  font-weight: 300;
  text-align: left;
  color: #fff;
  width: 20rem;
}
.liItems a {
  font-weight: 300;
}
.horizonIn {
  display: inline;
}
.padLeft13 {
  padding: 2rem 0 0 12.5rem;
}
.colCount3 {
  display: flex;
}
.colCount3 ul + ul {
  margin-left: 3rem;
}
.orangeText {
  color: #f5a623;
}
.marginB10 {
  margin-bottom: 1rem;
}
.marginT30 {
  margin-top: 3rem;
}
.marginT20 {
  margin-top: 2rem;
}
.overlayPop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 9999;
  opacity: 1;
  -webkit-animation: slideBottom 1s forwards;
  -moz-animation: slideBottom 1s forwards;
  animation: slideBottom 1s forwards;
}
.overlayPop p {
  margin: 0;
}
.overlayPop a,
.overlayPop a:hover,
.overlayPop a:visited,
.overlayPop a:focus {
  color: #307fe2;
}
.overlayPop .details {
  margin: 0 auto;
  width: 66.2rem;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 0 11px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlayPop .flexDiv {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .details img:nth-child(1) {
  padding-right: 1rem;
}
.overlayPop .blockDiv span:nth-child(1) {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
}
.overlayPop .blockDiv span:nth-child(2) {
  font-size: 1.2rem;
  color: #454545;
  display: block;
}
.overlayPop .blockDiv {
  padding-right: 1rem;
}
.overlayPop .btn + .btn.focus,
.overlayPop .btn + .btn:focus,
.overlayPop .btn + .btn:hover {
  color: #333;
  background-color: #dadada;
}
.overlayPop .btn {
  width: 13rem;
  border: 0;
  border-radius: 0;
}
.overlayPop .btn + .btn {
  margin-left: 1rem;
  background-color: #e6e6e6;
  padding: 6px;
}
@media (max-width: 575px),
  (min-width: 576px) and (max-width: 767px),
  (min-width: 768px) and (max-width: 991px) {
  .overlayPop .details {
    width: 100%;
  }
  .overlayPop .container {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .mobileTextSmall {
    font-size: 1.4rem !important;
    font-weight: 300 !important;
  }
  .overlayPop .flexDiv {
    display: block;
  }
  .overlayPop .btn + .btn {
    margin-left: 0;
    margin-top: 1rem;
  }
  .colCount3 {
    display: block;
  }
  .colCount3 ul + ul {
    margin-left: 0;
  }
  .liItems {
    padding: 0.5rem 0 0 2rem;
    width: auto;
  }
  .navbar-collapse.d-block {
    overflow-y: initial;
  }
  .collapseNav > ul {
    height: 90vh;
    overflow-y: scroll;
  }
  a.nav-link.closeSearch {
    padding: 2.8rem 2.6rem;
    margin: 0;
  }
  .marginT30 {
    margin-top: 1rem;
  }
  .nav-item > .nav-link:active {
    color: red !important;
  }
  .navbar .tataLogo {
    margin-bottom: 0 !important;
  }
  .grayMenu a {
    color: #fff !important;
  }
  .backgroundImage .Bg {
    height: 100vh;
  }
  .noBgHeader > .container > .navbar-toggle {
    margin: 2rem;
    padding: 0rem;
  }
  .navbar-nav {
    margin: 0;
  }
  .tataLogo {
    width: 5rem;
  }
  .searchIcon {
    margin-right: 0rem;
  }
  .collapseNav {
    background: #000;
  }
  .collapseNav > ul {
    padding-bottom: 15rem;
    width: 100%;
    margin-top: 6rem;
    float: left !important;
  }
  .collapseNav > ul > .icon {
    padding: 0;
  }
  .collapseNav > ul > .icon > .worldWideBoxIcon,
  .collapseNav > ul > .icon > .contactUsBoxIcon {
    margin: 0;
    padding: 3rem 2rem;
    float: left;
  }
  .customNav > li.nav-item.icon:nth-child(7) {
    padding-left: 0rem;
  }
  .navbar-collapse.d-block {
    display: block !important;
    width: 83%;
    margin-left: 17%;
    float: left !important;
    height: 100vh;
    position: absolute;
    opacity: 0.96;
    padding-left: 0;
    padding-top: 0;
    overflow-y: auto;
  }
  .explrtext {
    float: left;
  }
  .clsBtn {
    margin: 1rem 2rem 0 0;
  }
  .hRExp {
    margin-top: 5rem;
  }
  .explrHead {
    position: fixed;
    width: 80%;
    background: #000;
    height: 5.5rem;
    border-bottom: 0.1rem solid #292929;
    opacity: 1;
    z-index: 9;
  }
  .accordion {
    background-image: url(../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/arrowDown.svg);
  }
  .accordion {
    cursor: pointer;
    width: 100%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: 0.3s;
    width: 93%;
    background-image: url(../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/arrowRightAccordian.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
  }
  a.nav-link.accordion.active {
    background-image: url(../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/arrowDown.svg);
    object-fit: cover;
  }
  .panel {
    padding: 0 1.8rem 0 1rem;
    position: relative;
    margin-left: 0;
  }
  .forSlideIn {
    background: #000;
    position: relative;
    animation: animateright 0.4s;
    color: #fff;
  }
  .forSlideIn a {
    color: #fff;
  }
  @keyframes animateright {
    from {
      right: -30rem;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }
  .navText a.nav-link:hover:after {
    display: none;
  }
  .backLight {
    background: transparent;
    opacity: 0.9;
  }
  .subHead a {
    height: 2.8rem;
    width: 19.7rem;
    color: #f5a623;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2.9rem;
    border-bottom: 0;
  }
  .subHead {
    padding: 1rem 0 0.5rem 2rem;
  }
  a.nav-link.accordion.active {
    color: red !important;
  }
  .panel > .subHead > a:hover,
  .panel > .subHead > a:focus,
  .panel > .subHead > a:active {
    color: red !important;
    text-decoration: none;
  }
  .show {
    opacity: 1;
    max-height: 50rem;
  }
  .hide {
    opacity: 0;
    height: 0;
  }
  .horizonIn {
    display: block;
  }
  .marginLeft2 {
    margin-left: 0 !important;
  }
  .arrowIcons {
    float: right;
    padding-right: 1rem;
  }
  .underLine:after {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .mobileTextSmall {
    font-size: 1.4rem !important;
    font-weight: 300 !important;
  }
  .colCount3 {
    display: block;
  }
  .colCount3 ul + ul {
    margin-left: 0;
  }
  .liItems {
    padding: 0.5rem 0 0 2rem;
    width: auto;
  }
  .horizonIn {
    display: block;
  }
  .navbar-collapse.d-block {
    overflow-y: initial;
  }
  .collapseNav > ul {
    height: 90vh;
    overflow-y: scroll;
  }
  a.nav-link.closeSearch {
    padding: 26px;
    margin: 0;
  }
  .nav-item > .nav-link:active {
    color: red !important;
  }
  .grayMenu a {
    color: #fff !important;
  }
  .forSlideIn a {
    color: #fff;
  }
  .backgroundImage .Bg {
    height: 100vh;
  }
  .noBgHeader > .container > .navbar-toggle {
    padding: 1.4rem 1rem;
  }
  .navbar-nav {
    margin: 0;
  }
  .searchIcon {
    margin-right: 1rem;
  }
  .collapseNav {
    background: #000;
  }
  .collapseNav > ul {
    float: left !important;
    width: 100%;
    margin-top: 6rem;
  }
  .collapseNav > ul > .icon {
    padding: 0;
  }
  .collapseNav > ul > .icon > .worldWideBoxIcon,
  .collapseNav > ul > .icon > .contactUsBoxIcon {
    margin: 0;
    padding: 3rem 2rem;
    float: left;
  }
  .customNav > li.nav-item.icon:nth-child(7) {
    padding-left: 1.3rem;
  }
  .navbar-collapse.d-block {
    display: block !important;
    width: 45%;
    margin-left: 55%;
    float: left !important;
    height: 100vh;
    position: absolute;
    opacity: 0.9;
    padding-left: 0;
    padding-top: 0;
    overflow-y: auto;
  }
  .explrtext {
    float: left;
  }
  .clsBtn {
    margin: 1rem 1.5rem 0 0;
  }
  .hRExp {
    margin-top: 5rem;
  }
  .explrHead {
    position: fixed;
    width: 43%;
    background: #000;
    height: 5rem;
    opacity: 1;
    border-bottom: 0.1rem solid #292929;
    z-index: 9;
  }
  .accordion {
    cursor: pointer;
    width: 93%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: 0.5s;
    background-image: url(../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/arrowRightAccordian.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
  }
  a.nav-link.accordion.active {
    background-image: url(../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/arrowDown.svg);
  }
  a.nav-link.accordion.active {
    color: red !important;
  }
  .panel {
    margin-left: 1rem;
    position: relative;
  }
  .forSlideIn {
    background-color: #000;
    position: relative;
    animation: animateright 0.4s;
  }
  @keyframes animateright {
    from {
      right: -30rem;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }
  .navText a.nav-link:hover:after {
    display: none;
  }
  .backLight {
    background: transparent;
    opacity: 0.9;
  }
  .liItems {
    padding: 0.5rem 0 0 2rem;
  }
  .subHead {
    padding: 1rem 0 0.5rem 2rem;
  }
  .subHead a {
    height: 2.8rem;
    width: 19.7rem;
    color: #f5a623;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2.9rem;
    border-bottom: 0;
  }
  .collapseNav {
    overflow: auto;
  }
  .customNav {
    overflow: auto;
  }
  .marginLeft2 {
    margin-left: 0 !important;
  }
  .arrowIcons {
    float: right;
    padding-right: 0.5rem;
  }
  .underLine:after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .topPad {
    padding-top: 2rem !important;
  }
  .mobileTextSmall {
    font-size: 1.4rem !important;
    font-weight: 300 !important;
  }
  .overlayPop .flexDiv span,
  .overlayPop .flexDiv + span {
    padding-left: 1rem;
  }
  .overlayPop .blockDiv {
    width: 38%;
  }
  .colCount3 {
    display: block;
  }
  .colCount3 ul + ul {
    margin-left: 0;
  }
  .liItems {
    width: auto;
  }
  .navbar-collapse.d-block {
    overflow-y: initial;
  }
  .collapseNav > ul {
    height: 90vh;
    overflow-y: scroll;
  }
  li.nav-item.icon {
    padding: 0;
  }
  .nav-item > .nav-link:active {
    color: red !important;
  }
  .navbar > .container > .navBarBtn {
    margin: 1rem 1.5rem;
    padding: 1rem 0;
  }
  .grayMenu a {
    color: #fff !important;
  }
  .forSlideIn a {
    color: #fff;
  }
  .padTop5 {
    padding-top: 2rem;
  }
  .tataLogo {
    width: 7rem;
  }
  .nav-item > .nav-link {
    padding: 1.5rem 1.5rem;
  }
  li.nav-item {
    font-size: 1.4rem;
  }
  .navbar-header {
    float: none;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 0.1rem solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .navbar-collapse.d-block {
    display: block !important;
  }
  .d-block > .customNav > .nav-item > .nav-link {
    width: 95%;
  }
  .nav-item > .nav-link {
    padding: 1rem 0 1rem 2rem;
  }
  .noBgHeader > .container {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .navbar-nav > .icon > .searchBoxIcon {
    margin: 1.8rem 1.5rem;
  }
  .navbar-nav > .icon > .closeSearch {
    padding: 3.2rem 2.8rem 2.4rem;
    margin: 0;
  }
  .navBarBtn,
  .tataLogo {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .paddingTopInNav {
    padding: 0;
  }
  .noBgHeader > .container > .navbar-collapse {
    border: 0;
    box-shadow: none;
  }
  .navbar-nav {
    margin: 0;
  }
  .searchIcon {
    margin-right: 0rem;
  }
  .collapseNav {
    background: #000;
  }
  .collapseNav > ul {
    margin-top: 6rem;
    float: left !important;
    width: 100%;
  }
  .collapseNav > ul > .icon {
    padding: 0;
  }
  .collapseNav > ul > .icon > .worldWideBoxIcon,
  .collapseNav > ul > .icon > .contactUsBoxIcon {
    margin: 0;
    padding: 3rem 2rem;
    float: left;
  }
  .customNav > li.nav-item.icon:nth-child(7) {
    padding-left: 0rem;
  }
  .navbar > .container {
    padding: 0;
    width: 100%;
  }
  .navbar > .container > .tataLogo {
    margin-left: 1.5rem !important;
  }
  .navbar-collapse.d-block {
    display: block !important;
    width: 35%;
    margin-left: 65%;
    float: left;
    height: 100vh !important;
    position: absolute;
    opacity: 0.9;
    padding: 0;
    overflow-y: auto;
  }
  .explrtext {
    float: left;
    width: 85% !important;
  }
  .clsBtn {
    margin: 1rem 1rem 0 0;
  }
  .hRExp {
    margin-top: 5rem;
  }
  .explrHead {
    position: fixed;
    width: 35%;
    background: #000;
    border-bottom: 0.1rem solid #292929;
    height: 5rem;
    opacity: 1;
    z-index: 9;
  }
  .accordion {
    cursor: pointer;
    width: 93%;
    border: 0;
    text-align: left;
    outline: 0;
    transition: 0.5s;
    background-image: url(../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/arrowRightAccordian.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
  }
  a.nav-link.accordion.active {
    background-image: url(../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/arrowDown.svg);
  }
  a.nav-link.accordion.active {
    color: red !important;
  }
  .accordion background-image {
    padding-top: 5rem !important;
  }
  .panel {
    padding: 0 1.8rem 0 1rem;
    margin-left: 0;
    position: relative;
  }
  .forSlideIn {
    background: #000;
    position: relative;
    animation: animateright 0.4s;
  }
  @keyframes animateright {
    from {
      right: -30rem;
      opacity: 0;
    }
    to {
      right: 0;
      opacity: 1;
    }
  }
  .navText a.nav-link:hover:after {
    display: none;
  }
  .backLight {
    background: transparent;
    opacity: 0.9;
  }
  .liItems {
    padding: 3px 3px 3px 2rem;
  }
  .subHead {
    padding: 1rem 0 0.5rem 2rem;
  }
  .subHead a {
    height: 2.8rem;
    width: 19.7rem;
    color: #f5a623;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2.9rem;
    border-bottom: 0;
  }
  .subHead {
    padding-bottom: 2rem;
  }
  .marginLeft2 {
    margin-left: 0 !important;
  }
  .arrowIcons {
    float: right;
    padding-right: 1.5rem;
  }
  .horizonIn {
    display: block;
  }
  .underLine:after {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .communityPanel {
    padding-left: 0;
  }
  .panel {
    opacity: 0;
    -webkit-animation: fadein ease-in 1;
    -moz-animation: fadein ease-in 1;
    animation: fadein ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
  }
  .communityPanel {
    margin-left: -8.5rem;
  }
  .aboutPanel {
    margin-left: -21rem;
  }
  .megaMenu:hover .panel {
    display: block;
  }
  .activeMenu:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
    border-bottom: 0.1rem solid red;
  }
  .menuExpanded::after {
    display: none;
  }
  .marT25 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1439px) {
  .backgroundImage .Bg {
    height: auto;
  }
  .megaMenu:hover .panel {
    display: block;
  }
  .panel {
    opacity: 0;
    -webkit-animation: fadein ease-in 1;
    -moz-animation: fadein ease-in 1;
    animation: fadein ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
  }
  .communityPanel {
    margin-left: -8.5rem;
  }
  .aboutPanel {
    margin-left: -21.4rem;
  }
  .activeMenu:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
    border-bottom: 0.1rem solid red;
  }
  .menuExpanded::after {
    display: none;
  }
  .underLine::after {
    display: block;
  }
  .marT25 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1440px) and (max-width: 1899px) {
  a,
  ul li a,
  .subMenu {
    font-weight: 300;
  }
  .megaMenu:hover .panel {
    display: block;
  }
  .panel {
    opacity: 0;
    -webkit-animation: fadein ease-in 1;
    -moz-animation: fadein ease-in 1;
    animation: fadein ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .communityPanel {
    margin-left: -8.6rem;
  }
  .aboutPanel {
    margin-left: -21rem;
  }
  .activeMenu:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
    border-bottom: 0.1rem solid red;
  }
  .menuExpanded::after {
    display: none;
  }
  .underLine::after {
    display: block;
  }
  .marT25 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1900px) and (max-width: 2300px) {
  a,
  ul li a,
  .subMenu {
    font-weight: 300;
  }
  .panel {
    opacity: 0;
    -webkit-animation: fadein ease-in 1;
    -moz-animation: fadein ease-in 1;
    animation: fadein ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .communityPanel {
    margin-left: -4%;
  }
  .aboutPanel {
    margin-left: -10%;
  }
  .megaMenu:hover .panel {
    display: block;
  }
  .activeMenu:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
    border-bottom: 0.1rem solid red;
  }
  .menuExpanded::after {
    display: none;
  }
  .underLine::after {
    display: block;
  }
  .marT25 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 1900px) and (max-width: 2000px) {
  .aboutPanel {
    margin-left: -11.1%;
  }
  .communityPanel {
    margin-left: -4.3%;
  }
}
@media (min-width: 2301px) {
  a,
  ul li a,
  .subMenu {
    font-weight: 300;
  }
  .panel {
    opacity: 0;
    -webkit-animation: fadein ease-in 1;
    -moz-animation: fadein ease-in 1;
    animation: fadein ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
  .communityPanel {
    margin-left: -85px;
  }
  .aboutPanel {
    margin-left: -21rem;
  }
  .megaMenu:hover .panel {
    display: block;
  }
  .activeMenu:after {
    content: "";
    display: block;
    margin: 0 auto;
    padding-top: 1rem;
    border-bottom: 0.1rem solid red;
  }

  .menuExpanded::after {
    display: none;
  }
  .underLine::after {
    display: block;
  }
  .marT25 {
    margin-top: 2.5rem;
  }
}
@media (min-width: 992px) {
  .backdrop {
    position: fixed;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background-color: #000;
    z-index: -1;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }
  li.megaMenu:nth-of-type(1):hover ~ .backdrop {
    height: 53.9rem;
    opacity: 0.96;
  }
  li.megaMenu:nth-of-type(2):hover ~ .backdrop {
    height: 28rem;
    opacity: 0.96;
  }
  li.megaMenu:nth-of-type(3):hover ~ .backdrop {
    height: 53rem;
    opacity: 0.96;
  }
}
.animm {
  opacity: 0;
}
.animm.inView {
  -webkit-animation-name: opacityCh;
  -webkit-animation-duration: 2s;
  animation-name: opacityCh;
  animation-duration: 2s;
  opacity: 1;
}
.parallaxControlsStory.showAll {
  position: fixed;
  top: calc(50% - 150px);
  width: 10rem;
  z-index: 3;
  right: 15.5rem;
  display: block;
  left: 13rem;
}
.landscapeConatiner {
  position: relative;
}
.landscapeOverlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  color: white;
  background-color: rgba(0, 0, 0, 0.9);
}
.landscapeText {
  position: absolute;
  font-size: 3vw;
  line-height: 1.3;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.notActive > .pointerDiv {
  display: none;
}
.echart {
  height: 500px !important;
}
.saltDate {
  font-size: 1.6rem;
  color: #a7a6a6;
}
.echartHeading {
  margin-bottom: 0rem !important;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .forStoryPages > .parallaxControlsStory.showAll {
    left: 1.5rem;
  }
  .echartOverflow {
    margin-left: 12rem !important;
    width: 75% !important;
  }
}
.videodiv {
  height: 100%;
}
.footer-bottom {
  position: relative;
}
.modal-open {
  overflow: hidden !important;
}
.mainSliderElem.active {
  opacity: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.jw-media.jw-reset {
  border: 1px solid #000;
}
.jwplayer.jw-skin-myskin .jw-sharing-dock-btn .jw-dock-image {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/shareOptions/color/share.svg");
}
.jwplayer.jw-skin-myskin.jw-breakpoint-4 .jw-display .jw-icon:before,
.jwplayer.jw-skin-myskin.jw-breakpoint-5 .jw-display .jw-icon:before,
.jwplayer.jw-skin-myskin.jw-breakpoint-6 .jw-display .jw-icon:before,
.jwplayer.jw-skin-myskin.jw-breakpoint-7 .jw-display .jw-icon:before {
  font-size: 20px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-4 .jw-display .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-5 .jw-display .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-6 .jw-display .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-7 .jw-display .jw-icon {
  height: 40px;
  line-height: 40px;
  width: 50px;
}
.jw-breakpoint-4 .jw-display .jw-icon:before,
.jw-breakpoint-5 .jw-display .jw-icon:before,
.jw-breakpoint-6 .jw-display .jw-icon:before,
.jw-breakpoint-7 .jw-display .jw-icon:before {
  font-size: 30px;
}
.jwplayer.jw-skin-myskin .jw-display-icon-container .jw-icon {
  color: red;
}
.jwplayer.jw-skin-myskin :not(.jw-flag-touch) .jw-button-color:focus,
.jwplayer.jw-skin-myskin :not(.jw-flag-touch) .jw-button-color:hover,
.jwplayer.jw-skin-myskin .jw-submenu-sharing {
  outline: 0;
  color: red;
  fill: red;
}
.jwplayer.jw-skin-myskin .jw-display-icon-container .jw-icon:before {
  font-size: 20px;
}
.jwplayer.jw-skin-myskin .jw-display-icon-container .jw-icon {
  width: 50px;
  height: 40px;
  line-height: 40px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-1 .jw-display .jw-icon:before {
  font-size: 15px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-1 .jw-display .jw-icon {
  height: 30px;
  line-height: 30px;
  width: 40px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-1
  .jw-display
  .jw-icon.jw-icon-rewind:before {
  font-size: 15px;
}
.jwplayer.jw-skin-myskin:not(.jw-flag-touch) .jw-submenu-sharing,
.jwplayer.jw-skin-myskin:not(.jw-flag-touch) .jw-button-color:focus {
  outline: 0;
  color: red;
  fill: red;
}
.jwplayer.jw-skin-myskin .jw-settings-content-item:hover,
.jwplayer.jw-skin-myskin .jw-settings-content-item .jw-sharing-link:hover {
  outline: 0;
  color: red;
  fill: red;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-0 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-1 .jw-display-icon-container .jw-icon {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  width: 40px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-2 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-3 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-4 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-5 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-6 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-7 .jw-display-icon-container .jw-icon {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 50px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-4 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-5 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-6 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-7 .jw-display .jw-svg-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-0 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-1 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-2 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-3 .jw-display .jw-svg-icon {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-0 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-1 .jw-display-icon-container .jw-icon {
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  width: 40px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-2 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-3 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-4 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-5 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-6 .jw-display-icon-container .jw-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-7 .jw-display-icon-container .jw-icon {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  width: 50px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-4 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-5 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-6 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-7 .jw-display .jw-svg-icon {
  height: 30px;
  line-height: 30px;
  width: 30px;
}
.jwplayer.jw-skin-myskin.jw-breakpoint-0 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-1 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-2 .jw-display .jw-svg-icon,
.jwplayer.jw-skin-myskin.jw-breakpoint-3 .jw-display .jw-svg-icon {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.jwplayer.jw-skin-myskin .jw-display-icon-container .jw-icon {
  background: rgba(33, 33, 33, 0.5);
}
.jwplayer.jw-skin-myskin.jw-state-idle .jw-controls,
.jwplayer.jw-skin-myskin.jw-state-complete .jw-controls {
  background: rgba(0, 0, 0, 0);
}
.jwplayer.jw-skin-myskin.jw-state-idle .jw-controls-backdrop,
.jwplayer.jw-skin-myskin.jw-state-complete .jw-controls-backdrop {
  background: rgba(0, 0, 0, 0);
}
.downHeadedArrow {
  text-align: right;
}
.arrowAnimation {
  animation: slideArrow 3s ease-in-out infinite;
  margin-left: 1rem;
}
li .saltPara,
li .legalPara,
li .infoPara {
  display: initial !important;
}
.saltStContentSection ul,
.richtext ul {
  list-style-position: initial !important;
}
.saltStContentSection li,
.richtext li {
  margin-bottom: 2rem !important;
}
.nextFeed {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.facts .nHeadingW {
  margin-top: 0 !important;
}
.facts .urlLabel {
  font-size: 1.1rem;
  margin-top: 1.5rem;
  margin-left: 2rem;
  display: inline-block;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}
.facts .sheetName,
.facts .excelPath {
  display: none;
  font-size: 1.1rem;
  margin-top: 0;
  margin-left: 2rem;
  font-weight: 400;
  color: #fff;
}
.facts .urlLabel:hover {
  opacity: 0.5 !important;
}
.facts img.arrow {
  z-index: 10 !important;
}
.facts .fadeInText {
  animation: fadein 2s forwards !important;
  -moz-animation: fadein 2s !important;
  -webkit-animation: fadein 2s !important;
  -o-animation: fadein 2s !important;
}
.saltPara a,
.saltPara a:hover,
.saltPara a:active,
.saltPara a:visited,
.mainPara a,
.mainPara a:hover,
.mainPara a:active,
.mainPara a:visited,
.legalPara a,
.legalPara a:hover,
.legalPara a:active,
.legalPara a:visited,
.infoPara a,
.infoPara a:hover,
.infoPara a:active,
.infoPara a:visited,
.paraGaps a,
.paraGaps a:hover,
.paraGaps a:active,
.paraGaps a:visited {
  color: #337ab7 !important;
}
.richtext p,
.richtext h2,
.richtext h3 {
  margin: 0;
}
.addOpacityIcons {
  opacity: 0.3;
}
.downHeadedArrow > .arrowSection > a {
  position: absolute;
  bottom: 10%;
  right: 10rem;
}
.heroHeading > span {
  display: block;
}
.downHeadedArrow > .arrowSection > a > .arrowDown {
  animation: bounceArrowAni 2.4s cubic-bezier(0.7, 0, 0.3, 1) infinite;
}
.shareBtnParent {
  display: block;
  cursor: pointer;
}
.arrows {
  cursor: pointer;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.jumpFirst {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpFirst.svg");
  background-repeat: no-repeat;
}
.jumpFirst:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpFirstActive.svg");
  background-repeat: no-repeat;
}
.jumpFirstActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpFirstActive.svg");
  background-repeat: no-repeat;
}
.disableArrow {
  opacity: 0.2;
}
.leftArw {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/left.svg");
  background-repeat: no-repeat;
}
.leftArw:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/leftActive.svg");
  background-repeat: no-repeat;
}
.leftArwActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/leftActive.svg");
  background-repeat: no-repeat;
}
.rightArw {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/right.svg");
  background-repeat: no-repeat;
}
.rightArw:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/rightActive.svg");
  background-repeat: no-repeat;
}
.rightArwActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/rightActive.svg");
  background-repeat: no-repeat;
}
.jumpLast {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpLast.svg");
  background-repeat: no-repeat;
}
.jumpLast:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpLastActive.svg");
  background-repeat: no-repeat;
}
.jumpLastActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpLastActive.svg");
  background-repeat: no-repeat;
}
body,
html {
  font-family: "Lato", sans-serif;
  color: #464646;
}
main {
  width: 100%;
  position: relative;
}
.imageOverlay50 {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imageOverlay20 {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imageOverlayBnr {
  position: absolute;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imageOverlayHp {
  position: absolute;
  width: 100%;
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/tile4020.png");
  padding: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.imageOverlayInsta {
  position: absolute;
  width: 100%;
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/insta_shade.png");
  padding: 0;
  background-position: center;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  right: 0;
  background-size: cover;
}
.imageOverlayFb {
  position: absolute;
  width: 100%;
  background: rgba(59, 89, 152, 0.7);
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.whatsApp,
.hideActive,
.forStoryPages > .showAll > .active > .Tooltip > .activeShare > .normalImg {
  display: none;
}
.forStoryPages > .showAll > .active > .Tooltip > .activeShare > .hideActive {
  display: inline-block !important;
}
.shareOptions {
  position: absolute;
  left: 6.5rem;
  top: 0;
  padding: 0.5rem;
  display: none;
}
.shareOptions > .fb > .fbAnchor {
  background: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/shareOptions/FB.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .fb > .fbAnchor:hover {
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .twitter > .twitterAnchor {
  background: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/shareOptions/twitter_icon.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .twitter > .twitterAnchor:hover {
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .linkedin > .linkedinAnchor {
  background: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/shareOptions/LinkedIn.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .linkedin > .linkedinAnchor:hover {
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .hangout > .hangoutAnchor:hover {
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .hangout > .hangoutAnchor {
  background: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/shareOptions/G+white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .mailto > .mailtoAnchor {
  background: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/shareOptions/Contact_Us.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > .mailto > .mailtoAnchor:hover {
  background-repeat: no-repeat;
  background-position: center;
}
.whatsappImg {
  background: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/shareOptions/Whatsapp.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.shareOptions > div > a {
  height: 3.5rem;
  margin: 0 auto;
  display: block;
}
.shareOptions > div {
  width: 3.5rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.shareOptions.active {
  display: block;
  background-color: #000;
  opacity: 0.9;
  cursor: default;
}
.shareOptions > div > a {
  color: #000;
}
.shareOptions::after {
  transform: rotate(225deg);
  border-bottom: 20px solid #000;
  border-right: 20px solid #000;
  content: "";
  position: absolute;
  top: 2.2rem;
  left: -0.6rem;
  z-index: -1;
}
.forStoryPages > .parallaxControlsStory.showAll {
  display: block;
}
@-moz-document url-prefix() {
  .shareOptions > .mailto > .mailtoAnchor,
  .shareOptions > .hangout > .hangoutAnchor,
  .shareOptions > .twitter > .twitterAnchor,
  .shareOptions > .linkedin > .linkedinAnchor,
  .shareOptions > .fb > .fbAnchor,
  .shareOptions > .mailto > .mailtoAnchor:hover,
  .shareOptions > .hangout > .hangoutAnchor:hover,
  .shareOptions > .twitter > .twitterAnchor:hover,
  .shareOptions > .linkedin > .linkedinAnchor:hover,
  .shareOptions > .fb > .fbAnchor:hover {
    background-size: auto !important;
  }
}
textarea.urlCopied {
  display: none;
}
.spnTextCopy {
  position: absolute;
  opacity: 1;
  z-index: 2;
  left: 0rem;
  top: 4rem;
}
.investorBg {
  height: 135vh;
  width: 100%;
}
.invBackground {
  width: auto;
  margin: 0 auto;
  position: relative;
}
.invBackground .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  textarea.urlCopiediOs {
    display: none;
    width: 26rem;
    height: 4rem;
    opacity: 1;
    padding: 0.5rem 0 0 0.5rem;
    border-width: 0.1rem;
    border-radius: 0.5rem;
  }
  .spnTextCopy {
    position: absolute;
    opacity: 1;
    z-index: 2;
    left: 0rem;
    top: 4rem;
  }
  textarea.urlCopiediOs::selection {
    color: white;
    background: royalblue;
  }
}
.fxblock {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
  animation: slideUp 1s forwards;
  animation-duration: 2s;
}
.noDisplay {
  display: none;
}
.noMargin {
  margin: 0;
}
.noPadding {
  padding: 0;
}
.clear {
  clear: both;
}
.paddingLeft2Rem {
  padding-left: 2rem;
}
.headingDiv {
  box-shadow: 0 6px 9px 0 rgba(0, 0, 0, 0.2);
  height: 5.2rem;
  font-weight: bold;
  display: inline-block;
  padding: 8px 20px;
  position: absolute;
  top: -3rem;
  left: -1.5rem;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 0;
  color: #454545;
  font-size: 2.4rem;
  line-height: 3.6rem;
}
.headingP {
  position: relative;
}
.module {
  border-left: 15px solid transparent;
  padding: 0;
  border-right: 15px solid transparent;
  position: relative;
}
.module:nth-child(even) {
  margin-right: 0;
}
.come-in {
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  transform: translateY(150px);
  -webkit-animation: comeIn 1s ease forwards;
  -ms-animation: comeIn 1s ease forwards;
  animation: comeIn 1s ease forwards;
}
.come-in:nth-child(odd) {
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  animation-duration: 0.6s;
}
.already-visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}
.comeInBorder {
  -webkit-animation: borderLine 2s;
  animation: borderLine 2s;
}
.comeInNBorder {
  -webkit-animation: borderLineFeed 2s;
  animation: borderLineFeed 2s;
}
.btn:focus {
  outline: 0 !important;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
}
.simButton {
  height: 35px;
  text-align: center;
  max-width: 13rem;
  width: 100%;
  background-color: red !important;
  margin-left: 2rem;
}
.buttonMore,
.extrabutton {
  border-radius: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  padding: 7px;
  color: #fff;
  border: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.extrabutton {
  margin-bottom: 3rem;
  margin-right: 2.2rem;
  margin-left: 0rem;
}
.extrabutton:first-child {
  margin-left: 0;
}
.buttonMore::before,
.extrabutton::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.buttonMr:hover::before {
  opacity: 1;
  -moz-transform: scale(1, 1) !important;
  -ms-transform: scale(1, 1) !important;
  -webkit-transform: scale(1, 1) !important;
  transform: scale(1, 1) !important;
}
.readMArrow {
  margin-left: 5px;
}
div.hoverCard:hover,
a.hoverCard:hover {
  background-color: rgba(4, 58, 91, 0.1);
  transition: 1s ease;
}
@media (hover: hover) {
  div.hoverCard:hover,
  a.hoverCard:hover {
    background-color: rgba(4, 58, 91, 0.1);
    transition: 1s ease;
  }
}
@media (hover: none) {
  div.hoverCard:hover,
  a.hoverCard:hover {
    background-color: transparent;
    transition: 1s ease;
  }
}
.captionBottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 103px;
  height: 2px;
  display: none;
  background-color: #307fe2;
}
.captionBottom.in-view {
  display: block;
  left: 0;
  -webkit-animation-name: lineBorder;
  -moz-animation-name: lineBorder;
  -ms-animation-name: lineBorder;
  animation-name: lineBorder;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  -ms-animation-duration: 3s;
  animation-duration: 3s;
}
.headingCap {
  position: relative;
  font-weight: bold;
}
.loadMoreBtn,
.loadLessBtn,
.loadLessBtnM {
  margin: 8rem 0 3rem 0;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
.viewNext {
  display: inline-block;
  padding: 1rem 4rem;
  font-size: 1.4rem;
  margin: 8rem 0 3rem 0;
  background-color: red;
  color: white;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  max-width: 15rem;
}
.viewMoreHide {
  display: none;
}
.arrowSection {
  position: absolute;
  bottom: 10rem;
  right: 1.8rem;
  z-index: 10;
  cursor: pointer;
}
.arrowContainerP {
  position: relative;
}
.arrowSection > .arrowContainer {
  position: relative;
  right: 0;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  transition: opacity 0.3s;
}
.arrowSection .arrowContainer:hover {
  opacity: 0.5;
}
.arrowSection .arrowContainer span {
  position: absolute;
  top: 0;
  right: 0;
  width: 2rem;
  height: 2rem;
  border-left: 0.2rem solid rgb(255, 0, 0);
  border-bottom: 0.2rem solid rgb(255, 255, 255);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: arrowDown 1s infinite;
  -moz-animation: arrowDown 1s infinite;
  -ms-animation: arrowDown 1s infinite;
  -o-animation: arrowDown 1s infinite;
  animation: arrowDown 1s infinite;
  opacity: 0;
  box-sizing: border-box;
}
.arrowSection .arrowContainer span:nth-of-type(1) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}
.arrowSection .arrowContainer span:nth-of-type(2) {
  top: 16px;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.arrowSection .arrowContainer span:nth-of-type(3) {
  top: 32px;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.arrowSection .arrowContainer span:nth-of-type(4) {
  top: 48px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.sectionContent {
  position: absolute;
  margin: 0;
  max-width: 60rem;
  top: 45%;
  z-index: 2;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.heroForegrounds {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1;
  top: 0;
}
.heroHeadline {
  min-height: 600px;
  height: 100vh;
  position: relative;
  color: #fff;
}
.bg {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.bannerHeading > span {
  padding: 0.6rem 1rem;
  color: #fff;
  background-color: #060606;
  font-style: italic;
  font-size: 1.4rem;
}
.bannerHeading > .whiteCaption {
  font-style: italic;
  text-transform: capitalize;
}
.bannerHeading > h1 {
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 5rem;
  color: #fff;
  margin-top: 1rem;
}
.bannerPara {
  color: #fff;
  padding-left: 5rem;
  max-width: 50rem;
  position: relative;
  margin-top: 2rem;
}
.bannerBorder {
  border-left: 0.1rem solid red;
  height: 95%;
  position: absolute;
  opacity: 0;
  min-height: 90%;
  bottom: 0.5rem;
  -webkit-animation: borderLine ease-in 1 forwards;
  -ms-animation: borderLine ease-in 1 forwards;
  -o-animation: borderLine ease-in 1 forwards;
  -moz-animation: borderLine ease-in 1 forwards;
  animation: borderLine ease-in 1 forwards;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
}
a:hover,
a:focus,
a:active {
  color: #fff;
  text-decoration: none;
}
.bannerSection {
  background: #000;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.bannerSection video {
  object-fit: fill;
}
.bannerReadingTxt > .bannerDiv {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  max-width: 42rem;
  padding-left: 2rem;
  margin: 0 0 10px;
}
.fadeInBanner {
  opacity: 0;
  -webkit-animation: fadein ease-in 1;
  -moz-animation: fadein ease-in 1;
  animation: fadein ease-in 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}
.fadeInBanner.heroForegrounds {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.expTags {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 6rem 0;
  white-space: nowrap;
}
.tagItems {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  padding: 0 10px;
  color: red;
  margin: 0;
  font-weight: 400;
  cursor: default;
}
.tagItems span {
  cursor: pointer;
}
.tagItems:active {
  color: red;
}
.tagItems::after {
  content: " ";
  position: absolute;
  border-left: 1px rgba(69, 69, 69, 0.5) solid;
  top: 20%;
  right: 0;
  height: 65%;
  margin-top: auto;
  margin-bottom: auto;
}
a.tagItems.noBorder:after {
  border-left: transparent;
}
.tagItems:hover,
.tagItems:active,
.tagItems:visited {
  color: red;
  opacity: 0.6;
}
.tagHead {
  display: inline-block;
  font-size: 1.6rem;
  margin: 0;
  color: #454545;
}
.stackbtn1,
.stackbtn2 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.Tooltip {
  position: relative;
  display: inline-block;
  width: 100%;
}
.Tooltip .tooltiptext {
  visibility: hidden;
  width: 6rem;
  height: 2.4rem;
  background-color: #ebebeb;
  text-align: center;
  padding: 0.4rem 0;
  position: absolute;
  z-index: 1;
  top: -2rem;
  left: 30%;
  color: #454545;
  font-style: normal;
  opacity: 0.75;
  font-size: 10px;
  font-weight: 700;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
  text-transform: capitalize;
}
.Tooltip .tooltiptext::after {
  transform: rotate(-90deg);
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ebebeb;
  content: "";
  position: absolute;
  top: 99%;
  left: 43% !important;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3);
}
.Tooltip:hover .tooltiptext {
  visibility: visible;
}
.TooltipHeader:hover .tooltiptextHeader {
  visibility: visible;
}
.TooltipHeader:hover .tooltiptextHeaderW {
  visibility: visible;
}
.TooltipHeader .tooltiptextHeader::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(180deg);
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ebebeb;
  content: "";
  position: absolute;
  top: -45%;
  left: 34%;
}
.TooltipHeader .tooltiptextHeaderW::after {
  transform: rotate(-180deg);
  -webkit-transform: rotate(180deg);
  border-bottom: 15px solid transparent;
  border-right: 15px solid #ebebeb;
  content: "";
  position: absolute;
  top: -45%;
  left: 34%;
}
.TooltipHeader .tooltiptextHeaderW {
  visibility: hidden;
  width: 6rem;
  height: 2.4rem;
  opacity: 1;
  background-color: #ebebeb;
  color: #454545;
  text-align: center;
  padding: 0.4rem 0;
  position: absolute;
  z-index: 1;
  top: 5rem;
  left: 35%;
  font-size: 10px;
  font-weight: 500;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.TooltipHeader .tooltiptextHeader {
  visibility: hidden;
  width: 6rem;
  height: 2.4rem;
  opacity: 1;
  background-color: #ebebeb;
  color: #454545;
  text-align: center;
  padding: 0.4rem 0;
  position: absolute;
  z-index: 1;
  top: 5rem;
  left: 5%;
  font-size: 10px;
  font-weight: 500;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.forStoryPages > .parallaxControlsStory > .pointerDiv {
  width: 33%;
}
.subHeadStory {
  display: inline-block;
  margin: 1rem 0 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 30px;
}
.richtext h2 {
  display: inline-block;
  margin: 2rem 0 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
}
.linkImages img:last-child {
  display: none;
}
.downloadImages img:last-child {
  display: none;
}
.tickerContent {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.roundBraces::after {
  content: ")";
}
.roundBraces::before {
  content: "(";
}
ul.careers {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 20rem;
}
ul.jobcareers {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 20rem;
}
li.jobFigures,
li.jobFigures2 {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
li.jobFigures2 {
  font-size: 2.8rem;
}
li.bigNumber {
  font-size: 3.6rem;
}
li.smallNumber {
  font-size: 2.8rem;
}
li.jobDescription {
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
}
li.jobDescription2 {
  font-size: 1.4rem;
  text-align: center;
  margin-top: 3rem;
  color: #fff;
}
li.bigText {
  font-size: 1.8rem;
}
li.smallText {
  font-size: 1.4rem;
}
.ymlSalt .titleContent.blue {
  background-color: #307fe2 !important;
}
.ymlSalt .titleContent.blue .blueCaption {
  color: #fff;
}
.revenue .row {
  margin: 5rem 0 8rem 0;
}
@media (max-width: 575px) {
  .invBackground .investorBg {
    height: 183rem;
  }
  .subHeadStory {
    line-height: inherit;
  }
  .revenue .row {
    margin: 0 -15px 30px;
  }
  .echart {
    height: 500px !important;
    width: 700px;
    overflow: scroll !important;
  }
  .overflowChart {
    overflow: scroll !important;
  }
  .richtext h2 {
    font-size: 1.9rem;
    line-height: 22px;
    margin-top: 1.2rem;
    margin-bottom: 1rem;
  }
  ul.careers {
    height: 16rem;
  }
  ul.jobcareers {
    height: 16rem;
  }
  .arrowContainerP {
    position: initial !important;
  }
  .sliderElem {
    display: none;
  }
  .bannerPara {
    margin-top: 0;
  }
  .bannerDiv > span {
    display: inline;
  }
  .bannerHeading > h1 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .clickableDiv {
    cursor: pointer;
  }
  .arrowSection {
    bottom: 15rem !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  .Tooltip:hover .tooltiptext {
    visibility: hidden;
  }
  .bannerReadingTxt > .bannerDiv {
    font-size: 1.4rem;
    line-height: 1.43;
    padding: 0 1rem;
  }
  .simButton {
    margin-left: 1rem;
  }
  .buttons {
    text-align: center;
  }
  .buttons .extrabutton {
    margin-right: 2rem;
  }
  .buttons .extrabutton:last-child {
    margin-right: 0;
  }
  .extrabutton {
    margin: 0 0 2rem 0;
  }
  .headingDiv {
    height: 3.5rem;
    font-size: 1.6rem;
    top: -2rem;
    left: 0.5rem;
    padding: 0 0.8rem;
  }
  .headingP > .headingDiv {
    left: 0.5rem !important;
  }
  .expTags {
    display: block;
    padding: 3rem 0;
    margin: 0 !important;
  }
  .stackbtn1,
  .stackbtn2 {
    margin-top: 1rem;
  }
  .paddLeft0 {
    padding-left: 0 !important;
  }
  .tagItems {
    font-size: 1.4rem;
    padding: 0 5px;
  }
  .forStoryPages > div > .pointerDiv {
    float: left;
  }
  .shareOptions {
    width: auto;
    left: 1rem;
    top: 4rem;
    z-index: 9;
  }
  .shareOptions > div {
    margin: auto;
    float: left;
  }
  .shareOptions::after {
    transform: rotate(225deg);
    top: -0.9rem;
    left: 1rem;
    z-index: -1;
  }
  .whatsApp,
  .hangout {
    display: block;
  }
  .downloadImages:hover img:first-child {
    display: none;
  }
  .downloadImages:hover img:last-child {
    display: inline-block;
  }
  .downHeadedArrow > .arrowSection > a {
    right: 0rem;
  }
  .downHeadedArrow > .arrowSection {
    bottom: 6rem;
  }
  .clickableDiv {
    cursor: pointer;
  }
  .spnTextCopy {
    position: absolute;
    opacity: 1;
    z-index: 1;
    top: 4rem;
  }
}
@media (max-width: 991px) {
  .TooltipHeader:hover .tooltiptextHeader,
  .TooltipHeader:hover .tooltiptextHeaderW {
    visibility: hidden;
  }
  .Tooltip:hover .tooltiptext {
    visibility: hidden;
  }
  .clickableDiv {
    cursor: pointer;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .invBackground .investorBg {
    height: 131rem;
  }
  .richtext h2 {
    line-height: 28px;
  }
  .arrowContainerP {
    position: initial !important;
  }
  .headingDiv {
    left: 0;
    padding: 8px 12px;
  }
  .arrowSection {
    bottom: 15rem;
  }
  .extrabutton {
    margin-bottom: 3rem;
    margin-right: 1rem;
  }
  .downloadImages:hover img:first-child {
    display: none;
  }
  .downloadImages:hover img:last-child {
    display: inline-block;
  }
  .expTags {
    text-align: center;
    display: inherit;
    padding: 4rem 0;
  }
  .tagItems.border0:after {
    border-left: transparent;
  }
  .stackbtn2 {
    justify-content: center;
    margin-top: 1rem;
  }
  .stackbtn1 {
    justify-content: center;
  }
  .tagHead {
    margin: 1rem 0;
  }
  .downHeadedArrow > .arrowSection > a {
    right: 1rem;
  }
  .downHeadedArrow > .arrowSection {
    bottom: 12rem;
  }
  .clickableDiv {
    cursor: pointer;
  }
  @media screen and (-webkit-min-device-pixel-ratio: 0) {
    textarea.urlCopiediOs {
      display: none;
      width: 35rem;
      height: 5rem;
      padding: 0.5rem 0 0 0.5rem;
    }
    .spnTextCopy {
      position: absolute;
      opacity: 1;
      z-index: 1;
      left: 6rem;
      top: 2rem;
    }
  }
}
@media (max-width: 991px) {
  .bannerSection video {
    min-width: 100%;
    min-height: 100%;
  }
}
@media (min-width: 992px) {
  .bannerSection video {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 991px) {
  .downloadImages:hover img:first-child {
    display: none;
  }
  .downloadImages:hover img:last-child {
    display: inline-block;
  }
}
@media (min-width: 1200px) {
  .linkImages:hover img:first-child {
    display: none;
  }
  .linkImages:hover img:last-child {
    display: inline-block;
  }
}
@media screen and (min-width: 2000px) {
  .forStoryPages > .parallaxControlsStory.showAll {
    left: 72rem;
    top: 16rem;
  }
  .buttonMore,
  .extrabutton {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
  }
  .bannerReadingTxt > .bannerDiv,
  a,
  ul li a,
  .subMenu {
    font-weight: 300;
  }
  .bannerReadingTxt > .bannerDiv {
    margin-top: 3rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .invBackground .investorBg {
    height: 135rem;
  }
  .arrowContainerP {
    position: initial !important;
  }
  .sliderElem {
    display: none;
  }
  .forStoryPages > div > .pointerDiv {
    float: left;
  }
  .expTags {
    text-align: center;
    display: inherit;
    padding: 4rem 0;
  }
  .tagItems.border0:after {
    border-left: transparent;
  }
  .stackbtn2 {
    justify-content: center;
    margin-top: 1rem;
  }
  .stackbtn1 {
    justify-content: center;
  }
  .tagHead {
    margin: 1rem 0;
  }
  .arrowSection {
    bottom: 12rem !important;
  }
  .shareOptions {
    width: auto;
    left: 3rem;
    top: 6rem;
    z-index: 9;
  }
  .shareOptions > div {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    float: left;
  }
  .shareOptions::after {
    transform: rotate(225deg);
    top: -0.9rem;
    left: 1rem;
    z-index: -1;
  }
  .headingDiv {
    left: 0.5rem;
    padding: 8px 8px;
  }
  .downloadImages:hover img:first-child {
    display: none;
  }
  .downloadImages:hover img:last-child {
    display: inline-block;
  }
  .downHeadedArrow > .arrowSection > a {
    right: 1rem;
  }
  .clickableDiv {
    cursor: pointer;
  }
}
.select-items {
  -webkit-overflow-scrolling: touch;
}
.fullScreenN {
  height: 100vh;
  min-height: 92rem;
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .forStoryPages > .parallaxControlsStory.showAll {
    left: 6rem !important;
    top: 16rem;
  }
}
.iodineSpace {
  border-radius: 0;
}
.closeIcon {
  padding: 1.5rem 1.5rem 0 0;
  float: right;
}
.iodineSpace .modal-header,
.textDiv {
  border: 0;
  padding: 0;
}
.iodineSpace .modal-body {
  padding-top: 0;
}
.iodineSpace .row {
  display: flex;
  justify-content: center;
  align-items: center;
}
.iodineText {
  color: #959595;
  font-size: 18px;
  line-height: 22px;
}
.iodineModal {
  width: 85rem;
  margin: 5rem auto;
}
.iodineText > div {
  max-width: 35rem;
  margin: 0 auto;
}
.marketImg {
  width: auto;
  margin: 0 auto;
  padding: 5rem 0;
}
@media (max-width: 575px) {
  .iodineModal {
    width: 31rem;
  }
  .iodineSpace .row {
    display: block;
  }
  .marketImg {
    padding: 15px;
  }
  .iodineText {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .iodineModal {
    width: 52rem;
    margin: 20rem auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .iodineModal {
    width: 70rem;
    margin: 20rem auto;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes borderLine {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@-ms-keyframes borderLine {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@-o-keyframes borderLine {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@-moz-keyframes borderLine {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@keyframes borderLine {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@keyframes borderLineFeed {
  to {
    opacity: 1;
    bottom: 20%;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@-webkit-keyframes borderLineFeed {
  to {
    opacity: 1;
    bottom: 20%;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@-moz-keyframes borderLineFeed {
  to {
    opacity: 1;
    bottom: 20%;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@-ms-keyframes borderLineFeed {
  to {
    opacity: 1;
    bottom: 20%;
  }
  from {
    opacity: 0;
    bottom: -150%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes borderLineCar {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -800%;
  }
}
@-ms-keyframes borderLineCar {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -800%;
  }
}
@-o-keyframes borderLineCar {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -800%;
  }
}
@-moz-keyframes borderLineCar {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -800%;
  }
}
@keyframes borderLineCar {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -800%;
  }
}
@-webkit-keyframes borderLines {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: 100%;
  }
}
@-ms-keyframes borderLines {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: 100%;
  }
}
@-o-keyframes borderLines {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: 100%;
  }
}
@-moz-keyframes borderLines {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: 100%;
  }
}
@keyframes borderLines {
  to {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: 100%;
  }
}
@keyframes arrow-jump {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(6rem);
    -moz-transform: translateY(6rem);
    -o-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
  }
}
@-webkit-keyframes arrow-jump {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(6rem);
    -moz-transform: translateY(6rem);
    -o-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
  }
}
@-ms-keyframes arrow-jump {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(6rem);
    -moz-transform: translateY(6rem);
    -o-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
  }
}
@-o-keyframes arrow-jump {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(6rem);
    -moz-transform: translateY(6rem);
    -o-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
  }
}
@-moz-keyframes arrow-jump {
  from {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(6rem);
    -moz-transform: translateY(6rem);
    -o-transform: translateY(6rem);
    -ms-transform: translateY(6rem);
    transform: translateY(6rem);
  }
}
@-webkit-keyframes arrowDown {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes arrowDown {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes arrowDown {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes arrowDown {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
@keyframes arrowDown {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.7;
  }
  100% {
    opacity: 1;
  }
}
/* @keyframes slideArrow {
  0 {
    transform: translate(0rem, 0);
  }
  16.5% {
    transform: translate(0.7rem, 0);
  }
  33% {
    transform: translate(0rem, 0);
  }
  100% {
    transform: translate(0rem, 0);
  }
}
@-moz-keyframes slideArrow {
  0 {
    transform: translate(0rem, 0);
  }
  16.5% {
    transform: translate(0.7rem, 0);
  }
  33% {
    transform: translate(0rem, 0);
  }
  100% {
    transform: translate(0rem, 0);
  }
}
@-o-keyframes slideArrow {
  0 {
    transform: translate(0rem, 0);
  }
  16.5% {
    transform: translate(0.7rem, 0);
  }
  33% {
    transform: translate(0rem, 0);
  }
  100% {
    transform: translate(0rem, 0);
  }
}
@-webkit-keyframes slideArrow {
  0 {
    transform: translate(0rem, 0);
  }
  16.5% {
    transform: translate(0.7rem, 0);
  }
  33% {
    transform: translate(0rem, 0);
  }
  100% {
    transform: translate(0rem, 0);
  }
}
@-ms-keyframes slideArrow {
  0 {
    transform: translate(0rem, 0);
  }
  16.5% {
    transform: translate(0.7rem, 0);
  }
  33% {
    transform: translate(0rem, 0);
  }
  100% {
    transform: translate(0rem, 0);
  }
} */
@keyframes navSlideDown {
  from {
    transform: translateY(-100%);
  }
  50% {
    transform: translateY(8%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes navSlideDown {
  from {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes navSlideDown {
  from {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-ms-keyframes navSlideDown {
  from {
    -webkit-transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes lineBorder {
  100% {
    opacity: 1;
    left: 0;
  }
  25% {
    opacity: 0.6;
    left: -1.5rem;
  }
  20% {
    opacity: 0.6;
    left: 3.5rem;
  }
  from {
    opacity: 0;
    left: -600%;
  }
}
@-moz-keyframes lineBorder {
  100% {
    opacity: 1;
    left: 0;
  }
  25% {
    opacity: 0.6;
    left: -1.5rem;
  }
  20% {
    opacity: 0.6;
    left: 3.5rem;
  }
  from {
    opacity: 0;
    left: -600%;
  }
}
@-ms-keyframes lineBorder {
  100% {
    opacity: 1;
    left: 0;
  }
  25% {
    opacity: 0.6;
    left: -1.5rem;
  }
  20% {
    opacity: 0.6;
    left: 3.5rem;
  }
  from {
    opacity: 0;
    left: -600%;
  }
}
@keyframes lineBorder {
  100% {
    opacity: 1;
    left: 0;
  }
  25% {
    opacity: 0.6;
    left: -1.5rem;
  }
  20% {
    opacity: 0.6;
    left: 3.5rem;
  }
  from {
    opacity: 0;
    left: -600%;
  }
}
@keyframes opacityChOver {
  100% {
    opacity: 0.75;
  }
  from {
    opacity: 0;
  }
}
@-webkit-keyframes opacityChOver {
  100% {
    opacity: 0.75;
  }
  from {
    opacity: 0;
  }
}
@-ms-keyframes opacityChOver {
  100% {
    opacity: 0.75;
  }
  from {
    opacity: 0;
  }
}
@-moz-keyframes opacityChOver {
  100% {
    opacity: 0.75;
  }
  from {
    opacity: 0;
  }
}
@keyframes opacityCh {
  100% {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
@-webkit-keyframes opacityCh {
  100% {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
@-ms-keyframes opacityCh {
  100% {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
@-moz-keyframes opacityCh {
  100% {
    opacity: 1;
  }
  from {
    opacity: 0;
  }
}
@keyframes borderLineT {
  100% {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -200%;
  }
}
@-webkit-keyframes borderLineT {
  100% {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -200%;
  }
}
@-ms-keyframes borderLineT {
  100% {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -200%;
  }
}
@-moz-keyframes borderLineT {
  100% {
    opacity: 1;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -200%;
  }
}
@keyframes slideUp {
  from {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes slideUp {
  from {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@-moz-keyframes slideUp {
  from {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@-ms-keyframes slideUp {
  from {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 80px;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes slideUpSalt {
  from {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 45%;
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes slideUpSalt {
  from {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 45%;
    visibility: visible;
    opacity: 1;
  }
}
@-moz-keyframes slideUpSalt {
  from {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 45%;
    visibility: visible;
    opacity: 1;
  }
}
@-ms-keyframes slideUpSalt {
  from {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  50% {
    top: 60%;
    visibility: hidden;
    opacity: 0;
  }
  100% {
    top: 45%;
    visibility: visible;
    opacity: 1;
  }
}
@keyframes comeIn {
  to {
    transform: translateY(0);
  }
}
@-ms-keyframes comeIn {
  to {
    transform: translateY(0);
  }
}
@-webkit-keyframes comeIn {
  to {
    transform: translateY(0);
  }
}
@-moz-keyframes comeIn {
  to {
    transform: translateY(0);
  }
}
@keyframes bounce-animation {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
  }
  60% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes bounce-animation {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
  }
  60% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes bounce-animation {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
  }
  60% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bounce-animation {
  from {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-3000px);
    transform: translateY(-3000px);
  }
  60% {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes widthChange {
  from {
    width: 95%;
  }
  to {
    width: 65%;
  }
}
@-moz-keyframes widthChange {
  from {
    width: 95%;
  }
  to {
    width: 65%;
  }
}
@-ms-keyframes widthChange {
  from {
    width: 95%;
  }
  to {
    width: 65%;
  }
}
@keyframes widthChange {
  from {
    width: 95%;
  }
  to {
    width: 65%;
  }
}
@keyframes bounceArrowAni {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-o-keyframes bounceArrowAni {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes bounceArrowAni {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-ms-keyframes bounceArrowAni {
  from {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@-webkit-keyframes slideBottom {
  from {
    opacity: 0;
    bottom: -30rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-moz-keyframes slideBottom {
  from {
    opacity: 0;
    bottom: -30rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes slideBottom {
  from {
    opacity: 0;
    bottom: -30rem;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes borderLineH {
  100% {
    opacity: 0.5;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -300%;
  }
}
@keyframes borderLineH {
  100% {
    opacity: 0.5;
    bottom: 0;
  }
  from {
    opacity: 0;
    bottom: -300%;
  }
}
.searchTooltip .tooltiptextHeader {
  top: 96%;
  left: 87%;
}
.recordTooltip .tooltiptextHeader {
  top: 51px;
  left: 77%;
  width: 8rem;
}
.inputSearch::placeholder {
  color: #a4a4a4;
  opacity: 1;
  font-weight: 300;
}
.inputSearch:-ms-input-placeholder {
  color: #a4a4a4;
  font-weight: 300;
}
.inputSearch::-ms-input-placeholder {
  color: #a4a4a4;
  font-weight: 300;
}
.searchVerticals {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  background-color: transparent;
  color: #a4a4a4;
  border: 1px solid #c7c7c7;
  padding: 20px;
  width: 354px;
  font-size: 22px;
  outline: 0;
  height: 55px;
  padding: 1rem 3rem;
  font-weight: 300;
}
.nBg.stripBg {
  height: 23rem;
}
.nBg {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.mediaStrip {
  position: relative;
  text-align: center;
  color: #fff;
}
.contntD {
  position: relative;
  height: 100%;
}
.searchContainer {
  margin-top: 9rem;
}
.uptriangle {
  position: absolute;
  top: 92%;
  left: 14%;
}
.recordImg {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/recordicon.svg");
  width: 16px;
  height: 24px;
  background-repeat: no-repeat;
}
.searchImg {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/searchicon.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.inputSearch {
  border: 0;
  width: 25.5rem;
  caret-color: black;
}
.inputSearch:focus {
  outline: 0;
  caret-color: black;
}
.searchicon {
  margin-left: 13px;
  margin-right: -18px;
  float: right;
  cursor: pointer;
  margin-top: -2.5rem;
}
.recordicon {
  display: none;
  float: right;
  cursor: pointer;
  margin-top: -2.5rem;
  margin-right: 1.7rem;
}
.imgPic {
  width: 250px;
  height: 250px;
}
section.searchResult {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 9%;
  padding-left: 8%;
}
.withImg > .row > .noPadding > .imageContent > .searchHeading {
  margin-left: -4%;
}
.withImg > .row > .noPadding > .imageContent > .storyContent {
  margin-left: -2%;
}
.withImg > .row > .noPadding > .imageContent > .storyContent > .ymlFeedArticle {
  max-width: 50rem;
  margin-left: 4rem;
}
.withImg
  > .row
  > .noPadding
  > .imageContent
  > .storyContent
  > .feedArticleBorder {
  height: 40%;
  bottom: 17%;
  left: 0;
}
.withImg > .row > .noPadding > .imageContent > a {
  margin-left: 54%;
}
.withoutImg > .row > .noPadding > .imageContent > .searchHeading1 {
  margin-left: 2%;
}
.withoutImg > .row > .noPadding > .imageContent > .storyContent {
  margin-left: 9.5%;
}
.withoutImg
  > .row
  > .noPadding
  > .imageContent
  > .storyContent
  > .ymlFeedArticle {
  max-width: 50rem;
  margin-left: -4rem;
}
.withoutImg
  > .row
  > .noPadding
  > .imageContent
  > .storyContent
  > .feedArticleBorder {
  height: 39%;
  bottom: 17%;
  left: 4.5%;
}
.withoutImg > .row > .noPadding > .imageContent > a {
  margin-left: 47%;
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .inputSearch::placeholder {
    font-size: 14px;
  }
  .inputSearch:-ms-input-placeholder {
    font-size: 14px;
  }
  .inputSearch::-ms-input-placeholder {
    font-size: 14px;
  }
  .recordicon {
    margin-top: -3rem;
  }
  .searchicon {
    margin-top: -3rem;
  }
  .withImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .feedArticleBorder {
    height: 54%;
    bottom: 13%;
    left: 4%;
  }
  .withImg > .row > .noPadding > .imageContent > a {
    margin-left: 92%;
  }
  section.searchResult {
    padding-left: 4%;
  }
  .withoutImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .feedArticleBorder {
    height: 39%;
    bottom: 17%;
    left: 6%;
  }
  .withoutImg > .row > .noPadding > .imageContent > a {
    margin-left: 78%;
  }
  .withoutImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .ymlFeedArticle {
    max-width: 50rem;
    margin-left: 0rem;
  }
  .recordicon {
    right: 12%;
  }
  .searchicon {
    right: 3%;
  }
}
@media (max-width: 575px) {
  .inputSearch {
    width: 17.5rem;
    font-size: 16px;
  }
  .searchContainer {
    margin-top: 5rem;
  }
  .searchVerticals {
    width: 26rem;
    font-size: 14px;
    height: 4.7rem;
    padding: 10px;
    margin-top: 6rem !important;
  }
  .recordImg {
    width: 19px;
    height: 24px;
    margin-top: -11%;
  }
  .searchImg {
    width: 24px;
    height: 22px;
  }
  .withImg > .row > .noPadding > .imageContent > .searchHeading {
    margin-left: 4.5%;
  }
  .withImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .ymlFeedArticle {
    max-width: 50rem;
    margin-left: 6rem;
  }
  .withImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .feedArticleBorder {
    height: 58%;
    bottom: 12%;
    left: 11%;
  }
  .withImg > .row > .noPadding > .imageContent > a {
    margin-left: 84%;
  }
  .withoutImg > .row > .noPadding > .imageContent > a {
    margin-left: 87%;
  }
  .withoutImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .ymlFeedArticle {
    max-width: 30rem;
    margin-left: 3rem;
  }
  .withoutImg > .row > .noPadding > .imageContent > .searchHeading1 {
    margin-left: 2%;
  }
  .withoutImg > .row > .noPadding > .imageContent > .searchHeading1 {
    margin-left: 2%;
  }
  .withoutImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .feedArticleBorder {
    height: 58%;
    bottom: 12%;
    left: 11%;
  }
  .searchicon {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -11%;
  }
  .recordicon {
    margin-right: 3rem;
  }
}
@media (max-width: 768px) and (min-width: 576px) {
  .searchTooltip.searchicon {
    margin-left: -3px;
    margin-right: -4px;
    margin-top: -2.1rem !important;
  }
  .recordTooltip.recordicon {
    margin-top: -2.1rem !important;
    margin-right: 2.7rem;
  }
  .searchVerticals {
    width: 26rem;
    height: 4.7rem;
    font-size: 18px;
    padding: 1rem;
  }
  .recordImg {
    width: 17px;
    height: 24px;
  }
  .searchImg {
    width: 25px;
    height: 24px;
  }
  .searchicon {
    margin-right: -7px;
  }
  .recordicon {
    margin-right: 2.7rem;
  }
  .inputSearch {
    width: 17.5rem;
    margin-top: -10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .withImg > .row > .noPadding > .imageContent > .searchHeading {
    margin-left: 4%;
  }
  .withImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .ymlFeedArticle {
    margin-left: 8rem;
  }
  .withImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .feedArticleBorder {
    height: 40%;
    bottom: 17%;
    left: 8%;
  }
  .withImg > .row > .noPadding > .imageContent > a {
    margin-left: 86%;
  }
  section.searchResult {
    padding-left: 5%;
  }
  .withoutImg > .row > .noPadding > .imageContent > .searchHeading1 {
    left: 0;
  }
  .withoutImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .feedArticleBorder {
    height: 39%;
    bottom: 17%;
    left: 3%;
  }
  .withoutImg > .row > .noPadding > .imageContent > a {
    margin-left: 60%;
  }
  .withoutImg
    > .row
    > .noPadding
    > .imageContent
    > .storyContent
    > .ymlFeedArticle {
    max-width: 50rem;
    margin-left: -3rem;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) {
  .searchImg {
    width: 25px;
  }
}
.forStoryPages > .parallaxControlsStory.showAll {
  top: 9rem;
}
.revenueCards .copyDiv .copyLinkTooltip {
  display: none;
}
.revenueCards .twitterLink .twitterTooltip {
  display: none;
}
.revenueCards .phoneDivVertical .phoneTooltip {
  display: none;
}
.investorContent {
  position: absolute;
  top: 0;
  width: 100%;
}
.flowTable {
  margin-bottom: 3rem;
}
.tableHeading {
  margin-bottom: 20px;
}
.financials h3 {
  margin-bottom: 4rem;
}
.financials .animm h3 {
  margin-bottom: 1rem;
}
.market {
  width: 100%;
  top: 75%;
  position: absolute;
}
.bse {
  right: 12%;
  font-size: 1.2rem;
  position: absolute;
}
.textGrey {
  color: #464646;
}
.textWhite {
  color: #fff;
}
.vlGrey {
  position: absolute;
  display: inline-block;
  left: 50%;
  top: 77.5%;
}
.vlWhite {
  position: absolute;
  display: inline-block;
  left: 50%;
  color: #fff;
}
.nse {
  left: 12%;
  font-size: 1.2rem;
  position: absolute;
}
.loadless {
  display: none;
}
.revenue {
  background-color: #f6f8fa !important;
}
.txtareaSafari {
  display: block;
  width: 27rem !important;
  height: 4rem !important;
  opacity: 1 !important;
  float: left;
  position: absolute;
  top: -4rem;
  left: 2%;
  background-color: #f7f7f7;
  border-radius: 0.6rem;
  z-index: 9;
}
.arrowWhite {
  z-index: 10;
  position: absolute;
}
.Tooltip .normalImg {
  width: auto;
}
.brandsSection
  > .carouselDiv
  > .carousel-inner
  > .active
  > .heroForegrounds
  > .heroHeadline
  > .sectionContent
  > .bannerHeading
  > .brandInfo
  > .simButton {
  margin-left: 0rem;
}
.copyIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/copyIcon.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.copyIconActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/copyIconActive.svg");
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.copyIconWhite {
  /* background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/copyIconWhite.svg"); */
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}
.twitterIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/twitterIcon.svg");
  width: 25px;
  height: 22px;
  background-repeat: no-repeat;
}
.phoneIcon {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/phoneIcon.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.phoneIconActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/phoneIconActive.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.twitterIconWhite {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/twitterIconWhite.svg");
  width: 25px;
  height: 22px;
  background-repeat: no-repeat;
}
.phoneIconWhite {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/phoneIconWhite.svg");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.leftIcons {
  z-index: 10;
  position: absolute;
  display: flex;
  left: 4.5rem;
  bottom: 2.5rem;
}
.hiddenTxt {
  width: 0;
  height: 0;
  opacity: 0;
  margin: -3px;
}
.phoneText {
  white-space: nowrap;
  background-color: #000;
  color: #fff;
  text-align: center;
  width: auto;
  opacity: 0.85;
  padding: 0.6rem;
  position: absolute;
  z-index: 1;
  top: 4rem;
  left: -3rem;
  font-size: 1.2rem;
  height: 3rem;
}
.phoneText::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "";
  position: absolute;
  top: -25%;
  right: 42%;
  margin-top: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}
.newsroom .tooltiptext {
  background-color: #ebebeb;
  color: #454545;
  text-align: center;
  width: 6rem;
  height: 2.4rem;
  opacity: 1;
  padding: 0.4rem 0;
  z-index: 1;
  font-size: 10px;
  font-weight: 550;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.revenueCards .phoneTooltip::after {
  content: "";
  position: absolute;
  bottom: -34%;
  left: 89%;
  margin-left: -38px;
  border-width: 8px;
  border-style: solid;
  transform: rotate(34deg) !important;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ebebeb;
}
.revenueCards .copyLinkTooltip {
  background-color: #ebebeb;
  color: #454545;
  text-align: center;
  width: 6rem;
  height: 2.4rem;
  opacity: 1;
  padding: 0.4rem 0;
  position: absolute;
  z-index: 1;
  margin-top: -62%;
  margin-left: -14%;
  font-size: 10px;
  font-weight: 550;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.revenueCards .copyLinkTooltip::after {
  content: "";
  position: absolute;
  bottom: -34%;
  left: 89%;
  margin-left: -38px;
  border-width: 8px;
  border-style: solid;
  transform: rotate(34deg) !important;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ebebeb;
}
.revenueCards .twitterTooltip {
  background-color: #ebebeb;
  color: #454545;
  text-align: center;
  width: 6rem;
  height: 2.4rem;
  opacity: 1;
  padding: 0.4rem 0;
  position: absolute;
  z-index: 1;
  margin-top: -62%;
  margin-left: -14%;
  font-size: 10px;
  font-weight: 550;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.3);
}
.revenueCards .twitterTooltip::after {
  content: "";
  position: absolute;
  bottom: -34%;
  left: 89%;
  margin-left: -38px;
  border-width: 8px;
  border-style: solid;
  transform: rotate(34deg) !important;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ebebeb;
}
.twitterLink {
  margin-right: 1.7rem;
}
.copyDiv {
  margin-right: 1.7rem;
}
.wrapper > div > p:last-child {
  margin-bottom: 2rem;
}
.arrows {
  cursor: pointer;
  margin-top: 0.5rem;
  margin-left: 1rem;
}
.jumpFirst {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpFirst.svg");
  background-repeat: no-repeat;
}
.jumpFirst:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpFirstActive.svg");
  background-repeat: no-repeat;
}
.jumpFirstActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpFirstActive.svg");
  background-repeat: no-repeat;
}
.disableArrow {
  opacity: 0.2;
}
.leftArw {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/left.svg");
  background-repeat: no-repeat;
}
.leftArw:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/leftActive.svg");
  background-repeat: no-repeat;
}
.leftArwActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/leftActive.svg");
  background-repeat: no-repeat;
}
.rightArw {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/right.svg");
  background-repeat: no-repeat;
}
.rightArw:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/rightActive.svg");
  background-repeat: no-repeat;
}
.rightArwActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/rightActive.svg");
  background-repeat: no-repeat;
}
.jumpLast {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpLast.svg");
  background-repeat: no-repeat;
}
.jumpLast:hover {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpLastActive.svg");
  background-repeat: no-repeat;
}
.jumpLastActive {
  background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/jumpLastActive.svg");
  background-repeat: no-repeat;
}
.showSearch {
  display: block;
}
section.locateBrands {
  padding: 3rem 0 2.9rem;
}
.searchContainer {
  margin-top: 0;
}
.searchVerticals {
  margin: 8rem 0 1rem 0;
  background-color: #fff;
}
.mediaStrip {
  top: 70px;
  margin-bottom: 88px;
}
.loadMoreBtn {
  margin-bottom: 0;
}
.verticals .viewNext.viewMoreContent.mobDisp {
  display: none;
}
.saltStContentSection {
  padding-top: 2rem;
}
.aboutUsReadingTxt > .saltDiv {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.4;
  margin-top: 2rem;
  max-width: 41.5rem;
}
.downloadContents {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-left: 5.5rem;
}
.figures {
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  margin: 2rem 1.5rem 0 1.5rem;
  border-radius: 0;
  max-width: 10rem;
  min-height: 10rem;
  padding: 0;
  position: relative;
}
.captionImg {
  position: absolute;
  bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0.8rem 1.5rem;
  right: 0;
  max-width: 50%;
  font-size: 1.2rem;
}
.verticalImg {
  margin-bottom: 3rem;
  position: relative;
}
.centerer {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.centered {
  margin-top: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  -webkit-transform: translate(-51%, -20%);
  -ms-transform: translate(-51%, -20%);
  -o-transform: translate(-51%, -20%);
  -moz-transform: translate(-51%, -20%);
  transform: translate(-51%, -20%);
}
.caption {
  white-space: pre-line;
  opacity: 0.6;
  font-size: 1rem;
  position: absolute;
  -webkit-transform: translate(-50%, 105%);
  -ms-transform: translate(-50%, 105%);
  -o-transform: translate(-50%, 105%);
  -moz-transform: translate(-50%, 105%);
  transform: translate(-50%, 105%);
  width: 100%;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
}
.articleIcon1 {
  top: 12%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 18%;
  z-index: 99;
}
.articleIcon2 {
  position: absolute;
  left: 58%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: 99;
}
.articleIcon3 {
  top: 62%;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 80%;
  z-index: 99;
}
.articleIcon4 {
  position: absolute;
  left: 36%;
  bottom: 0;
  z-index: 99;
}
.saltIcons {
  position: absolute;
  bottom: 2rem;
  right: 6rem;
  z-index: 4;
}
.shareContainer {
  position: relative;
  right: 0;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.saltBannerIcons {
  padding: 0 1.5rem;
}
.saltDate {
  padding: 1rem 0 0 2rem;
}
.stIcons {
  padding: 2rem;
}
.paraIconDiv {
  text-align: center;
}
.col-lg-offset-right-1,
.col-md-offset-right-1,
.col-sm-offset-right-1 {
  margin-right: 8.33333333%;
}
span.mainPara,
.mainActive {
  font-size: 2.5rem;
  line-height: 3.5rem;
  display: inline-block;
  margin-bottom: 2.5rem;
  width: 100%;
}
@-moz-document url-prefix() {
  span.mainPara,
  .mainActive {
    line-height: 3.1rem;
    width: 100%;
  }
}
.richtext p:nth-child(1) .mainPara::first-letter,
.mainPara > span:nth-child(2)::first-letter {
  float: left;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 4px;
}
span.saltPara {
  font-size: 1.6rem;
  line-height: 2;
  display: inline-block;
  margin-bottom: 2rem;
}
span.saltParaSub {
  font-size: 1.8rem;
  line-height: 3.6rem;
  margin-bottom: 2.5rem;
  display: inline-block;
  font-style: italic;
  font-weight: bold;
}
span.orangeText {
  width: 48rem;
  height: 6.4rem;
  margin: 0 0 2.5rem 2.5rem;
  display: block;
  color: red;
  position: relative;
  padding-left: 1.5rem;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.52;
  max-width: 52.5rem;
}
span.orangeText::before {
  position: absolute;
  top: 8%;
  display: block;
  height: 90%;
  content: " ";
  border-left: 1px solid red;
  left: 0;
}
.hOrangeLine {
  box-sizing: border-box;
  width: 10rem;
  border: 1px solid red;
  text-align: center;
  margin-top: 5.5rem;
}
.richtext {
  margin-bottom: 3rem;
}
.sourcePara {
  font-size: 2rem;
  font-weight: bold;
  margin: 2.5rem 0 2.5rem 0;
}
span.paraLinks {
  display: inherit;
}
.bottomLinks {
  display: inherit;
  color: #307fe2;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 2rem 0;
}
.bottomLinks:hover,
.bottomLinks:active,
.bottomLinks:focus {
  color: #307fe2;
}
.saltStContentSection .wrapper {
  margin-top: 8rem;
}
.shareOptions {
  position: absolute;
  left: 6.5rem;
  top: 0;
  padding: 0.5rem;
  display: none;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .nse {
    left: 7%;
  }
  .bse {
    right: 7%;
  }
  .leftIcons {
    left: 2.5rem;
  }
  .articleIcon1 {
    top: 15%;
    left: 25%;
  }
  .articleIcon2 {
    left: 70%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .revenueCards .phoneTooltip {
    display: none !important;
  }
  .revenueCards .copyLinkTooltip {
    display: none !important;
  }
  .captionImg {
    max-width: 100%;
  }
  .revenueCards .twitterTooltip {
    display: none !important;
  }
  .bannerHeading > h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .articleIcon2 {
    left: 78%;
  }
  .articleIcon3 {
    top: 80%;
    left: 85%;
  }
  span.mainPara,
  .mainActive {
    font-size: 2.1rem;
    line-height: 33px;
  }
  .richtext p:nth-child(1) .mainPara::first-letter,
  .mainPara > span:nth-child(2)::first-letter {
    font-size: 70px;
    line-height: 55px;
  }
  span.saltPara {
    line-height: 2;
  }
  span.saltParaSub {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  span.orangeText {
    font-size: 2.1rem;
    font-weight: 600;
    line-height: 3.2rem;
    margin-bottom: 0;
  }
  .tagItems {
    padding: 0 1.3rem;
  }
  .bottomLinks {
    font-size: 2.1rem;
    margin: 3rem 0;
    line-height: 2.5rem;
  }
  .ymlSalt .content3 {
    display: block;
  }
  .tabTxt {
    max-width: 53rem;
  }
  .mobDisp {
    display: none !important;
  }
  .forStoryPages > .parallaxControlsStory.showAll {
    left: 3rem;
    top: 9rem;
  }
  .echartOverflow {
    margin-left: 8.33333333% !important;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .nse {
    left: 10%;
  }
  .bse {
    right: 10%;
  }
  .leftIcons {
    left: 3.5rem;
  }
  .market {
    top: 65%;
  }
  .verticalImg {
    margin-top: 5rem;
  }
  .shareOptions {
    left: 1.5rem;
    top: 7rem;
  }
  .shareOptions::after {
    transform: rotate(225deg);
    top: -1rem;
    left: 1rem;
    z-index: -1;
  }
  .whatsApp {
    display: block;
  }
  .hangout {
    display: block;
  }
  .paraIconDiv {
    margin: 3rem 0;
  }
  .revenueCards .phoneTooltip {
    display: none !important;
  }
  .revenueCards .copyLinkTooltip {
    display: none !important;
  }
  .revenueCards .twitterTooltip {
    display: none !important;
  }
  .tabTxt {
    max-width: 53rem;
  }
  .width50 {
    width: 50%;
  }
  .normalImg {
    width: 100% !important;
  }
  .bannerHeading > h1 {
    font-size: 4rem;
    line-height: 5rem;
  }
  .articleIcon1 {
    left: 25%;
  }
  .articleIcon2 {
    left: 90%;
    top: 22%;
  }
  .articleIcon3 {
    top: 77%;
    left: 84%;
  }
  .saltStContentSection .wrapper {
    margin-top: 0;
  }
  .arrowSection {
    bottom: 10rem;
  }
  .arrowSection .arrowContainer span:nth-of-type(2) {
    top: 1.3rem;
  }
  .arrowSection .arrowContainer span:nth-of-type(3) {
    top: 2.7rem;
  }
  .arrowSection .arrowContainer span:nth-of-type(4) {
    top: 4rem;
  }
  .stackbtn1,
  .stackbtn2 {
    justify-content: center;
    vertical-align: middle;
  }
  .tagItems.border0 {
    border-left: transparent;
  }
  .tagItems {
    padding: 0 1.5rem;
  }
  .stIcons {
    padding: 0 2rem 0 0;
  }
  .overflowChart {
    margin-left: 0rem !important;
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .richtext {
    margin-bottom: 0;
  }
  .market {
    top: 65%;
  }
  .bse {
    right: 6%;
  }
  .nse {
    left: 6%;
  }
  .leftIcons {
    left: 2.5rem;
  }
  div.sectionContent {
    top: 65%;
  }
  ul.careers {
    height: 16rem;
  }
  .revenueCards .phoneTooltip,
  .revenueCards .copyLinkTooltip,
  .revenueCards .twitterTooltip {
    display: none !important;
  }
  .wrapper > div > p:last-child {
    margin-bottom: 2rem;
  }
  .financials {
    margin-bottom: 7rem;
  }
  .phoneText {
    margin-top: -42%;
  }
  .loadMoreBtn {
    margin-top: 3rem;
  }
  .ymlSalt .newsroom {
    margin: 2rem 0 2rem 0 !important;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .saltStContentSection {
    padding-top: 2rem;
  }
  span.paraLinks {
    max-width: 90%;
  }
  .saltIcons {
    bottom: 1rem;
    right: 5rem;
  }
  .saltBannerIcons {
    padding: 0 1.5rem;
  }
  .articleVid.noDisplay {
    display: block;
    margin: 0 1.5rem;
    z-index: 99;
    position: relative;
  }
  .articleIcon1,
  .articleIcon2,
  .articleIcon3 {
    margin: 0 1rem;
    top: 0;
    transform: none;
    left: auto;
    position: relative;
  }
  .mobVid {
    display: none;
  }
  .articleIcons {
    position: relative;
    top: 83%;
    display: flex;
    left: 2rem;
  }
  .bannerHeading > h1 {
    font-size: 2.6rem;
    line-height: 3.2rem;
  }
  .bannerReadingTxt > .saltDiv {
    margin-top: 0;
  }
  .heroForegrounds > .heroHeadline > .sectionContent > .bannerPara {
    padding: 0 2rem;
  }
  .downloadContents {
    padding-left: 2.5rem;
  }
  .downloadContents > .figures {
    max-width: 7.1rem;
    height: 7.1rem;
    min-height: 7.1rem;
  }
  img.img-responsive.centered {
    margin-top: 1.5rem;
  }
  .downloadContents > .figures > .caption {
    font-size: 0.9rem;
    -webkit-transform: translate(-50%, 75%);
    -ms-transform: translate(-50%, 75%);
    -o-transform: translate(-50%, 75%);
    -moz-transform: translate(-50%, 75%);
    transform: translate(-50%, 75%);
  }
  span.mainPara,
  .mainActive {
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: bold;
  }
  .richtext p:nth-child(1) .mainPara::first-letter,
  .mainPara > span:nth-child(2)::first-letter {
    font-size: 52px;
    line-height: 40px;
    font-weight: normal;
  }
  span.saltPara,
  span.saltParaSub {
    line-height: inherit;
  }
  span.orangeText {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2rem;
    margin-bottom: 0;
  }
  .sourcePara {
    font-size: 1.6rem;
    line-height: 1.9rem;
  }
  .bottomLinks {
    font-size: 1.6rem;
    margin: 3rem 0;
    line-height: 1.9rem;
  }
  .saltDate {
    padding: 0;
  }
  .saltStContentSection .wrapper {
    margin-top: 4rem;
  }
  .stIcons {
    padding: 0 1rem 0 0;
  }
  .saltStorySection {
    min-height: 550px;
  }
  .arrowSection .arrowContainer span {
    width: 1.2rem;
    height: 1.2rem;
  }
  .arrowSection {
    bottom: 10rem;
  }
  .arrowSection .arrowContainer span:nth-of-type(2) {
    top: 1.3rem;
  }
  .arrowSection .arrowContainer span:nth-of-type(3) {
    top: 2.7rem;
  }
  .arrowSection .arrowContainer span:nth-of-type(4) {
    top: 4rem;
  }
  .infoBtn img,
  .viewMore img {
    width: 1.5rem;
    height: 1.2rem;
    margin-left: 0.5rem;
  }
  .viewMore {
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    font-size: 1.2rem;
    margin: 6rem 0;
    line-height: 1.5;
    background-color: red;
    color: white;
    cursor: pointer;
  }
  .verticalImg {
    margin-bottom: 2rem;
  }
  .captionImg {
    max-width: 100%;
    padding: 5px;
  }
  .hOrangeLine {
    margin-top: 0;
    margin-bottom: 4rem;
  }
  .heroHeadline,
  .bannerSection {
    min-height: 50rem;
  }
  .expTags {
    display: block;
    padding: 3rem 0 5rem;
  }
  .stackbtn1,
  .stackbtn2 {
    justify-content: center;
    margin-top: 1rem;
  }
  .tagItems.border0:after {
    border-left: transparent;
  }
  .tagItems {
    padding: 0 1.5rem;
    font-size: 1.4rem;
  }
  .tagHead {
    font-size: 1.4rem;
  }
  .ymlSalt .content3 {
    display: block;
  }
  .ymlSalt .compBlue {
    padding: 3rem;
    margin: 0;
  }
  .width100 {
    width: 100%;
  }
  .deskDisp {
    display: none;
  }
  .mobDisp {
    display: inline-block !important;
  }
  .shareOptions {
    left: 1rem;
    top: 4rem;
  }
  .normalImg {
    width: 100%;
  }
  .overflowChart {
    margin-left: 0rem !important;
    width: 100% !important;
  }
}
@media (min-width: 1024px) and (max-width: 1338px) {
  .forStoryPages > .parallaxControls.showAll {
    left: 8rem;
  }
}
@media screen and (min-width: 2000px) {
  .forStoryPages > .parallaxControls.showAll {
    left: 76rem;
    top: 13rem;
  }
  .bannerReadingTxt > .bannerDiv {
    letter-spacing: 0.05rem;
  }
  .newsroom.headingP.verticalsP {
    margin: 6rem 0;
  }
  .searchVerticals {
    margin: 8rem 0 -10rem 0;
  }
}
@media screen and (min-width: 992px) {
  .newsroom .leftIcons {
    min-width: 10.5rem;
  }
  .twitterLink:hover .twitterTooltip {
    display: block;
  }
  .newsroom .Tooltip .tooltiptext {
    top: 4rem;
    left: 0;
  }
  .newsroom .Tooltip .tooltiptext::after {
    transform: rotate(-45deg);
    top: -27%;
    left: 23% !important;
  }
  .newsroom .Tooltip .phoneDivVertical + .tooltiptext {
    top: -4.4rem;
    left: -2rem;
  }
  .newsroom .Tooltip .phoneDivVertical + .tooltiptext::after {
    transform: rotate(270deg);
    top: 99%;
    left: 43% !important;
  }
  .copyDiv:hover .copyLinkTooltip {
    display: block;
  }
  .copyDiv:hover .copyIcon,
  .copyDiv:hover .copyIconWhite {
    background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/copyIconActive.svg");
  }
  .phoneDivVertical:hover .phoneIconWhite,
  .phoneDivVertical:hover .phoneIcon {
    background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/phoneIconActive.svg");
  }
  .twitterLink:hover .twitterIconWhite,
  .twitterLink:hover .twitterIcon {
    background-image: url("../../../etc.clientlibs/tata/clientlibs/assets/resources/img/common/globalSearch/twitterIconActive.svg");
  }
  .revenue {
    position: relative;
    z-index: 995;
  }
}
.alignRight span,
th span {
  display: inline-block !important;
}
.financials .pos > span:last-child {
  color: #28a900;
  position: relative;
  padding-right: 1.5rem;
}
.financials .neg > span:last-child {
  color: #e50000;
  position: relative;
  padding-right: 1.5rem;
}
.financials .pos > span:last-child:after {
  position: absolute;
  top: 5px;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 8px solid #28a900;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
}
.financials .neg > span:last-child:after {
  position: absolute;
  top: 5px;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 8px solid #e50000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  right: 0;
  transform: rotate(180deg);
}
.financials {
  margin-bottom: 3rem;
}
.doghnutChart {
  height: 370px;
  max-width: 920px;
  margin: 2rem auto;
}
.revenueCards .headingDiv {
  top: 1rem;
}
.subHeadingsHok {
  display: inline-block;
  margin: 2rem 0 2rem;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 30px;
}
.parallaxControls {
  position: fixed;
  top: -moz-calc(50% - 75px);
  top: -webkit-calc(50% - 75px);
  top: -o-calc(50% - 75px);
  top: calc(50% - 75px);
  width: 10rem;
  z-index: 995;
  right: 4rem;
}
.parallaxControls.showAll {
  position: fixed;
  top: -moz-calc(50% - 150px);
  top: -webkit-calc(50% - 150px);
  top: -o-calc(50% - 150px);
  top: calc(50% - 150px);
  width: 10rem;
  z-index: 3;
  right: 15.5rem;
}
.parallaxControls > .pointerDiv > .point {
  box-sizing: border-box;
  height: 3rem;
  width: 0.2rem;
  border: 1px solid #d0d4d9;
  opacity: 0.6;
  display: block;
  margin-top: 0.3rem;
  margin-left: 0.1rem;
}
.parallaxControls.showAll > .pointerDiv > .pointerText {
  position: absolute;
  display: block;
  top: 0.1rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  opacity: 0.6;
  color: #fff;
  width: 15rem;
  height: 3rem;
  left: 0.4rem;
  text-align: left;
  padding-left: 2rem;
}
.parallaxControls > .pointerDiv > .pointerText {
  display: none;
}
.parallaxControls.showAll > .active > .pointerText {
  position: absolute;
  display: block;
  top: 0.1rem;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #fff;
  width: 15rem;
  height: 3rem;
  left: 0.4rem;
  background-color: rgba(4, 58, 91, 0.6);
  text-align: left;
  padding-left: 2rem;
  opacity: 1;
}
.parallaxControls > .active:hover > .pointerText,
.parallaxControls > .pointerDiv:hover > .pointerText {
  position: absolute;
  display: block;
  top: 0.1rem;
  font-size: 1.1rem;
  line-height: 2.6rem;
  color: #fff;
  width: 10.1rem;
  height: 3rem;
  opacity: 1;
  left: 0.4rem;
  background-color: rgba(4, 58, 91, 0.6);
  text-align: left;
  padding-left: 2rem;
}
.parallaxControls > .pointerDiv {
  position: relative;
  cursor: pointer;
}
.parallaxControls > .active > .point {
  border: 1px solid red;
  z-index: 2;
  width: 0.4rem;
  border-radius: 0.2rem;
  margin-left: 0;
}
.parallaxControls > .pointerDiv > .linePointer {
  display: none;
}
.parallaxControls > .active:hover > .linePointer,
.parallaxControls > .pointerDiv:hover > .linePointer,
.parallaxControls.showAll > .active > .linePointer {
  display: inline-block;
  height: 0.2rem;
  width: 1.5rem;
  border-top: 1px solid red;
  position: absolute;
  top: 1.4rem;
  bottom: 0;
  z-index: 2;
  left: 0.4rem;
}
.notActive > .pointerDiv {
  display: none;
}
.parallaxControls > .active > .linePointer,
.parallaxControls > .pointerDiv:hover > .linePointer {
  left: 9rem !important;
}
.parallaxControls.showAll > .pointerDiv > .pointerText:hover {
  opacity: 1;
  background-color: transparent;
}
.parallaxControls.showAll > .active > .linePointer,
.parallaxControls.showAll > .pointerDiv:hover > .linePointer {
  left: 0.4rem !important;
}
.parallaxControls.showAll > .active:hover > .pointerText,
.parallaxControls.showAll > .pointerDiv:hover > .pointerText {
  width: 15rem;
  font-size: 1.4rem;
}
.parallaxControls.showAll > .pointerDiv:hover > .pointerText {
  background-color: transparent;
}
.parallaxControls.showAll > .active:hover > .pointerText:hover,
.parallaxControls.showAll > .active:hover > .pointerText {
  background-color: rgba(4, 58, 91, 0.6);
}
.parallaxControls.showAll > .active > .linePointer {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .parallaxControls.showAll {
    top: -webkit-calc(45% - 100px);
    top: -o-calc(45% - 100px);
    top: calc(45% - 100px);
    right: 9.5rem;
  }
}
@media (max-width: 575px) {
  .parallaxControls.showAll {
    display: none;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .parallaxControls.showAll {
    right: 6.5rem;
  }
}
@media screen and (min-width: 2000px) {
  .parallaxControls {
    right: 20.4rem;
  }
  .parallaxControls.showAll {
    top: -moz-calc(50% - 205px);
    top: -webkit-calc(50% - 205px);
    top: -o-calc(50% - 205px);
    top: calc(50% - 205px);
  }
}
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-width: 992px) {
  .upMark {
    width: 100%;
  }
}
.hoverBrandTxt {
  z-index: 2;
}
.BrandSectionIndicator > .active > .overlayBrandNav {
  display: block;
}
.BrandSectionIndicator > :hover > .overlayBrandNav {
  display: block;
}
.overlayBrandNav {
  display: none;
  width: inherit;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 1;
  opacity: 0.5;
}
.brandInfo > .heroHeading > span {
  display: inline-block;
}
.brandsSection li.forBrands:hover {
  margin-bottom: 1rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.carouselIndicators li {
  margin: 3px;
}
.normalImg {
  width: 75%;
}
.hoverImg {
  width: 75%;
}
.forBrands.active {
  margin-bottom: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
}
.forBrands:hover {
  margin-bottom: 0;
}
.brandsThumbnail {
  position: relative;
  z-index: 99;
  left: 0;
  display: inline-block;
  width: 100% !important;
  background-color: #000;
  height: 12rem;
  bottom: 0rem;
  position: absolute;
  left: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  top: auto;
  opacity: 0.8;
}
.upMark,
.hoverBrandTxt,
.hoverImg {
  display: none;
}
.ourBrandIndicators > .right > div > .normalImg:hover .hoverImg {
  display: block;
}
.hoverBrandTxt {
  position: absolute;
  padding-top: 3.5rem;
  width: 13rem;
  color: #fff;
  font-size: 1.8rem;
}
.BrandSectionIndicator > .active > .upMark,
.BrandSectionIndicator > .active > .hoverBrandTxt {
  display: block;
}
.BrandSectionIndicator > :hover .upMark,
.BrandSectionIndicator > :hover .hoverBrandTxt {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brandCarousel {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.brandInfo {
  margin-left: 2.5rem;
}
.extrnLink {
  margin-left: 1rem;
}
.brandInfo > .heroHeading {
  margin-bottom: 2rem;
}
.brandCarousel > .innerCarousel > .carItem,
.brandCarousel > .innerCarousel {
  height: 100%;
}
.brandCarousel > .innerCarousel > .carItem > picture > img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}
.brandCarousel {
  width: auto;
  position: relative;
}
.brandCarousel > .carousel-inner > .Indicators {
  width: 100%;
}
.brandsSection .carouselIndicators {
  padding: 0;
  z-index: 7;
  margin-bottom: 0;
  padding-bottom: 1rem;
  padding-top: 1rem;
  bottom: 0;
}
.BrandSectionIndicator > .forBrands {
  margin-top: 2%;
}
.brandsSection li.active.forBrands,
.brandsSection li.forBrands {
  background-color: transparent;
  height: 100%;
  border: transparent;
  width: 10%;
}
li.active.forBrands {
  margin-bottom: 1rem;
}
li:hover .forBrands {
  margin-bottom: 1rem;
}
.brandsSection {
  height: 100vh;
  min-height: 60rem;
}
.ourBrandsSection .oList {
  list-style: none;
  font-size: 14px;
  line-height: 40px;
  color: #454545;
}
.arrowLeftImg {
  position: absolute;
  top: 54.1rem;
  left: 2.1rem;
}
.BrandSectionIndicator {
  left: 0;
}
.ourBrandIndicators > .left,
.ourBrandIndicators > .right {
  cursor: pointer;
}
.arrowRightImg {
  position: absolute;
  top: 54.1rem;
  left: 131.5rem;
}
.crouselBottom {
  position: absolute;
  top: 352px;
}
.ourBrandsSection .imgCont {
  display: flex;
}
.ourBrandsSection .ourBrands {
  color: white;
}
.ourBrandsSection .bgImg {
  width: 100%;
  object-fit: cover;
}
.ourBrandsSection .rightArrow {
  margin-left: 0;
}
.arrowRightImg:hover {
  background-color: orange;
}
.ourBrandsSection .brandDiv {
  position: absolute;
  top: 7rem;
  right: 0;
  left: 0;
}
section.ourBrandsSection {
  background-color: #111;
  position: relative;
  min-height: 600px;
}
.ourBrandsSection .headingDiv {
  opacity: 0.9;
  font-size: 2.6rem;
  font-weight: bold;
  display: inline-block;
  padding: 10px 20px;
  position: absolute;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  top: -2.5rem;
  left: 26.5rem;
  z-index: 2;
  background: white;
  margin-top: 0;
}
.ourBrandsSection .headingP {
  position: relative;
}
.ddd {
  display: flex;
  flex-direction: column;
}
.bbb {
  display: flex;
}

.gh {
  width: 12rem;
}
.ourBrandsSection .pullLeft:hover .white_arrow,
.ourBrandsSection .pullLeft:hover .white_arrow_right {
  display: block;
}
.ourBrandsSection .white_arrow {
  position: absolute;
  top: 26rem;
  margin-left: 85%;
}
.ourBrandsSection .white_arrow_right {
  position: absolute;
  top: 18rem;
  margin-left: 85%;
}
.ourBrandsSection .ourBrandImages {
  position: relative;
  display: inline-block;
  padding: 0.2rem;
}
.ourBrandsSection .ourBrandImages:hover {
  background: #000;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.ourBrandsSection .ourBrandImages:hover .arrowViewMore {
  display: block;
}
.ourBrandsSection .arrowViewMore {
  left: 20%;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
}
.ourBrandsSection .arrowViewMore a {
  color: #000;
}
.ourBrandsSection .positionRelative {
  position: relative;
}
.ourBrandsSection .centreAlign {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.ourBrandImages:hover .arrowAlignRight {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  position: absolute;
  bottom: 8px;
  right: 16px;
  text-align: right;
}
.ourBrandsSection .ourBrandImages:hover .arrowAlignRight,
.ourBrandsSection .ourBrandImages:hover .centreAlign {
  opacity: 1;
}
.ourBrandsSection .brandName {
  color: white;
  font-size: 4rem;
  padding: 16px 32px;
}
.ourBrandsSection .noDisplay {
  display: none;
}
.caroButtons {
  bottom: 7.8rem;
  width: 87%;
  position: relative;
  z-index: 995;
  padding: 0 2%;
  margin: 0 auto;
}
.ourBrandsSection .caroButtons {
  display: flex;
  float: right;
}
.rightArrow {
  margin-left: -28px;
}
.leftArrow {
  margin-left: 17px;
}
.BrandSectionIndicator > li.active:before {
  position: absolute;
  top: -8%;
  z-index: 100000;
  width: 0;
  height: 0;
  display: block;
}
.BrandSectionIndicator > li:hover:before {
  position: absolute;
  top: -8%;
  z-index: 100000;
  width: 0;
  height: 0;
  display: block;
}
li.forBrands.active {
  margin-top: 2%;
}
li.forBrands:hover {
  margin-top: 2%;
}
.ourBrandsSection .btnView {
  border-radius: 0;
  padding-right: 30px;
  padding-left: 30px;
  margin-top: 12rem;
  margin-bottom: 5rem;
  margin-left: 12%;
}
.ourBrandsSection .ourBrandsTitle:hover {
  color: #fff;
  border-bottom: 1px solid red;
}
.ourBrandsSection .ourBrandsTitle:focus {
  color: #fff;
  border-bottom: 1px solid red;
  text-decoration: none;
}
@media (min-width: 2500px) {
  .ourBrandIndicators {
    margin: 0 auto;
    width: 52%;
    bottom: 6%;
  }
  .BrandSectionIndicator > .forBrands {
    margin-top: 1.5%;
  }
  .brandsThumbnail {
    height: 11%;
    top: 89%;
  }
  .brandsSection li.active.forBrands,
  .brandsSection li.forBrands {
    width: 6%;
  }
}
@media (min-width: 1400px) and (max-width: 2550px) {
  .ourBrandsSection .brandDiv {
    top: 15rem;
  }
  .ourBrandIndicators {
    margin: 0 auto;
    width: 85%;
    bottom: 7%;
  }
  .brandsThumbnail {
    height: 13rem;
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 1200px) {
  .BrandSectionIndicator > .forBrands {
    margin: 0;
    padding-top: 1rem;
  }
  .brandsSection li.active.forBrands {
    padding-top: 0;
  }
  .BrandSectionIndicator {
    max-height: 18rem;
  }
  .brandsSection li.active.forBrands,
  .brandsSection li.forBrands {
    width: 17%;
  }
  .brandCarousel > .carousel-inner > .Indicators {
    top: 82%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .brandsThumbnail > .container {
    overflow: scroll;
  }
  ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
  ::-webkit-scrollbar-button {
    width: 1px;
    height: 1px;
  }
  .BrandSectionIndicator .forBrands {
    display: block !important;
  }
  .BrandSectionIndicator > .forBrands:nth-child(1) {
    margin-top: 100%;
  }
  .brandCarousel > .carousel-inner > .Indicators {
    top: auto;
  }
  .BrandSectionIndicator > .forBrands {
    box-sizing: border-box;
  }
  .BrandSectionIndicator {
    position: absolute;
    display: block;
    width: calc(300px + 10px) !important;
    max-height: 990px;
    margin: 0;
    padding-top: 1px;
    overflow-y: auto;
    overflow-x: auto;
    -webkit-transform: rotate(-90deg) translateY(-300px);
    -ms-transform: rotate(-90deg) translateY(-300px);
    transform: rotate(-90deg) translateY(-300px);
    transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    background: transparent;
    -webkit-overflow-scrolling: touch;
  }
  .BrandSectionIndicator > .forBrands {
    display: block;
    padding: 5px;
    background: #cab;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
  }
  .squares > .active.forBrands {
    padding: 0;
  }
  .squares > .forBrands {
    height: 220px !important;
    margin: 10px 0;
    padding: 9% 0 0 0;
  }
  .carouselIndicators li.active:before {
    top: -5%;
  }
  .brandsSection .carouselIndicators {
    margin-left: -3.5rem;
    margin-bottom: -43%;
  }
  li.forBrands.active {
    margin-top: 0;
  }
  .brandsSection li.active.forBrands,
  .brandsSection li.forBrands {
    width: auto;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .brandsThumbnail > .container {
    overflow: scroll;
  }
  .overlayBrandNav {
    width: 100%;
  }
  ::-webkit-scrollbar {
    width: 1px;
    height: 1px;
  }
  ::-webkit-scrollbar-button {
    width: 1px;
    height: 1px;
  }
  .BrandSectionIndicator .forBrands {
    display: block !important;
  }
  .brandsSection .carouselIndicators {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
  }
  .BrandSectionIndicator > .forBrands {
    box-sizing: border-box;
  }
  .BrandSectionIndicator > .forBrands:nth-child(1) {
    margin-top: 101%;
  }
  .BrandSectionIndicator {
    position: absolute;
    display: block;
    width: calc(200px + 1px) !important;
    max-height: 800px;
    margin: 0;
    margin-bottom: -3%;
    padding-top: 1px;
    overflow-y: auto;
    overflow-x: auto;
    transform: rotate(-90deg) translateY(-300px);
    -ms-transform: rotate(-90deg) translateY(-300px);
    -webkit-transform: rotate(-90deg) translateY(-300px);
    -moz-transform: rotate(-90deg) translateY(-300px);
    -o-transform: rotate(-90deg) translateY(-300px);
    transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
    background: transparent;
    -webkit-overflow-scrolling: touch;
  }
  .BrandSectionIndicator > .forBrands {
    display: block;
    padding: 5px;
    background: #cab;
    transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    -o-transform: rotate(90deg) scale(1);
    transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
  }
  .squares > .active.forBrands {
    padding: 0;
  }
  .squares > .forBrands {
    height: 115px !important;
    margin: 10px 0;
    padding: 7% 0 0 0;
  }
  .carouselIndicators li.active:before {
    top: -5%;
  }
  .BrandSectionIndicator > .hide {
    opacity: 1;
  }
  .brandsSection li.active.forBrands,
  .brandsSection li.forBrands {
    width: 60%;
  }
  .brandsThumbnail .BrandSectionIndicator {
    max-height: 580px;
  }
  li.forBrands.active {
    margin-top: 0;
  }
  .brandsSection .carouselIndicators {
    margin-bottom: -35%;
  }
  .BrandSectionIndicator {
    max-height: 831px;
  }
  .brandCarousel > .carousel-inner > .Indicators {
    top: auto;
    height: 11rem;
    bottom: 0;
    -webkit-overflow-scrolling: touch;
  }
  .hoverBrandTxt {
    padding-top: 3rem;
    text-align: center;
    width: 100%;
  }
  .extrnLink {
    margin-left: 0;
  }
  .brandsThumbnail .BrandSectionIndicator {
    max-height: 690px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .brandCarousel > .carousel-inner > .Indicators {
    height: 12%;
  }
  .brandsThumbnail .BrandSectionIndicator {
    bottom: 7.5rem;
  }
}
@media (max-width: 900px) and (min-width: 769px) {
  .brandsSection .carouselIndicators {
    margin-bottom: -51%;
  }
  .BrandSectionIndicator > .forBrands {
    transform: rotate(90deg) scale(1);
    -ms-transform: rotate(90deg) scale(1);
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    -o-transform: rotate(90deg) scale(1);
    transform-origin: right top;
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -o-transform-origin: right top;
  }
  .overlayBrandNav {
    width: 74%;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .brandsSection .carouselIndicators {
    margin-bottom: -92%;
  }
  .brandsThumbnail {
    height: 27%;
  }
  .overlayBrandNav {
    width: 74%;
  }
}
@media (max-width: 575px) {
  .BrandSectionIndicator {
    max-height: 610px;
  }
  .brandsSection .carouselIndicators {
    margin-bottom: -5%;
    margin-top: -7.5rem;
  }
  .brandsThumbnail .BrandSectionIndicator {
    max-height: 585px;
  }
  .brandsSection .sectionContent {
    top: 38%;
  }
}
@media (max-width: 870px) and (min-width: 770px) {
  .brandCarousel > .carousel-inner > .Indicators {
    top: auto;
  }
}
@media (max-width: 550px) and (min-width: 380px) {
  .brandsSection .carouselIndicators {
    margin-bottom: 3%;
  }
  .brandCarousel > .carousel-inner > .Indicators {
    height: 11rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .brandsSection .carouselIndicators {
    margin-bottom: -92%;
    position: relative;
  }
  .brandsThumbnail {
    height: 19%;
    bottom: 0;
  }
  .hoverBrandTxt {
    padding-top: 7rem;
    text-align: center;
    width: 72%;
  }
  .brandsThumbnail {
    bottom: 0;
    top: auto;
  }
  .brandCarousel > .carousel-inner > .Indicators {
    height: 19rem;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .brandsSection li.active.forBrands,
  .brandsSection li.forBrands {
    width: 11%;
  }
  .brandCarousel > .carousel-inner > .Indicators {
    top: auto;
    height: 11rem;
    bottom: 0;
  }
  .caroButtons {
    width: 93%;
    bottom: 7rem;
  }
  .hoverBrandTxt {
    padding-top: 2.6rem;
    width: 11.5rem;
  }
  .brandsThumbnail {
    bottom: 0;
  }
}
@media screen and (max-width: 1390px) and (min-width: 1400px),
  screen and (min-height: 700px) and (max-height: 900px) {
  .brandsThumbnail {
    height: 15rem;
    top: auto;
  }
  .ourBrandIndicators {
    bottom: 9%;
  }
}
@media (min-width: 1500px) and (max-width: 2499px) {
  .hoverBrandTxt {
    padding-top: 0;
    width: 10% !important;
    top: 50%;
  }
}
@media (min-width: 2500px) {
  .hoverBrandTxt {
    padding-top: 0;
    top: 50%;
  }
}
.noDisplay {
  display: none;
}
div.carousel.aem-GridColumn {
  position: static;
}
.aboutTataSection .carouselDiv {
  position: initial;
}
.carouselDiv {
  position: relative;
  width: 100%;
}
.innerCarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.innerCarousel > .carItem {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.innerCarousel > .carItem > img,
.innerCarousel > .carItem > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .innerCarousel > .carItem {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
  }
  .innerCarousel > .carItem.next,
  .innerCarousel > .carItem.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .innerCarousel > .carItem.prev,
  .innerCarousel > .carItem.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .innerCarousel > .carItem.next.left,
  .innerCarousel > .carItem.prev.right,
  .innerCarousel > .carItem.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.innerCarousel > .active,
.innerCarousel > .next,
.innerCarousel > .prev {
  display: block;
}
.innerCarousel > .active {
  left: 0;
}
.innerCarousel > .next,
.innerCarousel > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.innerCarousel > .next {
  left: 100%;
}
.innerCarousel > .prev {
  left: -100%;
}
.innerCarousel > .next.left,
.innerCarousel > .prev.right {
  left: 0;
}
.innerCarousel > .active.left {
  left: -100%;
}
.innerCarousel > .active.right {
  left: 100%;
}
.carouselIndicators {
  position: absolute;
  z-index: 10;
  width: 100%;
  text-align: center;
  bottom: 20%;
}
.carouselIndicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carouselIndicators li.active {
  background-color: #fff;
}
.captionContainer {
  text-align: center;
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  color: #fff;
  bottom: 30%;
  width: 100%;
}
.popUpModalBox {
  width: 37rem;
  height: 0;
  background-color: #fff;
}
.popUpModalBox > .modal-body {
  margin: 0.5rem 0 0.5rem 0;
}
a.btn.btn-warning.popUpBtn.closeIcon {
  top: auto;
  right: auto;
  position: initial;
  background-color: #cfcfcf;
  border-color: transparent;
}
.popUpModalBox > .popUpSpace > .modal-header {
  border-bottom: 0;
}
.btn.btn-warning.popUpBtn {
  width: 9rem;
  height: 3.5rem;
  margin-left: 2rem !important;
  border-radius: 0;
}
.textDiv {
  width: 37rem;
  height: 22rem;
  background-color: #fff;
}
.popUpSpace {
  min-height: 15rem;
  border-radius: 0;
  transform: translate(0, 100%);
}
.bttns {
  padding: 2rem 0 2rem 1.5rem;
}
.popUpText {
  width: 26.9rem;
  padding-left: 1rem;
  height: 4.4rem;
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #454545;
}
.popUpModalBox {
  width: 30rem;
  margin: 0 auto;
}
.closeIcon {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1.86rem;
}
.modal {
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden !important;
}
@media only screen and (max-device-width: 767px) and (min-device-width: 576px) {
  .popUpSpace {
    transform: translate(0, 175%);
  }
}
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
  .popUpSpace {
    transform: translate(0, 200%);
  }
}
