:root {
  --main-color: #0f50ba;
}

body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #1c1c1c;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body {
  height: 100%;
}

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

p {
  font-size: 16px;
}

.page-wrapper {
  min-height: 100%;
  /* equal to footer height */

}

.page-wrapper:after {
  content: "";
  display: block;
  height: 50px;
}

.footer {
  padding: 20px 0;
}

p, h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
}

a {
  color: var(--main-color);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:hover {
  text-decoration: underline;
  color: var(--main-color);
}

a:focus {
  text-decoration: none;
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.5;
}

.btn .svg-inline--fa, a.btn .svg-inline--fa {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.btn-primary, a.btn-primary {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #fff !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.hover, a.btn-primary:hover, a.btn-primary:focus, a.btn-primary:active, a.btn-primary.active, a.btn-primary.hover {
  background: var(--main-color);
  color: #fff !important;
  border: 1px solid var(--main-color);
}

.btn-green, a.btn-green {
  background: #75c181;
  border: 1px solid #75c181;
  color: #fff !important;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .btn-green.hover, a.btn-green:hover, a.btn-green:focus, a.btn-green:active, a.btn-green.active, a.btn-green.hover {
  background: #63b971;
  color: #fff !important;
  border: 1px solid #63b971;
}

.body-green .btn-green, .body-green a.btn-green {
  color: #fff !important;
}

.body-green .btn-green:hover, .body-green .btn-green:focus, .body-green .btn-green:active, .body-green .btn-green.active, .body-green .btn-green.hover, .body-green a.btn-green:hover, .body-green a.btn-green:focus, .body-green a.btn-green:active, .body-green a.btn-green.active, .body-green a.btn-green.hover {
  color: #fff !important;
}

.btn-blue, a.btn-blue {
  background: #58bbee;
  border: 1px solid #58bbee;
  color: #fff !important;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.hover, a.btn-blue:hover, a.btn-blue:focus, a.btn-blue:active, a.btn-blue.active, a.btn-blue.hover {
  background: #41b2ec;
  color: #fff !important;
  border: 1px solid #41b2ec;
}

.btn-orange, a.btn-orange {
  background: #F88C30;
  border: 1px solid #F88C30;
  color: #fff !important;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.hover, a.btn-orange:hover, a.btn-orange:focus, a.btn-orange:active, a.btn-orange.active, a.btn-orange.hover {
  background: #f77e17;
  color: #fff !important;
  border: 1px solid #f77e17;
}

.btn-red, a.btn-red {
  background: #f77b6b;
  border: 1px solid #f77b6b;
  color: #fff !important;
}

.btn-red:hover, .btn-red:focus, .btn-red:active, .btn-red.active, .btn-red.hover, a.btn-red:hover, a.btn-red:focus, a.btn-red:active, a.btn-red.active, a.btn-red.hover {
  background: #f66553;
  color: #fff !important;
  border: 1px solid #f66553;
}

.btn-pink, a.btn-pink {
  background: #EA5395;
  border: 1px solid #EA5395;
  color: #fff !important;
}

.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.hover, a.btn-pink:hover, a.btn-pink:focus, a.btn-pink:active, a.btn-pink.active, a.btn-pink.hover {
  background: #e73c87;
  color: #fff !important;
  border: 1px solid #e73c87;
}

.btn-purple, a.btn-purple {
  background: #8A40A7;
  border: 1px solid #8A40A7;
  color: #fff !important;
}

.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.hover, a.btn-purple:hover, a.btn-purple:focus, a.btn-purple:active, a.btn-purple.active, a.btn-purple.hover {
  background: #7b3995;
  color: #fff !important;
  border: 1px solid #7b3995;
}

.btn-cta {
  padding: 7px 15px;
}

.search-btn {
  height: 40px;
}

.search-btn .svg-inline--fa {
  top: 0;
  margin-right: 0;
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-color: #f0f0f0;
}

.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #afb3bb;
}

.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #afb3bb;
}

.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #afb3bb;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #afb3bb;
}

