@charset "UTF-8";
/*
  Theme Name: eStartup
  Theme URL: https://bootstrapmade.com/estartup-bootstrap-landing-page-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: "Market Sans";
  src: url(../font/Web/WebS/MarketSans-Regular-WebS.woff);
}
#tabs{
	display:none;
}
@font-face {
  font-family: "Market Sans Bold";
  src: url(../font/Web/WebS/MarketSans-Bold-WebS.woff);
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Market Sans", sans-serif;
  box-sizing: border-box;
}

#tabs,
.tabs {
    position: sticky !important;
    top: 0;
    background: white;
    z-index: 989;
    box-shadow: 0 1px 5px #efefef;
}

.btn {
    white-space: normal;
}

button {
    word-wrap: break-word !important;
}

.responsive {
    display: none !important;
}

.unresponsive {
    display: block !important;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 0;
    padding-right: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Market Sans Bold", sans-serif;
  margin: 0;
}

h1 {
    font-size: 2.43rem;
}

h2 {
  font-family: "Market Sans Bold", sans-serif;    
  color: #000;
  font-weight: 600;
  font-size: 1.71rem;    
}

h4 {
  font-family: "Market Sans Bold", sans-serif;    
  color: #000;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 2;
}

h5 {
  font-family: "Market Sans Bold", sans-serif;    
  color: #626262;
  font-size: 14px;
  font-weight: 500;
}

a {
  letter-spacing: 0px;
  text-decoration: none;
}

ul {
  letter-spacing: 0px;
}

ul p {
    margin-bottom: 0;
}

.text-sect li {
}

.body-content p {
    font-weight: 500;
}

p {
  color: #393939;
  font-size: 14.5px;
  font-weight: 500;
}

#nav-menu-footer .nav-menu li a {
    border-bottom: 0;
}

span {
  letter-spacing: 1px;
}

.img-fluid {
  height: 60px;
  margin-bottom: 30px;
  width: 60px;
}

.container-full {
  padding-left: 0;
  padding-right: 0;
}

.btn {
  border: 1px solid #fff;
  border-radius: 50px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 15px 40px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.btn-default:hover {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.fa {
  font-size: 13px;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #006efc;
  line-height: 1;
  color: #fff;
  padding: 7px 12px 13px 12px;
  font-size: 16px;
  border-radius: 2px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #006efc;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #55b03f;
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding-top: 10px;    
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
  transition: all 0.5s ease;
}

#header #logo {
  padding: 10px 0 0 0;
  width: 144px;
}

#header #logo h1 {
  color: #505050;
  font-family: "Market Sans", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;    
  letter-spacing: 1px;
  margin: 0;
}

#header #logo h1 a {
  color: #555;
  line-height: 1;
  display: inline-block;
  text-decoration: none;
}

#header #logo h1 a span {
  color: #006efc;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 100%;
}

h2.seller-centre {
    margin-top: 10px;
    font-size: 28px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    text-decoration: none !important;
    font-weight: 400;
}

.scroll-header {
  background: #fff;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
}


.search-container{
  padding-top: 10px;
  float: right;
  width: 360px;
  display: block;
  margin: 0;
}

input#search-bar, input#search_text {
  margin: 0 auto;
  width: 100%;
  height: 45px;
  padding: 0 20px;
  font-size: 1rem;
  border: 1px solid #D0CFCE;
  border-radius: 0;    
  outline: none;
}
  input#search-bar:focus{
    border: 1px solid #008ABF;
    transition: 0.35s ease;
    color: #008ABF;
}

.search-icon {
    position: relative;
    float: right;
    width: 29px;
    height: 29px;
    top: -38px;
    right: 12px;
}

.divider {
    width: 200px;
    height: 3px;
    background: #006efc;
}

.box-shadow {
    box-shadow: 0 3px 30px rgba(18, 18, 88, 0.28); 
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

.banner-form {
    font-size: 13px !important;
    padding: 0 25px 10px 25px;
    background: rgba(255, 255, 255, 0.87);
    //border-radius: 12px;
}

.banner-form-gs {
    margin: 0 auto;
}

.lead-page-form {
    margin: 0 5%;
    width: 90%;
}

h3.form-headline, .contact-form-button {
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #121258;
    background: #c5e5fb;
   // border-radius: 12px 12px 0 0;
}

.contact-form-button {
    margin: 0;
    border-radius: 0;
}

.banner-form input, .banner-form select  {
    padding: 5px 0;
    border: 0;
    color: #121258;
    background: transparent;
    border-bottom: 1px solid #121258;
    border-radius: 0;
}

.banner-form .start-selling-btn {
    padding: 12px 20px !important;
    background: #ec971f;
    font-weight: 400;
    color: white !important;
    //border-radius: 50px;
    border: 0;
}

.banner-form  .start-selling-btn a {
    color: white !important;
    font-weight: 400;
}

.main-text {
    position: absolute;
    bottom: 100px;
    width: 100%;
}

.margin-auto {
    margin: 0 auto;
}

.banner-headline {
    position: absolute;
    top: 270px;
    width: 100%;
}

.banner-headline .col-lg-1 {
    background: #006efc;
}

.banner-headline-mobile .col-11 {
    background: #121258 !important;
    padding: 20px 40px 30px !important;
}

.banner-headline .col-lg-11, .banner-headline .col-9 {
    background: rgba(18, 18, 88, 0.81);
    padding: 10px 40px 20px 40px;
    text-align: left;
}

.banner-headline .col-lg-11 h1, .banner-headline .col-9 h1 {
    color: #ec971f;
    margin-bottom: 10px;
}

.banner-headline-mobile .col-11 h1 {
    font-size: 2.13rem;
}

.banner-headline .col-lg-11 h3, .banner-headline .col-9 h3 {
    color: white;
}

.btn-min-block {
    min-width: 170px;
    line-height: 26px;
}

.btn-clear {
    color: #FFF;
    border-color: #FFF;
    border-width: 2px;
    margin-right: 15px;
}

.btn-clear:hover {
    color: #000;
    background-color: #6699CC;
}

.arrowalign {
    top: 50%;
}

.arrowalign:hover {
    vertical-align: middle;
}

.carousel-control {
    color: #fff;
    top: 50%;
    bottom: auto;
    padding-top: 0px;
    width: 30px;
    height: 30px;
    text-shadow: none;
    opacity: 0.9;
}

.carousel-control-next, .carousel-control-prev {
    width: 4%;
    z-index: 900;
}



/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar-toggler {
    padding: 4px 0 8px 16px !important;
    font-size: 1.75rem;
    outline: none !important;
}

.navbar-side, .navbar-side-m {
  height: 100%;
  width: 27%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 0;
  list-style: none;
  background-color: #c5e5fb;
  overflow-y: scroll;
  z-index: 1000;
}
.navbar-side .card, .navbar-side-m .card {
    padding: 5px 10px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.navbar-side .card-header, .navbar-side-m .card-header {
    background: #0a1c6b;
    border-radius: 25px !important; 
}

.navbar-side .card-header h2 button, .navbar-side-m .card-header h2 button {
    color: white;
}

.navbar-side .card-body, .navbar-side-m .card-body {
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
}

.navbar-side .card-body ul li a, .navbar-side-m .card-body ul li a {
    color: #0a1c6b;
}

.navbar-side-m {
    width: 90%;
}

.sidebar-menu-items ul {
    font-size: 15px;
    padding: 0 18px;
    list-style: circle;
}

.sidebar-menu-items ul li, .sidebar-menu-items ul li a {
    letter-spacing: 0 !important;
    font-weight: 600 !important;
}

 .navbar-side-item {
  padding: 1.5rem 0;
  margin: 0;
  border-bottom: 2px solid #ccc;
  height: 5rem;
}

.side-link {
  padding-left: 2rem;
}

.navbar-side {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.navbar-side-m {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.reveal {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #000;
  opacity: 0.6;
  z-index: 990;
}

.close {
    float: none;
    font-size: 14px;
    padding: 20px !important;
    text-align: left;
    color: black;
}

.sidebar-menu-main {
    padding: 0;
    border-bottom: 0;
}

.sidebar-menu-main .btn {
    width: 100%;
    padding: 10px 20px;
    color: black;
    text-align: left;
    border: none;
}

/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 22px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 8px;
  margin-top: 1px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  padding-top: 10px;
  float: right;
  margin: 0 0 0 0;
}

#nav-menu-footer ul li a {
    font-size: 12px;
}

@media (max-width: 1024px) {
  
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px 8px;
  text-decoration: none;
  display: inline-block;
  color: #555;
  font-family: "Market Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
  letter-spacing: 0;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: #006efc;
    border-bottom: 2px solid;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 5px 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 14px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #006efc;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 4px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #555;
  font-size: 24px;
}

@media (max-width: 1024px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 6px 22px 6px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  letter-spacing: 0;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #006efc;
}

#mobile-nav ul .menu-item-active {
  color: #006efc;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Tab Nav Menu
--------------------------------------------------------------*/




