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

.orange-color1 {
  color: #f48621;
}

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

.grey {
  background-color: #646464;
}

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

.white {
  background-color: #fff;
}

.black {
  background-color: #000;
}

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

.textGreyLight3 {
  color: #e5e5e5;
}

/*Other*/
/********** Mixins **********/
/********** Vendor prefixing eg: -webkit-, -moz-, -ms-, -o- **********/
/*Pseudo eg: &::before, &::after*/
/*horizontally & vertically centering*/
/********** Keyframes **********/
/********** Media queries **********/
/********** Mixin for Flex **********/
html {
  -webkit-box-sizing: border-box;
  -moz-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;
  -moz-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;
  -moz-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 {
  position: fixed;
  width: 100vw;
}

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-68 {
  font-size: 68px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.f-23 {
  font-size: 23px !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-17 {
  font-size: 17px !important;
}

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

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

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

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

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

.f-9 {
  font-size: 9px !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;
}

.maroon-text2 {
  color: #b02a30;
}

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

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

.customer-care-content .left-content h5, h2 {
    margin-bottom: 0px;
}

.grey-text {
  color: #333333;
}

.grey-text55 {
  color: #636363;
}

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

.white-text {
  color: #fff;
}

.white-black {
  color: #000;
}

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

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

.darkgrey4-text {
  color: #666666 !important;
}

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

.light-orange-text7 {
  color: #ffc684;
}

.light-sky-text {
  color: #8697aa;
}

.light-black-text1 {
  color: #333333;
}

.darkgrey-text1 {
  color: #3d3d3d;
}

.green-text {
  color: #3fb252;
}

.grey-text-15 {
  color: #706e6d;
}

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

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

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

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

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

.mtb-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-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-15 {
  padding-bottom: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

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

.p-20 {
  padding: 20px;
}

.p-10 {
  padding: 10px;
}

.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;
  }
  .md-flex-dir-column {
    flex-direction: column;
  }
}
@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-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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: -ms-flexbox;
    display: -webkit-flex;
    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: -ms-flexbox;
    display: -webkit-flex;
    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;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  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;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-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;
  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: #fff;
  color: #be2a2a;
}
.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-btn.btn-style-1, .ic-btn.btn-style-2, .ic-btn.btn-style-4,
a.ic-btn:link.btn-style-1,
a.ic-btn:link.btn-style-2,
a.ic-btn:link.btn-style-4,
a.ic-btn:visited.btn-style-1,
a.ic-btn:visited.btn-style-2,
a.ic-btn:visited.btn-style-4 {
  padding: 17px 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: phablet) {
  .ic-btn.btn-style-1.btn-style-m, .ic-btn.btn-style-2.btn-style-m, .ic-btn.btn-style-4.btn-style-m,
  a.ic-btn:link.btn-style-1.btn-style-m,
  a.ic-btn:link.btn-style-2.btn-style-m,
  a.ic-btn:link.btn-style-4.btn-style-m,
  a.ic-btn:visited.btn-style-1.btn-style-m,
  a.ic-btn:visited.btn-style-2.btn-style-m,
  a.ic-btn:visited.btn-style-4.btn-style-m {
    padding: 17px 30px;
  }
}
@media only screen and (max-width: 559px) {
  .ic-btn.btn-style-1.btn-style-m, .ic-btn.btn-style-2.btn-style-m, .ic-btn.btn-style-4.btn-style-m,
  a.ic-btn:link.btn-style-1.btn-style-m,
  a.ic-btn:link.btn-style-2.btn-style-m,
  a.ic-btn:link.btn-style-4.btn-style-m,
  a.ic-btn:visited.btn-style-1.btn-style-m,
  a.ic-btn:visited.btn-style-2.btn-style-m,
  a.ic-btn:visited.btn-style-4.btn-style-m {
    padding: 17px 30px;
  }
}
.ic-btn.btn-style-2,
a.ic-btn:link.btn-style-2,
a.ic-btn:visited.btn-style-2 {
  padding: 17px 31px;
}
.ic-btn.btn-style-3, .ic-btn.btn-style-5,
a.ic-btn:link.btn-style-3,
a.ic-btn:link.btn-style-5,
a.ic-btn:visited.btn-style-3,
a.ic-btn:visited.btn-style-5 {
  padding: 12.5px 34px;
  line-height: 19px;
  letter-spacing: 1px;
}
.ic-btn.btn-style-5,
a.ic-btn:link.btn-style-5,
a.ic-btn:visited.btn-style-5 {
  padding: 12px 27px;
}
.ic-btn.btn-style-4,
a.ic-btn:link.btn-style-4,
a.ic-btn:visited.btn-style-4 {
  background: #fff;
  color: #f37e20;
  width: 100%;
}
.ic-btn.btn-style-4:hover,
a.ic-btn:link.btn-style-4:hover,
a.ic-btn:visited.btn-style-4:hover {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.ic-btn .btn-height-50,
a.ic-btn:link .btn-height-50,
a.ic-btn:visited .btn-height-50 {
  padding: 17px 0px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.ic-btn.btn--small,
a.ic-btn:link.btn--small,
a.ic-btn:visited.btn--small {
  padding: 17px 69px;
}
.ic-btn.btn--small1,
a.ic-btn:link.btn--small1,
a.ic-btn:visited.btn--small1 {
  padding: 11px 30px;
}

.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:focus {
  outline: none !important;
}
.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 {
  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;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.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.webp") 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;
  -webkit-box-shadow: 0px 4px 15px rgba(113, 113, 113, 0.18);
  -moz-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);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  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;
  }
}



/* loction */
.loction {
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  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);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-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-flex;
  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;
    -webkit-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;
    -webkit-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;
}

.grey-bg-53 {
  background: #fffbf5;
}

/* 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 */
@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%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.download-notification .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  -moz-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;
  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;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  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;
  }
}
@-moz-keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@-ms-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: -ms-flexbox;
  display: -webkit-flex;
  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: -ms-flexbox;
    display: -webkit-flex;
    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 {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-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-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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;
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.1);
  -moz-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);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .scrolltop .scrolltop-btn {
    margin: 0 auto;
    background: transparent; /**18/10/2022 added**/
    box-shadow: none;
  }
}
.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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  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);
  -moz-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;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  -ms-border-radius: 0 20px 20px 0;
  -o-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  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::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-flex;
  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-flex;
  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;
}
@media only screen and (max-width: 1190px) {
  .digitalbanking .digitalbanking-inner .digitalbanking-content ul li {
    font-size: 14px !important;
  }
}
.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: -ms-flexbox;
  display: -webkit-flex;
  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;
    -webkit-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-flex;
  display: flex;
}
.qrcodeboxs .qrcodebox:not(:last-child) {
  margin-right: 20px;
}
.qrcodeboxs .qrcodebox .qrcode-icon {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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;
  -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: 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: -ms-flexbox;
  display: -webkit-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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-flex;
  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: -ms-flexbox;
  display: -webkit-flex;
  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: 10px;
  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-mb-5 {
    margin-bottom: 5px !important;
  }
  .md-mb-10 {
    margin-bottom: 10px !important;
  }
  .md-mb-15 {
    margin-bottom: 15px !important;
  }
  .md-mb-20 {
    margin-bottom: 20px !important;
  }
  .md-pt-40 {
    padding-top: 40px !important;
  }
  .md-radius-12 {
    border-radius: 12px;
  }
}
.m-auto {
  margin: 0 auto;
}

