@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,500,600");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

body {
  background-color: #f4f5f7;
  color: #505050;
  line-height: 1;
  letter-spacing: 0em;
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 400; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  text-decoration: none; }
/*
.container {
  max-width: 920px;
  margin: 0 auto; }

@media screen and (max-width: 940px) {
  .container {
    max-width: 720px; } }

@media screen and (max-width: 792px) {
  .container {
    max-width: 650px; } }

@media screen and (max-width: 792px) {
  .container {
    max-width: 450px; } }

@media screen and (max-width: 530px) {
  .container {
    max-width: 380px; } }

@media screen and (max-width: 430px) {
  .container {
    max-width: 340px; } }

@media screen and (max-width: 370px) {
  .container {
    max-width: 280px; } }
*/
button {
  background-color: transparent;
  border: none; }

.mybutton {
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  
  cursor: pointer;
  }
  
.mybutton:hover a {
	 color: #fff;
	 text-decoration: none;
 }	 
 
.mybutton:hover a.butn-secondary {
	 color: #34b865;
	 text-decoration: none;
 }	 

.butn {
  border-radius: 25px;
  padding: 13px 35px;
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto; }

.butn-main {
  background-color: #23c660;
  color: #fff;
  border: 2px solid #62e693;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: pulse1 2s linear infinite;
  animation: pulse1 2s linear infinite;
  transition: all 0.2s ease-in-out; }
  .butn-main .icon-whatsapp-2 {
    display: inline-block;
    background-image: url("../images/whatsapp_outline.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    margin-right: 10px; }
  .butn-main:hover {
    background-color: #4be083; }

.butn-secondary {
  background-color: #fff;
  color: #34b865;
  border: 2px solid #25d366;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-animation: pulse2 2s linear infinite;
  animation: pulse2 2s linear infinite;
  transition: all 0.2s ease-in-out; }
  .butn-secondary .icon-whatsapp-3 {
    display: inline-block;
    background-image: url("../images/whatsapp_outline2.png");
    background-size: 100%;
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
    margin-right: 10px; }
    .butn-secondary .icon-whatsapp-3 .icon-whatsapp-3 {
      background-image: url("../images/whatsapp_outline.png"); }

@-webkit-keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  40% {
    box-shadow: 0 0 0 40px rgba(37, 211, 102, 0), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    box-shadow: 0 0 0 40px rgba(37, 211, 102, 0), 0 0 0 30px rgba(37, 211, 102, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 0 0 30px rgba(37, 211, 102, 0); } }

@keyframes pulse1 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  40% {
    box-shadow: 0 0 0 40px rgba(37, 211, 102, 0), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    box-shadow: 0 0 0 40px rgba(37, 211, 102, 0), 0 0 0 30px rgba(37, 211, 102, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 0 0 30px rgba(37, 211, 102, 0); } }

@-webkit-keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.5); }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.5); }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0); } }

@keyframes pulse2 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5), 0 0 0 0 rgba(255, 255, 255, 0.5); }
  40% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 0 rgba(255, 255, 255, 0.5); }
  80% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0), 0 0 0 20px rgba(255, 255, 255, 0); } }

@-webkit-keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  40% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0), 0 0 0 20px rgba(37, 211, 102, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 0 0 20px rgba(37, 211, 102, 0); } }

@keyframes pulse3 {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  40% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0), 0 0 0 0 rgba(37, 211, 102, 0.5); }
  80% {
    box-shadow: 0 0 0 20px rgba(37, 211, 102, 0), 0 0 0 20px rgba(37, 211, 102, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 0 0 20px rgba(37, 211, 102, 0); } }

@media screen and (max-width: 792px) {
  .butn-main {
    -webkit-animation: pulse3 2s linear infinite;
    animation: pulse3 2s linear infinite; } }

@media screen and (max-width: 430px) {
  .butn {
    font-size: 16px; } }