.form-control:focus {
  border-color: #e3e3e3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}

/* ====== Header ====== */
.header {
  display:none;
  padding:0px;
  border-bottom: 1px solid #dedede;
  position: relative;
  z-index: 2;
}

.header img {
  height: 36px;
}

.header span {
  display:inline-block;
  position: relative;
}

.header a {
  color: #000;
}

.header .container {
  position: relative;
}

.vertical-center {
  margin: 0;
  vertical-align:middle;
}

.branding .logo {
  margin-left: 25px;
}

.branding .logo a {
  text-decoration: none;
  color:#fff;
}

.branding .text-highlight {
  color: var(--main-color);
}

.body-green .branding .text-highlight {
  color: #75c181;
}

.body-blue .branding .text-highlight {
  color: #58bbee;
}

.body-orange .branding .text-highlight {
  color: #F88C30;
}

.body-red .branding .text-highlight {
  color: #f77b6b;
}

.body-pink .branding .text-highlight {
  color: #EA5395;
}

.body-purple .branding .text-highlight {
  color: #8A40A7;
}

.branding .text-bold {
  font-weight: 800;
  color: #fff;
}

.branding .icon {
  font-size: 24px;
  color: var(--main-color);
}

.body-green .branding .icon {
  color: #75c181;
}

.body-blue .branding .icon {
  color: #58bbee;
}

.body-orange .branding .icon {
  color: #F88C30;
}

.body-red .branding .icon {
  color: #f77b6b;
}

.body-pink .branding .icon {
  color: #EA5395;
}

.body-purple .branding .icon {
  color: #8A40A7;
}

.breadcrumb {
  background: none;
  margin-bottom: 0;
  padding: 0;
}

.breadcrumb li {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb li.active {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb li a {
  color: rgba(255, 255, 255, 0.5);
}

.breadcrumb li a:hover {
  color: #fff;
}

.breadcrumb > li + li:before {
  color: rgba(0, 0, 0, 0.4);
}

.search-form {
  position: relative;
}

.search-form .search-input {
  font-size: 14px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 4px;
}

.search-form .search-input:focus {
  border-color: #616670;
}

.search-form .search-btn {
  color: #797f8b;
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 0px;
  margin-right: 0;
}

.search-form .search-btn:active, .search-form .search-btn:focus, .search-form .search-btn:hover {
  outline: none !important;
  color: #31343a;
}

.top-search-box {
  position: absolute;
  right: 15px;
  top: 15px;
}

/* ====== Footer ====== */
.footer {
  background: #000;
  color: #fff;
}

.footer a {
  color: var(--main-color);
}

.footer .fa-heart {
  color: #EA5395;
}

.footer-col {
  text-align: left;
  padding: 50px 80px;
  width: 330px;
}

@media (max-width: 991px) {
  .reverse-small {
    flex-direction: column-reverse !important;
  }
  .image-input {
    font-size: 16px !important;
  }
  .item-pricing {
    margin: 5px; 
    max-width: 320px;
  }
  .pricing-recommended {
    top:0 !important;
  }
  .most-popular {
    top:0 !important;
  }
  .feature-img {
    margin: 30px 0;
  }
  .top-bottom-margin {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 575.98px) {
  .top-search-box {
    width: 100%;
    position: static;
    margin-top: 15px;
  }
}

.navbar-custom {
  padding:5px;
}

.navbar-collapse.collapse.in {
  display: block!important;
}

.profile-body {
  background: #f9f9f9;
}

/* ======= Doc Styling ======= */
.doc-wrapper {
  min-height: 100%;
  padding: 45px 10px;
  background: #f9f9f9;
}

.doc-body {
  position: relative;
}

.doc-header {
  margin-bottom: 30px;
}

.doc-header .doc-title {
  color: var(--main-color);
  margin-top: 0;
  font-size: 30px;
  font-weight: 600;
}

.body-green .doc-header .doc-title {
  color: #75c181;
}

.body-blue .doc-header .doc-title {
  color: #58bbee;
}

.body-orange .doc-header .doc-title {
  color: #F88C30;
}

.body-red .doc-header .doc-title {
  color: #f77b6b;
}

.body-pink .doc-header .doc-title {
  color: #EA5395;
}

.body-purple .doc-header .doc-title {
  color: #8A40A7;
}

.doc-header .icon {
  font-size: 30px;
}

.doc-header .meta {
  color: #a2a6af;
}

.doc-section {
  padding-top: 15px;
  padding-bottom: 15px;
}

.doc-section .section-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #d7d6d6;
}

.doc-section .section-title p {
  color: #777;
}

.doc-section h1 {
  font-size: 24px;
  font-weight: bold;
}

.doc-section h2 {
  font-size: 22px;
  font-weight: bold;
}

.doc-section h3 {
  font-size: 20px;
  font-weight: bold;
}

.doc-section h4 {
  font-size: 18px;
  font-weight: bold;
}

.doc-section h5 {
  font-size: 16px;
  font-weight: bold;
}

.doc-section h6 {
  font-size: 14px;
  font-weight: bold;
}

.section-block {
  padding:10px;
}

.section-block .block-title {
  margin-top: 0;
}

.section-block .list > li {
  margin-bottom: 10px;
}

.section-block .list ul > li {
  margin-top: 5px;
}

.question {
  font-weight: 400 !important;
  color: var(--main-color);
}

.question .body-green {
  color: #63b971;
}

.body-blue .question {
  color: #41b2ec;
}

.body-orange .question {
  color: #f77e17;
}

.body-pink .question {
  color: #e73c87;
}

.body-purple .question {
  color: #7b3995;
}

.question .svg-inline--fa {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  position: relative;
  top: -2px;
}

.question .badge {
  font-size: 11px;
  vertical-align: middle;
}

.answer {
  color: #616670;
}

.code-block {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: transparent;
  font-size: 16px;
}

.callout-block {
  padding: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  margin-bottom: 30px;
}

.callout-block a {
  color: rgba(0, 0, 0, 0.55) !important;
}

.callout-block a:hover {
  color: rgba(0, 0, 0, 0.65) !important;
}

.callout-block .icon-holder {
  font-size: 30px;
  position: absolute;
  left: 30px;
  top: 30px;
  color: rgba(0, 0, 0, 0.25);
}

.callout-block .content {
  margin-left: 60px;
}

.callout-block .content p:last-child {
  margin-bottom: 0;
}

.callout-block .callout-title {
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.65);
}

.callout-info {
  background: #58bbee;
  color: #fff;
}

.callout-success {
  background: #75c181;
  color: #fff;
}

.callout-warning {
  background: #F88C30;
  color: #fff;
}

.callout-danger {
  background: #f77b6b;
  color: #fff;
}

.table {
  max-width: 600px;
  margin:30px auto;
}

.table > thead > tr > th {
  border-bottom-color: #8bd6d8;
}

.body-green .table > thead > tr > th {
  border-bottom-color: #bbe1c1;
}

.body-blue .table > thead > tr > th {
  border-bottom-color: #b5e1f7;
}

.body-orange .table > thead > tr > th {
  border-bottom-color: #fbc393;
}

.body-pink .table > thead > tr > th {
  border-bottom-color: #f5aecd;
}

.body-purple .table > thead > tr > th {
  border-bottom-color: #b87fce;
}

.table-bordered > thead > tr > th {
  border-bottom-color: inherit;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f5f5f5;
}

.screenshot-holder {
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  text-align: center;
}

.screenshot-holder img {
  border: 1px solid #f0f0f0;
}

.screenshot-holder .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}

.screenshot-holder .mask .svg-inline--fa {
  color: #fff;
  font-size: 42px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
}

.screenshot-holder:hover .mask {
  visibility: visible;
}

.jumbotron h1 {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 30px;
}

.author-profile {
  margin-top: 30px;
}

.author-profile img {
  width: 100px;
  height: 100px;
}

.speech-bubble {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 30px;
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
}

.speech-bubble .speech-title {
  font-size: 16px;
}

.jumbotron .speech-bubble p {
  font-size: 14px;
  font-weight: normal;
  color: #616670;
}

.speech-bubble:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.theme-card {
  text-align: center;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  height: 100%;
}

.theme-card .card-block {
  padding: 15px;
}

.theme-card .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  text-decoration: none;
}

