.btn-pdf {
  background: #222;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-right: 15px;
  font-size: 16px;
}
.btn-details {
  background-color: #008C3C;
  color: #fff;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 16px;
}
.btn-pdf:before {
  content: "\f1c1";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  padding-right: 5px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.btn-pdf:hover, .btn-pdf:focus, .btn-details:hover, .btn-details:focus {
  color: #fff;
}
.prod-list-wrapper {
  border: 1px solid;
  margin-bottom: 15px;
  padding: 15px 0;
}
.prod-list-wrapper .prod-list-image .thumbnail {
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  min-height: 255px;
  position: relative;
}
.prod-list-wrapper .product-title a {
  color: inherit;
}
.prod-list-wrapper .product-overview {
  background: transparent;
  padding: 0;
  font-weight: normal;
}
.prod-list-wrapper .model-label, .prod-list-wrapper .model-name {
  display: inline-block;
}
.prod-list-wrapper .product-links {
  text-align: right;
  margin-top: 20px;
}
/*.text-title{
  border-bottom:1px solid #008C3C;
  width: 126px;
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 30px;
}
*/

.table-pattern-title {
  color: #107C2E;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 24px;
  position: relative;
  padding-left: 15px;
}
.table-pattern-title:before {
  content: '';
  border-left: 3px solid #078E40;
  height: 16px;
  display: block;
  position: absolute;
  left: 0px;
  padding-right: 15px;
  margin-top: 2px;
  margin-bottom: 5px;
}
.table-item-row {
  padding-top: 15px;
  padding-bottom: 15px;
}
.field--name-field-table-items .field--item:nth-child(odd) .table-item-row {
  background: #f0f0f0;
}
.table-label {
  font-weight: bold;
}
/*.full-container .field--name-field-content-library .field--item{
  padding:30px 0 20px;
}*/

/*.full-container .field--name-field-content-library .library-item:nth-child(even){
  background: #f0f0f0;
}*/

.page-office .full-container .field--name-field-content-library .library-item:nth-child(even) {
  background: transparent;
}
/*===== Office-page =====*/

.office-information {
  padding: 20px 0;
}
.off-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.off-address, .contact-details {
  font-size: 14px;
}
.contact-details span {
  display: inline-block;
  margin-right: 15px;
}
.phone-no a {
  color: #000;
}
.contact-details .field--name-field-fax-number, .contact-details .field--name-field-telephone-number {
  display: inline-block;
}
.branch-title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-left: 14px;
  margin-bottom: 10px;
}
.branch-title:before {
  content: '';
  width: 3px;
  height: 16px;
  background: #008C3C;
  position: absolute;
  left: 0;
}
.branch-image {
  margin-bottom: 15px;
}
.branch-desc {
  margin-bottom: 10px;
}
.branch-gal-img {
  margin-bottom: 15px;
}
.branch-img-label .field--name-field-branch-image-label:after {
  content: ':';
  position: relative;
  padding-left: 5px;
}
.office-desc {
  position: relative;
}
.comp-address {
  background: #f0f0f0;
  padding: 15px;
  margin-top: 15px;
}
.office-title {
  color: #118835;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #008b3b;
}
.off-info-desc {
  margin: 15px 0;
}
.off-info-branch {
  border: 1px solid #979797;
  padding: 15px;
}
/*===== Media Query =====*/

@media only screen and (min-width: 1200px) {
  .comp-address {
    position: absolute;
    bottom: 0;
    width: 98%;
    margin-right: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .btn-pdf, .btn-details {
    padding: 7px 20px;
  }
  .is-table-row {
    display: table;
  }
  .is-table-row [class*="col-"] {
    float: none;
    display: table-cell;
    vertical-align: top;
  }
  .branch-gal-img {
    width: -webkit-calc(33.33% - 15px);
    width: calc(33.33% - 15px);
    margin-right: 17px;
    display: inline-block;
  }
  .branch-gal-img:nth-child(3n) {
    margin-right: 0;
  }
}
@media(max-width: 767px) {
  .full-container .field--name-field-content-library {
    padding: 0 15px;
  }
  .prod-list-wrapper .product-links {
    text-align: left;
  }
  /*.paragraph--type--free-text-pattern .container,
  .text-container,
  .paragraph--type--tabular-pattern .container{padding: 0;}*/
  .office-image {
    margin-bottom: 15px;
  }
  .office-image img {
    margin: 0 auto;
  }
}
@media(max-width: 575px) {
  .prod-list-image, .prod-list-details {
    width: 100%;
  }
  .prod-list-image .thumbnail {
    margin: 0 auto 15px;
  }
}
@media(min-width: 480px) and (max-width: 767px) {
  .branch-gal-img {
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
    margin-right: 26px;
    display: inline-flex;
  }
  .branch-gal-img:nth-child(2n) {
    margin-right: 0;
  }
  .branch-title {
    margin-bottom: 0;
  }
  .branch-gal-img {
    margin-bottom: 0;
  }
}
@media(max-width: 479px) {
  .paragraph--type--three-column-data-wrapper div#para-7932 .table-label, .paragraph--type--three-column-data-wrapper div#para-7933 .table-label {
    padding: 25px;
  }
  .table-label, .table-data {
    width: 100%;
  }
  .table-label {
    margin-bottom: 10px;
  }
  .branch-gal-img {
    width: 100%;
  }
}
@media(max-width: 359px) {
  .btn-pdf {
    margin-right: 8px;
  }
}
/*CSS by Aniket*/

.search-results-page .page-main-content {
  margin-top: 0px;
}
.privacy-policy-decription {
  padding: 0px;
}
td.table-counter {
  vertical-align: top;
}
