/*! nouislider - 14.6.3 - 11/19/2020 */
.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;right:0;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;-webkit-transform-style:preserve-3d;transform-origin:0 0;transform-style:flat}.noUi-connect{height:100%;width:100%}.noUi-origin{height:10%;width:10%}.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin{left:0;right:auto}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-handle{-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute}.noUi-touch-area{height:100%;width:100%}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;right:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;right:-6px;top:-17px}.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle{left:-17px;right:auto}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connects{border-radius:3px}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-sub{background:#AAA}.noUi-marker-large{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.noUi-horizontal .noUi-origin>.noUi-tooltip{-webkit-transform:translate(50%,0);transform:translate(50%,0);left:auto;bottom:10px}.noUi-vertical .noUi-origin>.noUi-tooltip{-webkit-transform:translate(0,-18px);transform:translate(0,-18px);top:auto;right:28px}
@charset "UTF-8";

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;
}

.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);
}

.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: "";
  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%;
}

.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;
  z-index: 9;
}

.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;
}

.txt-right {
  text-align: right;
}

.ta-thunder-btn-w {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 20%;
  left: 0;
}

.ta-label {
  display: inline-flex;
  align-items: center;
  font-family: "HelveticaNeueLTStd-Lt";
  font-size: 18px;
  font-weight: normal;
  color: #333333;
  margin-bottom: 10px;
  line-height: 16px;
  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;
}

.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;
  line-height: 12px;
}

.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: "Helvetica";
}

.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%;
}

.popup-btn {
  text-align: center;
  margin: 50px 0;
}

.pop-md {
  width: 488px;
  height: auto;
  display: inline-table;
}

.pop-lg {
  width: 733px;
  height: auto;
  display: inline-table;
}

.ta-popup-maindiv {
  border-radius: 15px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  padding: 40px 30px;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 100;
  transform: translateY(120%);
}

.ta-popup-maindiv.active {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}


.authPopUp .reg-form-btn .resend-otp[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.ta-popup-maindiv h2 {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.4px;
  margin-bottom: 14px;
  color: #333333;
}

.ta-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.1s linear;
}

.ta-overlay.active {
  visibility: visible;
  opacity: 1;
}

.ta-popup-maindiv .ta-sub-text {
  line-height: 1.67;
  font-weight: normal;
}

.ta-popup-maindiv .ta-sub-text b {
  font-weight: bold;
}

.ta-popup-maindiv .otp-number-div .ta-sub-text {
  line-height: 1.11;
  text-align: center;
  margin-bottom: 0;
}

.otp-no-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}

.otp-num {
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  padding: 20px;
  border-bottom: 1px solid #e6e7e8;
}

.otp-num:not(:last-child) {
  margin-right: 20px;
}

.ta-popup-maindiv .reg-form-btn {
  margin-top: 50px;
}

.ta-modal-wrap {
  position: relative;
}

.ta-modal-wrap .modal-close-btn {
  position: absolute;
  top: -40px;
  right: 0;
}

.ta-close-btn {
  display: inline-flex;
  padding: 0;
  background: none;
  cursor: pointer;
}

.ta-close-btn img {
  width: 100%;
  height: 100%;
}

.otp-error .otp-num {
  border-bottom: 1px solid #d62049;
}

.otp-error-text {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd-Lt";
  line-height: normal;
  font-weight: 300;
  letter-spacing: normal;
  text-align: center;
  color: #d62049;
  font-style: oblique;
}

.datepicker-here {
  background: url(../../../content/dam/tataaialifeinsurancecompanylimited/calculator/icon-calendar.svg) no-repeat;
  background-size: 23px 23px;
  background-position: 100% 19%;
}

.ta-authenticate {
  margin-top: 30px;
  margin-bottom: 120px;
}

.ta-authenticate .ta-grid {
  width: 100%;
}

.ta-authenticate .ta-grid .ta-submit-btn {
  max-width: 190px;
  max-height: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: -1px;
  color: #ffffff;
}

.ta-Authenticate-mg {
  margin-bottom: 91px;
}

.authPopUp .reg-form-btn {
  margin: 50px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.authPopUp .reg-form-btn .primary-btn {
  background-color: #fff;
  border: 1px solid #d62049;
  color: #d62049;
  margin-right: 31px;
  font-size: 24px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  line-height: normal;
  letter-spacing: -1px;
}

.authPopUp .reg-form-btn .primary-btn:last-child {
  margin-right: 0;
}

.authPopUp .reg-form-btn .pad-btn {
  margin-right: 20px;
  padding: 10px 36px;
  width: auto;
  height: auto;
}

.authPopUp .reg-form-btn .btn-slct {
  box-shadow: 0 0 10px 0 rgba(214, 32, 73, 0.1);
  background-color: #d62049;
  color: #fff;
  padding: 10px 65px;
}

.authPopUp .pad-bottom {
  padding: 30px 20px;
}

.authPopUp .otp-number-div {
  margin: 26px 0 50px;
}

.ta-popup-maindiv .sub-text {
  line-height: 1.71;
  letter-spacing: normal;
}

.ta-popup-maindiv .otp-number-div .sub-text1 {
  line-height: 1.43;
  letter-spacing: normal;
}

.ta-error-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;
}

.wrap-div {
  margin: 26px 0 30px;
}

.otp-num-input {
  border: 0px;
  border-bottom: 1px solid #e6e7e8;
  width: 54px;
  margin-right: 20px;
  padding: 0px 20px 20px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  color: #333333;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
}

.otp-num-input:focus {
  outline: none;
}

.otp-no-wrap {
  margin-bottom: 16px;
}

.btn-center {
  margin-top: 10px;
}

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

.ta-amt-slider {
  padding-top: 25px;
  margin-bottom: 50px;
  background-image: linear-gradient(to bottom, rgba(250, 252, 253, 0) -12%, #f2f7fb 79%);
}

.ta-amt-slider .noUi-pips {
  color: #0073bb;
}

.ta-amt-slider .noUi-pips-horizontal {
  top: 0;
  padding: 0;
  height: 26px;
}

.ta-amt-slider .noUi-horizontal {
  height: 26px;
}

.ta-amt-slider .noUi-value {
  top: 0;
  transform: translate(-50%, -100%);
  line-height: 1.5;
  font-family: "HelveticaNeueLTStd-Lt";
}

.ta-amt-slider .noUi-marker-horizontal.noUi-marker {
  height: 20px;
  width: 0.8px;
  bottom: 0;
}

.ta-amt-slider .noUi-marker-horizontal.noUi-marker-large {
  height: 24px;
}

.ta-amt-slider .noUi-target {
  border: none;
  box-shadow: none;
  background: none;
}

.ta-amt-slider .noUi-marker {
  background: rgba(0, 115, 187, 0.3);
}

.ta-amt-slider .noUi-handle {
  border: none;
  box-shadow: none;
}

.ta-amt-slider .noUi-handle::before,
.ta-amt-slider .noUi-handle::after {
  display: none;
}

.ta-amt-slider .noUi-origin {
  top: auto;
  bottom: 0;
}

.ta-amt-slider .noUi-horizontal .noUi-handle {
  cursor: pointer;
  top: 0;
  right: -9px;
  background: transparent;
  transform: translateY(-100%);
  border-radius: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #0073bb transparent;
}

.ta-yr-slider {
  padding-top: 25px;
  margin-bottom: 50px;
}

.ta-yr-slider .noUi-marker-horizontal {
  display: none;
}

.ta-yr-slider .noUi-pips-horizontal {
  padding: 0;
  height: 25px;
  top: calc( 100% + 5px);
}

.ta-yr-slider .noUi-horizontal {
  height: 12px;
  border-radius: 9px;
  border: none;
  box-shadow: inset 0 1px 3px 0 #0072be24;
  background: #0072be24;
}

.ta-yr-slider .noUi-handle {
  height: 24px;
  width: 24px;
  box-shadow: 0 0 10px 0 rgba(0, 113, 190, 0.35);
  border-radius: 50%;
  border: none;
  background: #0073bb;
  right: -12px;
  cursor: pointer;
}

.ta-yr-slider .noUi-handle::after,
.ta-yr-slider .noUi-handle::before {
  display: none;
}

.ta-yr-slider .noUi-value-horizontal {
  font-size: 16px;
  font-family: "HelveticaNeueLTStd-Lt";
  color: #0073bb66;
}

.ta-calc-header {
  margin-top: 30px;
  margin-bottom: 38px;
}

.ta-calc-row {
  display: flex;
  justify-content: space-between;
}

.ta-calc-icon-w {
  display: flex;
  align-items: center;
}

.ta-calc-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: #f2f7fb;
  border-radius: 50%;
}

.ta-calc-text {
  position: relative;
  color: #333333;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.27px;
}

.ta-calc-text.mr {
  margin-left: 15px;
}

.ta-calc-head {
  display: flex;
  align-items: flex-end;
}

.ta-calc-w {
  display: flex;
  margin-left: 40px;
}

.ta-ci-w:first-child {
  margin-right: 10px;
}

.ta-card-mr {
  margin-bottom: 120px;
}