.theme-card .mask .icon {
  color: #fff;
  font-size: 42px;
  margin-top: 25%;
}

.theme-card:hover .mask {
  visibility: visible;
}

/* Color Schemes */
.body-green .header {
  border-color: #75c181;
}

.body-green a {
  color: #75c181;
}

.body-green a:hover {
  color: #52b161;
}

.body-blue .header {
  border-color: #58bbee;
}

.body-blue a {
  color: #58bbee;
}

.body-blue a:hover {
  color: #2aa8e9;
}

.body-orange .header {
  border-color: #F88C30;
}

.body-orange a {
  color: #F88C30;
}

.body-orange a:hover {
  color: #ed7108;
}

.body-pink .header {
  border-color: #EA5395;
}

.body-pink a {
  color: #EA5395;
}

.body-pink a:hover {
  color: #e42679;
}

.body-purple .header {
  border-color: #8A40A7;
}

.body-purple a {
  color: #8A40A7;
}

.body-purple a:hover {
  color: #6c3282;
}

.body-red .header {
  border-color: #f77b6b;
}

.body-red a {
  color: #f77b6b;
}

.body-red a:hover {
  color: #f4503b;
}

/* Sidebar */
.doc-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  top: 0;
}

.nav-link {
  font-weight: 600; 
}

.nav-item button {
  color:var(--main-color);
}

.nav-item button:hover {
  border: 1px solid var(--main-color);
  background-color: white;
  color: var(--main-color);
}

.nav-item .reverse {
  background-color: var(--main-color);
  color: #fff;
  font-weight: 600 !important;
}

.image-upload {
  margin:20px;
}

.image-input {
  font-size: 20px;
  margin: auto;
}

.image-input-api {
  max-width: 300px;
  display:inline;
}

.doc-menu {
  list-style: none;
}

.doc-menu .nav-link {
  margin-bottom: 5px;
  display: block;
  padding: 5px 15px;
  color: #616670;
}

.doc-menu .nav-link:hover, .doc-menu .nav-link:focus {
  color: #494d55;
  text-decoration: none;
  background: none;
}

.doc-menu .nav-link.active {
  background: none;
  color: var(--main-color);
  font-weight: 600;
  font-size: 16px;
}

.body-green .doc-menu .nav-link.active {
  color: #75c181;
  border-color: #75c181;
}

.body-blue .doc-menu .nav-link.active {
  color: #58bbee;
  border-color: #58bbee;
}

.body-orange .doc-menu .nav-link.active {
  color: #F88C30;
  border-color: #F88C30;
}

.body-red .doc-menu .nav-link.active {
  color: #f77b6b;
  border-color: #f77b6b;
}

.body-pink .doc-menu .nav-link.active {
  color: #EA5395;
  border-color: #EA5395;
}

.body-purple .doc-menu .nav-link.active {
  color: #8A40A7;
  border-color: #8A40A7;
}

.doc-sub-menu {
  list-style: none;
  padding-left: 0;
}

.doc-sub-menu .nav-link {
  margin-bottom: 10px;
  font-size: 13px;
  display: block;
  color: #616670;
  padding: 0;
  padding-left: 15px;
  background: none;
}