.dropbtn {
  background: white;    
  color: grey;
    margin-top: 3px;
  margin-left: 32px;
  padding: 6px 25px;
  font-size: 12px;
  border: none;
  cursor: pointer;
  border: 1px solid;
  border-radius: 100px;    
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 7px;    
}

.dropdown-content a {
  color: black;
  padding: 8px 16px;
  font-size: 12px;    
  text-decoration: none;
  text-align: left;    
  display: block;
}

.dropdown a:hover {background-color: #ddd;}

.show {display: block;}






#tab-nav-container {
    padding: 10px 0 !important;
    float: left;
}

.start-selling-btn {
    padding: 7px 25px !important;
    background: #ec971f;
   // border-radius: 50px;
    color: white !important;
    letter-spacing: 0px;
    border: 1px solid white !important;
    border-bottom: 1px solid white !important;
}
.submit-selling-btn {
    padding: 7px 25px !important;
    background: #1f7aec !important;
   // border-radius: 50px;
    color: white !important;
    letter-spacing: 0px;
    border: 1px solid white !important;
    border-bottom: 1px solid white !important;
}

.start-selling-btn:hover {
    background: white;
    color: #ec971f !important;
    border: 1px solid #ec971f !important;
    border-bottom: 1px solid #ec971f !important;
    transition: .1s ease-out;
    cursor: pointer;
}

