@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700|Roboto:400,600");
@import url(../css/icons/font-awesome/css/fontawesome-all.css);
@import url(../css/icons/simple-line-icons/css/simple-line-icons.css);
@import url(../css/icons/weather-icons/css/weather-icons.min.css);
@import url(../css/icons/linea-icons/linea.css);
@import url(../css/icons/themify-icons/themify-icons.css);
@import url(../css/icons/flag-icon-css/flag-icon.min.css);
@import url(../css/icons/material-design-iconic-font/css/materialdesignicons.min.css);

/*management area table pagination*/
.page-item.active .page-link {
  background-color: #003866 !important;
  border-color: #003866 !important;
  color:#ffffff !important;
}

.page-link {
  color: #024a84 !important;
}

/*google map*/
.gm-style .place-card .navigate-text {
  color: #003688 !important;
}
/*skip to main*/
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
#singleitemDef {
  z-index: -1;
}
  a.skip-main:focus, a.skip-main:active {
    color: #fff;
    background-color: #000;
    left: auto;
    top: auto;
    width: 30%;
    height: auto;
    overflow: auto;
    margin: 10px 35%;
    padding: 5px;
    border-radius: 15px;
    border: 4px solid yellow;
    text-align: center;
    font-size: 1.2em;
    z-index: 999;
  }
/*navigation*/
.asterix {
  color: red;
  font-size: 14px;
}

#maincontent {
  z-index: 1010;
}

.menuexpand {
  font-size: 12px;
  color: rgba(108, 117, 125, 1);
  margin-left: -12px;
}

.menuexpand-active {
  font-size: 12px;
  color: rgba(108, 117, 125, 1);
  margin-left: -15px;
  color: #fff;
}

.container-gpo {
  max-width: 1400px;
  padding-right: 15PX;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.datepicker {
  padding: .375rem .75rem
}

#sizebar {
  display: none;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

#globalNavlists.navbar-nav .nav-bg {
  background-color: #003688 !important;
}

#globalNavigation.nav-bg .navbar-nav .nav-link {
  color: #fff !important;
}

.container-gpo {
  max-width: 1400px !important;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.breadcrumb-item.active {
  color: #5F666D;
}

.jc-end {
  justify-content: flex-end;
  text-align: right;
}

.form-inline label.jc-end {
  justify-content: flex-end;
  text-align: right;
  color: #6E6E6E;
  font-size: 1rem;
  text-transform: capitalize;
  white-space: nowrap;
}

thead.thead-blue {
  background-color: #003866 !important;
  color: #ffffff;
}
thead.thead-light-blue {
  background-color: #a3d5ff6e !important;
}

span.smMediaOnly {
  display: none;
}
label.smMediaOnly{
    display:none;
}
.icon-action {
  color: rgb(0, 54, 136);
  float: right;
}

.form-group-label {
  color: #000;
}

#expander {
  font-family: 'Lato' Arial, Helvetica, sans-serif;
  cursor: pointer;
}

div.dataTables_wrapper div.dataTables_filter {
  float: right;
}

.btn {
  min-width: 32px;
  padding: .20rem .375rem!important;
}

.btn.btn-default {
  border: 1px solid #ced4da;
}

  .btn.btn-default:hover {
    background-color: #e9ecef;
  }

.btn.btn-fab {
  font-size: 12px;
  height: 22px !important;
  min-width: 15px !important;
  width: 24px !important;
  margin-top: -7px !important;
}

.footer-widget-container {
  border-top: 4px solid rgb(91, 115, 128);
  margin-top: 20px;
}

#coverPaper_other, #textPaper_other, #tabpaper_other, #foldoutpaper_other, #coverPaperTrimSize, #coverpaper_custom, #textpaper_custom, #tabpaper_custom {
  font-weight: 600;
  color: black;
}

.popover {
  width: 100%;
  min-width: 400px;
}

.popover-body {
  width: 100%;
}

.popover-header {
  width: 100%;
  color: black;
}

:not(.btn-raised):not(.btn-link).btn:focus, :not(.btn-raised):not(.btn-link).btn:hover, .input-group-btn :not(.btn-raised):not(.btn-link).btn:focus, .input-group-btn :not(.btn-raised):not(.btn-link).btn:hover {
  background-color: darkorange
}