.doc-sub-menu .link-active {
  background-color: #d5dff0 !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  color: var(--main-color) !important;
}

.doc-sub-menu .nav-link:first-child {
  padding-top: 5px;
}

.doc-sub-menu .nav-link:hover {
  color: #494d55;
  text-decoration: none;
  background: none;
}

.doc-sub-menu .nav-link:focus {
  background: none;
}

.doc-sub-menu .nav-link.active {
  background: none;
  color: var(--main-color);
}

.body-green .doc-sub-menu .nav-link.active {
  color: #75c181;
}

.body-blue .doc-sub-menu .nav-link.active {
  color: #58bbee;
}

.body-orange .doc-sub-menu .nav-link.active {
  color: #F88C30;
}

.body-red .doc-sub-menu .nav-link.active {
  color: #f77b6b;
}

.body-pink .doc-sub-menu .nav-link.active {
  color: #EA5395;
}

.body-purple .doc-sub-menu .nav-link.active {
  color: #8A40A7;
}

/*
.affix-top {
  position: absolute;
  top: 15px;
}

.affix {
  top: 15px;
}

.affix, 
.affix-bottom {
  width: 230px;
}

.affix-bottom {
  position: absolute;
}
*/
/* ===== Promo block ===== */
.promo-block {
  background: var(--main-color);
}

.body-green .promo-block {
  background: #63b971;
}

.body-blue .promo-block {
  background: #41b2ec;
}

.body-orange .promo-block {
  background: #f77e17;
}

.body-pink .promo-block {
  background: #e73c87;
}

.body-purple .promo-block {
  background: #7b3995;
}

.promo-block a {
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}

.promo-block a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.promo-block .promo-block-inner {
  padding: 45px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.promo-block .promo-title {
  font-size: 20px;
  font-weight: 800;
  margin-top: 0;
  margin-bottom: 45px;
}

.promo-block .promo-title .svg-inline--fa {
  color: rgba(0, 0, 0, 0.6);
}

.promo-block .figure-holder-inner {
  background: #fff;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.promo-block .figure-holder-inner img {
  border: 5px solid #fff;
}

.promo-block .figure-holder-inner .mask {
  display: block;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  text-decoration: none;
}

.promo-block .figure-holder-inner .mask .svg-inline--fa {
  color: #fff;
  font-size: 36px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -18px;
  margin-top: -18px;
}

.promo-block .figure-holder-inner .mask .svg-inline--fa.pink {
  color: #EA5395;
}

.promo-block .figure-holder-inner:hover .mask {
  visibility: visible;
}

.promo-block .content-holder-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.promo-block .content-title {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}

.promo-block .highlight {
  color: rgba(0, 0, 0, 0.6);
}

.promo-block .btn-cta {
  background: rgba(0, 0, 0, 0.35);
  border: none;
  color: #fff !important;
  margin-bottom: 15px;
}

.promo-block .btn-cta:hover {
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff !important;
}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .jumbotron {
    padding: 30px 15px;
  }
  .jumbotron h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .jumbotron p {
    font-size: 18px;
  }
  .promo-block .promo-block-inner {
    padding: 30px 15px;
  }
  .promo-block .content-holder-inner {
    padding: 0;
  }
  .promo-block .promo-title {
    margin-bottom: 30px;
  }
  .image-input {
    font-size: 12px !important;
  }
}

/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Large devices (large desktops, 1200px and up) */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.sticky:before,
.sticky:after {
  content: '';
  display: table;
}

/* ======= Landing Page ======= */
.landing-page .header {
  background: #494d55;
  color: rgba(255, 255, 255, 1.00);
  padding: 60px 0;
}

.landing-page .header a {
  color: #000;
}

