.middle-section .middle-inner .create-product-section .add-image .imgupload-slider label img {
    object-fit: cover;
  }

  .middle-section .middle-inner .create-product-section .add-image .add-img-selected img{
    object-fit: cover;
  }


.img-product-tbl {
    height: 60px;
    width: 60px;
    display: block;
  }
  
.img-product-tbl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .dropdown-reseller a span img{
    width: 100%;
        height: 100%;
        object-fit: cover;
    }

.account-dropdown .dropdown-menu .btn-group form {
      width:100%;
  }
  .account-dropdown .dropdown-menu .btn-group .btn-logout {
      width: 100% !important;
      text-align: center !important;
  }

.middle-section .middle-inner .service-detail-section .service-detail-content .service-detail-body .bg-img-slider .item img {
    /* width: 100%;
    object-fit: cover; */
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px !important;
  width: auto;
}


.sub-accordian ul li a.nav-link {
  padding-left: 70px !important;
}

.sub-accordian ul li a.nav-link:after {
  left: 40px !important;
}


@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (orientation: landscape) 
and (-webkit-min-device-pixel-ratio: 1.5) {

}

/* Portrait */
@media only screen 
and (min-width: 1024px)                                                                                       
and (max-height: 1366px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) {
  .min-80 {
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }  
}