@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css");
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,400);
body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #4D4D4D;
  background: url("../svg/body-bg.svg") no-repeat left 230px;
  /*-webkit-animation: slide 50s linear infinite;*/
  overflow-x: hidden;
  background-size: 18%;
}
@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}
html {
  scroll-behavior: smooth;
}
/*.container {
  max-width: 1280px;
}*/
.img-100 {
  max-width: 100%;
}
.img-92 {
  max-width: 92%;
}
.img-95 {
  max-width: 95%;
}
.img-90 {
  max-width: 90%;
}
.img-80 {
  max-width: 80%;
}
.img-70 {
  max-width: 70%;
}
.img-60 {
  max-width: 60%;
}
.img-50 {
  max-width: 50%;
}
.img-40 {
  max-width: 40%;
}
.img-30 {
  max-width: 30%;
}
.img-20 {
  max-width: 20%;
}
.img-10 {
  max-width: 10%;
}
.img-8 {
  max-width: 8%;
}
.img-5 {
  max-width: 5%;
}
.img-2 {
  max-width: 2%;
}
h1 {
  line-height: 45px;
}
.top-menu {
  background: #F2EFFF;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  text-align: center;
  height: 45px;
}
.top-menu .nav-link {
  padding: 0px 0px;
}
.bg-white {
  background: #F2EFFF !important;
  /*box-shadow: 0px 10px 25px rgba(209, 205, 222, 0.5);*/
}
.top-menu .nav-item {
  /* line-height: auto ; */
  line-height:initial !important;
  text-decoration: none;
  color: #4D4D4D;
  margin: 2px 30px;
  padding: .0rem 0;
  display: inline-block;
}
.top-menu .nav-item .nav-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #f78a25;
  transition: width .3s;
}
.top-menu .nav-item .nav-link:hover::after {
  width: 100%;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color:#f78a25;
}
.navbar-light .navbar-nav .nav-link {
  color: #4D4D4D;
  text-decoration: none;
}
.top-menu .navbar-nav {
  margin: auto;
}
.logo {
  margin: 15px 0px 0px;
}
.main-logo {
  display: none;
}
.logo img {
  width: 350px;
}

.white .container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
  max-width: 1366px;
}

