/* font */
@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Black.eot");
  src: url("fonts/Muli-Black.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Black.woff2") format("woff2"), url("fonts/Muli-Black.woff") format("woff"), url("fonts/Muli-Black.ttf") format("truetype"), url("fonts/Muli-Black.svg#Muli-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Regular.eot");
  src: url("fonts/Muli-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Regular.woff2") format("woff2"), url("fonts/Muli-Regular.woff") format("woff"), url("fonts/Muli-Regular.ttf") format("truetype"), url("fonts/Muli-Regular.svg#Muli-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Bold.eot");
  src: url("fonts/Muli-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Bold.woff2") format("woff2"), url("fonts/Muli-Bold.woff") format("woff"), url("fonts/Muli-Bold.ttf") format("truetype"), url("fonts/Muli-Bold.svg#Muli-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraBold.eot");
  src: url("fonts/Muli-ExtraBold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-ExtraBold.woff2") format("woff2"), url("fonts/Muli-ExtraBold.woff") format("woff"), url("fonts/Muli-ExtraBold.ttf") format("truetype"), url("fonts/Muli-ExtraBold.svg#Muli-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Light.eot");
  src: url("fonts/Muli-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Light.woff2") format("woff2"), url("fonts/Muli-Light.woff") format("woff"), url("fonts/Muli-Light.ttf") format("truetype"), url("fonts/Muli-Light.svg#Muli-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-ExtraLight.eot");
  src: url("fonts/Muli-ExtraLight.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-ExtraLight.woff2") format("woff2"), url("fonts/Muli-ExtraLight.woff") format("woff"), url("fonts/Muli-ExtraLight.ttf") format("truetype"), url("fonts/Muli-ExtraLight.svg#Muli-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-Medium.eot");
  src: url("fonts/Muli-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-Medium.woff2") format("woff2"), url("fonts/Muli-Medium.woff") format("woff"), url("fonts/Muli-Medium.ttf") format("truetype"), url("fonts/Muli-Medium.svg#Muli-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Muli";
  src: url("fonts/Muli-SemiBold.eot");
  src: url("fonts/Muli-SemiBold.eot?#iefix") format("embedded-opentype"), url("fonts/Muli-SemiBold.woff2") format("woff2"), url("fonts/Muli-SemiBold.woff") format("woff"), url("fonts/Muli-SemiBold.ttf") format("truetype"), url("fonts/Muli-SemiBold.svg#Muli-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

.grey {
  background-color: #646464;
}

.white {
  background-color: #fff;
}

.black {
  background-color: #000;
}

.textGreyLight3 {
  color: #e5e5e5;
}

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

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

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

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

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

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

p {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.maroon-text {
  color: #ad1e23;
}

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

.grey-text {
  color: #333333;
}

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

.white-text {
  color: #fff;
}

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

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

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

.block {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

@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-pt-0 {
    padding-top: 0 !important;
  }
  .m-white-bg {
    background: #fff !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.no-shadow {
  -webkit-box-shadow: none !important;
          box-shadow: 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;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .tab-padding-top-0 {
    padding-top: 0 !important;
  }
}

@media only screen and (max-width: 991px) {
  .tab-padding-bottom-0 {
    padding-bottom: 0 !important;
  }
}

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

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

@media only screen and (max-width: 991px) {
  .tab-padding-right-0 {
    padding-right: 0 !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: tablet) {
  .ic-btn,
  a.ic-btn:link,
  a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 990px) {
  .ic-btn,
  a.ic-btn:link,
  a.ic-btn:visited {
    padding: 10px 10px;
    font-size: 13px;
  }
}

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

.ic-more:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  background: url("../images/icons/more.png") no-repeat;
  width: 10px;
  height: 11px;
}

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

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

.ic-more.w-arrow:after {
  background: url("../images/icons/more-w.png") no-repeat;
}

@media only screen and (max-width: tablet) {
  .ic-more.md-ic-more-w {
    color: #fff;
  }
  .ic-more.md-ic-more-w:after {
    background: url("../images/icons/more-w.png") no-repeat !important;
  }
  .ic-more.md-ic-more-o {
    color: #fff;
  }
  .ic-more.md-ic-more-o:after {
    background: url("../images/icons/more.png") no-repeat !important;
  }
}

@media only screen and (max-width: 990px) {
  .ic-more.md-ic-more-w {
    color: #fff;
  }
  .ic-more.md-ic-more-w:after {
    background: url("../images/icons/more-w.png") no-repeat !important;
  }
  .ic-more.md-ic-more-o {
    color: #fff;
  }
  .ic-more.md-ic-more-o:after {
    background: url("../images/icons/more.png") no-repeat !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hide {
  display: none !important;
}

.overflow-hidden {
  overflow: hidden;
}

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

.tooltip-wrapper {
  position: relative;
}

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

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

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

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

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

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

.grey-bg {
  background: #f8f8f8;
}

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

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

.darkorange-bg {
  background: #f37e20;
}

.maroon-bg {
  background: #ad1e23;
}

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

.orange-color {
  color: #f37e20;
}

.maroon-color {
  color: #ad1e23;
}

.black-color {
  color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* lead capture form starts*/
.lead-capture-form {
  overflow: hidden;
}

.lead-capture-form .section-title {
  width: 100%;
  font-size: 26px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 300;
  line-height: 115%;
  margin-bottom: 20px;
}

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

.lead-capture-form .section-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.lead-capture-form .input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding: 5px 10px 8px 0;
  border-bottom: 0.5px solid #999999;
  margin-bottom: 2px;
}

.lead-capture-form .input-group.error {
  border-bottom: 0.5px solid #ad1e23;
}

.lead-capture-form .input-group .icon {
  margin-right: 10px;
  width: 20px;
}

.lead-capture-form .input-group .input-box {
  width: calc(100% - 30px);
}

.lead-capture-form .input-group .input-box input {
  border: 0;
  color: #a6a6a6;
  max-width: 300px;
  width: 100%;
  line-height: 21px;
}

.lead-capture-form .input-group .input-box input.error {
  color: #e6371f;
}

.lead-capture-form .input-group .input-box input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input:-ms-input-placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input::-ms-input-placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input::placeholder {
  color: #a6a6a6;
}

.lead-capture-form .input-group .input-box input::-ms-clear {
  display: none;
}

.lead-capture-form .input-group .input-box input:-internal-autofill-selected, .lead-capture-form .input-group .input-box input:-webkit-autofill, .lead-capture-form .input-group .input-box input:-webkit-autofill:hover,
.lead-capture-form .input-group .input-box input:-webkit-autofill:focus .lead-capture-form .input-group .input-box input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 50px white inset;
  -ms-box-shadow: 0 0 0 50px white inset;
  -o-box-shadow: 0 0 0 50px white inset;
  box-shadow: 0 0 0 50px white inset;
}

.lead-capture-form .input-group .input-box input[type="checkbox"], .lead-capture-form .input-group .input-box input[type="radio"] {
  width: auto;
}

.lead-capture-form .input-group .input-box input[type='number'] {
  -moz-appearance: textfield;
}

.lead-capture-form .input-group .input-box input::-webkit-outer-spin-button,
.lead-capture-form .input-group .input-box input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.lead-capture-form .input-group.active {
  border-bottom: 0.5px solid #f37e20;
}

.lead-capture-form .input-group.active .icon svg path {
  fill: #f37e20;
}

.lead-capture-form .input-group.active .icon svg.mob-svg path {
  fill: transparent;
  stroke: #f37e20;
}

.lead-capture-form .input-group .error-txt {
  display: none;
  position: absolute;
  bottom: -24px;
  left: 0;
  font-size: 12px;
  color: #e6371f;
}

@media only screen and (max-width: 991px) {
  .lead-capture-form .input-group .error-txt {
    bottom: -20px;
    font-size: 10px;
  }
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > button {
  background: transparent;
  border: none;
}

.lead-capture-form .multiselect-dropdown .ms-options-wrap > button::after {
  border-top-color: #a6a6a6;
}

.lead-capture-form .multiselect-dropdown .ms-options {
  height: 110px;
}

.lead-capture-form .callback-form {
  width: 100%;
  padding: 40px 50px;
  text-align: left;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.lead-capture-form .callback-form .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  max-width: 90%;
  margin-bottom: 40px;
  width: 100%;
}

.lead-capture-form .callback-form .form-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin: 0 -30px 40px;
}

.lead-capture-form .callback-form .form-group .input-group {
  width: calc(50% - 60px);
  margin: 0 30px;
}

.lead-capture-form .callback-form.orange-bg .form-group .input-group input {
  background-color: #fff7eb;
}

.lead-capture-form .callback-form.orange-bg .form-group .input-group input:focus {
  background-color: #fff7eb !important;
}

.lead-capture-form .callback-form .ic-btn {
  min-width: 140px;
}

.lead-capture-form .callback-form .success-txt, .lead-capture-form .callback-form .error-popup {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.lead-capture-form .callback-form .success-txt.show, .lead-capture-form .callback-form .error-popup.show {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.lead-capture-form .callback-form .success-txt svg, .lead-capture-form .callback-form .error-popup svg {
  margin-top: 40px;
  margin-bottom: 26px;
}

.lead-capture-form .callback-form .success-txt h4, .lead-capture-form .callback-form .error-popup h4 {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
  color: #3D3D3D;
}

.lead-capture-form .callback-form .success-txt p, .lead-capture-form .callback-form .error-popup p {
  font-weight: 600;
  font-size: 18px;
  line-height: 138%;
  text-transform: capitalize;
  color: #3D3D3D;
  margin-bottom: 22px;
}

.lead-capture-form .callback-form .success-txt p.small, .lead-capture-form .callback-form .error-popup p.small {
  font-size: 18px;
  font-weight: 600;
  line-height: 138%;
  color: #8B8B8B;
  margin-bottom: 0;
  text-transform: none;
}

.lead-capture-form.call-back-section .looking-for-section {
  width: 40%;
}

.lead-capture-form.call-back-section .looking-for-section .content {
  display: block;
  margin: 0;
}

.lead-capture-form.call-back-section .looking-for-section .content .list {
  padding: 0 0 40px;
}

.lead-capture-form.call-back-section .looking-for-section .content .list::before {
  display: none;
}

.lead-capture-form.call-back-section .callback-form {
  width: 60%;
}

.lead-capture-form.call-back-section .callback-form p {
  font-size: 22px;
  line-height: 138%;
  font-weight: 500;
  max-width: 450px;
  margin-bottom: 40px;
}

.lead-capture-form.lead-capture-full-width .looking-for-section {
  width: 100%;
}

.lead-capture-form.lead-capture-full-width .callback-form {
  margin-bottom: 30px;
}

.lead-capture-form.lead-capture-full-width .callback-form .form-group .input-group {
  width: calc(33% - 60px);
}

.lead-capture-form.lead-capture-small-width .title {
  max-width: 280px;
  font-size: 14px;
  line-height: 138%;
  margin-bottom: 20px;
}

.lead-capture-form.lead-capture-small-width .callback-form {
  border: 1px solid #d3d3d3;
  padding: 20px 30px;
}

.lead-capture-form.lead-capture-small-width .callback-form .form-group {
  display: block;
  margin: 0;
}

.lead-capture-form.lead-capture-small-width .callback-form .form-group .input-group {
  width: 100%;
  margin: 0 0 40px;
}

@media only screen and (max-width: 991px) {
  .lead-capture-form.call-back-section .looking-for-section {
    width: 100%;
  }
  .lead-capture-form.call-back-section .looking-for-section .content .list {
    padding: 0 0 20px;
  }
  .lead-capture-form.call-back-section .callback-form {
    width: 100%;
  }
  .lead-capture-form.call-back-section .callback-form p {
    margin-bottom: 20px;
  }
  .lead-capture-form .section-inner {
    display: block;
  }
  .lead-capture-form .callback-form {
    padding-left: 20px;
    padding-right: 20px;
  }
  .lead-capture-form .callback-form .title {
    margin-bottom: 20px;
  }
  .lead-capture-form .callback-form .form-group {
    display: block;
    margin: 0;
  }
  .lead-capture-form .callback-form .form-group .input-group {
    margin: 0 0 30px;
    width: 100% !important;
  }
}

/* lead capture form Ends*/
.looking-for-wrapper {
  overflow: hidden;
}

.looking-for-wrapper .looking-for-form {
  padding: 20px 65px;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
}

.looking-for-wrapper .looking-for-form .loan-forms {
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}

.looking-for-wrapper .looking-for-form .loan-forms .text-left {
  max-width: 380px;
  margin-right: 70px;
}

.looking-for-wrapper .looking-for-form .loan-forms .text-left p {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .looking-for-wrapper .looking-for-form {
    padding: 20px;
  }
  .looking-for-wrapper .looking-for-form .loan-forms {
    display: block;
    background: transparent;
    padding: 0;
  }
  .looking-for-wrapper .looking-for-form .loan-forms .text-left {
    margin-bottom: 20px;
  }
}

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

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

.leadform-popup .popup-close {
  cursor: pointer;
  width: 34px;
  height: 34px;
  background: #f37e20;
  border-radius: 50%;
  position: absolute;
  top: 25px;
  right: 25px;
  text-align: center;
  line-height: 34px;
}

.leadform-popup .popup-close img {
  vertical-align: middle;
}

.leadform-popup .lead-capture-form {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin: 0 -20px -35px;
  padding: 35px 45px;
  border-radius: 0 0 10px 10px;
}

.leadform-popup .lead-capture-form .media {
  width: 285px;
}

.leadform-popup .lead-capture-form .media img, .leadform-popup .lead-capture-form .media .iframe-video {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

.leadform-popup .lead-capture-form .media p {
  font-size: 12px;
  line-height: 15px;
}

.leadform-popup .lead-capture-form .callback-form {
  width: calc(100% - 285px);
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 50px;
}

.leadform-popup .lead-capture-form .callback-form .form-group {
  display: block;
  margin: 0;
}

.leadform-popup .lead-capture-form .callback-form .form-group .input-group {
  width: 100%;
  margin: 0 0 15px;
}

.leadform-popup .lead-capture-form .callback-form .form-group .input-group .error-txt {
  font-size: 10px;
  bottom: -20px;
}

.leadform-popup .lead-capture-form .callback-form .form-group .input-group .input-box input {
  color: #4b4b4b;
  background: transparent !important;
  -webkit-box-shadow: 0 0 0 50px #fff7eb inset;
  -ms-box-shadow: 0 0 0 50px #fff7eb inset;
  -o-box-shadow: 0 0 0 50px #fff7eb inset;
  box-shadow: 0 0 0 50px #fff7eb inset;
}

.leadform-popup .lead-capture-form .callback-form .form-group .input-group .input-box input[type="checkbox"] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leadform-popup .lead-capture-form .callback-form .form-group .multiselect-dropdown .ms-options {
  height: 90px;
}

.leadform-popup .lead-capture-form .callback-form .button-group {
  margin-top: 32px;
  text-align: right;
}

.leadform-popup .lead-capture-form .callback-form .success-txt {
  position: static;
  padding: 0;
}

.leadform-popup .lead-capture-form .callback-form .success-txt img {
  margin: 25px 0 20px;
}

.leadform-popup .lead-capture-form .callback-form .success-txt p {
  margin-bottom: 0;
}

.leadform-popup .lead-capture-form .callback-form .success-txt p.small {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.leadform-popup .lead-capture-form .callback-form.fullwidth {
  padding: 0 30px;
  width: 100%;
}

.leadform-popup .lead-capture-form .callback-form.fullwidth .button-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  text-align: left;
}

.leadform-popup .lead-capture-form .callback-form.fullwidth .button-group p {
  font-size: 12px;
  line-height: 15px;
}

.leadform-popup .lead-capture-form .callback-form.fullwidth .button-group div:first-child {
  max-width: 290px;
  margin-right: 20px;
}

.leadform-popup .lead-capture-form .callback-form.fullwidth .button-group div:last-child {
  margin-left: auto;
}

.leadform-popup .lead-capture-form.success {
  background: #fff !important;
}

.leadform-popup .lead-capture-form.success .media {
  display: none;
}

.leadform-popup .lead-capture-form.success form {
  display: none;
}

.leadform-popup .lead-capture-form.success .callback-form {
  width: 100%;
  padding: 0;
}

.leadform-popup .popup-heading {
  max-width: 475px;
  margin: 0 auto 15px;
  text-align: center;
}

.leadform-popup .popup-heading .section-title {
  margin-bottom: 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .leadform-popup .lead-capture-form {
    display: block;
    padding: 20px;
  }
  .leadform-popup .lead-capture-form .media {
    width: 100%;
  }
  .leadform-popup .lead-capture-form .media img, .leadform-popup .lead-capture-form .media .iframe-video {
    width: 100%;
  }
  .leadform-popup .lead-capture-form .callback-form {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .leadform-popup .lead-capture-form .callback-form.fullwidth .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leadform-popup .lead-capture-form .callback-form.fullwidth .button-group div:first-child {
    max-width: none;
    margin-bottom: 15px;
  }
  .leadform-popup .popup-close {
    top: -15px;
    right: -10px;
  }
}

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

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

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

/* quick-action */
.quick-action {
  position: fixed;
  width: 55px;
  height: 30px;
  bottom: 66px;
  right: 100px;
  z-index: 12;
  border-radius: 50px;
  font-size: 13.4px;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, left bottom, from(#f37e20), to(#ee4611));
  background: linear-gradient(180deg, #f37e20 0%, #ee4611 100%);
  color: #fff;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

@media only screen and (max-width: 991px) {
  .quick-action {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    bottom: 80px;
  }
}

.quick-action a {
  display: block;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.quick-action .quick-popup {
  width: 55px;
  height: 30px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  color: #fff;
  text-transform: capitalize;
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 16px rgba(243, 117, 30, 0.45);
          box-shadow: 0px 4px 16px rgba(243, 117, 30, 0.45);
  border-radius: 50px;
}

.quick-action .quick-popup-content {
  padding: 15px 10px 15px 15px;
}

.quick-action .quick-popup-content .close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.quick-action .quick-popup-content ul li {
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.quick-action .quick-popup-content ul li .icon {
  min-width: 25px;
  margin-right: 10px;
}

.quick-action .quick-popup-content ul li .icon img {
  vertical-align: bottom;
}

.quick-action .quick-popup-content ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.quick-action .quick-popup-content ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  color: #fff;
}

.quick-action.active {
  width: 245px;
  height: auto;
  border-radius: 10px;
  right: 100px;
}

@media screen and (max-width: 359px) {
  .quick-action.active {
    width: 215px;
  }
}

.ipalBtn {
  position: fixed;
  bottom: 55px;
  right: 20px;
  z-index: 10;
}

@media screen and (max-width: 991px) {
  .ipalBtn {
    bottom: 70px;
  }
}

.ipalBtn img {
  max-width: 107px;
}

@media screen and (max-width: 991px) {
  .ipalBtn img {
    max-width: 103px;
    margin-bottom: 0;
  }
}

#product-type-button {
  display: none;
}

.callback-poup .imodal-content {
  max-width: 697px;
  max-height: 485px;
}

@media screen and (max-width: 767px) {
  .callback-poup .imodal-content {
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.quick-r-20 {
  right: 121px !important;
}

@media screen and (max-width: 991px) {
  .quick-r-20 {
    right: 119px !important;
  }
}

@media screen and (max-width: 991px) {
  .quick-r-20.active {
    right: 100px !important;
  }
}

/**ipal button**/
.quick-r-20 {
  right: 150px;
}
/*# sourceMappingURL=quick-action.css.map */