.list-style-disc ul {
  padding-left: 15px;
}
.list-style-disc ul li {
  list-style: disc;
  margin-bottom: 15px;
}
/* background */
.orange {
  background-color: #f37e20;
}

.light-orange {
  background-color: #fff0e6;
}

.orange-color1 {
  color: #f48621;
}

.light-orange2 {
  background-color: #fee5d2;
}

.grey {
  background-color: #646464;
}

.bg-grey-25 {
  background-color: #fff0e5;
}

.white {
  background-color: #fff;
}

.black {
  background-color: #000;
}

.light-sky-bg {
  background-color: #edf6ff;
}

.textGreyLight3 {
  color: #e5e5e5;
}

/*Other*/
/********** Mixins **********/
/********** Vendor prefixing eg: -webkit-, -moz-, -ms-, -o- **********/
/*Pseudo eg: &::before, &::after*/
/*horizontally & vertically centering*/
/********** Keyframes **********/
/********** Media queries **********/
/********** Mixin for Flex **********/
.ui-selectable {
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-selectmenu-button-closed,
.ui-selectmenu-button-open {
  display: block;
  border-bottom: 1px solid #c4c4c4;
  flex: auto;
  margin-right: 30px;
  position: relative;
}
.ui-selectmenu-button-closed .ui-selectmenu-text,
.ui-selectmenu-button-open .ui-selectmenu-text {
  color: #3d3d3d;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 5px;
  cursor: pointer;
}
.ui-selectmenu-button-closed .ui-icon-triangle-1-s,
.ui-selectmenu-button-open .ui-icon-triangle-1-s {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #4b4b4b;
  right: 0;
  top: 7px;
  margin-right: 0;
}

.ui-selectmenu-button-open .ui-icon-triangle-1-s {
  border-top: 0;
  border-bottom: 5px solid #ee781e;
}

.ui-selectmenu-button-closed,
.ui-selectmenu-button-open {
  width: 100%;
}

.ui-selectmenu-button-closed,
.ui-selectmenu-button-open {
  margin-top: 20px;
  margin-bottom: 30px;
}

.ui-selectmenu-open {
  background-color: #ffffff;
  -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.ui-selectmenu-open ul li {
  padding: 8px 10px;
  border-bottom: 1px solid #fafaf6;
}
.ui-selectmenu-open ul li a {
  font-size: 12px;
  color: #4b4b4b;
}

.ui-menu-item {
  cursor: pointer;
}

.menu-inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

/* Desktop Navigation */
@media only screen and (max-width: 960px) {
  span.open-status {
    margin-left: 0;
  }
}

/* offer-nudge */
.offer-nudge {
  background: #ad1e23;
  border-radius: 0 30px 30px 0;
  width: 240px;
  text-transform: initial;
  font-size: 13px;
  line-height: 18px;
  position: absolute;
  bottom: 30px;
}
.offer-nudge a {
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff !important;
}
.offer-nudge .nudge-icon {
  min-width: 48px;
  height: 66px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #ad1e23;
}
.offer-nudge .nudge-icon img {
  margin: 0 auto;
}
.offer-nudge .nudge-text {
  width: calc(100% - 44px);
  padding: 0 15px;
}

.overlay-search-box {
  display: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
  margin-right: auto;
  max-width: 445px;
  margin-top: -35px;
  padding-top: 35px;
}
@media only screen and (max-width: desktop) {
  .overlay-search-box {
    max-width: 350px;
  }
}
@media only screen and (max-width: 1279px) {
  .overlay-search-box {
    max-width: 350px;
  }
}
.overlay-search-box .search-list {
  padding: 0 10px !important;
  max-height: 220px;
  overflow-y: auto;
}
.overlay-search-box .search-list li {
  padding: 10px 25px 10px 15px;
  border-radius: 50px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #333a43;
  text-transform: none;
}
.overlay-search-box .search-list li a {
  color: #333a43;
}
.overlay-search-box .search-list li:hover {
  background: #fff0e3;
  cursor: pointer;
}
.overlay-search-box .search-list li:hover a {
  color: #333a43;
}

.search-box {
  background-color: #fff;
  -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.search-box form {
  display: flex;
  width: 100%;
}
.search-box input {
  background: transparent;
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  font-weight: bold;
  height: auto;
  line-height: 1.2;
  padding: 18px 26px 14px;
  flex: 1 0 auto;
}
.search-box .search-btns {
  position: relative;
  font-size: 0;
  margin-right: 20px;
  width: 60px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.search-box .search-btns::after {
  content: "";
  border-left: 1px solid #a6a6a6;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}
.search-box .search-btns button {
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}
/* .search-box .search-btns button.search-btn {
  background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/icon_search.png") no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
} */
/* .search-box .search-btns button.close-btn {
  margin-left: auto;
  background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/orange_close-icon.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
} */
/* .search-box .search-btns a.close-btn {
  margin-left: auto;
  background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/orange_close-icon.svg") no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
} */

.search-filter-box {
  padding: 10px 20px 30px 25px;
}

.popular-search {
  margin-bottom: 16px;
}
.popular-search h5 {
  color: #4b4b4b;
  font-size: 18px;
  padding: 0 !important;
  margin: 0 0 15px;
}
.popular-search .search-tags {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  cursor: pointer;
  margin-bottom: 0;
}
.popular-search .search-tags span {
  background: #fce6d5;
  border-radius: 4px;
  padding: 5px 10px;
  color: #4b4b4b;
  margin-bottom: 15px;
  margin-right: 14px;
  text-transform: none;
}

.quick-links-section {
  display: flex;
}
.quick-links-section .white-links-card {
  background-color: #fff;
  -ms-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
  margin-left: 16px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}
.quick-links-section .white-links-card:hover {
  -ms-box-shadow: 0px 10px 40px rgba(178, 178, 140, 0.5);
  -o-box-shadow: 0px 10px 40px rgba(178, 178, 140, 0.5);
  box-shadow: 0px 10px 40px rgba(178, 178, 140, 0.5);
}
.quick-links-section .white-links-card:first-child {
  margin-left: 0;
}
.quick-links-section .white-links-card .title {
  border-bottom: 1px solid #a6a6a6;
  padding: 0 5px 5px;
}
.quick-links-section .white-links-card .quick-links {
  padding: 5px 5px 0;
}
.quick-links-section .white-links-card .quick-links ul {
  display: inline-block;
  font-size: 0;
}
.quick-links-section .white-links-card .quick-links ul li {
  border-left: 1px solid #b2b2b2;
  display: inline-block;
  font-size: 13px;
  padding-left: 5px;
  margin-left: 5px;
}
.quick-links-section .white-links-card .quick-links ul li a,
.quick-links-section .white-links-card .quick-links ul li a:link,
.quick-links-section .white-links-card .quick-links ul li a:visited {
  color: #4b4b4b;
  text-transform: none;
  text-decoration: none;
}
.quick-links-section .white-links-card .quick-links ul li a:hover {
  color: #ad1e23;
}
.quick-links-section .white-links-card .quick-links ul:first-child li:first-child {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.quick-links-section.multiple-quick-box .white-links-card .quick-links {
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}
.quick-links-section.multiple-quick-box .white-links-card .quick-links ul {
  border-left: 1px solid #a6a6a6;
  font-size: 13px;
  padding: 0 20px 10px;
  width: 50%;
}
.quick-links-section.multiple-quick-box .white-links-card .quick-links ul:first-child {
  border: none;
  margin: 0;
}
.quick-links-section.multiple-quick-box .white-links-card .quick-links ul li {
  border: none;
  display: block;
  margin: 8px 0 0;
  padding: 0;
}

.notification {
  cursor: pointer;
  position: relative;
  text-transform: none;
}
.notification .notification-icon {
  position: relative;
  padding: 0 14px;
}
.notification .icon-notifications .n-icon {
  display: none;
}
.notification .icon-notifications .n-icon img {
  width: 17px;
}
.notification .icon-notifications .h-icon {
  display: block;
  width: 17px;
  height: 20px;
}
.notification .icon-notifications .h-icon img {
  height: 27px;
  max-width: 35px;
  position: relative;
  left: -6px;
  top: -3.2px;
}
.notification .icon-notifications:hover .n-icon {
  display: none;
}
.notification .icon-notifications:hover .h-icon {
  display: block;
}
.notification .icon-notifications:hover .notifications-count {
  transform: scale(1.1);
}
.notification .notifications-count {
  position: absolute;
  width: 16px;
  height: 16px;
  top: -5px;
  right: 6px;
  font-size: 11px;
  line-height: 16px;
  background: #f37e20;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  transition: all 1s;
}
.notification:hover .notification-list-container {
  display: block;
}

.notification-menu-container {
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}

.notification-list-container,
.personal-banking-container {
  background-color: #fff;
  border-radius: 6px;
  display: none;
  margin: 0;
  position: absolute;
  max-width: 400px;
  left: calc(50% - 204px);
  top: 28px;
  width: 440px;
  z-index: 1000;
  -ms-box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.19);
  box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.19);
}
/* .notification-list-container:before,
.personal-banking-container:before {
  content: "";
  position: absolute;
  left: calc(50% - 16px);
  top: -12px;
  width: 28px;
  height: 15px;
  background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/triangle.png") no-repeat;
} */

@media only screen and (max-width: 1600px) {
  .notification-list-container {
    left: auto;
    right: 0;
  }
  .notification-list-container:before {
    left: auto;
    right: 5px;
  }
}
.personal-banking-container {
  top: 35px;
  right: 0;
}
/* .personal-banking-container:before {
  background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/triangle-grey.png") no-repeat;
} */
.personal-banking-container .personal-close-btn {
  display: none;
}
.personal-banking-container .personal-title {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.personal-banking-container .personal-list {
  background-color: #fff;
  border-radius: 0 6px 6px 6px;
  overflow: hidden;
}
.personal-banking-container .personal-list ul {
  display: block !important;
}
.personal-banking-container .personal-list ul li {
  border-bottom: 1px solid #e4e4e4;
}
.personal-banking-container .personal-list ul li a {
  padding: 15px 0 !important;
  margin: 0 30px;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 600;
}
.personal-banking-container .personal-list ul li a:hover {
  color: #f37e20;
}
/* .personal-banking-container .personal-list ul li a:after {
  content: "";
  background: url("../images/arrow_down_orange.webp") no-repeat;
  width: 10px;
  height: 6px;
  float: right;
  position: relative;
  top: 8px;
  transform: rotate(-90deg);
} */
.personal-banking-container .personal-list .link {
  display: block;
  padding: 15px 30px;
}
.personal-banking-container .personal-list .link .ic-more {
  display: inline-block;
}

.noti-close-btn,
.personal-close-btn {
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 13px;
}

.noti-title,
.personal-title {
  padding: 15px 30px 15px 20px;
}
.noti-title span,
.personal-title span {
  color: #4b4b4b;
  display: block;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 3px;
}
.noti-title h5,
.personal-title h5 {
  font-weight: 600;
  font-size: 11px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3d3d3d;
  margin-bottom: 20px;
}
.noti-title h4,
.personal-title h4 {
  color: #4b4b4b;
  font-size: 18px;
}

.personal-title {
  background-color: #f2f5f6;
}

.noti-title h3 {
  font-size: 14px;
  color: #333a43;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.noti-title span {
  font-weight: 600;
  font-size: 16px !important;
  line-height: 138%;
  color: #074a86;
}
.noti-title h4 {
  color: #4b4b4b;
  font-weight: 600;
  font-size: 14px;
  line-height: 138%;
}

.noti-list {
  margin: 0 8px 20px;
  max-height: 420px;
  overflow-y: scroll;
}
.noti-list::-webkit-scrollbar {
  width: 5px;
}
.noti-list::-webkit-scrollbar-track {
  -ms-box-shadow: inset 0 0 5px #f2f5f6;
  -o-box-shadow: inset 0 0 5px #f2f5f6;
  box-shadow: inset 0 0 5px #f2f5f6;
  border-radius: 3px;
}
.noti-list::-webkit-scrollbar-thumb {
  background: #c4cbcb;
  border-radius: 3px;
}
.noti-list::-webkit-scrollbar-thumb:hover {
  background: #c4cbcb;
}
.noti-list ul {
  display: block !important;
}
.noti-list li {
  color: #4b4b4b;
  font-size: 12px;
  display: flex;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(188, 188, 188, 0.2);
  border-radius: 5px;
}
.noti-list li:last-child {
  border-bottom: none;
}
.noti-list li:hover {
  background: #f6f6f6;
  border-color: #fff;
}
.noti-list .noti-image {
  margin-right: 17px;
  padding-top: 5px;
}
.noti-list .noti-image img {
  max-width: 35px;
}
.noti-list .noti-details p {
  font-size: 13px;
}
.noti-list .title {
  font-weight: bold;
}
.noti-list .btn-group {
  margin-top: 15px;
}
.noti-list .btn-group a {
  cursor: pointer;
  font-weight: 600;
  font-size: 13px;
  line-height: 140.62%;
  padding: 10px 20px !important;
  display: inline-block !important;
}
.noti-list .btn-group a.ic-btn {
  color: #fff !important;
}
.noti-list .btn-group a.ic-btn:hover {
  color: #f37e20 !important;
}
.noti-list .btn-group a.ic-more {
  background: transparent;
  border: none;
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  line-height: 140.62%;
  color: #f37e20 !important;
}
.noti-list .btn-group a.ic-more::after {
  top: 11px;
  right: -5px;
}
.noti-list .btn-group a.ic-more:last-child {
  padding: 10px 15px 0 20px !important;
}
.noti-list .btn-group a.ic-more:first-child {
  padding: 0 15px 0 0 !important;
}
.noti-list .btn-group a.ic-more:first-child::after {
  top: 2px;
}
.noti-list .btn-group a.white {
  background: transparent;
}
.noti-list .btn-group a.white:hover {
  background-color: #f37e20;
}

/* fp-selectmenu */
.fp-selectmenu {
  z-index: 1000 !important;
}

/* search */
@keyframes grow {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* cookieTextArea */
.cookieTextArea {
  background: #dedede;
  padding: 0;
  border-bottom: solid 1px #bbb;
  position: relative;
  z-index: 9999;
}

.cookieBandText {
  text-align: left;
  padding-bottom: 5px;
  width: 100%;
  margin: 0 auto;
}

a.cookieBandClose {
  position: absolute;
  right: 10px;
  top: 13px;
}

.cookieBandText > p {
  display: inline-block;
  font-size: 14px;
  padding: 15px;
}

a.cookieBandClose img {
  width: 20px;
  float: right;
}

.cookieBandText {
  text-align: center;
}

@media only screen and (max-width: 980px) {
  .cookieTextArea {
    position: fixed;
    bottom: 0;
    z-index: 99999;
  }
  .cookieBandText {
    text-align: center;
    width: 90%;
    padding: 5px;
  }
  a.cookieBandClose {
    position: absolute;
    right: 10px;
    top: 14px;
  }
}
@media only screen and (max-width: 480px) {
  .cookieBandText {
    width: 93%;
    text-align: left;
    padding: 0;
  }
}
/**24/03/2023**/
.login-btn-wrap {
  margin-left: 10px;
}
.login-btn-wrap .ic-btn {
  padding: 6px 17px !important;
}
.login-btn-wrap .ic-btn.reg-btn {
  padding: 6px 30px 6px 17px !important;
  margin-right: -22px;
}
.login-btn-wrap .ic-btn.reg-btn:hover {
  background-color: transparent !important;
  color: #ad1e23 !important;
}
.login-btn-wrap .ic-btn.login-btn:hover {
  background-color: #ad1e23;
  border-color: #ad1e23;
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .expense-calc {
    margin-top: 110px;
  }
}

/**input range css start**/
input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
  width: 100%;
  height: 1.2px;
  padding: 0;
  outline: 0;
  cursor: pointer;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.505051, rgb(173, 30, 35)), color-stop(0.505051, rgb(208, 214, 221)));
}
input[type=range]:focus {
  background-color: unset !important;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #ddd;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(white, white), linear-gradient(to right, #da6926, #ad1e23);
  background-attachment: fixed, fixed;
  background-clip: padding-box, border-box;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 13px;
  height: 13px;
  background: #ddd;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(white, white), linear-gradient(to right, #da6926, #ad1e23);
  background-attachment: fixed, fixed;
  background-clip: padding-box, border-box;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 2px;
  background: 0 0;
  border-color: transparent;
  border-width: 2px 0;
  color: transparent;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #ddd;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(white, white), linear-gradient(to right, #da6926, #ad1e23);
  background-attachment: fixed, fixed;
  background-clip: padding-box, border-box;
}

input[type=range]::-ms-fill-lower {
  background: #f37e20;
  border-radius: 2px;
}

input[type=range]::-ms-fill-upper {
  background: #4b4b4b;
  border-radius: 2px;
}

input[type=range]::-ms-tooltip {
  display: none;
}

input[type=text] {
  border: none;
}

/**input range css end**/
/**start style**/
.text-center {
  text-align: center;
}

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

.select2-container--open .select2-dropdown--below {
  top: -20px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 600000s 0s, color 600000s 0s;
  transition: background-color 600000s 0s, color 600000s 0s;
}

.select2-dropdown {
  border-color: #ebe7e7 !important;
}

.single-select-dropdown-style .ui-selectmenu-button.ui-button {
  width: 100%;
  margin: 0;
  border: 1px solid #ebe7e7;
  border-radius: 8px;
  max-height: 40px;
}
@media screen and (max-width: 991px) {
  .single-select-dropdown-style .ui-selectmenu-button.ui-button {
    max-height: 45px;
  }
}
.single-select-dropdown-style .ui-selectmenu-button .ui-selectmenu-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  padding: 12px 18px !important;
}
@media screen and (max-width: 991px) {
  .single-select-dropdown-style .ui-selectmenu-button .ui-selectmenu-text {
    padding: 15px 18px !important;
  }
}
.single-select-dropdown-style .ui-selectmenu-button-open .ui-icon-triangle-1-s,
.single-select-dropdown-style .ui-selectmenu-button-closed .ui-icon-triangle-1-s {
  background: url(../images/forms/cart-up.png) no-repeat 1px 6px;
  border: none;
  width: 13px;
  height: 12px;
  top: 10px;
  right: 13px;
}
@media screen and (max-width: 767px) {
  .single-select-dropdown-style .ui-selectmenu-button-open .ui-icon-triangle-1-s,
  .single-select-dropdown-style .ui-selectmenu-button-closed .ui-icon-triangle-1-s {
    top: 13px;
  }
}
.single-select-dropdown-style .ui-selectmenu-button-closed .ui-icon-triangle-1-s {
  background: url(../images/forms/cart-down.png) no-repeat 1px 6px;
}
@media screen and (max-width: 767px) {
  .single-select-dropdown-style .ui-selectmenu-button-closed .ui-icon-triangle-1-s {
    top: 13px;
  }
}

.ui-selectmenu-menu {
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  max-height: 121px;
  overflow-y: auto;
  z-index: 99;
}
.ui-selectmenu-menu .ui-menu {
  height: 121px;
  padding-left: 10px;
  padding-top: 5px;
}
.ui-selectmenu-menu.ui-selectmenu-open ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
}

/**Global select single search css start**/
.select2-container--default .select2-search--dropdown {
  border: 1px solid #d0d6dd;
  border-radius: 8px;
  position: relative;
  height: 40px;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .select2-search--dropdown {
    height: 45px;
    padding: 7px 0px;
  }
}
.select2-container--default .select2-search--dropdown:after {
  width: 40px;
  height: 16px;
  background: url(/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/search.svg) no-repeat center;
  right: 0px;
  top: 10px;
  content: "";
  position: absolute;
  background-size: 16px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .select2-search--dropdown:after {
    top: 14px;
  }
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: none !important;
  padding: 5px 18px;
}
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
.select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
    font-size: 13px;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
    font-size: 13px;
  }
}
.select2-container--default .select2-dropdown.select2-dropdown--below {
  top: -60px !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border: none;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .select2-dropdown.select2-dropdown--below {
    top: -65px !important;
  }
}
.select2-container--default .select2-dropdown.select2-dropdown--above .select2-search {
  bottom: -45px;
  position: absolute;
  width: 100%;
  background: #fff;
}
.select2-container--default .select2-dropdown.org-select.select2-dropdown--below {
  top: -40px !important;
}
@media screen and (max-width: 767px) {
  .select2-container--default .select2-dropdown.org-select.select2-dropdown--below {
    top: -45px !important;
  }
}
.select2-container--default .select2-results {
  background: transparent;
}
.select2-container--default .select2-results > .select2-results__options {
  margin-top: 0px;
  border: none;
  background: #fff;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
  max-height: 121px !important;
  padding: 12px 20px 0px 16px;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .select2-results > .select2-results__options .select2-results__option {
    font-size: 13px;
  }
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--selected {
  background-color: transparent;
}
.select2-container--default .select2-results > .select2-results__options .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
}
.select2-container--default .selection .select2-selection {
  border: 1px solid #ebe7e7;
  border-radius: 8px;
  padding: 4px 13px;
  height: 40px;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .selection .select2-selection {
    height: 45px;
    padding: 7px 13px;
  }
}
.select2-container--default .select2-selection__rendered,
.select2-container--default .select2-selection__placeholder {
  font-weight: 500;
  font-size: 14px;
  color: #333333 !important;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .select2-selection__rendered,
  .select2-container--default .select2-selection__placeholder {
    font-size: 13px;
  }
}
.select2-container--default .select2-selection__arrow {
  height: 40px !important;
}
.select2-container--default .select2-selection__arrow b {
  background: url(../images/forms/cart-down.png) no-repeat 0px 0px;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  margin-left: -9px !important;
  margin-top: -5px !important;
}
@media screen and (max-width: 1080px) {
  .select2-container--default .select2-selection__arrow b {
    margin-top: -2px !important;
  }
}

