
body{
    
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    
    
}


.mobile-template{
	max-width: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
}


.top-header{
font-size:12pt;
color:black;
float:left;
margin-top:5px;
position:relative;
width:100%;

}
.top-header-right{
display:inline-block;
font-size:12pt;
color:#043ca3;
float:right;
margin-top:5px;
}

.top-mobile-category{

height: auto;
background: white;
width:100%;
float:left;

overflow:hidden;

margin-bottom:50px;
}
.top-mobile-catogory-tab{
    width: 49%;
    height: auto;
    object-fit: cover;
    /* margin-left: 8px; */
    /* margin-right: 8px; */
    margin-bottom: 0px;
    /* margin: 8px; */
    display: inline-block;
    float: left;
    border: 1px solid rgb(185 180 180);
}
.top-category-image{
width: 100%;
    height: 150px;
    display: block;
    /* text-align: center; */
    align: center;
}
.top-category-image-name{
    font-size: 10pt;
    color: black;
    display: block;
    text-align: center;
    margin-top: 4px;
}
.impcat-top-header{
font-size:12pt;
color:black;
float:left;
margin-top:5px;
position:relative;
width:100%;
display:inline-block;
}

.impcat-industries-product{
max-width:100%;
height:auto;
background: white;
margin-top: 50px;

margin-bottom:50px;
}
.mobile-product{
width:46%;
height:auto;
display:inline-block;
margin:5px;
border-bottom: 1px solid #bdbbbb;

}
.mobile-product-image{
	width:100%;
	height:330px;
	display:inline-block;
	float:left;
	
	text-align:center;
	
}
.image-thumb{
width:100%;
height:150;
object-fit: cover;
}
.mobile-product-name{
position:relative;
text-decoration:none;
color:black;
font-size:12pt;
display:block;
width:100%;
height:50px;
}
.mobile-product-mrp{
position:relative;
text-decoration:none;
color:black;
font-size:12pt;
display:block;
margin-top:10px;
}
.mobile-button{
background:green;
text-decoration:none;
padding:10px;
color:white;
font-size:12pt;
border-radius:30px;
}
.detail-mobile-content{
    position: relative;
    border: 1px solid rgb(255,255,255);
    border-radius: 20px;
    height: auto;
    background: white;
    margin-top: 50px;
}

.product-details-banner{
width:100%;
height:auto;
overflow:hidden;
border-radius: 20px;
object-fit: cover;
}
.showbtn {
  cursor: pointer;
  border: none;
  background:white;
}
.showbtn:hover {
  background-color:white;
}
.showpanel  {
      width:0;
    position: fixed;
    z-index: 1;
    height: auto;
    bottom: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
    /* padding-top: 60px; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-bottom:100px;
}
.showpanel .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
}
.latest-price{
padding:10px;
border:1px solid #043ca3;
border-radius:50px;
margin-top:-10px;
margin-bottom:20px;
}
.latest-price>a{
text-decoration:none;
color:#043ca3;

}

#loader {
     position: absolute;
    left: 30%; 
	top: 50%; 
    z-index: 1;
    width: 80%;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 2px solid #bbbdbf;
	border-radius:20px;
    background: #fff;
	text-align:center
    /* border-radius: 50%; */
    /* border-top: 16px solid #3498db; */
    /*webkit-animation: spin 2s linear infinite;*/
    /*animation: spin 2s linear infinite;*/
}
#loader img{
width:70px;
height:70px;
}

#loader p{
font-size:20pt;
margin:auto;
}
#myDiv {
  display: none;
  
}
input:hover, input:active, input:focus{
	border: 2px solid #000000;
    color: black;
	    font-size: 12pt;
    font-weight: 600;
}

input:focus::placeholder {
  color: transparent;
}
textarea:focus{

}
.form-group{
padding:10px 0px;
display: inline-block;
width:100%;
}
.icon {
  padding: 10px;
    /* background: dodgerblue; */
    color: #020202;
    /* min-width: 50px; */
    text-align: center;
    position: absolute;
    right: 20px;
	font-size:20pt
}

.form-control{
    width: 100%;
    height: auto;
    border: 1px solid #898b8d;
    padding:10px 10px 10px 18px;
    border-radius: 10px;
	font-size:12pt;
}
.btn-send-otp{
    background: #0492e7;
	background-image: linear-gradient(to right, #0492e7 , #78c3f0);
    color: #ffffff;
    border: 1px solid rgb(255 255 255);
    width: 200px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 12pt;
    
}

.btn-submit-otp{
background: #0492e7;
	background-image: linear-gradient(to right, #0555fb , #0588fa);
    color: #ffffff;
    border: 1px solid rgb(255 255 255);
    width: 100%;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    font-size: 12pt;
    
}
