
body {
  font-family: "popingfont-non", sans-serif;
  color: #444;
}

a {
  color: #428bca;
}

a:hover {
  color: #9eccf4;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: popingfont-bold;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #e03c31;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #fff;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #444;
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #428bca;
}

#topbar .contact-info i {
  color: #428bca;
  padding: 4px;
}

#topbar .contact-info .icofont-phone {
  padding-left: 20px;
  margin-left: 10px;
}

#topbar .social-links a {
  color: #5c768d;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #428bca;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 70px;
  transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px 0;
  background: #fff;
  z-index: 997;
}

#header.header-scrolled {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #1c5c93;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #5c768d;
  padding: 12px 15px;
  transition: 0.3s;
  font-size: 14px;
  font-family: popingfont-bold;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #428bca;
  text-decoration: none;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #103453;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #428bca;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: popingfont-non;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: popingfont-non;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #1f3548;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #e3f0fc;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #9eccf4;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: popingfont-non;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa0";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 20px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #5c768d;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(31, 53, 72, 0.7);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: calc(100vh - 244px);
  padding: 0;
  overflow: hidden;
}

#hero .carousel-item {
  width: 100%;
  height: calc(100vh - 114px);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}

#hero .carousel-item::before {
  content: '';
  background-color: rgba(13, 30, 45, 0.3);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

#hero .carousel-content {
  text-align: left;
}



#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  
}

#hero p {
  width: 90%;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  color: #fff;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-get-started {
  font-family: popingfont-non;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0;
  background: #428bca;
}

#hero .btn-get-started:hover {
  background: #1c5c93;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
  .after-slide-heading{
    font-size: 16px;
  }
  .after-slide-text{
    font-size: 14px;
  }
}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1200px)
 {
  #hero p {
    width: 66%;
  }
  #hero .carousel-control-prev, #hero .carousel-control-next {
    width: 5%;
  }
  #hero, #hero .carousel-item {
    height: calc(100vh - 270px);
 }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-bg {
  background-color: #f5f9fc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #5c768d;
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f5f9fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#hero-carousel-indicators{
  display: none !important;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



#footer {
  background: #183028;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #183028;
  border-top: 1px solid #183028;
  border-bottom: 1px solid #183028;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: popingfont-non;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #768fa6;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #428bca;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #9eccf4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #9eccf4;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  /*width: calc(67% - 3%);*/
  width: 100%;
}

#footer .footer-top .footer-newsletter form input[type="button"] {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #428bca;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="button"]:hover {
  background: #5295ce;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #9eccf4;
}

#header , #header-sticky-wrapper{
  background-color:#183028;  
}

* {
  box-sizing: border-box;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
  padding: 10px;
  height: 125px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



.logo-header{
  height: 150px;
  z-index: 10;
  position: absolute;
  padding-left: 10%;
  margin-top: -10px;

}

.navbar.navbar-scroll-point, .navbar.navbar-scroll-point.header-with-topbar, .navbar.navbar-scroll-point.hestia_center, .navbar.navbar-scroll-point.hestia_right{
	position:absolute !important;
}

.footer-content{
  text-align: center;
}

.slider-after{
  margin-right: 0px !important;
  margin-left: 0px !important;
  font-family: popingfont-non;
  padding-left: 3%;
  padding-right: 3%;
  background-color: #e03d31;
}


.wrapper
{
	padding-bottom: 90px;
}

.divider
{
	position: relative;
	margin-top: 90px;
	height: 1px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
}

.div-arrow-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -7px;
	left: calc(50% - 7px);
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-tab-down:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: 0;
	left: calc(50% - 10px);
	width: 20px;
	height: 14px;
	background-color: white;
	border-bottom: 1px solid rgb(48,49,51);
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
	border-radius: 0 0 8px 8px;
}

.div-stopper:after
{
	content: "";
	position: absolute;
	z-index: 1;
	top: -6px;
	left: calc(50% - 7px);
	width: 14px;
	height: 12px;
	background-color: white;
	border-left: 1px solid rgb(48,49,51);
	border-right: 1px solid rgb(48,49,51);
}

