/*-- ==============================================
         Vendor List section :: Start
=================================================== */
.title-section .secondary-btn {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .title-section .secondary-btn {
    margin-top: 0.5em;
  }
}

.vendor-list-section.preferred-list-row {
  padding: 5.4rem 0 4.6rem;
}

@media screen and (max-width: 991px) {
  .vendor-list-section.preferred-list-row {
    margin-top: 0;
    padding: 1rem 0 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .vendor-list-section.preferred-list-row h2 {
    /* font-size: 1.3125rem; 
    line-height: 1.75rem;*/
  }
  .vendor-list-section.preferred-list-row h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .vendor-list-section.preferred-list-row p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.vendor-list-section.preferred-list-row .right-content {
  padding-top: 1.25rem;
  padding-left: 0.75rem;
}

.sidebar-img {
  background: white;
  margin: -1.875rem -1.875rem 0;
  padding: 0 0.938rem 0.938rem;
  display: flex;
  justify-content: center;
}

.sidebar-img img {
  max-width: 75%;
}

.sidebar-img + ul {
  margin-top: 1.875rem;
}

.left-sidebar .data-sidebar li {
  margin-bottom: 2.5rem;
}

.left-sidebar .data-sidebar li h2 {
  text-transform: uppercase;
  letter-spacing: 0.188rem;
  margin-bottom: 0.875rem;
}

.left-sidebar .data-sidebar li .flag-wrap span {
  position: relative;
  display: inline-block;
  padding-left: 1.563rem;
  margin-right: 1.25rem;
}

.left-sidebar .data-sidebar li .flag-wrap span img {
  position: absolute;
  left: 0;
  top: 6px;
}

.left-sidebar .data-sidebar li .contact-detail {
  color: #505455;
  margin-bottom: 1.563rem;
}

.left-sidebar .data-sidebar li .contact-detail p {
  margin-bottom: 0.313rem;
}

.left-sidebar .data-sidebar li .contact-detail a {
  display: block;
  text-decoration: underline;
}

.left-sidebar .data-sidebar li .contact-detail a span {
  display: block;
}

.left-sidebar .data-sidebar li .contact-detail a:hover, .left-sidebar .data-sidebar li .contact-detail a:focus {
  color: #505455;
  font-weight: normal;
}

.left-sidebar .data-sidebar li .offers p {
  margin: 1.875rem 0 0 1.875rem;
  text-transform: uppercase;
  padding: 1rem 1.25rem 1rem 2.813rem;
  line-height: 18px;
  letter-spacing: 0.125rem;
  font-weight: 600;
  border-radius: 6px;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .left-sidebar .data-sidebar li .offers p {
    padding-left: 2.5rem;
    font-size: 0.875rem;
  }
}

.left-sidebar .data-sidebar li .offers p.offer-blue {
  background-color: #5BC2E7;
  width: 150px;
}

.left-sidebar .data-sidebar li .offers p.offer-green {
  background-color: #C4D600;
  width: 150px;
}

.left-sidebar .data-sidebar li .offers p img {
  position: absolute;
  left: -1.875rem;
  top: -0.9375rem;
}

.vendor-content-section img {
	max-width:100%;	
}

.vendor-content-section p img {
	max-width:100%;	
}

.vendor-content-section iframe {
	max-width:100%;	
}

.vendor-content-section p iframe {
	max-width:100%;	
}

/*-- ==============================================
         Vendor List section :: End
=================================================== */

@media screen and (min-width: 990px) {
  #findVendorPreferredVendors{
    display: none;
  }
}


#ptn-vendor-pro-page {
  width: 100%;
}

a:focus {
  outline: none;
}

.vendor-search-dropdown-header{
  display: none;
}

.vendor-search-input-header{
  height: 100%;
}

/* *********  ********* */
#ptn-vendor-pro-page.vendor-content-section ul,
#ptn-vendor-pro-page.vendor-content-section ol {
  margin: 15px 0;
  padding: 0 0 0 40px;
}
#ptn-vendor-pro-page.vendor-content-section ul li,
#ptn-vendor-pro-page.vendor-content-section ol li {
  margin: auto;
  padding: initial;
}
#ptn-vendor-pro-page.vendor-content-section li ol,
#ptn-vendor-pro-page.vendor-content-section li ul {
  margin: auto;
  padding: 0 0 0 40px;
}
/* *********  ********* */