.sec-title-top {
  font-weight: 900;
  font-size: 34px;
  line-height: 120%;
  color: #000;
  margin: 0; /*06-10-2022 start changes for h1 tag**/
}
@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-15 {
  line-height: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -ms-flexbox;
  display: -webkit-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;
}

.align-items-end {
  align-items: end;
  -webkit-align-items: end;
  -ms-flex-align: end;
}

.d-flex-no {
  display: inline-block !important;
}

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

.letter-space-3 {
  letter-spacing: 0.3px;
}

.letter-space-2 {
  letter-spacing: -0.2px;
}

.letter-space-1 {
  letter-spacing: -0.01em;
}

.letter-space-2 {
  letter-spacing: 0.02em;
}

.letter-space-5 {
  letter-spacing: 0.05em;
}

.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: #666666;
}

.bg-orange-linear {
  background: linear-gradient(180deg, #ef7f1a 0%, #be2a2a 100%); /**27/10/2022 changed**/
  border-radius: 25px;
}

.light-orange-bg3 {
  background-color: #fff7eb;
}

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

.retirement-nav-tab .apply-mbtn,
.float-btn .apply-mbtn {
  font-weight: 800 !important;
  line-height: 13px !important;
  border-radius: 0px 0px 15px 15px !important;
  background: #c00000 !important;
  border: 1px solid #c00000 !important;
  padding: 12.5px 19px !important;
  color: #fff !important;
  width: 140px;
}
@media only screen and (max-width: 991px) {
  .retirement-nav-tab .apply-mbtn,
  .float-btn .apply-mbtn {
    border-radius: 15px 15px 0px 0px !important;
  }
}
.retirement-nav-tab .apply-mbtn img,
.float-btn .apply-mbtn img {
  margin-left: 5px;
}
.retirement-nav-tab .apply-mbtn:hover,
.float-btn .apply-mbtn:hover {
  background: #fff !important;
  color: #c00000 !important;
  border: 1px solid #c00000 !important;
}
.retirement-nav-tab .apply-mbtn:hover img,
.float-btn .apply-mbtn:hover img {
  content: url(../images/icons/apply-now-arrow-m.svg) !important;
}
.retirement-nav-tab .apply-mbtn.app2,
.float-btn .apply-mbtn.app2 {
  padding: 12.5px 13px !important;
  width: 150px;
}

.btn-gradient {
  background: linear-gradient(116.64deg, #f37e20 32.94%, #ad1e23 136.53%) !important;
  box-shadow: 0px 4px 9px rgba(248, 138, 50, 0.35);
  border-radius: 24px;
  font-weight: 700 !important;
  padding: 13.5px 47px !important;
  border: none !important;
}
.btn-gradient:hover {
  color: #fff !important;
}

.mCSB_inside > .mCSB_container {
  margin-right: 15px;
}

/**personal loan**/
.border-color-orange {
  border-color: #f37e20 !important;
}

.box-title--style-1 {
  width: 531px;
}
@media only screen and (max-width: 530px) {
  .box-title--style-1 {
    padding: 0 15px;
    display: table-cell;
  }
}

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

.pos-rel {
  position: relative;
}

.center-devider:before {
  content: "";
  position: absolute;
  border-right: 1px;
  width: 1px;
  height: 32px;
  top: 20px;
  background-color: rgba(7, 74, 134, 0.2);
  left: 48%;
}
@media only screen and (max-width: 380px) {
  .center-devider:before {
    left: 46%;
  }
}

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

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

.bg-transparent {
  background-color: transparent;
}

.width-fit-content {
  width: fit-content;
}

.line-text-left {
  position: relative;
}
.line-text-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 40px;
  background-color: #f48621;
}
@media only screen and (max-width: 991px) {
  .line-text-left:before {
    width: 22px;
  }
}
.line-text-left.line--small:before {
  width: 20px;
}

.related-products.grey-bg-dark {
  background: #f6f6f6;
  margin: 0px 0;
  padding: 10px 0;
}

.personal-invest .digitalbanking-media {
  margin-bottom: 150px;
}
.personal-invest .digitalbanking-inner .digitalbanking-content ul li.active {
  color: #7d7d7d;
}

@media only screen and (max-width: 991px) {
  .md-ptb-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .md-plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .md-plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .md-plr-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .md-plr-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .md-plr-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .md-plr-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  .md-plr-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .md-pt-0 {
    padding-top: 0 !important;
  }
  .md-pt-10 {
    padding-top: 10px !important;
  }
  .md-pt-20 {
    padding-top: 20px !important;
  }
  .md-pt-30 {
    padding-top: 30px !important;
  }
  .md-pb-0 {
    padding-bottom: 0 !important;
  }
  .md-pb-20 {
    padding-bottom: 20px !important;
  }
  .md-pb-10 {
    padding-bottom: 10px !important;
  }
  .md-pb-40 {
    padding-bottom: 40px !important;
  }
  .md-pl-0 {
    padding-left: 0px !important;
  }
  .md-pl-30 {
    padding-left: 30px !important;
  }
  .md-pr-30 {
    padding-right: 30px !important;
  }
  .md-mt-0 {
    margin-top: 0 !important;
  }
  .md-mt-10 {
    margin-top: 10px !important;
  }
  .md-mt-15 {
    margin-top: 15px !important;
  }
  .md-mt-20 {
    margin-top: 20px !important;
  }
  .md-mt-30 {
    margin-top: 30px !important;
  }
  .md-mt-40 {
    margin-top: 40px !important;
  }
  .md-mt-50 {
    margin-top: 50px !important;
  }
  .md-mt-60 {
    margin-top: 60px !important;
  }
  .md-mt-70 {
    margin-top: 70px !important;
  }
  .md-mt-80 {
    margin-top: 80px !important;
  }
  .md-mr-10 {
    margin-right: 10px !important;
  }
  .md-text-center {
    text-align: center;
  }
  .md-text-left {
    text-align: left !important;
  }
  .md-display-inline {
    display: inline-block;
  }
  .md-f-10 {
    font-size: 10px !important;
  }
  .md-f-11 {
    font-size: 11px !important;
  }
  .md-f-12 {
    font-size: 12px !important;
  }
  .md-f-13 {
    font-size: 13px !important;
  }
  .md-f-14 {
    font-size: 14px !important;
  }
  .md-f-16 {
    font-size: 16px !important;
  }
  .md-f-18 {
    font-size: 18px !important;
  }
  .md-f-20 {
    font-size: 20px !important;
  }
  .md-f-22 {
    font-size: 22px !important;
  }
  .md-f-24 {
    font-size: 24px !important;
  }
  .md-f-26 {
    font-size: 26px !important;
  }
  .md-f-28 {
    font-size: 28px !important;
  }
  .md-f-32 {
    font-size: 32px !important;
  }
  .md-f-34 {
    font-size: 34px !important;
  }
  .md-f-35 {
    font-size: 35px !important;
  }
  .md-f-36 {
    font-size: 36px !important;
  }
  .md-f-43 {
    font-size: 43px !important;
  }
  .md-line-h-13 {
    line-height: 13px;
  }
  .md-line-h-14 {
    line-height: 14px;
  }
  .md-line-h-16 {
    line-height: 16px;
  }
  .md-line-h-18 {
    line-height: 18px;
  }
  .md-line-h-20 {
    line-height: 20px;
  }
  .md-line-h-19 {
    line-height: 19px;
  }
  .md-line-h-21 {
    line-height: 21px;
  }
  .md-line-h-22 {
    line-height: 22px;
  }
  .md-line-h-23 {
    line-height: 23px;
  }
  .md-line-h-25 {
    line-height: 25px;
  }
  .md-line-h-27 {
    line-height: 27px !important;
  }
  .md-line-h-26 {
    line-height: 26px;
  }
  .md-line-h-28 {
    line-height: 28px;
  }
  .md-line-h-32 {
    line-height: 32px;
  }
  .md-line-h-33 {
    line-height: 33px;
  }
  .md-line-h-35 {
    line-height: 35px;
  }
  .md-line-h-43 {
    line-height: 43px;
  }
  .width-212 {
    width: 212px;
  }
  .md-d-flex-initial {
    display: initial !important;
  }
  .md-fw-600 {
    font-weight: 600 !important;
  }
  .md-fw-700 {
    font-weight: 700 !important;
  }
  .md-fw-800 {
    font-weight: 800 !important;
  }
  .md-fw-900 {
    font-weight: 900 !important;
  }
}
.link-no-arrow {
  text-decoration: underline;
}
.link-no-arrow:after {
  display: none;
}

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

.ic-more.no-arr:after {
  display: none;
}

.h-100 {
  height: 100%;
}

.flex-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.text-underline-no {
  text-decoration: none;
}

.yellow-btn {
  background: #ffbf43;
}

.fd-calc-main-wrap .error,
.pl-calc-main-wrap .error {
  color: red;
  font-size: 10px;
}

.text-gradient {
  background: linear-gradient(93.74deg, #ad1e23 -20.98%, #f37e20 94.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.ic-btn-blue {
  padding: 4px 6px 4px 25px;
  color: #fff !important;
  display: inline-block;
  font-weight: 800;
  font-size: 14px;
  line-height: 111.5%;
  vertical-align: middle;
}
@media only screen and (max-width: 991px) {
  .ic-btn-blue {
    font-size: 11px;
    line-height: 12px;
    padding: 10px 16px;
    border-radius: 16px;
  }
}
.ic-btn-blue .blue-arrow {
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .ic-btn-blue .blue-arrow {
    display: none;
  }
}
.ic-btn-blue:hover, .ic-btn-blue:focus {
  text-decoration: none;
}

.opacity-1 {
  opacity: 0.6;
}

.opacity-2 {
  opacity: 0.5;
}

@media only screen and (max-width: 767px) {
  .sm-mb-30 {
    margin-bottom: 30px;
  }
}
.line-devider {
  width: 100%;
  height: 1px;
  margin: 10px 0px;
  background-color: #f5f7f6;
}

.timer {
  position: absolute;
  right: 10px;
  bottom: 6px;
  background: rgba(70, 70, 70, 0.5);
  color: #fff;
  padding: 4px 4px;
  border-radius: 2px;
}

.digi-mob .download-app-btn a {
  border: 1px solid #f18121;
  border-radius: 8px;
  width: 147px;
  padding: 9px 8px;
  color: #333;
  text-decoration: none;
}

/**Page heading css**/
.page-heading h1 {
  margin: 0 auto;
}
@media only screen and (max-width: tablet) {
  .page-heading h1 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 990px) {
  .page-heading h1 {
    margin-left: 0;
  }
}
.page-heading.orange-line-left h1 {
  position: relative;
}
.page-heading.orange-line-left h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 2px;
  width: 20px;
  background-color: #ffc28e;
}
@media only screen and (max-width: tablet) {
  .page-heading.orange-line-left h1:before {
    background-color: #f48621;
  }
}
@media only screen and (max-width: 990px) {
  .page-heading.orange-line-left h1:before {
    background-color: #f48621;
  }
}

/*lazy css start**/
.lazy {
  background: none !important;
  background-image: none !important;
}
.lazy:before {
  background: none !important;
  background-image: none !important;
}
.lazy:after {
  background: none !important;
  background-image: none !important;
}
.lazy .slick-arrow {
  background: none !important;
  background-image: none !important;
}

.lazy-img-hide {
  display: none;
}


.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 68px;
  -webkit-box-orient: vertical;
}

