.list-style-disc ul {
  padding-left: 15px;
}

.list-style-disc ul li {
  list-style: disc;
  margin-bottom: 15px;
}

/* font */
@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;
}

/*Path*/
/*Colors*/
/* 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;
}

/*Other*/
/********** Mixins **********/
/********** Vendor prefixing eg: -webkit-, -moz-, -ms-, -o- **********/
/*Pseudo eg: &::before, &::after*/
/*horizontally & vertically centering*/
/********** Keyframes **********/
/********** Media queries **********/
/********** Mixin for Flex **********/
html {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

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

*:focus {
  border: none;
  -webkit-box-shadow: 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;
  overflow-x: hidden;
  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;
}

ul.bullet-list li {
  position: relative;
  padding-left: 15px;
}

ul.bullet-list li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 6px;
  left: 0;
  background: #3d3d3d;
}

ul.bullet-list.bullet-list-white li::before {
  background: #fff;
}

ul.bullet-list.bullet-list-orange li::before {
  background: #f37e20;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #3d3d3d;
  line-height: 125%;
}

h1 {
  font-size: 44px;
  font-weight: 700;
}

h2 {
  font-size: 40px;
  font-weight: 700;
}

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

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

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

/* font-size */
.f-26 {
  font-size: 26px !important;
}

.f-24 {
  font-size: 24px !important;
}

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

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

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

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

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

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

ol[type="a"] {
  list-style-type: lower-alpha;
  margin-left: 15px;
}

ol[type="a"] li {
  list-style: inherit;
}

ol[type="a"] li:not(:last-child) {
  margin-bottom: 15px;
}

ol[type="1"] {
  list-style-type: decimal;
  margin-left: 15px;
}

ol[type="1"] li {
  list-style: inherit;
}

ol[type="1"] li:not(:last-child) {
  margin-bottom: 15px;
}

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

.maroon-text {
  color: #ad1e23;
}

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

.grey-text {
  color: #333333;
}

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

.white-text {
  color: #fff;
}

.greylight-text {
  color: #8b8b8b;
}

.darkgrey-text {
  color: #474545 !important;
}

/* utility classes */
.full-width {
  display: block;
  width: 100% !important;
}

.block {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

.m-text-center {
  text-align: left !important;
}

@media only screen and (max-width: tablet) {
  .m-text-center {
    text-align: center !important;
  }
}

@media only screen and (max-width: 990px) {
  .m-text-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-10 {
  margin-right: 10px !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;
}

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

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !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;
}

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

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

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

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

.pb-10 {
  padding-bottom: 10px !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;
}

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

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

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-sentence {
  text-transform: capitalize !important;
}

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

.noborder {
  border: none !important;
}

.divider-line {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 35px 0 30px;
}

@media only screen and (max-width: tablet) {
  .divider-line {
    margin: 25px 0;
  }
}

@media only screen and (max-width: 990px) {
  .divider-line {
    margin: 25px 0;
  }
}

.overlap-top-botton-100 {
  margin-top: -100px;
  margin-bottom: -100px;
}

.padding-top-60 {
  padding-top: 60px;
}

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

.padding-top-75 {
  padding-top: 75px;
}

.radius-10 {
  border-radius: 10px;
  overflow: hidden;
}

.black-texture-bg {
  background: #000 url("../images/nri/black-texture-bg.jpg") repeat;
  background-size: cover;
}

.black-texture-bg .heading-content {
  color: #fff;
  margin-bottom: 30px;
}

.black-texture-bg .heading-content .section-title {
  color: #fff;
  margin-bottom: 10px;
}

.brown-texture-bg {
  background: #baa173 url("../images/nri/brown-texture-bg.jpg") repeat;
  background-size: cover;
}

.brown-texture-bg .heading-content {
  color: #fff;
  margin-bottom: 30px;
}

.brown-texture-bg .heading-content .section-title {
  color: #fff;
  margin-bottom: 10px;
}

.align-items-center {
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

@media only screen and (min-width: tablet) {
  .d-pl-20 {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 991px) {
  .d-pl-20 {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .m-block {
    display: block;
  }
  .m-show {
    display: none !important;
  }
  .m-img {
    display: none;
  }
  .d-block {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  .m-hide {
    display: none !important;
  }
  .d-img {
    display: none;
  }
  .m-no-padding {
    padding: 0 !important;
  }
  .m-pt-0 {
    padding-top: 0 !important;
  }
  .m-white-bg {
    background: #fff !important;
  }
  .tab-padding-top-0 {
    padding-top: 0 !important;
  }
  .tab-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
  .mob-width-175 {
    margin-left: 0 !important;
  }
  .tab-padding-right-0 {
    padding-right: 0 !important;
  }
  .m-mb-25 {
    margin-bottom: 25px !important;
  }
  .m-pt-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 768px) {
  .m-view {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .d-view {
    display: none !important;
  }
  .m-view {
    display: block !important;
  }
  .m-textblock {
    display: block;
  }
}

@media only screen and (max-width: tablet-small) {
  .mob-width-175 {
    max-width: 175px !important;
    margin-left: 0 !important;
  }
}

@media only screen and (max-width: 639px) {
  .mob-width-175 {
    max-width: 175px !important;
    margin-left: 0 !important;
  }
}

/* section */
.section {
  position: relative;
  max-width: 100%;
}

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

.section-label {
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #f37e20;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.section-label .middle-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.section-label .middle-text:before, .section-label .middle-text:after {
  width: 120px;
  content: "";
  width: 96px;
  border-bottom: 1px dashed #f37e20;
  margin: auto;
  height: 2px;
}

.section-label .middle-text:before {
  margin-right: 10px;
}

.section-label .middle-text:after {
  margin-left: 10px;
}

.section-label-new {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 14px;
  line-height: 22px;
  color: #f37e20;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 700;
}

.section-label-new:after {
  content: "";
  display: inline-block;
  width: 96px;
  border-bottom: 1px dashed #f37e20;
  margin: auto;
  margin-left: 15px;
  height: 2px;
}

.section-title {
  font-size: 26px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 115%;
  margin-bottom: 20px;
}

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

.section-title.orange-title {
  color: #f37e20;
}

.section-title.orange-title .icon img {
  width: 8px;
  position: relative;
  top: -3px;
  left: 4px;
}

@media only screen and (max-width: tablet-wide) {
  .section-label-new {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #f37e20;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .section-label-new:after {
    display: none;
  }
  .section-label-new span {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-label-new span:before, .section-label-new span:after {
    content: "";
    width: 96px;
    border-bottom: 1px dotted #f37e20;
    margin: auto;
    height: 2px;
  }
  .section-label-new span:before {
    margin-right: 10px;
  }
  .section-label-new span:after {
    margin-left: 10px;
  }
  .section-label {
    text-align: left;
  }
  .section-title {
    font-size: 26px;
    text-align: left;
  }
}

@media only screen and (max-width: 1023px) {
  .section-label-new {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    color: #f37e20;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 5px;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .section-label-new:after {
    display: none;
  }
  .section-label-new span {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .section-label-new span:before, .section-label-new span:after {
    content: "";
    width: 96px;
    border-bottom: 1px dotted #f37e20;
    margin: auto;
    height: 2px;
  }
  .section-label-new span:before {
    margin-right: 10px;
  }
  .section-label-new span:after {
    margin-left: 10px;
  }
  .section-label {
    text-align: left;
  }
  .section-title {
    font-size: 26px;
    text-align: left;
  }
}

@media only screen and (max-width: phone-wide) {
  .section-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 479px) {
  .section-title {
    font-size: 22px;
  }
}

/* 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;
  -webkit-transition: opacity 0.2s;
  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;
  -webkit-transition: all ease-in 0.3s;
  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;
  -webkit-transition: all ease-in 0.3s;
  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;
  -webkit-transition: all ease-in 0.3s;
  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-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: 4px;
  background: url("../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("../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("../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("../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("../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("../images/icons/more.png") no-repeat !important;
  }
}

.ic-link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: transparent;
  color: #f37e20;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: underline;
}

.ic-white-link {
  color: white;
  text-transform: none;
}

.ic-white-link:link, .ic-white-link:visited {
  color: white;
}

.ic-white-link:after {
  right: 5px;
  top: 6px;
  background: url(../images/icons/more-w.png) no-repeat !important;
  width: 6px;
  height: 10px;
  background-size: contain;
}

.ic-compare-btn,
.ic-find-btn {
  position: relative;
}

.ic-compare-btn::before,
.ic-find-btn::before {
  position: absolute;
  content: "";
  height: 35px;
  top: -6px;
  left: 0;
}

.ic-find-btn {
  padding-left: 35px;
}

.ic-find-btn::before {
  background: url("../images/icons/creditcard/find-icon.svg") no-repeat;
  width: 30px;
}

.ic-compare-btn {
  padding-left: 45px;
}

.ic-compare-btn::before {
  background: url("../images/icons/creditcard/compare-icon.svg") no-repeat;
  width: 35px;
}

.button-group a:not(:last-child) {
  margin-right: 15px;
}

.menu-overlay {
  cursor: default;
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 40px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
}

.menu-overlay .menu-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 960px) {
  .menu-overlay {
    top: 55px;
  }
}

.menu-open {
  cursor: default;
  position: absolute;
  display: none;
  max-width: 1220px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 40px;
  z-index: 99;
  margin-top: 0;
}

.menu-open .menu-container {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

@media only screen and (max-width: 960px) {
  .menu-open {
    top: 55px;
  }
}

.body-overlay {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  cursor: default;
  position: absolute;
  width: 100vw;
  height: 100vh;
  left: 0;
  margin-top: 40px;
  z-index: 10;
}

.shift-submenu .menu-overlay {
  top: 140px;
}

.hide {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

.underline {
  border-bottom: 1px solid #f37e20;
}

.tooltip-wrapper {
  position: relative;
}

.tooltip-wrapper .tooltip {
  display: none;
}

.tooltip-wrapper:hover .tooltip {
  display: inline-block;
  position: absolute;
  background-color: #4b4b4b;
  color: white;
  bottom: -17px;
  right: 0;
  border-radius: 5px;
  padding: 2px;
  font-size: 12px;
  z-index: 9;
  text-align: center;
  text-transform: capitalize;
}

.tooltip-wrapper:hover .tooltip:after {
  content: "";
  display: inline-block;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/arrow_down.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  top: -14px;
  position: relative;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: -50px;
}

/* table-scroll-wrapper */
@media only screen and (max-width: tablet) {
  .table-scroll-wrapper {
    overflow-x: auto;
  }
}

@media only screen and (max-width: 990px) {
  .table-scroll-wrapper {
    overflow-x: auto;
  }
}

/* breadcrumbs */
.breadcrumbs {
  max-width: 1260px;
  margin: 0 auto;
  padding: 10px 20px 15px;
}

.breadcrumbs ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.breadcrumbs ul li {
  position: relative;
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  color: #f37e20;
  padding-left: 10px;
  margin-right: 10px;
}

.breadcrumbs ul li::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  background: #f37e20;
  left: 0;
  top: 8px;
  border-radius: 50%;
}

.breadcrumbs ul li:last-child {
  color: #3d3d3d;
}

.breadcrumbs ul li:last-child::before {
  background: #3d3d3d;
}

.breadcrumbs ul li a::before, .breadcrumbs ul li a::after {
  display: none !important;
}

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}

/* date-readtime */
.date-readtime {
  font-size: 12px;
  color: #666666;
}

.date-readtime span.num-viewer {
  display: inline-block;
  background: url("../images/icons/video/eye-icon.svg") no-repeat left;
  background-size: 20px;
  padding-left: 25px;
}

.date-readtime span.num-viewer.viewed {
  background: url("../images/icons/video/eye-icon-o.svg") no-repeat left;
}

.date-readtime span.like {
  display: inline-block;
  background: url("../images/icons/video/bookmark-light.svg") no-repeat left;
  background-size: 14px;
  padding-left: 20px;
}

.date-readtime span.like.active {
  background: url("../images/icons/video/bookmark-fill.svg") no-repeat left;
}

.date-readtime span.like.disliked {
  background: url("../images/icons/video/dislike-o.svg") no-repeat left bottom;
}

.date-readtime span.download {
  display: inline-block;
  background: url("../images/icons/video/download-icon.svg") no-repeat left;
  background-size: 13px;
  padding-left: 20px;
}

.date-readtime span:not(:last-child) {
  padding-right: 10px;
  margin-right: 5px;
  border-right: 1px solid rgba(102, 102, 102, 0.2);
}

/* bookmark-share  */
.bookmark-share {
  margin-left: auto;
  position: relative;
}

.bookmark-share .pdf,
.bookmark-share .bookmark,
.bookmark-share .share,
.bookmark-share .call {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-right: 10px;
}

.bookmark-share .pdf {
  width: 20px;
  height: 20px;
  background: url("../images/icons/video/pdf-icon-b.svg") no-repeat center;
  background-size: 20px;
}

.bookmark-share .pdf:hover {
  background: url("../images/icons/video/pdf-icon-small-o.svg") no-repeat center;
  background-size: 20px;
}

.bookmark-share .bookmark {
  background: url("../images/icons/video/bookmark.svg") no-repeat center;
  background-size: 16px;
}

.bookmark-share .bookmark:hover {
  background: url("../images/icons/video/bookmark-o.svg") no-repeat center;
  background-size: 16px;
}

.bookmark-share .bookmark.active {
  background: url("../images/icons/video/bookmark-fill.svg") no-repeat center;
}

.bookmark-share .share {
  margin-right: 0;
  background: url("../images/icons/video/share.svg") no-repeat center;
  background-size: 16px;
}

.bookmark-share .call {
  background: url("../images/icons/call-b.svg") no-repeat center;
}

.bookmark-share .call.active {
  background: url("../images/icons/call-o.svg") no-repeat center;
}

.share-content {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: -15px;
  right: -230px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  -ms-box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  -o-box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  border-radius: 10px;
  width: 210px;
  padding: 15px;
}

.share-content.active {
  visibility: visible;
  right: 0;
}

@media only screen and (max-width: 991px) {
  .share-content.active {
    right: auto;
  }
}

.share-content .share-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}

.share-content .share-header p {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}

.share-content .share-header .close-icon {
  cursor: pointer;
}

.share-content .share-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 auto;
}

.share-content .share-link li {
  list-style: none;
  padding-left: 0;
}

.share-content .share-link li:before {
  display: none;
}

.share-content .share-link li .h-icon {
  display: none;
}

.share-content .share-link li:hover .n-icon {
  display: none;
}

.share-content .share-link li:hover .h-icon {
  display: block;
}

.share-content .youtube-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #f0f0f0;
  border-radius: 16px;
  padding: 7px 15px;
  height: 32px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-top: 15px;
}

.share-content .youtube-text input {
  width: calc(100% - 55px);
  color: #666666;
  border: none;
  background: transparent;
  font-weight: 600;
}

.share-content .youtube-text span {
  display: inline-block;
  color: #f37e20;
  width: 55px;
  background: #f0f0f0;
  text-align: center;
  cursor: pointer;
}

.call-content {
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: -15px;
  right: -230px;
  width: 210px;
}

.call-content .inner-content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  -ms-box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  -o-box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}

.call-content.active {
  visibility: visible;
  left: 0;
  bottom: 20px;
  top: auto;
}

@media only screen and (max-width: 1190px) {
  .call-content.active {
    left: auto;
    right: 0;
  }
}

.call-content .call-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.call-content .call-header .call-icon {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../images/icons/call-b.svg") no-repeat center;
  margin-right: 10px;
}

.call-content .call-header .close-icon {
  width: 16px;
  height: 16px;
  background: url("../images/icons/close-orange.svg") no-repeat center;
  margin-left: auto;
}

.call-content .call-header .titile {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 8px;
  letter-spacing: 0.05em;
}

.call-content .call-header .close-icon {
  cursor: pointer;
}

.call-content .call-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 15px;
}

.call-content .call-text input {
  width: calc(100% - 55px);
  color: #666666;
  border: none;
  background: transparent;
  font-weight: 600;
}

.call-content .call-text span {
  display: inline-block;
  color: #f37e20;
  min-width: 60px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #f37e20;
  border-radius: 10px;
}

@media only screen and (max-width: 767px) {
  .call-content.active {
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1002;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
            align-items: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
  }
  .call-content.active .inner-content {
    border-radius: 0;
    padding: 20px 20px 30px;
  }
  .call-content.active .call-header {
    padding-bottom: 20px;
  }
  .call-content.active .call-header .titile {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 0;
  }
  .call-content.active .call-text {
    font-size: 18px;
    margin-top: 20px;
  }
  .call-content.active .call-text span {
    font-size: 18px;
    border-radius: 20px;
    min-width: 90px;
    line-height: 1.5;
  }
}

/* loction */
.loction {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}

.loction .map-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
  background: url("../images/icons/map-b.svg") no-repeat center;
}

.loction .distance {
  margin-right: 10px;
  color: #000;
}

@media screen and (max-width: 1200px) {
  .loction {
    font-size: 12px;
    letter-spacing: 0.02em;
  }
}

@media screen and (max-width: 340px) {
  .loction {
    width: 100%;
  }
}

.num-rating {
  background: #f3a126;
  color: #fff;
  padding: 5px 25px 5px 5px;
  margin-left: 14px;
  font-size: 14px;
  border-radius: 2px;
  display: inline-block;
  position: relative;
}

.num-rating:after {
  content: "";
  width: 15px;
  height: 15px;
  right: 7px;
  position: absolute;
  background: url("../images/icons/star-white.png") no-repeat right;
}

/* radio-list */
.radio-list {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-list:not(:last-child) {
  margin-bottom: 20px;
}

.radio-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio-list input:checked ~ .checkmark {
  border: 1px solid #f37e20;
}

.radio-list input:checked ~ .checkmark:after {
  display: block;
}

.radio-list:hover input ~ .checkmark {
  border: 1px solid #f37e20;
}

.radio-list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
}

.radio-list .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  top: 3px;
  left: 3px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #f37e20;
}

/* checkbox-list */
.checkbox-list {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-left: 15px;
  margin-bottom: 25px;
  cursor: pointer;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-list input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-list input:checked ~ .checkmark {
  border: 1px solid #f37e20;
}

.checkbox-list input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-list:hover input ~ .checkmark {
  border: 1px solid #f37e20;
}

.checkbox-list .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}

.checkbox-list .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #f37e20;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* page-topbar */
.page-topbar {
  margin-top: 10px;
}

.page-topbar .section-inner {
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.page-topbar .page-heading {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.2;
  color: #074a86;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  margin: 0;
}

.page-topbar p {
  color: #666666;
  opacity: 0.7;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 23px;
}

@media only screen and (max-width: tablet) {
  .page-topbar .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    padding-top: 20px;
  }
  .page-topbar .page-heading {
    font-size: 20px;
    margin-bottom: 25px;
    width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .page-topbar .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    padding-top: 20px;
  }
  .page-topbar .page-heading {
    font-size: 20px;
    margin-bottom: 25px;
    width: 100%;
  }
}

/* multiple select */
.ms-options-wrap > button,
.ms-options-wrap > button:focus {
  border-color: rgba(199, 199, 199, 0.8);
  border-width: 0 0 1px 0;
  font-size: 14px;
  color: #999999;
  padding-top: 0;
}

.ms-options-wrap > button::after,
.ms-options-wrap > button:focus::after {
  border-top-color: #f37e20;
}

.ms-options-wrap.ms-active > .ms-options {
  min-height: auto !important;
}

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  left: 10px;
  top: 8px;
}

.ms-options-wrap > .ms-options > ul label {
  padding: 6px 6px 6px 35px;
  cursor: pointer;
}

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

.blue-bg .section-title {
  color: #fff;
}

.white-bg {
  background: #fff !important;
}

.grey-bg {
  background: #f8f8f8;
}

.orange-bg {
  background-color: #fff7eb;
}

.light-orange-bg {
  background: #fff7eb;
}

.darkorange-bg {
  background: #f37e20;
}

.maroon-bg {
  background: #ad1e23;
}

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

.orange-color {
  color: #f37e20;
}

.maroon-color {
  color: #ad1e23;
}

.black-color {
  color: #000;
}

/* width classes */
.width-25 {
  max-width: 25%;
  width: 100%;
}

.width-50 {
  max-width: 50%;
  width: 100%;
}

.width-75 {
  max-width: 75%;
  width: 100%;
}

.width-100 {
  max-width: 100%;
  width: 100%;
}

.width-small {
  max-width: 282px;
  width: 100%;
}

.width-medium {
  max-width: 593px;
  width: 100%;
}

.width-large {
  max-width: 903px;
  width: 100%;
}

.width-full {
  max-width: 100%;
  width: 100%;
}

/* col-width */
@media only screen and (min-width: 992px) {
  .col-width-25 {
    width: 25%;
  }
  .col-width-50 {
    width: 50%;
  }
  .col-width-75 {
    width: 75%;
  }
  .col-width-100 {
    width: 100%;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .col-width-tab-25 {
    width: 25% !important;
  }
  .col-width-tab-50 {
    width: 50% !important;
  }
  .col-width-tab-75 {
    width: 75% !important;
  }
}

.col-width-25,
.col-width-50,
.col-width-75,
.col-width-100 {
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .col-width-25,
  .col-width-50,
  .col-width-75,
  .col-width-100 {
    width: 100%;
  }
}

/* star-rating */
.star-rating {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #8b8b8b;
  text-align: center;
}

.star-rating span {
  display: inline-block;
  background: url("../images/icons/saving-account/empty-star.svg") no-repeat;
  overflow: hidden;
  width: 60px;
  height: 60px;
  text-indent: -9999999px;
}

.star-rating span.checked {
  background: url("../images/icons/saving-account/fill-star.svg") no-repeat;
}

@media only screen and (max-width: tablet) {
  .star-rating span, .star-rating.checked {
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
  }
}

@media only screen and (max-width: 990px) {
  .star-rating span, .star-rating.checked {
    width: 30px;
    height: 30px;
    background-size: 30px 30px !important;
  }
}

/* download-notification */
@media only screen and (max-width: 991px) {
  .notification-enabled {
    margin-top: 175px;
  }
  .notification-enabled .new-header.mobile {
    top: 60px;
  }
}

.download-notification {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  width: 100%;
  display: none;
}

.download-notification::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(102.42deg, #f37e20 6.89%, #ad1e23 71.62%);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
          transform: matrix(-1, 0, 0, 1, 0, 0);
}

.download-notification .content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  z-index: 1;
  color: #fff;
  padding: 6.5px 15px;
}

.download-notification .content .close {
  margin-right: 10px;
  font-size: 20px;
  color: #cecedb;
  cursor: pointer;
}

.download-notification .content p {
  max-width: 150px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  letter-spacing: -0.02em;
  margin: 0 10px;
}

.download-notification .content p span {
  font-weight: 600;
}

.download-notification .content a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin-left: auto;
  text-decoration: underline;
  color: #fff;
  cursor: pointer;
}

.download-notification .content a.hide {
  display: none;
}

@media only screen and (max-width: 991px) {
  .download-notification {
    display: block;
  }
}

/* page-content-header-fixed  */
@media only screen and (max-width: 991px) {
  .page-content-header-fixed {
    margin-top: 80px;
  }
}

/* tooltip */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltip-content {
  width: 430px;
  visibility: hidden;
  position: absolute;
  z-index: 1;
  top: -30px;
  left: 30px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding: 20px 30px;
  text-align: left;
}

.tooltip .tooltip-content::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -15px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.tooltip .tooltip-content h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 5px;
  color: #4b4b4b;
}

.tooltip .tooltip-content p {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #8b8b8b;
}

.tooltip:hover .tooltip-content {
  visibility: visible;
  opacity: 1;
}

/* video-popup */
.openvideo {
  cursor: pointer;
}

.video-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: calc(100% - 130px);
  top: 130px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  overflow-y: auto;
}

.video-popup .video-popup-inner {
  position: relative;
  width: 93%;
  max-width: 762px;
  background: #fff;
  margin: 40px auto 0;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
}

.video-popup .video-popup-inner .popup-close,
.video-popup .video-popup-inner .banner-popup-close {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: #f37e20;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -10px;
  text-align: center;
  line-height: 27px;
}

.video-popup .video-popup-inner .popup-close img,
.video-popup .video-popup-inner .banner-popup-close img {
  vertical-align: middle;
}

.video-popup .video-popup-inner video {
  width: 100%;
}

.video-popup .video-popup-inner .media {
  position: relative;
}

.video-popup .video-popup-inner .media .btn-control {
  position: absolute;
  top: calc(50% - 32px);
  left: calc(50% - 47px);
  cursor: pointer;
}

.video-popup .video-popup-inner .media .btn-control div {
  width: 68px;
  height: 48px;
  border-radius: 10px;
  text-align: center;
  background: rgba(0, 0, 0, 0.65);
  line-height: 46px;
}

.video-popup .video-popup-inner .media .btn-control div img {
  vertical-align: middle;
  max-width: 16px;
}

.video-popup .video-popup-inner .media .btn-control div:hover {
  background: rgba(255, 0, 0, 0.65);
}

.video-popup .video-popup-inner .media .btn-control .pause-btn {
  display: none;
  opacity: 0;
}

.video-popup .video-popup-inner .media .btn-control:hover .pause-btn {
  opacity: 1;
}

.video-popup .video-popup-inner .media.iframe iframe {
  width: 100%;
  min-height: 400px;
}

.video-popup .video-popup-inner .content {
  margin-top: 10px;
  max-width: 500px;
}

.video-popup .video-popup-inner .content h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 138%;
  margin-bottom: 5px;
}

.video-popup .video-popup-inner .content p {
  font-size: 14px;
  line-height: 138%;
}

@media only screen and (max-width: tablet) {
  .video-popup {
    top: 110px;
  }
}

@media only screen and (max-width: 990px) {
  .video-popup {
    top: 110px;
  }
}

@media only screen and (max-width: tablet-small) {
  .video-popup {
    top: 110px;
  }
  .video-popup .video-popup-inner .media .btn-control {
    top: calc(50% - 18px);
    left: calc(50% - 25px);
  }
  .video-popup .video-popup-inner .media .btn-control div {
    width: 50px;
    height: 36px;
    line-height: 33px;
    border-radius: 10px;
  }
  .video-popup .video-popup-inner .media .btn-control div img {
    vertical-align: middle;
    width: 15px;
  }
  .video-popup .video-popup-inner .media.iframe iframe {
    min-height: 250px;
  }
}

@media only screen and (max-width: 639px) {
  .video-popup {
    top: 110px;
  }
  .video-popup .video-popup-inner .media .btn-control {
    top: calc(50% - 18px);
    left: calc(50% - 25px);
  }
  .video-popup .video-popup-inner .media .btn-control div {
    width: 50px;
    height: 36px;
    line-height: 33px;
    border-radius: 10px;
  }
  .video-popup .video-popup-inner .media .btn-control div img {
    vertical-align: middle;
    width: 15px;
  }
  .video-popup .video-popup-inner .media.iframe iframe {
    min-height: 250px;
  }
}

@media only screen and (max-width: tablet) {
  .notification-enabled .video-popup {
    top: 130px;
  }
  .notification-enabled .video-popup .video-popup-inner {
    margin: 70px auto 0;
  }
}

@media only screen and (max-width: 990px) {
  .notification-enabled .video-popup {
    top: 130px;
  }
  .notification-enabled .video-popup .video-popup-inner {
    margin: 70px auto 0;
  }
}

/* page-content */
@media screen and (max-width: 991px) {
  .page-content {
    margin-top: 112px;
  }
}

/* circular-chart  */
.circular-chart {
  width: 20px;
  height: 20px;
}

.circle-bg {
  fill: none;
  stroke: #a7a7a7;
  stroke-width: 2;
}

.circle {
  fill: none;
  stroke-width: 3;
  stroke-linecap: round;
  animation: progress 10s ease-out forwards;
  -ms-animation: progress 10s ease-out forwards;
  -webkit-animation: progress 10s ease-out forwards;
  -moz-animation: progress 10s ease-out forwards;
  -o-animation: progress 10s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

@-webkit-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}

.circular-chart.orange-fill .circle {
  stroke: #f37e20;
}

/* ios-link & android-link  */
@media screen and (max-width: 768px) {
  .ios-link.hide-link,
  .android-link.hide-link {
    display: none !important;
  }
}

/* imodal-popup */
.imodal-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1003;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.5);
}

.imodal-popup .imodal-content {
  max-width: 90%;
  max-height: 90%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 15px;
}

.imodal-popup .imodal-close {
  position: absolute;
  right: 35px;
  top: 40px;
  z-index: 2;
  cursor: pointer;
}

