body {
  font-family: 'Poppins', sans-serif;
}
h4:hover {
  text-decoration: none !important;
}
.bg-primary .close {
  color: #fff !important;
}
/* .btn {
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2) !important;
    border-radius: 3px !important;
} */
.breadcrumb {
  background: transparent;
}
.rt-login-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.rt-left-bg {
  width: 50%;
  height: 100vh;
}

.rt-login {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
  width: 900px;
  height: 560px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -280px;
  margin-left: -450px;
}
.rt-logo {
  position: relative;
  width: 100%;
  height: 100%;
}
.rt-logo img {
  width: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -150px;
}

.rt-logo h1 {
  color: #2c3e50;
  text-align: center;
  font-size: 24px;

  background: #fff;
  padding: 12px;
  margin-right: -15px;
  border-right: 1px solid;
}

.social-share a#share-wa {
  margin-right: 5px;
  border: 1px solid #dee2e6;
  display: inline-block;
  /* padding: 10px; */
  height: 45px;
  width: 45px;
  text-align: center;
  line-height: 45px;
  padding: 5px;
  border-radius: 100px;
  transition: 1s;
}

.social-share a#share-wa:hover {
  background: #466cd9;
  color: #fff;
  border-color: #466cd9;
}

/*** Tabs ***/
.rt-tabs-area {
  margin-left: -15px;
}
.rt-tabs-area .nav-pills .nav-link.active,
.rt-tabs-area .nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.rt-tabs-area .nav-justified .nav-item {
  color: #fff;
  border-radius: 0;
  padding: 14px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.rt-form {
  padding: 30px;
}
.rt-form .form-control {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
}
.rt-form p {
  font-size: 14px;
}
.rt-form button {
  border-radius: 0;
  border: 0;
  height: 45px;
  text-transform: uppercase;
  font-weight: 600;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
}

.rt-log-in a {
  margin-top: 15px;
  display: block;
}
.page .rt-navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  box-shadow: 0px 4px 6px 0px rgba(12, 0, 46, 0.06);
  background: #fff !important;
}
.rt-navbar a.navbar-brand {
  font-weight: 700;
  font-size: 36px;
  color: #34495e;
}
.navbar-nav .dropdown-menu a {
  text-transform: none !important;
  font-weight: 400 !important;
}

.rt-navbar a.navbar-brand span {
  color: #27ae60;
}

.rt-navbar .navbar-nav li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}
*/ .footer_bottom {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #7f88a6;
  padding: 15px 0px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.footer_bottom a,
.footer_bottom p {
  color: #fff;
}

/* .rt-main-content{
    margin-top: 25px;
} */

.rt-alert-area .alert {
  margin: 0;
  border-radius: 0;
}

.rt-land-header {
  /* background: url(../img/head_profile.jpg) rgba(0,0,0,0.5); */

  background:
   /* top, transparent red, faked with gradient */ linear-gradient(
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.6)
    ),
    /* bottom, image */ url(../img/home_img.jpg);

  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 500px;
  text-align: center;
}
.profile-link {
  margin-top: 100px;
}
.profile-link a.btn-rt-pro {
  background: transparent;
  border-radius: 0;
  padding: 13px 50px;
  border: 2px solid #fff;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
}
.profile-wrap {
  height: 200px;
  position: relative;
  border: 3px solid green;
}

.link-item {
  background: green;
  height: 300px;
}

.link-status {
  margin-top: 30px;
}

.other-link-item {
  position: relative;
  width: 100%;
  height: 100%;
}
.other-link-item img {
  height: 400px;
  width: 100%;
}
.content-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: table;
}
.content-link .link {
  display: table-cell;
  vertical-align: middle;
}
.content-link .link a {
  background: transparent;
  border: 1px solid #fff;
  padding: 12px 36px;
  font-size: 18px;
}

.referrel-wrap {
  background: #000;
}

.ref-list h2 {
  font-size: 20px;
  text-transform: uppercase;
}

.ref-link {
  position: relative;
  width: 100%;
  height: 100%;
}

.profile-link {
  color: #fff;
}

