
/*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 {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Muli", sans-serif;
}

*:focus {
  border: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body {
  margin: 0;
  padding: 0;
  color: #4b4b4b;
  font-size: 14px;
  line-height: 140%;
  font-family: "Muli", sans-serif;
  font-weight: 400;
  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;
}
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-32 {
  font-size: 32px;
}

.f-26 {
  font-size: 26px !important;
}

.f-24 {
  font-size: 24px !important;
}

.f-22 {
  font-size: 22px !important;
}

.f-19 {
  font-size: 19px;
}

.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;
}

.light-orange-text {
  color: #FFDDB1;
}

/* 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;
}

.fw-900 {
  font-weight: 900;
}

.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-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-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: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !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;
}

.p-20 {
  padding: 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;
}

.radius-20 {
  border-radius: 20px;
}

.radius-12 {
  border-radius: 12px;
}

.radius-8 {
  border-radius: 8px;
}

.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;
}

@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: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  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: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  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;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .section-label-new:after {
    display: none;
  }
  .section-label-new span {
    display: flex;
    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;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
  }
  .section-label-new:after {
    display: none;
  }
  .section-label-new span {
    display: flex;
    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;
  transition: opacity 0.2s;
  cursor: pointer;
}
.ic-btn.white,
a.ic-btn:link.white,
a.ic-btn:visited.white {
  background: #fff;
  color: #f37e20;
}
.ic-btn.white:hover,
a.ic-btn:link.white:hover,
a.ic-btn:visited.white:hover {
  background-color: #f37e20;
  color: #fff;
}
.ic-btn:hover,
a.ic-btn:link:hover,
a.ic-btn:visited:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
  text-decoration: none;
}
.ic-btn.border-btn,
a.ic-btn:link.border-btn,
a.ic-btn:visited.border-btn {
  background: transparent;
  color: #f37e20;
}
.ic-btn.border-btn:hover,
a.ic-btn:link.border-btn:hover,
a.ic-btn:visited.border-btn:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
}
.ic-btn.border-btn-white,
a.ic-btn:link.border-btn-white,
a.ic-btn:visited.border-btn-white {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.ic-btn.border-btn-white:hover,
a.ic-btn:link.border-btn-white:hover,
a.ic-btn:visited.border-btn-white:hover {
  background-color: white;
  color: #f37e20;
  transition: all ease-in 0.3s;
}
@media only screen and (max-width: tablet) {
  .ic-btn,
a.ic-btn:link,
a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 990px) {
  .ic-btn,
a.ic-btn:link,
a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}
.ic-btn.maroon-bg-btn,
a.ic-btn:link.maroon-bg-btn,
a.ic-btn:visited.maroon-bg-btn {
     background: #BE2A2A;
    border: 1px solid #BE2A2A;
    line-height: 19px;
    color: #F3F3F3;
    letter-spacing: 1px;
}
@media only screen and (max-width: 991px) {
  .ic-btn.maroon-bg-btn,
a.ic-btn:link.maroon-bg-btn,
a.ic-btn:visited.maroon-bg-btn {
    line-height: 23px;
  }
}
.ic-btn.maroon-bg-btn:hover,
a.ic-btn:link.maroon-bg-btn:hover,
a.ic-btn:visited.maroon-bg-btn:hover {
  background: #ffffff;
  color: #ad1e23;
}
.ic-btn.maroon-with-arrow,
a.ic-btn:link.maroon-with-arrow,
a.ic-btn:visited.maroon-with-arrow {
  position: relative;
}
.ic-btn.maroon-with-arrow:after,
a.ic-btn:link.maroon-with-arrow:after,
a.ic-btn:visited.maroon-with-arrow:after {
  content: "";
  position: absolute;
  right: 40px;
  top: 50%;
  background: url(../images/icons/arrow-d.svg) no-repeat;
  width: 9px;
  height: 8px;
  transform: translateY(-50%);
}
.ic-btn.maroon-with-arrow:hover:after,
a.ic-btn:link.maroon-with-arrow:hover:after,
a.ic-btn:visited.maroon-with-arrow:hover:after {
  background: url(../images/icons/arrow-d-maroon.svg) no-repeat;
}

.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-more.outline-with-arrow {
  border: 1px solid #fff;
  color: #fff;
  padding: 10px 40px !important;
  border-radius: 50px;
}
.ic-more.outline-with-arrow:after {
  top: 14px;
  margin-left: 9px;
  right: initial;
  filter: brightness(0) invert(1);
}
.ic-more.outline-with-arrow:hover {
  background-color: #f37e20;
  color: #fff;
  border-color: #f37e20;
  text-decoration: none !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%;
  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(../../images/arrow_down.png) no-repeat;
  background-size: contain;
  width: 9px;
  height: 5px;
  vertical-align: middle;
  top: -14px;
  position: relative;
  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;
  }
}

/* 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 .bookmark.book-orange {
  width: 20px;
  height: 20px;
  background: url("../images/icons/heart-orange.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 .share.share-orange {
  background: url("../images/icons/charm-share.svg") no-repeat center;
  width: 20px;
  height: 20px;
}
.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;
  -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-link {
  display: flex;
  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: 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;
  -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-text {
  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: flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: 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;
  }
}

/* loction */
.loction {
  display: flex;
  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;
  transform: rotate(45deg);
}