.ta-sf-w {
  padding: 40px 0 70px 0;
  background: #f8f8f8;
  position: relative;
}

.ta-sf-card {
  display: none;
  padding: 24px 60px;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
}

.ta-sf-card.active {
  display: block;
}

.ta-calc-res {
  display: none;
}

.ta-calc-res.active {
  display: block;
}

.ta-sf-pill-w {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.ta-sf-pill {
  font-family: "Helvetica";
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  padding: 10px 30px;
  border-radius: 20px;
  background: #f2f7fb;
}

.ta-sf-btn-w {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.ta-sf-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #d62049;
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

.ta-sf-btn img {
  width: 35px;
}

.ta-spb-w {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transform: translateY(-50%);
}

.ta-spb-c {
  display: flex;
  position: relative;
}

.ta-spb-c::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #d3d4d5;
  height: 2px;
  width: 100%;
}

.ta-spb-line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #4197d3;
  height: 2px;
  width: 0%;
  z-index: 1;
  transition: width 0.3s linear;
}

.ta-spb-cr-w {
  display: inline-flex;
}

.ta-spb-cr {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 12px;
  background: #d3d4d5;
  border-radius: 50%;
  color: white;
  z-index: 1;
}

.ta-spb-cr:not(:last-child) {
  margin-right: 120px;
}

.ta-spb-cr.active {
  background: #4197d3;
}

.ta-amt-w {
  display: flex;
}

.ta-amt-w .ta-input-w {
  width: 55%;
}

.ta-amt-w .ta-input-w:first-child {
  margin-right: 89px;
}

.ta-xl-input .ta-input {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 9px;
  color: #0073bb;
}

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

.ta-amt-input .ta-input {
  padding-left: 28px;
}

.ta-amt-input::before {
  position: absolute;
  content: "₹";
  left: 0;
  top: 4px;
  font-size: 36px;
  line-height: 36px;
  color: #333333;
}

.res-gd-mr {
  margin-top: 50px;
}

.ta-pill-radio-w {
  display: flex;
}

.ta-pill-radio-w.--is-wrap {
  flex-wrap: wrap;
}

.ta-pill-radio-w.--is-wrap .ta-pill-radio-c {
  margin-bottom: 20px;
}

.ta-pill-radio-c {
  cursor: pointer;
  display: inline-flex;
  margin-right: 20px;
}

.ta-pill-radio-c input {
  display: none;
}

.ta-pill-radio-c input:checked + .ta-pill-radio {
  border: solid 1px #0071be;
  color: #0071be;
  background-color: rgba(0, 115, 187, 0.1);
}

.ta-pill-radio {
  display: inline-flex;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 18px;
  line-height: 14px;
  padding: 12px 30px;
  border-radius: 25px;
  border: solid 1px #a7a9ac;
  color: #a7a9ac;
}

@-webkit-keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.ta-res-card-w {
  padding: 20px 40px;
  padding-bottom: 60px;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
}

.ta-res-bf-w {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 0;
  border-radius: 18px;
  background-color: #f2f7fb;
}

.ta-res-gray-card {
  display: flex;
  justify-content: space-between;
  padding: 30px 38px;
  border-radius: 15px;
  background-color: #f8f8f8;
}

.ta-res-gray-card.--large {
  padding: 25px 57px;
  display: block;
}

.ta-res-gray-card:not(:last-child) {
  margin-bottom: 10px;
}

.ta-res-gray-card.center {
  justify-content: center;
  align-items: center;
}

.ta-res-gray-card.around {
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.download-icon-none{
  cursor: pointer;
}

.ta-res-gray-card .divider {
  position: relative;
  z-index: 0;
}

.ta-res-gray-card .divider span {
  background-color: #f8f8f8;
}

.ta-res-gray-card .divider::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 300%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e6e7e8;
  z-index: -1;
}

.ta-note {
  font-family: Helvetica;
  font-size: 16px;
  font-style: oblique;
  line-height: 20px;
  color: #373737;
}

.ta-note.mr {
  margin-bottom: 50px;
}

.ta-note.bt {
  margin-top: 30px;
  padding-top: 25px;
  border-top: solid 1px #e6e7e8;
}

.ta-info-card {
  position: relative;
  font-family: Helvetica;
  font-size: 19px;
  line-height: 24px;
  letter-spacing: -0.53px;
  padding: 25px 72px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  color: white;
  background-image: linear-gradient(to bottom, rgba(0, 115, 187, 0.7), rgba(60, 151, 212, 0.7));
  display: none;
}

.ta-info-card.mr {
  margin-bottom: 60px;
}

.ta-info-card .divider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 65%;
  width: 1px;
  background: white;
}

.ta-wd-80 {
  width: 80%;
}

.ta-yr-wd {
  width: 50%;
  flex-shrink: 0;
}

.ta-cr-w {
  display: flex;
}

.ta-cr-text {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 16px;
  color: #333333;
  margin: 0 25px;
  padding-top: 20px;
}

.ta-res-txt {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.5px;
  color:#333333;
}

.ta-res-sm-txt {
  font-family: Helvetica;
  color: #333333;
  letter-spacing: normal;
  font-size: 16px;
  line-height: 20px;
}

.ta-clr-blue {
  color: #0073bb;
}

.ta-rgc-txt {
  font-family: Helvetica;
  font-size: 18px;
  line-height: 16px;
  color: #58595b;
}

.ta-rgc-amt {
  font-size: 24px;
  line-height: 16px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  color: #0073bb;
}

.ta-res-br-btm {
  border-bottom: solid 1px #e6e7e8;
}

.ta-info-icon {
  display: inline-flex;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.ta-res-rd-mr {
  margin-left: 26px;
}

.ta-rfp-w {
  margin-top: 30px;
}

.ta-res-iwt-w {
  display: flex;
  justify-content: center;
  margin: 40px 0 30px 0;
}

.ta-res-iwt-c {
  display: inline-flex;
  align-items: center;
}

.ta-it-icon-w {
  height: 74px;
  width: 74px;
  flex-shrink: 0;
}

.ta-it-icon-w img {
  width: 100%;
  height: 100%;
}

.ta-iwt-content-w {
  margin-left: 16px;
}

.ta-iwt-head {
  font-family: Helvetica;
  font-size: 18px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: -0.5px;
  color: #333333;
  margin-bottom: 12px;
}

.ta-iwt-txt {
  font-family: Helvetica;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.44px;
  color: #333333;
}

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

.ta-suffix-input::after {
  position: absolute;
  content: attr(data-suffix);
  right: 0;
  bottom: 15px;
  font-family: "Helvetica";
  font-size: 18px;
  color: #333333;
}

.ta-pt-input {
  max-width: 148px;
}

.ta-pt-input::after {
  left: calc(100% + 12px);
}

.ta-dt-w {
  display: flex;
  align-items: center;
  position: relative;
}

.ta-dt-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  position: absolute;
  left: 0;
  transform: translateX(calc(-100% - 12px));
}

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

.ta-plus-txt {
  position: relative;
  top: -5px;
  font-size: 36px;
  line-height: 32px;
  font-family: "HelveticaNeueLTStd-Lt";
  margin: 0 26px;
}

.flex-100 {
  flex-shrink: 0;
  width: 100%;
}

.gray-note-mr {
  margin-top: 34px;
}

.ta-info-card.mg-bottom {
  margin-bottom: 36px;
}

.pdb {
  padding-bottom: 30px;
}

.text-ln-20px {
  line-height: 20px;
}

.ta-add-min {
  align-items: center;
  display: inline-flex;
}

.ta-add-min .ta-input {
  text-align: center;
  max-width: 138px;
}

.ta-add-min::after {
  right: -60px;
}

.ta-am-icon {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #e6e7e8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.mg-right .ta-input-w:first-child {
  margin-right: 40px;
}

.label-auto {
  display: flex;
  flex-direction: column;
}

.mb-auto {
  margin-bottom: auto;
}

.ta-add-min .ta-left {
  text-align: left;
}

.fo-st-oblique {
  font-style: oblique;
}

.mg-btm-60px {
  margin-bottom: 60px;
}