nav > .nav.nav-tabs {
  border: none;
  color: #000;
  background: #e9ecef;
  border-radius: 0;
  text-transform: uppercase;
  font-family: 'Roboto' Arial, Helvetica, sans-serif;
  width: 100%
}

nav > div a.nav-item.nav-link {
  border: none;
  padding: 18px 10px;
  color: #000;
  background: #e9ecef;
  border-radius: 0;
  width: 25%
}

  nav > div a.nav-item.nav-link.active {
    background: darkorange;
    font-weight: 600;
    color: #000;
  }

  nav > div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -50px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: darkorange;
  }

  nav > div a.nav-item.nav-link:hover,
  nav > div a.nav-item.nav-link:focus {
    border: none;
    background: darkorange;
    color: #000;
    border-radius: 0;
    transition: background 0.20s linear;
  }

:focus {
  outline-style: none;
  box-shadow: none;
  border-color: transparent;
}
/*form control*/
.form-control:focus {
  background-color: #fff !important;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
  display: inherit;
  width: 80%
}

.btn.btn-primary.card-body {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}

:not(.btn-raised):not(.btn-link).btn:focus, :not(.btn-raised):not(.btn-link).btn:hover, .input-group-btn :not(.btn-raised):not(.btn-link).btn:focus, .input-group-btn :not(.btn-raised):not(.btn-link).btn:hover {
  background-color: darkorange
}

#globalNavigation.navbar.nav-bg {
  background-color: #003866 !important;
}

#globalNavgation.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff !important;
}

#globalNavigation.nav-bg .navbar-nav .nav-link {
  color: #fff !important;
}

#globalNavigation.navbar li.active a.nav-link {
  background-color: darkorange;
  color: #000 !important;
}

#globalNavigation.navbar li.hover a.nav-link {
  background-color: darkorange
}

#globalNavigation.navbar-expand-lg .navbar-nav .nav-link:hover {
  background-color: darkorange
}

h4.card-title {
  font-size: 1rem;
  color: #000;
  text-align: center;
  justify-content: center;
  margin-bottom: 0px;
}
/* form */
Label {
  float: left;
  text-align: left;
}

form-group .form-control {
  border: 1px solid #eee
}

.btn.btn-primary.card-body {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
}

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  perspective: 1500px;
}

.modal-lg, .modal-xl {
  max-width: 1000px;
}

.single-team-widget .team-member-info {
  height: 70px
}

.single-team-widget .team-member-info .know-more {
  right: 4%;
  bottom: 4%
}

.file-preview {
  border: 0px;
}

.scale-up {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: right 0px;
}

.scale-up-left {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  display: inline-block;
  transform-origin: left 0px;
}

#globalNavigation.dropdown:hover.dropdown-menu {
  display: block;
}


.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  list-style: none;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 195px;
  white-space: nowrap;
  border-radius: 2px;
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  top: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  animation: 0.4s ease 0s normal none 1 running fadeInUpMenu;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 10px 20px;
  color: #202020;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}

.dropdown .dropdown-item:focus, .dropdown .dropdown-item:hover {
  background-color: #003866;
  color: #fff;
}

.dropdown .dropdown-menu .dropdown-item.active,
.dropdown .dropdown-menu .dropdown-item:active {
  background-color: #fafafa;
  color: #2196F3;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
  color: #2196F3;
}

/*form control*/
.form-control:focus {
  background-color: #fff !important;
}

.form-group-label {
  width: 100%;
}

.datepicker td, .datepicker th {
  padding: 5px;
}
/* ---------------------------------------------------
    PRODUCT NEW DISPLAY TAG
----------------------------------------------------- */
.corner-tag {
  position: absolute;
  background: #098222;
  width: 134px;
  height: 49px;
  top: -3%;
  left: -23%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  line-height: 4;
  color: #fff;
  font-weight: 600;
}

.product-tag {
  background-color: #098222;
  display: inline;
  position: absolute;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-left: 15px;
  color: #ffff;
  padding: 10px;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
  display: flex;
  width: 100%;
  align-items: stretch;
  perspective: 1500px;
  background-color: #fff;
}

.content {
  width: 100%
}

.jumbotron {
  margin: 12px;
}


