.mt-10 {
  margin-top: 100px;
}

.nav-text {
  font-size: 12px;
}

.nav-item .nav-link {
  font-size: 13px;
  font-weight: 600;
  color: #013b6c !important;
}

.watermark {
  position: absolute;
  z-index: -1;
  opacity: 0.1;
  font-weight: bold;
  font-size: 89px;
  /* margin-top: 103px; */
  top: 41%;
  transform: translateY(-50%);
}

.txt {
  /* margin-top: 198px; */
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .9px;
  position: absolute;
  top: 41%;
  transform: translateY(-50%);
}

.text-coral {
  color: #f2752a;
}

.main-div {
  height: 221px;
  background-color: #fff;
  margin-top: 168px;
  width: 1261px;
}

.watermark-bg {
  position: relative !important;
  z-index: 0;
  margin-top: 5px;
  color: rgba(2555, 255, 255, .6);
}

.assets-mf {
  position: relative !important;
  z-index: 0;
  margin-top: 5px;
  color: rgba(2555, 255, 255, .9) !important;
}

.watermark-bgnone {
  position: relative !important;
  z-index: 0;
  margin-top: 5px;
  /* color:#ffffff40; */
}

.playBtn {
  position: absolute;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  /*half of the width */
  margin-top: -48px;
  /*half of the height */
}

.btn {
  border: 1px solid;
  font-weight: 600;
  line-height: 2.1;
}

.bg-coral {
  background-color: #f2752a;
}

.btn-coral {
  background-color: transparent;
  border-color: #f2752a;
  color: #f2752a;
  position: relative;
  transition: all .3s ease;
  overflow: hidden;
  width: 150px !important;
}

.btn-coral:hover::before {
  left: 10px !important;
}

.btn-coral:hover {
  padding-left: 52px !important;
  background-color: #f2752a;
  color: #fff;
}

.btn-coral::before {
  content: "";
  left: 0;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);

  height: 2px;
  width: 40px;
  background-color: #fff;
  position: absolute;
}

.play-icon {
  left: 50%;
  top: 50%;
  transform: translate(-43%, -50%);
}

.videos h5 {
  color: #f2752a;
  margin-top: -119px;
  font-size: 27px;
  font-weight: 700;
}

.article-txt {
  margin-top: -70px;
}

.br-25 {
  border-radius: 25px;
}

.bg-disc {
  background: #f5f5f5 !important;
}

.disclaimer h6 {
  color: #707070 !important;
}

.disclaimer p {
  font-size: 12px;
  color: #707070 !important;
}

.br-16 {
  border-radius: 16px;
}

#mirae-mf .card-body {
  min-height: 210px;
}

@media (min-width:768px) {

  .article1 {
    height: auto;
  }
  .article1 p {
    height: auto;
  }
  .video {
    position: unset;
  }

  .rounded-corners {
    height: 100% !important;
    width: 100% !important;
  }

  .w-12 {
    width: 100% !important;
  }
}

.br-26 {
  border-radius: 25px;
}


@media (max-width:320px){
  .fist-one {
    width: 72%;
  }
  .navbar-toggler {
    margin-right: 18px;
  }
}

@media (max-width:767px) {
  .owl-carousel, .mf-ms {
    padding-right: 0 !important;
  }
  /* .owl-item {
    width:150px !important;
  } */
  .more-mirae {
    margin-top: -21px !important;
  }
  
  iframe {
    height: 208px !important;
  }

  .watermark {
    font-size: 37px;
    top: 64% !important;
    line-height: .9;
  }

  /* .text-video {
    height: 296px;
  } */

  .txt {
    font-size: 20px;
    top: 64% !important;
  }

  .article-txt {
    margin-top: -21px !important;
  }

  .br-25 {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .videos h5 {
    margin-top: -57px;
  }

  .play-icon-sm {
    top: 100%;
    left: 75%;
    transform: translateY(-50%);
  }

  .video {
    position: relative;
  }

}

.more-mirae {
  font-size: larger;
  font-weight: 600;
  color: #fff;
  margin-top: -65px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: .9;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer>* {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 65% !important;
    margin: 1.75rem auto;
  }
}

@media (min-width: 1200px){
.font-settle {
    font-size: 1.5rem !important;
    line-height: 1.3;
}

}

@media (min-width:1400px){
  .watermark, .txt {
    top: 41% !important;
  }
}

.owl-carousel .owl-item a img {
  display: unset !important;
  width: auto !important;
}

.owl-carousel .owl-stage-outer {
  padding-top: 100px !important;
}

/* .owl-prev {
  width: 0px;
  position: absolute;
  top: 40%;
  margin-left: -20px;
  display: block !important;
  border: 0px solid black;
  left: -3%;
}

.owl-next {
  width: 0px;
  position: absolute;
  top: 40%;
  display: block !important;
  border: 0px solid black;
  right: -1.6%;
} */

.owl-nav i {

  color: #f2752a !important;
  background: #fff;
  padding: 0px;
  border-radius: 50%;
  height: 38px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent !important;
  color: #FFF;
  text-decoration: none;
}

@media (max-width: 767px) {
  .for-video {
    color: #013b6c;
    position: absolute;
    left: 85%;
    transform: translate(-50%);
    top: 90%;
    }
  
}

@media (min-width: 768px) {
  .for-video {
    color: #013b6c;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 40%;
    }
}

@media (min-width: 1356px) and (max-width: 1366px) {
  iframe {

    height: 480px !important;
  }
}

@media (min-width: 768px) and (max-width: 1355px) {
  iframe {
    height: 480px !important;
  }
}
@media(max-width: 768px){
  .img-play-button{
    display: none;
  }
  
}

iframe {
  height: 520px;
}



