@charset "utf-8";
/* CSS Document */
html {  
    -webkit-font-smoothing: antialiased;
}
body{
   -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif ;
  color: #4d4d4f;
  font-size: 13px;
  line-height: 18px;
}

ul {
    padding: 0;
    margin: 0;
}
ul, ol {
    list-style: none;
}
a{
  color: #747474;
}
a:hover , a:focus , a:active{
  color: #747474;
  text-decoration:none ;
  outline: none;
}
input:focus , textarea:focus , button:focus{
  outline: none;
}
.pos-rel{
  position: relative;
}

.pac-container { z-index: 100000; }
section{
  width: 100%;
  height: auto;
  float: left;
  position: relative;
}
.bg-gray{
  background: #ededed;
}

.text-green {
    color: #00a65a !important;
}
.text-red {
    color: #dd4b39 !important;
}
label.error{
  color: #f44336 !important;
  font-size: 13px;
}
.wx-pagination
{
  width: 100%;
  text-align: center;
}
.wx-pagination>a, .wx-pagination>strong {
    position: relative;
    display: inline-block;
    margin: 2px 2px;
    border: 1px solid #ddd;
    text-decoration: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    background: #fff;
    color: #666;
}
.wx-pagination>strong{
    border: 1px solid #51a53f;
    background: #51a53f;
    color: #fff;
}
.wx-pagination>a:hover{
  border: 1px solid #51a53f;
  color: #51a53f;
}
.notify-count{
  width: 15px;
    height: 15px;
    overflow: hidden;
    position: absolute;
    top: 3px;
    right: 10px;
    background: #f39c12;
    border-radius: 15px;
    line-height: 15px;
    font-size: 8px;
    text-align: center;
    text-indent: -2px;
    font-weight: 600;
    color: #fff;
}