#sidebar {
  min-width: 250px;
  max-width: 250px;
  background: #fff;
  color: #000;
  transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
  transform-origin: bottom left;
  font-family: 'Lato' Arial sans-serif
}

  #sidebar.active {
    margin-left: -250px;
    transform: rotateY(100deg);
  }

  #sidebar .sidebar-header h4 {
    padding: 15px 19px;
    font-family: 'roboto' Arial, Helvetica, sans-serif;
    background: #e9ecef;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
  }

  #sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
  }

  #sidebar ul p {
    color: #fff;
    padding: 10px;
  }

  #sidebar ul li {
    font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
  }

    #sidebar ul li a {
      padding: 5px 20px;
      font-size: 16em;
      display: block;
      color: rgb(0, 0, 0);
      font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
      letter-spacing: normal;
    }

  #sidebar ul li a:hover {
    color: #fff;
    background: #003866;
  }

  #sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #003866;
  }

.sidebar-tag {
  background: red;
  width: 50px;
  height: 25px;
  color: #fff;
  font-weight: 600;
  border-radius: 5px;
  display: inline;
  padding: 5px;
  text-align: center;
}

  .sidebar-tag span {
    text-align: center;
    justify-content: center;
  }


a[data-toggle="collapse"] {
  position: relative;
}

.breadcrumb {
  border-radius: 0px;
  padding: .85rem 1rem;
  min-height: 53px;
}
/*  form Instruction area*/
.toggle-menu {
  background: #fff;
  width: 100%;
  height: 70%;
  padding: 2em 3em;
  font-family: 'lato', san-serif;
  font-size: .89em;
  color: #000;
  position: absolute;
  margin-top: 100px;
  transition: all .5s;
}

  .toggle-menu h2 {
    margin: 0 0 10px;
  }

.menu-trigger {
  display: none;
}

label[for="menu-trigger"] {
  width: 250px;
  height: 30px;
  background: #003866;
  cursor: pointer;
  position: absolute;
  /*left: 10px;*/
  top: 105px;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  z-index: 9999;
  right: 18%;
}

  label[for="menu-trigger"]:after {
    content: '+ OPEN INSTRUCTION';
    display: block;
    position: absolute;
    color: #fff;
    left: 25%;
    top: 15%;
  }

.menu-trigger:checked ~ .toggle-menu {
  top: 0;
}

.menu-trigger:checked + label[for="menu-trigger"] {
  /*top: 610px;*/
  position: absolute;
  background: green;
  transition: all .5s;
}

  .menu-trigger:checked + label[for="menu-trigger"]:after {
    content: '- CLOSE INSTRUCTION';
    display: block;
    position: absolute;
    color: #fff;
    left: 25%;
    bottom: 5%;
    z-index: 1;
  }

.menu-trigger:checked ~ .wrapper {
  top: 800px;
  margin-left: 10px;
  position: relative;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
  width: 100%;
  /* padding: 20px; */
  min-height: 75vh;
  transition: all 0.3s;
  border-right: 1px solid #eee;
}

.bg-light.bg-shadow {
  box-shadow: 0 2px 2px rgba(0,0,0,.24), 0 0 2px rgba(0,0,0,.12);
  margin: 4px;
}

}
/*#content.admin {
        background-color: #d5d4d0;
    }*/

.well {
  max-width: 800px;
  margin: 0 auto;
  position: fixed;
  top: 10px;
}

.popover {
  z-index: 101010;
}

.row {
  max-width: 100%;
}

i.fas .fa-lightbulb:hover {
  cursor: pointer;
  color: darkorange;
}

h2.card-title.form {
  color: #003866;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
}

h3.modal-title {
  font-size: 1.25rem;
  line-height: 1.5;
}
.container-fluid{padding-left:0px!important;}
#sidebarCollapse {
  /*width: 40px;
  height: 40px;*/
  /*background: #003866;*/
  background:none;
  border: 0;
  /* border-top-right-radius: 25px;
border-bottom-right-radius: 25px; */
  cursor: pointer;
  margin-left: 5px;
  margin-bottom:15px;
}

  #sidebarCollapse span::before {
    /* content: "\f1ea";
  font-family: 'Font Awesome'; */
    font-size: 1.5rem;
    /* width: 80%;
  height: 2px; */
    margin: 0 auto;
    display: block;
    /* background: #555; */
    /* color:#fff; */
    /* transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375); */
    transition-delay: 0.2s;
  }