.landing-page .branding {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.landing-page .branding .logo {
  font-size: 38px;
}

.landing-page .branding .text-bold {
  font-weight: 800;
  color: #fff;
}

.landing-page .branding .icon {
  font-size: 32px;
  color: var(--main-color);
}

.tagline {
  font-weight: 400;
  font-size: 26px;
  color: #237;
}

.landing-page .tagline p {
  margin-bottom: 5px;
}

.landing-page .tagline p:last-child {
  margin-bottom: 0;
}

.landing-page .tagline .text-highlight {
  color: #266f71;
}

.landing-page .fa-heart {
  color: #EA5395;
}

.landing-page .cta-container {
  margin-top: 30px;
}

.landing-page .social-container .twitter-tweet {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.landing-page .social-container .fab-like {
  display: inline-block;
}

.logo-name {
  display:inline-block;
  font-size: 28px;
  color:var(--main-color);
}

.cards-section {
  padding: 50px 0;
  background:transparent;
}

.cards-section .title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 600;
}

.cards-section .intro {
  margin: 0 auto;
  max-width: 800px;
  margin-bottom: 50px;
}

.cards-section .cards-wrapper {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.cards-section .item {
  margin-bottom: 30px;
}

.cards-section .item .icon-holder {
  margin-bottom: 15px;
}

.cards-section .item .icon {
  font-size: 36px;
}

.main-item {
  color:var(--main-color);
  padding:10px;
  margin: 20px;
  background-color:rgba(147, 209, 255, 0.3);
  margin-bottom: 70px;
  border-radius: 25vw;
  border: 3px solid var(--main-color);
}

.sub-item {
  font-size: 60px;
}

.sub-item > .icon-holder {
  color: #7ac6ff;
}

.intro p {
  font-size: 18px;
}

.cards-section .item .title {
  font-size: 20px;
  font-weight: 600;
}

.cards-section .item .intro {
  margin-bottom: 15px;
}

.cards-section .item-inner:hover {
  background-color: #e7edf8 !important;
}

.cards-section .pricing-active:hover {
  background-color: var(--main-color) !important;
}

.cards-section .item-inner {
  margin: 2px;
  padding: 20px;
  background: white;
  position: relative;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.pricing-inner {
  min-height: 500px;
  margin:0 !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: white !important;
}

.lightblue-bg {
  background-color: #eef2fa !important;
}

.pricing-active {
  background-color: var(--main-color) !important;
  color:white !important;
}
.fa-check-circle {
  color: #22bb22 !important;
}
.pricing-active .fa-check-circle {
  color: #99ff99 !important;
}

.pricing-active .fa-times-circle {
  color: #ff9999 !important;
}

.api-item-inner {
  min-height: 200px;
  max-width: 200px;
  margin: 8px !important;
}

.api-item-inner p {
  color: #777;
  font-size: 14px;
  margin: 0 !important;
}

.cards-section .item-inner .link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  /* for IE8 */
}

.cards-section .item-primary .item-inner {
  border-top: 3px solid var(--main-color);
}

.cards-section .item-primary .item-inner:hover .title {
  color: #2d8284;
}

.cards-section .item-primary .icon {
  color: var(--main-color);
}

.cards-section .item-green .item-inner {
  border-top: 3px solid #75c181;
}

.cards-section .item-green .item-inner:hover .title {
  color: #48a156;
}

.cards-section .item-green .icon {
  color: #75c181;
}

.cards-section .item-blue .item-inner {
  border-top: 3px solid #58bbee;
}

.cards-section .item-blue .item-inner:hover .title {
  color: #179de2;
}

.cards-section .item-blue .icon {
  color: #58bbee;
}

.cards-section .item-orange .item-inner {
  border-top: 3px solid #F88C30;
}

.cards-section .item-orange .item-inner:hover .title {
  color: #d46607;
}

.cards-section .item-orange .icon {
  color: #F88C30;
}

.cards-section .item-red .item-inner {
  border-top: 3px solid #f77b6b;
}

.cards-section .item-red .item-inner:hover .title {
  color: #f33a22;
}

.cards-section .item-red .icon {
  color: #f77b6b;
}

.cards-section .item-pink .item-inner {
  border-top: 3px solid #EA5395;
}

.cards-section .item-pink .item-inner:hover .title {
  color: #d61a6c;
}

.cards-section .item-pink .icon {
  color: #EA5395;
}

.cards-section .item-purple .item-inner {
  border-top: 3px solid #8A40A7;
}

.cards-section .item-purple .item-inner:hover .title {
  color: #5c2b70;
}

.cards-section .item-purple .icon {
  color: #8A40A7;
}

@media (max-width: 575.98px) {
  .main-search-box {
    width: 100%;
  }
  .main-search-box .search-form .search-input {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .cards-section .item-inner {
    padding: 30px 15px;
  }
}

@media (min-width: 576px) {
  .main-search-box .search-form .search-input {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .main-search-box .search-form .search-input {
    width: 560px;
  }
}

.nav-button {
  font-weight: 400;
  font-size: 17px;
  margin: 5px;
}

.nav-button .nav-link {
  min-width:70px;
  padding: 10px;
  font-size: 14px;
}

.price {
  font-weight: 700;
  font-size: 50px;
}

.price-limit {
  font-weight: 400;
  font-size: 28px;
}

.footer-copyright {
  margin-top: 15px;
}

.footer h5 {
  text-align: left;
}

.footer-link {
  font-size:15px;
  display:block;
  color: #aaa !important;
  margin: 10px 0;
  text-align: left;
}

.footer-link:hover, .footer-social:hover{
  text-decoration: none;
  color: #fff !important;
}

.footer-social {
  font-size: 22px;
  display:inline;
  color: #aaa !important;
}

.footer-text {
  font-size: 15px;
  color:#ccc;
}

.footer-menu {
  max-width:990px;
  margin:auto;
}

.form-field {
  max-width: 400px;
  margin: auto;
  padding: 15px;
}

.form-field input {
  height: 50px;
  border: 1px solid #bbb;
}

.form-field input:focus {
  border: 1px solid var(--main-color);
}

.medium-box {
  max-width:800px;
  background-color: white;
  margin: auto;
  padding: 30px;
  border: 1px solid #eee;
}

#exTab3 {
  color: #000;
  margin:auto;
  max-width:900px;
}

.nav-pills {
  margin: 20px 0;
}

.nav-pills a {
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

.main-nav-selection {
  text-align:center;
  max-width: 261px;
  margin:20px auto;
}

.active > a {
  color: #fff;
}

.nav-pills {
  text-align: center;
  margin:auto;
}

.nav-pills .nav-item > a {
  color: #fff;
  border: 1px solid var(--main-color);
  font-size: 22px;
  font-weight: 400;
}

.nav-item-left {
  border-radius: 40px 0 0 40px !important;
}

.nav-item-right {
  border-radius: 0 40px 40px 0 !important;
}

.nav-pills-tab:hover {
  background-color: #eee;
}

.tab-item {
  margin:10px 0;
  padding : 5px 1%;
  min-height: 300px;
}

.nav-section a {
  color:#494d55;
  background-color: #f5f5f5;
}

.profile-header {
  max-width: 1000px;
  margin:5px auto;
  padding:25px;
}

.profile-header-msg {
  font-size:24px;
  color: #333;
}

.profile-menu-div {
  background-color: #f6f9fd;;
  border-bottom: 1px solid #d1d8e1;
  border-top: 1px solid #d1d8e1;;
  padding: 0 10px;
}

.profile-menu a {
  color: #789;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding:22px 15px;
}

.profile-menu a:hover {
  color: #247ad6;
}

.nav-section a:hover  {
  color: var(--main-color);
  background-color: #e1ebfc;
  text-decoration: none;
}

.profile-menu .active {
  color: #247ad6;
  border-bottom: 3px solid #247ad6;
}

.nav-section .active {
  background-color: #272822;
  color: #ddd;
}

.nav-section > li > a {
  padding:10px;
}

.half-tab {
  padding: 30px;
}

.tab-entry {
  padding:5px;
  color: #666;
  margin:15px 0;
  padding:25px 10px;
  border: 1px solid #eee;
  background-color: white;
}

.tab-entry > h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  overflow-x: auto;
}

.tab-entry > h5 {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  overflow-x: auto;
}

.landing-page-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  background-image: url(../../images/table-bg.jpg);
  border-bottom: 1px solid #dadada;
}

.landing-page-bg2 {
  width: 100%;
  height: 100%; 
  background-image: url(../../images/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.landing-page-bg-panel {
  margin: 50px auto;
}

.landing-page-api-test {
  max-width: 600px;
  background-color:white;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

.landing-page-api-test p {
  font-size: 16px;
}

.api-demo-title {
  border-bottom: 1px solid #ccc;
  background-color: #eeeef2;
  border-radius: 8px 8px 0 0;
}

.api-demo-title p {
  font-weight: 600;
  font-size: 18px;
}

.index-header {
  padding:15px;
}

.main-line {
  color: black;
  font-size: 46px;
  font-weight: 400;
}

.main-headline {
  font-size: 54px !important;
  margin:5px;
}

.sub-headline {
  font-size: 20px !important;
  font-weight: 600;
}

.sub-text {
  width:80%;
  margin: auto;
}

.sub-text-mini {
  width:90%;
  font-size: 16px !important;
  margin:auto;
}

.sub-text-divider {
  margin:20px auto;
  width:30%;
  border-bottom: 3px solid #215bbf;
}

.submit-button {
  margin-top:30px;
}

.img-example {
  width: 350px;
  height: 260px;
  margin:20px;
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.right-img {
  padding:50px;
  max-width: 100%;
}

.center {
  margin: auto;
}

.original-image-div {
  margin:10px 20px 20px 20px;
}

#original-div {
  margin: auto;
}

.demo {
  overflow-x: auto;
  margin: 20px;
  padding: 10px;
  background-color: rgba(255,255,255,1);
  border-radius: 5px;
  font-weight: 200;
}

.demo th {
  font-size: 14px;
  padding: 15px 5px;
}

.demo td {
  font-size: 16px;
  font-weight: 400;
}

.demo-input {
  padding:20px;
}

.img-main {
  max-width: 100%;
  max-height:400px;
}

.img-api-main {
  width: 100%;
  max-width:400px;
  max-height:80%;
  margin:5px;
}

#api-select {
  width: 150px;
  margin: 20px auto;
}

.result {
  margin-top: 30px;
}

.document-left-indent {
  padding-left: 30px;
}

.api-block {
  font-size: 16px;
  margin-top:20px;
  margin-bottom: 20px;
}

.query-input {
  margin:auto;
  height: 60px;
  font-size: 24px;
  font-weight: 200;
  padding-left: 30px;
}

.query-text {
  margin-bottom: 20px;
}

.relative {
  position:relative !important;
}

.main-nav {
  font-size: 20px !important;
  padding:15px;
}

#text-loader, #image-loader {
  display: none;
  margin-right: 10px !important;
}

#submit, #submit-image {
  background-color: var(--main-color);
}

.button-huge {
  font-size: 22px;
  font-weight: 400;
  margin:10px;
}

.button-huge-hollow {
  font-size: 20px;
  font-weight: 400;
  color: var(--main-color);
}

.price-sub {
  font-size: 16px;
  margin-bottom: 10px;
}

.price-strong {
  font-size: 20px;
}

.item-pricing {
  padding: 0;
  margin: 0;
}

.pricing-recommended {
  margin:0 !important;
  border-radius:0 !important;
  border: 2px solid #0f50ba !important;
  position: relative;
  top:-35px;
}

.most-popular {
  height: 35px;
  background-color: #0f50ba;
  color: white;
  position: relative;
  top:-35px;
  border-radius: 5px 5px 0 0; padding: 3px 0
}

.api-example-query {
  width:50vw;
  max-width: 300px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

.api-example-query-short {
  width:100px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

.api-example-query-medium {
  width:150px;
  border-radius: 3px;
  outline: none;
  border: 1px solid #ccc;
}

.item-tab-pane:hover {
  cursor: pointer;
}

.enable-button {
  border: none;
  background-color: var(--main-color);
}

.enable-button:disabled {
  background-color: #aaa;
}

.invoice-link {
  display:inline-block;
  padding:5px 50px;
  margin: 5px auto;
  background-color: #f9f9f9;
  border: 1px solid #eaeaea;
}

#reallyChangeApiKey, #reallyDeleteAccount, #changePasswordForm {
  background-color: white;
}

#reallyChangeApiKey, #reallyDeleteAccount {
  padding: 5%;
}

#changePasswordForm {
  padding: 20px;
}

.spinner {
  color:var(--main-color);
  width: 200px;
  height: 200px;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  background-color: #f9f9f9;
}

.spinner-container {
  height: 100%;
  text-align: center;
  position: relative;
  background-color: #f9f9f9;
}

.feature-img {
  width:100%;
}

.shadow-border {
  box-shadow: 0 2px 10px -1px #555;
}

.top-bottom-margin {
  margin-top: 40px;
  margin-bottom: 100px;
}

.top-bottom-margin-2 {
  margin-top: 80px;
  margin-bottom: 10px;
}

.inner-feature-col {
  padding-left:30px;
  padding-right:30px;
}

.api-demo {
  display: inline;
  font-size:14px;
  font-weight: 600;
  padding:3px 7px;
  background-color:#02b37d;
  color:white; 
  margin: 0 5px;
  border-radius: 30px;
}

.home-desc {
  text-align: left;
}

.home-subtitle {
  font-size: 36px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.home-subtitle-2 {
  font-size: 30px;
  font-weight: 800;
  margin: 30px;
}

.home-subtitle-3 {
  font-size: 30px;
  font-weight: 600;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
}

.alert-info {
  background-color: #def !important;
  border: none !important;
}

.hide-bars {
  color: var(--main-color);
  font-size:28px;
}

.link {
  text-decoration: underline !important;
  color: var(--main-color) !important;
}

.link:hover {
  cursor: pointer;
}

#submitContactForm {
  background-color: var(--main-color);
  border:none;
}

.icon-image {
  width: 80px;
  margin:20px;
}

.documentation-col {
  max-width: 300px;
  margin:auto;
}

.documentation-img {
  max-width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  margin-bottom: 20px;
}

.new-box {
    position:absolute;
    top:0%;
    left:10%;
    width:22%;
    height:10%;
    background-image: url(../../images/new.png);
    background-repeat: no-repeat;
    background-size: cover; 
}

.live-demo-box {
    position:absolute;
    top:2%;
    left:63%;
    width:35%;
    height:10%;
    background-color: #02b37d;
    border-radius: 4px;
    padding: 1px 4px;
    color: white;
    font-size: 12px; 
    font-weight: 600;
}

.divider {
  margin: 20px 0;
  border-bottom: 1px solid #ddd;
}

.enteracct {
  padding:10px;
  max-width: 450px;
  margin:auto;
}

.payment-status {
  max-width: 600px;
  margin: auto;
  padding: 10px;
}

.payment-header {
  color: #3a3a3a;
  margin-bottom:30px;
  font-size:25px;
  font-weight: 600;
}

.payment-header-lg {
  color: #3a3a3a;
  font-size:50px;
  font-weight: 600;
}

.bars-icon {
  color:var(--main-color);
  font-size:28px;
}

.api-categories-icon {
  color:var(--main-color);
  font-size:40px;
}

.enteracct-header {
  margin-bottom:30px;
  font-size:21px;
  font-weight: 600;
}

.mini-text {
  font-size: 13px;
}

.side-icon {
  font-size:20px;
}

.tab-span {
  display: inline-block;
  vertical-align: top;
}

.overlay {
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.8);
    z-index:1001;
}
.overlay-message{ 
    padding: 20px;
    max-height: 95%; 
    overflow-y:auto;
    max-width: 95%;
    margin:30px auto;
    background-color:#f7f7f7;
    border-radius: 3px;
    z-index:1002;
}

