@charset "UTF-8";

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

img {
  border: 0;
}

button,
input,
select {
  margin: 0;
  font: inherit;
  color: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
input[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input {
  line-height: normal;
}

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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  font-family: helvetica neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: var(--white);
}

button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

h1,
h2 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

p {
  margin: 0 0 10px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.col-lg-12,
.col-md-10,
.col-md-12,
.col-md-4,
.col-sm-6,
.col-xs-6 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-6 {
  float: left;
}

.col-xs-6 {
  width: 50%;
}

@media (min-width: 768px) {
  .col-sm-6 {
    float: left;
  }

  .col-sm-6 {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .col-md-10,
  .col-md-12,
  .col-md-4 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
}

@media (min-width: 1200px) {
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.dropdown {
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.clearfix:after,
.clearfix:before,
.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.clearfix:after,
.container:after,
.row:after {
  clear: both;
}

@-ms-viewport {
  width: device-width;
}

a,
body,
div,
form,
h1,
h2,
html,
li,
p,
span,
strong,
ul {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  font-size: 14px;
  color: var(--grey-2);
  font-family: Poppins, sans-serif;
  line-height: 24px;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h1,
h2 {
  line-height: normal;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

a {
  color: #5f5f5f;
}

input[type="search"] {
  border: 1px solid #ddd;
  padding: 8px 15px;
  font-size: 14px;
  color: #5f5f5f;
  font-family: Poppins, sans-serif;
  border-radius: 0;
}

button {
  border-color: red;
  outline: 0;
}

strong {
  font-weight: 600;
}

.message {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.section {
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-position: top center;
}

.section-title {
  font-size: 26px;
  color: var(--grey-1);
  text-align: center;
  margin-bottom: 15px;
}

.section-title span {
  font-weight: 700;
}

.section-desc {
  text-align: center;
  margin-bottom: 70px;
}

.service-box {
  position: relative;
  padding: 35px 55px 35px 100px;
  background: var(--white);
}

.service-box .icon {
  position: absolute;
  left: 40px;
  top: 35px;
  color: #ff1212;

  font-size: 60px;
}

service-box .icon svg {
  fill: #ff1212;
  width: 60px;
  height: 60px;
}

.service-center {
  text-align: center;
  padding: 10px 25px;
  margin-bottom: 20px;
}

.service-center .icon {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin-top: 25px;
  /* height: 40px; */
}

.site-header {
  background: #fafafa;
  padding: 29px 0;
  position: relative;
  z-index: 100 !important;
}

.light-header {
  background: 0 0;
}

.site-brand {
  float: left;
}

.logo img {
  height: 100%;
  width: 100%;
}

.logo .site-title {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #fff;
}

.logo .site-title-scroll {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: red;
}

.light-logo {
  display: none;
}

#header.on-load {
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.site-header .login-button {
  margin-left: 15px;
}

.main-menu {
  text-align: center;
}

.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 30px;
  position: relative;
}

.main-menu ul li a {
  line-height: 38px;
  display: block;
  color: #313131;
  text-transform: uppercase;
  position: relative;
}

.main-menu > ul > li > a:before {
  content: "";
  position: absolute;
  top: 5px;
  width: 20%;
  height: 2px;
  background: red;
  display: block;
  left: 50%;
  transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -o-transform: translate(-50%);
  opacity: 0;
  visibility: hidden;
}

.mobile-btn {
  display: none;
}

.mobile-btn img {
  height: 83%;
  width: 94%;
}

.light-header .main-menu > ul > li > a {
  color: #fff;
}

.site-main {
  padding: 0 !important;
  min-height: 200px;
}

.page-title {
  min-height: 344px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  text-align: center;
  color: #fff;
  /* margin-bottom: 80px; */
  /* background-image: url("/static/website/static/images/general/wallpaper-halloween2.jpg"); */
}

.page-title .container {


  
}

.page-title h1 {
  font-size: 2.5rem;
  margin-bottom: 15px;
  line-height: 70px;
}

.page-title h2 {
  font-size: 36px;
  margin-bottom: 15px;
  line-height: normal;
}

.page-title-search {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  position: relative;
  display: flex;
  margin: 35px 0 25px;
  background: var(--white);
}

.page-title-search input[type="search"] {
  width: 65%;
  border: none;
  padding: 8px 0 8px 55px;
  font-size: 16px;
  font-weight: 300;
  background: 0 0;
}

@media screen and (min-width: 767px) {
  .page-title-search input[type="submit"] {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}

.page-title-search #myDropdown.dropbtn {
  border-radius: 0;
  background-color: #3498db;
  color: #fff;
  width: 16%;
  padding: 14px 16px 16px;
  font-size: 16px;
  border: none;
 /* -moz-appearance: none;
 */
  height: 52px;
}

.page-title-search #myDropdown option {
  color: #000;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.page-title-search input[type="submit"] {
  width: 20%;
  background: #c00;
  border: none;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -moz-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -ms-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -webkit-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
  -o-box-shadow: 0 2px 8px rgba(98, 98, 98, 0.1);
}

.page-title #download {
  margin-bottom: 15px;
}

.page-title #download #progressBarDownload {
  height: 15px;
  background-color: #fff;
  position: relative;
  border-radius: 2px;
}

.page-title #download #progressBarDownload > div {
  width: 0%;
  height: 100%;
  background-color: #c00;
  border-radius: 2px;
}

.page-title p {
  font-size: 16px;
}

.page-title-desc {
  font-weight: 300;
  text-align: center;
  font-size: 16px;
}

.page-title-desc-noajax {
  font-weight: 300;
  text-align: center;
  font-size: 16px !important;
}

.home1 .page-title {
  /* height: 720px; */
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local("Poppins Light"), local("Poppins-Light"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJbecmNE.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJnecmNE.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Poppins Regular"), local("Poppins-Regular"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiEyp8kv8JHgFVrJJfecg.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Poppins Medium"), local("Poppins-Medium"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Poppins SemiBold"), local("Poppins-SemiBold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2)
      format("woff2");
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8,
    U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Poppins Bold"), local("Poppins-Bold"),
    url(https://fonts.gstatic.com/s/poppins/v5/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
  min-width: 70px;
}

.bg-anon_icon {
  width: 50px;
  height: 70px;
  background: url("/static/website/static/images/icons/icons_sprites.png") -10px -92px;
}

.bg-basic_paperplane {
  width: 46px;
  height: 46px;
  background: url("/static/website/static/images/icons/icons_sprites.png") -184px -76px;
}

.bg-ecommerce_banknotes {
  width: 46px;
  height: 46px;
  background: url("/static/website/static/images/icons/icons_sprites.png") -10px -164px;
}

#dropdownMenu1 + .dropdown-menu a {
  display: flex;
  justify-content: space-around;
  padding: 5px 8px;
}

.flag {
  display: block;
}

.flag-mx {
  width: 22px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -355px 0;
}

.flag-ec {
  width: 22px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -377px 0;
}

.flag-ar {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -333px 0;
}

.flag-co {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -311px 0;
}

.flag-pe {
  width: 22px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -289px 0;
}

.flag-pl {
  width: 20px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -267px 0;
}

.flag-kr {
  width: 20px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -209px 0;
}

.flag-hi {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -38px 0;
}

.flag-tr {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -57px 0;
}

.flag-de {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -95px 0;
}

.flag-en {
  width: 20px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -229px 0;
}

.flag-es {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) 0 0;
}

.flag-fr {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -152px 0;
}

.flag-it {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -171px 0;
}

.flag-ru {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -190px 0;
}

.flag-br {
  width: 18px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -249px 0;
}

.flag-pt {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -133px 0;
}

.flag-nl {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -114px 0;
}

.flag-id {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -19px 0;
}

.flag-jp {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -76px 0;
}

.flag-he {
  width: 19px;
  height: 17px;
  background: url(/static/website/static/images/general/flags.png) -400px 0;
}

@media screen and (max-width: 1200px) {


  .light-header .main-menu > ul > li > a {
    color: #313131;
  }

  .mobile-btn {
    display: block;
    width: 38px;
    height: 38px;
    font-size: 30px;
    text-align: center;
    line-height: 38px;
    color: #42c37a;
  }

  .mobile-btn img {
    vertical-align: top;
  }

  .service-box {
    padding: 35px;
  }

  .service-box .icon {
    top: 30px;
  }
}

@media screen and (max-width: 989px) {
  .service-box {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section .row .col-xs-6:nth-child(2n + 1) {
    clear: both;
  }

  .page-title-search {
    flex-wrap: wrap;
  }

  .page-title-search:before {
    top: 26px;
  }

  .page-title-search input[type="search"] {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .page-title-search #myDropdown.dropbtn,
  .page-title-search input[type="submit"] {
    width: 50%;
  }
}

@media screen and (max-width: 540px) {
  .section .row .col-xs-6 {
    width: auto;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  .page-title h1 {
    font-size: 42px;
  }

  .page-title-search:before {
    left: 15px;
  }
}

@media screen and (max-width: 380px) {
  .login-button {
    font-size: 0;
    /* padding: 0 15px; */
  }

  .login-button:before {
    font-size: 16px;
    font-family: Poppins, sans-serif;
  }
  
  .page-title h1 {
    font-size: 36px;
  }

  .page-title-search input[type="search"] {
    padding: 8px 55px 8px 10px;
  }

  .page-title-search:before {
    left: auto;
    right: 0;
    height: auto;
    top: 0;
    bottom: 0;
    background-color: #42c37a;
    display: none;
    width: 50px;
    transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    -o-transform: none;
  }

  .service-box {
    padding: 30px 20px;
  }

  .service-box .icon {
    left: 25px;
  }
}

.social-media {
  margin-top: 30px;
  vertical-align: 8px;
  display: inline-block;
  margin-right: 4px;
}

.twitter-custom-button {
  margin-left: 4px;
  vertical-align: middle;
}

.light-header .main-menu > ul > li > a {
  color: #fff;
}

.cookiealert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 !important;
  transform: translateY(100%);
  transition: all 0.5s ease-out;
  color: #ecf0f1;
  background: #212327 url("//cdn.notube.net/images/general/bg-cookiealert.jpg");
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 1s;
  position: fixed;
  background-color: white;
}

.cookiealert a {
  text-decoration: underline;
  color: #007bff !important;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}

.site-bottom {
  /* background: var(--grey-7) !important; */
}

.site-footer {
  /* background: var(--grey-8) !important; */
}

:root {
  --white: #fff;
  --white-2: #f7f7f7;
  --white-3: #fafafa;
  --white-4: #e6e6e6;
  --white-5: #e6e6e6;
  --white-6: #e6e6e6;
  --border-light-grey: #aeaeae;
  --black: #000;
  --black-1: #262626;
  --grey: #ccc;
  --grey-1: #313131;
  --grey-2: #5f5f5f;
  --grey-3: #333;
  --grey-4: #5e5e5e;
  --grey-5: #313131;
  --grey-6: #5f5f5f;
  --grey-7: #27343d;
  --grey-8: #1f2930;
  --light-grey-1: #f8f8f8;
  --blue: #3498db;
  --red: #c00;
  --red-2: #900;
}

[data-theme="dark"] {
  --white: #202125;
  --white-2: #444;
  --white-3: #202125;
  --white-4: #202125;
  --white-5: #444;
  --white-6: #1b1b1b;
  --border-light-grey: grey;
  --black: #fff;
  --black-1: #fff;
  --grey: grey;
  --grey-1: #fff;
  --grey-2: #fff;
  --grey-3: #fff;
  --grey-4: #ededed;
  --grey-5: #585353;
  --grey-6: #aaa;
  --grey-7: #18181b;
  --grey-8: #202125;
  --light-grey-1: #444;
  --blue: #284d65;
  --red: #42444c;
  --red-2: #303138;
}

.btn-switch {
  align-self: center;
}

.box-switch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 62px;
  height: 31px;
  background-color: #000;
  transition: all 1s ease;
  position: relative;
  border-radius: 30px;
  cursor: pointer;
}

.box-switch .ball-switch {
  width: 31px;
  height: 31px;
  background-color: #333;
  transition: all 1s ease;
  position: absolute;
  border-radius: 40%;
  border: 1px solid #656464;
}

.box-switch .scenary-switch {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  transition: all 1s ease;
  padding: 5px 10px 0 10px;
}

.box-switch .scenary-switch svg {
  width: 18px;
}

.conp {        
  text-wrap: wrap;

  .b1::before {
      content: '1';
      color: white;
      background: #E53E3E;
      border-radius: 50%;
      padding: 20px 35px;
      margin-right: 20px;
      margin-top: 20px;
      /* width: 120px;
      height: 120px; */
      /* margin-right: 100px; */

  }

  .b2::before {
      content: '2';
      color: white;
      background: #E53E3E;
      border-radius: 50%;
      padding: 20px 32px;
      margin-right: 20px;
      margin-top: 20px;
      /* width: 120px;
      height: 120px; */
      /* margin-right: 100px; */

  }

  .b3::before {
      content: '3';
      color: white;
      background: #E53E3E;
      border-radius: 50%;
      padding: 20px 32px;
      margin-right: 20px;
      margin-top: 20px;
      /* width: 120px;
      height: 120px; */
      /* margin-right: 100px; */

  }

  p {
      font-size: 1.256rem;
  }
}

@media (min-width: 768px) and (max-width: 1299px) {
.conf {
    padding: 3rem 5rem;

    .cr{
        background: #E53E3E;
        border-radius: 15px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }        
}
}
@media (min-width: 280px) and (max-width: 768px) {
  
  .conf {
    /* padding: 0 !important;
 */

      border-radius: 0;

      .cr{            
          border-radius: 0px;
                      
          .colsm{
              display: block;
          }
      }
  }

}