.page-loader{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(255,255,255,0.8);
  background-image: url(../img/page-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.div-loader{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  background-color: rgba(255,255,255,0.6);
  background-image: url(../img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.ajax-loader{
  width: 32px;
  height: 32px;
  overflow: hidden;
  display: none;
  margin: 0 20px;
  background-image: url(../img/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.btn .ajax-loader {
    width: 16px;
    height: 16px;
    float: right;
    margin: 0;
    margin-left: 4px;
    background-size: 100%
}

.mobile-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.mobile-nav-toggle.active i::before, .mobile-nav-toggle.active i::after {
  background: #444;
}
.mobile-nav-toggle:hover, .mobile-nav-toggle:focus, .mobile-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.mobile-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
  margin-left: 10px;
}
.mobile-nav-toggle i::before, .mobile-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.mobile-nav-toggle.mobile-nav-white > i {
  color: #51a53f;
  background: #51a53f;
}
.mobile-nav-toggle.mobile-nav-white > i::before, .mobile-nav-toggle.mobile-nav-white > i::after {
  background: #51a53f;
}

.mobile-nav-toggle i::before {
  top: -7px;
}

.mobile-nav-toggle i::after {
  bottom: -7px;
}

.mobile-nav-toggle:hover i::before {
  top: -10px;
}

.mobile-nav-toggle:hover i::after {
  bottom: -10px;
}

.mobile-nav-toggle.active i {
  background: transparent;
}

.mobile-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.mobile-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.mobile-nav-toggle {
  position: absolute;
  left: 10px;
  top: 28px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 38px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

.page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas .page {
  overflow: hidden;
  position: absolute;
}
.offcanvas .page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

.wste-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: #fff;
    top: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 80px 0 40px 0;
    overflow-y: auto;
     -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; 
}


.offcanvas .wste-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}

.wste-offcanvas .nav-1 li a{
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
    float: left;
    border-bottom: 1px solid #ccc; 
}
.wste-offcanvas .nav-1 li:nth-child(1) a{
  border-top: 1px solid #ccc;   
}

.wste-offcanvas .call-mail a , .wste-offcanvas .login-register a{
  width: 100%;
  font-size: 14px;
    padding: 12px 20px;
    float: left;
    border-bottom: 1px solid #ccc; 

}
.wste-offcanvas .login-register{
  width: 100%;
}
.wste-offcanvas .company-portal-btn{
  float: left;
  margin: 10px 20px;
}
.header-sticky{
    position: fixed;
    top: -100px;
    left: 0;
    right: 0;
    z-index: 999;
    -webkit-transition: .3s top cubic-bezier(.3,.73,.3,.74);
    transition: .3s top cubic-bezier(.3,.73,.3,.74);
    
}
.header-sticky.on {    
    top: 0;
}
.header-sticky header{
  padding: 8px 0;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.118);
}

.top-header{
  background: #51a53f;
  /* padding:8px 0; */
}
.top-header .call-mail{
  float: left;
}
.top-header .call-mail a ,.top-header .login-register a{
  color: #fff;
  padding: 8px 8px;
  float: left;
  position: relative;
  
}
.top-header .call-mail a i ,.top-header .login-register a i{
  font-size: 16px;
  margin-right: 4px;
}
.top-header .call-mail a:after , .top-header .login-register a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    height: 14px;
    width: 1px;
    background: #fff;
}
.top-header .call-mail a:nth-child(1) {
    padding-left: 0;
}
.top-header .call-mail a:last-child:after {
    display: none;
}
.top-header .login-register a:nth-child(1) {
    padding-left: 0;
}
.login-register a:last-child:after {
    display: none;
}
.logined-user .dropdown{
  float: left;
}
.logined-user > .dropdown > a{
  color: #fff;
  padding: 8px 10px;
  float: left;
}
.logined-user > .dropdown > a:after {
    content: '';
    position: absolute;
    right: 0;
    top: 10px;
    height: 14px;
    width: 1px;
    background: #fff;
}
.logined-user > .dropdown:last-child > a:after{
    display: none;
}
.logined-user .dropdown i{
  margin-right: 6px;
  font-size: 16px;
}
.logined-user .dropdown .user-name{
max-width: 90px;
float: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} 
.logined-user .dropdown .dropdown-menu{
left:auto;
right: 0;
padding:0;
}
.logined-user .dropdown .dropdown-menu:before{
  content: '';
  position: absolute;
  right: 15px;
  top: -6px;
  width: 0;
  height: 0;
  z-index: 9;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent; 
}
.logined-user .dropdown .dropdown-menu.user-menu li:nth-child(1){
  padding: 10px 20px;
  padding-bottom: 5px;
  color: #393939;
  font-weight: 600;
  font-size: 14px;
}

.logined-user .dropdown .dropdown-menu.user-menu li:nth-child(2){
  padding: 10px 20px;
  padding-top: 0;
  color: #828282;
  font-size: 13px;
}
.logined-user .dropdown .dropdown-menu.user-menu li:last-child a{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.logined-user .dropdown .dropdown-menu.user-menu li > a{
font-weight: 600;
font-size: 14px; 
}
.logined-user .dropdown .dropdown-menu.notification{
  width: 300px;
  height: 300px;
  overflow-y: scroll;
}
.dropdown-menu.notification .notification-item+.notification-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.dropdown-menu.notification .notification-item .notification-img{
    width: 40px;
    height: 40px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}
.dropdown-menu.notification .notification-item .notification-img img{
  width: 100%;
}
.dropdown-menu.notification .notification-item h5{
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} 
.dropdown-menu.notification .notification-item p{
  margin-bottom: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dropdown-menu.notification .notification-item .date{
  color: #828282;
}
.dropdown-menu.notification .notification-item:hover .date, .dropdown-menu.notification .notification-item:focus .date, .dropdown-menu.notification .notification-item:active .date{
  color: #fff;
}

.logined-user .dropdown .dropdown-menu.notification li:nth-child(1){
  padding: 10px 20px;
  padding-bottom: 5px;
  color: #393939;
  font-weight: 600;
  font-size: 14px;
}
.logined-user .dropdown .dropdown-menu.notification li:last-child a{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dropdown .dropdown-menu.notification .view-all a{
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
header .logined-user{
  display: none;
  margin-top: 22px;
}
header .logined-user > .dropdown > a{
  color: #51a53f;
}
header .logined-user .dropdown .user-name{
  display: none;
}
header .logined-user .dropdown i {
    margin-right: 0px;
    font-size: 20px;
}
header{
  padding: 10px 0;
}
header .logo{
  width: 151px;
  height: 79px;
  float: left;
}
header .logo img{
  width: 100%;
}
.company-portal-btn{
  float: right;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 24px;
  margin: 0;
  margin-top: 16px;
}
header .nav-1{
  float: right;
  margin-top: 22px;
  margin-right: 24px;
}
header .nav-1 > li{
  float: left;
  position: relative;
  margin-left: 34px;
}
header .nav-1 > li:after{
  content: '';
  position: absolute;
  right: -15px;
  top: 9px;
  height: 13px;
  width: 1px;
  background: #8a8a8a;
}
header .nav-1 > li:last-child:after{
  display: none;
}

header .nav-1 > li > a{
  color: #393939;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
header .nav-1 > li > a.active::before {
    background-color: #51a53f;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    width: 100%;
}
header .nav-1 > li > a::before {
    background: transparent none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scale3d(0,1,1);
    transform: scale3d(0,1,1);
    -webkit-transition: transform .1s ease 0s;
    transition: transform .1s ease 0s;
    width: 100%;
}
header .nav-1 > li > a:hover:before ,header .nav-1 > li > a:focus:before {
    background-color: #51a53f;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-timing-function: cubic-bezier(.4,0,.2,1);
}
header .nav-1 > li > a:hover , header .nav-1 > li > a:focus , header .nav-1 > li > a.active{
  color: #51a53f;
}

footer{
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  padding:52px 0;
  background: #393939;
  color: #a0a0a0;
}
footer .footer-logo{
  margin-bottom: 14px;
}
footer .links-title{
  font-size: 20px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 13px;
}
footer .links{
  list-style: disc;
  padding-left: 20px;
}
footer .links li a{
  color: #a0a0a0;
  line-height: 26px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
footer .links li a:hover{
  color: #fff;
}
footer .social-wrap{
  width: 100%;
  height: auto;
  float: left;
  padding-top: 23px;
  margin-top: 20px;
  border-top: 1px solid #535353;
}
footer .social-wrap a{
  margin-left: 12px;
  
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
footer .social-wrap a i{
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: 2px solid #a0a0a0;
  line-height: 35px;
  text-align: center;
  border-radius: 35px;
  color: #a0a0a0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
footer .social-wrap a i:hover ,footer .social-wrap a i:focus{
  border: 2px solid #fff;
  color: #fff;
  -webkit-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -o-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}
footer .call-mail{
  width: 100%;
  height: auto;
  float: left;
  color: #a0a0a0;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
footer .call-mail:hover , footer .call-mail:focus{
  color: #fff;
}
.copyright {
  background: #313131;
  padding: 10px 0;
  color: #a0a0a0;
}
.copyright a {
  color: #a0a0a0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.copyright a:hover , .copyright a:focus{
  color: #fff;
}

.breadcrumbs-wrap{
  padding:20px 0;
  background: #c7c7c7;
}
.breadcrumb {
    margin-bottom: 0;
    background-color: transparent; 
    color: #353535;
    font-weight: 600;
    padding: 8px 0;
}
.breadcrumb li a
{
  color: #353535;
}
.breadcrumb>li+li:before{
  color: #353535;
}
.breadcrumb>.active {
    color: #51a53f;
}
.page-title{
  color: #353535;
  font-size: 24px;
  margin-bottom: 2px;
  margin-top: 0;
  font-weight: 600;
}
.page-nav{
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
}
.page-nav li a{
  padding: 16px 20px;
  color: #393939;
  font-size: 14px;
  font-weight: 600;
  display: block;
  transition: 0.2s all;
}
.page-nav li+li a{
  border-top: 1px solid #e6e6e6;
}
.page-nav li a:hover ,.page-nav li a:focus , .page-nav li a:active{
  color: #51a53f;
}

/* landing page */

.landing-page-sec{
  padding: 60px 0;
}
.landing-page-sec.gray{
  background: #f6f6f6;
}
.hero-banner{
  height: 90vh;
  background-image: url(../img/banner0.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.hero-banner .hero-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.8);
  display: flex;
    justify-content: center;
    align-items: center;
}
.hero-banner .hero-title{
  font-size: 46px;
  line-height: 55px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  padding: 0 50px;
}

.landing-page-sec .shead{
  font-size: 24px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.landing-page-sec.h-about-sec .read-more-btn{
      padding: 10px 20px;
      margin-top: 20px;
}
.landing-page-sec.h-about-sec p{
  font-size: 13px;
  line-height: 20px;
  color: #6d6d6d;
}
.landing-page-sec.app-download-sec p{
  font-size: 13px;
  line-height: 20px;
  color: #6d6d6d;
  margin-bottom: 40px;
}
.paddingb0{
  padding-bottom: 0;
}
.service i {
  color: #51a53f;
  font-size: 40px;
  border: 4px solid #51a53f;
  width: 100px;
  height: 100px;
  padding: 27px 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: all 0.5s;
}

.service:hover i{
  background: #51a53f;
  color: #ffffff;
}
.service h4{
  font-weight: 600;
  font-size: 20px;
  color: #393939;
  margin-bottom: 20px;
}
.service h5{
  font-weight: 400;
  font-size: 17px;
  color: #393939 ;
}
.service p
{
  padding: 0 10px;
  font-size: 13px;
  color: #6d6d6d;
}
.how-its-sec i {
  color: #393939;
  font-size: 32px;
  border: 1px solid #393939;
  width: 80px;
  height: 80px;
  line-height: 76px;
  margin-bottom: 10px;
  border-radius: 100%;
  transition: all 0.5s;
  z-index: 9;
  position: relative;
  background: #f6f6f6;
}
.how-its-sec .how-item{
  padding-top: 40px;
  position: relative;
}
.how-its-sec .how-item:before{
  width: 50%;
  height: 1px;
  background: #393939;
  content: '';
  position: absolute;
  left: 0;
  top: 80px;
}
.how-its-sec .how-item:after{
  width: 50%;
  height: 1px;
  background: #393939;
  content: '';
  position: absolute;
  right: 0;
  top: 80px;
}
.how-its-sec .how-item:first-child:before{
  display: none;
}
.how-its-sec .how-item:last-child:after{
  display: none;
}
.how-its-sec .how-item p{
  margin-top: 16px;
  padding:0 10px;
  font-size: 14px;
  line-height: 20px;
  color: #393939;
}

.client-slider{
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 30px;
  border-top: 1px solid #d7d7d7;
  position: relative;
}
.client-slider .arrow-l{
  padding: 12px;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 99;
}
.client-slider .arrow-r{
  padding: 12px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 99;
}
.client-slider .arrow-l i ,.client-slider .arrow-r i{
  font-size: 30px;
  color: #bbbaba;
}
/* landing page end*/

/* cms */
.f-head-01{
  margin: 0;
  font-size: 28px;
  margin-bottom: 20px;
}
.pricing{
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  background: #fff;
  text-align: center;
  border: 1px solid #393939;
  margin-top: 30px;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pricing-title {
    width: 100%;
    margin: 20px 0;
    padding: 0 10px;
}
/* .pricing-price {
    font-weight: bold;
    line-height: 95px;
    width: 100px;
    height: 100px;
    margin: 1.15em auto 1em;
    background: #51a53f;
    color: #fff;
    font-size: 24px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
} */
.pricing-price {
    font-weight: bold;
    line-height: 50px;
    margin: 1.15em -10px;
    background: #51a53f;
    color: #fff;
    font-size: 24px;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}
.pricing-feature-list {
    margin: 0;
    padding: 1em 1em 2em 1em;
    list-style: none;
    text-align: center;
}
.pricing-feature-list li {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #ecebeb;
    display: block;
}

.privacy-item{
  width: 100%;
  height: auto;
  float: left;
}
.privacy-item .privacy-desc{
  
}
.privacy-item .privacy-title{
  font-size: 16px;
  font-weight: 600;
}
.privacy-item .faq-title{
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.privacy-item .faq-title .tick-icon{
  color: #51a53f;
  top: 0;
  left: 0;
  position: absolute;
}
.privacy-item .privacy-desc ul{
  list-style: disc;
  padding-left: 50px;
  margin: 10px 0;
}
.privacy-item .privacy-desc ul li{
  margin: 6px 0;
}

/* cms */

/*login*/
.bg-white{
  background: #fff;
}
.page-content{
  padding: 50px 0 50px 0;
}
.login-wrap{
  border-radius: 4px;
  background: #51a53f;
  overflow: hidden;
}
.login-left-wrap{
  background: #51a53f;
  padding-top:130px;
  padding-bottom: 130px;
  padding-left: 30px;
  padding-right: 30px;
}
.login-right-wrap{
  background: #fff;
  padding-top:130px;
  padding-bottom: 130px;
  padding-left: 40px;
  padding-right: 40px;
}
.register-right-wrap{
  padding-top:30px;
  padding-bottom: 50px;
}
.title-white-medium{
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}
.title-gray-medium{
  color: #4c4c4c;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}
.text-white{
  color: #fff;
}
.btn-white{
  color: #33a51c;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
}
.btn-login{
  color: #ffffff !important;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
}
.btn-simple{
  /* color: #565656 !important; */
  font-size: 15px;
  font-weight: 600;
}
.btn-container{
  margin-top: 30px;
}
/*login end*/

/* dropoff */
.search-tabs{
  padding: 24px 0;
  -webkit-box-shadow: 0px 2px 8px #e7e7e7;
  box-shadow: 0px 2px 8px #e7e7e7;
}
.btn-search{
  margin: 0;
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}
.btn-prev{
  margin: 0;
  margin-right: 15px;
  padding: 8px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
.btn-cancel{
  margin: 0;
  margin-left: 15px;
  padding: 8px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
}
.result-head{
  color: #747474;
  font-size: 16px;
  line-height: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 50px;
}
.result-head span{
  color: #000000;
}
.company-list
{
  border: 1px solid #dadada;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin-bottom: 30px;
}
.company-list .c-head{
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  background: #bebebe;
  color: #fff;
  padding-left: 70px;
}
.company-list .c-head .icon{
  position: absolute;
  top: 15px;
  left: 20px;
  border: 1px solid #fff;
  width: 35px;
  height: 35px;
  float: left;
  border-radius: 35px;
  line-height: 35px;
  text-align: center;
}
.company-list .c-head .c-name{
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 14px;
  letter-spacing: 1px;
}
.company-list .c-head .c-name a{
  color: #fff;
}
.company-list .c-head .c-category{
  font-size: 13px;
  margin-top: 2px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  /* padding: 0 10px; */
}
/* .company-list .c-head .c-category:before{
  content: "(";
  position: absolute;
  left: 0px;
  top: 0;
}
.company-list .c-head .c-category:after{
  content: ")";
  position: absolute;
  right: 5px;
  top: 0;
} */
.company-list .c-content{
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 20px 20px 20px;
  font-size: 14px;
  color: #747474;
  font-weight: 600;
}
.company-list .c-content p{
  position: relative;
  padding-left: 28px;
}
.company-list .c-content i{
  font-size: 19px;
  position: absolute;
  left:0;
  top: 0;

}
hr.seperation{
  border-top: 1px solid #dadada;
}
.btn-view-map{
  margin: 0;
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    position: relative;
    z-index: 99;
}
.company-list .c-content .btn-just-icon
{
  padding: 6px 10px;
  margin: 10px 3px;
}
.company-list .c-content .btn-just-icon i{
  position: relative;
  font-size: 22px;
}
.full-link{
  position: absolute;
  top: 0;
  left:0;
  bottom: 0;
  right: 0;
  z-index: 9;
}

.company-detail-wrap{
  border-radius: 4px;
  background: #51a53f;
  overflow: hidden;
  color: #fff;
}
.company-detail-wrap .left-wrap{
  background: #51a53f;
  padding-top:20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.company-detail-wrap .left-wrap h3{
  text-transform: uppercase;
}
.company-detail-wrap .left-wrap .tag{
  color: #33a51c;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding: 4px 10px;
  float: left;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 6px;
  margin-right: 6px;
}
.company-detail-wrap .left-wrap hr{
  border-top: 1px solid #a8d29f;
}
.company-detail-wrap .left-wrap .abt-company-desc{
  max-height: auto;
  overflow: hidden;
  position: relative;
}
.company-detail-wrap .left-wrap .limit-content{
  max-height: 90px;
}
.readmore-toogle{
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 0;
}
.company-detail-wrap .left-wrap .c-detail{
  color: #fff;
  position: relative;
  padding-left: 28px;
  font-size: 14px;
}
.company-detail-wrap .left-wrap .c-detail i{
  font-size: 19px;
  position: absolute;
  left:0;
  top: 0;
}
.company-detail-wrap .left-wrap .c-detail a{
  color: #fff;
}
.company-detail-wrap .right-wrap{
  background: #fff;
  padding-left: 0px;
  padding-right: 0px;
}
.company-detail-wrap .right-wrap .c-logo{
  max-width: 200px;
  height: auto;
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 10px;
}
.company-detail-wrap .right-wrap .c-logo img{
  width: 100%;
}
.company-detail-wrap .right-wrap iframe{
  float: left;
}
.map-canvas{
  width: 100%;
  height: 500px;
  float: left;
}
.dropoff-map-canvas{
  width: 100%;
  height: 480px;
  float: left;
  background: #f3f1ed;
}


/* dropoff end */

/* bin */
.tab-header{
  width: 100%;
  height: auto;
  float: left;
  background: #51a53f;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tab-header .tab-header-item{
  font-size: 20px;
  line-height: 40px;
  color: #3b862b;
  position: relative;
  text-align: center;
  padding: 10px 0;
  border-right:1px solid #429330;
}
.tab-header .tab-header-item:last-child{
  border-right: none;
}
.tab-header .tab-header-item.active{
  color: #fff;
}
.tab-header .tab-header-item.active:before{
  content: '';
  position: absolute;
  bottom: -10px;
  left:60px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 10px solid #51a53f;
}
.tab-header .tab-header-item.active .icon{
  border: 1px solid #fff; 
}
.tab-header .tab-header-item.complete{
  color: #fff;
}
.tab-header .tab-header-item.complete .icon{
  border: 1px solid #fff; 
}
.tab-header .tab-header-item .icon{
  border: 1px solid #3b862b;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
  position: relative;
  top: 4px;
}

.tab-inner-content{
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding:40px 140px 50px 140px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.row-btn{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}
.tab-inner-content .title{
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0;
}
.tab-inner-content .title-mt{
  margin-top: 40px;
}
.tab-inner-content .title a{
  font-size: 12px;
  color: #51a53f;
  cursor: pointer;
}
.tab-inner-content .radio{
  float: left;
  margin-right: 10px;
}
.tab-inner-content .radio label{ 
  color: #7a7a7a;
}
.tab-inner-content .radio+.radio {
     margin-top: 10px; 
}
.tab-inner-content .category-notes{
  margin: 40px 0;
  display: none;
}
/* .category-notes#category1{
  display: block;
} */
.tab-inner-content .category-notes .category-notes-item{
  min-height: 117px;
  padding:10px 20px 16px 100px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.tab-inner-content .category-notes .category-notes-item h4{
  font-size: 18px;
  color: #51a53f;
}
.tab-inner-content .category-notes .category-notes-item.not-allowed h4{
  color: #f5252e;
}
.tab-inner-content .category-notes .category-notes-item p{
  font-size: 14px;
  color: #a0a0a0;
}
.tab-inner-content .category-notes .category-notes-item .icon-wrap{
  width: 75px;
  height: 100%;
  min-height: 117px;
  position: absolute;
  left: 0;
  top: 0;
  background: #51a53f;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab-inner-content .category-notes .category-notes-item .icon-wrap .icon{
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-top: 34px;
  margin-left: 16px;
  border-radius: 40px;
  background: #fff;
  color: #51a53f;
  line-height: 40px;
  text-align: center;
}
.tab-inner-content .category-notes .category-notes-item.not-allowed{
  margin-top: 10px;
}
.tab-inner-content .category-notes .category-notes-item.not-allowed .icon-wrap{
  background: #f5252e;
}
.tab-inner-content .category-notes .category-notes-item.not-allowed .icon-wrap .icon{
  color: #f5252e;
}
.success-model , .delete-model{
  text-align: center;
}
.success-model .icon{
    width: 100px;
    height: 100px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 100px;
    background: #51a53f;
    color: #fff;
    line-height: 100px;
    text-align: center;
    font-size: 60px;
}
.delete-model-icon{
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 60px;
    background: #51a53f;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.success-model .close{

}
.success-model .modal-title , .delete-model .modal-title{
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
}
.success-model .modal-body , .delete-model .modal-body{
  font-size: 14px;
  color: #696969;
}
.success-model .btn-ok , .delete-model .btn-ok{
    margin: 0 auto !important;
    display: block;
    padding: 8px 25px !important;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
}
.success-model .modal-footer{
  padding-bottom: 50px;
}
.delete-model .modal-footer{
  padding-bottom: 20px;
}

.forgot-model-note{
  color: #565656;
  font-size: 13px;
  margin: 4px 0 20px 0;
}

#failModal .visit-link{
  color: #51a53f;
  text-decoration: underline;
}
.upload-notes li{
  position: relative;
  color: #a3a3a3;
  line-height: 18px;
  margin: 5px 0;
  padding-left: 16px;
}
.upload-notes li:first-child{
  color: #51a53f;  
}
.upload-notes li:before{
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  background: #51a53f;
}
.form-group.has-icon label.control-label{
    color: #a3a3a3;
}
.has-icon .form-control-feedback {
    color: #a3a3a3;
}
/* bin end */

/* ad edit */

.edit-ad{
  
}
.edit-ad .edit-ad-header{
  font-size: 20px;
  line-height: 26px;
  color: #393939;
  position: relative;
  padding: 18px 0;
  border-bottom:1px solid #a5a5a5;
  padding-left: 56px;
  margin-bottom: 30px;
}

.edit-ad .edit-ad-header .icon{
  border: 1px solid #393939;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 4px;
}
.edit-ad .edit-ad-header.mt-40{
  margin-top: 40px;
}

.edit-ad .title{
  font-size: 16px;
  color: #4c4c4c;
  margin-bottom: 10px;
  font-weight: 600;
  margin-top: 0;
}
.edit-ad .title-mt{
  margin-top: 40px;
}
.edit-ad .title a{
  font-size: 12px;
  color: #51a53f;
}
.edit-ad .radio{
  float: left;
}
.edit-ad .radio label{ 
  color: #7a7a7a;
}
.edit-ad .radio+.radio {
     margin-top: 10px; 
     margin-left: 20px;
}
.edit-ad .category-notes{
  margin: 40px 0;
  display: none;
}
/* .category-notes#category1{
  display: block;
} */
.edit-ad .category-notes .category-notes-item{
  min-height: 117px;
  padding:10px 20px 16px 100px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.edit-ad .category-notes .category-notes-item h4{
  font-size: 18px;
  color: #51a53f;
}
.edit-ad .category-notes .category-notes-item.not-allowed h4{
  color: #f5252e;
}
.edit-ad .category-notes .category-notes-item p{
  font-size: 14px;
  color: #a0a0a0;
}
.edit-ad .category-notes .category-notes-item .icon-wrap{
  width: 75px;
  height: 100%;
  min-height: 117px;
  position: absolute;
  left: 0;
  top: 0;
  background: #51a53f;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.edit-ad .category-notes .category-notes-item .icon-wrap .icon{
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-top: 34px;
  margin-left: 16px;
  border-radius: 40px;
  background: #fff;
  color: #51a53f;
  line-height: 40px;
  text-align: center;
}
.edit-ad .category-notes .category-notes-item.not-allowed{
  margin-top: 10px;
}
.edit-ad .category-notes .category-notes-item.not-allowed .icon-wrap{
  background: #f5252e;
}
.edit-ad .category-notes .category-notes-item.not-allowed .icon-wrap .icon{
  color: #f5252e;
}

/*ad edit end*/

.content-box{
  width: 100%;
  height: auto;
  float: left;
  background: #fff;
  padding: 40px 30px;
}
.content-box .title-01{
  color: #888888;
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 20px;
}
.content-box .title-01.mt40{
  margin-top: 40px;
}
.breadcrumb.mb-20{
  margin-bottom: 30px;
}
.profile-info label{
  margin-bottom: 20px;
  word-break: break-all;
}


/* register company */
.reg-form-title{
  width: 100%;
  height: auto;
  float: left;
  padding: 16px 30px;
  background: #51a53f;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.reg-from-content{
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 20px;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.reg-from-content .sec-title{
  color: #4c4c4c;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 30px;
}

.reg-from-content .sec-title .icon{
  position: absolute;
  top: 0;
  left:0;
}
.category-select2{
  margin-top: 40px;
}
.category-select2.form-group.label-floating.is-focused label.control-label, .category-select2.form-group.label-floating:not(.is-empty) label.control-label {
   top: -32px;
}
/*register company end*/



/*bin-booking page start*/
.full-wrap{
  width: 100%;
  float: left;
}
.bin-booking-wrap{
  background: none;
  padding: 0;
}
.bin-booking-wrap .head{
  padding: 20px 20px;
  background: #fff;
}
.bin-booking-wrap .head h5{
  color: #393939;
  font-size: 14px;
  font-weight: 600;
  float: left;
  margin: 0;
}
.bin-booking-wrap .head .right-drop{
  float: right;
  color: #393939;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  padding-right: 20px;
}
.bin-booking-wrap .head .right-drop span{
  color: #51a53f;
}
.bin-booking-wrap .head .right-drop:before{
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #7a7a7a;
    position: absolute;
    right: 0;
    top: 6px;
}
.bin-booking-wrap .drop-item{
    padding: 0;
    top: 40px;
    right: -20px;
    left: auto;
    border-radius: 0;
}
.bin-booking-wrap  .drop-item li a{
  color: #393939;
  font-weight: 600;
}
.bin-booking-wrap  .drop-item li a:hover{
  color: #fff;
  transition: .3s all;
}
.bid-item{
  margin-top: 15px;
  background: #fff;
  padding: 20px 20px;
}
.bid-item .left-img{
  width: 132px;
  /*min-height: 132px;*/
  border: 1px solid #dcdcdc;
  float: left;
  max-width: 16%;
  /*max-width: 25%;*/
}
.bid-item .left-img img{
  width: 100%;
  float: left;
}
.bid-item .middle-content{
  width: 490px;
  float: left;
  padding: 0 25px;
  max-width: 61%;
 /* max-width: 75%;*/
}
.bid-item .middle-content h5{
  color: #51a53f;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.bid-item .middle-content .details{
  color: #747474;
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 15px;
}
.bid-item .middle-content .details .content{
      word-break: break-all;
}
.bid-item .middle-content .details .more{
  transition: 0.2s all;
  color: #3c8d2b;
  font-weight: 600;
}
.bid-item .middle-content .f-content{
    width: 100%;
    height: auto;
    float: left;
    font-size: 14px;
    color: #747474;
    font-weight: 400;
}
.bid-item .middle-content .f-content i{
    font-size: 19px;
    position: absolute;
    left: 0;
    top: 0;
}
.bid-item .middle-content .f-content p{
    position: relative;
    padding-left: 28px;
}


.bid-item .right-content{
  float: right;
  width: 150px;
  max-width: 18.6%;
  text-align: center;
  position: relative;
  max-width: 100%;
}
.bid-item .right-content .price{
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 10px 15px;
  font-size: 22px;
  font-weight: 600;
  border-radius: 5px;
  color: #51a53f;
  display: inline-block;
}
.bid-item .right-content .btn-bid{
    margin: 0;
    padding: 8px 35px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 400;
    position: absolute;
    right: 0;
    bottom: 0;
}

.my-bin-search .form-group{
  margin: 0;
}
.my-bin-search .inner-bin-search{
  width: 100%;
  position: relative;
  padding-right: 55px;
  margin-bottom: 12px;
  float: left;
}
.my-bin-search .inner-bin-search .input-text{
  width: 100%;
  float: left;
  height: 45px;
  background: #fff;
  border: none;
}
.my-bin-search .inner-bin-search .btn-search{
  position: absolute;
  right: 55px;
  top: 0;
  width: 45px;
  height: 45px;
  color: #979797;
  background: #c6c6c6;
  border: none;
  border-radius: 0;
}
.my-bin-search .inner-bin-search .btn-search i{
  margin-left: -6px;
  font-size: 20px;
}
.my-bin-search .inner-bin-search .btn-reset{
  position: absolute;
  right: 0px;
  top: 0;
  width: 45px;
  height: 44px;
  color: #979797;
  background: #c6c6c6;
  border: none;
  margin: 0;
  border-radius: 0;
}
.my-bin-search .inner-bin-search .btn-reset i{
  margin-left: -6px;
  font-size: 20px;
}

.my-bin-book-wrap{
  background: none;
  padding: 0
}
.my-bin-book-wrap .bin-item{
    margin-bottom: 15px;
    background: #fff;
    padding: 20px 20px;
    position: relative;
}
.my-bin-book-wrap .bin-item .left-img{
  width: 132px;
  height: auto;
  float: left;
  position: relative;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  color: #6d6d6d;
  border: 1px solid #dcdcdc;
  padding: 40px 0;
  text-align: center;
}
.my-bin-book-wrap .bin-item .left-img:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #cacaca;
    border-right: 45px solid transparent;
    left: 0;
    top: 0;
}
.my-bin-book-wrap .bin-item .left-img span{
  font-size: 30px;
  font-weight: 400;
  position: relative;
  top: -20px;
}
.my-bin-book-wrap .bin-item .img-add{
  padding: 0;
}
.my-bin-book-wrap .bin-item .img-add:before{
  display: none;
}
.my-bin-book-wrap .bin-item .left-img img{
  max-width: 100%;
}
.my-bin-book-wrap .bin-item .middle-item{
  width: 400px;
  height: auto;
  float: left;
  padding: 0 25px;
}
.my-bin-book-wrap .bin-item .middle-item h5{
  color: #393939;
  font-size: 15px;
  font-weight: 600;
  margin: 0;

}
.my-bin-book-wrap .bin-item .middle-item .detail{
  padding-top: 20px;
}
.my-bin-book-wrap .bin-item .middle-item .detail .row-item{
  margin-bottom: 10px;
}
.my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item{
  min-width: 120px;
  float: left;
  font-size: 14px;
  color: #6d6d6d;
}
.my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item span{
  float: left;
}
.my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item:nth-child(2){
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #ccc;
}
.my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item span:nth-child(2){
  padding-left: 3px;
}
.my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item span.t-color{
  color: #51a53f;
}
.my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item span.btn-cls{
  padding: 3px 10px;
  float: left;
  color: #fff;
  border-radius: 5px;
  margin-left: 5px;
}
.green{
  background: #51a53f
}
.orange{
  background: #fbc02d;
}
.red{
    background: #f44336;
}
.my-bin-book-wrap .bin-item .post-date{
  font-style: italic;
  color: #393939;
  margin-top: 15px;
  font-weight: 600;
}
.my-bin-book-wrap .bin-item .btn-v-bid{
  position: absolute;
  right: 15px;
  bottom: 30px;
  background: #e3e3e3;
  border:1px solid #c8c8c8;
  color: #393939;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 30px;
}
.my-bin-book-wrap .right-elipse-wrap{
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: none;
  padding: 0;
  color: #7b7b7b;
  box-shadow: none;
   margin: 0
}
.my-bin-book-wrap .dropdown{
  float: right;
}
.my-bin-book-wrap .right-elipse-wrap i{
  font-size: 30px;
}
.my-bin-book-wrap .drop-item{
  padding:0;
  left: -75px;
  top: 38px;
  min-width: 90px;
  border-radius: 0;
}
.my-bin-book-wrap .drop-item li{
  list-style: none;
  width: 100%;
  float: left;
}
.my-bin-book-wrap .drop-item li a{
  float: left;
  width: 100%;
  float: left;
  padding: 6px 0;
  color: #393939;
  text-align: center;
  transition: .2 all;
}
.my-bin-book-wrap .drop-item li a:hover{
  color: #fff;
}
.my-bin-subtitle{
  padding: 0;
  margin-bottom: 20px;
}
.my-bin-subtitle li{
  font-size: 15px;
  font-weight: 600;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.my-bin-subtitle li:before{
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 20px;
  background: #c0bfbf;
}
.my-bin-subtitle li:nth-last-child(1):before{
  display: none;
}
.my-bin-subtitle li:nth-child(1){
  padding-left: 0;
}

.my-bin-subtitle li a{
  float: left;
  color: #c0bfbf;
  transition: all 0.5s;
}
.my-bin-subtitle li a:hover{
  color: #838383;
}
.my-bin-subtitle li a.active{
  color: #838383;
}
.right-align{
  float: right;
}
/* bin booking ad end */

.my-bin-book-wrap .bin-item .bid-middle-item{
  padding-left: 0;
  width: 100%;
}
.my-bin-book-wrap .bin-item .bid-middle-item .detail {
    padding-top: 10px;
}
.my-bin-book-wrap .bin-item .bid-middle-item .post-date{
  margin-top: 10px;
}

.my-bin-book-wrap .bin-item .post-date.mt-0{
  margin-top: 0;
}

/*company dashboard*/

.no-data {
    background: #fff;
    padding: 20px 20px;
    text-align: center;

}
.no-data i{
  font-size: 100px;
}
.no-data h4{
  font-weight: 700;
  margin-top: 0px;
  font-size: 22px;
}
.branch-list .infolabel{
  /* margin-left: 12px; */
}
.branch-list .dropdown{
  float: right;
}
.branch-list .right-elipse-wrap {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: none;
    padding: 0;
    color: #7b7b7b;
    box-shadow: none;
    margin: 0;
}
.branch-list .right-elipse-wrap i{
  font-size: 30px;
}
.branch-list .drop-item{
  padding:0;
  left: -75px;
  top: 38px;
  min-width: 90px;
  border-radius: 0;
}
.branch-list .drop-item li{
  list-style: none;
  width: 100%;
  float: left;
}
.branch-list .drop-item li a{
  float: left;
  width: 100%;
  float: left;
  padding: 6px 0;
  color: #393939;
  text-align: center;
  transition: .2 all;
}
.branch-list .drop-item li a:hover{
  color: #fff;
}
.company-user{
  margin-top: 22px;
}
.company-user .dropdown{
  float: left;
}
.company-user > .dropdown > a{
  color: #636478;
  padding: 8px 10px;
  float: left;
}
.company-user .dropdown i{
  margin-right: 6px;
  font-size: 20px;
}
.company-user .dropdown .user-name{
max-width: 90px;
float: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
} 
.company-user .dropdown .dropdown-menu{
left:auto;
right: 0;
padding:0;
}

.company-user .dropdown .dropdown-menu.user-menu li:nth-child(1){
  padding: 10px 20px;
  padding-bottom: 5px;
  color: #393939;
  font-weight: 600;
  font-size: 14px;
}

.company-user .dropdown .dropdown-menu.user-menu li:nth-child(2){
  padding: 10px 20px;
  padding-top: 0;
  color: #828282;
  font-size: 13px;
}
.company-user .dropdown .dropdown-menu.user-menu li:last-child a{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.company-user .dropdown .dropdown-menu.user-menu li > a{
font-weight: 600;
font-size: 14px; 
}
.company-user .dropdown .dropdown-menu.notification{
  width: 300px;
  height: 300px;
  overflow-y: scroll;
}


.company-user .dropdown .dropdown-menu.notification li:nth-child(1){
  padding: 10px 20px;
  padding-bottom: 5px;
  color: #393939;
  font-weight: 600;
  font-size: 14px;
}
.company-user .dropdown .dropdown-menu.notification li:last-child a{
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.dash-board-nav{
  width: 100%;
  height: auto;
  float: left;
  background: #79c252;
}
.dash-board-nav .nav-2{
  float: left;
}
.dash-board-nav .nav-2 > li{
  float: left;
  position: relative;
}
.dash-board-nav .nav-2 > li:after{
  content: '';
  position: absolute;
  right:0;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #6cb247;
}
.dash-board-nav .nav-2 > li:first-child:before{
  content: '';
  position: absolute;
  left:0;
  top: 0px;
  height: 100%;
  width: 1px;
  background: #6cb247;
}

.dash-board-nav .nav-2 > li > a{
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 14px 30px;
  font-weight: 400;
  display: inline-block;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}
.dash-board-nav .nav-2 > li > a.active , .dash-board-nav .nav-2 > li > a:hover ,.dash-board-nav .nav-2 > li > a:focus ,.dash-board-nav .nav-2 > li > a:active{
  background: #5ca336;
}

.wste-offcanvas .nav-2 li a{
    width: 100%;
    font-size: 14px;
    padding: 12px 20px;
    float: left;
    border-bottom: 1px solid #ccc; 
}
.wste-offcanvas .nav-2 li:nth-child(1) a{
  border-top: 1px solid #ccc;   
}


.company-logo-container{
    position: relative;
    cursor: pointer;
    text-align: center;
    margin-top: 24px;
}
.company-logo{
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #CCCCCC;
    color: #FFFFFF;
    /* border-radius: 50%; */
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.company-logo:hover{
    border-color: #51a53f;
}
.company-logo-profile{
  margin-top: 0;
}
.company-logo-profile .company-logo{
  margin: 0;
  float: left;
}
.company-logo-profile .company-logo:hover{
    border-color: #CCCCCC;
}

.company-logo input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}
.company-logo-container h6{
  font-weight: 600;
  font-size: 14px;
}

.company-logo-src{
    width: 100%;   
}

/*nid dashboad*/
.dash-boad-section{
  margin-bottom: 55px;
}
.dash-board-container .item-container{
  background: #fff;
}
.dash-board-container .item-container .head{
  padding: 20px;
}
.dash-board-container .item-container .head .left-text{
  float: left;
  font-size: 15px;
  color: #636478;
}
.dash-board-container .item-container .head .view{
  float: left;
  font-size: 15px;
  color: #5ca336;
}
.dash-board-container .bid-item{
  margin-top: 0;
  border-top: 1px solid #e3e5e7;
}
.dash-board-container .bid-item .middle-content{
  padding: 0 20px;
  width: 55%;
}
.dash-board-container .bid-item .middle-content h5{
  margin-bottom: 12px;
}
.dash-board-container .bid-item .middle-content .f-content{
  font-size: 13px;
}
.dash-board-container .bid-item .middle-content .f-content p{
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.dash-board-container .bid-item .middle-content .f-content p i{
  font-size: 20px;
}
.dash-board-container .bid-item .middle-content .align-p{
  float: left;
  width: auto !important;
  margin-right: 10px;
}
.dash-board-container .bid-item  .right-content{
  width: 29%;
}
.dash-board-container .bid-item  .right-content .post-right{
  float: right;
  color: #747474;
  font-size: 14px;
  font-style: italic;
  position: relative;
  padding-left: 25px;
  text-align: left;
  font-weight: 600;
}
.dash-board-container .bid-item  .right-content .post-right i{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
}
.dash-board-container .bid-item  .right-content .btn-bid{
  padding: 8px 25px;
}
.dash-board-container .bid-item  .right-content .btn-view{
      position: absolute;
    bottom: 0;
    padding: 8px 30px;
    right: 123px;
    letter-spacing: 1px;
    margin: 0;
    background: #e3e3e3;
    color: #65667a;
    font-size: 14px;
    font-weight: 600;
}
.dash-right-wrap{
  background: #fff;
  border-radius: 3px;
  padding: 20px 15px;
}
.dash-right-wrap .left-wrap{
  background: #ecebf0;
  width: 65px;
  height: 65px;
  float: left;
  margin-right: 12px;
  text-align: center;
  line-height: 65px;
  font-size: 40px;
  color: #777e86;
  border-radius: 100%;
  overflow: hidden;
}
.dash-right-wrap .left-wrap img{
  float: left;
  width: 100%;
}
.dash-right-wrap .right-wrap .top-text{
  color: #65667a;
}
.dash-right-wrap .right-wrap .bottom-text{
  color: #727378;
  font-size: 16px;
  font-weight: 600;
}
.dash-right-wrap .right-wrap .btn-profile{
    padding: 6px 24px;
    font-size: 14px;
    margin-top: 15px;
}
.dash-board-container .bid-item .left-img.no-img{
    width: 132px;
    height: auto;
    float: left;
    position: relative;
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    color: #6d6d6d;
    border: 1px solid #dcdcdc;
    padding: 40px 0;
    text-align: center;
}
.dash-board-container .bid-item .left-img.no-img:before{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid #cacaca;
    border-right: 45px solid transparent;
    left: 0;
    top: 0;
}
.dash-board-container .bid-item .left-img.no-img span{
    font-size: 30px;
    font-weight: 400;
    position: relative;
    top: -20px;
}
/*nid dashboad end*/

/*bin-book-detail page*/
.bin-book-detail{
  background: #fff;
  border-radius: 3px;
}
.bin-book-detail .head{
  padding:10px 20px;
  border-bottom: 1px solid #e3e5e7;
}
.bin-book-detail .head h5{
  color: #5ca336;
  font-size: 16px;
  font-weight: 600;
  float: left;
  margin: 0;
  padding-top: 5px;
}
.bin-book-detail .head .btn-bid{
    margin: 0;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    float: right;
}
.bin-book-detail .middle-wrap{
  padding: 20px;
}
.bin-book-detail .middle-wrap .left-div{

}
.bin-book-detail .middle-wrap .left-div .img-wrap{
  width: 100%;
  float: left;
}
.bin-book-detail .middle-wrap .left-div .img-wrap .img-item{
  width: 123px;
  height: 100px;
  float: left;
  overflow: hidden;
  border:1px solid #ccc;
  margin-bottom: 10px;
  margin-right: 30px;
  position: relative;
}
.bin-book-detail .middle-wrap .left-div .img-wrap .img-item:last-child{
  margin-right: 0px;
}
.bin-book-detail .middle-wrap .left-div .img-wrap .img-item img{
  width: 100%;
}
.bin-book-detail .middle-wrap .left-div .img-wrap .img-item .zoom-overlay{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0,0,0,0.6);
  text-align: center;
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  opacity: 0;
  visibility: hidden;
}
.bin-book-detail .middle-wrap .left-div .img-wrap .img-item:hover .zoom-overlay{
  opacity: 1;
  visibility: visible;
}
.bin-book-detail .middle-wrap .left-div .img-wrap .img-item .zoom-overlay a{
  display: block;
  width: 100%;
  height: 100%;
}
.bin-book-detail .middle-wrap .left-div .img-wrap .img-item .zoom-overlay i{
  color: #fff;
  margin-top: 30px;
  font-size: 30px;
}
.bin-book-detail .middle-wrap .left-div .head1{
  width: 100%;
  float: left;
}
.bin-book-detail .middle-wrap .left-div .head1 .item{
  width: auto;
  float: left;
  color: #747474;
  font-size: 15px;
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}
.bin-book-detail .middle-wrap .left-div .head1 .item span{
  font-weight: 600;
}
.bin-book-detail .middle-wrap .left-div .head1 .item:before{
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #747474;
  content: "";
}
.bin-book-detail .middle-wrap .left-div .head1 .item:nth-last-child(1){
  margin-right: 0px;
  padding-right: 0px;
}
.bin-book-detail .middle-wrap .left-div .head1 .item:nth-last-child(1):before{
 display: none;
}
.bin-book-detail .middle-wrap .left-div .p-content{
  line-height: 20px;
  font-size: 13px;
  color: #747474;
  padding: 15px 0;
}
.bin-book-detail .middle-wrap .left-div .p-content a{
    transition: 0.2s all;
    color: #3c8d2b;
    font-weight: 400;
}
.bin-book-detail .middle-wrap .list-item{
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #747474;
  margin-bottom: 10px;
}
.bin-book-detail .middle-wrap .list-item i{
  position: absolute;
  left: 0;
  top:0;
  font-size: 20px;
}
.bin-book-detail .middle-wrap .right-wrap{
  margin: 0;
  border: 1px solid #e3e5e7;
  border-radius: 3px;
}
.bin-book-detail .middle-wrap .right-wrap li{
  list-style: none;
  font-size: 12px;
  color: #747474;
  border-bottom: 1px solid #e3e5e7;
  padding: 10px;
  font-weight: 600;
}
.bin-book-detail .middle-wrap .right-wrap li span{
  padding-left: 5px;
  color: #3c8d2b;
}
.bin-book-detail .bottom-wrap{
   position: relative;
   overflow: hidden;
   padding: 0px 20px 20px 20px;
}

.bin-book-detail .bottom-wrap .line{
   width: 100%;
  height: 1px;
  background: #e3e5e7;
  padding: 0 20px;
}
.bin-book-detail .bottom-wrap .delivery-address{
  padding-top: 20px;
}
.bin-book-detail .bottom-wrap .delivery-address .head2{
  color: #5ca336;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bin-book-detail .bottom-wrap .delivery-address p{
  color: #747474;
  font-size: 13px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.bin-book-detail .bottom-wrap .delivery-address .btn-view-map{
  float: left;
  margin: 0;
  margin-top: 10px;
  padding: 8px 15px;
}
.bid-companies-wrap{
  margin-top: 30px;
  border-radius: 3px;
}
.bid-companies-wrap .head{
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  background: #393939;
  padding: 10px 20px;
}
.bid-companies-wrap .bid-item{
  margin-top: 0;
  border-bottom: 1px solid #e3e5e7;
  position: relative;
}
.bid-companies-wrap .bid-item:nth-last-child(1){
  border-bottom: none;
}
.bid-companies-wrap .bid-item  .middle-content h5{
  margin-bottom: 20px;
}
.bid-companies-wrap .bid-item  .middle-content .f-content{
  font-size: 13px;
}
.bid-companies-wrap .bid-item  .middle-content .f-content p span{
  font-style: italic;
}
.bid-companies-wrap .bid-item  .price-round{
    position: absolute;
    right: 20px;
    border-radius: 6px;
    color: #51a53f;
    padding: 10px 15px;
    border: 1px solid #e3e5e7;
    font-size: 24px;
    font-weight: 600;
    top: 50%;
    margin-top: -20px;
}
.bin-book-detail .accept{
  color: #5ca336;
  font-size: 14px;
  font-weight: 600;
  float: right;
  padding-top: 5px;
}
.bin-book-detail .accept i{
  font-size: 20px;
}
.bidnow-model .modal-header{
  background: #5ca336;
  color: #fff;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.bidnow-model .modal-header .close{
  color: #fff;
}


.upload-img-container{
    float: left;
    position: relative;
    cursor: pointer;
    text-align: center;
    margin-top: 14px;
   
}
.upload-img-container+.upload-img-container{
  margin-left: 20px;
}
.upload-img{
    width: 114px;
    height: 95px;
    background-color: #f4f4f4;
    border: 2px dashed #cfd5d9;
    color: #FFFFFF;
     margin-bottom: 20px;
     border-radius: 4px; 
    float: left;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.upload-img:hover{
    border-color: #51a53f;
}


.upload-img input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}


.upload-img-src{
    width: 100%;   
}
/*company dashboard*/

.uploadForm-group{
  margin-top: 0;
}
.uploadForm-group .form-control
{
    margin-bottom: 0;
    height: 0;
    border-bottom: 0;
    background: none;
}

@media screen and (max-width: 1199px) {
  .tab-inner-content {
    padding: 40px 40px 50px 40px;
  }

}
@media screen and (max-width: 1024px) {
  .hero-banner{
    background-position: center -35px;
    background-attachment: initial;
  }
}
@media screen and (max-width: 991px) {
  header{
    padding: 10px 0;
  }
  header .logo {
    margin-left: 50px;
  }
  .header-sticky{
    display: none;
  }
  .mobile-nav-toggle {
    display: block;
  }
  header .logined-user{
    display: block;
  }
  header .nav-1 ,header .company-portal-btn , .top-header{
    display: none;
  }
  .page-nav{
    margin-top: 30px;
  }
  .hero-banner .hero-title {
      font-size: 36px;
      line-height: 45px;
  }
  .how-its-sec .how-item:before{
    display: none;
  }
  .how-its-sec .how-item:after{
    display: none;
  }
  /*bin-booking page start*/
  .bid-item .left-img{
    width: 25%;
    max-width: 25%;
  }
  .bid-item .middle-content{
    width: 75%;
    max-width: 75%;
  }
  .bid-item .right-content{
    width: 100%;
    margin-top: 10px;
    height: auto !important;
  }
  .bid-item .right-content .price{
    float: right;
    margin-right: 5px;
    padding: 8px 15px;
  }
  .bid-item .right-content .btn-bid{
    position: relative;
    float: right;
  }
  /*bin-booking page end*/

  .dash-board-nav{
    display: none;
  }

  /*nid dashboad*/
  .dash-board-container .bid-item .middle-content{
    width:75%;
  }
   .dash-board-container .bid-item .right-content{
    width:100%;

  }
  .dash-board-container .bid-item  .right-content .post-right{
    float: left;

  }

}

@media screen and (max-width: 767px) {
  .hero-banner .hero-title {
      font-size: 30px;
      line-height: 40px;
      padding: 0 10px;
  }
  .company-detail-wrap , .login-wrap{
    margin-left: 0;
    margin-right: 0;
  }
  .tab-inner-content {
    padding: 30px 20px 40px 20px;
  }
  .tab-header .tab-header-item {
    font-size: 16px;
    line-height: 30px;
  }
  .tab-header .tab-header-item .icon {
      border: 1px solid #3b862b;
      width: 30px;
      height: 30px;
      border-radius: 30px;
      line-height: 30px;
      text-align: center;
      margin-right: 2px;
      font-size: 18px;
      position: relative;
      top: 3px;
  }
}


@media screen and (max-width: 680px) {
  /*bin-booking page start*/
  .my-bin-book-wrap .bin-item .middle-item{
    width: 100%;
    padding: 10px 0;
  }
  .my-bin-book-wrap .bin-item .btn-v-bid{
    position: relative;
    float: left;
    right: 0;
    bottom: 0;
  }
  /*bin-booking page end*/
  /*nid dashboad*/
  .dash-board-container .bid-item  .right-content .post-right{
    width: 100%;
    margin-top: 10px;
  }
  .dash-board-container .bid-item  .right-content .btn-view{
    position: static;
    float: left;
    margin-right: 10px;
  }
  .dash-board-container .bid-item  .right-content .btn-bid{
    float: left;
    position: static;
  }
  .bid-companies-wrap .bid-item  .price-round{
    top: initial;
    bottom: 20px;
    font-size: 18px;
    padding: 8px 10px;
    margin-top: 0;
  }

}

@media screen and (max-width: 640px) {
  .tab-header .tab-header-item {
    font-size: 14px;
    line-height: 16px;
    padding: 46px 4px 10px 4px;
  }
  .tab-header .tab-header-item .icon {
      position: absolute;
      top: 10px;
      left: 50%;
      margin-left: -15px;
  }
}


@media screen and (max-width: 480px) {
  /*bin-booking page start*/
  .bid-item .left-img{
    width: 132px;
    max-width: 132px;
  }
  .bid-item .middle-content{
    width: 100%;
    max-width: 100%;
    padding: 10px 0px;
  }
  .my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item{
    width: 100%;
    margin-bottom: 5px;
  }
  .my-bin-book-wrap .bin-item .middle-item .detail .row-item .col-item:nth-child(2){
      padding-left: 0px;
      margin-left: 0px;
      border-left:none;
  }
  /*bin-booking page end*/
  .company-user .user-name{
    display: none;
  }
  .company-user .dropdown i {
    margin-right: 0px;
  }
  /*nid dashboad*/
  .dash-board-container .bid-item  .middle-content{
     padding: 10px 0px;
  }
  .bid-companies-wrap .bid-item  .price-round{
    top: 20px;
    bottom: initial;
  }
}

@media screen and (max-width: 380px) {
  header .logo {
      margin-left: 40px;
  } 
   /* header .logo {
      width: 150px;
      height: 27px;
      margin-top: 2px;
      margin-left: 40px;
     }  */
  header .logined-user .dropdown .dropdown-menu.notification {
    width: 250px;
  }
}