.bod-page {
    padding-bottom: 4px;
}
.grey-bg, .banner2 .banner-wrapper.grey-btm, .related-product, .bod-page, .media-kit .mk-left, .trending, .pr-page {
    background: #f3f3f3;
}
element.style {
    animation-delay: 0.3s;
}

.bod-page .hd {
    padding: 50px 0;
    margin-bottom: 0;
}
element.style {
    animation-delay: 0.6s;
}
.bod-page .bod-cntr {

    display: flex;

    flex-wrap: wrap;
}
.bod-page .bod-cntr .bod {
    width: 33%;
    margin-bottom: 80px;
}

.card-bx.bod {
    text-align: center;
}
.card-bx.bod figure {
    margin: 0 auto 30px;
    position: relative;
    width: 192px;
}
.card-bx.bod figure .arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -khtml-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    margin: 50px 0 0 80px;
}

.arrow.yellow {
    background: #FFCB05;
}
.arrow.big {
    width: 48px;
    height: 48px;
    border-radius: 24px;
}


.card-bx.bod figure img {
    width: 100%;
}
.card-bx.bod .clr-grey {
    margin: 8px 0 0;
}
@media (max-width: 767px) {
    .bod-page .bod-cntr .bod {
      width: 100%;
      margin-bottom: 48px;
    }
        }
/* Get in touch with us */
.get-intouch-bx {
  background: rgba(246, 246, 246, 0.8);
  margin-top: 25px;
  padding: 40px 0 40px;
}

.get-intouch-bx.op1 {
  margin-top: 0;
  padding-top: 60px;
  background: #f3f3f3;
}

.get-intouch-bx .col-lg-12 .hd26 {
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 1366px) {
  .get-intouch-bx {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .get-intouch-bx {
    background: #FFFFFF;
    margin-top: 0;
    padding: 25px 5px 25px;
  }

  .get-intouch-bx.op1 {
    padding-top: 30px;
  }

  .get-intouch-bx .hd26 {
    font-size: 20px;
  }
}

.getin-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
}

.getin-list .item {
  width: 30%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.getin-list .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #25243B;
  width: 100%;
}

@media (max-width: 991px) {
  .getin-list .item a {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.getin-list .item a figure {
  margin-bottom: 0px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .getin-list .item a figure {
    margin-right: 0px;
    margin-bottom: 8px;
  }
}

.getin-list .item a figure img {
  width: 110px;
  height: 110px; /*CLS fix... do not change*/
}

@media (max-width: 767px) {
  .getin-list .item a figure img {
    width: 48px;
    height: 48px; /*CLS fix... do not change*/
  }
}

.getin-list .item a p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.hd26,
.hd26l,
.hd26b {
  font-size: 26px;
  color: #25243B;
}

@media (max-width: 767px) {
  .getin-list .item a p {
    font-size: 10px;
    line-height: 1.1;
  }
}

.form-label-group {
  position: relative;
  /* :active works but when replace with :focus, it doesn't work */
}

.form-label-group .dropdown .dropdown-toggle:after {
  top: 9px;
}

.form-label-group .form-control {
  height: inherit;
  border: 2px solid #d8d8d8;
}

.form-label-group .form-control:focus {
  border-color: inherit;
  box-shadow: inherit;
}

.explorer11 .form-label-group .form-control:focus~label,
.explorer11 .form-label-group .form-control:valid~label {
  display: none;
}

.form-label-group>label,
.form-label-group>input {
  padding: 0.75rem 0.75rem;
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #787878;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc($pad-y + $pad-y * (2 / 3));
  padding-bottom: calc($pad-y / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  font-size: 12px;
  color: #777;
  background: #fff;
  border-radius: 0px;
  display: inline-block;
  width: auto;
  padding: 1px 4px;
  margin-left: 7px;
  margin-top: -10px;
  border-radius: 5px;
}

.form-label-group label.form-control-placeholder {
  font-size: 15px;
  color: #777;
  display: inline-block;
  width: auto;
  margin-left: 7px;
  margin-top: 0px;
  transition: all 0.3s;
}

.form-label-group label.form-control-placeholder.float {
  transform: translate(0, -1.1em);
  font-size: 75%;
  background: #fff;
  padding: 1px 4px;
  transition: 0.2s ease-in-out;
}

.form-label-group label.form-control-placeholder.changefloat {
  transform: translate(0, -1.1em);
  background: #fff;
  padding: 1px 4px;
  font-size: 75%;
}

.form-label-group .form-control-placeholder {
  pointer-events: none;
}

.form-label-group .bootstrap-select.show>.btn-light.dropdown-toggle,
.form-label-group .bootstrap-select .dropdown-menu.show {
  color: #495057;
}

.form-label-group .bootstrap-select.show>.btn-light.dropdown-toggle {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
}

.form-label-group .bootstrap-select>.btn,
.form-label-group .bootstrap-select>.btn-light {
  padding-left: 1.5rem;
  font-size: 15px;
  height: 48px;
  border-radius: 4px;
  background-color: #fff !important;
  /* border: 1px solid #1d3147 !important; */
  line-height: 2.3;
  color: #495057;
}

.form-label-group .bootstrap-select>.btn-light:focus,
.form-label-group .bootstrap-select>.btn-light:hover,
.form-label-group .bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
  color: #495057;
}

.form-label-group .bootstrap-select>.dropdown-menu {
  border: 1px solid #1d3147;
}

.service-box {
  background-color: #FFFFFF;
  padding: 50px 0 !important;
  position: relative;
}