.seeking-for {
  text-transform: capitalize;
}

.two-btn {
  z-index: 11;
}
@media screen and (min-width: 992px) {
  .two-btn {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .two-btn {
    position: absolute;
    width: calc(100% - 20px);
    bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .two-btn.btn-staic {
    position: static;
    width: initial;
  }
}

.user-type-btn .button {
  font-weight: 500 !important;
}
@media only screen and (max-width: 1080px) {
  .user-type-btn .button {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 567px) {
  .multiselect-checkbox-group {
    flex-wrap: wrap;
  }
}
.multiselect-checkbox-group .form-group {
  display: block;
  margin-bottom: 10px;
  margin-right: 15px;
}
@media screen and (max-width: 567px) {
  .multiselect-checkbox-group .form-group {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.multiselect-checkbox-group .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.multiselect-checkbox-group .form-group label {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}
.multiselect-checkbox-group .form-group label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #ebe7e7;
  border-radius: 2px;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  top: -1px;
}
.multiselect-checkbox-group .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 5px;
  width: 4px;
  height: 7px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.multiselect-checkbox-group .form-group input:checked + label:before {
  background-color: #f37e20;
  border-radius: 2px;
  border-color: #f37e20;
}

@media screen and (max-width: 991px) {
  .sm-dev-mb-50 {
    margin-bottom: 50px !important;
  }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .common-sm-mb-40 {
    margin-bottom: 40px !important;
  }
}

.stepper .auto-width-btn .select2-container {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

@media screen and (max-width: 767px) {
  .stepper .auto-width-btn .select2-container {
    width: 100% !important;
  }
}
.edit-profile-btn {
  width: 21px;
  height: 20px;
  background: url(/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/edit-profile.svg) no-repeat center;
  position: absolute;
  bottom: 17px;
  right: 14px;
  cursor: pointer;
}
.edit-profile-btn.default-add-avatar {
  content: url(../images/forms/default-profile-add-icon.svg);
}

.your-avatar-circle img {
  width: 100%;
}

/**Expense Calculator**/
.inner-section {
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  margin-right: auto;
  margin-left: auto;
}

.select2-container--default .selection .select2-selection {
  border: none;
  padding: 4px 13px 4px 0;
}
.select2-container--default .selection .select2-selection .select2-selection__arrow b {
  background: url(../images/forms/search-black.svg) no-repeat 0px 0px;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  margin-left: 0px !important;
  margin-top: -10px !important;
}
.select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #ebe7e7 !important;
  border-radius: 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 0 !important;
}
.select2-container--default .select2-selection--single.filled-input {
  border-radius: 0 !important;
}
.select2-container--default .select2-search--dropdown {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
  padding-left: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 5px 18px 5px 0;
}
@media screen and (max-width: 1089px) {
  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0px 18px 5px 0;
  }
}
.select2-container--default .select2-search--dropdown:after {
  width: 25px;
  background: url(../images/forms/search-black.svg) no-repeat center;
  right: -4.5px;
  top: 11.1px;
}

.exam-qus button {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
}
.exam-qus button:focus {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  border-radius: 0;
}
.exam-qus button:after {
  right: -7px;
}

.single-select-dropdown-style .ui-selectmenu-button.ui-button {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.single-select-dropdown-style .ui-selectmenu-button .ui-selectmenu-text {
  padding: 12px 18px 12px 0 !important;
}

.single-select-dropdown-style .ui-selectmenu-button-open .ui-icon-triangle-1-s,
.single-select-dropdown-style .ui-selectmenu-button-closed .ui-icon-triangle-1-s {
  right: 0;
}

/**end style**/
/**start custom**/
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Black.eot");
  src: url("fonts/Muli-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Black.woff2") format("woff2"), url("fonts/Muli-Black.woff") format("woff"), url("fonts/Muli-Black.ttf") format("truetype"), url("fonts/Muli-Black.svg#Muli-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Regular.eot");
  src: url("fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Regular.woff2") format("woff2"), url("fonts/Muli-Regular.woff") format("woff"), url("fonts/Muli-Regular.ttf") format("truetype"), url("fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Bold.eot");
  src: url("fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff"), url("fonts/Muli-Bold.ttf") format("truetype"), url("fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraBold.eot");
  src: url("fonts/Muli-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-ExtraBold.woff2") format("woff2"), url("fonts/Muli-ExtraBold.woff") format("woff"), url("fonts/Muli-ExtraBold.ttf") format("truetype"), url("fonts/Muli-ExtraBold.svg#Muli-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Light.eot");
  src: url("fonts/Muli-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Light.woff2") format("woff2"), url("fonts/Muli-Light.woff") format("woff"), url("fonts/Muli-Light.ttf") format("truetype"), url("fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraLight.eot");
  src: url("fonts/Muli-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-ExtraLight.woff2") format("woff2"), url("fonts/Muli-ExtraLight.woff") format("woff"), url("fonts/Muli-ExtraLight.ttf") format("truetype"), url("fonts/Muli-ExtraLight.svg#Muli-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Medium.eot");
  src: url("fonts/Muli-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Medium.woff2") format("woff2"), url("fonts/Muli-Medium.woff") format("woff"), url("fonts/Muli-Medium.ttf") format("truetype"), url("fonts/Muli-Medium.svg#Muli-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-SemiBold.eot");
  src: url("fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-SemiBold.woff2") format("woff2"), url("fonts/Muli-SemiBold.woff") format("woff"), url("fonts/Muli-SemiBold.ttf") format("truetype"), url("fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
html {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
}

*:focus {
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 140%;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  background: #fff;
}

body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}

p {
  font-size: 14px;
}

a:hover,
a:link,
a:visited {
  color: #f37e20;
}

[class*=icon-],
[class^=icon-] {
  display: block;
  border: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
}

ul li,
ol li {
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3d;
}

h2 {
  font-size: 40px;
  line-height: 112%;
  margin-bottom: 24px;
}

h3 {
  font-weight: 700;
  font-size: 30px;
}

h4 {
  font-weight: 700;
  font-size: 22px;
}

img {
  max-width: 100%;
  display: inline-block;
}

/* background */
.orange {
  background-color: #f37e20;
}

.light-orange {
  background-color: #fff0e6;
}

.grey {
  background-color: #646464;
}

.white {
  background-color: #fff;
}

.black {
  background-color: #000;
}

.textGreyLight3 {
  color: #e5e5e5;
}

/* ic-btn */
.ic-btn,
a.ic-btn:link,
a.ic-btn:visited {
  background: #f37e20;
  color: #fff;
  border: 1px solid #f37e20;
  border-radius: 50px;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 12.5px 34px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  transition: opacity 0.2s;
  cursor: pointer;
}

.ic-btn.white,
a.ic-btn:link.white,
a.ic-btn:visited.white {
  background: #fff;
  color: #f37e20;
}

.ic-btn.white:hover,
a.ic-btn:link.white:hover,
a.ic-btn:visited.white:hover {
  background-color: #f37e20;
  color: #fff;
}

.ic-btn:hover,
a.ic-btn:link:hover,
a.ic-btn:visited:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
  text-decoration: none;
}

.ic-btn.border-btn,
a.ic-btn:link.border-btn,
a.ic-btn:visited.border-btn {
  background: transparent;
  color: #f37e20;
}

.ic-btn.border-btn:hover,
a.ic-btn:link.border-btn:hover,
a.ic-btn:visited.border-btn:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
}

.ic-btn.border-btn-white,
a.ic-btn:link.border-btn-white,
a.ic-btn:visited.border-btn-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}

.ic-btn.border-btn-white:hover,
a.ic-btn:link.border-btn-white:hover,
a.ic-btn:visited.border-btn-white:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
}