.start-selling-btn:hover a {
    color: #ec971f !important;
}

.blue-border-button {
    margin-left: 20px;
    padding: 8px 20px !important;
    color: #006efc;
    background: transparent;
    border: 2px solid #006efc; 
    border-radius: 0;
}

.start-selling-btn a {
    color: white !important;
    font-weight: 600;
    text-decoration: none;
    border-bottom: none;
}

.start-selling-btn:hover {
    text-decoration: none;
    color: white;
}
.submit-selling-btn:hover {
    text-decoration: none;
    background: #1a67c7 !important;
    //color: #ec971f !important;
    border: 1px solid white  !important;
    //border-bottom: 1px solid #ec971f !important;
    //transition: .1s ease-out;
    cursor: pointer;
}
}

.tab-nav-menu .nav-menu a {
    font-size: 13px;
}

.tab-nav-menu li a {
    padding: 5px 10px;
    color: #616161;
}

.tab-nav-menu .current-page a {
    color: #121258;
    font-weight: 600;
    border-bottom: 3px solid #93c9ff;
}

/*--------------------------------------------------------------
# Triblue Gridbox
--------------------------------------------------------------*/

p.gridbox-text {
    margin-bottom: 0;
}

.gridbox-triblu {
    width: 100%;
}

.triblu-one {
    width: 100%;
    padding: 13px;
    background: #c5e5fb;
}

