.mobMenuSec, .bannerMobBanner{
  display: none;
}
#blob{
  opacity: 0;
  z-index: -999;
}
/* --------Home Page--------- */
.bannerWrap {
  overflow: hidden;
  /* padding-top: 150px; */
}
.bannerImgWrap{
    height: 100vh;
    height: calc(100vh + 0px);
    background-color: #e7e8e9;
}
.bannerVdo {
  /* display: none; */
  bottom: 0;
  left: 35px;
  width: 100vw;
  position: absolute;
  transform: scale(1.05);
  height: calc(100vh + 80px);
}
.bannerImg {
  width: 100%;
  display: none;
}
.bannerText {
  left: 0;
  right: 0;
  top: 230px;
  margin: auto;
  position: absolute;
}
.bannerText .sectionH span {
  color: #08357c;
}

.homePage .sectionH {
  font-size: 60px !important;
}
.homePage .sectionH span {
  font-size: 50px !important;
}
.homePage .pageH p,
.homePage p.boldText {
  font-size: 16px;
  text-transform: none;
}

.homePage .readMoreBtn {
  min-width: 200px;
  height: 60px;
  text-align: center;
  border-radius: 10px;
  line-height: 40px;
  padding: 10px;
  transition: 0.6s;
  /* right: calc(((100% - 1330px) / 2) + 15px);
  top: 100px;
  position: absolute; */
}
.homePage .readMoreBtn:hover {
  background-color: #cd151d !important;
}

.homeSec_1 .readMoreBtn {
  top: 100px;
  position: absolute;
  right: calc(((100% - 1330px) / 2) + 15px);
}