.white {
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  border-bottom: solid 1px #FDFDFD;
  height: 75px;
  width: 100%;
  /* position: fixed; */
  z-index: 9;
}
.white ul {
  margin: 15px 0px 0px;
  padding: 0px;
  text-align: right;
}
.white ul li {
  display: inline-block;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  text-transform: uppercase;
}
.white ul li a {
  text-decoration: none;
  color: #4D4D4D;
}
.white ul li a.active {
  color: #f78a25;
}
.white ul li a:hover {
  color: #f78a25;
}
.white ul li a.button {
  width: auto;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
  padding: 0px 10px;
}
.white ul li a.button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
}
.banner-home {
  margin: 30px auto 0px;
  background: url("../svg/banner-bg.svg") no-repeat top right;
  /*-webkit-animation: slide-in 20s linear infinite;*/
  background-size: 35%;
}
@-webkit-keyframes slide-in {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 400px 0;
  }
}
.banner {}
.banner-bg {
  background: url("../images/blue-bg.png") no-repeat right bottom;
}
.banner-content {
  text-align: center;
  margin: 40px 0px 0px;
  clear: both;
}
.banner-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.banner-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: center;
  padding: 0px 0px 10px;
}
.banner-images {
  margin: 0px auto;
  text-align: center;
}
.banner-content p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 10px auto 0px;
  transition: all 0.4s ease-in-out;
}
.banner-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.iventory-bg {
  background: #f5faff;
  padding: 50px 0px 0px;
  max-height: 550px;
}
.iventory {}
.iventory-content {
  text-align: left;
  margin: 150px 0px 40px;
  clear: both;
}
.iventory-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.iventory-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
}
.iventory-images {
  margin: 0px auto;
}
.iventory-images img {
	width: 150%;
}
.iventory-content p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.4s ease-in-out;
}
.iventory-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.sell-bg {
  /* background: url("../images/more-sell-bg.png") no-repeat center top; */
  background-size: 75%;
  margin-top: -110px;
}
.sell {
  margin: 150px 0px 0px;
}
.sell-content {
  text-align: center;
  margin: 220px 0px 40px;
  clear: both;
}
.sell-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.sell-content p {
  font-size: 23px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 40px;
  text-align: center;
  padding: 10px 0px;
}
.sell-images {
  margin: 0px auto;
  text-align: center;
}
.sell-images p a.button, .banner-images p a.button {
  width: 260px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 30px auto;
  transition: all 0.4s ease-in-out;
}
.sell-images p a.button:hover, .banner-images p a.button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.promote-bg {
  background: #F2EFFF;
  padding: 50px 0px;
  margin-bottom: 50px;
}
.promote {}
.promote-content {
  text-align: left;
  margin: 40px 0px 40px;
  clear: both;
}
.promote-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.promote-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
}
.promote-images {
  margin: 0px auto;
  text-align: center;
}
.promote-images .img-fluid {
  margin: -100px 0px -150px;
}
.promote p a.button {
  width: 248px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
}
.promote .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
}
.payment-bg {
  background: url("../images/blue-bg-payment.png") no-repeat left bottom;
  padding: 0px 0px 125px;
  width: 100%;
}
.payment {}
.payment-content {
  text-align: right;
  margin: 180px 0px 40px;
  clear: both;
}
.payment-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.payment-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: right;
  padding: 10px 0px;
}
.payment-images {
  margin: -250px auto 0px;
}
.payment-images img {
  margin: 30px auto 0;
}
.payment p a.button {
  width: 248px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
}
.payment .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
}
.social-bg {
  background: #F5FAFF;
  padding: 0px 0px 150px;
  width: 100%;
}
.social {}
.social-content {
  text-align: left;
  margin: 0px 0px 0px;
  clear: both;
}
.social-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.social-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
}
.social-images {
  margin: 50px auto 0px;
}
.social-images img {
  margin: 0px auto 0px;
}
.social-images img.card-img-overlay {
  left: -150px;
  top: -200px;
}
.social p a.button {
  width: 248px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
}
.social .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
}
.analytics-bg {
  background: #fff url(../images/analyticsbg-right.png) no-repeat right top;
  padding: 0px 0px;
  margin-top: 100px;
  border-bottom: solid 100px #F2EFFF;
  background-size: 18%;
  background-position-y:0px;
}
.analytics {}
.analytics-content {
  text-align: center;
  margin: 0px 0px 40px;
  clear: both;
}
.analytics-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.analytics-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: center;
  padding: 10px 0px;
}
.analytics-images {
  margin: 0px auto;
  text-align: center;
}
.analytics p a.button {
  width: 248px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
}
.analytics .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
}
.build-bg {
  background: url("../images/build-bg.png") no-repeat right top;
  padding: 20px 0px;
  margin-top: 100px;
  background-size: 25%;
}
.build {}
.build-content {
  text-align: center;
  margin: 30px 0px 30px;
  clear: both;
}
.build-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.build-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: center;
  padding: 10px 0px 0px;
}
.build-images {
  margin: 0px auto 0;
  background: url("../images/manage-bg.png") no-repeat center top;
  text-align: center;
  padding-bottom: 100px;
}
.build-content p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto 0;
  transition: all 0.4s ease-in-out;
}
.build-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.design-images {
	margin: 0px auto;
	text-align: center;
	background: url("../images/easydeisng-bg.png") no-repeat 50px top;
	background-size: 20%;
}
.design-images img {
  position: relative;
  top: -150px;
}
.design-content {
  text-align: right;
  margin: 0px 65px 0px 0;
}
.design-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.design-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: right;
  padding: 10px 0px 0px;
}
.design p a.button {
  width: 250px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px auto;
}
.design .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
}
/*.build-images {
  margin: 0px auto;
	background: url("../images/manage-bg.png") no-repeat center top;
}  */
.inventory-bg {
  margin: -500px auto 0px;
  background: url("../images/manage-bg-btm.png") no-repeat top left;
}
.inventory-content-bg {
  margin: 00px auto 0px;
  background: url("../images/inventory-bg.png") no-repeat right center;
  background-size: 34%;
}
.inventory-content {
  text-align: left;
  padding: 400px 0px 40px;
  clear: both;
}
.inventory-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.inventory-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px 0px;
}
.inventory-images {
  margin: 0px auto;
  text-align: center;
}
.inventory-images img {
  position: relative;
  /* top: -100px; */
}
.sell-more {}
.sell-more-content {
  text-align: center;
  margin: 0px 0px 40px;
  clear: both;
}
.sell-more-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.sell-more-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: center;
  padding: 10px 0px 0px;
}
.sell-more-images {
  margin: 0px auto;
  text-align: center;
}
.shiping-bg {
  background: #F2EFFF;
  margin: -200px auto 0px;
}
.shiping-content {
  padding: 200px 0px 150px;
  text-align: left;
}
.shiping-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  margin: 80px 0px 30px;
}
.shiping-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px 0px;
}
.shiping-content p a.button {
  width: 250px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0;
  transition: all 0.4s ease-in-out;
}
.shiping-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.shiping-content .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -45px;
  padding: 0;
  width: 100%;
}
.btm-bg {
  background: url("../images/sliderbg-btm.png") no-repeat center top #fff;
  padding: 70px 0px 100px;
  margin: 50px auto 0px;
  background-size: 35%;
  overflow: hidden;
}
.btm-bg h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  text-align: center;
}
.btm-bg h2 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  text-align: center;
}
.btm-bg p a.button {
  width: 260px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 30px auto 0px;
  transition: all 0.4s ease-in-out;
}
.btm-bg p a.button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-5px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.footer {
  background: url("../svg/footerbg.svg") no-repeat 20px 20px #F6F6F6;
  min-height: 398px;
  padding: 50px 0px 0px;
}
.footer h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 15px;
}
.footer p {
  font-size: 18px;
  line-height: 30px;
}
.footer p a {
  text-decoration: none;
  color: #4D4D4D;
}