.triblu-one img {
    width: 28%;
    margin: 0 36%;
}

.triblu-two {
    background: #659eff;
}

.triblu-three {
    background: #151b61;
}
p.gridbox-text {
	  color: #121258;
}
.triblu-one p, .triblu-three p, .box-text {
    font-size: 17.1px;
    color: #121258;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 0;
}
.gridbox-text{
	  color: #121258;
}
.gridbox-text-white{
	  color: #ffffff !important;
}

.margin-top-minus-lf {
    margin-top: -370px;
    padding-left: 4%; 
    padding-right: 4%; 
}

/*--------------------------------------------------------------
# eBay Connect Globe Section
--------------------------------------------------------------*/

.l-blue {
    background: #93c9ff24;
}

bg-white {
    background: white;
}

.ml-pointer-heading span {
    border: none;
    border: none;
}

.lg-blue {
    background: #c2f5ff;
    color: #006efc;
}

.eBay-globe {
    background-image: url("../image/bg-layer-dots.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 70%;
}

.db-text, .db-text h2 {
    color: #121258 !important;
} 

.eBay-globe-grid img {
    width: 100%;
}

/*--------------------------------------------------------------
# Testimonials sections
--------------------------------------------------------------*/

.slider {
        width: 100%;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }

    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }

img.testimonial-name {
    width: 100%:
}

.testimonial-quote-icon {
    font-size: 42px;
    text-align: center;
    font-weight: 700;
    color: #121258;
}

.testimonial {
    padding-right: 20px;
    color: #121258;
}

img.testimonial-name {
    margin-top: -100px;
}

p.testimonial-name {
    font-size: 15px;
    font-weight: 500;
    color: #121258;
}

/*--------------------------------------------------------------
# Video testimonials sections
--------------------------------------------------------------*/
.d-blue {
    background: #121258;
}

.d-blue h2, .d-blue p {
    color: white !important;
}

.video-testimonial-grid iframe {
    width: 100%;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
.padd-section {
  padding-bottom: 20px;
  padding-top: 55px;
}

@media (max-width: 992px) {
  .padd-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.section-title {
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .section-title {
    margin-bottom: 30px;
  }
}

.section-title h2 {
  font-family: "Market Sans", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.section-title .separator {
  margin: 0;
}

.separator {
  color: #626262;
  font-family: "Market Sans", sans-serif;
  font-size: 15px;
  font-weight: 300;
  margin-bottom: 30px;
  text-transform: capitalize;
}

/* Get Started Section
--------------------------------*/
#get-started {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#get-started .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  transition: all 0.5s ease-in-out 0s;
}

@media (max-width: 991px) {
  #get-started .feature-block {
    margin-bottom: 30px;
  }
}

#get-started .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#get-started .feature-block h4 {
  margin-bottom: 20px;
}

#get-started .feature-block p {
  margin-bottom: 20px;
}

#get-started .feature-block a {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  text-transform: capitalize;
  transition: 0.3s;
}

#get-started .feature-block a:hover {
  color: #006efc;
}

/* About Us Section
--------------------------------*/
#about-us img {
  max-width: 100%;
}

#about-us .about-content {
  padding-top: 60px;
}

#about-us .about-content h2 {
  color: #252525;
  font-family: "Market Sans";
  font-size: 39px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#about-us .about-content span {
  font-weight: 700;
  padding-right: 10px;
  text-transform: uppercase;
}

#about-us .about-content ul li {
  line-height: 36px;
}

#about-us .about-content ul li .fa {
  padding-right: 20px;
}

/* Features Section
--------------------------------*/
#features {
  display: inline-block;
  height: 100%;
  width: 100%;
}