.ref-link a {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.profile-link i.fa {
  font-size: 60px;
}

.search-icon {
  border: 2px solid #fff;
  width: 80px;
  height: 64px;
  line-height: 65px;
  margin-bottom: 30px;
}

.profile-link h2 {
  font-size: 36px;
  text-transform: uppercase;
}

.offers-tab .nav-justified .nav-item.show > a {
  color: #fff;
}

.offers-tab .nav-justified .nav-item.dropdown a:hover {
  color: #000;
}

.offers-tab .dropdown-menu {
  width: 100%;
}
.offers-tab .dropdown-menu a {
  border-bottom: 1px solid #ddd;
}

/* Page Link Item */

.link-page-item {
  text-align: center;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
}

.link-icon,
.ref-icon {
  border: 2px solid #27ae60;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin: 0px auto 25px auto;
}
.link-page-item a {
  margin-top: 10px;
}

.link-icon i,
.ref-icon i {
  font-size: 36px;
  color: #27ae60;
  line-height: 73px;
}
.referal-item {
  text-align: center;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: #fff;
}
.justify-content-center {
  text-align: center;
}

/* Survey Page */

.single-page-title h2 {
  text-transform: uppercase;
  font-size: 28px;
}
.single-page-title h2::first-letter {
  color: #27ae60;
  font-weight: bold;
}

.top-membership {
  background: #000;
}
.top-membership h5 {
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding-top: 6px;
}

.survey-item {
  padding: 15px;
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border-bottom: 10px solid #27ae60;
  margin-top: 10px;
  margin-bottom: 10px;
  transition: 0.8s;
}

.survey-item i {
  color: #27ae60;
  text-decoration: none;
  margin: 15px;
  font-size: 28px;
}

.survey-item:hover {
  text-decoration: none;
}
.survey-item h5 {
  text-decoration: none !important;
  color: #000;
}

.survey-item span {
  text-decoration: none !important;
  color: #aaa;
  font-size: 13px;
}

.survey-item h5:hover {
  text-decoration: none !important;
}
.survey-item-wrap a:hover {
  text-decoration: none;
}
.survey-item:hover {
  background: #27ae60;
}
.survey-item:hover i,
.survey-item:hover h5,
.survey-item:hover span {
  color: #fff;
}

/* Offers */

.offers-tab .nav-pills .nav-link.active,
.offers-tab .nav-pills .show > .nav-link {
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.offers-tab .nav-justified .nav-item {
  color: #fff;
  border-radius: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  font-weight: 500;
}
.offers-tab .nav-justified .nav-item a.active,
.offers-tab .nav-justified .nav-item a:hover {
  color: #fff;
  font-weight: 500;
}

.offers-tab a.nav-link {
  padding-top: 12px;
  color: #000;
}
.offers-tab {
  background: #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
}
.offers-tab #pills-tab {
  border: 1px solid #ddd;
}
.offers-tab .nav-justified .nav-item {
  border-right: 1px solid #ddd;
}

.offers-tab .nav-justified .nav-item {
  border-bottom: 1px solid #ddd;
  width: 25%;
  float: left;
  display: block;
  /* border-right: 1px solid #ddd; */
  margin: 0;
  flex-basis: inherit;
  flex-grow: inherit;
}
/*
.offers-tab .nav-justified .nav-item:last-child{
    border-right: 0;
}
*/
.offers-tab .tab-content {
  padding: 15px 30px;
}

.offer-list li.media {
  padding: 15px;
  border: 1px solid #ddd;
  background: #f9f9fd;
  border-bottom: 10px solid #27ae60;
  transition: 0.5s;
  /* box-shadow: 1px 4px 3px rgba(0,0,0,0.3); */
}

.offer-list li:hover {
  background: #fff;
}

.offer-list li.media img {
  width: 100px;
  background: #fff;
}

.offer-list li .reward {
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  padding: 15px;
}
.offer-list li .reward h5 {
  background: #27ae60;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  width: 100%;
}
.offer-list li h6 {
  text-transform: uppercase;
}
.offer-list li .media-body {
  font-size: 13px;
}
.offer-list a:hover {
  text-decoration: none;
}
.offer-list a li {
  color: #000;
}
.offer-list li .reward h5 i {
  background: #fff;
  color: #27ae60;
  width: 25px;
  height: 25px;
  border-radius: 100px;
  margin-bottom: 3px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.offers-tab .nav {
  border-bottom: 1px solid #ddd;
}

.rt-tabs-area .modal-header {
  background: #27ae60;
  color: #fff;
}

.rt-ref-table {
  background: #fff;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
}
.rt-ref-table thead th {
  background: #27ae60 !important;
  border-color: #27ae60 !important;
}

/* Referral Page */

.ref-title-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.ref-title {
  display: table-cell;
  vertical-align: middle;
}

.ref-title h5.card-title {
  font-size: 42px;
  font-weight: 700;
}
.ref-title p.card-text {
  font-size: 18px;
}

.referral-card {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  border: 0;
}
.referral-card .card-header {
  background: #27ae60 !important;
  text-transform: uppercase;
  font-weight: 500;
}
.referral-card .btn-primary {
  background: #27ae60 !important;
  border-color: #27ae60;
}

.referral-card .modal-header {
  background: #27ae60;
  color: #fff;
}

.profile-info .table-bordered td,
.profile-info .table-bordered th {
  padding-left: 30px !important;
}

.profile-info a {
  color: #27ae60;
}

.profile-info .form-control {
  border-radius: 0;
  font-size: 14px;
  height: 40px;
}

.profile-info textarea.form-control {
  border-radius: 0;
  font-size: 16px;
  height: 120px;
}
.rt-username {
  margin: 0;
  padding: 0;
  box-shadow: inherit !important;
}

.copy_link {
  background-color: #fff;
  padding: 15px;
}

.icon {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}

.rt-accordion {
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.rt-accordion .card-header {
  background: #27ae60;
  color: #fff;
  border-radius: 0px !important;
  padding: 0;
}
.rt-accordion a {
  color: #fff !important;
}
.rt-accordion .card-header a {
  color: #fff !important;
}

.rt-accordion .btn-link {
  color: #fff !important;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1rem 1.25rem;
  display: block;
  width: 100%;
  text-align: left;
}
.rt-accordion .card {
  border: 0;
}
.question-col .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  /*
     box-shadow: 1px 1px 6px rgba(0,0,0,0.2);

    border-bottom: 3px solid rgba(0,0,0,.125); */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  border: 0;
  margin-top: 15px;
  padding: 20px 40px 20px 20px;
  height: auto;
}

.question-col input,
.question-col select {
  font-size: 15px !important;
  border-radius: 0;
}

.btn-q-finish {
  padding: 10px 40px;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
}

.payment-method img {
  width: 80px;
}
.payment-method {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.payment-method input {
  border-radius: 0;
}

.payment-method .btn-payment {
  padding: 8px 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 13px;
}

/*======================================
    Modal and Popup
======================================*/

#welcomePopup .modal-dialog {
  max-width: 600px;
}

#welcomePopup .top-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(141deg);
  margin-top: -94px;
  margin-right: 190px;
  margin-left: -190px;
  border-bottom: 65px solid #4caf50;
  border-top: 10px solid #4caf50;
}
#welcomePopup .bottom-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(112deg);
  margin-top: -40px;
  margin-right: -360px;
  margin-left: 300px;
  border-bottom: 65px solid #4caf50;
  border-top: 10px solid #4caf50;
}
#welcomePopup .modal-content,
#occasionalPopup .modal-content {
  overflow: hidden;
  border: 0;
}