.close-button {
  padding: 5px;
  font-size:16px;
  background: none;
  border: none;
}

.back-button {
  font-size: 18px;
  font-weight: 600;
  border: none;
  background-color: transparent;
}

.text-left {
  text-align:left;
}

.side-chart {
  padding:20px;
}

.main-chart {
  padding:20px;
}

.select-chart {
  max-width: 200px;
  margin:auto;
}

.chart-container-small {
  max-width:350px;
  max-height: 350px;
  margin: auto;
}

.btn-og {
  border:none;
  background-color:#ff8503;
}

.btn-og:hover {
  border:none;
  background-color:#ff8503;
}

.btn-og:disabled {
  border:none;
  background-color:#ff8503;
}

.api-usage-col {
  padding:5px 15px;
}

.api-tab-entry {
  padding:0px 15px;
  border-radius: 3px;
}

.color-1 {
  background-color: #4322a8;
}

.color-2 {
  background-color: #22a882;
}

.color-3 {
  background-color: #a82270;
}

.api-calls-container {
  padding:20px;
}

.api-tab-title {
  font-size:18px;
  margin-bottom:0;
}

.api-tab-main-text {
  display:inline-block;
  font-size:45px;
  font-weight: 600;
  margin-bottom: 0;
}

.api-tab-main-text-2 {
  display:inline-block;
  font-size:16px;
}

