.textDecor {
  text-decoration: none;
}

.thankumsg {
  color: #000;
  font-family: Montserrat400;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.inLabel {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 10px;
}

@font-face {
  font-family: Montserrat400;
  src: url("../fonts/Montserrat-Regular.ttf");
}
@font-face {
  font-family: Montserrat500;
  src: url("../fonts/Montserrat-Medium.ttf");
}
@font-face {
  font-family: Montserrat600;
  src: url("../fonts/Montserrat-SemiBold.ttf");
}
@font-face {
  font-family: Montserrat700;
  src: url("../fonts/Montserrat-Bold.ttf");
}
@font-face {
  font-family: Montserrat800;
  src: url("../fonts/Montserrat-ExtraBold.ttf");
}
@font-face {
  font-family: ptserif700;
  src: url("../fonts/PTSerif-Bold.ttf");
}
@font-face {
  font-family: ptserif400;
  src: url("../fonts/PTSerif-Regular.ttf");
}
#myVideo {
  aspect-ratio: 2/1;
  -o-object-fit: contain;
     object-fit: contain;
}

header .topHeader {
  padding: 10px 0px;
  background: #f9f3ef;
}
@media screen and (max-width: 576px) {
  header .topHeader {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
header .topHeader .logoWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 376px) {
  header .topHeader .logoWrapper .logoImg {
    width: 94px;
  }
}
header .topHeader .logoWrapper .logoDiv img {
  width: 100px;
}
@media screen and (max-width: 375px) {
  header .topHeader .logoWrapper .logoDiv img {
    width: 91px;
  }
}
header .topHeader .logoWrapper .buttonsDiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .topHeader .logoWrapper .buttonsDiv .regButton {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #1e9f7f;
}
@media screen and (max-width: 776px) {
  header .topHeader .logoWrapper .buttonsDiv .regButton {
    display: none;
  }
}
header .topHeader .logoWrapper .buttonsDiv .Regtext {
  color: #098667;
  font-feature-settings: "clig" off, "liga" off;
  font-family: Montserrat700;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
header .topHeader .logoWrapper .leftbtnD {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 376px) {
  header .topHeader .logoWrapper .leftbtnD {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
header .topHeader .logoWrapper .leftbtnD .donatebutton {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border-radius: 6px;
  background: #f4ac1c;
  padding: 10px 20px;
  border: none;
}
@media screen and (max-width: 576px) {
  header .topHeader .logoWrapper .leftbtnD .donatebutton {
    padding: 10px 14px;
  }
}
@media screen and (max-width: 376px) {
  header .topHeader .logoWrapper .leftbtnD .donatebutton {
    padding: 8px 10px;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
header .topHeader .logoWrapper .leftbtnD .donatebutton img {
  width: 18px;
}
header .topHeader .logoWrapper .leftbtnD .donatebutton .donateTxt {
  color: #fff;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  header .topHeader .logoWrapper .leftbtnD .donatebutton .donateTxt {
    font-size: 14px;
  }
}
header .bottomHeader {
  background: #1e9f7f;
  padding-top: 14px;
  padding-bottom: 16px;
}
@media screen and (max-width: 998px) {
  header .bottomHeader {
    display: none;
  }
}
header .bottomHeader .menuItems {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 49px;
       column-gap: 49px;
  margin-bottom: 0px;
}
@media screen and (max-width: 1200px) {
  header .bottomHeader .menuItems {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
header .bottomHeader .menuItems .menuitem {
  list-style: none;
}
header .bottomHeader .menuItems .menuitem .navName {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
header .bottomHeader .menuItems .customDropdown .dropdown-toggle {
  border: none;
  background: transparent;
  color: #fff;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
header .bottomHeader .menuItems .customDropdown .dropdown-toggle::after {
  display: none;
}
header .bottomHeader .menuItems .customDropdown .customDropMenu {
  border-radius: 0px;
  padding: 9px 29px 9px 18px;
}
header .bottomHeader .menuItems .customDropdown .customDropMenu .dropdown-item {
  padding-bottom: 21px;
  padding-top: 21px;
  border-bottom: 1px solid #dedede;
  color: #015044;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: none;
}
header .navSidebar {
  display: none;
  background: #1e9f7f;
  padding-bottom: 16px;
  padding-top: 5px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(100%);
  z-index: 1000;
  transition: all 0.6s;
}
header .navSidebar.active {
  transform: translateX(0%);
}
@media screen and (max-width: 998px) {
  header .navSidebar {
    display: block;
  }
}
header .navSidebar .closeDiv {
  display: flex;
  justify-content: flex-end;
}
header .navSidebar .closeDiv .btnClose {
  border: none;
  background: transparent;
  font-size: 30px;
  color: #fff;
}
header .navSidebar .menuItems {
  margin-bottom: 0px;
  height: 80vh;
  overflow-y: scroll;
  padding-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  header .navSidebar .menuItems {
    -moz-column-gap: 26px;
         column-gap: 26px;
  }
}
header .navSidebar .menuItems .mobRegBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: transparent;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #1e9f7f;
  padding-left: 0px;
}
header .navSidebar .menuItems .Regtext {
  color: white;
  font-family: Montserrat700;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
header .navSidebar .menuItems .menuitem {
  list-style: none;
  padding-bottom: 30px;
}
header .navSidebar .menuItems .menuitem .navName {
  text-decoration: none;
  color: #fff;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
header .navSidebar .menuItems .customDropdown .dropdown-toggle {
  border: none;
  background: transparent;
  color: #fff;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding-bottom: 30px;
  padding-left: 0;
}
header .navSidebar .menuItems .customDropdown .dropdown-toggle::after {
  display: none;
}
header .navSidebar .menuItems .customDropdown .customDropMenu {
  border-radius: 0px;
  padding: 9px 29px 9px 18px;
}
header .navSidebar .menuItems .customDropdown .customDropMenu .dropdown-item {
  padding-bottom: 21px;
  padding-top: 21px;
  border-bottom: 1px solid #dedede;
  color: #015044;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  background: none;
}

.border-bottom-none {
  border-bottom: none !important;
}

.menu_btn {
  display: none;
}
@media screen and (max-width: 998px) {
  .menu_btn {
    display: block;
    font-size: 30px;
  }
}

.heroSection .item .imgDiv {
  position: relative;
}
@media screen and (max-width: 576px) {
  .heroSection .item .imgDiv .mobFitImg {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.heroSection .item .imgDiv .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.73) 0%, rgba(0, 0, 0, 0) 100%);
}
.heroSection .item .imgDiv .textDiv {
  position: absolute;
  bottom: 96px;
  left: 106px;
  color: #fff;
  font-family: Montserrat700;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  letter-spacing: 0.5px;
  max-width: 689px;
}
@media screen and (max-width: 998px) {
  .heroSection .item .imgDiv .textDiv {
    bottom: 86px;
    left: 58px;
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 0.5px;
    max-width: 617px;
  }
}
@media screen and (max-width: 898px) {
  .heroSection .item .imgDiv .textDiv {
    max-width: 517px;
  }
}
@media screen and (max-width: 776px) {
  .heroSection .item .imgDiv .textDiv {
    max-width: 498px;
    font-size: 34px;
  }
}
@media screen and (max-width: 576px) {
  .heroSection .item .imgDiv .textDiv {
    max-width: 398px;
    font-size: 30px;
    line-height: 45px;
    bottom: 65px;
    left: 40px;
  }
}
@media screen and (max-width: 476px) {
  .heroSection .item .imgDiv .textDiv {
    max-width: 325px;
    font-size: 23px;
    line-height: 32px;
    bottom: 58px;
  }
}
.heroSection .owl-dots {
  margin-top: -34px;
  z-index: 200;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.heroSection .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid white;
  background: transparent !important;
}
.heroSection .owl-dots .owl-dot.active {
  background-color: white !important;
}

.tooltipDiv {
  transition: all 0.3s;
  opacity: 0;
  scale: 0;
  position: absolute;
  left: 10px;
  top: -50px;
  padding: 8px 12px;
  width: 220px;
  border-radius: 10px;
  background: #109e7e;
  z-index: 10;
  color: #fff;
  font-family: Montserrat400;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tooltipDiv.jammuToolTip {
  left: 40px;
  top: 10%;
}
.tooltipDiv.assamToolTip {
  left: unset;
  right: 0px;
}
.tooltipDiv span {
  font-family: Montserrat700;
}
.tooltipDiv::after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 30px;
  z-index: -1;
  border: 8px solid #109e7e;
  rotate: 45deg;
}

.homeMapDiv {
  background-color: #f9f3ef;
  padding-top: 100px;
  padding-bottom: 90px;
}
@media screen and (max-width: 576px) {
  .homeMapDiv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.homeMapDiv .mapImgDiv {
  position: relative;
  overflow: hidden;
}
.homeMapDiv .mapImgDiv .mapArrowImg {
  position: absolute;
  top: 7px;
  right: -132px;
}
@media screen and (max-width: 576px) {
  .homeMapDiv .mapImgDiv .mapArrowImg {
    width: 300px;
  }
}
@media screen and (max-width: 376px) {
  .homeMapDiv .mapImgDiv .mapArrowImg {
    width: 276px;
  }
}
.homeMapDiv .mapImgDiv .mapImg {
  position: relative;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivone {
  position: absolute;
  top: 2%;
  left: 22%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivone .mapIconone {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivone:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwo {
  position: absolute;
  top: 11%;
  left: 24%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwo .mapIcontwo {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwo:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivthree {
  position: absolute;
  top: 14%;
  left: 18%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivthree .mapIconthree {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivthree:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfour {
  position: absolute;
  top: 20%;
  left: 20%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfour .mapIcontfour {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfour:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfive {
  position: absolute;
  top: 25%;
  left: 24%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfive .mapIcontfive {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfive:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivsix {
  position: absolute;
  top: 29%;
  left: 11%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivsix .mapIcontsix {
  scale: 0.4;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivsix:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivseven {
  position: absolute;
  top: 29%;
  left: 36%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivseven .mapIcontseven {
  scale: 0.5;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivseven:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveight {
  position: absolute;
  top: 32%;
  left: 52%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveight .mapIconteight {
  scale: 0.4;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveight:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivnine {
  position: absolute;
  top: 40%;
  left: 51%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivnine .mapIcontnine {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivnine:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivten {
  position: absolute;
  top: 49%;
  left: 49%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivten .mapIcontten {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivten:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveleven {
  position: absolute;
  top: 47%;
  left: 39%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveleven .mapIconteleven {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveleven:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwelve {
  position: absolute;
  top: 41%;
  left: 26%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwelve .mapIconttwelve {
  scale: 0.4;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwelve:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwelve {
  position: absolute;
  top: 41%;
  left: 26%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwelve .mapIconttwelve {
  scale: 0.4;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwelve:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivthirteen {
  position: absolute;
  top: 41%;
  left: 4%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivthirteen .mapIconthirteen {
  scale: 0.55;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivthirteen:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfourteen {
  position: absolute;
  top: 28%;
  right: 5%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfourteen .mapIconfourteen {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfourteen:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfifteen {
  position: absolute;
  top: 53%;
  left: 17%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfifteen .mapIconfifteen {
  scale: 0.8;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivfifteen:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivsixteen {
  position: absolute;
  top: 59%;
  left: 30%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivsixteen .mapIconsixteen {
  scale: 0.5;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivsixteen:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivseventeen {
  position: absolute;
  top: 70%;
  left: 29%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivseventeen .mapIconseventeen {
  scale: 0.5;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivseventeen:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveighteen {
  position: absolute;
  top: 68%;
  left: 17%;
  z-index: 30;
  height: 50px;
  width: 50px;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveighteen .mapIconeighteen {
  scale: 0.4;
}
.homeMapDiv .mapImgDiv .mapImg .locationDiveighteen:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivnineteen {
  position: absolute;
  top: 67%;
  left: 11%;
  z-index: 30;
  height: 50px;
  width: 50px;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivnineteen .mapIconnineteen {
  scale: 0.3;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivnineteen:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwenty {
  position: absolute;
  top: 85%;
  left: 17%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwenty .mapIcontwenty {
  scale: 0.4;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwenty:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwentyOne {
  position: absolute;
  top: 83%;
  left: 27%;
  z-index: 30;
  height: 50px;
  width: 50px;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwentyOne .mapIcontwentyOne {
  scale: 0.4;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwentyOne:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwentyTwo {
  position: absolute;
  top: 79%;
  left: 33%;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwentyTwo .mapIcontwentyTwo {
  scale: 0.35;
}
.homeMapDiv .mapImgDiv .mapImg .locationDivtwentyTwo:hover .tooltipDiv {
  opacity: 1;
  scale: 1;
}

.mapRight {
  padding-left: 80px;
}
@media screen and (max-width: 998px) {
  .mapRight {
    padding-left: 0px;
  }
}
.mapRight .Heading {
  color: #1e9f7f;
  font-family: "PT Serif";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 12px;
  padding-bottom: 35px;
}
@media screen and (max-width: 570px) {
  .mapRight .Heading {
    font-size: 28px;
    line-height: 30px;
  }
}
.mapRight .greenDiv {
  border-radius: 20px;
  background: #1e9f7f;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 35px 30px 35px;
}
.mapRight .greenDiv .number {
  color: #fff;
  font-family: Montserrat800;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 1099px) {
  .mapRight .greenDiv .number {
    font-size: 38px;
  }
}
.mapRight .greenDiv .txt {
  color: #fff;
  font-family: Montserrat400;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  height: 72px;
}
@media screen and (max-width: 876px) {
  .mapRight .greenDiv .txt {
    font-size: 19px;
  }
}
.mapRight .yellowDiv {
  border-radius: 20px;
  background: #f4ac1c;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 35px 30px 35px;
}
.mapRight .yellowDiv .number {
  color: #fff;
  font-family: Montserrat800;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 1099px) {
  .mapRight .yellowDiv .number {
    font-size: 38px;
  }
}
.mapRight .yellowDiv .txt {
  color: #fff;
  font-family: Montserrat400;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  height: 72px;
}
@media screen and (max-width: 876px) {
  .mapRight .yellowDiv .txt {
    font-size: 19px;
  }
}
.mapRight .blackDiv {
  margin-top: 35px;
  border-radius: 20px;
  background: #023e3e;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 30px 35px 30px 35px;
}
@media screen and (max-width: 998px) {
  .mapRight .blackDiv {
    margin-top: 0px;
  }
}
@media screen and (max-width: 576px) {
  .mapRight .blackDiv {
    margin-top: 0px;
  }
}
.mapRight .blackDiv .number {
  color: #fff;
  font-family: Montserrat800;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 1099px) {
  .mapRight .blackDiv .number {
    font-size: 38px;
  }
}
.mapRight .blackDiv .txt {
  color: #fff;
  font-family: Montserrat400;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  height: 72px;
}
@media screen and (max-width: 876px) {
  .mapRight .blackDiv .txt {
    font-size: 19px;
  }
}
.mapRight .redDiv {
  margin-top: 35px;
  border-radius: 20px;
  background: #b83b06;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 35px 30px 35px;
}
@media screen and (max-width: 998px) {
  .mapRight .redDiv {
    margin-top: 0px;
  }
}
@media screen and (max-width: 576px) {
  .mapRight .redDiv {
    margin-top: 0px;
  }
}
.mapRight .redDiv .number {
  color: #fff;
  font-family: Montserrat800;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
@media screen and (max-width: 1099px) {
  .mapRight .redDiv .number {
    font-size: 38px;
  }
}
.mapRight .redDiv .txt {
  color: #fff;
  font-family: Montserrat400;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  height: 72px;
}
@media screen and (max-width: 876px) {
  .mapRight .redDiv .txt {
    font-size: 19px;
  }
}

.founderSec {
  padding-top: 59px;
  padding-bottom: 59px;
}
@media screen and (max-width: 576px) {
  .founderSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.founderSec .founderImg.pdRight {
  padding-right: 100px;
}
@media screen and (max-width: 576px) {
  .founderSec .founderImg.pdRight {
    padding-right: 0px;
  }
}
.founderSec .founderImg .founderDetail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.founderSec .founderImg .founderDetail .fonName {
  color: #000;
  text-align: center;
  font-family: Montserrat600;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
}
.founderSec .founderImg .founderDetail .fonSubTxt {
  color: #3a3a3a;
  font-family: Montserrat700;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  padding-top: 8px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .founderSec .founderTxt {
    padding-top: 40px;
  }
}
.founderSec .founderTxt .head {
  color: #000;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 570px) {
  .founderSec .founderTxt .head {
    font-size: 24px;
    line-height: 30px;
  }
}
.founderSec .founderTxt .boldText {
  color: #000;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-top: 20px;
}
.founderSec .founderTxt .smTxt {
  color: #000;
  font-family: "Montserrat500";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 20px;
}
@media screen and (max-width: 570px) {
  .founderSec .founderTxt .smTxt {
    padding-top: 20px;
  }
}
.founderSec .founderTxt .founderBtn {
  margin-top: 34px;
  display: flex;
  align-items: center;
}
.founderSec .founderTxt .founderBtn .btn1 {
  color: #fff;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 6px;
  background: #f4ac1c;
  padding: 10px 20px;
  border: none;
  margin-right: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 576px) {
  .founderSec .founderTxt .founderBtn .btn1 {
    padding: 8px 15px 8px 15px;
  }
}
.founderSec .founderTxt .btn2 {
  color: #f4ac1c;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 20px 10px 20px;
  border: none;
  border-radius: 6px;
  border: 1px solid #f4ac1c;
  background: white;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 576px) {
  .founderSec .founderTxt .btn2 {
    padding: 8px 15px 8px 15px;
  }
}
.founderSec .founderModal .founderModalheader {
  border-bottom: 0px;
}
.founderSec .founderModal .founderSec.modalFounderSec {
  padding-top: 0px;
  padding-bottom: 20px;
}
.founderSec .founderModal .founderSec .founderImg.modalFounderImg {
  padding-right: 0px;
}
.founderSec .founderModal .modalFounderTxts {
  height: 50vh;
  overflow-y: scroll;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media screen and (max-width: 576px) {
  .founderSec .founderModal .modalFounderTxts {
    margin-top: 20px;
  }
}
.founderSec .founderModal .modalFounderTxts::-webkit-scrollbar {
  width: 10px;
}
.founderSec .founderModal .modalFounderTxts::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.founderSec .founderModal .modalFounderTxts::-webkit-scrollbar-thumb {
  background: #888;
}
.founderSec .founderModal .modalFounderTxts::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.founderSec .founderModal .modalFounderTxts .modalFounderTxt .modalhead {
  color: #3a3a3a;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 576px) {
  .founderSec .founderModal .modalFounderTxts .modalFounderTxt .modalhead {
    font-size: 20px;
    line-height: 26px;
  }
}
.founderSec .founderModal .modalFounderTxts .modalFounderTxt .modalSmtext {
  color: #000;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .founderSec .founderModal .modalFounderTxts .modalFounderTxt .modalSmtext {
    font-size: 14px;
    line-height: 24px;
    padding-right: 0px;
  }
}

.awardSec {
  padding-top: 70px;
  padding-bottom: 45px;
}
.awardSec .owl-nav.disabled {
  display: block !important;
}
.awardSec .owl-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  color: #000;
  background: #ed9e00 !important;
  height: 40px;
  width: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 776px) {
  .awardSec .owl-prev {
    display: none;
  }
}
.awardSec .owl-next {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: -50px;
  color: #000;
  background: #ed9e00 !important;
  height: 40px;
  width: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 776px) {
  .awardSec .owl-next {
    display: none;
  }
}
.awardSec .owl-dots {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.awardSec .owl-dots.disabled {
  display: flex !important;
}
@media screen and (max-width: 776px) {
  .awardSec .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    border: 1px solid #f4ac1c !important;
  }
}
.awardSec .owl-dots .owl-dot.active {
  background-color: #f4ac1c !important;
}
.awardSec .awardDiv {
  text-align: center;
}
.awardSec .awardDiv .headTxt {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .awardSec .awardDiv .headTxt {
    font-size: 24px;
    line-height: 30px;
  }
}
.awardSec .awardDiv .lineImg {
  padding-top: 9px;
}
.awardSec .awardCarousel {
  padding: 50px 106px 50px 106px;
}
.awardSec .awardCarousel .awardLogo {
  aspect-ratio: 2.03;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.popupVideoSec {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f3ef;
  padding-top: 90px;
  padding-bottom: 75px;
}
.popupVideoSec .videoDiv {
  position: relative;
  max-width: 800px;
}
.popupVideoSec .videoDiv .videoBtn {
  width: 85px;
  height: 85px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(244, 172, 28, 0.5019607843);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.iourneyObjectSec {
  background-color: #f9f3ef;
  padding-bottom: 90px;
}
.iourneyObjectSec .journeyobjImg {
  padding-top: 75px;
}

.videoModal {
  background: transparent;
  border: none;
}

.modalcloseBtn {
  font-size: 30px;
  background: none;
  border: none;
  color: white;
}

.inaliNewsVidSec {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f3ef;
}
@media screen and (max-width: 570px) {
  .inaliNewsVidSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.inaliNewsVidSec .inalinewsWrap {
  padding-top: 40px;
}

.videoDiv {
  position: relative;
}
.videoDiv.aboutVideoDiv {
  padding-top: 40px;
}
@media screen and (max-width: 576px) {
  .videoDiv.aboutVideoDiv {
    padding-top: 70px;
  }
}
.videoDiv .videoBtnNews {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.videoDiv .videoIcon {
  color: #f4ac1c;
  font-size: 50px;
}

.successStories {
  background-color: #f9f3ef;
  padding-bottom: 90px;
}
.successStories.prostheticSuccess {
  padding-top: 90px;
}
@media screen and (max-width: 576px) {
  .successStories.prostheticSuccess {
    padding-top: 50px;
  }
}
.successStories .storiesWrapper {
  padding-top: 50px;
}
.successStories .storiesWrapper .cards {
  height: 100%;
  border-radius: 0px 0px 15px 15px;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}
.successStories .storiesWrapper .cards .cardWrapper .textDiv {
  padding-left: 26px;
  padding-left: 23px;
  padding-top: 19px;
  padding-bottom: 45px;
}
.successStories .storiesWrapper .cards .cardWrapper .textDiv .headTxt {
  color: #000;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 376px) {
  .successStories .storiesWrapper .cards .cardWrapper .textDiv .headTxt {
    font-size: 18px;
  }
}
.successStories .storiesWrapper .cards .cardWrapper .textDiv .smTxt {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 12px;
}
.successStories .storiesWrapper .cards .cardWrapper .textDiv .readMore {
  padding-top: 12px;
}

.empowerSec {
  background-color: #1e9f7f;
}
.empowerSec .empowerDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 93px;
  padding-bottom: 104px;
}
@media screen and (max-width: 570px) {
  .empowerSec .empowerDiv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.empowerSec .empowerDiv .empowerTxt {
  color: #fff;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 570px) {
  .empowerSec .empowerDiv .empowerTxt {
    font-size: 28px;
    line-height: 32px;
  }
}
.empowerSec .empowerDiv .yellowTxt {
  color: #fff61e;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 570px) {
  .empowerSec .empowerDiv .yellowTxt {
    font-size: 28px;
    line-height: 32px;
  }
}
.empowerSec .empowerDiv .smTxt {
  color: #fff;
  text-align: center;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  max-width: 1024px;
  margin: auto;
  padding-top: 32px;
}

.donateBtn {
  display: flex;
  margin-top: 37px;
}
.donateBtn.fBtn {
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .donateBtn.fBtn {
    justify-content: start;
  }
}
.donateBtn.joinusBtn {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .donateBtn.joinusBtn {
    margin-top: 30px;
  }
}
.donateBtn.prostheticBtn {
  margin-top: 32px;
}
.donateBtn .btn {
  color: #fff;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 6px;
  background: #f4ac1c;
  border: none;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media screen and (max-width: 576px) {
  .donateBtn .btn {
    font-size: 16px;
  }
}
.donateBtn .btn.footerBtn {
  width: 100%;
  margin-top: -22px;
}

.campsWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.campsWrapper.prostheticWrap {
  display: block;
}

.campTxt {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .campTxt {
    font-size: 24px;
    line-height: 30px;
  }
}
.campTxt.testiCenter {
  text-align: center;
}

.upcomingCamps {
  background-color: #f9f3ef;
  padding-top: 150px;
  padding-bottom: 150px;
}
.upcomingCamps .stayTunedText {
  color: #015044;
  font-family: "ptserif700";
  font-size: 50px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
.upcomingCamps.recentcampsDiv {
  padding-bottom: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 776px) {
  .upcomingCamps.recentcampsDiv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 570px) {
  .upcomingCamps {
    padding-top: 50px;
  }
}
.upcomingCamps .camps {
  margin-top: 43px;
}
.upcomingCamps .camps.newPage {
  margin-top: 0px;
  padding-bottom: 90px;
}
.upcomingCamps .camps.rCamp {
  margin-top: 0;
}
.upcomingCamps .camps .inaliBackground {
  background: #015044;
}
.upcomingCamps .camps .campsDetail .location {
  color: #015044;
  font-family: "ptserif";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-bottom: 6px;
}
@media screen and (max-width: 576px) {
  .upcomingCamps .camps .campsDetail .location {
    font-size: 28px;
  }
}
.upcomingCamps .camps .campsDetail .details .detail {
  display: flex;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding-top: 24px;
}
.upcomingCamps .camps .campsDetail .details .detail .date {
  color: #015044;
  font-family: Montserrat600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.upcomingCamps .camps .campsDetail .details .detail .list {
  color: #3a3a3a;
  font-family: Montserrat700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.upcomingCamps .camps .campsDetail .details .calenderCount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 376px) {
  .upcomingCamps .camps .campsDetail .details .calenderCount {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
.upcomingCamps .camps .campsDetail .details .calenderCount .calenderWrapper .numberDays .numberCount {
  color: #00ad8e;
  font-family: Montserrat600;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 10px;
  border: 1px solid #00ad8e;
  padding: 13px 16px 13px 16px;
  text-align: center;
  width: 75px;
}
@media screen and (max-width: 776px) {
  .upcomingCamps .camps .campsDetail .details .calenderCount .calenderWrapper .numberDays .numberCount {
    font-size: 31px;
  }
}
@media screen and (max-width: 376px) {
  .upcomingCamps .camps .campsDetail .details .calenderCount .calenderWrapper .numberDays .numberCount {
    width: 58px;
    padding: 8px;
  }
}
.upcomingCamps .camps .campsDetail .details .calenderCount .calenderWrapper .Text {
  color: #000;
  text-align: center;
  font-family: Montserrat600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  padding-top: 9px;
}
@media screen and (max-width: 676px) {
  .upcomingCamps .camps .campsDetail .details .calenderCount .calenderWrapper .Text {
    font-size: 13px;
  }
}

.blogsPage {
  background-color: #f9f3ef;
  padding-top: 30px;
  padding-bottom: 90px;
}
@media screen and (max-width: 570px) {
  .blogsPage {
    padding-top: 30px;
  }
}
.blogsPage.homeblogPage {
  padding-top: 100px;
  padding-bottom: 0px;
}

.blogDetails .imgSec {
  padding-top: 50px;
}
.blogDetails .imgSec .text {
  color: #000;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-top: 20px;
}
.blogDetails .imgSec .homeReadMore {
  color: #1e9f7f;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.blogDetails .owl-dots {
  margin-top: 34px;
  z-index: 200;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.blogDetails .owl-dots.disabled {
  display: flex !important;
}
.blogDetails .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #f4ac1c !important;
}
.blogDetails .owl-dots .owl-dot.active {
  background-color: #f4ac1c !important;
}

.testimonialsPage {
  background-color: #f9f3ef;
  padding-bottom: 90px;
  margin-bottom: 64px;
  padding-top: 93px;
}
@media screen and (max-width: 570px) {
  .testimonialsPage {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.testimonialsPage.prostheticTestimonial {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 100px;
  margin-bottom: 0px;
}
@media screen and (max-width: 576px) {
  .testimonialsPage.prostheticTestimonial {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.testimonialsPage .testimonialWrapper .testimonialDiv {
  background: #fff;
  margin-top: 38px;
  cursor: pointer;
}
.testimonialsPage .testimonialWrapper .testimonialDiv .prostheticImg {
  border-left: 18px solid #f4ac1c;
}
.testimonialsPage .testimonialWrapper .testimonialDiv .testiVideoImgg {
  width: auto !important;
  margin: auto;
}
.testimonialsPage .testimonialWrapper .testimonialDiv .detailDiv .testComma {
  width: 60px;
}
@media screen and (max-width: 998px) {
  .testimonialsPage .testimonialWrapper .testimonialDiv .detailDiv .testComma {
    padding: 10px;
  }
}
.testimonialsPage .testimonialWrapper .testimonialDiv .detailDiv .testTxt {
  color: #585757;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-top: 18px;
}
@media screen and (max-width: 998px) {
  .testimonialsPage .testimonialWrapper .testimonialDiv .detailDiv .testTxt {
    padding: 10px;
  }
}
.testimonialsPage .testimonialWrapper .testimonialDiv .detailDiv .testName {
  color: #015044;
  font-family: Montserrat700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 29px;
}
@media screen and (max-width: 998px) {
  .testimonialsPage .testimonialWrapper .testimonialDiv .detailDiv .testName {
    padding: 10px;
  }
}
.testimonialsPage .owl-dots {
  margin-top: -34px;
  z-index: 200;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
  position: absolute;
  right: 22px;
  bottom: 22px;
}
.testimonialsPage .owl-dots.disabled {
  display: flex !important;
}
@media screen and (max-width: 976px) {
  .testimonialsPage .owl-dots {
    bottom: -20px;
  }
}
.testimonialsPage .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #f4ac1c !important;
}
.testimonialsPage .owl-dots .owl-dot.active {
  background-color: #f4ac1c !important;
}

.colaborationPage {
  position: relative;
}
.colaborationPage #collaboration-carousel {
  padding-left: 50px;
  padding-right: 50px;
}
.colaborationPage .owl-nav.disabled {
  display: block !important;
}
@media screen and (max-width: 576px) {
  .colaborationPage .owl-nav.disabled {
    display: none !important;
  }
}
@media screen and (max-width: 576px) {
  .colaborationPage .owl-nav {
    display: none;
  }
}
.colaborationPage .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colaborationPage .owl-nav .owl-prev span {
  font-size: 60px;
  color: #015044;
}
.colaborationPage .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 30%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.colaborationPage .owl-nav .owl-next span {
  font-size: 60px;
  color: #015044;
}
.colaborationPage .owl-dots {
  display: none;
}
@media screen and (max-width: 576px) {
  .colaborationPage .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    margin-top: 45px;
  }
  .colaborationPage .owl-dots.disabled {
    display: block !important;
  }
}
.colaborationPage .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  background: #015044;
  border-radius: 50%;
}
.colaborationPage .owl-dots .owl-dot.active {
  border: 1px solid #015044;
  background: transparent !important;
}
.colaborationPage .clientsWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 66px;
}
@media screen and (max-width: 976px) {
  .colaborationPage .clientsWrap {
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
@media screen and (max-width: 570px) {
  .colaborationPage .clientsWrap {
    flex-direction: column;
  }
}
.colaborationPage .clientsWrap .clientLogo .clientTxt {
  color: #3a3a3a;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 16px;
}
.colaborationPage .clientsWrap .clientLogo img {
  aspect-ratio: 2.03;
  -o-object-fit: contain;
     object-fit: contain;
}
.colaborationPage .clientsWrap .verLine {
  height: 122px;
  width: 1px;
  background: #c0c9d6;
}
@media screen and (max-width: 570px) {
  .colaborationPage .clientsWrap .verLine {
    width: 80%;
    height: 1px;
  }
}

.footerSec {
  background: #023e3e;
  padding-top: 46px;
}
.footerSec .leftSec .contactUs {
  padding-top: 55px;
}
.footerSec .leftSec .contactUs .detail {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 18px;
}
.footerSec .leftSec .contactUs .detail .txt {
  color: #b1ffff;
  font-family: Montserrat600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 998px) {
  .footerSec .rightSec {
    padding-top: 40px;
  }
}
@media screen and (max-width: 576px) {
  .footerSec .rightSec {
    padding-top: 40px;
  }
}
.footerSec .rightSec .Texts {
  color: #fff;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.footerSec .rightSec .enquiryDiv {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 17px;
  border-bottom: 1px solid #326767;
  padding-bottom: 31px;
}
@media screen and (max-width: 998px) {
  .footerSec .rightSec .enquiryDiv {
    padding-top: 35px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 576px) {
  .footerSec .rightSec .enquiryDiv {
    padding-top: 45px;
  }
}
.footerSec .rightSec .enquiryDiv .NumLine {
  color: #8fffff;
  font-family: Montserrat600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.footerSec .rightSec .enquiryDiv .enquiry {
  color: #f4ac1c;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.footerSec .rightSec .elements .txt {
  color: #1a8b8b;
  font-family: "ptserif700";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding-top: 31px;
  padding-bottom: 20px;
}
.footerSec .rightSec .elements .texts {
  color: #b1ffff;
  font-family: Montserrat600;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding-top: 12px;
}
@media screen and (max-width: 998px) {
  .footerSec .rightSec .elements .texts {
    padding-top: 15px;
  }
}
.footerSec .rightSec .donateDiv {
  border-radius: 10px;
  background: #115d5d;
  padding: 18px 24px;
  margin-top: 31px;
}
.footerSec .rightSec .donateDiv .saveTxt {
  color: #fff;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .footerSec .rightSec .donateDiv .saveTxt {
    text-align: start;
  }
}
.footerSec .rightSec .donateDiv .btnn {
  background: #639191;
  width: 100%;
  padding: 10px;
  border: none;
  color: #fff;
  font-family: Montserrat600;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 15px;
}
.footerSec .bottomFooter .inner {
  border-top: 1px solid #326767;
  margin-top: 96px;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media screen and (max-width: 570px) {
  .footerSec .bottomFooter .inner {
    margin-top: 30px;
  }
}
.footerSec .bottomFooter .inner .left {
  color: #74b6b6;
  font-family: Montserrat500;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footerSec .bottomFooter .inner .right {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
@media screen and (max-width: 576px) {
  .footerSec .bottomFooter .inner .right {
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
.footerSec .bottomFooter .inner .right .links {
  width: 43px;
  height: 43px;
  background: #0c5c5c;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .footerSec .bottomFooter .inner .right .links {
    width: 36px;
    height: 36px;
  }
}

.aboutSec .imgDiv {
  position: relative;
}
@media screen and (max-width: 576px) {
  .aboutSec .imgDiv .mobFitImg {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.aboutSec .imgDiv .innerTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "ptserif700";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  max-width: 755px;
}
@media screen and (max-width: 776px) {
  .aboutSec .imgDiv .innerTxt {
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .aboutSec .imgDiv .innerTxt {
    font-size: 18px;
    line-height: 22px;
  }
}

.aboutInaliSec {
  background: #f9f3ef;
  padding-top: 90px;
  padding-bottom: 130px;
}
@media screen and (max-width: 576px) {
  .aboutInaliSec {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.aboutInaliSec .TextDiv .aboutInali {
  color: #015044;
  font-family: "ptserif";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .aboutInaliSec .TextDiv .aboutInali {
    font-size: 28px;
  }
}
.aboutInaliSec .TextDiv .text {
  color: #99440a;
  font-family: "ptserif700";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  padding-top: 24px;
  max-width: 539px;
}
@media screen and (max-width: 576px) {
  .aboutInaliSec .TextDiv .text {
    font-size: 21px;
    line-height: 31px;
  }
}
.aboutInaliSec .TextDiv .blackTxt {
  color: #000;
  font-family: Montserrat600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-top: 16px;
  max-width: 621px;
}
.aboutInaliSec .TextDiv .subText {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 20px;
}
.aboutInaliSec .TextDiv .textColumnDiv {
  background: #f4ebe4;
  padding: 20px 35px 20px 35px;
  margin-top: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
@media screen and (max-width: 998px) {
  .aboutInaliSec .TextDiv .textColumnDiv {
    flex-direction: column;
    row-gap: 20px;
  }
}
.aboutInaliSec .TextDiv .textColumnDiv .verLine {
  height: 97px;
  width: 1px;
  background: #f4ac1c;
}
@media screen and (max-width: 998px) {
  .aboutInaliSec .TextDiv .textColumnDiv .verLine {
    height: 1px;
    width: 160px;
  }
}
.aboutInaliSec .TextDiv .textColumnDiv .Texts {
  max-width: 226px;
}
.aboutInaliSec .TextDiv .textColumnDiv .Texts .head {
  color: #015044;
  text-align: center;
  font-family: "ptserif700";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
.aboutInaliSec .TextDiv .textColumnDiv .Texts .subHead {
  color: #515151;
  text-align: center;
  font-family: Montserrat600;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}

.moreDetailedVideo {
  padding-top: 90px;
  position: relative;
}
.moreDetailedVideo .greenHandImg {
  position: absolute;
  top: 71px;
  right: 0;
}
@media screen and (max-width: 776px) {
  .moreDetailedVideo .greenHandImg {
    top: 120px;
  }
}
@media screen and (max-width: 576px) {
  .moreDetailedVideo .greenHandImg {
    top: 147px;
    width: 138px;
  }
}
.moreDetailedVideo .yellowHandImg {
  position: absolute;
  bottom: -82px;
  left: 0;
}
@media screen and (max-width: 576px) {
  .moreDetailedVideo .yellowHandImg {
    bottom: -58px;
    width: 138px;
  }
}

.visionMissionSec {
  margin-top: 59px;
  margin-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .visionMissionSec {
    margin-bottom: 30px;
  }
}
.visionMissionSec .wrapperDiv .vissionMission .wrapDiv {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 24px;
       column-gap: 24px;
  border-bottom: 1px solid #f4ac1c;
  padding-bottom: 41px;
  margin-bottom: 41px;
}
.visionMissionSec .wrapperDiv .vissionMission .wrapDiv.yelloWrap {
  border-bottom: none;
  margin-bottom: 0px;
}
.visionMissionSec .wrapperDiv .vissionMission .wrapDiv .Texts .head {
  color: #003574;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
}
.visionMissionSec .wrapperDiv .vissionMission .wrapDiv .Texts .subHead {
  color: #000;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.teamSection {
  background: #f3ddcf;
}
@media screen and (max-width: 576px) {
  .teamSection {
    padding-top: 20px;
  }
}
.teamSection .leftDiv {
  padding-left: 107px;
}
@media screen and (max-width: 576px) {
  .teamSection .leftDiv {
    padding-left: 10px;
  }
}
.teamSection .leftDiv .teamTxt {
  color: #3a3a3a;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
.teamSection .leftDiv .subTxt {
  color: #f4ac1c;
  font-family: "ptserif700";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  padding-top: 25px;
}
.teamSection .leftDiv .smtxt {
  color: #3a3a3a;
  font-family: Montserrat600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-top: 12px;
}

.centeredSec {
  text-align: center;
}
.centeredSec .centerTxt {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .centeredSec .centerTxt {
    font-size: 28px;
    line-height: 33px;
  }
}
.centeredSec .centerTxt.whitecenterdTxt {
  color: #fff;
}
@media screen and (max-width: 998px) {
  .centeredSec .centerTxt.whitecenterdTxt {
    font-size: 31px;
  }
}
@media screen and (max-width: 576px) {
  .centeredSec .centerTxt.whitecenterdTxt {
    font-size: 24px;
    line-height: 34px;
  }
}
.centeredSec .redText {
  color: #b83b06;
  font-family: Montserrat700;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  padding-top: 15px;
}
@media screen and (max-width: 576px) {
  .centeredSec .redText {
    font-size: 20px;
  }
}
.centeredSec .lineImg {
  padding-top: 9px;
}

.AccoladesSec {
  padding-top: 90px;
  background: #f9f3ef;
  padding-bottom: 90px;
}
.AccoladesSec .accoladesMidImgSec {
  padding-top: 50px;
  padding-bottom: 30px;
}
.AccoladesSec .accoladesMidImgSec .accoladeImg {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.AccoladesSec .accoladesMidImgSec .accoladesNames {
  padding-left: 50px;
}
@media screen and (max-width: 576px) {
  .AccoladesSec .accoladesMidImgSec .accoladesNames {
    padding-left: 0px;
    text-align: center;
  }
}
.AccoladesSec .accoladesMidImgSec .accoladesNames .headText {
  color: #000;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  .AccoladesSec .accoladesMidImgSec .accoladesNames .headText {
    font-size: 26px;
    line-height: 36px;
  }
}
.AccoladesSec .accoladesMidImgSec .accoladesNames .redTxt {
  color: #b83b06;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .AccoladesSec .accoladesMidImgSec .accoladesNames .redTxt {
    font-size: 26px;
    line-height: 36px;
  }
}
.AccoladesSec .awardsCards {
  padding-top: 34px;
}
.AccoladesSec .awardsCards .cardDiv {
  border-radius: 18px;
  background: #fff;
  padding: 33px 30px 33px 30px;
  height: 100%;
}
.AccoladesSec .awardsCards .cardDiv .cardWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media screen and (max-width: 776px) {
  .AccoladesSec .awardsCards .cardDiv .cardWrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
.AccoladesSec .awardsCards .cardDiv .cardWrap .awardTxt {
  color: #000;
  font-family: Montserrat600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.teamBannerDiv .teamImg {
  position: relative;
}
@media screen and (max-width: 576px) {
  .teamBannerDiv .teamImg .mobFitImg {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.teamBannerDiv .teamImg .teamTxt {
  position: absolute;
  top: 50%;
  left: 101px;
  color: #fff;
  font-family: "ptserif700";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .teamBannerDiv .teamImg .teamTxt {
    font-size: 28px;
    line-height: 37px;
    left: 56px;
  }
}
.teamBannerDiv .teamImg .smtxt p {
  position: absolute;
  top: 62%;
  left: 101px;
  color: #fff;
  font-family: "ptserif700";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 34px;
}
@media screen and (max-width: 576px) {
  .teamBannerDiv .teamImg .smtxt p {
    font-size: 10px;
    line-height: 37px;
    left: 56px;
  }
}
.teamBannerDiv .teamImg .banHeadings {
  position: absolute;
  top: 50%;
  left: 101px;
  transform: translateY(-50%);
}
@media screen and (max-width: 776px) {
  .teamBannerDiv .teamImg .banHeadings.prostheticbanHead {
    left: 25px;
  }
}
@media screen and (max-width: 576px) {
  .teamBannerDiv .teamImg .banHeadings.prostheticbanHead {
    display: none;
  }
}
.teamBannerDiv .teamImg .banHeadings .teamHeadTxt {
  color: #fff;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  max-width: 617px;
}
@media screen and (max-width: 776px) {
  .teamBannerDiv .teamImg .banHeadings .teamHeadTxt.prostheticHead {
    font-size: 23px;
    line-height: 37px;
  }
}
.teamBannerDiv .teamImg .banHeadings .smText {
  color: #e8e8e8;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  max-width: 629px;
  padding-top: 17px;
}

.leadersSec {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f9f3ef;
}
@media screen and (max-width: 998px) {
  .leadersSec {
    padding-top: 75px;
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 576px) {
  .leadersSec {
    padding-top: 60px;
    padding-bottom: 20px;
  }
}
.leadersSec .threeLeaders {
  padding-top: 60px;
}
@media screen and (max-width: 576px) {
  .leadersSec .threeLeaders {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.leadersSec .threeLeaders .imgDiv {
  position: relative;
}
.leadersSec .threeLeaders .imgDiv:hover .overlayTxt {
  opacity: 1;
}
.leadersSec .threeLeaders .imgDiv .overlayTxt {
  background: hsla(0, 0%, 0%, 0.7);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 50px;
  opacity: 0;
  transition: all 0.4s;
}
.leadersSec .threeLeaders .imgDiv .overlayTxt .name {
  color: #fff;
  text-align: center;
  font-family: "ptserif700";
  font-size: 27px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px;
}
.leadersSec .threeLeaders .imgDiv .overlayTxt .designation {
  color: #f9f3ef;
  font-family: Montserrat700;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.Advisoryboard {
  background: #f9f3ef;
  padding-bottom: 92px;
}
.Advisoryboard .advisorysubTxt {
  max-width: 872px;
  margin: auto;
  text-align: center;
  padding-top: 14px;
}
.Advisoryboard .advisoryImgs {
  padding-top: 41px;
}
.Advisoryboard .advisoryImgs .imgDiv .Texts .name {
  color: #000;
  text-align: center;
  font-family: "ptserif700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .Advisoryboard .advisoryImgs .imgDiv .Texts .name {
    font-size: 21px;
  }
}
.Advisoryboard .advisoryImgs .imgDiv .Texts .designation {
  color: #3a3a3a;
  text-align: center;
  font-family: Montserrat700;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .Advisoryboard .advisoryImgs .imgDiv .Texts .designation {
    line-height: 20px;
  }
}

.ourTeam {
  padding-bottom: 90px;
  background: #f9f3ef;
}
.ourTeam .teamSmTxt {
  margin: auto;
  max-width: 872px;
  text-align: center;
  margin-top: 12px;
}
.ourTeam .teamsImgs {
  padding-top: 41px;
}
.ourTeam .teamsImgs .imageDiv {
  background: #fff;
  padding-top: 30px;
  padding-left: 86px;
  padding-right: 94px;
  padding-bottom: 24px;
  border-top: 10px solid #218366;
  height: 100%;
}
@media screen and (max-width: 576px) {
  .ourTeam .teamsImgs .imageDiv {
    padding-top: 30px;
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 30px;
  }
}
.ourTeam .teamsImgs .imageDiv .smimage .details .name {
  color: #3a3a3a;
  text-align: center;
  font-family: Montserrat600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  text-transform: capitalize;
  padding-top: 20px;
}
@media screen and (max-width: 1099px) {
  .ourTeam .teamsImgs .imageDiv .smimage .details .name {
    font-size: 16px;
    line-height: 22px;
  }
}
.ourTeam .teamsImgs .imageDiv .smimage .details .design {
  color: #797979;
  text-align: center;
  font-family: Montserrat700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  text-transform: capitalize;
  padding-top: 5px;
}
.ourTeam .otherDepartmentsDiv {
  padding-top: 41px;
}
.ourTeam .otherDepartmentsDiv .otherDepBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 41px;
}
.ourTeam .otherDepartmentsDiv .otherDepBtn .oDepBtnn {
  color: #3a3a3a;
  text-align: center;
  border: 1px solid #f1ac1e;
  background: #fff;
  padding: 34px 70px;
  font-family: "ptserif700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  text-transform: capitalize;
}
.ourTeam .otherDepartmentsDiv .prosOrthoticTexts {
  color: #3a3a3a;
  text-align: center;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 30px;
}

.joinUsPage .owl-nav.disabled {
  display: block !important;
}
.joinUsPage .owl-prev {
  position: absolute;
  bottom: 23px;
  right: 67px;
  color: #000;
  background: #ed9e00 !important;
  height: 40px;
  width: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .joinUsPage .owl-prev {
    height: 35px;
    width: 35px;
    right: 58px;
  }
}
.joinUsPage .owl-next {
  position: absolute;
  bottom: 23px;
  right: 16px;
  color: #000;
  background: #ed9e00 !important;
  height: 40px;
  width: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .joinUsPage .owl-next {
    height: 35px;
    width: 35px;
  }
}
.joinUsPage .owl-dots {
  display: none;
}
.joinUsPage .rightTxtdiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 998px) {
  .joinUsPage .rightTxtdiv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.joinUsPage .rightTxtdiv .joinTxt {
  color: #015044;
  text-align: center;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .joinUsPage .rightTxtdiv .joinTxt {
    font-size: 30px;
  }
}
.joinUsPage .rightTxtdiv .smTxt {
  color: #3a3a3a;
  text-align: center;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 14px;
  max-width: 491px;
}

.mob-prostheticBan .mobbanHeadings {
  display: none;
  background: #015044;
}
@media screen and (max-width: 576px) {
  .mob-prostheticBan .mobbanHeadings {
    display: block;
    padding: 20px;
  }
}
.mob-prostheticBan .mobbanHeadings .mob-teamheadTxt {
  color: #fff;
  font-family: "ptserif700";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  top: 60px;
  left: 18px;
  width: 70%;
}
.mob-prostheticBan .mobbanHeadings .mobsmText {
  color: #e8e8e8;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  max-width: 629px;
  padding-top: 17px;
}

.recentCampsSec {
  background-color: #f9f3ef;
  padding-bottom: 60px;
}
@media screen and (max-width: 576px) {
  .recentCampsSec {
    padding-bottom: 40px;
  }
}

.blogDetailPage {
  padding-top: 90px;
  background: #f9f3ef;
  padding-bottom: 100px;
}
@media screen and (max-width: 998px) {
  .blogDetailPage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 576px) {
  .blogDetailPage {
    padding-top: 0px;
    padding-bottom: 40px;
  }
}
.blogDetailPage .blogdetailDiv {
  padding-bottom: 79px;
}
@media screen and (max-width: 776px) {
  .blogDetailPage .blogdetailDiv {
    padding-bottom: 40px;
  }
}
.blogDetailPage .blogdetailDiv .calenderDiv {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-top: 22px;
}
.blogDetailPage .blogdetailDiv .blogTxt {
  color: #015044;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  max-width: 800px;
  padding-top: 16px;
}
@media screen and (max-width: 776px) {
  .blogDetailPage .blogdetailDiv .blogTxt {
    font-size: 26px;
    line-height: 36px;
  }
}
.blogDetailPage .blogdetailDiv .blogSmText .blogSubHead {
  color: #3a3a3a;
  font-family: Montserrat700;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  padding-top: 20px;
}
.blogDetailPage .blogdetailDiv .blogSmText .smTxt {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 10px;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv {
  padding-top: 48px;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .imgdiv {
  position: relative;
  padding-bottom: 92px;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .imgdiv .text {
  color: #015044;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  padding-top: 23px;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .imgdiv .dateCard {
  background: #f4ac1c;
  padding: 9px 16px 9px 16px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 85px;
  text-align: center;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .imgdiv .dateCard .num {
  color: #000;
  font-family: "ptserif700";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .imgdiv .dateCard .date {
  color: #000;
  max-width: 49px;
  font-family: Montserrat500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  text-transform: capitalize;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .owl-dots {
  margin-top: -34px;
  z-index: 200;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .owl-dots.disabled {
  display: flex !important;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #f4ac1c !important;
}
.blogDetailPage .blogDetailWrapper .blogSimilarDiv .owl-dots .owl-dot.active {
  background-color: #f4ac1c !important;
}

.infoProstheticDiv {
  background: #f9f3ef;
  padding-top: 90px;
  padding-bottom: 70px;
}
@media screen and (max-width: 576px) {
  .infoProstheticDiv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.infoProstheticDiv .infoSection .textsDiv .mainHeading {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
@media screen and (max-width: 576px) {
  .infoProstheticDiv .infoSection .textsDiv .mainHeading {
    font-size: 24px;
    line-height: 33px;
  }
}
.infoProstheticDiv .infoSection .textsDiv .smtext {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  padding-top: 20px;
}

.inaliSwitchedArmDiv {
  background: #f4e7dd;
  padding-top: 41px;
  padding-bottom: 50px;
  overflow-x: hidden;
}
.inaliSwitchedArmDiv .textsDiv .switcharmText {
  color: #015044;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .textsDiv .switcharmText {
    font-size: 24px;
    line-height: 34px;
  }
}
.inaliSwitchedArmDiv .textsDiv .smTexts {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-top: 24px;
}
.inaliSwitchedArmDiv .switchedImgdiv {
  padding-left: 55px;
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv {
    padding-left: 0px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .componentHead {
  color: #015044;
  text-align: center;
  font-family: "ptserif";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  max-width: 468px;
  margin: auto;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover {
  position: relative;
  margin-top: 45px;
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover {
    margin-top: 60px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne {
  position: absolute;
  top: 53%;
  left: 9%;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne:hover .popupDiv {
  opacity: 1;
  scale: 1;
  z-index: 10;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Two {
  top: 24%;
  left: 23%;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Two .switchedHoverText {
  top: -38px;
  left: -44px;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Two .popupDiv {
  top: -122px;
  left: -301px;
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Two .popupDiv {
    top: -132px;
    left: -208px;
    width: 440px;
  }
}
@media screen and (max-width: 776px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Two .popupDiv {
    top: -132px;
    left: -186px;
    width: 420px;
  }
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Two .popupDiv {
    top: -182px;
    left: -89px;
    width: 354px;
  }
}
@media screen and (max-width: 476px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Two .popupDiv {
    left: -66px;
    width: 325px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Three {
  top: 19%;
  left: 63%;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Three .switchedHoverText {
  top: -38px;
  left: -44px;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Three .popupDiv {
  top: -163px;
  left: -506px;
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Three .popupDiv {
    top: -141px;
    left: -407px;
  }
}
@media screen and (max-width: 776px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Three .popupDiv {
    left: -384px;
  }
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Three .popupDiv {
    top: -163px;
    left: -246px;
    width: 354px;
  }
}
@media screen and (max-width: 476px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Three .popupDiv {
    top: -182px;
    left: -210px;
    width: 325px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Four {
  top: 36%;
  left: 67%;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Four .switchedHoverText {
  top: 29px;
  left: -55px;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Four .popupDiv {
  top: -193px;
  left: -281px;
}
@media screen and (max-width: 1099px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Four .popupDiv {
    left: -340px;
  }
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Four .popupDiv {
    top: -120px;
  }
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Four .popupDiv {
    top: -163px;
    left: -260px;
    width: 354px;
  }
}
@media screen and (max-width: 476px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Four .popupDiv {
    top: -175px;
    left: -218px;
    width: 329px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Five {
  top: 41%;
  left: 54%;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Five .switchedHoverText {
  top: 39px;
  left: -19px;
  width: 64px;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Five .popupDiv {
  top: -219px;
  left: -281px;
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Five .popupDiv {
    top: -245px;
    left: -205px;
  }
}
@media screen and (max-width: 476px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Five .popupDiv {
    top: -269px;
    left: -183px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six {
  top: 28%;
  left: 90%;
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six {
    top: 28%;
    left: 89%;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six .switchedHoverText {
  top: 41px;
  left: -38px;
  width: 101px;
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six .switchedHoverText {
    width: 83px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six .popupDiv {
  top: -125px;
  left: -357px;
}
@media screen and (max-width: 1099px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six .popupDiv {
    top: -169px;
    left: -454px;
  }
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six .popupDiv {
    top: -135px;
    left: -401px;
  }
}
@media screen and (max-width: 476px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Six .popupDiv {
    top: -169px;
    left: -306px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Seven {
  top: 30%;
  left: 80%;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Seven .switchedHoverText {
  top: -56px;
  left: -29px;
  width: 81px;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Seven .popupDiv {
  top: -203px;
  left: -309px;
}
@media screen and (max-width: 1099px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Seven .popupDiv {
    left: -409px;
  }
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Seven .popupDiv {
    top: -239px;
    left: -309px;
  }
}
@media screen and (max-width: 476px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne.Seven .popupDiv {
    top: -298px;
    left: -273px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .dot {
  width: 21px;
  height: 21px;
  background: #109e7e;
  border-radius: 50%;
  outline: 1px solid #109e7e;
  outline-offset: 3px;
  z-index: 30 !important;
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .dot {
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .dot {
    width: 10px;
    height: 10px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .popupDiv {
  position: absolute;
  top: -229px;
  left: -281px;
  width: 500px;
  background-color: #109e7e;
  z-index: -1;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  opacity: 0;
  color: #fff;
  font-family: "ptserif";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 998px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .popupDiv {
    top: -202px;
    left: -101px;
    width: 440px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 776px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .popupDiv {
    left: -108px;
    width: 430px;
  }
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .popupDiv {
    top: -229px;
    left: -24px;
    width: 386px;
  }
}
@media screen and (max-width: 476px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .popupDiv {
    left: -28px;
    width: 334px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .popupDiv:hover {
  opacity: 0;
  display: none;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .popupDiv::after {
  content: "";
  height: 15px;
  width: 15px;
  background: #109e7e;
  position: absolute;
  bottom: -5px;
  rotate: 45deg;
  right: 10%;
}
.inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .switchedHoverText {
  position: absolute;
  top: -56px;
  left: -81px;
  opacity: 1;
  transition: all 0.4s;
  color: #000;
  color: #000;
  text-align: center;
  font-family: Montserrat700;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  width: 137px;
}
@media screen and (max-width: 576px) {
  .inaliSwitchedArmDiv .switchedImgdiv .switchedImgHover .greenDotOne .switchedHoverText {
    left: -60px;
    width: 108px;
    font-size: 10px;
    line-height: 18px;
  }
}
.inaliSwitchedArmDiv .switchedImgdiv .imgDetailText {
  color: #000;
  text-align: center;
  font-family: Montserrat400;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding-top: 18px;
}

.prostheticInaliArmDiv {
  background: #015044;
  padding-top: 70px;
  padding-bottom: 70px;
}
.prostheticInaliArmDiv .armCardWrapper {
  padding-top: 40px;
}
.prostheticInaliArmDiv .armCardWrapper .armWrap {
  border-radius: 8px;
  background: #136458;
  padding: 21px 26px;
  height: 100%;
}
.prostheticInaliArmDiv .armCardWrapper .armWrap .infoTexts {
  padding-top: 27px;
}
.prostheticInaliArmDiv .armCardWrapper .armWrap .infoTexts .headTxt {
  color: #fff;
  font-family: Montserrat700;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.prostheticInaliArmDiv .armCardWrapper .armWrap .infoTexts .smTxt {
  color: #ebebeb;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  padding-top: 10px;
}

.inaliArmSection {
  background: #f9f3ef;
  padding-top: 90px;
  padding-bottom: 35px;
}
@media screen and (max-width: 776px) {
  .inaliArmSection {
    display: none;
  }
}
@media screen and (max-width: 998px) {
  .inaliArmSection {
    padding-bottom: 70px;
  }
}
.inaliArmSection .inaliArmImgPart {
  padding-top: 170px;
  padding-bottom: 150px;
}
.inaliArmSection .inaliArmImgPart .inaliArm {
  position: relative;
}
.inaliArmSection .inaliArmImgPart .inaliArm.padTop {
  padding-top: 80px;
}
.inaliArmSection .inaliArmImgPart .inaliArm .armTxt {
  position: absolute;
  top: -80px;
  left: 0;
  color: #3a3a3a;
  text-align: center;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armLargeTxt {
  top: -120px;
  left: 0;
  width: 355px;
  transform: translateX(-20%);
}
@media screen and (max-width: 991px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armLargeTxt {
    width: 286px;
    top: -139px;
  }
}
@media screen and (max-width: 940px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armLargeTxt {
    top: -141px;
  }
}
@media screen and (max-width: 898px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armLargeTxt {
    top: -141px;
    left: -26px;
  }
}
.inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtTwo {
  top: unset;
  bottom: -110px;
  left: 0;
  width: 355px;
  transform: translateX(-20%);
}
@media screen and (max-width: 991px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtTwo {
    bottom: -171px;
    width: 215px;
  }
}
@media screen and (max-width: 978px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtTwo {
    bottom: -196px;
  }
}
@media screen and (max-width: 898px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtTwo {
    bottom: -194px;
  }
}
.inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtThree {
  top: unset;
  bottom: -110px;
  left: 0;
  width: 237px;
}
@media screen and (max-width: 991px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtThree {
    top: unset;
    bottom: -110px;
    left: 0;
    width: 133px;
  }
}
@media screen and (max-width: 978px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtThree {
    bottom: -144px;
  }
}
@media screen and (max-width: 898px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtThree {
    bottom: -143px;
  }
}
.inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtSix {
  top: unset;
  bottom: -150px;
  left: 0;
  width: 171px;
  transform: translateX(10%);
}
@media screen and (max-width: 991px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtSix {
    left: -22px;
    transform: translateX(-6%);
  }
}
@media screen and (max-width: 898px) {
  .inaliArmSection .inaliArmImgPart .inaliArm .armTxt.armTxtSix {
    left: -36px;
  }
}
.inaliArmSection .inaliArmImgPart .inaliArm .arrowLine {
  width: 80%;
  display: block;
  margin: auto;
}
.inaliArmSection .inaliArmImgPart .inaliArm .arrowLine.opa0 {
  opacity: 0;
}

.mobInaliarmSec {
  display: none;
  padding-top: 50px;
}
@media screen and (max-width: 576px) {
  .mobInaliarmSec {
    display: block;
  }
}
.mobInaliarmSec .inaliArm {
  padding: 20px;
}
.mobInaliarmSec .inaliArm .armTxt {
  color: #3a3a3a;
  text-align: center;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.mobInaliarmSec .owl-dots {
  margin-top: -9px;
  margin-bottom: 24px;
  z-index: 200;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
.mobInaliarmSec .owl-dots.disabled {
  display: flex !important;
}
.mobInaliarmSec .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #f4ac1c !important;
}
.mobInaliarmSec .owl-dots .owl-dot.active {
  background-color: #f4ac1c !important;
}

.letushelpImgsec {
  background: url("../images/proRecHelpbacImg.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 92px;
  padding-bottom: 85px;
}
@media screen and (max-width: 576px) {
  .letushelpImgsec {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.letushelpImgsec .textsDiv .boldTxt {
  color: #015044;
  font-family: Montserrat800;
  font-size: 42px;
  font-style: normal;
  font-weight: 800;
  line-height: 46px;
}
@media screen and (max-width: 776px) {
  .letushelpImgsec .textsDiv .boldTxt {
    font-size: 35px;
    line-height: 43px;
  }
}
@media screen and (max-width: 576px) {
  .letushelpImgsec .textsDiv .boldTxt {
    font-size: 29px;
    line-height: 39px;
  }
}
@media screen and (max-width: 376px) {
  .letushelpImgsec .textsDiv .boldTxt {
    font-size: 26px;
    line-height: 31px;
  }
}
.letushelpImgsec .textsDiv .smallTxt {
  color: #015044;
  font-family: Montserrat700;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  padding-top: 10px;
}
@media screen and (max-width: 776px) {
  .letushelpImgsec .textsDiv .smallTxt {
    font-size: 22px;
    line-height: 32px;
  }
}
@media screen and (max-width: 576px) {
  .letushelpImgsec .textsDiv .smallTxt {
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 376px) {
  .letushelpImgsec .textsDiv .smallTxt {
    font-size: 18px;
    line-height: 27px;
  }
}

.sucessStoryPage {
  position: relative;
}
.sucessStoryPage .sucessStoryTxts {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 100px;
}
@media screen and (max-width: 776px) {
  .sucessStoryPage .sucessStoryTxts {
    padding-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .sucessStoryPage .sucessStoryTxts {
    padding-left: 50px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 476px) {
  .sucessStoryPage .sucessStoryTxts {
    padding-left: 30px;
    padding-top: 20px;
  }
}
.sucessStoryPage .sucessStoryTxts .mainHeadTxt {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .sucessStoryPage .sucessStoryTxts .mainHeadTxt {
    font-size: 26px;
  }
}
.sucessStoryPage .sucessStoryTxts .smTexts {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  max-width: 490px;
  padding-top: 16px;
}
.sucessStoryPage .sucessStoryImgDiv {
  padding-top: 32px;
}
@media screen and (max-width: 576px) {
  .sucessStoryPage .sucessStoryImgDiv {
    padding-top: 20px;
  }
}
.sucessStoryPage .sucessBanSideImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
}
@media screen and (max-width: 998px) {
  .sucessStoryPage .sucessBanSideImg {
    width: 100px;
  }
}
@media screen and (max-width: 576px) {
  .sucessStoryPage .sucessBanSideImg {
    width: 55px;
  }
}

.sucesStoriespeoples {
  padding-top: 100px;
  background: #f9f3ef;
}
@media screen and (max-width: 576px) {
  .sucesStoriespeoples {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.sucesStoriespeoples .sucessStoryWrapper {
  padding-bottom: 60px;
}
.sucesStoriespeoples .sucessStoryWrapper.padTop {
  padding-top: 60px;
}
@media screen and (max-width: 576px) {
  .sucesStoriespeoples .sucessStoryWrapper.padTop {
    padding-top: 0px;
  }
}
.sucesStoriespeoples .sucessStoryWrapper .alternateRow {
  flex-direction: row-reverse;
}
.sucesStoriespeoples .sucessStoryWrapper .squareImgDiv {
  position: relative;
}
.sucesStoriespeoples .sucessStoryWrapper .squareImgDiv .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 42.4%, rgba(0, 0, 0, 0.72) 100%);
  top: 0;
  display: flex;
  align-items: end;
  justify-content: start;
}
.sucesStoriespeoples .sucessStoryWrapper .squareImgDiv .overlay .text {
  margin-bottom: 80px;
  margin-left: 18px;
  color: #fff;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.sucesStoriespeoples .sucessStoryWrapper .squareImgDiv .patch {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.sucesStoriespeoples .sucessStoryWrapper .pplDiscription {
  padding-left: 20px;
}
@media screen and (max-width: 576px) {
  .sucesStoriespeoples .sucessStoryWrapper .pplDiscription {
    padding-left: 0px;
  }
}
.sucesStoriespeoples .sucessStoryWrapper .pplDiscription .boldTxt {
  color: #015044;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .sucesStoriespeoples .sucessStoryWrapper .pplDiscription .boldTxt {
    font-size: 26px;
    line-height: 35px;
  }
}
.sucesStoriespeoples .sucessStoryWrapper .pplDiscription .smDetail {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-top: 10px;
}
.sucesStoriespeoples .sucessStoryWrapper .pplDiscription .smDetailNext {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-top: 10px;
  display: none;
}
.sucesStoriespeoples .sucessStoryWrapper .pplDiscription .nextBtnDiv .nextBtn {
  border: none;
  background: none;
  color: #3a3a3a;
  font-family: Montserrat700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 0;
  margin-top: 10px;
}
.sucesStoriespeoples .sucessStoryWrapper .pplDiscription .challegeDiv {
  padding-top: 20px;
}
.sucesStoriespeoples .sucessStoryWrapper .pplDiscription .challegeDiv .challenges {
  color: #015044;
  font-family: Montserrat700;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .sucesStoriespeoples .sucessStoryWrapper .pplDiscription .challegeDiv .challenges {
    font-size: 18px;
    line-height: 26px;
  }
}

.csrDonationsSec {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9f3ef;
}
@media screen and (max-width: 576px) {
  .csrDonationsSec {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.csrDonationsSec .csrDonateDiv {
  text-align: center;
}
.csrDonationsSec .csrDonarWrappers .donersDiv {
  margin-top: 69px;
}
@media screen and (max-width: 576px) {
  .csrDonationsSec .csrDonarWrappers .donersDiv {
    margin-top: 50px;
  }
}
.csrDonationsSec .csrDonarWrappers .donersDiv .alterRow {
  flex-direction: row-reverse;
}
.csrDonationsSec .csrDonarWrappers .donersDiv .alterRow .dontionTxtsDiv {
  padding-left: 0px;
  padding-right: 20px;
}
.csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv {
  padding-left: 20px;
}
.csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv .mainHeading {
  color: #015044;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv .mainHeading {
    font-size: 25px;
    line-height: 34px;
  }
}
.csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv .smallTxt {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  padding-top: 10px;
}
.csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv .csrinitiatives {
  padding-top: 32px;
}
.csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv .csrinitiatives .initiativeTxt {
  color: #3a3a3a;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv .csrinitiatives .infoDiv {
  display: flex;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 28px;
       column-gap: 28px;
  padding-top: 22px;
}
.csrDonationsSec .csrDonarWrappers .donersDiv .dontionTxtsDiv .csrinitiatives .infoDiv .infotxt {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.csrDonationsSec .owl-prev {
  position: absolute;
  bottom: 23px;
  right: 67px;
  color: #000;
  background: #ed9e00 !important;
  height: 40px;
  width: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .csrDonationsSec .owl-prev {
    height: 35px;
    width: 35px;
    right: 58px;
  }
}
.csrDonationsSec .owl-next {
  position: absolute;
  bottom: 23px;
  right: 16px;
  color: #000;
  background: #ed9e00 !important;
  height: 40px;
  width: 40px;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 576px) {
  .csrDonationsSec .owl-next {
    height: 35px;
    width: 35px;
  }
}
.csrDonationsSec .owl-dots {
  display: none;
}

.contactPage .getinTouchDiv {
  background: #f9f3ef;
  padding-left: 100px;
  padding-top: 86px;
  padding-bottom: 63px;
}
.contactPage .getinTouchDiv.becomeVolunteer {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 33px;
}
.contactPage .getinTouchDiv.becomeVolunteer .volunteerTxt {
  color: #000;
  font-family: Montserrat700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  padding-top: 11px;
}
.contactPage .getinTouchDiv.becomeVolunteer .volunteerSmtxt {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 17px;
}
.contactPage .getinTouchDiv.becomeVolunteer .volunteerSmtxt.addText {
  padding-top: 15px;
}
@media screen and (max-width: 1199px) {
  .contactPage .getinTouchDiv {
    padding-left: 30px;
    padding-top: 50px;
  }
}
.contactPage .getinTouchDiv .getTouchTxt {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .contactPage .getinTouchDiv .getTouchTxt {
    font-size: 28px;
    line-height: 32px;
  }
}
.contactPage .getinTouchDiv .getTouchDetails .getDetail {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-top: 24px;
}
.contactPage .getinTouchDiv .getTouchDetails .getDetail img {
  width: 40px;
}
.contactPage .getinTouchDiv .getTouchDetails .getDetail .txt {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  max-width: 394px;
}
.contactPage .getinTouchDiv .mapDiv {
  margin-top: 47px;
  padding-right: 90px;
}
@media screen and (max-width: 1199px) {
  .contactPage .getinTouchDiv .mapDiv {
    padding-right: 40px;
  }
}
@media screen and (max-width: 576px) {
  .contactPage .getinTouchDiv .mapDiv {
    padding-right: 30px;
  }
}
@media screen and (max-width: 576px) {
  .contactPage .getinTouchDiv .mapDiv .mapIframe {
    height: 500px;
  }
}

.contactForm {
  padding: 83px 110px 63px 68px;
}
@media screen and (max-width: 1099px) {
  .contactForm {
    padding: 72px 48px 29px 47px;
  }
}
@media screen and (max-width: 576px) {
  .contactForm {
    padding: 50px 30px 29px 30px;
  }
}
@media screen and (max-width: 576px) {
  .contactForm.mobContactform {
    padding: 0px !important;
  }
}
.contactForm .formHead {
  color: #3a3a3a;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.contactForm .formHead.inquiryFormHead {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  padding-bottom: 12px;
}
@media screen and (max-width: 550px) {
  .contactForm .formHead.inquiryFormHead {
    font-size: 24px;
    line-height: 28px;
  }
}
.contactForm .formWrapper {
  margin-top: 20px;
}
.contactForm .formWrapper input,
.contactForm .formWrapper textarea {
  margin-bottom: 20px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #015044;
  padding: 15px 22px;
  outline: none;
  box-shadow: none;
  color: #000;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  background: none;
}
@media screen and (max-width: 576px) {
  .contactForm .formWrapper input,
  .contactForm .formWrapper textarea {
    padding: 10px 14px;
  }
}
.contactForm .formWrapper input::-moz-placeholder, .contactForm .formWrapper textarea::-moz-placeholder {
  color: #3a3a3a;
  font-family: Montserrat400;
  font-weight: 400;
}
.contactForm .formWrapper input::placeholder,
.contactForm .formWrapper textarea::placeholder {
  color: #3a3a3a;
  font-family: Montserrat400;
  font-weight: 400;
}
.contactForm .formWrapper .subBtn {
  margin-top: 10px;
  color: #fff;
  font-family: Montserrat600;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 6px;
  background: #f4ac1c;
  border: none;
  padding: 10px 20px;
  width: 180px;
  outline: none;
}

.volunteerForm {
  background: #f9f3ef;
  height: 100%;
}

.csrInquiryFormDiv {
  background: #f9f3ef;
  position: relative;
}
.csrInquiryFormDiv .inquiryWrap {
  padding-left: 212px;
}
@media screen and (max-width: 1200px) {
  .csrInquiryFormDiv .inquiryWrap {
    padding-left: 80px;
  }
}
@media screen and (max-width: 990px) {
  .csrInquiryFormDiv .inquiryWrap {
    padding-bottom: 36px;
  }
}
@media screen and (max-width: 550px) {
  .csrInquiryFormDiv .inquiryWrap {
    padding-left: 0px;
  }
}
.csrInquiryFormDiv .topLeftImg {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 550px) {
  .csrInquiryFormDiv .topLeftImg {
    width: 124px;
  }
}
.csrInquiryFormDiv .bottomRightImg {
  position: absolute;
  bottom: 0;
  right: 27%;
}
@media screen and (max-width: 576px) {
  .csrInquiryFormDiv .bottomRightImg {
    width: 170px;
    display: none;
  }
}

.privacypolicyDiv {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .privacypolicyDiv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.privacypolicyDiv .privacyHead {
  color: #000;
  font-family: "Montserrat500";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
.privacypolicyDiv .pSmtxt {
  color: #000;
  font-family: "Montserrat500";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 20px;
}
.privacypolicyDiv .privacyHeadLine {
  color: #000;
  font-family: "Montserrat600";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  padding-top: 20px;
}
@media screen and (max-width: 576px) {
  .privacypolicyDiv .privacyHeadLine {
    font-size: 18px;
    line-height: 28px;
  }
}
.privacypolicyDiv .innerWrapper .textwrap {
  padding-top: 25px;
}
.privacypolicyDiv .innerWrapper .textwrap .headtxt {
  color: #000;
  font-family: "Montserrat500";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .privacypolicyDiv .innerWrapper .textwrap .headtxt {
    font-size: 24px;
    line-height: 35px;
  }
}
.privacypolicyDiv .innerWrapper .textwrap .headtxt.padTop {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  .privacypolicyDiv .innerWrapper .textwrap .headtxt.padTop {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.privacypolicyDiv .innerWrapper .textwrap .smallTxt {
  color: #000;
  font-family: "Montserrat500";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 20px;
}
.privacypolicyDiv .innerWrapper .textwrap .informativeDiv .heading {
  color: #000;
  font-family: "Montserrat700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 576px) {
  .privacypolicyDiv .innerWrapper .textwrap .informativeDiv .heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.privacypolicyDiv .innerWrapper .textwrap .informativeDiv .subTxt {
  color: #000;
  font-family: "Montserrat500";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 10px;
}
.privacypolicyDiv .innerWrapper .textwrap .informativeDiv .contactDetails {
  margin-top: 20px;
}

.termsConditionDiv {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 576px) {
  .termsConditionDiv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.termsConditionDiv .privacyHead {
  color: #000;
  font-family: "Montserrat500";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
@media screen and (max-width: 576px) {
  .termsConditionDiv .privacyHead {
    font-size: 23px;
  }
}
.termsConditionDiv .pSmtxt {
  color: #000;
  font-family: "Montserrat500";
  text-transform: capitalize;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 20px;
}
@media screen and (max-width: 576px) {
  .termsConditionDiv .pSmtxt {
    font-size: 14px;
  }
}
.termsConditionDiv .innerWrapper .textwrap {
  padding-top: 25px;
}
.termsConditionDiv .innerWrapper .textwrap .informativeDiv .heading {
  color: #000;
  font-family: "Montserrat700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 576px) {
  .termsConditionDiv .innerWrapper .textwrap .informativeDiv .heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.termsConditionDiv .innerWrapper .textwrap .informativeDiv .subTxt {
  color: #000;
  font-family: "Montserrat500";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 15px;
}
@media screen and (max-width: 576px) {
  .termsConditionDiv .innerWrapper .textwrap .informativeDiv .subTxt {
    font-size: 14px;
  }
}
.termsConditionDiv .innerWrapper .textwrap .informativeDiv .smallTxt {
  color: #000;
  font-family: "Montserrat500";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-top: 15px;
}
.termsConditionDiv .innerWrapper .textwrap .informativeDiv .ulDiv .subTxt {
  list-style: decimal;
}

.exploreCampsDiv {
  background: #f9f3ef;
  padding-top: 77px;
  padding-bottom: 98px;
}
@media screen and (max-width: 576px) {
  .exploreCampsDiv {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.exploreCampsDiv .exploreCampTxt {
  color: #000;
  font-family: "ptSerif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.exploreCampsDiv .yearDiv {
  padding-top: 31px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 576px) {
  .exploreCampsDiv .yearDiv {
    flex-wrap: wrap;
    row-gap: 15px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.exploreCampsDiv .yearDiv .firstYear {
  border-radius: 10px;
  border: 1px solid #99b0a7;
  color: #99b0a7;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  padding: 10px 30px;
}
@media screen and (max-width: 576px) {
  .exploreCampsDiv .yearDiv .firstYear {
    padding: 3px 26px;
    font-size: 18px;
  }
}
.exploreCampsDiv .yearDiv .firstYear.active {
  border: 1px solid #f1ac1e;
  background: #fff;
  color: #f1ac1e;
}
.exploreCampsDiv .prevCampData {
  padding-top: 65px;
}
@media screen and (max-width: 576px) {
  .exploreCampsDiv .prevCampData {
    padding-top: 30px;
  }
}
.exploreCampsDiv .prevCampData .campImgbox .campImgRatio {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
     object-fit: cover;
}
.exploreCampsDiv .prevCampData .campImgbox .campDetails {
  padding-top: 14px;
}
.exploreCampsDiv .prevCampData .campImgbox .campDetails .campHead {
  color: #015044;
  font-family: "ptserif700";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 576px) {
  .exploreCampsDiv .prevCampData .campImgbox .campDetails .campHead {
    font-size: 18px;
  }
}
.exploreCampsDiv .prevCampData .campImgbox .campDetails .calenderDate {
  display: flex;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding-top: 15px;
}
@media screen and (max-width: 576px) {
  .exploreCampsDiv .prevCampData .campImgbox .campDetails .calenderDate {
    padding-top: 12px;
  }
}
.exploreCampsDiv .prevCampData .campImgbox .campDetails .calenderDate .date {
  color: #015044;
  font-family: Montserrat600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
@media screen and (max-width: 576px) {
  .exploreCampsDiv .prevCampData .campImgbox .campDetails .calenderDate .date {
    font-size: 14px;
  }
}
.exploreCampsDiv .prevCampData .campImgbox .campDetails .detail {
  display: flex;
  justify-content: start;
  align-items: start;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding-top: 24px;
}
.exploreCampsDiv .prevCampData .campImgbox .campDetails .detail .list {
  color: #3a3a3a;
  font-family: Montserrat700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}

.careerWelcomePage {
  background-color: #f9f3ef;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 998px) {
  .careerWelcomePage {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 576px) {
  .careerWelcomePage {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.careerWelcomePage .welcomeDiv .welcomeText {
  color: #015044;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .welcomeDiv .welcomeText {
    font-size: 26px;
    line-height: 35px;
  }
}
.careerWelcomePage .welcomeDiv .welSmtxt {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  max-width: 709px;
  padding-top: 25px;
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .welcomeDiv .welSmtxt {
    padding-top: 15px;
  }
}
.careerWelcomePage .welcomeDiv .welSmtxt .welBoldTxt {
  color: #3a3a3a;
  font-family: Montserrat700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.careerWelcomePage .openPositionsDiv {
  padding-top: 60px;
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .openPositionsDiv {
    padding-top: 30px;
  }
}
.careerWelcomePage .openPositionsDiv.openPositionHalf {
  padding-top: 0px;
}
.careerWelcomePage .openPositionsDiv .openPositionTxt {
  color: #000;
  font-family: Montserrat600;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .openPositionsDiv .openPositionTxt {
    font-size: 20px;
    line-height: 30px;
  }
}
.careerWelcomePage .openPositionsDiv .patientRepresentativeDiv {
  margin-top: 28px;
  border-radius: 10px;
  background: #fff;
  padding: 21px 27px;
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .openPositionsDiv .patientRepresentativeDiv {
    padding: 15px 20px;
  }
}
.careerWelcomePage .openPositionsDiv .patientRepresentativeDiv .patientText {
  color: #000;
  font-family: Montserrat700;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.careerWelcomePage .openPositionsDiv .patientRepresentativeDiv .patientDetails {
  display: flex;
  justify-content: flex-start;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-top: 20px;
}
@media screen and (max-width: 776px) {
  .careerWelcomePage .openPositionsDiv .patientRepresentativeDiv .patientDetails {
    -moz-column-gap: 14px;
         column-gap: 14px;
  }
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .openPositionsDiv .patientRepresentativeDiv .patientDetails {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}
.careerWelcomePage .openPositionsDiv .patientRepresentativeDiv .patientDetails .details {
  color: #000;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media screen and (max-width: 776px) {
  .careerWelcomePage .openPositionsDiv .patientRepresentativeDiv .patientDetails .details {
    line-height: 24px;
  }
}
.careerWelcomePage .openPositionsDiv .patientRepresentativeDiv .patientDetails .details .blackBoldTxt {
  color: #000;
  font-family: Montserrat700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .accordion-item {
  border: none;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .accordion-button {
  background: none !important;
  box-shadow: none;
  outline: none;
  padding-left: 0px;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .accordion-button::after {
  display: none;
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .accordion-body {
    padding: 0px !important;
  }
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .seeJobText {
  color: #1e9f7f;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .seeJobText img ::after {
  transform: rotate(-180deg);
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescriptionHead {
  color: #000;
  font-family: Montserrat700;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescriptionSmtxt {
  color: #000;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescribeDiv {
  padding-top: 20px;
}
@media screen and (max-width: 576px) {
  .careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescribeDiv {
    padding-top: 30px;
  }
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescribeDiv .hhheading {
  color: #000;
  font-family: Montserrat600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescribeDiv .jobDescriUl {
  padding-left: 20px !important;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescribeDiv .jobDescriUl .jobDescriLi {
  color: #000;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescripSendmail {
  color: #000;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding-top: 50px;
}
.careerWelcomePage .openPositionsDiv .seeDescriptionAccordian .jobDescripSendmail .hrMail {
  color: #000;
  font-family: Montserrat700;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.inalinewsWrap .newSliderWrap #news-carousel .owl-item img {
  width: auto;
}
.inalinewsWrap .newSliderWrap #news-carousel .owl-dots {
  margin-top: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 11px;
       column-gap: 11px;
}
@media screen and (max-width: 1400px) {
  .inalinewsWrap .newSliderWrap #news-carousel .owl-dots {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .inalinewsWrap .newSliderWrap #news-carousel .owl-dots {
    margin-top: 35px;
  }
}
@media screen and (max-width: 992px) {
  .inalinewsWrap .newSliderWrap #news-carousel .owl-dots {
    margin-top: 25px;
  }
}
.inalinewsWrap .newSliderWrap #news-carousel .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 1px solid #f4ac1c;
  background: transparent !important;
}
.inalinewsWrap .newSliderWrap #news-carousel .owl-dots .owl-dot.active {
  background-color: #f4ac1c !important;
}

.eventsBannerDiv {
  position: relative;
}
@media screen and (max-width: 576px) {
  .eventsBannerDiv .mobFitImg {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.eventsBannerDiv .eventsWrap {
  position: absolute;
  top: 33%;
  left: 101px;
}
@media screen and (max-width: 1400px) {
  .eventsBannerDiv .eventsWrap {
    top: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .eventsBannerDiv .eventsWrap {
    top: 28%;
  }
}
@media screen and (max-width: 768px) {
  .eventsBannerDiv .eventsWrap {
    top: 20%;
    left: 56px;
  }
}
@media screen and (max-width: 576px) {
  .eventsBannerDiv .eventsWrap {
    left: 15px;
    top: 14%;
  }
}
.eventsBannerDiv .eventsWrap .head {
  color: #fff;
  font-family: "ptserif700";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .eventsBannerDiv .eventsWrap .head {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 992px) {
  .eventsBannerDiv .eventsWrap .head {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .eventsBannerDiv .eventsWrap .head {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .eventsBannerDiv .eventsWrap .head {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
  }
}
.eventsBannerDiv .eventsWrap .subHead {
  color: #fff;
  font-family: Montserrat600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  max-width: 843px;
}
@media screen and (max-width: 992px) {
  .eventsBannerDiv .eventsWrap .subHead {
    max-width: 680px;
  }
}
@media screen and (max-width: 768px) {
  .eventsBannerDiv .eventsWrap .subHead {
    font-size: 11px;
    line-height: 21px;
  }
}

.upcomingEventWrap {
  background: #f9f3ef;
  padding-top: 50px;
  padding-bottom: 140px;
}
@media screen and (max-width: 992px) {
  .upcomingEventWrap {
    padding-top: 40px;
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap {
    padding-bottom: 50px;
  }
}
.upcomingEventWrap .upcomingEventMain {
  padding-top: 72px;
}
@media screen and (max-width: 992px) {
  .upcomingEventWrap .upcomingEventMain {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .upcomingEventMain {
    padding-top: 30px;
  }
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox {
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox {
    margin-bottom: 40px;
  }
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .largeImg {
  border-radius: 20px 0px 0px 20px;
}
@media screen and (max-width: 992px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .largeImg {
    border-radius: 20px 20px 0px 20px;
  }
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
  margin-top: -42px;
  min-height: 40px;
}
@media screen and (max-width: 1400px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap {
    margin-top: -38px;
  }
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap {
    margin-top: -30px;
  }
}
@media screen and (max-width: 992px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap {
    margin-top: -55px;
  }
}
@media screen and (max-width: 768px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap {
    margin-top: -40px;
  }
}
@media screen and (max-width: 480px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap {
    margin-top: -32px;
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap .smallImgMain .smallImg {
  border-radius: 4px;
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .LeftSec .smallImgWrap .smallImgMain .smallImg.active {
  border: 2px solid #00ad8e;
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec {
  border-radius: 0px 20px 20px 0px;
  background: #fff;
  padding: 17px 45px;
}
@media screen and (max-width: 1400px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec {
    padding: 10px 40px;
  }
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 992px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec {
    border-radius: 0px 0px 20px 20px;
    padding: 25px 20px;
  }
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .date {
  color: #838383;
  margin-bottom: 2px;
  font-family: Montserrat600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .date {
    font-size: 12px;
  }
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .eventName {
  color: #015044;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .eventName {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 8px;
  }
}
.upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .eventDesc {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .upcomingEventMain .upcomingEventBox .RightSec .eventDesc {
    font-size: 14px;
    line-height: 22px;
  }
}
.upcomingEventWrap .previousEventDiv {
  padding-top: 80px;
  padding-bottom: 50px;
}
@media screen and (max-width: 992px) {
  .upcomingEventWrap .previousEventDiv {
    padding-top: 50px;
  }
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventDiv {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.upcomingEventWrap .previousEventDiv .previousEventCard {
  margin-bottom: 50px;
  border-radius: 20px;
  background: #fff;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard {
    margin-bottom: 40px;
  }
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventLeft .PrevEventMainImg {
  border-radius: 20px 0px 0px 20px;
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight {
  padding-left: 40px;
  padding-right: 40px;
  border-radius: 0px 20px 20px 0px;
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 992px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight {
    padding: 25px;
  }
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .time {
  color: #838383;
  margin-bottom: 2px;
  font-family: Montserrat600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .time {
    font-size: 12px;
  }
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .txtWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .txtWrap {
    margin-bottom: 15px;
  }
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .txtWrap .heading {
  color: #015044;
  font-family: "ptserif700";
  font-size: 30px;
  font-style: normal;
  line-height: normal;
}
@media screen and (max-width: 1400px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .txtWrap .heading {
    font-size: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .txtWrap .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .txtWrap .heading {
    font-size: 20px;
  }
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .txtWrap .min {
  color: #838383;
  font-family: Montserrat600;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .prevEventDesc {
  color: #3a3a3a;
  margin-bottom: 30px;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
@media screen and (max-width: 1400px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .prevEventDesc {
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .prevEventDesc {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.upcomingEventWrap .previousEventDiv .previousEventCard .prevEventRight .playVideoWrap .playVideoTxt {
  cursor: pointer;
  color: #f4ac1c;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.upcomingEventWrap .previousEventWrapp {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .upcomingEventWrap .previousEventWrapp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.upcomingEventWrap .previousEventWrapp .previousEventMain {
  padding-top: 50px;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventWrapp .previousEventMain {
    padding-top: 30px;
  }
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .imgBox .PrevEventImg {
  border-radius: 16px 16px 0px 0px;
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .contentWrap {
  border-radius: 0px 0px 16px 16px;
  border: 1px solid #d9d9d9;
  background: #fff;
  padding: 16px 42px 20px 20px;
}
@media screen and (max-width: 1200px) {
  .upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .contentWrap {
    padding: 16px 25px 20px 20px;
  }
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .contentWrap .title {
  color: #3a3a3a;
  margin-bottom: 10px;
  font-family: Montserrat600;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .contentWrap .title {
    font-size: 18px;
  }
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .contentWrap .date {
  color: #797979;
  margin-bottom: 20px;
  font-family: Montserrat500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .contentWrap .date {
    margin-bottom: 18px;
  }
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .previousEventbox .contentWrap .info {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .viewMoreBtnWrap {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .viewMoreBtnWrap .viewArrow {
  font-size: 20px;
}
@media screen and (max-width: 576px) {
  .upcomingEventWrap .previousEventWrapp .previousEventMain .viewMoreBtnWrap .viewArrow {
    font-size: 18px;
  }
}
.upcomingEventWrap .previousEventWrapp .previousEventMain .viewMoreBtnWrap .ViewMoreBtn {
  color: #f4ac1c;
  font-family: Montserrat600;
  font-size: 15px;
  background: white;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 6px;
  border: 1px solid #f4ac1c;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gallerySec {
  background: #f9f3ef;
  padding-top: 50px;
  padding-bottom: 180px;
}
@media screen and (max-width: 992px) {
  .gallerySec {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 576px) {
  .gallerySec {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.gallerySec .galleryWrap {
  margin-top: 40px;
}
@media screen and (max-width: 576px) {
  .gallerySec .galleryWrap {
    margin-top: 30px;
  }
}
.gallerySec .galleryWrap .galleryTabWrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallerySec .galleryWrap .galleryTabWrap #galleryTabb {
  border: none;
  border-radius: 27.5px;
  background: #fff;
  padding: 8px 30px;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .gallerySec .galleryWrap .galleryTabWrap #galleryTabb {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 40px;
  }
}
.gallerySec .galleryWrap .galleryTabWrap #galleryTabb .nav-item .title {
  color: #242424;
  font-family: Montserrat600;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  padding: 10px 40px;
  border-radius: 20px;
  border: none;
}
.gallerySec .galleryWrap .galleryTabWrap #galleryTabb .nav-item .title.active {
  background: #1e9f7f;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .gallerySec .galleryWrap .galleryTabWrap #galleryTabb .nav-item .title {
    padding: 10px 30px;
  }
}
.gallerySec .galleryWrap .galleryTabWrap #galleryTabb .nav-item .nav-link:hover {
  isolation: isolate;
  border: none;
}
.gallerySec .galleryWrap .tab-content .galleryImagesDiv .galleryBox .imgBox {
  display: block;
  position: relative;
}
.gallerySec .galleryWrap .tab-content .galleryImagesDiv .galleryBox .imgBox .headingDiv {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 13px 16px 15px;
  font-family: "ptserif400";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
  background: linear-gradient(182deg, rgba(0, 0, 0, 0) 2.03%, rgba(0, 0, 0, 0.5) 97.97%);
}
.gallerySec .galleryWrap .tab-content .videosDiv .videoBox .imgDiv {
  position: relative;
}
.gallerySec .galleryWrap .tab-content .videosDiv .videoBox .imgDiv .youtubeIconn {
  position: absolute;
  left: 47%;
  top: 46%;
  cursor: pointer;
}
.gallerySec .galleryWrap .tab-content .videosDiv .videoBox .imgDiv .overlay {
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.gallerySec .galleryWrap .tab-content .videosDiv .videoBox .videoTitle {
  border: 1px solid #dbdbdb;
  background: linear-gradient(180deg, #fff 0%, rgba(16, 158, 126, 0.3294117647) 100%);
  color: #242424;
  padding: 20px;
  font-family: "ptserif400";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media screen and (max-width: 576px) {
  .gallerySec .galleryWrap .tab-content .videosDiv .videoBox .videoTitle {
    padding: 18px;
  }
}

.newsSect {
  background: #f9f3ef;
  padding-top: 50px;
  padding-bottom: 164px;
}
@media screen and (max-width: 992px) {
  .newsSect {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 576px) {
  .newsSect {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.newsSect .newsSectWrap {
  margin-top: 50px;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap {
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 20px;
  margin-top: 6.5px;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .newsImgWrap {
  position: relative;
  height: 220px;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .newsImgWrap .youtubeIconn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px; /* Adjust size as needed */
  height: auto;
  z-index: 2;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .newsImgWrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Optional dark overlay */
  z-index: 1;
  border-radius: 5px;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .newsTitle {
  color: #242424;
  font-family: Montserrat600;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 16px;
  line-height: normal;
  text-transform: capitalize;
}
@media screen and (max-width: 1200px) {
  .newsSect .newsSectWrap .newsCard .newsContentWrap .newsTitle {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .newsInfo {
  color: var(--Text-color, #3a3a3a);
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 20px;
  line-height: 24px;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .readBtnWrap .readMoreBtnLink {
  text-decoration: none;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .readBtnWrap .readMoreBtnLink .readMoreArrow {
  font-size: 16px;
}
.newsSect .newsSectWrap .newsCard .newsContentWrap .readBtnWrap .readMoreBtnLink .readMoreBtn {
  background: white;
  color: #f4ac1c;
  font-family: Montserrat600;
  font-size: 15px;
  font-style: normal;
  border: none;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}

.modal-content {
  border: none;
}
.modal-content .modal-header {
  background-color: #1e9f7f;
}
.modal-content .modal-header .modal-title {
  color: #fff;
  font-family: Montserrat600;
  font-size: 15px;
  font-weight: 500;
}
.modal-content .modal-header .btn-close:hover {
  color: #fff;
}
.modal-content .modal-body {
  color: #3a3a3a;
  font-family: Montserrat500;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: justify;
}/*# sourceMappingURL=style.css.map */