#welcomePopup p {
  padding-left: 3rem;
  margin-right: 3rem;
}

#occasionalPopup .modal-lg .top-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(141deg);
  margin-top: -106px;
  margin-right: 457px;
  margin-left: -130px;
  border-bottom: 65px solid #4caf50;
  border-top: 10px solid #4caf50;
}
#occasionalPopup .modal-lg .bottom-strip {
  height: 155px;
  background: #007b5e;
  transform: rotate(135deg);
  margin-top: -115px;
  margin-right: -440px;
  margin-left: 421px;
  border-bottom: 65px solid #4caf50;
  border-top: 10px solid #4caf50;
}
.contact-body form {
  /*border: 1px solid #ddd; */
  padding: 15px;
}
.contact-body form input {
  border-radius: 0;
  height: 44px;
}
.contact-body form textarea {
  max-height: 180px;
  border-radius: 0;
}

.contact-body .list-unstyled i {
  font-size: 18px;
  width: 20px;
}

.contact-body iframe {
  width: 100% !important;
  height: 235px !important;
}
.contact-body a {
  text-decoration: none;
  color: #000;
}

.page-faq h3 {
  font-size: 18px;
}

/***************** Notification ******************/
.notification {
  position: relative;
  margin-right: 30px;
}
.user-notification {
  margin-right: 30px;
}
.user-notification i {
  font-size: 20px;
  color: #ccc;
}

