
@font-face {
  font-family: 'PF Handbook Pro';
  src: url('../fonts/PFHandbookPro-Regular.eot');
  src: url('../fonts/PFHandbookPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PFHandbookPro-Regular.woff2') format('woff2'), url('../fonts/PFHandbookPro-Regular.woff') format('woff'), url('../fonts/PFHandbookPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF Handbook Pro';
  src: url('../fonts/PFHandbookPro-Bold.eot');
  src: url('../fonts/PFHandbookPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/PFHandbookPro-Bold.woff2') format('woff2'), url('../fonts/PFHandbookPro-Bold.woff') format('woff'), url('.../fonts/PFHandbookPro-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF Handbook Pro';
  src: url('../fonts/PFHandbookPro-Medium.eot');
  src: url('../fonts/PFHandbookPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PFHandbookPro-Medium.woff2') format('woff2'), url('../fonts/PFHandbookPro-Medium.woff') format('woff'), url('../fonts/PFHandbookPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'PF Encore Sans Pro';
  src: url('../fonts/PFEncoreSansPro-Medium.eot');
  src: url('../fonts/PFEncoreSansPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/PFEncoreSansPro-Medium.woff2') format('woff2'), url('../fonts/PFEncoreSansPro-Medium.woff') format('woff'), url('../fonts/PFEncoreSansPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF Encore Sans Pro';
  src: url('../fonts/PFEncoreSansPro-Regular.eot');
  src: url('../fonts/PFEncoreSansPro-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/PFEncoreSansPro-Regular.woff2') format('woff2'), url('../fonts/PFEncoreSansPro-Regular.woff') format('woff'), url('../fonts/PFEncoreSansPro-Regular.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'PF Encore Sans Pro Book';
  src: url('../fonts/PFEncoreSansPro-Book.eot');
  src: url('../fonts/PFEncoreSansPro-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/PFEncoreSansPro-Book.woff2') format('woff2'), url('../fonts/PFEncoreSansPro-Book.woff') format('woff'), url('../fonts/PFEncoreSansPro-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'PF Encore Sans Pro Book';
  src: url('../fonts/PFEncoreSansPro-Book.eot');
  src: url('../fonts/PFEncoreSansPro-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/PFEncoreSansPro-Book.woff2') format('woff2'), url('../fonts/PFEncoreSansPro-Book.woff') format('woff'), url('../fonts/PFEncoreSansPro-Book.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pf_encore_sans_probold';
  src: url('fonts/pfencoresanspro-bold-webfont.woff2') format('woff2'), url('fonts/pfencoresanspro-bold-webfont.woff') format('woff'), url('fonts/pfencoresanspro-bold-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}




body {
  background: #fff;
  color: #414141;
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-text-stroke: rgba(255, 255, 255, 0.01) 0.1px;
  -webkit-font-smoothing: antialiased !important;
}

background-image {
}

.logo-strip {
  background: rgb(201,20,41);
  border-color: #6a4742;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 90px;
  margin: 0;
}

.logo-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

  .logo-container img {
    height: auto;
    width: 200px;
    padding: 16px 0;
  }

a {
  text-decoration: none;
  -ms-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

  a:hover,
  a:focus,
  a:active {
    outline: medium none;
    text-decoration: none;
  }

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

strong,
b {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

.clear {
  border: 0;
  clear: both;
  height: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
  margin: 0;
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

html,
body {
  height: 100%;
}

.form-top {
  background: #8D1218;
  height: 30px;
  position: absolute;
  bottom: -2px;
  right: 15%;
  width: 28%;
}
/**** NAV ****/
.row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}


/**** NAV END ****/
/**** HEADER ****/
header {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.strip {
  padding: 2px 0 1px 0;
  width: 100%;
  font-size: 1.8em;
  color: #fff;
  font-family: 'PF Handbook Pro';
  ;
  text-transform: uppercase;
  font-weight: bold
}

.HL-Stripbg {
  background: #c4a167;
}

.strip2 {
  background: #6A4742;
  padding: 2px 0 1px 0;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-family: 'PF Handbook Pro';
  font-weight: normal
}

.header-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto
}

.LI-Stripbg {
  background: #cd8883;
}

.LAP-Stripbg {
  background: #c4a167;
}

.LAP-Strip2 {
  background: #695934 !important;
}

.PL-Stripbg {
  background: #C4A166;
}

.CF-Stripbg {
  background: #C3A16A;
}

.MCF-Stripbg {
  background: #C3A16A;
}

.DM-Stripbg {
  background: #979f6e;
}

.Hinsu-Stripbg {
  background: #D68D87;
}

.life-Stripbg {
  background: #CF938B;
}

.MU-Stripbg {
  background: #969F6E;
}

.strip2 {
  background: #6A4742;
  padding: 2px 0 1px 0;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-family: 'PF Handbook Pro';
  font-weight: normal
}

.MCF-strip2 {
  background: #C7222A;
  padding: 2px 0 1px 0;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-family: 'PF Handbook Pro';
  font-weight: normal
}

.PLstrip2 {
  background: #695934;
  padding: 2px 0 1px 0;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-family: 'PF Handbook Pro';
  font-weight: normal
}

.DMstrip2 {
  background: #3e593c;
  padding: 2px 0 1px 0;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-family: 'PF Handbook Pro';
  font-weight: normal
}

.MUstrip2 {
  background: #3E593C;
  padding: 2px 0 1px 0;
  width: 100%;
  font-size: 1.2em;
  color: #fff;
  font-family: 'PF Handbook Pro';
  font-weight: normal
}

.MCF-header-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto
}

.header-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto
}

.LAP-bannerBG {
  background: url("../images/LAP-bg.png") no-repeat;
  background-size: cover;
  height: auto;
}

.HL-bannerBG {
  background: url("../images/HL-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.PL-bannerBG {
  background: url("../images/PL-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.Hinsu-bannerBG {
  background: url("../images/HL-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.PFM-bannerBG {
  background: url("../images/PFM-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.CF-bannerBG {
  background: url("images/CF-bg.png") no-repeat;
  background-size: cover;
  height: auto;
}

.MCF-bannerBG {
  background: url("images/MCF-bg.png") no-repeat;
  background-size: cover;
  height: auto;
}

.AIP-bannerBG {
  background: url("../images/AIP-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.MU-bannerBG {
  background: url("../images/MU-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.ASP-bannerBG {
  background: url("../images/ASP-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.DM-bannerBG {
  background: url("../images/Demat-bg.jpg") no-repeat;
  background-size: cover;
  height: auto;
}

.container-fluid {
  max-width: 1366px;
}

.LAP-heading {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 26px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

  .LAP-heading span {
    display: flex;
  }

    .LAP-heading span:nth-child(1) {
      background: #D0D0D0; /* margin: 10px auto; */
      height: 1px;
      width: 100px;
    }

    .LAP-heading span:nth-child(2) {
      background: #D0D0D0;
      padding: 10px 30px; /* margin: 10px auto; */
      border-radius: 40px;
      text-align: center;
      color: #695934;
    }

    .LAP-heading span:nth-child(3) {
      content: "";
      background: #D0D0D0; /* margin: 10px auto; */
      height: 1px;
      width: 100px;
    }

.CF-heading {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 26px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

  .CF-heading span {
    display: flex;
  }

    .CF-heading span:nth-child(1) {
      background: #D0D0D0; /* margin: 10px auto; */
      height: 1px;
      width: 100px;
    }

    .CF-heading span:nth-child(2) {
      background: #D0D0D0;
      padding: 10px 30px; /* margin: 10px auto; */
      border-radius: 40px;
      text-align: center;
      color: #695934;
    }

    .CF-heading span:nth-child(3) {
      content: "";
      background: #D0D0D0; /* margin: 10px auto; */
      height: 1px;
      width: 100px;
    }

.MCF-heading {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 26px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

  .MCF-heading span {
    display: flex;
  }

    .MCF-heading span:nth-child(1) {
      background: #D0D0D0; /* margin: 10px auto; */
      height: 1px;
      width: 100px;
    }

    .MCF-heading span:nth-child(2) {
      background: #D0D0D0;
      padding: 10px 30px; /* margin: 10px auto; */
      border-radius: 40px;
      text-align: center;
      color: #695934;
    }

    .MCF-heading span:nth-child(3) {
      content: "";
      background: #D0D0D0; /* margin: 10px auto; */
      height: 1px;
      width: 100px;
    }

.MCF-banner-container {
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.LAP-banner-container {
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}


.header-content {
  width: 100%;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}


.container { /* display: flex; */
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

header .header-content {
  /* -webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}


.logo-strip {
  background: rgb(201,20,41);
  border-color: #6a4742;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 90px;
  margin: 0;
}

.logo-container {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

  .logo-container a:nth-child(2) {
    margin-top: 10px
  }

    .logo-container a:nth-child(2) img {
      width: 110px;
      height: auto
    }

  .logo-container img {
    height: auto;
    width: 200px;
    padding: 16px 0;
  }

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  z-index: 9;
}

.navbar-fixed-top {
  position: relative !important;
}


.imgdiv {
  width: auto;
  height: auto; /* display: contents; */
  position: absolute;
  bottom: 0;
  left: 0;
}

  .imgdiv img {
    width: 100%;
    height: auto;
  }

.MUimgdiv {
  width: auto;
  height: auto; /* display: contents; */
  position: absolute;
  bottom: 0;
  left: 10%;
}

  .MUimgdiv img {
    width: 100%;
    height: auto;
  }



.PLimgdiv {
  width: auto;
  height: auto; /* display: contents; */
  position: relative;
  bottom: 0;
  left: 10%;
}

  .PLimgdiv img {
    width: 100%;
    height: auto;
  }

.DMimgdiv {
  width: auto;
  height: auto; /* display: contents; */
  position: relative;
  bottom: 0;
  left: 0%;
}

.DMimgdivmob {
  width: auto;
  height: auto; /* display: contents; */
  position: relative;
  bottom: 0;
  left: 0%;
  display: none
}

.DMimgdiv img {
  width: 80%;
  height: auto;
}

.DMimgdivmob img {
  width: 80%;
  height: auto;
}

.form-bg {
  background: #8D1218; /* z-index: 9; */
  display: flex;
  align-items: center
}

.form-holder {
  padding: 0 10px; /* z-index: 9999; */
  background: #8D1218;
  color: #fff;
  width: 100%;
  height: auto;
}

.banner-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; /* max-width: 1200px; */
  width: 100%
}

.desk {
  display: block;
  left: 0 !important;
}

.mob {
  display: none
}

.feature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.CRfeature-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.form-holder h1 {
  font-size: 35px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  text-transform: uppercase
}

.life-font {
  font-size: 20px !important
}

.MU-font {
  font-size: 26px !important
}

.form-holder input {
  font-size: 13px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  outline: 0;
  width: 100%;
  color: #000;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
}

.form-holder input {
  font-size: 13px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  outline: 0;
  width: 100%;
  color: #000;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
}

.modal select {
  font-size: 13px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  outline: 0;
  width: 100%;
  color: #000;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  border: 1px solid #c71529 !important;
}


.form-holder select {
  font-size: 14px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  border: 0;
  outline: 0;
  width: 100%;
}

.form-holder .select {
  font-size: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  outline: 0;
  width: 100%;
  color: #000;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
}

.form-holder .tc {
  font-size: 10px
}

.form-holder .btn {
  font-size: 20px;
  background: #F7A600;
  color: #8D1218;
  border-radius: 50px;
  padding: 6px 25px 4px 25px;
  margin: 10px auto;
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  text-transform: uppercase;
  opacity: 1 !important;
}

.DMform-holder {
  padding: 0 10px; /* z-index: 9999; */
  background: #8D1218;
  color: #fff;
  width: 100%;
  height: auto;
}

  .DMform-holder .tc {
    font-size: 10px
  }

  .DMform-holder h1 {
    font-size: 35px;
    font-family: 'PF Handbook Pro';
    font-weight: bold;
    text-transform: uppercase
  }

.DMlife-font {
  font-size: 20px !important
}

.DMform-holder input {
  font-size: 13px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  outline: 0;
  width: 100%;
  color: #000;
  font-family: 'PF Handbook Pro';
  font-weight: normal;
}

.DMform-holder select {
  font-size: 14px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  border: 0;
  outline: 0;
  width: 100%;
}

.DMform-holder .select {
  font-size: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
  border: 0;
  outline: 0;
  width: 100%;
  color: #000;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
}

.DMform-holder .Dtc {
  font-size: 12px;
  font-family: 'PF Handbook Pro';
  line-height: 1.3;
}

.DMform-holder .btn {
  font-size: 25px;
  background: #F7A600;
  color: #8D1218;
  border-radius: 50px;
  padding: 6px 25px 4px 25px;
  margin: 10px auto;
  font-family: 'PF Handbook Pro';
  font-weight: bold;
  text-transform: uppercase;
}

.thank-you { /* z-index: 9; */
  display: flex;
  align-items: center;
  border-left: 1px solid #8D1218;
  background: #8D1218
}

.thank-holder {
  padding: 0 10px; /* z-index: 9999; */
  color: #fff;
  width: 100%;
  height: auto;
  text-align: center;
}

  .thank-holder h1 {
    font-size: 45px;
    font-family: 'PF Encore Sans Pro';
    font-weight: 500;
    text-transform: uppercase;
  }

  .thank-holder p {
    font-size: 26px;
    font-family: 'PF Encore Sans Pro';
    font-weight: 600;
    width: 80%;
    margin: 0 auto;
    line-height: 1
  }


header .header-content {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}

h1, h2, h3, h4 {
  font-family: 'Roboto Slab', serif;
}

.header-content-inner h1 {
  font-size: 48px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.05em;
}

  .header-content-inner h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    margin: 20px auto 0;
    background: #F05F40;
  }

.header-content-inner p {
  font-size: 22px;
  line-height: 1.8;
  color: #e4e4e4;
}
/**** HEADER END ****/
/**** ABOUT ****/
.bg-color {
  background: #6A4742;
}

.MUbg-color {
  background: #3E593C;
}

.PLbg-color {
  background: #695934;
}

.CFbg-color {
  background: #6B5835;
}

.DMbg-color {
  background: #3e593c;
}

.PLGbg-color {
  background: #D9D9D9;
}

.bg-color-grey {
  background: #D9D9D9;
}

section {
  padding: 20px 0;
  position: relative;
  text-align: center;
}

.about-section h3 {
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #fff;
  letter-spacing: 0.05em;
}

  .about-section h3:after {
    content: "";
    display: block;
    width: 80px;
    /* height: 3px; */
    /* margin: 20px auto 0; */
    /* background:#c34d34; */
  }

.LAP-section h3 {
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #fff;
  letter-spacing: 0.05em;
}

.CF-section h3 {
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #fff;
  letter-spacing: 0.05em;
}

.MCF-section h3 {
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #fff;
  letter-spacing: 0.05em;
}

.CF-section p {
  font-size: 18px;
  line-height: 1.1;
  color: #fff !important;
  margin-bottom: 10px;
}


.LAP-section p {
  font-size: 14px;
  line-height: 1.1;
  /* color: #fff; */
  margin-bottom: 15px;
}

.MCF-section p {
  font-size: 14px;
  line-height: 1.1;
  /* color: #fff; */
  /* margin-bottom: 15px; */
}

.LAP-section-bg-color {
  background: #695934 !important;
}

.about-section p {
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 15px;
}

.PL-section h3 {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #fff;
  /* letter-spacing: 0.05em; */
}

.PL-section p {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 15px;
}

.PL-sectionWH h3 {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #000;
  /* letter-spacing: 0.05em; */
}

.PL-sectionWH h4 {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #000;
  /* letter-spacing: 0.05em; */
}

.PLS-font {
  font-size: 14px !important;
}

.PL-sectionWH span {
  display: contents;
  font-weight: 500;
}

.PL-sectionWH p {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 15px;
}


.DM-section h3 {
  font-family: 'PF Handbook Pro';
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  /* letter-spacing: 0.05em; */
}

.DM-section p {
  font-family: 'PF Handbook Pro';
  font-weight: normal;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  margin-bottom: 15px;
}

.DM-sectionWH h3 {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 20px;
  /* text-transform: uppercase; */
  color: #000;
  /* letter-spacing: 0.05em; */
}

.DM-sectionWH h4 {
  font-family: 'PF Handbook Pro';
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #000;
  /* letter-spacing: 0.05em; */
}

.DMS-font {
  font-size: 14px !important;
}

.DM-sectionWH span {
  display: contents;
  font-weight: 500;
}

.DM-sectionWH p {
  font-family: 'PF Handbook Pro';
  font-weight: normal;
  font-size: 16px;
  line-height: 1.1;
  color: #000;
  margin-bottom: 15px;
}

.btn-default-new {
  background: #c34d34;
  border-radius: 30px;
  border: solid 3px #c34d34;
  color: #ffffff;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Roboto', sans-serif;
  padding: 0 25px;
  line-height: 3.1;
  margin-top: 30px;
  letter-spacing: 0.05em;
  -ms-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

  .btn-default-new:hover, .btn-default-new:focus {
    background: #fff;
    color: #c34d34;
    border-color: #c34d34;
  }
/**** ABOUT END ****/
/**** SERVICE ****/

.col-md-4, .col-sm-6, .col-xs-6 {
  display: flex
}

.service-items {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 20px;
  width: 100%;
  margin: 10px auto
}

.service-items1 {
  display: flex;
  align-items: center;
  text-align: left;
}

.border-right {
  border-right: 1px solid #C91429;
}

.features {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px auto
}

  .features div {
    display: flex;
    align-items: center;
    text-align: left;
  }

  .features h3 {
    text-align: left !important;
    width: 100%
  }

  .features .icon {
    color: #F05F40 !important; /* font-size: 36px; */
    display: inline-flex !important;
    width: 60px !important;
    height: 60px !important;
    /* text-align: center; */
    border-radius: 100% !important;
    margin: 10px 10px 10px 0 !important;
    text-align: left !important;
  }

.apply-now {
  background: #c91429;
  padding: 10px 30px;
  font-size: 22px;
  font-family: 'PF Handbook Pro';
  font-weight: 400;
  color: #fff;
  border-radius: 60px;
  display: table;
  margin: 20px 0;
  cursor: pointer;
}

.MCF-items {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 10px;
  width: 100%;
  margin: 10px auto
}

.MCF-section h3 {
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 30px;
  color: #C91429;
  letter-spacing: 0.05em;
  /* text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px; */
  /* text-shadow: 3px 3px 2px rgba(0,0,0,0.27); */
}

.service-section h3 {
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 500;
  font-size: 36px;
  margin-bottom: 30px;
  color: #C91429;
  letter-spacing: 0.05em;
  /* text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px; */
  /* text-shadow: 3px 3px 2px rgba(0,0,0,0.27); */
}

.DMservice-section h3 {
  font-family: 'PF Handbook Pro';
  font-weight: 500;
  font-size: 40px;
  /* margin-bottom: 30px; */
  color: #C91429;
  /* letter-spacing: 0.05em; */
  /* text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px; */
  /* text-shadow: 3px 3px 2px rgba(0,0,0,0.27); */
  text-transform: uppercase;
}

.service-section h2 {
  font-size: 20px;
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 600;
  background: #c4a167;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  margin: 0;
  color: #fff;
}

.cred h2 {
  font-size: 18px;
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 600;
  background: #c4a167;
  padding: 20px 10px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  margin: 0;
  color: #fff;
  height: 50px;
}


.HLSmall-txt-bg {
  background: #fff;
  border-radius: 20px;
  margin: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
  -webkit-box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.24);
  -moz-box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.24);
  box-shadow: 8px 10px 30px 0px rgba(0,0,0,0.24);
}

.HLSmall-txt {
  font-size: 14px !important;
  line-height: 1.2 !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600 !important;
  margin: 0 !important;
  padding: 10px;
}

.service-items {
  margin: 0;
  padding: 0
}

.service-section p {
  font-size: 14px
}

.service-section h3:after {
  content: "";
  display: block;
  /* width: 80px; */
  /* height: 3px; */
  /* margin: 20px auto 0; */
  /* background:#F05F40; */
}

.MCF-items .icon {
  color: #F05F40;
  font-size: 36px;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 10px;
  line-height: 98px;
}

.MCF-items h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #F05F40;
}

.service-items .icon {
  color: #F05F40;
  font-size: 36px;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 10px;
  line-height: 98px;
}

.HLdiscount-holder {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}

.HLdiscount-inner {
  font-family: 'PF Encore Sans Pro';
  display: flex;
  justify-content: space-around;
  margin: 10px;
  flex-wrap: wrap;
}

  .HLdiscount-inner div {
    margin: 0 10px;
    position: relative;
    border: 1px solid #C91429;
    padding: 10px;
    border-radius: 20px;
  }

.dis-border {
  border-bottom: 1px solid #C3A067;
}

.discount-holder {
  width: 600px;
  margin: 0 auto;
  border: 1px solid #C91429;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 30px;
}

.CRdiscount-holder {
  width: 400px;
  margin: 0 auto;
  border: 1px solid #C91429;
  padding: 10px;
  border-radius: 20px;
  margin: 30px auto 40px auto;
}

.discount-inner {
  font-family: 'PF Encore Sans Pro';
  display: flex;
  justify-content: space-around;
}

  .discount-inner div {
    margin: 0 10px;
    position: relative
  }

    .discount-inner div p {
      margin: 0px 0;
      padding: 0;
      font-size: 16px
    }

      .discount-inner div p:nth-child(2) {
        color: #C91429
      }

.HLdiscount-inner div {
  width: 30%;
  margin: 10px;
}

  .HLdiscount-inner div p {
    margin: 0px 0;
    padding: 0;
    font-size: 16px;
  }

.discount-inner div:nth-child(2) {
  width: 1px;
  background: #C91429
}

.discount-inner span {
  font-size: 28px;
  font-weight: 500;
  display: contents;
}

.HLdiscount-inner span {
  font-size: 26px;
  font-weight: 500;
  display: contents;
}

.disclaimer-holder {
  padding: 10px !important;
  width: 100%;
  background: #ffff;
}


.disclaimer-txt {
  font-size: 9px !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  color: #000 !important;
  padding: 0 !important;
  max-width: 1200px;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
  text-align: center
}

.service-items .icon img {
  width: 80px;
  height: auto
}

.features .icon img {
  width: 80px !important;
  height: auto
}

.service-items h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #F05F40;
}

  .service-items h4 a {
    color: #222;
  }

    .service-items h4 a:hover {
      color: #F05F40;
    }

.service-items p {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #414141;
  margin-bottom: 55px;
}

.CRservice-items p {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 16px !important;
  line-height: 1.6;
  color: #414141;
  margin-bottom: 55px;
}

.CF-section .service-items p {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
}



.DMoffer-inner {
  font-family: 'PF Handbook Pro';
  font-weight: bold;
  width: 96%;
  display: inline-block;
  /* margin: 10px; */
  text-align: center;
  background-color: #fff;
  box-shadow: 1px 1px 15px #dfdfdf;
  border-radius: 23px;
  padding: 2rem 0;
  transition: all 0.5s ease-in-out;
  border: 1px solid #3e593c;
}

  .DMoffer-inner h5 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #3e593c;
    display: inline-block;
    text-align: center;
    width: 100%;
  }

  .DMoffer-inner p {
    /* font-size: 16px; */
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 25px;
    box-sizing: border-box;
    margin: 15px 0;
    display: inline-block;
    text-align: center;
    justify-content: center;
    width: 100%;
  }

  .DMoffer-inner span { /* color:  #3e593c; */ /* font-weight: bold; */
    display: block;
    margin: 10px auto; /* font-size: 18px; */
  }

  .DMoffer-inner .DMH {
    font-size: 24px;
    color: #979f6e
  }

.DM-row {
  width: 60%;
  margin: 0 auto !important
}

.DMscheme-inner {
  font-family: 'PF Handbook Pro';
  width: 96%;
  display: inline-block;
  margin: 10px;
  text-align: center;
  border-radius: 23px;
  padding: 2rem 0;
  border: 1px dashed #979f6e;
  transition: all 0.5s ease-in-out;
}

  .DMscheme-inner h5 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 1rem;
    color: #979f6e
  }

  .DMscheme-inner p {
    /* font-size: 16px; */
    font-size: 18px;
    line-height: 20px;
    box-sizing: border-box;
    font-weight: normal;
  }

  .DMscheme-inner span { /* color:  #979f6e; */ /* font-weight: bold; */
    top: inherit;
    display: block;
  }

  .DMscheme-inner .DMH {
    font-size: 24px;
    color: #979f6e;
    font-weight: bold;
  }

.serviceLI {
  line-height: 1.1 !important
}

.service-items p:nth-child(2) {
  font-size: 22px;
}

.cred .service-items p:nth-child(2) {
  font-size: 16px;
}

.service-tc {
  font-size: 11px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
}

.CF-section .service-tc {
  color: #333;
  font-size: 12px !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  margin: 15px auto;
}

.service-text01 {
  font-size: 27px;
  margin-top: 50px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 500; /* line-height: 10px; */
  line-height: 28px;
  padding-bottom: 10px;
}

.service-text {
  font-size: 14px;
  margin-top: 50px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  line-height: 22px;
}

.lifeinsu-txt {
  margin-top: 0 !important
}

.MU-txt {
  margin-top: 0 !important
}

.DM-text01 {
  font-size: 30px;
  font-family: 'PF Handbook Pro';
  font-weight: 500;
}

.DM-text-S {
  font-size: 20px;
  font-family: 'PF Handbook Pro';
  font-weight: normal;
  margin-bottom: 20px;
}


.DMflip-inner {
  font-family: 'PF Handbook Pro';
  width: 100%;
  display: inline-block;
  /* margin: 10px; */
  text-align: center;
  border-radius: 23px;
  padding: 2rem 0;
  transition: all 0.5s ease-in-out;
  font-weight: bold;
}

.DMinline {
  flex-wrap: wrap;
}

/**** Flip start ****/
.flip-card, .flip-card-click {
  display: inline-block;
  background-color: transparent;
  width: 250px;
  height: 250px;
  margin-right: 12px;
  margin-bottom: 12px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner,
.flip-card:focus .flip-card-inner,
.flip-card:focus-within .flip-card-inner,
.flip-card:active .flip-card-inner,
.flip-card-click:focus .flip-card-inner,
.flip-card-click:active .flip-card-inner,
.flip-card-click.flipped .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-inner:focus {
  border: 1px dashed #3e593c;
  border-radius: 40px;
  cursor: pointer;
}

.flip-card-inner:hover {
  border-radius: 40px;
  cursor: pointer;
  background: rgba(151, 159, 110, 0.2);
  ;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  flex-wrap: wrap;
}

  .flip-card-front h2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1rem;
    color: #3e593c;
    width: 100%;
  }

  .flip-card-front p, .flip-card-back p {
    font-size: 16px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    width: 100%;
  }

    .flip-card-front p img {
      width: 70px;
      height: auto;
      display: inline-block;
    }

.flip-card-front {
  border: 1px dashed #3e593c;
  border-radius: 40px;
  padding: 20px !important;
}

.flip-card-back {
  background-color: #3e593c;
  border-radius: 40px;
  transform: rotateY(180deg);
  padding: 20px !important;
}
/**** flip END ****/
/**** acc start ****/

.accordion {
  width: 100%;
  /* max-width: 530px; */
  /* background-color: #fff; */
  border-radius: 8px;
  padding: 15px;
  margin: 0 15px;
}

  .accordion h2 {
    text-align: center;
  }

  .accordion .accordion-content {
    /* background-color: #e7c697; */
    margin: 10px 0;
    overflow: hidden;
    border-bottom: 1px solid #fff;
  }

.accordion-content.open {
  padding-bottom: 10px;
}

.accordion-content ul {
  margin: 0;
  padding: 0 0 0 10px;
}

.accordion-content .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  /* padding: 0 15px; */
  cursor: pointer;
  transition: all 0.3s linear;
}

  .accordion-content .header img {
    width: 30px;
    height: inherit;
    margin-right: 5px
  }

.accordion-content.open header {
  min-height: 50px;
}

.accordion-content .description {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  height: 0px;
  padding: 0 15px;
  transition: all 0.3s linear;
  margin: 0;
  font-size: 16px;
  text-align: left;
  color: #fff;
}

.accordion-content .title {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 0;
  color: #fff;
  text-align: left;
}

.accordion-content .header i {
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  border: 1px solid #fff;
  padding: 3px;
}

.LAP-items {
  border: 1px solid #fff;
  border-radius: 40px;
  padding: 20px;
  width: 100%;
  margin: 10px auto
}

.LAP-section h3 {
  font-family: 'PF Encore Sans Pro Book';
  font-weight: 600;
  font-size: 36px;
  margin-bottom: 30px;
  color: #C91429;
  letter-spacing: 0.05em;
  /* text-shadow: rgb(0, 0, 0) 1px 0px 0px, rgb(0, 0, 0) 0.540302px 0.841471px 0px, rgb(0, 0, 0) -0.416147px 0.909297px 0px, rgb(0, 0, 0) -0.989992px 0.14112px 0px, rgb(0, 0, 0) -0.653644px -0.756802px 0px, rgb(0, 0, 0) 0.283662px -0.958924px 0px, rgb(0, 0, 0) 0.96017px -0.279415px 0px; */
  /* text-shadow: 3px 3px 2px rgba(0,0,0,0.27); */
}


.LAP-items .icon {
  color: #F05F40;
  font-size: 36px;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  border-radius: 100%;
  margin: 0 auto 10px;
  line-height: 98px;
}

.LAP-items h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #F05F40;
}

  .LAP-items h4 a {
    color: #222;
  }

    .LAP-items h4 a:hover {
      color: #F05F40;
    }

.LAP-items p {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

  .LAP-items p:nth-child(2) {
    font-size: 22px
  }

.MCF-items h4 a {
  color: #222;
}

  .MCF-items h4 a:hover {
    color: #F05F40;
  }

.MCF-items p {
  font-family: 'PF Encore Sans Pro';
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
}

  .MCF-items p:nth-child(2) {
    font-size: 22px
  }

.MCF-tc {
  font-size: 12px !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  margin: 15px auto;
  color: #fff;
}

.MCF-text {
  font-size: 14px;
  margin-top: 50px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  line-height: 22px;
}


.LAP-tc {
  font-size: 12px !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  margin: 15px auto;
  color: #fff;
}

.LAP-text {
  font-size: 14px;
  margin-top: 50px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  line-height: 22px;
}

.LAP-desclmer {
  padding: 0 !important;
  width: 100% !important
}

.LAP-items1 {
  border: 1px solid #685934;
  border-radius: 20px;
  padding: 10px;
  width: 85%;
  margin: 10px auto
}



  .LAP-items1 .icon {
    color: #F05F40;
    font-size: 36px;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 10px;
    line-height: 98px;
  }

    .LAP-items1 .icon img {
      width: 80px;
      height: auto
    }

  .LAP-items1 h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #F05F40;
  }

    .LAP-items1 h4 a {
      color: #222;
    }

      .LAP-items1 h4 a:hover {
        color: #F05F40;
      }

  .LAP-items1 p {
    font-family: 'PF Encore Sans Pro';
    font-weight: 500;
    font-size: 16px;
    /* line-height: 1.6; */
    color: #000;
  }

    .LAP-items1 p:nth-child(2) {
      font-size: 16px;
    }



.LAP-items2 { /* border: 1px solid #685934; */
  border-radius: 20px;
  padding: 10px;
  width: 100%;
  margin: 10px auto;
  background: #fff;
}



  .LAP-items2 .icon {
    color: #F05F40;
    font-size: 36px;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 10px;
    line-height: 98px;
  }

  .LAP-items2 h4 {
    font-size: 22px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #F05F40;
  }

    .LAP-items2 h4 a {
      color: #222;
    }

      .LAP-items2 h4 a:hover {
        color: #F05F40;
      }

  .LAP-items2 p {
    font-family: 'PF Encore Sans Pro';
    font-weight: 500;
    font-size: 16px;
    /* line-height: 1; */
    color: #000;
  }

    .LAP-items2 p:nth-child(2) {
      font-size: 16px;
    }

  .LAP-items2 .icon img {
    width: 80%;
    height: auto;
  }



.disclaimer-holder {
  padding: 0 !important;
  width: 100%
}


.LAP-desclmer .disclaimer-txt {
  font-size: 10px !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  color: #000 !important;
  padding: 0 !important;
  max-width: 1200px;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
  text-align: center
}

/**** acc END ****/
.disclaimer-holder {
  padding: 0 !important
}

.disclaimer-head {
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1px solid #000;
}

.disclaimer-txt {
  font-size: 10px !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  color: #000 !important;
  padding: 0 !important;
  max-width: 1200px;
  width: 100%;
  padding: 10px;
  margin: 10px auto;
  text-align: center
}

.disIMG {
  width: 94%;
  height: auto;
  padding: 5px;
  border: 1px solid #4e4e4e
}

  .disIMG img {
    width: 100%;
    height: auto
  }
/**** load ****/

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.load-4 {
  display: none;
}

#loadMore {
  width: 200px;
  color: #fff;
  display: block;
  text-align: center;
  margin: 20px auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid transparent;
  background-color: blue;
  transition: .3s;
}

  #loadMore:hover {
    color: blue;
    background-color: #fff;
    border: 1px solid blue;
    text-decoration: none;
  }

.noContent {
  display: none;
  color: #000 !important;
  background-color: transparent !important;
  pointer-events: none;
}

.load-more {
  border: 1px solid #fff;
  padding: 10px 20px;
  color: #fff !important;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600
}

.st {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.st-img {
  width: 100%;
  float: left;
  text-align: center;
  position: absolute;
}

  .st-img img {
    width: 120px !important;
    display: inline-block !important;
  }

.st-content {
  width: 100%;
  float: right;
  text-align: left;
  background: #C91429;
  border-radius: 20px;
  color: #fff;
  margin-top: 60px;
  padding: 10px;
  height: 270px;
}

  .st-content h3 {
    font-family: 'PF Encore Sans Pro Book';
    margin-top: 60px;
    text-align: center;
    font-style: italic;
    font-size: 13px;
    height: 120px;
  }

.st-text {
  font-size: 12px;
  margin: 0;
  text-align: center;
  fonfont-weight: 500;
  font-family: 'PF Encore Sans Pro';
}

#homeVideo button.btn.btn-default {
  background: black;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 5;
  color: white;
}

#homeVideo1 button.btn.btn-default {
  background: black;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 5;
  color: white;
}

#homeVideo2 button.btn.btn-default {
  background: black;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 5;
  color: white;
}

#homeVideo3 button.btn.btn-default {
  background: black;
  border-radius: 50%;
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 5;
  color: white;
}

.testi {
  font-family: 'PF Encore Sans Pro Book';
  color: #C91429;
  font-weight: 500;
  font-size: 36px
}

.videobtn {
  width: 110px;
  padding: 5px; /* border: 1px solid #000000; */
  border-radius: 20px;
  text-align: center;
  position: absolute;
  background: #F7A600;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  bottom: -10px;
}

  .videobtn a {
    color: #000;
    font-size: 13px
  }

  .videobtn img {
    width: 27px !important;
    height: auto;
    margin-right: 1px;
    display: inline-block !important;
  }

.modal-dialog {
  max-width: 700px;
  top: 50%;
  transform: translateY(-50%) !important;
}

/**** load END ****/

/**** SERVICE END ****/
/**** PORTFOLIO ****/


.portfolio-section {
  padding: 0;
}

  .portfolio-section .portfolio-section-inner {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: 2000px;
  }

.portfolio-section-inner .portfolio-section-row {
  display: table-row;
  width: 100%;
}

.portfolio-section-inner .portfolio-section-data {
  display: table-cell;
  width: 33.33%;
  vertical-align: middle;
  height: 420px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

  .portfolio-section-inner .portfolio-section-data .portfolio-section-text {
    position: absolute;
    top: 150%;
    ;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    margin: auto;
    -ms-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .portfolio-section-inner .portfolio-section-data:hover .portfolio-section-text {
    top: 0;
  }

.portfolio-section-text .portfolio-section-text-inner {
  position: absolute;
  top: 50%;
  right: 20px;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.portfolio-section-text p {
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
}

.portfolio-section-text a {
  color: #F05F40;
  font-size: 14px;
}

  .portfolio-section-text a:hover {
    color: #fff;
  }
/**** PORTFOLIO ****/
/**** FOOTER ****/

footer {
  background: #222;
  padding: 10px 0;
  position: relative;
  text-align: center;
  /* font-size: 12px; */
}

  footer h3 {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 0.05em;
  }

    footer h3:after {
      content: "";
      display: block;
      width: 80px;
      height: 3px;
      margin: 20px auto 0;
      background: #F05F40;
    }

  footer p {
    font-size: 12px;
    line-height: 1.6;
    color: #adadad;
    font-family: 'PF Encore Sans Pro';
    font-weight: 600;
  }

.DMf-text {
  font-family: 'PF Handbook Pro';
  font-weight: normal;
}

.gap {
  display: block;
  margin-top: 50px;
}

footer span.glyphicon {
  color: #adadad;
  font-size: 28px;
  display: block;
  margin: 0 auto 30px;
}

footer a {
  color: #adadad;
}

  footer a:hover {
    color: #F05F40;
  }

.fund {
  padding-top: 15px !important;
}

.one-time {
  display: flex;
  margin: 0 10px
}

.cust-items {
  width: 100%;
}

.cust-hold {
  width: 100%;
  display: flex;
  flex-wrap: wrap
}

.cust-inn {
  border: 1px solid #969F6E;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  text-align: center;
  margin: 0 10px
}

.cust-heading {
  background: #3E593C;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600
}

.cust-sub {
  color: #969F6E;
  font-size: 18px;
  font-family: 'PF Encore Sans Pro';
  margin: 5px 0;
  text-align: left;
  margin: 10px 10px 0px 10px;
  display: block;
  overflow: hidden;
}

.cust-year {
  color: #969F6E;
  font-size: 15px;
  font-family: 'PF Encore Sans Pro';
  margin: 5px 10px;
  background: #969F6E;
  color: #fff;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

  .cust-year div {
    border-right: 1px solid #fff;
    width: 20%;
    padding: 2px
  }

    .cust-year div:nth-child(4) {
      border-right: 0;
      width: 38%
    }

.cust-num {
  color: #969F6E;
  font-size: 15px;
  font-family: 'PF Encore Sans Pro';
  margin: 5px 10px;
  background: #DADCCB;
  color: #000;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

  .cust-num div {
    border-right: 1px solid #fff;
    width: 20%;
    padding: 2px
  }

    .cust-num div:nth-child(4) {
      border-right: 0;
      width: 38%
    }

.cust-comb {
  color: #969F6E;
  font-size: 15px;
  font-family: 'PF Encore Sans Pro';
  margin: 10px 10px;
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
}

  .cust-comb div:nth-child(1) {
    width: 60%;
    padding: 2px;
    text-align: left;
    color: #3E593C;
    font-size: 16px;
  }

  .cust-comb div:nth-child(2) {
    width: 40%;
    padding: 2px 2px 2px 10px;
    color: #3E593C;
    font-size: 14px;
    position: relative;
    text-align: left;
  }

    .cust-comb div:nth-child(2)::before {
      border-left: 1.5px dotted #3E593C;
      content: "";
      line-height: 1.5;
      position: absolute;
      top: 20%;
      left: 5px;
      height: 10px; /* font-size: 12px; */
    }

  .cust-comb img {
    display: inline-block !important;
    width: 20px;
    margin-top: -7px;
  }

.ftc {
  font-size: 11px;
  font-family: 'PF Encore Sans Pro';
  font-weight: 600;
  text-align: left;
  margin-top: 50px
}

/* Popup */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  max-width: 400px;
  width: 90%;
}

  .modal-content div {
    display: flex;
    flex-wrap: wrap;
    background: none !important
  }

  .modal-content h1 {
    margin: 0 auto;
    color: #c71529 !important;
    font-size: 20px !important;
  }

  .modal-content input {
    border: 1px solid #c71529;
  }

  .modal-content .btn {
    border: 0 !important
  }

  .modal-content .tc {
    color: #000 !important;
  }

.modal-button {
  cursor: pointer
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }

  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */
.close {
  color: #c81429 !important;
  float: right;
  font-size: 38px !important;
  font-weight: bold;
  opacity: 1 !important;
}

  .close:hover,
  .close:focus {
    color: #c81429;
    text-decoration: none;
    cursor: pointer;
  }

/* Popup End*/
@media only screen and (max-width: 991px) {


  .imgdiv {
    width: 100%;
    height: auto; /* display: contents; */
    position: relative;
    bottom: 0;
    left: 0;
  }
}


@media only screen and (max-width: 1366px) {
  .form-top {
    width: 34%;
    right: 7.5%
  }
}

@media only screen and (max-width: 1000px) and ( min-width:769px) {
  .banner-row {
    flex-wrap: wrap
  }

  .banner-holder {
    background-size: cover
  }

  .form-holder input {
    width: 24%;
  }

  .form-holder select {
    width: 24%;
  }

  .DMform-holder input {
    width: 24%;
  }

  .DMform-holder select {
    width: 24%;
  }

  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .imgdiv img {
    width: 60%;
    height: auto
  }

  .muimgdiv img {
    width: 60%;
    height: auto
  }

  .PLimgdiv img {
    width: 60%;
    height: auto
  }
}

@media only screen and (max-width: 768px) and ( min-width:601px) {
  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .banner-row {
    flex-wrap: wrap
  }

  .banner-holder {
    background-size: cover
  }
}

@media only screen and (max-width: 1200px) {


  .strip {
    padding-left: 20px
  }

  .strip2 {
    padding-left: 20px
  }

  .MUstrip2 {
    padding-left: 20px
  }

  .PLstrip2 {
    padding-left: 20px
  }

  .DMstrip2 {
    padding-left: 20px
  }

  .MCF-strip2 {
    padding-left: 20px
  }

  .logo-container {
    padding-left: 20px
  }
}


@media only screen and (max-width: 762px) {
  nav.navbar-default {
    height: 112px;
  }




    nav.navbar-default .navbar-brand {
      width: 220px
    }

  .navbar-default .navbar-toggle {
    border-color: #C91429 !important;
  }

    .navbar-default .navbar-toggle .icon-bar {
      background-color: #fff !important;
    }

    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
      background-color: #C91429 !important;
    }

  .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    background: #fff
  }

  nav.navbar-default .navbar-nav > li > a {
    color: #000;
    font-size: 14px;
  }

  .caret {
    float: right;
    margin-top: 5px;
  }

  nav.navbar-default .navbar-nav li a.active, nav.navbar-default .navbar-nav li a.active:focus, nav.navbar-default .navbar-nav li a.active:hover {
    color: #000 !important
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #000 !important
  }

  .nav > li {
    border-bottom: 1px solid #000
  }

    .nav > li:last-child {
      border-bottom: 0px solid #000
    }

  .navbar-brand > img {
    width: 100%;
    height: auto;
  }

  .navbar-toggle {
    margin-right: 0 !important
  }
}

@media only screen and (max-width: 600px) {
  .logo-strip {
    height: 70px
  }

  .logo-container a:nth-child(1) img {
    width: 140px;
    height: auto
  }

  .logo-container a:nth-child(2) {
    margin-top: 5px
  }

    .logo-container a:nth-child(2) img {
      width: 80px;
      height: auto
    }

  .row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .desk {
    display: none;
    left: 0 !important
  }

  .mob {
    display: block;
    left: 0% !important;
  }

  .strip {
    padding-left: 20px;
    font-size: 1.4em
  }

  .strip2 {
    padding-left: 20px;
    font-size: 1em
  }

  .PLstrip2 {
    padding-left: 20px;
    font-size: 1em
  }

  .DMstrip2 {
    padding-left: 20px;
    font-size: 1em
  }

  .MCF-strip2 {
    padding-left: 20px;
    font-size: 1em
  }

  .banner-holder {
    background-size: cover
  }

  .banner-row {
    flex-wrap: wrap
  }

  .form-holder {
    padding: 0 20px;
  }

    .form-holder h1 {
      font-size: 25px;
    }

  .DMform-holder {
    padding: 10px 20px;
  }

    .DMform-holder h1 {
      font-size: 30px;
    }

  .life-font {
    font-size: 18px !important;
  }

  .MU-font {
    font-size: 20px !important;
  }

  .service-section h3 {
    font-size: 30px;
    text-shadow: none !important
  }

  .DMservice-section h3 {
    font-size: 36px;
    text-shadow: none !important
  }

  .service-items .icon {
    margin: 0 auto 15px;
  }

    .service-items .icon img {
      width: 76px;
      height: auto
    }

  .service-items .ico img {
    width: 150px;
    height: auto;
  }

  .service-items .ico {
    color: #F05F40;
    font-size: 36px;
    display: block;
    width: 150px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    margin: 0 auto 10px !important;
    line-height: 98px;
  }

  .service-items p {
    font-size: 14px;
    line-height: 1.1
  }

  .service-text01 {
    font-size: 17px;
  }

  .service-text {
    font-size: 13px;
    line-height: 1.1
  }

  .about-section h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
  }

  .MCF-items .icon {
    margin: 0 auto 15px;
  }

    .MCF-items .icon img {
      width: 76px;
      height: auto
    }

  .MCFP-items p {
    font-size: 14px;
    line-height: 1.1
  }

  .MCF-text {
    font-size: 13px;
    line-height: 1.1
  }

  .MCF-section h3 {
    font-size: 30px;
    margin-bottom: 10px;
    padding: 0;
  }

  .PL-section h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
  }

  .PL-sectionWH h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
  }

  .DM-section h3 {
    font-size: 36px;
    margin-bottom: 20px;
    padding: 0;
  }

  .DM-sectionWH h3 {
    font-size: 30px;
    margin-bottom: 0;
    padding: 0;
    margin: 0;
  }

  .accordion {
    margin-left: 0;
  }

  .accordion-content .header i {
    font-size: 10px
  }

  .imgdiv img {
    width: 90%;
    height: auto
  }

  .muimgdiv img {
    width: 90%;
    height: auto
  }

  .PLimgdiv img {
    width: 90%;
    height: auto
  }

  .DMimgdiv {
    display: none
  }

  .DMimgdivmob {
    display: block
  }

    .DMimgdivmob img {
      width: 100%;
      height: auto
    }

  .col-xs-6 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .thank-holder {
    padding: 0 20px;
  }

    .thank-holder h1 {
      font-size: 25px;
    }

    .thank-holder p {
      font-size: 18px;
      width: 100%;
      margin-bottom: 20px
    }

  .accordion-content .header {
    text-align: left
  }

  .accordion-content .title {
    font-size: 14px
  }

  .testi {
    font-size: 30px
  }

  .post-content {
    height: 280px !important;
  }

  .st-content {
    height: 200px;
  }

  .DM-row {
    width: 90%;
  }

  .DM-text01 {
    font-size: 28px;
  }

  .flip-card, .flip-card-click {
    width: 100%;
    height: 200px;
  }

  .flip-card-front {
    border-radius: 20px;
  }

  .flip-card-back {
    border-radius: 20px;
  }

  .DMflip-inner {
    padding: 0;
  }

  .DMoffer-inner {
    padding: 10px
  }

    .DMoffer-inner h5 {
      font-size: 40px;
    }

    .DMoffer-inner p {
      font-size: 24px;
      margin: 10px 0;
    }

  .DMscheme-inner {
    margin: 10px;
    padding: 10px
  }

  .DMS-font {
    font-size: 13px
  }

  .MCF-heading span:nth-child(1) {
    display: none
  }

  .MCF-heading span:nth-child(2) {
    font-size: 20px
  }

  .MCF-heading span:nth-child(3) {
    display: none
  }

  .flip-card-front h2 {
    font-size: 16px;
  }

  .cust-sub {
    width: 100%;
    margin: 10px 0 0 10px;
    font-size: 16px;
  }

  .cust-year {
    color: #969F6E;
    font-size: 13px;
    font-family: 'PF Encore Sans Pro';
    margin: 0 0 0 5px;
    background: #969F6E;
    color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0px;
    display: flex;
    flex-wrap: wrap;
    width: 50%;
  }

  .border-right {
    border-right: 0;
    border-bottom: 1px solid #8D1218
  }

  .modal-content .tc {
    font-size: 9px
  }

  .cust-year div {
    border-right: 0px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    padding: 2px;
  }

    .cust-year div:nth-child(4) {
      border-bottom: 0;
      width: 100%;
    }

  .cust-num {
    color: #969F6E;
    font-size: 13px;
    font-family: 'PF Encore Sans Pro';
    margin: 0;
    background: #DADCCB;
    color: #000;
    border-top-left-radius: 0px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    width: 45%;
    float: left;
  }

    .cust-num div {
      border-right: 0px solid #fff;
      border-bottom: 1px solid #fff;
      width: 100%;
      padding: 2px;
    }

      .cust-num div:nth-child(4) {
        border-bottom: 0;
        width: 100%;
      }

  .cust-comb div:nth-child(1) {
    width: 100%;
    font-size: 14px
  }

  .cust-comb div:nth-child(2) {
    width: 100%;
    padding: 2px;
    font-size: 13px
  }

    .cust-comb div:nth-child(2)::before {
      border-left: 0;
    }

  .discount-holder {
    width: 90%;
  }

  .discount-inner {
    flex-wrap: wrap;
  }

    .discount-inner div:nth-child(2) {
      height: 1px;
      width: 100%;
      margin: 10px 0
    }
}


.post-content {
  display: flex;
  height: 350px
}

.post-description {
  height: 15px;
  font-size: 9px;
  text-align: center;
  margin-bottom: 10px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}

  .owl-nav button.owl-prev {
    left: 0;
  }

  .owl-nav button.owl-next {
    right: 0;
  }

.owl-dots {
  text-align: center;
  padding-top: 15px;
}

  .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background-color: #E3E3E3 !important;
    margin: 0 3px;
  }

    .owl-dots button.owl-dot.active {
      background-color: #C91429 !important;
    }

    .owl-dots button.owl-dot:focus {
      outline: none;
    }

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

span {
  /* font-size: 70px; */
  position: relative;
  top: -5px;
}

.owl-nav button:focus {
  outline: none;
}

.input-icon {
  position: relative;
}

  .input-icon img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: auto;
    width: 20%;
  }
/*the container must be positioned relative:*/
.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  height: 75px;
  overflow: auto;
}

  .autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    color: black;
  }
    /*when hovering an item:*/
    .autocomplete-items div:hover {
      background-color: #e9e9e9;
    }
/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.dropdown-menu {
  width: 100%;
  max-width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.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;
}

.font-10 {
  font-size: 10px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-15 {
  font-size: 15px;
}

.font-16 {
  font-size: 16px;
}

.font-17 {
  font-size: 17px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-36 {
  font-size: 36px;
}

label {
  margin: 0;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 16px;
}

.gap-4 {
  gap: 24px;
}

.gap-32px {
  gap: 32px;
}

.text-white {
  color: #fff;
}

/* ------------------------------------------------------------------------------------------------ */
/* Header */
/* ------------------------------------------------------------------------------------------------ */

header {
  background-color: var(--red);
}

  header .main-logo {
    width: 174px;
    padding: 26px 0;
  }

/* ======================================================================================================= */

.header-line {
  background-color: #F99C19;
  color: white;
  padding: 8.5px 0;
  text-transform: uppercase;
}

/* ------------------------------------------------------------------------------------------------ */
/* Unique Url */
/* ------------------------------------------------------------------------------------------------ */
.unique-url {
  background-image: url('../images/Frame_1000001923.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  padding: 70px 0 80px;
}

  .unique-url .container {
    gap: 15px;
  }

  .unique-url h3 {
    color: #161617;
    font-size: 40px;
    line-height: 50px;
  }

  .unique-url .form-box {
    max-width: 420px;
    background: linear-gradient(137.77deg, #C31D2E 0%, #8D1218 99.97%);
    border-radius: 10px;
    padding: 35px;
  }

    .unique-url .form-box form .input-fild {
      color: white;
      background-color: transparent;
      border: 1px solid #FFFFFF;
      box-shadow: none;
      padding: 11px 10px;
    }

      .unique-url .form-box form .input-fild::placeholder {
        color: rgba(255, 255, 255, 0.3);
      }

    .unique-url .form-box form hr {
      border-top: 1px solid #FFFFFF59;
    }

    .unique-url .form-box form .div-input-copy-fild .btn-copy {
      line-height: 13px;
      right: 0;
      padding: 11px 12px;
    }

    .unique-url .form-box form .input-copy-fild {
      color: white;
      background-color: rgba(255, 255, 255, 0.2);
      border: 0;
      padding: 11px 38px 11px 10px;
      box-shadow: none;
    }

      .unique-url .form-box form .input-copy-fild::placeholder {
        color: rgba(255, 255, 255, 0.3);
      }

    .unique-url .form-box .btn-getusrl {
      background: #F99C19;
      line-height: 16px;
      padding: 11px 16px;
    }

/* ------------------------------------------------------------------------------------------------ */
/* Responsive Css */
/* ------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 768px) {
  .unique-url {
    padding: 40px 0;
  }

    .unique-url .container {
      gap: 30px;
    }
}

@media only screen and (max-width: 576px) {
  .unique-url h3 {
    font-size: 36px;
    line-height: 36px;
  }
}


* {
  box-sizing: border-box
}

html {
  scroll-behavior: smooth
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'PFHandbookPro-Light', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  letter-spacing: 0.3px;
}



.fullWidthDiv {
  display: block;
  clear: both;
  overflow: hidden;
}

.maxWidthDiv {
  display: block;
  clear: both;
  margin: auto;
  max-width: 1140px;
  overflow: hidden;
}

  .maxWidthDiv.padd30 {
    padding: 30px 10px;
  }

  .maxWidthDiv.padd60 {
    padding: 60px 10px;
  }



.fullWidthDiv.headerDiv {
  background: #CD1F36;
}

  .fullWidthDiv.headerDiv .logoDiv {
    float: right;
  }

    .fullWidthDiv.headerDiv .logoDiv img {
      display: block;
      width: 100%;
      max-width: 540px;
      height: auto;
    }


.fullWidthDiv.bannerDiv {
  background: rgb(217,217,217);
  background: linear-gradient(100deg, #EEEEEE 0.35%, rgba(217, 217, 217, 0) 100%);
}

  .fullWidthDiv.bannerDiv .maxWidthDiv {
    position: relative;
  }



.bannerContent {
  float: left;
  width: calc(100% - 370px);
  padding-right: 15px;
}

.paddingDiv {
  display: block;
  clear: both;
  padding: 60px 0px 60px 45%;
  background: url("../images/micro_site/BannerShield.png") no-repeat left center;
  background-size: 300px auto;
}

.bannerContent .bannerHeader {
  display: block;
  clear: both;
  font-size: 38px;
  line-height: 38px;
}

  .bannerContent .bannerHeader b {
    font-family: 'PFHandbookPro-Bold';
  }

.bannerContent .bannerSubHeader {
  display: block;
  clear: both;
  padding-top: 5px;
  padding-bottom: 20px;
  font-family: 'PFHandbookPro-Medium';
  font-size: 28px;
  color: #C91429;
  line-height: 28px;
}

.bannerContent .bannerText {
  display: block;
  clear: both;
  font-size: 25px;
  line-height: 27px;
}


.banPointersCont {
  display: block;
  clear: both;
  padding-top: 30px;
}

  .banPointersCont .banPointer {
    display: table;
    width: 100%;
    padding: 5px 0px;
  }

    .banPointersCont .banPointer .iconDiv {
      display: table-cell;
      vertical-align: middle;
      width: 50px;
    }

      .banPointersCont .banPointer .iconDiv img {
        display: block;
        width: 100%;
      }

    .banPointersCont .banPointer .textDiv {
      display: table-cell;
      vertical-align: middle;
      font-size: 25px;
      line-height: 25px;
    }






.formRedBG {
  float: left;
  width: 370px;
  padding: 30px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(150deg, #8D1218 0%, #C91429 100%);
}

  .formRedBG .formHeader {
    display: block;
    clear: both;
    font-family: 'PFHandbookPro-Medium';
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
  }


.formOne {
  display: block;
}

.formTwo {
  display: none;
}


.formRedBG .inputCont {
  display: block;
  clear: both;
  padding-top: 20px;
  border-bottom: solid 1px #fff;
}

  .formRedBG .inputCont .commonInpt {
    display: block;
    clear: both;
    width: 100%;
    padding: 10px 10px 10px 33px;
    font-family: 'PFHandbookPro-Light';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    background: rgba(255, 255, 255, 0);
    border: 0px;
    outline: 0px;
  }

    .formRedBG .inputCont .commonInpt::placeholder {
      color: #fff;
      opacity: 1;
    }

    .formRedBG .inputCont .commonInpt::-ms-input-placeholder {
      color: #fff;
    }

    .formRedBG .inputCont .commonInpt.fIcon-Mobile {
      background: url("../images/micro_site/fIcon-Mobile.png") left 4px center no-repeat;
      background-size: 20px;
    }

    .formRedBG .inputCont .commonInpt.fIcon-Email {
      background: url("../images/micro_site/fIcon-Email.png") left 4px center no-repeat;
      background-size: 20px;
    }

    .formRedBG .inputCont .commonInpt.fIcon-Key {
      background: url("../images/micro_site/fIcon-Key.png") left 4px center no-repeat;
      background-size: 20px;
    }

    .formRedBG .inputCont .commonInpt.fIcon-Name {
      background: url("../images/micro_site/fIcon-Name.png") left 4px center no-repeat;
      background-size: 20px;
    }

    .formRedBG .inputCont .commonInpt.fIcon-Pincode {
      background: url("../images/micro_site/fIcon-Pincode.png") left 4px center no-repeat;
      background-size: 20px;
    }

.formRedBG .ackText {
  display: block;
  clear: both;
  padding-top: 20px;
  font-size: 11px;
  text-align: center;
}

.formRedBG .CTAdiv {
  display: block;
  clear: both;
  padding-top: 20px;
  text-align: center;
}

  .formRedBG .CTAdiv a.formCTA {
    display: inline-block;
    width: 100%;
    max-width: 180px;
    font-family: 'PFHandbookPro-Bold';
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 30px 8px 30px;
    border: solid 2px #F7A600;
    background: rgba(247, 166, 0, 1);
    border-radius: 50px;
    transition: all 0.25s ease-in-out;
  }

    .formRedBG .CTAdiv a.formCTA:link {
      text-decoration: none;
      color: #000;
    }

    .formRedBG .CTAdiv a.formCTA:visited {
      text-decoration: none;
      color: #000;
    }

    .formRedBG .CTAdiv a.formCTA:hover {
      text-decoration: none;
      color: #F7A600;
      background: rgba(247, 166, 0, 0);
      border: solid 2px #F7A600;
      box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
    }


.fullWidthDiv.bannerDiv .maxWidthDiv .bannerTextCont {
  position: absolute;
  top: 22%;
  left: 31%;
  right: 0;
  display: block;
  font-size: 42px;
}

  .fullWidthDiv.bannerDiv .maxWidthDiv .bannerTextCont .bannerHeader {
    display: block;
    width: 100%;
    font-size: 82px;
    line-height: 82px;
    font-weight: 700;
    color: #E27396;
    text-transform: uppercase;
  }






.commonCont {
  display: block;
  clear: both;
  overflow: hidden;
}

h1.commonHeader {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
  font-size: 20px;
  line-height: 26px;
}

  h1.commonHeader b {
    display: block;
    clear: both;
    padding: 0px 0px 10px 0px;
    font-size: 36px;
    color: #C91429;
    font-weight: 700;
    text-transform: uppercase;
  }

p.commonText {
  display: block;
  clear: both;
  margin: 0px;
  padding: 10px;
  font-size: 20px;
}














.fullWidthDiv.keyFeaturesDiv {
  background: rgb(214,141,135);
  background: linear-gradient(0deg, rgba(214,141,135,1) 40%, rgba(255,255,255,1) 40%);
}

  .fullWidthDiv.keyFeaturesDiv .commonCont {
    padding-top: 20px;
  }

  .fullWidthDiv.keyFeaturesDiv .childDiv4 {
    float: left;
    width: 25%;
    padding: 10px;
  }

    .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv {
      display: block;
      padding: 30px;
      font-family: 'PFHandbookPro-Medium';
      font-size: 18px;
      text-align: center;
      background: #fff;
      min-height: 250px;
      box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    }

      .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv .iconDiv {
        display: block;
        margin: 0px auto;
        width: 50%;
        padding-bottom: 20px;
      }

        .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv .iconDiv img {
          display: block;
          width: 100%;
        }













.slider_Benefits {
  display: block;
  clear: both;
  padding-top: 20px;
}

  .slider_Benefits .BenefitsDiv {
    display: block;
    padding-right: 10px;
    overflow: hidden;
  }

    .slider_Benefits .BenefitsDiv b {
      display: block;
      padding: 10px 0px;
      font-size: 23px;
    }

    .slider_Benefits .BenefitsDiv .imageDiv {
      display: block;
      max-width: 50px;
      width: 100%;
    }

      .slider_Benefits .BenefitsDiv .imageDiv img {
        display: block;
        width: 100%;
      }


.smallFont {
  font-size: 12px;
  line-height: normal;
}


.slider_Benefits button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slider_Benefits .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 1;
}

.slider_Benefits .prev-arrow {
  left: 25px;
  width: 50px;
  height: 50px;
  background: url("../images/micro_site/blackArrowL.png") no-repeat center center;
  cursor: pointer;
}

.slider_Benefits .next-arrow {
  right: 25px;
  width: 50px;
  height: 50px;
  background: url("../images/micro_site/blackArrowR.png") no-repeat center center;
  cursor: pointer;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.slider_Benefits .slick-dots {
  position: relative !important;
  margin-top: 20px;
}

  .slider_Benefits .slick-dots li {
    width: 15px !important;
    margin: 0px 3px !important;
  }

    .slider_Benefits .slick-dots li button:before {
      border: solid 2px #C2C2C2 !important;
      opacity: 1 !important;
      background: #ffffff !important;
    }

    .slider_Benefits .slick-dots li.slick-active button:before {
      width: 10px !important;
      height: 10px !important;
      background: #C91429 !important;
      border: solid 2px #C91429 !important;
    }







.fullWidthDiv.planOptionsDiv .commonParentDiv {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  clear: both;
  overflow: hidden;
}

  .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 {
    flex: 1;
    width: 50%;
    text-align: center;
  }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 .commonCont {
      margin: 0px auto;
      display: block;
      text-align: left;
    }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2.gradientBG {
      padding: 100px 0px;
      color: #fff;
      background: linear-gradient(110deg, #6A4742 0%, #D68D87 100%);
    }

      .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2.gradientBG .commonCont {
        margin: 0px auto;
        display: inline-block;
        padding: 0px 65px;
        text-align: left;
      }

      .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2.gradientBG .numberTen {
        display: block;
        font-family: 'PFHandbookPro-ExtraThin';
        font-size: 150px;
        line-height: 120px;
      }

      .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2.gradientBG .Text-01 {
        display: block;
        font-size: 48px;
        text-transform: uppercase;
        line-height: 44px;
      }

      .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2.gradientBG .Text-02 {
        display: block;
        font-family: 'PFHandbookPro-ExtraThin';
        font-size: 28px;
      }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 .slider_PlanOptions .commonCont {
      padding: 0px 45px;
    }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 .slider_PlanOptions .numberTen {
      display: block;
      font-family: 'PFHandbookPro-ExtraThin';
      font-size: 126px;
      color: #C1C1C1;
      line-height: 100px;
    }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 .slider_PlanOptions .hText {
      display: block;
      padding-bottom: 10px;
      font-family: 'PFHandbookPro-Medium';
      font-size: 36px;
    }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 .slider_PlanOptions p {
      display: block;
      margin: 0px;
      padding: 0px;
      font-size: 16px;
    }


.slider_PlanOptions {
  display: block;
  clear: both;
  padding-top: 20px;
  padding-bottom: 100px;
}

  .slider_PlanOptions .BenefitsDiv {
    display: block;
    padding-right: 10px;
    overflow: hidden;
  }

    .slider_PlanOptions .BenefitsDiv b {
      display: block;
      padding: 10px 0px;
      font-size: 23px;
    }


  .slider_PlanOptions button {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .slider_PlanOptions .slide-arrow {
    position: absolute;
    bottom: 0;
    z-index: 1;
  }

  .slider_PlanOptions .prev-arrow {
    right: 50px;
    width: 50px;
    height: 50px;
    background: url("../images/micro_site/blackArrowL.png") no-repeat center center;
    cursor: pointer;
    background-size: 30px auto;
  }

  .slider_PlanOptions .next-arrow {
    right: 0px;
    width: 50px;
    height: 50px;
    background: url("../images/micro_site/blackArrowR.png") no-repeat center center;
    cursor: pointer;
    background-size: 30px auto;
  }







.fullWidthDiv.whyBuyDiv {
  background: url("../images/micro_site/bgImage-WhyBuy.jpg") no-repeat center center;
  background-size: cover;
}

  .fullWidthDiv.whyBuyDiv .maxWidthDiv {
    padding: 140px 0px;
    text-align: center;
    color: #fff;
    line-height: 22px;
  }

    .fullWidthDiv.whyBuyDiv .maxWidthDiv b {
      display: block;
      clear: both;
      padding-bottom: 20px;
      font-family: 'PFHandbookPro-Medium';
      font-size: 28px;
    }







.fullWidthDiv.faqBG {
  background: #F2F2F2;
}

  .fullWidthDiv.faqBG h1.commonHeader b {
    text-align: center;
    text-transform: inherit;
  }

.faqsHeader {
  display: table;
  margin: 0px auto;
  font-size: 34px;
  color: #0473ea;
  text-align: center;
  border-bottom: solid 3px #38d200;
}

.faq {
  margin: 0px auto;
  width: 100%;
  padding: 10px 0px;
}

.faqitem .header {
  padding: 5px;
  font-size: 18px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-top: solid 1px #aaa;
}

.faqitem:nth-child(1) .header {
  border-top: 0px;
}

#LoadMoreFaqs .faqitem:nth-child(1) .header {
  border-top: solid 1px #aaa;
}

.faqitem .header h4 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.5px;
}

.faqitem .header i {
  padding-top: 5px;
  font-style: normal;
  font-size: 36px;
  color: #525355;
  font-weight: 100;
}

  .faqitem .header i img {
    width: 20px;
    height: 20px;
  }

.faqitem .header .fa.fa-minus {
  display: none;
}

.faqitem.jquery-accordion-active .fa.fa-minus {
  display: block;
}

.faqitem.jquery-accordion-active .fa.fa-plus {
  display: none;
}

.faqitem .content {
  padding: 0px 5px 10px 5px;
  font-size: 15px;
  color: #525355;
  display: none;
}


#LoadMoreFaqs {
  display: none;
}

.faqitem .content p {
  display: block;
  clear: both;
  margin: 0px;
  padding: 5px 0px;
}

.faqitem .content .faqUlLi {
  display: block;
  clear: both;
  margin: 0px;
  padding: 0px;
}

  .faqitem .content .faqUlLi li {
    margin: 0px 0px 0px 12px;
    padding: 3px 0px;
  }

.faqitem .content table.faqTable {
  width: 100%;
  border-collapse: collapse;
}

.faqitem .content table.faqTable, td, th {
  padding: 5px;
  text-align: left;
  border: solid 1px #ddd;
}

  .faqitem .content table.faqTable th {
    font-family: 'PFHandbookPro-Medium';
    background: #eee;
  }




.loadMoreBTNdiv {
  display: block;
  clear: both;
  padding-top: 40px;
  text-align: center;
  border-top: solid 1px #aaa;
}

  .loadMoreBTNdiv .loadMoreBTN {
    display: inline-block;
    padding: 10px 30px;
    border: solid 1px #000;
    transition: all 0.25s ease-in-out;
  }

    .loadMoreBTNdiv .loadMoreBTN:hover {
      text-decoration: none;
      color: #C91429;
      border: solid 1px #C91429;
    }




.fullWidthDiv.discDiv {
  font-size: 14px;
}

  .fullWidthDiv.discDiv .discLink {
    text-decoration: underline;
    cursor: pointer;
  }

  .fullWidthDiv.discDiv .discContent {
    display: none;
  }

    .fullWidthDiv.discDiv .discContent p {
      margin: 0px;
      padding: 0px 0px 10px 0px;
    }

      .fullWidthDiv.discDiv .discContent p:first-child {
        padding: 10px 0px 10px 0px;
      }

      .fullWidthDiv.discDiv .discContent p:last-child {
        padding: 0px;
      }





.fullWidthDiv.footerDiv {
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #434343;
}









@media only screen and (max-width: 1024px) {
  .paddingDiv {
    background-size: 250px;
  }
}




@media only screen and (max-width: 925px) {
  .paddingDiv {
    background-size: 200px;
  }
}




@media only screen and (max-width: 825px) {
  .bannerContent {
    width: 100%;
    padding-right: 0px;
  }

  .paddingDiv {
    padding: 0px 0px 20px 200px;
  }

  .formRedBG {
    float: none;
    margin: 0px auto;
    display: block;
    clear: both;
    width: 100%;
    max-width: 500px;
  }
}




@media only screen and (max-width: 768px) {
  .fullWidthDiv.keyFeaturesDiv {
    background: rgb(214,141,135);
    background: linear-gradient(0deg, rgba(214,141,135,1) 25%, rgba(255,255,255,1) 25%);
  }

  .maxWidthDiv.padd30 {
    padding: 15px 10px;
  }

  .maxWidthDiv.padd60 {
    padding: 30px 10px;
  }

  .fullWidthDiv.keyFeaturesDiv .childDiv4 {
    width: 50%;
  }

    .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv {
      min-height: 175px;
    }

      .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv .iconDiv {
        padding-bottom: 10px;
      }

        .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv .iconDiv img {
          margin: 0px auto;
          width: auto;
          height: 60px;
        }

  .fullWidthDiv.whyBuyDiv .maxWidthDiv {
    padding: 100px 10px;
  }
}




@media only screen and (max-width: 650px) {
  .fullWidthDiv.planOptionsDiv .commonParentDiv {
    display: block;
  }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2.gradientBG {
      padding: 50px 15px;
    }

      .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2.gradientBG .commonCont {
        padding: 0px 10px;
      }

    .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 {
      width: 100%;
    }

      .fullWidthDiv.planOptionsDiv .commonParentDiv .childDiv2 .slider_PlanOptions .commonCont {
        padding: 15px;
      }
}




@media only screen and (max-width: 525px) {
  .banPointersCont .banPointer .textDiv br {
    display: none;
  }

  .paddingDiv {
    padding: 0px 0px 20px 0px;
    background: url("../images/micro_site/BannerShield.png") no-repeat left top;
    background-size: 90px;
  }

  .bannerContent .bannerHeader {
    padding-top: 10px;
    padding-left: 100px;
    font-size: 30px;
    line-height: 30px;
  }

  .bannerContent .bannerSubHeader {
    padding: 3px 0px 30px 100px;
    font-size: 24px;
    line-height: 24px;
  }

  .bannerContent .bannerText {
    font-size: 20px;
    line-height: 20px;
  }

  .banPointersCont {
    padding-top: 15px;
  }

    .banPointersCont .banPointer .iconDiv {
      width: 40px;
    }

    .banPointersCont .banPointer .textDiv {
      font-size: 20px;
      line-height: 20px;
    }

  .slider_Benefits .slick-dots {
    margin-top: 20px;
  }

  .slider_PlanOptions {
    padding-bottom: 50px;
  }

  .fullWidthDiv.keyFeaturesDiv .childDiv4 {
    padding: 5px;
  }

    .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv {
      padding: 30px 15px;
    }
}




@media only screen and (max-width: 390px) {
  .fullWidthDiv.keyFeaturesDiv {
    background: rgb(214,141,135);
    background: linear-gradient(0deg, rgba(214,141,135,1) 35%, rgba(255,255,255,1) 35%);
  }

    .fullWidthDiv.keyFeaturesDiv .childDiv4 {
      width: 100%;
    }

      .fullWidthDiv.keyFeaturesDiv .childDiv4 .glowDiv {
        min-height: auto;
        padding: 30px 15px 15px 15px;
      }
}

/*thank you page*/
.thank-you-page {
  min-height: calc(100vh - 92px);
  background-image: url("../images/micro_site/thankyou-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 10%;
}

  .thank-you-page .img-bg {
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .thank-you-page .box-position {
    padding: 130px 20px 40px;
  }

  .thank-you-page .box {
    position: relative;
    max-width: 660px;
    gap: 34px;
    background-color: #fff;
    border-bottom: 5px solid #C31D2E;
    border-radius: 16px;
    box-shadow: 0px 0px 66.0999984741211px 0px #0000000D;
    padding: 0 50px 50px;
    z-index: 100;
  }

    .thank-you-page .box .icon {
      width: 200px;
      height: 200px;
      background-color: #fff;
      border-bottom: 4px solid #C31D2E;
      box-shadow: 0px 4px 37.29999923706055px 0px #0000001A;
      margin-top: -100px;
    }

    .thank-you-page .box .data {
      gap: 20px;
    }

    .thank-you-page .box h3 {
      color: #C31D2E;
      font-size: 38px;
      line-height: 1;
    }

    .thank-you-page .box h4 {
      color: #161617;
      font-size: 24px;
      line-height: 1;
    }

@media only screen and (max-width: 576px) {
  .thank-you-page .box {
    padding: 0 24px 24px;
    gap: 24px;
  }

    .thank-you-page .box .icon {
      width: 150px;
      height: 150px;
    }

      .thank-you-page .box .icon img {
        width: 90px;
      }
}