/* page-topbar */
.page-topbar {
  margin-top: 10px;
}
.page-topbar .section-inner {
  padding: 0 20px;
  display: flex;
  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 {
    flex-direction: column;
    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 {
    flex-direction: column;
    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;
}

.grey-bg-light {
  background: #F6F6F6;
}

.orange-bg-dark {
  background-color: #f37e20;
}

.orange-bg {
  background-color: #fff7eb;
}

.light-orange-bg {
  background: #fff7eb;
}

.light-orange-bg2 {
  background: #fff0e6;
}

.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 !important;
}

/* 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 */

.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%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.download-notification .content {
  display: flex;
  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;
  }
}


/* 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;
  -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;
  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%;
  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: flex;
  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: flex;
    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 {
  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: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  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%;
  transform: translateX(-50%);
  background: #fff;
  padding: 15px;
}
.push-modal-content .push-heading {
  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: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: 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: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  margin-left: auto;
  width: 142px;
  height: 46px;
  background: #fff;
  -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;
  -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;
  -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::-moz-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: 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: 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: 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: 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 {
    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 {
    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 {
    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: flex;
}
.qrcodeboxs .qrcodebox:not(:last-child) {
  margin-right: 20px;
}
.qrcodeboxs .qrcodebox .qrcode-icon {
  background: #fff;
  display: flex;
  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%;
  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: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  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("../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 {
  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: flex;
  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: flex;
  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;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  transition: all 0.5s;
  max-width: 325px;
}
.notification-box .num {
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: 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: flex;
  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: 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: flex;
  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: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: 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;
  }
}
.m-auto {
  margin: 0 auto;
}

.sec-title-top {
  font-weight: 900;
  font-size: 34px;
  line-height: 120%;
  color: #000;
}
@media only screen and (max-width: 991px) {
  .sec-title-top {
    font-size: 24px;
    line-height: 130%;
    text-align: center;
  }
}

.view-btn.custom-btn {
  padding: 15px 28px !important;
}
@media only screen and (max-width: 991px) {
  .view-btn.custom-btn {
    padding: 13px 28px !important;
    font-size: 12px !important;
    width: 235px;
  }
}
@media only screen and (min-width: 991px) {
  .view-btn.custom-btn.cus-size {
    width: 225px;
  }
}
.view-btn.custom-btn.w-auto {
  width: auto;
}

.line-h-18 {
  line-height: 18px;
}

.line-h-20 {
  line-height: 20px;
}

.line-h-24 {
  line-height: 24px;
}

.d-flex {
  display: flex;
}

.justify-content-space-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
}

.align-items-center {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.d-flex-no {
  display: inline-block !important;
}

.letter-space-3 {
  letter-spacing: 0.3px;
}

.view-btn {
  width: 198px;
}

.w-100 {
  width: 100%;
}

.bg-orange {
  background-color: #FCEEC5;
}

.iwish-main-title {
  font-weight: 900;
  font-size: 52px;
  line-height: 106.5%;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 991px) {
  .iwish-main-title {
    font-size: 25px;
  }
}
@media only screen and (max-width: 991px) {
  .iwish-main-title br {
    display: none;
  }
}

.light-black-text {
  color: #666;
}

.bg-orange-linear {
  background: linear-gradient(180deg, #EF7F1A 0%, #BE2A2A 100%);
  border-radius: 25px;
}

.light-orange-bg3 {
  background-color: #FFF7EB;
}

.maroon-bg-btn .arr-d {
  max-width: 10px;
  margin-left: 3px;
}
.maroon-bg-btn:hover .arr-d {
  content: url("/content/dam/icicibank/managed-assets/images/account-deposit/arrow-d-maroon.svg");
}/*# sourceMappingURL=style-performance.css.map */