#features .feature-block {
  background: #fff none repeat scroll 0 0;
  padding: 30px 20px;
  margin-bottom: 30px;
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block:hover {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out 0s;
}

#features .feature-block h4 {
  margin-bottom: 20px;
}

#features .feature-block p {
  margin-bottom: 0;
}

/* Screenshots Section
--------------------------------*/
.owl-dot.active > span {
  height: 10px !important;
  width: 10px !important;
}

.owl-theme .owl-dots .owl-dot span {
  height: 10px !important;
  width: 10px !important;
}

.owl-item img {
  cursor: pointer;
}

.owl-stage-outer {
  margin-bottom: 30px;
}

.owl-theme .owl-nav {
  display: none;
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #006efc;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ddd;
}

/* Video Section
--------------------------------*/
#video {
  background: url(../img/video-bg.jpg) center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  overflow: hidden;
}

#video .overlay {
  background: rgba(0, 0, 0, 0.85);
  height: 100%;
}

#video .overlay .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#006efc 50%, rgba(113, 197, 93, 0.15) 52%);
  border-radius: 50%;
  display: block;
  margin: 153px auto 0;
  position: relative;
  overflow: hidden;
}

#video .overlay .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#video .overlay .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#video .overlay .play-btn:hover::after {
  border-left: 15px solid #006efc;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#video .overlay .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes pulsate2 {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

.what-people-buy-grid p.gridbox-text {
    line-height: 30px;
}

/* Team Section
--------------------------------*/
#team .team-block {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  height: 254px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #team .team-block {
    margin-bottom: 30px;
  }
}

#team .team-block img {
  width: 100%;
}

#team .team-block .team-content {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.19);
  bottom: -147px;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  transition: all 0.5s ease-in-out 0s;
}

#team .team-block .team-content ul {
  display: block;
  width: 100%;
}

#team .team-block .team-content ul li {
  display: inline-block;
}

#team .team-block .team-content ul li a {
  color: #626262;
}

#team .team-block .team-content ul li a .fa {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
}

#team .team-block .team-content ul li a .fa:hover {
  color: #006efc;
}

#team .team-block .team-content ul > span {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#team .team-block:hover .team-content {
  bottom: 0px;
  transition: all 0.5s ease-in-out 0s;
}

/* Testimonials Section
--------------------------------*/
#testimonials .testimonials-content {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  padding: 49px 20px;
}

#testimonials .testimonials-content::before {
  color: #006efc;
  content: "";
  display: inline-block;
  font: 70px/1 FontAwesome;
  position: absolute;
  right: 43px;
  text-align: left;
  top: -29px;
}

#testimonials .top-top > h2 {
  font-family: "Market Sans" sans-serif;
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

#testimonials .top-top > h4 {
  font: 700 12px Lato, sans-serif;
}

#testimonials .top-top span {
  font-size: 12px;
  font-weight: 300;
  margin-left: 26px;
}

#testimonials .btm-btm ul li {
  float: left;
  margin-left: 13px;
  border-radius: 50%;
  margin-right: 13px;
  background: #ddd none repeat scroll 0 0;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  display: block;
  height: 10px;
  width: 10px;
}

#testimonials .btm-btm .active {
  background: #006efc;
}

.carousel-indicators {
  position: relative;
  bottom: 0;
  left: 0;
  bottom: 0 !important;
  z-index: 15;
  width: auto;
  padding-left: 0;
  margin: 30px auto 0 auto;
  margin-right: auto;
  text-align: center;
  list-style: none;
  margin-bottom: 0;
  display: inline-block;
}

.carousel-indicators li {
  margin: 0;
}

/* Pricing Table Section
--------------------------------*/
#pricing .block-pricing {
  background: #fff;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  position: relative;
  width: 100%;
}

@media (max-width: 991px) {
  #pricing .block-pricing {
    margin-bottom: 30px;
  }
}

