/*-----INNER PAGE-----*/
.bop_trustfact {
  position: relative;
  margin-bottom: 60px;
}
.bop_list li > img {
  margin-bottom: 20px;
}
.bop_list li p {
  max-width: 200px;
  margin: 0 auto;
}
.bop_list li {
  padding: 67px 15px 72px;
}
.boxes_pack {
  margin-bottom: 107px;
}

.bptabs.tabs {
  list-style: none;
  text-align: center;
  font-size: 0;
  width: 100%;
  margin: 0 auto;
  height: 29px;
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.bptabs .tabtit {
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: uppercase;
  font-weight: bold;
  color: #6e6e6e;
}
.bptabs.tabs li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  color: #fff;
  background: #fff;
  padding: 5px 0px;
  margin: 0 60px;
}
.bptabs.tabs li:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #6cb245;
  position: absolute;
  bottom: 2px;
  left: 0;
  opacity: 0;
}
.bptabs.tabs li.active {
  color: #6cb245;
  border-bottom: 3px solid #6cb245;
  padding-bottom: 9px;
}
.bptabs.tabs li.active:before {
  opacity: 1;
}
.tab_drawer_heading {
  display: none;
}

.bp_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -25px;
}
.bp_list li {
  width: 25%;
  text-align: center;
  padding: 0px 25px;
  margin-bottom: 52px;
}
.bp_item {
  border: 1px solid #e1e1e1;
  padding: 43px 15px;
  height: 100%;
}
.bp_img {
  margin-bottom: 26px;
}
.bp_title {
  font-size: 14px;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-weight: bold;
  margin-bottom: 7px;
}
.bp_desc {
  font-size: 14px;
}

.bp_item {
  position: relative;
}
.bp_overlay p {
  margin: 15px 0 0;
}
.bp_overlay p {
  color: #47494b;
}

.boxes_pack.img_content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.boxes_pack.img_content .content-wrapper {
  width: calc(100% - 717px);
}
.boxes_pack.img_content .left_align {
  position: sticky;
  align-self: flex-start;
  top: 0;
}

/*----- NON TOUCH DEVICES -----*/
@media (hover: hover) and (pointer: fine) {
  .bp_title,
  .bp_desc,
  .bp_img img {
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
  }
  .bp_list li a:hover .bp_img img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  .bp_list li a:hover .bp_title,
  .bp_list li a:hover .bp_desc {
    color: #6cb245;
  }
  .bp_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    color: #47494b;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
  }
  .bp_overlay {
    z-index: 1;
    opacity: 0;
    opacity: 0;
  }
  .bp_overlay p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    padding: 20px;
  }
  .bp_list li a:hover .bp_overlay {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .bp_list li a:hover .bp_overlay p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin: 0;
  }
}
/*-----MEDIA QUERIES-----*/
@media screen and (max-width: 1700px) {
}
@media screen and (max-width: 1600px) {
}
@media screen and (max-width: 1500px) {
}
@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1300px) {
  .bptabs.tabs li {
    margin: 0 34px;
  }

  .boxes_pack.img_content .left_align {
    max-width: 500px;
  }
  .boxes_pack.img_content .content-wrapper {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1120px) {
  .boxes_pack .left_align {
    max-width: 450px;
    margin-right: 30px;
  }
  .bop_trustfact {
    margin-bottom: 50px;
  }
  .bp_list {
    margin: 0 -15px;
  }
  .bp_list li {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .bp_item {
    padding: 25px 15px;
  }

  .second-sec-content-wrapper {
    width: calc(100% - 480px);
  }
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 992px) {
  .bp_list li {
    width: 33.33%;
  }
  .bptabs.tabs li {
    margin: 0 10px;
  }

  .boxes_pack.img_content .left_align {
    max-width: 380px;
  }
  .boxes_pack.img_content .content-wrapper {
    width: calc(100% - 410px);
  }
}
@media screen and (max-width: 860px) {
  .intf_list li {
    width: 50%;
    padding: 20px;
  }
  .boxes_pack .left_align {
    width: 100%;
    display: block;
    float: none;
    margin: 0 auto 30px;
  }
  .bop_trustfact {
    margin-bottom: 40px;
  }

  .boxes_pack.img_content .left_align {
    max-width: 100%;
    position: relative;
    align-self: auto;
    top: auto;
  }
  .boxes_pack.img_content .content-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bptabs.tabs {
    display: none;
  }
  .tab_drawer_heading {
    display: block;
  }
  .tab_drawer_heading .tabtit {
    text-align: left;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    color: #fff;
    background: #6e6e6e;
    padding: 11px 35px 11px 22px;
    text-transform: uppercase;
    font-size: 14px;
  }
  .d_active.tab_drawer_heading .tabtit {
    background: #6cb245;
    color: #fff;
  }
  .tab_drawer_heading .tabtit:after {
    content: "\f067";
    font-family: FontAwesome;
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 14px;
    line-height: 23px;
  }
  .d_active.tab_drawer_heading .tabtit:after {
    content: "\f068";
    color: #fff;
  }
  .tab_content {
    padding: 25px 0;
  }
  .bp_list {
    margin: 0 -5px;
  }
  .bp_list li {
    padding: 0 5px;
    margin-bottom: 10px;
  }
  .boxes_pack {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
}
@media screen and (max-width: 600px) {
}
@media screen and (max-width: 500px) {
  .bp_list li {
    width: 50%;
  }
  .bp_overlay p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
}
@media screen and (max-width: 360px) {
  .intf_list li {
    width: 100%;
  }
  .bp_list li {
    width: 100%;
  }
}