.section-hero {
  text-align: center;
  margin-top: 0;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 35px 0 50px 0;
  color: #fff; }
  .section-hero .icon-whatsapp-1 {
    display: block;
    background-image: url("../images/whatsapp.png");
    background-size: 100%;
    width: 90px;
    height: 90px;
    margin: 0 auto; }
  .section-hero h1 {
    font-size: 30px;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 22px; }
  .section-hero h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
    color: #ddd; }
  .section-hero .features {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #555;
    border-left: 0;
    border-right: 0;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 25px 0; }
    .section-hero .features .feature h4 {
      font-size: 14px;
      font-weight: 400;
      width: 200px;
      line-height: 1.3;
      margin-bottom: 0; }
    .section-hero .features .feature p {
      font-size: 22px;
      font-weight: 600;
      width: 100px;
      text-align: center;
      margin: 0 auto;
      color: #21bd5c; }
    .section-hero .features .feature .icon-feature-smartphone {
      display: block;
      background-image: url("../images/smartphone.png");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 35px;
      height: 60px;
      margin: 0 auto; }
    .section-hero .features .feature .icon-feature-hearts {
      display: block;
      background-image: url("../images/hearts.png");
      background-size: 100%;
      background-repeat: no-repeat;
      width: 55px;
      height: 45px;
      margin: 0 auto; }
    .section-hero .features .feature:first-child h4 {
      margin-top: 12px; }
  .section-hero .features2 {
    display: none; }

.smileys {
  margin-top: 10px; }

@media screen and (max-width: 792px) {
  .section-hero {
    padding: 25px 0 5px 0; }
    .section-hero .features {
      display: none; }
    .section-hero h2 {
      font-weight: 300;
      line-height: 1.5;
      margin-bottom: 20px;
      font-size: 16px; }
    .section-hero h1 {
      margin-top: 15px;
      line-height: 1.3;
      font-size: 26px; }
    .section-hero .icon-whatsapp-1 {
      width: 70px;
      height: 70px; }
    .section-hero .features2 {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-content: center;
      -ms-flex-line-pack: center;
      align-content: center; }
      .section-hero .features2 .feature {
        margin-bottom: 30px; }
        .section-hero .features2 .feature h4 {
          font-size: 14px; }
        .section-hero .features2 .feature:last-child {
          margin: 0 auto; }
  .smileys {
    margin-top: 0px;
    margin-bottom: 30px; } }

@media screen and (max-width: 550px) {
  .section-hero {
    padding: 25px 0 5px 0; }
    .section-hero .features2 {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .section-hero .features2 .feature {
        margin-bottom: 40px; }
        .section-hero .features2 .feature h4 {
          width: 280px;
          margin-top: 10px; }
        .section-hero .features2 .feature:last-child {
          margin: 0 0; } }

.section-comments {
  background-color: #23c660;
  color: #fff;
  text-align: center;
  padding: 35px 0;
  padding-bottom: 50px; }
  .section-comments .container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .section-comments .container2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 70%; }
  .section-comments h3 {
    margin: 0 auto;
    margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .section-comments h3 .icon-comments {
      display: inline-block;
      background-image: url("../images/comments.png");
      background-size: 100%;
      width: 17px;
      height: 16px;
      margin-right: 10px; }
  .section-comments .comment-butn {
    margin: 0 auto; }
  .section-comments .right-side p {
    font-size: 24px;
    width: 70%;
    font-weight: 300;
    margin: 0 auto;
    margin-bottom: 30px; }
  .section-comments .comments-container {
    background-color: #fff;
    color: #27b05a;
    margin-right: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: left;
    padding: 20px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    border: 3px solid #62e693; }
    .section-comments .comments-container .comment {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 20px 0;
      border-bottom: 1px solid #ddd; }
      .section-comments .comments-container .comment:last-child {
        border-bottom: none; }
      .section-comments .comments-container .comment img {
        border-radius: 50%;
        margin-right: 20px; }
      .section-comments .comments-container .comment span {
        font-weight: 500; }
      .section-comments .comments-container .comment p {
        font-weight: 300;
        font-size: 13px;
        margin: 5px 0;
        color: #444; }
      .section-comments .comments-container .comment .likes {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .section-comments .comments-container .comment .likes .icon-thumb {
          display: inline-block;
          background-image: url("../images/thumb.png");
          background-size: 100%;
          width: 13px;
          height: 13px;
          margin-right: 6px; }
        .section-comments .comments-container .comment .likes span {
          font-size: 14px; }

@media screen and (max-width: 940px) {
  .section-comments .container2 {
    width: 100%; } }

@media screen and (max-width: 792px) {
  .section-comments .container {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .section-comments .comments-container {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px; }
  .section-comments .right-side p {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); } }

@media screen and (max-width: 530px) {
  .section-comments .right-side p {
    font-size: 16px; } }

	
	
#pages {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: black;
	font-size: 18px;
	max-width: 600px;
}

.widget_heading {
	color: #21bd5c;
    font-size: 22px;
    font-weight: 600;
}

#continue {
	font-size: 16px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #23c660 !important ;
    border-color: #4be083 !important;
}

.butn-wa {
    color: #fff;
    background-color: #23c660;
}

.butn-wa:hover {
     background-color: #4be083;
}
	
.gender {
	cursor: pointer;
}

.gender.inactive {
	filter: grayscale(100%);
}

.has-success .form-control {
	border-color: #23c660 !important;
}