* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  font-size: 15px;
  line-height: 144%;
  font-family: "OpenSans-Regular";
  min-height: 100%;
  color: #333;
}

body {
  background-color: #F5F5F5;
  background-image: url("/content/dam/tata-capital-web/assets/img/bg-length-desktop.svg");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}

header, footer, section, article {
  display: block;
}

.main-content {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

strong {
  font-weight: normal;
  font-family: "OpenSans-Bold";
}

a {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol {
  margin: 0px;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a {
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
p a:hover {
  text-decoration: none;
}

.error-msgs {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  color: #FF3030;
  margin-top: 2px;
  display: block;
}

button:focus {
  outline: none;
}

strong {
  font-family: "OpenSans-Bold";
}

.relative {
  position: relative !important;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.hidden {
  display: none !important;
}

.d-flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.font-black {
  font-family: "OpenSans-ExtraBold" !important;
}

.regular {
  font-family: "OpenSans-Regular" !important;
}

.bold {
  font-family: "OpenSans-Bold" !important;
}

.semibold {
  font-family: "OpenSans-SemiBold" !important;
}

.medium {
  font-family: "OpenSansMedium" !important;
}

.italic, em {
  font-family: "OpenSansItalic" !important;
}
.italic.with-note-text .notes, em.with-note-text .notes {
  font-style: italic;
}

.font-italic {
  font-style: italic !important;
}

.heading42 {
  font-size: 42px;
  line-height: 50px;
  color: #333333;
}

/* container */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.h-100 {
  height: 100% !important;
}

/* Bg Color */
.bg-transparent {
  background-color: transparent !important;
}

.bg-wgite {
  background-color: #fff !important;
}

.bg-light-purple {
  background-color: #B287D4 !important;
}

.bg-light-blue {
  background-color: #8395D7 !important;
}

.bg-light-green {
  background-color: #88D4E4 !important;
}

.bg-shell-coral {
  background-color: #EB9A7A !important;
}

.bg-cornflower-blue {
  background-color: #90B7F1 !important;
}

.bg-primay-blue {
  background-color: #126FB3 !important;
}

.bg-primay-yellow {
  background-color: #D8E024 !important;
}

.bg-secondary-cyan {
  background-color: #65C294 !important;
}

.bg-secondary-swan {
  background-color: #B287D4 !important;
}

.bg-black {
  background-color: #000 !important;
}

.bg-black2 {
  background-color: #333 !important;
}

/* Text Color */
.text-white {
  color: #fff !important;
}

.text-black {
  color: #000 !important;
}

.text-black2 {
  color: #333 !important;
}

.text-red {
  color: #FF3A44 !important;
}

.text-gray {
  color: #A9B6C2 !important;
}

.text-primay-blue {
  color: #126FB3 !important;
}

.text-primay-yellow {
  color: #D8E024 !important;
}

.text-secondary-cyan {
  color: #65C294 !important;
}

.text-secondary-swan {
  color: #B287D4 !important;
}

.text-suchsia {
  color: #B369AB !important;
}

/* margin */
.mg-b0 {
  margin-bottom: 0 !important;
}

.mg-b6i {
  margin-bottom: 6px !important;
}

.mg-b15 {
  margin-bottom: 15px !important;
}

.mg-b25 {
  margin-bottom: 25px !important;
}

.mg-b30 {
  margin-bottom: 30px;
}

.mg-b60 {
  margin-bottom: 60px !important;
}

.mg-t10 {
  margin-top: 10px !important;
}

.mg-t15 {
  margin-top: 15px !important;
}

.mg-t20 {
  margin-top: 20px !important;
}

.mg-t25 {
  margin-top: 25px !important;
}

.mg-t30 {
  margin-top: 30px !important;
}

.mg-t40 {
  margin-top: 40px !important;
}

.mg-b10i {
  margin-bottom: 10px !important;
}

/* padding */
.pb-b0 {
  padding-bottom: 0 !important;
}

.pd-b-0 {
  padding-bottom: 0 !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-none {
  display: none !important;
}

/*heading*/
h1, .heading-h1 {
  font-family: "OpenSans-Light";
  font-size: 40px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000;
}
h1 span, .heading-h1 span {
  font-family: "OpenSans-SemiBold";
}

h2, .heading36 {
  font-family: "OpenSans-Regular";
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: #000;
}
h2 span, .heading36 span {
  font-family: "OpenSans-Bold";
}

h3 {
  font-family: "OpenSans-Light";
  font-size: 30px;
  line-height: 39px;
  letter-spacing: 0.1px;
  color: #333333;
}
h3 span {
  font-family: "OpenSans-SemiBold";
}

.heading32 {
  color: #000;
  font-size: 32px;
  font-family: "OpenSans-Regular";
  line-height: 130%;
  letter-spacing: 0.64px;
}

.heading20 {
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  letter-spacing: normal;
}

.heading24 {
  font-size: 24px;
  line-height: 31px;
  color: #333333;
  letter-spacing: 0.02em;
}

h4 {
  font-size: 16px;
  line-height: 130%;
  font-family: "OpenSans-SemiBold";
}

h6 {
  font-size: 18px;
  line-height: 22px;
  color: #333333;
}

.heading14 {
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.text16 {
  font-size: 15px;
  line-height: 140%;
}

.text16i {
  font-size: 15px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #333;
}

.text14i {
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #333;
}

.text14 {
  font-size: 14px;
  line-height: 140%;
}

.font14i {
  font-size: 14px !important;
  line-height: 22px !important;
}

.mx-w100 {
  max-width: 100% !important;
}

.w-100 {
  width: 100%;
}

/* button */
.btn-apply {
  font-family: "OpenSans-Bold";
  height: 50px;
  background-color: #fff;
  border: none;
  outline: none;
  border-radius: 50px;
  font-size: 15px;
  line-height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2c6eb5;
  padding: 10px 20px;
  min-width: 158px;
  cursor: pointer;
}

.cursor-defult {
  cursor: default !important;
}

button {
  cursor: pointer;
}

.btn-info {
  font-family: "OpenSans-Bold";
  font-size: 12px;
  line-height: 14px;
  color: #333333;
  background: #D8E024;
  border-radius: 12px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
}

.btn-h40 {
  padding: 10px 25px !important;
}

.btn-white {
  background: radial-gradient(48.39% 149.81% at 48.36% 50.79%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.67) 100%, rgba(255, 255, 255, 0.86) 100%);
  border-radius: 10px;
  outline: none;
  padding: 10px;
  font-family: "OpenSans-Bold";
  font-size: 12px;
  line-height: 14px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.btn-white:focus {
  box-shadow: none;
}
.btn-white span {
  margin-left: 8px;
  vertical-align: middle;
}

.align-middle {
  vertical-align: middle !important;
}

.btn-blue, .btn-blue-new {
  background-color: #1961AC;
  color: #fff;
  border-radius: 12px;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: none;
  outline: none;
  padding: 10px 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.btn-blue.btn14, .btn-blue-new.btn14 {
  font-size: 14px;
  line-height: 17px;
  padding-top: 13px;
  padding-bottom: 13px;
}
.btn-blue.btn-large, .btn-blue-new.btn-large {
  padding: 16px 25px;
  min-width: 135px;
  font-size: 16px;
  line-height: 19px;
}
.btn-blue:hover, .btn-blue-new:hover {
  background: #165CA4;
  box-shadow: 0px 38px 15px rgba(30, 109, 194, 0.02), 0px 21px 13px rgba(30, 109, 194, 0.08), 0px 9px 9px rgba(30, 109, 194, 0.13), 0px 2px 5px rgba(30, 109, 194, 0.15), 0px 0px 0px rgba(30, 109, 194, 0.15);
}
.btn-blue.btn-disabled, .btn-blue-new.btn-disabled {
  background: #87ABD0;
  pointer-events: none;
  color: #FAFAFA;
}
.btn-blue.btn-yellow, .btn-blue-new.btn-yellow {
  background-color: #EAF225;
  color: #333;
  box-shadow: none;
}
.btn-blue.btn-yellow:hover, .btn-blue-new.btn-yellow:hover {
  background-color: #F4FF00;
}
.btn-blue.btn-fusia, .btn-blue-new.btn-fusia {
  background: linear-gradient(96.49deg, #B874B0 -0.51%, #B459AA 105.45%);
  color: #fff;
}
.btn-blue.btn-fusia:hover, .btn-blue-new.btn-fusia:hover {
  box-shadow: none;
  background: linear-gradient(96.49deg, #B459AA -0.61%, #B874B0 105.45%);
}
.btn-blue.btn-teals, .btn-blue-new.btn-teals {
  background: linear-gradient(96.99deg, #55A67E 0%, #4B9A73 105.78%);
  color: #fff;
}
.btn-blue.btn-teals:hover, .btn-blue-new.btn-teals:hover {
  box-shadow: none;
  background: linear-gradient(96.99deg, #4B9A73 0%, #55A67E 105.78%);
}
.btn-blue.btn-black, .btn-blue-new.btn-black {
  background: #333333;
  color: #fff;
}
.btn-blue.btn-black:hover, .btn-blue-new.btn-black:hover {
  box-shadow: none;
  background: #222;
}
.btn-blue.btn-blue-outline, .btn-blue-new.btn-blue-outline {
  background-color: transparent;
  color: #2c6eb5;
  border: 1px solid #2c6eb5;
}
.btn-blue.btn-blue-outline:hover, .btn-blue-new.btn-blue-outline:hover {
  background-color: #2c6eb5;
  color: #ffffff;
}
.btn-blue.btn-blue-outline.btn-transparents, .btn-blue-new.btn-blue-outline.btn-transparents {
  color: #fff;
  border-color: #fff;
}
.btn-blue.btn-blue-outline.btn-transparents:hover, .btn-blue-new.btn-blue-outline.btn-transparents:hover {
  background-color: transparent;
  color: #fff;
}
.btn-blue.btn-with-icon img, .btn-blue-new.btn-with-icon img {
  margin-left: 10px;
}
.btn-blue.radius100, .btn-blue-new.radius100 {
  border-radius: 100px;
}

.btn-blue-new {
  background: rgba(255, 255, 255, 0.2);
}
.btn-blue-new:hover {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 1px #FFFFFF;
}
.btn-blue-new.btn-disabled {
  background: #3B9BEF;
  color: #92C7F7;
}

.btn-light-white {
  background: rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
  border-radius: 12px;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: none;
  outline: none;
  padding: 10px 30px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.radius10 {
  border-radius: 10px !important;
}

.btn-view-all {
  display: inline-flex;
  align-items: center;
  font-family: "OpenSans-Bold";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2c6eb5;
}
.btn-view-all span {
  margin-left: 7px;
  font-size: 10px;
}
.btn-view-all .text-wrap {
  margin-left: 0;
}
.btn-view-all:hover {
  text-decoration: none;
}

.btn-light-blue {
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%), linear-gradient(134.06deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.67) 99.11%);
  border-radius: 28px;
  padding: 15px 30px;
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  display: inline-block;
}

.btn-shadow {
  box-shadow: 0px 4px 10px rgba(117, 116, 181, 0.15);
}

.btn-link {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  border: none;
  outline: none;
  padding: 10px 30px;
  color: #1961AC;
  font-family: "OpenSans-SemiBold";
  border-radius: 12px;
  background: rgb(255, 255, 255);
  transition: all 0.2s;
}
.btn-link.btn-14 {
  font-size: 14px;
  line-height: 19px;
  padding: 12px 25px;
}
.btn-link.btn-big {
  font-size: 16px;
  line-height: 19px;
  padding: 16px 25px;
}
.btn-link:hover {
  color: #0F5197;
  box-shadow: 0px 22px 13px rgba(0, 0, 0, 0.01), 0px 10px 10px rgba(0, 0, 0, 0.02), 0px 2px 5px rgba(0, 0, 0, 0.02), 0px 0px 0px rgba(0, 0, 0, 0.02);
}
.btn-link.btn-disabled {
  background: #FAFAFA;
  color: #87ABD0;
  pointer-events: none;
}
.btn-link.btn-with-card-bg:hover {
  color: #0F5197;
  background: #F2F2F2;
  box-shadow: 0px 30px 12px rgba(29, 91, 149, 0.04), 0px 17px 10px rgba(29, 91, 149, 0.13), 0px 8px 8px rgba(29, 91, 149, 0.21), 0px 2px 4px rgba(29, 91, 149, 0.25), 0px 0px 0px rgba(29, 91, 149, 0.25);
}
.btn-link.btn-with-card-bg.btn-disabled {
  background: #A0D3FF;
  color: #589DDD;
}

.btn-big {
  font-size: 16px;
  line-height: 20px;
  padding: 13px 30px;
}

.green-text {
  color: #1fc750;
}

.red-text {
  color: #fc3e3e;
}

.text-dark-green {
  color: #29925E !important;
}

.primary-on-blue-bg {
  background: linear-gradient(132.42deg, #187BD1 0.05%, #108DFA 99%);
  border-radius: 20px;
  padding: 30px;
}

.slick-dots {
  display: none;
}

.slider-dots .slick-dots {
  left: 0;
  right: 0;
  text-align: center;
  display: block;
}
.slider-dots .slick-dots li {
  width: auto;
  height: auto;
  margin: 0 5px;
}
.slider-dots .slick-dots li button {
  width: 9px;
  height: 9px;
  background-color: rgba(51, 51, 51, 0.1);
  border-radius: 50%;
  transition: all 0.4s;
  padding: 2px;
}
.slider-dots .slick-dots li button:before {
  content: none;
}
.slider-dots .slick-dots li.slick-active button {
  background-color: #333;
}

.slider-arrows .slick-arrow {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  background: linear-gradient(134.06deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 99.11%);
  border-radius: 16px;
}
.slider-arrows .slick-arrow:before {
  font-family: "icomoon";
  font-size: 14px;
  line-height: 17px;
  color: #333;
}
.slider-arrows .slick-arrow.slick-disabled {
  pointer-events: none;
}
.slider-arrows .slick-prev {
  left: -15px;
}
.slider-arrows .slick-prev:before {
  content: "\e906";
}
.slider-arrows .slick-next {
  right: -15px;
}
.slider-arrows .slick-next:before {
  content: "\e905";
}

.slider-arrows-2 .slick-arrow:before {
  color: #333333;
  font-family: "icomoon";
}
.slider-arrows-2 .slick-prev:before {
  content: "\e906";
}
.slider-arrows-2 .slick-next:before {
  content: "\e905";
}

.button-has-icon-left {
  position: relative;
  padding-left: 48px !important;
}
.button-has-icon-left .left-icon {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
}

.flex-slider .slick-track {
  display: flex;
}
.flex-slider .slick-track .slick-slide {
  height: auto;
  min-height: inherit;
}

.wrapper {
  overflow: hidden;
}

.custom-select2 .select2-container {
  width: 100% !important;
}
.custom-select2.select2-white .select2-container--default .select2-selection--single {
  border-bottom: 1px solid rgba(237, 237, 237, 0.8);
}
.custom-select2.select2-white .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff;
}
.custom-select2.select2-white .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
}
.custom-select2.select2-white .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #fff;
}

.select2-search--dropdown {
  padding: 8px 10px;
  background: #FFFFFF;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  background: #FFFFFF;
  border: 1.5px solid #D8E024;
  border-radius: 8px;
  height: 32px;
  padding: 7px 13px;
}
.select2-container--default .select2-dropdown {
  border: none;
  background-color: #fff;
  box-shadow: 0px 39px 15px rgba(86, 130, 164, 0.01), 0px 22px 13px rgba(86, 130, 164, 0.05), 0px 10px 10px rgba(86, 130, 164, 0.09), 0px 2px 5px rgba(86, 130, 164, 0.1), 0px 0px 0px rgba(86, 130, 164, 0.1);
  border-radius: 2px 2px 10px 10px;
  overflow: hidden;
  z-index: 7;
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
  border-bottom: 0;
  border-top: 1px solid #126FB3;
}
.select2-container--default.select2-container--open .select2-selection--single {
  border-bottom: 1px solid #126FB3;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:before {
  content: "\e90d";
}
.select2-container--default .select2-results__options {
  padding: 0;
}
.select2-container--default .select2-results__option {
  font-size: 14px;
  line-height: 18px;
  font-family: "OpenSans-Regular";
  font-weight: 400;
  color: #333333;
  padding: 15px 21px;
  text-align: left;
}
.select2-container--default .select2-results__option:last-child {
  border-radius: 0px 0px 10px 10px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background: #F4FBFF;
  color: #126FB3;
}
.select2-container--default .select2-results__option.select2-results__message {
  font-family: "OpenSans-Bold";
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #F4FBFF;
  color: #126FB3;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(199, 199, 199, 0.6);
  border-radius: 0px;
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 38px;
  color: #828282;
  position: relative;
  width: 100%;
  height: 38px;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #828282;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
  line-height: 28px;
  padding-top: 9px;
  text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0px;
  top: 5px;
  width: auto;
  transform: unset;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e90e";
  font-family: "icomoon";
  color: #333;
  font-size: 10px;
}

.select2-container {
  display: block;
}

.select2-results ::-webkit-scrollbar {
  width: 5px;
}
.select2-results ::-webkit-scrollbar-track {
  background: #fff;
}
.select2-results ::-webkit-scrollbar-thumb {
  background: #126FB3;
}
.select2-results ::-webkit-scrollbar-thumb:hover {
  background: #126FB3;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c0d2e3;
}
.mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar {
  background-color: #c0d2e3;
}
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f6f8f9;
}

.row {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  position: relative;
}

.mx-157 {
  max-width: 157px;
}

.mx-314 {
  max-width: 314px;
  margin: auto;
}

.mx-490 {
  max-width: 490px;
  margin: auto;
}

.mx-760 {
  max-width: 760px;
  margin: auto;
}

.mx-865 {
  max-width: 865px !important;
}

.mx-944 {
  max-width: 944px;
  margin: auto;
}

.mx-1012 {
  max-width: 1012px;
  margin: auto;
}

.mx-1060 {
  max-width: 1060px !important;
}

.all-icon {
  width: 47px;
  min-width: 47px;
  height: 47px;
  border-radius: 50%;
  background-color: #B287D4;
  font-size: 20px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.all-icon32 {
  width: 32px;
  min-width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #B287D4;
  font-size: 18px;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

/* 20-01-2023 */
.all-icon18 {
  width: 18px;
  min-width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #B287D4;
  font-size: 8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.all-icon18::before {
  position: absolute;
  top: 5px;
  left: 5px;
}

/* 20-01-2023 */
.list-circle-ticks-voilet li {
  position: relative;
  padding-left: 26px;
  margin-top: 12px;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333;
}
.list-circle-ticks-voilet li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url("/content/dam/tata-capital-web/assets/img/circle-check-voilet.svg") no-repeat center center;
  position: absolute;
  left: 0px;
  top: 1px;
}
.list-circle-ticks-voilet li:first-child {
  margin-top: 0px;
}

.row-flex {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.row-flex.row-flex-30 {
  margin: 0 -30px;
}
.row-flex.row-flex-20 {
  margin: 0 -20px;
}
.row-flex .col-sp15 {
  padding: 0 15px;
}
.row-flex .col-sp10 {
  padding: 0 10px;
}
.row-flex .col-sp12 {
  padding: 0 12px;
}
.row-flex .col-sp20 {
  padding: 0 20px;
}
.row-flex .col-sp30 {
  padding: 0 30px;
}
.row-flex .row-col-50 {
  width: 50%;
}
.row-flex .row-col-33 {
  width: 33.33%;
}
.row-flex .row-col-40 {
  width: 40%;
}
.row-flex .row-col-25 {
  width: 25%;
}
.row-flex .row-col-45 {
  width: 45%;
}
.row-flex .row-col-30 {
  width: 30%;
}
.row-flex .row-col-60 {
  width: 60%;
}
.row-flex .row-col-66 {
  width: 66.66%;
}
.row-flex .row-col-100 {
  width: 100%;
}

.with-note-text .notes {
  font-size: 18px;
  font-family: "OpenSans-SemiBold";
}

.no-border-bottom {
  border-bottom: none !important;
}

.pd-t0i {
  padding-top: 0px !important;
}

.pd-t10 {
  padding-top: 10px;
}

.pd-t20i {
  padding-top: 20px !important;
}

.pd-t30i {
  padding-top: 30px !important;
}

.pd-t40i {
  padding-top: 40px !important;
}

.pd-t45i {
  padding-top: 45px !important;
}

.pd-t50 {
  padding-top: 50px !important;
}

.pd-10i {
  padding-top: 10px !important;
}

.pd-b10 {
  padding-bottom: 10px;
}

.pd-b40 {
  padding-bottom: 40px;
}

.hash-tag-new .tag-whites {
  font-family: "OpenSans-SemiBold";
  background-color: #FFFFFF;
  border-radius: 63px;
  display: inline-block;
  padding: 6px 14px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #333333;
}

.hash-tag span {
  display: inline-block;
  background: #F4FAFF;
  border-radius: 5px;
  padding: 4px 10px;
  font-weight: 500;
  font-size: 13px;
  line-height: 130%;
  color: #1268B3;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hash-tag span:last-child {
  margin-right: 0px;
}

.btn-blue-link {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2c6eb5;
  font-family: "OpenSans-Bold";
  display: inline-block;
}
.btn-blue-link.link-with-arrow {
  position: relative;
  padding-right: 20px;
}
.btn-blue-link.link-with-arrow:before {
  content: "\e90e";
  font-weight: 400;
  font-family: "icomoon";
  font-size: 10px;
  line-height: 18px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.btn-blue-link.link-with-arrow.active:before {
  content: "\e90d";
}

i {
  font-style: normal;
}

.sticky-quick-link {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: -267px;
  width: 267px;
  z-index: 11;
  transition: all 0.3s;
}
.sticky-quick-link.active {
  left: 0px;
}
.sticky-quick-link.active .actions-toggle .icon {
  transform: translateY(-56%) rotate(90deg);
}
.sticky-quick-link .actions-toggle {
  padding: 8px 36px 8px 18px;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  color: #FFFFFF;
  width: 134px;
  position: absolute;
  top: 50%;
  left: 218px;
  transform: translateY(-50%) rotate(90deg);
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  height: 35px;
  border: 1px solid;
  border-image-source: linear-gradient(131.67deg, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.01%);
}
.sticky-quick-link .actions-toggle .icon {
  position: absolute;
  right: 17px;
  top: 56%;
  font-size: 10px;
  transform: translateY(-56%) rotate(-90deg);
  transition: 0.3s ease-in-out;
}
.sticky-quick-link .actions {
  padding: 13px 30px;
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  border: 1px solid;
  border-image-source: linear-gradient(131.67deg, #FFFFFF 0.04%, rgba(255, 255, 255, 0) 99.01%);
  border-radius: 0 20px 20px 0;
  transition: 0.3s ease-in-out;
}
.sticky-quick-link .actions li {
  padding: 17px 0;
  border-bottom: 1px solid #BFD4E2;
}
.sticky-quick-link .actions li a {
  color: #FFFFFF;
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-family: "OpenSans-SemiBold";
}
.sticky-quick-link .actions li:last-child {
  border-bottom: none;
}
/*Tia chatbot*/
  .chatbot-box .chatbot-open-btn {
    position: fixed;
    bottom: -100%;
    right: 15px;
    padding: 8px 16px;
    background-color: #B369AB;
    border-radius: 10px 10px 0 0;
    font-size: 12px;
    line-height: 14px;
    font-family: 'OpenSans-SemiBold';
    color: #fff;
    min-width: 72px;
    z-index: 1050; }
    .chatbot-box .chatbot-open-btn.has-arrow {
      padding-right: 30px; }
      .chatbot-box .chatbot-open-btn.has-arrow:before {
        content: "\e905";
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
        font-family: 'icomoon';
        font-size: 8px; }
    .chatbot-box .chatbot-open-btn.showing {
      animation: showingTransition 0.5s ease-in-out;
      bottom: 0; }
    .chatbot-box .chatbot-open-btn.hiding {
      animation: hidingTransition 0.5s ease-in-out;
      bottom: -100%; }
  .chatbot-box .ask-tia-wrap.showing img, .chatbot-box .ask-tia-wrap.showing .chatbot-open-btn {
    animation: showingTransition 0.5s ease-in-out;
    bottom: 1px; }
  .chatbot-box .ask-tia-wrap.showing .cross-btn {
    animation: showingCrossTransition 0.5s ease-in-out;
    bottom: 105px; }
  .chatbot-box .ask-tia-wrap.hiding img, .chatbot-box .ask-tia-wrap.hiding .chatbot-open-btn {
    animation: hidingTransition 0.5s ease-in-out;
    bottom: -100%; }
  .chatbot-box .ask-tia-wrap.hiding .cross-btn {
    animation: hidingCrossTransition 0.5s ease-in-out;
    bottom: -200px; }
  .chatbot-box .ask-tia-wrap img {
    position: fixed;
    right: -2px;
    z-index: 1050; }
  .chatbot-box .ask-tia-wrap .chatbot-open-btn {
    border-radius: 10px; }
  .chatbot-box .cross-btn {
    position: fixed;
    right: 14px;
    bottom: -100%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    color: #333333;
    z-index: 1051; }
    .chatbot-box .cross-btn span {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 7px; }
  
  @keyframes showingTransition {
    0% {
      bottom: -100%; }
    80% {
      bottom: 8px; }
    100% {
      bottom: 0; } }
  @keyframes showingCrossTransition {
    0% {
      bottom: -100%; }
    100% {
      bottom: 105px; } }
  @keyframes hidingCrossTransition {
    0% {
      bottom: 105px; }
    100% {
      bottom: -200px; } }
  @keyframes hidingTransition {
    0% {
      bottom: 0; }
    100% {
      bottom: -100%; } }
  /* Tia chatbot */
/*custom radio*/
.custom-radio {
  display: inline-block;
  background: transparent;
  vertical-align: top;
  height: 18px;
  width: 18px;
  position: relative;
}
.custom-radio input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  z-index: 10;
  margin-top: 0px;
  cursor: pointer;
}
.custom-radio input:checked ~ .radiobox-check:after {
  display: block;
}
.custom-radio input:checked ~ .radiobox-check:before {
  border: 1px solid #4992D2;
}
.custom-radio .radiobox-check {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.custom-radio .radiobox-check:before {
  content: "";
  background-color: transparent;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #828282;
  border-radius: 50%;
}
.custom-radio .radiobox-check:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: none;
  background: #4992D2;
  box-shadow: 0px 79.3588px 31.3595px rgba(15, 157, 245, 0.02), 0px 44.7993px 26.8796px rgba(15, 157, 245, 0.07), 0px 19.8397px 19.8397px rgba(15, 157, 245, 0.12), 0px 5.11992px 10.8798px rgba(15, 157, 245, 0.14), 0px 0px 0px rgba(15, 157, 245, 0.14);
  transform: translate(-50%, -50%);
}
.custom-radio.custom-white-radio {
  width: 16px;
  height: 16px;
}
.custom-radio.custom-white-radio input[type=radio] {
  width: 16px;
  height: 16px;
}
.custom-radio.custom-white-radio input:checked ~ .radiobox-check:before {
  border: 1px solid #ffffff;
}
.custom-radio.custom-white-radio .radiobox-check:before {
  width: 16px;
  height: 16px;
  border: 1px solid rgba(249, 249, 249, 0.6);
}
.custom-radio.custom-white-radio .radiobox-check:after {
  background: #ffffff;
}

.custom-radiobox-label {
  padding-left: 26px;
  position: relative;
  margin-bottom: 0px;
  font-family: "OpenSans-SemiBold";
  font-size: 13px;
  line-height: 18px;
  color: #333;
  cursor: pointer;
}
.custom-radiobox-label .custom-radio {
  position: absolute;
  left: 0px;
  top: 0px;
}
.custom-radiobox-label.custom-white-radiobox {
  color: #F9F9F9;
}

/*custom checkbox new*/
.custom-checkbox-label {
  padding-left: 26px;
  position: relative;
  margin-bottom: 0px;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 18px;
  color: #333;
  cursor: pointer;
  display: inline-block;
}
.custom-checkbox-label .custom-checkbox-new {
  position: absolute;
  left: 0px;
  top: 0px;
}

.custom-checkbox-new {
  display: inline-block;
  background: transparent;
  vertical-align: top;
  height: 18px;
  width: 18px;
  position: relative;
}
.custom-checkbox-new input[type=checkbox],
.custom-checkbox-new input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 18px;
  height: 18px;
  z-index: 10;
  margin-top: 0px;
  cursor: pointer;
}
.custom-checkbox-new input:checked ~ .checkbox-check:after {
  content: "\e938";
  font-family: "icomoon";
  font-weight: 300;
  position: absolute;
  left: 5px;
  top: 1px;
  color: #fff;
  font-size: 9px;
  line-height: 18px;
}
.custom-checkbox-new input:checked ~ .checkbox-check:before {
  border: 1px solid #126FB3;
  background: #126FB3;
}
.custom-checkbox-new .checkbox-check {
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-bottom: 0;
  margin-top: 0;
  position: relative;
}
.custom-checkbox-new .checkbox-check:before {
  background-color: transparent;
  height: 16px;
  width: 16px;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  border: 1px solid #A7ABB7;
  border-radius: 4px;
}

/*custom checkbox new*/
/*custom dropdown new*/
.custom-dropdown.custom-dropdown-new .dropdown-button {
  background-color: #f9fbff;
  border: 1px solid #ccd8ee;
  border-radius: 6px;
}
.custom-dropdown.custom-dropdown-new .dropdown-button a {
  padding-right: 15px;
  color: #606060;
  font-family: "OpenSans-SemiBold";
}
.custom-dropdown.custom-dropdown-new .dropdown-button a:before {
  content: "\e90e";
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-dropdown.custom-dropdown-new .dropdown-button.active a:before {
  content: "\e90d";
}
.custom-dropdown.custom-dropdown-new .dropdown-card-inner {
  padding: 11px;
}
.custom-dropdown.custom-dropdown-new .dropdown-card {
  width: 100%;
  min-width: inherit;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-button {
  width: 100px;
  min-width: auto;
  padding: 1px 8px;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-button a {
  padding-right: 12px;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-button.active {
  box-shadow: none;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-button.active a:before {
  content: "\e90e";
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-card {
  bottom: 0px;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-card:before {
  display: none;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-card-inner {
  max-height: 200px;
  overflow-y: auto;
  padding: 6px;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-list-menu li {
  margin-top: 0px;
}
.custom-dropdown.custom-dropdown-new.custom-dropdow-sm .dropdown-list-menu li a {
  font-size: 11px;
  line-height: 18px;
  padding: 3px 8px;
  font-family: "OpenSans-Regular";
  margin: 2px 0;
  text-align: left;
  border-radius: 5px;
  color: #333;
}

.dropdown-list-menu li {
  margin-top: 5px;
}
.dropdown-list-menu li:first-child {
  margin-top: 0px;
}
.dropdown-list-menu li a {
  padding: 7px 10px;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.03em;
  text-transform: capitalize;
  color: #606060;
  border-radius: 8px;
  display: block;
}
.dropdown-list-menu li.active a, .dropdown-list-menu li:hover a {
  background-color: #f2f9ff;
  color: #333;
}

/*custom dropdown new*/
.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

.link-yellow {
  text-transform: uppercase;
  color: #d7df23;
  font-size: 12px;
  line-height: 18px;
  font-family: "OpenSans-Bold";
  letter-spacing: 0.02em;
}

.text-blue {
  color: #1961AC !important;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.btn-links {
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 19px;
  color: #1961AC;
  display: inline-flex;
  align-items: center;
}
.btn-links.with-left-icon .lft-icon {
  margin-right: 5px;
}
.btn-links.btn-14 {
  font-size: 14px;
}
.btn-links:hover {
  text-decoration: none;
}
.btn-links:hover .arros {
  transform: translateX(3px);
}
.btn-links.link-with-arrow {
  position: relative;
  padding-right: 16px;
}
.btn-links.link-with-arrow .arros {
  position: absolute;
  right: 0;
  top: 6px;
  margin-left: 0px;
  padding-top: 0px;
}
.btn-links .arros {
  font-size: 11px;
  margin-left: 5px;
  padding-top: 3px;
  transition: all 0.5s;
  transition: transform 0.3s ease-out;
}
.btn-links.btn-disabled {
  color: #87ABD1;
  pointer-events: none;
}
.btn-links.btn-links-white {
  color: #fff;
}
.btn-links.btn-links-white.btn-disabled {
  color: #95C7F4;
}

.btn-links-md {
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 19px;
  color: #1961AC;
  display: inline-flex;
  align-items: center;
}
.btn-links-md:hover {
  text-decoration: none;
}
.btn-links-md.btn-disabled {
  color: #87ABD1;
  pointer-events: none;
}

.btn-links-sm {
  font-family: "OpenSans-Bold";
  font-size: 13px;
  line-height: 19px;
  color: #1961AC;
  display: inline-flex;
  align-items: center;
}
.btn-links-sm:hover {
  text-decoration: none;
}

.btn-links-xs {
  font-size: 12px;
  line-height: 18px;
  color: #1961AC;
  display: inline-flex;
  align-items: center;
}
.btn-links-xs:hover {
  text-decoration: none;
}

.pointer-none {
  pointer-events: none;
}

.dot-list li {
  position: relative;
  padding-left: 15px;
}
.dot-list li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #1961AC;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 0;
}
.dot-list.gray-dots li.has-title span {
  font-family: "OpenSans-SemiBold";
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}
.dot-list.gray-dots li.has-title:before {
  top: 12px;
}
.dot-list.gray-dots li:before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #636363;
  position: absolute;
  border-radius: 50%;
  top: 6px;
  left: 0;
}

.list-circle-info {
  padding-left: 8px;
}
.list-circle-info li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 13px;
}
.list-circle-info li:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #4F4F4F;
  display: block;
  position: absolute;
  left: 0px;
  top: 8px;
}
.list-circle-info li:last-child {
  margin-bottom: 0px;
}
.list-circle-info.list-circle-2 {
  display: flex;
  flex-wrap: wrap;
}
.list-circle-info.list-circle-2 li {
  width: calc(50% - 20px);
  font-family: "OpenSans-SemiBold";
  margin-right: 20px;
}
.list-circle-info.list-circle14 li {
  font-size: 14px;
  line-height: 20px;
  font-family: "OpenSans-SemiBold";
}

/*new circle info style*/
/*new circle info style*/
.list-number-info ol {
  padding-left: 20px;
}
.list-number-info ol li {
  list-style-type: decimal;
  margin-bottom: 10px;
}
.list-number-info ol li:last-child {
  margin-bottom: 0px;
}

.bg-div {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.88) 0%, #FFFFFF 100%);
  border-radius: 30px;
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
}

.visible-sm {
  display: none !important;
}

.visible-xs {
  display: none;
}

.collapse {
  display: none;
}

.form-control {
  font-family: "OpenSans-Bold";
  font-size: 12px;
  line-height: 14px;
  color: #808080;
  padding: 12px 10px;
  width: 100%;
  background: #ECECEC;
  border-radius: 14px;
  border: none;
}
.form-control:focus {
  outline: none;
}

.input-textbox {
  border: none;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  border-bottom: 1px solid #333333;
  padding: 10px 0;
  height: 38px;
  width: 100%;
  border-radius: 0px;
  background-color: transparent;
}
.input-textbox:focus {
  outline: none;
}

.form-textbox {
  position: relative;
  padding: 20px 0px;
}
.form-textbox .select2-container {
  width: 100% !important;
}
.form-textbox .label-name {
  display: block;
  font-weight: normal;
  margin-bottom: 0px;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 17px;
  color: #333333;
  position: absolute;
  left: 0px;
  top: 30px;
  transition: all 0.4s;
}
.form-textbox .error-msgs {
  position: absolute;
  left: 0px;
  display: none;
  padding-left: 0px;
}
.form-textbox .input-textbox {
  transition: all 0.4s;
}
.form-textbox .textbox-inner {
  position: relative;
}
.form-textbox.active .label-name {
  font-size: 12px;
  top: 5px;
}
.form-textbox.textboxerror .input-textbox, .form-textbox.textboxerror .input-date {
  border-bottom-color: #E81D2D;
}
.form-textbox.textboxerror .error-msgs {
  display: block;
}
.form-textbox.textboxerror .select2-container {
  border-bottom: 1px solid #E81D2D;
}

.form-textbox {
  width: 100%;
}

.modal-open {
  overflow: hidden;
}

.container {
  margin: auto;
  padding: 0 15px;
}

.custom-container {
  width: 100%;
  max-width: 1294px;
  margin: auto;
  padding: 0 15px;
  position: relative;
  z-index: 10;
}

.header-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 48px !important;
  bottom: 0px;
  z-index: 9;
}

.slick-slide:focus {
  outline: none;
}

.space-tb40 {
  padding: 40px 0;
}
.space-tb40.space-b80 {
  padding-bottom: 80px;
}
.space-tb40.space-t80 {
  padding-top: 80px;
}

.text-label {
  display: block;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
  color: #0C0C20;
  margin: 0px;
}

.custom-checkbox {
  position: relative;
}
.custom-checkbox .label-text {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #333333;
  margin-right: 10px;
  padding-left: 24px;
}
.custom-checkbox .label-text a {
  font-family: "OpenSans-SemiBold";
  color: #1961AC;
}
.custom-checkbox .checkbox-wrap {
  min-width: 16px;
  width: 16px;
  height: 16px;
  border: 1px solid #A6A6A6;
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
  position: absolute;
  left: 0;
  top: 2px;
  background-color: #fff;
  cursor: pointer;
}
.custom-checkbox .checkbox-wrap:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 3px;
  height: 6px;
  border: solid #FFFFFF;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
.custom-checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
}
.custom-checkbox input[type=checkbox]:checked ~ .checkbox-wrap {
  background-color: #1961AC;
  border-color: #1961AC;
}
.custom-checkbox input[type=checkbox]:checked ~ .checkbox-wrap:after {
  display: block;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
.select2-container *:focus {
  outline: none;
}

.hamburger-menu {
  cursor: pointer;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px;
}
.hamburger-menu .first-sub-bar,
.hamburger-menu .second-sub-bar,
.hamburger-menu .third-sub-bar {
  width: 14px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 2px 0;
  transition: 0.4s;
  border-radius: 2px;
}
.hamburger-menu.animate-hamburger .first-sub-bar {
  -ms-transform: rotate(-45deg) translate(-6px, 0px);
  transform: rotate(-45deg) translate(-6px, 0px);
}
.hamburger-menu.animate-hamburger .second-sub-bar {
  opacity: 0;
}
.hamburger-menu.animate-hamburger .third-sub-bar {
  -ms-transform: rotate(45deg) translate(-6px, 0px);
  transform: rotate(45deg) translate(-6px, 0px);
}

.tops-heads {
  max-width: 862px;
  margin: 0 auto 40px;
  text-align: center;
}
.tops-heads p {
  margin-top: 10px;
  color: #333;
  letter-spacing: 0.02em;
}

/*breadcrumb css*/
.np-inner {
  padding: 0 40px 0 50px;
}

.np-box {
  padding: 14px 0;
  position: relative;
  z-index: 1;
}
.np-box.np-with-banner {
  margin-bottom: -26px;
}
.np-box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.np-box ul li {
  font-size: 12px;
  line-height: 16px;
  color: #1961AC;
  font-family: "OpenSans-Bold";
  padding: 0 5px;
  position: relative;
}
.np-box ul li:before {
  content: "-";
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
}
.np-box ul li:first-child:before {
  display: none;
}
.np-box ul a {
  font-family: "OpenSans-Regular";
  display: block;
  color: #1961AC;
}

/*bredcrumb css*/
.new-share-bundle {
  position: relative;
}
.new-share-bundle .js-shares-btn.active {
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  color: #fff;
}
.new-share-bundle .js-shares-btn span {
  pointer-events: none;
}
.new-share-bundle.show .share-bundle-menu {
  display: flex;
}
.new-share-bundle .share-bundle-menu {
  right: auto;
  left: 0px;
}

.share-bundle-menu {
  padding: 10px 15px;
  background: radial-gradient(48.39% 149.81% at 48.36% 50.79%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.67) 100%, rgba(255, 255, 255, 0.86) 100%);
  border-radius: 12px;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  border: 1px solid #FFFFFF;
  display: none;
  align-items: center;
  flex-wrap: wrap;
}
.share-bundle-menu.active {
  display: flex;
}
.share-bundle-menu .social-btn {
  background-color: transparent;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  margin-right: 16px;
  font-family: "OpenSans-Regular";
  border: none;
  outline: none;
  color: #333333;
  display: inline-flex;
  align-items: center;
}
.share-bundle-menu .social-btn.copied {
  color: #1961AC;
  pointer-events: none;
}
.share-bundle-menu .social-btn.copied .icon {
  color: #1961AC;
}
.share-bundle-menu .social-btn:nth-last-child(1) {
  margin-right: 0;
}
.share-bundle-menu .social-btn .icon {
  color: #333333;
  margin-right: 5px;
  font-size: 18px;
}

.simple-bar {
  overflow: auto;
}
.simple-bar.no-simplebar-placeholder .simplebar-placeholder {
  display: none;
}

.simplebar-scrollbar:before {
  opacity: 1;
  background: rgba(130, 130, 130, 0.5);
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.simplebar-track .simplebar-track {
  right: -2px;
}
.simplebar-track.simplebar-vertical {
  width: 7px;
}

/*Tooltip*/
.custom-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.custom-tooltip:hover .tooltip-text {
  visibility: visible;
}
.custom-tooltip:hover .tooltip-icon:after {
  visibility: visible;
}
.custom-tooltip .tooltip-icon:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -2px;
  top: -14px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 13px solid #fcfdfd;
  visibility: hidden;
}

.tooltip-text {
  visibility: hidden;
  position: absolute;
  width: 215px;
  bottom: 100%;
  left: 50%;
  transform: translateY(-13px);
  margin-left: -107px;
  background: linear-gradient(134.06deg, #FFFFFF 0%, #FFFFFF 99.11%, #FFFFFF 99.11%);
  box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
  text-align: left;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.02em;
  color: #333333;
  padding: 6px 9px;
  border-radius: 12px;
  white-space: normal;
  z-index: 3;
}

.min-w149 {
  min-width: 149px;
}

.tab-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.tab-btn-group .tab-item:nth-last-child(1) .tab-button {
  margin-right: 0;
}
.tab-btn-group .tab-item .tab-button {
  padding: 10px 20px;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  border-radius: 10px;
  margin-right: 20px;
  min-width: 126px;
  display: inline-block;
  color: rgba(25, 97, 172, 0.6);
}
.tab-btn-group .tab-item .tab-button.active, .tab-btn-group .tab-item .tab-button:hover {
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  color: #FFFFFF;
  box-shadow: 0px 25px 25px rgba(15, 157, 245, 0.02), 0px 70px 42px rgba(15, 157, 245, 0.07), 0px 31px 31px rgba(15, 157, 245, 0.12), 0px 8px 17px rgba(15, 157, 245, 0.14), 0px 0px 0px rgba(15, 157, 245, 0.14);
}

.icon-rupee {
  font-size: 80%;
  font-weight: bold;
}

/* animation btn */
.animated-btn {
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: inline-block;
}
.animated-btn i {
  z-index: 4;
  overflow: hidden;
}
.animated-btn:after {
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.4;
  content: "";
  height: 70px;
  left: 0px;
  position: absolute;
  top: -10px;
  transform: matrix(0.93, 0.56, -0.33, 0.88, 0, 0);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  animation-name: iamanimated;
  animation-delay: 2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 2.5s;
}

@keyframes iamanimated {
  0% {
    left: -75px;
  }
  100% {
    left: 120%;
  }
}
/*animation btn */
/* header menu animation btn */
.animated-header-btn {
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #F6E2FF !important;
}
.animated-header-btn i {
  z-index: 4;
  overflow: hidden;
}
.animated-header-btn:after {
  background: white;
  opacity: 0.4;
  content: "";
  height: 70px;
  left: 0px;
  position: absolute;
  top: -12px;
  transform: matrix(1.6, -0.44, -0.63, 0.88, 0, 0);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 20px;
  animation-name: iamanimatedhead;
  animation-delay: 0s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-duration: 2.5s;
}

@keyframes iamanimatedhead {
  0% {
    left: -70px;
  }
  100% {
    left: 110%;
  }
}
/* header menu animation btn */
/*10-01-2023*/
.custom-dropdown-wrap .custom-dropdown-btn {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.72) 100%);
  padding: 14px 32px 14px 14px;
  border-radius: 8px;
  font-family: "OpenSans-Bold";
  font-size: 13px;
  color: #333333;
  line-height: 17px;
  width: 100%;
  display: inline-block;
  position: relative;
}
.custom-dropdown-wrap .custom-dropdown-btn:after {
  font-family: "icomoon";
  content: "\e90e";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
}
.custom-dropdown-wrap .custom-dropdown-btn.active {
  border-radius: 8px 8px 0 0;
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.2);
}
.custom-dropdown-wrap .custom-dropdown-btn.active:after {
  content: "\e90d";
}
.custom-dropdown-wrap .custom-dropdown-block {
  min-width: 260px;
  display: none;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.2);
  padding: 6px 16px;
  z-index: 1;
  border-radius: 8px 0 8px 8px;
  position: absolute;
  right: 0;
  top: 100%;
}
.custom-dropdown-wrap .custom-dropdown-block.show {
  display: block;
}
.custom-dropdown-wrap .custom-dropdown-block .custom-dropdown-list {
  max-height: 230px;
}
.custom-dropdown-wrap .custom-dropdown-block .custom-dropdown-list .list {
  padding: 10px 0;
  border-bottom: 1px solid #E0E9F1;
  transition: all 0.2s;
}
.custom-dropdown-wrap .custom-dropdown-block .custom-dropdown-list .list:hover {
  background-color: #E1F4FF;
  padding-left: 7px;
  padding-right: 7px;
}
.custom-dropdown-wrap .custom-dropdown-block .custom-dropdown-list .list label {
  display: block;
}
.custom-dropdown-wrap .custom-dropdown-block .custom-dropdown-list .list:nth-last-child(1) {
  border-bottom: none;
}

/*10-01-2023*/
/*tab with slider*/
.new-tabs-outers {
  margin-bottom: 30px;
}

.new-tab-sliders {
  padding: 0 20px;
}
.new-tab-sliders .tab-button {
  padding: 10px 20px;
  border-radius: 10px;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  color: rgba(25, 97, 172, 0.6);
  display: block;
}
.new-tab-sliders .tab-button.active {
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  color: #fff;
}
.new-tab-sliders.slider-arrows .slick-arrow {
  background: transparent;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.new-tab-sliders.slider-arrows .slick-arrow:before {
  color: #1961AC;
}
.new-tab-sliders.slider-arrows .slick-prev {
  left: -5px;
}
.new-tab-sliders.slider-arrows .slick-next {
  right: 0;
}

/*tab with slider*/
.tabs-button {
  background-color: #FFFFFF;
  padding: 15px 45px 15px 25px;
  width: 100%;
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 21px;
  color: #A4AAAF;
  border-bottom: 1px solid #E0E9F1;
  position: relative;
  display: inline-block;
}
.tabs-button .subs-links {
  display: block;
  padding-top: 4px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-family: "OpenSans-Regular";
}
.tabs-button.has-right-arrow:after {
  content: "\e923";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  right: 17px;
  color: #BDC9D3;
  font-size: 14px;
  font-weight: 400;
  transition: all 0.2s;
}
.tabs-button.active, .tabs-button:hover {
  background: #DEDC00;
  color: #333333;
  border-bottom-color: #DEDC00;
}
.tabs-button.active.has-right-arrow:after, .tabs-button:hover.has-right-arrow:after {
  transform: translateY(-50%) rotate(0);
  color: #333333;
}
.tabs-button:nth-child(1) {
  border-radius: 30px 30px 0 0;
  padding-top: 25px;
}
.tabs-button:nth-last-child(1) {
  border-radius: 0 0 30px 30px;
  padding-bottom: 25px;
  border-bottom: none;
}

.custom-tab-dropdown {
  position: relative;
}
.custom-tab-dropdown .custom-tab-drop-content {
  padding-top: 20px;
}
.custom-tab-dropdown .custom-tab-drop-item {
  display: none;
}
.custom-tab-dropdown .custom-tab-drop-item.active {
  display: block;
}
.custom-tab-dropdown .custom-tab-drop-btn {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.72) 100%);
  padding: 14px 28px 14px 14px;
  box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: inline-block;
  font-family: "OpenSans-Bold";
  font-size: 13px;
  line-height: 17px;
  color: #333333;
  border-radius: 8px;
}
.custom-tab-dropdown .custom-tab-drop-btn.has-right-arrow {
  position: relative;
}
.custom-tab-dropdown .custom-tab-drop-btn.has-right-arrow:after {
  font-family: "icomoon";
  content: "\e90e";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 8px;
}
.custom-tab-dropdown .custom-tab-drop-btns {
  position: relative;
}
.custom-tab-dropdown .custom-tab-drop-btns .custom-tab-drop-list {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
}
.custom-tab-dropdown .custom-tab-drop-btns .custom-tab-drop-list .list {
  margin-right: 20px;
}
.custom-tab-dropdown .custom-tab-drop-btns .custom-tab-drop-list .list:nth-last-child(1) {
  margin-right: 0;
}
.custom-tab-dropdown .tab-drop-btn {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
  color: rgba(25, 97, 172, 0.6);
  display: inline-block;
}
.custom-tab-dropdown .tab-drop-btn.active, .custom-tab-dropdown .tab-drop-btn:hover {
  color: #FFFFFF;
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  box-shadow: 0px 124px 49px rgba(15, 157, 245, 0.02), 0px 70px 42px rgba(15, 157, 245, 0.07), 0px 31px 31px rgba(15, 157, 245, 0.12), 0px 8px 17px rgba(15, 157, 245, 0.14), 0px 0px 0px rgba(15, 157, 245, 0.14);
}

/* 24-01-2023 */
.faq-table-wrap {
  margin: 20px 0;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.faq-table-wrap .faq-main-table {
  border-spacing: 0;
}
.faq-table-wrap tr:nth-child(even) td {
  background: #f5f5f5;
}
.faq-table-wrap td {
  padding: 16px 20px;
  border-right: 1px solid #707070;
  width: 50%;
  word-break: break-word;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #333333;
}
.faq-table-wrap td:last-child {
  border-right: 0;
}

/* 24-01-2023 */
.ads-box {
  text-align: center;
}
.ads-box .ads-img {
  margin: auto;
  width: 400px;
  height: 250px;
  display: block;
}
.ads-box .ads-img img {
  width: 100%;
  height: 100%;
}

.third-party-banner {
  padding: 25px;
}
.third-party-banner .third-party-img {
  display: block;
  width: 100%;
  height: 100%;
}
.third-party-banner .images {
  width: 100%;
  height: 100%;
}

.rating-stars ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.rating-stars li {
  padding: 0 8px;
}
.rating-stars li.selected span, .rating-stars li.hover span {
  color: #FFC804;
}
.rating-stars span {
  font-size: 34px;
  color: #DBDBDB;
  cursor: pointer;
}
.rating-stars span:hover {
  color: #FFC804;
}

/*26-06-2023*/
.chatbot-box .chatbot-open-btn {
  position: fixed;
  bottom: -100%;
  right: 15px;
  padding: 8px 16px;
  background-color: #B369AB;
  border-radius: 10px 10px 0 0;
  font-size: 12px;
  line-height: 14px;
  font-family: "OpenSans-SemiBold";
  color: #fff;
  min-width: 72px;
  z-index: 1050;
}
.chatbot-box .chatbot-open-btn.has-arrow {
  padding-right: 30px;
}
.chatbot-box .chatbot-open-btn.has-arrow:before {
  content: "\e905";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  font-family: "icomoon";
  font-size: 8px;
}
.chatbot-box .chatbot-open-btn.showing {
  animation: showingTransition 0.5s ease-in-out;
  bottom: 0;
}
.chatbot-box .chatbot-open-btn.hiding {
  animation: hidingTransition 0.5s ease-in-out;
  bottom: -100%;
}
.chatbot-box .ask-tia-wrap.showing img, .chatbot-box .ask-tia-wrap.showing .chatbot-open-btn {
  animation: showingTransition 0.5s ease-in-out;
  bottom: 1px;
}
.chatbot-box .ask-tia-wrap.showing .cross-btn {
  animation: showingCrossTransition 0.5s ease-in-out;
  bottom: 105px;
}
.chatbot-box .ask-tia-wrap.hiding img, .chatbot-box .ask-tia-wrap.hiding .chatbot-open-btn {
  animation: hidingTransition 0.5s ease-in-out;
  bottom: -100%;
}
.chatbot-box .ask-tia-wrap.hiding .cross-btn {
  animation: hidingCrossTransition 0.5s ease-in-out;
  bottom: -200px;
}
.chatbot-box .ask-tia-wrap img {
  position: fixed;
  right: -2px;
  z-index: 1050;
}
.chatbot-box .ask-tia-wrap .chatbot-open-btn {
  border-radius: 10px;
}
.chatbot-box .cross-btn {
  position: fixed;
  right: 14px;
  bottom: -100%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  padding: 5px;
  color: #333333;
  z-index: 1051;
}
.chatbot-box .cross-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 7px;
}

@keyframes showingTransition {
  0% {
    bottom: -100%;
  }
  80% {
    bottom: 8px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes showingCrossTransition {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 105px;
  }
}
@keyframes hidingCrossTransition {
  0% {
    bottom: 105px;
  }
  100% {
    bottom: -200px;
  }
}
@keyframes hidingTransition {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100%;
  }
}
/*26-06-2023*/
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
}
/* Responsive Media */
@media (min-width: 1199px) {
  .d-xl-block {
    display: block !important;
  }
  .d-xl-none {
    display: none !important;
  }
}
@media (max-width: 1255px) {
  .np-inner {
    padding: 0 25px 0 30px;
  }
}
@media (max-width: 1199px) {
  .np-inner {
    padding: 0 15px 0 20px;
  }
}
@media (max-width: 991px) {
  .mg-tb-b25 {
    margin-bottom: 25px;
  }
  .visible-md {
    display: block !important;
  }
  .hidden-md {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .pd-md-0 {
    padding: 0 !important;
  }
  .scroll-hide {
    overflow: hidden;
  }
  .header-overlay {
    display: none;
  }
  h2, .heading36 {
    font-size: 30px;
  }
  .heading32 {
    font-size: 26px;
  }
  .np-box.np-with-banner {
    margin-bottom: -9px;
  }
  .third-party-banner {
    padding: 20px;
  }
  .space-tb40 {
    padding: 30px 0;
  }
  .space-tb40.space-b80 {
    padding-bottom: 60px;
  }
  .space-tb40.space-t80 {
    padding-top: 60px;
  }
  .share-bundle-menu {
    top: calc(100% + 2px);
  }
  .np-inner {
    padding: 0px;
  }
  .page-header {
    margin-bottom: 0px;
  }
  .tab-btn-group {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    overflow-x: auto;
    margin-bottom: 30px;
    padding-left: 15px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    /* Hide scrollbar for Chrome, Safari and Opera */
  }
  .tab-btn-group::-webkit-scrollbar {
    display: none;
  }
  .tab-btn-group .tab-item:nth-last-child(1) .tab-button {
    margin-right: 0;
  }
  .tab-btn-group .tab-item .tab-button {
    margin-right: 0px;
    margin-bottom: 0;
  }
  .tab-btn-group .tab-item .tab-button:hover {
    background: transparent;
    color: #1961AC;
    box-shadow: none;
  }
  .tab-btn-group .tab-item .tab-button.active {
    background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
    color: #FFFFFF;
    box-shadow: none;
  }
  .tabs-button {
    background: transparent;
    padding: 10px 20px;
    width: auto;
    min-width: fit-content;
    font-family: "OpenSans-SemiBold";
    font-size: 14px;
    line-height: 16px;
    color: #1961AC;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: none;
    border-radius: 10px;
    margin: 0 0px 5px 0px;
    min-height: 36px;
  }
  .tabs-button .subs-links {
    font-size: 12px;
    line-height: 16px;
    padding-top: 2px;
    max-width: 140px;
  }
  .tabs-button.has-right-arrow:after {
    display: none;
  }
  .tabs-button:hover {
    color: #1961AC;
    background: transparent;
  }
  .tabs-button.active {
    background: #1961AC;
    color: #FFFFFF;
  }
  .tabs-button:nth-child(1) {
    border-radius: 10px;
    padding-top: 10px;
  }
  .tabs-button:nth-last-child(1) {
    border-radius: 10px;
    padding-bottom: 10px;
  }
  .ads-box .ads-img {
    width: 300px;
    height: 187px;
  }
}
@media (max-width: 767px) {
  .heading32 {
    font-size: 16px;
  }
  .list-number-info ol li {
    font-size: 13px;
    line-height: 19px;
  }
  .new-tab-sliders {
    padding: 0px;
  }
  .hash-tag-new .tag-whites {
    padding: 6px 10px;
    font-size: 12px;
  }
  .mg-x-b20 {
    margin-bottom: 20px;
  }
  .mobile-w-100 {
    width: 100%;
  }
  body {
    background-image: url("/content/dam/tata-capital-web/assets/img/bg-length-mobile.svg");
  }
  .with-note-text .notes {
    font-size: 14px;
    font-family: "OpenSans-Regular";
  }
  .mg-x-b20 {
    margin-bottom: 20px;
  }
  .page-header {
    text-align: center;
  }
  .btn-light-blue {
    font-family: "OpenSans-SemiBold";
    font-size: 12px;
    line-height: 16px;
    padding: 10px 20px;
  }
  .custom-checkbox .label-text {
    font-size: 13px;
    line-height: 17px;
    font-family: "OpenSans-SemiBold";
  }
  .sticky-quick-link {
    width: 233px;
    left: -233px;
  }
  .sticky-quick-link .actions {
    padding: 8px 20px;
  }
  .sticky-quick-link .actions li {
    padding: 12px 0;
  }
  .sticky-quick-link .actions li a {
    font-size: 13px;
  }
  .sticky-quick-link .actions-toggle {
    left: 201px;
    font-size: 12px;
    line-height: 18px;
    padding-left: 8px;
    padding-right: 15px;
    width: 100px;
  }
  .sticky-quick-link .actions-toggle .icon {
    right: 8px;
  }
  .share-bundle-menu .social-btn {
    margin-right: 13px;
  }
  .btn-links {
    font-size: 14px;
  }
  .btn-links .arros {
    font-size: 10px;
    padding-top: 5px;
  }
  .btn-links.link-with-arrow .arros {
    top: 7px;
  }
  .btn-big {
    font-size: 14px;
  }
  .heading24 {
    font-size: 16px;
    line-height: 23px;
  }
  .text14i {
    font-size: 13px;
  }
  .text16i {
    font-size: 14px;
  }
  .space-tb40 {
    padding: 25px 0;
  }
  .space-tb40.space-b80 {
    padding-bottom: 50px;
  }
  .space-tb40.space-t80 {
    padding-top: 50px;
  }
  .all-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    font-size: 19px;
  }
  .bg-div {
    border-radius: 24px;
  }
  .max-w730 {
    max-width: 100%;
  }
  .container {
    max-width: 100%;
  }
  .container.mob-pd0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .container.mob-pd-r0 {
    padding-right: 0px;
  }
  .tops-heads {
    margin-bottom: 34px;
  }
  .tops-heads p {
    font-size: 14px;
    line-height: 20px;
  }
  .text-center-xs {
    text-align: center !important;
  }
  .visible-sm {
    display: none !important;
  }
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .mg-xs-t0 {
    margin-top: 0 !important;
  }
  .mg-x-t10 {
    margin-top: 10px;
  }
  h1, .heading-h1 {
    font-size: 30px;
  }
  h2, .heading36 {
    font-size: 22px;
  }
  h3 {
    font-size: 26px;
    line-height: 34px;
  }
  .heading20 {
    font-size: 16px;
    line-height: 130%;
  }
  .slider-arrows .slick-arrow {
    width: 30px;
    height: 30px;
    bottom: -46px;
  }
  .slider-arrows .slick-arrow:before {
    font-size: 10px;
    line-height: 14px;
  }
  .slider-arrows .slick-prev {
    margin-left: -85px;
  }
  .slider-arrows .slick-next {
    margin-right: -85px;
  }
  .btn-blue.btn-large {
    font-size: 14px;
  }
  .btn-link.btn-big {
    font-size: 14px;
  }
  .list-circle-info li {
    font-size: 13px;
    line-height: 19px;
  }
  .list-circle-info li.with-note-text .notes {
    font-size: 13px;
  }
  .list-circle-info.list-circle-2 li {
    width: 100%;
    margin-right: 0px;
    font-family: "OpenSans-Regular";
  }
  .np-box {
    padding: 10px 0;
  }
  .custom-tooltip {
    position: absolute;
  }
  .custom-tooltip.bottom-placement .tooltip-text {
    display: inline-table;
    transform: translateY(10px);
    top: 100%;
  }
  .custom-tooltip.bottom-placement .tooltip-icon:after {
    border-top: none;
    top: 12px;
    left: -3px;
    border-bottom: 13px solid #fcfdfd;
  }
  .custom-tooltip.right-placement .tooltip-text {
    right: -18px;
    left: auto;
  }
  .custom-tooltip .tooltip-icon:after {
    width: 0;
    height: 0;
    left: -2px;
    top: -14px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 13px solid #fcfdfd;
  }
  .tooltip-text {
    width: 204px;
    bottom: 100%;
    left: 50%;
    transform: translateY(-13px);
    margin-left: -102px;
    font-size: 11px;
    line-height: 15px;
    padding: 9px;
    border-radius: 8px;
  }
  .btn-xs-full {
    width: 100%;
  }
  .custom-tab-dropdown .custom-tab-drop-content {
    padding-top: 50px;
  }
  .custom-tab-dropdown .custom-tab-drop-btn.active {
    border-radius: 8px 8px 0 0;
  }
  .custom-tab-dropdown .custom-tab-drop-btns {
    display: none;
    position: absolute;
    width: 100%;
    top: 45px;
    background: #FFFFFF;
    box-shadow: 0 7px 24px rgba(0, 0, 0, 0.2);
    padding: 6px 14px;
    border-radius: 0 0 8px 8px;
    z-index: 2;
  }
  .custom-tab-dropdown .custom-tab-drop-btns.show {
    display: block;
  }
  .custom-tab-dropdown .custom-tab-drop-btns .custom-tab-drop-list {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 0;
  }
  .custom-tab-dropdown .custom-tab-drop-btns .custom-tab-drop-list .list {
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #E0E9F1;
  }
  .custom-tab-dropdown .custom-tab-drop-btns .custom-tab-drop-list .list:nth-last-child(1) {
    border-bottom: none;
  }
  .custom-tab-dropdown .tab-drop-btn {
    width: 100%;
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    line-height: 18px;
    padding: 8px 0;
    border-radius: 10px;
    color: #333333;
    display: inline-block;
    text-align: left;
    background: transparent;
  }
  .custom-tab-dropdown .tab-drop-btn.active, .custom-tab-dropdown .tab-drop-btn:hover {
    box-shadow: none;
    background: transparent;
    color: #333333;
  }
  /* 23-01-2023 */
  .faq-table-wrap td {
    font-size: 13px;
    vertical-align: top;
  }
  .faq-table-wrap td:last-child {
    border-right: 0;
  }
  /* 23-01-2023 */
}
@media (max-width: 359px) {
  .share-bundle-menu .social-btn {
    margin-right: 8px;
  }
  .share-bundle-menu .social-btn .icon {
    font-size: 15px;
  }
  .ads-box .ads-img {
    width: 285px;
    height: 178px;
  }
}
/* Container */
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.text-rotate {
  transform: rotate(-90deg);
  position: absolute;
  left: 0px;
}

.sticky-actions {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  transition: all 0.4s;
  z-index: 11;
}
.sticky-actions .actions-toggle {
  width: 20px;
  height: 44px;
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px 0 0 10px;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  display: none;
}
.sticky-actions .actions-toggle .icon-arrow-right {
  display: none;
}
.sticky-actions .actions-toggle .icon-arrow-left {
  display: inline-block;
}
.sticky-actions.active .actions-toggle .icon-arrow-right {
  display: inline-block;
}
.sticky-actions.active .actions-toggle .icon-arrow-left {
  display: none;
}
.sticky-actions li {
  width: 40px;
  margin-top: 10px;
  margin-bottom: 10px;
  box-shadow: 0px 3.6px 36px rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.sticky-actions li .btn-action {
  position: relative;
  background: transparent;
  border: 0;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "OpenSans-SemiBold";
  font-size: 12px;
  line-height: 40px;
}
.sticky-actions li .btn-action [class^=icon] {
  margin-right: 8px;
}
.sticky-actions li .btn-action .stick-txt {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  display: inline-block;
}
.sticky-actions li.downloadApp {
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  height: 160px;
  transition: all 0.2s ease-in-out;
}
.sticky-actions li.downloadApp:hover {
  background: #B369AB;
  border-color: rgba(255, 255, 255, 0.42);
}
.sticky-actions li.downloadApp:hover .btn-action {
  color: #FFFFFF;
}
.sticky-actions li.downloadApp:hover .download-icon-default {
  display: none;
}
.sticky-actions li.downloadApp:hover .download-icon-hover {
  display: block;
}
.sticky-actions li.downloadApp .btn-action {
  top: 102px;
  color: #333333;
}
.sticky-actions li.downloadApp .btn-action [class^=icon] {
  font-size: 16px;
}
.sticky-actions li.downloadApp .download-icon-default, .sticky-actions li.downloadApp .download-icon-hover {
  margin-right: 10px;
  margin-bottom: 1px;
  transform: rotate(90deg);
}
.sticky-actions li.downloadApp .download-icon-hover {
  display: none;
}
.sticky-actions li.creditScore {
  height: 155px;
  background: #333333;
  border-radius: 27px;
  transition: all 0.2s ease-in-out;
}
.sticky-actions li.creditScore:hover {
  background: #126FB3;
}
.sticky-actions li.creditScore [class^=icon] {
  font-size: 28px;
  display: block;
  transform: rotate(90deg);
}
.sticky-actions li.creditScore .btn-action {
  top: 107px;
  color: #ffffff;
}
.sticky-actions li.creditScore .credit-score-icon {
  margin-right: 1px;
  transform: rotate(90deg);
}
.sticky-actions li.chatBot {
  width: 48px;
  margin-left: -4px;
  border-radius: 50%;
}
.sticky-actions li.chatBot .btn-action {
  padding: 0;
}
.sticky-actions li.whatsApp {
  background: linear-gradient(132.36deg, rgba(255, 255, 255, 0.67) -2.92%, rgba(255, 255, 255, 0.5) 99.09%);
  border-radius: 50%;
  height: 40px;
}
.sticky-actions li.whatsApp .btn-action {
  color: #25D366;
  text-align: center;
  display: block;
}
.sticky-actions li.whatsApp .btn-action [class^=icon] {
  font-size: 22px;
  line-height: 40px;
  margin-right: 0;
}

@media (max-width: 767px) {
  .sticky-actions {
    height: 91px;
    width: 172px;
    background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.97) 0%, rgba(16, 141, 250, 0.95) 99.11%, #108DFA 99.11%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px 0px 0px 16px;
    right: -172px;
  }
  .sticky-actions.active {
    right: 0px;
  }
  .sticky-actions .actions-toggle {
    display: block;
  }
  .sticky-actions .actions-toggle [class^=icon] {
    font-size: 14px;
  }
  .sticky-actions .actions-toggle:focus {
    outline: none;
    box-shadow: none;
  }
  .sticky-actions .actions {
    padding-left: 12px;
    padding-right: 12px;
  }
  .sticky-actions li {
    box-shadow: none;
    margin-top: 18px;
    margin-bottom: 18px;
  }
  .sticky-actions li:nth-last-child(1) {
    border-bottom: none;
  }
  .sticky-actions li .btn-action {
    transform: none;
  }
  .sticky-actions li .btn-action .stick-txt {
    font-size: 13px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .sticky-actions li.downloadApp {
    height: 16px;
    background: none;
    width: 100%;
  }
  .sticky-actions li.downloadApp:hover {
    background: none;
    border-color: transparent;
  }
  .sticky-actions li.downloadApp .btn-action {
    top: -8px;
    border-bottom: 1px solid #BFD4E2;
    padding-bottom: 3px;
  }
  .sticky-actions li.downloadApp .btn-action [class^=icon] {
    font-size: 22px;
    margin-right: 0;
    transform: rotate(90deg);
    color: #ffffff;
  }
  .sticky-actions li.downloadApp .download-icon-default {
    display: none;
  }
  .sticky-actions li.downloadApp .download-icon-hover {
    display: block;
    transform: rotate(0deg);
    margin: 0 12px 0 5px;
    height: 20px;
  }
  .sticky-actions li.creditScore {
    height: 28px;
    background: none;
  }
  .sticky-actions li.creditScore:hover {
    background: none;
  }
  .sticky-actions li.creditScore .credit-score-icon {
    transform: rotate(0deg);
    margin: 0 4px 0 0;
  }
  .sticky-actions li.creditScore .btn-action {
    top: -6px;
  }
  .sticky-actions li.creditScore .btn-action [class^=icon] {
    margin-right: 0;
    transform: rotate(90deg);
    color: #ffffff;
    position: relative;
  }
  .sticky-actions li.creditScore .btn-action [class^=icon]::before {
    position: relative;
    z-index: 1;
  }
  .sticky-actions li.creditScore .btn-action [class^=icon]:after {
    content: "";
    background-color: #000000;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .sticky-actions li.whatsApp {
    height: 24px;
    background: none;
  }
  .sticky-actions li.whatsApp .btn-action [class^=icon] {
    font-size: 22px;
    line-height: 22px;
    color: #ffffff;
  }
  .sticky-actions li.chatBot {
    display: none;
  }
}
.popover-modal-open {
  overflow: hidden;
}
.popover-modal-open .popover-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.popover-modal-close {
  background: transparent;
  border: none;
  color: #333333;
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 0;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  z-index: 2;
}
.popover-modal-close:focus {
  outline: none;
}

.popover-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.popover-modal .popover-modal-body {
  position: relative;
}
.popover-modal .popover-modal-dialog {
  position: relative;
  margin: 15px auto;
  max-width: 720px;
  padding: 0 15px;
}
.popover-modal.fade .popover-modal-dialog {
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.popover-modal.popover-show.fade {
  opacity: 1;
  transition: opacity 0.15s linear;
}
.popover-modal.popover-show .popover-modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.popover-modal .popover-modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 30px);
}
.popover-modal .popover-modal-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  outline: 0;
  padding: 50px;
  background: linear-gradient(134.06deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 99.11%);
  border-radius: 21px;
  overflow: hidden;
}
.popover-modal .popover-modal-content.video-modals {
  padding: 35px 0 0px;
  border-radius: 18px;
  background: transparent;
}
.popover-modal .popover-modal-content.video-modals .popover-modal-close {
  color: #fff;
  top: 15px;
  right: 20px;
}
.popover-modal .popover-modal-content.subscribes-content {
  padding-bottom: 120px;
}
.popover-modal.modals-blue .popover-modal-close {
  color: #fff;
}
.popover-modal.modals-blue .popover-modal-content {
  background: linear-gradient(132.42deg, #187bd1 0.05%, #108dfa 99%);
}
.popover-modal.modals-blue .modal-yellow-blue {
  position: relative;
  background: linear-gradient(132.42deg, #187bd1 0.05%, #108dfa 99%);
  border-radius: 30px;
  overflow: hidden;
}
.popover-modal.modals-blue .modal-yellow-blue .popover-modal-close {
  color: #126fb3;
  top: 29px;
  right: 30px;
}
.popover-modal.modals-blue .modal-yellow-blue .popover-top-heads {
  background: linear-gradient(134.06deg, #d2da21 0%, #dbe22b 99.11%);
  border-radius: 30px 30px 0px 0px;
  padding: 25px 20px;
  text-align: center;
}
.popover-modal.modals-blue .modal-yellow-blue .popover-top-heads .images-logo {
  margin: auto;
}
.popover-modal.modals-blue .modal-yellow-blue .popover-modal-content {
  border-radius: 0 0 30px 30px;
  padding: 30px;
}

/* thank you modal */
.thankyou-modal-inner {
  text-align: center;
}
.thankyou-modal-inner .heading36 {
  color: #ffffff;
  margin-bottom: 8px;
}
.thankyou-modal-inner p {
  color: #ffffff;
}
.thankyou-modal-inner .thankyou-img {
  margin: 0 auto 10px;
}
.thankyou-modal-inner .otp-failure-btn {
  margin-top: 40px;
}
.thankyou-modal-inner .has-bottom-btns {
  padding-top: 40px;
}
.thankyou-modal-inner .has-bottom-btns .yes-no-btn {
  min-width: 95px;
  margin: 0 9px;
}

/* thank you modal */
.modal-backdrop {
  width: auto;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 12;
}

/* react out of us modal */
.reachout-modal-inner {
  max-width: 370px;
  margin: 0 auto;
  text-align: center;
}
.reachout-modal-inner .heading20 {
  text-align: center;
  color: #ffffff;
  margin-bottom: 22px;
}
.reachout-modal-inner .default-duttons {
  padding-bottom: 20px;
}
.reachout-modal-inner .btn-list {
  display: flex;
  align-items: center;
  justify-content: center;
}
.reachout-modal-inner .btn-list li {
  padding-right: 20px;
}
.reachout-modal-inner .btn-list li:last-child {
  padding-right: 0;
}

.credit-cards-content p {
  font-family: "OpenSans-Regular";
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #333333;
}
.credit-cards-content .btn-blue {
  margin: 0 auto;
  display: block;
  max-width: 130px;
  margin-top: 30px;
}

.prefrence-language-content .prefrence-mx {
  max-width: 494px;
  margin: auto;
  text-align: center;
}
.prefrence-language-content .pdf-imgs {
  margin: 0 auto 20px;
}
.prefrence-language-content h3 {
  margin-bottom: 8px;
  color: #fff;
}
.prefrence-language-content p {
  margin-bottom: 30px;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #fff;
}
.prefrence-language-content .custom-select2 {
  margin-bottom: 30px;
}

.subscribes-content .mx-490 {
  text-align: center;
}
.subscribes-content .thanks-imgs {
  margin: 0 auto 10px;
}
.subscribes-content .heading36 {
  color: #fff;
  margin-bottom: 8px;
}
.subscribes-content .text16i {
  color: #fff;
}

.explore-pro-links {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, #ffffff 0%, #ffffff 100%);
  border-radius: 30px;
  padding: 40px;
  width: 100%;
}
.explore-pro-links .heading20 {
  margin-bottom: 30px;
  color: #126fb3;
  text-align: center;
}

.pro-links-subscribe {
  padding: 0 40px;
  margin-top: -83px;
  position: relative;
  z-index: 1;
}

.explore-pro-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -20px;
  margin-left: -13px;
  margin-right: -13px;
}
.explore-pro-link li {
  padding: 0 13px;
  margin-top: 20px;
}
.explore-pro-link li .btn-links.link-with-arrow .arros {
  color: #b369ab;
}

.videos-outer iframe {
  width: 100%;
  height: 450px;
  border-radius: 18px;
  border: 0px;
}

.modal-tb-content {
  width: 100%;
}

.confirm-upload-file .heading20 {
  margin-bottom: 30px;
  color: #fff;
}
.confirm-upload-file .confirm-mx {
  text-align: center;
}
.confirm-upload-file .confirm-btn-link .btn-link {
  margin-right: 15px;
}

.notification-centent.max-w500 {
  max-width: 480px;
}
.notification-centent .push-notification-content {
  padding: 0px;
}
.notification-centent .notification-push-msg {
  width: 195px;
  position: absolute;
  margin-top: -320px;
  margin-left: -286px;
}
.notification-centent .notification-push-msg .text14i {
  color: #ffffff;
  margin-bottom: 0;
  padding-left: 27px;
  text-align: left;
}
.notification-centent .notification-push-msg .back-icon {
  margin-right: 12px;
  color: #61e3a3;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  font-size: 18px;
  display: inline-block;
  animation: bounce 0.5s infinite alternate;
  -webkit-animation: bounce 0.5s infinite alternate;
}
.notification-centent .notification-inner .heading20,
.notification-centent .notification-inner .text14i,
.notification-centent .notification-inner .text16i {
  text-align: center;
  color: #ffffff;
}
.notification-centent .notification-inner .heading20 {
  margin-bottom: 10px;
}
.notification-centent .notification-inner .text14i {
  margin-bottom: 16px;
}
.notification-centent .notification-inner .notify-img {
  margin: 0 auto 10px;
}

.lookings-offers .text14i,
.lookings-offers h4 {
  text-align: center;
  color: #ffffff;
}
.lookings-offers .text14i {
  margin-bottom: 20px;
}
.lookings-offers .tata-icon {
  width: 183px;
  margin: 0 auto 30px;
}
.lookings-offers .offer-icon {
  width: 60px;
  margin: 0 auto 10px;
}
.lookings-offers .offers-loader {
  margin-top: 20px;
  min-height: 77px;
  transition: opacity 0.4s;
  opacity: 1;
  text-align: center;
}
.lookings-offers .offers-loader.fade_in {
  opacity: 0;
}
.lookings-offers .offers-loader img {
  margin: 0 auto;
  width: 60px;
}

@keyframes bounce {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-10px);
  }
}
/*modal animation*/
.modal-animation-wrap .popover-top-heads {
  transition: all 0.4s;
  transform: translateY(0);
}
.modal-animation-wrap .popover-top-heads.translate-top {
  transform: translateY(-70px);
}
.modal-animation-wrap .lookings-offers .offer-icon {
  transition: all 0.4s;
  transform: scale(1);
}
.modal-animation-wrap .lookings-offers .offer-icon.translate-scale {
  transform: scale(0);
}
.modal-animation-wrap .offer-user-details {
  transition: opacity 0.4s;
  opacity: 1;
}
.modal-animation-wrap .offer-user-details.fade-in {
  opacity: 0;
}

.loan-mitra-content .to-apply-mx {
  text-align: center;
}
.loan-mitra-content .to-apply-mx .pdf-imgs {
  margin: 0 auto 20px;
  background: #d8e024;
  font-size: 30px;
  border-radius: 50%;
  display: inline-block;
  color: #2a78bc;
  width: 60px;
  height: 60px;
}
.loan-mitra-content .to-apply-mx .heading36,
.loan-mitra-content .to-apply-mx .heading20,
.loan-mitra-content .to-apply-mx .text14i {
  color: #ffffff;
  text-align: center;
}
.loan-mitra-content .to-apply-mx .heading36.has-margin,
.loan-mitra-content .to-apply-mx .heading20.has-margin,
.loan-mitra-content .to-apply-mx .text14i.has-margin {
  margin-bottom: 8px;
}
.loan-mitra-content .to-apply-mx .application-numbers {
  color: #f7ff39;
  font-size: 24px;
  font-family: "OpenSans-Bold";
}
.loan-mitra-content .to-apply-mx .heading36 {
  margin-bottom: 8px;
}
.loan-mitra-content .to-apply-mx .text14i {
  margin-bottom: 20px;
}

.apply-thanks-popup {
  text-align: center;
}
.apply-thanks-popup .infoes-imgs {
  margin: 0 auto 20px;
}
.apply-thanks-popup .apply-texts {
  margin-bottom: 30px;
  color: #fff;
}

.proceed-popups {
  text-align: center;
}
.proceed-popups .heading20 {
  line-height: 28px;
  color: #fff;
}

.get-otp-wrapper {
  text-align: center;
}
.get-otp-wrapper .get-otp-img {
  margin: 0 auto 10px;
}
.get-otp-wrapper .otp-heads {
  color: #ffffff;
  font-family: "OpenSans-Regular";
}
.get-otp-wrapper .get-otp-btn {
  padding-top: 24px;
}

@media (max-width: 1199px) {
  .notification-centent .notification-push-msg {
    margin-left: -200px;
  }
}
@media (max-width: 991px) {
  .modal-backdrop {
    z-index: 12;
  }
  .videos-outer iframe {
    height: 400px;
  }
  .explore-pro-link {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -18px;
  }
  .explore-pro-link li {
    padding: 0 10px;
    margin-top: 18px;
  }
  .notification-centent .notification-push-msg {
    margin-left: -100px;
    margin-top: -430px;
  }
}
@media (max-width: 767px) {
  .proceed-popups .heading20 {
    line-height: 24px;
  }
  .thankyou-modal-inner .otp-failure-btn {
    margin-top: 30px;
  }
  .popover-modal .popover-modal-content {
    padding: 40px 20px;
  }
  .popover-modal .popover-modal-content.subscribes-content {
    padding-bottom: 161px;
  }
  .popover-modal.modals-blue .popover-modal-close {
    right: 20px;
  }
  .popover-modal.modals-blue .modal-yellow-blue {
    border-radius: 24px;
  }
  .popover-modal.modals-blue .modal-yellow-blue .popover-modal-close {
    top: 23px;
    right: 23px;
  }
  .popover-modal.modals-blue .modal-yellow-blue .popover-top-heads {
    border-radius: 24px 24px 0px 0px;
    padding: 20px 0;
  }
  .popover-modal.modals-blue .modal-yellow-blue .popover-top-heads .images-logo {
    max-width: 150px;
  }
  .popover-modal.modals-blue .modal-yellow-blue .popover-modal-content {
    border-radius: 0 0 24px 24px;
    padding: 20px 20px 30px;
  }
  .apply-thanks-popup .infoes-imgs {
    margin-bottom: 10px;
    width: 48px;
  }
  .apply-thanks-popup .apply-texts {
    margin-bottom: 20px;
  }
  .popover-modal-close {
    top: 20px;
    right: 20px;
  }
  .videos-outer iframe {
    height: 242px;
    border-radius: 8px;
  }
  .prefrence-language-content .pdf-imgs {
    width: 48px;
    margin-bottom: 10px;
  }
  .prefrence-language-content p {
    margin-bottom: 20px;
  }
  .subscribes-content .thanks-imgs {
    width: 48px;
  }
  .pro-links-subscribe {
    padding: 0 22px;
    margin-top: -141px;
  }
  .explore-pro-links {
    padding: 20px;
  }
  .explore-pro-links .heading20 {
    margin-bottom: 20px;
  }
  .explore-pro-links li {
    width: 100%;
    text-align: center;
  }
  .notification-centent .notification-push-msg {
    display: none;
  }
  .loan-mitra-content .to-apply-mx .pdf-imgs {
    width: 48px;
    height: 48px;
  }
  .loan-mitra-content .to-apply-mx .heading36,
  .loan-mitra-content .to-apply-mx .heading20,
  .loan-mitra-content .to-apply-mx .text14i {
    color: #ffffff;
    text-align: center;
  }
  .loan-mitra-content .to-apply-mx .heading36.has-margin,
  .loan-mitra-content .to-apply-mx .heading20.has-margin,
  .loan-mitra-content .to-apply-mx .text14i.has-margin {
    margin-bottom: 8px;
  }
  .loan-mitra-content .to-apply-mx .heading36 {
    margin-bottom: 8px;
  }
  .loan-mitra-content .to-apply-mx .text14i {
    margin-bottom: 20px;
  }
  .loan-mitra-content .to-apply-mx .application-numbers {
    font-size: 20px;
  }
  .lookings-offers .offer-icon {
    width: 48px;
  }
}
@media (max-width: 359px) {
  .confirm-upload-file .heading20 {
    margin-bottom: 20px;
  }
  .confirm-upload-file .confirm-btn-link .btn-link {
    margin-right: 15px;
  }
  .confirm-upload-file .confirm-btn-link .btn-blue-new {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .popover-modal {
    padding: 0 15px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-xl2 {
    max-width: 1300px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-xl1 {
    max-width: 1140px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-xl {
    max-width: 1180px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-lg2 {
    max-width: 970px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-lg {
    max-width: 930px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-md {
    max-width: 500px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-md5 {
    max-width: 560px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-md2 {
    max-width: 704px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-sm {
    max-width: 320px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-md3 {
    max-width: 665px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-md4 {
    max-width: 835px;
  }
  .popover-modal .popover-modal-dialog.popover-modal-md5 {
    max-width: 785px;
  }
}
.max-width-600 {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.modal-popup.modal-popup .popover-modal-close {
  top: 30px;
  right: 30px;
}
.modal-popup.modal-popup .popover-modal-dialog {
  position: relative;
  max-width: 815px;
  width: 100%;
  margin: 15px auto;
}
.modal-popup.modal-popup .popover-modal-dialog.popover-modal-dialog-centered {
  height: calc(100% - 30px);
}
.modal-popup.modal-popup .popover-modal-dialog .popover-modal-body {
  background: radial-gradient(50.79% 52.48% at 48.36% 50.79%, rgba(255, 255, 255, 0.97) 0%, rgba(255, 255, 255, 0.98) 100%);
  border-radius: 21px;
  padding: 35px;
}
.modal-popup.modal-popup .popover-modal-dialog .popover-modal-body.downloadpop-new .tab-innerBox {
  padding-top: 0;
}
.modal-popup.modal-popup .popover-modal-dialog .popover-modal-body.downloadpop-new .tab-innerBox .tabright {
  padding-top: 45px;
}
.modal-popup.modal-popup .popover-modal-dialog .heading {
  font-family: "OpenSans-Bold";
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal-popup.modal-popup .popover-modal-dialog h6 {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
}
.modal-popup.modal-popup .popover-modal-dialog p {
  font-size: 14px;
  line-height: 130%;
  color: rgba(51, 51, 51, 0.9);
}
.modal-popup .modalcontent {
  width: 100%;
}
.modal-popup .modalcontent .navTab {
  padding-left: 240px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -54px;
}
.modal-popup .modalcontent .navTab .nav-tablist a.active {
  background: linear-gradient(134.06deg, rgba(18, 104, 179, 0.71) 0%, rgba(16, 141, 250, 0.95) 99.11%);
  box-shadow: 0px 124px 49px rgba(15, 157, 245, 0.02), 0px 70px 42px rgba(15, 157, 245, 0.07), 0px 31px 31px rgba(15, 157, 245, 0.12), 0px 8px 17px rgba(15, 157, 245, 0.14), 0px 0px 0px rgba(15, 157, 245, 0.14);
  color: #FFFFFF;
  opacity: 1;
}
.modal-popup .modalcontent .navTab .nav-tablist a {
  border-radius: 10px;
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 17px;
  text-transform: capitalize;
  white-space: nowrap;
  color: #1961AC;
  opacity: 0.5;
  display: block;
  padding: 10px 13px;
}
.modal-popup .tab-innerBox {
  display: flex;
  padding-top: 15px;
}
.modal-popup .tab-innerBox .tableft {
  width: 200px;
  margin-right: 40px;
}
.modal-popup .tab-innerBox .tableft img {
  width: 100%;
  height: 100%;
}
.modal-popup .tab-innerBox .tabright {
  width: calc(100% - 240px);
  padding-top: 75px;
}

.tab-subscribeBox {
  background: linear-gradient(132.42deg, #187BD1 0.05%, #108DFA 99%);
  border-radius: 20px;
  margin-bottom: -120px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.tab-subscribeBox .form-textbox.textboxerror .input-textbox {
  border-bottom-color: #FFBBA5;
}
.tab-subscribeBox .form-textbox.textboxerror .error-msgs {
  color: #FFBBA5;
}

.getapp-thank-you {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
.getapp-thank-you .get-successs {
  font-family: "OpenSans-SemiBold";
  font-size: 20px !important;
  line-height: 23px !important;
  color: #FFFFFF !important;
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
.getapp-thank-you .get-successs img {
  min-width: 32px;
  margin-right: 20px;
}
.getapp-thank-you .getsuccess-sms {
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: center;
  color: #FFFFFF !important;
}

.white-dot-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.qrcode-row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
}
.qrcode-row .qrcode-left {
  width: calc(100% - 250px);
  padding-right: 35px;
}
.qrcode-row .qrcode-right {
  width: 250px;
  padding-left: 35px;
  display: flex;
  justify-content: center;
  position: relative;
}

.qrcode-content {
  text-align: center;
}
.qrcode-content img {
  display: inline-block;
  margin-top: 15px;
  width: 80px;
  height: 80px;
}
.qrcode-content h6 {
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}

.qrcode-or {
  width: 30px;
  height: 96px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.qrcode-or:before, .qrcode-or:after {
  content: "";
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  position: absolute;
  left: 50%;
  height: calc(50% - 20px);
}
.qrcode-or:before {
  top: 0;
}
.qrcode-or:after {
  bottom: 0;
}
.qrcode-or .qrcode-or-text {
  font-family: "OpenSans-Bold";
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #6ab0ed;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}

.hidden-destop {
  display: none;
}

.form-subscribe {
  position: relative;
  padding: 0 0 0 12px;
  display: flex;
  align-items: center;
  max-width: 390px;
  margin: 30px auto 0px;
}
.form-subscribe .form-textbox {
  padding: 0;
  display: flex;
  position: relative;
}
.form-subscribe .country-code {
  font-size: 13px;
  line-height: 24px;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: 9px;
}
.form-subscribe input {
  background: transparent;
  width: 100%;
  height: 45px;
  border-radius: 0;
  border: 0;
  font-size: 13px;
  color: #ffffff;
  letter-spacing: 0.02em;
  margin-right: 12px;
  padding-left: 35px;
  border-bottom: 1px solid #ffffff;
}
.form-subscribe input:focus {
  outline: none;
}
.form-subscribe input::-webkit-input-placeholder { /* Edge */
  color: #ffffff;
}
.form-subscribe input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff;
}
.form-subscribe input::placeholder {
  color: #ffffff;
}
.form-subscribe button {
  width: 170px;
  height: 45px;
  background: #d7df23;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-family: "OpenSans-Bold";
}

@media (max-width: 991px) {
  .modal-popup.modal-popup .popover-modal-dialog {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .tab-subscribeBox .form-textbox.textboxerror .error-msgs {
    font-size: 11px;
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
  .hidden-destop {
    display: block;
  }
  .modal-popup.modal-popup .popover-modal-close {
    top: 0;
    transform: translate(50%, -50%);
    right: 8px;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: linear-gradient(134.17deg, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.9) 100.73%);
    box-shadow: 0px 4px 8px rgb(25, 97, 172);
  }
  .modal-popup.modal-popup .popover-modal-dialog .heading {
    font-size: 14px;
    line-height: 16px;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .modal-popup.modal-popup .popover-modal-dialog .popover-modal-body {
    padding: 20px;
  }
  .modal-popup.modal-popup .popover-modal-dialog .popover-modal-body.downloadpop-new .tab-innerBox .tabright {
    padding-top: 0;
  }
  .modal-popup.modal-popup .popover-modal-dialog p {
    font-size: 12px;
  }
  .modal-popup .modalcontent .navTab {
    padding-left: 0;
    margin-bottom: 30px;
    justify-content: center;
  }
  .modal-popup .modalcontent .navTab .nav-tablist {
    width: 50%;
  }
  .modal-popup .modalcontent .navTab .nav-tablist a {
    font-size: 12px;
    line-height: 16px;
    padding: 10px 15px;
    white-space: normal;
    text-align: center;
  }
  .modal-popup .tab-innerBox .tableft {
    width: 115px;
    margin-right: 15px;
  }
  .modal-popup .tab-innerBox .tabright {
    padding-top: 0;
    padding-bottom: 10px;
    width: calc(100% - 130px);
  }
  .modal-popup .tab-innerBox {
    min-height: 143px;
  }
  .tab-subscribeBox {
    margin-bottom: -70px;
  }
  .tab-subscribeBox .qrcode-left {
    width: 100%;
    padding-right: 0;
  }
  .tab-subscribeBox .qrcode-right {
    display: none;
  }
  .mob-app {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
  .mob-app li {
    margin-left: 5px;
    margin-right: 5px;
  }
  .getapp-thank-you {
    padding: 0px;
  }
}
.backtolinks {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  min-height: 55px;
}
.backtolinks .backtos {
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  position: relative;
  font-family: "OpenSans-SemiBold";
  display: inline-flex;
  align-items: center;
}
.backtolinks .backtos span {
  margin-right: 7px;
}

.overviews-tab-box {
  background-color: #FFFFFF;
  width: 100%;
  position: relative;
  z-index: 2;
}
.overviews-tab-box.affix {
  position: fixed;
  left: 0px;
  z-index: 8;
  margin-top: 0px;
  box-shadow: 0px 2px 18px rgba(0, 0, 0, 0.15);
}
.overviews-tab-box .apply-over-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  max-height: 44px;
}
.overviews-tab-box .apply-over-btn .btn-blue {
  padding: 14px 26px;
  background-color: #1E8AE8;
  font-size: 14px;
}
.overviews-tab-box .overviews-row {
  position: relative;
  min-height: 55px;
  padding-right: 140px;
}
.overviews-tab-box .overviews-row.with-no-btn {
  padding-right: 0px;
}

.overviews-tab {
  padding-top: 18px;
}
.overviews-tab .overviews-link {
  display: flex;
  flex-wrap: wrap;
  margin-left: -25px;
}
.overviews-tab .overviews-link li {
  margin-left: 25px;
  position: relative;
}
.overviews-tab .overviews-link li.show-tabs {
  display: none;
}
.overviews-tab .overviews-link li.show-dsk {
  display: block;
}
.overviews-tab .overviews-link li a {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  display: block;
  padding-bottom: 18px;
}
.overviews-tab .overviews-link li .link-submenu {
  position: relative;
  padding-right: 15px;
}
.overviews-tab .overviews-link li .link-submenu:before {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 8px;
  position: absolute;
  right: 0px;
  top: 2px;
}
.overviews-tab .overviews-link li ul {
  display: none;
  margin-left: 0px;
  padding: 10px 20px;
}
.overviews-tab .overviews-link li ul li {
  margin-left: 0px;
  border-top: 1px solid #E0E9F1;
}
.overviews-tab .overviews-link li ul li:first-child {
  border-top: none;
}
.overviews-tab .overviews-link li ul li a {
  padding: 10px 0;
}
.overviews-tab .overviews-link li.active a {
  color: #1961AC;
}
.overviews-tab .overviews-link li:hover a {
  color: #1961AC;
}
.overviews-tab .overviews-link li:hover .link-submenu:before {
  content: "\e90d";
}
.overviews-tab .overviews-link li:hover ul {
  display: block;
}
.overviews-tab .overviews-link li:hover ul li a {
  color: #333333;
}
.overviews-tab .overviews-link li:hover ul li a:hover {
  color: #1961AC;
}
.overviews-tab .overviews-link li:hover ul li.active a {
  color: #1961AC;
}
.overviews-tab .overview-sub-menu {
  background-color: #FFFFFF;
  box-shadow: 0px 12px 15px rgba(0, 0, 0, 0.06);
  border-radius: 0px 0px 20px 20px;
  min-width: 266px;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1;
}

.mob-overviews-tab {
  display: none;
}

.overview-top-space {
  padding-top: 20px;
}

/*seconday nav*/
.slider-overviews-tab {
  padding: 24px 40px 24px 0;
}
.slider-overviews-tab .slide-overviews-link.slider-arrows .slick-arrow {
  background: transparent;
  width: 20px;
  height: 20px;
  margin-top: 1px;
}
.slider-overviews-tab .slide-overviews-link.slider-arrows .slick-arrow:before {
  color: #1961AC;
}
.slider-overviews-tab .slide-overviews-link.slider-arrows .slick-next {
  right: -22px;
}
.slider-overviews-tab .slide-overviews-link .links-li-inner {
  padding: 0 12px;
}
.slider-overviews-tab .slide-overviews-link a {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  display: block;
}
.slider-overviews-tab.list-mcustombar {
  padding-left: 20px;
}
.slider-overviews-tab .list-overviews-link .mCSB_container {
  display: flex;
}
.slider-overviews-tab .list-overviews-link .mCSB_scrollTools .mCSB_draggerContainer {
  opacity: 0;
}
.slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  opacity: 1;
  top: -28px;
}
.slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before, .slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
  font-family: "icomoon";
  font-size: 14px;
  color: #1961AC;
  font-weight: normal;
}
.slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: -20px;
}
.slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
  content: "\e906";
}
.slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: -26px;
}
.slider-overviews-tab .list-overviews-link .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
  content: "\e905";
}
.slider-overviews-tab .list-overviews-link li {
  margin-right: 25px;
}
.slider-overviews-tab .list-overviews-link a {
  font-family: "OpenSans-SemiBold";
  font-size: 14px;
  line-height: 19px;
  color: #333333;
  display: block;
  white-space: nowrap;
}

/*seconday nav*/
@media (min-width: 992px) {
  .mob-overviews-accodian {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  .overviews-tab .overviews-link {
    margin-left: -20px;
  }
  .overviews-tab .overviews-link li {
    margin-left: 20px;
  }
  .overviews-tab .overviews-link li.show-tabs {
    display: block;
  }
  .overviews-tab .overviews-link li.show-dsk {
    display: none;
  }
  .overviews-tab .overviews-link li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .slider-overviews-tab {
    display: none;
  }
  .backtolinks {
    min-height: 47px;
  }
  .overview-top-space {
    padding-top: 20px;
  }
  .overviews-tab-box {
    position: relative;
    z-index: 3;
    background: #FFFFFF;
    box-shadow: 0px 13px 18px rgba(0, 0, 0, 0.06);
  }
  .overviews-tab-box.affix .overviews-row {
    background: transparent;
    box-shadow: none;
  }
  .overviews-tab-box.affix.with-opens {
    border-radius: 0px;
  }
  .overviews-tab-box.affix.with-opens .mob-overviews-accodian {
    max-height: calc(100vh - 130px);
    overflow: auto;
  }
  .overviews-tab-box .apply-over-btn {
    right: 0px;
    max-height: 31px;
  }
  .overviews-tab-box .apply-over-btn .btn-blue {
    padding: 6px 24px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 19px;
  }
  .overviews-tab-box .apply-over-btn .btn-blue span {
    display: none;
  }
  .overviews-tab-box .overviews-row {
    min-height: 47px;
    padding-right: 102px;
    padding-left: 0px;
    position: relative;
  }
  .overviews-tab {
    display: none;
  }
  .mob-overviews-tab {
    display: block;
    padding: 8px 0;
  }
  .mob-overviews-tab .overviews-links {
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    line-height: 130%;
    text-transform: capitalize;
    color: #1961AC;
    display: block;
    position: relative;
    padding: 7px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .mob-overviews-tab .overviews-links:before {
    content: "\e90e";
    font-family: "icomoon";
    position: absolute;
    right: 0px;
    top: 50%;
    font-size: 10px;
    transform: translateY(-50%);
  }
  .mob-overviews-tab .overviews-links.opened:before {
    content: "\e90d";
  }
  .mob-overviews-accodian {
    box-shadow: 0px 13px 25px rgba(0, 0, 0, 0.14);
    background-color: #fff;
    border-radius: 0 0 30px 30px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 47px;
    z-index: 2;
    overflow: hidden;
    display: none;
    max-width: 738px;
    margin: auto;
  }
  .accord-overviews-outer .submenu-head {
    font-family: "OpenSans-SemiBold";
    font-size: 13px;
    line-height: 130%;
    text-transform: capitalize;
    color: #333333;
    padding: 17px 48px 17px 30px;
    display: block;
    position: relative;
  }
  .accord-overviews-outer .submenu-head:before {
    content: "\e926";
    font-family: "icomoon";
    font-size: 8px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accord-overviews-outer .submenu-head.sub-bg {
    background: #F5F5F5;
  }
  .accord-overviews-outer .submenu-head.active {
    color: #1961AC;
  }
  .accord-overviews-outer .accord-col .accord-body {
    display: none;
  }
  .accord-overviews-outer .accord-col .accord-heads {
    position: relative;
    padding: 14px 48px 14px 30px;
  }
  .accord-overviews-outer .accord-col .accord-heads.sub-bg {
    background: #F5F5F5;
  }
  .accord-overviews-outer .accord-col .accord-heads .submenu-head {
    padding: 0px;
    line-height: 21px;
    display: inline-block;
  }
  .accord-overviews-outer .accord-col .accord-heads .submenu-head:before {
    display: none;
  }
  .accord-overviews-outer .accord-col .accord-heads.active .submenu-head {
    color: #126FB3;
  }
  .accord-overviews-outer .accord-col .accord-heads.active .accord-head-arrow:before {
    content: "\e90d";
  }
  .accord-overviews-outer .accord-col .accord-head-arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 48px;
    z-index: 1;
  }
  .accord-overviews-outer .accord-col .accord-head-arrow:before {
    content: "\e90e";
    font-family: "icomoon";
    font-size: 10px;
    line-height: 17px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
  }
  .accord-overviews-outer .accord-col .submenu-head:before {
    content: "\e90e";
    font-size: 10px;
  }
  .accord-overviews-outer .accord-col .submenu-head.active {
    color: #126FB3;
  }
  .accord-overviews-outer .accord-col .submenu-head.active:before {
    content: "\e90d";
    color: #333;
  }
  .accord-overviews-outer .accord-col .mob-sub-links {
    background-color: #fff;
  }
  .accord-overviews-outer .accord-col .mob-sub-links li {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
  }
  .accord-overviews-outer .accord-col .mob-sub-links li .submenu-head {
    padding-left: 48px;
  }
  .accord-overviews-outer .accord-col .mob-sub-links li .submenu-head:before {
    content: "\e926";
    font-size: 8px;
  }
}
@media (max-width: 767px) {
  .mob-overviews-accodian {
    left: -15px;
    right: -15px;
  }
  .overviews-tab-box .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.custom-accordion.custom-accordion-sm .accordion-card {
  padding-left: 0;
  padding-right: 0;
}
.custom-accordion.custom-accordion-sm .accordion-row .accordion-body-inner {
  padding-top: 12px;
}
.custom-accordion.custom-accordion-sm .accordion-row:nth-last-child(1) {
  padding-bottom: 0;
}
.custom-accordion .accordion-card {
  padding: 10px 40px;
}
.custom-accordion .accordion-row {
  border-bottom: 1px solid #BFD4E2;
  padding: 30px 0;
}
.custom-accordion .accordion-row:last-child {
  border-bottom: none;
}
.custom-accordion .accordion-row .accordion-body {
  display: none;
}
.custom-accordion .accordion-row .accordion-body-inner {
  padding-top: 20px;
}
.custom-accordion .accordion-row .accordion-body-inner p {
  color: #4F4F4F;
  margin-bottom: 10px;
}
.custom-accordion .accordion-row .accordion-body-inner .list-circle-info li {
  color: #4F4F4F;
}
.custom-accordion .accordion-row .accordion-heading {
  font-family: "OpenSans-SemiBold";
  font-size: 16px;
  line-height: 18px;
  color: #333333;
  display: block;
  padding-right: 20px;
  position: relative;
}
.custom-accordion .accordion-row .accordion-heading:before {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.custom-accordion .accordion-row .accordion-heading.active:before {
  content: "\e90d";
}

@media (max-width: 1199px) {
  .custom-accordion .accordion-card {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .custom-accordion .accordion-card {
    padding: 4px 24px;
  }
  .custom-accordion .accordion-row {
    padding: 20px 0;
  }
  .custom-accordion .accordion-row .accordion-heading {
    font-size: 16px;
    line-height: 23px;
  }
  .custom-accordion .accordion-body p {
    font-size: 13px;
    line-height: 19px;
  }
}
/*Global accordion*/
.form-divs {
  padding: 33px 50px;
  background-color: #fff;
}

.list-radio-ul {
  display: flex;
  flex-wrap: wrap;
  margin: -7px -10px 0;
}
.list-radio-ul .list-radio-li {
  padding: 0 10px;
  margin-top: 7px;
}

.text-infos {
  font-size: 12px;
  line-height: 16px;
  color: #333333;
  display: block;
  padding-top: 8px;
  /*9-02-2023*/
  position: absolute;
  left: 0;
  /*9-02-2023*/
}
.text-infos .infoicon {
  position: relative;
  top: 2px;
}

.form-textbox-new {
  position: relative;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.form-textbox-new .list-radio-ul {
  margin-top: 15px;
}
.form-textbox-new .input-textbox {
  border-bottom: 1px solid rgba(199, 199, 199, 0.6);
}
.form-textbox-new .label-name {
  display: block;
  font-weight: normal;
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #9D9D9D;
  position: absolute;
  left: 0px;
  top: 33px;
  transition: all 0.4s;
  /*13-4-2023*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  /*13-4-2023*/
}
.form-textbox-new .error-msgs {
  position: absolute;
  left: 0px;
  display: none;
  padding-left: 0px;
}
.form-textbox-new .input-textbox {
  transition: all 0.4s;
  padding-top: 10px;
  padding-bottom: 5px;
}
.form-textbox-new .textbox-inner {
  position: relative;
}
.form-textbox-new.active .label-name {
  font-size: 12px;
  line-height: 16px;
  top: 10px;
}
.form-textbox-new.active .input-textbox {
  font-family: "OpenSans-Bold";
}
.form-textbox-new.textarea-active {
  padding-top: 0px;
}
.form-textbox-new.textarea-active .label-name {
  padding-left: 8px;
  top: 13px;
}
.form-textbox-new.textarea-active .input-textbox {
  padding-top: 29px;
  border-radius: 8px;
}
.form-textbox-new.textarea-active.active .label-name {
  top: 13px;
}
.form-textbox-new.onchange .label-name {
  color: #126FB3;
}
.form-textbox-new.onchange .input-textbox {
  border-bottom-color: #126FB3;
}
.form-textbox-new.onchange .form-textarea {
  border-color: #126FB3;
}
.form-textbox-new.textboxerror .input-textbox, .form-textbox-new.textboxerror .input-date {
  border-bottom-color: #E81D2D;
}
.form-textbox-new.textboxerror .form-textarea {
  border-color: #E81D2D;
}
.form-textbox-new.textboxerror .label-name {
  color: #E81D2D;
}
.form-textbox-new.textboxerror .error-msgs {
  display: block;
  top: 60px;
}
.form-textbox-new.textboxerror .select2-container--default .select2-selection--single {
  border-bottom: 1px solid #E81D2D;
}
.form-textbox-new.calc-textbox-new {
  padding-bottom: 0px;
  padding-top: 22px;
  margin-bottom: 0px;
}
.form-textbox-new.calc-textbox-new .label-name {
  top: 26px;
  font-size: 13px;
  color: #333;
}
.form-textbox-new.calc-textbox-new.onchange .input-textbox {
  border-bottom: 1px solid rgba(168, 157, 157, 0.3);
}
.form-textbox-new.calc-textbox-new.active .label-name {
  top: 2px;
  font-size: 12px;
}
.form-textbox-new.calc-textbox-new.active .input-textbox {
  font-family: "OpenSans-Regular";
  font-size: 13px;
}

.custom-multiselect-dropdown {
  position: relative;
}
.custom-multiselect-dropdown.textboxerror .multiselect-dropdown-button a {
  border-color: #E81D2D;
}
.custom-multiselect-dropdown.new-custom-drops.abc .multiselect-dropdown-button a:before {
  content: "\e90d";
}
.custom-multiselect-dropdown.new-custom-drops.abc .multiselect-dropdown-card {
  display: block;
}
.custom-multiselect-dropdown.new-custom-drops .multiple-select-scrollbar {
  max-height: 225px;
}
.custom-multiselect-dropdown.new-custom-drops .multiselect-dropdown-button a {
  border-radius: 0px;
  border-left: none;
  border-right: none;
  padding-left: 0px;
  border-top: none;
  min-height: initial;
  position: relative;
  padding-bottom: 5px;
  color: #333;
}
.custom-multiselect-dropdown.new-custom-drops .multiselect-dropdown-button a:before {
  content: "\e90e";
  font-family: "icomoon";
  color: #333;
  font-size: 10px;
  position: absolute;
  right: 0px;
  top: 10px;
  pointer-events: none;
}
.custom-multiselect-dropdown.new-custom-drops .multiselect-dropdown-button a.active:before {
  content: "\e90d";
}
.custom-multiselect-dropdown.new-custom-drops .multiselect-dropdown-card {
  top: calc(100% - 24px);
}
.custom-multiselect-dropdown .multiselect-dropdown-button {
  border: none;
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 17px;
  min-height: 38px;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}
.custom-multiselect-dropdown .multiselect-dropdown-button a {
  color: #828282;
  padding: 7px 8px;
  border: 1px solid #D3D5DB;
  border-radius: 4px;
  min-height: 34px;
  display: block;
  margin-top: 8px;
}
.custom-multiselect-dropdown .multiselect-dropdown-button a.active {
  border-color: #126FB3;
}
.custom-multiselect-dropdown .multiselect-dropdown-card {
  display: none;
  background-color: #FFFFFF;
  box-shadow: 0px 39px 15px rgba(86, 130, 164, 0.01), 0px 22px 13px rgba(86, 130, 164, 0.05), 0px 10px 10px rgba(86, 130, 164, 0.09), 0px 2px 5px rgba(86, 130, 164, 0.1), 0px 0px 0px rgba(86, 130, 164, 0.1);
  border-radius: 2px 2px 10px 10px;
  position: absolute;
  left: 0;
  top: calc(100% - 20px);
  width: 100%;
  z-index: 1;
}
.custom-multiselect-dropdown .multiselect-dropdown-card.show {
  display: block;
}
.custom-multiselect-dropdown .multiple-select-list li {
  padding: 13px 21px;
  border-bottom: 1px solid #E0E9F1;
}
.custom-multiselect-dropdown .multiple-select-list li.active {
  background: #F4FBFF;
}
.custom-multiselect-dropdown .multiple-select-list li.active .custom-checkbox-label {
  color: #126FB3;
}
.custom-multiselect-dropdown .multiple-select-list li .item-text {
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  color: #333333;
  display: block;
}
.custom-multiselect-dropdown .multiple-select-list li:hover {
  background-color: #F4FBFF;
}
.custom-multiselect-dropdown .search-wrap {
  padding: 8px 10px;
}
.custom-multiselect-dropdown .search-wrap .form-control {
  font-family: "OpenSans-Regular";
  background-color: #ffffff;
  color: #333;
  border: 1px solid #D8E024;
  border-radius: 8px;
  height: 32px;
  padding: 7px 13px;
}
.custom-multiselect-dropdown .no-result {
  padding: 8px 12px;
}
.custom-multiselect-dropdown .no-result span {
  font-family: "OpenSans-Bold";
  font-size: 14px;
  line-height: 18px;
}
.custom-multiselect-dropdown.new-dropdown-search .multiselect-dropdown-button a {
  margin-top: 0px;
  padding: 0 25px 5px 0;
  color: #87ABD0;
  border-radius: 0px;
  border: none;
  border-bottom: 1.5px solid #126FB3;
  position: relative;
}
.custom-multiselect-dropdown.new-dropdown-search .multiselect-dropdown-button a:after {
  content: "\e90e";
  font-family: "icomoon";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 4px;
}
.custom-multiselect-dropdown.new-dropdown-search .multiselect-dropdown-button a.active:after {
  content: "\e90d";
}
.custom-multiselect-dropdown.new-dropdown-search .multiselect-dropdown-card {
  top: 100%;
}
.custom-multiselect-dropdown.new-dropdown-search .multiselect-dropdown-card .custom-checkbox-label {
  display: block;
  padding-left: 0px;
  font-family: "OpenSans-Regular";
}

.multiple-select-scrollbar {
  max-height: 250px;
}
.multiple-select-scrollbar.simple-bar .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  width: 4px;
  background: #126FB3;
}

.default-scrollbar {
  max-height: 225px;
  overflow: auto;
}
.default-scrollbar::-webkit-scrollbar {
  width: 4px;
}
.default-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.default-scrollbar::-webkit-scrollbar-thumb {
  background: #126FB3;
}

.textbox-inner {
  position: relative;
}
.textbox-inner .new-custom-drops {
  margin-bottom: 0px !important;
}
/* .textbox-inner .error-msgs {
  top: 63px;
} */

.form-textarea.input-textbox {
  border: 1px solid #D3D5DB;
  border-radius: 4px;
  padding: 6px 8px;
  height: 32px;
  margin-top: 6px;
  resize: none;
}

.custom-file-input {
  position: relative;
  display: flex;
  align-items: center;
}
.custom-file-input .input-filebox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: 32px;
  margin-top: 6px;
  cursor: pointer;
}
.custom-file-input .custom-file {
  border: 1px solid #D3D5DB;
  box-shadow: 0 2px 7px rgba(31, 41, 55, 0.1);
  border-radius: 4px;
  padding: 7px;
  display: flex;
  align-items: center;
  font-family: "OpenSans-SemiBold";
  font-size: 13px;
  line-height: 17px;
  color: #828282;
  height: 32px;
  margin-top: 6px;
  min-width: 120px;
}
.custom-file-input .custom-file .iconfile {
  margin-right: 6px;
  display: inline-block;
}
.custom-file-input .no-file-text {
  font-size: 13px;
  line-height: 17px;
  color: #9D9D9D;
  margin-left: 8px;
  display: inline-block;
  margin-top: 5px;
  word-break: break-all;
}

/*# sourceMappingURL=style.css.map */