.ta-gradient {
  text-align: center;
  justify-content: space-between;
  padding: 30px 38px;
  border-radius: 15px;
  background-image: linear-gradient(to bottom, #f2f7fb 14%, rgba(255, 255, 255, 0) 98%);
}

.home-icon {
  margin: 28px auto 0;
  width: 63px;
}

.home-icon img {
  width: 100%;
}

.res-content-btm {
  margin-bottom: 30px;
}

.pdb-wrap {
  padding-bottom: 40px;
}

.wrapper-contact {
  font-size: 18px;
  font-family: Helvetica;
}

.label-bold {
  color: #333333;
  line-height: 0.89;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  margin: 8px 30px 30px 0px;
}

.label-mr-right {
  margin-right: 34px;
}

.ta-info {
  margin-top: 23px;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #a7a9ac;
}

.assume-percentage {
  padding-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.label-left {
  margin-left: 28px;
}

.dropdown-wrap {
  max-width: 173px;
}

.expected-percentage {
  padding-top: 15px;
  display: flex;
}

.mr-left {
  margin-left: 20px;
}

.btn-link {
  text-decoration: underline;
  color: #0073bb;
  font-size: 24px;
  line-height: 0.92;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  letter-spacing: -1px;
}

.mr-right {
  margin-right: 40px;
  font-family: "HelveticaNeueLTStd-Md";
}

.flex-dir {
  flex-direction: unset;
  text-align: center;
}

.ta-counter-w {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ta-text-counter {
  font-family: Helvetica;
  font-size: 23.8px;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: center;
  color: #58595b;
}

.counter-img-w {
  position: relative;
  max-width: 120px;
}

.counter-abs {
  font-size: 34px;
  line-height: 27px;
}

.header-name {
  font-size: 22px;
  line-height: 16px;
  font-family: "Helvetica";
  letter-spacing: normal;
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}

.mr-top-40 {
  margin-top: 40px;
}

.ta-pill-radio-w.--is-wrap .ta-pill-radio-c-top {
  margin-bottom: 0px;
  margin-top: 20px;
}

.ta-res-bf-w-top {
  margin-top: 30px;
}

.ta-wd-50 {
  width: 60%;
}

.font-style-revert {
  font-style: unset;
}

.tax-round-w {
  display: flex;
}

.tax-round {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #4197d3;
  border-radius: 50%;
  margin-right: 30px;
  margin-top: 15px;
}

.tax-text-form {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  padding: 8px 5px;
}

.sf-btn-w {
  margin-bottom: 0px;
}

.ta-cr-text-mr {
  margin-left: 42px;
  margin-right: 20px;
}

.drop-width {
  width: 30%;
}

.drop-width-wd {
  width: 30%;
}

.mr-top-60 {
  margin-top: 60px;
}

.ta-discount {
  font-family: "Helvetica";
  font-size: 28px;
  line-height: 0.71;
  letter-spacing: normal;
  color: #333333;
  margin-left: 15px;
}

.ta-info-card.mg-bottom-card {
  margin-bottom: 40px;
}

.sq-radio-text-font {
  font-size: 18px;
  text-align: center;
}

.--rad-ver .sq-radio-width {
  padding: 20px 33px;
  width: 100%;
}

.radio-w-margin {
  margin-bottom: 30px;
}

.input-w-width {
  width: 60%;
  margin-top: 13px;
}

.ta-yr-width {
  width: 40%;
}

.amount-width {
  margin-top: unset;
}

.input-prefix::before {
  font-size: 36px;
  top: 6px;
}

.sq-radio-icon {
  width: 70px;
  height: 70px;
}

.goal-mg-60 {
  margin: 60px 0px;
}

.goal-mg-60 h2{
  margin-bottom: 25px;
}

.input-remove-50 {
  margin-bottom: 0px;
}

.goal-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.text-line-hgt {
  line-height: 24px;
  letter-spacing: -0.5px;
}

.full-100 {
  width: 100%;
}

.ec-thirty-three {
  width: 33%;
}

.ec-rel-full {
  position: relative;
  width: 100%;
}

.ec-blue-circle-sm {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background-color: #f2f7fb;
  text-align: center;
}

.ec-blue-circle-sm::after {
  content: "";
  border-bottom: dashed 2px #4197d3;
  position: absolute;
  opacity: 0.81;
  width: 80%;
  top: 40px;
  left: 81px;
}

.ec-resp-icon-adj {
  padding-right: 50px;
}

.ec-steps {
  margin-top: 12px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #58595b;
}

.ec-va-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ec-small-01 {
  width: 55px;
  height: 55px;
}

.ec-small-02 {
  width: 50px;
  height: 50px;
}

.ec-small-03 {
  width: 50px;
  height: 50px;
}

.ec-thirty-three:last-child > .ec-rel-full > .ec-blue-circle-sm::after {
  content: "";
  border-bottom: dashed 0px #4197d3;
  position: absolute;
  opacity: 0.81;
  width: 80%;
  top: 40px;
  left: 81px;
}

.top-btm-pad {
  padding-top: 25px;
  padding-bottom: 60px;
}

.flex {
  display: flex;
}

.why-margin-top-30 {
  margin-top: 30px;
}

.ta-goal-w .goal-c-flex {
  flex: 0 0 24.33%;
}

.ta-col-12 .goal-w-mg-top {
  margin-top: 40px;
}

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

.invest {
  display: flex;
}

.mg-top {
  margin-top: 50px;
  margin-right: 50px;
}

.icon-wrapper-card {
  margin-top: 50px;
}

.other-icon img {
  width: 50px;
}

.card-text {
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
}

.left-align {
  left: 30px;
}

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

.ta-fq-section .pad-top-20 {
  padding: 20px 0px 10px;
}

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

.ta-counter-c {
  position: relative;
}

.ta-text-counter {
  position: absolute;
  white-space: nowrap;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.counter-abs {
  font-weight: bold;
  padding: 0 30px;
}

.counter-img-w {
  left: -25px;
}

.wrapper-mg-top {
  margin-top: 30px;
}

.res-gd-mr-30 {
  margin-top: 30px;
}

.ta-goal-c .icon-paytm {
  width: 132px;
}

.ta-goal-c .pad-icon-card {
  padding: 40px 0px 40px 60px;
}

.mg-top-50 {
  margin-top: 50px;
}

.ta-ninfo-inp-cols .info-w-bg-fix {
  padding: 22px 0 40px;
}

.ta-hp-text-w .ta-hp-text-fix {
  letter-spacing: -0.1px;
}

.guid-section .guid-sec .sub-head-fix {
  margin-bottom: 10px;
}

.m-f-radio:not(:last-child) {
  margin-right: 20px;
}

.ta-needinfo-sec-w .need-info-remove-pad {
  padding: 0px 0;
  background-image: unset;
}

.ta-needinfo-sec-w .need-info-head-fix {
  margin-bottom: 45px;
}

.ta-ninfo-discm-w .info-text-fix {
  font-family: "Helvetica";
}

.ta-fq-content-q .down-arr-fix {
  border-width: 0 3px 3px 0;
}

.ta-hpcust-section .hpsect-w-fix {
  padding: 0px 0;
}

.--rad-ver .m-f-radio-width {
  max-width: 150px;
  width: 100%;
}

.ta-sq-radio .radio-icon-width {
  width: auto;
  height: 56px;
}

.label-btm-mg {
  margin-bottom: 22px;
}

.label-font-weight {
  font-weight: normal;
}

.ta-sf-btn-w .ta-btn-width {
  min-width: 204px;
}

.type-of-plan-label {
  margin-bottom: 15px;
}

.icon-w-h-01 {
  width: 26px;
  height: 35px;
}

.icon-w-h-03 {
  width: 49px;
  height: 26px;
}

.ta-pc-w .show-plans-card-mgb {
  margin-bottom: 23px;
}

.plans-btm-pad {
  padding-bottom: 50px;
}

.ta-cgs-body .cgs-mg-btm {
  margin-bottom: 30px;
}

.ta-nb-banner {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
}

.ta-nb-goal-w {
  padding: 30px 0 10px 0;
  background: #f8f8f8;
}

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

.ta-goal-c {
  padding: 0 10px;
  flex: 0 0 33.33%;
  margin-bottom: 20px;
}

.ta-goal-card {
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  padding: 40px 0px 40px 30px;
  display: flex;
  align-items: center;
}

.ta-goal-txt {
  font-family: HelveticaNeueLTStd-Md;
  font-size: 18px;
  line-height: 27px;
  color: #58595b;
}

.ta-goal-icon {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 30px;
}

.ta-cgs-head,
.ta-cgs-subTitle {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 36px;
  line-height: 36px;
  letter-spacing: -1px;
  color: #333333;
  padding: 35px 0 20px 20px;
}

.ta-cgs-subTitle {
  padding: 0;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  margin-top: 30px;
  margin-bottom: 65px;
}

.ta-cgs-subHead {
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  font-size: 18px;
  line-height: 16px;
  color: #333333;
}

.ta-cgs-subHead.mr {
  margin-bottom: 20px;
}

.ta-cgs-text,
.ta-cgs-bullet {
  font-family: "HelveticaNeueLTStd-Lt";
  margin-left: 16px;
  font-size: 18px;
  line-height: 24px;
  color: #373737;
}

.ta-cgs-icon-w {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  background: #f2f7fb;
  border-radius: 50%;
}

.ta-cgs-icon-w img {
  width: 37px;
  height: 30px;
}

.ta-bs-label {
  border-radius: 12px;
  background-color: #4197d3;
  font-family: "HelveticaNeueLTStd-Bd";
  font-size: 12px;
  color: #fff;
  padding: 5px;
  display: inline-block;
  width: 123px;
  text-align: center;
  position: absolute;
  top: -10px;
  left: 20px;
  line-height: normal;
}

.ta-cgs-w {
  position: relative;
  background: #f2f7fb;
  border-radius: 20px;
}

.ta-cgs-body {
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
  padding: 24px 30px;
}

.ta-cgs-list-w {
  margin-bottom: 40px;
}

.ta-cgs-list {
  display: flex;
  align-items: center;
}

.ta-cgs-list:not(:last-child) {
  margin-bottom: 30px;
}

.ta-cgs-rec-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.ta-cgs-bullet {
  position: relative;
  padding-left: 20px;
  margin-left: 0;
  line-height: 28px;
  margin-bottom: 20px;
}

.ta-cgs-bullet::before {
  position: absolute;
  left: 0;
  top: 9px;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4197d3;
}

.bg-trans {
  background: transparent;
}

.ta-cgs-label {
  font-size: 18px;
  line-height: 24px;
  margin-left: 12px;
}

.ta-cgs-ch-w {
  display: flex;
  justify-content: space-between;
  background: #f8f8f8;
  margin: 0 -30px;
  padding: 19px 55px 19px 30px;
  margin-bottom: 40px;
}

.ta-cgs-ch-w .ta-checkbox-label {
  padding: 0;
}

.ta-cgs-btn-w {
  text-align: center;
  padding: 0 30px;
  margin-bottom: 10px;
}

.ta-cgs-btn-w .ta-btn {
  width: 100%;
}

.ad_rider-mr {
  margin-bottom: 29px;
}

.ta-cgs-flx-btn-w {
  display: flex;
  padding: 0 50px;
  margin-bottom: 10px;
}

.ta-cgs-flx-btn-w .ta-btn.lft {
  margin-left: 20px;
}

.ta-cgs-flx-btn-w .ta-btn {
  min-width: auto;
  width: calc(50% - 10px);
}

.ta-bc-head {
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  font-size: 28px;
  line-height: 30px;
  letter-spacing: -0.78px;
  color: #333333;
  margin-bottom: 20px;
}

.ta-bc-subHead {
  font-size: 18px;
  line-height: 20px;
  color: #373737;
}

.ta-bc-w {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.ta-bc-c {
  background: #edf4fa;
  padding: 54px 60px;
  border-radius: 20px;
  max-width: 793px;
  width: 100%;
  position: relative;
}

.ta-bc-img-w {
  display: flex;
}

.ta-bc-img-c {
  position: absolute;
  width: 209px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* Product Page Global CSS - START */

.ta-heading {
  color: #333333;
  font-family: "Inter";
  font-weight: 800;
  margin: 0;
}

.ta-heading--lg {
  font-size: 56px;
  line-height: 55px;
  letter-spacing: -0.62px;
}

.ta-heading--md {
  font-size: 56px;
  line-height: 55px;
  letter-spacing: -0.62px;
}

.ta-para {
  color: #373737;
  font-family: "HelveticaNeueLTStd-Lt";
  line-height: 28px;
  font-size: 18px;
}

.ta-slick .slick-slide {
  padding: 0 10px;
}

.ta-slick .slick-track {
  margin-left: 0;
  margin-right: 0;
}

.ta-slick .slick-list {
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ta-slick.slick-dotted.slick-slider {
  margin-bottom: 10px;
}

.ta-slick .slick-dots {
  text-align: left;
  font-size: 0;
  bottom: -30px;
}

.ta-slick .slick-dots li {
  width: 12px;
  height: 12px;
  transition: all 0.3s linear;
}

.ta-slick .slick-dots li.slick-active {
  width: 36px;
}

.ta-slick .slick-dots li.slick-active button {
  background: #0073bb;
  border-radius: 6.9px;
}

.ta-slick .slick-dots button {
  width: 100%;
  height: 100%;
  background: #e6e7e8;
  border-radius: 50%;
}

.ta-slick .slick-dots button::before {
  display: none;
}

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

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

.ta-km-cta {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  color: #0073bb;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: normal;
}

.ta-sl-hidden {
  position: relative;
}

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

.txt-right {
  text-align: right;
}

.ta-thunder-btn-w {
  width: 100%;
  position: fixed;
  z-index: 99;
  bottom: 20%;
  left: 0;
}

svg {
  width: 35px;
  height: 35px;
}

/* Product Page Global CSS - END */

/* Need Information - START */

.ta-needinfo-sec-w {
  padding: 0 0 60px;
}

.ta-needinfo-sec-mw {
  padding: 60px 0;
  border-radius: 20px;
  background-image: linear-gradient(to top, #f2f7fb 14%, rgba(255, 255, 255, 0) 98%);
}

.ta-needinfo-head {
  margin-bottom: 30px;
}

.ta-ninfo-inp-conw {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e7e8;
  margin-bottom: 30px;
}

.ta-ninfo-inp-rw {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: space-between;
}

.ta-ninfo-inp-cols {
  width: 50%;
  padding: 0 15px;
}

.ta-ninfo-inp-w {
  padding: 22px 0 30px;
  position: relative;
}

.ta-input-label {
  position: absolute;
  color: #333333;
  font-size: 18px;
  line-height: normal;
  font-family: "HelveticaNeueLTStd-Lt";
  top: 0;
  left: 0;
  display: block;
}

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

.ta-ninfo-input:focus,
.ta-ninfo-input:active {
  outline: 0;
}

.ta-ninfo-input::-moz-placeholder {
  color: #d3d4d5;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 24px;
  line-height: 24px;
}

.ta-ninfo-input:-ms-input-placeholder {
  color: #d3d4d5;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 24px;
  line-height: 24px;
}

.ta-ninfo-input::placeholder {
  color: #d3d4d5;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 24px;
  line-height: 24px;
}

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

.ta-ninfo-input.ta-mob::-webkit-outer-spin-button,
.ta-ninfo-input.ta-mob::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ta-ninfo-input.ta-mob[type=number] {
  -moz-appearance: textfield;
}

.ta-max-w488 {
  max-width: 488px;
}

.ta-max-w1098 {
  max-width: 1098px;
}

.ta-mobprefix {
  display: block;
  position: absolute;
  left: 0;
  top: 34px;
  color: #333333;
  font-size: 24px;
  line-height: 24px;
  font-family: "HelveticaNeueLTStd-Md";
}

.ta-ninfo-btns-w {
  display: flex;
}

.ta-ninfo-btn {
  margin-right: 20px;
}

.ta-ninfo-btn:last-child {
  margin: 0;
}

.ta-minfo-dtext {
  color: #373737;
  font-size: 16px;
  line-height: 24px;
  display: block;
  font-family: "HelveticaNeueLTStd-Lt";
}

.d-pd-yb-120 {
  padding-bottom: 120px;
}

/* Need Information - END */

/* FREQUENTLY ASKED COMPONENT - START */

.ta-fq-sec-w {
  padding: 60px 0;
}

.ta-fq-head {
  margin-bottom: 30px;
}

.ta-fq-content-ul {
  margin-bottom: 60px;
}

.ta-fq-content-li {
  background: #fff;
  border-radius: 20px;
  box-shadow: 3px 6px 14px 0px rgba(0, 115, 187, 0.1);
  background: #fff;
  margin-bottom: 16px;
}

.ta-fq-content-li:last-child {
  margin-bottom: 0;
}

.ta-fq-content-li.active .ta-sp-down-arr {
  transform: rotate(-135deg);
  top: 39px;
}

.ta-fq-content-q {
  padding: 30px 56px 30px 30px;
  position: relative;
  cursor: pointer;
  display: block;
}

.ta-sp-down-arr {
  border: solid #58595b;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  box-sizing: border-box;
  transform: rotate(45deg);
  position: absolute;
  top: 32px;
  right: 44px;
  transition: transform 0.3s linear;
}

.ta-fq-content-qtext {
  display: block;
  font-family: "HelveticaNeueLTStd-Md";
  font-size: 20px;
  line-height: 24px;
  color: #58595b;
}

.ta-fq-ans-m {
  padding: 0 56px 30px 30px;
}

.ta-fq-ans-w {
  display: none;
}

/* FREQUENTLY ASKED COMPONENT - END */

/* HAPPY CUSTOMERS Component - START */

.ta-hpcust-sec-w {
  padding: 60px 0;
}

.ta-hpcust-head {
  margin-bottom: 17px;
}

.ta-hpcust-cards {
  padding: 60px 30px;
  border-radius: 20px;
  box-shadow: 0px 0px 15px 0px rgba(0, 115, 187, 0.1);
  background: #fff;
}

.ta-hp-prof-pic-w {
  width: 120px;
  height: 120px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.ta-hp-prof-pic-w img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.ta-hp-text-w {
  margin: 32px 0 28px 0;
}

.ta-hp-text {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.1px;
  display: block;
  color: #373737;
  font-style: oblique;
}

.ta-hp-persname {
  font-family: "HelveticaNeueLTStd-Bd";
  font-size: 20px;
  line-height: 24px;
  color: #58595b;
  display: block;
}

.ta-sl-showall {
  position: absolute;
  bottom: -35px;
  white-space: nowrap;
  right: 0;
  z-index: 5;
}

/* HAPPY CUSTOMERS Component - END */

.guid-sec {
  margin: 120px 0;
}

.guid-sec .section-title h2 {
  margin-bottom: 30px;
}

.guid-sec .sub-head {
  margin-bottom: 30px;
  max-width: 50%;
}

.guid-sec .sub-head h4 {
  font-size: 36px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: -0.4px;
  color: #333333;
}

.guid-sec .sub-head p {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
}

.guid-sec .things-know-sct .things-toknow-wrap .things-toknow-rhs {
  width: 100%;
}

.d-mg-y-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.d-pd-y-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.dm-mg-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.slider-card-cont-wrap {
  padding: 20px;
  padding-bottom: 24px;
}

.things-know-sct .things-toknow-wrap .things-toknow-lhs {
  display: inline-block;
  width: 30%;
  padding-left: 50px;
}

.things-know-sct .things-toknow-wrap .things-toknow-lhs .things-title h2 {
  font-size: 56px;
  line-height: 0.98;
  color: #333333;
  font-family: "Inter", sans-serif;
}

.things-know-sct .things-toknow-wrap .things-toknow-lhs .things-img img {
  max-width: 282px;
  height: 319px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 15px;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs {
  display: inline-block;
  width: 65%;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card {
  position: relative;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap {
  border-radius: 20px;
  box-shadow: 0 0 15px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .slider-cont p {
  height: 14px;
  font-family: HelveticaNeueLTStd-Bd;
  font-size: 14px;
  color: #a7a9ac;
  margin-bottom: 10px;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .slider-cont h2 {
  font-size: 20px;
  line-height: 1.2;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  margin-bottom: 10px;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .slider-cont span {
  font-size: 16px;
  font-weight: 300;
  font-family: "HelveticaNeueLTStd-Lt";
  line-height: 1.38;
  color: #373737;
  margin-bottom: 16px;
  display: inline-block;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .slider-cont a {
  text-decoration: underline;
  display: block;
  padding: 0;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper {
  position: relative;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .rect-tab {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0.8;
  border-radius: 12px;
  background-color: #ffffff;
  padding: 5px;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .rect-tab p {
  font-size: 12px;
  text-transform: uppercase;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .like-view-rect {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: flex;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .like-view-rect .like-box {
  display: flex;
  margin-right: 15px;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .like-view-rect .like-box img {
  margin-right: 5px;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .like-view-rect .view-box {
  display: flex;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .like-view-rect .view-box img {
  margin-right: 5px;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .like-view-rect span {
  font-size: 12px;
  color: #ffffff;
  font-family: "HelveticaNeueLTStd-Lt";
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .advisor-sld-btn {
  text-align: right;
  position: relative;
  z-index: 2;
  margin-right: 20px;
  width: 50%;
  float: right;
}

.things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .advisor-sld-btn a {
  text-decoration: underline;
}

.ta-sl-eq-h .slick-track {
  display: flex;
}

.ta-sl-eq-h .slick-slide {
  height: auto;
}

.ta-sl-eq-h .slick-slide > div {
  height: 100%;
}

.gray-div {
  width: calc(100% - 60px);
  height: 400px;
  margin-left: 60px;
  background: #d8d8d8;
}

.ta-plan-with-banner-w::after {
  content: "";
  display: table;
  clear: both;
}

.ta-plan-with-banner-w .ta-col {
  float: left;
  width: 50%;
}

.ta-plan-card-section {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14%, #fff), color-stop(98%, #f2f7fb));
  background-color: -moz-linear-gradient(bottom, #f2f7fb 98%, #fff 14%);
  width: 100%;
  border-radius: 20px;
  padding-bottom: 60px;
  margin-bottom: 90px;
}

.ta-pc-head-w {
  display: flex;
  align-items: flex-start;
  margin-bottom: 30px;
}

.ta-pc-icon-w {
  width: 82px;
  height: 82px;
  margin-right: 19px;
  border-radius: 50%;
  background-color: #f2f7fb;
  padding: 14px;
  flex-shrink: 0;
}

.ta-pc-slider .slick-list {
  padding-bottom: 20px;
}

.ta-best-seller {
  position: absolute;
  -moz-border--radius: 110px;
  border-radius: 11px;
  background-color: #4197d3;
  width: 123px;
  height: 22px;
  bottom: -18px;
  left: 20px;
  color: #fff;
  font-family: "HelveticaNeueLTStd-Bd";
  font-size: 12px;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 12px;
}

.ta-pc-btn-w {
  margin-top: 60px;
  font-size: 0;
}

.ta-pc-btn-w .ta-btn {
  display: inline-block;
  margin-right: 30px;
}

.ta-pc-btn-w .ta-btn:last-child {
  margin-right: 0;
}

.ta-pc-text-head {
  font-size: 36px;
  font-family: "Inter", sans-serif;
  line-height: 55px;
  letter-spacing: -0.4px;
  color: #333333;
  margin-bottom: 9px;
}

.ta-pc-box {
  box-shadow: 3px 6px 14px 0px rgba(0, 115, 187, 0.1);
  background: #fff;
  position: relative;
  border-radius: 20px;
  padding: 30px 20px;
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.ta-pc-box-hdtext {
  font-size: 20px;
  line-height: 24px;
  margin: 0;
  color: #58595b;
  font-family: "HelveticaNeueLTStd-Bd", sans-serif;
  margin-bottom: 12px;
}

.ta-pcbox-subtext {
  color: #373737;
  font-size: 16px;
  line-height: 28px;
  font-family: "HelveticaNeueLTStd-Lt";
  font-weight: 300;
  margin-top: auto;
}

.selectBox {
  width: 100%;
  display: block;
  line-height: 52px;
  height: 52px;
}

.selectBox .select2-container {
  min-width: 100%;
}

.selectBox select {
  width: 100%;
  height: 52px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e3e3e3;
  outline: none;
  font-size: 24px;
  line-height: 28px;
  font-family: "HelveticaNeueLTStd-Md", sans-serif;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333333;
}

.selectBox::after {
  content: "";
  background-image: url(../../../content/dam/tataaialifeinsurancecompanylimited/calculator/sm-chevron-down.png);
  background-repeat: no-repeat;
  position: relative;
  left: 95%;
  bottom: 45px;
  z-index: 1;
  text-align: center;
  width: 20px;
  height: 12px;
  pointer-events: none;
  transform: rotate(0deg);
  display: inline-block;
}

.selectBox option {
  padding: 0 10px;
}

.cal-select {
  position: relative;
  height: auto;
}

.cal-select::after {
  width: 30px;
  height: 30px;
  background: url(../../../content/dam/tataaialifeinsurancecompanylimited/calculator/select-arrow.svg);
  background-size: cover;
  position: absolute;
  left: auto;
  right: 0;
  bottom: auto;
  top: 20px;
  transform: translateY(-50%);
  z-index: 9;
}

.cal-select .select2-container--flat .select2-selection--single .select2-selection__rendered {
  font-size: 36px;
  line-height: 36px;
  padding-bottom: 17px;
  color: #0073bb;
  padding-right: 30px;
}

.label-font{
  font-family: "HelveticaNeueLTStd-Md";
  font-weight: normal;
  line-height: 16px;
}

.label-mr-right-loan{
  margin-right: 20px;

}

.text-font-family{
  font-family: Helvetica;
}

.label-text-family{
  font-family: Helvetica;
  font-weight:normal;
  line-height:16px;
}

[class^="taicn-"], [class*=" taicn-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.taicn-non-smoke:before {
  content: "\e900";
}

.taicn-smoke:before {
  content: "\e901";
}

.ta-new-icon{
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background-color: #e6e7e8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.ta-calc-text::before {
  content: "";
  bottom: -7px;
  position: absolute;
  height: 3px;
  width: 76px;
  border-radius: 1px;
  background: #d3d4d5;
}

.select2-results ul {
  max-height: 170px;
}

.calculate-btn .ta-sf-btn-w button{
  background: #d62049;
    border-radius: 10px;
    padding: 12px 24px;
    font-family: 'HelveticaNeueLTStd-Md';
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    width: unset;
    height: unset;
    cursor: pointer;
}
.calculate-btn  .ta-sf-btn-w button img{
  display: none;
}


@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: 1280) {
  .picture-wrapper img {
    max-width: 100%;
  }
}

@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;
  }
}

@media screen and (max-width: 991.98px) {
  .btn,
  .hyperlink {
    font-size: 14px;
  }
}

@media screen and (max-width: 991.99px) {
  .ta-heading--lg {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -1px;
  }

  .ta-heading--md {
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.78px;
  }

  .ta-para {
    line-height: 24px;
    font-size: 14px;
  }

  .ta-slick .slick-slide {
    padding: 0 8px;
  }

  .ta-slick .slick-list {
    margin-left: -8px;
  }

  .ta-slick .slick-dots {
    text-align: center;
  }

  .ta-slick .slick-dots li {
    width: 9px;
    height: 9px;
  }

  .ta-slick .slick-dots li.slick-active {
    width: 27px;
  }

  .ta-slick .slick-dots li.slick-active button {
    border-radius: 5px;
  }

  .ta-btn {
    padding: 10px;
    font-size: 16px;
    letter-spacing: -0.67px;
    min-width: 150px;
  }

  .ta-km-cta {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: normal;
  }

  .ta-thunder-btn {
    width: 60px;
    height: 60px;
  }

  .ta-needinfo-sec-w {
    padding: 0 0 30px;
  }

  .ta-needinfo-sec-mw {
    padding: 30px 0;
  }

  .ta-ninfo-inp-rw {
    flex-direction: column;
  }

  .ta-ninfo-inp-cols {
    width: 100%;
  }

  .ta-input-label {
    font-size: 12px;
  }

  .ta-ninfo-inp-w {
    padding: 18px 0 30px;
  }

  .ta-ninfo-input {
    padding: 6px 0 9px;
    font-size: 16px;
    line-height: 16px;
  }

  .ta-ninfo-input::-moz-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .ta-ninfo-input:-ms-input-placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .ta-ninfo-input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .ta-ninfo-input.ta-mob {
    padding-left: 30px;
  }

  .ta-mobprefix {
    font-size: 16px;
    line-height: 16px;
    top: 26px;
  }

  .ta-ninfo-inp-conw {
    margin-bottom: 20px;
  }

  .ta-minfo-dtext {
    font-size: 12px;
    line-height: 20px;
  }

  .m-pd-yb-60 {
    padding-bottom: 60px;
  }

  .ta-fq-sec-w {
    padding: 30px 0;
  }

  .ta-fq-head {
    margin-bottom: 20px;
  }

  .ta-fq-content-ul {
    margin-bottom: 30px;
  }

  .ta-fq-content-li {
    margin-bottom: 8px;
  }

  .ta-fq-content-li.active .ta-sp-down-arr {
    top: 27px;
  }

  .ta-fq-content-q {
    padding: 16px 26px 16px 16px;
  }

  .ta-sp-down-arr {
    padding: 4px;
    right: 19px;
    top: 20px;
  }

  .ta-fq-content-qtext {
    color: #333333;
    letter-spacing: -0.39px;
    font-size: 14px;
    line-height: 24px;
  }

  .ta-hpcust-sec-w {
    padding: 30px 0;
  }

  .ta-hpcust-head {
    margin-bottom: 10px;
  }

  .ta-hpcust-cards-m {
    margin-right: -20px;
  }

  .ta-hpcust-cards {
    padding: 16px;
  }

  .ta-hp-prof-pic-w {
    width: 60px;
    height: 60px;
  }

  .ta-hp-text-w {
    margin: 12px 0 6px 0;
  }

  .ta-hp-text {
    font-size: 14px;
    line-height: 24px;
    height: 168px;
    overflow: hidden;
  }

  .ta-hp-persname {
    font-size: 16px;
  }

  .ta-sl-showall {
    position: static;
    text-align: center;
    padding-top: 28px;
  }
}

@media screen and (max-width: 991px) {
  .things-know-sct .things-toknow-wrap .things-toknow-lhs {
    display: flex;
    width: 100%;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-lhs .things-img img {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-lhs .things-title h2 {
    font-size: 36px;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-rhs {
    display: block;
    width: 100%;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .slider-cont p {
    height: 12px;
    margin-bottom: 10px;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .slider-cont h2 {
    font-size: 14px;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .slider-cont span {
    font-size: 14px;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .things-card-layout .slider-temp-wrap .picture-wrapper .rect-tab {
    top: 15px;
    left: 15px;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-rhs .TK-slider-card .advisor-sld-btn {
    display: none;
  }
}

@media screen and (max-width: 767.99px) {
  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;
  }

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

  .breadcrumb-sct ul li {
    font-size: 12px;
    line-height: 1.17;
    letter-spacing: normal;
    padding-left: 18px;
  }

  .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;
  }

  .select2-container--flat .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
  }

  .ta-thunder-btn {
    width: 60px;
    height: 60px;
  }

  .ta-label.--dark {
    font-size: 14px;
    margin-bottom: 12px;
  }

  .ta-label {
    font-size: 14px;
    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-info-msg {
    padding-top: 15px;
  }

  .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 16px;
  }

  .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: 10px;
  }

  .--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%;
  }

  .pop-md {
    width: 95%;
  }

  .pop-lg {
    width: 95%;
  }

  .ta-popup-maindiv {
    width: 320px;
  }

  .ta-popup-maindiv h2 {
    font-size: 28px;
    font-family: "Inter", sans-serif;
    line-height: normal;
    font-weight: 800;
    letter-spacing: -0.78px;
    margin-bottom: 7px;
  }

  .otp-no-wrap {
    margin-bottom: 5px;
  }

  .otp-num {
    font-size: 20px;
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    line-height: 0.8;
    padding: 12px;
  }

  .ta-popup-maindiv .reg-form-btn {
    margin-top: 40px;
  }

  .otp-error {
    margin-bottom: 11px;
  }

  .otp-error-text {
    font-size: 12px;
    font-family: "HelveticaNeueLTStd-Lt";
    line-height: normal;
    color: #e02020;
  }

  .ta-authenticate {
    margin-top: 20px;
  }

  .ta-authenticate .ta-grid .ta-submit-btn {
    max-width: 130px;
    max-height: 40px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: -0.67px;
    text-align: center;
  }

  .authPopUp .reg-form-btn {
    margin-top: 0px;
  }

  .authPopUp .reg-form-btn .primary-btn {
    padding: 12px 20px;
    margin-right: 20px;
    font-size: 16px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    line-height: normal;
    letter-spacing: -0.67px;
  }

  .authPopUp .reg-form-btn .pad-btn {
    padding: 10px 21px;
  }

  .authPopUp .reg-form-btn .btn-slct {
    padding: 10px 40px;
  }

  .authPopUp .otp-number-div {
    margin: 40px 0px;
  }

  .ta-error-msg {
    font-size: 12px;
    padding-top: 10px;
  }

  .otp-num-input {
    font-size: 20px;
    line-height: 0.8;
  	width: 31px;
  	padding: 0px 6px;
  }

  .btn-center {
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }

  .final-btn {
    padding: 10px 22px;
  }

  .ta-amt-slider {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
  }

  .ta-amt-slider.nm-15 {
    margin-left: -15px;
    margin-right: -15px;
  }

  .ta-amt-slider .noUi-value {
    font-size: 12px;
  }

  .ta-yr-slider .noUi-pips-horizontal {
    height: 15px;
  }

  .ta-yr-slider .noUi-horizontal {
    height: 8px;
  }

  .ta-yr-slider .noUi-handle {
    height: 20px;
    width: 20px;
    right: -10px;
  }

  .ta-yr-slider .noUi-value-horizontal {
    font-size: 12px;
  }

  .ta-calc-header {
    margin-top: 25px;
  }

  .ta-calc-row {
    flex-direction: column;
  }

  .ta-calc-icon-w {
    order: -1;
    margin-bottom: 30px;
  }

  .ta-calc-text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.39px;
    color: #58595b;
  }

  .ta-calc-text::before {
    content: "";
    bottom: -7px;
    position: absolute;
    height: 3px;
    width: 36px;
    border-radius: 1px;
    background: #d3d4d5;
  }

  .ta-ci-w:first-child {
    margin-right: 5px;
  }

  .ta-ci-w {
    width: 45px;
    height: 45px;
    cursor: pointer;
  }

  .ta-card-mr {
    margin-bottom: 50px;
  }

  .ta-sf-w {
    padding: 30px 0 40px;
  }

  .ta-sf-card {
    padding: 20px;
  }

  .ta-sf-pill-w {
    margin: 0 -20px 30px -20px;
  }

  .ta-sf-pill {
    font-size: 12px;
    padding: 8px 10px;
  }

  .ta-sf-btn-w {
    margin-bottom: 10px;
  }

  .ta-sf-btn {
    width: 50px;
    height: 50px;
  }

  .ta-sf-btn img {
    width: 24px;
  }

  .ta-spb-c::after {
    height: 1px;
  }

  .ta-spb-c {
    width: 55%;
  }

  .ta-spb-line {
    height: 1px;
  }

  .ta-spb-cr-w {
    width: 100%;
    justify-content: space-between;
  }

  .ta-spb-cr {
    width: 16px;
    height: 16px;
    font-size: 10px;
  }

  .ta-spb-cr:not(:last-child) {
    margin-right: 0px;
  }

  .ta-amt-w .ta-input-w:first-child {
    margin-right: 38px;
  }

  .ta-xl-input .ta-input {
    font-size: 20px;
    line-height: 16px;
  }

  .ta-amt-input .ta-input {
    padding-left: 16px;
  }

  .ta-amt-input::before {
    font-size: 20px;
    line-height: 16px;
  }

  .res-gd-mr {
    margin-top: 30px;
  }

  .ta-pill-radio-w {
    flex-wrap: wrap;
  }

  .ta-pill-radio-c {
    margin-right: 12px;
    margin-bottom: 12px;
  }

  .ta-pill-radio {
    font-size: 14px;
    padding: 7px 20px;
  }

  .ta-res-card-w {
    padding: 15px;
  }

  .ta-res-bf-w {
    padding: 20px 0;
  }

  .ta-res-gray-card {
    padding: 20px 10px;
    flex-direction: column;
  }

  .ta-res-gray-card.--large {
    padding: 25px 15px;
  }

  .ta-res-gray-card .divider span {
    padding: 0 5px;
  }

  .ta-res-gray-card .divider {
    margin: 15px 0;
    text-align: center;
  }

  .ta-res-gray-card .divider::before {
    width: 100%;
    height: 1.5px;
  }

  .ta-note.mr {
    margin-bottom: 30px;
  }

  .ta-note.bt {
    padding-top: 12px;
  }

  .ta-note {
    font-size: 12px;
  }

  .mob-block {
    display: block;
    margin-top: 6px;
  }

  .ta-info-card.mr {
    margin-bottom: 25px;
  }

  .ta-info-card {
    margin: 0 -15px;
    padding: 16px 28px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0;
    display: none;
  }

  .ta-info-card .divider {
    position: static;
    height: auto;
    transform: none;
    flex-shrink: 0;
    margin: 0 16px;
  }

  .ta-wd-80 {
    width: 100%;
  }

  .ta-cr-text {
    margin: 0 15px;
    font-size: 14px;
    padding-top: 5px;
  }

  .ta-res-txt {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 13px;
    font-family: "HelveticaNeueLTStd-Md", sans-serif;
    letter-spacing: normal;
  }

  .ta-res-sm-txt {
    font-size: 12px;
    line-height: 12px;
  }

  .ta-rgc-txt {
    text-align: center;
    font-size: 14px;
    line-height: 16px;
  }

  .ta-rgc-amt {
    font-size: 20px;
  }

  .ta-info-icon {
    width: 25px;
    height: 25px;
  }

  .ta-res-rd-mr {
    margin-left: 15px;
  }

  .ta-rfp-w {
    margin-top: 20px;
  }

  .ta-res-iwt-w {
    padding: 0 15px;
    margin: 30px 0 30px 0;
  }

  .ta-it-icon-w {
    width: 50px;
    height: 50px;
  }

  .ta-iwt-content-w {
    margin-left: 22px;
  }

  .ta-iwt-head {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: -0.39px;
    margin-bottom: 8px;
  }

  .ta-iwt-txt {
    font-size: 12px;
    letter-spacing: -0.33px;
  }

  .ta-suffix-input::after {
    font-size: 14px;
    bottom: 12px;
  }

  .ta-pt-input {
    max-width: 60px;
  }

  .ta-dt-icon {
    position: static;
    margin-right: 12px;
    width: 30px;
    height: 30px;
    transform: none;
  }

  .ta-plus-txt {
    top: 0;
    font-size: 20px;
    line-height: 16px;
    color: #58595b;
  }

  .gray-note-mr {
    margin-top: 15px;
  }

  .ta-dt-left {
    padding: 20px;
    align-items: flex-start !important;
  }

  .ta-dt-left .ta-rgc-txt {
    text-align: left;
  }

  .ta-dt-left .ta-dt-w:first-child {
    margin-bottom: 25px;
  }

  .ta-info-card.mg-bottom {
    margin-bottom: 27px;
  }

  .ta-add-min .ta-input {
    max-width: 50px;
  }

  .ta-add-min::after {
    right: -50px;
  }

  .ta-am-icon {
    height: 24px;
    width: 24px;
  }

  .mg-right .ta-input-w:first-child {
    margin-right: 28px;
  }

  .home-icon {
    margin: 13px auto 0;
    width: 60px;
  }

  .res-content-btm {
    margin-bottom: 20px;
  }

  .pdb-wrap {
    padding-bottom: 30px;
  }

  .lt-space {
    letter-spacing: -0.39px;
  }

  .wrapper-contact {
    font-size: 14px;
  }

  .label-bold {
    margin: 0px 0px 19px 0px;
  }

  .flo-right {
    float: right;
  }

  .assume-percentage {
    padding-top: 20px;
    justify-content: unset;
    margin-bottom: 14px;
  }

  .label-left {
    margin-left: 8px;
  }

  .dropdown-wrap {
    max-width: 100px;
    width: 100%;
  }

  .expected-percentage {
    padding-top: 20px;
    margin-bottom: 14px;
  }

  .mr-left {
    margin-left: 18px;
  }

  .radio-btm {
    margin-bottom: 50px;
  }

  .btn-link {
    font-size: 16px;
    line-height: 1.38;
  }

  .mr-right {
    margin-right: 16px;
  }

  .flex-dir {
    flex-direction: column;
  }

  .ta-text-counter {
    font-size: 14px;
    line-height: 16px;
  }

  .counter-img-w {
    max-width: 162px;
  }

  .counter-abs {
    font-size: 18px;
  }

  .header-name {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .ta-pill-radio-w.--is-wrap .ta-pill-radio-c-top {
    margin-bottom: 0px;
    margin-top: 11px;
  }

  .ta-res-bf-w-top {
    margin-top: 15px;
  }

  .ta-wd-50 {
    width: 60%;
  }

  .tax-round {
    width: 35px;
    height: 35px;
    margin-right: 12px;
    margin-top: 10px;
  }

  .tax-text-form {
    font-size: 10px;
  }

  .sf-btn-w {
    margin-bottom: 30px;
  }

  .input-w-50 {
    width: 50%;
  }

  .ta-cr-text-mr {
    display: none;
  }

  .drop-width {
    display: none;
  }

  .drop-width-wd {
    width: 30%;
  }

  .input-w-wd {
    width: 50%;
  }

  .mr-top-60 {
    margin-top: 0px;
  }

  .ta-discount {
    font-size: 19px;
    line-height: 20px;
    margin-left: 0px;
  }

  .ta-info-card.mg-bottom-card {
    margin-bottom: 30px;
  }

  .text-line-hgt {
    line-height: 20px;
    text-align: unset;
  }

  .discount-block {
    margin-top: 5px;
  }

  .res-bf-w-pad {
    padding: 22px 33px;
    text-align: center;
  }

  .sq-radio-text-font {
    font-size: 13px;
  }

  .--rad-ver .sq-radio-width {
    padding: 12px 26px;
    width: 100%;
  }

  .radio-w-margin {
    margin-bottom: 20px;
  }

  .input-w-width {
    margin-top: 0px;
  }

  .ta-yr-width {
    width: 50%;
  }

  .radio-text {
    padding: 7px 14px;
  }

  .amount-width {
    margin-top: unset;
  }

  .input-prefix::before {
    top: 6px;
  }

  .sq-radio-icon {
    width: 50px;
    height: 50px;
  }

  .goal-content {
    margin-bottom: 17px;
  }

  .text-line-hgt {
    line-height: 14px;
    letter-spacing: -0.39px;
  }

  .header-bottom {
    margin-bottom: 5px;
  }

  .ec-thirty-three {
    width: 36%;
  }

  .ec-blue-circle-sm {
    width: 50px;
    height: 50px;
    margin: 0 auto;
  }

  .ec-blue-circle-sm::after {
    top: 25px;
    left: 79px;
    width: 60%;
  }

  .ec-resp-icon-adj {
    padding-right: 0;
  }

  .ec-steps {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.14;
    text-align: center;
    width: 100%;
  }

  .ec-small-01 {
    width: 33px;
    height: 33px;
  }

  .ec-small-02 {
    width: 33px;
    height: 33px;
  }

  .ec-small-03 {
    width: 33px;
    height: 33px;
  }

  .top-btm-pad {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .btm-pad {
    padding-top: 0px;
  }

  .ta-goal-w .goal-c-flex {
    flex: 0 0 48.33%;
  }

  .ta-col-12 .goal-flex-dir {
    flex-direction: unset;
  }

  .ta-goal-c .text-goal {
    margin-top: 0px;
    margin-left: 12px;
  }

  .card-header-top {
    margin-top: 30px;
  }

  .invest {
    display: unset;
  }

  .mg-top {
    margin-top: 0px;
    margin-right: 0px;
  }

  .icon-wrapper-card {
    margin-top: 40px;
  }

  .other-icon img {
    width: 34px;
  }

  .left-align {
    left: 0px;
  }

  .view-btn-center {
    text-align: left;
  }

  .ta-fq-section .pad-top-20 {
    padding: 20px 0px 0px;
  }

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

  .ta-text-counter {
    width: 100%;
    padding-left: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .counter-abs {
    display: block;
    font-size: 20px;
    padding: 0;
    margin: 10px 0;
  }

  .counter-img-w {
    left: 0;
  }

  .wrapper-mg-top-50 {
    margin-top: 10px;
  }

  .res-gd-mr-30 {
    margin-top: 42px;
  }

  .res-gd-mr-top {
    margin-top: 40px;
  }

  .ta-goal-c .icon-paytm {
    width: 92px;
  }

  .ta-goal-c .pad-icon-card {
    padding: 20px 16px 20px 16px;
  }

  .mg-top-50 {
    margin-top: 10px;
  }

  .lt-space-card {
    letter-spacing: -0.33px;
  }

  .ta-ninfo-inp-cols .info-w-bg-fix {
    padding: 12px 0 30px;
  }

  .info-w-bg-fix .ta-mobprefix {
    top: 20px;
  }

  .ta-needinfo-section .ta-ninfo-inp-conw-bg-fix {
    padding-bottom: 39px;
  }

  .ta-ninfo-btn-fix {
    margin-right: 16px;
  }

  .ta-hp-text-w .ta-hp-text-fix {
    letter-spacing: -0.2px;
  }

  .guid-section .guid-sec .sub-head-fix {
    margin-bottom: 10px;
  }

  .right-pad-remove-c .page-container {
    padding-right: 0px;
  }

  .guid-section .guid-sec-fix {
    margin: 60px 0 68px 0;
  }

  .wrapper-contact .btn-link {
    font-family: "HelveticaNeueLTStd-Bd", sans-serif;
    letter-spacing: -0.67px;
    line-height: normal;
  }

  .ta-fq-content-line-hgt {
    line-height: 16px;
  }

  .ta-needinfo-sec-w .need-info-head-fix {
    margin-bottom: 30px;
  }

  .ta-fq-content-q .down-arr-fix {
    border-width: 0 2px 2px 0;
    padding: 3.5px;
  }

  .ta-hpcust-section .hpsect-w-fix {
    padding: 30px 0;
  }

  .--rad-ver .m-f-radio-width {
    max-width: 90px;
    width: 100%;
  }

  .label-btm-mg {
    margin-bottom: 13px;
  }

  .ta-sf-btn-w .ta-btn-width {
    min-width: 151px;
  }

  .type-of-plan-label {
    margin-bottom: 13px;
    line-height: 16px;
    font-size: 14px;
  }

  .error-mg-btm {
    padding-top: 0px;
  }

  .icon-w-h-01 {
    width: 17px;
    height: 26px;
  }

  .icon-w-h-03 {
    width: 34px;
    height: 16px;
  }

  .ta-pc-w .show-plans-card-mgb {
    margin-bottom: 12px;
  }

  .plans-btm-pad {
    padding-bottom: 40px;
  }

  .ta-nb-banner {
    padding: 0 27px;
    margin-top: 28px;
  }

  .ta-nb-goal-w {
    position: relative;
    margin-top: 116px;
    border-radius: 15px;
  }

  .ta-goal-head-text {
    position: absolute;
    top: -30px;
    transform: translateY(-100%);
  }

  .ta-goal-card {
    flex-direction: column;
    padding: 16px 6px;
    height: 100%;
  }

  .ta-goal-txt {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
  }

  .ta-goal-txt br {
    display: none;
  }

  .ta-goal-icon {
    width: 40px;
    height: 40px;
    margin-right: 0;
  }

  .ta-cgs-head,
  .ta-cgs-subTitle {
    font-size: 20px;
    letter-spacing: -0.56px;
    padding: 20px 0 15px 20px;
  }

  .ta-cgs-subTitle {
    padding: 0;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .ta-cgs-text,
  .ta-cgs-bullet {
    font-size: 14px;
    line-height: 20px;
  }

  .ta-cgs-icon-w {
    width: 40px;
    height: 40px;
  }

  .ta-cgs-icon-w img {
    width: 26px;
    height: 26px;
  }

  .ta-bs-label {
    font-size: 10px;
  }

  .ta-cgs-body {
    padding: 20px;
  }

  .ta-cgs-list-w {
    margin-bottom: 30px;
  }

  .ta-cgs-list:not(:last-child) {
    margin-bottom: 18px;
  }

  .ta-cgs-rec-w {
    margin-bottom: 20px;
  }

  .ta-cgs-bullet::before {
    width: 5px;
    height: 5px;
  }

  .ta-cgs-bullet {
    margin-bottom: 15px;
  }

  .ta-cgs-label {
    font-size: 14px;
  }

  .ta-cgs-ch-w {
    padding: 12px 30px 12px 20px;
    margin: 0 -20px;
    margin-bottom: 20px;
  }

  .ta-cgs-ch-w .ta-checkbox-tick {
    width: 24px;
    height: 24px;
  }

  .ta-cgs-btn-w {
    padding: 0;
    margin: 0;
  }

  .ad_rider-mr {
    margin-bottom: 25px;
  }

  .ta-cgs-slider {
    margin-right: -20px;
  }

  .ta-cgs-flx-btn-w {
    padding: 0;
    margin: 0;
  }

  .ta-bc-head {
    margin-bottom: 15px;
  }

  .ta-bc-subHead {
    font-size: 14px;
    padding-top: 5px;
  }

  .ta-bc-c {
    padding: 20px 25px;
  }

  .ta-bc-img-c {
    position: static;
    width: 175px;
    flex-shrink: 0;
    margin-right: -25px;
    transform: none;
  }

  .ta-slick-mob-full {
    margin-right: -20px;
  }

  .ta-mob-none {
    display: none;
  }

  .ta-plan-with-banner-w .ta-col {
    width: 100%;
  }

  .ta-plan-card-section {
    margin-bottom: 60px;
    padding-bottom: 30px;
  }

  .ta-pc-head-w {
    margin-bottom: 20px;
  }

  .ta-pc-icon-w {
    width: 50px;
    height: 50px;
  }

  .ta-best-seller {
    width: 104px;
    height: 20px;
    bottom: -16px;
    font-size: 10px;
    line-height: normal;
    left: 16px;
  }

  .ta-pc-btn-w .ta-btn {
    margin-right: 20px;
  }

  .ta-pc-text-head {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.83px;
    margin-bottom: 8px;
  }

  .ta-pc-box {
    padding: 20px;
    padding-bottom: 26px;
  }

  .ta-pc-box-hdtext {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 8px;
  }

  .ta-pcbox-subtext {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.33px;
  }

  .selectBox {
    max-width: 360px;
    line-height: 30px;
    height: 30px;
  }

  .selectBox select {
    height: 30px;
    font-size: 16px;
  }

  .selectBox::after {
    background-image: url(../../../images/chevron/chevron-down.png);
    bottom: 25px;
  }

  .cal-select {
    height: auto;
  }

  .cal-select::after {
    background: url(../../../content/dam/tataaialifeinsurancecompanylimited/calculator/select-arrow.svg);
    width: 25px;
    height: 25px;
    top: 12px;
    bottom: auto;
  }

  .cal-select .select2-container--flat .select2-selection--single {
    height: auto;
  }

  .cal-select .select2-container--flat .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    line-height: 30px;
    padding-right: 25px;
    padding-bottom: 5px;
    margin-right: 0px;
  }

  .cal-select .select2-container--flat .select2-selection--single .select2-selection__arrow {
    width: 24px;
    height: 23px;
  }

  .ta-rfp-w .res-rd-mr{
    margin-left: 29px;
  }

  .sf-pill-pad{
    padding: 8px 27px 8px 24px;
  }

  .res-txt-fix{
    margin-bottom: 8px;
    font-family: Helvetica;
  }

  .res-lower-txt-fix{
    margin-top: 12px;
    margin-bottom: 0px;
    font-family: Helvetica;
  }

  .label-text-family{
    font-weight: normal;
    line-height: 16px;
    font-family: Helvetica;
    font-size: 14px;
  }

  .label-font{
    font-weight: normal;
    font-size: 14px;
    margin-top: 6px;
  }

  .ta-cgs-subHead{
    font-size: 14px;
    line-height: 16px;
  }

  .expected-percentage{
    padding-top: 0px;
  }

  .ta-add-min .ta-input{
    max-width: 80px;
  }

  .ta-yr-width{
    width: 40%;
  }

  .ta-new-icon{
    height: 24px;
    width: 24px;
  }
  .calculate-btn .ta-sf-btn-w button{
    font-size: 16px;
    padding: 10px 20px;
    line-height: normal;
  }
}

@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;
  }
}

@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;
  }

  .guid-sec {
    margin: 60px 0;
  }

  .guid-sec .section-title h2 {
    margin-bottom: 30px;
  }

  .guid-sec .sub-head {
    max-width: 100%;
  }

  .guid-sec .sub-head h4 {
    font-family: "HelveticaNeueLTStd-Bd";
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.83px;
  }

  .guid-sec .sub-head p {
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
  }

  .m-mg-y-30 {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .m-pd-y-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .dm-mg-y-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@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;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-lhs {
    padding-left: 0;
  }

  .things-know-sct .things-toknow-wrap .things-toknow-lhs .things-img img {
    width: 238px;
    height: 176px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .slider-card-cont-wrap {
    padding: 20px 16px;
  }

  .things-know-sct .slider-cards-wrap {
    margin-bottom: 60px !important;
  }
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
/* popup css starts */

.ta-calc-w {
  position: relative;
}

.cstm-popover-share{
  width: 230px;
  position: absolute;
  top: 4px;
  left: 120px;
  display: none;
  border-radius: 15px;
  box-shadow: 3px 6px 14px 0 rgba(0, 115, 187, 0.1);
  background-color: #ffffff;

}
.shareIcon-listItem {
  width: 25%;
  padding: 5px;
}
.shareIcon-list{
  flex-wrap: wrap;
}
.shareIcon .shareIcon-fixsizeSize img {
  width: 32px;
}
.shareIcon-fixsizeSize:before {
  font-size: 32px;
}
/* popup css ends */

@media screen and (max-width: 767.99px) { 
    .cstm-popover-share {
    	display:none !important;
	} 
}