/* .form-inline{margin-top:15px;} */
.form-check-label {
  font-size: 1rem;
  line-height: 1.42857143;
  color: #575757;
  font-weight: 400;
  margin-bottom: 0px;
}

.input-group-text {
  background-color: #f8f9fa;
}

fieldset.scheduler-border {
  border-top: 1px solid #777777;
  /* border: 1px  #e5e5e5 !important; */
  padding: 0 1.4em 1.4em 1.4em !important;
  /* margin: 0 0 1.5em 0 !important; */
  /* box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); */
}

legend.scheduler-border {
  font-size: 1.2em !important;
  font-weight: bold !important;
  text-align: left !important;
  width: auto;
  padding: 0 10px;
  border-bottom: none;
  color: #F26531;
  text-transform: uppercase;
}

[type='radio']:not(:checked).form-check-input + label,
[type='radio']:checked.form-check-input + label, label.btn input[type='radio']:not(:checked) + label,
label.btn input[type='radio']:checked + label {
  padding-right: 15px;
}
/* file upload */
.main-section {
  padding: 20px;
  /* margin-top: 100px; */
  background-color: #fff;
  border: 1px solid #eee;
}

.fileinput-remove,
.fileinput-upload {
  display: none;
}

.file-preview {
  border: 0px !important;
}

option#coverpaper_custom, option#coverPaper_other {
  color: #003688 !important;
  font-weight: 600 !important;
}
/*multiselect*/
.multiselect-container > li {
  display: table;
}

nav > div a.nav-item.nav-link.active {
  word-break: break-all
}

.btn-group, .btn-group-vertical {
  width: 100%
}
.mat-tooltip {
  background-color: black !important;
}
/*--===============================================================================
return to the top
==================================================================================---*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #00467f;
  /*
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    
*/
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  /*-ms-transition: all 0.3s ease;*/
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1010;
}

  #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 13px;
    top: 10px;
    font-size: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    /*-ms-transition: all 0.3s ease;*/
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
  }

    #return-to-top:hover i {
      color: #fff;
      top: 5px;
    }

#profile nav a {
  border: 0px;
}


#traineeNav {
  display: none;
}

ul#traineeNav li a {
  font-size: 14px;
  color: #000;
}

  ul#traineeNav li a:hover, ul#traineeNav li a:focus {
    background-color: #e5e5e5;
    color: #00467f;
  }

ul.useful-links {
  padding-left: 0px;
  text-decoration: none;
}

  ul.useful-links li {
    padding: 6px 4px;
    border-bottom: 1px solid #e5e5e5;
  }

#useful_links_close {
  float: right;
}

  #useful_links_close i {
    color: #fff;
  }

/*================== media query ==========================*/
/* iphone 6s*/
@media only screen and (min-device-width : 375px) /*or 213.4375em or 3in or 9cm*/
and (max-device-width : 667px) /*or 41.6875em*/
and (width : 667px) /*// or 41.6875em*/
and (height : 375px) /*// or 23.4375em*/
and (orientation : landscape) and (color : 8) and (device-aspect-ratio : 375/667) and (aspect-ratio : 667/375) and (device-pixel-ratio : 2) and (-webkit-min-device-pixel-ratio : 2) {
  a .navbar-brand img {
    width: 60%;
  }

  .single-team-widget {
    display: none;
  }
  .single-team-widget1 {
      display:block;
  }
  .productDesc {
    display: none;
  }

  nav > div a.nav-item.nav-link {
    font-size: 12px;
    line-height: 1rem;
  }

  .orderForm {
    width: 100%;
  }

  .row {
    margin-right: 0px;
  }
}


/* Only stick if you can fit */
@media (max-width: 300px) {
  #globalNavigation nav ul {
    position: sticky;
    top: 0;
  }

  .productDesc {
    display: none;
  }

  .orderForm {
    width: 100%;
  }

  .row {
    margin-right: 0px;
    margin-left: 0px;
  }
}

/*iPhone X in portrait*/