.user-notification span.badge {
  border-radius: 100%;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  padding: 0;
  left: 18px;
  top: 2px;
  font-size: 11px;
  border: 2px solid #fff;
  text-align: center;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.85rem;
  color: #858796;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.35rem;
}

.user-notification .dropdown-list {
  padding: 0;
  border: none;
  overflow: hidden;
  width: 20rem !important;
  top: 65px;
}
.user-notification .dropdown-list .dropdown-header {
  background-color: #4e73df;
  border: 1px solid #4e73df;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
}

.animated--grow-in,
.nav-item .collapse {
  -webkit-animation-name: growIn;
  animation-name: growIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
  animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1),
    opacity cubic-bezier(0, 1, 0.4, 1);
}

.shadow {
  -webkit-box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}

.user-notification .dropdown-list .dropdown-item:active {
  background-color: #eaecf4;
  color: #3a3b45;
}

.user-notification .dropdown-list .dropdown-item {
  white-space: normal;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-left: 1px solid #e3e6f0;
  border-right: 1px solid #e3e6f0;
  border-bottom: 1px solid #e3e6f0;
  line-height: 1.3rem;
  text-transform: inherit;
  font-weight: normal;
}

.user-notification:hover .dropdown-list a.dropdown-item {
  color: #000 !important;
}
.text-gray-500 {
  color: #b7b9cc !important;
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.icon-circle {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 100%;
  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;
}

a.notification-mark-read {
  position: absolute;
  right: 15px;
}

a.notification-mark-read i {
  font-size: 12px;
  font-weight: 400;
}

/*Passthrough Notificaiton  Page*/

.rt-notification {
  background: #fff;
  padding: 2rem 5rem;
  border-top-width: 10px;
  border-top-style: solid;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  margin-top: 5rem;
  border-radius: 6px;
}
.rt-notification.rt-success {
  border-top-color: rgb(15, 173, 0);
}
.rt-notification.rt-danger {
  border-top-color: #dc3545;
}

.notification-box {
  width: 100px;
  height: 100px;
  margin: 15px auto;
  border: 1px solid #ddd;
  border-radius: 100px;
  line-height: 100px;
  /* background: rgb(15, 173, 0); */
}
.notification-box i {
  font-size: 50px;
  line-height: 100px;
  text-align: center;
  font-weight: 400;
}

.rt-notification h2 {
  font-size: 24px;
}

.rt-notification h3 {
  font-size: 20px;
}
.rt-notification p {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 24px;
}
.rt-success .notification-box i {
  color: rgb(15, 173, 0);
}

.rt-danger .notification-box i {
  color: #dc3545;
}

.rt-success h2 {
  color: rgb(15, 173, 0);
}

.rt-danger h2 {
  color: #dc3545;
}

@media only screen and (max-width: 992px) {
  .rt-login {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    width: 750px;
    height: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -375px;
  }

  .rt-form p {
    font-size: 13px;
  }

  .index .logo {
    display: none !important;
  }
  .index .logo-white {
    display: block !important;
  }

  .index.fixed-rt-navbar .logo-white {
    display: none !important;
  }

  .index.fixed-rt-navbar .logo {
    display: block !important;
  }
}

@media only screen and (max-width: 768px) {
  .question-col .list-group-item {
    height: auto;
  }

  .profile-info .table-bordered td,
  .profile-info .table-bordered th {
    padding-left: 15px !important;
  }

  .offers-tab .nav-justified .nav-item {
    width: 100%;
    display: block;
    flex: inherit;
    flex-basis: inherit !important;
    border-bottom: 1px solid #ddd;
  }

  .offer-list li {
    width: 100%;
    display: block;
    flex: inherit;
    text-align: center;
  }
  .offer-list li.media img {
    margin: 15px auto !important;
    width: 100px;
    text-align: center;
    flex: none;
    display: block;
  }

  .offer-list li .reward {
    text-align: center;
    margin: 0 auto !important;
  }

  .profile-link {
    margin-top: 50px;
  }

  .rt-login-wrap {
    padding: 40px;
  }
  .rt-tabs-area {
    margin-left: 0;
  }

  .rt-login {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: inherit;
    height: auto;
    top: 0;
    margin-top: 0;
    width: 100%;
    left: 0;
    margin: 0px auto;
  }

  .rt-logo {
    text-align: center;
  }
  .rt-logo img {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin-left: inherit;
    text-align: center;
    width: 220px;
    margin: 20px;
  }

  .rt-left-bg,
  .rt-right-bg {
    display: none;
  }

  .rs-welcome-logo {
    width: 100%;
    display: block;
    text-align: center;
  }
  .welcome_heading_login {
    font-size: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .rt-login-wrap {
    padding: 20px;
  }

  .rt-login {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
    background: #fff;
    position: inherit;
    height: auto;
    top: 0;
    margin-top: 0;
    width: 100%;
    left: 0;
    margin: 0px auto;
  }
  .rt-logo {
    text-align: center;
  }
  .rt-logo img {
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    margin-left: inherit;
    text-align: center;
    width: 150px;
    margin: 20px;
  }
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: ' ';
  width: 3px;
  background-color: #eeeeee;
  left: 35px;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 30px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: ' ';
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: ' ';
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 83%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: ' ';
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: ' ';
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 35px;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: #2e6da4 !important;
}

.timeline-badge.success {
  background-color: #3f903f !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }

  ul.timeline > li > .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }

  ul.timeline > li > .timeline-panel {
    float: right;
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.c-map p {
  margin-bottom: 0;
}
.c-map img {
  height: 240px !important;
  width: 100%;
}

html {
  scroll-behavior: smooth;
}
.btn:not(.clipboardBtn) {
  border-color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  padding: 8px 25px;
  border-radius: 100px;
}
.btn:focus,
.btn:hover {
  background: #ffb737;
  border-color: #ffb737;
}

.clipboardBtn {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}

.rt-header-area {
  padding: 0px 35px 0 35px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

.rt-banner-area {
  position: relative;
  height: 900px;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  min-height: 650px;
}
.rt-header-content {
  margin-top: 100px;
}
.rt-design-right {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.rt-design-right img {
  height: 100vh;
  min-height: 650px;
  width: 100%;
}

.rt-design-left {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
}

.rt-design-left img {
  width: 250px;
}

.rt-signup-form {
  padding: 2rem;
  max-width: 360px;
  min-height: 400px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.rt-signup-form input,
.rt-signup-form button {
  border-radius: 100px;
  height: 42px;
}

.form-heading h2 {
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 3px;
}

.rt-header-area {
  padding-top: 10px;
  padding-bottom: 10px;
}
.rt-logo img {
  width: 80px;
}

.rt-navbar .navbar-nav .nav-link {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}
.page .rt-navbar {
  border-bottom: 1px solid #f0f0f0;
}
.page .rt-navbar .navbar-nav .nav-link {
  color: #000;
}
.rt-header-caption {
  margin-top: 120px;
}
.rt-header-caption h4 {
  text-transform: uppercase;
  font-size: 16px;
}

.rt-header-caption h1 {
  font-size: 34px;
  font-weight: 700;
}
.rt-header-caption .btn {
  border-radius: 100px;
  border-color: #fff;
}

.rt-navbar .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 0;
  padding: 0.25rem 0.5rem;
}
.fixed-rt-navbar .rt-navbar {
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.04);
  padding: 0 15px;
  position: fixed;
}

.fixed-rt-navbar .menu-login {
  color: #fff !important;
}

/* .page .rt-navbar{
    background: #000;
} */

.auth-area {
  padding: 2rem;
  max-width: 380px;
  min-height: 400px;
  margin: 0 auto;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}
.auth-area input,
.auth-area button {
  border-radius: 100px;
  height: 42px;
}
.auth-area input {
  background: #f8fafc;
}
.auth-logo a {
  width: 100px;
  height: 100px;
  border: 1px solid #f8fafc;
  display: block;
  margin: 0 auto;
  border-radius: 100px;
  padding: 15px;
  /* box-shadow: 1px 1px 4px rgba(0,0,0,0.3); */
  background: #f8fafc;
}

.rt-heading h2 {
  text-transform: uppercase;
  font-weight: 400;
}
.hiw-item {
  padding: 1.5rem;
  text-align: center;
  background: #fff;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 1rem;
}
.hiw-image img {
  height: 160px;
  object-fit: cover;
}
.hiw-item .hiw-icon {
  border: 1px solid #ddd;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  padding: 20px 0px;
  margin: 15px auto;
}

.hiw-item .hiw-icon i {
  font-size: 36px;
}

.hiw-item h3 {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}
.hiw-item p {
  margin-top: 15px;
  min-height: 50px;
}

#menu-tiles {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#menu-tiles .item {
  background: #fff;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  /* box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1); */
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  width: 31%;
  text-align: center;
  margin: 0.5rem;
  width: 160px;
  transition: 1s;
}
#menu-tiles a:first-child {
  border-width: 5px;
  border-style: solid;
  position: relative;
}

#menu-tiles a i {
  position: absolute;
  right: 15px;
}

#menu-tiles .item:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.2);
}
#menu-tiles .item img {
  height: 100px;
  object-fit: cover;
  padding: 0.5rem;
}
#menu-tiles a.item h3 {
  font-weight: 500;
  font-size: 16px;
  color: #184b6a;
}