@media only screen and (max-width: tablet) {
  .ic-btn,
  a.ic-btn:link,
  a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 990px) {
  .ic-btn,
  a.ic-btn:link,
  a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}
.ic-btn.disable,
a.ic-btn:link.disable,
a.ic-btn:visited.disable {
  opacity: 0.3;
  background: #f37e20;
  border-color: #f37e20;
  pointer-events: none;
  color: #fff;
}

.ic-more {
  display: inline-block !important;
  position: relative;
  color: #f37e20;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  padding-right: 20px !important;
}

.ic-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/more.png") no-repeat;
  width: 10px;
  height: 11px;
}

.ic-more:hover {
  text-decoration: underline !important;
}

.ic-more.w-arrow {
  color: #fff;
}

.ic-more.w-arrow:after {
  background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/more-w.png") no-repeat;
}

@media only screen and (max-width: tablet) {
  .ic-more.md-ic-more-w {
    color: #fff;
  }
  .ic-more.md-ic-more-w:after {
    background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/more-w.png") no-repeat !important;
  }
  .ic-more.md-ic-more-o {
    color: #fff;
  }
  .ic-more.md-ic-more-o:after {
    background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/more.png") no-repeat !important;
  }
}
@media only screen and (max-width: 990px) {
  .ic-more.md-ic-more-w {
    color: #fff;
  }
  .ic-more.md-ic-more-w:after {
    background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/more-w.png") no-repeat !important;
  }
  .ic-more.md-ic-more-o {
    color: #fff;
  }
  .ic-more.md-ic-more-o:after {
    background: url("/content/dam/icicibank/india/managed-assets/revamp-pages/expense-calculator/images/icons/more.png") no-repeat !important;
  }
}
.button-group a:not(:last-child) {
  margin-right: 15px;
}

