body
{
  font-family:'Roboto', sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

.wrapper
{
  width: 100%;
  margin: auto;
  padding-bottom: 20px;
  background-color: white;
}


/* Master Page Nav Bar Design
ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color:#ffffff;
position:fixed;
top:0;
left:0;
width:100%;
opacity: 0.9;
z-index:50;
}

ul.topnav li  {
float: left;
}

ul.topnav li a {
display: inline-block;
color: black;
font-size:20px;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition: 0.3s;
}

ul.topnav li a:hover {
color:white;
background-color:black;
}

ul.topnav li a.active {
color:white;
background-color:black;
}

ul.topnav li.icon {display: none;}

@media screen and (max-width:680px) {
ul.topnav li:not(:first-child) {display: none;}
ul.topnav li.icon {
float: right;
display: inline-block;
}
}

@media screen and (max-width:680px) {
ul.topnav.responsive {position: fixed;}
ul.topnav.responsive li.icon {
position: fixed;
right: 0;
top: 0;
}
ul.topnav.responsive li {
float: none;
display: inline;
}
ul.topnav.responsive li a {
display: block;
text-align: left;
}
}
*/
/* Footer social icons*/
#ico
{
  width:30px;
  height:30px;
}

#ico:hover
{
  -webkit-transform: scale(1.1) rotate(360deg);
  -moz-transform: scale(1.1) rotate(360deg);
  -ms-transform: scale(1.1) rotate(360deg);
  -o-transform: scale(1.1) rotate(360deg);
  transform: scale(1.1) rotate(360deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-device-width:450px)
{
  #ico
  {
    width:25px;
    height:25px;
  }
}

footer .glyphicontest {
  font-size: 20px;
  margin-bottom: 20px;
  color: #f4511e;
}

footer .glyphicontest:hover {
  -webkit-transform: scale(1.2) translate(0px,-8px);
  -moz-transform: scale(1.2) translate(0px,-8px);
  -ms-transform: scale(1.2) translate(0px,-8px);
  -o-transform: scale(1.2) translate(0px,-8px);
  transform: scale(1.2) translate(0px,-8px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer
{
  background-color: black;
  color: #818181;
}
.container-fluid {
  padding: 30px 20px;
}

footer section h5
{
  margin:0 0 20px 0;
  font-weight:400;
  color:#969fa8;
  letter-spacing:2px;
  text-transform:uppercase;
  text-align: left;
}

@media (min-width: 760px) and (max-width: 1030px)
{
  footer section h5
  {
    margin:0 0 20px 0;
    font-weight:400;
    color:#969fa8;
    letter-spacing:2px;
    text-transform:uppercase;
    text-align: left;
    font-size: 13px;
  }
}

footer section ul
{
  margin:2px;
  text-align: left;
}

footer section li a
{
  padding:2px 0;
  display:inline-block;
}

.margup
{
  margin-top: 20px;
}

.Hvrtxt
{
  text-decoration:none;
  color:Black;
}

.Hvrtxt:hover
{
  text-decoration:none;
  color:#ff6a00;
}

.HoverText
{
  text-decoration:none;
  color:#aaa9a9;
}

.HoverText:hover
{
  text-decoration:none;
  color:#ff6a00;
}

@media only screen and (max-device-width:800px)
{
  .HoverText
  {
    text-decoration:none;
    color:white;
  }
}


.igbinfo
{
  text-align:justify;
  color: white;
}

/* Horizontal Line*/
hr{
  border-top: 1px solid #CCC;
}
/* All Page Content */
.content
{
  min-height: 400px;
  padding:20px;
  padding-top: 40px;
}

/*Content for Search */
.Searcont
{
  padding-top: 0;
  padding:20px;
}

/*Admin page content*/
.cont
{
  padding:20px;
}
/* News image */

.nTxt
{
  font-family:'Roboto', sans-serif;
  font-size: 20px;
  font-weight:bold;
}

.report
{
  padding:10px;
}

@media only screen and (max-device-width:490px) {
  .report
  {
    padding:1px;
  }
}

.small_ban
{
  display: none !important;
}

@media only screen and (max-width: 768px)
  {

    .big_ban{
      display:none !important;
    }

    .small_ban{
      display:block !important;
    }

}

.date
{
  line-height: 1.375em;
  color: #303030;
  font-size: 14px;
  font-weight: 400;
}

.news
{
  font-size: 16px;
  text-align: justify;
}

.newsalign
{
  padding: 3px;
}


/*index page Maintenance Design*/
.design
{
  color:black;
  padding-top: 80px;
  text-align: center;
  font-family:'Roboto', sans-serif;
}

.txt1
{
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color:black;
  font-size: 30px;
  font-weight: bold;
}

.txt
{
  color:black;
  padding:4px;
  font-size: 17px;
  font-weight: 600;
}

/*Error Message*/
.Error
{
  Color:black;
  padding-top: 60px;
  text-align: center;
  font-family:'Roboto', sans-serif;
}

#Errortxt
{
  font-size: 200px;
}

@media only screen and (max-device-width: 450px) {
  #Errortxt
  {
    font-size: 100px;
  }
  .txt1
  {
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    color:black;
    font-size: 25px;
    font-weight: bold;
  }

  .txt
  {
    color:black;
    padding:4px;
    font-size: 13px;
    font-weight: 600;
  }
}

/*product division*/
.product
{
  padding: 10px;
  float: left;
  width: 16.6%;
  height:390px;
  text-align: center;
}

#productimage
{
  width: 290px;
  height:290px;
  vertical-align: central;
  padding: 20px;
  object-fit: contain;
}

#productimage:hover
{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

#productName {
  padding-top: 2px;
  color:black;
  font-family:'Roboto', sans-serif;
  font-weight: 400;
  font-size: 20px;
}

#productPrice {
  line-height: 40%;
  font-family:'Roboto', sans-serif;
  text-decoration:none;
  text-transform:uppercase;
  color: #f56709;
  font-size: 21px;
}

@media (max-width: 2048px)
{
  .product
  {
    padding: 10px;
    float: left;
    width: 16.6%;
    height:390px;
    text-align: center;
  }

  #productimage
  {
    width: 280px;
    height:280px;
    vertical-align: central;
    padding: 20px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 21px;
  }
}


@media (max-width: 1920px)
{
  .product
  {
    padding: 10px;
    float: left;
    width: 16.6%;
    height:340px;
    text-align: center;
  }

  #productimage
  {
    width: 240px;
    height:240px;
    vertical-align: central;
    padding: 20px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 18px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 19px;
  }
}

@media (max-width: 1700px)
{
  .product
  {
    padding: 10px;
    float: left;
    width: 16.6%;
    height:300px;
    text-align: center;
  }

  #productimage
  {
    width: 210px;
    height:210px;
    vertical-align: central;
    padding: 20px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 15px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 16px;
  }
}

@media (max-width: 1370px)  {
  .product
  {
    padding: 6px;
    float: left;
    width: 16.6%;
    height:290px;
    text-align: center;
  }

  #productimage
  {
    width: 210px;
    height: 210px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 15px;
  }
}

@media (max-width: 1290px)  {
  .product
  {
    padding: 6px;
    float: left;
    width: 16.6%;
    height:280px;
    text-align: center;
  }

  #productimage
  {
    width: 195px;
    height: 195px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 14px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 15px;
  }
}

@media (max-width: 1024px) and (orientation : portrait)  {
  .product
  {
    padding: 6px;
    float: left;
    width: 20%;
    height:265px;
    text-align: center;
  }

  #productimage
  {
    width: 185px;
    height: 185px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 13px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 14px;
  }
}

@media (max-width: 1024px) and (orientation : landscape)  {
  .product
  {
    padding: 6px;
    float: left;
    width: 20%;
    height:255px;
    text-align: center;
  }

  #productimage
  {
    width: 185px;
    height:185px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 13px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .product
  {
    padding: 6px;
    float: left;
    width: 25%;
    height:245px;
    text-align: center;
  }

  #productimage
  {
    width: 170px;
    height:170px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 100;
    font-size: 12px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 13px;
  }
}


@media (max-width: 750px) {
  .product
  {
    padding: 7px;
    float: left;
    width: 25%;
    height:230px;
    text-align: center;
  }

  #productimage
  {
    width: 160px;
    height:160px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 12px;
  }
}


@media (max-width: 680px) {
  .product
  {
    padding: 3px;
    float: left;
    width: 25%;
    height:200px;
    text-align: center;
  }

  #productimage
  {
    width: 145px;
    height:145px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 11px;
  }
}

@media (max-width: 580px) {
  .product
  {
    padding: 4px;
    float: left;
    width: 25%;
    height:180px;
    text-align: center;
  }

  #productimage
  {
    width: 130px;
    height:130px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 9px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 9px;
  }
}

@media (max-width: 530px) {
  .product
  {
    padding: 10px;
    float: left;
    width: 33.3%;
    height:180px;
    text-align: center;
  }

  #productimage
  {
    width: 130px;
    height:130px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 9px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 10px;
  }
}


@media (max-width: 450px) {
  .product
  {
    padding: 10px;
    float: left;
    width: 50%;
    height:235px;
    text-align: center;
  }

  #productimage
  {
    width: 170px;
    height:170px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11.5px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .product
  {
    padding: 10px;
    float: left;
    width: 50%;
    height:210px;
    text-align: center;
  }

  #productimage
  {
    width: 150px;
    height:150px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 11px;
  }
}

@media (max-width: 360px) {
  .product
  {
    padding: 10px;
    float: left;
    width: 50%;
    height:200px;
    text-align: center;
  }

  #productimage
  {
    width: 140px;
    height:140px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 2px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 10px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 11px;
  }
}

@media (max-width: 340px) {
  .product
  {
    padding: 6px;
    float: left;
    width: 50%;
    height:180px;
    text-align: center;
  }

  #productimage
  {
    width: 130px;
    height:130px;
    vertical-align: central;
    padding: 17px;
  }

  #productName {
    padding-top: 1px;
    color:black;
    font-family:'Roboto', sans-serif;
    font-weight: 400;
    font-size: 9px;
  }

  #productPrice {
    line-height: 40%;
    font-family:'Roboto', sans-serif;
    text-decoration:none;
    text-transform:uppercase;
    color: #f56709;
    font-size: 10px;
  }
}

/*Contact Us Button*/
.buttons {
  float: right;
  background-color: #fb8d16;
  border: none;
  color: white;
  padding: 12px 35px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.btn-default
{
  text-transform: uppercase;
  padding: 12px 35px;
  float: right;
  background: #000;
  color: #fff;
}

.btn-default:hover
{
  background: #fff;
  color: #000;
}


/* Product page CSS */
/*Detail page*/
.Availbox
{
  padding: 15px 28px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-family:'Roboto', sans-serif;
}

.Availbox1 {
  background-color: white;
  color: black;
  border: 2px solid #fb8d16;
}

.mrp
{
  color:#ff0000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  text-decoration:line-through;
}

@media only screen and (max-device-width:400px) {
  .Availbox
  {
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-family:'Roboto', sans-serif;
  }

  .Availbox1 {
    background-color: white;
    color: black;
    border: 2px solid #fb8d16;
  }
  /*Product MRP */
  .mrp
  {
    color:#ff0000;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    text-decoration:line-through;
  }
}

.margPro
{
  margin-right:10px;
}

.proimage
{
  width:100%;
  height:100%;
  object-fit: contain;
}

@media only screen and (max-device-width:800px) {
  .proimage
  {
    width:100%;
    height:100%;
    object-fit: contain;
  }

  .margPro
  {
    margin-right:0;
  }
}

.test
{
  padding:3px;
}

.test1
{
  text-align:justify;
  padding:3px;
}

.DivHigh
{
  height:500px;
}

@media only screen and (max-device-width:800px) {
  .DivHigh
  {
    height:1200px;
  }
}

.IconSet
{
  width:50%;
  float:left;
  line-height: 0.7;
  height:auto;
}

.IconSet1
{
  width:50%;
  float:left;
  line-height: 0.7;
  height:auto;
}

/* Shopping site Button*/
.buybt
{
  width:150px;
  height:72px;
}

@media only screen and (max-device-width:400px) {
  .buybt
  {
    width:100px;
    height:48px;
  }
}

/* Product Page Title */
.title {
  color:black;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  font-size:24px;
  text-align: left;
  font-weight:bold;
}

@media only screen and (max-device-width:700px) {
  .title {
    color:black;
    font-family: -apple-system, BlinkMacSystemFont, sans-serif;
    font-size:17px;
    text-align: left;
    font-weight:bold;
  }
}

/*Affiliate Product Price*/
.detailsPrice {
  color:#e03737;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
}

@media only screen and (max-device-width:400px) {
  .detailsPrice {
    color:#e03737;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
  }
}

/*Slides*/
#carousel
{
  padding-top: 20px;
}

.carousel-indicators li
{
  height:7px;
  width:7px;
  border-color: black;
}

.carousel-indicators .active {
  height:10px;
  width:10px;
  background-color:black;
}

.carousel-indicators
{
  bottom: 0;
}

.carousel-control.left, .carousel-control.right {
  background-image: none
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
{
  color: black;
  right: 30px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next
{
  color: black;
  left: 30px;
}

.carousel-caption
{
  line-height: 1.5;
  right: 10px;
  top: 50px;
  bottom: auto;
}

@media only screen and (max-device-width:480px) {

  .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next
  {
    color: black;
    right: 20px;
  }

  .carousel-control .glyphicon-chevron-left, .carousel-control .icon-next
  {
    color: black;
    left: 20px;
  }

  .carousel-indicators
  {
    bottom: 0;
  }

  .carousel-indicators li
  {
    display: none;
  }

  .carousel-indicators .active {
    display: none;
  }
}

@media only screen and (max-device-width: 450px) {

  .carousel-caption
  {
    line-height: 1.2;
    right:0;
    top: 0;
    bottom: auto;
  }
}

/*Slider caption font*/
.tx1
{
  line-height: 1.4;
  text-align: center;
  top: 50%;
  left: 50%;
  color:black;
  font-size: 27px;
  font-weight: 800;
}

@media only screen and (max-device-width:780px) {
  .tx1
  {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color:black;
    font-size: 20px;
    font-weight: 700;
  }
}

@media only screen and (max-device-width:680px) {
  .tx1
  {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color:black;
    font-size: 18px;
    font-weight: 700;
  }
}

@media only screen and (max-device-width: 500px) {
  .tx1
  {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color:black;
    font-size: 13px;
    font-weight: 700;
  }
}

@media only screen and (max-device-width: 330px) {
  .tx1
  {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    color:black;
    font-size: 8px;
    font-weight: 600;
  }

}


/*DropDown Menu Css*/
.DropType {
  -webkit-appearance: none;
  -moz-appearance: none;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #FFB600;
  color: black;
  padding: 15px 30px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  text-transform:uppercase;
  font-family:'Roboto', sans-serif;
}

.DropType:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  -webkit-box-shadow: 0 0 25px #CCC;
  -moz-box-shadow: 0 0 25px #ccc;
  box-shadow: 0 0 25px #CCC;
}

#search
{
  width: 67%;
  height: 50px;
  background: white;
  border:none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 1px 2px 4px #CCC ;
  -webkit-box-shadow: 1px 2px 4px #CCC ;
  -moz-box-shadow: 1px 2px 4px #CCC ;
  font-size: 12pt;
  float: left;
  color: black;
  padding-left: 30px;
  margin-left:15%;
  font-family:'Roboto', sans-serif;
}

#search:Hover {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white;
  -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition:0.2s;
  -moz-transition:0.2s;
  transition:0.2s;
}

@media only screen and (max-device-width:450px) {
  #search
  {
    width: 100%;
    height: 50px;
    background: white;
    border:none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-shadow: 1px 2px 4px #CCC ;
    -moz-box-shadow: 1px 2px 4px #CCC ;
    box-shadow: 1px 2px 4px #CCC ;
    font-size: 12pt;
    float: left;
    margin-left:0%;
    color: black;
    padding-left: 30px;
    font-family:'Roboto', sans-serif;
  }

  #search:focus {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
    -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  }
}

.SearchDiv
{
  min-height: 100px;
  padding:20px;
  padding-top:40px;
  padding-bottom: 80px;
}

/*Search content SearchDiv*/
.SearchResult
{
  min-height: 90px;
  padding:20px;
  padding-top:40px;
}

/*iGadgetBox Home*/
.margin {margin-bottom: 45px;}
.bg-1 {
  background-color: black; /* black */
  color: #ffffff;
}

.bg-2 {
  background-color: #ffffff; /* White */
  color: #555555;
}

.bg-3 {
  background-color: #474e5d;
  color: #ffffff;
}

.bg-4 {
  background-color: #F6F6F6;
  color: black;
}

.contain-fluid {
  line-height: 1.8;
  font: Montserrat, sans-serif;
  padding-top: 70px;
  padding-bottom: 70px;
}

.extra-fluid {
  line-height: 1.8;
  font: Montserrat, sans-serif;
  padding-top: 200px;
  padding-bottom: 200px;
}


/*index 2*/
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 3px;
  top:0;
  left:0;
  width:100%;
  opacity: 0.9;
  z-index:50;
}
.navbar-nav  li a:hover {
  color: #ff6a00 !important;
}


@media only screen and (max-device-width:770px)
{
  .navbar-brand
  {
    font-size: 16px;
  }
  .navbar-nav
  {
    font-size: 10px;
  }
}

@media only screen and (max-device-width:600px)
{
  .navbar-brand
  {
    font-size: 14px;
  }
}

/* Bootstrap alert JQuery*/
.hide
{
  display: none;
}
.show
{
  display: block;
}

@media only screen and (max-device-width:450px)
{
  h2
  {
    font-size: 24px;
  }
}

/*Change button to link*/
.custlink
{
  background:none!important;
  border:none;
  padding:0!important;
  color:#d83a3a;
}
.custlink:hover
{
  color:#f90202;
}

/*Winners table*/
.winner
{
  color: #f56709;
  font-size: 20px;
  text-decoration:none;
}

.winner:hover
{
  color:white;
  background-color:black;
  text-decoration:none;
}

.wintxt
{
  font-size: 20px;
}

.winProf
{
  font-size: 15px;
}

@media only screen and (max-device-width:550px)
{
  .winner{
    font-size: 15px;
  }
  .wintxt
  {
    font-size: 15px;
  }
  .winProf
  {
    font-size: 12px;
  }
}

@media only screen and (max-device-width:350px)
{
  .winner{
    font-size: 13px;
  }
  .wintxt
  {
    font-size: 13px;
  }
  .winProf
  {
    font-size: 10px;
  }
}

.borderless td, .borderless th {
  border:none !important;
}

.table1 th
{
  font-weight:700;
  color:black;
}

.table1 td:nth-child(2)
{
  font-weight:700;
  color:black;
}
.table1 td:nth-child(3)
{
  float: right;
  font-weight:700;
  color:black;
}
.table1 th:nth-child(3)
{
  float: right;
}

input, textarea, select {
  -webkit-appearance: none;
}

/*Footer Extra*/
.txtdec
{
  text-decoration: none;
  color: white;
}

.txtdec:hover
{
  text-decoration: none;
  color: #818181;
}

.txtdec:focus
{
  text-decoration: none;
  color: white;
}

/*Removed footer igadgetbox link */
.darkblack{
  color:#969fa8;
  text-decoration: none;
}

.darkblack:hover{
  color:white;
  text-decoration: none;
}
/*Removed footer igadgetbox link End */

.cp
{
  font-size: 13px;
  color: #aaa9a9;
  text-align: left;
  margin-bottom: 15px;
}

@media only screen and (max-device-width:800px)
{
  .cp
  {
    font-size: 13px;
    color: white;
    text-align: left;
    margin-bottom: 15px;
  }
}

.RP
{
  text-align: right;
}

@media only screen and (max-device-width:800px)
{
  .RP
  {
    display: none;
  }
}

.hrfoot
{
  border-top: 1px solid #232426;
}

/*countdown CSS*/
#countdown
{
  font-size:50px;
}

@media only screen and (max-device-width:450px)
{
  #countdown
  {
    font-size:40px;
  }
  #Message
  {
    font-size:20px;
  }
}

@media only screen and (max-device-width:320px)
{
  #countdown
  {
    font-size:30px;
  }
}

/*Accordion*/

button.accordion {
  background-color: #eee;
  color: black;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion.active, button.accordion:hover {
  background-color: #ddd;
}

button.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

button.accordion.active:after {
  content: "\2212";
}

div.panel1 {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/*Accordion for footer*/
@media only screen and (max-width:780px)
{
  h5.footaccordion {
    background-color: black;
    color: white;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
  }

  h5.footaccordion.active, h5.footaccordion:hover {
    background-color: black;
  }

  h5.footaccordion:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  h5.footaccordion.active:after {
    content: "\2212";
  }

  div.footpanel1 {
    background-color: black;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
}
/*Accordion for footer End*/



.glyphicon-menu-down
{
  color:black;
  font-size: 26px;
}

/*Product Layout*/
.panel2 {
  -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius:0 !important;
  transition: box-shadow 0.5s;
}

.panel2:hover {
  box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  -webkit-box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  -moz-box-shadow: 5px 0px 40px rgba(0,0,0, .2);
}

.panel-footer .btn:hover {
  border: 1px solid black;
  background-color: #fff !important;
  color:black;
}
.panel-heading {
  background-color: #fff !important;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.panel-body h3 {
  font-size: 23px;
}

.panel-footer {
  background-color: white !important;
}
.panel-footer h4 {
  color: black;
  font-size: 20px;
}
.panel-footer .btn {
  width:100%;
  border-radius:0 !important;
  margin: 15px 0;
  background-color: black;
  color: #fff;
}

@media (min-width: 640px) and (max-width: 740px) {
  .AlignCard
  {
    width:33.3%;
    float:left;
    padding:5px;
  }
}

/*amazon warning note */
.fon
{
  font-size:12px;
}

/*NEWS CARD */
html {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 20%;
  margin-bottom: 16px;
  padding:8px;
}

.card {
  padding: 12px;
  height:710px;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-shadow: 1px 1px 2px ;
  -webkit-box-shadow: 1px 1px 2px ;
  -moz-box-shadow: 1px 1px 2px ;
  color: #818181;
}

.card:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 3840px) {
  .card {
    padding: 12px;
    height:750px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 2px ;
    -webkit-box-shadow: 1px 1px 2px ;
    -moz-box-shadow: 1px 1px 2px ;
    color: #818181;
  }
}

@media (max-width: 2560px) {
  .card {
    padding: 12px;
    height:680px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 2px ;
    -webkit-box-shadow: 1px 1px 2px ;
    -moz-box-shadow: 1px 1px 2px ;
    color: #818181;
  }
}

@media (max-width: 1920px) {
  .card {
    padding: 12px;
    height:640px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 2px ;
    -webkit-box-shadow: 1px 1px 2px ;
    -moz-box-shadow: 1px 1px 2px ;
    color: #818181;
  }
}

@media (max-width: 1500px) {
  .card {
    padding: 12px;
    height:630px;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 2px ;
    -webkit-box-shadow: 1px 1px 2px ;
    -moz-box-shadow: 1px 1px 2px ;
    color: #818181;
  }
}

@media (max-width: 1370px) {
  .column {
    float: left;
    width: 25%;
    margin-bottom: 12px;
    padding:10px;
  }
}

@media (max-width: 1024px) {
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 12px;
    padding:10px;
  }
}

@media (max-width: 800px) {
  .column {
    float: left;
    width: 50%;
    margin-bottom: 12px;
    padding:10px;
  }
}

@media (max-width: 600px) {
  .column {
    margin-bottom: 5px;
    height:auto;
    width: 100%;
    padding:16px;
    display: block;
  }

  .card {
    padding: 12px;
    height:auto;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: 1px 1px 2px ;
    -webkit-box-shadow: 1px 1px 2px ;
    -moz-box-shadow: 1px 1px 2px ;
    color: #818181;
  }
}

/*Load More Products page*/
.space
{
  padding:40px;
}

.upscale:hover
{
  cursor: pointer;
  -webkit-transform: scale(1.1) translate(0px,6px);
  -moz-transform: scale(1.1) translate(0px,6px);
  -ms-transform: scale(1.1)  translate(0px,6px);
  -o-transform: scale(1.1)  translate(0px,6px);
  transform: scale(1.1)  translate(0px,6px);

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { top:-50px; opacity:0 }
  to { top:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ top:-50px; opacity:0 }
  to{ top:0; opacity:1 }
}

/*Page loading */
.loader {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid black;
  width: 35px;
  height: 35px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/*Winner Picker*/
.but {
  display: inline-block;
  border-radius: 4px;
  background-color: black;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  padding: 12px;
  width: 230px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.but span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.but span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.but:hover{
  background-color: white;
  border: 1px solid #555555;
}
.but:hover span {
  color:black;
  padding-right: 25px;
}

.but:hover span:after {
  opacity: 1;
  right: 0;
}

.ptxt
{
  text-decoration:none;
  color:black;
  font-size:18px;
}

.ptxt:hover{
  text-decoration:none;
  color:red;
}

/*Home page photos alignment*/

.igbimg
{
  width:100%;
  height:auto;
}

.contain-demo
{
  line-height: 1.8;
  padding-top: 50px;
  padding-bottom: 10%;
}

/* Flag */
#flag
{
  height:19;
  width:30;
  margin-right: 7px;
}

#flag:hover
{
  transform: scale(1.1);
}

/*product Slider */
.slider {
  width: 96%;
  margin: 10px auto;
}

.slick-slide {
  height:auto;
}

.slick-slide img {
  width: 100%;
  padding: 8px;
}


.slick-prev:before
{
  font-family: FontAwesome;
  content:"\f053";
  color: black;
}

.slick-next:before {
  font-family: FontAwesome;
  content:"\f054";
  color: black;
}

.imgSlide
{
  padding: 5px;
  text-align: center;
}

.imgSlideBrand
{
  padding: 20px;
}

.imgSlideBrand:focus
{
  outline: none;
}

#slideimghov:hover
{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  opacity: 0.9;
}

#slideimgBrandhov:hover
{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

a:focus
{
  outline:none;
}

/*Resume CSS */
.spaace
{
  padding:6px;
}

.Resumeinfo
{
  padding: 0 16px;
}

.Resumeinfo1
{
  padding: 0 20px;
}

.ResumeBox
{
  -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 6px;
  padding-bottom:8px;
  background-color: white;
  overflow: hidden;
}

.boxResume
{
  width:33.3%;
  float:left;
}

.boxResume1
{
  width:66.7%;
  float:left;
}

@media (max-width:630px) {
  .boxResume
  {
    width:100%;
    padding-bottom: 5px;
    float:left;
  }

  .boxResume1
  {
    width:100%;
    padding-bottom: 5px;
    float:left;
  }
}

.marginright
{
  padding-right: 10px;
}

.marginleft
{
  padding-left: 6px;
}

.Resumeiconcolor
{
  color: #337ab7;
}

/* Product Page Image Full screen*/
.hov
{
  cursor: pointer;
  transition: 0.3s;
}

.hov:hover {opacity: 0.7;}

/* The Modal (background) */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 60px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 700px;
}

/*Prevent body scrolling */
body.modal-open {
  overflow: hidden;
}

/* Add Animation */
.modal-content {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)}
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

@media (max-width:1920px),(max-height: 1080px) {
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 950px;
  }
}

@media (max-width:1440px),(max-height:900px) {
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
  }
}

@media screen and (max-width: 1366px) and (min-height: 1024px) and (orientation : landscape) {
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 850px;
  }
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 650px;
  }
}