#menu-tiles .item p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
}

.home-profile-question {
}
.home-profile-question p {
  font-size: 18px;
}

.home-profile-question img {
  width: 300px;
}
.home-profile-question h3 {
  text-transform: capitalize;
  font-size: 36px;
  font-weight: 700;
}
.home-profile-question p {
  margin-bottom: 30px;
}
.home-profile-question a {
  color: #fff;
  padding: 12px 36px;
  border-radius: 100px;
}
.logo-white {
  display: none;
}
.logo {
  display: none;
}

.page .logo {
  display: none;
}

.index .logo {
  display: block;
}

.page .logo-white {
  display: block;
}

.fixed-rt-navbar .logo {
  display: block;
}

.fixed-rt-navbar .logo-white {
  display: none;
}

/* Home */

.page-item {
}
.page-item a {
  text-decoration: none;
  color: #000;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ddd;
  min-height: 120px;
  display: block;
  /* box-shadow: 1px 3px 6px rgba(0,0,0,0.1); */
  border-radius: 8px;
  transition: 0.5s;
}
.page-item a:hover {
  box-shadow: 1px 6px 12px rgba(0, 0, 0, 0.2);
}
.page-item a .media {
}
.page-item a .media .rt-icon {
  width: 56px;
  height: 56px;
  background: #184b6a;
  margin-right: 15px;
  padding: 12px;
  text-align: center;
  border-radius: 6px;
}
.page-item a .media .rt-icon i {
  font-size: 32px;
  color: #f8f9fa;
}
.page-item a .media .media-body {
}
.page-item a .media .media-body h5 {
  font-size: 24px;
  margin-bottom: 5px;
  color: #184b6a;
}

