/* Main styles */
body {
  background-color: #ffffff;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#bbcs .breadcrumb {
  /*border-bottom: 1px solid #d3d3d3;*/
	margin: 0;
  padding: 10px 0px;
}
#bbcs .breadcrumb h4 {
  font-size: 13px;
  font-weight: normal;
  margin: 0 4px;
  color: #213038;
}
#bbcs .breadcrumb h4 a {
  font-size: 13px;
  font-weight: normal;
  margin: 12px 0 0 0;
  color: #4c12a1;
  text-decoration:none;
}
#bbcs .breadcrumb a:after {
  font-family: 'fontAwesome';
  content: "\f105";
  padding: 0px 8px;
  font-size: 11px;
}

/*banner styles*/
.banner {
  background-color: #F2F3F4;
  background-image: url(/images/B2B-plp-lightworld-transparent.png);
  background-size: cover;
  margin: 0px 0 16px;
  max-height: 120px;
  overflow: hidden;
  border-radius: 10px;
  width: 100%;
  max-width: 1500px;
  height: 120px;
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 0 40px;
  align-items: center;
}
.manager_intro {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  gap: 16px;
}
#bbcs .manager_name h3, #bbcs .manager_name h1, #bbcs .main_content h3, #bbcs .main_content h1 {
  margin: 0;
  color: #4c12a1 !important;
}
#bbcs .manager_name h1, #bbcs .main_content h1 {
  font-size: 38px;
  height: max-content;
  line-height: normal;
  font-weight: bold;
}
#bbcs .manager_name h3, #bbcs .main_content h3 {
  font-size: 22px;
    line-height: normal;
    font-weight: normal;
}
#bbcs .main_content, #bbcs .manager_name {
  display: flex;
  flex-direction: column;
  gap: 2px;
  height: max-content;
}
.manager_intro .manager_img {
  max-width: 80px;
  border-radius: 64px;
  overflow: hidden;
  max-height: 80px;
}
.manager_intro .manager_img img {
  width: 100%;
  position: initial;
}

/*banner styles end*/

/*grid styles*/
#bbcs .header {
  width:100%;
  display:inline-block;
  margin-bottom: 16px;
  padding: 0%;
  border-radius: 5px;
}
#bbcs .header h2 {
  text-align:center;
  font-size: 18px;
  color: #4c12a1 !important;
  font-weight: 400;
  font-size: 20px !important;
  margin: 0;
}
#bbcs #contactForm {
  padding-top: 16px;
}
#bbcs #contactForm textarea {
  border-radius:10px;
  margin: 0;
  resize: vertical;
  min-height: 90px;
}
#bbcs #contactForm input {
  margin: 8px 0;
}
#bbcs #contactForm .twoColumn {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  gap: 4px;
}
#bbcs #contactForm #name {
  width: 100%;
  min-width: 170px;
  margin: 0;
}
#bbcs #contactForm #company {
  width: 100%;
  min-width: 170px;
  margin: 0;
}
#bbcs #contactForm #buttons {
  float: left;
  margin-top: 8px;
}
#bbcs #contactForm #buttons > input {
  margin: 0;
}
#bbcs .callus {
  float: right;
  margin-top: 8px;
}
#bbcs .callus button {
  border: 2px solid #4c12a1;
  padding: 10px 30px;
  border-radius: 32px;
  display: flex;
  width: max-content;
  margin: 0;
  align-items: center;
  gap: 4px;
  background-color: #4c12a1;
  color: white !important;
  text-decoration: none;
}

.why {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    grid-gap: 8px;
}
.why .map {
  display: flex;
  grid-column-start: 1;
  grid-column-end: 3;
  flex-direction: column;
  border: 1px solid #4c12a1;
  border-radius: 10px;
  position: relative;
}
#bbcs .map h2 {
  margin:0px;
  background: #ffffff;
  border-radius: 10px 10px 0px 0px; 
  border-bottom: 0px;
  padding: 16px 0;
  color: #4c12a1 !important;
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
  font-family: 'Currys Sans',arial;
}
/* Set the size of the div element that contains the map */
#bbcs #map {
  height: 499px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
  border-radius: 0px 0px 10px 10px;
  border-top: 0px;
}

.why .open-hours {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: start;
}
#bbcs .why .whypcwb {
  width: 100%;
  display:block;
  float:left;
  min-height:200px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #4c12a1;
  /*max-width: 489px;*/
  padding: 16px; 
  overflow: hidden;
}
#bbcs .why .whypcwb p {
  padding: 16px 0 0 0;
  font-size: 15px;
  line-height: 20px;
  margin:0px;
}
#bbcs .why .whypcwb h2 {
  margin:0px;
  padding: 0;
  background: transparent;
  border-radius: 10px 10px 0px 0px;
  width: 100%;
  color: #4c12a1 !important;
  font-weight: 400;
  font-size: 20px !important;
  text-align: center;
}
#bbcs .why .contact-form {
  display: block; 
  width: 100%; 
  float: left; 
  /*max-width: 489px;*/
  padding: 16px; 
  border: 1px solid #4c12a1; 
  border-radius: 10px;
  min-height: 200px; 
  background: #ffffff;
  container-name: bhForm;
}