/* page-title */
.page-title {
  position: relative;
  background: radial-gradient(53.19% 615.36% at 46.18% 52.3%, #f37e20 0%, #de5416 100%);
}

.page-title::before, .page-title::after {
  content: "";
  position: absolute;
  height: 100%;
}

.page-title::before {
  width: 20%;
  background: #fdf6f4;
  top: 1px;
  height: calc(100% - 2px);
}

.page-title::after {
  width: 20%;
  background: url("../images/page-title-bg.png") no-repeat;
  right: 0;
  top: 0;
}

.page-title .section-inner {
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.page-title .title {
  position: relative;
  background: #fdf6f4;
  border-radius: 0 300px 300px 0;
  padding-right: 50px;
  margin: 1px 0;
}

.page-title .title h1 {
  font-weight: 900;
  font-size: 32px;
  line-height: 80%;
  color: #f37e20;
  width: 200px;
  margin: 0;
  padding: 15px 0 20px;
}

.page-title .title h1 span {
  font-size: 14px;
  line-height: 80%;
  display: block;
}

.page-title .title h1 u {
  text-decoration: none;
  border-bottom: 1px solid #f37e20;
}

@media screen and (max-width: 640px) {
  .page-title .title {
    min-height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    padding-right: 25px;
  }
  .page-title .title h1 {
    font-size: 15px;
    line-height: 80%;
    padding: 7px 0 9px;
    width: auto;
  }
  .page-title .title h1 span {
    font-size: 7px;
    line-height: 10px;
  }
  .page-title::before {
    width: 15%;
  }
  .page-title::after {
    background-size: 50px 50px;
  }
}

.page-title .sub-title h2 {
  font-weight: 900;
  font-size: 26px;
  line-height: 120%;
  color: #fff;
  max-width: 300px;
  margin-left: 30px;
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .page-title .sub-title h2 {
    font-size: 14px;
  }
}

.page-title.page-title-style-1 {
  background: url("../images/orange-hub/orangebook-banner.jpg") no-repeat;
}

.page-title.page-title-style-1:before {
  display: none;
}

.page-title.page-title-style-1 .title {
  margin: 0 auto;
  background: transparent;
  color: #fff;
  padding: 20px 0 35px;
}

.page-title.page-title-style-1 .title h1 {
  color: #fff;
  font-size: 64px;
}

.page-title.page-title-style-1 .title h1 span {
  font-size: 28px;
}

.page-title.page-title-style-1 .title u {
  border-bottom: 1px solid #fff;
}

.page-title.page-title-style-1 .title p {
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  .page-title.page-title-style-1 .title {
    display: block;
    padding: 20px 0 25px;
  }
  .page-title.page-title-style-1 .title h1 {
    font-size: 34px;
  }
  .page-title.page-title-style-1 .title h1 span {
    font-size: 15px;
  }
  .page-title.page-title-style-1 .title p {
    font-size: 12px;
  }
}

.page-title-with-icon {
  position: relative;
  background: #084a86;
}

.page-title-with-icon::before, .page-title-with-icon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 290px;
  height: 113px;
  background: url("../images/vector-bg.png") no-repeat;
}

.page-title-with-icon::before {
  left: 0;
}

.page-title-with-icon::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  right: 0;
}

.page-title-with-icon h1 {
  margin: 0;
  text-align: center;
  font-size: 34px;
  line-height: 42px;
  font-weight: 900;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.page-title-with-icon h1 img {
  margin-right: 15px;
  height: 30px;
}

@media screen and (max-width: 640px) {
  .page-title-with-icon .section-inner {
    padding: 20px;
  }
  .page-title-with-icon h1 {
    font-size: 20px;
    line-height: 1.2;
  }
  .page-title-with-icon h1 img {
    height: 20px;
  }
}

/* tooltips */
.tooltips {
  position: relative;
  display: inline-block;
}

.tooltips:hover .tooltiptext {
  display: block;
}

.tooltips .tooltiptext {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 3.50646px 24.5452px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3.50646px 24.5452px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  z-index: 1;
  width: 225px;
  top: 34px;
  left: -20px;
  padding: 15px;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  text-transform: none;
  text-align: center;
}

.tooltips .tooltiptext::before, .tooltips .tooltiptext::after {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
}

.tooltips .tooltiptext::before {
  top: -20px;
  left: 18px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.tooltips .tooltiptext::after {
  top: -21px;
  left: 18px;
  border-color: transparent transparent #e4e4e4 transparent;
}

/* push-popup */
.push-modal-content {
  position: fixed;
  z-index: 99999;
  max-width: 382px;
  width: calc(100% - 30px);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 15px;
}

.push-modal-content .push-heading {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.push-modal-content .push-heading h2 {
  font-size: 15px;
  color: #f37e20;
  text-align: left;
  margin-bottom: 5px;
}

.push-modal-content .push-heading p {
  color: #848484;
  text-align: left;
  font-size: 12px;
  max-width: 90%;
  line-height: 1.4;
}

.push-modal-content .push-heading .desc {
  padding-left: 15px;
  width: calc(100% - 50px);
}

.push-modal-content .button-group {
  margin-top: 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
}

.push-modal-content .button-group .push-btn {
  font-size: 13px;
  line-height: 34px;
  height: 34px;
  width: auto;
  padding: 0 30px;
  background: #f37e20;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
}

.push-modal-content .button-group #push-modal-close {
  background: #dedede;
  margin-right: 10px;
  color: #7d7d7d;
}

.push-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  z-index: 9999;
}

/* card-loading */
.card-loading {
  min-height: 80px;
  background: url("../images/icons/loader.gif") no-repeat center;
  background-size: 80px;
  margin-bottom: 40px;
}

/* mob-announcement-section */
@media only screen and (max-width: 960px) {
  .mob-announcement-section {
    top: 95px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
}

/* scrolltop */
.scrolltop {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 10px;
  z-index: 12;
}

.scrolltop .scrolltop-btn {
  padding: 0 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  margin-left: auto;
  width: 142px;
  height: 46px;
  background: #fff;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  border-radius: 80px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .scrolltop .scrolltop-btn {
    margin: 0 auto;
  }
}

.scrolltop .scrolltop-btn p {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding-right: 10px;
  color: #f37e20;
}

.scrolltop .scrolltop-btn span {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #f37e20;
  border-radius: 50%;
}

.scrolltop .scrolltop-btn:hover p {
  color: #ad1e23;
}

.scrolltop .scrolltop-btn:hover span {
  background: #ad1e23;
}

/* ask-ipal */
.ask-ipal {
  position: fixed;
  bottom: 65px;
  right: 20px;
  z-index: 12;
}

.ask-ipal.active {
  z-index: 0;
}

/* ask-ipal */
.whatsapp-link {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 13;
}

.whatsapp-link .link {
  background: #4caf50 url("../images/icons/whatsup.svg") no-repeat center center;
  width: 60px;
  height: 45px;
  display: block;
  border-radius: 20px;
  background-size: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 5px 13px rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 6px 5px 13px rgba(0, 0, 0, 0.08);
  -o-box-shadow: 6px 5px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 6px 5px 13px rgba(0, 0, 0, 0.08);
}

@media only screen and (max-width: tablet) {
  .whatsapp-link {
    bottom: 10px;
    right: 30px;
    z-index: 8;
  }
}

@media only screen and (max-width: 990px) {
  .whatsapp-link {
    bottom: 10px;
    right: 30px;
    z-index: 8;
  }
}

/* cross-sell-popup */
.cross-sell-popup {
  position: fixed;
  max-width: 315px;
  width: 100%;
  height: 170px;
  z-index: 9999;
  bottom: 10px;
  right: 20px;
  border-radius: 10px;
  overflow: hidden;
  display: none;
  background-color: #f37e20;
}

.cross-sell-popup .popup-inner {
  position: relative;
}

.cross-sell-popup .content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.cross-sell-popup .content p {
  max-width: 150px;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}

.cross-sell-popup .content p.rating {
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 25px;
}

.cross-sell-popup .content .button-group {
  position: absolute;
  bottom: 15px;
}

.cross-sell-popup .content .button-group .ic-btn {
  background: #ad1e23;
  padding: 8.5px 25px;
  border: none;
}

.cross-sell-popup .content .button-group .ic-btn:hover {
  background: #fff;
}

.cross-sell-popup .close {
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 21px;
  z-index: 1;
  color: #f37e20;
  font-size: 20px;
}

.cross-sell-popup.rel-pos {
  position: relative;
  max-width: 370px;
  width: 100%;
  height: 180px;
}

.cross-sell-popup.rel-pos .media {
  height: 180px;
}

.cross-sell-popup.rel-pos .media img {
  width: 100%;
}

.cross-sell-popup.rel-pos .content h5 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  /*19-03-21 starts*/
  margin-bottom: 5px;
  /*19-03-21 ends*/
  letter-spacing: 0.2px;
}

