body{
  font-family: 'Poppins', sans-serif!important;
}
.mt-0{
    margin-top:0px;
} 
.mb-0{
    margin-bottom:0px;
}
.chosen-container-single .chosen-single{
    height:34px!important;
    padding:4px 0 0 8px!important;
}
.chosen-container-single .chosen-single div{
    top:6px!important;
}
.margin-top-4pr{
    margin-top:4%;
}
.w-100{
    width:100%!important;
}


/*headings*/
.fs-title {
  font-size: 16px;
  text-transform: capitalize;
  color: #ed9427;
  margin-bottom: 10px;
  font-weight: 400;
}

.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}


  .banner-main-container{
    background-image: url("../images/bg-banner.png");
    background-size:cover;
  }
  .shipping-box-body{
    padding: 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 3px 16px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
  }
  .mb-20{
    margin-bottom:20px;
  }
  .mr-2{
    margin-right:2px;
  }
  .w-50{
    width:50%;
  }
  @media screen and (min-width: 320px) and (max-width: 812px) {
    .w-50{
      width:100%;
    }
    .btn-grp {
      display: block;
    }
  }

  @media only screen  and (min-width: 320px) and (max-width: 767px)
   .my-container{
     padding: 0 15px!important;
   }
  }
  orange{
    color:#ed9427;
  }
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;;
    font-weight: 700;
  }

  .upload-btn-wrap {
    position: relative;
    overflow: hidden;
  }
  
  .upload-btn-wrap .btn {
    border: 1px solid #cccccc;
    color: #000;
    background-color: #eee;
    padding: 8px 20px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
  }
  
  .upload-btn-wrap input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  .fw-500{
    font-weight:500;
  }



.delivery-features-wrap {
	padding:50px 0;
	background: #fff9f2;
}
.delivery-features-wrap .box{
  background: #fff;
}
.delivery-features-wrap .box {
  transition: box-shadow .3s;
  width: 100%;
  min-height: 240px;
  border-radius:px;
  border: 1px solid #fff9f2;
  background: #fff;
  padding:20px;
}
.delivery-features-wrap .imgg {
	width:60px;
	height:60px;
	background-color: #fff1e0 ;
	padding:10px;
	margin: 10px;
}
.delivery-features-wrap .box-wrap:after {
content: "";
display: block;
width: 5%;
padding-top: 0px;
border-bottom: 2px solid #ed9426;
transition: .5s;

}
.delivery-features-wrap .box-wrap:hover:after {
width: 100%;

}
.delivery-features-wrap .box-wrap:hover{
transform:translateY(-10px);
box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.05);
transition: 0.5s;
}
.delivery-features-wrap .mt-30{
	margin-top:30px;
}
.about-wrap, .contact-page, .service-wrap{
  padding: 50px 10px;
  background: #fff;
}
.mt-100{
  margin-top:100px;
}
.mt-150{
  margin-top:150px;
}
.mt-200{
  margin-top:200px;
}
/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: #fff1e0;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 18px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #fe4800;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #fe4800;
  text-decoration: underline;
}



.consignment-details{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
  color: #333;
  font-weight: 400;
  border-radius:0px;
  font-size: 18px;
  text-transform: uppercase;
}
.check-the-serviceabi{
  color: #000;
  font-weight: 400;
  font-size: 14px;
  border-radius:0px;
}
.btn{
  border-radius:0px;
}
.form-control{
  height: 42px;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  box-shadow: none;
  color: #6e6e6e;
  font-weight: 200;
}
.input-group-addon{
  background-color: #e6e6e64f;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}
.note{
  font-size:14px;
}
.fz-14{
  font-size:14px;
}
.mt-15{
  margin-top:15px;
}
.theme-text{
  color:#ffbb2b;
}
.theme-text:hover{
  color:#e3ab19;
}
.title-wrapper{
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0,0,0,.15);
  border-radius:0px;
  width:100%;
  margin-top:20px;
  margin-bottom:10px;
}
.title-wrapper h4{
  color: #333;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  margin-top:0;
}
.mb-0{
  margin-bottom:0px!important;
}
.mt-0{
  margin-top:0px!important;
}