.div-dot:after
{
	content: url('D:/HTML/assets/img/miniicon.png');
	position: absolute;
	z-index: 1;
	top: -23px;
	left: calc(50% - 9px);
	width: 50px;
	height: 50px;	
	border: 1px solid white;
  padding: 8px;
  background-color: white;
}

.after-slid-icon{
  width: 75px;
  float: right;
}

.after-slide-content{
  font-family: 'popingfont-bold';  
  
}

.after-slide-heading{
  color: white;
  font-weight: 700;
}

/*default version*/
@font-face {
	font-family: 'popingfont-non';
	src: url('../font/poppins/Poppins-Regular.ttf'); 
	src: 
		local('Poping Font'),
		local('Poping-Font'),
		url('../font/poppins/Poppins-Regular.ttf') 
		format('opentype');
}

/*bold version*/
@font-face {
  font-family: 'popingfont-bold';
  src: url('../font/poppins/Poppins-Bold.ttf'); 
  src: 
	local('Poping Font Bold'),
	local('Poping-Font-Bold'),
	url('../font/poppins/Poppins-Bold.ttf') 
  format('truetype');
  font-weight: bold;
}

/*bold version*/
@font-face {
  font-family: 'baskerville-regular';
  src: url('../font/baskerville-regular.ttf'); 
  src: 
	local('Baskerville Font Bold'),
	local('Baskerville-Font-Bold'),
	url('../font/baskerville-regular.ttf') 
  format('truetype');
  
}
.column.row{
  margin-right: 0px !important; 
  margin-left: 0px !important;
}

.product-img{
  width: 70%;
}

.price{
  font-size: 2em;
  text-align: right;
  font-family: popingfont-bold;
  font-weight: 600;
}

.up-footer-img{
  width: 50%;
  padding-bottom: 15%;

}

.product-titel{
  text-align: center;
  margin-top: 10%;
  font-family: popingfont-bold;
  font-weight: 700;
  color: #e03d31;
}

.product-tagline{
  text-align: center;
  font-family: popingfont-bold;
  font-weight: 600;
  color: black;
}

.only-border {
  outline: 0 !important;
  border-width: 0 0 1px !important;
  border-color: #e03d31 !important;
}
.only-border:focus {
  border-color: #e03d31 !important;
}

.mobile-nav-toggle{
display: none !important;
}

.so-icon{
  width: 18px;
}

.info-heading{
text-align: center;
color: #e03d31;
padding-bottom: 5%;
font-family: popingfont-bold;
font-weight: 600;
}

.zoom {
  padding: 0px;
  background-color: transparent;
  transition: transform .2s; /* Animation */  
  margin: 0 auto;
}

.zoom-min {  
  background-color:transparent;
  transition: transform .2s; /* Animation */  
  margin: 0 auto;
}