@media (min-width: 992px) {
  .rt-navbar {
    transition: 0.5s;
    position: relative;
  }
  .rt-banner-area {
    margin-top: -75px;
  }
}
@media (max-width: 1200px) {
  .rt-design-right img {
    height: 100vh;
    min-height: 800px;
  }
}
@media (max-width: 992px) {
  .rt-banner-area {
    margin-top: 0px;
  }

  .rt-navbar {
    position: fixed !important;
  }

  .rt-header-caption {
    margin-top: 60px;
    color: #fff;
  }
  .rt-design-right {
    top: 0;
  }

  .rt-design-right img {
    min-height: auto;
    height: auto;
    width: inherit;
  }
  .rt-navbar .navbar-collapse {
    background: #fff;
  }
  .rt-navbar .navbar-collapse .navbar-nav .nav-link {
    color: #000;
  }
  .rt-banner-area {
    height: auto;
  }
}
@media (max-width: 768px) {
  .home-profile-question img {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .rt-navbar {
    background: rgba(0, 0, 0, 0.1);
    position: fixed !important;
  }

  .page .rt-navbar {
    background: rgba(0, 0, 0, 0.1);
    position: relative !important;
  }
  .rt-header-caption {
    margin-top: 60px;
    color: #fff;
    text-align: center;
  }

  .auth-area {
    padding: 2rem;
    background: inherit;
    border-radius: 8px;
    box-shadow: inherit;
    margin-top: 0px;
  }
  .auth-area input {
    background: #fff;
  }
  .auth-logo a {
    background: #fff;
  }

  .rt-header-caption {
    color: #000;
  }
  #signup {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  #menu-tiles .item {
    width: 100% !important;
    text-align: left;
    margin: 0.3rem;
    border-radius: 0;
  }
  #menu-tiles .item img {
    float: left;
    height: 70px;
  }
}