.sec_2_content {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}
.downArrow {
  width: 60px;
  display: flex;
  margin: 0 auto;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  animation: slideDown 1s infinite forwards;
}
@keyframes slideDown {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* .homeSec_2 .downArrow{
    bottom: 30vh;
    left: 0;
    right: 0;
    text-align: center;
} */
.homeSec_2 .absImgBox-2{
  display: none;
}
.homeSec_2{
  background-image: none !important;
}
.innerVdoMain{
  width: 100vw;
  height: auto;
  overflow: hidden;
}
.black{
  overflow: hidden;
}
.homeSec_2 .absImgBox,
.homeSec_5 .absImgBox {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
}
.bannerVdoMain {
  display: block;
  width: 100vw;
  height: 100vh;
}
.panel-text,
.panel-text-2 {
  z-index: 10;
  position: relative;
}
.panel-text .secTitle,
.panel-text-2 .secTitle {
  width: 100%;
  text-align: center;
}
/*----About Slider----*/
.gsap-marker-start,
.gsap-marker-end,
.gsap-marker-scroller-start,
.gsap-marker-scroller-end {
  display: none !important;
}
.fixme,
.fixme-2 {
  /* background-image: none !important; */
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.black,
.black-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.text-wrap,
.text-wrap-2 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.centerDiv > div {
  width: 100%;
  padding: 0px 30px 60px;
}
.panel-text,
.panel-text-2 {
  position: absolute;
  left: 0%;
  top: -30%;
  right: 0%;
  bottom: 0%;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  z-index: 10 !important;
  /* text-transform: uppercase; */
  transform: translateY(100%);
}
.panel-text-last,
.panel-text-last-2 {
  top: -35%;
  text-align: left;
  font-size: inherit;
}
.text-wrap,
.text-wrap-2 {
  width: 100vw;
}

.homeSec_3 {
  overflow: hidden;
  padding-top: 100px;
}
.managemntRow {
  align-items: center;
}
.listWrapList {
  right: 0;
  top: 50%;
  z-index: 10;
  position: absolute;
  transform: translateY(-50%);
}
.managemntTab .tabs {
  width: auto;
  display: flex;
  max-width: 300px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.managemntTab .tabs li {
  width: 100%;
  display: flex;
  cursor: pointer;
  transition: 0.6s;
  line-height: 1.2;
  align-items: center;
  border-radius: 10px;
  transform: translateX(225px);
  padding: 8px 20px 8px 10px;
  border: 2px solid #b2b2b2;
}
.managemntTab .tabs li:hover,
.managemntTab .tabs li.active {
  background-color: #cd151d;
  transform: translateX(0px);
}
.managemntTab .tabs li:hover span,
.managemntTab .tabs li.active span {
  color: #fff;
}
.managemntTab .tabs li img {
  width: 56px;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #ffffff;
}
.tab_content {
  display: none;
}
.tab_content.active {
  display: block;
}
.homeSec_3 .readMoreBtn {
  top: 100px;
  right: calc(((100% - 1330px) / 2) + 15px);
}

.prodSecWrap {
  margin: auto;
  overflow: hidden;
  max-width: 1240px;
  position: relative;
  padding: 100px 0 110px;
}
.serviceSec .prodSecWrap .prodList{
  top: 0;
  left: 0;
  right: 0;
  height: 490px;
}
.serviceSec .prodSecWrap{
  max-width: auto;
  overflow: visible;
  padding: 80px 0 80px;
}
.msmeVdo{
  left: 0;
  right: 0;
  margin: auto;
  position: relative;
  /* transform: scale(1.25); */
  transform: scale(1.25);
}
.mob_msme_View{
    display: none;
}
.listIconEach {
  display: none !important;
  width: 100px !important;
}
.prodSecWrap .prodList {
  display: flex;
  height: 450px;
  left: 20px;
  right: 20px;
  top: 20px;
  position: absolute;
}
.prodSecWrap .prodList li {
  width: 20%;
  position: relative;
  margin-bottom: 0 !important;
}
.prodSecWrap .prodList li .eachListIcon {
  width: 100%;
  display: flex;
  position: absolute;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.linkTitle {
  display: block;
}
.linkTitle a {
  display: block;
  color: #08357c;
}
.prodSecWrap .prodList li:hover .linkImg {
  animation: slideDown 1s infinite forwards;
}
.prodSecWrap .prodList li:nth-child(1) .eachListIcon {
  bottom: 0;
}
.prodSecWrap .prodList li:nth-child(2) .eachListIcon {
  top: 0;
  flex-direction: column-reverse;
}
.prodSecWrap .prodList li:nth-child(3) .eachListIcon {
  bottom: 0;
}
.prodSecWrap .prodList li:nth-child(4) .eachListIcon {
  top: 0;
  flex-direction: column-reverse;
}
.prodSecWrap .prodList li:nth-child(5) .eachListIcon {
  bottom: 0;
}

.prodSecWrap .prodList li .linkImg {
  width: 30px;
}

.sec_5_content {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
}

.capitalTabWrap {
  display: flex;
  justify-content: space-between;
}
.capitalTabList {
  width: 350px;
  position: static;
  transform: none;
}
.capitalTabList .tabs li {
  width: 100%;
  height: 70px;
  display: flex;
  transform: none;
  cursor: pointer;
  transition: 0.6s;
  line-height: 1.2;
  padding: 25px 30px;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #b2b2b2;
}
.capitalTabList .tabs li:hover,
.capitalTabList .tabs li.active {
  background-color: #cd151d;
  transform: translateX(0px);
}
.capitalTabList .tabs li:hover span,
.capitalTabList .tabs li.active span {
  color: #fff !important;
}
.capitalTabContBox {
  overflow: hidden;
  border-radius: 10px;
  padding-top: 130px;
  padding-left: 60px;
  width: calc(100% - 380px);
  background-color: #dfedf8;
  padding-right: 420px !important;
  padding-bottom: 260px !important;
}
.tab_content_inner {
  z-index: 1;
  position: relative;
}

.homeSec_7 {
  background-color: #dfedf8;
}

.homeSec_7 .tabBoxWrap{
  padding: 0px 100px;
}

.homeSec_7 .tabBoxWrap .slick-prev {
  left: 25px;
}

.homeSec_7 .tabBoxWrap .slick-next {
  right: 25px;
}

.container_max_fluid {
  padding-left: calc((100% - 1330px) / 2);
}
.capImg, .capImgVdo {
  right: 0;
  z-index: 0;
  bottom: 20px;
  position: absolute;
  transform: scale(1.07);
}
/* .capImgVdo {
  right: 0;
  z-index: 0;
  bottom: 25px;
  position: absolute;
  transform: scale(1.07);
} */

.hme_gov_sec {
  right: 0;
  top: 100px;
  position: absolute;
}
.hme_gov_sec.brBtm {
  border-bottom: 0;
}
.hme_gov_sec.brBtm img {
  width: 300px;
}
.hme_gov_sec.brBtm:after {
  right: 0;
  bottom: 0;
  content: "";
  height: 1px;
  width: 270%;
  position: absolute;
  background-color: #cd151d;
}

.govListWrap {
  top: -100px;
  position: relative;
}
.governanceSecUl {
  width: 450px;
  transform: none;
  position: static;
  display: inline-block;
}
.govTabs {
  display: flex;
  justify-content: space-between;
}
.governanceSecUl .tabs li {
  height: 70px;
  display: flex;
  transform: none;
  cursor: pointer;
  transition: 0.6s;
  line-height: 1.2;
  padding: 10px 10px;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
  width: calc(50% - 10px);
  border: 1px solid #b2b2b2;
}
.governanceSecUl .tabs li:hover,
.governanceSecUl .tabs li.active {
  background-color: #cd151d;
  transform: translateX(0px);
}
.governanceSecUl .tabs li:hover span,
.governanceSecUl .tabs li.active span {
  color: #fff !important;
}
.tabBoxWrap .director-box {
  padding: 0 10px;
}

.tabBoxWrap .slick-arrow {
  top: 50%;
  border: 0;
  right: auto;
  left: -65px;
  width: 55px;
  font-size: 0;
  height: 55px;
  display: flex;
  position: absolute;
  border-radius: 50%;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  transform: translateY(-50%);
  background-color: #d9d9d9;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.tabBoxWrap .slick-next {
  left: auto;
  right: -65px;
}
.tabBoxWrap .slick-arrow:hover {
  background-color: #cd151d;
}

.tabBoxWrap .slick-arrow::after {
  top: 21px;
  content: "";
  right: 15px;
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #cd151d;
  font-weight: 700;
  position: absolute;
  transition: all 0.3s;
  background-position: 0 0;
  background-repeat: no-repeat;
  filter: brightness(1) invert(1);
  background-image: url(../images/home/navArr.png);
}
.tabBoxWrap .slick-next::after {
  top: 10px;
  right: 16px;
  transform: rotate(180deg);
}
.tabBoxWrap .slick-arrow:hover::after {
  filter: brightness(0) invert(1);
}
.mobCapAccWrap {
  display: none;
}

.homePage .homeSec_6 .mobCapAccWrap .eachAccTitle.active{
  border-radius: 20px;
}





/* -----------Inner Pages------------------- */
/* ------------------------- */
.sectionH {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 80px !important;
}
.sectionH span.lf {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 60px !important;
}
.pageH p {
  font-size: 24px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.InnBanResimg{
  display: none;
}

.numTextWrap {
  position: relative;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}
.numTextWrap:before {
  top: 0;
  left: 0;
  height: 6px;
  content: "";
  width: 40px;
  position: absolute;
  background-color: #cd151d;
}
.numTextWrap:after {
  top: 0;
  left: 0;
  width: 6px;
  content: "";
  height: 100%;
  position: absolute;
  background-color: #cd151d;
}
.numText {
  position: relative;
  z-index: 1;
}
.numText:before {
  bottom: -15px;
  left: -15px;
  height: 6px;
  content: "";
  width: 40px;
  position: absolute;
  background-color: #231f20;
}
.numText:after {
  bottom: -15px;
  left: -15px;
  width: 6px;
  content: "";
  height: calc(100% - 15px);
  position: absolute;
  background-color: #231f20;
}
.numTextWrap p.smallText{
  line-height: 1.2;
}
.imgBox img {
  width: 100%;
}
.customList:not(:last-child) {
  margin-bottom: 30px;
}
.customList li {
  padding-left: 24px;
  position: relative;
}
.customList li:before {
  left: 0;
  top: 5px;
  width: 14px;
  height: 18px;
  content: "";
  position: absolute;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/listBg/listBg_1.png);
}
/* ------------------------- */
.secBg {
  /* height: calc(100vh - 120px); */
  height: calc(100vh - 50px);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
/* .buildingThePath.secBg {
  height: calc(100vh);
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background-image: none !important;
}
.bannerVdoInner{
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  position: absolute;
} */
/* .buildingThePath .innerBannerContBox{
  padding-top: 100px;
} */
.boldText {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.sfbRow .eachMVO figure {
  max-width: 70px;
}
.sfbRow .eachMVO .figTitle {
  padding-left: 15px;
  width: calc(100% - 70px);
}
.sfbRow .eachMVO .figCont {
  position: relative;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.sfbRow .eachMVO .figCont:after {
  left: 0;
  bottom: 0;
  width: 40px;
  height: 6px;
  content: "";
  position: absolute;
  background-color: #cd151d;
}
.sfbRow .eachMVO .figCont.left_20:after {
  left: 20px;
}
.figCont .figContBox {
  width: 100%;
  padding-top: 10px;
}
.timeTopWrap,
.blockquote {
  position: relative;
}
.timeTopWrap:before,
.timeTopWrap:after,
.blockquote:before,
.blockquote:after {
  left: 15px;
  width: 40px;
  content: "";
  height: 20px;
  position: absolute;
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/path2joy/timeline/timeBg.png);
}
.timeTopWrap:before {
  top: 50px;
}
.timeTopWrap:after {
  bottom: 40px;
}
.eachTimeBox {
  position: relative;
  padding-left: 20px;
}
.eachTimeBox:before {
  top: 17px;
  left: 0;
  right: 0;
  height: 1px;
  content: "";
  position: absolute;
  border: 1px dashed #cd151d;
}
.timeTitle {
  padding: 5px 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  background-color: #ffffff;
}
.timeTitle:before {
  top: 10px;
  left: 0px;
  width: 16px;
  height: 16px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 3px solid #08357c;
}
.timeMainSlider .slick-dots {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  align-items: center;
  justify-content: center;
}
.timeMainSlider .slick-dots li {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
}
.timeMainSlider .slick-dots li button {
  background-color: transparent;
  border: 2px solid #08357c;
  padding: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  text-indent: -9999px;
}
.timeMainSlider .slick-dots li.slick-active button {
  background-color: #08357c;
}

.blockquote {
  display: block;
}
.blockquote:before {
  left: 0;
  top: 10px;
}
.blockquote:after {
  left: 0;
  bottom: 10px;
}

.topBorder {
  border-top: 6px solid;
  /* border-left: 2px solid; */
}
.col_00a6bd {
  color: #00a6bd !important;
}
.bg_e7f5f7 {
  background-color: #e7f5f7 !important;
}
.topBorder.bg_e7f5f7 {
  border-color: #00a6bd;
}

.col_82ccb2 {
  color: #82ccb2 !important;
}
.bg_f2faf7 {
  background-color: #f2faf7 !important;
}
.topBorder.bg_f2faf7 {
  border-color: #82ccb2;
}

.col_ebb229 {
  color: #ebb229 !important;
}
.bg_fbf0d4 {
  background-color: #fbf0d4 !important;
}
.topBorder.bg_fbf0d4 {
  border-color: #ebb229;
}

.col_e8962e {
  color: #e8962e !important;
}
.bg_fdf5ea {
  background-color: #fdf5ea !important;
}
.topBorder.bg_fdf5ea {
  border-color: #e8962e;
}

.col_c93d75 {
  color: #c93d75 !important;
}
.bg_f4d8e3 {
  background-color: #f4d8e3 !important;
}
.topBorder.bg_f4d8e3 {
  border-color: #c93d75;
}

.eachRetailHead {
  position: relative;
  margin-bottom: 20px;
}
.eachRetailHead:after {
  left: 0;
  top: 28px;
  height: 2px;
  content: "";
  width: 100%;
  position: absolute;
  background-color: #c93d75;
  /* transform: translateY(-50%); */
}
.retailIcon {
  z-index: 1;
  width: 50px;
  height: 50px;
  padding: 10px;
  display: block;
  position: relative;
  border-radius: 50%;
  background-color: #c93d75;
}
.retailIcon img {
  max-width: 100%;
}

.sdgIcon {
  width: 80px;
}
.sdgIcon img {
  width: 100%;
}
.sdgList li {
  padding-left: 20px;
  position: relative;
}
.sdgList li:not(:last-child) {
  margin-bottom: 2px;
}
.sdgList li:before {
  top: 10px;
  left: 6px;
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #000;
}
.eachSDG {
  border: 2px solid;
  padding: 10px 20px 0 0;
}
.eachSDG p {
  padding: 0 0 20px 20px;
}
.eachSDG_1 {
  border-color: #c22033;
}

.sdgMateriality > .col-lg-6,
.sdgMateriality > .col-lg-6 + .col-lg-12 {
  margin-bottom: 30px;
}

/* ------------------------------------ */

.eachAccBox:not(:last-child) {
  margin-bottom: 40px;
}
.eachAccTitle {
  padding: 10px 20px;
  border-radius: 20px;
  display: flex;
  height: 80px;
  cursor: pointer;
  align-items: center;
  border: 2px solid #08357c;
  background-color: #fff;
  position: relative;
}
.eachAccTitle.active {
  border-radius: 20px 20px 0 0;
  background-color: #ffd7d9;
}

.eachAccTitle::after {
  content: "\f078";
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #08357c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  transition: all 0.5s;
}

.eachAccTitle.active::after{
  transform: translateY(-50%) rotate(180deg);
}
.eachAccTitle figure {
  width: 45px;
  display: flex;
  margin-right: 30px;
  align-items: center;
  justify-content: center;
}
.eachAccTitle figure img {
  max-width: 100%;
  max-height: 100%;
}
.accListHead {
  height: 80px;
  display: flex;
  align-items: center;
}
.accListHead h4 {
  font-size: 20px !important;
}
.eachAccCont {
  display: none;
}

.eachAccBox:first-child .eachAccCont {
  display: block;
  overflow: hidden;
  border-radius: 0 0 20px 20px;
}
.accList:not(:last-child) {
  border-right: 1px solid #fff;
}
.accBox {
  height: 220px;
  overflow-y: auto;
  background-color: #a1a8cb;
}

.crafting_values_sec .secBg {
  height: calc(130vh + 120px);
}
.eachBrBox:not(:last-child) {
  margin-bottom: 30px;
}
.eachBrBoxTitle {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 15px;
  padding-right: 60px;
}
.eachBrBoxTitle:before {
  left: 0;
  right: 0;
  top: 50%;
  height: 2px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: #08357c;
}
.eachBrBoxTitle:after {
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  transform: translateY(-50%);
  background-color: #08357c;
}
.eachBrBoxTitle .brBg {
  z-index: 1;
  width: 70px;
  height: 70px;
  padding: 15px;
  min-width: 70px;
  position: relative;
}
.eachBrBoxTitle span {
  display: block;
  padding: 8px 15px;
  margin-left: 20px;
  background-color: #fff;
}

.relImgBox {
  position: relative;
}
.relImgBox .absImg {
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.eachBrBox_subWrap {
  border: 1px solid #08357c;
}

.bg_dfedf8 {
  background-color: #dfedf8;
}
.maxOutcomes.secBg {
  height: calc(100vh + 130px);
}

.eachSusBox {
  display: flex;
  align-items: center;
}
.eachSusTitle {
  width: 300px;
  text-align: center;
}
.eachSusTitle figure {
  width: 60px;
  margin: 0 auto 10px;
  display: inline-block;
}
.eachSusTitle figure img {
  width: 100%;
}
.eachSusTitle {
  border: 2px solid;
}
.redBr {
  border-color: #cd151d;
}
.blueBr {
  border-color: #08357c;
}
.eachSusCont {
  margin-left: 30px;
  width: calc(100% - 330px);
}

.brBtm {
  border-bottom: 2px solid #08357c;
}

.leftBr {
  padding-left: 10px;
  border-left: 3px solid #cd151d;
}

.appList li {
  display: flex;
  align-items: center;
}
.appFig {
  width: 60px;
  height: 60px;
  padding: 15px;
  margin-right: 20px;
}
.appFig + span {
  width: calc(100% - 80px);
}

.serviceSec .eachNumBlock p{
  font-size: 24px;
}



/* HOME Resposnsive CSS */

@media only screen and (max-width: 1024px){
  .homePage .sectionH {
      font-size: 40px !important;
  }
  .homePage .sectionH span {
      font-size: 30px !important;
  }
  .secTitle h2 br{
      display: none;
  }
  .homeSec_1{
      text-align: center;
  }
  .homeSec_1 .readMoreBtn{
      position: static;
  }
  .homeSec_1 .mainCont{
      text-align: left;
  }
  .homeSec_1 .mainCont .col_1 .col-lg-3 {
      -ms-flex: 0 0 50%;
      flex: 0 0 50%;
      max-width: 50%;
      margin-bottom: 30px;
  }
  
  .customBlock {
      padding-top: 50px;
      padding-bottom: 50px;
  }
  .deskCapAccWrap{
      display: none;
  }
  .mobCapAccWrap{
      display: block;
  }
  .capitalTabContBox{
      width: 100%;
      padding: 50px 0 !important;
  }
  .mobCapAccWrap .eachAccBox:not(:last-child) {
      margin-bottom: 20px;
  }
  .mobCapAccWrap .tab_content_inner{
      padding: 50px 15px;
      text-align: center;
  }
  .capitalTabWrap .tab_content_inner .secTitle h2 span{
      display: block;
  }

  .pin-spacer{
      padding: 0 !important;
      height: auto !important;
  }
  .black, .black-2{
      top: inherit !important;
      display: block !important;
      height: inherit !important;
      transform: none !important;
      position: static !important;
      max-height: inherit !important;
  }
  .text-wrap, .text-wrap-2{
      height: auto !important;
      overflow: visible !important;
  }
  .panel-text, .panel-text-2{
      padding: 30px 15px;
      opacity: 1 !important;
      z-index: 10 !important;
      border: 2px solid #08357c;
      transform: none !important;
      position: static !important;
  }
  .panel-text .secTitle, .panel-text-2 .secTitle{
      margin-bottom: 20px !important;
  }
  .panel-text:not(:last-child), .panel-text-2:not(:last-child){
      margin-bottom: 30px;
  }
  .p-wrap, .p-wrap-2{
      display: none;
  }
  .panel-text .row.mb_40,
  .panel-text .container.mb_60,
  .panel-text .secTitle .mb_60{
      margin-bottom: 20px !important;
  }
  .homeSec_2 .absImgBox, .homeSec_5 .absImgBox{
      position: static;
  }
  .homeSec_2 .absImgBox-2{
    display: none;
  }

  .prodSecWrap .prodList {
      height: 390px;
  }

  .sec_4_content .row.pt_100{
      padding-top: 50px !important;
      padding-bottom: 50px !important;
  }
  .black-2 .pageH.mb_60{
      margin-bottom: 0 !important;
  }
  

  .hme_gov_sec.brBtm{
      display: none;
  }
  .sec_7_content .col_1.col-lg-7 {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .govListWrap {
      top: inherit;
      padding-top: 20px;
  }
  .governanceSecUl{
      width: 100%;
  }
  .bg-img {
      border-radius: 150px 150px 150px 0;
  }
  .sec_7_content .secTitle.pt_60{
      padding-top: 0 !important;
  }
}