.zoom-min:hover{
  transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.after-slid-cl{
  background-color:#e03d31;
  height: 150px ;
  padding-top: 3% !important;
}

.custom-divider{
  margin-top: 5%;
  margin-bottom: 5%;
}

.modal-body{
  padding: 0px;
}

.d-popup-img{
  width: inherit;
}

.popup-cl{
  padding-right: 0px; 
  padding-left: 0px;
}
.model-heading{
  text-align: center;
  padding-top: 10%;
  padding-bottom: 5px;
  font-family: popingfont-bold;
  color: #e03d31;
  width: 100%;
}

.model-text{
  text-align: center;
  margin: 0px;
  padding-bottom: 60px;
  font-family: popingfont-bold;
  font-size: 14px;
  width: 100%;
  font-weight: 600;
}

.img-model{  
  margin-top: -1px;
}

.text-input-mail{
  width: 100%;  
  text-align: left;
  margin-bottom: 22px;
}

.btn-model-sent{
  margin-left: 29%;
  margin-right: auto;
  width: 60%;
  background-color: #e03d31;
}

.popup-content{
  padding: 10%;
}

.button {
  background-color: #e03d31;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;  
  cursor: pointer;
}

.slid-conten-main{
  font-family: popingfont-bold !important;
  text-transform: uppercase;
  color:black !important;
  font-weight: 700;
}

.slid-mini-text{
  font-family: popingfont-bold !important;
  color:white !important;
  font-size: 28px !important;
  font-weight: 600;
}

.dec-text{
 text-align: left;
 font-family: baskerville-regular;
}

.other{
  margin-left: 75%;
  font-family: popingfont-bold;
}

.product-des{
  font-family: popingfont-non;
  
  
}

.footer-heading{
  font-family: popingfont-bold;
  font-size: 35px;
}

@media only screen and (max-width: 1000px) {
  .d-lg-block {
    display: block !important;
  }
}


@media only screen and (max-width: 361px) {
  .slid-conten-main {
    font-size: 18px !important;
  }
  .slid-mini-text{
    font-size: 10px !important;
  }
  .price{
    text-align: center !important;
  }

  .carousel-item{
    background-image: url("../img/slide/slide-mobile.jpg") !important;
  }

  .custom-divider{
    content:url("../img/mobile-divider.png");
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .mobile-divider-f{
    display: block;
  }
}

@media only screen and (max-width: 412px) {
  .slid-conten-main {
    font-size: 18px !important;
  }
  .slid-mini-text{
    font-size: 10px !important;
  }
  .price{
    text-align: center !important;
  }

  .carousel-item{
    background-image: url("../img/slide/slide-mobile.jpg") !important;
  }

  .custom-divider{
    content:url("../img/mobile-divider.png");
    margin-top: 10% !important;
    margin-bottom: 10% !important;
  }

  .mobile-divider-f{
    display: block;
  }

  

  .last-form{
    /* margin-left: -19% !important;
    width: 115% !important;*/
  }
  .emai-last{
    /* width: 76% !important;*/
    border-top : none !important;
    border-left: none !important;
    border-right:none !important; 
    border-bottom: solid 1px white !important;
    /*margin-right: -21% !important;*/
    text-align: center !important;
  }
  
  
  .input-last{
    /*margin-bottom: 54px !important;*/
  }

  .footer-logo{
    width: 56% !important;
    margin-bottom: 0px !important;
  }
  
}

@media only screen and (max-width: 633px) {
  .sing-up-btn-last{
   /* margin-top: 67px !important;
    margin-right: 29% !important;*/
  }

  #footer .footer-top .footer-newsletter form input[type="email"] {    
    padding: 4px;
     /* width: calc(112% - 1%); */
     width: 100%;
    text-align: center;
}
}

@media only screen and (min-width: 575px) {
 .mobile-divider-f{
   display: none !important;
 }

 }


@media only screen and (max-width: 375px) {
.last-form{
  /*margin-left: -19% !important;
  width: 115% !important;*/
}
.emai-last{
  /*width: 76% !important;*/
  border-top : none !important;
  border-left: none !important;
  border-right:none !important; 
  border-bottom: solid 1px white !important;
  /*margin-right: -21% !important;*/
  text-align: center !important;
}

.sing-up-btn-last{
  /*margin-top: 67px !important;
  margin-right: 29% !important;*/
}
.input-last{
  /*margin-bottom: 54px !important;*/
}
.custom-divider{
  content: url(../img/mobile-divider.png);
    margin-top: 10% !important;
    margin-bottom: 10% !important;
}
}

.emai-last{
  border-top : none !important;
  border-left: none !important;
  border-right:none !important; 
  border-bottom: solid 1px white !important;
}

.mobile-model-logo{
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.mobile-mod-text{
  margin-left: -13% !important;
  margin-top: 20px !important;
}



.mobil-form{
  width: 100% !important;
  margin-left: -47px !important;
}

.mobil-model-btn{  
  margin-bottom: 40px !important;
  margin-left: auto;
  margin-right: auto;
  width: 50%;    
  padding-left: 12%;
}

.mlogo{
 
  margin-left: auto;
    margin-right: auto;
    width: 50%;
}



.mob-mode-outer{
  margin-left: 0%;
  width: 100% !important;
}

.btn-mobile-n{
  margin-left: 55% !important;
  margin-bottom: 20px !important;

}

.btn-mobile-n span{
  color: black !important;
}

body{
  overflow-x: hidden !important;
}



.w3-container{
  width: 100% !important;  
    padding-left: 10%;
    padding-right: 10%;

}

.mob-form{
  width: 100%;
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .modal-dialog {
      
    }
    
}

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2){
    .price{
      font-size: 24px !important;
    }
  
    .product-row-500{
      margin-top: 83px !important;
    }
  
    
    .img-responsive{
      content:url("../img/mobile-popup.jpg");
    }
  
   .img-model{
    width: inherit !important;
    height: fit-content !important;
   }
   
  
   .model-d-close-div{
    margin-left: 54% !important;
   }
   .img-trad-mark{
     width: 126% !important;
   }
  
   
  
   #footer .footer-top .footer-newsletter form input[type="email"]{
    /*width: calc(65% - 7%) !important;*/
    width: 100%;
   }
   .input-last{
    /*margin-left: 65% !important;*/
   }

   .after-slide-heading {
    font-size: 12px !important;
  }
  .after-slide-text{
    font-size: 10px !important;
    font-weight: 600;
  }
  .after-slid-cl{
    height: 100px !important;
  }

  }

  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1199px) and (-webkit-min-device-pixel-ratio: 2) {

    .price{
      font-size: 24px !important;
    }
  
    
    .after-slide-heading {
      font-size: 14px !important;
    }
    .after-slide-text{
      font-size: 12px !important;
      font-weight: 600;
    }

    .after-slid-cl{
      height: 120px !important;
    }
    

  }

  .carousel-item {
    height: 300px;
  }

  @media only screen
  and (max-device-width: 922px)
  and (min-device-width: 576px){

    .custom-model {
      max-width: 88% !important;
      margin: 1.75rem auto;
  }
  .img-trad-mark{
    margin-left: 0%;
    margin-right: auto;
    width: 100% !important;
  }
  }

  @media only screen
  and (max-device-width: 1200px)
  and (min-device-width: 576px)
  {
    .info-heading{
      font-size: 14px;
    }

  }

  @media only screen
  and (max-device-width: 576px)
  and (min-device-width: 413px){

    .price {
      text-align: center !important;
  }
  .shopify-buy-frame{
    margin: 0;
    position: relative;
    margin-top: 20px;
    left: 10%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  }

  @media only screen
  and (max-device-width: 412px)
  and (min-device-width: 360px){
    #hero, #hero .carousel-item {
      height: calc(100vh - 369px);
   }
   #hero .carousel-content.container{
     padding-left: 15px !important;
     padding-right: 0 !important;
   }
   .slid-mini-text{
    margin-top: -22px !important;
  
   }
  
  }
  @media only screen
  and (max-device-width: 412px)
  and (min-device-width: 411px){
    .shopify-buy-frame{
      margin-left: 10%;
    }
  }

  @media only screen
  and (max-device-width: 415px)
  and (min-device-width: 412px){
    .shopify-buy-frame{
      margin-left: -6%;
    }
  }

  @media only screen and (max-width: 475px){
    .custom-divider{
      content: url(../img/mobile-divider.png) !important;
        margin-top: 10% !important;
        margin-bottom: 10% !important;
    }
  }
  

  @media only screen
  and (max-device-width: 375px)
  and (min-device-width: 360px){
    .shopify-buy-frame{
      margin-left: 6%;
    }
  }

  @media only screen
  and (max-device-width: 769px)
  and (min-device-width: 412px){
    #hero h2{
      font-size: 22px;
    }
    .slid-mini-text{
      font-size: 16px !important;
    }

    #hero, #hero .carousel-item {
      height: calc(100vh - 327px) !important;
   }

    
  }
  
  @media only screen
  and (max-device-width: 769px){
    .logo-header{
      content:url("../img/mobile-logo.png");
    }
  }
  a {
    color:gray !important;
}

