.mt-5 {
  margin-top: 50px;
}
.text-underlined  {
  text-decoration: underline;
}
.bmj-btn {
  background-color: #00b2a9;
  text-transform: uppercase;
  color: #fff;
  display: block;
  padding: 16px 40px 16px 20px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease;
  font-family: 'interfacebold';
}

.bmj-btn i {
  position: absolute;
  right: 16px;
  font-size: 40px;
  top: 50%;
  margin-top: -12px;
  transition: all 0.25s ease;
  width: 28px;
  height: 25px;
  background: url(../images/btn-arrow.png) no-repeat center center;
}
.bmj-btn i:before {
  display: none;
}

.bmj-btn:hover,
.bmj-btn:active,
.bmj-btn:focus {
  color: #fff;
  background-color: #2a6ebb;
}

.mb-20 {
  margin-bottom: 20px;
}

.banner-section {
  height: 445px;
  overflow: hidden;
  position: relative;
}

.banner-section img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.banner-section .banner-cnt {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}

.banner-section .page-title {
  background: #fff;
  padding: 20px 30px;
}

.banner-section .page-title h1 {
  color: #2a6ebb;
  font-size: 49px;
}

.intro-section {}

.intro-section .intro-box {
  background: #2a6ebb;
  padding: 20px 30px;
  color: #fff;
}

.intro-section .intro-box h3 {
  font-size: 42px;
}

.intro-section .intro-box h6 {
  line-height: 1.5;
}

.list-overview {
  list-style-type: none;
  padding-top: 20px;
}

.list-overview li {
  margin-bottom: 15px;
}

.list-overview li img {
  width: 70px;
  border-bottom: 4px solid #2a6ebb;
  padding-bottom: 2px;
}

.list-overview li h5 {
  color: #000;
  font-size: 24px;
  line-height: 1.3;
}

.bmj-partners {
  position: relative;
  padding-top: 60px;
  overflow: hidden;
}

.bmj-partners:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 0;
  width: 200%;
  height: 200vw;
  border-radius: 50%;
  background-color: #acc7e4;
  z-index: -1;
}

.bmj-partners svg rect {
  fill: transparent;
}

#map_canvas_3 svg rect {
  fill: transparent;
}
.bmj-partners .map-img {
  width: 100%;
}

.bmj-partners .map-hint-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  color: #fff;
  border-top: 1px solid #fff;
  background-color: #acc6e4;
}

