.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------------------------------------

Prototype Version:  2.4

*/

/* Table of Contents
-----------------------------------------------------------------------------

1. Clean Base
2. Base Typography
3. Images
4. Links
5. Forms
6. Tables
7. Framework

*/

/* 1. Create a Clean Base
------------------------------------------------------------------------------*/

html,
body,
br,
hr,
div,
span,
a,
object,
iframe,
ul,
ol,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
q,
address,
small,
big,
cite,
dfn,
ins,
del,
i,
em,
b,
strong,
sup,
sub,
strike,
pre,
code,
samp,
kbd,
var,
tt,
form,
fieldset,
legend,
label,
input,
textarea,
option,
.nobox {
  background: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

blockquote,
q {
  quotes: none;
}
br {
  height: 0;
}
ul,
ol,
dl,
li {
  margin: 0;
  padding: 0;
  color: #555555;
  font-size: 14px;
  line-height: 24px;
}
html,
body {
  height: 100%;
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
}
body {
  position: relative;
}

/* Class for clearing floats */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.cf:after,
.cf:before {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* 2. Define Base Typography
------------------------------------------------------------------------------*/

/* Create the Default Headers  */
h1,
h2,
h3,
h4,
h5,
h6 {
}

/* Specific Header Settings */
h1 {
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}
h2 {
  font-weight: bold;
  font-size: 24px;
  color: #555;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}

/* Create the Default Paragraphs */
p {
  color: #9f9f9f;
  font-size: 15px;
  line-height: 24px;
}

/* Other Typo */
strong {
  font-weight: bold;
}
hr {
  border: 0 #000 solid;
  border-top-width: 1px;
  clear: both;
  height: 0;
}
ol {
  list-style: decimal;
}
ul {
  list-style: disc;
}

/* To make FontSmooth in MAC */
.mac * {
  -webkit-font-smoothing: antialiased;
}

/* 3. Images
------------------------------------------------------------------------------*/

/* Remove border around linked images */
img {
  border: 0;
  border-style: none;
}

/* 4. Links
------------------------------------------------------------------------------*/

/* Default Link Types */
a {
  color: #000000;
  font-size: 16px;
  text-decoration: none;
}
a:hover {
}
a:active {
  color: #e8941a;
}
a:focus {
  outline: none;
}
a.current {
  color: #e8941a;
}

a.textlink {
  font-size: inherit;
  text-decoration: underline;
}

/* 5. Forms
------------------------------------------------------------------------------*/

input {
  line-height: normal;
}
input[type="email"],
input[type="text"],
input[type="password"] {
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
  padding: 5px;
  border: 1px solid #cbcbcb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  -webkit-appearance: none;
  border: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #cbcbcb;
  display: block;
  overflow: auto;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #ccc;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  border: none;
  -webkit-text-size-adjust: none;
  background: #cbcbcb;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: #000;
}
:-moz-placeholder {
  color: #000;
}
::-moz-placeholder {
  color: #000;
}
:-ms-input-placeholder {
  color: #000;
}
::-ms-input-placeholder {
  color: #000;
}
:placeholder-shown {
  color: #000;
}

/* Removes fieldset borders. even on Opea 7 */
fieldset {
  border: 1px solid transparent;
}

/* 6. Tables
------------------------------------------------------------------------------*/

/* Table Fixes */
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td {
  text-align: left;
  font-weight: normal;
}

/* 7. Framework
------------------------------------------------------------------------------*/

/* Common CSS */
/*common margin style*/
.m0 {
  margin: 0 !important;
}
.mr20 {
  margin-right: 20px;
}
.mt20 {
  margin-top: 20px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt50 {
  margin-top: 50px !important;
}

/*all padding zero*/
.p0 {
  padding: 0 !important;
}
.pt20 {
  padding-top: 20px;
}

/*common display style*/
.dis-b {
  display: block;
}
.pos_rel {
  position: relative;
}
.hidden {
  display: none !important;
}

/*border*/
.no_bdr {
  border: none !important;
}

/*common fonts style*/
.f16 {
  font-size: 16px !important;
}
.f18 {
  font-size: 18px !important;
}
.fbold {
  font-weight: bold;
}

/*transition effect*/
.tra {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* opacity effect */
.opacity1 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.opacity0 {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

/* column grid */
.row {
  width: 100%;
}
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  float: left;
}
.col-12 {
  width: 100%;
}
.col-11 {
  width: 91.66666667%;
}
.col-10 {
  width: 83.33333333%;
}
.col-9 {
  width: 75%;
}
.col-8 {
  width: 66.66666667%;
}
.col-7 {
  width: 58.33333333%;
}
.col-6 {
  width: 50%;
}
.col-5 {
  width: 41.66666667%;
}
.col-4 {
  width: 33.33333333%;
}
.col-3 {
  width: 25%;
}
.col-2 {
  width: 16.66666667%;
}
.col-1 {
  width: 8.33333333%;
}

/* Page Layout */
body {
  font-family: "Poppins", sans-serif;
}
#full_wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
}
.wrapper {
  max-width: 1410px;
  margin: 0 auto;
}
.content {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
a {
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}
/* Push */
.push {
}
img {
  max-width: 100%;
}

/* Header*/
header {
  padding: 10px 0;
  background-color: #ffffff;
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 0px 1px 2px rgb(33 25 21 / 30%);
}
header .container {
  margin: auto;
  max-width: 1200px;
  padding: 0 15px;
}
header .logo {
  max-width: 140px;
  float: left;
}
header .right {
  float: right;
}
header .right .btn_head {
  display: inline-block;
  vertical-align: middle;
}
header .right .btn_head .login {
  line-height: 40px;
  border: #11c151 1.5px solid;
  border-radius: 8px;
  color: #11c151;
  font-size: 16px;
  min-width: 170px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
}
header .right .btn_head .register {
  line-height: 40px;
  border: #11c151 1.5px solid;
  border-radius: 8px;
  color: #11c151;
  font-size: 16px;
  min-width: 170px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #11c151;
  color: #ffffff;
  font-weight: 600;
  margin-left: 28px;
  cursor: pointer;
}
header .right .btn_head .login:hover,
header .right .btn_head .register:hover {
  background-color: #573e7e;
  border-color: #573e7e;
  color: #ffffff;
  cursor: pointer;
}

.main {
  margin-top: 66px;
}

.banner {
  height: 623px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  background-image: url(../images/site/Portada.jpg);
  overflow: hidden;
}
.banner .right_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 100%;
  z-index: 9;
  padding-left: 40px;
  padding-top: 110px;
  padding-right: 10px;
}
.banner .right_content:after {
  background-color: #694e93;
  position: absolute;
  content: "";
  width: 570px;
  height: 660px;
  top: -30px;
  left: 0;
  z-index: -1;
  border-top-right-radius: 45%;
  border-bottom-right-radius: 50%;
}
.banner .right_content h1 {
  text-transform: uppercase;
  font-size: 46px;
  line-height: 52px;
  margin-bottom: 20px;
}
.banner .right_content h4 {
  color: #f19bc7;
  font-weight: 400;
  font-size: 34px;
  line-height: 44px;
}
.banner .right_content h4 strong {
  font-weight: bold;
}

.btn {
  background-color: #11c151;
  line-height: 49px;
  min-width: 214px;
  text-align: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  cursor: pointer;
}
.btn:hover {
  background-color: #573e7e;
  cursor: pointer;
}
.banner .create_account {
  background-color: #11c151;
  line-height: 49px;
  min-width: 214px;
  text-align: center;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 40px;
  bottom: 84px;
  font-weight: 600;
}
.banner .create_account:hover {
  background-color: #573e7e;
}
.box_bottom_wrap {
  padding: 0px 140px;
  display: flex;
  justify-content: space-between;
  margin-top: -60px;
  z-index: 9;
  position: relative;
  margin-bottom: 206px;
}
.box_bottom_wrap .box {
  background-color: #ffffff;
  /* border: #f19bc7 0.2px solid; */
  border-radius: 34px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  max-width: 364px;
  text-align: center;
  padding: 33px 35px 35px;
}
.box_bottom_wrap .box span {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.box_bottom_wrap .box .title_head {
  margin-bottom: 14px;
}
.box_bottom_wrap .box .title_head h4 {
  color: #573e7e;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}
.box_bottom_wrap .box p {
  color: #573e7e;
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
h3 {
  color: #573e7e;
  font-size: 45px;
  font-weight: 500;
  line-height: 55px;
}
p {
  color: #3e3e3e;
  font-size: 22px;
  font-weight: 300;
  line-height: 40px;
}
.home_section h3 {
  margin-bottom: 45px;
}
.home_section p {
  padding-bottom: 40px;
}
.home_section p strong {
  font-weight: 600;
}
.home_section .right_sec {
  float: right;
}
.home_section .left_sec {
  float: left;
}

.home_section .payment_methods {
  position: relative;
  margin-bottom: 50px;
}
.home_section .payment_methods .right_sec {
  width: 44%;
}
.home_section .payment_methods .text_content {
  padding-right: 260px;
  padding-top: 200px;
}
.home_section .payment_methods .img_contennt {
  width: 54%;
  padding-top: 100px;
}

.home_section .payments_faster {
  position: relative;
  margin-bottom: 50px;
}
.home_section .payments_faster .left_sec {
  width: 44%;
}
.home_section .payments_faster .text_content {
  padding-left: 265px;
  padding-top: 350px;
}
.home_section .payments_faster .img_contennt {
  width: 52%;
}

.home_section .payments_month {
  position: relative;
  margin-bottom: 50px;
  margin-top: 170px;
}
.home_section .payments_month .right_sec {
  width: 44%;
}
.home_section .payments_month .text_content {
  padding-right: 260px;
  padding-top: 200px;
}
.home_section .payments_month .img_contennt {
  width: 54%;
  text-align: center;
}
.home_section .payments_month .flag {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
}

.your_website {
  background-image: url(../images/site/bg_color.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 227px;
  overflow: hidden;
}
.your_website .text_content {
  width: 50%;
  float: left;
  padding-left: 300px;
  padding-right: 80px;
  padding-top: 240px;
}
.your_website .text_content h3 {
  padding-bottom: 30px;
}
.your_website .text_content p {
  padding-bottom: 40px;
}
.your_website .text_content p strong {
  font-weight: 600;
}
.your_website .img_contennt {
  width: 50%;
  float: right;
}

.client h3 {
  text-align: center;
  padding-bottom: 40px;
}
.client .wrapper {
  max-width: 1450px;
}
.client .review_slider .client_review {
  background-color: #ffffff;
  border: #f19bc7 0.2px solid;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  text-align: center;
  padding: 38px 38px 52px 38px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.client .review_slider .client_review .quta {
  display: block;
}
.client .review_slider .client_review .quta img {
  margin: 0 auto;
}
.client .review_slider .client_review h6 {
  color: #573e7e;
  font-size: 20px;
  line-height: 35px;
  margin-top: 2px;
  padding-bottom: 14px;
  font-weight: 300;
  min-height: 160px;
}
.client .review_slider .client_review .rating {
  margin-bottom: 27px;
}
.client .review_slider .client_review .rating span {
  display: inline-block;
  vertical-align: middle;
}
.client .review_slider .client_review .avtar_wrap {
  max-width: 106px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.client .review_slider .client_review .avtar_wrap .avtar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
}
.client .review_slider .client_review .avtar_wrap span {
  position: absolute;
  right: 0;
  bottom: 0;
}
.client .review_slider .client_review .avtar_wrap span img {
  display: block;
}
.client .review_slider .client_review h4 {
  color: #573e7e;
  font-size: 22px;
  font-weight: bold;
  padding-top: 25px;
}
.client .review_slider .owl-controls .owl-dots {
  text-align: center;
}
.client .review_slider .owl-controls .owl-dots .owl-dot {
  background-color: transparent;
  border: 1px solid #a2a2a2;
  margin: 0px 10px;
  display: inline-block;
  vertical-align: middle;
  width: 17px;
  height: 17px;
  border-radius: 50%;
}
.client .review_slider .owl-controls .owl-dots .owl-dot.active {
  background-color: #e2e2e2;
}

.documentation {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.documentation .title {
  font-size: 24px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
}
h3 {
  text-align: center;
  padding-bottom: 40px;
}
.documentation .wrapper {
  max-width: 1450px;
}
.documentation .documentation_button {
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}

.by_dlocal {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
h5 {
  text-align: center;
  padding-bottom: 40px;
}
.by_dlocal .wrapper {
  max-width: 1450px;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
  color: #573e7e;
  font-weight: 500;
}
.by_dlocal .dlocal_image {
  padding-left: 5px;
  width: 140px;
}

/*#region FOOTER*/
footer {
  position: relative;
  background-color: #684d94;
  font-family: "Avenir";
  font-style: normal;
  color: #ffffff;
}
/* footer:before {
  background-image: url(../images/site/footer_bg.svg);
  background-repeat: no-repeat;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  height: 100px;
  display: block;
  top: -100px;
  position: absolute;
} */

footer .container {
  width: 100%;
  max-width: 1200px;
  padding: 70px 20px 20px;
  margin: auto;
  color: #ffffff;
}
footer .row {
  display: flex;
  width: 100%;
}
footer .logo_wrap {
  display: inline-block;
  vertical-align: middle;
}
footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
}
footer .social a {
  margin: auto 20px;
}
footer .social a img {
  width: 42px;
  transition: width 0.5s;
}
footer .social a img:hover {
  width: 45px;
}
footer .info {
  width: 70%;
}
footer .email_wrap {
  display: flex;
  align-items: center;
}
footer .email_wrap .title {
  font-weight: 800;
  font-size: 28px;
  line-height: 38px;
}
footer .email_wrap .mail {
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  margin-left: 50px;
}
footer .footer_link {
  font-weight: 800;
  font-size: 22px;
  line-height: 30px;
  display: flex;
  margin-top: 30px;
}
footer .footer_link a {
  color: #ffffff;
  width: 30%;
  margin-right: 10px;
}
footer .rights {
  font-size: 14px;
  text-align: center;
  margin: 40px auto 0;
}
footer .email_wrap .mail:hover,
footer a:hover,
footer button:hover {
  color: #c3a7f1;
}

footer .flag_coutry {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}
footer .flag_coutry button {
  background: none;
  color: #ffffff;
}
footer .flag_coutry button img {
  display: inline-block;
  vertical-align: middle;
  width: 22px;
}
footer .flag_coutry button:hover {
  opacity: 0.8;
}
footer .flag_coutry a {
  display: inline-block;
  vertical-align: initial;
  margin-right: 12px;
}
footer .flag_coutry a:last-child {
  margin-right: 0;
}
footer .flag_coutry a img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 786px) {
  footer .container {
    padding: 40px 20px;
  }
  footer:before {
    height: 50px;
    top: -50px;
    display: none;
  }
  footer .row {
    display: block;
  }
  footer .info {
    width: 100%;
  }
  footer .email_wrap {
    display: block;
    text-align: center;
  }
  footer .email_wrap .mail {
    margin: 0;
  }
  footer .social {
    width: 100%;
  }
  footer .social a {
    margin: 5px;
  }
  footer .social a img {
    margin: 15px;
  }
  footer .footer_link {
    margin: 30px auto;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 38px;
  }
  footer .footer_link a {
    margin: 10px 0;
  }
  footer .rights {
    font-size: 12px;
    margin: 30px auto 0;
  }
  footer .flag_coutry {
    margin: 20px auto 50px;
  }
  footer .flag_coutry button img {
    width: 20px;
  }
  footer .flag_coutry button {
    font-size: 11px;
  }
}
/*#endregion */

.mo_div {
  display: none;
}
/*inner_content*/
.inner_content {
  color: #5d6b8f;
  padding-top: 100px;
  max-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}
.inner_content h2 {
  line-height: 24px;
  color: rgb(104, 77, 148);
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  font-weight: bold;
  margin-bottom: 30px;
}
.inner_content p {
  font-size: 16px;
  line-height: 24px;
  color: #5d6b8f;
  margin-bottom: 16px;
  font-weight: 400;
}
.inner_content ul li {
  font-size: 16px;
  line-height: 24px;
  list-style: disc outside;
  color: #5d6b8f;
  font-weight: 400;
  margin-bottom: 5px;
}
.inner_content ol li {
  font-size: 16px;
  line-height: 24px;
  color: #5d6b8f;
  font-weight: 400;
  margin-bottom: 5px;
}
.inner_content ol,
.inner_content ul {
  padding-left: 25px;
  margin-bottom: 20px;
}
.inner_content a {
  color: #f50982;
  text-decoration: underline;
}

.banner .mask {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  padding-left: 10px;
  margin-left: -10px;
}
.banner .mask *:not(a) {
  opacity: 0;
}
.banner.load_done .mask *:not(a) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
}
.banner.load_done .mask2 *:not(a) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
}
.banner.load_done .mask3 *:not(a) {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
  -webkit-animation-name: slide-up;
  animation-name: slide-up;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-up {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-up {
  0% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
.banner .right_content:after {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-transform: translateX(0);
}

.box_bottom_wrap .box {
  transition: 0.7s all ease;
  -webkit-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -moz-transition: 0.7s all ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -o-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transition-delay: 0.5s;
}
.box_bottom_wrap .box.come-in {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -moz-transform: translateY(0%);
  opacity: 1;
  visibility: visible;
}
.home_section {
  overflow: hidden;
}

.home_section .payments_month .img_contennt,
.home_section .payment_methods .img_contennt {
  transition: 0.7s all ease;
  -webkit-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -moz-transition: 0.7s all ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-100px);
  -webkit-transform: translateX(-100px);
  -o-transform: translateX(-100px);
  -moz-transform: translateX(-100px);
  transition-delay: 0.5s;
}
.home_section .payments_faster .img_contennt,
.your_website .img_contennt {
  transition: 0.7s all ease;
  -webkit-transition: 0.7s all ease;
  -o-transition: 0.7s all ease;
  -moz-transition: 0.7s all ease;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  -webkit-transform: translateX(100px);
  -o-transform: translateX(100px);
  -moz-transform: translateX(100px);
  transition-delay: 0.5s;
}

.home_section .payments_month .img_contennt.come-in,
.home_section .payments_faster .img_contennt.come-in,
.home_section .payment_methods .img_contennt.come-in {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -moz-transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}
.home_section .payments_faster .img_contennt.come-in,
.your_website .img_contennt.come-in {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -moz-transform: translateX(0%);
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 2500px) and (min-width: 1921px) {
  .banner {
    background-size: cover;
    height: 740px;
  }
  .banner .right_content {
    padding-left: 80px;
    padding-top: 150px;
  }
  .box_bottom_wrap .box {
    max-width: 480px;
  }
  .box_bottom_wrap {
    justify-content: space-around;
  }
  footer:before {
    background-size: cover;
  }
}
@media only screen and (max-width: 1800px) {
  .box_bottom_wrap .box {
    margin-right: 30px;
    max-width: 24%;
  }
  .box_bottom_wrap .box:last-child {
    margin-right: 0px;
  }
  .banner {
    background-position: left center;
    background-size: cover;
  }
  .box_bottom_wrap .box .title_head h4 {
    font-size: 26px;
    line-height: 30px;
  }
  .box_bottom_wrap .box p {
    font-size: 18px;
    line-height: 30px;
  }
  .box_bottom_wrap .box span img {
    max-width: 130px;
  }
  .box_bottom_wrap {
    margin-bottom: 130px;
  }
  .home_section .payment_methods .img_contennt {
    width: 49%;
  }
  .home_section .payment_methods .text_content {
    padding-top: 180px;
  }
  h3 {
    line-height: 50px;
    font-size: 42px;
  }
  .home_section h3 {
    margin-bottom: 40px;
  }
  p {
    line-height: 36px;
    font-size: 20px;
  }
  .home_section .payments_faster .img_contennt {
    width: 50%;
  }
  .home_section .payments_faster .text_content {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 1660px) {
  header .container {
    padding-right: 60px;
    padding-left: 60px;
  }
  .banner {
    height: 570px;
  }
  .box_bottom_wrap {
    margin-top: -50px;
  }
  .box_bottom_wrap .box {
    padding: 13px 25px 25px;
  }
  .home_section .payment_methods .text_content {
    padding-right: 170px;
    padding-top: 160px;
  }
  .home_section .payments_faster .text_content {
    padding-top: 240px;
    padding-left: 205px;
  }
  .home_section .payments_month .text_content {
    padding-right: 170px;
    padding-top: 180px;
  }
  .your_website .text_content {
    padding-left: 190px;
    padding-right: 80px;
    padding-top: 170px;
  }
  .your_website {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 1440px) {
  header .right .btn_head .register,
  header .right .btn_head .login {
    line-height: 40px;
    min-width: 140px;
    font-size: 16px;
    cursor: pointer;
  }
  header .right .btn_head .register {
    margin-left: 15px;
  }
  header .logo {
    max-width: 130px;
  }
  .main {
    /* margin-top: 76px; */
  }
  .banner {
    height: 450px;
  }
  .box_bottom_wrap {
    padding: 0px 60px;
  }
  .box_bottom_wrap .box .title_head h4 {
    font-size: 22px;
    line-height: 28px;
  }
  .box_bottom_wrap .box p {
    font-size: 16px;
    line-height: 26px;
  }
  .box_bottom_wrap .box span img {
    max-width: 110px;
  }
  .box_bottom_wrap {
    margin-bottom: 60px;
  }
  .home_section .payment_methods .text_content {
    padding-right: 150px;
    padding-top: 120px;
  }
  h3 {
    line-height: 46px;
    font-size: 38px;
  }
  p {
    line-height: 34px;
    font-size: 19px;
  }
  .home_section h3 {
    margin-bottom: 25px;
  }
  .home_section .payments_faster .text_content {
    padding-top: 100px;
    padding-left: 135px;
  }
  .home_section p {
    padding-bottom: 30px;
  }
  .home_section .payments_month {
    margin-top: 20px;
  }
  .home_section .payments_month .img_contennt {
    padding-left: 50px;
    width: 46%;
  }
  .home_section .payments_month .text_content {
    padding-right: 125px;
    padding-top: 40px;
  }
  .home_section .payments_month .flag span img {
    max-width: 40px;
    max-height: 20px;
  }
  .home_section .payments_month .flag {
    margin-bottom: 35px;
  }
  .your_website .text_content {
    padding-left: 100px;
    padding-right: 102px;
    padding-top: 120px;
  }
  .your_website {
    margin-bottom: 120px;
  }
  .client h3 {
    padding-bottom: 20px;
  }
  .review_slider {
    max-width: 90%;
    margin: 0 auto;
  }
  .client .review_slider .client_review {
    padding: 28px 28px 42px 28px;
  }
  .client .review_slider .client_review h6 {
    font-size: 18px;
    line-height: 30px;
  }
  .client .review_slider .client_review {
    margin-bottom: 40px;
  }

  .banner .right_content {
    padding-top: 30px;
    width: 340px;
  }
  .banner .right_content h1 {
    font-size: 32px;
    line-height: 44px;
  }
  .banner .right_content h4 {
    font-size: 24px;
    line-height: 36px;
  }
  .banner .right_content:after {
    width: 410px;
    height: 580px;
    top: -60px;
  }
}
@media only screen and (max-width: 1366px) {
  .banner {
    height: 430px;
  }
  header {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .banner .create_account {
    min-width: 190px;
  }
  h3 {
    line-height: 44px;
    font-size: 36px;
  }
  p {
    line-height: 32px;
    font-size: 17px;
  }
  .home_section .payments_faster .left_sec {
    width: 42%;
  }
  .home_section .payments_month .right_sec {
    width: 42%;
  }
  .client .review_slider .client_review h4 {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 1280px) {
  .banner {
    height: 400px;
  }
  .banner .create_account {
    min-width: 170px;
    font-size: 15px;
  }
  .box_bottom_wrap .box span img {
    max-width: 90px;
  }
  .box_bottom_wrap .box .title_head h4 {
    font-size: 20px;
    line-height: 26px;
  }
  .home_section .payment_methods .text_content {
    padding-right: 110px;
    padding-top: 110px;
  }
  .home_section .payments_faster .left_sec {
    width: 45%;
  }
  .home_section .payments_month .right_sec {
    width: 46%;
  }
  .client .review_slider .client_review .quta {
    height: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  header .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .main {
    margin-top: 75px;
  }
  .banner {
    height: 390px;
  }
  .banner .create_account {
    right: 30px;
    bottom: 74px;
  }
  .banner .create_account {
    min-width: 160px;
    font-size: 14px;
    line-height: 40px;
  }
  .box_bottom_wrap {
    margin-top: -30px;
  }
  .box_bottom_wrap {
    padding: 0px 20px;
  }
  .box_bottom_wrap .box {
    border-radius: 20px;
    padding: 10px 15px 20px;
  }
  .box_bottom_wrap .box .title_head h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .box_bottom_wrap .box p {
    font-size: 14px;
    line-height: 22px;
  }
  .home_section .payment_methods .text_content {
    padding-right: 40px;
    padding-top: 80px;
  }
  .home_section h3 {
    margin-bottom: 20px;
  }
  h3 {
    line-height: 36px;
    font-size: 30px;
  }
  p {
    line-height: 30px;
    font-size: 16px;
  }
  .home_section .payment_methods .img_contennt {
    width: 51%;
  }
  .home_section .payment_methods {
    margin-bottom: 0;
  }
  .home_section .payments_faster .text_content {
    padding-top: 130px;
    padding-left: 40px;
  }
  .home_section .payments_month .right_sec {
    padding-right: 50px;
    padding-top: 20px;
  }
  .btn {
    font-size: 14px;
    min-width: 195px;
    line-height: 40px;
  }
  .your_website .text_content {
    padding-left: 30px;
    padding-right: 32px;
    padding-top: 80px;
  }
  .your_website .text_content h3 {
    padding-bottom: 16px;
  }
  .your_website .text_content p {
    padding-bottom: 20px;
  }
  .client .review_slider .client_review h6 {
    min-height: 110px;
    font-size: 14px;
    line-height: 23px;
  }
  .banner .right_content h1 {
    margin-bottom: 0;
  }
  .banner .right_content h1 {
    margin-bottom: 0;
    font-size: 27px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 960px) {
  header .logo {
    max-width: 135px;
  }
  .box_bottom_wrap {
    flex-wrap: wrap;
  }
  .banner .create_account {
    right: 24px;
    bottom: 70px;
  }
  .box_bottom_wrap {
    margin-top: 40px;
  }
  .box_bottom_wrap .box {
    max-width: 47%;
    margin-bottom: 30px;
    padding: 20px 25px;
  }
  .box_bottom_wrap .box:nth-child(even) {
    margin-right: 0;
  }
  .box_bottom_wrap .box span img {
    max-width: 100px;
  }
  .box_bottom_wrap .box .title_head h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .box_bottom_wrap .box p {
    font-size: 18px;
    line-height: 30px;
  }
  .home_section .left_sec,
  .home_section .right_sec {
    float: none;
  }
  .home_section .payments_month .right_sec,
  .home_section .payments_faster .left_sec,
  .home_section .payment_methods .text_content,
  .home_section .payment_methods .img_contennt {
    width: 100%;
    padding: 0px;
  }
  .home_section .payments_month .right_sec,
  .home_section .payments_faster .left_sec,
  .home_section .payment_methods .text_content {
    padding: 0px 20px;
    text-align: center;
  }
  h3 {
    line-height: 46px;
    font-size: 36px;
  }
  p {
    line-height: 36px;
    font-size: 20px;
  }
  .home_section .payment_methods .img_contennt {
    width: 90%;
    padding-top: 50px;
  }
  .home_section .payments_faster {
    margin-top: 80px;
  }
  .home_section .payments_faster .img_contennt {
    width: 100%;
    text-align: center;
  }
  .home_section .payments_month .flag span img {
    max-width: 50px;
    max-height: 50px;
  }
  .home_section .payments_month .img_contennt {
    width: 90%;
    padding-left: 0;
    margin: 0 auto;
    padding-top: 50px;
  }
  .your_website .img_contennt,
  .your_website .text_content {
    width: 100%;
    float: none;
    text-align: center;
  }
  .banner .right_content {
    padding-top: 50px;
  }
}

/* LANDING MOBILE*/
@media only screen and (max-width: 786px) {
  .documentation {
    margin-bottom: 60px;
  }
  .documentation .title {
    font-size: 16px;
  }
  .by_dlocal {
    margin-bottom: 100px;
    padding: 0;
  }
  .by_dlocal .title {
    font-size: 18px;
  }
  .by_dlocal .documentation_button {
    margin-left: 30%;
    margin-right: 30%;
  }
}

@media only screen and (max-width: 767px) {
  header .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  header .logo {
    max-width: 120px;
  }
  header .right .btn_head .register,
  header .right .btn_head .login {
    line-height: 30px;
    min-width: 85px;
    font-size: 12px;
    cursor: pointer;
  }
  header .right .btn_head .register {
    margin-left: 10px;
  }
  header .logo img {
    display: block;
  }
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main {
    margin-top: 55px;
  }
  .banner {
    background-image: url(../images/site/PortadaMobile.jpg);
    height: 420px;
  }
  .banner .create_account {
    bottom: 31px;
    left: 10px;
    min-width: 130px;
    font-size: 13px;
    line-height: 32px;
    right: auto;
    z-index: 99;
  }
  .box_bottom_wrap {
    padding: 0px 15px;
  }
  .box_bottom_wrap .box {
    max-width: 47.5%;
    margin-bottom: 15px;
    padding: 10px 15px;
    margin-right: 0;
  }
  .box_bottom_wrap .box span img {
    max-width: 70px;
  }
  .box_bottom_wrap .box .title_head h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .box_bottom_wrap .box p {
    font-size: 12px;
    line-height: 15px;
  }
  .box_bottom_wrap .box .title_head {
    margin-bottom: 8px;
  }
  .box_bottom_wrap .box span {
    height: 64px;
  }
  .box_bottom_wrap {
    margin-top: 25px;
  }
  .box_bottom_wrap {
    margin-bottom: 70px;
  }
  h3 {
    line-height: 28px;
    font-size: 21px;
  }
  p {
    line-height: 22px;
    font-size: 16px;
  }
  .home_section h3 {
    margin-bottom: 0px;
  }
  .home_section .payment_methods .img_contennt {
    width: 95%;
  }
  .mo_div {
    display: block;
    text-align: center;
  }
  .home_section .payments_faster .left_sec .btn {
    display: none;
  }
  .home_section p {
    padding-bottom: 0px;
  }
  .home_section .payments_faster .img_contennt {
    width: 80%;
    margin: 0 auto;
  }
  .btn {
    font-size: 12px;
    min-width: 160px;
    line-height: 36px;
  }
  .home_section .payments_month {
    margin-top: 80px;
  }
  .home_section .payments_month .flag {
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 90%;
    margin: 30px auto;
  }
  .home_section .payments_month .flag span img {
    max-width: 36px;
    max-height: 20px;
  }
  .home_section .payments_month .flag span {
    margin: 5px 10px;
  }
  .home_section .payments_month .right_sec .btn {
    display: none;
  }
  .mo_div .btn {
    margin-top: 20px;
  }
  .your_website .text_content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
  }
  .your_website {
    margin-bottom: 50px;
  }
  .client h3 {
    padding-bottom: 0;
  }
  .client .review_slider .client_review {
    padding: 20px;
    width: 90%;
    margin: 20px auto;
  }
  .client .review_slider .client_review h6 {
    min-height: auto;
  }
  .client .review_slider .client_review .avtar_wrap .avtar {
    width: 76px;
    height: 76px;
  }
  .client .review_slider .client_review .avtar_wrap {
    max-width: 80px;
  }
  .client .review_slider .client_review .avtar_wrap span {
    max-width: 30px;
  }
  .client .review_slider .client_review h4 {
    font-size: 14px;
    padding-top: 16px;
  }
  .client .review_slider .client_review .quta {
    height: 60px;
  }
  .client .review_slider .owl-controls .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    margin: 0px 5px;
  }
  .inner_content {
    padding-top: 40px;
  }
  .inner_content h2 {
    margin-bottom: 0;
  }
  .inner_content p {
    font-size: 14px;
  }

  .banner .right_content h1 {
    font-size: 14px;
    line-height: 19px;
  }
  .banner .right_content h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .banner .right_content {
    padding-top: 10px;
    width: 275px;
    padding-left: 20px;
    height: 240px;
    left: auto;
    right: 0;
    top: 160px;
    top: auto;
    bottom: -10px;
  }
  .banner .right_content:after {
    width: 220px;
    height: 260px;
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    bottom: -40px;
    right: -20px;
  }
  .banner .right_content:after {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 40%;
    border-bottom-left-radius: 50%;
  }
  .banner .right_content:after,
  .banner.load_done .right_content:after {
    transform: none !important;
  }
  .your_website .img_contennt {
    right: -30px;
    position: relative;
  }

  .banner .right_content:after {
    display: none;
  }
  .banner .right_content h4,
  .banner .right_content h1 {
    text-align: right;
  }
  .banner .right_content h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .banner .right_content {
    padding-top: 10px;
    width: 386px;
    padding-left: 30px;
    height: 340px;
    left: auto;
    right: 0;
    top: 160px;
    top: auto;
    bottom: 10px;
    padding-right: 20px;
  }
  .banner {
    background-position: right bottom;
    background-size: cover;
    height: 750px;
  }

  .by_dlocal .wrapper {
    line-height: 50px;
    font-size: 21px;
  }
}
@media only screen and (max-width: 620px) {
  .banner {
    height: 560px;
  }
  .banner .right_content {
    padding-top: 10px;
    width: 275px;
    padding-left: 30px;
    height: 240px;
    left: auto;
    right: 0;
    top: 160px;
    top: auto;
    bottom: 10px;
    padding-right: 10px;
  }
  .banner .right_content h1 {
    font-size: 22px;
    line-height: 28px;
  }
  .banner .right_content h4 {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 420px) {
  .banner {
    height: 400px;
  }
  .banner .right_content {
    padding-right: 10px;
    width: 230px;
    height: 195px;
    padding-left: 40px;
  }
  .banner .right_content h1 {
    font-size: 18px;
    line-height: 24px;
  }
  .banner .right_content h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .create_account {
    font-size: 12px;
  }
}
@media only screen and (max-width: 320px) {
  header .logo {
    max-width: 110px;
  }
  header .right .btn_head .register,
  header .right .btn_head .login {
    line-height: 26px;
    min-width: 76px;
    font-size: 11px;
    cursor: pointer;
  }
  header .right .btn_head .register {
    margin-left: 5px;
  }
  header .logo {
    max-width: 100px;
  }
  .main {
    margin-top: 48px;
  }
  .banner {
    height: 330px;
  }
  .banner .create_account {
    min-width: 120px;
    font-size: 12px;
    line-height: 30px;
  }
  .box_bottom_wrap .box {
    max-width: 48%;
    margin-bottom: 10px;
    padding: 6px 10px;
  }
  .home_section .payment_methods .img_contennt {
    margin-top: 20px;
  }
  .home_section .payments_month .flag span {
    margin: 5px 8px;
  }
  .your_website .img_contennt {
    right: -20px;
  }

  .banner .right_content h1 {
    font-size: 14px;
    line-height: 20px;
  }
  .banner .right_content h4 {
    font-size: 12px;
    line-height: 16px;
  }
  .banner .right_content {
    padding-top: 10px;
    width: 170px;
    padding-left: 20px;
    height: 190px;
    left: auto;
    right: 0;
    top: 160px;
    top: auto;
    bottom: -30px;
  }
  .banner .right_content h4 {
    font-size: 10px;
    line-height: 15px;
  }
}
table {
    table-layout: fixed;
    width: 100%;
    border: solid 1px #DDEEEE;
    border-collapse: collapse;
    border-spacing: 0;
    font: normal 13px Arial, sans-serif;
}
table th {
    background-color: #DDEFEF;
    border: solid 1px #DDEEEE;
    color: #336B6B;
    padding: 10px;
    text-align: left;
    text-shadow: 1px 1px 1px #fff;
}
table td {
    color: #333;
    padding: 10px;
    text-shadow: 1px 1px 1px #fff;
    word-wrap: break-word;
}
table tr {
    border: solid 1px #DDEEEE;
}
/* Youtube responsivness CSS */
.youtube_video {
  padding-left: 20%;
  padding-right: 20%;
}
@media only screen and (max-width: 960px) {
.youtube_video {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 40px;
  }
}

.video_container {
  text-align: center;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video_container iframe, .video_container object, .video_container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