.footer p a:hover {
  color:#f78a25;
  }
  .cotact {
    background: #E4E4E4;
    border-radius: 10px;
    color: #4D4D4D;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 200px;
    display: block;
    text-align: center;
  }
.footer-copyright.text-center {
  padding: 20px 0px 20px;
  border-top: solid 1px #dcdcdc;
  margin-top: 20px;
  text-decoration: none;
  color: #4D4D4D;
  font-size: 14px;
}
.footer-copyright a {
  padding: 0px;
  margin-top: 0px;
  text-decoration: none;
  color: #4D4D4D;
}
.align-right {
  text-align: right;
}
.img-responsive {
  width: 100%;
}
.navbar-transparant {
  background-color: rgba(255, 255, 255, 1) !important;
  border-color: rgba(255, 255, 255, .4)
}
.main-navbar .navbar-collapse .main-nav .nav-item {
  padding: 0 1rem;
  font-size: 1.2rem;
}
.main-navbar .navbar-collapse .main-nav .nav-item .nav-link {
  color: #25538F;
  font-size: 18px;
}
.main-navbar .navbar-collapse .main-nav .nav-item .nav-link:hover {
  color: #25538F !important;
  font-size: 18px;
}
.marketing-bg {
  background: url("../images/bg-marketing.png") no-repeat left bottom;
}
.marketing {
  min-height: 900px;
  padding: 30px 0px;
  margin: 100px auto 0px;
}
.marketing .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: unset;
  padding: 1.25rem;
  width:210%;
}
.marketing-content {
  text-align: left;
  margin: 60px 0px 40px;
  clear: both;
}
.marketing-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  margin: 250px 0px 20px;
}
.marketing-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
}
.marketing-images {
  margin-right: 10px;
}
.marketing-content p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.4s ease-in-out;
}
.marketing-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.advt-bg {
  background: url("../images/bg-advt.png") no-repeat bottom right;
  background-size: contain;
}
.advt {
  background: url("../images/advt-particles.png") no-repeat left top;
  margin: 0px 0px 0px;
  background-size: contain;
}
.advt-content {
  text-align: center;
  margin: 20px 0px 40px;
  clear: both;
}
.advt-content h1 {
  font-size: 38px;
  font-weight: 600;
  color: #4D4D4D;
}
.advt-content h2 {
  font-size: 38px;
  font-weight: 600;
  color: #4D4D4D;
}
.advt-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: center;
  padding: 10px 0px;
}
.advt-images {
  margin: 0px auto;
  text-align: center;
}
.mailchimp-bg {
  background: url("../images/bg-advt.png") no-repeat bottom right;
  background-size: contain;
}
.mailchimp {
  margin: 0px 0px 0px;
  background: #F5FAFF;
  padding: 100px 0px 0px;
}
.mailchimp-content {
  text-align: left;
  margin: 10px 0px 40px;
  clear: both;
}
.mailchimp-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.mailchimp-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.mailchimp-content h4 {
  font-size: 23px;
  font-weight: 300;
}
.mailchimp-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
}
.mailchimp-images {
  margin: 0px auto;
  text-align: center;
}
.mailchimp-content p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.4s ease-in-out;
}
.mailchimp-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.facebook-bg {
  background: #F5FAFF;
  padding: 0px 0px 80px;
  width: 100%;
}
.facebook {}
.facebook-content {
  text-align: left;
  margin: 0px 0px 0px;
  clear: both;
}
.facebook-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.facebook-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
}
.facebook-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
}
.facebook-images {
  margin: 0px auto 0px;
}
.facebook-images img {
  margin: 0px auto 0px;
}
.facebook p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.4s ease-in-out;
}
.facebook .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.googleads {
  margin: 0px 0px 0px;
  background: #F5FAFF;
  padding: 0px 0px 0px;
}
.googleads-content {
  text-align: left;
  margin: 10px 0px 40px;
  clear: both;
}
.googleads-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.googleads-content h2 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.googleads-content ul {
  margin: 20px 0px 20px 50px;
}
.googleads-content ul li {
  font-size: 18px;
  margin-bottom: 25px;
  font-weight: 300;
  list-style: none;
  padding: 0px 0px 0px 40px;
  background: url("../images/bullet.png") no-repeat left 7px;
}
.googleads-content p {
  font-size: 18px;
  font-weight: 300;
  color: #4D4D4D;
  line-height: 36px;
  text-align: left;
  padding: 10px 0px;
}
.googleads-images {
  margin: 0px auto;
  text-align: center;
}
.googleads-content p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px 0;
  transition: all 0.4s ease-in-out;
}
.googleads-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.mailchimp-content .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
}
.price-bg {
  margin: 120px auto 0px;
}
.price {
  background: url("../images/pricebox-bg.png") no-repeat center top;
  padding: 0px 0px 50px;
  margin: 30px 0px 0px;
}
.price-content {
  text-align: center;
  margin: 30px auto 20px;
  clear: both;
  padding: 0px 10px;
}
.price .col-lg-12 {
  margin: auto;
  text-align: center;
}
.price .content {
  padding: 10px 25px;
  margin: 0px auto;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.price-content h1 {
  font-size: 38px;
  font-weight: 700;
  color: #4D4D4D;
  margin-bottom: 40px;
}
.price .box {
  width: 250px;
  height: 490px;
  display: inline-block;
  margin: 0px 12px 20px;
  vertical-align: top;
}
.demo {
  width: 240px;
  height: 490px;
  border: solid 1px #BF7AB2;
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
}
.price .demo .head {
	background: url("../images/demo.png") no-repeat center center;
	width: 260px;
	height: 170px;
	margin: 0px auto;
	position: relative;
	left: -10px;
	top: -58px;
}
.price .basic {
  width: 240px;
  height: 490px;
  border: solid 1px #F9D86E;
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
}
.price .basic .head {
  background: url("../images/basic.png") no-repeat center center;
	width: 260px;
	height: 170px;
	margin: 0px auto;
	position: relative;
	left: -10px;
	top: -58px;
}
.price .business {
  width: 240px;
  height: 490px;
  border: solid 1px #3EB1C8;
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
}
.price .business .head {
  background: url("../images/business.png") no-repeat center center;
	width: 260px;
	height: 170px;
	margin: 0px auto;
	position: relative;
	left: -10px;
	top: -58px;
}
.price .enterprises {
  width: 240px;
  height: 490px;
  border: solid 1px #FFD4D7;
  background: #fff;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
}
.price .enterprises .head {
  background: url("../images/enterprises.png") no-repeat center center;
	width: 260px;
	height: 170px;
	margin: 0px auto;
	position: relative;
	left: -10px;
	top: -58px;
}
.price h3 {
  text-align: center;
  margin: 50px auto 0px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  padding-top: 40px;
}
.price .demo p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
  transition: all 0.4s ease-in-out;
}
.price .demo .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.price .basic p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #F9D86E;
  border: solid #F9D86E 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
  transition: all 0.4s ease-in-out;
}
.price .basic .button:hover {
  background: #F9D86E;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.price .business p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #3EB1C8;
  border: solid #3EB1C8 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
  transition: all 0.4s ease-in-out;
}
.price .business .button:hover {
  background: #3EB1C8;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.price .enterprises p a.button {
  width: 200px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #FFD4D7;
  border: solid #FFD4D7 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 20px auto;
  transition: all 0.4s ease-in-out;
}
.price .enterprises .button:hover {
  background: #FFD4D7;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}
.future {
  margin: 10px auto 30px;
}
.future h2 {
  text-align: center;
  margin: 0px auto 50px;
  font-weight: 700;
  font-size: 35px;
}
.future .table {
  border: 1px solid #dee2e6;
}
.future .table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  font-weight: normal;
  font-size: 16px;
}
.future .table th {
  font-weight: 300;
}
.future .table th strong {
  font-weight: 700;
}
.future .table td {
  text-align: center;
  border-right: 1px solid #dee2e6;
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
}
.future .table td img {
  width: 20px;
}
.price-btm {
  margin: 0px auto 0px;
  background: url("../images/price-btm-bg.png") no-repeat center top;
  background-size: cover;
  padding: 150px 0px 80px;
  background-size: 90%;
  text-align: center;
}
.price-btm .card {
  width: 345px;
  height: 400px;
  padding: 25px;
  text-align: center;
  margin: 0px 11px;
  box-shadow: 0px 2px 9px rgba(0, 0, 0, 0.15);
  display: inline-block;
}
.price-btm .card img {
  width: 80px;
  height: 80px;
  margin: 10px auto 20px;
}
.price-btm .card h3 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}
.price-btm .card p {
  font-size: 15px;
}
.price-btm .card p a.button {
  width: 236px;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  text-transform: capitalize;
  color: #BF7AB2;
  border: solid #BF7AB2 2px;
  display: block;
  line-height: 40px;
  text-align: center;
  text-decoration: none;
  margin: 25px auto;
  transition: all 0.4s ease-in-out;
}
.price-btm .card .button:hover {
  background: #BF7AB2;
  color: #fff;
  text-decoration: none;
  transform: translateY(-10px);
	box-shadow: 0 2px 10px 0 rgba(68, 88, 144, 0.2);
}

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
	box-shadow: 0 0 0 .2rem rgba(180, 166, 167, 0.5) !important;
}
.btn-danger.focus, .btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(180, 166, 167, 0.5) !important;
}
.fa-arrow-up::before {
	content: "\f062";
	text-align: center;
	margin: auto;
	font-size: 17px;
	color: #000;
}

 
#scrolltop {
  display: none;
}

