/*-------------------------------------------------------------------------*/
html, body {
  width: 100vw;
  overflow-x: hidden;
}
.i-tooltip-container {
    position: relative;
  display: inline-block;
}

.i-tooltip-container .i-tooltip-info {
  display: none;
  position: absolute;
  top: -142px;
  left: -118px;
  line-height: 1.5;
  font-size: 12px;
  padding: 10px;
  width: 250px;
    background: white;
    border-radius: 4px;
    font-size: 12px;
    color: gray;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
    transition: opacity 250ms ease-in-out;
}

@media screen and (max-width: 940px) {
  .i-tooltip-container .i-tooltip-info {
        left: -230;
  }
  header.main {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
  }
  #page {
    padding-top: 83px;
    box-sizing: border-box;
  }
  .main .sidebar nav {
    position: fixed;
    height: calc(100vh - 150px);
    overflow-y: scroll;
  }
}

@media screen and (max-width: 477px) {
  .i-tooltip-container .i-tooltip-info {
        left: 0;
  }
}

@media screen and (max-width: 477px) {
  .i-tooltip-container .i-tooltip-info {
        left: 0;
  }
}

.i-tooltip-container .i-tooltip-btn {
  width: 18px;
  height: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  padding-left: 6px;
  cursor: help;
  border: solid 1px #bbbbbb;
  font-family: 'Times New Roman', serif;
  color: #bbbbbb;
  border-radius: 100%;
  font-size: 14px;
  box-sizing: border-box;
}

label {
  cursor: pointer;
}
/*-------------------------------------------------------------------------*/

.mob-menu-btn,
.mob-search-btn,
.mob-search-container,
.menu-mobile-menue-container {
  color: #ffffff;
  display: none;
}
@media all and (max-width: 980px) {
  body {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
  }
  .fixed-position {
    overflow:hidden;
  }
  .mob-menu-btn,
  .mob-search-btn,
  .mob-search-container,
  .menu-mobile-menue-container {
    display: block;
    margin: 0 15px;
  }
  .mob-menu-btn.active .dashicons::before,
  .mob-search-btn.active .dashicons::before {
    content: "\f158";
  }
  .menu-mobile-menue-container {
    display: block;
    position: absolute;
    z-index: 9;
    top: 70px;
    left: -100vw;
    width: 100vw;
    height: calc(100vh - 150px);
    background-color: #2d3047;
    margin: 0;
    padding: 10px 0;
    overflow-y: scroll;
    transition: all 0.3s ease-out;
  }
  .menu-mobile-menue-container.active {
    left: 0;
  }
  #menu-mobile-menue > li {
    padding: 10px 0;
  }
  .col-header-pkf {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #maincontainer .container {
    padding-top: 80px;
  }
  .headermain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 70px;
    z-index: 9;
  }
  #search-3 {
    display: block !important;
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 0;
  }
  .headermain .col-md-8 {
    position: absolute;
    width: 89vw;
    height: 80px;
    left: 100vw;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
  }
  .headermain .col-md-8.active {
    left: 0;
  }
  #search-3 .form-group {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .col-header-pkf img {
    object-fit: contain;
    object-position: center;
    max-height: 70px;
  }
  #search-3 {
    width: 100%;
    margin-left: 0;
  }
  #search-3 .form-group input[type=text] {
    width: 100%;
  }
}
body, html {
  display: block;
  width: 100vw;
  max-width: 100vw;
  overflow-x: hidden;
}

.mr5 {margin: 0px 0px 0px 10px !important}

.form-control { height: 47px !important }

.seopressbtn { height: 47px !important }

#menu-mobile-menue {font-size: 16.5px !important}

@media (max-width: 767px) {
    .col-header-pkf img {
        width: 300px;
        height: 70px;
        margin-bottom: 0;
    }
}