/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.html {
  font-size: calc(1em + 1vw); }

/*checkbox vendor-prefix*/
/*ripple effect*/
/*shake animation*/
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/* color pallate*/
/*Emaxio color pallate*/
/*Default Font Family*/
/*Default Font Family*/
/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
/*breakpoint*/
h1,
h2 {
  font-family: "Merriweather", serif; }

h4,
p,
a,
input,
textarea,
button,
span,
label {
  font-family: "Open Sans", sans-serif; }

/*font size*/
/*font weight*/
/*line height*/
/*border width*/
/*display variable*/
/*position vendor prefix*/
/*float */
/*value*/
.container-wrap {
  padding: 0; }

/*app-preview*/
/*app-preview*/
.btn.branded-btn {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  display: block;
  outline: none;
  text-transform: capitalize;
  float: left;
  background-color: #db4344;
  color: #fff;
  width: 140px; }
  .btn.branded-btn:focus {
    color: #fff; }
  .btn.branded-btn:hover {
    color: #fff; }

.btn.disabled-btn {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  display: block;
  outline: none;
  text-transform: capitalize;
  float: left;
  background-color: #ccc;
  color: #fff;
  width: 140px; }
  .btn.disabled-btn:focus {
    color: #fff; }
  .btn.disabled-btn:hover {
    color: #fff; }

.btn.default-btn {
  padding: 8px 10px;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  display: block;
  outline: none;
  text-transform: capitalize;
  float: left;
  background-color: #0f1226;
  color: #fff;
  width: 140px; }
  .btn.default-btn:focus {
    color: #fff; }
  .btn.default-btn:hover {
    color: #fff; }

.footer {
  padding: 15px 20px;
  background-color: #212121; }
  .footer .left-section {
    padding: 0px; }
    @media (max-width: 480px) {
      .footer .left-section {
        text-align: center;
        margin-bottom: 20px; } }
    .footer .left-section p {
      text-align: left; }
      @media (max-width: 480px) {
        .footer .left-section p {
          text-align: left; } }
  .footer .right-section {
    padding: 0px;
    text-align: right; }
    @media (max-width: 480px) {
      .footer .right-section {
        text-align: center;
        margin-bottom: 20px; } }
    .footer .right-section p {
      text-align: right; }
      @media (max-width: 480px) {
        .footer .right-section p {
          text-align: center; } }
  .footer .center-section {
    padding: 0px;
    text-align: center; }
    @media (max-width: 480px) {
      .footer .center-section {
        margin-bottom: 20px; } }
  .footer p {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #ffffff;
    margin: 0; }
    .footer p a {
      font-family: "Open Sans", sans-serif;
      font-size: 13px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: normal;
      letter-spacing: normal;
      color: #ffffff;
      text-decoration: none; }
      .footer p a img {
        height: auto;
        width: auto;
        -o-object-fit: contain;
        object-fit: contain; }

.fixed-section {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgba(200, 216, 234, 0.8);
  z-index: 10000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .fixed-section_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0; }
    @media (max-width: 480px) {
      .fixed-section_wrapper {
        margin: 10px 15px; } }
  .fixed-section p {
    font-family: "Merriweather", serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #212121;
    padding-right: 20px;
    width: 100%;
    margin-bottom: 0;
    margin-top: 0; }
    @media (max-width: 480px) {
      .fixed-section p {
        width: 70%;
        font-size: 12px;
        padding-right: 20px; } }
  .fixed-section a {
    color: #4a90e2;
    text-decoration: none;
    position: relative;
    word-wrap: break-word;
    font-family: "Merriweather", serif;
    font-size: 16px;
    margin-left: 5px; }
    .fixed-section a::before {
      content: '';
      position: absolute;
      display: block;
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease, -webkit-transform .5s ease;
      left: 0;
      bottom: 0px;
      width: 100%;
      height: 1px;
      background: #4a90e2;
      -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
      transform: scaleX(0); }
    .fixed-section a:hover::before {
      -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
      transform: scaleX(1); }
    @media (max-width: 480px) {
      .fixed-section a {
        font-size: 12px; } }
  .fixed-section .agree-btn {
    width: auto;
    border-radius: 50px;
    background-color: #4a90e2;
    font-size: 14px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    text-align: center;
    outline: none;
    padding: 3px 20px; }
    .fixed-section .agree-btn:hover {
      -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
      transform: translateY(-1px);
      -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
      box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08); }
      .fixed-section .agree-btn:hover:focus {
        -webkit-box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5);
        box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5); }
    .fixed-section .agree-btn:focus {
      -webkit-box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5);
      box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.5); }
    @media (max-width: 480px) {
      .fixed-section .agree-btn {
        width: calc(30% -12px); } }