#rocketmeluncur {
  position: fixed;
  bottom: 50px;
  z-index: 7;
  display: none;
  visibility: hidden;
  width: 26px;
  height: 48px;
  right: 25px;
  background: url(https://3.bp.blogspot.com/-GZOBULN1Q4s/VbNxQrf37EI/AAAAAAAAAPk/rak337seJ70/s1600/Ask.png) no-repeat 50% 0;
  opacity: 0;
  -webkit-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -webkit-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  -moz-transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), -moz-transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: visibility .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), opacity .6s cubic-bezier(0.6, 0.04, 0.98, 0.335), transform .6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

#rocketmeluncur i {
  display: block;
  margin-top: 48px;
  height: 14px;
  background: url(https://1.bp.blogspot.com/-UR9I7YEuEUY/VXIJn8MrBPI/AAAAAAAAKRE/qZObHBd5zIo/s1600/rocket.png) no-repeat 50% -48px;
  opacity: .5;
  -webkit-transition: -webkit-transform .2s;
  -moz-transition: -moz-transform .2s;
  transition: transform .2s;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0
}

#rocketmeluncur:hover {
  background-position: 50% -62px
}

#rocketmeluncur:hover i {
  background-position: 50% 100%;
  -webkit-animation: flaming .7s infinite;
  -moz-animation: flaming .7s infinite;
  animation: flaming .7s infinite
}

