body.home #post-2 {
display:none;
}


body.home #sidebar, body.page-id-72 #sidebar{
display:none;
}

#wrapsecond div p {
    margin-bottom: 10px;
}

#menu-item-82 a {
color: red;
}


		.wrapStepBox{
  margin-left:20px;
}
.boxStepBox{
  width:170px;
  height:400px;
  float:left;
  background-color:white;
  margin:25px 15px;
  border-radius:5px;
  padding-left: 10px;
  padding-right: 10px;


}
.boxStepBox h3{
  font-family: 'Didact Gothic', sans-serif;
  font-weight:normal;
  text-align:center;
  padding-top:10px;
  color:#fff;
}
.boxStepBox1{
  background-color: #9ED9EB;
}
.shadowStepBox1{
  position:relative;
}
.shadowStepBox1{
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
/*****************************************************************dashed border
****************************************************************/
.shadowStepBox1 h3{
  width:87%;
  /*height:100px;*/
  margin-left:6%;
  /*border:2px dashed #F7EEEE;*/
  border-radius:5px;
}







.orderNowBtn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 32px;
  padding: 20px 50px 20px 50px;
  text-decoration: none;
}

.orderNowBtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}






/*hide search box below 900px */
@media (max-width: 800px) {
  #scdwpQ {
    display: none;
  }
}

#scdwpQ {
  margin-top: 0px;
  float: right;
  margin-right: 10px;
}

#scdwpQ a img {
	height: 38px;
	width: 110px;
}








.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}





/* font color of home page body */
.sectiondesc, .boxdescription {
    color: #444444;
}