#pricing .block-pricing .table {
  margin-bottom: 0;
  padding: 30px 15px;
  max-width: 100%;
  width: 100%;
}

#pricing .block-pricing .table h4 {
  padding-bottom: 30px;
}

#pricing .block-pricing h2 {
  margin-bottom: 30px;
}

#pricing .block-pricing ul {
  list-style: outside none none;
  margin: 10px auto;
  max-width: 240px;
  padding: 0;
}

#pricing .block-pricing ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.3);
  padding: 12px 0;
  text-align: center;
}

#pricing .block-pricing ul li b {
  color: #3c4857;
}

#pricing .block-pricing .table .table_btn a {
  background: #006efc;
  color: #fff;
  margin: 0;
  display: inline-block;
}

#pricing .block-pricing .table .table_btn a:hover {
  background: #55b03f;
}

#pricing .block-pricing .table .table_btn a .fa {
  font-size: 13px;
  margin-right: 5px;
}

/* Blog Section
--------------------------------*/
@media (max-width: 991px) {
  #blog .block-blog {
    margin-bottom: 30px;
  }
}

#blog .block-blog img {
  width: 100%;
}

#blog .block-blog .content-blog {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 4px 0 rgba(0, 0, 0, 0.19);
  display: inline-block;
  min-height: 125px;
  padding: 20px 10px;
  width: 100%;
}

#blog .block-blog .content-blog h4 {
  line-height: 24px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 16px;
}

#blog .block-blog .content-blog h4 a {
  color: #555;
  text-decoration: none;
  transition: 0.3s;
}

#blog .block-blog .content-blog h4 a:hover {
  color: #006efc;
}

#blog .block-blog .content-blog > span {
  float: left;
  font-size: 12px;
}

#blog .block-blog .content-blog a.readmore {
  color: #505050;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
  letter-spacing: 0;
  text-transform: capitalize;
}

#blog .block-blog .content-blog a.readmore:hover {
  color: #006efc;
}

/* Newsletter Section
--------------------------------*/
#newsletter {
  background: transparent url(../img/newsletter-bg.jpg) no-repeat center top fixed;
  background-size: cover;
}

#newsletter .overlay {
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.2) 95%);
  height: 100%;
  width: 100%;
}

#newsletter .form-control {
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 0;
  color: #888;
  font-size: 11px;
  font-weight: 600;
  height: 50px;
  text-align: center;
  width: 70%;
  background: #fff;
}

@media (max-width: 575px) {
  #newsletter .form-control {
    margin-bottom: 30px;
    width: 100%;
  }
}

#newsletter .form-control:focus {
  border-color: #006efc;
  box-shadow: none;
  outline: 0 none;
}

#newsletter .btn {
  background: #006efc;
  border: 0;
  border-radius: 0;
  height: 50px;
  width: 30%;
  transition: 0.3s;
}

@media (max-width: 575px) {
  #newsletter .btn {
    width: 100%;
  }
}

#newsletter .btn:hover {
  background: #55b03f;
}

#newsletter .btn .fa {
  padding-right: 10px;
}

#newsletter ul {
  display: inline-block;
  margin-top: 40px;
  margin-bottom: 0;
}

#newsletter ul li {
  background: #006efc;
  border-radius: 50px;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-left: 10px;
  margin-right: 10px;
  width: 35px;
  transition: 0.3s;
}

#newsletter ul li:hover {
  background: #55b03f;
}

#newsletter ul li .fa {
  color: #fff;
}

/* Contact Section
--------------------------------*/
#contact {
  background: #fff;
}

#contact .info {
  color: #222;
}

#contact .info i {
  font-size: 32px;
  color: #006efc;
  float: left;
}

#contact .info p {
  padding: 0 0 10px 50px;
  margin-bottom: 20px;
  line-height: 22px;
  font-size: 14px;
}