/* section-inner */
.section-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 40px 20px;
  height: 100%;
}

.d-flex {
  display: flex;
}

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

.align-items-end {
  align-items: end;
}

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

.justify-content-end {
  justify-content: end;
}

.no-margin {
  margin: 0 !important;
}

.mt-auto {
  margin-top: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-padding {
  padding: 0 !important;
}

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

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

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

.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr-20 {
  padding: 0 20px;
}

.plr-40 {
  padding: 0 40px;
}

.p-20 {
  padding: 20px;
}

.p-10 {
  padding: 10px;
}

.d-hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .d-hide {
    display: block;
  }
}
.bg-transparent {
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .md-ml-0 {
    margin-left: 0px !important;
  }
  .md-ml-30 {
    margin-left: 30px !important;
  }
  .m-hide {
    display: none;
  }
  .single-mob-50 {
    max-width: 50%;
  }
}
.h-100 {
  height: 100%;
}

.single-form-50 {
  width: 343px !important;
}

@media screen and (max-width: 500px) {
  .single-form-50 {
    width: 100% !important;
  }
}
.radio {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}

.radio__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}

.radio__label {
  display: block;
  padding: 0 0 0 24px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
}

.radio__label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #f37e20;
  border-radius: 50%;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #f37e20;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radio__input:checked + .radio__label:before {
  border-color: #f37e20;
}

