.tab_drawer_headingP{
    display: none;
}
.submenuP {
  background: ghostwhite;
  width: 1050px;
  position: absolute;
  top: 103px;
  left: 100px;
  display: none;
  border-radius: 5px;
  border-top: 3px solid #d1d13b;
  border-bottom: 3px solid #d1d13b;
  padding: 20px 15px;
}
.navbar-brand {
  margin: 10px 0px;
}
.navbar-expand-lg {
  padding: 0px !important;
}
.aal {
  height: 105px;
  line-height: 90px;
}
.aal:hover + .submenuP {
  display: flex !important;
}
.submenuP:hover {
  display: flex !important;
}
.dropdown {
  display: none !important;
}
.tab_contentP {
  display: none;
}
.nav-tabP {
  padding: 15px;
  flex: 0.25;
}
.nav-tabP ul.tabsP {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.nav-tabP ul.tabsP li {
  padding: 7px 5px;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 600;
}
.nav-tabP ul.tabsP li:hover {
  color: #1aa3d7;
  transition: 0.3s;
}
.nav-tabP ul.tabsP li.active {
  background: #fff;
  border-radius: 5px;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  color: #1aa3d7;
}
.nav-tabP ul.tabsP li.active:first-child {
  border-top: 1px solid #dfdfdf;
}
.tab_containerP {
  flex: 0.75;
  padding: 15px;
}
.tab_containerP .tab_contentP .container-fluid .row {
  width: 100%;
}
.tab_containerP .tab_contentP .container-fluid .row .col-sm-6 ul.drop-menuP {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tab_containerP .tab_contentP .container-fluid .row .col-sm-6 ul.drop-menuP li {
  width: 100%;
  padding: 7px 5px;
  border-bottom: 1px solid #dfdfdf;
}
.tab_containerP
  .tab_contentP
  .container-fluid
  .row
  .col-sm-6
  ul.drop-menuP
  li
  a {
  color: #000;
  font-size: 15px;
}
.tab_containerP
  .tab_contentP
  .container-fluid
  .row
  .col-sm-6
  ul.drop-menuP
  li
  a:hover {
  color: #1aa3d7;
  transition: 0.3s;
}
.tab_containerP
  .tab_contentP
  .container-fluid
  .row
  .col-sm-6
  ul.drop-menuP
  li
  a:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f101";
  color: #1aa3d7;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .navbar-expand-lg {
    padding: 7px 20px !important;
  }
  .dropdown {
    display: flex !important;
  }
  .aal {
    height: 40px;
    line-height: 20px;
    width: 100%;
    display: none !important;
  }
  .aal i {
    float: right;
    margin: 4px 15px 0px 0px !important;
  }
  .fb-al {
    display: none !important;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  .submenuP {
    width: 500px;
    top: 243px;
    left: 20px;
    display: none;
    padding: 15px 10px;
  }
  .aal:hover + .submenuP {
    display: block !important;
  }
  .submenuP:hover {
    display: block !important;
  }
  .nav-tabP ul.tabsP li {
    font-size: 14px;
  }
  .navbar-nav .dropdown-menu {
    position: absolute !important;
  }
  .dropdown-menu {
    min-width: 100% !important;
    top: 90% !important;
    left: 0px !important;
    border-top: 3px solid #d1d13b;
    border-bottom: 3px solid #d1d13b;
    padding: 10px !important;
    box-shadow: 0px 10px 25px -4px rgba(0, 0, 0, 0.5);
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .dropdown-menu .container {
    padding: 0px !important;
  }
  .dropdown-menu::-webkit-scrollbar {
    width: 3px;
    background-color: #f5f5f5;
  }

  .dropdown-menu::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: rgba(44, 44, 44, 0.3);
    max-height: 150px;
  }
}
@media screen and (min-width: 1400px){
    .submenuP {
  background: ghostwhite;
  width: 1050px;
  position: absolute;
  top: 103px;
  left: 350px;
  display: none;
  border-radius: 5px;
  border-top: 3px solid #d1d13b;
  border-bottom: 3px solid #d1d13b;
  padding: 20px 15px;
}
}