#rocketmeluncur.showrocket {
  visibility: visible;
  opacity: 1
}

#rocketmeluncur.launchrocket {
  background-position: 50% -62px;
  opacity: 0;
  -webkit-transform: translateY(-800px);
  -moz-transform: translateY(-800px);
  -ms-transform: translateY(-800px);
  transform: translateY(-800px);
  pointer-events: none
}

#rocketmeluncur.launchrocket i {
  background-position: 50% 100%;
  -webkit-transform: scale(1.4, 3.2);
  -moz-transform: scale(1.4, 3.2);
  transform: scale(1.4, 3.2)
}

.display {
  visibility: hidden;
}

/* Style */
.social-media a:hover{
  text-decoration: none;
}
.social-media a img{
  transition:.1s;
}

.social-media a img:hover{
  transform: rotate(360deg);
  transition:.5s;
}
.social-media a img[alt="facebook"]:hover {
  filter: invert(35%) sepia(91%) saturate(408%) hue-rotate(181deg) brightness(92%) contrast(88%);
}
.social-media a img[alt="instagram"]:hover {
  filter: invert(36%) sepia(75%) saturate(4157%) hue-rotate(321deg) brightness(90%) contrast(95%);
}
.social-media a img[alt="linkedin"]:hover {
  filter: invert(25%) sepia(99%) saturate(1598%) hue-rotate(179deg) brightness(98%) contrast(101%);
}