.text-thanks{
  text-align: center;
  font-family: popingfont-bold;
  font-weight: 600;
  padding-bottom:67px ;
  color: #e03c31;
  width: 100%;
}

.model-btn-t{
  margin: 0;
  position: absolute; 
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.model-btn-t:hover{
  background-color: #e03c31;;
}

@media only screen
  and (max-device-width: 414px)
  and (min-device-width: 412px){
.input-last {
   /* margin-bottom: 54px !important;*/
}
.sing-up-btn-last {
  /*margin-top: 67px !important;
  margin-right: 37% !important;*/
}

.last-form{
  width: 100% !important;
  margin-left: 0% !important;
}

#footer .footer-top .footer-newsletter form input[type="email"]{
  /*width: calc(67% - -24%);*/
  width: 100%;
}
.emai-last{
  text-align: center;
}
.footer-logo{
  width: 56% !important;
  margin-bottom: 0px !important;
}
}

@media only screen
  and (max-device-width: 360px)
  and (min-device-width: 323px){

  .input-last {
      /*margin-bottom: 54px !important;*/
  }
  .sing-up-btn-last {
    /*margin-top: 67px !important;
    margin-right: 37% !important;*/
  }
  
  .last-form{
    width: 100% !important;
    margin-left: 0% !important;
  }
  
  #footer .footer-top .footer-newsletter form input[type="email"]{
    /*width: calc(67% - -24%) !important;*/
    width: 100%;
    margin-right: 0px !important;
  }
  .emai-last{
    text-align: center;
  }
  .footer-logo{
    width: 56% !important;
    margin-bottom: 0px !important;
  }
  }

  @media only screen
  and (max-device-width: 320px)
  and (min-device-width: 310px){

  .input-last {
      /*margin-bottom: 54px !important;*/
  }
  .sing-up-btn-last {
    /*margin-top: 67px !important;
    margin-right: 32% !important;*/
  }
  
  .last-form{
    width: 100% !important;
    margin-left: 0% !important;
  }
  
  #footer .footer-top .footer-newsletter form input[type="email"]{
    /*width: calc(67% - -24%) !important;*/
    width: 100%;
    margin-right: 0px !important;
  }
  .emai-last{
    text-align: center;
  }
  .footer-logo{
    width: 56% !important;
    margin-bottom: 0px !important;
  }
  }

  .emailvaliator,.nameValidator{
    font-size: 8px;
    color: #e03c31;
    margin-bottom: 22px;
    display: none;
  }

  .memailvaliator,.mnameValidator{
    font-size: 8px;
    color: #e03c31;
    margin-bottom: 22px;
    display: none;
  }
  
  .footer-mail-validate{
    border: solid 1px #e03c31 !important;
  }

  @media screen and (max-width: 600px) {
    .column {
      width: 50%;
    }
  
    .after-slid-cl {   
      height: 128px !important;
    }

    .after-slid-cl-up{
      margin-top: 5% !important;
    }

    .after-slid-bl{
      margin-top: -2% !important;
      margin-bottom: 5% !important;
    }
  }

  @media screen and (min-width: 768px) {
    .sing-up-btn-last {
      width: 45% !important;
      float: left !important;
    }

    .emai-last{
      width: 100% !important;
      float: left !important;
    }
   
    .input-last{
      position: absolute;
    }
   
    .footer-mail{
      text-align: left !important;
    } 

  }
  
  @media only screen and (max-device-width: 1199px) and (min-device-width: 990px) and (-webkit-min-device-pixel-ratio: 2){
    .product-row-500 {
        margin-top: 60px !important;
    }
    
  }

  @media only screen and (max-width: 1025px){
    .product-row-500 {
      margin-top: 54px !important;
  }
  }

  @media only screen and (max-width: 769px){
    .product-row-500 {
      margin-top: 83px !important;
  }
  }

  @media only screen and (max-width: 575px) {
    .price {
      text-align: center !important;
    }
    .shopify-buy-frame--product{
      transform: translateX( 7%) !important;
      
    }
    
  }

  @media only screen and (max-width: 414px){
    .shopify-buy-frame--product{
      transform: translateX( 0%) !important;
      left: 18%;
    }
  }

  @media only screen and (max-width: 600px){
    .mobile-img-hide{
      display: none !important;
    }
    .mobile-divider-f{
      display: none !important;
    }
  }

  @media only screen and (min-width: 600px){
    .product-img-old{
      display: none !important;
    }
    .product-tagline{
      margin-bottom: 10% !important;
    }
    .last-des{
      margin-bottom: 10% !important;
    }

    .mobile-img-hide{
      padding-top: 23% !important;
    }
  }
  
  .shopify-buy-cart-wrapper{
    display: none !important;
  }