#contact .info .email p {
  padding-top: 5px;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #006efc;
  color: #fff;
  line-height: 1;
  padding: 6px 0 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#contact .social-links a:hover {
  background: #55b03f;
  color: #fff;
}

#contact .form #sendmessage {
  color: #006efc;
  border: 1px solid #006efc;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#contact .form #sendmessage.show, #contact .form #errormessage.show, #contact .form .show {
  display: block;
}

#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

#contact .form input, #contact .form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 12px 10px;
  line-height: 1;
}

#contact .form button[type="submit"] {
  background: #006efc;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
  background: #92d283;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: white;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer .footer-logo .navbar-brand {
  color: #fff;
  display: inline-block;
  float: none;
  font-family: "Market Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 100%;
  letter-spacing: 0.2em;
  padding-left: 0;
  padding-top: 0;
}

.footer .footer-logo p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.footer .list-menu > h4 {
  color: #fff;
  padding-bottom: 20px;
}

.footer .list-menu ul li a {
  color: #fff;
  font-size: 12px;
  padding-left: 5px;
  text-decoration: none;
  letter-spacing: 0;
}

.footer .copyrights {
  background: #fff;
  margin-top: 50px;
  text-align: left;
  padding-top: 20px;
}

.footer .copyrights p, .footer .copyrights .credits {
  margin: 0;
  padding: 0;
  font-family: "Market Sans", sans-serif;
  font-weight: normal;
  font-size: 13px;
  letter-spacing: 0;
}

.footer .copyrights p a, .footer .copyrights .credits a {
  letter-spacing: 0;
  color: #006efc;
}

/* What to Sell Page */
/*--------------------------------------------------------------
# Prohibited
--------------------------------------------------------------*/

img.not-allowed {
    width: 32%;
    margin: 0 34%;
}

img.gridbox-icon-wts {
    width: 100%;
}

img.country-trend {
    padding-top: 36px;
    width: 60%;
}

span.highlight-trend {
    color: #006efc;
    font-weight: 600;
}

img.main-icon {
    width: 90%;
}

.ml-pointers .text-sect {
    padding-left: 80px !important;
}

.ml-pointer-heading {
    font-size: 21px;
    font-weight: 600;
    width: auto;
    color: #0a1c6b;
}

.ml-pointer-heading span {
    padding-bottom: 10px;
    border-bottom: 2px solid #c5e5fb ;
}

.small-point-box-text-ml {
    min-height: 321px;
}

.small-point-box-text-ml-fd {
    min-height: 208px;
}

.small-point-box-text-ml-order {
    min-height: 259px;
}

.text-sect li {
    padding-left: 15px;
    font-size: 14.5px;
    text-indent: -21px
}

.text-sect ul li {
    text-indent: 0;
}

.margin-top-minus {
    margin-top: -30px;
}

.margin-right-minus {
    margin-left: 20px;
    margin-right: -50px;
    z-index: 99;
}

p.final-cta-headline {
    margin-bottom: 0 !important;
}

button.start-selling-btn {
    margin-left: 25px;
    padding: 10px 25px !important;
     border: 0;
}

.feedback-icon-blocks img.gridbox-icon {
    margin: 0 25%;
    width: 50%;
}

.listing-pointer-icon {
    margin-right: 15px;
    width: 45px;
}

.full-width-icon {
    width: 100%;
}

.arrow {
    padding: 27px 32px;
}

.prev-next-box {
    border-width: 2px; 
}

.prev-next-box p {
    color: #006efc;
    font-size: 12px;
}

.contact-form-button {
    padding: 10px;
    width: 100%;
    text-align: center;
    border: 0;
    background: #c5e5fb;
}

.contact-main-form .card .card-header {
    padding: 0 !important;
}

.content-accordion-card {
    margin-bottom: 7px;
    border: 0;
    border-radius: 5px !important;
}

.content-accordion-card-header {
    padding: 0;
    background: #c5e5fb;
    color: black;
    border: 0;
    border-radius: 5px !important;
}