.api-tab-main-text-total {
  display:inline-block;
  font-size:45px;
  font-weight: 600;
  margin: 20px auto;
}

.api-tab-mini-text {
  font-size: 14px;
}

.top-padding{
  padding-top: 50px;
}

.main-cta-button {
  border: none;
  background-color: var(--main-color);
  font-size: 16px;
}

.white-bg {
  background-color: white !important;
}

.primary-color {
  color: var(--main-color);
}

.red-color {
  color: #db1500;
}

.tier-label {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  padding:5px 10px;
  color: white;
  border-radius: 5px;
  width:70px;
  text-align: center;
}

.tier-1-color {
  background-color: #1aad66;
}

.tier-2-color {
  background-color: #1a8dad;
}

.tier-3-color {
  background-color: #501aad;
}

.pricing-header {
  color: #555555;
  max-width: 600px;
  margin:auto; padding:30px;
}

.checkout-progress-bar {
  border-bottom: 1px solid #ccc;
  margin:20px 10px;
}

.checkout-progress-tab {
  display: inline-block;
  width:50%;
  padding: 0;
  margin: 0;
}

.checkout-progress-tab p {
  color: #aaa;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 15px;
  margin: 0;
}

.progress-tab-active p {
  color: #09306f !important;
  border-bottom: 3px solid #09306f;
}

