.breaking_page {
  background-color: #fff;
}
.breaking_page .breaking-hero p:first-child {
  font-weight: 700;
  font-size: 20px;
}
.breaking_page .meet-women-section {
  background-image: url("https://static-vivo.s3.ap-south-1.amazonaws.com/wp-content/uploads/2024/01/header-img.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.breaking_page .meet-women-section .women-section .women-image-div img {
  width: 100%;
}
.breaking_page .meet-women-section .women-section .women-description-div .women-description .women-title h3 {
  color: #fff;
  font-weight: 500;
}
.breaking_page .meet-women-section .women-section .women-description-div .women-description .women-para p {
  color: #fff;
  padding-top: 30px;
  margin-bottom: 0px;
}
.breaking_page .corporate-chapter-section .corporate-chapter.padding-tb {
  padding: 120px 0px;
}
.breaking_page .corporate-chapter-section .corporate-chapter.bg-grey {
  background-color: #f0f1f3;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-description-div p {
  margin-bottom: 0;
  padding: 15px 0px;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-description-div h3 {
  font-weight: 900;
  font-size: 24px;
  padding-bottom: 15px;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-description-div.corporate-description {
  text-align: right;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div {
  position: relative;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div.flip-div {
  transform: rotateY(180deg);
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div.margin-b {
  margin-bottom: 70px;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .image {
  left: 125px;
  background-color: #cbcbcb;
  width: 130px;
  height: 130px;
  position: absolute;
  transform: rotate(45deg);
  border-radius: 30px;
  outline: 6px solid #fff;
  top: -243px;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .image .child-img {
  width: 100%;
  height: 160px;
  transform: rotate(-45deg);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: bottom !important;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box {
  position: absolute;
  height: 250px;
  width: 75%;
  background-color: #0b2d3f;
  top: 0%;
  right: 50px;
  transform: translateY(-50%);
  border-radius: 30px;
  z-index: 1;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 50px;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-top: 34px solid #0b2d3f;
  transform: translate(0%, 100%);
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .dots-img {
  position: absolute;
  top: -90px;
  left: 45%;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .dots-img img {
  width: 80%;
  height: auto;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .outer-quote {
  position: absolute;
  top: -82px;
  right: -30px;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .outer-quote img {
  width: 70%;
  height: auto;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .outer-quote.flip-quote img {
  transform: scaleX(-1);
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .corporate-quote {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .corporate-quote p {
  color: #fff;
  margin-bottom: 0;
  padding: 0px 20px;
  font-size: 14px;
  line-height: 1.4;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .corporate-quote .quote-inner {
  position: absolute;
  bottom: 10px;
  right: 30px;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .corporate-quote .quote-inner.flip-quote {
  transform: rotateY(180deg);
  left: 30px !important;
  right: inherit;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .corporate-quote.flip-para p {
  transform: rotateY(180deg);
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .child-box {
  background-color: #415fff;
  height: 300px;
  width: 46%;
  border-radius: 30px;
  position: absolute;
  transform: translateY(-50%);
  right: 30px;
  z-index: 0;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .child-box::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 58px;
  width: 0;
  height: 0;
  border-left: 34px solid transparent;
  border-top: 34px solid #415fff;
  transform: translate(0%, 100%);
  background: none;
}
.breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .child-box::after {
  content: "";
  background-color: #feb701;
  position: absolute;
  bottom: -20px;
  left: 25%;
  width: 50px;
  border: 2px solid #feb701;
  border-radius: 20px;
}
.breaking_page .corporate-chapter-section .corporate-chapter .outer-content p {
  margin-bottom: 0;
  padding: 15px 0px;
}
.breaking_page .corporate-chapter-section .bottom-section {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: 19/4;
  background-color: #f0f1f3;
}
.breaking_page .corporate-chapter-section .bottom-section .stories p {
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
  font-size: 22px;
}

@media only screen and (min-width: 1385px) and (max-width: 1585px) {
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .image {
    left: 60px;
    top: -250px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box {
    width: 83%;
  }
}
@media only screen and (min-width: 1230px) and (max-width: 1385px) {
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .image {
    left: 45px;
    width: 110px;
    height: 110px;
    top: -242px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .image .child-img {
    height: 135px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box {
    width: 85%;
    height: 275px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .child-box {
    height: 330px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .breaking_page .meet-women-section {
    background: url("https://static-vivo.s3.ap-south-1.amazonaws.com/wp-content/uploads/2024/01/womenbannermob.png");
  }
  .breaking_page .meet-women-section .women-section {
    padding: 60px 0px 140px;
  }
  .breaking_page .meet-women-section .women-section .women-description-div .women-description .women-title {
    padding: 35px 0px 25px;
  }
  .breaking_page .meet-women-section .women-section .women-description-div .women-description .women-title h3 {
    font-size: 16px;
  }
  .breaking_page .meet-women-section .women-section .women-description-div .women-description .women-para p {
    font-size: 14px;
    padding: inherit;
  }
  .breaking_page .corporate-chapter-section {
    overflow: hidden;
  }
  .breaking_page .corporate-chapter-section .second_hero_section .branding-hero p {
    font-size: 16px !important;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter.padding-tb {
    padding: 40px 0px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-description-div p {
    padding-bottom: 0px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-description-div h3 {
    font-size: 19px;
    padding-bottom: 0px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent {
    padding-bottom: 210px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div.margin-b {
    margin-bottom: 300px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .image {
    left: 25px;
    width: 115px;
    height: 115px;
    top: -260px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .image .child-img {
    height: 145px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box {
    width: 92%;
    right: 25px;
    height: 300px;
    border-radius: 20px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box::before {
    content: "";
    border-left: 28px solid transparent;
    border-top: 28px solid #0b2d3f;
    right: 43px;
    bottom: 1px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .dots-img {
    left: 55%;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .dots-img img {
    width: 65%;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .outer-quote {
    top: -68px;
    right: -60px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .outer-quote img {
    width: 55%;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .outer-quote.flip-quote img {
    transform: scaleX(1);
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .corporate-quote p {
    padding: 0px 10px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .parent-box .corporate-quote .quote-inner img {
    width: 70%;
    height: auto;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .child-box {
    right: 5px;
    width: 55%;
    height: 340px;
    border-radius: 20px;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .child-box::before {
    content: "";
    border-left: 30px solid transparent;
    border-top: 30px solid #415fff;
  }
  .breaking_page .corporate-chapter-section .corporate-chapter .corporate-parent .corporate-image-div .child-box::after {
    content: "";
    width: 40px;
    border: 3px solid #feb701;
  }
}
@media screen and (max-width: 767px) {
  .mcontainer {
    width: 100% !important;
    padding: 0 15px;
    min-width: auto;
  }
  .mob-pt {
    padding-top: 0;
  }
  .bottom-section {
    background: url("https://static-vivo.s3.ap-south-1.amazonaws.com/wp-content/uploads/2024/01/bottom-section-bg.png") !important;
    background-size: 100% 100% !important;
    aspect-ratio: inherit !important;
  }
  .bottom-section .stories p {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .h-650 {
    height: 650px !important;
  }
}/*# sourceMappingURL=barrier.css.map */