.content-accordion-card-header button {
    width: 100%;
    float: left;
    color: black;
    border: 0;
    border-radius: 0;
    text-align: left;
    font-size: 15px;
    text-transform: none;
}

.content-accordion-card-body {
    border: 0;
    background: #efefef55;
    border-radius: 0 0 5px 5px !important;
}

.content-accordion-card-body p {
    margin-bottom: 0;
}

.card-header .btn {
    text-decoration: none;
    text-decoration: none;
}

.content-accordion .card .card-header .btn[aria-expanded=true] {
    color: #c5e5fb;
    background-color: #0a1c6b;
    border-radius: 5px;
    text-decoration: none;
}

.content-accordion .card .card-header .btn[aria-expanded=false] {
    color: #0a1c6b;
    background-color: #c5e5fb !important;
    border-radius: 5px;
    text-decoration: none;
}

.content-accordion .card .card-header:hover .btn[aria-expanded=false] {
    background-color: #659eff !important;
    color: white;
}

.content-accordion .card .card-header .btn[aria-expanded=true] .fa-chevron-down:before {
    content: "\f078" !important;
}

.content-accordion .card .card-header .btn[aria-expanded=false] .fa-chevron-down:before {
    content: "\f077" !important;
}


@media only screen and (max-width: 1200px) {

    .banner-form-gs {
        margin: 0 auto !important;
        margin-bottom: -69px !important; 
    }
    
    .banner-headline {
        top: 220px;
    }

}


@media only screen and (max-width: 768px) {
 
    .search-container {
        width: 100%;
    }
    
    .padd-section {
      padding-bottom: 30px;
      padding-top:30px;
    }
    
    .navbar-toggler-m {
        position: fixed;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-right: 5px !important;
        padding-left: 5px !important;
        background: white !important;
        z-index: 1000;
        border-radius: 0;
        margin-top: -51px;
        margin-left: 19px;
    }
    
    ol {
        column-count: 1 !important;
    }
    
    img.not-allowed {
        width: 80% !important;
        margin: 0 10% !important;
    }
    
    .main-text {
        position: relative;
        bottom: 0;
        width: 100%;
    }
    
    img.main-icon {
        width: 69% !important;
        margin-top: -42px !important;
    }
    
    img.mp-main-icon-tbox {
        width: 69% !important;
        margin-top: -0 !important;
        margin-bottom: -28px !important;
        margin-left: 20px;
    }
    
    .banner-headline {
        position: relative;
        top: 0;
        bottom: 0;
    }
    
    .full-width-icon {
        display: block;
        float: none;
        clear: both;
        margin: 0 auto;
        width: 88px;
        transform: rotate(90deg);
    }
    
    .responsive {
        display: block !important;
    }

    .unresponsive {
        display: none !important;
    }
    
    .col-lg-1.wide-point-box, .col-lg-2.small-point-box {
        margin-top: 20px;
        margin-left:  -20px;
        margin-bottom: -60px;
        width: 25%;
    }
    
    .col-lg-12 {
     flex-basis: auto;
     width: 100%;   
    }
    
    section {
        padding: 0 5%;
    }
    
    h2.worldwide-sect {
        text-align: center !important;
    }
    
    p.final-cta-headline {
        text-align: center;
    }
    
    .small-point-box-text-ml {
        min-height: 0px;
    }
    
    button.start-selling-btn {
        margin-top: 20px;
        margin-left: 0;
    }
    
    .lead-page-form {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    
    .divider {
        width: 100px;
        height: 3px;
        background: #006efc;
    }
    
    .margin-top-minus-lf {
        padding-left: 0;
        padding-right: 0;            
        margin-top: 50px;
    }
    
    .ml-pointer-heading span {
        border-bottom: 0 !important;
    }
    
}
.start-selling-btn-li{
	margin-left: 51% !important;
}
.form-group{
	    margin-bottom: 5px;
}