.bmj-partners .map-hint-list li {
  background: none;
  margin-bottom: 0;
  border: none;
}
.bmj-partners .map-hint-list .list-hd {
  padding: 15px 0 15px 25px;
  display: flex;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.bmj-partners .map-hint-list .list-hd div {
  flex: 1 1 auto;
  padding-left: 10px;
  padding-top: 6px;
}

.bmj-partners .map-hint-list .img-wrp {
  flex: 0 0 40px;
  text-align: center;
}

.bmj-partners .map-hint-list .img-wrp i {
  font-size: 34px;
}

.bmj-partners .map-hint-list .img-wrp .fa-user-md {
  color: #E37222;
}
.bmj-partners .map-hint-list .img-wrp .fa-home {  
  color: #2A6EBB;
}

.bmj-partners .map-hint-list img {
  max-width: 100%;
}

.bmj-partners .map-hint-list .mark-title {
  font-family: 'interfacebold';
  font-size: 24px;
  display: block;
}
.bmj-partners .map-hint-list .list-body {
  background-color: #fff;
  color: #2a6ebb;
  padding: 15px 25px;
  max-height: 483px;
  overflow: auto; 
}
.bmj-partners .map-hint-list .list-body h3 {
  color: #e37222;
  font-size: 28px;
}
.bmj-partners .map-hint-list .list-body .more {
  font-weight: bold;
  color: #e37222;
  border-bottom: 3px solid #f7d5bd;
  margin-bottom: 20px;
  display: inline-block;
}
.bmj-partners .map-hint-list .list-body.contact h3{
  color: #428bca;
}

@media screen and (min-width: 1200px) {
  .bmj-partners .map-hint-list {
    position: absolute;
    top: 65%;
    left: 0;
    max-width: 360px;
  }
}

.bmj-partner-withus {
  background-color: #acc6e4;
  color: #fff;
  padding: 0 0 20px 0;
}

.bmj-partner-withus .content-wrp {
  max-width: 800px;
  margin: 0 auto;
}

.bmj-partner-withus .content-wrp > a {
  color: #FFF;
  }
  
.bmj-partner-withus .content-wrp > a:hover {
  color: #ffff;
  }

.bmj-partner-withus .sc-title {
  font-size: 97px;
  font-weight: bold;
}

.bmj-partner-withus .sc-subscription {
  font-size: 25px;
  line-height: 1.5;
}

.bmj-partner-withus .find-out-more {
  background-color: #fff;
  text-align: left;
  margin: 40px 0;
}

.bmj-partner-withus .find-out-more ul {
  margin-top: 20px;
}

.bmj-partner-withus .find-out-more ul li {
  font-weight: bold;
  font-size: 20px;
}

.bmj-partner-withus .find-out-more .img {
  margin-right: 0;
}

.bmj-partner-withus .find-out-more .text {
  padding-left: 40px;
  padding-right: 40px;
}

.bmj-features {
  background-color: #e5f7f6;
}

.bmj-features .ftrs-box {
  position: relative;/*
  padding-bottom: 50px;*/
}

.ftrs-box .img-wrp img {
  width: 100%;
}

.ftrs-box .dtl-wrp {
  background-color: #ffffff;
  padding: 40px;
}

@media screen and (min-width: 1200px) {
  .bmj-features .ftrs-box {
    margin-bottom: 100px;
  }

  .ftrs-box .img-wrp {
    width: 70%;
    position: absolute;
  }

  .ftrs-box .dtl-wrp {
    position: relative;
    left: 50%;
/*    bottom: 0;*/
      top: 50px;
    max-width: 50%;
    padding: 40px 60px;
    margin-bottom: 30px;
  }

  .bmj-features .ftrs-box:nth-child(even) .img-wrp {
    /*margin-left: auto;*/
        right: inherit !important;
    left: 30%;
  }

  .bmj-features .ftrs-box:nth-child(even) .dtl-wrp {
    /*left: inherit;
    right: 50%;*/
    margin-right: auto;
    left: auto;
  }
}

.ftrs-box .dtl-wrp h2 {
  color: #2a6ebb;
  font-size: 36px;
  border-bottom: 3px solid #2a6ebb;
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.ftrs-box .dtl-wrp p {
  font-weight: bold;
  color: #2a6ebb;
}

.ftrs-box .dtl-wrp .bmj-btn {
  margin-top: 10px;
}

.bmj-features .more-info ul {
  margin: 0;
}

.bmj-features .more-info li {
  border-left: 2px solid #fff;
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 35px;
}

.associate-logos .logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  padding: 40px 0 60px 0;
  text-align: center;
}
.associate-logos .logo-list li {
  padding: 10px;
}


.bmj-features .more-info {
  margin-top: 10%;
}


@media (max-width:1280px) and (min-width:1200px) {

}
@media (max-width:1199px) and (min-width:1109px) {
  .bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
  .bmj-features .more-info li {
    height: 200px;
  }
}
@media (max-width:1108px) and (min-width: 1081px) {
  .bmj-features .more-info {
    margin-top: 0%;
  }
  .bmj-features .more-info li {
    height: 200px;
  }
}
@media (max-width:1080px) and (min-width: 1023px) {
  .bmj-features .more-info {
    margin-top: 0%;
  }
  .bmj-features .more-info li {
    height: 200px;
  }

}
@media (max-width: 1024px) and (min-width: 992px) {
  .bmj-features .more-info {
    margin-top: 0%;
  }
  .bmj-features .more-info li {
    height: 200px;
  }

}
@media (max-width:991px) and (min-width:898px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width:899px) and (min-width:822px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width:823px) and (min-width:799px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width:800px) and (min-width:767px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) and (min-width: 741px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 740px) and (min-width: 735px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 736px) and (min-width: 654px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 653px) and (min-width: 541px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) and (min-width: 559px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 560px) and (min-width: 491px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 490px) and (min-width: 481px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 480px) and (min-width: 424px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 425px) and (min-width: 413px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 414px) and (min-width: 410px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 411px) and (min-width: 399px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 400px) and (min-width: 374px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 375px) and (min-width: 359px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 360px) and (min-width: 319px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 320px) and (min-width: 279px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}
@media (max-width: 280px) and (min-width: 220px) {
.bmj-features .more-info {
    margin-top: 10%;
  }
  .ftrs-box .dtl-wrp {
    margin-bottom: 30px;
  }
}