/************** css for refer Friend edited by tanuj on 3/3/2017 **************/
.textOverflowSingleLine {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@charset "UTF-8";
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  100%,
  20%,
  53%,
  80% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
/*calculated width mixin*/
.full-width-exp,
.refer-friend-section,
.refer-friend-section .refer-friend-container,
.refer-friend-section .refer-friend-container .referralBanner,
.refer-friend-section .refer-earn-tabs,
.refer-friend-section .invite-friend {
  float: left;
  width: 100%;
}
.refer-friend-section .refer-friend-container {
  margin-top: 20px;
}
.refer-friend-section .refer-friend-container .referralBanner img {
  margin: 0 auto 40px;
  max-width: 100%;
  border-bottom: 3px solid #2ecc71;
  display: block;
}
.refer-friend-section .refer-friend-container .ref_steps {
  font-size: 16px;
  line-height: 1.4em;
  margin: 10px 0;
}
.refer-friend-section .refer-friend-container .ref_row {
  border-bottom: 1px dashed #d3d4d5;
  padding: 40px 0;
}
.refer-friend-section .refer-friend-container .ref_step_heading {
  font-size: 32px;
  line-height: 1.6em;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.refer-friend-section .refer-friend-container .ref_btn {
  background: none repeat scroll 0 0 #2ECC71;
  border: 2px solid #2ECC71;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  display: block;
  letter-spacing: 1px;
  margin: 15px 0;
  padding: 9px 20px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.refer-friend-section .refer-friend-container .ref_btn:hover {
  background: none;
  border: 2px solid #2ECC71;
  color: #2ECC71;
}
.refer-friend-section .refer-friend-container .ref_heading {
  color: #E74C3C;
  font-size: 32px;
  font-weight: bold;
  margin: 30px auto;
  padding: 25px;
  text-align: center;
}
.refer-friend-section .refer-friend-container .border_none {
  border: none;
}
.refer-friend-section .refer-friend-container .ref_tc span {
  display: block;
  font-size: 20px;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.refer-friend-section .refer-friend-container .ref_tc ol {
  font-size: 14px;
  line-height: 1.6em;
}
.refer-friend-section .refer-earn-tabs .tab-head {
  border-bottom: 1px solid #ddd;
}
.refer-friend-section .refer-earn-tabs .tab-head .nav-tabs {
  width: 60%;
  margin: 0 auto;
  border: none;
}
.refer-friend-section .refer-earn-tabs .tab-head .nav-tabs li {
  width: 33.3%;
  text-align: center;
}
.refer-friend-section .refer-earn-tabs .tab-head .nav-tabs li.active a {
  background: white;
  color: #00bfbf !important;
  font-weight: 500;
  position: relative;
  top: 1px;
  border-bottom: none;
  font-weight: 600;
}
.refer-friend-section .refer-earn-tabs .tab-head .nav-tabs li a {
  border: 1px solid #ddd;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  background: #f4f4f4;
}
.refer-friend-section .refer-earn-tabs .tab-content {
  border-left: none;
  width: 100%;
  text-align: center;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane {
  width: 70%;
  margin: 0 auto;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail {
  padding: 20px;
  margin-top: 15px;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .user-name-stat {
  color: #25292b;
  font-weight: 600;
  margin-bottom: 2px;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .user-email-stat {
  color: #00bfbf;
  font-weight: 400;
  margin-bottom: 25px;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail ol li {
  list-style-position: inside;
  text-align: initial;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box {
  width: 32.3%;
  display: inline-block;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .stats-box-inner {
  width: 80px;
  margin: 0 auto;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .stats-box-inner .count {
  width: 80px;
  height: 80px;
  background: #f4f4f4;
  border: 1px solid #d3d4d5;
  border-radius: 46px;
  position: relative;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .stats-box-inner .count:before {
  content: '';
  position: absolute;
  top: 2.8em;
  left: 0rem;
  width: 20rem;
  height: .2em;
  background: #f4f4f4;
  z-index: -1;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .stats-box-inner .count span {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: 20px;
  font-size: 28px;
  color: #1a4f69;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .stats-box-inner .text {
  text-align: center;
  width: 80px;
  margin-top: 5px;
  color: #1a4f69;
  font-weight: 500;
}
.refer-friend-section .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box:last-child .count:before {
  display: none;
}
.refer-friend-section .invite-friend {
  text-align: center;
}
.refer-friend-section .invite-friend .head {
  font-size: 24px;
  font-weight: 600;
  color: #141516;
  margin-bottom: 2px;
}
.refer-friend-section .invite-friend .sub-head {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.refer-friend-section .invite-friend .step-box {
  width: 33.3%;
  float: left;
  text-align: center;
}
.refer-friend-section .invite-friend .step-box img {
  width: 90px;
  height: auto;
}
.refer-friend-section .invite-friend .step-box .step-box-inner {
  width: 90%;
  margin: auto;
}
.refer-friend-section .invite-friend .step-box .step-box-inner p {
  font-size: 14px;
}
.refer-friend-section .invite-friend .step-box .step-box-inner .head {
  font-size: 16px;
  font-weight: 600;
  color: #1a4f69;
}
.refer-friend-section .invite-friend .invite-button {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  width: 280px;
  border-radius: 2px;
  cursor: pointer;
  font-size: 18px;
  background: #00bfbf;
  color: #fff;
  display: inline-block;
  height: 40px;
  line-height: 38px;
  font-weight: 600;
  margin: 50px;
  border: none;
  padding: 0;
  margin-bottom: 90px;
}
@media screen and (max-width: 1170px) {
  .refer-friend-container {
    padding: 0px 15px;
  }
  .refer-friend-section .refer-friend-container .referralBanner img {
    margin-bottom: 20px;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-head {
    margin-top: 40px;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-head .nav-tabs {
    width: 100%;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-head .nav-tabs li a {
    min-height: 62px;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-pane {
    width: 100%;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-pane .ref_rs {
    padding: 20px 0px;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-pane .stats-box-inner {
    width: 80px;
    margin: 0 auto;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-pane .stats-box-inner .count {
    width: 80px;
    height: 80px;
    background: #f4f4f4;
    border: 1px solid #d3d4d5;
    border-radius: 46px;
    position: relative;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-pane .stats-box-inner .count:before {
    content: '';
    position: absolute;
    top: 2.8em;
    left: 0rem;
    width: 20rem;
    height: .2em;
    background: #f4f4f4;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-pane .stats-box-inner .count span {
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    height: 20px;
    font-size: 28px;
    color: #1a4f69;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-pane .stats-box-inner .text {
    text-align: center;
    width: 80px;
    margin-top: 5px;
    color: #1a4f69;
    font-weight: 500;
  }
  .refer-friend-section .refer-friend-container .invite-friend .head {
    font-size: 18px;
    font-weight: 600;
  }
  .refer-friend-section .refer-friend-container .invite-friend .sub-head {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box {
    width: 100%;
    float: left;
    text-align: left;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box img {
    float: left;
    width: 25%;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box .step-box-inner {
    float: left;
    width: 75%;
    padding: 20px 0;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box .step-box-inner p {
    font-size: 12px;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box .step-box-inner .head {
    font-size: 13px;
    font-weight: 600;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box .step-box-inner .sub-head {
    font-size: 14px;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box .step-box-inner .count {
    width: 70px;
    height: 70px;
  }
  .refer-friend-section .refer-friend-container .invite-friend .step-box .step-box-inner .count span {
    font-size: 24px;
  }
  .refer-friend-section .refer-friend-container .invite-friend .invite-button {
    text-align: center;
    width: 230px;
    cursor: pointer;
    background: #00bfbf;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: 600;
    margin: 10px;
    border: none;
    margin-bottom: 20px;
  }
  .refer-friend-section .refer-friend-container .ref_row {
    padding: 25px 0px;
  }
  .refer-friend-section .refer-friend-container .ref_step_heading {
    font-size: 22px;
  }
  .refer-friend-section .refer-friend-container .ref_tc {
    padding: 20px 15px;
  }
  .refer-friend-section .refer-friend-container .ref_tc ol {
    font-size: 13px;
  }
  .refer-friend-section .refer-friend-container .ref_tc ol li {
    text-align: justify;
  }
}
@media screen and (max-width: 480px) {
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-head .nav-tabs li a {
    min-height: 42px;
    padding: 10px 8px;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-head .nav-tabs li:nth-child(1) {
    width: 41%;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-head .nav-tabs li:nth-child(2) {
    width: 20%;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-head .nav-tabs li:nth-child(3) {
    width: 39%;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-content .tab-pane .tab-detail {
    padding: 20px 10px;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .stats-box-inner .text {
    font-weight: normal;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .count:before {
    content: '';
    position: absolute;
    top: 2.8em;
    left: 7.9rem;
    width: 5rem;
    height: .2em;
    background: #f4f4f4;
    z-index: 0;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-content .tab-pane .tab-detail .stats-box .count span {
    height: 36px;
  }
  .refer-friend-section .refer-friend-container .refer-earn-tabs .tab-content .tab-pane .tab-detail ol li {
    list-style-position: inside;
    text-align: justify;
  }
}