.social-media a img[alt="youtube"]:hover {
  filter: invert(14%) sepia(95%) saturate(7489%) hue-rotate(1deg) brightness(101%) contrast(111%);
}

.social-media a img[alt="twitter"]:hover {
  filter: invert(0%) sepia(0%) saturate(00%) hue-rotate(172deg) brightness(0%) contrast(100%);
}
.social-media a img[alt="whatsapp"]:hover {
  filter: invert(68%) sepia(24%) saturate(7074%) hue-rotate(96deg) brightness(113%) contrast(71%);
}
.floating {  
  animation-name: floating;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 5px;
}

@keyframes floating {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(0, 15px); }
  to   { transform: translate(0, -0px); }    
}


/*  */

.floating-r-l {  
  animation-name: floating-r-l;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  margin-left: 30px;
  margin-top: 30px;
}

@keyframes floating-r-l {
  from { transform: translate(0,  0px); }
  65%  { transform: translate(15px, 0); }
  to   { transform: translate(-0px, 0px); }    
}


.blue{
  filter: invert(38%) sepia(46%) saturate(3974%) hue-rotate(193deg) brightness(99%) contrast(111%);
}
.viloet{
  filter: invert(91%) sepia(16%) saturate(1819%) hue-rotate(200deg) brightness(88%) contrast(82%);
}
.light-yellow{
  filter: invert(91%) sepia(89%) saturate(2737%) hue-rotate(312deg) brightness(111%) contrast(91%);
}
.orange{
  filter: invert(41%) sepia(55%) saturate(1731%) hue-rotate(0deg) brightness(95%) contrast(102%);
}
  .yellow{
  filter: invert(82%) sepia(47%) saturate(2298%) hue-rotate(360deg) brightness(105%) contrast(104%);
  }
  .opacity-point-8{
    opacity: .8;
  }

