
/*********** footer ****************/

footer {
  /*  background-color: #ebebf0; */
	 background-color: #fff;
	    border-top: solid 1px #eee;
}

.footer-top {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px #dcdcda !important;
}

.footer-top-image {
    height: 60px;
    width: 60px;
}

.search-box::placeholder {
    text-align: right;
    font-size: 13px;
    color: #bababa;
}

input[type=text]::placeholder {
    text-align: right;
    opacity: 0.3;
    color: #666;
    font-size: 13px;

}

input[type=number]::placeholder {
    text-align: right;
    opacity: 0.5;
    color: #666;
    font-size: 13px;

}

.footer-bott {
  /*  background-color: #dedee3; */
	background-color: #f2f2f2;
}

.etemad {

    width: 100px;
    margin: auto;
    background-color: #fff;
}

@media (max-width: 992px) {
  .footer-foot {
    height: 60px;
  }
}