@media (max-width:1280px) ,(max-height: 720px) {
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 600px;
  }
}

@media screen and (max-width: 1024px) and (max-height: 768px) and (orientation : landscape) {
  .modal-content {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 650px;
  }
}
/* Number text (1/3 etc) */
.numbertext {
  margin:5px;
  color: Black;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  border-radius: 20px;
  background-color: orange;
}

.mySlides {
  display: none;
}


/* Next & previous buttons */
.Back,
.Forward {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: Black;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.Forward {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.Back:hover,
.Forward:hover {
  background-color: rgba(0, 0, 0, 0.8);
  text-decoration: none;
  color:white;
}

/* The Close Button */
.cloose {
  position: absolute;
  top: 15px;
  right: 35px;
  color: white;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 100;
}

.cloose:hover,
.cloose:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 770px){

  .hov:hover
  {
    opacity: 1;
  }

}


@media only screen and (max-width: 770px)
{
  #siteerror
  {
    font-size: 13px;
  }
}

/* Navabar with dropdown */

.bignav {
  opacity: 0.9;
  background-color: white;
  width: 100%;
  position: fixed;
  z-index:50;
}

.bignav a {
  float: left;
  font-size: 20px;
  color: Black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  transition: 0.3s;
}

.bignavdropdown {
  float: left;
  overflow: hidden;
}

.bignavdropdown .bignavdropbtn {
  font-size: 20px;
  border: none;
  outline: none;
  color: Black;
  padding: 14px 16px;
  background-color: inherit;
}

.bignavdropbtn:after{
  font-family: FontAwesome;
  content: '\f107';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.bignavdropbtn:hover:after
{
  font-family: FontAwesome;
  content: "\f106";
  color: #f95407;
  display: block;
}

.bignav a:not(:first-child):hover, .bignavdropdown:hover .bignavdropbtn {
  color: #f95407;
}

.bignavdropdown-content {
  display: none;
  position: fixed;
  background-color: white;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 51;
}


.bignavdropdown:hover .bignavdropdown-content
{
  display: block;
}

.bignavdropdown:after .bignavdropdown-content
{
  display: none;
}

/* Create four equal columns that floats next to each other */
.bignavcolumn {
  float: left;
  width: 25%;
  padding: 10px;
  background-color: white;
  overflow: auto;
}

.bignavcolumn a {
  float: none;
  color: black;
  padding: 4px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
  font-size: 16px;
}

.bignavcolumn .h3class
{
  font-weight: bold;
  padding: 2px 20px;
  font-size: 18px;
}

.bignavcolumn a:hover {
  color: #f95407;
}


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


.topnav {display: none;}
.IGBSmall {display: none;}

@media screen and (max-width:680px) {
  .topnav
  {
    display: block;
  }

  .bignav
  {
    display: none;
  }

  .IGBSmall
  {
    display: block;
    width: 100%;
    padding: 14px 16px;
    background-color: white;
    color: black;
    position:fixed;
    opacity: 0.9;
    z-index: 50;
  }

  .iGB
  {
    float: left;
    font-size: 20px;
    text-decoration: none;
    color:Black;
  }

  .iGB:hover
  {
    text-decoration: none;
    color: black;
  }

  .iGB:focus
  {
    text-decoration: none;
    color: black;
  }

  .icon
  {
    float: right;
    font-size: 20px;
    right: 0;
    top: 0;
  }

  .topnav {
    position: fixed;
    height: 100%;
    width: 0;
    z-index: 55;
    top: 0;
    right: 0;
    background-color: white;
    overflow: auto;
    transition: 0.4s;
    padding-top: 60px;
    padding-bottom: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  }

  .topnav a {
    font-weight: bold;
    padding: 10px 18px;
    width: 100%;
    float:left;
    text-decoration: none;
    font-size: 17px;
    color: black;
    transition: 0.2s;
  }

  .topnav a:hover{
    background-color: white;
  }

  .topnav .closebtn {
    color:black;
    right:2px;
    position: absolute;
    padding: 14px 16px;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .topnav .closebtn:hover
  {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .navdropdown {
    width: 100%;
    float: left;
  }

  .navdropdown .navdropbtn {
    text-align: left;
    font-weight: bold;
    font-size: 17px;
    border: none;
    outline: none;
    width:100%;
    color: black;
    padding: 10px 18px;
    background-color: inherit;
    transition: .3s;
  }

  .navdropbtn:after
  {
    font-family: FontAwesome;
    content: '\f107';
    color: black;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }

  .navdropbtn.active:after {
    font-family: FontAwesome;
    content: "\f106";
  }

  .topnav a:hover, .navdropdown:hover .navdropbtn {
    background-color: white;
    color: black;
  }

  .navdropdown-content {
    overflow: hidden;
    height: auto;
    position:relative;
    background-color: white;
    width:100%;
    z-index: 55;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }

  .navdropdown-content a {
    font-size: 16px;
    font-weight: bold;
    margin-left: 28px;
    color: #818181;
    padding: 8px 17px;
    text-decoration: none;
    float: left;
    transition: 0.3s;
  }

  .navdropdown-content a:hover {
    background-color: white;
    color: black;
  }
}

/*css for users- associates*/

/*css for login background container */
.bg_container
{
  z-index:-1
}

/*css for login background image */
.bg_image{
  background:url(../Images/black.jpg) no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  background-size:cover;
  width:100%;
  height:100%;
  position:fixed
}

/* css for login box */
.HomePageSignupForm
{
  background:#fff;
  border:1px solid #e2e2e2;
  box-shadow:0 0 5px #888;
  border-radius:4px;
  padding-top:25px;
  position:absolute;
  bottom:initial;
  left:0;
  right:0;
  margin:auto;
  overflow-y:hidden;
  top:10%;
  margin-bottom: 50px;
}

/*css for logo alignment*/
.logoDesi
{
  text-align:center;
}

/*css for logo*/
.logo
{
  font-family:'Luckiest Guy', cursive;
  font-size: 30px;
  text-decoration: none;
  color:black;
}

.logo:hover
{
  text-decoration: none;
  color: black;
}

/* css for tagline */
.tagline
{
  font-size:19px;
  font-weight:400;
  font-family:Georgia,Times,"Times New Roman","Hiragino Kaku Gothic Pro","Meiryo",serif;
  margin:8px 0 32px;
  color: #96999e;
  text-align:center;
  -webkit-font-smoothing:antialiased;
}

/* css for login title */
.SignTag
{
  font-family:"Aspira-Light","Helvetica","Arial",Sans-serif;
  text-align:center;
  font-size: 25px;
  margin:2px 0 2px;
}

/*css for login bottom line */
.signthird
{
  font-family:"Aspira-Light","Helvetica","Arial",Sans-serif;
  color: #96999e;
  text-align: center;
  font-size: 13px;
  line-height: 5px;
}

/* css for textbox alignment */
.formALign
{
  margin:30px 0 30px;
}

/* css for login button */
.Loginbtn
{
  border-radius:6px;
  width:100%;
}

/* css for lower tags */
.lowertags
{
  font-size:15px;
  margin:8px 0 15px;
  color:#96999e;
  text-align:center;
  -webkit-font-smoothing:antialiased;
}

/* css for lower tag anchors */
.Loweranchr
{
  color:#f4511e;
  font-weight:bold;
}

.Loweranchr:hover
{
  color:#f4511e;
  cursor: pointer;
}

/* css for small screen devices */
@media screen and (max-width:768px) {
  .bg_image{
    display: none;
  }

  .HomePageSignupForm
  {
    background:#fff;
    border:none;
    box-shadow: none;
    border-radius: none;
    padding-top: 2px;
    padding-left: 40px;
    padding-right: 40px;
    position:absolute;
    bottom:initial;
    left:0;
    right:0;
    margin:auto;
    overflow: hidden;
    top:10%;
    margin-bottom: 50px;
  }

  .tagline
  {
    font-size:15px;
    font-weight:400;
    font-family:Georgia,Times,"Times New Roman","Hiragino Kaku Gothic Pro","Meiryo",serif;
    margin:8px 0 32px;
    color: #96999e;
    text-align:center;
    -webkit-font-smoothing:antialiased;
  }
}

@media screen and (max-width:414px) {
  .bg_image{
    display: none;
  }

  .HomePageSignupForm
  {
    background:#fff;
    border:none;
    box-shadow: none;
    border-radius: none;
    padding-top: 2px;
    padding-left: 20px;
    padding-right: 20px;
    position:absolute;
    bottom:initial;
    left:0;
    right:0;
    margin:auto;
    overflow: hidden;
    top:10%;
    margin-bottom: 50px;
  }

  .tagline
  {
    font-size:15px;
    font-weight:400;
    font-family:Georgia,Times,"Times New Roman","Hiragino Kaku Gothic Pro","Meiryo",serif;
    margin:8px 0 32px;
    color: #96999e;
    text-align:center;
    -webkit-font-smoothing:antialiased;
  }
}

/* Profile CSS */
/* Avatar image round css */
.AssoAvatar
{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width:100px;
  height:100px;
  background-size: cover;
  /* center the image vertically and horizontally */
  background-position: top center;
}

.imgalign
{
  position: relative;
  text-align: center;
  margin-bottom: 10px;
}


.imgalign:hover .overlay {
  opacity: 1;
}

.imagfile
{
  position: relative;
  padding: 0;
  cursor: pointer;
}

#imageUpload
{
  display: none;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255,255,255,0.5);
  overflow: hidden;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
}

.text {
  font-weight: bold;
  color: black;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.AssoTitle
{
  text-transform: uppercase;
  padding: 7px;
  font-size: 19px;
  font-weight: bold;
  -webkit-font-smoothing:antialiased;
}

.Pheading
{
  text-align: center;
  font-size: 17px;
  -webkit-font-smoothing:antialiased;
}

.ProfileBox
{
  -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin:10px;
  margin-bottom: 10px;
  background-color: white;
  height:225px;
}


.boxProfile
{
  width:50%;
  float:left;
  padding-bottom: 30px;
}

@media (max-width:630px) {
  .ProfileBox
  {
    -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin:5px;
    margin-bottom: 10px;
    background-color: white;
    height:auto;
  }

  .boxProfile
  {
    width:100%;
    padding-bottom: 5px;
    float:left;
  }
}

.AssoTab table{
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 50px;
}

.AssoTab table th, td {
  text-align: left;
  padding: 8px;
}

.AssoTab table tr:nth-child(even){background-color: #f2f2f2}

/* Associate FAQ Accordion */

.autoheight
{
  height:auto;
}

/*product page brand anchor link */
#brand
{
  text-decoration:none;
  color:#f4511e;
}

/* reset form */
.PasswordResetForm
{
  background:#fff;
  border:none;
  box-shadow: none;
  border-radius: none;
  padding-top: 2px;
  padding-left: 20px;
  padding-right: 20px;
  position:absolute;
  bottom:initial;
  left:0;
  right:0;
  margin:auto;
  overflow: hidden;
  top:10%
}


/* associates admin */
.adminAssoBox
{
  width:50%;
  float: left;
}

.adminAssoDetail
{
  width:50%;
  float: left;
}

.adminAssoPhotoBox
{
  padding-top: 25px;
  padding-bottom: 25px;
  width:25%;
  float: left;
}

.adminAssoInfoBox
{
  padding-left: 30px;
  width:75%;
  float: left;
}

.adminasso
{
  -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin:10px;
  margin-bottom: 10px;
  background-color: white;
  height:auto;
  display:flex;
}

.adminasso:hover{
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  transition: 0.2s;
  -webkit-transition: 0.2s;
}

.textround
{
  margin:5px;
  color: Black;
  font-size: 11px;
  font-weight:500;
  padding: 8px 12px;
  border-radius: 20px;
  background-color: orange;
}

.adminAssoAvatar
{
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width:100%;
  height:auto;
  background-size: cover;
  /* center the image vertically and horizontally */
  background-position: top center;
}

@media (max-width:1200px) {

  .textround
  {
    margin:5px;
    color: Black;
    font-size: 14px;
    font-weight:500;
    padding: 8px 12px;
    border-radius: 20px;
    background-color: orange;
  }

  .adminAssoAvatar
  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 20px;
    width:200px;
    height:200px;
    background-size: cover;
    /* center the image vertically and horizontally */
    background-position: top center;
  }

  .adminAssoBox
  {
    width:100%;
    float: left;
  }

  .adminAssoPhotoBox
  {
    width:20%;
    float: left;
  }

  .adminAssoInfoBox
  {
    width:80%;
    float: left;
  }
  .adminAssoDetail
  {
    width:50%;
    float: left;
  }
}

@media (max-width:900px) {
  .adminAssoAvatar
  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 5px;
    width:100%;
    height:auto;
    background-size: cover;
    /* center the image vertically and horizontally */
    background-position: top center;
  }

  .adminAssoBox
  {
    width:100%;
    float: left;
  }

  .adminAssoPhotoBox
  {
    width:20%;
    float: left;
  }

  .adminAssoInfoBox
  {
    width:80%;
    float: left;
  }
  .adminAssoDetail
  {
    width:50%;
    float: left;
  }
}

@media (max-width:630px) {
  .adminAssoAvatar
  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 80px;
    width:100%;
    height:auto;
    background-size: cover;
    /* center the image vertically and horizontally */
    background-position: top center;
  }

  .adminasso
  {
    -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin:10px;
    margin-bottom: 10px;
    background-color: white;
    height:auto;
    display: inline-block;
  }

  .adminAssoBox
  {
    width:100%;
    float: left;
  }

  .adminAssoPhotoBox
  {
    width:100%;
    float: left;
  }

  .adminAssoInfoBox
  {
    padding-left: 10px;
    width:100%;
    float: left;
  }
  .adminAssoDetail
  {
    width:100%;
    float: left;
  }
}

@media (max-width:480px) {
  .adminAssoAvatar
  {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 50px;
    width:100%;
    height:auto;
    background-size: cover;
    /* center the image vertically and horizontally */
    background-position: top center;
  }

  .adminAssoBox
  {
    width:100%;
    float: left;
  }

  .adminAssoPhotoBox
  {
    width:100%;
    float: left;
  }

  .adminAssoInfoBox
  {
    padding-left: 5px;
    width:100%;
    float: left;
  }
  .adminAssoDetail
  {
    width:100%;
    float: left;
  }
  .adminasso
  {
    -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin:10px;
    margin-bottom: 10px;
    background-color: white;
    height:auto;
    display: inline-block;
  }
}

/* admin associates detail box */
.ProfileBoxAdmin
{
  -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin:10px;
  margin-bottom: 10px;
  background-color: white;
  height:auto;
  display:flow-root;
}


@media (max-width:783px) {
  .ProfileBoxAdmin
  {
    -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin:5px;
    margin-bottom: 10px;
    background-color: white;
    height:370px;
    display: block;
  }
}

@media (max-width:630px) {
  .ProfileBoxAdmin
  {
    -webkit-box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 15px;
    margin:5px;
    margin-bottom: 10px;
    background-color: white;
    height:auto;
  }
}

/* Associate Toggle button */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  float: right;
}

.switch input {display:none;}

.toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch input:checked + .toggle {
  background-color: orange;
}

.switch input:focus + .toggle {
  box-shadow: 0 0 1px orange;
}

.switch input:checked + .toggle:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.toggle.round {
  border-radius: 34px;
}

.toggle.round:before {
  border-radius: 50%;
}

#togglesubmit
{
  display: none;
}


/* earn page */

.earnbold
{
  font-size: 40px;
}

@media only screen and (max-width: 450px){

  .earnbold
  {
  font-size: 26px;
  }

}


.ptearn
{
  padding-top: 60px;
}

.pbearn
{
  padding-bottom: 50px;
}
