* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 14px;
  outline: none;
  list-style-type: none;
  line-height: 19px;
  text-decoration: none;
}
body {
  color: #212529;
  font-style: 16px;
  font-family: 'Poppins', sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
table,
th,
td {
  border: 1px solid black;
  padding: 2px;
}

th {
  background-color: #1c1e64;
  color: #fff;
}

button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
}
header.common-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.termpop .hed button.close {
  background: none;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
}
header.common-header {
  min-height: 77px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(255 255 255/0.5);
  z-index: 4;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  display: flex;
  justify-content: space-between;
  padding: 20px;
}

header.common-header.up {
  background: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

button.btn.btn-new.btn-outline-theme.btn-start-referring {
  padding: 16px 10px 17px;
  width: 208px;
  font-size: 18px;
  line-height: 27px;
  border-radius: 10px;
  /* background: linear-gradient(
90deg
,#f36f21 -.43%,#ff8c48 93.59%),#f36f21; */
  background: #fff;
  border: 2px solid #f36f21;
}
button.btn.btn-new.btn-outline-theme.btn-start-referring:hover {
  background: linear-gradient(90deg, #f36f21 -0.43%, #ff8c48 93.59%), #f36f21;
  color: #fff;
}

button.btn.btn-new.btn-outline-theme.btn-start-referring span {
  font-family: Poppins, sans-serif !important;
  position: relative;
  color: #f36f21;
  font-size: 18px;
}

button.btn.btn-new.btn-outline-theme.btn-start-referring:hover span {
  color: #fff;
}
section.common-section.home-banner-section.cb-home-banner-section {
  padding: 145px 0 50px;
  overflow: hidden;
  background: #fff;
  /* overflow: hidden; */
  position: relative;
  z-index: 2;
}
.home-banner-section:before {
  content: '';
  background: url(banner-bg.svg) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: 100% 0;
}

.container {
  max-width: 1140px;
  width: 95%;
  margin: auto;
  position: relative;
  z-index: 3;
}
.formwrapper {
  background: #fff;
  box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
  border-radius: 5px;
  padding: 0;
  margin-bottom: 10px;
  width: 40%;
}

.row.align-items-center.justify-content-between {
  display: flex;
  justify-content: space-between;
}
p.gifticon img {
  width: 30px;
  margin-right: 7px;
  /* display: flex; */
  /* justify-content: start; */
  margin-top: -6px;
}

p.gifticon {
  display: flex;
  align-items: center;
  margin-top: 55px;
}

p.gifticon span {
  color: #1c1e64;
  font-size: 16px;
  font-weight: 600;
}
.formwrapper h1 {
  background: #242056;
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 20px 18px;
  font-weight: 500;
  font-size: 17px;
}

.formwrapper .formwrap {
  padding: 20px;
}
.input-group input {
  color: #333;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  height: auto;
  padding: 9px 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  width: 100%;
  margin-bottom: 5px;
}

button.btn.btn-theme.st {
  background: #f36f21;
  border-radius: 5px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  padding: 13px 10px 14px;
  color: #fff;
}
.img-sec {
  width: 50%;
}

.img-sec img {
  width: 96%;
}
.img-sec {
  width: 58%;
}

.img-sec img {
  width: 100%;
}

h2,
h1 {
  color: #1c1e64;
  font-family: Poppins, sans-serif !important;
  font-weight: 700;
  padding: 0;
  text-align: left;
  margin: 0;
}

h2 {
  font-size: 40px;
}

.termlist ul li {
  font-size: 18px;
  line-height: 140%;
  color: #696969;
  position: relative;
  padding-left: 55px;
  margin-bottom: 15px;
  min-height: 40px;
}

.termlist ul li span {
  background: #696969;
  width: 33px;
  height: 33px;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 51%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.termlist ul li:nth-child(2):before {
  content: 2;
}
.termlist {
  width: 60%;
  padding: 100px 0;
}

.termlist h2 {
  margin-bottom: 50px;
}
.home-banner-section:before {
  top: -767px;
  /* bottom: -100px; */
  background-position: 100% 100%;
  /* height: calc(100% + 100px); */
  right: -36px;
  z-index: 1;
}
.input-group {
  margin-bottom: 15px;
}
.footer {
  background: #1b1d64;
  color: #fff;
  padding: 30px;
  text-align: center;
  font-size: 18px;
}
.footer a {
  color: #fff;
  font-size: 18px;
}

.home-banner-section::after {
  content: '';
  background: url(cb-terms-bg.svg) no-repeat;
  position: absolute;
  bottom: -171px;
  left: -109px;
  width: 1250px;
  height: 1105px;
  background-position: 0 0;
  z-index: 1;
}
.termpop {
  position: fixed;
  top: 40%;
  left: 50%;
  z-index: 1050;
  display: none;
  width: 94%;
  height: 400px;
  overflow-y: scroll;
  outline: 0;
  background: #fff;
  max-width: 800px;
  transform: translate(-50%, -50%);
  padding: 20px;
  transition: opacity 0.15s linear;
}
.termpop ul li {
  color: #696969;
  font-size: 18px;
  margin-bottom: 15px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* width: 90%; */
}

.termpop ul li ul.subset {
  margin: 0 0 0 18px;
  padding: 16px 0 0 0;
  margin-top: 0;
}

.termpop ul li span {
  font-size: 16px;
  font-weight: 700;
  margin: 0 11px 0 0;
}

.termpop ul {
  padding: 30px 0;
}

.termpop .hed {
  background: #302f52;
  display: flex;
  padding: 20px;
  justify-content: space-between;
}

.termpop .hed h4 {
  color: #fff;
  font-size: 20px;
}
.overlaypop {
  width: 100%;
  height: 100%;
  position: fixed;
  background: #000;
  opacity: 0.6;
  left: 0;
  top: 0;
  display: none;
  z-index: 8;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  /* border: 0 !important; */
  /* background: #2c3e50; */
  /* background-image: none; */
  color: #333;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  height: auto;
  padding: 9px 10px;
  border-radius: 5px;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.center {
  /* position: absolute; */
  display: inline-block;
  top: 0;
  left: 0;
  /* transform: translate(-50%, -50%); */
  width: 100%;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  /* display: block; */
  user-select: none;
  /* width: 100%; */
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: block;
  width: 100%;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  padding: 9px 10px;
  font-size: 14px;
  font-weight: 300;
  color: #333;
  /* line-height: 60px; */
  /* background: #5c9cd8; */
  border-radius: 4px;
  background: #f9f9f9;
  border: 1px solid #dcdcdc;
  cursor: pointer;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.4s ease-in-out;
  transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  min-width: 100%;
  margin: 15px 0;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 2px 1px rgb(0 0 0 / 7%);
  background: #fff;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-15px);
  height: 200px;
  overflow-y: scroll;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(0);
}
.custom-options:before {
  position: absolute;
  display: block;
  content: '';
  bottom: 100%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-bottom: -4px;
  border-top: 1px solid #b5b5b5;
  border-left: 1px solid #b5b5b5;
  background: #fff;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  padding: 0 22px;
  /* border-bottom: 1px solid #b5b5b5; */
  font-size: 14px;
  /* font-weight: 600; */
  color: #333;
  line-height: 31px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
}
.custom-option:hover,
.custom-option.selection {
  background: #f9f9f9;
}

.formfousoneDesktop {
  height: 5px;
  width: 100%;
  display: block;
}
.formfousonemobile {
  display: none;
}

div#refer_and_earn_thank_you {
  text-align: center;
}

div#refer_and_earn_thank_you p.fs18e.pb5.text-uppercase.rac-text.mt30.pb30 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 24px;
  margin-top: 23px;
}

div#refer_and_earn_thank_you p.text-center.fs14e.mt10.mb10.fw500.mt30.pb20 {
  font-size: 18px;
  margin-top: 19px;
}

ul.subset li span {
  background: none;
  color: #333;
  width: auto;
  top: -3px;
  font-weight: 700;
}

ul.subset {
  margin-top: 15px;
}

.termlist ul li ul.subset li {
  padding-left: 17px;
}

@media only screen and (max-width: 768px) {
  .formfousonemobile {
    display: block;
  }

  .termlist {
    padding-top: 60px;
  }
  .termlist,
  .img-sec {
    width: 100%;
  }
  .row.align-items-center.justify-content-between {
    display: block;
  }
  .formwrapper {
    margin: 50px 5% 50px 5%;
    width: 90%;
  }
  .home-banner-section:before {
    right: -214px;
    /* top: -1116px; */
    height: calc(100% + 100px);
    background-size: 100% 100%;
  }

  .termpop ul li {
    font-size: 14px;
  }
  button.btn.btn-new.btn-outline-theme.btn-start-referring span {
    font-size: 14px;
  }
  .termlist ul li {
    font-size: 14px;
    padding-left: 30px;
  }
  .termlist ul li span {
    width: 23px;
    height: 23px;
    top: 0;
  }
  header.common-header {
    padding: 20px 0;
  }
}

@media only screen and (max-width: 640px) {
  header.common-header a.navbar-brand img {
    height: 35px;
  }

  button.btn.btn-new.btn-outline-theme.btn-start-referring {
    padding: 4px 15px;
    width: auto;
  }
  .termpop {
    top: 0%;
    transform: translate(-50%, 0%);
    height: 90%;
  }

  h2 {
    font-size: 30px;
  }
  .termlist {
    padding-top: 0px;
    padding-bottom: 0;
  }
  .termpop ul {
    padding: 30px 0;
  }
  .termlist h2 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 567px) {
  h2 {
    font-size: 18px;
  }
  header.common-header {
    border-bottom: 1px solid #ccc;
    background: #fff;
  }
  div#sources_chosen {
    width: 100% !important;
  }
  select#sources {
    width: 100% !important;
  }
}

@media only screen and (max-width: 414px) {
  header.common-header a.navbar-brand img {
    height: 30px;
  }
}

.bpFanFormWrapper {
  width: 90%;
  margin: 50px 5% 50px 5%;
}

@media (width >= 769px) {
  .bpFanFormWrapper {
    width: 40%;
    margin: 0;
  }
}
