body
      {
        font-family: "Poppins", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #272525;
      }

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1400px;
        padding-right: 3vw;
        padding-left: 3vw;
    }
}

header
{
    border-bottom: 3px solid #7CBD5B;
}
ul.navbar-nav>li>a.nav-link {
    color: #365DA3;
    font-size: 25px;
    line-height: 44px;
    font-weight: 600;
}
.active a.nav-link.dropdown-toggle {
    color: #fff;
}
.navbar-nav li.nav-item {
    padding: 0px 20px;
}
.navbar-nav .dropdown-menu
{
    position: absolute;
}
.dropdown-item:hover,
.dropdown-menu li.active .dropdown-item {
  background-color: #fff;
  color: #365DA3;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
ul.dropdown-menu {
    left: 0px;
    background: #ffff;
    min-width: 250px;
    border-top: 16px solid #365DA3;
}
ul.dropdown-menu li {
    padding: 10px 20px;
}
ul.dropdown-menu li a  {
    font-size: 18px;
    font-weight:600;
    color:  #272525;
}

ul.dropdown-menu li span {
    margin-right: 10px;
}
header .form-control, header .btn
{
    border-radius: 0px;
}
   .bg-img
      {
        background-image: url(../img/loginimg.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 50px 50px 120px;
    display: inline-flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex-direction: column;
      }
      
      .heading h1 {
    color: #fff;
    font-size: 64px;
    line-height: 70.4px;
    font-weight: 700;
    margin-bottom: 40px;
}
       .beacon-black
       {
        background-color: #ffffff;
        padding: 50px 30px;
       }
      .card {
    margin-bottom: 20px;
    background-color: #1e1e1e;
    border: none;
    color: #fff;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    min-height: 100px;
}
 .card  h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 25px;
}
.sub_cate .card
{
    background-color: #008000;
}
h1.home {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
}
a.cate_link
{
    text-decoration: none;
}
a.cate_link:hover .card
{
     background: #008000;
     transform: scale(1.05);
     box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.4);
}
.sub_cate a.cate_link:hover .card
{
  background: #674391
}
.card.active
{
    background-color: #008000;
    border: 1px solid #008000;
}
hr {
    background-color: #7CBD5B;
    border: 2px solid #7CBD5B;
    opacity: 1;
    margin:0px;
}
footer ul {
    padding: 0px;
    text-decoration: none;
}
footer ul li {
    text-decoration: none;
    display: block;
    padding: 5px 10px 10px 0;
    margin-bottom: 10px;
    list-style: none;
    font-size: 14px;
    font-weight: 600;
}
ul#location li {
    display: flex;
}
footer ul i {
  margin-right: 5px;
}
#website li a, 
#website li a:hover {
    font-size: 14px;
    font-weight: 600;
    color: #365DA3;
    text-decoration: none;
}
ul.footer-menu li
{
 margin-bottom: 0;
 padding-bottom: 5px;
}
ul.footer-menu li a, 
ul.footer-menu li a:hover
{
 font-size: 10px;
font-weight: 700;
color:#272525;
line-height: 17px;
}
footer h4 {
    font-size: 14px;
    font-weight: 700;
}
footer h6 {
    font-size: 12px;
    line-height: 18px;
    color: #365DA3;
    font-weight: 700;
}
footer h6:after {
    content: '';
    display: flex;
    width: 90%;
    height: 3px;
    background: #365DA3;
    position: relative;
    top: -12px;
    left: 45px;
}
p.social-icon a {
    color: #272525;
    font-size: 24px;
    margin-right: 10px;
}
/*sub-categoies*/
.bg-img2
      {
        background-image: url(../img/compliance.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 60px 50px;    
      }
.bg-img2 img.img-fluid {
    width: 60px;
    height: 80px;
}
.bg-img2 h3
{
    color: #fff;
    font-size: 24px;
}
.bpn_meb .row 
{
     border-bottom: 2px solid #707981;
}
.bpn_meb h2 {
    padding: 30px 0;
    color: #365DA3;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;  
}
.bpn-purple
{
    background-color: #707981;
}
.bpn-blue, .btn-primary, .btn-primary:hover
{
    background-color: #365DA3;
}
.btn-primary, .btn-primary:hover
{
    border:1px solid #365DA3;
}
.sub-head {
    padding: 10px 20px;
    margin-bottom: 20px;
}
.sub-head h2
{
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0px;
}
.sub_categories {
    border: 1px solid #CED4DA;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 15%);
    padding: 15px 20px;
}
.sub_category h3,
.sub_categories h3
{
    color: #272525;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 15px;
}
.sub_categories ul {
    padding-left: 1rem;
    margin-bottom: 0px;
}
.sub_categories ul li {
    list-style: disc;
    padding-bottom: 15px;
}
.sub_categories ul li:last-child
{
    padding-bottom: 10px;
}
.sub_categories ul li a {
    color: #272525;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    text-decoration: none;
}
.sub_categories ul li a:hover,
.sub_categories ul li a.active,
.sub_categories ul li.active a 

{
    color: #0686E0;
    
}

.sub_categories ul li span {
    margin-right: 15px;
}
.providerList {
    border: 1px solid #CED4DA;
    padding: 20px;
     color: #365DA3;
    font-size: 16px;
    font-weight: 600;
}
/*sub-categoies*/
/*Profile*/
  h2.category_title {
    color: #365DA3;
    font-size: 40px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin-bottom: 20px;
}
/*.client_logo img, .bg-grey img  {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    border: 6px solid #1e1e1e;    
}*/
.client_logo .col-md-4
{
    border: 1px solid #1e1e1e;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
/*Profile*/
/*Company Details*/

.bg-grey img  {
    width: 100%;
 }   
.bg-grey
{
    background-color: #D9D9D9;

 }
 .bg-white
{
    background-color: #ffffff;
 }

.bg-grey h3 {
    color: #272525;
    font-weight: 700;
    font-size: 30px;
    line-height: 27px;
    margin-bottom: 25px;
}

.product_details h4 {
    font-size: 20px;
    margin-bottom: 15px;
     font-weight: 700;
     color: #365DA3;
}
.company_details h3, .product_details h3 {
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #365DA3;
}

section.logo, .company_details {
    padding-top: 20px;
}
.company_details hr, .product_details hr, .logo hr 
{
     background-color: #707981;
    border: 2px solid #707981;
    margin-top: 40px;
}

.title-bg
{
    background-image: url('../img/Vendor Mng bg 1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
   min-height: 170px;
   margin-top: 40px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
}
.title-bg h2
{
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 43px;
    text-align: center;
}
.title-bg img {
    width: 7%;
    padding: 10px 0px;
}
.company_details ul {
    margin: 0;
    list-style: disc;
}

.border-box {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
    height: 100%;
    padding: 30px;
    background-color: #CED4DA;
    position: relative;
    min-height: 170px;
}

.border-box h4 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    line-height: 25px;
    text-align: center;
}

.border-box p 
{
    font-size: 24px;
    margin-bottom: 15px;
    font-weight: 600;
    color: #000;
    text-align: center;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
}
.product_list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product_list ul li { 
  font-size: 15px;
  line-height: 30px;
}

.product_list .col-md-3 {
    border-right: 1px solid #CED4DA;
    padding-left: 40px;
}
.product_list .col-md-3:last-child {
    border: none;
}
.product_list .col-md-3:first-child {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

.img-fluid.pdf-img {
    position: relative;
    border: 2px solid #CED4DA;
    height: 260px
}
img.img-fluid.pdf-icon {
    position: absolute;
    width: 50px;
    height: 50px;
       top: 2px;
    z-index: 9999;
    right: 26%;
} 
.brochure_pdf_btn, a.brochure_pdf_btn:hover
{
    background-color: #365DA3;
    padding: 9px 12px;
    border-radius: 50px;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
}

a {
    text-decoration: none;
}

.rounded
{
    border-radius: 50% !important;
}
h4 small { font-size:16px; }

ul.multiple_select {
    height: 150px;
    border: 1px solid #dfdfdf;
    overflow-y: scroll;
    list-style: none;
    padding: 0;
}
.multiple_select li {
    padding-left: 10px;
    padding-bottom: 6px;
}

.multiple_select label.form-check-label {
    margin-left: 5px;
}
textarea.form-control {
    min-height: calc(10.5em +(.75rem + 2px));
}
label.form-label 
{
  font-weight: 600;
}
/*Company Details*/
/*login*/
.login-form h2 {
    color: #365DA3;
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 30px;
}
input.button, button.button {
    background: #365DA3;
    color: #fff;
    text-align: center;
    font-size: 20px;
    border-radius: 8px;
    padding: 6px 32px;
    border: none;
    width: 100%;
}
.link a {
    color: #B0F9FE;
    font-size: 18px;
}

a.nav-link.logout {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
/*login*/

/*providers */

.edit-view-contact .row {
    margin-bottom: 20px;
}
 .btn.btn-theme {
    padding: 10px 12px;
    /* background: blue; */
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(200, 201, 202, 1);
    color: rgba(45, 46, 47, 1) !important;
    margin-right: 10px;
    font-size: 12px;
}
button.btn.btn-theme a{
     color: rgba(45, 46, 47, 1) !important;
}

.btn-success, .btn-success:hover {
    background-color: #91BC62;
    border-radius: 30px;
    border-color: #91BC62;
}

@media (max-width:786px)
{
    .btn.btn-theme
    {
        margin-bottom:20px;

    }
   .right-sidebar{
       padding-bottom:0px !important;
   }
    
}
@media (min-width:798px)
{
    .right-sidebar
{
    padding:20px;
border:1px solid rgba(240,240,240,1);
position: sticky;
  top: 0;
}
}
.hero-section h2{
    color: #ffffff;
        margin-top: 10px;
        margin-bottom: 0px !important;
}
.right-sidebar ul li i {
    float: right;
    color: #225630;
}
.bg-black{
  /* background:#36454F; */
  background: #4A4A4A;
  min-height:200px;
   
    justify-content: end;
    align-items: flex-end;
    display: flex
;
    padding: 50px 0px;
}
.right-sidebar
{
    padding:20px;
border:1px solid rgba(240,240,240,1);
 
}
.right-sidebar ul li
{
padding:16px 0px;

border-bottom:1px solid rgba(240,240,240,1);
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
      
        justify-content: end !important;
    }
}
.profile-img
{
    height: 170px;
    width: 170px;
}
.btn-blue, .btn-blue:hover {
    color: #fff;
    border-radius: 20px;
}
/*eof providers */
/*slider*/
#logo-slider
{
 display: none;
}
.checkout h1
{
    font-size: 32px;
    color:#365DA3;
    font-weight: 700;
    text-align: left;
}

.cards {
   border-radius: 0px;
   box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.22);
   border: solid 1px rgba(129, 147, 174, 0.12);
   background-color: #fff;
   padding: 2.5em;
   text-align: center;
   position: relative;
   border: 1px solid #CED4DA;
}
.corner 
{
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
     transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -webkit-transform: rotate(180deg);
}
.card_list:first-child  .corner.top-left {
      top: 0;
      left: 0;
      border-width: 0 0 30px 30px;
      border-color: transparent transparent #1e4dab transparent;
    }

   .card_list:first-child  .corner.bottom-right {
      bottom: 0;
      right: 0;
      border-width: 30px 30px 0 0;
      border-color: #1e4dab transparent transparent transparent;
    }

  .card_list:nth-child(2) .corner.top-left {
      top: 0;
      left: 0;
      border-width: 0 0 30px 30px;
      border-color: transparent transparent #CED4DA transparent;
    }

 .card_list:nth-child(2) .corner.bottom-right {
      bottom: 0;
      right: 0;
      border-width: 30px 30px 0 0;
      border-color: #CED4DA transparent transparent transparent;
    }

    .card_list:nth-child(3) .corner.top-left {
      top: 0;
      left: 0;
      border-width: 0 0 30px 30px;
      border-color: transparent transparent #91BC62 transparent;
    }

    .card_list:nth-child(3) .corner.bottom-right {
      bottom: 0;
      right: 0;
      border-width: 30px 30px 0 0;
      border-color: #91BC62 transparent transparent transparent;
    }
.top-right {
    position: absolute;
    right: 20px;
    top: 20px;
}

.card__body {
   padding-top: 1em;
}

.card__head {
     font-size: 20px;
   margin-bottom: 1em;
   font-weight: 600;
   color: #365DA3;
}

.card__content {
   
   font-size: 16px;
   font-weight: 400;
}
.sub_product .card {
    background-color: #365DA3;
}

@keyframes scroll{
  from{
    transform:translateX(0) ;
    
  }
  to{
    transform:translateX(-100%);
  
  }
}
@-webkit-keyframes scroll{
  from{
    -webkit-transform:translateX(0);
    
  }
  to{
    -webkit-transform:translateX(-100%);
  
  }
}
.logoslider{
  overflow:hidden;
  padding:0px 0 ;
  white-space:nowrap;
  position:relative;
}
/*.logoslider:before,
.logoslider:after {
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logoslider:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff);
}

.logoslider:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}*/
.logoslider:hover .logos-slide-w{
  animation-play-state:paused;
  
  
}
.logos-slide-w{
  display:inline-flex;
  -webkit-animation:scroll 30s linear infinite ;
  animation:scroll 30s linear infinite ;
  }
  .slide 
  {
    padding: 5px;
    text-align: center;
    margin: 15px 15px 15px 30px;
    display: inline-flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 15%) 0px 0px 20px;
    width: 250px;
    height: 150px;
    justify-content: center;
  }
.logos-slide-w img{
  height:150px; 
  max-width: 250px;
 object-fit: contain;
}

.comp_logo img {
    max-height: 200px;
    object-fit: contain;
}

/*slider*/


.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%) !important;
}
.team-section .card {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #3a65a6;
    background-clip: border-box;
    border-radius: 0rem;
    min-height: 252px;
     box-shadow:none;
}

.member-profile {
    top: -90px;
    left: 0;
}


.member-profile img {
    width: 180px;
    height: 180px;
}
.team-section .card-text
{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.team-section h4
{
    font-size: 20px;
    font-weight:700;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 0.18%) !important;
}
.cate-box {
    background: #ffffff;
    border: 1px solid #CED4DA;
    padding: 30px 40px;
    box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
}
.cate-box h4
{
    font-size: 20px;
    font-weight: 600;
    color: #365DA3;
    text-align: left;
}
.cate-box ul li 
{
    font-size: 16px;
    font-weight: 600;
    color: #00000;
    line-height: 35px;
}
.upload-buttons li.list-inline-item
{
    margin-bottom: 15px;
}