.cross-sell-popup.rel-pos .content p {
  max-width: 210px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.cross-sell-popup.rel-pos .content .button-group .ic-btn {
  min-width: 100px;
  max-width: 206px;
}

.cross-sell-popup.no-pos {
  display: block;
  width: 315px;
  height: 180px;
}

.cross-sell-popup.no-pos .media {
  height: 180px;
}

.cross-sell-popup.no-pos .media img {
  width: 100%;
}

.cross-sell-popup.no-pos .content h5 {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  font-weight: 800;
  /*19-03-21 starts*/
  margin-bottom: 5px;
  /*19-03-21 ends*/
  letter-spacing: 0.2px;
}

.cross-sell-popup.no-pos .content p {
  max-width: 210px;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.cross-sell-popup.no-pos .content .button-group .ic-btn {
  min-width: 100px;
  max-width: 206px;
}

.popup-search {
  width: 174px;
  height: 24px;
  border-radius: 50px !important;
  margin-bottom: 10px;
}

.popup-search .search-icon {
  width: 40px;
  height: 16px;
  background: url("../images/icons/icon_search_orange.svg") no-repeat center;
  background-size: 16px;
  border-radius: 0 20px 20px 0;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  left: 0;
  top: 4px;
}

.popup-search form {
  position: relative;
  width: auto;
}

.popup-search input {
  padding: 0 15px 0 37px !important;
  width: 100%;
  font-size: 14px;
  font-family: "Muli", sans-serif;
  border-radius: 50px;
  height: 24px !important;
}

.search-box--transparent {
  background-color: transparent !important;
  border: 1px solid white;
}

.search-box--transparent input {
  color: white;
  background-color: transparent;
}

.search-box--transparent input:focus {
  background-color: transparent !important;
}

.search-box--transparent input::-webkit-input-placeholder {
  color: white;
}

.search-box--transparent input:-ms-input-placeholder {
  color: white;
}

.search-box--transparent input::-ms-input-placeholder {
  color: white;
}

.search-box--transparent input::placeholder {
  color: white;
}

.search-box--transparent .search-icon {
  background: url("../images/icons/icon_search_white.png") no-repeat center;
  background-size: 16px;
}

/* digitalbanking */
.digitalbanking .section-inner {
  padding-top: 0;
}

.digitalbanking .digitalbanking-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.digitalbanking .digitalbanking-inner .section-title {
  font-weight: 800;
  margin-bottom: 0;
}

.digitalbanking .digitalbanking-inner h5 {
  font-weight: 800;
  font-size: 18px;
  color: #a7a7a7;
  margin-bottom: 30px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content {
  width: 40%;
  max-width: 500px;
  padding-top: 40px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px 10px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content ul li {
  position: relative;
  border: 1px solid #f37e20;
  border-radius: 100px;
  min-width: 210px;
  height: 34px;
  padding-left: 40px;
  line-height: 34px;
  margin: 0 15px 20px;
  cursor: pointer;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f37e20;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content ul li .circular-chart {
  display: none;
  position: absolute;
  left: 10px;
  top: 5px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content ul li.active {
  border: 1px solid #cec7c1;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content ul li.active::before {
  display: none;
}

.digitalbanking .digitalbanking-inner .digitalbanking-content ul li.active .circular-chart {
  display: block;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media {
  width: 60%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .media-list {
  position: relative;
  display: none;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .media-list.active {
  display: block;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .media-list .qrcodeboxs {
  position: absolute;
  right: 30px;
  bottom: 50px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .media-list .qrcodeboxs .qrcodebox:first-child .qrcode-icon {
  background: transparent;
  border-radius: 0 10px 10px 0;
  border-left: none;
  padding-left: 20px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons {
  position: absolute;
  left: 48%;
  bottom: 11%;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons .download-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons .download-icon a {
  margin: 0 5px;
}

.digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons .download-icon a img {
  position: relative;
  z-index: -1;
  height: 60px;
}

@media screen and (max-width: 568px) {
  .digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons .download-icon a img {
    height: 40px;
    width: auto;
    max-width: initial;
  }
}

@media screen and (max-width: 360px) {
  .digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons .download-icon {
    left: 47%;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons .download-icon a {
    margin: 0 2px;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-media .download-icons .download-icon a img {
    height: 38px;
  }
}

.digitalbanking .banking-tagline {
  margin-top: -130px;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}

.digitalbanking .banking-tagline .section-inner {
  padding: 30px 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.digitalbanking .banking-tagline .section-inner .media {
  max-width: 190px;
  margin-right: 30px;
  width: 100%;
}

.digitalbanking .banking-tagline .section-inner .content {
  max-width: 245px;
}

.digitalbanking .banking-tagline .section-inner .content .ic-more {
  margin-top: 5px;
  cursor: pointer;
}

.digitalbanking.last {
  padding-bottom: 100px;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .digitalbanking .digitalbanking-inner .digitalbanking-media .media-list img {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-media .media-list .qrcodeboxs {
    position: absolute;
    left: 47%;
    bottom: 53px;
    right: auto;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-media .media-list .qrcodeboxs .qrcodebox:first-child {
    margin-right: -10px;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-media .media-list .qrcodeboxs .qrcode-icon {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul li {
    min-width: 180px;
  }
  .digitalbanking .banking-tagline {
    margin-top: -130px;
  }
}

@media screen and (max-width: 991px) {
  .digitalbanking.last {
    padding-bottom: 0;
  }
  .digitalbanking .section-inner {
    padding-top: 40px;
  }
  .digitalbanking .digitalbanking-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .digitalbanking .digitalbanking-inner h6 {
    color: #f37e20;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-media {
    width: 100%;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-media .media-list .qrcodeboxs {
    left: 49.7%;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-content {
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul {
    max-width: 600px;
    margin: 0 auto;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul li {
    min-width: calc(50% - 30px);
    text-align: left;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-content .ic-btn {
    min-width: 300px;
  }
  .digitalbanking .banking-tagline {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .digitalbanking .digitalbanking-inner .digitalbanking-media .media-list .qrcodeboxs {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul li {
    min-width: calc(50% - 11px);
    margin: 0 5px 20px;
    font-size: 12px;
    padding-left: 35px;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul li::before {
    top: 12px;
  }
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul li .circular-chart {
    top: 7px;
  }
  .digitalbanking .banking-tagline {
    margin-bottom: -150px;
  }
  .digitalbanking .banking-tagline .section-inner {
    display: block;
  }
  .digitalbanking .banking-tagline .section-inner .media,
  .digitalbanking .banking-tagline .section-inner .content {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .digitalbanking .banking-tagline .section-inner .media {
    margin-bottom: 25px;
  }
  .digitalbanking .banking-tagline .section-inner .ic-more {
    margin-top: 25px;
  }
}

@media screen and (max-width: 375px) {
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul li .circular-chart {
    top: 7px;
    width: 15px;
  }
}

.banking-tagline-shift-bottom {
  padding-top: 80px;
}

@media screen and (max-width: 640px) {
  .banking-tagline-shift-bottom {
    padding-top: 110px;
  }
}

/* qrcodebox */
.qrcodeboxs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.qrcodeboxs .qrcodebox:not(:last-child) {
  margin-right: 20px;
}

.qrcodeboxs .qrcodebox .qrcode-icon {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  cursor: pointer;
  padding: 7px 10px;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
}

.qrcodeboxs .qrcodebox .qrcode-icon .media {
  margin-right: 10px;
}

.qrcodeboxs .qrcodebox .qrcode-icon .media img {
  width: 50px;
}

.qrcodeboxs .qrcodebox .qrcode-icon .content {
  width: calc(100% - 60px);
  text-align: left;
}

.qrcodeboxs .qrcodebox .qrcode-icon .content p {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.qrcodeboxs .qrcodebox .qrcode-icon .content p:last-child {
  font-size: 10px;
  color: #f37e20;
}

.qrcode-popup {
  display: none;
  position: fixed;
  max-width: 850px;
  width: 95%;
  height: 455px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10000;
  top: 400px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 16px;
}

.qrcode-popup .close {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: #f37e20;
  border-radius: 50%;
  position: absolute;
  z-index: 11;
  top: 24px;
  right: 32px;
  text-align: center;
  line-height: 32px;
}

.qrcode-popup .media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  height: 430px;
}

.qrcode-popup .media img {
  max-width: 280px;
  max-height: 280px;
}

/* disclaimer-popup */
.popup-section.disclaimer-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow-y: auto;
}

.popup-section.disclaimer-popup .popup-content {
  max-width: 800px;
  padding: 30px;
  text-align: center;
}

.popup-section.disclaimer-popup .popup-content h3 {
  margin-bottom: 15px;
}

.popup-section.disclaimer-popup .popup-content p {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .popup-section.disclaimer-popup .popup-content h3 {
    font-size: 24px;
  }
}

/* lang-dropdown */
.lang-dropdown {
  position: relative;
  max-width: 1260px;
  margin: 0 auto -40px;
  padding: 10px 20px 15px;
}

.lang-dropdown .lang-dropdown-inner {
  position: absolute;
  top: -78px;
  right: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 13px;
  min-width: 130px;
  z-index: 1;
  cursor: pointer;
  font-weight: 600;
  font-size: 12px;
  line-height: 116.5%;
  letter-spacing: 0.02em;
  color: #3d3d3d;
}

.lang-dropdown .lang-dropdown-inner::after {
  content: "";
  display: inline-block;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/arrow_down.png") no-repeat center;
  background-position: 0px 2.5px;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  right: 12px;
}

.lang-dropdown .lang-dropdown-inner.active {
  -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.19);
}

.lang-dropdown .lang-dropdown-inner.active::after {
  background: url("../images/arrow_up_black.png") no-repeat center;
}

.lang-dropdown .lang-dropdown-inner img {
  margin-right: 6px;
}

.lang-dropdown .lang-dropdown-inner .lang-dropdown-placeholder {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 5px 15px;
}

.lang-dropdown .lang-dropdown-inner ul {
  display: none;
  padding: 0px 15px 5px 44px;
}

.lang-dropdown .lang-dropdown-inner ul li {
  font-weight: 600;
  font-size: 12px;
  line-height: 116.5%;
  letter-spacing: 0.02em;
  color: #3d3d3d;
  padding: 5px 0;
  border-top: 1px solid rgba(75, 75, 75, 0.3);
}

.lang-dropdown .lang-dropdown-inner ul li.selected {
  display: none;
}

.lang-dropdown .lang-dropdown-inner ul.active {
  display: block;
}

@media screen and (max-width: 991px) {
  .lang-dropdown {
    margin: 0 auto -15px;
  }
  .lang-dropdown .lang-dropdown-inner {
    top: initial;
  }
}

/* notification-box */
.notification-box {
  position: absolute;
  bottom: 56px;
  right: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-radius: 50px 0 0 50px;
  text-align: left;
  z-index: 1;
  padding: 15px 10px 15px 15px;
  background: #de5416;
  border-right: 5px solid #f37e20;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  max-width: 325px;
}

.notification-box .num {
  min-width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  background: #fff;
  border-radius: 50%;
  font-weight: bold;
  font-size: 20px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  color: #de5416;
}

.notification-box .desc {
  font-size: 14px;
  line-height: 140.62%;
  color: #fff;
  letter-spacing: 0.05em;
}

.notification-box .desc strong.block {
  margin-bottom: 4px;
}

.notification-box .desc a {
  color: #fff;
  text-decoration: underline;
}

/* play-icon */
.play-icon-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.play-icon-text .play-icon {
  margin-right: 12px;
}

.play-icon {
  display: inline-block;
  background: url("../images/icons/play-icon.svg") no-repeat center center;
  background-size: 10px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
}

.play-icon.white {
  background-color: #fff;
}

.play-icon.large {
  min-width: 60px;
  height: 60px;
  background-size: 14px;
}

/* cta-popup */
.cta-button-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 15px;
}

.cta-button-group .ic-btn {
  margin-bottom: 15px;
}

.cta-button-group .ic-btn:not(:last-child) {
  margin-right: 10px;
}

.cta-popup {
  position: fixed;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  z-index: 1000;
}

.cta-popup .cta-popup-content {
  position: relative;
  width: 93%;
  max-width: 762px;
  background: #fff;
  margin: 40px auto 0;
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 10px;
}

.cta-popup .cta-popup-content .close {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: #f37e20;
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  right: -10px;
  text-align: center;
  line-height: 27px;
}

.cta-popup .cta-popup-content .button-group {
  margin-top: 30px;
  text-align: center;
}

.cta-popup .cta-popup-content .button-group .ic-btn {
  margin-bottom: 20px;
}

/* dotted-progress */
.dotted-progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-top: 20px;
}

.dotted-progress li {
  position: relative;
  margin-right: 15px;
}

.dotted-progress li span {
  display: inline-block;
  text-indent: -999px;
  width: 9px;
  height: 9px;
  background: #fff;
  border: 1px solid #f37e20;
  border-radius: 50%;
  overflow: hidden;
}

.dotted-progress li::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 9px;
  width: 15px;
  height: 1px;
  border-bottom: 1px dashed #f37e20;
}

.dotted-progress li:last-child::after {
  display: none;
}

.dotted-progress li.active span {
  background: #f37e20;
}

.dotted-progress li.active::after {
  border-bottom: 1px solid #f37e20;
}

.dotted-progress li.current span {
  background: #f37e20;
}

.dotted-progress li.current::after {
  border-bottom: 1px dashed #f37e20;
}

/**instabiz banner title mobile**/
.insta-ban-title {
  color: #3d3d3d !important;
  opacity: 0.9 !important;
}

@media only screen and (max-width: 991px) {
  .md-mb-0 {
    margin-bottom: 0 !important;
  }
  .md-pb-0 {
    padding-bottom: 0 !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
}

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

/* Desktop Navigation */
span.open-status {
  display: inline-block;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/arrow_down.png") no-repeat center;
  background-position: 0px 2.5px;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 1px 5px;
}

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

.new-header {
  background: #fff;
}

.new-header ul {
  padding: 0;
  margin: 0;
}

.new-header.desktop {
  border-bottom: 1px solid #dedede;
  position: relative;
  text-transform: uppercase;
  z-index: 999;
}

.new-header.desktop.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
}

@media only screen and (max-width: 991px) {
  .new-header.desktop {
    display: none;
  }
}

.new-header.desktop a:link,
.new-header.desktop a:visited {
  text-decoration: none;
  display: block;
}

.new-header.desktop .logo {
  margin-right: 12px;
}

.new-header.desktop .logo.is-active {
  padding-bottom: 36px;
}

.new-header.desktop .logo img {
  max-width: 140px;
}

.new-header.desktop .header-menu {
  border-left: 1px solid #dedede;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.new-header.desktop .header-menu ul li:hover span.open-status {
  background: url("../images/arrow_down_orange.png") no-repeat;
}

.new-header.desktop .header-menu ul li.is-active span.open-status {
  background: url("../images/arrow_down_orange.png") no-repeat;
  background-position: 0 2.5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.new-header.desktop .header-menu.offer-header-menu ul.primary-menu {
  max-width: 900px;
}

.new-header.desktop .header-menu.offer-header-menu ul.primary-menu > li .menu-item {
  padding: 0 10px;
}

.new-header.desktop .header-menu.offer-header-menu ul.primary-menu > li .icon {
  margin-right: 5px;
}

.new-header.desktop .menu-level-1 {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 2px 0 5px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-header.desktop .menu-level-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  background: linear-gradient(179.26deg, #f37e20 43.47%, #ad1e23 85.73%);
}

.new-header.desktop .menu-level-1.active {
  padding-top: 59px;
}

.new-header.desktop .menu-level-1.active .menu-level-1-child .other-dropdown {
  top: 0;
}

.new-header.desktop .menu-level-1.active.nopadding {
  padding-top: 0;
}

.new-header.desktop .menu-level-1-child {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.desktop .menu-level-1-child ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.new-header.desktop .menu-level-1-child ul li {
  position: relative;
  margin: 0 5px;
}

.new-header.desktop .menu-level-1-child ul li a {
  color: #4b4b4b;
  padding: 0 15px;
}

.new-header.desktop .menu-level-1-child ul li.is-active {
  margin-bottom: 36px;
}

.new-header.desktop .menu-level-1-child ul li.is-active .sub-menu-wrapper {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-left: 20px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li {
  margin: 0 15px;
  padding: 0;
  z-index: 1;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li a {
  padding: 0;
  font-size: 12px;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li a.active, .new-header.desktop .menu-level-1-child.left-side-menu ul li a.current-page {
  color: #f37e20;
  font-weight: 600;
  position: relative;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li a.active .open-status, .new-header.desktop .menu-level-1-child.left-side-menu ul li a.current-page .open-status {
  background: url("../images/arrow_down_orange.png") no-repeat;
  background-size: inherit;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li:hover a,
.new-header.desktop .menu-level-1-child.left-side-menu ul li:hover a.active, .new-header.desktop .menu-level-1-child.left-side-menu ul li.is-active a,
.new-header.desktop .menu-level-1-child.left-side-menu ul li.is-active a.active {
  color: #f37e20;
  position: relative;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li:hover a .open-status,
.new-header.desktop .menu-level-1-child.left-side-menu ul li:hover a.active .open-status, .new-header.desktop .menu-level-1-child.left-side-menu ul li.is-active a .open-status,
.new-header.desktop .menu-level-1-child.left-side-menu ul li.is-active a.active .open-status {
  background: url("../images/arrow_down_orange.png") no-repeat;
  background-size: inherit;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li:hover .sub-menu-inner a, .new-header.desktop .menu-level-1-child.left-side-menu ul li.is-active .sub-menu-inner a {
  border: none;
  color: #4b4b4b;
  padding-bottom: 8px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li:hover .sub-menu-inner a:hover, .new-header.desktop .menu-level-1-child.left-side-menu ul li.is-active .sub-menu-inner a:hover {
  color: #f37e20;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li:first-child {
  margin-left: 24px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu {
  margin: 0;
  padding: 0;
  position: static !important;
  z-index: 0;
  height: 40px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area {
  position: relative;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area a {
  background: #ebe7e7;
  color: #3d3d3d;
  padding: 12.5px 20px;
  height: 40px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area .open-status {
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/plus-icon.svg") no-repeat;
  background-position: 0px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area::before, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area::after {
  content: "";
  position: absolute;
  top: 0;
  height: 40px;
  width: 24px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area::after {
  width: 40px;
  right: -10px;
  background: url("../images/icons/tab-left-icon.png") no-repeat;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu:hover .link-area .open-status {
  background: url("../images/icons/plus-icon-o.svg") no-repeat;
  background-position: 0px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu:hover .link-area a {
  color: #f37e20;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu:first-child .link-area::before {
  left: -22px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/normal-left.png") no-repeat;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.last {
  margin-right: 10px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.last .link-area::after {
  width: 25px;
  right: -25px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/normal-left.png") no-repeat;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current {
  z-index: 1;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active:hover .link-area .open-status, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current:hover .link-area .open-status {
  background: url("https://www.icicibank.com//etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/plus-icon-w.svg") no-repeat;
  background-position: 0px;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active:hover .link-area a, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current:hover .link-area a {
  color: #fff;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active .link-area, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current .link-area {
  z-index: 1;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active .link-area::before, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current .link-area::before {
  left: -20px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/active-left.png") no-repeat;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active .link-area::after, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current .link-area::after {
  width: 25px;
  right: -20px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/active-left.png") no-repeat;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active .link-area a, .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current .link-area a {
  background-color: #f37e20 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.active .link-area .open-status {
  background: url("../images/icons/minus-icon.svg") no-repeat !important;
  background-position: 0px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current .link-area {
    background: #f37e20;
    border-radius: 0 0 20px 20px;
  }
}

@supports (-ms-ime-align: auto) {
  .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current .link-area {
    background: #f37e20;
    border-radius: 0 0 20px 20px;
  }
}

.new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu.current .link-area .open-status {
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/plus-icon-w.svg") no-repeat;
  background-position: 0px;
}

.new-header.desktop .menu-level-1-child.right-side-menu {
  text-transform: none;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul {
  -webkit-box-align: Center;
          align-items: Center;
  -webkit-align-items: Center;
  -ms-flex-align: Center;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li {
  margin: 0;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li > a {
  padding: 8px 10px;
  font-weight: 600;
  font-size: 11px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  border-right: 1px solid #e9e7e7;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li:hover > a, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.is-active > a, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.active > a {
  color: #f37e20;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.active span.open-status {
  background: url("../images//arrow_down_orange.png") no-repeat left center;
  background-position: 0px 2.5px;
}

@media only screen and (max-width: 1400px) {
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li:nth-child(2) .sub-menu-wrapper {
    left: auto;
    right: 0;
  }
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li:nth-child(2) .sub-menu-wrapper::before {
    left: auto;
    right: 40px;
  }
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .drop-select, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .drop-select {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 8px 30px 8px 10px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .drop-select span, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .drop-select span {
  line-height: 1;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .drop-select::after, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .drop-select::after {
  content: "";
  position: absolute;
  top: 8px;
  right: 10px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/arrow_down.png") no-repeat center;
  background-position: 0px 2.5px;
  width: 10px;
  height: 10px;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect:hover .drop-select::after, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect:hover .drop-select::after {
  background: url("../images//arrow_down_orange.png") no-repeat center;
  background-position: 0 2.5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .sub-menu-wrapper, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .sub-menu-wrapper {
  max-width: 210px;
  left: calc(50% - 110px);
  top: 27px;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .sub-menu-wrapper ul li, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .sub-menu-wrapper ul li {
  position: relative;
  padding: 5px 15px;
  min-height: 30px;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .sub-menu-wrapper ul li img, .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .sub-menu-wrapper ul li img {
  position: absolute;
  height: 22px;
  left: 15px;
  top: 4px;
}

@media only screen and (max-width: 1600px) {
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .sub-menu-wrapper {
    left: auto;
    right: 0;
  }
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.languageselect .sub-menu-wrapper::before {
    left: auto;
    right: 10px;
  }
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .drop-select::after {
  top: 12px;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .drop-select img {
  height: 16px;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.countryselect .drop-select span {
  font-size: 11px;
  display: none;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li.lang-icon:hover a {
  color: #f37e20;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li:last-child a {
  padding-right: 0;
  border-right: none;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li .nav-interest-rate:hover {
  border-bottom: 0;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li .nav-interest-rate .nav-interest-rate-inner span {
  padding: 2px 5px;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li .nav-interest-rate .nav-interest-rate-inner span:first-child {
  background-color: #f37e20;
  color: #fff;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul > li .nav-interest-rate .nav-interest-rate-inner span:last-child {
  background-color: #f6f6f6;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  margin-left: -3px;
}

.new-header.desktop .menu-level-1-child .other-dropdown {
  position: absolute;
  width: 100%;
  top: -59px;
  left: 0;
  background: linear-gradient(159.86deg, #f37e20 46%, #ad1e23 85.09%);
  padding: 8px 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-header.desktop .menu-level-1-child .other-dropdown.active .dropdown-inner {
  opacity: 1;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner {
  opacity: 0;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-transition: opacity 1.5s;
  transition: opacity 1.5s;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .left-block ul li {
  margin: 0 15px 0 0;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .left-block ul li a {
  font-weight: 500;
  font-size: 12px;
  line-height: 140.62%;
  color: #fff;
  padding: 5px 20px;
  width: 110px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 50px;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .left-block ul li a.active {
  background: #fff;
  color: #f37e20;
  font-weight: bold;
  border-radius: 50px;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .left-block ul li a.active::after {
  display: none;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .left-block ul li a:hover {
  border: 1px solid #fff;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .left-block ul li a:hover::after {
  display: none;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .right-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff;
  z-index: 1;
  min-height: 45px;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .right-block .rivilege-img {
  margin-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 15px;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .right-block .desc {
  font-weight: 500;
  font-size: 12px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: 240px;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .right-block .desc a {
  color: #fff;
  padding: 0;
  font-size: 12px;
}

.new-header.desktop .menu-level-1-child .other-dropdown .dropdown-inner .right-block .menu-close-btn {
  cursor: pointer;
  margin-left: 45px;
}

.new-header.desktop .sub-menu-wrapper {
  width: 300px;
  display: none;
  left: calc(50% - 145px);
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1000;
  background: #fff;
  -webkit-box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  border-radius: 6px;
}

.new-header.desktop .sub-menu-wrapper::before {
  content: "";
  position: absolute;
  left: calc(50% - 14px);
  top: -12px;
  width: 24px;
  height: 15px;
  background: url("../images/icons/triangle.png") no-repeat;
}

.new-header.desktop .sub-menu-wrapper.is-active {
  display: block;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner {
  padding: 20px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb {
  width: 50%;
  text-align: center;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb .icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 45px;
  height: 45px;
  background: #f6f6f6;
  border-radius: 100%;
  margin: 0 auto;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb .icon.h-icon {
  display: none;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb img {
  width: 20px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb p {
  font-size: 13px;
  line-height: 120%;
  max-width: 75px;
  margin: 5px auto 0;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb a:hover {
  color: #f37e20;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb:hover .icon {
  background: #f37e20;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb:hover .icon.n-icon {
  display: none;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb:hover .icon.h-icon {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .support-box .support-thumb:hover p {
  color: #f37e20;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown {
  padding: 20px 35px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider {
  margin-bottom: 25px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .item {
  display: flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 15px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .item .content {
  margin-left: 15px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .item .content p {
  font-weight: 600;
  font-size: 11px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3d3d3d;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .item .content p:last-child {
  font-weight: bold;
  font-size: 15px;
  line-height: 138%;
  color: #ad1e23;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .slick-arrow {
  top: calc(50% - 20px);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 9;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .slick-arrow.slick-next {
  -webkit-transform: scale(0.5) scaleX(-1);
  transform: scale(0.5) scaleX(-1);
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .slick-dots {
  bottom: -20px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .slick-dots li {
  width: 5px !important;
  padding: 0 !important;
  margin: 0 3px !important;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner.contact-dropdown .contact-slider .slick-dots li.slick-active {
  width: 8px !important;
  height: 8px;
  background: #f37e20;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner h5 {
  font-size: 11px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 600;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner ul {
  display: block;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner ul li {
  width: 100%;
  padding: 10px 15px;
  margin: 0 0 8px;
  background: #fff0e6;
  text-align: center;
  color: #f37e20;
  border-radius: 50px;
  border: none;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner ul li:last-child {
  margin-bottom: 0;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner ul li a {
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
  border: none;
  color: #f37e20;
  font-size: 13px;
  letter-spacing: 0;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner ul li a:hover {
  border-bottom: none;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner ul li:hover {
  background: #f37e20;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner ul li:hover a {
  color: #fff;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .ic-more {
  font-size: 11px;
  display: inline-block;
  color: #f37e20;
  margin-top: 15px;
  outline: none;
  padding-top: 0 !important;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .ic-more::after {
  background-size: 6px;
  top: 5px;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .ic-more:hover {
  text-decoration: underline;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .link-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.new-header.desktop .sub-menu-wrapper .sub-menu-inner .link-group .ic-more:last-child {
  margin-right: 20px;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu {
  width: 650px;
  right: 0;
  left: auto;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu::before {
  right: 40px;
  left: auto;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .sub-menu-inner {
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .help-dropdown {
  width: 50%;
  padding: 20px 35px;
  border-right: 1px solid rgba(243, 126, 32, 0.2);
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown {
  width: 50%;
  padding: 20px 35px;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider {
  margin-bottom: 25px;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .item {
  display: flex !important;
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 15px;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .item .content {
  margin-left: 15px;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .item .content p {
  font-weight: 600;
  font-size: 11px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #3d3d3d;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .item .content p:last-child {
  font-weight: bold;
  font-size: 15px;
  line-height: 138%;
  color: #ad1e23;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .slick-arrow {
  top: calc(50% - 20px);
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  z-index: 9;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .slick-arrow.slick-next {
  -webkit-transform: scale(0.5) scaleX(-1);
  transform: scale(0.5) scaleX(-1);
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .slick-dots {
  bottom: -20px;
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .slick-dots li {
  width: 5px !important;
  padding: 0 !important;
  margin: 0 3px !important;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.2);
}

.new-header.desktop .sub-menu-wrapper.help-support-submenu .contact-dropdown .contact-slider .slick-dots li.slick-active {
  width: 8px !important;
  height: 8px;
  background: #f37e20;
}

.new-header.desktop .menu-level-2 {
  position: relative;
  border-top: 0.8px solid rgba(173, 30, 35, 0.1);
}

@media only screen and (max-width: 1600px) {
  .new-header.desktop .menu-level-2 .menu-level-1-child.right-side-menu .right-side-ul > li:last-child .sub-menu-wrapper {
    left: auto;
    right: 0;
  }
  .new-header.desktop .menu-level-2 .menu-level-1-child.right-side-menu .right-side-ul > li:last-child .sub-menu-wrapper::before {
    left: auto;
    right: 30px;
  }
}

.new-header.desktop .menu-level-3 {
  position: relative;
  background: #fdf6f4;
}

.new-header.desktop .menu-level-3 span {
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
}

.new-header.desktop .shift-submenu .user-block {
  position: relative;
  top: -36px;
}

.new-header.desktop .main-menu {
  -ms-flex: 2;
  -webkit-box-flex: 2;
          flex: 2;
}

.new-header.desktop .main-menu a:link, .new-header.desktop .main-menu a:visited {
  color: #4b4b4b;
}

.new-header.desktop .main-menu ul.primary-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-right: 10px;
  max-width: 1060px;
}

.new-header.desktop .main-menu ul.primary-menu > li {
  cursor: pointer;
  padding: 10px 0;
}

.new-header.desktop .main-menu ul.primary-menu > li .menu-item {
  border-right: 1px solid rgba(7, 74, 134, 0.1);
  padding: 0px 15px;
  vertical-align: middle;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}

.new-header.desktop .main-menu ul.primary-menu > li .menu-item span {
  line-height: 1;
}

.new-header.desktop .main-menu ul.primary-menu > li .icon {
  margin-right: 10px;
}

.new-header.desktop .main-menu ul.primary-menu > li .icon img {
  vertical-align: middle;
  height: 20px;
}

.new-header.desktop .main-menu ul.primary-menu > li .icon.h-icon {
  display: none;
}

.new-header.desktop .main-menu ul.primary-menu > li .m-text {
  padding-bottom: 2px;
}

.new-header.desktop .main-menu ul.primary-menu > li .open-status {
  margin-bottom: 2px;
}

.new-header.desktop .main-menu ul.primary-menu > li:first-child .menu-item {
  padding-left: 0;
}

.new-header.desktop .main-menu ul.primary-menu > li:nth-child(8) .menu-item {
  border: none;
  margin-right: 0;
}

.new-header.desktop .main-menu ul.primary-menu > li:hover .menu-item, .new-header.desktop .main-menu ul.primary-menu > li.is-active .menu-item {
  position: relative;
}

.new-header.desktop .main-menu ul.primary-menu > li:hover .menu-item::before, .new-header.desktop .main-menu ul.primary-menu > li.is-active .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, color-stop(5.2%, #e87020), color-stop(100.17%, #f38520));
  background: linear-gradient(270deg, #e87020 5.2%, #f38520 100.17%);
}

.new-header.desktop .main-menu ul.primary-menu > li:hover span, .new-header.desktop .main-menu ul.primary-menu > li.is-active span {
  color: #f37e20;
}

.new-header.desktop .main-menu ul.primary-menu > li:hover .icon.n-icon {
  display: none;
}

.new-header.desktop .main-menu ul.primary-menu > li:hover .icon.h-icon {
  display: block;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link {
  position: relative;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 25px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item .icon {
  mix-blend-mode: multiply;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item .icon img {
  width: auto;
  height: auto;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item .m-text {
  margin-right: 10px;
  white-space: nowrap;
  padding: 0;
  margin-top: 5px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item .tag.tag-1 {
  min-width: 32px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item .tag.tag-2 {
  min-width: 25px;
  position: absolute;
  right: 0;
  top: 9px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item .tag.tag-3 {
  min-width: 27px;
  position: absolute;
  right: 0;
  top: 6px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link .menu-item .tag.tag-4 {
  min-width: 40px;
  position: absolute;
  right: -10px;
  top: 6px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link:hover .menu-item .tag.tag-2 {
  top: -1px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link:hover .menu-item .tag.tag-3 {
  top: -4px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link:hover .menu-item .tag.tag-4 {
  top: -4px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link.is-active .menu-item::before {
  display: none;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link.is-active .sub-menu-wrapper {
  display: block;
  width: 230px;
  top: 40px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link.is-active .sub-menu-wrapper .sub-menu-inner {
  padding: 15px;
}

.new-header.desktop .main-menu ul.primary-menu > li.campus-link.is-active .sub-menu-wrapper .sub-menu-inner ul li {
  text-align: left;
  padding: 0;
  background: transparent;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background: #fafaf6;
  padding: 0;
  max-width: 1238px;
  -webkit-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.06);
  border-radius: 0 0 6px 6px;
  overflow: hidden;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu {
  background-color: #fff;
  margin-top: 10px;
  width: 266px;
  position: relative;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu > li label {
  background: #fff;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px 30px 14px 32px;
  border-bottom: 1px solid #f2f2f2;
  white-space: initial;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu > li label::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/arrow_down_orange.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu > li:hover label, .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu > li.active label {
  background: #fafaf6;
  color: #ad1e23;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu > li:hover label:after, .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu > li.active label:after {
  display: none;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul.secondary-menu > li:last-child label {
  border-bottom: 0;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .secondary-menu-detail-wrapper {
  width: calc(100% - 266px);
  white-space: initial;
  text-transform: none;
  padding: 30px 40px 40px;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .tab-menu-btn {
  margin-top: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .tab-menu-btn a {
  font-weight: 600;
  color: #f37e20;
  margin-right: 30px;
  text-transform: uppercase;
  line-height: 1.4;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .tab-menu-btn a.ic-btn.white {
  background-color: transparent !important;
  padding: 10px 20px;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .tab-menu-btn a.ic-btn.white:hover {
  color: #fff;
  background-color: #f37e20 !important;
}

.new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .drop-right-block {
  width: 395px;
  padding: 40px;
}

.new-header.desktop .user-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.desktop .user-block .personal-banking-wrapper {
  position: relative;
}

.new-header.desktop .search .search-overlay {
  top: 45px;
}

.new-header.desktop .personal-banking {
  position: relative;
}

.new-header.desktop .personal-banking .ic-btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 3px 40px 3px 15px;
  line-height: 1.6;
  text-align: center;
  border-radius: 50px 0 0 50px;
}

.new-header.desktop .personal-banking:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow_down_orange.png) no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  margin: 0 0 2px 2px;
  position: absolute;
  right: 25px;
  top: 45%;
}

.new-header.desktop .personal-banking:hover .ic-btn {
  color: #ad1e23;
  background-color: #fff;
}

.new-header.desktop .personal-banking:hover:after {
  background: url(../images/arrow_down_maroon.png) no-repeat;
}

.new-header.desktop .personal-banking.is-active .ic-btn {
  background-color: #fff;
  color: #ad1e23;
}

.new-header.desktop .personal-banking.is-active:after {
  background: url(../images/arrow_down_maroon_down.png) no-repeat;
}

.new-header.desktop .user-login,
.new-header.desktop .new-user-login {
  margin-left: 10px;
}

.new-header.desktop .user-login .ic-btn,
.new-header.desktop .new-user-login .ic-btn {
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.05em;
  padding: 5px 10px 5px;
  text-align: center;
  line-height: 1.6;
}

.new-header.desktop .user-login {
  margin-left: 0;
  position: relative;
  z-index: 1;
  margin-left: -20px;
}

.new-header.desktop .user-login .ic-btn {
  background-color: #f37e20;
  border-color: #f37e20;
  padding: 3px 25px;
}

.new-header.desktop .user-login .ic-btn:hover {
  background-color: #ad1e23;
  border-color: #ad1e23;
  color: #fff;
}

.new-header.desktop .new-user-login .ic-btn {
  padding: 3px 15px;
}

.new-header.desktop .login-overlay {
  top: 0;
}

.new-header.desktop .login-overlay .menu-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}

.new-header.desktop .login-section-container {
  max-width: 452px;
  position: relative;
  text-transform: none;
}

.new-header.desktop .login-section-container .login-close-btn {
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 15px;
}

.new-header.desktop .login-category {
  background-color: #074a86;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.new-header.desktop .login-category > div {
  color: #fff;
  padding: 30px 25px 20px;
  width: 50%;
}

.new-header.desktop .login-category > div label {
  display: block;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.new-header.desktop .login-category > div .ui-selectmenu-button {
  cursor: pointer;
  display: block;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  width: 170px;
}

.new-header.desktop .login-category > div span.ui-selectmenu-text {
  font-size: 18px;
}

.new-header.desktop .login-category > div span.ui-selectmenu-icon.ui-icon {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #fff;
  position: relative;
  top: 5px;
}

.new-header.desktop .login-category > div.category-right {
  background-color: #115c9f;
}

.new-header.desktop .login-category > div.category-right label {
  font-size: 10px;
  margin: 3px 0 10px;
}

.new-header.desktop .login-category > div.category-right span.ui-selectmenu-text {
  font-size: 14px;
}

.new-header.desktop .login-category > div.category-right .ui-selectmenu-button {
  width: 150px;
}

.new-header.desktop .second-menu-tab-item {
  display: none;
}

.new-header.desktop .second-menu-tab-item:first-child {
  display: block;
}

.new-header.desktop .second-menu-tab-item .tab-menu-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.new-header.desktop .second-menu-tab-item .sub-menu-cards {
  max-width: 33%;
  padding: 0 10px 10px 0;
  width: 33%;
}

.new-header.desktop .second-menu-tab-item .sub-menu-cards:nth-child(3n) {
  padding-right: 0;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  -ms-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  -o-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  height: 100%;
  padding: 20px;
  overflow: hidden;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(178, 178, 140, 0.5);
  -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);
}

.new-header.desktop .second-menu-tab-item .sub-cards-box .sub-menu-only-text {
  padding: 10px 0 0 32px;
  text-transform: none !important;
  white-space: normal;
  font-size: 12px;
  letter-spacing: 0.02em;
  color: #828282;
  font-weight: 400;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box p {
  color: #364255;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.4;
  padding-left: 35px;
  position: relative;
  text-transform: uppercase;
  white-space: normal !important;
  letter-spacing: 0.02em;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box p img {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new-header.desktop .second-menu-tab-item .sub-cards-box p a:hover {
  color: #ad1e23;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box ul {
  margin: 10px 0 0 50px;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box ul li {
  color: #4b4b4b;
  line-height: 1.4;
  list-style-type: disc;
  margin-top: 5px;
  font-size: 12px;
  letter-spacing: 0.02em;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box ul li:last-child {
  list-style-type: none;
  margin-top: 10px;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box ul li:last-child a {
  color: #f37e20;
  text-transform: uppercase;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box ul li:last-child a.ic-more {
  display: inline-block;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box.highlight-offer {
  position: relative;
  background: linear-gradient(271.45deg, #d5370b 3.41%, #f3850d 97.12%);
  color: #fff;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box.highlight-offer a {
  color: #fff;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box.highlight-offer a:hover {
  color: #fff;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box.highlight-offer::before, .new-header.desktop .second-menu-tab-item .sub-cards-box.highlight-offer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: url("../images/icons/dots-icon.png") repeat-x;
  left: 10px;
  max-width: calc(100% - 40px);
}

.new-header.desktop .second-menu-tab-item .sub-cards-box.highlight-offer::before {
  top: 10px;
}

.new-header.desktop .second-menu-tab-item .sub-cards-box.highlight-offer::after {
  bottom: 10px;
}

.new-header.desktop .cta-dropdown {
  position: relative;
  cursor: pointer;
}

.new-header.desktop .cta-dropdown .cta-link {
  display: none;
  position: absolute;
  width: 170px;
  top: -33px;
  left: 10px;
  background: #fff;
  border: 1px solid #f37e20;
  padding: 5px;
  border-radius: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.new-header.desktop .cta-dropdown .cta-link::before, .new-header.desktop .cta-dropdown .cta-link::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}

.new-header.desktop .cta-dropdown .cta-link::before {
  bottom: -11px;
  left: 20px;
  border-top: solid 11px #f37e20;
  border-right: solid 10px transparent;
  border-left: solid 10px transparent;
}

.new-header.desktop .cta-dropdown .cta-link::after {
  bottom: -9px;
  left: 22px;
  border-top: solid 9px #fff;
  border-right: solid 8px transparent;
  border-left: solid 8px transparent;
}

.new-header.desktop .cta-dropdown .cta-link a {
  text-transform: capitalize;
  display: inline-block;
  font-size: 11px;
}

.new-header.desktop .cta-dropdown .cta-link a.ic-btn {
  padding: 2px 5px 3px;
  margin-right: 10px;
  color: #fff;
}

.new-header.desktop .cta-dropdown .cta-link a.ic-btn:hover {
  background: #f37e20;
  color: #fff;
}

.new-header.desktop .cta-dropdown .cta-link a.ic-more {
  color: #f37e20;
  letter-spacing: 0;
  padding-right: 10px !important;
  margin-left: 0 !important;
}

.new-header.desktop .cta-dropdown .cta-link a.ic-more::after {
  top: 4px;
  width: 5px;
  background-size: 5px;
}

.new-header.desktop .cta-dropdown:hover .cta-link {
  display: block;
}

.new-header.desktop .find-product-menu {
  position: relative;
  z-index: 100;
}

.new-header.desktop .find-product-menu .title {
  position: relative;
  font-size: 12px;
  color: #f37e20;
  text-transform: uppercase;
  padding: 16px 20px 12px;
  letter-spacing: 0.05em;
  line-height: 1;
  cursor: pointer;
}

.new-header.desktop .find-product-menu .title::before, .new-header.desktop .find-product-menu .title::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
}

.new-header.desktop .find-product-menu .title::before {
  top: 15px;
  left: 0;
  background: url("../images/search-m.svg") no-repeat center;
  background-size: 12px;
}

.new-header.desktop .find-product-menu .title:after {
  top: 19px;
  right: 0;
  background: url(../images/arrow_down_orange.png) no-repeat;
}

.new-header.desktop .find-product-menu .title.is-active::after {
  background: url(../images/arrow_up_orange.png) no-repeat;
}

.new-header.desktop .find-product-menu .find-product-dropdown {
  display: none;
  position: absolute;
  right: 0;
  width: 634px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.19);
  border-radius: 0 0 10px 10px;
  padding: 20px 25px;
}

.new-header.desktop .find-product-menu .find-product-dropdown.is-active {
  display: block;
}

.new-header.desktop .find-product-menu .find-product-dropdown .find-product-inner .find-product-filter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.new-header.desktop .find-product-menu .find-product-dropdown .find-product-inner .find-product-filter label {
  width: 100%;
  color: #666666;
  text-transform: none;
  letter-spacing: 0.02em;
}

.new-header.desktop .find-product-menu .find-product-dropdown .find-product-inner .find-product-filter .find-pro-dropdown {
  font-size: 12px;
  width: calc(100% / 3 - 15px);
  margin-right: 20px;
  text-transform: none;
  color: #3d3d3d;
  letter-spacing: 0.02em;
}

.new-header.desktop .find-product-menu .find-product-dropdown .find-product-inner .find-product-filter .find-pro-dropdown:last-child {
  margin-right: 0;
}

.new-header.desktop .find-product-menu .find-product-dropdown .find-product-inner .btn-group .ic-btn {
  display: inline-block;
  height: 26px;
  width: 115px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-right: 15px;
  text-align: center;
}

.new-header.desktop .find-product-menu .find-product-dropdown .find-product-inner .btn-group .ic-more {
  display: inline-block;
}

.new-header.desktop .apply-link {
  background: -webkit-gradient(linear, left bottom, left top, from(#8e151a), to(#d3292f));
  background: linear-gradient(360deg, #8e151a 0%, #d3292f 100%);
  border-radius: 50px;
  position: relative;
  color: #fff;
  width: 150px;
  padding: 4px;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
  margin-right: 10px;
  letter-spacing: 0.8px;
}

.new-header.desktop .apply-link img {
  margin-right: 5px;
}

.new-header.desktop .apply-link:after {
  content: "";
  display: inline-block;
  background: url(../images/arrow_down_white.png) no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  margin: 0 0 2px 2px;
  position: absolute;
  right: 15px;
  top: calc(50% - 3px);
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper {
  display: block;
  max-width: 220px;
  top: 35px;
  left: calc(50% - 110px);
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper .sub-menu-inner {
  padding: 20px;
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper .sub-menu-inner ul li {
  font-size: 10px;
  padding: 5px 10px;
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper .sub-menu-inner ul li:hover {
  background: #ad1e23;
  font-weight: 800;
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper .sub-menu-inner ul li a {
  font-size: 12px;
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper.two-grid-list {
  width: 400px;
  max-width: 400px;
  left: calc(50% - 200px);
}

@media screen and (max-width: 1440px) {
  .new-header.desktop .apply-link:hover .sub-menu-wrapper.two-grid-list {
    left: auto;
    right: 0;
  }
  .new-header.desktop .apply-link:hover .sub-menu-wrapper.two-grid-list::before {
    left: auto;
    right: 50px;
  }
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper.two-grid-list .sub-menu-inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.new-header.desktop .apply-link:hover .sub-menu-wrapper.two-grid-list .sub-menu-inner ul li {
  width: calc(50% - 10px);
  margin: 0 5px 10px;
}

.new-header.desktop .apply-link:hover:after {
  background: url(../images/arrow_up_white.png) no-repeat;
}

@media only screen and (max-width: desktop) {
  .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .tab-menu-btn a {
    margin-right: 30px;
    margin-top: 15px;
  }
  .new-header.desktop .second-menu-tab-item .sub-cards-box ul {
    margin-left: 50px;
  }
  .new-header.desktop .second-menu-tab-item .sub-cards-box ul li a:link, .new-header.desktop .second-menu-tab-item .sub-cards-box ul li a:visited {
    white-space: normal;
  }
  .new-header.desktop .second-menu-tab-item .sub-cards-box ul li a.ic-more {
    display: inline-block;
    margin-left: -15px;
    font-weight: 600;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li:first-child {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 1279px) {
  .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .tab-menu-btn a {
    margin-right: 30px;
    margin-top: 15px;
  }
  .new-header.desktop .second-menu-tab-item .sub-cards-box ul {
    margin-left: 50px;
  }
  .new-header.desktop .second-menu-tab-item .sub-cards-box ul li a:link, .new-header.desktop .second-menu-tab-item .sub-cards-box ul li a:visited {
    white-space: normal;
  }
  .new-header.desktop .second-menu-tab-item .sub-cards-box ul li a.ic-more {
    display: inline-block;
    margin-left: -15px;
    font-weight: 600;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li:first-child {
    margin-left: 20px;
  }
}

@media only screen and (max-width: desktop) {
  .new-header.desktop .personal-banking .ic-btn span {
    display: none;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .menu-item {
    padding: 0 10px;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .icon {
    margin-right: 5px;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .drop-right-block {
    display: none;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .secondary-menu-detail-wrapper {
    width: calc(100% - 266px);
  }
  .new-header.desktop .logo img {
    max-width: 110px;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li {
    margin: 0 6px;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li a {
    font-size: 11px;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li:first-child {
    margin-left: 0;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area a {
    padding: 10px 12px;
  }
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul li a {
    font-size: 11px;
    padding: 5px 7px;
  }
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul li.lang-icon {
    padding-left: 30px;
  }
  .new-header.desktop .search .menu-search-box {
    padding: 0px;
  }
  .new-header.desktop .personal-banking .ic-btn {
    font-size: 11px;
    padding: 3px 42px 3px 10px;
  }
  .new-header.desktop .user-login .ic-btn,
  .new-header.desktop .new-user-login .ic-btn {
    font-size: 11px;
    padding: 3px 10px;
  }
}

@media only screen and (max-width: 1279px) {
  .new-header.desktop .personal-banking .ic-btn span {
    display: none;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .menu-item {
    padding: 0 10px;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .icon {
    margin-right: 5px;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .drop-right-block {
    display: none;
  }
  .new-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner .secondary-menu-detail-wrapper {
    width: calc(100% - 266px);
  }
  .new-header.desktop .logo img {
    max-width: 110px;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li {
    margin: 0 6px;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li a {
    font-size: 11px;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li:first-child {
    margin-left: 0;
  }
  .new-header.desktop .menu-level-1-child.left-side-menu ul li.other-menu .link-area a {
    padding: 10px 12px;
  }
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul li a {
    font-size: 11px;
    padding: 5px 7px;
  }
  .new-header.desktop .menu-level-1-child.right-side-menu .right-side-ul li.lang-icon {
    padding-left: 30px;
  }
  .new-header.desktop .search .menu-search-box {
    padding: 0px;
  }
  .new-header.desktop .personal-banking .ic-btn {
    font-size: 11px;
    padding: 3px 42px 3px 10px;
  }
  .new-header.desktop .user-login .ic-btn,
  .new-header.desktop .new-user-login .ic-btn {
    font-size: 11px;
    padding: 3px 10px;
  }
}

.new-header .search {
  margin: 3px 0 4px;
  max-width: 675px;
  width: 100%;
  min-height: 36px;
}

@media only screen and (max-width: desktop) {
  .new-header .search {
    max-width: 350px;
  }
}

@media only screen and (max-width: 1279px) {
  .new-header .search {
    max-width: 350px;
  }
}

.new-header .search .menu-search-box,
.new-header .search .mob-menu-search-box {
  position: relative;
  z-index: 3;
  cursor: pointer;
}

.new-header .search .menu-search-box form,
.new-header .search .mob-menu-search-box form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background: #fff;
  border: 2px solid #f37e20;
  border-radius: 20px;
  padding-right: 5px;
}

.new-header .search .menu-search-box form input,
.new-header .search .mob-menu-search-box form input {
  width: 100%;
  height: 32px;
  padding: 1px 35px 0 15px;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  text-transform: none;
  color: #f37e20;
  border: none;
  border-radius: 20px;
}

.new-header .search .menu-search-box form input::-webkit-input-placeholder,
.new-header .search .mob-menu-search-box form input::-webkit-input-placeholder {
  text-transform: capitalize;
}

.new-header .search .menu-search-box form input:-ms-input-placeholder,
.new-header .search .mob-menu-search-box form input:-ms-input-placeholder {
  text-transform: capitalize;
}

.new-header .search .menu-search-box form input::-ms-input-placeholder,
.new-header .search .mob-menu-search-box form input::-ms-input-placeholder {
  text-transform: capitalize;
}

.new-header .search .menu-search-box form input::placeholder,
.new-header .search .mob-menu-search-box form input::placeholder {
  text-transform: capitalize;
}

.new-header .search .menu-search-box form input:-ms-input-placeholder,
.new-header .search .mob-menu-search-box form input:-ms-input-placeholder {
  text-transform: capitalize;
}

.new-header .search .menu-search-box form input::-webkit-input-placeholder,
.new-header .search .mob-menu-search-box form input::-webkit-input-placeholder {
  text-transform: capitalize;
}

.new-header .search .menu-search-box form .mic,
.new-header .search .mob-menu-search-box form .mic {
  width: 40px;
  height: 16px;
  border-right: 1px solid rgba(7, 74, 134, 0.1);
  background: url("../images/icons/mic.svg") no-repeat center;
}

.new-header .search .menu-search-box form .search-btn,
.new-header .search .mob-menu-search-box form .search-btn {
  width: 40px;
  height: 16px;
  background: url("../images/icons/icon_search_orange.svg") no-repeat center;
  background-size: 16px;
  border-radius: 0 20px 20px 0;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.offer-header.desktop .main-menu ul.primary-menu > li {
  position: relative;
}

.offer-header.desktop .main-menu ul.primary-menu > li .menu-open {
  width: auto;
  left: 0;
  -webkit-transform: none;
          transform: none;
}

.offer-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner {
  max-width: 266px;
}

.offer-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul li a {
  background: #fff;
  position: relative;
  cursor: pointer;
  display: block;
  padding: 15px 30px 14px 32px;
  border-bottom: 1px solid #f2f2f2;
  white-space: normal;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-weight: 600;
}

.offer-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul li a:hover {
  color: #f37e20;
}

.offer-header.desktop .main-menu ul.primary-menu > li .secondary-menu-wrapper-inner ul li a::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/arrow_down_orange.png") no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

/* 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: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff !important;
}

.offer-nudge .nudge-icon {
  min-width: 48px;
  height: 66px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: 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;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.09);
  -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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.search-box form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.search-box input {
  background: transparent;
  border: none;
  -webkit-box-shadow: 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;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

.search-box .search-btns {
  position: relative;
  font-size: 0;
  margin-right: 20px;
  width: 60px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
          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;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.search-box .search-btns button.search-btn {
  background: url("../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("../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("../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: -ms-flexbox;
  display: -webkit-box;
  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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.quick-links-section .white-links-card {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.07);
  -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 {
  -webkit-box-shadow: 0px 10px 40px rgba(178, 178, 140, 0.5);
  -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: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: start;
          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 {
  -webkit-transform: scale(1.1);
          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%;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.notification:hover .notification-list-container {
  display: block;
}

.notification-menu-container {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          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;
  -webkit-box-shadow: 0px -2px 16px rgba(0, 0, 0, 0.19);
  -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("../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("../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.png") no-repeat;
  width: 10px;
  height: 6px;
  float: right;
  position: relative;
  top: 8px;
  -webkit-transform: rotate(-90deg);
          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 {
  -webkit-box-shadow: inset 0 0 5px #f2f5f6;
  -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: -ms-flexbox;
  display: -webkit-box;
  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;
}

/* Mobile Navigation */
.new-header.mobile {
  background: #fff;
  padding-right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  z-index: 1002;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.18);
  /*  languageselect */
  /* search */
}

@media only screen and (min-width: 991px) {
  .new-header.mobile {
    display: none;
  }
}

.new-header.mobile .device-menu-top {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-bottom: 1px solid rgba(243, 126, 32, 0.1);
}

.new-header.mobile .left-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-left: 20px;
}

.new-header.mobile .right-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.mobile .right-block .other-block {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.mobile .burger-menu {
  cursor: pointer;
  margin-right: 15px;
  width: 20px;
}

.new-header.mobile .burger-menu span {
  display: block;
  width: 100%;
  margin-bottom: 4.5px;
  height: 2px;
  background: #ad1e23;
}

.new-header.mobile .burger-menu span:last-child {
  margin-bottom: 0;
}

.new-header.mobile .close-menu {
  cursor: pointer;
  margin-right: 20px;
}

.new-header.mobile .languageselect-mob,
.new-header.mobile .countryselect-mob {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.mobile .languageselect-mob .drop-select,
.new-header.mobile .countryselect-mob .drop-select {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 0 30px 0 10px;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
}

.new-header.mobile .languageselect-mob .drop-select span,
.new-header.mobile .countryselect-mob .drop-select span {
  line-height: 1;
}

.new-header.mobile .languageselect-mob .drop-select::after,
.new-header.mobile .countryselect-mob .drop-select::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 10px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/arrow_down.png") no-repeat center;
  background-position: 0px 2.5px;
  width: 10px;
  height: 10px;
}

.new-header.mobile .languageselect-mob:hover .drop-select::after,
.new-header.mobile .countryselect-mob:hover .drop-select::after {
  background: url("../images//arrow_down_orange.png") no-repeat center;
  background-position: 0 2.5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper,
.new-header.mobile .countryselect-mob .sub-menu-wrapper {
  width: 200px;
  display: none;
  right: 0;
  top: 30px;
  position: absolute;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 4;
  background: #fff;
  -webkit-box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  border-radius: 6px;
  z-index: 10;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper::before,
.new-header.mobile .countryselect-mob .sub-menu-wrapper::before {
  content: "";
  position: absolute;
  right: 20px;
  top: -12px;
  width: 22px;
  height: 15px;
  background: url("../images/icons/triangle.png") no-repeat;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper.active,
.new-header.mobile .countryselect-mob .sub-menu-wrapper.active {
  display: block;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner {
  padding: 20px;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul {
  display: block;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul li,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul li {
  position: relative;
  padding: 5px 15px;
  min-height: 30px;
  width: 100%;
  margin: 0 0 8px;
  background: #fff0e6;
  text-align: center;
  color: #f37e20;
  border-radius: 50px;
  border: none;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul li:last-child,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul li:last-child {
  margin-bottom: 0;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul li img,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul li img {
  position: absolute;
  left: 15px;
  top: 9px;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul li a,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul li a {
  text-transform: capitalize;
  font-weight: 500;
  padding: 0;
  border: none;
  color: #f37e20;
  font-size: 13px;
  letter-spacing: 0;
  text-decoration: none;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul li a:hover,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul li a:hover {
  border-bottom: none;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul li:hover,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul li:hover {
  background: #f37e20;
}

.new-header.mobile .languageselect-mob .sub-menu-wrapper .sub-menu-inner ul li:hover a,
.new-header.mobile .countryselect-mob .sub-menu-wrapper .sub-menu-inner ul li:hover a {
  color: #fff;
}

.new-header.mobile .languageselect-mob {
  position: absolute;
  right: 95px;
}

.new-header.mobile .countryselect-mob {
  position: absolute;
  right: 90px;
}

.new-header.mobile .countryselect-mob .drop-select img {
  height: 12px;
}

.new-header.mobile .countryselect-mob .drop-select span {
  font-size: 11px;
  display: none;
}

.new-header.mobile .countryselect-mob.active {
  right: 40px;
}

.new-header.mobile .logo img {
  max-width: 130px;
}

.new-header.mobile .search {
  max-width: 100%;
  background: #fff;
  padding: 10px 15px;
  width: 100%;
  min-height: 55px;
  margin: 0;
  border-bottom: 1px solid rgba(243, 126, 32, 0.1);
}

.new-header.mobile .search .menu-search-box form input {
  height: 26px;
}

.new-header.mobile .main-menu-wrapper {
  background: #fff;
  right: 100%;
  min-height: calc(100vh - 55px);
  position: fixed;
  top: 55px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
}

.new-header.mobile .main-menu-wrapper.is-active {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.new-header.mobile .menu-tab-lists {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  background-color: #f37e20;
}

@media screen and (max-width: 480px) {
  .new-header.mobile .menu-tab-lists {
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .new-header.mobile .menu-tab-lists {
    padding-left: 20px;
  }
  .new-header.mobile .menu-tab-lists .menu-tab {
    padding: 13px 20px !important;
  }
}

.new-header.mobile .menu-tab-list {
  position: relative;
}

.new-header.mobile .menu-tab-list .menu-tab {
  color: #4b4b4b;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 13px 10px 13px;
  text-transform: uppercase;
  position: relative;
}

@media screen and (max-width: 360px) {
  .new-header.mobile .menu-tab-list .menu-tab {
    padding: 13px 7px 13px;
  }
}

.new-header.mobile .menu-tab-list .menu-tab::after {
  position: absolute;
  content: "";
  top: calc(50% - 8px);
  right: 0;
  width: 1px;
  height: 16px;
  background: rgba(0, 0, 0, 0.1);
  display: inline-block;
}

.new-header.mobile .menu-tab-list .menu-tab .menuitem-active,
.new-header.mobile .menu-tab-list .menu-tab .menuitem-active > a {
  color: #fff;
  text-decoration: none;
}

.new-header.mobile .menu-tab-list .menu-tab span.open-status {
  display: inline-block;
  background-image: url("../images/arrow_down_white.png");
}

.new-header.mobile .menu-tab-list .menu-tab.active {
  background: #fff;
}

.new-header.mobile .menu-tab-list .menu-tab.active .menuitem-active,
.new-header.mobile .menu-tab-list .menu-tab.active a {
  color: #626262;
}

.new-header.mobile .menu-tab-list .menu-tab.active .open-status {
  background: url("../images/arrow_down_orange.png") no-repeat;
  background-position: 0px 3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.new-header.mobile .menu-tab-list.corporate-tab .menu-tab::after {
  display: none;
}

.new-header.mobile .menu-tab-list ul {
  background-color: #fff;
  border-radius: 0 5px 5px 5px;
  display: none;
  left: 0;
  padding: 0 17px;
  position: absolute;
  width: 160px;
  z-index: 9;
  top: 45px;
  -webkit-box-shadow: 0 4px 6px rgba(1, 1, 1, 0.16);
  -ms-box-shadow: 0 4px 6px rgba(1, 1, 1, 0.16);
  -o-box-shadow: 0 4px 6px rgba(1, 1, 1, 0.16);
  box-shadow: 0 4px 6px rgba(1, 1, 1, 0.16);
}

.new-header.mobile .menu-tab-list ul li {
  color: #818181;
  border-bottom: 1px solid rgba(188, 188, 188, 0.2);
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 11px 0;
}

.new-header.mobile .menu-tab-list ul li:last-child {
  border: none;
}

.new-header.mobile .menu-tab-list ul li.is-active, .new-header.mobile .menu-tab-list ul li:hover {
  color: #f37e20;
}

.new-header.mobile .menu-tab-content .menu-tab-item {
  display: none;
}

.new-header.mobile .menu-tab-content .menu-tab-item:first-child {
  display: block;
}

.new-header.mobile .menu-fold {
  overflow: hidden;
  width: 100%;
}

.new-header.mobile .menu-fold .menu-list-item {
  height: calc(100vh - 105px);
  overflow-y: auto;
}

.new-header.mobile .menu-fold ul li {
  cursor: pointer;
}

.new-header.mobile .menu-fold .menu-fold {
  background-color: #fff;
  min-height: calc(100vh - 65px);
  left: 100%;
  position: fixed;
  top: 55px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}

.new-header.mobile .menu-fold .menu-fold.is-active {
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.18);
  box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.18);
}

.new-header.mobile .menu-fold .menu-list-item > ul {
  padding-right: 30px;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li {
  border-bottom: 1px solid rgba(188, 188, 188, 0.4);
  margin-top: 15px;
  padding: 0 10px 15px 20px;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  width: 100%;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li:after {
  content: "";
  background: url("../images/arrow_down_orange.png") no-repeat center;
  height: 5px;
  position: absolute;
  right: 0;
  top: auto;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  width: 9px;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li.no-submenu:after {
  display: none;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer {
  position: relative;
  background: linear-gradient(271.45deg, #d5370b 3.41%, #f3850d 97.12%);
  color: #fff;
  padding: 20px 15px;
  margin: 0;
  width: calc(100% + 20px);
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer > p {
  color: #fff;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer > p span {
  color: #fff;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer > p:hover {
  color: #fff;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer .dot-line::before, .new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer .dot-line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: url("../images/icons/dots-icon.png") repeat-x;
  left: 10px;
  max-width: calc(100% - 20px);
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer .dot-line::before {
  top: 5px;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer .dot-line::after {
  bottom: 5px;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .highlight-offer::after {
  right: 20px;
  background: url("../images/arrow_down_white.png") no-repeat center;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li img {
  margin-right: 10px;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li p {
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li p span {
  color: #929292;
  display: block;
  font-size: 11px;
  font-weight: normal;
  text-transform: none;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li p.orange-text {
  color: #f37e20;
  text-transform: capitalize;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .ic-more {
  display: inline-block;
  text-decoration: none;
  width: auto;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .ic-more::after {
  top: 2px;
}

.new-header.mobile .menu-fold .menu-list-item > ul > li .ic-more p {
  color: #f37e20;
}

.new-header.mobile .menu-fold .menu-list-item > ul .offer-nudge {
  position: static;
  margin-top: 10px;
  width: 100%;
}

.new-header.mobile .menu-fold .menu-list-item > ul.menu-links > li {
  padding-left: 50px;
}

.new-header.mobile .menu-fold .menu-list-item > ul.menu-links > li.campus-link .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-header.mobile .menu-fold .menu-list-item > ul.menu-links > li.campus-link .menu-item img {
  margin-right: 0;
}

.new-header.mobile .menu-fold .menu-list-item > ul.menu-links > li.campus-link .menu-item .m-text {
  margin-right: 5px;
  font-weight: 500;
  font-size: 12px;
  margin-top: 3px;
}

.new-header.mobile .menu-fold .menu-list-item > ul.menu-links > li.campus-link .menu-item .icon img {
  margin-right: 5px;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-2 {
  z-index: 1;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-3 {
  z-index: 2;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-4 {
  z-index: 3;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-4 li:after {
  display: none;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-4 .d-block {
  display: block;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-4 .cta-dropdown {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-4 .cta-dropdown p {
  color: #4b4b4b;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-4 .cta-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-top: 10px;
  padding-left: 30px;
}

.new-header.mobile .menu-fold .menu-list-item > ul.device-menu-level-4 .cta-link .ic-btn {
  width: auto;
  padding: 5px 20px;
  margin-right: 10px;
}

.new-header.mobile .menu-fold .menu-list-item.contact-list-item .device-menu-level-3 p {
  font-size: 11px;
}

.new-header.mobile .menu-fold .menu-list-item.contact-list-item .device-menu-level-3 p span {
  display: block;
  padding-top: 2px;
  font-size: 13px;
  color: #f37e20;
  font-weight: 600;
}

.new-header.mobile .menu-fold .menu-list-item.contact-list-item .device-menu-level-3.contact-list li {
  padding-left: 50px;
}

.new-header.mobile .menu-fold .menu-list-item.support-link-item a p {
  font-size: 11px;
}

.new-header.mobile .menu-fold .menu-list-item.support-link-item .device-menu-level-3.support-link li {
  padding-left: 50px;
}

.new-header.mobile .menu-fold .menu-links-item {
  padding: 10px 0 0 48px;
}

.new-header.mobile .menu-fold .menu-links-item ul li {
  font-size: 13px;
  font-weight: 600;
  padding: 7px 0;
  text-transform: capitalize;
}

.new-header.mobile .menu-fold .menu-links-item ul li a {
  color: #f37e20;
  text-decoration: none;
}

.new-header.mobile .menu-fold .menu-links-item ul li a.ic-btn {
  color: #fff;
  display: inline-block;
}

.new-header.mobile .menu-fold .menu-back-link {
  border-bottom: 1px solid rgba(188, 188, 188, 0.4);
  margin-right: 30px;
  padding: 15px 20px;
}

.new-header.mobile .menu-fold .menu-back-link p {
  color: #333a43;
  display: inline-block;
  font-size: 14px !important;
  font-weight: 600;
  padding-left: 22px;
  position: relative;
}

.new-header.mobile .menu-fold .menu-back-link p::before {
  background: #f37e20 url("../images/arrow_down_white.png") no-repeat center;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(-270deg);
          transform: rotate(-270deg);
}

.new-header.mobile .menu-overlay .menu-container {
  padding: 0;
}

.new-header.mobile .overlay-search-box {
  width: 100%;
  margin-top: 0;
  padding-top: 35px;
  max-width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  border-radius: 0;
}

.new-header.mobile .overlay-search-box .search-box {
  border-radius: 0;
  -webkit-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.09);
  -ms-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.09);
  box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.09);
  margin-bottom: 10px;
}

.new-header.mobile .search-filter-box {
  padding: 16px 20px;
}

.new-header.mobile .quick-links-section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.new-header.mobile .quick-links-section .white-links-card {
  margin: 0 0 20px 0;
}

.new-header.mobile .notification {
  margin-right: 18px;
}

.new-header.mobile .notification .notification-icon {
  margin-right: 0;
}

.new-header.mobile .notification .notification-icon:hover {
  background-color: #f5ecdc;
}

.new-header.mobile .notification .notifications-count {
  right: -8px;
}

.new-header.mobile .menu-overlay {
  display: none;
}

.new-header.mobile .menu-overlay.notification-menu-overlay {
  background: #fff;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -o-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
}

.new-header.mobile .menu-overlay .notification-list-container {
  background: #fff7eb;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  display: block;
  top: 0;
  left: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.19);
  box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.19);
}

.new-header.mobile .menu-overlay .notification-list-container::before {
  display: none;
}

.new-header.mobile .menu-overlay .notification-list-container .noti-title h3 {
  margin-bottom: 20px;
}

.new-header.mobile .menu-overlay .notification-list-container .noti-list {
  margin: 0;
  padding: 0 10px;
  max-height: calc(100vh - 130px);
}

.new-header.mobile .menu-overlay .notification-list-container .noti-list li {
  padding: 20px 10px;
}

.new-header.mobile .menu-overlay .notification-list-container .noti-list li:hover {
  background: #fff;
}

.new-header.mobile .menu-overlay .notification-list-container .noti-list .btn-group button.ic-more {
  padding: 0 10px 0 0;
}

.new-header.mobile .menu-overlay .notification-list-container .noti-list .btn-group button.ic-more::after {
  top: 4px;
  right: -5px;
}

.new-header.mobile .menu-overlay .notification-list-container .noti-list .btn-group button.ic-more:hover {
  background: transparent !important;
  color: #f37e20 !important;
}

@media screen and (max-width: 360px) {
  .new-header.mobile .menu-overlay .notification-list-container .noti-list .btn-group button {
    padding: 10px 23px;
  }
  .new-header.mobile .menu-overlay .notification-list-container .noti-list .btn-group button:first-child {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .new-header.mobile .menu-overlay .notification-list-container .noti-list .btn-group button:first-child {
    margin-right: 10px;
  }
}

.new-header.mobile .menu-overlay .notification-list-container .noti-close-btn {
  top: -53px;
  width: 48px;
  height: 43px;
  right: 0;
  text-align: center;
  line-height: 50px;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.new-header.mobile .user-login {
  text-align: center;
}

.new-header.mobile .user-login .ic-btn {
  background-color: #fbf3f4 !important;
  height: 55px;
  width: 48px;
  border: 0;
  display: block;
  color: #f37e20 !important;
  cursor: pointer;
  font-size: 8px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 15px 10px 8px 10px;
  border-radius: 0;
}

.new-header.mobile .user-login .ic-btn .icon-user {
  width: 18px;
  height: 18px;
  margin: 0 auto;
  background: url("../images/icons/icon_user_orange.png") no-repeat;
  background-size: contain;
}

.new-header.mobile .user-login.mob-user-login .login-close-btn {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 20px;
}

.new-header.mobile .login-overlay {
  position: absolute;
  display: none;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 55px;
  z-index: 2;
  background: #fff;
}

.new-header.mobile .login-overlay .menu-title {
  background: #f37e20;
  padding: 15px 20px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.mobile .login-overlay .menu-title img {
  margin-right: 15px;
}

.new-header.mobile .login-overlay .menu-title p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-header.mobile .login-overlay .menu-list-item {
  height: calc(100vh - 100px);
  overflow-y: auto;
}

.new-header.mobile .login-overlay .menu-list-item > ul {
  padding-right: 30px;
}

.new-header.mobile .login-overlay .menu-list-item > ul > li {
  border-bottom: 1px solid rgba(188, 188, 188, 0.4);
  padding: 20px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.new-header.mobile .login-overlay .menu-list-item > ul > li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  width: 100%;
}

.new-header.mobile .login-overlay .menu-list-item > ul > li p {
  display: inline-block;
  color: #4b4b4b;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.new-header.mobile .login-overlay .menu-list-item > ul > li p:after {
  content: "";
  background: url("../images//icons/more-grey.png") no-repeat center;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 10px;
}

.new-header.mobile .login-overlay .menu-list-item > ul > li p.orange-text {
  color: #f37e20;
  text-transform: capitalize;
}

.new-header.mobile .login-overlay .menu-list-item > ul > li .ic-more {
  display: inline-block;
  text-decoration: none;
}

/* offer-header */
.new-header.offer-header.mobile .menu-fold .menu-list-item > ul > li img {
  width: 22px;
}

/* search */
@keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    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;
  }
}

.slider-view .slide {
  display: none;
  visibility: hidden;
}

.slider-view .slide:first-child {
  display: block;
  visibility: hidden;
}

.slider-view.slick-initialized .slick-list .slick-slide {
  display: block;
  visibility: visible;
}

.slider-view.slick-initialized .slick-list .slick-slide:first-child {
  display: block;
  visibility: visible;
}

.slick-slider .slick-list .slick-slide {
  display: none;
}

.slick-slider .slick-list .slick-slide:first-child {
  display: block;
}

.slick-slider .slick-list a {
  outline: none;
}

.slick-slider.slick-initialized .slick-list .slick-slide {
  display: block !important;
}

.slick-arrow {
  width: 30px;
  height: 30px;
  text-indent: -9999999px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 15px);
  border-radius: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  cursor: pointer;
}

.slick-arrow:hover, .slick-arrow:focus {
  outline: none;
}

.slick-arrow.slick-prev, .slick-arrow.slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 100%;
  z-index: 0;
}

.slick-arrow.slick-prev:hover, .slick-arrow.slick-next:hover {
  opacity: 1;
  border: 1px solid #f37e20;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.slick-arrow.slick-prev::after, .slick-arrow.slick-next::after {
  display: none;
}

.slick-arrow.slick-prev {
  background: url("../images/left_arrow.png") no-repeat 9px 7px;
  left: -20px;
}

.slick-arrow.slick-next {
  background: url("../images/left_arrow.png") no-repeat 14px 7px;
  right: -20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.slick-arrow.slick-disabled:hover {
  opacity: 0.3;
}

.slick-dots {
  width: 100%;
  padding: 0;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0px;
}

.slick-dots li {
  position: relative;
  z-index: 0;
  margin: 0 5px;
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border: none;
  background: #d1cfbb;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.slick-dots li:first-child {
  margin-left: 0;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.slick-dots li.slick-active {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background: #f37e20;
  border: 2px solid #f37e20;
}

.slick-dots li:only-child {
  display: none;
}

@media only screen and (max-width: tablet) {
  .slick-dots {
    text-align: left;
    padding-left: 10px;
  }
  .slick-dots li {
    width: 5px;
    height: 5px;
  }
  .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
  }
}

@media only screen and (max-width: 990px) {
  .slick-dots {
    text-align: left;
    padding-left: 10px;
  }
  .slick-dots li {
    width: 5px;
    height: 5px;
  }
  .slick-dots li.slick-active {
    width: 8px;
    height: 8px;
  }
}

.nav-tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  border-bottom: 0 !important;
  position: relative;
}

.nav-tabs.flex-left {
  -webkit-box-pack: start;
          justify-content: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
}

.nav-tabs.left-align {
  margin-left: 20px;
}

.nav-tabs.border-top {
  border-top: 1px solid #ebe7e7;
}

.nav-tabs li {
  padding-right: 0;
  padding-left: 0;
  margin-right: -4px;
  margin-bottom: 0;
}

.nav-tabs li a {
  color: #3d3d3d;
  font-size: 13px;
  background: #ebe7e7;
  border: none;
  text-transform: uppercase;
  padding: 11px 25px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  border: none !important;
}

.nav-tabs li a:before {
  display: inline-block;
  width: 31px;
  height: 19px;
  margin-right: 6px;
  background-size: contain !important;
}

.nav-tabs li span {
  margin-right: 10px;
}

.nav-tabs li span img {
  height: 18px;
}

.nav-tabs li span.h-icon {
  display: none;
}

.nav-tabs li span.title {
  margin-right: 0;
}

.nav-tabs li::before, .nav-tabs li::after {
  content: "";
  position: absolute;
  top: 0;
  height: 40px;
  width: 24px;
}

.nav-tabs li::after {
  width: 40px;
  right: -15px;
  background: url("../images/icons/tab-left-icon.png") no-repeat;
  z-index: 1;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.nav-tabs li:first-child::before {
  left: -22px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/normal-left.png") no-repeat;
}

.nav-tabs li:last-child::after {
  width: 25px;
  right: -20px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/normal-left.png") no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.nav-tabs li.active span.n-icon {
  display: none;
}

.nav-tabs li.active span.h-icon {
  display: inline-block;
}

.nav-tabs li.active::before {
  left: -22px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/active-left.png") no-repeat;
  z-index: 2;
}

.nav-tabs li.active::after {
  width: 25px;
  right: -20px;
  background: url("https://www.icicibank.com/etc.clientlibs/icicibank/clientlibs/clientlib-base/resources/images/icons/active-left.png") no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: 2;
}

.nav-tabs li.active:hover a {
  color: #fff;
}

.nav-tabs li.active a {
  background-color: #f37e20 !important;
  border: none !important;
  color: #fff !important;
  font-weight: 600;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  z-index: 1;
}

.nav-tabs li:hover a {
  background: #ebe7e7;
  color: #f37e20;
}

.nav-tabs.inside-nav-tabs li a::before {
  width: 40px;
  height: 18px;
}

.nav-tabs.icon-auto-height li span img {
  height: auto;
}

.nav-tabs .twowheeler-loan .icon img {
  height: 22px;
}

.nav-tabs.vertical-tabs {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav-tabs.vertical-tabs li {
  display: block !important;
  margin-right: 0;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  text-transform: uppercase;
}

.nav-tabs.vertical-tabs li:before, .nav-tabs.vertical-tabs li:after {
  display: none;
}

.nav-tabs.vertical-tabs li .menu-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  line-height: 1;
  padding: 11px 10px 11px 12px;
  cursor: pointer;
  min-height: 40px;
  margin-bottom: 5px;
  border-radius: 0 20px 20px 0;
  border-left: 2px solid #fff7eb;
  background: transparent;
}

.nav-tabs.vertical-tabs li .menu-item .icon {
  width: 22px;
  margin-right: 10px;
}

.nav-tabs.vertical-tabs li .menu-item .n-icon {
  display: inline-block;
}

.nav-tabs.vertical-tabs li .menu-item .a-icon {
  display: none;
}

.nav-tabs.vertical-tabs li:hover .menu-item {
  background: #fff;
  border-left: 2px solid #f37e20;
}

.nav-tabs.vertical-tabs li.active {
  border-radius: 0 20px 20px 0;
}

.nav-tabs.vertical-tabs li.active .menu-item {
  position: relative;
  z-index: 1;
  background: #f37e20;
  color: #fff;
  border-left: 2px solid #f37e20;
}

.nav-tabs.vertical-tabs li.active .menu-item .n-icon {
  display: none;
}

.nav-tabs.vertical-tabs li.active .menu-item .a-icon {
  display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .nav-tabs.inside-nav-tabs li a {
    padding: 11px 22px;
  }
  .nav-tabs.inside-nav-tabs li a::before {
    width: 35px;
  }
}

.tabs-section {
  margin-left: 0;
  overflow-x: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  overflow-y: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0px;
}

.tabs-section::-webkit-scrollbar {
  display: none;
}

.tabs-section.active {
  margin-left: 25px;
}

.left-arrow {
  display: none;
  position: absolute;
  left: -8px;
  width: 57px;
  top: 0;
  z-index: 9;
  height: 40px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, color-stop(-6.25%, #f6f6f6), color-stop(43.55%, #f6f6f6), to(rgba(246, 246, 246, 0)));
  background: linear-gradient(90deg, #f6f6f6 -6.25%, #f6f6f6 43.55%, rgba(246, 246, 246, 0) 100%);
}

.left-arrow:before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 40px;
  background: url("../images/left_arrow.png") no-repeat center center;
  background-size: 10px;
}

.right-arrow {
  display: none;
  position: absolute;
  right: -8px;
  z-index: 2;
  height: 40px;
  width: 57px;
  top: 0;
  cursor: pointer;
  background: -webkit-gradient(linear, right top, left top, color-stop(-6.25%, #f6f6f6), color-stop(43.55%, #f6f6f6), to(rgba(246, 246, 246, 0)));
  background: linear-gradient(270deg, #f6f6f6 -6.25%, #f6f6f6 43.55%, rgba(246, 246, 246, 0) 100%);
}

.right-arrow:before {
  content: "";
  display: inline-block;
  width: 57px;
  height: 40px;
  background: url("../images/left_arrow.png") no-repeat center center;
  background-size: 10px;
  padding: 20px 20px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arrow-hidden {
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .left-arrow,
  .right-arrow {
    display: block;
  }
  .nav-tabs {
    margin: 0 auto;
    display: block;
    max-width: 98%;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .nav-tabs li {
    display: inline-block;
    float: none;
    vertical-align: bottom;
    margin-right: -6px;
  }
  .nav-tabs:before, .nav-tabs:after {
    width: 20px !important;
    display: inline-block;
  }
  .nav-tabs:before {
    -webkit-transform: matrix(1, 0, 0, -1, 4, -6);
            transform: matrix(1, 0, 0, -1, 4, -6);
  }
  .nav-tabs:after {
    -webkit-transform: matrix(-1, 0, 0, 1, 0, -6);
            transform: matrix(-1, 0, 0, 1, 0, -6);
  }
}

/* num-nav-tab */
.num-nav-tab {
  background: #f6f6f6;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 3.50646px 24.5452px rgba(232, 232, 222, 0.8);
          box-shadow: 0px 3.50646px 24.5452px rgba(232, 232, 222, 0.8);
  border-radius: 8px;
}

.num-nav-tab li {
  width: 20%;
  position: relative;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 70px;
}

.num-nav-tab li:first-child {
  border-radius: 4px 0 0 4px;
}

.num-nav-tab li:not(:last-child) {
  border-right: 1px solid rgba(61, 61, 61, 0.1);
}

.num-nav-tab li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #666666;
  text-decoration: none;
  width: 100%;
  min-height: 70px;
}

.num-nav-tab li .num {
  display: inline-block;
  min-width: 30px;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  background: #3d3d3d;
  border-radius: 50%;
  font-size: 14px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: #fff;
  margin-right: 20px;
}

.num-nav-tab li.active {
  background: #f37e20;
}

.num-nav-tab li.active::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: calc(50% - 30px);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f37e20;
}

.num-nav-tab li.active .num {
  background: #fff;
  color: #f37e20;
}

.num-nav-tab li.active a {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .num-nav-tab {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0 0 15px 15px;
    margin: 0 -20px -15px;
    background: #fff;
  }
  .num-nav-tab li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #e4e4e4;
    margin: 0 -2px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media screen and (max-width: 991px) {
  .num-nav-tab li {
    max-width: 250px;
    width: 100%;
    white-space: normal;
    height: 80px;
    border: 1.28337px solid #e4e4e4;
    -webkit-box-shadow: 0px 4.50011px 31.5007px rgba(232, 232, 222, 0.8);
            box-shadow: 0px 4.50011px 31.5007px rgba(232, 232, 222, 0.8);
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .num-nav-tab li a {
    height: 80px;
  }
}

/* horizontal-link-tab */
.horizontal-tab {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.horizontal-tab li a {
  font-weight: 700;
  font-size: 14px;
  line-height: 140.62%;
  color: #333333;
  text-decoration: none;
  padding: 10px 30px;
  display: inline-block;
  min-height: 40px;
  text-align: center;
}

.horizontal-tab li.active a {
  background: #f37e20;
  border-radius: 8px;
  color: #fff;
}

.horizontal-tab-content .tab-panel {
  display: block;
  height: 0px;
  overflow: hidden;
}

.horizontal-tab-content .tab-panel.active {
  height: auto;
}

.ui-selectable {
  -ms-touch-action: none;
  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;
  -ms-flex: auto;
  -webkit-box-flex: 1;
          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;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -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;
}

/* select-filter */
.select-filter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  max-width: 730px;
  width: 100%;
  margin: 0 auto 5px;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
}

.select-filter label {
  margin-right: 30px;
  font-size: 18px;
  white-space: nowrap;
}

.select-filter .ui-selectmenu-text {
  font-size: 16px;
  font-weight: 600;
  height: 25px;
  width: 100%;
}

.select-filter .ui-selectmenu-button.ui-button {
  width: auto;
}

.select-filter .ui-selectmenu-button-closed,
.select-filter .ui-selectmenu-button-open {
  border: 1.5px solid #f37e20;
  border-radius: 3px;
  padding: 5px 15px 0px;
}

.select-filter .ui-selectmenu-button-closed .ui-icon-triangle-1-s,
.select-filter .ui-selectmenu-button-open .ui-icon-triangle-1-s {
  right: 15px;
  top: 12px;
  border-width: 8px;
}

.select-filter #ui-id-1-button {
  margin-right: 25px;
}

@media only screen and (max-width: 1199px) {
  .select-filter {
    max-width: 80%;
  }
}

@media only screen and (max-width: 992px) {
  .select-filter {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .select-filter .ui-button {
    width: 100% !important;
  }
}

@media screen and (max-width: 768px) {
  .select-filter {
    display: block;
    padding: 0 20px;
  }
}

.find-right-product-section {
  background: linear-gradient(175deg, #fff7eb 0%, rgba(249, 240, 227, 0) 84.33%);
  overflow: hidden;
}

.find-right-product-section .ic-btn {
  margin-right: 36px;
}

.find-right-product-section .tab-content.product-tab-content {
  position: relative;
}

.find-right-product-section .tab-content.product-tab-content iframe {
  border: none;
  overflow: hidden;
}

.find-right-product-section .find-right-product {
  padding: 15px 0px 0 !important;
  height: auto;
}

@media screen and (max-width: 991px) {
  .find-right-product-section .find-right-product {
    padding: 40px 0 0 !important;
  }
}

.find-right-product-section .find-right-product.find-right-product-iframe {
  width: 100%;
  max-width: 100% !important;
  padding: 15px 0 0 !important;
  height: auto;
}

.find-right-product-section .tabpanel-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.find-right-product-section .product-tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.find-right-product-section .product-tabs::before {
  content: "";
  display: inline-block;
  width: 37%;
  max-width: 450px;
  height: 40px;
  margin-right: 40px;
}

.find-right-product-section .product-tabs .nav-tabs li a {
  height: 40px;
}

.find-right-product-section .left-panel {
  width: 37%;
  max-width: 450px;
}

.find-right-product-section .left-panel .card-panel {
  border: 1px solid transparent;
  border-radius: 10px;
  overflow: hidden;
}

.find-right-product-section .left-panel .card-panel .card-panel-top img {
  width: 100%;
}

.find-right-product-section .left-panel .card-panel .card-panel-bottom {
  background-color: #f37e20;
  color: #fff;
  padding: 30px;
  min-height: 260px;
}

.find-right-product-section .left-panel .card-panel .card-panel-bottom h3 {
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}

.find-right-product-section .left-panel .card-panel .card-panel-bottom p {
  margin-bottom: 20px;
  line-height: 24px;
  font-size: 15px;
  letter-spacing: 0.02em;
}

.find-right-product-section .left-panel .card-panel .card-panel-bottom ul {
  padding-left: 15px;
}

.find-right-product-section .left-panel .card-panel .card-panel-bottom ul li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.find-right-product-section .right-panel {
  width: 63%;
}

.find-right-product-section .right-panel .tab-content {
  background-color: #fff;
  min-height: 500px;
}

.find-right-product-section .right-panel .tab-content:before {
  content: "";
  width: 100%;
  height: calc(100% - 146px);
  background-color: #fff;
  position: absolute;
  z-index: -1;
  top: 96px;
}

@media only screen and (max-width: 1174px) {
  .find-right-product-section .right-panel .tab-content:before {
    margin-left: -166px;
  }
}

@media only screen and (max-width: 1087px) {
  .find-right-product-section .right-panel .tab-content:before {
    margin-left: -150px;
  }
}

@media only screen and (max-width: 992px) {
  .find-right-product-section .right-panel .tab-content:before {
    top: 0;
    margin-left: 0;
    left: 0;
  }
}

.find-right-product-section .right-panel .tab-pane {
  padding-top: 65px;
  padding-left: 40px;
}

.find-right-product-section .right-panel .tab-pane h3 {
  font-weight: 300;
  margin-bottom: 20px;
  line-height: 33px;
}

@media only screen and (max-width: 991px) {
  .find-right-product-section .right-panel .tab-pane h3 {
    font-size: 26px;
    line-height: 138%;
    margin-bottom: 10px;
  }
}

.find-right-product-section .right-panel .tab-pane .other-detail-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.find-right-product-section .right-panel .tab-pane .other-detail-wrapper .amount-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.find-right-product-section .right-panel .tab-pane .buttons-group {
  margin-bottom: 40px;
}

.find-right-product-section .right-panel .tab-pane .buttons-group .ic-btn {
  margin-right: 25px;
}

.find-right-product-section .right-panel .tab-pane .loan-forms {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  vertical-align: middle;
  margin-top: 32px;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .text-left {
  max-width: 200px;
  margin-right: 15px;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content {
  max-width: 310px;
  padding: 0 15px 0 0;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group {
  position: relative;
  padding-bottom: 5px;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 5px 10px 8px 0;
  border-bottom: 0.5px solid #4b4b4b;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  margin-bottom: 2px;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner.error {
  border-bottom: 0.5px solid #ad1e23;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .icon {
  margin-right: 11px;
  width: auto;
  float: left;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box {
  float: right;
  width: 90%;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input {
  border: 0;
  color: #a6a6a6;
  max-width: 300px;
  width: 100%;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input.error {
  color: #e6371f;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input:-ms-input-placeholder {
  color: #a6a6a6;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input::-ms-input-placeholder {
  color: #a6a6a6;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input::placeholder {
  color: #a6a6a6;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input::-ms-clear {
  display: none;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input:-internal-autofill-selected, .find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input:-webkit-autofill, .find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input:-webkit-autofill:hover,
.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input:-webkit-autofill:focus .find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .form-group-inner .input-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -ms-box-shadow: 0 0 0 50px white inset;
  -o-box-shadow: 0 0 0 50px white inset;
  box-shadow: 0 0 0 50px white inset;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .error-msg {
  position: absolute;
  bottom: -13px;
  color: #a6a6a6;
  font-size: 12px;
  line-height: 14px;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .success-message {
  background: #e6e6e6;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 6px 13px 5px;
  border-bottom: 0.5px solid #219653;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .success-message img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .form-group .success-message p {
  margin-left: 15px;
  max-width: 180px;
  font-weight: bold;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 0;
  padding: 0;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .content .form-slider .slick-dots li:last-child {
  display: none;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-disabled {
  visibility: hidden;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-arrow {
  width: 22px;
  height: 22px;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-arrow.slick-prev {
  background: #f37e20 url("../images/left_arrow_orange.png") center center no-repeat !important;
  left: -53px;
  top: 5px;
  border: 0;
  display: none !important;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-arrow.slick-prev:hover {
  border: 0;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-arrow.slick-next {
  background: #f37e20 url("../images/right_arrow_white.png") center center no-repeat !important;
  right: -8px;
  top: 5px;
  border: 0;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-arrow.slick-next:hover {
  border: 0;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-arrow.arrow-disable {
  background: #4b4b4b url("../images/right_arrow_white.png") center center no-repeat !important;
  pointer-events: none;
}

.find-right-product-section .right-panel .tab-pane .loan-forms .slick-dots {
  padding-left: 5px;
  text-align: left;
  bottom: -27px;
}

@media screen and (max-width: 1279px) {
  .find-right-product-section .right-panel .tab-content {
    min-height: 660px;
  }
}

@media only screen and (max-width: 1199px) {
  .find-right-product-section .left-panel .card-panel .card-panel-bottom {
    padding: 23px 20px 30px;
    min-height: auto;
  }
  .find-right-product-section .right-panel {
    padding-left: 10px;
  }
  .find-right-product-section .right-panel .tab-pane .other-detail-wrapper {
    display: block;
  }
  .find-right-product-section .right-panel .tab-pane .other-detail-wrapper .tenure-section,
  .find-right-product-section .right-panel .tab-pane .other-detail-wrapper .amount-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }
  .find-right-product-section .right-panel .tab-pane .other-detail-wrapper .tenure {
    width: 50%;
    min-width: auto;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .find-right-product-section .product-tabs::before {
    width: 30%;
  }
  .find-right-product-section .left-panel {
    width: 30%;
  }
  .find-right-product-section .right-panel {
    width: 70%;
  }
}

@media screen and (max-width: 992px) {
  .find-right-product-section .ic-btn {
    margin-right: 0;
  }
  .find-right-product-section .tabpanel-inner {
    display: block;
    position: relative;
  }
  .find-right-product-section .product-tabs {
    position: relative;
  }
  .find-right-product-section .product-tabs::before {
    display: none;
  }
  .find-right-product-section .product-tabs .nav-tabs {
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .find-right-product-section .right-panel,
  .find-right-product-section .left-panel {
    width: 100%;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    overflow: hidden;
    padding: 0 20px;
  }
  .find-right-product-section .left-panel {
    margin: 20px 0;
  }
  .find-right-product-section .left-panel h3 {
    font-size: 26px;
    line-height: 138%;
  }
  .find-right-product-section .right-panel:before, .find-right-product-section .right-panel:after {
    width: 20px;
  }
  .find-right-product-section .right-panel .tab-pane {
    padding: 0px;
  }
  .find-right-product-section .right-panel .tab-pane h3 {
    font-size: 26px;
    line-height: 138%;
  }
  .find-right-product-section .right-panel .tab-pane .loan-forms {
    margin: -35px -20px 0;
    padding: 85px 20px 40px;
    background: #f2f5f6;
  }
  .find-right-product-section .right-panel .tab-pane .loan-forms .content {
    padding: 0 20px 0 0;
    max-width: 300px;
    width: 100%;
  }
  .find-right-product-section .right-panel .tab-pane .loan-forms .text-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .find-right-product-section .right-panel .tab-pane .loan-forms .form-slider .form-group .input-box {
    float: right;
    width: 93%;
  }
  .find-right-product-section .right-panel .tab-pane .loan-forms .form-slider .form-group .input-box input {
    background: transparent;
  }
  .find-right-product-section .right-panel .tab-pane .loan-forms .slick-arrow.slick-prev {
    left: -42px;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel {
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel .card-panel-top img {
    width: 100%;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel .card-panel-bottom {
    background-color: #f37e20;
    color: #fff;
    padding: 23px 30px 30px;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel .card-panel-bottom h3 {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel .card-panel-bottom p {
    margin-bottom: 20px;
    line-height: 24px;
    font-size: 15px;
    letter-spacing: 0.02em;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel .card-panel-bottom ul {
    padding-left: 15px;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel .card-panel-bottom ul li {
    list-style-type: disc;
    margin-bottom: 10px;
  }
  .find-right-product-section .right-panel .tab-pane .card-panel .card-panel-bottom ul li:last-child {
    margin-bottom: 0;
  }
  .find-right-product-section .right-panel .tab-content {
    min-height: auto;
    padding: 0;
  }
  .find-right-product-section .select-filter {
    padding: 0 20px 10px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 640px) {
  .find-right-product-section .right-panel .tab-pane .loan-forms {
    display: block;
  }
  .find-right-product-section .right-panel .tab-pane .buttons-group .ic-btn {
    min-width: 150px;
    text-align: center;
  }
}

.preapproved label {
  margin-bottom: 10px;
  display: block;
}

.preapproved .loan-amt-home-input {
  color: #fff;
}

.preapproved .loan-amt-display {
  font-size: 30px;
  font-weight: 500;
  line-height: normal;
}

.preapproved .input-box input {
  width: 100%;
}

.preapproved .input-box input[type="range"] {
  background-color: transparent;
}

.preapproved .range-figures ul {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.preapproved .range-figures ul li {
  color: #a6a6a6;
}

.other-detail-wrapper {
  margin: 15px 0 30px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.other-detail-wrapper .tenure-section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  width: 40%;
}

.other-detail-wrapper .tenure-section .tenure {
  min-width: 145px;
  padding: 20px 20px 0 0;
}

.other-detail-wrapper .tenure-section .tenure label {
  margin-bottom: 7px;
  display: block;
  line-height: normal;
}

.other-detail-wrapper .tenure-section .tenure .select-tenure .tenure-display,
.other-detail-wrapper .tenure-section .tenure .select-tenure .interest-display,
.other-detail-wrapper .tenure-section .tenure .select-interes-rate .tenure-display,
.other-detail-wrapper .tenure-section .tenure .select-interes-rate .interest-display {
  font-size: 26px;
  line-height: normal;
}

.other-detail-wrapper .amount-wrapper {
  width: 60%;
  background: #fff3e9;
  border-radius: 10px;
}

.other-detail-wrapper .amount-wrapper .emi-amount {
  padding: 10px 20px 15px;
  width: 50%;
  min-width: 210px;
}

.other-detail-wrapper .amount-wrapper .emi-amount label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  line-height: normal;
}

.other-detail-wrapper .amount-wrapper .emi-amount .finalEmiAmt,
.other-detail-wrapper .amount-wrapper .emi-amount .interestPayble,
.other-detail-wrapper .amount-wrapper .emi-amount sup {
  font-size: 26px;
  line-height: normal;
}

.other-detail-wrapper .amount-wrapper .emi-amount sup {
  font-size: 20px;
}

.other-detail-wrapper .amount-wrapper .emi-amount .finalEmiAmt {
  font-weight: 700;
}

.carloan .ic-more {
  padding-left: 20px;
}

@media only screen and (max-width: tablet) {
  .carloan .ic-more {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 990px) {
  .carloan .ic-more {
    padding-left: 20px;
  }
}

input:focus {
  background-color: white !important;
}

.number-holder {
  position: relative;
}

.number-holder .checkbox-list {
  position: absolute;
  right: 30px;
  top: 10px;
  padding: 0;
  margin: 0;
}

.number-holder .checkbox-list input {
  top: 2px;
  z-index: 1;
}

@media screen and (min-width: 577px) {
  .number-holder .border-left {
    border-left: 1px solid #999999;
  }
}

/* announcement-section */
.announcement-section {
  position: relative;
  z-index: 1001;
  background: #074a86;
}

.announcement-section .section-inner {
  padding: 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.announcement-section .section-inner .content {
  width: 70%;
  max-width: 825px;
}

.announcement-section .section-inner .content h5 {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}

.announcement-section .section-inner .content p {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.7);
}

.announcement-section .section-inner .link {
  width: 30%;
  margin-left: auto;
}

.announcement-section .section-inner .link ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}

@media screen and (max-width: 991px) {
  .announcement-section .section-inner .link ul {
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  }
}

.announcement-section .section-inner .link ul li {
  position: relative;
  padding-right: 15px;
  margin-right: 20px;
}

.announcement-section .section-inner .link ul li a {
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.announcement-section .section-inner .link ul li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 6px;
  height: 8px;
  top: calc(50% - 3px);
  right: 0;
  background: url("../images/right-arrow-o.svg") no-repeat center;
}

.announcement-section .section-inner .link ul li:last-child {
  padding-right: 0;
  margin-right: 0;
}

.announcement-section .section-inner .link ul li:last-child a {
  display: block;
  text-transform: uppercase;
  padding: 5px 17px;
  border: 1px solid #f37e20;
  border-width: 1px 2px 1px 2px;
  border-radius: 50px;
}

@media only screen and (max-width: 1200px) {
  .announcement-section .section-inner .content {
    width: 62%;
  }
  .announcement-section .section-inner .link {
    width: 38%;
  }
}

@media only screen and (max-width: tablet-wide) {
  .announcement-section .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .announcement-section .section-inner .content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .announcement-section .section-inner .link {
    width: 100%;
  }
  .announcement-section .section-inner .link ul li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 1023px) {
  .announcement-section .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .announcement-section .section-inner .content {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .announcement-section .section-inner .link {
    width: 100%;
  }
  .announcement-section .section-inner .link ul li {
    margin-right: 15px;
  }
}

@media only screen and (max-width: phone-wide) {
  .announcement-section .section-inner .link ul li {
    padding-right: 12px;
    margin-right: 12px;
  }
  .announcement-section .section-inner .link ul li:last-child a {
    padding: 5px 8px;
  }
}

@media only screen and (max-width: 479px) {
  .announcement-section .section-inner .link ul li {
    padding-right: 12px;
    margin-right: 12px;
  }
  .announcement-section .section-inner .link ul li:last-child a {
    padding: 5px 8px;
  }
}

@media screen and (max-width: 360px) {
  .announcement-section .section-inner .link ul li {
    padding-right: 10px;
    margin-right: 10px;
  }
  .announcement-section .section-inner .link ul li a {
    font-size: 11px;
  }
}

/* Alert start */
.notification-alert {
  display: block;
  position: absolute;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  right: 0;
  top: 40px;
  padding: 15px 14px;
  background: #ad1e23;
  max-width: 269px;
  width: 100%;
  border-right: 5px solid #f37e20;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -ms-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  border-radius: 40px 0 0 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.notification-alert:hover {
  right: -10px;
}

.notification-alert .icon {
  display: inline-block;
  vertical-align: middle;
}

.notification-alert .icon img {
  display: block;
}

.notification-alert p {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-size: 14px;
  color: #fff;
  padding-left: 20px;
  font-weight: 600;
  line-height: 21px;
}

.notification-alert p a:link,
.notification-alert p a:visited {
  color: #f37e20;
  text-decoration: none;
}

.notification-alert.middle-viewport {
  right: 0;
  opacity: 1;
  min-width: 266px;
}

@media only screen and (max-width: tablet) {
  .notification-alert {
    max-width: 340px;
  }
  .notification-alert p {
    width: 100%;
  }
}

@media only screen and (max-width: 990px) {
  .notification-alert {
    max-width: 340px;
  }
  .notification-alert p {
    width: 100%;
  }
}

.animate-width {
  width: auto;
}

/* Alert end */
.footer {
  position: relative;
  background: #3d3d3d;
  z-index: 2;
}

.footer .footer-link, .footer .footer-inner .secondary .menu-list ul li a, .footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li a, .footer .footer-inner .copy-right-row a {
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #4b4b4b;
  text-decoration: none;
}

.footer h5 {
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  line-height: 140.62%;
  color: #fff;
  margin-bottom: 15px;
}

.footer .footer-inner .primary {
  background-color: #f37e20;
}

.footer .footer-inner .primary .primary-inner {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 25px 15px 65px 15px;
}

.footer .footer-inner .primary .primary-inner h5 {
  display: none;
}

.footer .footer-inner .primary .primary-inner ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  margin: 0 -5px;
}

.footer .footer-inner .primary .primary-inner ul li {
  display: inline-block;
  font-size: 0;
  text-align: center;
  padding: 0 5px;
  max-width: 20%;
}

.footer .footer-inner .primary .primary-inner ul li a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer .footer-inner .primary .primary-inner ul li a:hover {
  color: #ad1e23;
}

.footer .footer-inner .websites-list {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  padding: 15px 40px;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -50px;
  height: auto;
  min-height: 100px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -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);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.footer .footer-inner .websites-list .logo {
  max-width: 153px;
  width: 100%;
  margin-right: 35px;
}

.footer .footer-inner .websites-list .list-of-websites {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
  text-align: left;
  margin-top: 15px;
}

.footer .footer-inner .websites-list .list-of-websites span {
  font-size: 15px;
  letter-spacing: 0.05em;
  color: #4b4b4b;
  line-height: 154.4%;
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
}

.footer .footer-inner .websites-list .list-of-websites span.ui-selectmenu-button.ui-button {
  margin-top: 20px;
  margin-bottom: 13px;
}

.footer .footer-inner .websites-list .list-of-websites span.ui-selectmenu-text {
  width: 200px;
}

.footer .footer-inner .websites-list .list-of-websites span.ui-icon {
  top: 10px;
}

.footer .footer-inner .secondary {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.footer .footer-inner .secondary .menu-list ul li {
  margin-top: 12px;
}

.footer .footer-inner .secondary .menu-list ul li a {
  color: #afafaf;
}

.footer .footer-inner .secondary .menu-list ul li a:hover {
  color: #fff !important;
}

.footer .footer-inner .secondary .top-menu-list-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(230, 230, 230, 0.2);
  margin-bottom: 30px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group {
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links h5 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links h5:after {
  display: none;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links ul li:not(:last-child) {
  margin-right: 25px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links ul li .h-icon {
  display: none;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links ul li:hover .n-icon {
  display: none;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .social-media-links ul li:hover .h-icon {
  display: block;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .app-store-links h5 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .app-store-links h5:after {
  display: none;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .app-store-links ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .app-store-links ul li:not(:last-child) {
  margin-right: 5px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .tel-info {
  margin-top: 10px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .tel-info li {
  margin: 0;
  font-size: 12px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .tel-info .title {
  font-size: 13px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  color: #afafaf;
  opacity: 0.8;
  margin: 0 0 5px;
  max-width: 180px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .tel-info .tel {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 140.62%;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .tel-info .tel a {
  color: #fff;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .tel-info .tel:last-child {
  margin-bottom: 0;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group.hide-in-desktop {
  display: none;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .menu-list:last-child {
  margin-top: 40px;
}

.footer .footer-inner .secondary .top-menu-list-wrapper .menu-list {
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper {
  padding-bottom: 30px;
  border-bottom: 1px solid #696969;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links h5 {
  display: none;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul {
  display: block;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li {
  position: relative;
  padding: 0 5px;
  display: inline-block;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li:after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #afafaf;
  position: absolute;
  opacity: 0.8;
  right: 0;
  top: 6px;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li a {
  color: #afafaf;
  opacity: 0.8;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li a:hover {
  color: #fff;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li:first-child a {
  padding-left: 0;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li:last-child:after {
  display: none;
}

.footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li:last-child a {
  padding-right: 0;
}

.footer .footer-inner .copy-right-row {
  max-width: 1260px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer .footer-inner .copy-right-row p {
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
  text-align: left;
  color: #afafaf;
  opacity: 0.8;
}

.footer .footer-inner .copy-right-row a {
  color: #afafaf;
  opacity: 0.8;
  -ms-flex: auto;
  -webkit-box-flex: 1;
          flex: auto;
  text-align: right;
}

@media screen and (min-width: 991px) and (max-width: 1199px) {
  .footer .footer-inner .websites-list {
    padding: 15px;
  }
}

@media screen and (max-width: 991px) {
  .footer .footer-inner .primary {
    height: auto;
    min-height: 110px;
  }
  .footer .footer-inner .primary .primary-inner h5 {
    display: block;
    color: #fff;
  }
  .footer .footer-inner .primary .primary-inner ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .footer .footer-inner .primary .primary-inner ul li {
    display: block;
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
  }
  .footer .footer-inner .primary .primary-inner ul li a {
    font-size: 12px;
    text-transform: inherit;
  }
  .footer .footer-inner .websites-list {
    display: block;
    width: calc(100% - 30px);
    margin-top: -45px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
  }
  .footer .footer-inner .websites-list .logo {
    margin-bottom: 20px;
  }
  .footer .footer-inner .websites-list .list-of-websites {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .footer .footer-inner .websites-list .list-of-websites .ui-button {
    width: 100%;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-bottom: 0px;
    padding-bottom: 0;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .menu-group.hide-in-desktop {
    display: block;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .menu-group.hide-in-desktop h5 {
    margin-bottom: 15px !important;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .menu-group.hide-in-desktop h5:after {
    display: none;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .menu-group .menu-list:last-child {
    margin-top: 0;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .menu-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .social-media-links {
    border-bottom: 0;
    padding: 50px 0 40px;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .social-media-links h5 {
    margin-top: 0 !important;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .social-media-links ul {
    margin-top: 20px;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .app-store-links {
    border-bottom: 0;
    padding: 15px 0;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .app-store-links h5 {
    margin-top: 0 !important;
  }
  .footer .footer-inner .secondary .top-menu-list-wrapper .app-store-links ul {
    margin-top: 12px;
  }
  .footer .footer-inner .secondary .bottom-menu-list-wrapper {
    padding-bottom: 12px;
  }
  .footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links h5 {
    font-size: 13px;
    display: block;
    color: #afafaf;
    text-transform: capitalize;
    font-weight: normal;
  }
  .footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li {
    display: block;
    margin-top: 12px;
    padding: 0;
  }
  .footer .footer-inner .secondary .bottom-menu-list-wrapper .menu-links ul li:after {
    display: none;
  }
  .footer .footer-inner .copy-right-row {
    display: block;
  }
  .footer .footer-inner .copy-right-row p {
    margin-bottom: 12px;
  }
  .footer .acc-default {
    display: none;
  }
  .footer h5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
  }
  .footer h5:after {
    content: "" !important;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    right: 0;
    top: 7px;
  }
  .footer .collapsible-arrows:after {
    border-top: 0;
    border-bottom: 5px solid #fff;
  }
}

@media screen and (min-width: 641px) and (max-width: 991px) {
  .footer .footer-inner .websites-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer .footer-inner .websites-list .list-of-websites {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 10px 15px 0 0;
  }
  .footer .footer-inner .websites-list .list-of-websites:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 640px) {
  .footer .footer-inner .websites-list {
    padding: 30px 20px 10px;
  }
  .footer .footer-inner .websites-list .list-of-websites span.ui-selectmenu-button.ui-button {
    margin-bottom: 30px;
  }
}

/** dropdown **/
#group-websites1-menu li .ui-menu-item-wrapper,
#group-websites2-menu li .ui-menu-item-wrapper {
  padding: 3px 10px;
  font-size: 11px;
}

#group-websites1-menu li:hover,
#group-websites2-menu li:hover {
  background: #dedede;
}

#group-websites1-menu li .ui-state-active,
#group-websites2-menu li .ui-state-active {
  background: #dedede;
}

/* Home banner*/
.banner-section {
  position: relative;
  background: #f0f0f0;
}

.banner-section .banner-slider {
  max-width: 1216px;
  width: 100%;
  margin: 0 auto;
  outline: none;
}

.banner-section .banner-slider .slick-list {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner-section .banner-slider .banner-list {
  position: relative;
  overflow: hidden;
  display: none;
}

.banner-section .banner-slider .banner-list:first-child {
  display: block;
}

@media only screen and (min-width: desktop) {
  .banner-section .banner-slider .banner-list:first-child {
    min-height: 464px;
  }
}

@media only screen and (min-width: 1280px) {
  .banner-section .banner-slider .banner-list:first-child {
    min-height: 464px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-section .banner-slider .banner-list:first-child {
    min-height: 350px;
  }
}

.banner-section .banner-slider .banner-list .media {
  position: relative;
}

.banner-section .banner-slider .banner-list .media.video-media video,
.banner-section .banner-slider .banner-list .media.video-media iframe {
  background: #000;
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.banner-section .banner-slider .banner-list .media.video-media a {
  display: block;
}

.banner-section .banner-slider .banner-list .media.video-media .btn-control {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  cursor: pointer;
}

.banner-section .banner-slider .banner-list .media.video-media .btn-control .pause-btn {
  display: none;
}

.banner-section .banner-slider .banner-list .media img,
.banner-section .banner-slider .banner-list .media video {
  width: 100%;
  max-width: 100%;
}

@media only screen and (max-width: tablet) {
  .banner-section .banner-slider .banner-list .media img,
  .banner-section .banner-slider .banner-list .media video {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 990px) {
  .banner-section .banner-slider .banner-list .media img,
  .banner-section .banner-slider .banner-list .media video {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-section .banner-slider .banner-list .media img,
  .banner-section .banner-slider .banner-list .media video {
    height: 400px !important;
  }
}

@media only screen and (min-width: desktop) {
  .banner-section .banner-slider .banner-list .media img,
  .banner-section .banner-slider .banner-list .media video {
    height: 464px !important;
    width: auto !important;
    max-width: none !important;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media only screen and (min-width: 1280px) {
  .banner-section .banner-slider .banner-list .media img,
  .banner-section .banner-slider .banner-list .media video {
    height: 464px !important;
    width: auto !important;
    max-width: none !important;
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.banner-section .banner-slider .banner-list .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.banner-section .banner-slider .banner-list .content .contnet-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 1070px;
  width: 100%;
  margin: 30px auto 0;
}

.banner-section .banner-slider .banner-list .content .contnet-inner.right-content-inner {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
}

.banner-section .banner-slider .banner-list .content .contnet-inner.center-content-inner {
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
}

.banner-section .banner-slider .banner-list .content .contnet-inner.center-content-inner .center-content {
  margin: 0 auto;
}

.banner-section .banner-slider .banner-list .content .contnet-inner.center-content-inner .bottom-content {
  margin-top: auto;
  margin-bottom: 65px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner-section .banner-slider .banner-list .content .contnet-inner.center-content-inner .bottom-content {
    margin-bottom: auto;
    padding-bottom: 65px;
  }
}

.banner-section .banner-slider .banner-list .content .contnet-inner .left-content,
.banner-section .banner-slider .banner-list .content .contnet-inner .right-content {
  max-width: 550px;
  width: 100%;
}

.banner-section .banner-slider .banner-list .content .contnet-inner .left-content {
  margin-right: auto;
}

.banner-section .banner-slider .banner-list .content .contnet-inner .right-content {
  margin-left: auto;
  margin-right: 20px;
  max-width: 550px;
  width: 100%;
}

.banner-section .banner-slider .banner-list .content h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 26px;
  text-transform: capitalize;
  line-height: 35px;
  margin-bottom: 10px;
  letter-spacing: -0.01em;
  color: #fff;
}

.banner-section .banner-slider .banner-list .content h4 {
  font-family: Helvetica, "Open Sans", sans-serif;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.banner-section .banner-slider .banner-list .content h4 span {
  font-weight: 400;
}

.banner-section .banner-slider .banner-list .content .button-group {
  position: absolute;
  top: 150px;
}

.banner-section .banner-slider .banner-list .content .button-group .ic-btn {
  padding: 12.5px 28px;
  margin-bottom: 0;
}

.banner-section .banner-slider .banner-list .content .button-group .ic-more::after {
  display: none;
}

.banner-section .banner-slider.slick-initialized .banner-list.slick-slide {
  display: block;
}

.banner-section .banner-slider .slick-arrow {
  border: none;
  z-index: 1;
  width: 40px;
  height: 40px;
  top: 105px;
}

.banner-section .banner-slider .slick-arrow:hover {
  width: 40px;
  height: 40px;
}

.banner-section .banner-slider .slick-arrow.slick-prev {
  background: url("../images/white_left_arrow.svg") no-repeat center;
  background-size: 16px;
  background-position: 10px 7px;
}

.banner-section .banner-slider .slick-arrow.slick-prev:hover {
  background-position: center;
}

.banner-section .banner-slider .slick-arrow.slick-next {
  background: url("../images/white_left_arrow.svg") no-repeat center;
  background-size: 16px;
  background-position: 14px 7px;
}

.banner-section .banner-slider .slick-arrow.slick-next:hover {
  background-position: center;
}

.banner-section .banner-slider .slick-dots {
  bottom: 255px;
  z-index: 1;
  width: auto;
  margin-left: 75px;
}

.banner-section .banner-slider .slick-dots li {
  background: #fff;
}

.banner-section .banner-slider .slick-dots li.slick-active {
  background: #f37e20;
  width: 10px;
  height: 10px;
}

.banner-section .banner-slider:hover .slick-arrow:hover.slick-prev {
  background-color: rgba(0, 0, 0, 0.2);
}

.banner-section .banner-slider:hover .slick-arrow:hover.slick-next {
  background-color: rgba(0, 0, 0, 0.2);
}

.banner-section .tagline {
  width: 226px;
  background: #ad1e23;
  position: absolute;
  right: -240px;
  color: #fff;
  z-index: 1;
  border-right: 4px solid #f37e20;
  border-radius: 25px 0 0 25px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.banner-section .tagline p {
  font-size: 12px;
  line-height: 1.4;
  font-style: italic;
  padding: 7px 10px 7px 30px;
  overflow: hidden;
  height: 46px;
}

.banner-section .open-banner-video {
  cursor: pointer;
}

@media only screen and (min-width: desktop-wide) {
  .banner-section .banner-slider {
    max-width: 100%;
  }
  .banner-section .banner-slider .banner-list .content .contnet-inner {
    margin-top: 50px;
  }
  .banner-section .banner-slider .slick-arrow {
    top: 120px;
  }
  .banner-section .banner-slider .slick-arrow.slick-prev {
    left: 130px;
  }
  .banner-section .banner-slider .slick-arrow.slick-next {
    right: 130px;
  }
  .banner-section .banner-slider .slick-dots {
    max-width: 1214px;
    bottom: 265px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
  }
  .banner-section .banner-slider.i-home-banner .slick-arrow.slick-prev {
    left: 90px;
  }
  .banner-section .banner-slider.i-home-banner .slick-arrow.slick-next {
    right: 90px;
  }
  .banner-section .tagline {
    bottom: 270px;
  }
  .banner-section .tagline p {
    padding: 10px 10px 10px 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .banner-section .banner-slider {
    max-width: 100%;
  }
  .banner-section .banner-slider .banner-list .content .contnet-inner {
    margin-top: 50px;
  }
  .banner-section .banner-slider .slick-arrow {
    top: 120px;
  }
  .banner-section .banner-slider .slick-arrow.slick-prev {
    left: 130px;
  }
  .banner-section .banner-slider .slick-arrow.slick-next {
    right: 130px;
  }
  .banner-section .banner-slider .slick-dots {
    max-width: 1214px;
    bottom: 265px;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
  }
  .banner-section .banner-slider.i-home-banner .slick-arrow.slick-prev {
    left: 90px;
  }
  .banner-section .banner-slider.i-home-banner .slick-arrow.slick-next {
    right: 90px;
  }
  .banner-section .tagline {
    bottom: 270px;
  }
  .banner-section .tagline p {
    padding: 10px 10px 10px 20px;
  }
}

@media only screen and (max-width: desktop-wide) {
  .banner-section .banner-list .content .contnet-inner.center-content-inner .bottom-content {
    margin-bottom: 130px;
  }
}

@media only screen and (max-width: desktop-wide) and (-ms-high-contrast: active), only screen and (max-width: desktop-wide) and (-ms-high-contrast: none) {
  .banner-section .banner-list .content .contnet-inner.center-content-inner .bottom-content {
    margin-bottom: auto;
    padding-bottom: 115px;
  }
}

@media only screen and (max-width: desktop-wide) {
  .banner-section .tagline {
    bottom: 250px;
  }
}

@media only screen and (max-width: 1439px) {
  .banner-section .banner-list .content .contnet-inner.center-content-inner .bottom-content {
    margin-bottom: 130px;
  }
}

@media only screen and (max-width: 1439px) and (-ms-high-contrast: active), only screen and (max-width: 1439px) and (-ms-high-contrast: none) {
  .banner-section .banner-list .content .contnet-inner.center-content-inner .bottom-content {
    margin-bottom: auto;
    padding-bottom: 115px;
  }
}

@media only screen and (max-width: 1439px) {
  .banner-section .tagline {
    bottom: 250px;
  }
}

@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .banner-section .banner-slider .banner-list .content h3 {
    line-height: 1.2;
    margin-bottom: 13px;
  }
  .banner-section .banner-slider .banner-list .content h4 {
    line-height: 1;
    margin-bottom: 15px;
  }
  .banner-section .banner-slider .slick-arrow {
    top: 80px;
  }
  .banner-section .tagline {
    bottom: 250px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
  .banner-section .banner-slider .banner-list .content .contnet-inner {
    margin: 10px auto 0;
  }
  .banner-section .banner-slider .banner-list .content h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .banner-section .banner-slider .banner-list .content h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .banner-section .banner-slider .slick-arrow {
    top: 80px;
  }
  .banner-section .banner-slider .slick-dots {
    margin-left: 70px;
    bottom: 240px;
  }
  .banner-section .tagline {
    bottom: 245px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .banner-section .banner-slider .banner-list .content .contnet-inner {
    margin-top: 20px;
    padding-left: 60px;
  }
  .banner-section .banner-slider .slick-arrow {
    top: 90px;
  }
  .banner-section .banner-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  .banner-section .banner-slider .slick-arrow.slick-next {
    right: 10px;
  }
  .banner-section .banner-slider .slick-dots {
    margin-left: 70px;
    bottom: 130px;
  }
  .banner-section .tagline {
    bottom: 120px;
  }
}

@media only screen and (min-width: 992px) {
  .banner-section .banner-slider .m-img {
    display: none;
  }
}

@media only screen and (max-width: tablet) {
  .banner-section .banner-slider .d-img {
    display: none;
  }
  .banner-section .banner-slider .banner-list .content {
    top: auto;
    bottom: 12.83vw;
    height: auto;
    padding: 0 5.35vw;
  }
  .banner-section .banner-slider .banner-list .content .contnet-inner {
    max-width: 100%;
    position: relative;
    margin: 0;
  }
  .banner-section .banner-slider .banner-list .content .contnet-inner .left-content,
  .banner-section .banner-slider .banner-list .content .contnet-inner .right-content {
    margin-right: auto;
    text-align: left;
    margin-left: initial;
    max-width: 100%;
  }
  .banner-section .banner-slider .banner-list .content h3 {
    font-size: 4.8vw;
    line-height: 1.3;
    margin-bottom: 4.1vw;
    font-weight: 600;
    max-width: 100%;
  }
  .banner-section .banner-slider .banner-list .content h4 {
    font-size: 3.75vw;
    line-height: 1.3;
    margin-bottom: 6vw;
  }
  .banner-section .banner-slider .banner-list .content .button-group {
    position: static;
  }
  .banner-section .banner-slider .banner-list .content .button-group .ic-btn {
    font-size: 2.48vw;
    padding: 0 5.35vw;
    height: 7.72vw;
    line-height: 7.72vw;
  }
  .banner-section .banner-slider .banner-list .content .button-group .ic-more {
    font-size: 2.48vw;
  }
  .banner-section .banner-slider .banner-list .content.style-2 {
    position: absolute;
    padding-bottom: 30px;
  }
  .banner-section .banner-slider .banner-list .content.style-2 .contnet-inner {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .banner-section .banner-slider .banner-list .content.style-2 h3 {
    margin-bottom: 20px;
  }
  .banner-section .banner-slider .slick-arrow {
    display: none !important;
  }
  .banner-section .banner-slider:hover .slick-arrow {
    display: none !important;
  }
  .banner-section .banner-slider .slick-dots {
    width: auto;
    bottom: 5.34vw;
    top: auto;
    margin-left: 5.35vw;
    z-index: 9;
  }
  .banner-section .banner-slider .slick-dots li {
    background: #d1cfbb;
  }
  .banner-section .banner-slider .tagline {
    width: 52vw;
    top: auto !important;
    bottom: 3vw;
    border-radius: 6.7vw 0 0 6.7vw;
    right: -52vw;
  }
  .banner-section .banner-slider .tagline p {
    padding: 1vw 4vw;
    font-size: 2.48vw;
    height: auto;
  }
}

@media only screen and (max-width: 990px) {
  .banner-section .banner-slider .d-img {
    display: none;
  }
  .banner-section .banner-slider .banner-list .content {
    top: auto;
    bottom: 12.83vw;
    height: auto;
    padding: 0 5.35vw;
  }
  .banner-section .banner-slider .banner-list .content .contnet-inner {
    max-width: 100%;
    position: relative;
    margin: 0;
  }
  .banner-section .banner-slider .banner-list .content .contnet-inner .left-content,
  .banner-section .banner-slider .banner-list .content .contnet-inner .right-content {
    margin-right: auto;
    text-align: left;
    margin-left: initial;
    max-width: 100%;
  }
  .banner-section .banner-slider .banner-list .content h3 {
    font-size: 4.8vw;
    line-height: 1.3;
    margin-bottom: 4.1vw;
    font-weight: 600;
    max-width: 100%;
  }
  .banner-section .banner-slider .banner-list .content h4 {
    font-size: 3.75vw;
    line-height: 1.3;
    margin-bottom: 6vw;
  }
  .banner-section .banner-slider .banner-list .content .button-group {
    position: static;
  }
  .banner-section .banner-slider .banner-list .content .button-group .ic-btn {
    font-size: 2.48vw;
    padding: 0 5.35vw;
    height: 7.72vw;
    line-height: 7.72vw;
  }
  .banner-section .banner-slider .banner-list .content .button-group .ic-more {
    font-size: 2.48vw;
  }
  .banner-section .banner-slider .banner-list .content.style-2 {
    position: absolute;
    padding-bottom: 30px;
  }
  .banner-section .banner-slider .banner-list .content.style-2 .contnet-inner {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
  }
  .banner-section .banner-slider .banner-list .content.style-2 h3 {
    margin-bottom: 20px;
  }
  .banner-section .banner-slider .slick-arrow {
    display: none !important;
  }
  .banner-section .banner-slider:hover .slick-arrow {
    display: none !important;
  }
  .banner-section .banner-slider .slick-dots {
    width: auto;
    bottom: 5.34vw;
    top: auto;
    margin-left: 5.35vw;
    z-index: 9;
  }
  .banner-section .banner-slider .slick-dots li {
    background: #d1cfbb;
  }
  .banner-section .banner-slider .tagline {
    width: 52vw;
    top: auto !important;
    bottom: 3vw;
    border-radius: 6.7vw 0 0 6.7vw;
    right: -52vw;
  }
  .banner-section .banner-slider .tagline p {
    padding: 1vw 4vw;
    font-size: 2.48vw;
    height: auto;
  }
}

@media only screen and (max-width: phablet) {
  .banner-section .banner-slider .m-img {
    height: auto;
  }
}

@media only screen and (max-width: 559px) {
  .banner-section .banner-slider .m-img {
    height: auto;
  }
}

/* banner-card-section-new */
.banner-card-section-new .banner-section .banner-slider {
  /* 19/02/21 Starts */
  /* 19/02/21 Ends */
}

@media only screen and (min-width: 1439px) {
  .banner-card-section-new .banner-section .banner-slider.i-home-banner .banner-list .media img {
    min-height: 550px;
  }
}

@media only screen and (min-width: desktop-wide) {
  .banner-card-section-new .banner-section .banner-slider .banner-list:first-child {
    min-height: 550px;
  }
}

@media only screen and (min-width: 1440px) {
  .banner-card-section-new .banner-section .banner-slider .banner-list:first-child {
    min-height: 550px;
  }
}

@media only screen and (min-width: desktop) {
  .banner-card-section-new .banner-section .banner-slider .banner-list:first-child {
    min-height: 485px;
  }
}

@media only screen and (min-width: 1280px) {
  .banner-card-section-new .banner-section .banner-slider .banner-list:first-child {
    min-height: 485px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-card-section-new .banner-section .banner-slider .banner-list:first-child {
    min-height: 400px;
  }
}

.banner-card-section-new .banner-section .banner-slider .banner-list .media {
  border-radius: 0;
}

.banner-card-section-new .banner-section .banner-slider .banner-list .media img,
.banner-card-section-new .banner-section .banner-slider .banner-list .media video {
  width: auto !important;
  max-width: none !important;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: tablet) {
  .banner-card-section-new .banner-section .banner-slider .banner-list .media img,
  .banner-card-section-new .banner-section .banner-slider .banner-list .media video {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 990px) {
  .banner-card-section-new .banner-section .banner-slider .banner-list .media img,
  .banner-card-section-new .banner-section .banner-slider .banner-list .media video {
    position: static;
    width: 100% !important;
    max-width: 100% !important;
    -webkit-transform: none;
            transform: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .banner-card-section-new .banner-section .banner-slider .banner-list .media img,
  .banner-card-section-new .banner-section .banner-slider .banner-list .media video {
    height: 400px !important;
  }
}

@media only screen and (min-width: desktop) {
  .banner-card-section-new .banner-section .banner-slider .banner-list .media img,
  .banner-card-section-new .banner-section .banner-slider .banner-list .media video {
    height: 485px !important;
  }
}

@media only screen and (min-width: 1280px) {
  .banner-card-section-new .banner-section .banner-slider .banner-list .media img,
  .banner-card-section-new .banner-section .banner-slider .banner-list .media video {
    height: 485px !important;
  }
}

@media only screen and (min-width: desktop-wide) {
  .banner-card-section-new .banner-section .banner-slider .banner-list .media img,
  .banner-card-section-new .banner-section .banner-slider .banner-list .media video {
    height: 550px !important;
  }
}

@media only screen and (min-width: 1440px) {
  .banner-card-section-new .banner-section .banner-slider .banner-list .media img,
  .banner-card-section-new .banner-section .banner-slider .banner-list .media video {
    height: 550px !important;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1280px) {
  .banner-card-section-new .banner-section .tagline {
    bottom: 245px;
  }
}

.banner-nudge-active {
  -webkit-animation: slide 0.2s forwards;
  -webkit-animation-delay: 0.2s;
  animation: slide 0.2s forwards;
  animation-delay: 0.2s;
}

@-webkit-keyframes slide {
  100% {
    right: 0px;
  }
}

@keyframes slide {
  100% {
    right: 0px;
  }
}

/* card-section  */
.card-section .section-inner {
  padding: 0 20px !important;
}

.card-section .card-lists {
  margin: 0 -10px;
}

.card-section .card-lists > .slick-list {
  z-index: 1;
}

.card-section .card-lists .slick-arrow {
  top: calc(50% - 90px);
}

.card-section .card-lists .slick-dots {
  bottom: 70px;
}

.card-section .card-lists.slick-initialized .card-item {
  display: block;
}

.card-section .card-item {
  width: calc(100% / 3);
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  -ms-box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  -o-box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  padding: 12px 15px;
  border-radius: 10px;
  min-height: 220px;
  display: none;
  margin: 0 10px 10px;
}

.card-section .card-item h5 {
  font-size: 14px;
  font-weight: bold;
  color: #131317;
  margin-bottom: 10px;
}

.card-section .card-item h5.blue-text {
  color: #074a86;
  margin-bottom: 5px;
}

.card-section .card-item h5.blue-text::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #219653;
  margin-right: 5px;
}

.card-section .card-item .ic-more {
  margin-top: 15px;
  font-weight: 600;
  display: inline-block;
  margin-right: auto;
  text-decoration: none;
}

.card-section .card-item .list li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.card-section .card-item .list li:not(:last-child) {
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 10px;
}

.card-section .card-item .list li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
  width: 100%;
  cursor: pointer;
  outline: none;
}

.card-section .card-item .list li a img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.card-section .card-item .list li a:hover {
  color: #f37e20;
  text-decoration: none;
}

.card-section .card-item .list li a:hover p {
  color: #f37e20;
}

.card-section .card-item .list li p {
  padding-left: 15px;
  line-height: 21px;
  color: #646464;
}

.card-section .card-item .list li.full-width {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}

.card-section .card-item .list li.full-width a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.card-section .card-item .list li.full-width a.ic-more {
  width: auto;
}

.card-section .card-item .list li.full-width a.openvideo {
  width: 100%;
}

.card-section .card-item .list li.full-width img {
  width: 100%;
  max-width: 260px;
}

.card-section .card-item .list li.full-width p {
  padding: 10px 0 0;
  max-width: 100%;
}

.card-section .card-item .list.list-card li:hover a {
  position: relative;
}

.card-section .card-item .list.list-card li:hover a p,
.card-section .card-item .list.list-card li:hover a img {
  z-index: 1;
  color: #f37e20;
}

.card-section .card-item .list.list-card li:hover a::before {
  content: "";
  position: absolute;
  background: #fff0e6;
  border-radius: 5px;
  top: -5px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
}

.card-section .card-item .list.list-card li.full-width p {
  max-width: 100%;
}

.card-section .card-item .list.list-card li.full-width:hover .ic-more::before {
  background: transparent;
}

.card-section .card-item .list.bill-list {
  margin: 0 -4px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.card-section .card-item .list.bill-list > li {
  position: relative;
  width: 33%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  margin: 10px 0;
  padding-bottom: 0;
}

.card-section .card-item .list.bill-list > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-section .card-item .list.bill-list > li .icon {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 38px;
  height: 38px;
  background: #f6f6f6;
  border-radius: 100%;
  margin: 0 auto 5px;
}

.card-section .card-item .list.bill-list > li .icon .h-icon {
  display: none;
}

.card-section .card-item .list.bill-list > li .icon img {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.card-section .card-item .list.bill-list > li .icon:hover img {
  -webkit-box-shadow: 0px 1px 9px #999999;
  -ms-box-shadow: 0px 1px 9px #999999;
  -o-box-shadow: 0px 1px 9px #999999;
  box-shadow: 0px 1px 9px #999999;
  border-radius: 100%;
}

.card-section .card-item .list.bill-list > li p {
  padding: 0;
  font-size: 13px;
  text-align: center;
  text-transform: none;
}

.card-section .card-item .list.bill-list > li .n_icon {
  position: absolute;
  background: #f37e20;
  border-radius: 50%;
  top: -10px;
  right: calc(50% - 19px);
  width: 16px;
  height: 16px;
  color: #fff;
  font-size: 11px;
  letter-spacing: 0.02em;
  text-align: center;
  line-height: 16px;
  font-weight: 600;
}

.card-section .card-item .list.bill-list > li:nth-child(4) .dropdown, .card-section .card-item .list.bill-list > li:nth-child(5) .dropdown, .card-section .card-item .list.bill-list > li:nth-child(6) .dropdown {
  bottom: 60px;
  top: auto;
}

.card-section .card-item .list.bill-list > li:nth-child(4) .dropdown::after, .card-section .card-item .list.bill-list > li:nth-child(5) .dropdown::after, .card-section .card-item .list.bill-list > li:nth-child(6) .dropdown::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  bottom: -15px;
  left: 50px;
  top: auto;
}

.card-section .card-item .list.bill-list > li:nth-child(3n) .dropdown {
  left: auto;
  right: 0;
}

.card-section .card-item .list.bill-list > li:nth-child(3n) .dropdown::after {
  right: 55px;
  left: auto;
}

.card-section .card-item .list.bill-list > li:nth-child(3) .dropdown::after {
  right: 35px;
}

.card-section .card-item .list.bill-list .dropdown {
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 2;
  padding: 15px;
  width: 255px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  -ms-box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  -o-box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  box-shadow: 0px 2px 15px rgba(117, 117, 117, 0.2);
  border: 1px solid rgba(117, 117, 117, 0.2);
  border-radius: 5px;
}

.card-section .card-item .list.bill-list .dropdown::after {
  content: "";
  position: absolute;
  left: 75px;
  top: 0;
  width: 0;
  height: 0;
  border: 8px solid black;
  border-color: transparent transparent #fff #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -2px 2px 2px 0 rgba(0, 0, 0, 0.1);
}

.card-section .card-item .list.bill-list .dropdown .dropdown-content {
  max-height: 110px;
  margin-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  overflow-y: auto;
}

.card-section .card-item .list.bill-list .dropdown .dropdown-content li {
  width: 100%;
  height: auto;
  border-width: 0 0 1px 0;
  padding: 0 0 8px;
  margin: 0 0 8px;
}

.card-section .card-item .list.bill-list .dropdown .dropdown-content li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.card-section .card-item .list.bill-list .dropdown .dropdown-content li .desc {
  padding-left: 10px;
}

.card-section .card-item .list.bill-list .dropdown .dropdown-content li .desc h6 {
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.card-section .card-item .list.bill-list .dropdown .dropdown-content li .desc p {
  padding-left: 0;
  text-align: left;
}

.card-section .card-item .list.bill-list .dropdown .dropdown-content li .desc p a {
  display: inline-block;
  width: auto;
  color: #ad1e23;
  font-weight: 600;
}

.card-section .card-item .list.bill-list .dropdown .note {
  padding: 0px 10px 5px 10px;
  font-size: 11px;
  color: #ad1e23;
}

.card-section .card-item .list.bill-list .dropdown .ic-btn {
  text-align: center;
  display: block;
  padding: 6px;
  color: #fff;
}

.card-section .card-item .list.bill-list .dropdown .ic-btn:hover {
  color: #f37e20;
}

.card-section .card-item .list.bill-list li:hover a,
.card-section .card-item .list.bill-list li:hover a > p {
  color: #f37e20;
}

.card-section .card-item .list.bill-list li:hover .icon {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
  -ms-box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
  -o-box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
  box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
}

.card-section .card-item .list.bill-list li:hover .dropdown {
  display: block;
}

.card-section .card-item .list.grow-list {
  margin: 0 -4px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.card-section .card-item .list.grow-list > li {
  position: relative;
  width: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
  margin: 10px 0;
  padding-bottom: 0;
}

.card-section .card-item .list.grow-list > li > a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-section .card-item .list.grow-list > li .icon {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 38px;
  height: 38px;
  background: #f6f6f6;
  border-radius: 100%;
  margin: 0 auto 5px;
}

.card-section .card-item .list.grow-list > li .icon .h-icon {
  display: none;
}

.card-section .card-item .list.grow-list > li .icon img {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.card-section .card-item .list.grow-list > li .icon:hover img {
  -webkit-box-shadow: 0px 1px 9px #999999;
  -ms-box-shadow: 0px 1px 9px #999999;
  -o-box-shadow: 0px 1px 9px #999999;
  box-shadow: 0px 1px 9px #999999;
  border-radius: 100%;
}

.card-section .card-item .list.grow-list > li p {
  padding: 0;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  color: #000;
}

.card-section .card-item .list.grow-list li:hover a,
.card-section .card-item .list.grow-list li:hover a > p {
  color: #f37e20;
}

.card-section .card-item .list.grow-list li:hover .icon {
  background: #fff;
  -webkit-box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
  -ms-box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
  -o-box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
  box-shadow: 0px 0px 12px rgba(16, 17, 18, 0.12);
}

.card-section .card-item .offer-slider {
  margin-bottom: 10px;
}

.card-section .card-item .offer-slider .offer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  background: #fff;
  padding: 0 10px;
}

.card-section .card-item .offer-slider .offer img {
  width: 70px;
}

.card-section .card-item .offer-slider .offer p {
  padding-left: 10px;
  color: #646464;
}

.card-section .card-item .offer-slider .offer a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-decoration: none;
}

.card-section .card-item .offer-slider .offer a:hover {
  color: #f37e20;
  text-decoration: none;
}

.card-section .card-item .offer-slider .offer a:hover p {
  color: #f37e20;
}

.card-section .card-item .offer-slider .slick-arrow {
  top: calc(50% - 30px);
  -webkit-transform: scale(0.55);
          transform: scale(0.55);
  background-color: #fff0e6;
  border: none;
  z-index: 9;
}

.card-section .card-item .offer-slider .slick-dots {
  position: relative;
  bottom: 0;
}

.card-section .card-item .offer-slider .slick-dots li {
  margin: 0 3px;
}

.card-section .card-item .offer-slider .slick-dots li.slick-active {
  width: 7px;
  height: 7px;
}

.card-section .card-item .offer-links p {
  width: 100%;
  padding: 10px 15px;
  background: #fff0e6;
  text-align: center;
  color: #f37e20;
  border-radius: 50px;
  margin-bottom: 10px;
  line-height: 1.3;
  cursor: pointer;
}

.card-section .card-item .offer-links p a {
  color: #f37e20;
  margin-top: 0;
  text-decoration: none;
}

.card-section .card-item .offer-links p:hover {
  background: #f37e20;
}

.card-section .card-item .offer-links p:hover a {
  color: #fff;
}

.card-section .card-item .offer-links p + .ic-more {
  margin-top: 5px;
}

.card-section .card-item.billcard-item {
  padding-bottom: 10px;
}

.card-section .card-item.billcard-item .ic-more {
  margin-top: 9px;
}

.card-section .card-nav {
  padding: 0 30px 0 20px;
  z-index: 3;
}

.card-section .card-nav::after, .card-section .card-nav::before {
  display: none;
}

.card-section .card-nav.slick-initialized .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.card-section .card-nav .slick-list,
.card-section .card-nav .slick-track {
  padding: 0;
}

.card-section .card-nav .slick-slide {
  text-transform: uppercase;
  margin-right: 15px;
  margin-right: 15px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: Center;
          align-items: Center;
  -webkit-align-items: Center;
  -ms-flex-align: Center;
  padding: 10px 0;
  margin-right: 20px;
}

.card-section .card-nav .slick-slide span {
  min-width: 24px;
  margin-right: 5px;
}

.card-section .card-nav .slick-slide span.active {
  display: none;
}

.card-section .card-nav .slick-slide.slick-current {
  background: #fff;
  font-weight: 600;
  color: #f37e20;
  border-bottom: 2px solid #f37e20;
}

@media only screen and (max-width: 767px) {
  .card-section .card-nav .slick-slide.slick-current {
    background: transparent;
  }
}

.card-section .card-nav .slick-slide.slick-current::after {
  display: none;
}

.card-section .card-nav .slick-slide.slick-current span {
  display: none;
}

.card-section .card-nav .slick-slide.slick-current span.active {
  display: block;
}

.card-section .card-nav .slick-slide.slick-current a {
  background: #fff;
  color: #f37e20;
  border-width: 0 0 2px 0;
}

.card-section .card-nav .slick-arrow {
  background-size: 7px;
  border: none;
}

.card-section .card-nav .slick-arrow.slick-disabled {
  display: none !important;
}

.card-section.card-section-new {
  margin-top: -5px;
  padding-top: 20px;
  background: linear-gradient(175deg, #fff7eb 0%, rgba(249, 240, 227, 0) 50%);
}

.card-section.bill-list-hover .card-lists > .slick-list {
  padding: 150px 0;
  margin: -150px 0;
  z-index: 1;
}

.card-section .offer-ul-slider {
  margin: 0 -10px;
  padding: 0 25px;
}

.card-section .offer-ul-slider .offer-ul-list {
  padding: 0 5px;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  padding: 5px;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card a {
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card:not(:last-child) {
  margin-bottom: 5px;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card:hover {
  background: #f6f6f6;
  border-radius: 5px;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card .icon {
  width: 40px;
  margin-right: 8px;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card .desc {
  width: calc(100% - 48px);
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card .desc h6 {
  color: #000;
  font-size: 12px;
  line-height: 120%;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card .desc p {
  font-size: 13px;
  line-height: 16px;
  color: #646464;
}

.card-section .offer-ul-slider .offer-ul-list .offer-ul-card .desc .ic-more {
  margin-top: 5px;
  font-size: 11.5px;
  letter-spacing: 0.07em;
  padding-right: 15px !important;
  cursor: pointer;
}

.card-section .offer-ul-slider .slick-arrow {
  top: calc(50% - 20px);
  background-color: #fff0e5;
  width: 22px;
  height: 22px;
  background-size: 6px;
  border: none;
  background-position: center;
  opacity: 1 !important;
}

.card-section .offer-ul-slider .slick-arrow.slick-prev {
  left: 5px;
}

.card-section .offer-ul-slider .slick-arrow.slick-next {
  right: 5px;
}

@media only screen and (max-width: 991px) {
  .card-section .offer-ul-slider {
    padding: 0 20px;
    min-height: 180px;
  }
  .card-section .offer-ul-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .card-section .offer-ul-slider .slick-arrow.slick-next {
    right: 0;
  }
}

.card-section .iMobilecard {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  position: relative;
  background: #fff0e5;
  margin: -12px -15px;
  padding: 15px;
  border-radius: 10px;
  min-height: 130px;
}

.card-section .iMobilecard .media img {
  max-width: 105px;
}

.card-section .iMobilecard .media .m-hide {
  max-width: 80px;
}

.card-section .iMobilecard .media .m-hide img {
  margin-bottom: 50px;
}

.card-section .iMobilecard .title {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.card-section .iMobilecard .rating {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: 50px;
  height: 16px;
  background: rgba(246, 155, 81, 0.2);
  border-radius: 10px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #646464;
  font-size: 10px;
  line-height: 140.62%;
  margin-left: 10px;
}

.card-section .iMobilecard .rating img {
  margin: -2px 5px 0 0;
}

.card-section .iMobilecard h4 {
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #646464;
  margin-bottom: 5px;
}

.card-section .iMobilecard p {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  text-transform: capitalize;
  color: #646464;
}

.card-section .iMobilecard p.sub-title {
  margin-bottom: 20px;
}

.card-section .iMobilecard .button-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-top: 15px;
  visibility: hidden;
}

.card-section .iMobilecard .button-group a:not(:last-child) {
  margin-right: 8px;
}

.card-section .iMobilecard .button-group a img {
  max-width: 94px;
}

.card-section .iMobilecard .ic-more {
  font-size: 12px;
}

.card-section .imTopCon {
  background: #fff0e5;
  margin: -12px -15px;
  padding: 15px;
}

.card-section .imTopCon .titleiMobile {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.card-section .imTopCon .rating {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  width: 150px;
  height: 16px;
  background: rgba(246, 155, 81, 0.2);
  border-radius: 10px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #646464;
  font-size: 10px;
  line-height: 140.62%;
  margin-left: 10px;
}

.card-section .imTopCon .rating img {
  margin: -2px 5px 0 5px;
}

.card-section .imTopCon p {
  font-size: 12px;
  font-weight: 600;
  line-height: 120%;
  color: #646464;
}

@media only screen and (max-width: desktop) {
  .card-section {
    top: -110px;
    margin-bottom: -100px;
  }
  .card-section.bill-list-hover .card-lists > .slick-list {
    margin: -150px 0 -170px;
  }
  .card-section .card-lists {
    padding: 0 0;
  }
  .card-section .card-lists > .slick-arrow {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
  .card-section .card-lists > .slick-arrow.slick-next {
    -webkit-transform: scale(0.8) scaleX(-1);
    transform: scale(0.8) scaleX(-1);
  }
  .card-section .card-item .list.bill-list > li .dropdown::after {
    left: 65px;
  }
  .card-section .card-item .list.bill-list > li:nth-child(3n) .dropdown {
    left: auto;
    right: 0;
  }
  .card-section .card-item .list.bill-list > li:nth-child(3n) .dropdown::after {
    right: 25px;
    left: auto;
  }
  .card-section .card-item .list.bill-list > li:nth-child(4) .dropdown::after, .card-section .card-item .list.bill-list > li:nth-child(5) .dropdown::after {
    left: 40px;
  }
  .card-section .card-item .list.bill-list > li:nth-child(6) .dropdown::after {
    right: 50px;
    left: auto;
  }
}

@media only screen and (max-width: 1279px) {
  .card-section {
    top: -110px;
    margin-bottom: -100px;
  }
  .card-section.bill-list-hover .card-lists > .slick-list {
    margin: -150px 0 -170px;
  }
  .card-section .card-lists {
    padding: 0 0;
  }
  .card-section .card-lists > .slick-arrow {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -moz-transform: scale(0.8);
  }
  .card-section .card-lists > .slick-arrow.slick-next {
    -webkit-transform: scale(0.8) scaleX(-1);
    transform: scale(0.8) scaleX(-1);
  }
  .card-section .card-item .list.bill-list > li .dropdown::after {
    left: 65px;
  }
  .card-section .card-item .list.bill-list > li:nth-child(3n) .dropdown {
    left: auto;
    right: 0;
  }
  .card-section .card-item .list.bill-list > li:nth-child(3n) .dropdown::after {
    right: 25px;
    left: auto;
  }
  .card-section .card-item .list.bill-list > li:nth-child(4) .dropdown::after, .card-section .card-item .list.bill-list > li:nth-child(5) .dropdown::after {
    left: 40px;
  }
  .card-section .card-item .list.bill-list > li:nth-child(6) .dropdown::after {
    right: 50px;
    left: auto;
  }
}

@media only screen and (min-width: 992px) {
  .card-section .card-other-lists {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .card-section .card-other-lists .card-item {
    display: block;
  }
  .card-section .card-other-lists .card-item:nth-child(1) {
    width: 36%;
    height: 230px !important;
    overflow: hidden;
  }
  .card-section .card-other-lists .card-item:nth-child(2), .card-section .card-other-lists .card-item:nth-child(3) {
    width: 32%;
    height: 230px !important;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1200px) {
  .card-section .card-other-lists {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .card-section .card-other-lists .card-item {
    display: block;
  }
  .card-section .card-other-lists .card-item:nth-child(1) {
    width: 620px !important;
  }
  .card-section .card-other-lists .card-item:nth-child(2), .card-section .card-other-lists .card-item:nth-child(3) {
    width: 280px !important;
  }
}

@media only screen and (max-width: tablet) {
  .card-section {
    top: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .card-section .card-lists > .slick-dots {
    position: static;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .card-section .iMobilecard .button-group {
    visibility: visible;
  }
}

@media only screen and (max-width: 990px) {
  .card-section {
    top: 0;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .card-section .card-lists > .slick-dots {
    position: static;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .card-section .iMobilecard .button-group {
    visibility: visible;
  }
}

@media only screen and (min-width: 768px) {
  .card-section .card-nav {
    display: none;
  }
}

@media only screen and (min-width: desktop) {
  .card-section {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    left: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 1280px) {
  .card-section {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    left: 0;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1367px) {
  .card-section {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: tablet) {
  .card-section.bill-list-hover .card-lists > .slick-list {
    margin: -150px 0;
    padding: 150px 0 !important;
  }
  .card-section .card-lists {
    padding: 0;
  }
  .card-section .card-item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 0;
  }
  .card-section .card-item .list.bill-list li .dropdown::after {
    left: 60px;
  }
  .card-section .card-item .list.bill-list li:nth-child(4) .dropdown, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown, .card-section .card-item .list.bill-list li:nth-child(6) .dropdown {
    top: 45px;
    bottom: auto;
  }
  .card-section .card-item .list.bill-list li:nth-child(4) .dropdown::after, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown::after, .card-section .card-item .list.bill-list li:nth-child(6) .dropdown::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 60px;
    top: 0;
    right: auto;
  }
  .card-section .card-item .list.bill-list li:nth-child(3n) .dropdown::after {
    right: 20px;
    left: auto;
  }
  .card-section .card-item.slick-slide:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 990px) {
  .card-section.bill-list-hover .card-lists > .slick-list {
    margin: -150px 0;
    padding: 150px 0 !important;
  }
  .card-section .card-lists {
    padding: 0;
  }
  .card-section .card-item {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 0;
  }
  .card-section .card-item .list.bill-list li .dropdown::after {
    left: 60px;
  }
  .card-section .card-item .list.bill-list li:nth-child(4) .dropdown, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown, .card-section .card-item .list.bill-list li:nth-child(6) .dropdown {
    top: 45px;
    bottom: auto;
  }
  .card-section .card-item .list.bill-list li:nth-child(4) .dropdown::after, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown::after, .card-section .card-item .list.bill-list li:nth-child(6) .dropdown::after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 60px;
    top: 0;
    right: auto;
  }
  .card-section .card-item .list.bill-list li:nth-child(3n) .dropdown::after {
    right: 20px;
    left: auto;
  }
  .card-section .card-item.slick-slide:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: tablet-small) {
  .card-section .section-inner .card-item .list.list-card li a img {
    width: 110px;
  }
}

@media only screen and (max-width: 639px) {
  .card-section .section-inner .card-item .list.list-card li a img {
    width: 110px;
  }
}

@media only screen and (max-width: phone-wide) {
  .card-section .card-item .list.bill-list li:nth-child(2) .dropdown, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown {
    left: calc(50% - 125px);
  }
  .card-section .card-item .list.bill-list li:nth-child(2) .dropdown::after, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown::after {
    left: calc(50% + 13px);
    right: auto;
  }
}

@media only screen and (max-width: 479px) {
  .card-section .card-item .list.bill-list li:nth-child(2) .dropdown, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown {
    left: calc(50% - 125px);
  }
  .card-section .card-item .list.bill-list li:nth-child(2) .dropdown::after, .card-section .card-item .list.bill-list li:nth-child(5) .dropdown::after {
    left: calc(50% + 13px);
    right: auto;
  }
}

/*disable-el  */
.disable-el {
  pointer-events: none !important;
}

/*find-right-product-section */
.find-right-product-section {
  position: relative;
  z-index: 1;
}

.find-right-product-section.active {
  z-index: 0;
}

.find-right-product-section .tabs-section {
  display: block;
}

.find-right-product-section .iframe-full-height {
  display: none;
}

.find-right-product-section .iframe-container .loader {
  min-height: 450px;
  background: url("../images/icons/iframe-loader.gif") no-repeat center;
  background-size: 315px;
}

@media only screen and (max-width: tablet-small) {
  .find-right-product-section .iframe-container .loader {
    min-height: 350px;
    background-size: 200px;
  }
}

@media only screen and (max-width: 639px) {
  .find-right-product-section .iframe-container .loader {
    min-height: 350px;
    background-size: 200px;
  }
}

.find-right-product-section .notification-alert {
  top: 0;
}

.find-right-product-section .notification-alert p {
  width: calc(100% - 8px);
}

@media only screen and (max-width: 1024px) {
  .find-right-product-section .notification-alert {
    top: auto;
    bottom: 0;
    position: relative;
    margin-left: auto;
    margin-right: -20px;
    max-width: 390px;
  }
}

/* Life stage*/
.life-stage-soltion .description p {
  font-size: 18px;
  line-height: 154.4%;
  color: #3d3d3d;
  margin-bottom: 19px;
}

.life-stage-soltion .row {
  width: 100%;
  margin: 0 -10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  overflow: hidden;
}

.life-stage-soltion .row .life-card {
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  width: calc((100% / 3 - 21px));
  margin: 0 10px 20px;
  position: relative;
  background-color: #fff !important;
  height: 121px;
  -webkit-box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
  -ms-box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
  -o-box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
  box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
  border-radius: 10px;
  overflow: hidden;
}

.life-stage-soltion .row .life-card .lifestage-card {
  width: 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.life-stage-soltion .row .life-card .image-text {
  padding: 18px 0 20px 20px;
  width: 60%;
}

.life-stage-soltion .row .life-card .image-text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #3d3d3d;
  margin-bottom: 20px;
  text-decoration: none;
}

.life-stage-soltion .row .life-card .image-text p span {
  display: block;
  font-weight: 600;
}

.life-stage-soltion .row .life-card .image-text p.ic-more {
  font-size: 12px;
  color: #f37e20;
  display: none;
  text-decoration: none;
  padding-right: 0;
}

.life-stage-soltion .row .life-card .image-text p.ic-more:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  position: static;
  background: url("../images/more.png") no-repeat;
  width: 10px;
  height: 10px;
}

.life-stage-soltion .row .life-card:hover .image-text p.ic-more {
  display: inline-block;
  text-decoration: none;
}

@media only screen and (max-width: 992px) {
  .life-stage-soltion .row .life-card {
    width: calc((100% / 2 - 20px));
  }
}

@media only screen and (max-width: 640px) {
  .life-stage-soltion .row .life-card {
    width: 100%;
  }
  .life-stage-soltion .row .life-card .image-text p.ic-more {
    display: none !important;
  }
}

/* rates & charges start*/
.interest-rates {
  background: url("../images/tabs1/bg.png") no-repeat;
  background-size: cover;
  height: 414px;
  margin-top: 30px;
}

.interest-rates a {
  text-decoration: none;
}

.interest-rates .section-inner {
  padding-bottom: 50px;
  padding-top: 60px;
}

.interest-rates .section-inner .section-title {
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.interest-rates .section-inner .rates-block {
  position: relative;
  background: transparent;
  padding: 40px 60px 38px 60px;
  border: 1px solid #dedede;
  border-radius: 10px;
}

.interest-rates .section-inner .rates-block .rates-slider {
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
}

.interest-rates .section-inner .rates-block .rates-slider .slick-dots {
  bottom: -127px !important;
  text-align: center;
}

.interest-rates .section-inner .rates-block .rates-slider .slick-dots li {
  width: 8px;
  height: 8px;
}

.interest-rates .section-inner .rates-block .rates-slider .slick-dots li.slick-active {
  border-width: 5px;
  background-color: #fff;
  border-color: #fff;
}

.interest-rates .section-inner .rates-block .rates-slider .block {
  display: inline-block !important;
  padding: 0 40px;
  text-align: left;
  vertical-align: bottom;
  position: relative;
  float: none;
}

.interest-rates .section-inner .rates-block .rates-slider .block .label {
  line-height: 144%;
  color: #f2f2f2;
}

.interest-rates .section-inner .rates-block .rates-slider .block .rate {
  font-weight: 700;
  color: #f2f2f2;
  font-size: 32px;
  line-height: 144%;
}

.interest-rates .section-inner .rates-block .rates-slider .block .category {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.interest-rates .section-inner .rates-block .rates-slider .block:last-child::after {
  display: none;
}

.interest-rates .section-inner .share-value {
  width: 80%;
  position: absolute;
  left: 50%;
  bottom: -38px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -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);
  margin: 0 auto;
  background: #fafaf6;
  padding: 20px;
  text-align: center;
  border-radius: 50px;
}

.interest-rates .section-inner .share-value label,
.interest-rates .section-inner .share-value .price,
.interest-rates .section-inner .share-value .currency,
.interest-rates .section-inner .share-value .profit-loss {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  color: #3fc41d;
}

.interest-rates .section-inner .share-value label .sign,
.interest-rates .section-inner .share-value .price .sign,
.interest-rates .section-inner .share-value .currency .sign,
.interest-rates .section-inner .share-value .profit-loss .sign {
  margin-left: 8px;
}

.interest-rates .section-inner .share-value label .sign:before,
.interest-rates .section-inner .share-value .price .sign:before,
.interest-rates .section-inner .share-value .currency .sign:before,
.interest-rates .section-inner .share-value .profit-loss .sign:before {
  content: "";
  background-image: url("../images/tabs1/green_top-arrow.png");
  width: 17px;
  height: 17px;
  display: inline-block;
  background-position: center;
}

.interest-rates .section-inner .share-value .profit-loss {
  font-size: 22px;
  vertical-align: text-top;
}

.interest-rates .section-inner .share-value .profit-loss sub {
  bottom: -0.13em;
  font-size: 22px;
}

.interest-rates .section-inner .share-value label {
  color: #3d3d3d;
  font-weight: 500;
  text-transform: uppercase;
  vertical-align: middle;
}

.interest-rates .section-inner .share-value .price {
  font-weight: 700;
  font-size: 30px;
  line-height: 32px;
  color: #3d3d3d;
}

.interest-rates .section-inner .share-value .currency {
  text-transform: uppercase;
  color: #3d3d3d;
  line-height: normal;
}

@media only screen and (max-width: tablet-wide) {
  .interest-rates {
    height: 445px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .rate {
    line-height: 1;
  }
}

@media only screen and (max-width: 1023px) {
  .interest-rates {
    height: 445px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .rate {
    line-height: 1;
  }
}

@media only screen and (max-width: tablet) {
  .interest-rates .section-inner .share-value label {
    font-size: 13px;
    clear: both;
    display: block;
    font-weight: bold;
  }
  .interest-rates .section-inner .share-value .price {
    font-size: 24px;
    line-height: 24px;
  }
  .interest-rates .section-inner .share-value .currency {
    font-size: 13px;
  }
  .interest-rates .section-inner .share-value .profit-loss {
    font-size: 16px;
  }
  .interest-rates .section-inner .share-value .profit-loss .sign {
    width: 10px;
    height: 12px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block {
    white-space: nowrap;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 990px) {
  .interest-rates .section-inner .share-value label {
    font-size: 13px;
    clear: both;
    display: block;
    font-weight: bold;
  }
  .interest-rates .section-inner .share-value .price {
    font-size: 24px;
    line-height: 24px;
  }
  .interest-rates .section-inner .share-value .currency {
    font-size: 13px;
  }
  .interest-rates .section-inner .share-value .profit-loss {
    font-size: 16px;
  }
  .interest-rates .section-inner .share-value .profit-loss .sign {
    width: 10px;
    height: 12px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block {
    white-space: nowrap;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: phone-wide) {
  .interest-rates {
    height: auto;
  }
  .interest-rates .section-inner {
    padding-bottom: 118px !important;
  }
  .interest-rates .section-inner .rates-block {
    padding: 20px 40px 40px 40px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .slick-dots {
    bottom: -122px !important;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block {
    padding: 0;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content {
    margin: 0 auto 10px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content.s_width {
    max-width: 80px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content.m_width {
    max-width: 115px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content.l_width {
    max-width: 135px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .rate {
    font-size: 45px;
    white-space: nowrap;
    line-height: 1;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .label {
    font-size: 13px;
    white-space: nowrap;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .category {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
  }
  .interest-rates .section-inner .share-value {
    bottom: -38px;
  }
}

@media only screen and (max-width: 479px) {
  .interest-rates {
    height: auto;
  }
  .interest-rates .section-inner {
    padding-bottom: 118px !important;
  }
  .interest-rates .section-inner .rates-block {
    padding: 20px 40px 40px 40px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .slick-dots {
    bottom: -122px !important;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block {
    padding: 0;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content {
    margin: 0 auto 10px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content.s_width {
    max-width: 80px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content.m_width {
    max-width: 115px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .content.l_width {
    max-width: 135px;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .rate {
    font-size: 45px;
    white-space: nowrap;
    line-height: 1;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .label {
    font-size: 13px;
    white-space: nowrap;
  }
  .interest-rates .section-inner .rates-block .rates-slider .block .category {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
  }
  .interest-rates .section-inner .share-value {
    bottom: -38px;
  }
}

@media only screen and (max-width: phone) {
  .interest-rates .section-inner .share-value label,
  .interest-rates .section-inner .share-value .price,
  .interest-rates .section-inner .share-value .currency,
  .interest-rates .section-inner .share-value .profit-loss {
    margin-right: 0;
  }
}

@media only screen and (max-width: 399px) {
  .interest-rates .section-inner .share-value label,
  .interest-rates .section-inner .share-value .price,
  .interest-rates .section-inner .share-value .currency,
  .interest-rates .section-inner .share-value .profit-loss {
    margin-right: 0;
  }
}

.share-value-iframe {
  position: absolute;
  width: 80%;
  height: 80px;
  left: 50%;
  bottom: -45px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* rates & charges end*/
.ui-selectmenu-button-closed,
.ui-selectmenu-button-open {
  display: block;
  border-bottom: 1px solid #c4c4c4;
  -ms-flex: auto;
  -webkit-box-flex: 1;
          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;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -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;
}

/* Trending deals start */
.deals-section {
  background: #fff;
  position: relative;
}

.deals-section .trending-deals-tab {
  background: #fff7eb;
}

.deals-section .trending-deals-tab .tabs-section {
  display: block;
}

.deals-section .section-inner .trending-deals-slider {
  padding-left: 30px;
  padding-right: 30px;
}

.deals-section .section-inner .trending-deals-slider .description {
  height: 60px;
  overflow: hidden;
}

.deals-section .section-inner .section-title {
  font-weight: 300;
  margin-bottom: 0;
}

.deals-section .slick-slider .slick-track {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.deals-section .slick-arrow {
  border: none !important;
  top: calc(50% - 38px);
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.deals-section .slick-arrow.slick-next {
  -webkit-transform: scale(0.7) scaleX(-1);
  transform: scale(0.7) scaleX(-1);
}

@media screen and (max-width: 991px) {
  .deals-section .tab-content {
    padding-bottom: 0;
  }
  .deals-section .tab-content .section-inner {
    padding: 40px 0;
  }
  .deals-section .tab-content .slick-arrow.slick-prev {
    left: -5px;
  }
  .deals-section .tab-content .slick-arrow.slick-next {
    right: -5px;
  }
}

@media only screen and (max-width: tablet) {
  .deals-section .section-inner .trending-deals-slider,
  .deals-section .section-inner .compare-slider {
    padding: 0 20px;
  }
  .deals-section .section-inner .section-title {
    text-align: center;
  }
  .deals-section .section-inner .section-title strong {
    display: block;
  }
  .deals-section .custom-tabs {
    height: 390px;
  }
  .deals-section .slick-dots {
    text-align: center;
  }
  .deals-section .trending-deals-tab {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 990px) {
  .deals-section .section-inner .trending-deals-slider,
  .deals-section .section-inner .compare-slider {
    padding: 0 20px;
  }
  .deals-section .section-inner .section-title {
    text-align: center;
  }
  .deals-section .section-inner .section-title strong {
    display: block;
  }
  .deals-section .custom-tabs {
    height: 390px;
  }
  .deals-section .slick-dots {
    text-align: center;
  }
  .deals-section .trending-deals-tab {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: tablet-small) {
  .deals-section .tab-content {
    padding-bottom: 0;
  }
  .deals-section .section-inner {
    padding: 40px 0 20px;
  }
  .deals-section .section-inner .section-label span::after, .deals-section .section-inner .section-label span::before {
    width: 65px !important;
  }
  .deals-section .section-inner .trending-deals-slider,
  .deals-section .section-inner .compare-slider {
    padding: 0;
  }
}

@media only screen and (max-width: 639px) {
  .deals-section .tab-content {
    padding-bottom: 0;
  }
  .deals-section .section-inner {
    padding: 40px 0 20px;
  }
  .deals-section .section-inner .section-label span::after, .deals-section .section-inner .section-label span::before {
    width: 65px !important;
  }
  .deals-section .section-inner .trending-deals-slider,
  .deals-section .section-inner .compare-slider {
    padding: 0;
  }
}

.deals-section .place-filter .ui-selectmenu-button {
  background: url("../images/location-icon.svg") no-repeat left 0;
  margin-top: 0;
  width: auto !important;
  min-width: 200px;
  padding-left: 20px;
}

.deals-section .place-filter .ui-selectmenu-text {
  border-bottom: none !important;
}

.deals-section .notification-alert {
  top: 0;
}

@media only screen and (min-width: 1366px) {
  .deals-section .notification-alert {
    top: 90px;
    max-width: 250px;
    z-index: 1;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
  .deals-section .notification-alert {
    max-width: 230px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
  .deals-section .notification-alert {
    padding: 10px 14px;
  }
}

@media only screen and (max-width: 1024px) {
  .deals-section .notification-alert {
    position: absolute;
    top: inherit;
    bottom: -25px;
    max-width: 360px;
  }
}

.compare-slider .slick-dots {
  position: relative;
  margin-top: 20px;
}

.trending-deals-slider .offer-strip {
  background-color: #a41906;
  color: #fff;
  max-width: 220px;
  width: 100%;
  height: 27px;
  border-radius: 15px 0 0 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  margin-left: auto;
  margin-bottom: 20px;
  position: relative;
  right: -30px;
  padding: 0 10px 0 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.trending-deals-slider .offer-strip p {
  font-size: 12px;
  line-height: 23px;
}

.trending-deals-slider .img-offer-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-bottom: 15px;
  height: 160px;
}

.trending-deals-slider .img-offer-wrapper .image,
.trending-deals-slider .img-offer-wrapper .offer {
  margin-bottom: 0 !important;
}

.trending-deals-slider .img-offer-wrapper .image {
  height: 100% !important;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: 10px;
}

.trending-deals-slider .img-offer-wrapper .image img {
  max-height: initial !important;
  max-width: 190px;
  height: 100%;
  width: auto;
  margin: 0 auto;
}

.trending-deals-slider .img-offer-wrapper .offer {
  height: auto !important;
}

.trending-deals-slider.extra-offer-text .offer-red {
  color: #a41906;
}

.trending-deals-slider.extra-offer-text .offer {
  margin-bottom: 23px;
}

.trending-deals-slider.extra-offer-text .offer-red {
  margin-bottom: 15px;
}

.trending-deals-slider.extra-offer-text .deal-card .deal-inner .image {
  width: 80px;
  height: 80px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.trending-deals-slider.extra-offer-text .deal-card .deal-inner .image img {
  margin: 0 auto;
}

.trending-deals-slider .slick-dots {
  position: static;
  margin: 20px 0;
}

.new-price {
  font-size: 18px;
}

.old-price {
  font-size: 13px;
  font-weight: 100;
  color: #bdbdbd;
  text-decoration: line-through;
}

/* Trending deals end */
.place-filter {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 25px 0;
  cursor: pointer;
}

.place-filter .ui-selectmenu-text {
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}

.place-filter .ui-selectmenu-text:before {
  content: "";
  width: 14px;
  height: 18px;
  display: block;
  position: absolute;
  left: 0;
}

.place-filter .ui-selectmenu-text:after {
  content: "";
  width: 16px;
  height: 9px;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

@media only screen and (max-width: tablet) {
  .place-filter {
    margin-right: 0;
  }
  .place-filter .ui-selectmenu-text {
    margin-right: 0;
  }
}

@media only screen and (max-width: 990px) {
  .place-filter {
    margin-right: 0;
  }
  .place-filter .ui-selectmenu-text {
    margin-right: 0;
  }
}

/* cards */
.deal-card {
  background: #fff;
  padding: 25px 30px 40px;
  margin: 0 12px;
  border-radius: 10px;
  overflow: hidden;
}

.deal-card:focus {
  border: 1px solid #dedede;
}

.deal-card .deal-inner .image {
  margin-bottom: 10px;
  height: 50px;
}

.deal-card .deal-inner .image img {
  max-height: 50px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.deal-card .deal-inner .offer {
  color: #4b4b4b;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 18px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
}

.deal-card .deal-inner .description {
  color: #8b8b8b;
  margin-bottom: 20px;
}

.deal-card .deal-inner .buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
}

.deal-card .deal-inner .buttons .ic-btn {
  padding: 12.5px 20px;
}

.deal-card .deal-inner .buttons .ic-btn:first-child {
  margin-right: 20px;
}

.deal-card .deal-inner .buttons .ic-btn.white {
  border: 0;
}

.deal-card .deal-inner .buttons .ic-more:hover {
  text-decoration: none;
}

.deal-card:hover .deal-inner .offer-strip {
  right: -40px;
}

.deal-card:hover .deal-inner .image img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.deal-card:hover .deal-inner .offer {
  color: #f37e20;
}

@media only screen and (max-width: tablet) {
  .deal-card {
    margin: 0 12px;
    padding: 30px 20px;
  }
  .deal-card .deal-inner .offer {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .deal-card .deal-inner .image {
    margin-bottom: 15px;
  }
  .deal-card .deal-inner .description {
    margin-bottom: 20px;
  }
  .deal-card .deal-inner .buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .deal-card .deal-inner .buttons .ic-btn {
    min-width: 100px;
    text-align: center;
    padding: 5px 10px;
    font-size: 11px;
  }
}

@media only screen and (max-width: 990px) {
  .deal-card {
    margin: 0 12px;
    padding: 30px 20px;
  }
  .deal-card .deal-inner .offer {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
  }
  .deal-card .deal-inner .image {
    margin-bottom: 15px;
  }
  .deal-card .deal-inner .description {
    margin-bottom: 20px;
  }
  .deal-card .deal-inner .buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  .deal-card .deal-inner .buttons .ic-btn {
    min-width: 100px;
    text-align: center;
    padding: 5px 10px;
    font-size: 11px;
  }
}

@media only screen and (max-width: tablet-small) {
  .deal-card {
    margin: 0 15px 0 0;
    border: none;
  }
}

@media only screen and (max-width: 639px) {
  .deal-card {
    margin: 0 15px 0 0;
    border: none;
  }
}

/* ui filter */
.ui-selectmenu-button-closed,
.ui-selectmenu-button-open {
  display: block;
  border-bottom: 1px solid #c4c4c4;
  -ms-flex: auto;
  -webkit-box-flex: 1;
          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 #f37e20;
}

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

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

.ui-selectmenu-open {
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  -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: 0;
}

.ui-selectmenu-open ul li div {
  padding: 8px 10px;
  border-bottom: 1px solid #fafaf6;
}

.ui-selectmenu-open ul li a {
  font-size: 12px;
  color: #4b4b4b;
}

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

.ui-menu-item:hover {
  background-color: #f9f9f9;
}

.compare-step-2 .compare-slider {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1066px;
  margin: 0 auto;
}

.compare-step-2 .card-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  -ms-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  -o-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  border-radius: 4px;
  margin: 10px;
  overflow: hidden;
}

.compare-step-2 .card-item .card-img {
  width: 480px;
}

.compare-step-2 .card-item .card-text {
  padding: 30px 40px 30px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.compare-step-2 .card-item .card-text .logo {
  margin-bottom: 15px;
}

.compare-step-2 .card-item .card-text .logo img {
  margin-right: 15px;
  display: inline-block;
}

.compare-step-2 .card-item .card-text .logo img:last-child {
  margin-right: 0;
}

.compare-step-2 .card-item .card-text h3 {
  color: #4b4b4b;
  font-size: 22px;
  font-weight: 600;
  line-height: 23px;
  margin-bottom: 15px;
}

.compare-step-2 .card-item .card-text p {
  margin-bottom: 15px;
  color: #8b8b8b;
  max-width: 275px;
}

.compare-step-2 .card-item .card-text .buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  margin-top: 25px;
}

.compare-step-2 .card-item .card-text .buttons .ic-btn {
  margin-right: 20px;
}

@media only screen and (max-width: tablet-wide) {
  .compare-step-2 .card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }
  .compare-step-2 .card-item .card-img {
    width: 100%;
  }
  .compare-step-2 .card-item .card-text {
    width: 100%;
    padding: 30px;
  }
  .compare-step-2 .card-item .card-text h3 {
    line-height: 33px;
  }
}

@media only screen and (max-width: 1023px) {
  .compare-step-2 .card-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
  }
  .compare-step-2 .card-item .card-img {
    width: 100%;
  }
  .compare-step-2 .card-item .card-text {
    width: 100%;
    padding: 30px;
  }
  .compare-step-2 .card-item .card-text h3 {
    line-height: 33px;
  }
}

@media only screen and (max-width: tablet-small) {
  .compare-step-2 .card-item {
    margin: 0 20px 0 0;
  }
  .compare-step-2 .card-item .card-text {
    padding: 30px 20px;
  }
  .compare-step-2 .card-item .ic-btn {
    padding: 5px 15px;
    min-width: 100px;
    text-align: center;
  }
}

@media only screen and (max-width: 639px) {
  .compare-step-2 .card-item {
    margin: 0 20px 0 0;
  }
  .compare-step-2 .card-item .card-text {
    padding: 30px 20px;
  }
  .compare-step-2 .card-item .ic-btn {
    padding: 5px 15px;
    min-width: 100px;
    text-align: center;
  }
}

@media only screen and (max-width: tablet) {
  .compare-step-2 .card .card-text {
    padding: 20px 15px;
  }
}

@media only screen and (max-width: 990px) {
  .compare-step-2 .card .card-text {
    padding: 20px 15px;
  }
}

.compare-container {
  background-color: #fff;
  padding: 45px 50px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  -ms-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  -o-box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  box-shadow: 0px 4px 20px rgba(234, 234, 225, 0.8);
  border-radius: 4px;
  max-width: 1066px;
  margin: 0 auto;
}

.compare-container h4 {
  text-align: left;
  margin-bottom: 20px;
  color: #4b4b4b;
}

.compare-container .trip-type {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}

.compare-container .trip-type .radio-wrap {
  margin-right: 25px;
  position: relative;
}

.compare-container .trip-type .radio-wrap:last-child {
  margin-right: 0;
}

.compare-container .trip-type .radio-wrap input {
  position: absolute;
  visibility: hidden;
  top: -16px;
}

.compare-container .trip-type .radio-wrap .check {
  border: 1px solid #afb1b2;
  position: absolute;
  top: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 4px;
}

.compare-container .trip-type .radio-wrap input[type="radio"]:checked ~ .check {
  background-color: #f37e20;
  border: 1px solid #f37e20;
}

.compare-container .trip-type .radio-wrap input[type="radio"]:checked ~ .check::before {
  content: "";
  background: url("../images/radio-tick.png");
  width: 7px;
  height: 6px;
  position: relative;
  z-index: 9;
  top: 3px;
  left: 3px;
  display: block;
}

.compare-container .trip-type .radio-wrap label {
  padding-left: 20px;
  position: relative;
  z-index: 1;
}

.compare-container .trip-details {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 30px;
}

.compare-container .trip-details .input-box:not(:last-child) {
  margin-right: 15px;
}

.compare-container .trip-details .input-box input {
  background-color: #f2f5f6;
  width: 180px;
  height: 50px;
  padding: 15px 15px 15px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border-style: inherit;
  position: relative;
}

.compare-container .trip-details .input-box input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
}

.compare-container .trip-details .input-box input:last-child {
  margin-right: 0;
}

.compare-container .trip-details .input-box input.flight {
  background: url("../images/flight-ic.png") no-repeat 10px 10px #f2f5f6;
  background-position: 10px;
}

.compare-container .trip-details .input-box input.flight.flight-new {
  background-position: 25px;
  padding-left: 50px;
}

.compare-container .trip-details .input-box input.date {
  background: url("../images/date-ic.png") no-repeat 10px 10px #f2f5f6;
  background-position: 10px;
}

.compare-container .trip-details .input-box input.user {
  background: url("../images/user-ic.png") no-repeat 10px 10px #f2f5f6;
  background-position: 10px;
}

.compare-container .trip-details .location-input-box {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-right: 15px;
}

.compare-container .trip-details .other-input-box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.compare-container .trip-details .swipe-address {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #f37e20;
  line-height: 32px;
  border-radius: 50%;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
  z-index: 1;
  -webkit-box-shadow: 0px 5px 12px #ffdabd;
  -ms-box-shadow: 0px 5px 12px #ffdabd;
  -o-box-shadow: 0px 5px 12px #ffdabd;
  box-shadow: 0px 5px 12px #ffdabd;
}

.compare-container .trip-details .swipe-address img {
  width: 15px;
}

.compare-container .ic-btn {
  min-width: 150px;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .compare-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .compare-container .trip-details .input-box input {
    width: 178px;
  }
}

@media screen and (max-width: 991px) {
  .compare-container {
    padding: 30px 10px;
    -webkit-box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
    -ms-box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
    -o-box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
    box-shadow: 0px 4px 28px rgba(232, 232, 222, 0.8);
    border-radius: 10px;
    margin: 0 15px 40px;
  }
  .compare-container h4 {
    text-align: center;
    margin-bottom: 20px;
    line-height: 138%;
  }
  .compare-container .trip-details .location-input-box,
  .compare-container .trip-details .other-input-box {
    width: 100%;
    margin-right: 0;
  }
  .compare-container .trip-details .location-input-box .input-box,
  .compare-container .trip-details .other-input-box .input-box {
    width: calc(50% - 8px);
    margin-bottom: 15px;
  }
  .compare-container .trip-details .location-input-box .input-box input,
  .compare-container .trip-details .other-input-box .input-box input {
    width: 100%;
    height: 45px;
  }
  .compare-container .trip-details .swipe-address {
    width: 45px;
    height: 45px;
    line-height: 45px;
    top: calc(50% - 30px);
    left: calc(50% - 22px);
  }
  .compare-container .trip-details .swipe-address img {
    width: 24px;
  }
  .compare-container .trip-details .other-input-box .input-box:nth-child(2n) {
    margin-right: 0;
  }
  .compare-container .trip-details .other-input-box .input-box:last-child {
    width: 100%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 360px) {
  .compare-container .trip-type .radio-wrap {
    margin-right: 10px;
  }
}

/* ways to bank section start */
.ways-to-bank-section {
  position: relative;
  padding: 40px 0;
}

.ways-to-bank-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 158px;
  background: #f6f6f6;
}

@media screen and (max-width: 991px) {
  .ways-to-bank-section::before {
    display: none;
  }
}

.ways-to-bank-section .slick-list.draggable {
  min-height: 216px;
}

.ways-to-bank-section .section-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  position: relative;
  z-index: 1;
  padding-top: 0;
  padding-bottom: 0;
}

.ways-to-bank-section .tab-content {
  background: #fff;
}

.ways-to-bank-section .tab-content .tab-pane {
  padding: 30px 20px;
  min-height: 405px;
  max-width: 500px;
}

.ways-to-bank-section .tab-content .tab-pane .way-to-bank-content p {
  margin-bottom: 15px;
  color: #737373;
}

.ways-to-bank-section .tab-content .tab-pane .way-to-bank-content ul li {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #737373;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content {
  max-width: 640px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .content {
  margin-bottom: 30px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .content ul {
  max-width: 480px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .content .ic-more {
  margin: 0 20px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content h5 {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .msg-box {
  background: #fff7eb;
  border-radius: 5px;
  padding: 10px 30px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .or {
  font-weight: bold;
  color: #3d3d3d;
  padding: 10px 30px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups {
  position: relative;
  padding: 10px 0;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input {
  max-width: 310px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 5px 0 8px;
  border-bottom: 0.5px solid #4b4b4b;
  margin-bottom: 10px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input.error {
  border-bottom: 0.5px solid #ad1e23;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .icon {
  margin-right: 10px;
  width: auto;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box {
  width: 90%;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input {
  background: transparent;
  border: 0;
  color: #a6a6a6;
  max-width: 300px;
  width: 100%;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input.error {
  color: #e6371f;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input:-ms-input-placeholder {
  color: #a6a6a6;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input::-ms-input-placeholder {
  color: #a6a6a6;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input::placeholder {
  color: #a6a6a6;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input::-ms-clear {
  display: none;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input:-internal-autofill-selected, .ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input:-webkit-autofill, .ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input:-webkit-autofill:hover,
.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input:-webkit-autofill:focus .ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .input-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px #fdf6f4 inset;
  -ms-box-shadow: 0 0 0 50px #fdf6f4 inset;
  -o-box-shadow: 0 0 0 50px #fdf6f4 inset;
  box-shadow: 0 0 0 50px #fdf6f4 inset;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .arrow {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  background: #f37e20 url("../images/right_arrow_white.png") center 7px no-repeat;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .form-group-input .arrow.arrow-disable {
  background: #4b4b4b url("../images/right_arrow_white.png") center 7px no-repeat;
  pointer-events: none;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .checkbox-list {
  margin: 0;
  text-transform: none;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .form-groups .checkbox-list .checkmark {
  border: 1px solid #adadad;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .sucess-msg {
  display: none;
  padding: 10px 0;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .sucess-msg .icon {
  font-weight: bold;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .sucess-msg .icon img {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
  margin-right: 10px;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .sucess-msg p {
  margin-bottom: 0 !important;
  line-height: 1.5;
}

.ways-to-bank-section .tab-content .tab-pane.whatsapp-content .sucess-msg .edit {
  margin-left: 5px;
  cursor: pointer;
}

.ways-to-bank-section .image-block {
  width: calc(100% - 672px);
  position: relative;
  text-align: center;
}

.ways-to-bank-section .image-block img {
  padding-right: 20px;
  max-width: 550px;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1220px) {
  .ways-to-bank-section .image-block img {
    max-width: 450px;
  }
}

.ways-to-bank-section .content-block {
  width: 670px;
  height: auto !important;
}

.ways-to-bank-section .content-block .nav-tabs {
  padding-left: 20px;
  overflow: hidden;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .ways-to-bank-section .content-block .nav-tabs {
    margin-top: 0;
  }
}

.ways-to-bank-section .content-block .section-label,
.ways-to-bank-section .content-block .section-title {
  text-align: left;
}

.ways-to-bank-section .content-block .ui-tabs-panel {
  padding: 30px 0;
}

.ways-to-bank-section .content-block .nav-tabs {
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
}

.ways-to-bank-section .content-block #ways-to-bank-tabs {
  background-color: #fff;
}

.ways-to-bank-section .content-block .way-to-bank-slider {
  max-width: 365px;
  margin-left: -15px;
}

.ways-to-bank-section .content-block .way-to-bank-slider .slide p {
  font-size: 22px;
  margin: 0 0 20px 15px;
  line-height: 26px;
  color: #3d3d3d;
}

@media only screen and (max-width: tablet) {
  .ways-to-bank-section .content-block .way-to-bank-slider .slide .media {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 990px) {
  .ways-to-bank-section .content-block .way-to-bank-slider .slide .media {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}

.ways-to-bank-section .content-block .way-to-bank-slider .slide .media div {
  -webkit-box-shadow: 0px 4px 11px rgba(222, 222, 222, 0.3);
  -ms-box-shadow: 0px 4px 11px rgba(222, 222, 222, 0.3);
  -o-box-shadow: 0px 4px 11px rgba(222, 222, 222, 0.3);
  box-shadow: 0px 4px 11px rgba(222, 222, 222, 0.3);
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  margin: 15px 20px 15px 15px;
}

.ways-to-bank-section .content-block .way-to-bank-slider .slide .media img {
  border-radius: 5px;
  margin: 0 auto;
}

.ways-to-bank-section .content-block .way-to-bank-slider .slick-dots {
  text-align: left;
  margin: 0 0 0 20px;
  position: relative;
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .ways-to-bank-section .content-block .ways-to-bank-tabs .nav-tabs li a {
    padding: 11px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .ways-to-bank-section .content-block .ways-to-bank-tabs .tabs-section {
    margin: 0 -10px;
    width: calc(100% + 30px);
  }
}

.ways-to-bank-section .app-links {
  margin-top: 25px;
}

.ways-to-bank-section .app-links a {
  display: inline-block;
  margin-right: 10px;
  border-radius: 50px;
  overflow: hidden;
}

.ways-to-bank-section .app-links a:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.ways-to-bank-section .notification-alert {
  top: 0;
  padding: 20px 14px;
}

@media screen and (max-width: 768px) {
  .ways-to-bank-section .notification-alert {
    top: 40px !important;
    position: relative;
    margin-left: auto;
    padding: 14px;
    z-index: 1;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .ways-to-bank-section .image-block {
    width: calc(100% - 552px);
  }
  .ways-to-bank-section .content-block {
    width: 550px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .ways-to-bank-section .section-inner {
    padding: 40px 0px;
  }
  .ways-to-bank-section .section-inner .section-label-new {
    text-align: left;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
  }
  .ways-to-bank-section .section-inner .section-label-new::after {
    display: block;
  }
  .ways-to-bank-section .section-inner .section-label-new span::after, .ways-to-bank-section .section-inner .section-label-new span::before {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .ways-to-bank-section .tab-content .tab-pane {
    min-height: auto;
  }
  .ways-to-bank-section .section-inner {
    padding: 0 0 40px 0px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: tablet) {
  .ways-to-bank-section .section-inner {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 990px) {
  .ways-to-bank-section .section-inner {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1023px) {
  .ways-to-bank-section .image-block {
    display: none;
  }
  .ways-to-bank-section .content-block {
    padding: 0 20px;
    width: 100%;
  }
  .ways-to-bank-section .content-block .way-to-bank-slider {
    max-width: 100%;
    margin: 0;
  }
  .ways-to-bank-section .content-block .way-to-bank-slider .slick-list.draggable {
    min-height: auto;
  }
  .ways-to-bank-section .content-block .way-to-bank-slider .slide p {
    font-size: 16px;
  }
  .ways-to-bank-section .content-block .way-to-bank-slider .slide .media {
    display: block;
  }
  .ways-to-bank-section .content-block .way-to-bank-slider .slide .media img {
    width: 100%;
  }
  .ways-to-bank-section .content-block .way-to-bank-slider .slick-dots {
    text-align: center;
    margin: 10px 0 0 0;
  }
  .ways-to-bank-section .app-links {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .ways-to-bank-section .tab-content {
    max-width: 100%;
  }
  .ways-to-bank-section .tab-content .tab-pane {
    min-height: auto;
  }
}

@media only screen and (max-width: tablet) {
  .ways-to-bank-section .whatsapp-content {
    padding: 0;
  }
  .ways-to-bank-section .whatsapp-content .msg-box {
    padding: 10px 15px;
  }
  .ways-to-bank-section .section-label-new span::after, .ways-to-bank-section .section-label-new span::before {
    width: 75px !important;
  }
  .ways-to-bank-section .section-title {
    text-align: center !important;
  }
}

@media only screen and (max-width: 990px) {
  .ways-to-bank-section .whatsapp-content {
    padding: 0;
  }
  .ways-to-bank-section .whatsapp-content .msg-box {
    padding: 10px 15px;
  }
  .ways-to-bank-section .section-label-new span::after, .ways-to-bank-section .section-label-new span::before {
    width: 75px !important;
  }
  .ways-to-bank-section .section-title {
    text-align: center !important;
  }
}

/* ways to bank section end */
/* blogs start */
.blog-card {
  background: #fff;
  margin: 0 15px;
  overflow: hidden;
  border-radius: 10px;
}

.blog-card:last-child {
  margin-right: 0;
}

.blog-card a {
  text-decoration: none;
}

.blog-card .card-inner .image {
  border: 1px solid #dedede;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.blog-card .card-inner .image img {
  width: 100%;
  -webkit-transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), filter 1s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s, -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.blog-card .card-inner .content {
  padding: 30px;
  border: 1px solid #dedede;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1199px) {
  .blog-card .card-inner .content {
    padding: 30px 20px;
  }
}

.blog-card .card-inner .content .category {
  color: #f37e20;
  letter-spacing: 0.01em;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 13px;
}

.blog-card .card-inner .content h3 {
  font-weight: 600;
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 23px;
  color: #4b4b4b;
  margin-bottom: 20px;
  outline: none;
}

.blog-card .card-inner .content .card-title {
  display: block;
  font-weight: 600;
  display: block;
  text-decoration: none;
  font-size: 22px;
  line-height: 23px;
  color: #4b4b4b;
  margin-bottom: 20px;
  outline: none;
  height: 72px;
  overflow: hidden;
}

.blog-card .card-inner .content .card-bottom .date-readtime {
  float: left;
  color: #8b8b8b;
}

.blog-card .card-inner .content .card-bottom .date-readtime span:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #8b8b8b;
}

.blog-card .card-inner .content .card-bottom .bookmark-share {
  float: right;
  position: relative;
}

.blog-card .card-inner .content .card-bottom .bookmark-share .bookmark {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("../images/bookmark.png") no-repeat center;
  background-size: 16px;
  cursor: pointer;
}

.blog-card .card-inner .content .card-bottom .bookmark-share .bookmark:hover {
  background: url("../images/bookmark-orange.png") no-repeat center;
  background-size: 16px;
}

.blog-card .card-inner .content .card-bottom .bookmark-share .share {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background: url("../images/share.png") no-repeat center;
  background-size: 16px;
  cursor: pointer;
}

.blog-card .card-inner .content .card-bottom .share-content .share-link {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  max-width: 165px;
  margin: 0 auto;
}

.blog-card .card-inner .content .card-bottom .share-content .share-link li:first-child {
  width: 40px;
  border-right: 1px solid #e5e5e5;
}

.blog-card .card-inner .content .card-bottom .share-content .share-link li:last-child {
  width: 40px;
  text-align: right;
  border-left: 1px solid #e5e5e5;
}

.blog-card .card-inner .content .card-bottom .share-content .share-link li:last-child img {
  margin-left: auto;
}

.blog-card .card-inner:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

@media only screen and (max-width: 991px) {
  .blog-card .card-inner .content .card-title {
    font-size: 18px !important;
    line-height: normal;
  }
  .blog-card:hover img {
    -webkit-transform: initial;
            transform: initial;
    -webkit-filter: none;
            filter: none;
  }
}

@media only screen and (max-width: 480px) {
  .blog-card .card-inner .content {
    padding: 30px 20px;
  }
}

@media only screen and (max-width: 360px) {
  .blog-card .card-inner .content {
    padding: 30px 10px;
  }
  .blog-card .card-inner .content .card-bottom .date-readtime span:not(:last-child) {
    padding-right: 6px;
    margin-right: 6px;
  }
}

.blog-section .section-inner .section-title {
  margin-bottom: 0;
}

.blog-section .blog-slider {
  padding: 40px 20px 0;
}

.blog-section .blog-slider .slick-dots {
  position: relative;
  bottom: 0;
  margin-bottom: 20px;
}

.blog-section .blog-slider .slick-arrow {
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.blog-section .blog-slider .slick-arrow.slick-next {
  -webkit-transform: scale(0.7) scaleX(-1);
  transform: scale(0.7) scaleX(-1);
}

.blog-section .view-all {
  margin-top: 30px;
  text-align: center;
}

.blog-section .view-all .ic-btn {
  min-width: 212px;
}

@media only screen and (max-width: 991px) {
  .blog-section .view-all .ic-btn:hover {
    background: #f37e20;
    color: #fff;
  }
}

@media only screen and (max-width: tablet) {
  .blog-section .section-inner {
    padding: 6css0px 0 40px 20px;
  }
  .blog-section .section-inner .section-title {
    max-width: 270px;
    margin: 0 auto;
  }
  .blog-section .blog-slider {
    padding: 20px 0 0 20px;
    margin: 0 -20px;
  }
  .blog-section .blog-slider .slick-list {
    padding-left: 0 !important;
  }
  .blog-section .blog-slider .slick-dots {
    margin: 20px 0;
    text-align: center;
  }
  .blog-section .blog-card {
    margin: 0 15px 0 0;
  }
}

@media only screen and (max-width: 990px) {
  .blog-section .section-inner {
    padding: 6css0px 0 40px 20px;
  }
  .blog-section .section-inner .section-title {
    max-width: 270px;
    margin: 0 auto;
  }
  .blog-section .blog-slider {
    padding: 20px 0 0 20px;
    margin: 0 -20px;
  }
  .blog-section .blog-slider .slick-list {
    padding-left: 0 !important;
  }
  .blog-section .blog-slider .slick-dots {
    margin: 20px 0;
    text-align: center;
  }
  .blog-section .blog-card {
    margin: 0 15px 0 0;
  }
}

/* blogs end */
/* choose us Start */
.choose-us-section {
  background: #fff7eb;
}

.choose-us-section .section-inner {
  padding: 40px 20px;
}

.choose-us-section .section-inner .choose-us-slider {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  max-width: 1024px;
  margin: 0 auto;
}

.choose-us-section .card-item {
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  margin: 0 15px;
}

.choose-us-section .card-item .title {
  font-weight: 400;
  font-size: 22px;
  line-height: 120%;
  padding: 10px 0 10px 0;
  position: relative;
  margin-bottom: 10px;
  min-height: 60px;
  max-width: 190px;
  width: 100%;
}

.choose-us-section .card-item .title .icon {
  position: absolute;
  left: 0;
  top: 0;
}

.choose-us-section .card-item .description {
  margin-bottom: 24px;
  line-height: 21px;
  min-height: 65px;
  color: #737373;
}

.choose-us-section .card-item .ic-btn {
  border: 0;
}

.choose-us-section .card-item .ic-btn.white {
  background: #fff;
}

@media only screen and (max-width: tablet) {
  .choose-us-section .section-inner .section-title {
    text-align: center;
    padding: 0 5px;
    margin: 0 auto 10px;
    max-width: 250px;
    line-height: 1.4;
  }
  .choose-us-section .section-inner .section-title strong {
    display: block;
  }
  .choose-us-section .section-inner .choose-us-slider {
    display: block;
    margin: 0;
  }
  .choose-us-section .choose-us-slider .card-item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center;
  }
  .choose-us-section .choose-us-slider .card-item:last-child {
    border-bottom: 0;
  }
  .choose-us-section .choose-us-slider .card-item .description {
    min-height: auto;
  }
  .choose-us-section .choose-us-slider .icon {
    display: block;
    width: 35px;
  }
  .choose-us-section .choose-us-slider .icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .choose-us-section .choose-us-slider .title {
    display: block;
    min-height: auto;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .choose-us-section .choose-us-slider .description {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 990px) {
  .choose-us-section .section-inner .section-title {
    text-align: center;
    padding: 0 5px;
    margin: 0 auto 10px;
    max-width: 250px;
    line-height: 1.4;
  }
  .choose-us-section .section-inner .section-title strong {
    display: block;
  }
  .choose-us-section .section-inner .choose-us-slider {
    display: block;
    margin: 0;
  }
  .choose-us-section .choose-us-slider .card-item {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 25px 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center;
  }
  .choose-us-section .choose-us-slider .card-item:last-child {
    border-bottom: 0;
  }
  .choose-us-section .choose-us-slider .card-item .description {
    min-height: auto;
  }
  .choose-us-section .choose-us-slider .icon {
    display: block;
    width: 35px;
  }
  .choose-us-section .choose-us-slider .icon img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .choose-us-section .choose-us-slider .title {
    display: block;
    min-height: auto;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 0;
    max-width: 100%;
  }
  .choose-us-section .choose-us-slider .description {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: phone-wide) {
  .choose-us-section .section-label .middle-text:before, .choose-us-section .section-label .middle-text:after {
    width: 60px !important;
  }
  .choose-us-section .choose-us-slider .card-item .description {
    margin: 0 auto 10px;
  }
}

@media only screen and (max-width: 479px) {
  .choose-us-section .section-label .middle-text:before, .choose-us-section .section-label .middle-text:after {
    width: 60px !important;
  }
  .choose-us-section .choose-us-slider .card-item .description {
    margin: 0 auto 10px;
  }
}

/* security-section */
.security-section {
  position: relative;
  overflow: hidden;
  background: #fff7eb;
}

.security-section .section-inner {
  max-width: 1190px;
  padding-bottom: 50px;
}

.security-section .section-inner .section-label,
.security-section .section-inner .section-title {
  text-align: left;
}

.security-section .section-inner .section-title {
  max-width: 50%;
  width: 100%;
}

.security-section .section-inner .content {
  padding-bottom: 24px;
  margin: 0 -20px;
}

.security-section .section-inner .content .block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
  padding: 0 20px;
  width: calc((66% / 3) - 4px);
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
}

.security-section .section-inner .content .block .icon {
  display: inline-block;
  vertical-align: middle;
}

.security-section .section-inner .content .block .icon img {
  vertical-align: bottom;
}

.security-section .section-inner .content .block p {
  display: inline-block;
  width: calc(100% - 43px);
  padding-left: 15px;
  vertical-align: middle;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.4;
}

.security-section .section-inner .content .block::before {
  content: "";
  border-right: 1px solid #c9dbe1;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

.security-section .section-inner .content .block:first-child {
  width: calc(34% - 4px);
}

.security-section .section-inner .content .block:first-child::before {
  display: none;
}

.security-section .section-inner .content .block:first-child p {
  padding-left: 0;
  width: 100%;
}

.security-section .section-inner .content .block:last-child:after {
  display: none;
}

.security-section .section-inner .ic-btn {
  border-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .security-section .section-inner .content .block p {
    font-size: 16px;
  }
}

@media only screen and (max-width: tablet-wide) {
  .security-section .section-inner .content .block p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1023px) {
  .security-section .section-inner .content .block p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  .security-section .section-inner {
    padding-bottom: 40px;
    padding-top: 60px;
  }
  .security-section .section-inner .section-title {
    max-width: 100%;
    text-align: center;
  }
  .security-section .section-inner .content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
            align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    margin: 0 -15px 10px;
  }
  .security-section .section-inner .content .block {
    display: block;
    width: calc((100% / 3) - 3px);
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
  .security-section .section-inner .content .block:first-child {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    text-align: center;
  }
  .security-section .section-inner .content .block:first-child p {
    font-size: 14px;
    max-width: 100%;
  }
  .security-section .section-inner .content .block:nth-child(2)::before {
    display: none;
  }
  .security-section .section-inner .content .block .icon {
    display: block;
    text-align: center;
    margin-bottom: 5px;
  }
  .security-section .section-inner .content .block p {
    max-width: 95px;
    padding-left: 0;
    font-size: 12px;
    width: 100%;
  }
}

.homepage-content {
  position: relative;
  overflow: hidden;
  /* .ways-to-bank-section */
}

@media screen and (max-width: 991px) {
  .homepage-content {
    margin-top: 110px;
  }
}

.homepage-content .banner-card-section {
  position: relative;
}

.homepage-content .ways-to-bank-section .notification-alert {
  top: -40px;
}
/*# sourceMappingURL=home.css.map */