.navpdd{
 margin-left: 250px;
}

.navlogo{
position:absolute; top:-35px; width:225px; height:auto; z-index:99px;
}

@media (max-width: 75em) {
	.navlogo{ top:0px; left: -20px; width:160px;}
	.navpdd{ margin-left:0px;}
}

@media (max-width:1200px) {
 .container {
  max-width:100%;
 }
}
@media (min-width:1300px) {
 .container {
  max-width:80%;
 }
}


.container{
    
    padding-left: 25px;
    padding-right: 25px;
    
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}

.slidetitle{font-size:3em}

.br{display: none;}
.procode{font-size:14px;line-height: 18px; margin-top:-100px;}
.producttext{color:#000;}
.divideline{border:0.005rem solid #f0f0f0; margin-top:15px; margin-bottom:25px;}
.propackagingtxt{color:darkblue; font-weight:bold;}

.desktopview{display:block;}
.mobileview{display:none;}
.sectionmt{margin-top: 60px;}

.slidertxtspace{margin-top:100px;margin-left: 60px;}

.languagetxtcolor{color:#fff;}

.mobiletopbar{padding:10px; background-color: blue;}
.headerbg{height:450px;}


@media (min-width: 48em)
.fs-md-4 {
    font-size: 3rem !important;
    line-height: 35px;
    
}


@media only screen and (max-width: 750px) {
    
       
    .slidetitle{font-size:34px}
    
    .slidertxtspace{margin-top:50px; margin-left: 10px;}

    .br{display: block;}
    
    .languagetxtcolor{color:#333}
    
.desktopview{display:none;}
.mobileview{display:block;}
.sectionmt{margin-top: 80px;}
    .h-full{
        min-height: 85vh;
        
    }
    
    .align-items-center{
        align-items:none;
        
    }
    .headerbg{height:400px}
}