.calculator-radio {
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0;
}
.calculator-radio__input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.calculator-radio__label {
  padding: 0 0 0 20px;
  cursor: pointer;
}
@media only screen and (max-width: 1200px) {
  .calculator-radio__label {
    font-size: 12px;
  }
}
.calculator-radio__label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 1px solid #f37e20;
  border-radius: 50%;
  z-index: 1;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.calculator-radio__label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 3px;
  width: 9px;
  height: 9px;
  background-color: #f37e20;
  border-radius: 50%;
  z-index: 2;
  transform: scale(0, 0);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.calculator-radio__input:checked + .calculator-radio__label:before {
  border-color: #f37e20;
}
.calculator-radio__input:checked + .calculator-radio__label:after {
  transform: scale(1.2, 1.2);
}

.calculator-tab-wrapper {
  text-align: center;
}
@media only screen and (max-width: tablet) {
  .calculator-tab-wrapper {
    margin: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .calculator-tab-wrapper {
    margin: 0px;
  }
}

.calculator-tab {
  position: relative;
  border-bottom: 2px solid rgba(208, 214, 221, 0.3);
  margin-bottom: 15px;
  width: 50%;
}
.calculator-tab input {
  cursor: pointer;
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0px;
  z-index: 1;
  top: -3px;
  opacity: 0;
}
input:checked ~ .calculator-tab__checkmark {
  border-bottom: 2px solid #f37e20;
  opacity: 1;
}
.calculator-tab__checkmark {
  opacity: 0.4;
  display: block;
  padding: 10px 0px;
  margin-bottom: -2px;
}

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

/* Desktop Navigation */
span.open-status {
  display: inline-block;
  background: url("../images/arrow_down.webp") 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;
  }
}