@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) and (orientation : portrait) {
  h3 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  .jc-end {
    justify-content: flex-start;
    text-align: left;
  }

  .productDesc {
    display: none;
  }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  span.smMediaOnly {
    display: inline-block;
    font-weight: bold;
  }
}

  @media (max-width: 360px) {
    a.navbar-brand img {
      width: 80%;
    }

    #seeMoreProducts {
      display: none;
    }

    #main-slide .carousel-item img {
      height: 200px;
    }

    #profile nav a {
      line-height: 30px;
    }

    nav > div a.nav-item.nav-link.active:after {
      left: 0;
    }

    .input-group-prepend {
      display: none !important;
    }

    .form-check-inline {
      align-items: flex-start !important;
    }

    .orderForm {
      width: 100%;
    }

    .row {
      margin-right: 0px;
      margin-left: 0px;
    }
  }

  @media all and (max-width:576px) {
    .col-3 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    .container-fluid {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }

    .mat-typography h2 {
      font: 500 18px/25px Roboto, "Helvetica Neue", sans-serif !important;
    }

    .hvrbox-text {
      display: none;
    }

    .orderForm {
      width: 100%;
    }

    .productDesc {
      display: none;
    }

    .jc-end {
      justify-content: flex-start;
      text-align: left;
    }

    #profile nav ul ul {
      top: 25;
    }

    label[for='menu-trigger'] {
      display: none;
    }

    #seeMoreProducts {
      display: none;
    }

    .img_wrap {
      background-color: #e5e6e7
    }

    .btn.btn-default {
      background-color: #fff;
    }

    .mega-dropdown .dropdown-menu {
      width: 100%
    }

    .blogbox {
      background-color: rgba(0, 0, 0, 0.175)
    }

    .row {
      margin-right: 0px !important;
      margin-left: 0px !important;
    }

    .form-inline label.jc-end {
      justify-content: flex-start;
      padding-bottom: 6px;
    }

    a.navbar-brand img {
      width: 110%;
    }

    .section-title {
      font-size: 14px;
    }

    .input-group-prepend {
      display: none !important;
    }

    #profile nav a {
      background: #fff;
      color: #000;
      line-height: 30px;
    }

      #profile nav a:before {
        color: #fff;
      }

      #profile nav a i {
        color: #000;
      }

    #main-slide .carousel-item img {
      min-height: 100px;
    }

    h4.card-title {
      font-size: 10px
    }

    .checkbox label, .radio label, label, .form-check-label, form-control {
      font-size: 14px;
    }

    .btn {
      padding: .25rem .5rem;
    }

    .hvrbox, .hvrbox * {
      box-sizing: border-box;
      justify-content: center;
      text-align: center;
    }

      .hvrbox img {
        max-width: 100%;
        justify-content: center;
        text-align: center;
      }

    .form-inline label.jc-end {
      justify-content: flex-start;
      text-align: left;
      margin-left: -15px;
    }

    .jc-end {
      justify-content: flex-start;
      text-align: left;
      margin-left: -15px;
    }
  }

  @media (min-width: 320px) and (max-width: 480px) {
    #smallMedia {
      display: block;
    }

    #bigMedia {
      display: none;
    }

    .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
    }
  }

  /* iphone 11 pro max*/
  /* landscape*/
  @media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) and (orientation : landscape) {
    .orderForm {
      width: 100%;
    }

    label[for='menu-trigger'] {
      display: none;
    }

    .mega-dropdown .dropdown-menu {
      width: 100%
    }

    .hvrbox-text {
      display: none;
    }

    .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
    }
  }


  /*portait*/
  @media screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3) {
    main-slide .carousel-item img {
      min-height: 220px;
    }

    #smallMedia {
      display: block;
    }

    #bigMedia {
      display: none;
    }

    .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
    }

    .hvrbox-text {
      display: none;
    }

    label[for='menu-trigger'] {
      display: none;
    }

    .orderForm {
      width: 100%;
    }

    .row {
      margin-right: 0px;
      margin-left: 0px;
    }

    .col-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }

    #seeMoreProducts {
      display: none;
    }

    .card {
      margin-left: 40px
    }
  }

  @media (min-width: 481px) and (max-width: 767px) {
    #smallMedia {
      display: block;
    }

    #bigMedia {
      display: none;
    }
    #bigMedia.single-team-widget{display:none!important;}
    #smallMedia .single-team-widget{display:block!important;}
    .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
    }

    .single-team-widget {
      display: none;
    }
    .single-team-widget img{display:none;}

    .productDesc {
      display: none;
    }

  }

  @media all and (min-width:576px) {
    form-inline-label {
      float: left;
      justify-content: flex-start;
    }

    #profile nav ul ul {
      top: 25px;
    }

    .form-group {
      padding-left: 20px;
    }

    .hero-heading {
      font-size: 26px;
    }

    #bigMedia {
      display: none;
    }

    .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
    }

    .jc-end {
      justify-content: flex-start;
      text-align: left;
      margin-left: -15px;
    }
  }

  @media (min-width: 1025px) and (max-width: 1280px) {
    nav > div a.nav-item.nav-link.active:after {
      left: 30px;
    }
  }

  @media all and (max-width:1023) {
    h4.card-title {
      font-size: .8rem !important;
    }

    .jc-end {
      justify-content: flex-end;
      text-align: right;
    }

    #sizebar {
      width: calc(224px);
      display: block;
    }

    /*.box-description {
            font-size: 1.15vw;
            width: 180px;
            line-height: 14px;
        }*/

    #smallMedia {
      display: none;
    }
  }


  @media all and (min-width:1200px) {
    .container-gpo {
      max-width: 1400px;
    }

    #sizebar {
      width: calc(224px);
      display: block;
    }

    #customProduct {
      display: none
    }

    #smallMedia {
      display: none;
    }

    .card {
      margin-left: 0px;
    }

    #bigMedia {
      display: block;
    }


    .jc-end {
      justify-content: flex-end;
      text-align: right;
    }
  }
  /* ipad Landscape*/

  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #traineeNav {
      display: inline-block;
    }

    #singleitemDef {
      display: none;
    }

    main-slide .carousel-item img {
      min-height: 320px;
    }

    #customProduct {
      display: none
    }

    #smallMedia {
      display: none;
    }

    #bigMedia {
      display: block;
    }

    /*.box-description {
            font-size: 1vw;
            width:180px;
        }*/
    .orderForm {
      width: 100%;
      margin-left: 20px;
    }
  }

  /* ipad Portrait*/
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .toggle-menu {
      display: none;
    }

    #singleitemDef {
      width: 100%;
      z-index: -1;
    }

    #sidebar {
      display: none;
    }

    .single-team-widget {
      display: none;
    }

    .productDesc {
      display: none;
    }

    #customProduct {
      display: none
    }

    .orderForm {
      width: 100%;
      margin-left: 20px;
    }

    #traineeNav {
      display: inline-flex;
      display: -ms-inline-flexbox;
    }

    #sidebarCollapse {
      display: none;
    }
    

    .singleItemDef {
      display: none!important;
    }
    .singleItemDef2 {
      display: block !important;
    }
    .col.singleItemDef {
      display: none;
    }

    .col .productDesc {
      display: none
    }

    #smallMedia {
      display: none
    }

    #bigMedia {
      display: block;
    }
  }

  @media (max-width: 62em) {
  h4 span.sidebar-header {
      margin: 0 0 18px 24px !important;
    }
  h3 span.sidebar-header {
      margin: 0 0 18px 24px !important;
    }

    #traineeNav {
      display: inline-flex;
      display: -ms-inline-flexbox;
      list-style-type: none;
      font-size: 12px;
    }

    .container-fluid {
      padding-left: 0px;
      padding-right: 0px;
    }

    .single-team-widget {
      display: none;
    }

    .mega-dropdown .dropdown-menu {
      width: 100%;
      position: relative;
    }

    .dropdown:hover .dropdown-menu {
      position: relative
    }

    #profile nav ul ul {
      top: 25px;
    }

    .toggle-menu {
      display: none;
    }

    #menu-trigger {
      display: none;
    }
    /*.box-description {
            font-size: 1.15vw;
            width: 180px;
            line-height: 14px;
        }*/
    .orderForm {
      width: 100%;
    }

    #smallMedia {
      display: block;
    }

    #bigMedia {
      display: none;
    }

    .card {
      margin: 0 auto;
    }

    #singleItemDef {
      display: none;
    }

    .col.productDesc {
      display: none;
    }

    .page-footer p {
      font-size: 10px;
    }

    #sidebar, #sidebarCollapse {
      display: none;
    }

    #sidebarCollapse {
      display: none;
    }

    .navbar-nav {
      padding-top: .425rem;
      padding-left: 0.75rem;
    }

      .navbar-nav .nav-item {
        float: none;
      }

    .col-lg-2 {
      max-width: 18%
    }

    #orderForm.col-md-10 {
      width: 100%
    }

    nav > div a.nav-item.nav-link {
      font-size: 12px;
      line-height: 1rem;
    }

      nav > div a.nav-item.nav-link.active::after {
        left: -4px;
        z-index: 1010;
        word-break: keep-all;
        bottom: -44px;
      }

    a.navbar-brand img {
      width: 75%;
      padding-left: 10px;
    }

    .navbar-brand,
    .navbar-nav .nav-item {
      display: block;
    }

      .navbar-nav .nav-item + .nav-item {
        margin-left: 0;
      }

    .dropdown-menu {
      position: relative;
      float: none;
    }
  }

  #sidebar .sidebar-header h4 {
    padding: 15px 19px;
    font-family: 'roboto' Arial, Helvetica, sans-serif;
    background: #e9ecef;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
  }

  #sidebar ul li {
    font-family: 'Lato', Arial, sans-serif
  }

    #sidebar ul li a {
      padding: 10px 20px;
      display: block;
      color: rgb(0, 0, 0);
      font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
    }

      #sidebar ul li a:hover {
        color: #fff;
        background: #003866;
      }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
      color: #fff;
      background: #003866;
    }

  .label-bold {
    font-weight: bold
  }


  /*tab navigation for order form*/
  div#nav-tabContent {
    margin-top: 20px;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: darkorange !important;
    border-color: darkorange !important
  }

  ul#bigNav {
    list-style: none;
    width: 100%;
    display: flex;
  }

    ul#bigNav li.nav-item {
      display: inline;
      background-color: #e9ecef;
      padding: 10px 0px;
      position: relative;
      border: 1px solid #eee;
      float: left;
      width: 25%;
    }

    ul#bigNav li a {
      font-weight: 600;
      font-size: 1rem;
      color: #000;
      text-transform: uppercase;
      border: none;
    }

    ul#bigNav li:hover {
      background-color: #c0c0c0;
      cursor: pointer;
    }

      ul#bigNav li:hover:after {
        border-top: #c0c0c0;
      }

    ul#bigNav li.nav-item.current {
      background-color: darkorange
    }

      ul#bigNav li.nav-item.current:after {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-top: 15px solid darkOrange;
        position: absolute;
        bottom: -15px;
        left: 45%;
      }
  /* media for nav*/
  @media (min-width: 576px) {

    ul#bigNav li.current:after {
      width: 0;
      height: 0;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid darkOrange;
      content: " ";
      position: absolute;
      bottom: -15px;
    }
  }
  /* new tab css ends here */

  @media print {
    body {
      margin: 0;
      font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
      font-size: 1rem;
      font-weight: 400;
      line-height: 1.5;
      color: #212529;
      text-align: left;
      background-color: #fff;
    }

    .btn-print {
      display: none;
    }

    .logoPrint {
      display: block !important;
    }

    .btn {
      display: none !important
    }

    .list-group {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-left: 0;
      margin-bottom: 0;
    }

    .list-group-flush .list-group-item {
      border-right: 0;
      border-left: 0;
      border-radius: 0;
    }

    .list-group-item {
      position: relative;
      display: block;
      padding: .75rem 1.25rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0,0,0,.125);
    }

      .list-group-item:hover {
        z-index: 1;
        text-decoration: none;
      }

    .list-group-flush:first-child .list-group-item:first-child {
      border-top: 0;
    }

    .list-group-flush .list-group-item {
      border-right: 0;
      border-left: 0;
      border-radius: 0;
    }

    .list-group-item:focus, .list-group-item:hover {
      z-index: 1;
      text-decoration: none;
    }

    .section-title {
      color: #333;
      font-family: 'Roboto';
      font-size: 20px;
      font-weight: 900;
      /* letter-spacing: 2px; */
      text-align: left;
      position: relative;
      /* margin-bottom: 45px; */
      text-transform: uppercase;
    }

    .text-white {
      color: #fff !important;
    }

    .bg-secondary {
      background-color: #6c757d !important;
    }

    .list-group-item {
      position: relative;
      display: block;
      padding: .75rem 1.25rem;
      margin-bottom: -1px;
      background-color: #fff;
      border: 1px solid rgba(0,0,0,.125);
    }
  }

  .none-mvp-text {
    color: #808080;
  }

  .fullWidth {
    width: 100%;
  }

