.mboxnew {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}

.mboxnew .mboxnewl {
  width: 100%;
}

.mboxnew .mboxnewr {
  width: 100%;
}

.mboxnew img {
  width: 100%;
}

.mimgboxnew {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
  align-items: stretch;
}

.mimgboxnew .mimgboxnewl {
  margin-bottom: 20px;
  padding-right: 20px;
}
.mimgboxnew .mimgboxnewl:nth-child(3n){
    padding-right: 0;
}
.fl_rl {
  flex-direction: row-reverse;
}

.fl_tb {
  flex-direction: column;
}

.w33_100 {
  width: 33%;
}

.w25_100 {
  width: 25%;
}

.contactcp {
  aspect-ratio: 16 / 5;
  background-size: 100% 100%;
  margin: 35px 0;
  width: 100%;
  position: relative;
}

.contactcp .contactbgm {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #00000060;
}

.contactcp h2 {
  position: absolute;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  width: 100%;
  left: 0;
  top: calc(50% - 20px);
  color: #fff;
  z-index: 1;
}

.cdomtitle {
  font-size: 28px;
  border-bottom: 1px solid;
  line-height: 2;
}

.contactbox {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
}

.contactbox div {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.contactbox i {
  font-size: 50px;
  margin-bottom: 10px;
  color: #975835;
}

.contactbox h3 {
  font-size: 22px;
  color: #975835;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.contactbox span {
  font-size: 16px;
}

.dfw {
  display: flex;
  flex-wrap: wrap;
}

.plr10_tb20 {
  padding: 20px 10px;
}

.in_ap_imgbox {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  z-index: 10;
  cursor: pointer;
}

.in_ap_imgbox.act {
  display: flex;
}

.in_ap_imgbox_m {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .4;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.in_ap_imgbox_content {
  width: 60%;
  max-height: 100%;
  height: auto;
  background: #fff;
  position: relative;
  padding: 20px 40px;
  z-index: 2;
  border-radius: 10px;
}

.in_ap_imgbox_close {
  font-size: 40px;
  color: #000;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: 10px;
  transition: .5s;
  line-height: 1;
  font-family: 'Rajdhani';
}

.in_ap_imgbox_close:hover {
  transform: rotate(135deg);
}

.in_ap_imgbox_content > .in_ap_imgbox_add > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.in_ap_imgbox_content > .in_ap_imgbox_add > iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 950px) {
  .mboxnew .mboxnewl, .mboxnew .mboxnewr {
    margin: 0 auto 20px auto;
    min-width: 98%;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mimgboxnew .mimgboxnewl {
    min-width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0;
  }
  .contactcp {
    aspect-ratio: 16 / 16;
    background-size: 300% 100%;
    background-position: center;
  }
  .contactcp h2 {
    top: calc(50% - 40px);
  }
  .w33_100, .w25_100 {
    width: 100%;
    margin-bottom: 20px;
  }
  .in_ap_imgbox_content {
    width: 80%;
  }
  .cdomtitle {
    font-size: 20px;
  }
}