.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;
  -moz-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-flex;
  display: flex;
  padding: 20px 25px;
  border-bottom: 1px solid rgba(188, 188, 188, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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);
  -moz-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 */
  /**22/08/2022 css added**/
}
@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-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  border-bottom: 1px solid rgba(243, 126, 32, 0.1);
}
.new-header.mobile .left-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin-left: 20px;
}
.new-header.mobile .right-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
.new-header.mobile .right-block .other-block {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  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-flex;
  display: flex;
  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-flex;
  display: flex;
  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: 2px;
  right: 10px;
  background: url("../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;
  transition: all 0.5s;
  z-index: 4;
  background: #fff;
  -webkit-box-shadow: 0px -2px 18px rgba(0, 0, 0, 0.19);
  -moz-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);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  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 .languageselect-mob .drop-select:after {
  top: 2px;
}
.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;
  transition: all 0.5s;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.4);
  -moz-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;
  transition: all 0.5s;
}
.new-header.mobile .menu-tab-lists {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background-color: #f37e20;
  /**22/08/2022 css added**/
}
@media screen and (max-width: 480px) {
  .new-header.mobile .menu-tab-lists {
    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;
  }
}
@media screen and (max-width: 480px) {
  .new-header.mobile .menu-tab-lists {
    overflow-x: scroll;
    overflow-y: visible;
    white-space: nowrap;
    padding-left: 30px;
  }
}
.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;
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -ms-border-radius: 0 5px 5px 5px;
  -o-border-radius: 0 5px 5px 5px;
  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);
  -moz-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;
  transition: all 0.5s;
  z-index: 9;
}
.new-header.mobile .menu-fold .menu-fold.is-active {
  left: 0;
  transition: all 0.5s;
  -webkit-box-shadow: 1px -1px 8px rgba(0, 0, 0, 0.18);
  -moz-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-flex;
  display: flex;
  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-flex;
  display: flex;
  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;
  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: flex;
  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-flex;
  display: flex;
  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-flex;
  display: flex;
  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;
  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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.new-header.mobile .overlay-search-box .search-box {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px -3px 14px rgba(0, 0, 0, 0.09);
  -moz-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 {
  flex-direction: column;
  -webkit-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);
  -moz-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: 0px;
  left: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0px -1px 15px rgba(0, 0, 0, 0.19);
  -moz-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;
  -moz-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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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: 9;
  background: #fff;
}
.new-header.mobile .login-overlay .menu-title {
  background: #f37e20;
  padding: 15px 20px;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  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-flex;
  display: flex;
  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-flex;
  display: flex;
  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;
}
@media only screen and (max-width: 480px) {
  .new-header.mobile .menu-tab-list .menu-tab.active + .menu-tab-ul {
    position: fixed;
    left: initial;
    top: 95px;
  }
}
.new-header.mobile.ese-mob {
  display: block;
}

/* offer-header */
.new-header.offer-header.mobile .menu-fold .menu-list-item > ul > li img {
  width: 22px;
}

/* download-notification */
@media only screen and (max-width: tablet) {
  .notification-enabled {
    margin-top: 175px;
  }
  .notification-enabled .new-header.mobile {
    top: 60px;
  }
}
@media only screen and (max-width: 990px) {
  .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%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.download-notification .content {
  display: -ms-flexbox;
  display: -webkit-flex;
  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: tablet) {
  .download-notification {
    display: block;
  }
}
@media only screen and (max-width: 990px) {
  .download-notification {
    display: block;
  }
}

/** download-notification end**/
/* search */
@keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-ms-keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-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;
  }
}
/**24/03/2023**/
.login-btn-wrap {
  margin-left: 10px;
}
.login-btn-wrap .ic-btn {
  padding: 6px 17px !important;
}
.login-btn-wrap .ic-btn.reg-btn {
  padding: 6px 30px 6px 17px !important;
  margin-right: -22px;
}
.login-btn-wrap .ic-btn.reg-btn:hover {
  background-color: transparent !important;
  color: #ad1e23 !important;
}
.login-btn-wrap .ic-btn.login-btn:hover {
  background-color: #ad1e23;
  border-color: #ad1e23;
  color: #fff;
}



/**Input Range Start**/
input[type=range] {
  border-radius: 5px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 1.2px;
}
input[type=range]:focus {
  background-color: unset;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #dddddd;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #da6926, #ad1e23);
  background-attachment: fixed, fixed;
  background-clip: padding-box, border-box;
}
input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  background: #dddddd;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #da6926, #ad1e23);
  background-attachment: fixed, fixed;
  background-clip: padding-box, border-box;
}

.white-range-btn input[type=range] {
  border-radius: 5px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  height: 1.2px;
}
.white-range-btn input[type=range]:focus {
  background-color: unset;
}
.white-range-btn input[type=range]::-webkit-slider-thumb {
  background-color: #fff;
  border: none;
  width: 13px;
  height: 13px;
}
.white-range-btn input[type=range]::-moz-range-thumb {
  background-color: #fff;
  border: none;
  width: 13px;
  height: 13px;
}


.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-flex;
  display: flex;
  vertical-align: middle;
  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: 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: 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);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-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;
    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 {
    transform: matrix(1, 0, 0, -1, 4, -6);
  }
  .nav-tabs:after {
    transform: matrix(-1, 0, 0, 1, 0, -6);
  }
}
@media only screen and (max-width: 768px) {
  .article-tab .nav-tabs {
    display: flex;
  }
}