@media (min-width: 992px) {
  .rt-navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.7);
  }
  .rt-navbar .navbar-nav .nav-link:focus,
  .rt-navbar .navbar-nav .nav-link:hover,
  .rt-navbar .navbar-nav .nav-item.active .nav-link {
    color: #ffb737 !important;
  }

  .fixed-rt-navbar .rt-navbar .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.7);
  }
  .fixed-rt-navbar .rt-navbar .navbar-nav .nav-link:focus,
  .fixed-rt-navbar .rt-navbar .navbar-nav .nav-link:hover,
  .fixed-rt-navbar .rt-navbar .navbar-nav .nav-item.active .nav-link {
    color: rgba(0, 0, 0, 1) !important;
  }
}

.page.fixed-rt-navbar .rt-navbar {
  background: #fff;
}

/* Surveys Invitations*/

.survey-item-wrap .survey-item {
  border: 1px solid #f6f6f6;
  border-bottom: 8px solid #f6f6f6;
  box-shadow: inherit;
}

.survey-item-wrap .survey-item .small {
  color: #aaa;
}

.survey-item-wrap .survey-item:hover .small {
  color: #fff;
}

.inner-wrapper {
  background-image: url(/images/title.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0;
  position: relative;
  text-align: center;
}
.inner-wrapper:before {
  background-color: #0b1d37;
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.77;
}

.inner-wrapper h1 {
  color: #fff;
  font-size: 40px;
  text-transform: capitalize;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.inner-wrapper p {
  display: inline-block;
  background-color: #c9b89c40;
  color: #fff;
  padding: 8px 20px;
  font-size: 16px;
  letter-spacing: 0.4px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 0;
}

.inner-wrapper span {
  color: #c5c5c5;
}
.inner-wrapper span:before {
  content: '';
  font-family: FontAwesome;
  font-size: 13px;
  color: #fff;
  margin: 0 8px;
}

.inner-wrapper a {
  color: #fff;
}

@media (max-width: 768px) {
  .inner-wrapper {
    padding: 25px 0;
  }
  .inner-wrapper h1 {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-transform: uppercase;
  }

  .inner-wrapper p {
    display: inline-block;
    background-color: #c9b89c40;
    color: #fff;
    padding: 2px 20px;
    font-size: 11px;
    letter-spacing: 0.4px;
    position: relative;
    text-transform: capitalize;
    margin-bottom: 0;
  }

  .footer_bottom p {
    text-align: center;
  }
}

.btn-google {
  color: #fff;
  background: #db4437;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-google i {
  font-size: 24px;
  margin-right: 15px;
}
.btn-google:hover {
  color: #fff;
  background: #cf2f21;
  border-color: #fff;
}
/*** Index Page ***/
.form-heading.text-center {
  margin: -2rem;
  background: #184b6a;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #fff;
  padding: 15px;
}
.form-heading.text-center p {
  font-size: 16px;
  margin-bottom: 0;
}
/*** Contact ***/
.contact-info,
.contact-form {
  box-shadow: 1px 5px 21px rgb(0 0 0 / 10%);
  padding: 30px;
  border-radius: 11px;
  background: #fff;
}

.contact-form input.form-control {
  border-radius: 100px;
  height: 42px;
  padding-left: 15px;
}

.contact-info h3,
.contact-form h3 {
  font-weight: 400;
}

.contact-info .media i {
  font-size: 18px;
  color: #184b6a;
}
.contact-info .media .media-body {
  font-size: 16px;
}

/*** Footer ***/
.footer_bottom {
  padding: 15px 0;
}

.footer_bottom .nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .dropdown-menu {
    position: absolute;
    top: 57px;
    border-radius: 0;
  }
}

.nav-item .menu-login {
  color: #fff !important;
}
.rt-navbar .navbar-nav .menu-login:focus,
.rt-navbar .navbar-nav .menu-login:hover,
.rt-navbar .navbar-nav .nav-item.active .menu-login {
  color: #fff !important;
}

.page .logo {
  display: block !important;
}
.page .logo-white {
  display: none !important;
}

.page.fixed-rt-navbar .logo {
  display: block !important;
}

@media only screen and (max-width: 992px) {
  .index .logo {
    display: none !important;
  }
  .index .logo-white {
    display: block !important;
  }

  .index.fixed-rt-navbar .logo-white {
    display: none !important;
  }

  .index.fixed-rt-navbar .logo {
    display: block !important;
  }
}

/***** instruction-content ****/
.instruction-content {
  margin-top: 30px;
}
.instruction-content li {
  margin: 8px;
}

/**** Alert ****/

.cm-custom-alert {
  position: fixed;
  top: 150px;
  width: 100%;
  z-index: 99999;
  left: 0px;
  padding: 0;
}
.cm-custom-alert .alert {
  background: #f00;
  border-color: #f00;
  color: #fff;
  padding-right: 3.5rem;
  position: relative;
  font-size: 16px;
  line-height: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cm-custom-alert .alert:before {
  content: '';
  position: absolute;
  top: -20px;
  left: 15px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 20px solid red;
}

.cm-custom-alert .alert .close {
  opacity: 1;
}
.cm-custom-alert .alert .close span {
  color: #fff;
}

.fixed-rt-navbar .cm-custom-alert {
  display: none;
}

/*** Mobile Banner ***/

.mobile-landing-caption {
  max-width: 380px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.2);
  padding: 30px 15px;
  margin-top: 15px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 6px;
  margin-top: 100px;
}

.mobile-landing-caption .btn {
  border-radius: 4px;
  padding: 10px 36px;
  border: 0;
  background: #fff;
  color: #32688a;
  font-size: 18px;
}

.mobile-landing-caption p {
  margin-top: 30px !important;
  font-size: 18px;
}

.rt-offer-list {
}
.rt-offer-list li {
  display: flex;
  margin: 3px 0px;
  /* align-items: center; */
}
.rt-offer-list li i {
  font-size: 24px;
  color: green;
}
.rt-offer-list li span {
  font-size: 16px;
}

.media.rw-info-item {
  max-width: 400px;
  margin: 15px auto;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 15px;
}
.rw-media-number.align-self-center.mr-3 {
  border-radius: 100px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  border: 2px solid #3fc3ee;
  justify-content: center;
  font-weight: bold;
}

.media.rw-info-item .media-body {
  align-items: center;
  display: flex;
  height: 50px;
}
.media.rw-info-item .media-body p {
  font-size: 15px;
  text-align: left;
}
.media.rw-info-item .media-body p strong {
  font-weight: bold;
}
.media.rw-info-item.active {
  background: #32688a;
}
.media.rw-info-item.active .rw-media-number.align-self-center.mr-3 {
  border: 2px solid #fff;
  color: #fff;
}
.media.rw-info-item.active .rw-media-number.align-self-center.mr-3 {
  border: 2px solid #fff;
  color: #fff;
}
.media.rw-info-item.active .media-body p {
  color: #fff;
}
.rw-platform-type ul {
  align-items: center;
}
.rw-platform-type li.nav-item i {
  font-size: 18px;
  color: #ccc !important;
}
.rw-platform-type li.nav-item:nth-child(1) i {
  font-size: 13px;
}



@media (max-width: 768px) {
  #signup {
    margin-top: 0px;
    padding-top: 30px !important;
    animation: cssAnimation 0s 4s forwards;
    visibility: hidden;
    transition: 1s;
  }

  @keyframes cssAnimation {
    to {
      visibility: visible;
    }
  }
}