.radio__input:checked + .radio__label:after {
  transform: scale(1.2, 1.2);
}

/**Global text color**/
.white-text {
  color: #fff;
}

.grey-text {
  color: #3d3d3d;
}

.grey-text-8 {
  color: #999999;
}

.blue-text {
  color: #074a86;
}

.light-sky-text {
  color: #526985;
  opacity: 0.7;
}

.light-orange-text {
  color: #ffddb1;
}

.blue-10-text {
  color: #284152;
}

.blue-11-text {
  color: #526985;
  opacity: 0.7;
}

.text-italic {
  font-style: italic;
}

/**Global fonts-sze**/
.f-28 {
  font-size: 28px;
}

.f-25 {
  font-size: 25px;
}

.f-22 {
  font-size: 22px;
}

.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}

.f-16 {
  font-size: 16px;
}

.f-15 {
  font-size: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-12 {
  font-size: 12px;
}

.f-11 {
  font-size: 11px;
}

.f-10 {
  font-size: 10px;
}

/**Global fonts-sze end**/
/**Global fonts-weight start**/
.fw-900 {
  font-weight: 900;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

/**Global fonts-weight end**/
.line-h-35 {
  line-height: 35px;
}

.line-h-33 {
  line-height: 33px;
}

.line-h-27 {
  line-height: 27px;
}

.line-h-25 {
  line-height: 25px;
}

.line-h-23 {
  line-height: 23px;
}

.line-h-20 {
  line-height: 20px;
}

.line-h-19 {
  line-height: 19px;
}

.line-h-18 {
  line-height: 18px;
}

.line-h-16 {
  line-height: 16px;
}

.line-h-15 {
  line-height: 15px;
}

.line-h-14 {
  line-height: 14px;
}

.line-h-13 {
  line-height: 13px;
}

.line-h-12 {
  line-height: 12px;
}

.bg-white {
  background-color: #fff;
}

.light-sky-bg {
  background-color: #edf6ff;
}

.grey-bg-4 {
  background-color: #f6f6f6;
}

.radius-8 {
  border-radius: 8px;
}

.radius-12 {
  border-radius: 12px;
}

.letter-spacing-5px {
  letter-spacing: 0.5px;
}

.light-orange {
  background-color: #fff0e5;
}

.blue-bg {
  background-color: #074a86;
}

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

.m-auto {
  margin: 0 auto;
}

.text-transform-normal {
  text-transform: initial !important;
}

@media screen and (max-width: 991px) {
  .md-ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md-mb-0 {
    margin-bottom: 0px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-f-22 {
    font-size: 22px;
  }
  .md-f-20 {
    font-size: 20px;
  }
  .md-f-18 {
    font-size: 18px;
  }
  .md-f-16 {
    font-size: 16px;
  }
  .md-f-14 {
    font-size: 14px;
  }
  .md-f-13 {
    font-size: 13px;
  }
  .md-f-12 {
    font-size: 12px;
  }
  .md-f-11 {
    font-size: 11px;
  }
  .md-f-10 {
    font-size: 10px;
  }
  .md-f-9 {
    font-size: 9px;
  }
  .md-f-8 {
    font-size: 8px;
  }
  .md-line-h-27 {
    line-height: 27px;
  }
  .md-line-h-23 {
    line-height: 23px;
  }
  .md-line-h-20 {
    line-height: 20px;
  }
  .md-line-h-18 {
    line-height: 18px;
  }
  .md-line-h-14 {
    line-height: 14px;
  }
  .md-line-h-15 {
    line-height: 15px;
  }
  .md-line-h-13 {
    line-height: 13px;
  }
  .md-line-h-12 {
    line-height: 12px;
  }
  .md-line-h-10 {
    line-height: 10px;
  }
  .md-fw-500 {
    font-weight: 500;
  }
  .md-text-center {
    text-align: center;
  }
  .md-justify-content-center {
    justify-content: center;
  }
  .md-align-center {
    justify-content: center;
  }
}
.pos-rel {
  position: relative;
}

.w-100 {
  width: 100%;
}

.z-index-1 {
  z-index: 1;
}

.noborder {
  border: none !important;
}

/**end custom**/
body {
  background-color: #fff0e5;
}

/**main css start**/
.page-wrapper .calc-main-wrap {
  box-shadow: 0px 4px 15px rgba(243, 126, 32, 0.06);
  border-radius: 0 0 12px 12px;
  background-color: #fff;
  overflow: hidden;
}
@media only screen and (min-width: 1930px) {
  .page-wrapper .calc-main-wrap {
    max-width: 1900px;
    margin: 0 auto;
  }
}
.page-wrapper .calc-main-wrap .top-header .blue-header {
  padding: 16px 80px 16px 40px;
  border-radius: 12px 12px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .page-wrapper .calc-main-wrap .top-header .blue-header {
    padding: 8px 80px 8px 40px;
  }
}
@media only screen and (max-width: 1070px) {
  .page-wrapper .calc-main-wrap .top-header .blue-header {
    padding: 8px 60px 8px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .calc-main-wrap .top-header .blue-header {
    border-radius: 0;
    flex-direction: column;
    padding: 16px 20px 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .page-wrapper .calc-main-wrap .top-header .blue-header h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .calc-main-wrap .top-header .blue-header h4 {
    letter-spacing: -0.01em;
  }
}
.page-wrapper .ic-btn {
  font-size: 14px !important;
  font-weight: 700 !important;
}

@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .expense-calc {
    padding: 5px 0 !important;
  }
}
@media only screen and (max-width: 1281px) {
  .expense-calc .inner-section {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991px) {
  .expense-calc .inner-section {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.header-progressbar ul {
  width: 750px;
  margin-right: -87px;
}
@media only screen and (max-width: 1348px) {
  .header-progressbar ul {
    width: 530px;
  }
}
@media only screen and (max-width: 1015px) {
  .header-progressbar ul {
    width: 470px;
  }
}
@media only screen and (max-width: 991px) {
  .header-progressbar ul {
    margin-right: 0px;
    width: 280px;
  }
}
.header-progressbar ul li {
  width: 36%;
  text-align: center;
  position: relative;
}
.header-progressbar ul li:not(:first-child):after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 5px;
  top: 14px;
  left: -50%;
  opacity: 0.3;
  border-top: 1.5px dashed #fff;
}
@media only screen and (max-width: 991px) {
  .header-progressbar ul li:not(:first-child):after {
    top: 11px;
  }
}
.header-progressbar ul li:not(:first-child) p {
  opacity: 0.6;
}
.header-progressbar ul li:not(:first-child).active:after {
  border-top: 1.5px solid #ffffff;
  opacity: 1;
  left: -50%;
}
.header-progressbar ul li:not(:first-child).active .rounded-circle-wrap:before {
  border-color: #ffffff;
}
.header-progressbar ul li:not(:first-child).active p {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .header-progressbar ul li:not(:first-child).active p {
    font-weight: 700;
  }
}
.header-progressbar ul li .rounded-circle-wrap:before {
  width: 30px;
  height: 30px;
  position: absolute;
  content: "";
  border: 1px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 50%;
  left: calc(50% - 15px);
  top: -3px;
  background-color: #f37e20;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .header-progressbar ul li .rounded-circle-wrap:before {
    width: 24px;
    height: 24px;
    left: calc(50% - 13px);
    top: -1px;
  }
}
.header-progressbar ul li .rounded-circle-wrap img {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .header-progressbar ul li .rounded-circle-wrap img {
    max-width: 16px;
    max-height: 13px;
  }
}
@media only screen and (max-width: 991px) {
  .header-progressbar ul li .rounded-circle-wrap .emi-img {
    max-height: 10px;
    left: -1px;
  }
}
.header-progressbar ul li:first-child .rounded-circle-wrap:before {
  border-color: #ffffff;
}

@media only screen and (max-width: 991px) {
  .custom-row {
    flex-direction: column;
    border-radius: 12px 12px 0px 0px;
    width: 50%;
    margin: -30px auto 0;
    position: relative;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row {
    width: 100%;
  }
}
.custom-row .column.col-left {
  width: calc(100% - 463px);
  padding: 32px 40px 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .custom-row .column.col-left {
    padding: 10px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left {
    width: 100%;
    padding: 20px;
    border-radius: 20px 20px 0 0;
  }
}
.custom-row .column.col-left .exp-calc {
  flex-direction: column;
}
.custom-row .column.col-left .exp-calc .row-custom .col-custom {
  margin: 0 -16px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .row-custom .col-custom {
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .row-custom.know-tax-benefit-wrap {
    position: absolute;
    bottom: 0;
    width: calc(100% - 20px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .custom-row .column.col-left .exp-calc .row-custom.mb-30 {
    margin-bottom: 15px !important;
  }
}
.custom-row .column.col-left .exp-calc .form-list {
  position: relative;
  width: 47%;
  margin: 0 16px;
  /**15/03/2023*/
}
@media only screen and (max-width: 1110px) {
  .custom-row .column.col-left .exp-calc .form-list {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list {
    margin: 0 8px 15px;
    width: calc(100% - 10px);
  }
}
.custom-row .column.col-left .exp-calc .form-list .select-loan-amt .loan-amt-input,
.custom-row .column.col-left .exp-calc .form-list .select-loan-amt input {
  color: #3d3d3d;
}
.custom-row .column.col-left .exp-calc .form-list .select-loan-amt input::-moz-placeholder {
  color: #3d3d3d;
}
.custom-row .column.col-left .exp-calc .form-list .select-loan-amt input::placeholder {
  color: #3d3d3d;
}
.custom-row .column.col-left .exp-calc .form-list label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #284152;
  line-height: 15px;
}
.custom-row .column.col-left .exp-calc .form-list label.lab-m {
  margin-bottom: -5px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list label.lab-m {
    margin-bottom: 0px;
  }
}
.custom-row .column.col-left .exp-calc .form-list label .f-10 {
  font-size: 10px;
}
.custom-row .column.col-left .exp-calc .form-list label .sub-label {
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  .custom-row .column.col-left .exp-calc .form-list .int-student {
    display: flex;
  }
}
.custom-row .column.col-left .exp-calc .form-list .radio {
  display: flex;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .radio {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .radio:last-child {
    margin-bottom: 0px;
  }
}
.custom-row .column.col-left .exp-calc .form-list .radio__label {
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .radio__label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
}
.custom-row .column.col-left .exp-calc .form-list select {
  width: 100%;
}
.custom-row .column.col-left .exp-calc .form-list .input-box input[type=range] {
  position: relative;
  top: -5px;
}
.custom-row .column.col-left .exp-calc .form-list .total-exp {
  color: #284152;
  padding: 13px 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .custom-row .column.col-left .exp-calc .form-list .total-exp {
    padding: 5px 10px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1177px) {
  .custom-row .column.col-left .exp-calc .form-list .total-exp {
    margin-right: -45px;
  }
}
.custom-row .column.col-left .exp-calc .form-list .total-exp .total-text {
  position: relative;
  color: #284152;
}
.custom-row .column.col-left .exp-calc .form-list .total-exp .total-text h5 {
  color: #284152 !important;
}
.custom-row .column.col-left .exp-calc .form-list .total-exp .total-text:first-child {
  padding-right: 25px;
}
.custom-row .column.col-left .exp-calc .form-list .total-exp .total-text:first-child:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  opacity: 0.2;
  right: 10px;
  top: 0px;
  border-right: 1px solid #074a86;
}
.custom-row .column.col-left .exp-calc .form-list.width-100 {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .button-group .ic-btn {
    width: 320px;
    padding: 15.2px 0px;
  }
}
.custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles1 .ic-btn:first-child, .custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles2 .ic-btn:first-child {
  width: 180px;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles1 .ic-btn:first-child, .custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles2 .ic-btn:first-child {
    width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles1 .ic-btn, .custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles2 .ic-btn {
    width: 190px;
    padding: 15.2px 0;
  }
}
.custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles2 .ic-btn {
  width: 180px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .button-group.btn-styles2 .ic-btn {
    width: 46% !important;
  }
}
.custom-row .column.col-left .exp-calc .form-list .congrats-text {
  padding: 15px 30px;
  max-width: 672px;
  position: relative;
}
@media only screen and (max-width: 1218px) {
  .custom-row .column.col-left .exp-calc .form-list .congrats-text {
    font-size: 13px;
    text-align: center;
  }
}
@media only screen and (max-width: 1060px) {
  .custom-row .column.col-left .exp-calc .form-list .congrats-text {
    padding: 15px 10px;
  }
}
@media only screen and (max-width: 605px) {
  .custom-row .column.col-left .exp-calc .form-list .congrats-text {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 605px) {
  .custom-row .column.col-left .exp-calc .form-list .congrats-text {
    padding: 7px 20px;
  }
}
.custom-row .column.col-left .exp-calc .form-list .congrats-text:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/expense-calculator/con-vector.svg) no-repeat center;
  right: 0;
  top: 0;
  opacity: 0.6;
}
@media only screen and (max-width: 605px) {
  .custom-row .column.col-left .exp-calc .form-list .congrats-text:after {
    background: url(../images/expense-calculator/con-vector-mob.svg) no-repeat;
    background-size: cover;
  }
}
.custom-row .column.col-left .exp-calc .form-list .congrats-text span {
  color: #ffbf43;
}
.custom-row .column.col-left .exp-calc .form-list .switch_box input[type=checkbox].switch_1 {
  font-size: 7px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 25px;
  height: 16px;
  background: #ebe7e7;
  border-radius: 25px;
  position: relative;
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
  margin: 0 5px;
}
.custom-row .column.col-left .exp-calc .form-list .switch_box input[type=checkbox].switch_1:checked {
  background: rgba(243, 126, 32, 0.3);
}
.custom-row .column.col-left .exp-calc .form-list .switch_box input[type=checkbox].switch_1:checked:after {
  left: calc(100% - 1.5em);
  background: #f37e20;
  box-shadow: 0px 5px 4px rgba(173, 30, 35, 0.15);
}
.custom-row .column.col-left .exp-calc .form-list .switch_box input[type=checkbox].switch_1:after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
  background: #bdbdbd;
  box-shadow: 0px 5px 4px rgba(51, 51, 51, 0.15);
}
.custom-row .column.col-left .exp-calc .form-list #interest-rate-input_exp {
  width: 2ch;
}
.custom-row .column.col-left .exp-calc .form-list #fd_interest_rate_input_exp {
  width: 3.9ch;
}
.custom-row .column.col-left .exp-calc .form-list .switch-btn {
  display: flex;
}
.custom-row .column.col-left .exp-calc .form-list .note-text1 {
  color: #526985;
  opacity: 0.7;
  max-width: 350px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .note-text1 {
    text-align: center;
    margin: 0 auto;
  }
}
.custom-row .column.col-left .exp-calc .form-list .tenure-months-input .input-psuedo:after,
.custom-row .column.col-left .exp-calc .form-list .course-duration-input .input-psuedo:after {
  content: "Months";
  position: absolute;
  left: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .form-list .tenure-months-input .input-psuedo:after,
  .custom-row .column.col-left .exp-calc .form-list .course-duration-input .input-psuedo:after {
    font-size: 16px;
    line-height: 20px;
  }
}
.custom-row .column.col-left .exp-calc .form-list.w-100 {
  width: 100%;
}
@media only screen and (min-width: 991px) and (max-width: 1110px) {
  .custom-row .column.col-left .exp-calc .col-title {
    margin-left: -10px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-left .exp-calc .col-title {
    margin-left: 5px;
  }
}
.custom-row .column.col-right {
  width: 463px;
  background: linear-gradient(180.1deg, #ef7f1b 0.07%, #c02c2a 91.83%);
  padding: 30px 38px 40px 50px;
  /**STEP 2ND**/
  /**STEP 3**/
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .custom-row .column.col-right {
    padding: 10px 38px 40px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right {
    width: calc(100% - 40px);
    max-width: 100%;
    margin: -17px auto 80px;
    border-radius: 12px;
    padding: 15px 20px;
    overflow: hidden;
  }
}
.custom-row .column.col-right .hand-img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .custom-row .column.col-right .hand-img {
    width: 50%;
  }
}
.custom-row .column.col-right .right-bg-vector {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.4;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right .right-bg-vector {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .custom-row .column.col-right .simple-steps-col h3 {
    font-size: 25px;
  }
}
.custom-row .column.col-right .simple-steps-col .benefits {
  background-color: #fceec5;
  border-radius: 9.10345px;
  display: inline-block;
  padding: 7px 10px;
}
.custom-row .column.col-right .simple-steps-col ul li {
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 100px;
}
.custom-row .column.col-right .simple-steps-col ul li .circle {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50px;
  background-color: #fff;
  padding: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right .loan-req-wrap {
    max-width: 284px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right .loan-req-wrap {
    width: calc(100% - 40px);
  }
}
.custom-row .column.col-right .emi-amt {
  padding: 10px;
  max-width: 205px;
  margin: 0 auto;
  border-radius: 10px 10px 0px 0px;
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right .emi-amt {
    max-width: 153;
    padding: 5px;
  }
}
.custom-row .column.col-right .emi-amt.emi-amt2 {
  max-width: 125px;
  padding: 4px 8px;
}
.custom-row .column.col-right .loan-req-value {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right .loan-req-value {
    top: 19%;
  }
}
.custom-row .column.col-right .eligble-amt-wrap {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(237, 237, 237, 0.5);
  padding: 12px 30px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right .eligble-amt-wrap {
    padding: 12px 20px;
    border-radius: 8px;
  }
}
.custom-row .column.col-right .eligble-amt-wrap:after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 24px);
  opacity: 0.2;
  left: 42%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #ffffff;
}
.custom-row .column.col-right .eligble-amt-wrap.loan-amt-limit {
  padding: 5px 15px;
}
.custom-row .column.col-right .eligble-amt-wrap.loan-amt-limit:after {
  display: none;
}
.custom-row .column.col-right .eligble-amt-wrap.graph-elig-cont {
  padding: 17px 15px 5px;
  margin-top: -5px;
}
.custom-row .column.col-right .eligble-amt-wrap.graph-elig-cont:after {
  left: 40%;
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right .eligble-amt-wrap.graph-elig-cont:after {
    left: 41%;
    top: 30px;
  }
}
.custom-row .column.col-right .eligble-amt-wrap .loan-ten3 {
  margin-right: 30px;
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right .italic-text {
    max-width: 260px;
    margin: 0 auto;
  }
}
.custom-row .column.col-right .emi-amt {
  background-color: #fceec5;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right .tax-benefits-wrap {
    max-width: 66%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right .tax-benefits-wrap {
    max-width: 100%;
  }
}
.custom-row .column.col-right .tax-benefits-wrap .eff-loan {
  background: #fffdfb;
  box-shadow: 0px 4px 8px rgba(173, 30, 35, 0.15);
  border-radius: 32px;
  max-width: 219px;
  padding: 10px;
  position: relative;
  margin-bottom: -13px;
  color: #074a86;
}
@media only screen and (max-width: 767px) {
  .custom-row .column.col-right .tax-benefits-wrap .eff-loan {
    max-width: 180px;
    padding: 3px;
  }
}
.custom-row .column.col-right .tax-benefits-wrap .eff-loan-list {
  background: #fceec5;
  border-radius: 8px;
  padding: 25px 25px 2px;
}
@media only screen and (max-width: 767px) {
  .custom-row .column.col-right .tax-benefits-wrap .eff-loan-list {
    padding: 20px 15px 1px;
  }
}
.custom-row .column.col-right .tax-benefits-wrap .eff-loan-list .eff-loan-details p {
  color: #284152;
}
.custom-row .column.col-right .tax-benefits-wrap.net-roi .eff-loan-list {
  padding: 6px 25px 6px;
}
.custom-row .column.col-right .eff-loan-white {
  box-shadow: 0px 5.73826px 17.2148px rgba(0, 0, 0, 0.3);
  border-radius: 9.18121px;
  padding: 10px;
  max-width: 50%;
  margin-bottom: -10px !important;
  position: relative;
}
@media only screen and (max-width: 398px) {
  .custom-row .column.col-right .eff-loan-white {
    max-width: 60%;
  }
}
.custom-row .column.col-right.col-right-padd {
  padding: 20px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right.col-right-padd {
    padding: 15px;
  }
}
.custom-row .column.col-right.col-right-padd .graph-wrap {
  flex-wrap: wrap;
  /**15/03/2023**/
}
@media only screen and (max-width: 1285px) {
  .custom-row .column.col-right.col-right-padd .graph-wrap {
    margin: 0px;
  }
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right.col-right-padd .graph-wrap {
    flex-wrap: initial;
    max-width: 360px;
    margin: 0 auto;
  }
}
.custom-row .column.col-right.col-right-padd .graph-wrap .exp-calc-graph-con {
  width: 175px;
  overflow: hidden;
  /**15/03/2023**/
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right.col-right-padd .graph-wrap .exp-calc-graph-con {
    width: 120px;
  }
}
.custom-row .column.col-right.col-right-padd .graph-wrap .exp-calc-graph-con .progress {
  position: relative;
  text-align: center;
}
.custom-row .column.col-right.col-right-padd .graph-wrap .exp-calc-graph-con .barOverflow {
  position: relative;
  overflow: hidden;
  width: 167px;
  height: 80px;
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right.col-right-padd .graph-wrap .exp-calc-graph-con .barOverflow {
    height: 58px;
  }
}
.custom-row .column.col-right.col-right-padd .graph-wrap .exp-calc-graph-con .bar {
  position: absolute;
  top: 11px;
  left: 11px;
  width: 144px;
  height: 144px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 35px solid #5d1316;
  border-bottom-color: #ffbf43;
  border-right-color: #ffbf43;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px, rgb(176, 42, 48) 0px 0px 0px 10px;
}
@media only screen and (max-width: 567px) {
  .custom-row .column.col-right.col-right-padd .graph-wrap .exp-calc-graph-con .bar {
    width: 90px;
    height: 90px;
    border-width: 25px;
  }
}
.custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc p {
  color: #fffdfb;
}
.custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc p .btn-save {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc p .btn-save {
    width: 8px;
    height: 8px;
  }
}
.custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc p .btn-save.yellow-btn {
  background: #ffbf43;
}
.custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc p .btn-save.maroon-btn {
  background: #851b1f;
}
.custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc p .btn-save.maroon-btn2 {
  background: #b02a30;
}
.custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc .pri-text {
  padding-left: 17px;
}
@media only screen and (max-width: 991px) {
  .custom-row .column.col-right.col-right-padd .graph-wrap .details-wrap .details-desc .pri-text {
    padding-left: 13px;
  }
}
.custom-row .column.col-right.col-right-padd .graph-wrap .graph-r-con {
  flex-grow: 1;
}
.custom-row .emi-wrap-desc {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(237, 237, 237, 0.5);
  padding: 18px;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .custom-row .emi-wrap-desc {
    padding: 8px;
    border-radius: 8px;
  }
}
.custom-row .emi-wrap-desc .top-value.top-value-with-bg {
  background-color: #fceec5;
  padding: 12px 18px;
  margin: -18px -18px 0px;
}
@media only screen and (max-width: 991px) {
  .custom-row .emi-wrap-desc .top-value.top-value-with-bg {
    padding: 8px;
    margin: -8px -8px 0px;
  }
}
.custom-row .emi-wrap-desc .top-value.border-dashed-top {
  border-top: 1px dashed lch(93.75 0.02 356.63/0.2);
  padding-top: 10px;
  margin-top: 10px;
}

.note-text2 {
  margin: 30px 50px 45px;
  padding: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .note-text2 {
    margin: 30px 20px 45px;
  }
}
@media only screen and (max-width: 991px) {
  .note-text2 {
    margin: 0;
    padding: 10px 25px;
  }
}
.note-text2.note-text3 {
  margin: 30px 50px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .note-text2.note-text3 {
    margin: 30px 20px 0px;
  }
}
@media only screen and (max-width: 991px) {
  .note-text2.note-text3 {
    margin: 0px 0px 0px;
  }
}
.note-text2.note-text4 {
  margin: 0px 50px 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .note-text2.note-text4 {
    margin: 0px 20px 20px;
  }
}
@media only screen and (max-width: 991px) {
  .note-text2.note-text4 {
    margin: 0px 0px 20px;
    background-color: #fff;
  }
}

@media only screen and (max-width: 991px) {
  .select2-container {
    width: 100% !important;
  }
}

.select2-container--default .select2-dropdown.select2-dropdown--below {
  top: -40px !important;
  background-color: transparent;
}
.select2-container--default .select2-dropdown .select2-search__field {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #3d3d3d;
}
@media only screen and (max-width: 991px) {
  .select2-container--default .select2-dropdown .select2-search__field {
    font-size: 16px;
    line-height: 20px;
  }
}
.select2-container--default .select2-dropdown .select2-search__field::-moz-placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #3d3d3d;
}
.select2-container--default .select2-dropdown .select2-search__field::placeholder {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #3d3d3d;
}
@media only screen and (max-width: 991px) {
  .select2-container--default .select2-dropdown .select2-search__field::-moz-placeholder {
    font-size: 16px;
    line-height: 20px;
  }
  .select2-container--default .select2-dropdown .select2-search__field::placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .select2-container--default .selection .select2-selection {
    height: 40px;
    padding: 4px 13px 4px 0;
  }
}
@media only screen and (max-width: 991px) {
  .select2-container--default .selection .select2-selection {
    height: 40px;
    margin-top: -6px;
  }
}
@media only screen and (max-width: 991px) {
  .select2-container--default .selection .select2-selection .select2-selection__arrow {
    margin-top: -6px;
  }
}
.select2-container--default .selection .select2-selection .select2-selection__arrow b {
  margin-left: -5px !important;
}
.select2-container--default .select2-selection--single {
  border-color: #d0d6dd !important;
}
.select2-container--default .select2-selection--single.filled-input {
  border-color: #d0d6dd !important;
}
.select2-container--default .select2-selection--single.filled-input .select2-selection__rendered,
.select2-container--default .select2-selection--single.filled-input .select2-selection__placeholder {
  color: #3d3d3d !important;
}
.select2-container--default .select2-selection__rendered,
.select2-container--default .select2-selection__placeholder {
  font-weight: 700;
  font-size: 18px;
  color: #999 !important;
  line-height: 23px;
}
@media only screen and (max-width: 991px) {
  .select2-container--default .select2-selection__rendered,
  .select2-container--default .select2-selection__placeholder {
    font-size: 16px;
    line-height: 20px;
  }
}
.select2-container--default .select2-search--dropdown {
  border-color: #d0d6dd !important;
}
@media only screen and (min-width: 992px) and (max-width: 1080px) {
  .select2-container--default .select2-search--dropdown {
    height: 40px;
    padding: 6px 13px 4px 0;
  }
}
@media only screen and (max-width: 991px) {
  .select2-container--default .select2-search--dropdown {
    height: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .select2-container--default .select2-search--dropdown:after {
    right: -4.6px;
    top: 11px;
  }
}

.ui-selectmenu-button.ui-button {
  width: 100%;
}
.ui-selectmenu-button.filled-input .ui-selectmenu-text {
  color: #3d3d3d !important;
}

.ui-selectmenu-button-closed,
.ui-selectmenu-button-open {
  border-color: #d0d6dd !important;
  margin: 0;
}
.ui-selectmenu-button-closed .ui-selectmenu-text,
.ui-selectmenu-button-open .ui-selectmenu-text {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  padding-bottom: 10px;
  color: #999;
}
@media only screen and (max-width: 991px) {
  .ui-selectmenu-button-closed .ui-selectmenu-text,
  .ui-selectmenu-button-open .ui-selectmenu-text {
    font-size: 16px;
    line-height: 20px;
  }
}

.error {
  color: red;
  font-size: 12px;
  position: absolute;
}
.error.error-total_loan_val {
  position: relative;
  bottom: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .error.error-total_loan_val {
    bottom: -14px;
  }
}
@media only screen and (max-width: 991px) {
  .error.error-total_loan_val {
    bottom: -10px;
    left: 5px;
    margin-bottom: 20px;
  }
}

.br-bottom1 {
  border-bottom: 1px solid #dbdbdb;
}
@media only screen and (max-width: 991px) {
  .br-bottom1 {
    border-bottom: none;
  }
}
.ui-selectmenu-menu.ui-selectmenu-open ul li:first-child {
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  height: initial;
  max-height: 120px;
}

/**input bling**/
.input-cursor {
  position: relative;
  opacity: 0;
}

.input-cursor:after {
  content: "";
  position: absolute;
  width: 1.3px;
  height: 80%;
  background-color: #999;
  right: 5px;
  top: 10%;
  animation-name: blink;
  animation-duration: 800ms;
  animation-iteration-count: infinite;
  opacity: 1;
}

.input-cursor.input-cursor-loan-ten:after {
  right: 0px;
  height: 100%;
  top: 0;
}

.input-cursor.input-cursor-int:after {
  right: 2px;
}

.input-cursor.fd-int-rate:after {
  right: 1px;
}

input:focus + .input-cursor {
  display: none;
}

@keyframes blink {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.white-text2 {
  color: #fdfdff;
}

/**common start**/
.ui-selectmenu-button.ui-button:focus {
  border-bottom: 1px solid #d0d6dd !important;
}

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

/**common end**/
.dur-years .typecourse,
.dur-months .typecourse {
  position: relative;
  padding: 20px 0 0 0;
}
.dur-years .typecourse:before,
.dur-months .typecourse:before {
  content: attr(data-content);
  position: absolute;
  top: 0;
  left: 0;
  color: #3d3d3d;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
}
@media only screen and (max-width: 991px) {
  .dur-years .typecourse:before,
  .dur-months .typecourse:before {
    font-size: 16px;
    line-height: 20px;
  }
}

/*Header css**/
/* .expense-calc {
  margin-top: 125px;
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
  .expense-calc {
    margin-top: 138px;
  }
}
@media only screen and (max-width: 991px) {
  .expense-calc {
    margin-top: 113px;
  }
} */

.c-drop select {
  font-weight: 700;
  font-size: 18px;
  color: #999 !important;
  border-bottom: 1px solid #d0d6dd !important;
  border-radius: 0 !important;
  border: none;
  padding: 4px 13px 4px 0 !important;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#course_duration_exp {
  background-image: -webkit-gradient(linear, 0% 0%, 100% 0%, color-stop(0.282727, rgb(173, 30, 35)), color-stop(0.282727, rgb(208, 214, 221)));
}

.maroon-text {
  color: #ad1e23;
}

.connect-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.8);
  padding: 80px 20px;
  width: 100%;
  height: 100%;
  overflow-y: clip;
}
.connect-popup .popup-content {
  max-width: 900px;
  max-height: 560px;
  position: relative;
  margin: 30px auto 0;
  border-radius: 10px;
  padding: 15px 30px 30px;
  background: #fff;
}
.connect-popup .popup-content .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  font-size: 22px;
  line-height: 22px;
  color: #f37e20;
  margin-left: auto;
  margin-bottom: 10px;
  text-align: right;
}/*# sourceMappingURL=expense-calculator-nli.css.map */


/* Code Inserted by BAN353967 with increase height of lead form */
.connect-popup .popup-content {
    height: 493px;
}
@media only screen and (max-width: 600px) {
  .connect-popup .popup-content{
    max-height: 717px;
  }
  .connect-popup .popup-content {
    height: 717px !important;
}
.section-title-new{
  font-size: 23px !important;
}
}