/* num-nav-tab */
.num-nav-tab {
  background: #f6f6f6;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #e4e4e4;
  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-flex;
  display: flex;
  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-flex;
  display: flex;
  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 only 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 only screen and (max-width: tablet) {
  .num-nav-tab li {
    max-width: 250px;
    width: 100%;
    white-space: normal;
    height: 80px;
    border: 1.28337px solid #e4e4e4;
    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;
  }
}
@media only screen and (max-width: 990px) {
  .num-nav-tab li {
    max-width: 250px;
    width: 100%;
    white-space: normal;
    height: 80px;
    border: 1.28337px solid #e4e4e4;
    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-flex;
  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;
}

/**06/10/2022 start CTA float navi**/
.retirement-nav-tab ul {
  margin-left: 15px;
  width: 100%;
}
@media only screen and (max-width: tablet) {
  .retirement-nav-tab ul {
    margin-left: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .retirement-nav-tab ul {
    margin-left: 0px;
  }
}
.retirement-nav-tab .apply-mob {
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: tablet) {
  .retirement-nav-tab .apply-mob {
    right: -52px;
    transform: rotate(270deg);
    top: 300px;
    position: fixed;
  }
}
@media only screen and (max-width: 990px) {
  .retirement-nav-tab .apply-mob {
    right: -52px;
    transform: rotate(270deg);
    top: 300px;
    position: fixed;
  }
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  justify-content: flex-start !important;
}

.nav-tabs > li {
  float: left;
  position: relative;
  display: block;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border-radius: 4px 4px 0 0;
  text-decoration: none;
}

.article-tab {
  border-top: 1px solid #f37e20;
}
@media only screen and (min-width: tablet) {
  .article-tab {
    border-bottom: 1px solid #f7e9e9;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 991px) {
  .article-tab {
    border-bottom: 1px solid #f7e9e9;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1065px) {
  .article-tab .nav-tabs li a {
    font-size: 9px;
    padding: 13px 18px 13px 18px;
  }
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

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

.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;
  -webkit-flex: auto;
  -ms-flex: auto;
  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: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}
.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;
}


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

.accordion-list {
  border-radius: 0;
  border-bottom: 1px solid #ececec;
}
.accordion-list:last-child {
  border-bottom: 0px;
}

.accordion-head {
  position: relative;
  padding: 15px 30px 15px 0px;
  cursor: pointer;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.accordion-head.active {
  color: #f37e20;
}
.accordion-head.active .ac-plus {
  display: none;
}
.accordion-head.active .ac-minus {
  display: block;
}
.accordion-head:after {
  display: none;
}
.accordion-head span {
  position: absolute;
  right: 0px;
  min-width: 25px;
  top: 12px;
}
@media only screen and (max-width: phablet) {
  .accordion-head span {
    top: 15px;
  }
}
@media only screen and (max-width: 559px) {
  .accordion-head span {
    top: 15px;
  }
}

.accordion-content {
  padding: 5px 30px 30px 0px;
  display: none;
}
@media only screen and (max-width: tablet) {
  .accordion-content {
    padding: 5px 20px 20px 0px;
  }
}
@media only screen and (max-width: 990px) {
  .accordion-content {
    padding: 5px 20px 20px 0px;
  }
}
.accordion-content ul li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  padding-left: 20px;
}
.accordion-content ul li:not(:last-child) {
  margin-bottom: 15px;
}
.accordion-content ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #4b4b4b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}
.accordion-content p {
  color: #4b4b4b;
}
@media only screen and (max-width: tablet) {
  .accordion-content p {
    line-height: 130%;
  }
}
@media only screen and (max-width: 990px) {
  .accordion-content p {
    line-height: 130%;
  }
}
.accordion-content p:not(:last-child) {
  margin-bottom: 15px;
}

.card-accordion {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 6px;
  padding: 20px;
  -webkit-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  -moz-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  -ms-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  -o-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
}
@media only screen and (max-width: tablet) {
  .card-accordion {
    border-radius: 16px;
  }
}
@media only screen and (max-width: 990px) {
  .card-accordion {
    border-radius: 16px;
  }
}

.accordion--scroll {
  height: 210px;
  overflow: auto;
}

.expand-all,
.close-all {
  font-size: 13px;
  text-decoration: none;
}

.accordion {
  height: auto;
  overflow: auto;
}

.acc-title {
  display: flex;
  justify-content: space-between;
}

.ac-minus {
  display: none;
}

html,
body {
  overflow-x: hidden;
}

/**Banner start**/
.banner {
  margin-top: -40px;
}
@media only screen and (max-width: tablet) {
  .banner .banner__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: 990px) {
  .banner .banner__wrapper {
    flex-direction: column;
  }
}
@media only screen and (max-width: tablet) {
  .banner .banner--btn {
    position: absolute;
    top: 188px;
  }
}
@media only screen and (max-width: 990px) {
  .banner .banner--btn {
    position: absolute;
    top: 188px;
  }
}
@media only screen and (max-width: tablet) {
  .banner .banner--btn .ic-btn {
    width: 320px;
  }
}
@media only screen and (max-width: 990px) {
  .banner .banner--btn .ic-btn {
    width: 320px;
  }
}

.banner__content {
  width: 54%;
}

.banner .banner__content {
    margin-top: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: tablet) {
  .banner__content {
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .banner__content {
    width: 100%;
  }
}
.banner__content:last-child {
  width: 46%;
}
@media only screen and (max-width: tablet) {
  .banner__content:last-child {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: 990px) {
  .banner__content:last-child {
    width: 100%;
    position: relative;
  }
}
@media only screen and (max-width: tablet) {
  .banner__content:last-child:before {
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: 0px;
    bottom: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .banner__content:last-child:before {
    background-color: #fff;
    content: "";
    position: absolute;
    z-index: -1;
    left: -20px;
    right: -20px;
    top: 0px;
    bottom: 0px;
  }
}

.banner__img {
  position: absolute;
  right: -20%;
  bottom: -50px;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .banner__img {
    right: -40%;
  }
}
@media only screen and (max-width: tablet) {
  .banner__img {
    position: static;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .banner__img {
    position: static;
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__img img {
    width: 80%;
    height: auto;
  }
}
@media only screen and (max-width: tablet) {
  .banner__img img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 990px) {
  .banner__img img {
    width: 100%;
    height: auto;
  }
}

.banner__calculator {
  padding: 25px 48px;
  border: 1px solid #ffefe3;
  box-shadow: 0px 10px 40px rgba(243, 126, 32, 0.1);
}
@media only screen and (max-width: 1200px) {
  .banner__calculator {
    padding: 25px 20px;
  }
}
@media only screen and (max-width: tablet) {
  .banner__calculator .buttons .ic-btn {
    width: 280px;
  }
}
@media only screen and (max-width: 990px) {
  .banner__calculator .buttons .ic-btn {
    width: 280px;
  }
}
@media only screen and (max-width: phablet) {
  .banner__calculator .radio-col {
    flex-direction: column;
    align-items: start;
  }
}
@media only screen and (max-width: 559px) {
  .banner__calculator .radio-col {
    flex-direction: column;
    align-items: start;
  }
}

.list__typeDisc li {
  list-style-type: disc;
}

.input__content .input-content__field.input--top {
  margin-top: -8px;
}
.input__content.p-12 {
  padding: 12px;
}
@media only screen and (max-width: tablet) {
  .input__content.p-12 {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 990px) {
  .input__content.p-12 {
    padding: 15px 30px;
  }
}

/**Banner End**/
@media only screen and (max-width: 1023px) {
  .mf-card-wrapper {
    margin-bottom: 40px;
  }
}
.mf-card-wrapper .mf-card {
  padding: 30px 20px;
  margin: 0 15px;
  height: initial;
}
@media only screen and (max-width: tablet) {
  .mf-card-wrapper .mf-card {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 990px) {
  .mf-card-wrapper .mf-card {
    margin: 0 8px;
  }
}
.mf-card-wrapper .slick-track {
  display: flex;
}
@media only screen and (max-width: tablet) {
  .mf-card-wrapper .draggable {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 990px) {
  .mf-card-wrapper .draggable {
    padding-left: 10px;
  }
}

.news-card-wrapper .news-card {
  padding: 24px;
  border: 1px solid #dedede;
  border-radius: 8px;
  margin: 0 15px;
  height: initial;
  min-height: 0px;
}
@media only screen and (max-width: tablet) {
  .news-card-wrapper .news-card {
    margin: 0 8px;
  }
}
@media only screen and (max-width: 990px) {
  .news-card-wrapper .news-card {
    margin: 0 8px;
  }
}
.news-card-wrapper .news-card p {
  color: #828282;
}
.news-card-wrapper .news-card__content {
  padding-right: 80px;
}
@media only screen and (max-width: 1200px) {
  .news-card-wrapper .news-card__content {
    padding-right: 0;
  }
}
.news-card-wrapper .bookmark-share .share {
  margin-right: 0;
}
.news-card-wrapper .share-content {
  top: -55px;
}
@media only screen and (max-width: tablet) {
  .news-card-wrapper .share-content {
    right: 0;
  }
}
@media only screen and (max-width: 990px) {
  .news-card-wrapper .share-content {
    right: 0;
  }
}
.news-card-wrapper .slick-track {
  display: flex;
}
@media only screen and (max-width: tablet) {
  .news-card-wrapper .draggable {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 990px) {
  .news-card-wrapper .draggable {
    padding-left: 10px;
  }
}

.text-ellepsis-two-line {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  height: 48px;
  -webkit-box-orient: vertical;
}

.tab-with-stepper {
  background: linear-gradient(180deg, #ef7f1a 0%, #be2a2a 100%);
  position: relative;
}
@media only screen and (max-width: tablet) {
  .tab-with-stepper {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 990px) {
  .tab-with-stepper {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1300px) {
  .tab-with-stepper .section-inner {
    margin: 0;
  }
}
.tab-with-stepper .before-img {
  position: absolute;
  top: 0;
  left: 0;
}
.tab-with-stepper .after-img {
  position: absolute;
  bottom: 42px;
  right: 5px;
}
@media only screen and (max-width: tablet) {
  .tab-with-stepper .buttons {
    position: absolute;
    bottom: -80px;
  }
}
@media only screen and (max-width: 990px) {
  .tab-with-stepper .buttons {
    position: absolute;
    bottom: -80px;
  }
}
@media only screen and (max-width: tablet) {
  .tab-with-stepper .buttons .ic-btn {
    width: 328px;
  }
}
@media only screen and (max-width: 990px) {
  .tab-with-stepper .buttons .ic-btn {
    width: 328px;
  }
}

.tabb-menu-stepper {
  position: absolute;
  left: 0px;
  z-index: 9;
}
@media only screen and (max-width: tablet) {
  .tabb-menu-stepper {
    position: static;
  }
}
@media only screen and (max-width: 990px) {
  .tabb-menu-stepper {
    position: static;
  }
}
.tabb-menu-stepper li .tabb-a-stepper {
  border-bottom: 2px solid rgba(240, 240, 240, 0.1);
  padding-bottom: 15px;
  color: #f0f0f0;
  cursor: pointer;
}
.tabb-menu-stepper li .tabb-a-stepper .tab-m-title {
  color: #f0f0f0;
}
.tabb-menu-stepper li .tabb-a-stepper.active-a {
  position: relative;
  border-color: #fff;
}
.tabb-menu-stepper li .tabb-a-stepper.active-a .tab-m-title {
  color: #fff;
}
.tabb-menu-stepper li .tabb-a-stepper.active-a img {
  filter: brightness(0) invert(1);
}

.tabb-container {
  position: relative;
}
.tabb-container .tabb-stepper {
  display: none;
}
.tabb-container .tabb-stepper.tabb-active {
  display: block;
}

@media only screen and (max-width: tablet) {
  .stepper-corp-wrap {
    flex-direction: column;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-corp-wrap {
    flex-direction: column;
  }
}
.stepper-corp-wrap .stepper-col.col-r {
  width: 55%;
  margin-top: -85px;
}
@media only screen and (max-width: tablet) {
  .stepper-corp-wrap .stepper-col.col-r {
    width: 100%;
    margin-top: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-corp-wrap .stepper-col.col-r {
    width: 100%;
    margin-top: 0px;
  }
}
.stepper-corp-wrap .stepper-col.col-l {
  width: 45%;
}
@media only screen and (max-width: tablet) {
  .stepper-corp-wrap .stepper-col.col-l {
    width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-corp-wrap .stepper-col.col-l {
    width: 100%;
  }
}

.stepper-left-con {
  margin-top: 60px;
}
@media only screen and (max-width: tablet) {
  .stepper-left-con {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-left-con {
    margin-top: 0px;
  }
}
.stepper-left-con .button-group .ic-btn {
  width: 279px;
}

@media only screen and (max-width: tablet) {
  .stepper-img-right img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 990px) {
  .stepper-img-right img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: tablet) {
  .swiper-container-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 990px) {
  .swiper-container-wrapper {
    justify-content: center;
  }
}
@media only screen and (max-width: 450px) {
  .swiper-container-wrapper {
    padding-right: 40px;
  }
}

.swiper-pagination-progressbar {
  background: #db7b66;
  height: 96%;
  width: 1px;
  left: 9px;
  top: 0px;
}
@media only screen and (max-width: 450px) {
  .swiper-pagination-progressbar {
    height: 88%;
  }
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: top;
  background: #fff;
}

.swiper-pagination-switch {
  position: relative;
  line-height: 30px;
  padding-left: 40px;
  margin-bottom: 24px;
  padding-bottom: 0px;
}
.swiper-pagination-switch:last-child {
  height: auto;
  margin-bottom: -5px;
}
.swiper-pagination-switch:last-child .button-group {
  position: absolute;
}
.swiper-pagination-switch .switch-title {
  font-weight: 400;
  transition: 0.2s all ease-in-out;
  transition-delay: 0s;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}
@media only screen and (max-width: 1120px) {
  .swiper-pagination-switch .switch-title {
    font-size: 14px;
  }
}
@media only screen and (max-width: 567px) {
  .swiper-pagination-switch .switch-title {
    font-size: 15px;
  }
}
.swiper-pagination-switch .switch-title:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #db7b66;
  border-radius: 50%;
  top: 6.5px;
  left: 6.5px;
  z-index: 99;
}
.swiper-pagination-switch .switch-title:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #db7b66;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0;
  background-color: #d24d23;
  z-index: 99;
}
@media only screen and (max-width: tablet) {
  .swiper-pagination-switch .switch-title:before {
    background-color: #de641d;
  }
}
@media only screen and (max-width: 990px) {
  .swiper-pagination-switch .switch-title:before {
    background-color: #de641d;
  }
}
.swiper-pagination-switch.active .switch-title {
  font-weight: 900;
  transition-delay: 0.4s;
}
.swiper-pagination-switch.active .switch-title:after {
  content: "";
  background: #fff;
}
.swiper-pagination-switch.active .switch-title:before {
  content: "";
  border: 1px solid #fff;
}
.swiper-pagination-switch.passed .switch-title:before {
  content: "";
  border: 1px solid #fff;
}

/**stepper end**/
/***digital banking start**/
.digitalbanking .digitalbanking-media {
  margin-top: 20px;
  margin-bottom: 0;
}
.digitalbanking .banking-tagline {
  display: none;
}

/* digitalbanking */
.digitalbanking .section-inner {
  padding-top: 0;
}
.digitalbanking .digitalbanking-inner {
  display: -ms-flexbox;
  display: -webkit-flex;
  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 ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -15px 10px;
}
.digitalbanking 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;
  font-size: 16px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .digitalbanking li {
    font-size: 14px;
  }
}
.digitalbanking li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 14px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f37e20;
}
.digitalbanking li .circular-chart {
  display: none;
  position: absolute;
  left: 10px;
  top: 5px;
}
.digitalbanking li.active {
  border: 1px solid #cec7c1;
}
.digitalbanking li.active::before {
  display: none;
}
.digitalbanking li.active .circular-chart {
  display: block;
}

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

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

.media-list {
  position: relative;
  display: none;
}
.media-list.active {
  display: block;
}

.qrcodeboxs {
  position: absolute;
  right: 30px;
  bottom: 50px;
}

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

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

.download-icon {
  display: flex;
  margin: 0 -5px;
}
.download-icon a {
  margin: 0 5px;
}
.download-icon a img {
  position: relative;
  z-index: -1;
  height: 60px;
}

.banking-tagline {
  margin-top: -130px;
  margin-bottom: -110px;
  position: relative;
  z-index: 1;
}
.banking-tagline .section-inner {
  padding: 30px 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banking-tagline .section-inner .media {
  max-width: 190px;
  margin-right: 30px;
  width: 100%;
}
.banking-tagline .content {
  max-width: 245px;
}
.banking-tagline .content .ic-more {
  margin-top: 5px;
  cursor: pointer;
}

@media only screen and (max-width: 1200px) {
  .digitalbanking-media .media-list img {
    transform: scale(0.95);
  }
  .qrcodeboxs {
    position: absolute;
    left: 47%;
    bottom: 53px;
    right: auto;
  }
  .qrcodeboxs .qrcodebox:first-child {
    margin-right: -10px;
  }
  .qrcodeboxs .qrcode-icon {
    transform: scale(0.85);
  }
  .digitalbanking-content ul li {
    min-width: 180px;
  }
  .banking-tagline {
    margin-top: -130px;
  }
}
.digi-mob .digi-top p {
  color: #8b8b8b;
}
.digi-mob .download-app-btn a {
  border: 1px solid #f18121;
  border-radius: 8px;
  width: 147px;
  padding: 9px 8px;
  color: #333333;
  text-decoration: none;
}

/* qrcodebox */
.qrcodeboxs {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.qrcodeboxs .qrcodebox:not(:last-child) {
  margin-right: 20px;
}

.qrcode-icon {
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-flex;
  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;
}
.qrcode-icon .media {
  margin-right: 10px;
}
.qrcode-icon .media img {
  width: 50px;
}
.qrcode-icon .content {
  width: calc(100% - 60px);
  text-align: left;
}
.qrcode-icon .content p {
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}
.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: -ms-flexbox;
  display: -webkit-flex;
  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;
}

/***digital banking end**/
.faq-sec .card-accordion .accordion .accordion-list .accordion-head {
  font-size: 20px;
  font-weight: 800;
  line-height: 112.5%;
}
@media only screen and (max-width: tablet) {
  .faq-sec .card-accordion .accordion .accordion-list .accordion-head {
    font-size: 18px;
  }
}
@media only screen and (max-width: 990px) {
  .faq-sec .card-accordion .accordion .accordion-list .accordion-head {
    font-size: 18px;
  }
}
.faq-sec .card-accordion .accordion-content ul {
  padding-left: 10px;
}
.faq-sec .card-accordion .accordion-content ul li {
  margin-bottom: 0;
  color: #4b4b4b;
}
@media only screen and (max-width: tablet) {
  .faq-sec .card-accordion .accordion-content ul li {
    line-height: 130%;
  }
}
@media only screen and (max-width: 990px) {
  .faq-sec .card-accordion .accordion-content ul li {
    line-height: 130%;
  }
}
@media only screen and (max-width: tablet) {
  .faq-sec .card-accordion .accordion-content ul li:before {
    top: 5px;
  }
}
@media only screen and (max-width: 990px) {
  .faq-sec .card-accordion .accordion-content ul li:before {
    top: 5px;
  }
}
.faq-sec .btn-wrap .ic-btn {
  font-size: 14px;
  font-weight: 700;
}

/**review css start**/
.related-card-inner {
  -webkit-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  -moz-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  -ms-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  -o-box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
  -webkit-border-radius: 7.8px;
  -moz-border-radius: 7.8px;
  -ms-border-radius: 7.8px;
  -o-border-radius: 7.8px;
  border-radius: 7.8px;
  background: #fff;
  padding: 22px 16px 22px 24px;
}
.related-card-inner .customer-review-medium {
  border: 0;
  padding: 0 40px;
  width: 70%;
  margin: 0 auto;
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  -ms-box-shadow: unset;
  -o-box-shadow: unset;
  box-shadow: unset;
}
@media only screen and (max-width: 767px) {
  .related-card-inner .customer-review-medium {
    width: initial;
  }
}

@media only screen and (max-width: tablet) {
  .related-products.grey-bg-dark {
    background-color: #fff;
  }
}
@media only screen and (max-width: 990px) {
  .related-products.grey-bg-dark {
    background-color: #fff;
  }
}

.customer-review-slider-wrapper {
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 35px 35px 50px;
  border: 1px solid #dedede;
  -webkit-box-shadow: 0px 4px 15px rgba(243, 126, 32, 0.06);
  -moz-box-shadow: 0px 4px 15px rgba(243, 126, 32, 0.06);
  -ms-box-shadow: 0px 4px 15px rgba(243, 126, 32, 0.06);
  -o-box-shadow: 0px 4px 15px rgba(243, 126, 32, 0.06);
  box-shadow: 0px 4px 15px rgba(243, 126, 32, 0.06);
}
@media only screen and (max-width: 767px) {
  .customer-review-slider-wrapper {
    padding: 0px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    background-color: transparent;
  }
}
.customer-review-slider-wrapper .customer-review-slider {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .customer-review-slider-wrapper .customer-review-slider {
    padding: 0px 0px;
  }
}
.customer-review-slider-wrapper .star-review {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #8b8b8b;
  text-align: center;
}
.customer-review-slider-wrapper .decp {
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.01em;
  color: #8b8b8b;
  margin-bottom: 20px;
  position: relative;
  padding-top: 35px;
  width: 659px;
  margin: 0 auto;
}
@media only screen and (max-width: 1248px) {
  .customer-review-slider-wrapper .decp {
    width: 100%;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-review-slider-wrapper .decp {
    padding-top: 40px;
    font-size: 14px;
  }
}
.customer-review-slider-wrapper .signature {
  font-weight: bold;
  font-size: 14px;
  line-height: 138%;
  text-transform: capitalize;
  justify-content: center;
  text-align: center;
  margin-top: 25px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media only screen and (max-width: 767) {
  .customer-review-slider-wrapper .signature {
    padding-left: 0px;
    margin-top: 10px;
  }
}
.customer-review-slider-wrapper .left-column {
  width: calc(100% - 170px);
  padding-right: 10px;
}
.customer-review-slider-wrapper .slick-arrow {
  background-size: 12px;
  background-position: center center;
}
@media only screen and (max-width: phone-wide) {
  .customer-review-slider-wrapper {
    max-width: 100%;
  }
  .customer-review-slider-wrapper .customer-review-slider {
    padding: 0;
  }
  .customer-review-slider-wrapper .signature {
    display: block;
  }
  .customer-review-slider-wrapper .left-column,
  .customer-review-slider-wrapper .right-column {
    width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .customer-review-slider-wrapper {
    max-width: 100%;
  }
  .customer-review-slider-wrapper .customer-review-slider {
    padding: 0;
  }
  .customer-review-slider-wrapper .signature {
    display: block;
  }
  .customer-review-slider-wrapper .left-column,
  .customer-review-slider-wrapper .right-column {
    width: 100%;
  }
}
.customer-review-slider-wrapper .slick-dots {
  position: static;
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  .customer-review-slider-wrapper .slick-dots {
    margin-top: 17px;
    padding-left: 0;
  }
}
.customer-review-slider-wrapper .reviews--scroll .decp {
  padding-right: 10px;
  text-align: center;
}
@media only screen and (max-width: tablet) {
  .customer-review-slider-wrapper .reviews--scroll .decp {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 990px) {
  .customer-review-slider-wrapper .reviews--scroll .decp {
    padding-right: 0px;
  }
}
.customer-review-slider-wrapper .slick-prev {
  left: -24%;
}
.customer-review-slider-wrapper .slick-next {
  right: -24%;
}

.pers-review .col-width-100 {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .related-card-inner .customer-review-slider-item {
    background-color: #fff;
    border: 1px solid #dedede;
    box-shadow: 0px 4px 15px rgba(117, 117, 117, 0.06);
    border-radius: 16px;
    padding: 10px 10px 0px;
    margin: 0 16px 0 0;
    height: initial;
  }
}
@media only screen and (max-width: tablet) {
  .related-card-inner .customer-review-slider-item.reviews--scroll {
    padding-right: 0;
  }
}
@media only screen and (max-width: 990px) {
  .related-card-inner .customer-review-slider-item.reviews--scroll {
    padding-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .related-card-inner .slick-track {
    padding: 25px 15px 15px;
    display: flex;
  }
}
.related-card-inner .slick-center {
  transition: 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .related-card-inner .slick-center {
    margin-top: -9px;
    margin-bottom: -9px;
  }
}

.quotes-left {
  position: absolute;
  left: -25px;
  top: 30%;
}
@media only screen and (max-width: 767px) {
  .quotes-left {
    left: 50%;
    top: 23%;
    z-index: 9;
  }
}
@media only screen and (max-width: 400px) {
  .quotes-left {
    left: 47%;
    top: 19%;
  }
}

.quotes-right {
  position: absolute;
  right: -25px;
  top: 0;
  top: 30%;
  transform: rotate(180deg);
}
@media only screen and (max-width: 767px) {
  .quotes-right {
    display: none;
  }
}

/**Review css end**/
/**blog start**/
.orangebook-download {
  overflow: hidden;
}
@media only screen and (max-width: tablet) {
  .orangebook-download.blog-sec {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 990px) {
  .orangebook-download.blog-sec {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 557px) {
  .orangebook-download.blog-sec {
    padding: 0px 0px;
  }
}
.orangebook-download.blog-sec .section-inner {
  padding-bottom: 80px;
}
@media only screen and (max-width: tablet) {
  .orangebook-download.blog-sec .section-inner {
    padding: 40px 10px 70px;
  }
}
@media only screen and (max-width: 990px) {
  .orangebook-download.blog-sec .section-inner {
    padding: 40px 10px 70px;
  }
}
@media only screen and (max-width: 557px) {
  .orangebook-download.blog-sec .section-inner {
    padding: 40px 0px 70px;
  }
}
@media only screen and (max-width: tablet) {
  .orangebook-download.blog-sec .draggable {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 990px) {
  .orangebook-download.blog-sec .draggable {
    padding-left: 45px;
  }
}
@media only screen and (max-width: 557px) {
  .orangebook-download.blog-sec .draggable {
    padding-left: 32px;
  }
}
.orangebook-download.blog-sec .draggable .slick-track {
  display: flex !important;
}

.orangebook-cards-slider .orangebook-card {
  margin-bottom: 5px;
  border: 0.789916px solid #dedede;
  border-radius: 8px;
  margin: 0 15px;
  height: initial;
}
@media only screen and (max-width: tablet) {
  .orangebook-cards-slider .orangebook-card {
    margin: 0 48px 0 0;
  }
}
@media only screen and (max-width: 990px) {
  .orangebook-cards-slider .orangebook-card {
    margin: 0 48px 0 0;
  }
}
@media only screen and (max-width: 557px) {
  .orangebook-cards-slider .orangebook-card {
    margin: 0 32px 0 0;
  }
}
.orangebook-cards-slider .orangebook-card .content {
  padding: 15px;
}
.orangebook-cards-slider .orangebook-card .share-content {
  bottom: 0;
  top: auto;
}
@media only screen and (max-width: tablet) {
  .orangebook-cards-slider .orangebook-card .share-content {
    right: 0;
  }
}
@media only screen and (max-width: 990px) {
  .orangebook-cards-slider .orangebook-card .share-content {
    right: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .orangebook-cards-slider .media img {
    height: auto;
    width: 100%;
  }
}

/**Blog end*/
/**Video css start**/
@media only screen and (max-width: 1025px) {
  .pers-loan-card-sec {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: tablet) {
  .pers-loan-card-sec .section-inner {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: 990px) {
  .pers-loan-card-sec .section-inner {
    padding: 30px 0px;
  }
}
@media only screen and (max-width: tablet) {
  .pers-loan-card-sec .draggable {
    padding-left: 30px;
  }
}
.pers-loan-card-slider {
  width: 100%;
}
.pers-loan-card-slider .pers-loan-card {
  margin: 0 15px;
  border-radius: 10px;
  border: 1px solid #dedede;
  height: initial;
}
.pers-loan-card-slider .pers-loan-card .card-inner {
  overflow: hidden;
  border-radius: 10px 10px 0px 0px;
}
.pers-loan-card-slider .media {
  position: relative;
}
@media only screen and (max-width: 1199px) {
  .pers-loan-card-slider .media img {
    width: 100%;
    height: auto;
  }
}
.pers-loan-card-slider .timer {
  position: absolute;
  right: 10px;
  bottom: 6px;
  background: rgba(70, 70, 70, 0.5);
  color: #fff;
  padding: 4px 4px;
  border-radius: 2px;
}
.pers-loan-card-slider .content {
  padding: 15px 20px 24px 15px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1205px) {
  .pers-loan-card-slider .content h3 {
    min-height: 69px;
  }
}
@media only screen and (max-width: tablet) {
  .pers-loan-card-slider .content h3 {
    min-height: 46px;
  }
}
@media only screen and (max-width: 990px) {
  .pers-loan-card-slider .content h3 {
    min-height: 46px;
  }
}
.pers-loan-card-slider .slick-track {
  display: flex;
}
.pers-loan-card-slider .slick-dots {
  bottom: -45px;
}
@media only screen and (max-width: tablet) {
  .pers-loan-card-slider .slick-dots {
    text-align: center;
    bottom: -35px;
  }
}
@media only screen and (max-width: 990px) {
  .pers-loan-card-slider .slick-dots {
    text-align: center;
    bottom: -35px;
  }
}

.video-popup.pers-loan-video {
  top: 0;
  height: 100%;
}

/**Video css end**/
/**Disclaimer css start**/
.disclaimers {
  background: rgba(235, 231, 231, 0.3);
  padding: 55px 105px;
  border: 1px solid #dedede;
}
@media only screen and (max-width: tablet) {
  .disclaimers {
    padding: 20px;
  }
}
@media only screen and (max-width: 990px) {
  .disclaimers {
    padding: 20px;
  }
}
.disclaimers p {
  color: #828282;
  letter-spacing: -0.2px;
}

@media only screen and (max-width: 769px) {
  .breadcrumb-nav .nav-links.all-links li:last-child a {
    padding: 11px 36px 11px 25px;
  }
}
.breadcrumb-nav .nav-links.all-links li:last-child:after {
  background: url(../images/icons/tab-left-icon.png) no-repeat;
  transform: scaleX(-1);
}
@media only screen and (max-width: 769px) {
  .breadcrumb-nav .nav-links.all-links li:last-child:after {
    right: 4px;
  }
}

.breadcrumb-nav .nav-links-scroll {
  z-index: 99;
}
@media only screen and (max-width: tablet) {
  .breadcrumb-nav .nav-links-scroll {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 990px) {
  .breadcrumb-nav .nav-links-scroll {
    padding-left: 35px;
  }
}
@media only screen and (max-width: 765px) {
  .breadcrumb-nav .nav-links-scroll {
    padding-left: 15px;
  }
}
.breadcrumb-nav .more-link-ul {
  z-index: 9;
}
@media only screen and (max-width: 1200px) {
  .breadcrumb-nav .more-link-ul .nav-dropdown > a {
    height: 42px;
  }
}/*# sourceMappingURL=mutual-fund.css.map */