/*grid styles end*/
.parsley-errors-list {
  margin: 4px 0;
  padding: 0px 24px;
}

.hours-wrapper {
  max-height: 80%;
  height: 100%;
}
.address-wrapper {
  max-height: 20%;
  height: 100%;
  margin-top: 16px;
}
.address-wrapper-2 {
  display: flex;
  flex-direction: row;
  gap: 8px;
  background: #ffffff;
  align-items: center;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#bbcs .map .address-wrapper-2 h2 {
  margin: 0px;
  font-family: 'Currys Sans', arial;
  padding: 8px 0 8px 8px;
}
#opening_hours {
  min-height: max-content;
  height: auto;
}

/* contact form multiple point responsive styles */
@media screen and (min-width:900px) and (max-width:1180px), (min-width:600px) and (max-width:780px), (max-width:388px) {
  .twoColumn {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #bbcs #contactForm .twoColumn {
    gap: 8px;
  }
}
@media screen and (min-width:900px) and (max-width:986px), (min-width:600px) and (max-width:660px), (max-width:334px) {
  #bbcs .callus {
    margin: 8px 0;
    float: left;
  }
}
/* end */

@media screen and (max-width:1500px) {
  #bbcs {
    padding: 0 8px;
  }
}

@media screen and (max-width:1040px) {
  #bbcs .manager_name h1, #bbcs .main_content h1 {
    font-size: 36px;
  }
  #bbcs .manager_name h3, #bbcs .main_content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:1024px){
  .breadcrumb, #bbcs {
    padding: 0;
  }
  .hero h1 {font-size: 18px !important; left:2%}
  .bcm-name {font-size: 14px;}
  #bbcs .location .map {width:66%;}
  #bbcs .location .contact {width:32%}
}
@media screen and (max-width:900px) {
  #bbcs .why {
    grid-template-columns: 1fr 1fr;
  }
  .why #opening_hours {
    grid-column: 2;
    grid-row: 2;
  }
  .banner {
    height: 180px;
    max-height: 160px;
    align-content: center;
    padding: 0 8px;
    grid-template-columns: 56% 44%;
  }
  #bbcs .manager_name h1, #bbcs .main_content h1 {
    font-size: 32px;
  }
  #bbcs .manager_name h3, #bbcs .main_content h3 {
    font-size: 18px;
  }
}
@media screen and (max-width:599px) {
  #bbcs .why {
    grid-template-columns: 1fr;
  }
  .why #opening_hours {
    grid-column: 1;
    grid-row: auto;
}
  .why .open-hours, .why .whypcwb, .why .contact-form, .why .map {
    grid-column: 1;
    grid-row: auto;
  }
  .banner {
    height: 100%;
    min-height: 400px;
    align-content: stretch;
    display: grid;
    padding: 32px 16px 16px 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 699px) {
  /*#bbcs .why .whypcwb {min-height:auto;}*/
  /*#bbcs {padding:10px;}*/
  .bcm {width:50%}
  img.circle-bg {min-height:130px}
  img.colleague {/* min-height:95px; *//* min-width: 95px; */width: 35%;}
  .hero {min-height: 135px;}
  #bbcs .hero h1 {font-size: 18px !important;left:0%;top:0%;bottom:0px;margin:0px;width:60%;padding-top: 5%;padding-right:20%;text-align: left;padding-left:20px;}
  /*#bbcs .why .whypcwb {width:100%; margin-bottom:20px}*/
  #bbcs .why .whypcwb:last-of-type {margin-left:0px; height: max-content;}
  #bbcs .location .map {width:100%; margin-bottom:20px}
  #bbcs .location .contact {width:100%; margin-left:0px;}
  .banner {
    background-image: url(/images/B2B-hero-lightworld-transparent.png);
  }
}
@media screen and (max-width:470px){
  #bbcs .why .whypcwb h1 {font-size:15px !important;}
  #bbcs .why .whypcwb p {font-size:16px !important;}
  img.colleague {/* right:20%; */}
  #bbcs .bcm-name {font-size:12px;}
}
@media screen and (max-width:400px){
  #bbcs .hero h1 {font-size: 14px !important; line-height:16px;}
  .why .open-hours {
    display: grid;
    grid-template-columns: auto auto;
    justify-items: start;
    justify-content: space-between;
  }
}
