html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  line-height: 1;
  font-size: 18px;
  background: #fff;
  color: #58595b;
  font-family: 'helveticaregular';
  position: relative;
  overflow-x: hidden;
  padding-top: 84px !important;
}

img {
  max-width: 100%;
}

p {
  margin-bottom: .5rem;
}

a {
  text-decoration: none;
  color: #000;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
}

.icon {
  font-size: 32px;
}

a:hover,
a:focus,
.btn:hover,
.btn:focus,
button:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

ul,
li {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-style: normal;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.2;
  color: inherit;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

/* @font-face {
  font-family: "TATAAIAPrint-Bold";
  src: url("../../../fonts/TATAAIAPrint-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/TATAAIAPrint-Bold.woff") format("woff"), url("../../../fonts/TATAAIAPrint-Bold.ttf") format("truetype"), url("../../../fonts/TATAAIAPrint-Bold.svg#TATAAIAPrint-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaregular";
  src: url("../../../fonts/helvetica-webfont.woff2") format("woff2"), url("../../../fonts/helvetica-webfont.woff") format("woff"), url("../../../fonts/helvetica-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TATAAIAPrint";
  src: url("../../../fonts/TATAAIAPrint.eot?#iefix") format("embedded-opentype"), url("../../../fonts/TATAAIAPrint.woff") format("woff"), url("../../../fonts/TATAAIAPrint.ttf") format("truetype"), url("../../../fonts/TATAAIAPrint.svg#TATAAIAPrint") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../../../fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../../../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("../../../fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Md.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md") format("svg");
  font-weight: normal;
  font-style: normal;
} */

.primary-col {
  color: #d62049;
}

.gray-col {
  color: #a7a9ac;
}

.secondary-btn {
  background: transparent !important;
  color: #d62049 !important;
  border: 1px solid #d62049;
}

.secondary-btn:hover {
  background-color: rgba(214, 32, 73, 0.1) !important;
}

.shadow-sec {
  box-shadow: 0px 0px 63px 0px #ebf4f9;
}

/* IE11 */

svg .svgPath {
  fill: none;
  stroke: #e7f1f9;
  stroke-width: 6;
}

.svg-bg svg {
  position: absolute;
  z-index: 2;
}

.svg-path-w {
  position: relative;
}

.svg-path-c {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.primary-col {
  color: #d62049;
}

.gray-col {
  color: #a7a9ac;
}

.white-col {
  color: #fff;
}

.d-block {
  display: block;
}

.primary-bg {
  background: #d62049;
}

.secondary-bg {
  background: #0b80c3;
}

.text-light {
  font-family: "HelveticaNeueLTStd-Lt";
}

.text-regular {
  font-family: 400;
}

.text-medium {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
}

.text-bold {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.col-black {
  color: #000;
}

.head-font {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.br-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.primary-btn:hover,
.primary-btn:focus {
  background: #bc133d;
}

.hyperlink {
  background: none;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  color: #0073bb;
}

.hyperlink:hover {
  text-decoration: none !important;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.container {
  max-width: 1366px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-container {
  padding: 0 84px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

h1 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 0px;
}

h2 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.62px;
  margin-bottom: 0px;
}

h3 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -1.28px;
  margin-bottom: 0;
}

h4 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.4px;
  margin-bottom: 0px;
}

h5 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

h6 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.section-title h2 {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-size: 56px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.62px;
}

button {
  outline: none;
  border: none;
}

.btn {
  padding: 10px 35px;
  cursor: pointer;
  background: #d62049;
  font-size: 24px;
  display: inline-block;
}

.btn :hover {
  color: #fff;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* highlighter */

.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-group ::-moz-placeholder {
  color: #d3d4d5;
}

.form-group :-ms-input-placeholder {
  color: #d3d4d5;
}

.form-group ::placeholder {
  color: #d3d4d5;
}

.form-group .form-control {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #e6e7e8;
  color: #333333;
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Md";
  transition: ease 0.8s;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: none;
  transition: ease 0.8s;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
  border-color: #3f8abf;
  outline: none;
}

.form-group .err-class {
  position: absolute;
  white-space: nowrap;
  bottom: -10px;
  left: 0;
  transform: translateY(100%);
  font-size: 14px;
  color: #d62049;
  margin-top: 11px;
  display: inline-block;
  font-style: oblique;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  padding: 5px 7px;
  z-index: 2;
}

.slide-arrow.next-arrow {
  right: 0;
}

.slide-arrow.prev-arrow {
  left: 0;
}

[data-src] {
  opacity: 0;
  transition: all 0.4s ease;
}

[data-src].vis {
  opacity: 1;
}

header {
  display: flex;
  justify-content: center;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
}

.tata-nav {
  display: flex;
  padding: 30px;
  align-items: center;
  background: #fff;
  max-width: 1366px;
  left: 0;
}

.tata-nav .navbar-brand {
  width: 153px;
  height: 40px;
}

.tata-nav .navbar-brand img {
  width: 100%;
}

.tata-nav .navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.tata-nav .navbar-collapse .navbar-nav {
  display: flex;
  align-items: center;
  margin-left: 82px;
}

.tata-nav .navbar-collapse .navbar-nav li a:hover {
  color: #000;
  opacity: .5;
}

.tata-nav .navbar-collapse .navbar-nav.leftnav li a {
  font-family: 'HelveticaNeueLTStd-Bd';
  font-size: 16px;
  color: #58595b;
}

.tata-nav .navbar-collapse .navbar-nav.rightnav li a {
  font-family: 'HelveticaNeueLTStd-Md';
  font-size: 16px;
  color: #a7a9ac;
}

.tata-nav .navbar-collapse .navbar-nav.rightnav li a i {
  color: #000;
  font-size: 20px;
}

.tata-nav .navbar-collapse .navbar-nav.mobilenav {
  display: none;
}

.tata-nav .navbar-collapse .navbar-nav li {
  margin-right: 27px;
}

.talic-footer .footer-wrapper {
  background-color: #f5f5f5;
}

.talic-footer .footer-wrapper .main-flex {
  display: flex;
  padding: 5rem;
  border-bottom: 1px solid #e2e2e2;
}

.talic-footer .footer-wrapper .main-flex .footer-col {
  padding: 0 2.5rem;
}

.talic-footer .footer-wrapper .main-flex .footer-col .footer-heading {
  font-size: 14px;
  line-height: 2.14;
  font-family: 'HelveticaNeueLTStd-Bd';
}

.talic-footer .footer-wrapper .main-flex .footer-col .footer-sub-list li {
  font-family: 'HelveticaNeueLTStd-Lt';
  font-size: 14px;
  line-height: 2.14;
}

.talic-footer .footer-wrapper .main-flex .footer-col .footer-sub-list li a {
  color: #58595b;
}

.talic-footer .footer-wrapper .main-flex .footer-col:first-child {
  padding: 0 2.5rem 0 0;
}

.talic-footer .footer-wrapper .main-flex .footer-col:not(:last-child) {
  border-right: 1px solid #e2e2e2;
}

.talic-footer .footer-wrapper .footer-disclaimer {
  padding: 30px;
}

.talic-footer .footer-wrapper .footer-disclaimer p {
  font-size: 12px;
  line-height: 1.17;
  color: #a7a9ac;
  font-family: 'HelveticaNeueLTStd-Lt';
  text-align: center;
}

.talic-footer .footer-wrapper .arrow-wrap {
  padding: 30px 0;
}

.talic-footer .footer-wrapper .arrow-wrap .footer-arrow {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #d81b46;
  border-radius: 50%;
  padding: 3px 4px;
  display: none;
}

.talic-footer a {
  color: #58595b;
}

.talic-footer .social-connect .social-conn-wrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.talic-footer .social-connect .social-conn-wrap .connect-lhs ul {
  display: flex;
}

.talic-footer .social-connect .social-conn-wrap .connect-lhs ul li {
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.talic-footer .social-connect .social-conn-wrap .connect-rhs .trademark-wrap p {
  font-size: 14px;
  font-weight: 300;
  color: #58595b;
  font-family: 'HelveticaNeueLTStd-Lt';
}

.rotate-arrow {
  transform: rotate(-180deg);
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  padding: 20px;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  border: 0px;
  top: -2px;
}

.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  color: #0073bb;
}

.select2-container--flat .select2-results__option[aria-selected=true] {
  color: #0073bb;
}

.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}

.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-results__option {
  padding: 6px 0px;
}

.select2-results__option[aria-selected] {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
  letter-spacing: normal;
  color: #58595b;
}

.select2-container .select2-choice {
  border: 2px solid #dce4ec;
  height: 36px;
  border-radius: 0px;
}

.select2-container .select2-choice div {
  border-left: 2px solid #dce4ec;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}

.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}

.select2-container *:focus {
  outline: 0px;
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #dce4ec;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #dce4ec;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}

.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #dce4ec;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}

.select2-search input {
  height: 26px;
  border: 2px solid #dce4ec;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-results .select2-highlighted {
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #dce4ec;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #dce4ec;
  border-radius: 6px;
  box-shadow: none;
}

/****** Single SCSS *******/

.select2-container--flat .select2-selection--single {
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 24px;
  height: auto;
}

.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: #333333;
  line-height: 50px;
  padding-left: 0px;
}

.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}

.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.m-0 {
  margin: 0px !important;
}

.p-0 {
  padding: 0px !important;
}

.m-1 {
  margin: 10px !important;
}

.p-1 {
  padding: 10px !important;
}

.m-2 {
  margin: 20px !important;
}

.p-2 {
  padding: 20px !important;
}

.m-3 {
  margin: 30px !important;
}

.p-3 {
  padding: 30px !important;
}

.m-4 {
  margin: 40px !important;
}

.p-4 {
  padding: 40px !important;
}

.m-5 {
  margin: 50px !important;
}

.p-5 {
  padding: 50px !important;
}

.m-6 {
  margin: 60px !important;
}

.p-6 {
  padding: 60px !important;
}

.m-7 {
  margin: 70px !important;
}

.p-7 {
  padding: 70px !important;
}

.m-8 {
  margin: 80px !important;
}

.p-8 {
  padding: 80px !important;
}

.m-9 {
  margin: 90px !important;
}

.p-9 {
  padding: 90px !important;
}

.m-10 {
  margin: 100px !important;
}

.p-10 {
  padding: 100px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.mt-1 {
  margin-top: 10px !important;
}

.pt-1 {
  padding-top: 10px !important;
}

.mt-2 {
  margin-top: 20px !important;
}

.pt-2 {
  padding-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.pt-3 {
  padding-top: 30px !important;
}

.mt-4 {
  margin-top: 40px !important;
}

.pt-4 {
  padding-top: 40px !important;
}

.mt-5 {
  margin-top: 50px !important;
}

.pt-5 {
  padding-top: 50px !important;
}

.mt-6 {
  margin-top: 60px !important;
}

.pt-6 {
  padding-top: 60px !important;
}

.mt-7 {
  margin-top: 70px !important;
}

.pt-7 {
  padding-top: 70px !important;
}

.mt-8 {
  margin-top: 80px !important;
}

.pt-8 {
  padding-top: 80px !important;
}

.mt-9 {
  margin-top: 90px !important;
}

.pt-9 {
  padding-top: 90px !important;
}

.mt-10 {
  margin-top: 100px !important;
}

.pt-10 {
  padding-top: 100px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.pb-1 {
  padding-bottom: 10px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.pb-4 {
  padding-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.pb-5 {
  padding-bottom: 50px !important;
}

.mb-6 {
  margin-bottom: 60px !important;
}

.pb-6 {
  padding-bottom: 60px !important;
}

.mb-7 {
  margin-bottom: 70px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.mb-8 {
  margin-bottom: 80px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.mb-9 {
  margin-bottom: 90px !important;
}

.pb-9 {
  padding-bottom: 90px !important;
}

.mb-10 {
  margin-bottom: 100px !important;
}

.pb-10 {
  padding-bottom: 100px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.ml-1 {
  margin-left: 10px !important;
}

.pl-1 {
  padding-left: 10px !important;
}

.ml-2 {
  margin-left: 20px !important;
}

.pl-2 {
  padding-left: 20px !important;
}

.ml-3 {
  margin-left: 30px !important;
}

.pl-3 {
  padding-left: 30px !important;
}

.ml-4 {
  margin-left: 40px !important;
}

.pl-4 {
  padding-left: 40px !important;
}

.ml-5 {
  margin-left: 50px !important;
}

.pl-5 {
  padding-left: 50px !important;
}

.ml-6 {
  margin-left: 60px !important;
}

.pl-6 {
  padding-left: 60px !important;
}

.ml-7 {
  margin-left: 70px !important;
}

.pl-7 {
  padding-left: 70px !important;
}

.ml-8 {
  margin-left: 80px !important;
}

.pl-8 {
  padding-left: 80px !important;
}

.ml-9 {
  margin-left: 90px !important;
}

.pl-9 {
  padding-left: 90px !important;
}

.ml-10 {
  margin-left: 100px !important;
}

.pl-10 {
  padding-left: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.mr-1 {
  margin-right: 10px !important;
}

.pr-1 {
  padding-right: 10px !important;
}

.mr-2 {
  margin-right: 20px !important;
}

.pr-2 {
  padding-right: 20px !important;
}

.mr-3 {
  margin-right: 30px !important;
}

.pr-3 {
  padding-right: 30px !important;
}

.mr-4 {
  margin-right: 40px !important;
}

.pr-4 {
  padding-right: 40px !important;
}

.mr-5 {
  margin-right: 50px !important;
}

.pr-5 {
  padding-right: 50px !important;
}

.mr-6 {
  margin-right: 60px !important;
}

.pr-6 {
  padding-right: 60px !important;
}

.mr-7 {
  margin-right: 70px !important;
}

.pr-7 {
  padding-right: 70px !important;
}

.mr-8 {
  margin-right: 80px !important;
}

.pr-8 {
  padding-right: 80px !important;
}

.mr-9 {
  margin-right: 90px !important;
}

.pr-9 {
  padding-right: 90px !important;
}

.mr-10 {
  margin-right: 100px !important;
}

.pr-10 {
  padding-right: 100px !important;
}

.breadcrumb-sct {
  margin-top: 33px;
}

.breadcrumb-sct ul li {
  color: #58595b;
  line-height: 1;
  letter-spacing: -0.39px;
  font-family: "helveticaregular";
  font-weight: 500;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
}

.breadcrumb-sct ul li.--without-arrow {
  padding-left: 0;
}

.breadcrumb-sct ul li.--without-arrow::before {
  display: none;
}

.breadcrumb-sct ul li a {
  color: #58595b;
}

.breadcrumb-sct ul li:before {
  content: "";
  background-image: url("../../../images/chevron-right-gray.png");
  position: absolute;
  width: 8px;
  height: 13px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 0;
  transform: translateY(-50%) rotate(180deg);
  top: 50%;
}

/* @font-face {
  font-family: "TATAAIAPrint-Bold";
  src: url("../../../fonts/TATAAIAPrint-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/TATAAIAPrint-Bold.woff") format("woff"), url("../../../fonts/TATAAIAPrint-Bold.ttf") format("truetype"), url("../../../fonts/TATAAIAPrint-Bold.svg#TATAAIAPrint-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaregular";
  src: url("../../../fonts/helvetica-webfont.woff2") format("woff2"), url("../../../fonts/helvetica-webfont.woff") format("woff"), url("../../../fonts/helvetica-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TATAAIAPrint";
  src: url("../../../fonts/TATAAIAPrint.eot?#iefix") format("embedded-opentype"), url("../../../fonts/TATAAIAPrint.woff") format("woff"), url("../../../fonts/TATAAIAPrint.ttf") format("truetype"), url("../../../fonts/TATAAIAPrint.svg#TATAAIAPrint") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../../../fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../../../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("../../../fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Md.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md") format("svg");
  font-weight: normal;
  font-style: normal;
} */

.primary-col {
  color: #d62049;
}

.gray-col {
  color: #a7a9ac;
}

.secondary-btn {
  background: transparent !important;
  color: #d62049 !important;
  border: 1px solid #d62049;
}

.secondary-btn:hover {
  background-color: rgba(214, 32, 73, 0.1) !important;
}

.shadow-sec {
  box-shadow: 0px 0px 63px 0px #ebf4f9;
}

/* IE11 */

svg .svgPath {
  fill: none;
  stroke: #e7f1f9;
  stroke-width: 6;
}

.svg-bg svg {
  position: absolute;
  z-index: 2;
}

.svg-path-w {
  position: relative;
}

.svg-path-c {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.primary-col {
  color: #d62049;
}

.gray-col {
  color: #a7a9ac;
}

.white-col {
  color: #fff;
}

.d-block {
  display: block;
}

.primary-bg {
  background: #d62049;
}

.secondary-bg {
  background: #0b80c3;
}

.text-light {
  font-family: "HelveticaNeueLTStd-Lt";
}

.text-regular {
  font-family: 400;
}

.text-medium {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
}

.text-bold {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.col-black {
  color: #000;
}

.head-font {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.br-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.primary-btn:hover,
.primary-btn:focus {
  background: #bc133d;
}

.hyperlink {
  background: none;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  color: #0073bb;
}

.hyperlink:hover {
  text-decoration: none !important;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.container {
  max-width: 1366px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-container {
  padding: 0 84px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

h1 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 0px;
}

h2 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.62px;
  margin-bottom: 0px;
}

h3 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -1.28px;
  margin-bottom: 0;
}

h4 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.4px;
  margin-bottom: 0px;
}

h5 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

h6 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.section-title h2 {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-size: 56px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.62px;
}

button {
  outline: none;
  border: none;
}

.btn {
  padding: 10px 35px;
  cursor: pointer;
  background: #d62049;
  font-size: 24px;
  display: inline-block;
}

.btn :hover {
  color: #fff;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* highlighter */

.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-group ::-moz-placeholder {
  color: #d3d4d5;
}

.form-group :-ms-input-placeholder {
  color: #d3d4d5;
}

.form-group ::placeholder {
  color: #d3d4d5;
}

.form-group .form-control {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #e6e7e8;
  color: #333333;
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Md";
  transition: ease 0.8s;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: none;
  transition: ease 0.8s;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
  border-color: #3f8abf;
  outline: none;
}

.form-group .err-class {
  position: absolute;
  white-space: nowrap;
  bottom: -10px;
  left: 0;
  transform: translateY(100%);
  font-size: 14px;
  color: #d62049;
  margin-top: 11px;
  display: inline-block;
  font-style: oblique;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  padding: 5px 7px;
  z-index: 2;
}

.slide-arrow.next-arrow {
  right: 0;
}

.slide-arrow.prev-arrow {
  left: 0;
}

[data-src] {
  opacity: 0;
  transition: all 0.4s ease;
}

[data-src].vis {
  opacity: 1;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list span {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  line-height: 0.78;
  letter-spacing: normal;
  color: #a7a9ac;
}

.gradiant-bg-cm {
  border-radius: 15px;
  background-image: linear-gradient(to bottom, rgba(250, 252, 253, 0) 23%, #f2f7fb);
}

.coc-sct .coc-cont-wrap {
  padding-bottom: 60px;
}

.coc-sct .coc-cont-wrap .insider-wrapper {
  margin-top: 30px;
}

.coc-sct .coc-cont-wrap .insider-wrapper ul li {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  position: relative;
  line-height: 1;
  letter-spacing: normal;
  color: #58595b;
  padding: 0 0 20px 20px;
  display: inline-block;
  width: 49%;
}

.coc-sct .coc-cont-wrap .insider-wrapper ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4197d3;
  border-radius: 50%;
  left: 0;
  top: 10px;
}

.gray-title {
  text-transform: uppercase;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  color: #a7a9ac;
  line-height: 0.78;
  letter-spacing: normal;
  margin-bottom: 15px;
}

.coc-sct h2::after {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: solid 1px #f2fbf7;
  background-color: #f2fbf7;
  content: '';
  position: absolute;
  left: 0px;
  top: -42px;
  z-index: -1;
}

h2 {
  margin-bottom: 20px;
  position: relative;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 36px;
  line-height: 1.06;
  letter-spacing: -1px;
  color: #333333;
}

h2 img {
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.coc-sct .blue-text {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 24px;
  line-height: 0.67;
  letter-spacing: normal;
  color: #4197d3;
  padding-bottom: 0;
}

p {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
}

.sustainable-tabs-sct.coc-sct {
  padding-bottom: 60px;
}

.sustainable-tabs-sct.coc-sct .sust-tabs-wrapper .tab-content {
  padding-top: 0px;
}

.disclaimer-accordion.sustainable-tabs-sct.coc-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4 {
  text-transform: uppercase;
}

.mar-60px {
  margin-top: 60px;
  padding-bottom: 60px;
  border-radius: 15px;
  margin-bottom: 60px;
}

.whoAreWe-sct-wrapper.whistle-blower-sect.mar-60px .whoarewe-maindiv .whoarewe-lhs h1 {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.please-note-sct {
  margin-bottom: 100px;
  margin-top: 60px;
}

.please-note-sct .please-note-wrap {
  padding: 30px 0;
  border-bottom: solid 1px #e6e7e8;
  border-top: solid 1px #e6e7e8;
}

.please-note-sct .please-note-wrap p {
  font-size: 14px;
  font-family: HelveticaNeueLTStd-Lt;
  font-weight: 300;
  line-height: 1.86;
  letter-spacing: normal;
  color: #373737;
}

.ethical-bus-disc.insider-list {
  margin-top: 0px;
}

.insider-list {
  margin-top: 60px;
  margin-bottom: 100px;
}

.insider-list .insider-wrapper {
  padding-top: 30px;
  border: solid 1px #e6e7e8;
  border-width: 1px 0;
  padding-bottom: 30px;
}

.insider-list .insider-wrapper p {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 30px;
}

.insider-list .insider-wrapper ul li {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  line-height: 1;
  letter-spacing: normal;
  color: #58595b;
  padding-left: 20px;
  padding: 0 0 15px 20px;
  display: inline-block;
  width: 49%;
}

.insider-list .insider-wrapper ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4197d3;
  border-radius: 50%;
  left: 0;
  top: 4px;
}

.whoAreWe-sct-wrapper.mar-60px .whoarewe-maindiv .whoarewe-lhs p {
  font-family: "Helvetica";
  padding-top: 0;
}

.coc-cont-wrap p {
  padding-bottom: 25px;
  font-family: "Helvetica";
}

.coc-cont-wrap ul li{
  list-style: disc;
  margin-left:55px;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  padding:15px 0px 5px;
}

.iso-h1 {
  border-radius: 15px;
  background-image: linear-gradient(to bottom, rgba(250, 252, 253, 0) 23%, #f2f7fb);
}

.cocHead h2 {
  font-size: 56px;
  line-height: 55px;
  letter-spacing: -0.62px;
  width: 80%;
  font-weight: normal;
}

.coc-cont-wrap h2 {
  padding-left: 36px;
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -1px;
  color: #333333;
  margin-bottom: 11px;
}
.coc-cont-wrap p {
  padding-left: 36px;
}

.bulleted-list-section {
  margin-top: 65px;
  margin-bottom: 90px;
}

.bulleted-list-section p {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
}

.bulleted-list-section ul li {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  padding-left: 30px;
  position: relative;
  padding-bottom: 25px;
}

.bulleted-list-section ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4197d3;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

.iso-doc-sct .bulleted-list-section {
  padding-bottom: 60px;
}

.iso-doc-sct .bulleted-list-section p {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 20px;
}

.disclaimer-accordion.sustainable-tabs-sct {
  padding-bottom: 0;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4 {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  line-height: 1.38;
  letter-spacing: -0.67px;
  padding-right: 25px;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper {
  width: 100%;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.71;
  letter-spacing: normal;
  color: #373737;
  font-family: 'Helvetica';
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li ol.alpha-bulleted {
  list-style-type: lower-alpha;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li ol.alpha-bulleted li {
  list-style-type: lower-alpha;
  display: list-item;
  padding-left: 0;
  padding-bottom: 0;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 2;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li ol.alpha-bulleted li:before {
  content: none;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li ol.alpha-bulleted li::marker {
  font-size: 14px;
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: normal;
  color: #4197d3;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #4197d3;
  border-radius: 50%;
  top: 8px;
  left: 0;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs.disclaimer {
  width: 67%;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs.disclaimer p {
  padding-top: 22px;
}

.whoAreWe-sct-wrapper.bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #ffffff), color-stop(98%, #f2f7fb));
  background-color: -moz-linear-gradient(bottom, #f2f7fb 98%, #ffffff 14%);
  width: 100%;
  border-radius: 10px;
  padding-bottom: 38px;
}

.alpha-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #373737;
  letter-spacing: normal;
  margin-top: 15px;
  margin-bottom: 0 !important;
  font-family: "Helvetica";
}

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

.iso-h1 {
  padding-bottom: 34px;
}

.whoAreWe-sct-wrapper.iso-h1 h1 {
  font-size: 36px !important;
  line-height: 36px !important;
  letter-spacing: -1px !important;
  margin-top: 0 !important;
  padding-top: 30px;
}

.labour-std-sct {
  padding-bottom: 60px;
  padding-top: 26px;
}

.labour-std-sct .coc-maindiv-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap {
  width: 49%;
}

.labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap.coc-cont-full-with {
  display: block;
  width: 100%;
}

.labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap.coc-cont-full-with span ul {
  padding-top: 30px;
}

.labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap.coc-cont-full-with span ul li {
  position: relative;
  padding-bottom: 20px;
  padding-left: 20px;
  display: inline-block;
  width: 49%;
}

.labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap.coc-cont-full-with span ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #4197d3;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs.header {
  width: 69%;
}

.whoarewe-lhs.header h1 {
  line-height: 55px !important;
  letter-spacing: -0.62px !important;
  font-weight: normal;
}

.laborpara {
  margin-top: 20px;
}

/* .coc-sct h2 {
  font-weight: normal;
} */

.privacy-policy-sct .privacy-policy-maindiv {
  padding-bottom: 30px;
}

.privacy-policy-sct .privacy-policy-maindiv .pp-details {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
}

.privacy-policy-sct .privacy-details-list .privacy-details-list-Links {
  display: flex;
  overflow: scroll;
  padding: 5px 5px 15px;
}

.privacy-policy-sct .privacy-details-list .privacy-details-list-Links li {
  margin-right: 20px;
  background-color: #f2f7fb;
  border-radius: 20px;
}

.privacy-policy-sct .privacy-details-list .privacy-details-list-Links a {
  padding: 40px 30px;
  width: 180px;
  display: block;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #58595b;
  vertical-align: middle;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

.privacy-policy-sct .privacy-details-list .privacy-details-list-Links li.active {
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  position: relative;
}

.privacy-policy-sct .privacy-details-list .privacy-details-list-Links li.active::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  /* box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1); */
  box-shadow: none;
  bottom: -6px;
  left: 45%;
  transform: rotate(45deg);
}

.privacy-policy-sct .privacy-details-list .privacy-details-list-Links::-webkit-scrollbar {
  display: none;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont {
  padding-top: 45px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper h2 {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 46px;
  line-height: 1.04;
  color: #333333;
  letter-spacing: -1.28px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper h2 span {
  display: block;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 46px;
  line-height: 1.04;
  color: #333333;
  letter-spacing: -1.28px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .small-gray-text {
  display: block;
  color: #a7a9ac;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 14px;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 40px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper p {
  font-family: "Helvetica";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 15px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper span {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: #373737;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .numbered-list {
  margin-top: 20px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .numbered-list li {
  padding-bottom: 30px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .numbered-list li p {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 5px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .numbered-list li span {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .bullet-list {
  margin-top: 20px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .bullet-list li {
  position: relative;
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  padding-left: 25px;
  padding-bottom: 30px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .bullet-list li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #4197d3;
  border-radius: 50%;
  top: 10px;
  left: 0px;
}

.privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .ff-bd {
  font-weight: 300;
}

.contact-us-disc {
  font-family: Helvetica;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.86;
  letter-spacing: normal;
  color: #373737;
  padding-bottom: 20px;
}

.contact-us-disc b {
  font-weight: bold;
}

.contact-us-border {
  padding: 20px 0;
  border-bottom: solid 1px #e6e7e8;
}

.pt-pb-30px {
  padding: 30px 0 35px;
}

.disc {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 0px;
  font-weight: normal;
}

.disc b {
  font-weight: bold;
}

.bottom-bg-color {
  height: 60px;
  width: 100%;
  border-radius: 20px;
  background-image: linear-gradient(to top, #f2f7fb 14%, rgba(255, 255, 255, 0) 98%);
}

.misc-ppolicy-knomore {
  padding-top: 60px;
  padding-bottom: 100px;
}

.want-to-know-wrap .knowmore-wrap .know-us-col span {
  font-family: "Helvetica";
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: normal;
}

.disc.contact-us-border {
  padding: 30px 0;
}

.sitemap-list-section {
  padding-bottom: 100px;
  padding-top: 30px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont {
  padding-bottom: 16px;
  display: flex;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-lhs {
  padding-top: 30px;
  padding-left: 70px;
  width: 280px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-lhs h2 {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.56px;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-lhs h2:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #f2f7fb;
  background-image: url(../../../content/dam/tataaialifeinsurancecompanylimited/footer/icons-our-product.svg);
  background-repeat: no-repeat;
  background-position: center;
  left: -70px;
  top: -15px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs {
  width: calc(100% - 280px);
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg {
  list-style: none;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li {
  padding: 25px 30px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li p {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #58595b;
  position: relative;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li p::after {
  position: absolute;
  content: '+';
  width: 20px;
  height: 20px;
  right: 0;
  top: -10px;
  font-family: "Helvetica";
  font-size: 30px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li .accordion-content li {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  color: #58595b;
  text-decoration: underline;
  line-height: 2.11;
  letter-spacing: normal;
  position: relative;
  padding: 0 0 0 20px;
  display: inline-block;
  width: 49%;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li .accordion-content li:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #4197d3;
  border-radius: 50%;
  left: 0;
  top: 15px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li.open P::after {
  content: '_';
  top: -20px;
  transition: content 0.4s ease;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li.open ul {
  height: auto;
  max-height: 500px;
  transition: max-height 0.4s ease;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li.open .accordion-content {
  padding-top: 17px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .heading-links {
  padding: 30px;
}

.sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .heading-links span {
  font-family: "Helvetica";
  font-size: 18px;
  color: #58595b;
  line-height: 2.11;
  letter-spacing: normal;
  text-decoration: underline;
  display: inline-block;
  padding-right: 60px;
}

.accordion-bottom-border {
  border-bottom: solid 1px #e6e7e8;
}

.sustainable-tabs-sct {
  padding-bottom: 100px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs {
  display: flex;
  align-items: center;
  overflow: scroll;
  margin-bottom: 60px;
  padding: 5px 5px 15px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li {
  background-color: #f2f7fb;
  border-radius: 20px;
  margin-right: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li a {
  display: flex;
  align-items: center;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  line-height: 1.22;
  letter-spacing: normal;
  color: #58595b;
  padding: 35px 55px;
  text-align: center;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li a p {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: start;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li .img-wrap {
  width: 52px;
  height: 47.5px;
  margin-right: 10px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li .img-wrap img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li.active::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  /* box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1); */
  box-shadow: none;
  bottom: -6px;
  left: 48%;
  transform: rotate(45deg);
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li.active {
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  position: relative;
}

.sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs::-webkit-scrollbar {
  display: none;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content h2 {
  font-size: 46px;
  line-height: 1.04;
  letter-spacing: -1.28px;
  color: #333333;
  padding-bottom: 40px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content h2 span {
  display: block;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list {
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 16px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4 {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
  color: #58595b;
  position: relative;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4::after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #acaeae;
  border-right: 2px solid #acaeae;
  display: block;
  position: absolute;
  right: 10px;
  top: 20px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
  margin-top: -2px;
  pointer-events: none;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text {
  display: flex;
  margin-bottom: 45px;
  padding-top: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .img-wrapper {
  width: 45%;
  margin-right: 35px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .img-wrapper img {
  width: 100%;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper {
  width: 50%;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper p {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper li {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper li p {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  margin-bottom: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper span {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  line-height: normal;
  letter-spacing: normal;
  color: #58595b;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper span a {
  font-family: HelveticaNeueLTStd-Lt;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper .tabList-items ul li {
  display: block;
  width: 100%;
  padding-bottom: 0px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .blue-bg-div {
  background-color: #edf4fa;
  border-radius: 15px;
  padding: 15px;
  margin: 0 0 30px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .blue-bg-div p {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: normal;
  color: #373737;
  text-align: center;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  padding-left: 20px;
  display: inline-block;
  width: 49%;
  position: relative;
  padding-bottom: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  background-position: center;
  background-image: url(../../../content/dam/tataaialifeinsurancecompanylimited/footer/bullet-star.png);
  left: 0;
  top: 5px;
  background-size: cover;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider {
  display: flex;
  padding-bottom: 30px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider .img-wrapper:not(:last-child) {
  margin-right: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider-wrapper {
  text-align: right;
  padding-bottom: 30px;
  padding-top: 20px;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider-wrapper a {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  text-decoration: underline;
  line-height: normal;
  letter-spacing: -1px;
  color: #0073bc;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider-wrapper p {
  display: none;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list.open .drpdown-wrap {
  height: auto;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: max-height 1s ease-in;
}

.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list.open h4::after {
  transform: translateY(-50%) rotate(225deg);
}

.whoAreWe-sct-wrapper.sust-banner {
  padding-top: 30px;
  border-radius: 15px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-image: linear-gradient(to bottom, rgba(250, 252, 253, 0) 23%, #f2f7fb);
}

.whoAreWe-sct-wrapper.sust-banner .whoarewe-lhs {
  padding-right: 20px;
}

.whoAreWe-sct-wrapper.sust-banner .sust-banner-btn {
  padding-top: 29px;
}

.whoAreWe-sct-wrapper.sust-banner .btn {
  background-color: #fff;
  border: 1px solid #d62049;
  color: #d62049;
  font-family: HelveticaNeueLTStd-Md;
}

.disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list p.gray-text {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 18px;
  line-height: 0.78;
  letter-spacing: normal;
  font-weight: normal;
  color: #a7a9ac;
}

.term-of-use-sct .term-of-use-maindiv .title-sct {
  border-radius: 7.5px;
  background-image: linear-gradient(to bottom, rgba(250, 252, 253, 0) 23%, #f2f7fb);
}

.term-of-use-sct .term-of-use-maindiv .title-sct h1 {
  font-family: HelveticaNeueLTStd-Bd;
  color: #333333;
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.62px;
}

.term-of-use-sct .term-of-use-maindiv .title-sct h1 span {
  display: block;
}

.term-of-use-sct .term-of-use-maindiv .title-sct .title-text {
  padding-top: 10px;
}

.term-of-use-sct .term-of-use-maindiv .title-sct .title-text p {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: normal;
  color: #373737;
  width: 70%;
}

.term-of-use-sct .term-of-use-maindiv .term-of-use-card-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper {
  width: 49%;
  margin-bottom: 16px;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 1.5px 3px 7px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
}

.term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper h3 {
  font-family: HelveticaNeueLTStd-Md;
  color: #58595b;
  position: relative;
  padding-bottom: 13px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
}

.term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper h3::after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #58595b;
  border-right: 2px solid #58595b;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  transform: translateY(-50%) rotate(45deg);
  transition: .4s;
  margin-top: -2px;
  pointer-events: none;
}

.term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper p {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 20px;
  font-weight: 300;
  color: #58595b;
  line-height: 1.5;
  letter-spacing: normal;
}

.whoAreWe-sct-wrapper.whistle-blower-sect {
  border-radius: 15px;
  padding-top: 45px;
  background-image: linear-gradient(to bottom, rgba(250, 252, 253, 0) 23%, #f2f7fb);
}

.whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs {
  width: 80%;
}

.whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs h1 {
  font-family: "Inter", sans-serif;
  font-size: 56px;
  font-style: normal;
  line-height: 0.98;
  letter-spacing: -0.62px;
  padding-top: 30px;
}

.whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs .whstl-blow-btn {
  padding-top: 30px;
}

.whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .pt-0px h1 {
  padding-top: 15px;
}

.registration-form-sect {
  padding-bottom: 60px;
}

.registration-form-sect .reg-form-main-wrap h2 {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 46px;
  line-height: 1.04;
  margin-bottom: 30px;
  letter-spacing: -1.28px;
  color: #333333;
}

.registration-form-sect .reg-form-main-wrap .disc {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 14px;
  line-height: 1.29;
  letter-spacing: normal;
  padding: 20px;
  color: #59585b;
  opacity: 0.7;
  border-radius: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #edf4fa;
}

.registration-form-sect .reg-form-main-wrap .disc b {
  font-family: HelveticaNeueLTStd-Bd;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper {
  padding-top: 45px;
  padding-bottom: 60px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group {
  display: flex;
  padding: 0 0 55px;
  justify-content: space-between;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds {
  display: inline-block;
  width: 48%;
  padding: 0 20px 0 0;
  position: relative;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds p {
  font-family: HelveticaNeueLTStd-Lt;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  letter-spacing: normal;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input.reg-form-input {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  border: 1px solid #e6e7e8;
  border-radius: 0;
  border-width: 0 0 1px 0;
  margin-top: 8px;
  padding: 5px 0;
  position: relative;
  background-color: transparent;
  height: 25px;
  color: #333333;
  width: 100%;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:focus {
  outline: none;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds label {
  position: absolute;
  display: inline-block;
  top: 28px;
  left: 0;
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  color: #d3d4d5;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds .reg-form-input {
  width: 100%;
  cursor: pointer;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input.reg-form-input::-moz-placeholder {
  font-size: 24px;
  color: transparent;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input.reg-form-input:-ms-input-placeholder {
  font-size: 24px;
  color: transparent;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input.reg-form-input::placeholder {
  font-size: 24px;
  color: transparent;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:not(:-moz-placeholder-shown) + label {
  font-size: 10px;
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  position: absolute;
  top: 20px;
  display: none;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:not(:-ms-input-placeholder) + label {
  font-size: 10px;
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  position: absolute;
  top: 20px;
  display: none;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:focus + label,
.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:not(:placeholder-shown) + label {
  font-size: 10px;
  transform: translate(0, 0) scale(1);
  cursor: pointer;
  position: absolute;
  top: 20px;
  display: none;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input,
.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds label {
  transition: all .2s;
  touch-action: manipulation;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds .error-txt {
  color: #f44336;
  font-size: 14px;
  padding-top: 5px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds .img-wrap {
  position: absolute;
  top: 30px;
  right: 35px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds a {
  font-size: 24px;
  color: #0073bb;
  display: inline-block;
  top: 20px;
  right: 40px;
  text-decoration: underline;
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  position: absolute;
  line-height: 1;
  letter-spacing: normal;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds a img {
  background-color: #e6e7e8;
  border-radius: 50%;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area {
  display: block;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds {
  width: 100%;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds input {
  border: 1px solid #e6e7e8;
  border-radius: 15px;
  width: 100%;
  margin: 5px 0;
  padding: 40px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds label {
  top: 40px;
  left: 15px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds input:not(:-moz-placeholder-shown) + label {
  top: 40px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds input:not(:-ms-input-placeholder) + label {
  top: 40px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds input:focus + label,
.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds input:not(:placeholder-shown) + label {
  top: 40px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area {
  align-items: center;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds .captcha-ip {
  border: 1px solid #e6e7e8;
  border-radius: 15px;
  width: 100%;
  margin: 5px 0;
  padding: 40px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds input:not(:-moz-placeholder-shown) + label {
  top: -3px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds input:not(:-ms-input-placeholder) + label {
  top: -3px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds input:focus + label,
.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds input:not(:placeholder-shown) + label {
  top: -3px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds label {
  top: 5px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds img {
  position: absolute;
  top: 5px;
  right: 35px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-btn .primary-btn {
  background-color: #fff;
  border: 1px solid #d62049;
  color: #d62049;
  font-family: HelveticaNeueLTStd-Md;
  margin-right: 33px;
}

.registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-btn .disable-btn {
  background-color: #e6e7e8;
  color: #a7a9ac;
  border: none;
}

.zone-img-wrap {
  position: absolute;
  right: 14px;
  bottom: 40px;
}

.ta-input-c a {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -1px;
  color: #0073bb;
  text-decoration: underline;
  position: absolute;
  right: 10px;
}

/* @font-face {
  font-family: "TATAAIAPrint-Bold";
  src: url("../../../fonts/TATAAIAPrint-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/TATAAIAPrint-Bold.woff") format("woff"), url("../../../fonts/TATAAIAPrint-Bold.ttf") format("truetype"), url("../../../fonts/TATAAIAPrint-Bold.svg#TATAAIAPrint-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "helveticaregular";
  src: url("../../../fonts/helvetica-webfont.woff2") format("woff2"), url("../../../fonts/helvetica-webfont.woff") format("woff"), url("../../../fonts/helvetica-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "TATAAIAPrint";
  src: url("../../../fonts/TATAAIAPrint.eot?#iefix") format("embedded-opentype"), url("../../../fonts/TATAAIAPrint.woff") format("woff"), url("../../../fonts/TATAAIAPrint.ttf") format("truetype"), url("../../../fonts/TATAAIAPrint.svg#TATAAIAPrint") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Bd";
  src: url("../../../fonts/HelveticaNeueLTStd-Bd.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Bd.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Bd.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Bd.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Lt";
  src: url("../../../fonts/HelveticaNeueLTStd-Lt.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Lt.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Lt.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Lt.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeueLTStd-Md";
  src: url("../../../fonts/HelveticaNeueLTStd-Md.eot?#iefix") format("embedded-opentype"), url("../../../fonts/HelveticaNeueLTStd-Md.otf") format("opentype"), url("../../../fonts/HelveticaNeueLTStd-Md.woff") format("woff"), url("../../../fonts/HelveticaNeueLTStd-Md.ttf") format("truetype"), url("../../../fonts/HelveticaNeueLTStd-Md.svg#HelveticaNeueLTStd-Md") format("svg");
  font-weight: normal;
  font-style: normal;
} */

.primary-col {
  color: #d62049;
}

.gray-col {
  color: #a7a9ac;
}

.secondary-btn {
  background: transparent !important;
  color: #d62049 !important;
  border: 1px solid #d62049;
}

.secondary-btn:hover {
  background-color: rgba(214, 32, 73, 0.1) !important;
}

.shadow-sec {
  box-shadow: 0px 0px 63px 0px #ebf4f9;
}

/* IE11 */

svg .svgPath {
  fill: none;
  stroke: #e7f1f9;
  stroke-width: 6;
}

.svg-bg svg {
  position: absolute;
  z-index: 2;
}

.svg-path-w {
  position: relative;
}

.svg-path-c {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.primary-col {
  color: #d62049;
}

.gray-col {
  color: #a7a9ac;
}

.white-col {
  color: #fff;
}

.d-block {
  display: block;
}

.primary-bg {
  background: #d62049;
}

.secondary-bg {
  background: #0b80c3;
}

.text-light {
  font-family: "HelveticaNeueLTStd-Lt";
}

.text-regular {
  font-family: 400;
}

.text-medium {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
}

.text-bold {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.col-black {
  color: #000;
}

.head-font {
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.br-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.primary-btn:hover,
.primary-btn:focus {
  background: #bc133d;
}

.hyperlink {
  background: none;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 24px;
  cursor: pointer;
  padding: 0;
  text-decoration: underline;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  color: #0073bb;
}

.hyperlink:hover {
  text-decoration: none !important;
  transition: ease 0.5s;
  -webkit-transition: ease 0.5s;
  -moz-transition: ease 0.5s;
  -ms-transition: ease 0.5s;
  -o-transition: ease 0.5s;
}

.container {
  max-width: 1366px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.page-container {
  padding: 0 84px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.d-flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

h1 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 65px;
  line-height: 65px;
  margin-bottom: 0px;
}

h2 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -0.62px;
  margin-bottom: 0px;
}

h3 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  line-height: 42px;
  letter-spacing: -1.28px;
  margin-bottom: 0;
}

h4 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -0.4px;
  margin-bottom: 0px;
}

h5 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

h6 {
  color: #333333;
  font-family: "Inter", sans-serif;
  font-size: 26px;
  line-height: 26px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-bottom: 0px;
}

.section-title h2 {
  font-family: "Inter", sans-serif;
  color: #333333;
  font-size: 56px;
  line-height: 0.9;
  font-weight: 800;
  letter-spacing: -0.62px;
}

button {
  outline: none;
  border: none;
}

.btn {
  padding: 10px 35px;
  cursor: pointer;
  background: #d62049;
  font-size: 24px;
  display: inline-block;
}

.btn :hover {
  color: #fff;
}

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

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* highlighter */

.form-group {
  margin-bottom: 24px;
  position: relative;
}

.form-group ::-moz-placeholder {
  color: #d3d4d5;
}

.form-group :-ms-input-placeholder {
  color: #d3d4d5;
}

.form-group ::placeholder {
  color: #d3d4d5;
}

.form-group .form-control {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #e6e7e8;
  color: #333333;
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Md";
  transition: ease 0.8s;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: none;
  transition: ease 0.8s;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
  border-color: #3f8abf;
  outline: none;
}

.form-group .err-class {
  position: absolute;
  white-space: nowrap;
  bottom: -10px;
  left: 0;
  transform: translateY(100%);
  font-size: 14px;
  color: #d62049;
  margin-top: 11px;
  display: inline-block;
  font-style: oblique;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  border-radius: 50%;
  padding: 5px 7px;
  z-index: 2;
}

.slide-arrow.next-arrow {
  right: 0;
}

.slide-arrow.prev-arrow {
  left: 0;
}

[data-src] {
  opacity: 0;
  transition: all 0.4s ease;
}

[data-src].vis {
  opacity: 1;
}

.whoAreWe-sct-wrapper {
  overflow-x: hidden;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv {
  display: flex;
  position: relative;
  align-items: center;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs {
  width: 50%;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs :where(h1,h2,h3,h4,h5,h6) {
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.89px;
  color: #333333;
  font-family: "Inter", sans-serif;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs :where(h1,h2,h3,h4,h5,h6) p {
  display: block;
  font-size: 80px;
  line-height: 0.69;
  letter-spacing: -0.89px;
  color: #333333;
  font-family: "Inter", sans-serif;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs p {
  font-family: "Helvetica";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  padding-top: 25px;
  color: #373737;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs p a {
  color: #d62049;
  font-family: "Helvetica";
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: normal;
  font-size: 20px;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs p.gray-title {
  font-family: HelveticaNeueLTStd-Bd;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs .gray-title {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  line-height: 0.78;
  letter-spacing: normal;
  color: #a7a9ac;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-rhs {
  position: relative;
  width: 50%;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-rhs .img-wrapper {
  width: 464px;
  height: 466px;
  float: right;
}

.whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-rhs .img-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.sust-banner.whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs h1 {
  padding-top: 15px;
}

.want-to-know-wrap h2 {
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.62px;
  color: #333333;
}

.want-to-know-wrap h2 span {
  display: block;
}

.want-to-know-wrap .knowmore-wrap {
  display: flex;
  justify-content: space-between;
}

.want-to-know-wrap .knowmore-wrap .date-sec {
  background-color: #f2f7fb;
  padding: 15px;
  border-radius: 15px;
}

.want-to-know-wrap .knowmore-wrap .contact-us {
  width: 40%;
}

.want-to-know-wrap .knowmore-wrap .know-us-col {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.want-to-know-wrap .knowmore-wrap .know-us-col .image-wrapper {
  border-radius: 50%;
  background-color: #f2f7fb;
  width: 66px;
  height: 66px;
  display: flex;
  align-items: center;
}

.want-to-know-wrap .knowmore-wrap .know-us-col .image-wrapper img {
  margin: 0 auto;
}

.want-to-know-wrap .knowmore-wrap .know-us-col .contact-number {
  display: flex;
  align-items: center;
}

.want-to-know-wrap .knowmore-wrap .know-us-col p {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  color: #0073bb;
  letter-spacing: -1px;
  text-decoration: underline;
  margin-bottom: 10px;
}

.want-to-know-wrap .knowmore-wrap .know-us-col span {
  font-size: 18px;
  color: #373737;
}

.want-to-know-wrap .knowmore-wrap .know-us-col.date-sec p {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 14px;
  color: #333333;
  line-height: 1.64;
  letter-spacing: normal;
  margin-bottom: 0px;
  text-decoration: none;
}

.page-container {
  padding: 0 83px;
}

.shadow {
  height: 151px;
  border-radius: 20px;
  background-image: linear-gradient(to bottom, rgba(252, 252, 252, 0) 31%, rgba(0, 115, 187, 0.08) -8%);
}

.want-to-know-wrap h2 {
  font-size: 56px;
  line-height: 0.98;
  letter-spacing: -0.62px;
  color: #333333;
  font-family: "Inter", sans-serif;
  font-weight: 800;
}

.ta-label {
  display: inline-flex;
  align-items: center;
  font-family: "HelveticaNeueLTStd-Lt";
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  margin-bottom: 10px;
  line-height: normal;
  letter-spacing: normal;
}

.ta-label.--dark {
  font-family: "Helvetica";
  line-height: 16px;
  margin-bottom: 14px;
}

.ta-input-w {
  position: relative;
  margin-bottom: 50px;
}

.ta-input-w.mb-0 {
  margin-bottom: 0;
}

.ta-input {
  width: 100%;
  padding-bottom: 10px;
  font-family: HelveticaNeueLTStd-Md;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  border: none;
  border-bottom: solid 1px #e6e7e8;
  background: transparent;
}


.coc-cont-wrap ul li::marker{
  font-size: 18px;
  font-weight: 300;
  line-height: 0.86;
  letter-spacing: normal;
  color: #4197d3;
}

.ta-input:focus {
  outline: none;
}

.ta-input::-moz-placeholder {
  color: #d4d7db;
}

.ta-input:-ms-input-placeholder {
  color: #d4d7db;
}

.ta-input::placeholder {
  color: #d4d7db;
}

.ta-prefix-input {
  position: relative;
}

.ta-prefix-input .ta-input {
  padding-left: 52px;
}

.ta-prefix-input::before {
  content: attr(data-prefix);
  top: 3px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 24px;
  color: #333333;
  position: absolute;
}

.ta-rp-prefix .ta-input {
  padding-left: 22px;
}

.ta-error-msg,
.ta-info-msg {
  display: block;
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: 300;
  font-stretch: normal;
  font-style: oblique;
  line-height: normal;
  letter-spacing: normal;
  color: #d62049;
  padding-top: 11px;
}

.ta-info-msg {
  color: #373737;
}

.ta-not-valid .ta-input {
  border-bottom-color: #d62049;
}

.ta-not-valid .ta-error-msg {
  display: block;
}

.ta-submit-btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 24px;
  letter-spacing: -1px;
  text-align: center;
  background: transparent;
  color: #d62049;
  border-radius: 10px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  border: 1px solid #d62049;
  cursor: pointer;
}

.ta-submit-btn.--inverse {
  background: #d62049;
  color: #fff;
}

.ta-radio-w {
  display: inline-flex;
  border-radius: 24px;
  overflow: hidden;
  background: #e6e7e8;
}

.ta-radio {
  display: inline-block;
}

.ta-radio input {
  display: none;
}

.ta-radio input:checked + .ta-radio-text {
  background: #0073bb;
  color: #ffffff;
  border-radius: 24px;
}

.ta-radio-text {
  display: inline-block;
  padding: 10px 30px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 18px;
  text-align: center;
  letter-spacing: -0.75px;
  color: #a7a9ac;
  line-height: normal;
}

.ta-radio-text span {
  margin-right: 10px;
}

.ta-checkbox {
  display: none;
}

.ta-checkbox-label {
  display: flex;
  padding: 12px 15px;
  align-items: center;
  background: #f2f7fb;
  cursor: pointer;
}

.ta-checkbox:checked + .ta-checkbox-tick .ta-tick-bg {
  fill: #0073bb;
}

.ta-checkbox-tick {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  box-shadow: inset 0px 0px 0px 1.5px #0073bb;
  background: #fff;
}

.ta-checkbox-tick svg {
  width: 100%;
  height: 100%;
}

.ta-checkbox-text {
  margin-left: 15px;
  color: #373737;
  font-size: 14px;
  font-family: "HelveticaNeueLTStd-Lt";
}

.ta-sq-radio-m {
  display: flex;
}

.ta-sq-radio-w {
  display: inline-flex;
}

.ta-sq-radio-w:not(:last-child) {
  margin-right: 30px;
}

.ta-sq-radio-w input {
  display: none;
}

.ta-sq-radio-w input:checked + .ta-sq-radio {
  border: 1px solid #0073bb;
}

.ta-sq-radio {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 12px 36px 12px 20px;
  border: 1px solid #e6e7e8;
  border-radius: 10px;
  max-width: 163px;
}

.ta-sq-radio-icon {
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  flex-shrink: 0;
}

.ta-sq-radio-icon img {
  width: 100%;
  height: 100%;
}

.ta-sq-radio-text {
  font-size: 18px;
  line-height: 16px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  color: #58595b;
}

.ta-cr-radio-m {
  display: flex;
  margin-top: 14px;
}

.ta-cr-radio-w {
  display: inline-flex;
  align-items: center;
}

.ta-cr-radio-w:not(:last-child) {
  margin-right: 30px;
}

.ta-cr-radio-w input {
  display: none;
}

.ta-cr-radio-w input:checked + .ta-cr-radio {
  border-color: #0073bb;
  background: #0073bb;
  box-shadow: inset 0px 0px 0px 4px #fff;
}

.ta-cr-radio-w input:checked ~ span {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
}

.ta-cr-radio {
  position: relative;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: 2px solid #58595b;
}

.ta-cr-radio-text {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 16px;
  letter-spacing: normal;
  color: #333333;
  margin-left: 12px;
}

.ta-textarea {
  padding: 10px;
  resize: none;
  width: 100%;
  border: 1px solid #e6e7e8;
  border-radius: 10px;
  background: transparent;
  outline: none;
  font-size: 24px;
  line-height: 24px;
}

.--rad-ver .ta-sq-radio-w:not(:last-child) {
  margin-right: 20px;
}

.--rad-ver .ta-sq-radio {
  flex-direction: column;
  padding: 20px 40px;
}

.--rad-ver .ta-sq-radio-icon {
  margin-right: 0;
  margin-bottom: 10px;
}

.ta-col-1 {
  flex: 0 0 8.33%;
  max-width: 8.33%;
}

.ta-col-2 {
  flex: 0 0 16.66%;
  max-width: 16.66%;
}

.ta-col-2_4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.ta-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.ta-col-4 {
  flex: 0 0 33.33%;
  max-width: 33.33%;
}

.ta-col-5 {
  flex: 0 0 41.66%;
  max-width: 41.66%;
}

.ta-col-5_6 {
  flex: 0 0 46.66%;
  max-width: 46.66%;
}

.ta-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.ta-col-7 {
  flex: 0 0 58.33%;
  max-width: 58.33%;
}

.ta-col-8 {
  flex: 0 0 66.66%;
  max-width: 66.66%;
}

.ta-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.ta-col-10 {
  flex: 0 0 83.33%;
  max-width: 83.33%;
}

.ta-col-11 {
  flex: 0 0 91.66;
  max-width: 91.66%;
}

.ta-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.ta-col-auto {
  flex: 1;
}

.ta-grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.ta-grid [class^="ta-col"] {
  padding: 0 10px;
}

.ta-grid.sp-80 {
  margin: 0 -40px;
}

.ta-grid.sp-80 [class^="ta-col"] {
  padding: 0 40px;
}

.ta-grid.sp-50 {
  margin: 0 -25px;
}

.ta-grid.sp-50 [class^="ta-col"] {
  padding: 0 25px;
}

.ta-grid.sp-60 {
  margin: 0 -30px;
}

.ta-grid.sp-60 [class^="ta-col"] {
  padding: 0 30px;
}

.ta-ofx-hd {
  overflow-x: hidden;
}

.ta-col-xs-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 576px) {
  .m-xs-0 {
    margin: 0px !important;
  }

  .p-xs-0 {
    padding: 0px !important;
  }

  .m-xs-1 {
    margin: 10px !important;
  }

  .p-xs-1 {
    padding: 10px !important;
  }

  .m-xs-2 {
    margin: 20px !important;
  }

  .p-xs-2 {
    padding: 20px !important;
  }

  .m-xs-3 {
    margin: 30px !important;
  }

  .p-xs-3 {
    padding: 30px !important;
  }

  .m-xs-4 {
    margin: 40px !important;
  }

  .p-xs-4 {
    padding: 40px !important;
  }

  .m-xs-5 {
    margin: 50px !important;
  }

  .p-xs-5 {
    padding: 50px !important;
  }

  .m-xs-6 {
    margin: 60px !important;
  }

  .p-xs-6 {
    padding: 60px !important;
  }

  .m-xs-7 {
    margin: 70px !important;
  }

  .p-xs-7 {
    padding: 70px !important;
  }

  .m-xs-8 {
    margin: 80px !important;
  }

  .p-xs-8 {
    padding: 80px !important;
  }

  .m-xs-9 {
    margin: 90px !important;
  }

  .p-xs-9 {
    padding: 90px !important;
  }

  .m-xs-10 {
    margin: 100px !important;
  }

  .p-xs-10 {
    padding: 100px !important;
  }

  .mt-xs-0 {
    margin-top: 0px !important;
  }

  .pt-xs-0 {
    padding-top: 0px !important;
  }

  .mt-xs-1 {
    margin-top: 10px !important;
  }

  .pt-xs-1 {
    padding-top: 10px !important;
  }

  .mt-xs-2 {
    margin-top: 20px !important;
  }

  .pt-xs-2 {
    padding-top: 20px !important;
  }

  .mt-xs-3 {
    margin-top: 30px !important;
  }

  .pt-xs-3 {
    padding-top: 30px !important;
  }

  .mt-xs-4 {
    margin-top: 40px !important;
  }

  .pt-xs-4 {
    padding-top: 40px !important;
  }

  .mt-xs-5 {
    margin-top: 50px !important;
  }

  .pt-xs-5 {
    padding-top: 50px !important;
  }

  .mt-xs-6 {
    margin-top: 60px !important;
  }

  .pt-xs-6 {
    padding-top: 60px !important;
  }

  .mt-xs-7 {
    margin-top: 70px !important;
  }

  .pt-xs-7 {
    padding-top: 70px !important;
  }

  .mt-xs-8 {
    margin-top: 80px !important;
  }

  .pt-xs-8 {
    padding-top: 80px !important;
  }

  .mt-xs-9 {
    margin-top: 90px !important;
  }

  .pt-xs-9 {
    padding-top: 90px !important;
  }

  .mt-xs-10 {
    margin-top: 100px !important;
  }

  .pt-xs-10 {
    padding-top: 100px !important;
  }

  .mb-xs-0 {
    margin-bottom: 0px !important;
  }

  .pb-xs-0 {
    padding-bottom: 0px !important;
  }

  .mb-xs-1 {
    margin-bottom: 10px !important;
  }

  .pb-xs-1 {
    padding-bottom: 10px !important;
  }

  .mb-xs-2 {
    margin-bottom: 20px !important;
  }

  .pb-xs-2 {
    padding-bottom: 20px !important;
  }

  .mb-xs-3 {
    margin-bottom: 30px !important;
  }

  .pb-xs-3 {
    padding-bottom: 30px !important;
  }

  .mb-xs-4 {
    margin-bottom: 40px !important;
  }

  .pb-xs-4 {
    padding-bottom: 40px !important;
  }

  .mb-xs-5 {
    margin-bottom: 50px !important;
  }

  .pb-xs-5 {
    padding-bottom: 50px !important;
  }

  .mb-xs-6 {
    margin-bottom: 60px !important;
  }

  .pb-xs-6 {
    padding-bottom: 60px !important;
  }

  .mb-xs-7 {
    margin-bottom: 70px !important;
  }

  .pb-xs-7 {
    padding-bottom: 70px !important;
  }

  .mb-xs-8 {
    margin-bottom: 80px !important;
  }

  .pb-xs-8 {
    padding-bottom: 80px !important;
  }

  .mb-xs-9 {
    margin-bottom: 90px !important;
  }

  .pb-xs-9 {
    padding-bottom: 90px !important;
  }

  .mb-xs-10 {
    margin-bottom: 100px !important;
  }

  .pb-xs-10 {
    padding-bottom: 100px !important;
  }

  .ml-xs-0 {
    margin-left: 0px !important;
  }

  .pl-xs-0 {
    padding-left: 0px !important;
  }

  .ml-xs-1 {
    margin-left: 10px !important;
  }

  .pl-xs-1 {
    padding-left: 10px !important;
  }

  .ml-xs-2 {
    margin-left: 20px !important;
  }

  .pl-xs-2 {
    padding-left: 20px !important;
  }

  .ml-xs-3 {
    margin-left: 30px !important;
  }

  .pl-xs-3 {
    padding-left: 30px !important;
  }

  .ml-xs-4 {
    margin-left: 40px !important;
  }

  .pl-xs-4 {
    padding-left: 40px !important;
  }

  .ml-xs-5 {
    margin-left: 50px !important;
  }

  .pl-xs-5 {
    padding-left: 50px !important;
  }

  .ml-xs-6 {
    margin-left: 60px !important;
  }

  .pl-xs-6 {
    padding-left: 60px !important;
  }

  .ml-xs-7 {
    margin-left: 70px !important;
  }

  .pl-xs-7 {
    padding-left: 70px !important;
  }

  .ml-xs-8 {
    margin-left: 80px !important;
  }

  .pl-xs-8 {
    padding-left: 80px !important;
  }

  .ml-xs-9 {
    margin-left: 90px !important;
  }

  .pl-xs-9 {
    padding-left: 90px !important;
  }

  .ml-xs-10 {
    margin-left: 100px !important;
  }

  .pl-xs-10 {
    padding-left: 100px !important;
  }

  .mr-xs-0 {
    margin-right: 0px !important;
  }

  .pr-xs-0 {
    padding-right: 0px !important;
  }

  .mr-xs-1 {
    margin-right: 10px !important;
  }

  .pr-xs-1 {
    padding-right: 10px !important;
  }

  .mr-xs-2 {
    margin-right: 20px !important;
  }

  .pr-xs-2 {
    padding-right: 20px !important;
  }

  .mr-xs-3 {
    margin-right: 30px !important;
  }

  .pr-xs-3 {
    padding-right: 30px !important;
  }

  .mr-xs-4 {
    margin-right: 40px !important;
  }

  .pr-xs-4 {
    padding-right: 40px !important;
  }

  .mr-xs-5 {
    margin-right: 50px !important;
  }

  .pr-xs-5 {
    padding-right: 50px !important;
  }

  .mr-xs-6 {
    margin-right: 60px !important;
  }

  .pr-xs-6 {
    padding-right: 60px !important;
  }

  .mr-xs-7 {
    margin-right: 70px !important;
  }

  .pr-xs-7 {
    padding-right: 70px !important;
  }

  .mr-xs-8 {
    margin-right: 80px !important;
  }

  .pr-xs-8 {
    padding-right: 80px !important;
  }

  .mr-xs-9 {
    margin-right: 90px !important;
  }

  .pr-xs-9 {
    padding-right: 90px !important;
  }

  .mr-xs-10 {
    margin-right: 100px !important;
  }

  .pr-xs-10 {
    padding-right: 100px !important;
  }
}

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0px !important;
  }

  .p-sm-0 {
    padding: 0px !important;
  }

  .m-sm-1 {
    margin: 10px !important;
  }

  .p-sm-1 {
    padding: 10px !important;
  }

  .m-sm-2 {
    margin: 20px !important;
  }

  .p-sm-2 {
    padding: 20px !important;
  }

  .m-sm-3 {
    margin: 30px !important;
  }

  .p-sm-3 {
    padding: 30px !important;
  }

  .m-sm-4 {
    margin: 40px !important;
  }

  .p-sm-4 {
    padding: 40px !important;
  }

  .m-sm-5 {
    margin: 50px !important;
  }

  .p-sm-5 {
    padding: 50px !important;
  }

  .m-sm-6 {
    margin: 60px !important;
  }

  .p-sm-6 {
    padding: 60px !important;
  }

  .m-sm-7 {
    margin: 70px !important;
  }

  .p-sm-7 {
    padding: 70px !important;
  }

  .m-sm-8 {
    margin: 80px !important;
  }

  .p-sm-8 {
    padding: 80px !important;
  }

  .m-sm-9 {
    margin: 90px !important;
  }

  .p-sm-9 {
    padding: 90px !important;
  }

  .m-sm-10 {
    margin: 100px !important;
  }

  .p-sm-10 {
    padding: 100px !important;
  }

  .mt-sm-0 {
    margin-top: 0px !important;
  }

  .pt-sm-0 {
    padding-top: 0px !important;
  }

  .mt-sm-1 {
    margin-top: 10px !important;
  }

  .pt-sm-1 {
    padding-top: 10px !important;
  }

  .mt-sm-2 {
    margin-top: 20px !important;
  }

  .pt-sm-2 {
    padding-top: 20px !important;
  }

  .mt-sm-3 {
    margin-top: 30px !important;
  }

  .pt-sm-3 {
    padding-top: 30px !important;
  }

  .mt-sm-4 {
    margin-top: 40px !important;
  }

  .pt-sm-4 {
    padding-top: 40px !important;
  }

  .mt-sm-5 {
    margin-top: 50px !important;
  }

  .pt-sm-5 {
    padding-top: 50px !important;
  }

  .mt-sm-6 {
    margin-top: 60px !important;
  }

  .pt-sm-6 {
    padding-top: 60px !important;
  }

  .mt-sm-7 {
    margin-top: 70px !important;
  }

  .pt-sm-7 {
    padding-top: 70px !important;
  }

  .mt-sm-8 {
    margin-top: 80px !important;
  }

  .pt-sm-8 {
    padding-top: 80px !important;
  }

  .mt-sm-9 {
    margin-top: 90px !important;
  }

  .pt-sm-9 {
    padding-top: 90px !important;
  }

  .mt-sm-10 {
    margin-top: 100px !important;
  }

  .pt-sm-10 {
    padding-top: 100px !important;
  }

  .mb-sm-0 {
    margin-bottom: 0px !important;
  }

  .pb-sm-0 {
    padding-bottom: 0px !important;
  }

  .mb-sm-1 {
    margin-bottom: 10px !important;
  }

  .pb-sm-1 {
    padding-bottom: 10px !important;
  }

  .mb-sm-2 {
    margin-bottom: 20px !important;
  }

  .pb-sm-2 {
    padding-bottom: 20px !important;
  }

  .mb-sm-3 {
    margin-bottom: 30px !important;
  }

  .pb-sm-3 {
    padding-bottom: 30px !important;
  }

  .mb-sm-4 {
    margin-bottom: 40px !important;
  }

  .pb-sm-4 {
    padding-bottom: 40px !important;
  }

  .mb-sm-5 {
    margin-bottom: 50px !important;
  }

  .pb-sm-5 {
    padding-bottom: 50px !important;
  }

  .mb-sm-6 {
    margin-bottom: 60px !important;
  }

  .pb-sm-6 {
    padding-bottom: 60px !important;
  }

  .mb-sm-7 {
    margin-bottom: 70px !important;
  }

  .pb-sm-7 {
    padding-bottom: 70px !important;
  }

  .mb-sm-8 {
    margin-bottom: 80px !important;
  }

  .pb-sm-8 {
    padding-bottom: 80px !important;
  }

  .mb-sm-9 {
    margin-bottom: 90px !important;
  }

  .pb-sm-9 {
    padding-bottom: 90px !important;
  }

  .mb-sm-10 {
    margin-bottom: 100px !important;
  }

  .pb-sm-10 {
    padding-bottom: 100px !important;
  }

  .ml-sm-0 {
    margin-left: 0px !important;
  }

  .pl-sm-0 {
    padding-left: 0px !important;
  }

  .ml-sm-1 {
    margin-left: 10px !important;
  }

  .pl-sm-1 {
    padding-left: 10px !important;
  }

  .ml-sm-2 {
    margin-left: 20px !important;
  }

  .pl-sm-2 {
    padding-left: 20px !important;
  }

  .ml-sm-3 {
    margin-left: 30px !important;
  }

  .pl-sm-3 {
    padding-left: 30px !important;
  }

  .ml-sm-4 {
    margin-left: 40px !important;
  }

  .pl-sm-4 {
    padding-left: 40px !important;
  }

  .ml-sm-5 {
    margin-left: 50px !important;
  }

  .pl-sm-5 {
    padding-left: 50px !important;
  }

  .ml-sm-6 {
    margin-left: 60px !important;
  }

  .pl-sm-6 {
    padding-left: 60px !important;
  }

  .ml-sm-7 {
    margin-left: 70px !important;
  }

  .pl-sm-7 {
    padding-left: 70px !important;
  }

  .ml-sm-8 {
    margin-left: 80px !important;
  }

  .pl-sm-8 {
    padding-left: 80px !important;
  }

  .ml-sm-9 {
    margin-left: 90px !important;
  }

  .pl-sm-9 {
    padding-left: 90px !important;
  }

  .ml-sm-10 {
    margin-left: 100px !important;
  }

  .pl-sm-10 {
    padding-left: 100px !important;
  }

  .mr-sm-0 {
    margin-right: 0px !important;
  }

  .pr-sm-0 {
    padding-right: 0px !important;
  }

  .mr-sm-1 {
    margin-right: 10px !important;
  }

  .pr-sm-1 {
    padding-right: 10px !important;
  }

  .mr-sm-2 {
    margin-right: 20px !important;
  }

  .pr-sm-2 {
    padding-right: 20px !important;
  }

  .mr-sm-3 {
    margin-right: 30px !important;
  }

  .pr-sm-3 {
    padding-right: 30px !important;
  }

  .mr-sm-4 {
    margin-right: 40px !important;
  }

  .pr-sm-4 {
    padding-right: 40px !important;
  }

  .mr-sm-5 {
    margin-right: 50px !important;
  }

  .pr-sm-5 {
    padding-right: 50px !important;
  }

  .mr-sm-6 {
    margin-right: 60px !important;
  }

  .pr-sm-6 {
    padding-right: 60px !important;
  }

  .mr-sm-7 {
    margin-right: 70px !important;
  }

  .pr-sm-7 {
    padding-right: 70px !important;
  }

  .mr-sm-8 {
    margin-right: 80px !important;
  }

  .pr-sm-8 {
    padding-right: 80px !important;
  }

  .mr-sm-9 {
    margin-right: 90px !important;
  }

  .pr-sm-9 {
    padding-right: 90px !important;
  }

  .mr-sm-10 {
    margin-right: 100px !important;
  }

  .pr-sm-10 {
    padding-right: 100px !important;
  }
}

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0px !important;
  }

  .p-md-0 {
    padding: 0px !important;
  }

  .m-md-1 {
    margin: 10px !important;
  }

  .p-md-1 {
    padding: 10px !important;
  }

  .m-md-2 {
    margin: 20px !important;
  }

  .p-md-2 {
    padding: 20px !important;
  }

  .m-md-3 {
    margin: 30px !important;
  }

  .p-md-3 {
    padding: 30px !important;
  }

  .m-md-4 {
    margin: 40px !important;
  }

  .p-md-4 {
    padding: 40px !important;
  }

  .m-md-5 {
    margin: 50px !important;
  }

  .p-md-5 {
    padding: 50px !important;
  }

  .m-md-6 {
    margin: 60px !important;
  }

  .p-md-6 {
    padding: 60px !important;
  }

  .m-md-7 {
    margin: 70px !important;
  }

  .p-md-7 {
    padding: 70px !important;
  }

  .m-md-8 {
    margin: 80px !important;
  }

  .p-md-8 {
    padding: 80px !important;
  }

  .m-md-9 {
    margin: 90px !important;
  }

  .p-md-9 {
    padding: 90px !important;
  }

  .m-md-10 {
    margin: 100px !important;
  }

  .p-md-10 {
    padding: 100px !important;
  }

  .mt-md-0 {
    margin-top: 0px !important;
  }

  .pt-md-0 {
    padding-top: 0px !important;
  }

  .mt-md-1 {
    margin-top: 10px !important;
  }

  .pt-md-1 {
    padding-top: 10px !important;
  }

  .mt-md-2 {
    margin-top: 20px !important;
  }

  .pt-md-2 {
    padding-top: 20px !important;
  }

  .mt-md-3 {
    margin-top: 30px !important;
  }

  .pt-md-3 {
    padding-top: 30px !important;
  }

  .mt-md-4 {
    margin-top: 40px !important;
  }

  .pt-md-4 {
    padding-top: 40px !important;
  }

  .mt-md-5 {
    margin-top: 50px !important;
  }

  .pt-md-5 {
    padding-top: 50px !important;
  }

  .mt-md-6 {
    margin-top: 60px !important;
  }

  .pt-md-6 {
    padding-top: 60px !important;
  }

  .mt-md-7 {
    margin-top: 70px !important;
  }

  .pt-md-7 {
    padding-top: 70px !important;
  }

  .mt-md-8 {
    margin-top: 80px !important;
  }

  .pt-md-8 {
    padding-top: 80px !important;
  }

  .mt-md-9 {
    margin-top: 90px !important;
  }

  .pt-md-9 {
    padding-top: 90px !important;
  }

  .mt-md-10 {
    margin-top: 100px !important;
  }

  .pt-md-10 {
    padding-top: 100px !important;
  }

  .mb-md-0 {
    margin-bottom: 0px !important;
  }

  .pb-md-0 {
    padding-bottom: 0px !important;
  }

  .mb-md-1 {
    margin-bottom: 10px !important;
  }

  .pb-md-1 {
    padding-bottom: 10px !important;
  }

  .mb-md-2 {
    margin-bottom: 20px !important;
  }

  .pb-md-2 {
    padding-bottom: 20px !important;
  }

  .mb-md-3 {
    margin-bottom: 30px !important;
  }

  .pb-md-3 {
    padding-bottom: 30px !important;
  }

  .mb-md-4 {
    margin-bottom: 40px !important;
  }

  .pb-md-4 {
    padding-bottom: 40px !important;
  }

  .mb-md-5 {
    margin-bottom: 50px !important;
  }

  .pb-md-5 {
    padding-bottom: 50px !important;
  }

  .mb-md-6 {
    margin-bottom: 60px !important;
  }

  .pb-md-6 {
    padding-bottom: 60px !important;
  }

  .mb-md-7 {
    margin-bottom: 70px !important;
  }

  .pb-md-7 {
    padding-bottom: 70px !important;
  }

  .mb-md-8 {
    margin-bottom: 80px !important;
  }

  .pb-md-8 {
    padding-bottom: 80px !important;
  }

  .mb-md-9 {
    margin-bottom: 90px !important;
  }

  .pb-md-9 {
    padding-bottom: 90px !important;
  }

  .mb-md-10 {
    margin-bottom: 100px !important;
  }

  .pb-md-10 {
    padding-bottom: 100px !important;
  }

  .ml-md-0 {
    margin-left: 0px !important;
  }

  .pl-md-0 {
    padding-left: 0px !important;
  }

  .ml-md-1 {
    margin-left: 10px !important;
  }

  .pl-md-1 {
    padding-left: 10px !important;
  }

  .ml-md-2 {
    margin-left: 20px !important;
  }

  .pl-md-2 {
    padding-left: 20px !important;
  }

  .ml-md-3 {
    margin-left: 30px !important;
  }

  .pl-md-3 {
    padding-left: 30px !important;
  }

  .ml-md-4 {
    margin-left: 40px !important;
  }

  .pl-md-4 {
    padding-left: 40px !important;
  }

  .ml-md-5 {
    margin-left: 50px !important;
  }

  .pl-md-5 {
    padding-left: 50px !important;
  }

  .ml-md-6 {
    margin-left: 60px !important;
  }

  .pl-md-6 {
    padding-left: 60px !important;
  }

  .ml-md-7 {
    margin-left: 70px !important;
  }

  .pl-md-7 {
    padding-left: 70px !important;
  }

  .ml-md-8 {
    margin-left: 80px !important;
  }

  .pl-md-8 {
    padding-left: 80px !important;
  }

  .ml-md-9 {
    margin-left: 90px !important;
  }

  .pl-md-9 {
    padding-left: 90px !important;
  }

  .ml-md-10 {
    margin-left: 100px !important;
  }

  .pl-md-10 {
    padding-left: 100px !important;
  }

  .mr-md-0 {
    margin-right: 0px !important;
  }

  .pr-md-0 {
    padding-right: 0px !important;
  }

  .mr-md-1 {
    margin-right: 10px !important;
  }

  .pr-md-1 {
    padding-right: 10px !important;
  }

  .mr-md-2 {
    margin-right: 20px !important;
  }

  .pr-md-2 {
    padding-right: 20px !important;
  }

  .mr-md-3 {
    margin-right: 30px !important;
  }

  .pr-md-3 {
    padding-right: 30px !important;
  }

  .mr-md-4 {
    margin-right: 40px !important;
  }

  .pr-md-4 {
    padding-right: 40px !important;
  }

  .mr-md-5 {
    margin-right: 50px !important;
  }

  .pr-md-5 {
    padding-right: 50px !important;
  }

  .mr-md-6 {
    margin-right: 60px !important;
  }

  .pr-md-6 {
    padding-right: 60px !important;
  }

  .mr-md-7 {
    margin-right: 70px !important;
  }

  .pr-md-7 {
    padding-right: 70px !important;
  }

  .mr-md-8 {
    margin-right: 80px !important;
  }

  .pr-md-8 {
    padding-right: 80px !important;
  }

  .mr-md-9 {
    margin-right: 90px !important;
  }

  .pr-md-9 {
    padding-right: 90px !important;
  }

  .mr-md-10 {
    margin-right: 100px !important;
  }

  .pr-md-10 {
    padding-right: 100px !important;
  }
}

@media (min-width: 1200px) {
  .m-lg-0 {
    margin: 0px !important;
  }

  .p-lg-0 {
    padding: 0px !important;
  }

  .m-lg-1 {
    margin: 10px !important;
  }

  .p-lg-1 {
    padding: 10px !important;
  }

  .m-lg-2 {
    margin: 20px !important;
  }

  .p-lg-2 {
    padding: 20px !important;
  }

  .m-lg-3 {
    margin: 30px !important;
  }

  .p-lg-3 {
    padding: 30px !important;
  }

  .m-lg-4 {
    margin: 40px !important;
  }

  .p-lg-4 {
    padding: 40px !important;
  }

  .m-lg-5 {
    margin: 50px !important;
  }

  .p-lg-5 {
    padding: 50px !important;
  }

  .m-lg-6 {
    margin: 60px !important;
  }

  .p-lg-6 {
    padding: 60px !important;
  }

  .m-lg-7 {
    margin: 70px !important;
  }

  .p-lg-7 {
    padding: 70px !important;
  }

  .m-lg-8 {
    margin: 80px !important;
  }

  .p-lg-8 {
    padding: 80px !important;
  }

  .m-lg-9 {
    margin: 90px !important;
  }

  .p-lg-9 {
    padding: 90px !important;
  }

  .m-lg-10 {
    margin: 100px !important;
  }

  .p-lg-10 {
    padding: 100px !important;
  }

  .mt-lg-0 {
    margin-top: 0px !important;
  }

  .pt-lg-0 {
    padding-top: 0px !important;
  }

  .mt-lg-1 {
    margin-top: 10px !important;
  }

  .pt-lg-1 {
    padding-top: 10px !important;
  }

  .mt-lg-2 {
    margin-top: 20px !important;
  }

  .pt-lg-2 {
    padding-top: 20px !important;
  }

  .mt-lg-3 {
    margin-top: 30px !important;
  }

  .pt-lg-3 {
    padding-top: 30px !important;
  }

  .mt-lg-4 {
    margin-top: 40px !important;
  }

  .pt-lg-4 {
    padding-top: 40px !important;
  }

  .mt-lg-5 {
    margin-top: 50px !important;
  }

  .pt-lg-5 {
    padding-top: 50px !important;
  }

  .mt-lg-6 {
    margin-top: 60px !important;
  }

  .pt-lg-6 {
    padding-top: 60px !important;
  }

  .mt-lg-7 {
    margin-top: 70px !important;
  }

  .pt-lg-7 {
    padding-top: 70px !important;
  }

  .mt-lg-8 {
    margin-top: 80px !important;
  }

  .pt-lg-8 {
    padding-top: 80px !important;
  }

  .mt-lg-9 {
    margin-top: 90px !important;
  }

  .pt-lg-9 {
    padding-top: 90px !important;
  }

  .mt-lg-10 {
    margin-top: 100px !important;
  }

  .pt-lg-10 {
    padding-top: 100px !important;
  }

  .mb-lg-0 {
    margin-bottom: 0px !important;
  }

  .pb-lg-0 {
    padding-bottom: 0px !important;
  }

  .mb-lg-1 {
    margin-bottom: 10px !important;
  }

  .pb-lg-1 {
    padding-bottom: 10px !important;
  }

  .mb-lg-2 {
    margin-bottom: 20px !important;
  }

  .pb-lg-2 {
    padding-bottom: 20px !important;
  }

  .mb-lg-3 {
    margin-bottom: 30px !important;
  }

  .pb-lg-3 {
    padding-bottom: 30px !important;
  }

  .mb-lg-4 {
    margin-bottom: 40px !important;
  }

  .pb-lg-4 {
    padding-bottom: 40px !important;
  }

  .mb-lg-5 {
    margin-bottom: 50px !important;
  }

  .pb-lg-5 {
    padding-bottom: 50px !important;
  }

  .mb-lg-6 {
    margin-bottom: 60px !important;
  }

  .pb-lg-6 {
    padding-bottom: 60px !important;
  }

  .mb-lg-7 {
    margin-bottom: 70px !important;
  }

  .pb-lg-7 {
    padding-bottom: 70px !important;
  }

  .mb-lg-8 {
    margin-bottom: 80px !important;
  }

  .pb-lg-8 {
    padding-bottom: 80px !important;
  }

  .mb-lg-9 {
    margin-bottom: 90px !important;
  }

  .pb-lg-9 {
    padding-bottom: 90px !important;
  }

  .mb-lg-10 {
    margin-bottom: 100px !important;
  }

  .pb-lg-10 {
    padding-bottom: 100px !important;
  }

  .ml-lg-0 {
    margin-left: 0px !important;
  }

  .pl-lg-0 {
    padding-left: 0px !important;
  }

  .ml-lg-1 {
    margin-left: 10px !important;
  }

  .pl-lg-1 {
    padding-left: 10px !important;
  }

  .ml-lg-2 {
    margin-left: 20px !important;
  }

  .pl-lg-2 {
    padding-left: 20px !important;
  }

  .ml-lg-3 {
    margin-left: 30px !important;
  }

  .pl-lg-3 {
    padding-left: 30px !important;
  }

  .ml-lg-4 {
    margin-left: 40px !important;
  }

  .pl-lg-4 {
    padding-left: 40px !important;
  }

  .ml-lg-5 {
    margin-left: 50px !important;
  }

  .pl-lg-5 {
    padding-left: 50px !important;
  }

  .ml-lg-6 {
    margin-left: 60px !important;
  }

  .pl-lg-6 {
    padding-left: 60px !important;
  }

  .ml-lg-7 {
    margin-left: 70px !important;
  }

  .pl-lg-7 {
    padding-left: 70px !important;
  }

  .ml-lg-8 {
    margin-left: 80px !important;
  }

  .pl-lg-8 {
    padding-left: 80px !important;
  }

  .ml-lg-9 {
    margin-left: 90px !important;
  }

  .pl-lg-9 {
    padding-left: 90px !important;
  }

  .ml-lg-10 {
    margin-left: 100px !important;
  }

  .pl-lg-10 {
    padding-left: 100px !important;
  }

  .mr-lg-0 {
    margin-right: 0px !important;
  }

  .pr-lg-0 {
    padding-right: 0px !important;
  }

  .mr-lg-1 {
    margin-right: 10px !important;
  }

  .pr-lg-1 {
    padding-right: 10px !important;
  }

  .mr-lg-2 {
    margin-right: 20px !important;
  }

  .pr-lg-2 {
    padding-right: 20px !important;
  }

  .mr-lg-3 {
    margin-right: 30px !important;
  }

  .pr-lg-3 {
    padding-right: 30px !important;
  }

  .mr-lg-4 {
    margin-right: 40px !important;
  }

  .pr-lg-4 {
    padding-right: 40px !important;
  }

  .mr-lg-5 {
    margin-right: 50px !important;
  }

  .pr-lg-5 {
    padding-right: 50px !important;
  }

  .mr-lg-6 {
    margin-right: 60px !important;
  }

  .pr-lg-6 {
    padding-right: 60px !important;
  }

  .mr-lg-7 {
    margin-right: 70px !important;
  }

  .pr-lg-7 {
    padding-right: 70px !important;
  }

  .mr-lg-8 {
    margin-right: 80px !important;
  }

  .pr-lg-8 {
    padding-right: 80px !important;
  }

  .mr-lg-9 {
    margin-right: 90px !important;
  }

  .pr-lg-9 {
    padding-right: 90px !important;
  }

  .mr-lg-10 {
    margin-right: 100px !important;
  }

  .pr-lg-10 {
    padding-right: 100px !important;
  }
}

@media screen and (max-width: 1280px) {
  .tata-nav {
    width: 100%;
  }

  .tata-nav .navbar-brand {
    width: 150px;
  }

  .tata-nav .navbar-brand img {
    width: 100%;
  }

  .tata-nav .navbar-collapse .navbar-nav.leftnav {
    display: none;
  }

  .tata-nav .navbar-collapse .navbar-nav.rightnav {
    display: none;
  }

  .tata-nav .navbar-collapse .navbar-nav.mobilenav {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-left: 20px;
  }

  .tata-nav .navbar-collapse .navbar-nav.mobilenav li {
    margin-right: 0;
    margin-left: 20px;
  }

  .tata-nav .navbar-collapse .navbar-nav.mobilenav li a {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .talic-footer .footer-wrapper .main-flex {
    padding: 1.5rem 0;
  }

  .talic-footer .footer-wrapper .main-flex .footer-col {
    padding: 0 1.5rem;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-rhs .img-wrapper {
    width: 380px;
    height: 380px;
  }

  .want-to-know-wrap .knowmore-wrap {
    display: block;
  }

  .want-to-know-wrap .knowmore-wrap .contact-us {
    width: 100%;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col {
    margin-bottom: 10px;
    justify-content: initial;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col .image-wrapper {
    margin-right: 20px;
    width: 44px;
    height: 44px;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col .image-wrapper img {
    width: 25px;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col .contact-number {
    margin-right: 20px;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col.date-sec {
    text-align: center;
    justify-content: center;
  }

  .page-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 991.98px) {
  .btn,
  .hyperlink {
    font-size: 14px;
  }

  .btn,
  .hyperlink {
    font-size: 14px;
  }

  .btn,
  .hyperlink {
    font-size: 14px;
  }
}

@media screen and (max-width: 767.99px) {
  h1 {
    font-size: 36px !important;
    line-height: 36px !important;
  }

  h2 {
    font-size: 30px !important;
    line-height: 30px !important;
  }

  h3 {
    font-size: 28px !important;
    line-height: 32px !important;
    letter-spacing: -0.78px;
  }

  h4 {
    font-size: 25px;
    line-height: 24px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: normal;
  }

  h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
  }

  .select2-container--open .select2-dropdown--below,
  .select2-container--open .select2-dropdown--above {
    padding: 15px 20px;
  }

  .select2-results__option[aria-selected] {
    font-size: 14px;
    line-height: 29px;
  }

  .select2-container--flat .select2-selection--single {
    height: 30px;
    font-size: 16px;
  }
  .coc-cont-wrap ul li{
    font-size: 14px;
    line-height: 1.71;
    margin-left: 25px;
    font-family:'Helvetica';
  }
  .coc-cont-wrap ul li::marker{
    font-size: 14px;
    font-weight: 300;
    line-height: 0.86;
    letter-spacing: normal;
    color: #4197d3;
  }

  .select2-container--flat .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }

  .breadcrumb-sct {
    margin-top: 19px;
  }

  .breadcrumb-sct ul li {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: normal;
    padding-left: 18px;
  }

  h1 {
    font-size: 36px;
    line-height: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.78px;
  }

  h4 {
    font-size: 25px;
    line-height: 24px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: normal;
  }

  h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
  }

  .gray-title {
    margin-bottom: 10px !important;
  }

  .coc-sct .blue-text {
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 10px;
  }

  .mar-60px {
    margin-top: 30px;
    padding-bottom: 40px;
  }

  .iso-h1 h1 {
    padding-top: 20px;
  }

  .cocHead h2 {
    width: 100%;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    margin-top: 0;
  }

  .coc-cont-wrap h2 {
    padding-left: 0;
  }

  .coc-cont-wrap p {
    padding-left: 0;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content {
    padding-top: 0;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs.disclaimer {
    width: 100%;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs.disclaimer h1 {
    margin-top: 0;
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
    font-style: normal;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs.header {
    width: 100%;
  }

  .whoarewe-lhs.header h1 {
    margin-top: 0 !important;
    font-size: 36px !important;
    line-height: 36px !important;
    letter-spacing: -1px !important;
  }

  .laborpara {
    margin-top: 22px;
  }

  .pt-pb-30px {
    padding: 20px 0 17px;
  }

  .disc.contact-us-border {
    padding: 16px 0 13px;
  }

  .whoAreWe-sct-wrapper.sust-banner .sust-banner-btn {
    padding-top: 18px;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list p.gray-text {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: normal;
  }

  .whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs .whstl-blow-btn {
    padding-top: 18px;
  }

  .registration-form-sect {
    padding-bottom: 0px;
  }

  .ta-input-c a {
    font-size: 16px;
    line-height: 1.38;
  }

  h1 {
    font-size: 36px;
    line-height: 36px;
  }

  h2 {
    font-size: 30px;
    line-height: 30px;
  }

  h3 {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: -0.78px;
  }

  h4 {
    font-size: 25px;
    line-height: 24px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: normal;
  }

  h6 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
  }

  .ta-label.--dark {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .ta-label {
    font-size: 12px;
    margin-bottom: 6px;
  }

  .ta-input-w {
    margin-bottom: 30px;
  }

  .ta-input {
    font-size: 16px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  .ta-prefix-input .ta-input {
    padding-left: 38px;
  }

  .ta-prefix-input::before {
    top: 2px;
    font-size: 16px;
  }

  .ta-rp-prefix .ta-input {
    padding-left: 18px;
  }

  .ta-error-msg,
  .ta-info-msg {
    font-size: 12px;
    padding-top: 10px;
  }

  .ta-submit-btn {
    padding: 10px;
    font-size: 16px;
    letter-spacing: -0.67px;
  }

  .ta-radio-w {
    border-radius: 16px;
  }

  .ta-radio input:checked + .ta-radio-text {
    border-radius: 16px;
  }

  .ta-radio-text {
    font-size: 14px;
    letter-spacing: -0.58px;
    padding: 7px 20px;
  }

  .ta-radio-text span {
    margin-right: 6px;
  }

  .ta-sq-radio-w:not(:last-child) {
    margin-right: 6px;
  }

  .ta-sq-radio {
    flex-direction: column;
    padding: 12px 20px;
  }

  .ta-sq-radio-icon {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .ta-sq-radio-text {
    font-size: 14px;
  }

  .ta-cr-radio-w:not(:last-child) {
    margin-right: 26px;
  }

  .ta-cr-radio-w input:checked + .ta-cr-radio {
    box-shadow: inset 0px 0px 0px 3px #fff;
  }

  .ta-cr-radio {
    width: 18px;
    height: 18px;
  }

  .ta-cr-radio-text {
    font-size: 14px;
  }

  .ta-textarea {
    font-size: 16px;
    line-height: 16px;
  }

  .--rad-ver {
    flex-wrap: wrap;
    margin-right: -14px;
  }

  .--rad-ver .ta-sq-radio-w:not(:last-child) {
    margin-right: 6px;
  }

  .--rad-ver .ta-sq-radio-w {
    margin-bottom: 6px;
  }

  .--rad-ver .ta-sq-radio {
    padding: 12px 20px;
  }

  [class^="ta-col"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .ta-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .ta-col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 767.98px) {
  .page-container {
    padding: 0 20px;
  }

  .tata-nav {
    padding: 25px 19px;
  }

  .tata-nav .navbar-collapse .navbar-nav.mobilenav li {
    margin-left: 32px;
  }

  .page-container {
    padding: 0 20px;
  }

  .page-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .talic-footer .footer-wrapper .footer-sct-wrap {
    height: 0;
    overflow: hidden;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
  }

  .talic-footer .footer-wrapper .expand {
    height: 1450px;
    overflow: hidden;
    transition: ease 1s;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
  }

  .talic-footer .footer-wrapper .main-flex {
    display: block;
    padding: 2.25rem 0;
  }

  .talic-footer .footer-wrapper .main-flex .footer-col {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .talic-footer .footer-wrapper .main-flex .footer-col:not(:last-child) {
    border-bottom: 1px solid #e2e2e2;
    border-right: none;
  }

  .talic-footer .footer-wrapper .main-flex .footer-col:first-child {
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .talic-footer .footer-wrapper .footer-disclaimer {
    padding: 30px 0;
    border-bottom: 1px solid #e2e2e2;
  }

  .talic-footer .footer-wrapper .footer-disclaimer p {
    font-size: 10px;
  }

  .talic-footer .footer-wrapper .arrow-wrap {
    padding: 15px;
  }

  .talic-footer .footer-wrapper .arrow-wrap .footer-arrow {
    width: 32px;
    height: 32px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
  }

  .talic-footer .social-connect .social-conn-wrap {
    padding: 22px 0 27px 0;
    display: flex;
    flex-direction: column;
  }

  .talic-footer .social-connect .social-conn-wrap .connect-rhs .trademark-wrap {
    margin-top: 20px;
    text-align: center;
  }

  .talic-footer .social-connect .social-conn-wrap .connect-rhs .trademark-wrap p {
    font-family: 'helveticaregular';
  }

  .talic-footer .social-connect .social-conn-wrap .connect-lhs ul li {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }

  .coc-sct .coc-cont-wrap {
    padding-bottom: 40px;
  }

  .coc-sct .coc-cont-wrap .insider-wrapper {
    margin-top: 20px;
  }

  .coc-sct .coc-cont-wrap .insider-wrapper ul li {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: normal;
    color: #373737;
    width: 100%;
    display: block;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .coc-sct .coc-cont-wrap .insider-wrapper ul li::before {
    width: 5px;
    height: 5px;
    top: 10px;
  }

  .coc-sct .gray-title {
    font-size: 12px;
    line-height: 0.5;
    letter-spacing: normal;
  }

  .coc-sct .gray-title::after {
    left: -35px;
  }

  .coc-sct h2 {
    font-size: 20px;
    line-height: 1.08;
    letter-spacing: normal;
    margin-bottom: 12px;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  }

  .coc-sct h2 img {
    width: 30px;
    height: 30px;
    opacity: 0.6;
  }

  .coc-sct h2::after {
    top: -52px;
    left: -38px;
  }

  .coc-sct p {
    font-size: 14px;
    line-height: 1.71;
  }

  .sustainable-tabs-sct.coc-sct {
    padding-bottom: 30px;
  }

  .please-note-sct {
    margin-bottom: 60px;
    margin-top: 0px;
  }

  .please-note-sct .please-note-wrap {
    padding: 15px 0;
  }

  .please-note-sct .please-note-wrap p {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    color: #58595b;
  }

  .insider-list {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .insider-list .insider-wrapper {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .insider-list .insider-wrapper ul li {
    font-size: 12px;
    line-height: 1.33;
    letter-spacing: normal;
    padding-left: 16px;
    padding-bottom: 8px;
    display: block;
    width: 100%;
    font-family: "Helvetica";
  }

  .insider-list .insider-wrapper ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 6px;
  }

  .insider-list .insider-wrapper ul li:last-child {
    padding-bottom: 0;
  }

  .insider-list .insider-wrapper p {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    margin-bottom: 10px;
  }

  .bulleted-list-section {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .bulleted-list-section p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
  }

  .bulleted-list-section ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: -0.2px;
    color: #373737;
    padding-left: 15px;
    padding-bottom: 20px;
  }

  .bulleted-list-section ul li:before {
    width: 5px;
    height: 5px;
    top: 8px;
    left: 0;
  }

  .disclaimer-accordion.sustainable-tabs-sct {
    padding-bottom: 30px;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4 {
    font-family: HelveticaNeueLTStd-Md;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: normal;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4::after {
    right: 0px;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper {
    padding-top: 0px;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li {
    line-height: 1.71;
    letter-spacing: normal;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: normal;
    font-family:'Helvetica';
    color: #373737;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li ol.alpha-bulleted li {
    font-size: 12px;
    padding-left: 0;
    margin-left: 20px;
    line-height: 1.83;
    letter-spacing: -0.1px;
    font-family:'Helvetica';
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li ol.alpha-bulleted li::marker {
    font-size: 12px;
    line-height: 1;
    letter-spacing: normal;
  }

  .disclaimer-accordion.sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li:before {
    width: 5px;
    height: 5px;
  }

  .iso-doc-sct.bulleted-list-section {
    padding-bottom: 60px;
  }

  .iso-doc-sct.bulleted-list-section p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: normal;
    font-family: "Helvetica";
  }

  .labour-std-sct {
    padding-bottom: 20px;
    padding-top: 3px;
  }

  .labour-std-sct .coc-maindiv-wrapper {
    flex-direction: column;
    flex-wrap: unset;
  }

  .labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap {
    width: 100%;
  }

  .labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap.coc-cont-full-with span ul {
    padding-top: 20px;
  }

  .labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap.coc-cont-full-with span ul li {
    padding-bottom: 10px;
    padding-left: 15px;
    width: 100%;
  }

  .labour-std-sct .coc-maindiv-wrapper .coc-cont-wrap.coc-cont-full-with span ul li:before {
    width: 6px;
    height: 6px;
  }

  .privacy-policy-sct .privacy-policy-maindiv {
    display: none;
  }

  .privacy-policy-sct .privacy-details-list .privacy-details-list-Links {
    display: none;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont {
    padding-top: 0px;
    margin-bottom: 25px;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper h2 {
    font-size: 28px;
    line-height: 1.29;
    letter-spacing: -0.78px;
    margin-bottom: 15px;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper h2 span {
    font-size: 28px;
    line-height: 1.29;
    letter-spacing: -0.78px;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .small-gray-text {
    font-family: HelveticaNeueLTStd-Bd;
    font-size: 12px;
    line-height: normal;
    letter-spacing: normal;
    margin-bottom: 22px;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: -0.1px;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper span {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    color: #373737;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .numbered-list li {
    padding-bottom: 30px;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .numbered-list li p {
    font-family: HelveticaNeueLTStd-Bd;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .numbered-list li span {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: normal;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .bullet-list li {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .privacy-policy-sct .privacy-details-list .policy-details-cont .details-wrapper .bullet-list li:before {
    width: 5px;
    height: 5px;
  }

  .contact-us-disc {
    font-size: 12px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #58595b;
    padding: 0 0 13px;
  }

  .disc {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
  }

  .misc-ppolicy-knomore {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .bottom-bg-color {
    height: 29px;
  }

  .sitemap-list-section {
    padding-bottom: 60px;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont {
    flex-direction: column;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-lhs {
    padding-left: 70px;
    width: 100%;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-lhs h2 {
    font-family: HelveticaNeueLTStd-Bd;
    font-size: 14px;
    line-height: 1.43;
    letter-spacing: -0.39px;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-lhs h2:before {
    width: 40px;
    height: 40px;
    left: -50px;
    top: -15px;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs {
    width: 100%;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li {
    padding: 15px 20px 17px;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li p {
    font-family: HelveticaNeueLTStd-Md;
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: normal;
    color: #373737;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-out;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li .accordion-content li {
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: normal;
    color: #373737;
    display: block;
    width: 100%;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li .accordion-content li:before {
    width: 5px;
    height: 5px;
    left: 0;
    top: 15px;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .heading-links {
    padding: 10px;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .heading-links span {
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
    letter-spacing: normal;
    color: #373737;
    display: block;
    padding-right: 0;
    padding-bottom: 10px;
  }

  .sitemap-list-section .sitemap-divWrapper .sitemap-cont .sitemap-rhs .siteman-bg li.open .accordion-content {
    padding-top: 5px;
  }

  .sustainable-tabs-sct {
    padding-bottom: 60px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs {
    margin-bottom: 00px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li {
    min-width: 122px;
    width: auto;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li a {
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: normal;
    padding: 25px 20px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li a p {
    font-size: 14px;
    line-height: 1.14;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li .img-wrap {
    width: 35px;
    height: 32px;
    margin-bottom: 8px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .sustn-tabs li.active::after {
    left: 40%;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content {
    padding-top: 30px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content h2 {
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.78px;
    padding-bottom: 10px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list {
    padding: 15px 20px 20px;
    margin-bottom: 10px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: normal;
    color: #373737;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list h4::after {
    width: 8px;
    height: 8px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text {
    margin-bottom: 0px;
    display: block;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .img-wrapper {
    width: 100%;
    margin-right: 0px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper {
    width: 100%;
    padding-top: 20px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    color: #373737;
  }
  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper li {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    color: #373737;
  }
  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper li p {
    font-size: 14px;
    line-height: 1.71;
    letter-spacing: normal;
    color: #373737;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper span {
    display: none;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .blue-bg-div {
    padding: 10px;
    margin: 0 0 32px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .blue-bg-div p {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
    color: #373737;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.14;
    letter-spacing: normal;
    display: block;
    width: 100%;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tabList-items ul li:before {
    width: 10px;
    height: 10px;
    top: 3px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider {
    min-width: 100%;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider .img-wrapper {
    min-width: 222px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider-wrapper {
    text-align: center;
    padding-bottom: 0px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider-wrapper a {
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: normal;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider-wrapper p {
    display: block;
    font-family: HelveticaNeueLTStd-Bd;
    font-size: 14px;
    line-height: normal;
    letter-spacing: normal;
    color: #58595b;
    padding-bottom: 5px;
    padding-top: 30px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .image-slider-wrapper p a {
    font-family: HelveticaNeueLTStd-Lt;
    font-size: 14px;
    color: #58595b;
    display: block;
    line-height: normal;
    letter-spacing: normal;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list.open .drpdown-wrap {
    max-height: 1131px;
    padding-bottom: 0;
  }

  .whoAreWe-sct-wrapper.sust-banner {
    padding-bottom: 45px;
    margin-bottom: 43px;
  }

  .sustainable-tabs-sct .sust-tabs-wrapper .tab-content .tabs-accordion .tabs-accordion-list .drpdown-wrap .tab-content-image-text .text-wrapper .tabList-items ul li {
    padding-bottom: 20px;
  }

  .term-of-use-sct .term-of-use-maindiv .title-sct h1 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .term-of-use-sct .term-of-use-maindiv .title-sct .title-text p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: normal;
    width: 100%;
    padding-right: 40px;
  }

  .term-of-use-sct .term-of-use-maindiv .term-of-use-card-container {
    display: block;
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper {
    width: 100%;
    padding: 10px 20px 18px;
    margin-bottom: 10px;
  }

  .term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper h3 {
    font-size: 14px;
    line-height: 2.14;
    letter-spacing: normal;
    padding-bottom: 6px;
  }

  .term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper h3::after {
    width: 10px;
    height: 10px;
    top: 15px;
    right: 10px;
  }

  .term-of-use-sct .term-of-use-maindiv .term-of-use-card-container .term-card-wrapper p {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.71;
    letter-spacing: normal;
    color: #373737;
  }

  .registration-form-sect .reg-form-main-wrap h2 {
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.78px;
    margin-bottom: 15px;
  }

  .registration-form-sect .reg-form-main-wrap .disc {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
    padding: 12px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper {
    padding-top: 28px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group {
    flex-direction: column;
    padding-bottom: 20px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds {
    display: block;
    width: 100%;
    padding: 0px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds p {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input {
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds label {
    top: 30px;
    left: 0;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds .reg-form-input {
    width: 100%;
    cursor: pointer;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:not(:-moz-placeholder-shown) + label {
    top: 15px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:not(:-ms-input-placeholder) + label {
    top: 15px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:focus + label,
  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds input:not(:placeholder-shown) + label {
    top: 15px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds .error-txt {
    font-size: 12px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds .img-wrap {
    top: 25px;
    right: 20px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds a {
    font-size: 16px;
    line-height: 1.38;
    top: 20px;
    right: 20px;
    letter-spacing: normal;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group .reg-form-feilds:first-child {
    padding-bottom: 20px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area {
    align-items: center;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds label {
    top: 15px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds img {
    top: 10px;
    right: 20px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.Captcha-text-area .reg-form-feilds .captcha-ip {
    padding: 40px 15px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-group.text-area .reg-form-feilds input {
    padding: 40px 15px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-btn {
    padding-top: 20px;
  }

  .registration-form-sect .reg-form-main-wrap .form-wrapper .reg-form-btn .primary-btn {
    margin-right: 20px;
  }

  .whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs {
    width: 100%;
  }

  .whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs h1 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs h1 span {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -1px;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs {
    width: 100%;
    position: relative;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs :where(h1,h2,h3,h4,h5,h6) {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: -1.17px;
    margin-top: 5px;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs :where(h1,h2,h3,h4,h5,h6) span {
    font-size: 42px;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs :where(h1,h2,h3,h4,h5,h6) p {
    font-size: 42px;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs .gray-title {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.17;
    margin-bottom: 20px;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs p {
    font-size: 14px;
    line-height: 1.71;
    padding-top: 10px;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-lhs p a {
    font-size: 14px;
    line-height: 1.71;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-rhs {
    position: relative;
    width: 100%;
    height: auto;
    margin-right: -50px;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-rhs .img-wrapper {
    width: 300px;
    height: 300px;
    float: right;
    text-align: right;
  }

  .whoAreWe-sct-wrapper .whoarewe-maindiv .whoarewe-rhs .img-wrapper img {
    width: 100%;
  }

  .want-to-know-wrap h2 {
    font-size: 36px;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col p {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col span {
    font-size: 14px;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col .image-wrapper {
    margin-right: 10px;
  }

  .want-to-know-wrap .knowmore-wrap .know-us-col .contact-number {
    margin-right: 10px;
  }

  .sust-banner.whoAreWe-sct-wrapper.whistle-blower-sect .whoarewe-maindiv .whoarewe-lhs h1 {
    padding-top: 10px;
  }

  .page-container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 575.98px) {
  .btn {
    font-size: 16px;
  }

  .section-title h2 {
    line-height: 1;
    font-size: 36px;
    letter-spacing: -1px;
  }

  .svg-path-w {
    margin: 20px 0;
  }

  .btn {
    font-size: 16px;
  }

  .section-title h2 {
    line-height: 1;
    font-size: 36px;
    letter-spacing: -1px;
  }

  .svg-path-w {
    margin: 20px 0;
  }

  .btn {
    font-size: 16px;
  }

  .section-title h2 {
    line-height: 1;
    font-size: 36px;
    letter-spacing: -1px;
  }

  .svg-path-w {
    margin: 20px 0;
  }
}