.snowflake {
color: #fff;
font-size: 1em;
font-family: Arial;
text-shadow: 0 0 1px #000;
position: absolute;
}

@-webkit-keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@-webkit-keyframes snowflakes-shake{0%{-webkit-transform:translateX(0px);transform:translateX(0px)}50%{-webkit-transform:translateX(80px);transform:translateX(80px)}100%{-webkit-transform:translateX(0px);transform:translateX(0px)}}@keyframes snowflakes-fall{0%{top:-10%}100%{top:100%}}@keyframes snowflakes-shake{0%{transform:translateX(0px)}50%{transform:translateX(80px)}100%{transform:translateX(0px)}}.snowflake{position:absolute;top:-10%;z-index:5;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:default;-webkit-animation-name:snowflakes-fall,snowflakes-shake;-webkit-animation-duration:10s,3s;-webkit-animation-timing-function:linear,ease-in-out;-webkit-animation-iteration-count:infinite,infinite;-webkit-animation-play-state:running,running;animation-name:snowflakes-fall,snowflakes-shake;animation-duration:10s,3s;animation-timing-function:linear,ease-in-out;animation-iteration-count:infinite,infinite;animation-play-state:running,running}.snowflake:nth-of-type(0){left:1%;-webkit-animation-delay:0s,0s;animation-delay:0s,0s}.snowflake:nth-of-type(1){left:10%;-webkit-animation-delay:1s,1s;animation-delay:1s,1s}.snowflake:nth-of-type(2){left:20%;-webkit-animation-delay:6s,.5s;animation-delay:6s,.5s}.snowflake:nth-of-type(3){left:30%;-webkit-animation-delay:4s,2s;animation-delay:4s,2s}.snowflake:nth-of-type(4){left:40%;-webkit-animation-delay:2s,2s;animation-delay:2s,2s}.snowflake:nth-of-type(5){left:50%;-webkit-animation-delay:8s,3s;animation-delay:8s,3s}.snowflake:nth-of-type(6){left:60%;-webkit-animation-delay:6s,2s;animation-delay:6s,2s}.snowflake:nth-of-type(7){left:70%;-webkit-animation-delay:2.5s,1s;animation-delay:2.5s,1s}.snowflake:nth-of-type(8){left:80%;-webkit-animation-delay:1s,0s;animation-delay:1s,0s}.snowflake:nth-of-type(9){left:90%;-webkit-animation-delay:3s,1.5s;animation-delay:3s,1.5s}


/*cookies policy*/

.cookie-overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
}

.cookie-overlay .bg-white {
	position: fixed;
	bottom:0rem;
	left: 0%;
	right: 0%;
	background: #fff;
	z-index: 9999;
	line-height: 20px;
	font-size: 14px;
	border-radius: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	text-align: left;
	width: auto;
}

  .cookie-overlay a {
    text-decoration: underline;
    color: #4D4D4D !important;
  }

  .cookie-overlay .bg-warning {
	background-color: #fff1c6 !important;
}
  .cookie-overlay .close-cookies {
    cursor: pointer;
  }

  .cookie-overlay h4 {
    color: #ef6000;
    font-weight: 600;
    font-size: 1rem !important;
    /* font-size: 3.5vw; */
    text-align: left;
  }
  .cookie-overlay .btn {
    font-size: 0.9rem;
  }


.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #000;
}

.modal-backdrop.show {
	opacity: 1;
  background: none;
  position: unset;
}


.cookie-overlay .bg-white .modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: unset;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.cookie-overlay .bg-white .modal-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem 0px;
	border: 0px;
}

.cookie-overlay .bg-white .modal-body {
	padding: 0rem 2rem 1rem;
}

.cookie-overlay .bg-white .modal-body h5 {
	 color: #ef6000;
   font-size: 1rem;
   font-weight:600;
}