.subscription-review {
  margin: 30px auto;
  padding-top: 20px;
  border: 1px solid #eee;
  background-color: white;
  max-width: 90%;
}

.subscription-review-table {
  max-width: 100% !important;
}

.checkout-total {
  margin-bottom: 0;
}

.checkout-mini-text {
  font-size: 14px;
  padding-bottom: 10px;
  max-width: 800px;
  margin: auto;
}

.api-renew {
  margin: 15px 0;
}

.copy-btn, .copy-btn:hover {
  color: #777;
}

.code-light {
  background:#f6f6f8;
  border-radius: 5px;
}

.home-api-1 {
  background-color: #f2f7fe;
}
.home-api-2 {
  background-color: #fafafa;
}
.home-api {
  padding: 8px 15px;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-left: 2px solid var(--main-color);
  margin: 14px 7px;
}
.home-api:hover {
  border: 2px solid var(--main-color);
  background-color: transparent;
}

.home-api-title {
  font-size:16px;
  font-weight: 600;
  color: var(--main-color);
}

.home-api-subtitle {
  text-align: left;
  color: black;
  font-size: 14px !important;
}

.api-url {
  font-size: 14px;
}

.api-view-documentation-button {
  color: var(--main-color);
  font-size: 14px !important;
  font-family: arial;
  border: 1px solid var(--main-color);
}

.api-view-documentation-button:hover {
  background-color: var(--main-color);
  color: white;
}

@media (max-width: 767px) {
  #header-navbar li {
    float:right;
  }
  #header-navbar button {
    float: right;
    text-align: right;
  }
  .branding .logo {
    margin-left: 0;
  }
  .header img {
    height: 30px;
  }
  .api-block .nav > li > a {
    font-size:2.7vw !important;
    padding:2.3vw !important;
  }
  .query-input {
    height: 50px !important;
    font-size: 16px !important;
    padding-left: 10px !important;
  }
  .main-line {
    font-size: 38px !important;
  }
  .tagline {
    font-size: 24px !important;
  }
  .main-nav {
    font-size: 15px !important;
    padding:10px !important;
  }
  .main-nav-selection {
    max-width: 241px;
    margin:20px auto;
  }
  .logo-name {
    font-size: 24px !important;
  }
  .profile-menu-div {
    padding: 0;
  }
  .profile-menu a {
    font-size: 2.5vw;
    padding: 10px;
  }
  .main-chart {
    padding:5px !important;
  }
  .home-subtitle {
    font-size: 30px;
    margin: 15px;
  }
  .home-subtitle-2 {
    font-size: 24px;
    font-weight: 600;
    margin: 15px;
  }
  .text-center-small-only {
    text-align: center;
  }
  .top-padding {
    padding-top: 0;
  }
  .overlay-message {
    padding: 5px;
  }
  .item-pricing {
    margin: 0 auto;
  }
  .back-button {
    font-size: 14px;
  }
  .checkout-progress-tab p {
    font-size: 12px;
    padding: 10px;  
  }
  .api-item-inner {
    margin: 8px !important;
  }
  .footer-col {
    padding: 35px 80px;
    margin-left: calc((100% - 330px)/2) !important;
    margin-right: calc((100% - 330px)/2) !important;
  }
}