.cookie-overlay .bg-white .modal-body p {
  margin-bottom:0px;
}
.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .90);
  height: 100%;
  right:-17px;
}
.cookie-overlay .bg-white .modal-content .card-body{
 overflow-y: auto;
 scroll-behavior: smooth;
 font-size: 13px;
 line-height: 18px;
}
.cookie-overlay .bg-white .modal-footer {
	padding: 1rem;
	border-top: 0px solid #e9ecef;
}

.cookie-overlay .bg-white .modal .modal-dialog {
	max-width: 650px;
	margin: 0px 0px;
  float: right;
  height: 100%;
   
}

.cookie-overlay .bg-white .btn-orange {
	background: #BF7AB2;
	color: #fff;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  font-size: 15px;
}
.cookie-overlay .bg-white .btn-success {
	background:none !important;
	color: #BF7AB2;
  margin: auto;
  display: inline-block;
  font-weight: 700;
  width: 150px;
  height: 45px;
  border:none !important;
  text-decoration: underline;
  font-size: 15px;
}


.cookie-overlay .bg-white #exampleModal .btn-orange {
	background-color: #BF7AB2;
	color: #fff;
  margin: auto;
  display: block;
  font-weight: 700;
  width: 150px;
  height: 45px;
}

.cookie-overlay .bg-white .modal-body .accordion .card-header::after {
  font-family: 'FontAwesome';  
  content: "\f068";
  float: left; 
  font-size:15px;
  margin-right: 20px;
  font-weight: 400;
  color: #4D4D4D;
}

.cookie-overlay .bg-white .modal-body .accordion .collapsed::after {
  /* symbol for "collapsed" panels */
  content: "\f067"; 
  font-family: 'FontAwesome';  
  color: #4D4D4D;
}

.cookie-overlay .bg-white #exampleModal{
 width: 100%;
  background-color: rgba(0,0,0,0.50); /* Black background with opacity */
  z-index: 9999; /* Specify a stack order in case you're using a different order for other elements */
 /* cursor: pointer; */ /* Add a pointer on hover */
}

.cookies-policy h5 {
	color: #005293;
  font-weight: 700;
}
.cookies-policy h5 b {
	color: #ef6000;
  font-weight: 500;
}

.cookies-policy hr {
  margin: 30px auto;
}

.cookies-policy .nav-tabs {
	border-bottom: 0px solid #dee2e6;
  margin-bottom: 20px;
}

.cookies-policy .nav-tabs .nav-item {
	margin: 0px 10px 0px;
}

.cookies-policy .nav-tabs .nav-link {
	border: none;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}

.cookies-policy .nav-tabs .nav-item.show .nav-link, .cookies-policy .nav-tabs .nav-link.active {
	color: #ef6000;
	background-color: #fff;
	border-bottom: 3px solid #ef6000;
}

.close {
	opacity:1;
}

.cookies-btn {
	background-color: #BF7AB2;
	height: 43px;
	width: 43px;
	border-radius: 100%;
	position: fixed;
	bottom: 46px;
	left: 25px;
	cursor: pointer;
  border:solid 1px #dcdcdc;
  padding: 3px;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
-moz-box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
box-shadow: 0px 0px 26px 3px rgba(122,122,122,0.46);
}


.btn-success.focus, .btn-success:focus {
	box-shadow:none;
}
 
.cookies-policy .table-bordered thead th {
  color: #ef6000;
}

/*body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}*/

@media (max-width: 560px) {
 
  .cookie-overlay h4 {
    font-size: 0.85rem !important;
    margin: 10px 0px 0px 25px !important;
}
.cookie-overlay .bg-white {
  font-size: 12px;
}
.cookie-overlay .bg-warning {
  margin-bottom: 10px;
}
.bg-white.p-4 {
  padding: 10px 0px !important;
}
.cookie-overlay .bg-white .modal-content {
  background: rgba(255, 255, 255, .90);
  height: 100%;
  right: 0;
}
.cookie-overlay .bg-white .modal-header img {
  width: 70%;
}
}

#estore-demo {
	background-color: rgba(0,0,0,0.5);
}

.video-fluid {
  width: 100%;
}

#estore-demo .modal-dialog {
  max-width: 800px;
}