/* contact-page-style */
.inner-contact-bg-cover {
  background-size: auto 900px;
}
.contact-us-text {
  padding: 80px 0;
}
.contact-us-numbers h4 {
  font-size: 16px;
  color: var(--primarycolor);
  text-align: center;
  margin-bottom: 2px;
}
.contact-us-numbers p {
  font-size: 14px;
  color: var(--colorblack);
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.contact-us-numbers p a {
  text-decoration: none;
  color: var(--colorblack);
}
.contact-social-icons ul {
  padding-top: 100px;
  list-style: none;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-social-icons ul li {
  padding-right: 40px;
}
.contact-social-icons ul li a img {
  /* -webkit-filter: grayscale(40%);
    filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.contact-social-icons ul li a img:hover {
  /* -webkit-filter: grayscale(0%);
    filter: grayscale(0%); */
  transform: scale(1.1);
}
.contact-connect-with-us {
  text-align: center;
  padding-top: 100px;
}
.contact-connect-with-us h4 {
  font-size: 18px;
  color: var(--colorblack);
}
.contact-connect-with-us p {
  font-size: 40px;
  font-weight: 400;
  color: var(--primarycolor);
}
.contact-design {
  position: relative;
}
.contact-design::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: var(--color-darkgrey);
  left: 50.8%;
  position: absolute;
  top: -50px;
}
.contact-design::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50.2%;
  width: 15px;
  height: 15px;
  background-color: var(--primarycolor);
  border-radius: 50%;
  z-index: 1;
}
/* .contact-bullet-design-main {
    position: relative;
} */
/* .line-design {
    height: 1px;
    width: 100%;
    background-color: var(--color-darkgrey);
    position: absolute;
    top: 9px;
} */
.contact-us-text .bullet-ul {
  padding: 0;
  list-style: none;
  display: flex;
  border-top: 1px solid var(--color-grey);
  justify-content: space-between;
}
.contact-us-text .bullet-ul li {
  width: 33%;
  text-align: center;
  margin-top: -10px;
  position: relative;
}
.contact-us-text .bullet-ul li:first-child:before {
  content: "";
  background-color: #fff;
  width: 50%;
  left: 0;
  height: 5px;
  position: absolute;
  top: 7px;
}
.contact-us-text .bullet-ul li:last-child:after {
  height: 5px;
  content: "";
  background-color: #fff;
  width: 50%;
  top: 7px;
  right: 0;
  position: absolute;
}
.contact-us-text .bullet-ul li .eclipse {
  display: inline-block;
  width: 15px;
  height: 20px;
  background-color: var(--primarycolor);
  border-radius: 50%;
  transform: rotate(-45deg);
  z-index: 1;
  position: relative;
}
.contact-us-text .bullet-ul li .panel-content {
  margin-top: 15px;
}
.contact-us-text .bullet-ul li .panel-content h5 {
  font-size: var(--font-size-24);
  color: var(--primarycolor);
  margin: 0px;
}
.contact-us-text .bullet-ul li .panel-content p {
  color: var(--colorblack);
  font-size: var(--font-size-24);
  line-height: 1.1;
  font-weight: 300;
  width: 80%;
  margin-left: 10%;
  font-size: 24px;
  font-family: "Roboto Th";
}
.contact-us-text .bullet-ul li .panel-content p a {
  color: var(--colorblack);
  font-size: var(--font-size-24);
  font-weight: 300;
}
/* contact-page-style */
/* partner-page-style */
.brands {
  padding: 150px 0;
}
.brands ul {
  list-style: none;
  margin-left: 0;
}
.brands ul li {
  display: inline-block;
  margin-inline: 25px;
  margin-top: 25px;
}
.brands .brands-list {
  display: flex;
  justify-content: center;
}
/* .brands .brands-list img {
  clip-path: ellipse(60% 50% at 50% 50%);
} */
.brands .brands-list li a img {
  width: 100%;
  /* filter: grayscale(100%); */
  transition: all 0.2s ease-in-out;
}
.brands .brands-list li a img:hover {
  /* filter: grayscale(0%); */
  /* transform: scale(1.1); */
}
/* partner-page-style end */
/*Inner Pages*/
.controller-nav-inner {
  background-color: var(--colorGrey);
  color: var(--primarycolor);
}
.controller-nav-inner .first-next.swiper-button-next::after {
  content: "";
  background-image: url("../images/main-slider-arrow-blue.png") !important;
}
/* wamiq bhai new */
.slide-wrap .circle-bg-inner {
  content: "";
  position: absolute;
  bottom: 5%;
  left: 6%;
  width: 500px;
  height: 400px;
  background-color: var(--primarycolor);
  /* -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg); */
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
/* .slide-wrap .circle-bg-inner {
  bottom: 100px;
  left: 0;
  width: 600px;
  height: 500px;
} */
.slide-wrap .slide-text-inner {
  position: absolute;
  /* bottom: 235px; */
  left: 60px;
  background-color: transparent;
  width: 500px;
  height: auto;
  /* padding: 25px 25px 25px 50px; */
  /* padding: 25px; */
  height: 400px;
  display: flex;
  bottom: 150px;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.slide-wrap .slide-text-inner h1 {
  font-size: 50px;
  line-height: 60px;
  color: var(--colorWhite);
  text-transform: uppercase;
  font-family: "Roboto Th";
  /* width: calc(100% - 40px); */
  text-align: left;
  /* height: 190px; */
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide-wrap .slide-text-inner h1 span {
  font-size: 50px;
}
.slide-wrap .slide-text-inner p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: var(--colorWhite);
  width: calc(100% - 265px);
  text-align: left;
  margin-left: 0px;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  line-clamp: 3;
  overflow: visible;
  padding-left: 0em;
  text-indent: 0em;
}
/* wamiq bhai new end */
/* Atif */
/* manufacturing-page */
.inner-bg-cover {
  background-size: cover !important;
  background-position: 26% bottom !important;
}
.manufacturing-sec {
  padding: 80px 0 0;
}
.manufacturing-sec .section-top-content .section-top-design {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 15px 0;
  color: var(--color-darkgrey);
  font-weight: 400;
  font-size: var(--font-size-24);
}
/*.manufacturing-sec .section-top-content .section-top-design::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: var(--primarycolor);
  position: absolute;
  top: -10px;
  left: 49.35%;
  z-index: 1;
}
.manufacturing-sec .section-top-content .section-top-design::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: var(--bordercolor);
  left: 49.9%;
  position: absolute;
  top: -50px;
}*/
.manufacturing-sec .section-top-content p {
  width: 65%;
  margin: 0 auto;
  font-size: var(--font-size-24);
  font-weight: 400;
  padding-bottom: 10px;
}
.manufacturing-sec .section-top-content h3 {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.manufacturing-img-sec {
  position: relative;
  /* height: 960px; */
  margin-top: 100px;
}
#technical-aspects .manufacturing-img-sec {
  position: relative;
  /* height: 960px; */
  margin-top: 0px;
}
.manufacturing-img-content {
  margin-top: 50px;
}
.manufacturing-img-sec img {
  /* -webkit-filter: grayscale(100%);
    filter: grayscale(100%); */
  transition: all 0.5s;
}
.manufacturing-img-sec img:hover {
  /* -webkit-filter: grayscale(0);
    filter: grayscale(0); */
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.manufacturing-img-sec .manufacturing-img-content h4 {
  font-size: 48px;
  font-weight: 300;
  color: var(--primarycolor);
}
.manufacturing-img-sec .manufacturing-img-content p {
  font-size: var(--font-size-18);
}
/* .manufacturing-img-sec .manufacturing-img-div-2 {
    position: absolute;
    margin-top: -200px;
}
.manufacturing-img-div-3 {
    position: absolute;
    margin-top: 150px;
} */
.manufacturing-img-div-3,
.manufacturing-img-div-4,
.manufacturing-img-div-5 {
  margin-top: 50px;
}
.manufacturing-img-sec .manufacturing-img-div-3 a,
.manufacturing-img-sec .manufacturing-img-div-4 a,
.manufacturing-img-sec .manufacturing-img-div-5 a {
  display: inline-block;
  text-decoration: none;
  color: var(--color-darkgrey);
  margin-top: 10px;
  font-size: 14px;
  position: relative;
}
.manufacturing-img-sec .manufacturing-img-div-3 a:hover,
.manufacturing-img-sec .manufacturing-img-div-4 a:hover,
.manufacturing-img-sec .manufacturing-img-div-5 a:hover {
  color: var(--primarycolor);
}
.manufacturing-img-sec .manufacturing-img-div-3 a .bd-ani-btm,
.manufacturing-img-sec .manufacturing-img-div-4 a .bd-ani-btm,
.manufacturing-img-sec .manufacturing-img-div-5 a .bd-ani-btm {
  display: block;
  height: 1px;
  background-color: var(--primarycolor);
  width: 0;
  transition: all 0.5s;
  top: 35px;
  right: 0;
  position: absolute;
}
.manufacturing-img-sec .manufacturing-img-div-3 a:hover .bd-ani-btm,
.manufacturing-img-sec .manufacturing-img-div-4 a:hover .bd-ani-btm,
.manufacturing-img-sec .manufacturing-img-div-5 a:hover .bd-ani-btm {
  width: 73%;
}
/* manufacturing-page end */
/* latest-page */
.slide-wrap .slide-text-inner h1 .latest-banner-text {
  font-size: 65px;
}
.latest-tabs {
  padding: 80px 0px;
}
.latest-tabs .tab-main .nav-pills {
  margin: 0 auto;
  width: 20%;
}
.latest-tabs .tab-main .nav-pills .nav-item {
  padding-right: 40px;
}
.latest-tabs .tab-main .nav-pills .nav-item .nav-link {
  background-image: url(../images/tab-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 120px;
  height: 100px;
  color: var(--colorblack);
}
.latest-tabs .tab-main .nav-pills .nav-item .nav-link.active {
  /* background-image: url(../images/active-tab-bg.png); */
  background-color: transparent;
  color: var(--colorWhite);
}
.latest-tabs .tab-main .tab-content .tab-pane .tab-pera p {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0px;
  font-size: var(--font-size-30) !important;
}
.news-bg {
  /* background-image: url(../images/news-box-bg.png); */
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  transition: all 0.5s ease-in-out;
  margin-bottom: 100px;
  /* filter: grayscale(100%); */
}
.news-bg:hover {
  /* filter: grayscale(0%); */
}
.news-slider .news-main-box {
  background-color: rgb(255, 255, 255, 0);
  height: 580px;
  width: 100%;
  transition: all 0.2s ease-in-out;
  padding: 20px 20px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  border: 1px solid var(--color-grey);
  border-radius: 5px;
}
.news-slider .news-main-box:hover {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease-in-out;
}
.news-slider .news-main-box .news-overlay {
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(31, 31, 31);
  background: linear-gradient(180deg,
      rgba(31, 31, 31, 1) 0%,
      rgba(89, 89, 89, 0) 29%);
  float: left;
  position: absolute;
  /* z-index: 999999999; */
  top: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.news-bg:hover .news-main-box .news-overlay {
  background: rgb(31, 31, 31);
  background: linear-gradient(180deg,
      rgba(31, 31, 31, 1) 0%,
      rgba(89, 89, 89, 0) 29%);
}
.swiper-slide-active .news-bg {
  /* filter: grayscale(0%); */
}
.swiper-slide-active .news-bg .news-main-box .news-overlay {
  background: rgb(31, 31, 31);
  background: linear-gradient(180deg,
      rgba(31, 31, 31, 1) 0%,
      rgba(89, 89, 89, 0) 29%);
}
.news-slider .news-main-box:hover h4,
.news-slider .news-main-box:hover p {
  color: var(--colorWhite);
  transition: all 0.3s ease-in-out;
}
.news-slider .news-main-box:hover .bottom-sec h4 span {
  background-position: top right;
  color: var(--primarycolor);
}
.latest-tabs .swiper-slide-active .news-bg .news-main-box {
  background-color: rgba(255, 255, 255, 0);
  transition: all 0.5s ease-in-out;
}
.news-slider .swiper-slide-active .bottom-sec h4 span {
  background-position: top right;
  color: var(--primarycolor);
}
.news-slider .swiper-slide-active .news-main-box h4,
.news-slider .swiper-slide-active .news-main-box p {
  color: var(--colorWhite);
  transition: all 0.3s ease-in-out;
}
.news-main-box .top-sec {
  position: relative;
  top: 0;
  left: 0px;
}
.news-main-box .top-sec h4 {
  color: var(--color-white);
  font-weight: 300;
  font-size: 38px;
}
.news-main-box .top-sec p {
  color: var(--color-white);
  width: 100%;
}
.news-main-box .bottom-sec {
  width: 90%;
  position: absolute;
  bottom: 30px;
  left: 20px;
}
.news-main-box .bottom-sec h4 {
  font-size: 46px;
  color: var(--color-white);
  font-weight: 300;
}
.news-main-box .bottom-sec h4 span {
  background-image: url(../images/news-span-img.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 25px 0px 20px 5px;
  color: var(--colorWhite);
  font-weight: 600;
  width: 103px;
  display: inline-block;
  -webkit-transition: background-position 0.2s ease-in-out;
  transition: background-position 0.2s ease-in-out;
}
.latest-tabs .news-s-controller {
  position: absolute;
  left: 50%;
  bottom: 4%;
}
.latest-tabs .news-s-controller .swiper-button-next {
  right: -60px;
  left: auto;
  background-color: var(--colorWhite);
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  transition: all 0.5s;
  color: var(--primarycolor);
}
.latest-tabs .news-s-controller .swiper-button-prev {
  left: -60px;
  right: auto;
  background-color: transparent;
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  background-color: var(--colorWhite);
  color: var(--primarycolor);
}
.latest-tabs .news-s-controller .swiper-button-next:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
.latest-tabs .news-s-controller .swiper-button-prev:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
.latest-tabs .news-s-controller .swiper-button-next::after,
.latest-tabs .news-s-controller .swiper-button-prev::after {
  font-size: 14px;
}
/* latest-page end */
.csr-timeline {
  padding: 80px 0 10px;
}
.csr-timeline .bullet-ul {
  padding: 0;
  list-style: none;
  display: flex;
  border-top: 1px solid var(--color-grey);
  justify-content: center;
  width: 40%;
  margin: 0 auto;
}
.csr-timeline .bullet-ul li {
  width: 35%;
  text-align: center;
  margin-top: -25px;
  position: relative;
}
.csr-timeline .bullet-ul li:first-child:before {
  content: "";
  background-color: #fff;
  width: 50%;
  left: 0;
  height: 5px;
  position: absolute;
  top: 22px;
}
.csr-timeline .bullet-ul li:last-child:after {
  height: 5px;
  content: "";
  background-color: #fff;
  width: 50%;
  top: 22px;
  right: 0;
  position: absolute;
}
.csr-timeline .bullet-ul li .eclipse {
  display: inline-block;
  width: 15px;
  height: 20px;
  background-color: var(--color-grey);
  border-radius: 50%;
  transform: rotate(-45deg);
  z-index: 1;
  position: relative;
}
.csr-timeline .bullet-ul li .csr-timeline-ancor {
  margin-top: 15px;
  display: block;
}
.csr-timeline .bullet-ul li h5 {
  font-size: var(--font-size-18);
  color: var(--secondarycolor);
  margin: 0px;
  font-weight: 400;
}
/* .csr-timeline-ancor {} */
.csr-timeline .bullet-ul li {
  background-color: transparent;
}
.csr-timeline .bullet-ul li a.active:after {
  content: "";
}
.csr-timeline .bullet-ul li .csr-timeline-ancor:hover>.eclipse,
.csr-timeline .bullet-ul li .csr-timeline-ancor.active>.eclipse {
  background-color: var(--primarycolor);
}
.csr-timeline .bullet-ul li .csr-timeline-ancor:hover>h5,
.csr-timeline .bullet-ul li .csr-timeline-ancor.active>h5 {
  color: var(--primarycolor);
}
.csr-education-main {
  text-align: center;
  padding: 60px 0 30px;
  background-color: #f7f7f7;
  margin-top: 80px;
}
.csr-education-main .section-top-content .section-top-design {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 15px 0;
  color: var(--color-darkgrey);
  font-weight: 400;
  font-size: var(--font-size-24);
}
.csr-education-main .section-top-content .section-top-design::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  /* animation: bounce 1600ms infinite cubic-bezier(0.3, 0.05, 0.55, 0.95), pulse 5s infinite;
animation: pulse 5s infinite; */
  background-color: var(--primarycolor);
  position: absolute;
  top: -10px;
  left: 49.35%;
  z-index: 1;
}
.csr-education-main .section-top-content .section-top-design::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: var(--bordercolor);
  left: 49.9%;
  position: absolute;
  top: -50px;
  /* animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); */
}
.csr-education-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
/* .convocation-main {
} */
.convocation {
  min-height: 500px;
  margin-top: 50px;
  text-align: center;
}
.convocation.convo-1 {
  margin-top: 225px !important;
}
.convocation.convo-3 {
  margin-top: 148px;
}
.convocation-text {
  width: 70%;
  margin: 50px auto auto auto;
}
.convocation-text p {
  font-size: var(--font-size-24);
  line-height: 28px;
}
.convocation img {
  width: 85%;
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.convocation img:hover {
  /* filter: grayscale(0%); */
  transform: scale(1.1);
}
.csr-enviroment-main {
  padding: 50px 0 30;
  /* background-color: #f7f7f7; */
  text-align: center;
}
.csr-enviroment-main .section-top-content .section-top-design {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 15px 0;
  color: var(--color-darkgrey);
  font-weight: 400;
  font-size: var(--font-size-24);
}
.csr-enviroment-main .section-top-content .section-top-design::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  /* animation: bounce 1600ms infinite cubic-bezier(0.3, 0.05, 0.55, 0.95), pulse 5s infinite;
animation: pulse 5s infinite; */
  background-color: var(--primarycolor);
  position: absolute;
  top: -10px;
  left: 49.35%;
  z-index: 1;
}
.csr-enviroment-main .section-top-content .section-top-design::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: var(--bordercolor);
  left: 49.9%;
  position: absolute;
  top: -50px;
  /* animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); */
}
.csr-enviroment-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.csr-education-text-img ul {
  color: white;
  width: 423px;
  text-align: center;
  list-style: none;
  /* margin: 80px auto auto auto; */
  padding: 0 0 0 20px;
}
.csr-bullet {
  content: "";
  /* top: -6px;
left: 40%; */
  display: block;
  width: 10px;
  height: 15px;
  border: 4px solid white;
  border-radius: 50%;
  background: white;
  position: absolute;
  transform: rotate(310deg);
  margin-top: 5px;
  margin: 5px 0px 0px -20px;
}
.csr-education-text-img {
  /* background-image: url(../images/csr-text-bg.png); */
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 384px;
  width: 530px;
  position: absolute;
  right: -240px;
  bottom: -18px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.csr-education-text-img ul li {
  text-align: left;
  position: relative;
}
.csr-education-text-img ul li:before {
  content: " ";
  background: url("../images/csr-bullet.png") no-repeat;
  width: 18px;
  height: 13px;
  position: absolute;
  left: -25px;
  top: 7px;
}
.csr-margin-top {
  /* margin-top: 144px; */
}
.csr-education-img {
  position: relative;
  margin: 0 auto;
  width: 55%;
  padding: 70px 0;
}
.csr-education-text-img p {
  font-size: var(--font-size-20);
  line-height: 28px;
  font-weight: 400;
  display: inline;
}
.csr-education-img img:hover {
  /* filter: grayscale(0%); */
}
#envi .csr-education-img img {
  /* filter: grayscale(0%); */
}
.csr-education-img img {
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.csr-health-main {
  padding: 50px 0 30px;
  /* background-color: #f7f7f7; */
  text-align: center;
}
/* health-slider */
.health-slider {
  padding: 100px 0;
}
.csr-health-main .section-top-content .section-top-design {
  display: block;
  position: relative;
  text-transform: uppercase;
  padding: 15px 0;
  color: var(--color-darkgrey);
  font-weight: 400;
  font-size: var(--font-size-24);
}
.csr-health-main .section-top-content .section-top-design::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  /* animation: bounce 1600ms infinite cubic-bezier(0.3, 0.05, 0.55, 0.95), pulse 5s infinite;
animation: pulse 5s infinite; */
  background-color: var(--primarycolor);
  position: absolute;
  top: -10px;
  left: 49.35%;
  z-index: 1;
}
.csr-health-main .section-top-content .section-top-design::after {
  content: "";
  width: 2px;
  height: 40px;
  background-color: var(--bordercolor);
  left: 49.9%;
  position: absolute;
  top: -50px;
  /* animation: bounce 1600ms infinite cubic-bezier(0.445, 0.05, 0.55, 0.95); */
}
.csr-health-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.csr-health-main .t-controller {
  position: absolute;
  right: 20%;
  bottom: 4%;
}
.csr-health-main .t-controller .swiper-button-next {
  right: -60px;
  left: auto;
  background-color: var(--colorWhite);
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  transition: all 0.5s;
  color: var(--primarycolor);
}
.csr-health-main .t-controller .swiper-button-prev {
  left: -60px;
  right: auto;
  background-color: transparent;
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  background-color: var(--colorWhite);
  color: var(--primarycolor);
}
.csr-health-main .t-controller .swiper-button-next:hover,
.csr-health-main .t-controller .swiper-button-prev:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
.csr-health-main .t-controller .swiper-button-next::after,
.csr-health-main .t-controller .swiper-button-prev::after {
  font-size: 14px;
}
.csr-health-main .t-1 .t-circle,
.csr-health-main .t-2 .t-circle,
.csr-health-main .t-3 {
  text-align: center;
  margin: 0 auto;
  display: table;
}
.csr-health-main .t-1,
.csr-health-main .t-2,
.csr-health-main .t-3 {
  max-width: 95%;
  position: relative;
}
.csr-health-main .t-1 .t-circle {
  width: 175px;
  height: 250px;
  width: 170px;
  height: 245px;
  background-color: var(--color-blue);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(350deg);
  -moz-transform: rotate(350deg);
  -ms-transform: rotate(350deg);
  -o-transform: rotate(350deg);
  transform: rotate(350deg);
}
.csr-health-main .t-2 .t-circle {
  width: 170px;
  height: 225px;
  width: 160px;
  height: 220px;
  background-color: var(--color-blue);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(304deg);
  -moz-transform: rotate(304deg);
  -ms-transform: rotate(304deg);
  -o-transform: rotate(304deg);
  transform: rotate(304deg);
}
.csr-health-main .t-3 .t-circle {
  width: 145px;
  height: 195px;
  width: 140px;
  height: 200px;
  margin: 0 auto;
  background-color: var(--color-blue);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(287deg);
  -moz-transform: rotate(287deg);
  -ms-transform: rotate(287deg);
  -o-transform: rotate(287deg);
  transform: rotate(287deg);
}
.csr-health-main .t-1 .t-text,
.csr-health-main .t-2 .t-text,
.csr-health-main .t-3 .t-text {
  text-align: center;
  margin: 40px 0 0 0;
  position: relative;
}
.csr-health-main .t-1 .t-pointer,
.csr-health-main .t-2 .t-pointer,
.csr-health-main .t-3 .t-pointer {
  width: 15px;
  height: 15px;
  background-color: var(--color-blue);
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translate(-50%);
  z-index: -1;
}
.csr-health-main .t-1 .t-pointer::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: var(--color-darkgrey);
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translate(-50%);
}
.csr-health-main .t-2 .t-pointer::before {
  content: "";
  width: 1px;
  height: 36px;
  background-color: var(--color-darkgrey);
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translate(-50%);
}
.csr-health-main .t-3 .t-pointer::before {
  content: "";
  width: 1px;
  height: 40px;
  background-color: var(--color-darkgrey);
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translate(-50%);
}
.csr-health-main .t-1 .t-text p,
.csr-health-main .t-2 .t-text p,
.csr-health-main .t-3 .t-text p,
.csr-health-main .t-4 .t-text p,
.csr-health-main .t-5 .t-text p,
.csr-health-main .t-6 .t-text p {
  font-family: "Roboto Lt";
  color: var(--color-darkgrey);
  font-size: var(--font-size-18);
  font-size: var(--font-size-14);
  line-height: 24px;
  font-weight: 400;
  margin: 0 0 12px 0;
}
.csr-health-main .t-2 {
  margin-top: 150px;
}
.csr-health-main .t-3 {
  margin-top: 250px;
}
/* health-slider end */
/* owass bhai */
/* custom tabs */
/* custom tabs */
.custom-tabs {}
.custom-tabs .nav.nav-tabs {
  width: 25%;
  margin: 0 auto;
  justify-content: center;
  border-top: 1px solid #e4e4e4;
  border-bottom: none;
}
.custom-tabs .nav.nav-tabs .nav-item {
  margin-top: -10px;
  position: relative;
  width: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.custom-tabs .nav.nav-tabs .nav-item .nav-link {
  background: none;
  border: none;
  color: #000;
  font-size: 18px;
  line-height: 22px;
}
.custom-tabs .nav.nav-tabs .nav-item .nav-link .icon {
  width: 19px;
  height: 17px;
  margin: 0 auto;
  display: block;
  background-image: url(../images/tab-inactive-icon.png);
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
.custom-tabs .nav.nav-tabs .nav-item .nav-link .text {
  margin-top: 20px;
  display: inline-block;
}
.custom-tabs .nav.nav-tabs .nav-item .nav-link.active:after {
  content: "";
}
.custom-tabs .nav.nav-tabs .nav-item .nav-link.active .text,
.custom-tabs .nav.nav-tabs .nav-item .nav-link:hover .text {
  color: #20409a;
}
.custom-tabs .nav.nav-tabs .nav-item .nav-link.active .icon,
.custom-tabs .nav.nav-tabs .nav-item .nav-link:hover .icon {
  background-image: url(../images/tab-active-icon.png);
  z-index: 3;
}
.custom-tabs .nav.nav-tabs .nav-item.itm1:before {
  content: "";
  background-color: #fff;
  width: 45%;
  left: 0;
  height: 5px;
  position: absolute;
  top: 6px;
  z-index: 2;
}
.custom-tabs .nav.nav-tabs .nav-item.itm2:after {
  height: 5px;
  content: "";
  background-color: #fff;
  width: 45%;
  top: 6px;
  right: 0;
  position: absolute;
  z-index: 2;
}
.custom-tabs .nav.nav-tabs .nav-item.itm1:before:hover,
.custom-tabs .nav.nav-tabs .nav-item.itm2:after:hover {
  z-index: 2;
}
.custom-tabs .nav.nav-tabs .nav-item.itm1:before:hover .icon,
.custom-tabs .nav.nav-tabs .nav-item.itm2:after:hover .icon {
  z-index: 3;
}
.custom-tabs .tab-content {}
.custom-tabs .tab-content .tab-pane {}
.custom-tabs .tab-content .tab-pane.active {
  background-color: transparent;
}
.custom-tabs .tab-content .tab-pane.active:after {
  content: "";
}
/* custom tabs */
.groupCompanies-section {
  padding: 20px 0 80px 0;
  position: relative;
}
/* .groupCompanies-section:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('../images/grey-circle-bg.png');
  background-repeat: no-repeat;
  background-position: -450px bottom;
  transform-origin: bottom right;
  /* background-size: 100%; *
  position: absolute;
  right: 0%;
  top: 0;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
} */
.bg-grey-circle {
  position: relative;
  background-image: url(../images/grey-circle-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align: right;
  padding: 330px 125px 250px 125px;
  height: 931px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bg-grey-circle-text {
  padding: 250px 0;
  height: 931px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 570px;
  padding-left: 50px;
}
.bg-grey-circle-text h3 {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.bg-grey-circle-text p {
  font-size: var(--font-size-18);
}
/* .bg-grey-circle:after {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url('../images/grey-circle-bg.png');
  background-repeat: no-repeat;
  background-position: -450px bottom;
  transform-origin: bottom right;
  /* background-size: 100%; *
  position: absolute;
  right: 0%;
  top: 0;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
} */
.groupCompany-slider .swiper-slide {
  opacity: 0 !important;
}
.groupCompany-slider .swiper-slide.swiper-slide-visible.swiper-slide-active {
  opacity: 1 !important;
}
.groupCompany-slider .groupCompany-controller {
  position: absolute;
  left: 50%;
  bottom: 4%;
}
.groupCompany-slider .groupCompany-controller .swiper-button-next {
  right: -60px;
  left: auto;
  background-color: var(--colorWhite);
  color: var(--primarycolor);
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
}
.groupCompany-slider .groupCompany-controller .swiper-button-prev {
  left: -60px;
  right: auto;
  background-color: var(--colorWhite);
  color: var(--primarycolor);
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  transition: all 0.5s;
}
.groupCompany-slider .groupCompany-controller .swiper-button-next:hover,
.groupCompany-slider .groupCompany-controller .swiper-button-prev:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
.groupCompany-slider .groupCompany-controller .swiper-button-next:after,
.groupCompany-slider .groupCompany-controller .swiper-button-prev:after {
  font-size: 14px;
}
.groupCompany-slider .groupCompany-controller .swiper-button-disabled.swiper-button-next:after,
.groupCompany-slider .groupCompany-controller .swiper-button-disabled.swiper-button-prev:after {
  font-size: 14px;
}
/* owass bhai end */
/* custom tabs */
/* Atif end */
/*Inner Pages*/
/* -------------Timeline-Css-Starts------------------- */
.life-at-martin-dow-csr-timeline {
  padding: 80px 0 10px;
}
.life-at-martin-dow-csr-timeline .bullet-ul {
  padding: 0;
  list-style: none;
  display: flex;
  border-top: 1px solid var(--color-grey);
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.life-at-martin-dow-csr-timeline .bullet-ul li {
  width: 35%;
  text-align: center;
  margin-top: -25px;
  position: relative;
}
.life-at-martin-dow-csr-timeline .bullet-ul li:first-child:before {
  content: "";
  background-color: var(--colorWhite);
  width: 50%;
  left: 0;
  height: 5px;
  position: absolute;
  top: 22px;
}
.life-at-martin-dow-csr-timeline .bullet-ul li:last-child:after {
  height: 5px;
  content: "";
  background-color: var(--colorWhite);
  width: 50%;
  top: 22px;
  right: 0;
  position: absolute;
}
.life-at-martin-dow-csr-timeline .bullet-ul li .eclipse {
  display: inline-block;
  width: 15px;
  height: 20px;
  background-color: var(--color-grey);
  border-radius: 50%;
  transform: rotate(-45deg);
  z-index: 1;
  position: relative;
}
.life-at-martin-dow-csr-timeline .bullet-ul li a {
  margin-top: 15px;
  display: block;
}
.life-at-martin-dow-csr-timeline .bullet-ul li a {
  background-color: transparent;
}
.life-at-martin-dow-csr-timeline .bullet-ul li a:after {
  content: "";
  display: none;
}
.life-at-martin-dow-csr-timeline .bullet-ul li h5 {
  font-size: var(--font-size-18);
  color: var(--secondarycolor);
  margin: 0px;
  font-weight: 400;
}
/* .csr-timeline-ancor {} */
.life-at-martin-dow-csr-timeline .bullet-ul li {
  background-color: transparent;
}
.life-at-martin-dow-csr-timeline .bullet-ul li a.active:after {
  content: "";
}
.life-at-martin-dow-csr-timeline .bullet-ul li .csr-timeline-ancor.active>.eclipse {
  background-color: var(--primarycolor);
}
.life-at-martin-dow-csr-timeline .bullet-ul li .csr-timeline-ancor.active>h5 {
  color: var(--primarycolor);
}
/* -------------Timeline-Css-Ends------------------- */
/* -----------------Culture-Section-Starts------------------ */
.lamd-culture-csr-enviroment-main {
  padding: 80px 0 0px;
  background-color: var(--sectioncolor);
  text-align: center;
  margin-top: 80px;
}
.lamd-culture-csr-enviroment-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.lamd-culture-csr-enviroment-main .section-top-content p {
  width: 52%;
  margin: 0 auto 10px auto;
  font-size: var(--font-size-30);
  font-weight: 400;
  color: var(--colorblack);
}
.lamd-culture-csr-enviroment-main .section-top-content span {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  /* color: var(--colorblack); */
  color: var(--color-darkgrey);
  font-size: var(--font-size-24);
}
/* -----------------Culture-Section-Ends------------------ */
/* --------------------Learning-And-Development-Starts------------------------------- */
.learning-main {
  padding: 80px 0 40px;
  text-align: center;
}
.learning-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.learning-image-main {
  position: relative;
  margin: 0 auto;
  padding: 70px 0;
}
.learning-image-main img {
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.learning-slider1 .swiper-slide-active .learning-image-main img,
.learning-image-main img:hover {
  /* filter: grayscale(0%); */
}
.learning-image-main img:hover {
  /* filter: grayscale(0%); */
}
.learning-text {
  padding: 150px 0 0 0;
  text-align: left;
  width: 75%;
  margin: 0 auto;
}
.learning-text h4 {
  font-size: var(--font-size-30);
  font-weight: 400;
}
.learning-text p {
  font-size: var(--font-size-18);
  color: var(--color-darkgrey);
}
.learning-slider1 {
  position: relative;
  padding-bottom: 100px;
}
.learning-slider1 .highlightedtext {
  /* background-image: url(../images/learning-blue-circle.png); */
  background-repeat: no-repeat;
  width: 550px;
  height: 390px;
  position: absolute;
  top: 55%;
  left: 35%;
}
.learning-slider1 .highlightedtext ul {
  padding: 100px 0 0 0;
}
.learning-slider1 .highlightedtext ul p {
  font-size: var(--font-size-30);
  color: var(--colorWhite);
  margin: 0;
}
.learning-main .controller-nav {
  top: 55%;
  left: 0%;
  z-index: 2;
}
@media (min-width: 1366px) and (max-width: 1366px) {
  .learning-main .controller-nav {
    top: 60%;
    left: 2%;
    z-index: 2;
  }
  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
  }
  .activeSlide,
  .activeSlideLife {
    font-weight: 300;
    text-align: center;
    font-size: 45px;
  }
}
.Leadership-Team-main .slider-life .swiper-slide {
  opacity: 0 !important;
}
.Leadership-Team-main .slider-life .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.Leadership-Team-main .Leadership-Team-text p {
  width: 100%;
  display: block;
  min-height: auto !important;
}
.Leadership-Team-main .Leadership-Team-text .text_readmore,
.Leadership-Team-main .Leadership-Team-text .text_readless {
  cursor: pointer;
  min-height: auto !important;
}
/* ---------------------Learning-And-Development-Ends-------------------------------- */
/* -------------Employee-Engagement-Starts--------------------- */
.employee-main {
  padding: 80px 0 0;
  background-color: var(--sectioncolor);
  text-align: center;
}
#employee.employee-main {
  padding: 80px 0;
}
.employee-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.employee-slider1 {
  padding: 50px 0;
}
.employee-text {
  padding: 250px 0 0 0;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.employee-text h4 {
  font-size: var(--font-size-30);
  font-weight: 400;
}
.employee-text p {
  font-size: var(--font-size-18);
}
.employee-image-main img {
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.slider-life .swiper-slide-active .employee-image-main img,
.employee-image-main img {
  /* filter: grayscale(0%); */
}
.employee-image-main img:hover {
  /* filter: grayscale(0%); */
  /* transition: all 0.5s ease-in-out; */
}
.employee-main .controller-nav {
  top: 65%;
  left: 57%;
  z-index: 2;
}
/* -------------Employee-Engagement-Ends----------------------- */
/*---------------------------------------- Ali-Riaz-Css-Starts -------------------------------------------*/
/* -------------health-wellbeing-starts----------------------- */
.health-wellbeing {
  padding: 80px 0 60px;
  text-align: center;
}
.health-wellbeing .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.health-wellbeing .section-top-content p {
  width: 75%;
  margin: 0 auto;
  margin-top: 20px;
  /* color: var(--colorblack); */
  color: var(--color-darkgrey);
  font-size: var(--font-size-24);
}
.health-wellbeing-img-sec {
  padding-top: 80px;
}
.haw-images img {
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.swiper-slide-active .haw-images img {
  /* filter: grayscale(0%); */
  transition: all 0.5s ease-in-out;
}
.haw-images img:hover {
  /* filter: grayscale(0%); */
  transition: all 0.5s ease-in-out;
}
/* -------------health-wellbeing-end----------------------- */
/* -------------inclusion-diversity-starts----------------------- */
.inclusion-diversity {
  padding: 80px 0 60px;
  background-color: var(--sectioncolor);
  text-align: center;
}
.inclusion-diversity .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.inclusion-diversity .section-top-content p {
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
  /* color: var(--colorblack); */
  color: var(--color-darkgrey);
  font-size: var(--font-size-24);
}
.inclusion-diversity-img-sec {
  padding-top: 80px;
}
.iad-images img {
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.iad-images img:hover {
  /* filter: grayscale(0%); */
  transition: all 0.5s ease-in-out;
}
/* -------------inclusion-diversity-end----------------------- */
/* -------------day-care-starts----------------------- */
.day-care {
  padding: 80px 0 60px;
  text-align: center;
}
.day-care .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
}
.day-care-content-sec {
  padding-top: 80px;
  position: relative;
}
.day-care-content-sec img {
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.day-care-content-sec img:hover {
  /* filter: grayscale(0%); */
  transition: all 0.5s ease-in-out;
}
.day-care-content-sec .daycare-highlightedtext {
  /* background-image: url(../images/day-care-text-img.png); */
  background-repeat: no-repeat;
  width: 535px;
  height: 540px;
  position: absolute;
  right: 0;
  top: 30%;
}
.day-care-content-sec .daycare-highlightedtext .text-wrap {
  text-align: left;
  padding: 160px 0 0 0;
  width: 50%;
  margin: 0 auto;
}
.day-care-content-sec .daycare-highlightedtext .text-wrap h5 {
  font-family: "Roboto Th";
  font-size: var(--font-size-24);
  color: var(--colorWhite);
  font-weight: 100;
}
.day-care-content-sec .daycare-highlightedtext .text-wrap p {
  font-size: var(--font-size-18);
  color: var(--colorWhite);
}
.day-care-content-sec .day-care-bottom-sec p {
  font-size: var(--font-size-18);
  margin: 30px 0;
}
.day-care-content-sec .day-care-bottom-sec {
  margin-top: 80px;
}
.day-care-content-sec .day-care-bottom-sec a {
  font-size: var(--font-size-18);
  text-transform: capitalize;
  color: var(--color-darkgrey);
  background-color: var(--color-white);
  border: 1px solid var(--bordercolor);
  border-radius: 50px;
  padding: 15px 0px;
  width: 340px;
  display: block;
  margin: 0 auto;
  background-position: center;
  transition: background 0.8s;
  cursor: pointer;
  outline: none !important;
  box-shadow: none !important;
}
.day-care-content-sec .day-care-bottom-sec a:hover {
  background: var(--primarycolor) radial-gradient(circle, transparent 1%, var(--primarycolor) 1%) center/15000%;
  color: var(--colorWhite);
}
.day-care-content-sec .day-care-bottom-sec a:active {
  background-color: var(--secondarycolor);
  background-size: 100%;
  transition: background 0s;
}
/* -------------day-care-end----------------------- */
/*---------------------------- Ali-Riaz-Css-end ---------------------------*/
@media (min-width: 1700px) {
  /*.controller-nav {
    right: -60px;
    bottom: -30px;
  }*/
  .slide-wrap .circle-bg-inner .slide-text-inner {
    position: absolute;
    bottom: 140px;
    left: 60px;
    background-color: transparent;
    width: 500px;
    height: auto;
    padding: 40px;
  }
  .slide-wrap .circle-bg-inner {
    bottom: 100px;
    left: 0;
    /* width: 600px;
    height: 500px; */
    width: 640px;
    height: 470px;
  }
  .slide-wrap .circle-bg-inner .slide-text-inner h1 {
    font-size: var(--font-size-70);
    line-height: 65px;
    /* width: calc(100% - 40px); */
  }
  .slide-wrap .circle-bg-inner .slide-text-inner p {
    font-size: var(--font-size-20);
    line-height: 26px;
    width: calc(100% - 40px);
    text-align: left;
    margin-left: 12px;
    padding-left: 0.3em;
    text-indent: -0.3em;
  }
  .controller-nav-life.milestone-nav{
    right: 90px;
    bottom: 100px;
    z-index: 9;
  }
}
@media screen and (max-width: 1699px) and (min-width: 1366px) {
  .life-at-martin-dow-csr-timeline .bullet-ul li .panel-content h5 {
    font-size: var(--font-size-14);
  }
  .lamd-culture-csr-enviroment-main .section-top-content .heading-one,
  .learning-main .section-top-content .heading-one,
  .employee-main .section-top-content .heading-one,
  .health-wellbeing .section-top-content .heading-one,
  .inclusion-diversity .section-top-content .heading-one {
    font-size: var(--font-size-55) !important;
  }
  .lamd-culture-csr-enviroment-main .section-top-content p {
    font-size: var(--font-size-24) !important;
    width: 60%;
  }
  .learning-slider1 .highlightedtext ul p,
  .health-wellbeing .section-top-content p,
  .inclusion-diversity .section-top-content p {
    font-size: var(--font-size-18);
  }
  .learning-slider1 .highlightedtext {
    background-size: contain;
    width: 315px;
    height: auto;
    position: absolute;
    top: 70%;
    left: 25%;
  }
  .employee-text h4 {
    font-size: var(--font-size-24);
  }
  .learning-slider1 .highlightedtext ul {
    padding: 50px;
  }
  .learning-text p {
    font-size: var(--font-size-18) !important;
  }
  .learning-text h4 {
    font-size: var(--font-size-24) !important;
  }
  .lamd-culture-csr-enviroment-main .section-top-content span {
    font-size: var(--font-size-18) !important;
  }
  .employee-main .controller-nav {
    top: 70%;
    left: 57%;
  }
  .employee-text {
    padding: 150px 0 0 0;
  }
  .custom-tabs .nav.nav-tabs {
    width: 50%;
  }
  .custom-tabs .nav.nav-tabs .nav-item.itm1:before,
  .custom-tabs .nav.nav-tabs .nav-item.itm2:after {
    width: 47%;
  }
  .controller-nav {
    width: 75px;
    height: 75px;
    right: 15px;
    bottom: -50px;
  }
  .nutraceuticals-slider {
    padding-top: 100px;
    height: 700px;
  }
  .cdmo-img-sec .cdmo-row-2 {
    position: absolute;
    margin-top: 15px !important;
  }
  .cdmo-img-sec .cdmo-img-content h4 {
    font-size: var(--font-size-30);
  }
  .slide-wrap .slide-text-inner h1 .latest-banner-text {
    font-size: 50px;
  }
  .contact-us-text .bullet-ul li .panel-content h5,
  .contact-us-text .bullet-ul li .panel-content p,
  .contact-us-text .bullet-ul li .panel-content p a,
  .business-diversity-timeline .bullet-ul li .panel-content h5,
  .medical-diagnostics-text p,
  .chemicals-lower-text p,
  .csr-timeline .bullet-ul li .panel-content h5,
  .convocation-text p,
  .csr-education-text-img p {
    font-size: var(--font-size-18);
    line-height: 23px;
  }
  .pharmaceuticals .section-top-content .heading-one,
  .pharmaceuticals .heading-two,
  .nutraceuticals .section-top-content .heading-one,
  .medical-diagnostics .section-top-content .heading-one,
  .chemicals .section-top-content .heading-one,
  .csr-education-main .section-top-content .heading-one,
  .csr-health-main .section-top-content .heading-one,
  .csr-enviroment-main .section-top-content .heading-one,
  .manufacturing-sec .section-top-content h3 {
    font-size: var(--font-size-55);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p {
    font-size: var(--font-size-24);
  }
  .contact-social-icons ul {
    width: 60%;
  }
  .slide-wrap .slide-text-inner {
    /* position: absolute;
    bottom: 290px;
    left: -35px;
    background-color: transparent;
    width: 500px;
    height: auto;
    padding: 25px; */
    position: absolute;
    /* bottom: 230px; */
    bottom: 150px;
    left: -85px;
    background-color: transparent;
    width: 500px;
    /* height: auto; */
    height: 400px;
    padding: 25px 25px 25px 50px;
  }
  /* .slide-wrap .slide-text-inner h1 {
    text-align: center;
  } */
  .slide-wrap .circle-bg-inner .slide-text-inner h1 {
    font-size: var(--font-size-55);
    width: calc(100% - 100px);
    line-height: 50px;
  }
  .slide-wrap .slide-text-inner h1 span {
    font-size: 42px;
    line-height: 1.1;
  }
  .slide-wrap .circle-bg-inner .slide-text-inner p {
    font-size: var(--font-size-14);
  }
}
@media (min-width: 1400px) and (max-width: 1699px) {
  .controller-nav {
    width: 75px;
    height: 75px;
    right: 30px;
    bottom: -85px;
  }
  .controller-nav-life.milestone-nav{
    right: 50px;
    bottom: 80px;
    z-index: 9;
  }
  .slide-wrap .circle-bg-inner .slide-text-inner {
    position: absolute;
    bottom: 290px;
    left: 22px;
    background-color: transparent;
    width: 425px;
    height: auto;
  }
  .slide-wrap .circle-bg-inner {
    /* content: "";
    position: absolute;
    bottom: 200px;
    left: -66px; */
    content: "";
    position: absolute;
    bottom: 150px;
    left: -125px;
    height: 400px !important;
    width: 560px !important;
    bottom: 20px !important;
  }
  .slide-wrap .slide-text-inner {
    width: 490px;
    left: -95px;
  }
  .slide-wrap .slide-text-inner p {
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
  }
  /* atif new */
  .latest-tabs .tab-main .nav-pills {
    margin: 0 auto;
    width: 30% !important;
  }
  /* .manufacturing-img-sec .manufacturing-img-div-2 {
        position: absolute;
        margin-top: -10px !important;
    }
    .manufacturing-img-div-3 {
        position: absolute;
        margin-top: 335px !important;
    } */
  .csr-education-img {
    width: 65%;
  }
  .csr-health-main .t-1 .t-circle {
    width: 150px;
    height: 225px;
  }
  .csr-health-main .t-2 .t-circle {
    width: 130px;
    height: 180px;
  }
  .csr-health-main .t-3 .t-circle {
    width: 100px;
    height: 160px;
  }
  .csr-education-text-img {
    right: -180px;
    bottom: 50px;
    width: 400px;
    height: 250px;
  }
  .csr-education-text-img ul {
    width: 255px;
  }
  .csr-education-text-img p {
    font-size: var(--font-size-14) !important;
    line-height: 20px;
  }
  /* atif new end */
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .custom-tabs .nav.nav-tabs {
    width: 50%;
  }
  .custom-tabs .nav.nav-tabs .nav-item.itm1:before,
  .custom-tabs .nav.nav-tabs .nav-item.itm2:after {
    width: 47%;
  }
  .controller-nav {
    width: 75px;
    height: 75px;
    right: 11px;
    bottom: -38px;
  }
  .controller-nav-life.milestone-nav{
    z-index: 9;
    right: 50px;
    bottom: 70px;
  }
  /* .slide-wrap .slide-text-inner h1 {
    text-align: center;
  } */
  .nutraceuticals-slider {
    padding-top: 100px;
    height: 700px;
  }
  .cdmo-img-sec .cdmo-row-2 {
    position: absolute;
    margin-top: 15px;
  }
  .cdmo-img-sec .cdmo-img-content h4 {
    font-size: var(--font-size-30);
  }
  .slide-wrap .slide-text-inner h1 .latest-banner-text {
    font-size: 50px;
  }
  .contact-us-text .bullet-ul li .panel-content h5,
  .contact-us-text .bullet-ul li .panel-content p,
  .contact-us-text .bullet-ul li .panel-content p a,
  .business-diversity-timeline .bullet-ul li .panel-content h5,
  .medical-diagnostics-text p,
  .chemicals-lower-text p,
  .csr-timeline .bullet-ul li .panel-content h5,
  .convocation-text p,
  .csr-education-text-img p {
    font-size: var(--font-size-18);
    line-height: 20px;
  }
  .pharmaceuticals .section-top-content .heading-one,
  .pharmaceuticals .heading-two,
  .nutraceuticals .section-top-content .heading-one,
  .medical-diagnostics .section-top-content .heading-one,
  .chemicals .section-top-content .heading-one,
  .csr-education-main .section-top-content .heading-one,
  .csr-health-main .section-top-content .heading-one,
  .csr-enviroment-main .section-top-content .heading-one,
  .manufacturing-sec .section-top-content h3 {
    font-size: var(--font-size-55);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p {
    font-size: var(--font-size-24);
  }
  .contact-social-icons ul {
    width: 60%;
  }
  /* atif new */
  .latest-tabs .tab-main .nav-pills {
    margin: 0 auto;
    width: 30% !important;
  }
  /* .manufacturing-img-sec .manufacturing-img-div-2 {
        position: absolute;
        margin-top: -10px !important;
    }
    .manufacturing-img-div-3 {
        position: absolute;
        margin-top: 325px !important;
    } */
  .csr-education-img {
    width: 65%;
  }
  .csr-health-main .t-1 .t-circle {
    width: 150px;
    height: 225px;
  }
  .csr-health-main .t-2 .t-circle {
    width: 130px;
    height: 180px;
  }
  .csr-health-main .t-3 .t-circle {
    width: 100px;
    height: 160px;
  }
  .csr-education-text-img {
    right: -180px;
    bottom: 50px;
    width: 400px;
    height: 250px;
  }
  .csr-education-text-img ul {
    width: 255px;
  }
  .csr-education-text-img p {
    font-size: var(--font-size-14) !important;
    line-height: 20px;
  }
  /* atif new end */
  .slide-wrap .slide-text-inner h1 span {
    font-size: 42px;
    line-height: 1.1;
  }
  .slide-wrap .circle-bg-inner {
    content: "";
    position: absolute;
    bottom: 18px;
    left: -66px;
    width: 530px !important; 
    height: 360px !important;
  }
  .slide-wrap .slide-text-inner {
    /* position: absolute;
    bottom: 75px;
    left: -50px;*/
    /* bottom: 100px;
    left: -10px; */
    /* bottom: 115px;
    left: -25px; */
    /*background-color: transparent;
    width: 405px;
    height: auto; */

    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .main-slider .swiper-slide .banner-image-box {
    background-repeat: no-repeat;
    /* background-size: contain !important; */
    background-size: auto 770px;
    background-position: 20% top;
    min-height: 780px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .slide-wrap .circle-bg-inner {
    width: 490px !important;
    height: 330px !important;
  }
  .slide-wrap .slide-text-inner {
    width: 70%;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) and (max-width: 1199px) {
  .slide-wrap .circle-bg-inner {
    bottom: 4%;
    left: 6%;
    width: 400px;
    height: 300px;
  }
  .slide-wrap .circle-bg-inner .slide-text-inner {
    bottom: 14%;
    left: 10%;
    width: 385px;
  }
  .slide-wrap .circle-bg-inner .slide-text-inner h1 {
    font-size: 36px;
    line-height: 40px;
    width: calc(100% - 75px);
  }
  .slide-wrap .circle-bg-inner .slide-text-inner p {
    font-size: 12px;
    line-height: 17px;
    width: calc(100% - 95px);
    margin-left: 34px;
  }
  /*New Tablet Modification Wamiq*/
  .slide-wrap .slide-text-inner {
    bottom: 0px;
    left: 79px;
    width: 359px;
    height: 300px;
  }
  .slide-wrap .slide-text-inner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .slide-wrap .slide-text-inner p {
    font-size: 14px;
    line-height: 18px;
    width: calc(100% - 25px);
  }
  .creating-distinct-csr-enviroment-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .top-header .desktop-topbar .logo-area {
    margin: 10px 0 10px 0px !important;
    width: 119px;
    height: 67px;
  }
  .creating-distinct-csr-enviroment-main .section-top-content p {
    width: 61%;
    margin: 0 auto 10px auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .creating-distinct-csr-enviroment-main .section-top-content span {
    font-size: var(--font-size-18) !important;
  }
  .our-journey-timeline .bullet-ul li h5 {
    font-size: var(--font-size-16);
  }
  .journey .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .journey {
    padding: 100px 0 !important;
    text-align: center;
  }
  .journey-slider .years h5 {
    font-size: 72px !important;
    font-weight: 78px !important;
    color: #e4e4e4;
  }
  .journey-slider .journey-year-content h4 {
    font-size: 1.2rem !important;
    font-weight: 300;
    padding: 10px 15px;
  }
  .years {
    margin-top: 55px;
  }
  .mission-vission-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
    margin-bottom: 25px;
  }
  .mission-vission-text h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .mission-vission-main p {
    font-size: var(--font-size-14) !important;
  }
  .chairman-message .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .chairman-meesage-text p {
    font-size: 14px !important;
    width: 50% !important;
    margin: 0 auto;
    line-height: 15px !important;
  }
  .chairman-message-circle h2 {
    position: absolute;
    top: 80px !important;
    left: -7%;
    font-size: 60px !important;
    color: white;
    font-weight: 60 !important;
    padding: 0px 70px !important;
    width: 85%;
    text-align: left;
  }
  .chairman-message-circle p {
    color: white;
    font-size: 20px !important;
    position: absolute;
    top: 235px !important;
    left: 14% !important;
  }
  .chairman-message-circle {
    /* background-image: url("../images/chairman-blue-bg.png"); */
    margin-top: 250px !important;
    margin-left: -9px;
    height: 350px !important;
    background-repeat: no-repeat;
    position: relative;
  }
  .Leadership-Team-main {
    padding: 80px 0 40px !important;
    text-align: center;
  }
  .Leadership-Team-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .Leadership-Team-text h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
    text-transform: uppercase;
  }
  .Leadership-Team-text span {
    font-size: var(--font-size-14) !important;
    color: var(--color-blue);
    margin: 10px 0;
    display: inline-block;
  }
  .Leadership-Team-text p {
    font-size: var(--font-size-18) !important;
  }
  .amongst-companies .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .amongst-companies-img {
    /* background-image: url("../images/companies-img.png"); */
    height: 425px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .amongst-companies-text {
    text-align: left;
    padding-top: 100px !important;
  }
  .amongst-companies-text p {
    font-size: var(--font-size-18) !important;
    width: 70%;
    margin: 0 60px 0 60px;
  }
  .amongst-companies .item h2 {
    font-size: var(--font-size-18) !important;
    color: var(--colorBlue);
    font-weight: 400;
  }
  .amongst-companies-slider-main .swiper_Text .main-pera {
    font-size: var(--font-size-14) !important;
    width: 84%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .Promotes .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .Promotes .section-top-content p {
    width: 65%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .Promotes .content h4 {
    font-size: var(--font-size-24) !important;
    color: var(--color-blue);
    font-weight: 100;
  }
  .Promotes .content b {
    font-size: var(--font-size-14) !important;
    color: var(--color-blue);
    font-weight: 600;
  }
  .Promotes .content p {
    font-size: var(--font-size-12) !important;
    margin-top: 15px;
  }
  .amongst-companies-slider-main .swiper-slide .swiper_Text h2 {
    margin-bottom: 0 !important;
    transition: all 0.5s;
    text-align: left !important;
  }
  .contact-us-section .section-top-content .section-top-design {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .contact-us-section .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .contact-us-section .contact-us-banner .contact-us .form .form-button .form-btn {
    color: var(--color-darkgrey);
    background-color: var(--color-white);
    border: 1px solid var(--bordercolor);
    border-radius: 50px;
    padding: 10px 0px;
    width: 300px !important;
    display: block;
    margin: 0 auto;
    background-position: center;
    transition: background 0.8s;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    text-transform: capitalize;
    font-size: var(--font-size-14) !important;
  }
  .bg-grey-circle-text h3 {
    font-size: var(--font-size-48);
    font-weight: 100;
    color: var(--color-blue);
  }
  .bg-grey-circle-text p {
    font-size: var(--font-size-14);
  }
  .bg-grey-circle-text {
    padding: 250px 0;
    padding-left: 0px;
    height: 646px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 480px !important;
    padding-left: 50px;
  }
  .bg-grey-circle {
    position: relative;
    background-image: url(../images/grey-circle-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: right;
    padding: 290px 120px 240px 120px !important;
    height: 822px !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-slider .swiper-slide .banner-image-box {
    background-repeat: no-repeat;
    font-weight: 500;
    min-height: 626px;
    background-size: auto 100% !important;
  }
  .slide-wrap .slide-text-inner h1 span {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .manufacturing-sec .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .manufacturing-sec .section-top-content p {
    width: 75%;
    margin: 0 auto;
    font-size: var(--font-size-18);
    font-weight: 400;
  }
  .manufacturing-img-sec .manufacturing-img-div-2 {
    position: static;
    margin-top: 0px;
  }
  .manufacturing-img-div-3 {
    position: static;
    margin-top: 0;
  }
  .manufacturing-img-sec {
    position: relative;
    height: auto;
    margin-top: 100px;
  }
  .manufacturing-img-sec .manufacturing-img-content p {
    font-size: var(--font-size-14);
  }
  .pharmaceuticals-sec .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    text-align: center;
    font-weight: 100;
    color: var(--color-blue);
  }
  .pharmaceuticals-sec .section-top-content p {
    width: 74%;
    margin: 0 auto;
    text-align: center;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
    color: var(--color-darkgrey);
  }
  .pharmaceuticals .heading-two {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
    width: 80% !important;
    margin: 50px auto auto auto;
  }
  .pharmaceuticals-sec .heading-one-ph {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.2rem !important;
  }
  .nutraceuticals .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .nutraceuticals .section-top-content p {
    width: 70%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .medical-diagnostics .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .medical-diagnostics-text p {
    font-size: var(--font-size-18) !important;
    width: 70%;
    margin: 0 60px 0 60px;
    line-height: 22px !important;
  }
  .medical-diagnostics-img {
    height: 600px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .chemicals .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .chemicals .section-top-content p {
    width: 70%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .chemicals-lower-text p {
    width: 70%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
  }
  .cdmo-img-sec .cdmo-row-2 {
    position: static !important;
    margin-top: 0 !important;
  }
  .cdmo-img-sec {
    position: relative;
    height: auto !important;
  }
  .cdmo .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .cdmo-img-sec .cdmo-img-content h4 {
    font-size: 32px !important;
    font-weight: 300;
    color: var(--primarycolor);
  }
  .lamd-culture-csr-enviroment-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .lamd-culture-csr-enviroment-main .section-top-content p {
    font-size: var(--font-size-18) !important;
  }
  .lamd-culture-csr-enviroment-main .section-top-content span {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-14) !important;
  }
  .learning-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  /* element {
    background-image: url("http://staging.martindow.com/assets/images/learning-blue-circle.png");
  } */
  .learning-slider1 .highlightedtext {
    /* background-image: url(../images/learning-blue-circle.png); */
    background-repeat: no-repeat;
    width: 400px;
    height: 300px;
    position: absolute;
    top: 62%;
    left: 170px;
    background-size: 100%;
  }
  .learning-slider1 .highlightedtext ul {
    padding: 85px 0 0 0;
  }
  .learning-slider1 .highlightedtext ul p {
    font-size: var(--font-size-18);
    color: var(--colorWhite);
    margin: 0;
  }
  .learning-text h4 {
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .learning-text p {
    font-size: var(--font-size-14) !important;
  }
  .employee-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .employee-text h4 {
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .employee-text p {
    font-size: var(--font-size-14);
  }
  .health-wellbeing .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .health-wellbeing .section-top-content p {
    width: 75%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-18);
  }
  .health-wellbeing .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .health-wellbeing .section-top-content p {
    width: 75%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-18) !important;
  }
  .inclusion-diversity .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .inclusion-diversity .section-top-content p {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-18) !important;
  }
  .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .day-care-content-sec .daycare-highlightedtext .text-wrap h5 {
    font-size: var(--font-size-18) !important;
    color: var(--colorWhite);
    font-weight: 100;
  }
  .day-care-content-sec .daycare-highlightedtext .text-wrap p {
    font-size: var(--font-size-14) !important;
    color: var(--colorWhite);
  }
  .day-care-content-sec .daycare-highlightedtext {
    /* background-image: url(../images/day-care-text-img.png); */
    background-repeat: no-repeat;
    width: 335px;
    height: 330px;
    position: absolute;
    right: 0;
    top: 30%;
    background-size: 100%;
  }
  .day-care-content-sec .daycare-highlightedtext .text-wrap {
    text-align: left;
    padding: 58px 0 0 0;
    width: 50%;
    margin: 0 auto;
  }
  .day-care-content-sec .day-care-bottom-sec p {
    font-size: var(--font-size-14) !important;
    margin: 30px 0;
  }
  .day-care-content-sec .day-care-bottom-sec a {
    font-size: var(--font-size-14) !important;
  }
  .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p {
    width: 55%;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px;
    font-size: var(--font-size-18) !important;
  }
  .csr-education-main .section-top-content .section-top-design {
    font-size: var(--font-size-18) !important;
  }
  .convocation-text p {
    font-size: var(--font-size-18) !important;
    line-height: 22px;
  }
  .csr-health-main .section-top-content .section-top-design {
    text-transform: uppercase;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .csr-health-main .t-1,
  .csr-health-main .t-2,
  .csr-health-main .t-3 {
    max-width: 30% !important;
    position: relative;
  }
  .csr-health-main .t-3 .t-circle {
    width: 70px;
    height: 130px;
    margin: 0 auto;
    background-color: var(--color-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(287deg);
    -moz-transform: rotate(287deg);
    -ms-transform: rotate(287deg);
    -o-transform: rotate(287deg);
    transform: rotate(287deg);
  }
  element {}
  .csr-health-main .t-1 .t-circle {
    width: 175px;
    height: 250px;
    width: 120px;
    height: 215px;
    background-color: var(--color-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    transform: rotate(350deg);
  }
  element {}
  .csr-health-main .t-2 .t-circle {
    width: 120px;
    height: 180px;
    background-color: var(--color-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(304deg);
    -moz-transform: rotate(304deg);
    -ms-transform: rotate(304deg);
    -o-transform: rotate(304deg);
    transform: rotate(304deg);
  }
  .csr-enviroment-main .section-top-content .section-top-design {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .csr-education-text-img p {
    font-size: var(--font-size-16) !important;
    line-height: 28px;
    font-weight: 400;
    display: inline;
  }
  .csr-enviroment-main .section-top-content .section-top-design {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .csr-education-text-img {
    /* background-image: url(../images/csr-text-bg.png); */
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 270px;
    width: 430px;
    position: absolute;
    right: -240px;
    bottom: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .csr-education-text-img ul {
    color: white;
    width: 314px;
    text-align: center;
    list-style: none;
    margin: 80px auto auto auto;
    padding: 0 0 0 20px;
  }
  .csr-timeline .bullet-ul li h5 {
    font-size: var(--font-size-18) !important;
    color: var(--secondarycolor);
    margin: 0px;
    font-weight: 400;
  }
  .contact-us-text .bullet-ul li .panel-content h5 {
    font-size: var(--font-size-18);
    color: var(--primarycolor);
    margin: 0px;
  }
  .contact-us-text .bullet-ul li .panel-content p {
    color: var(--colorblack);
    font-size: var(--font-size-24);
    line-height: 1.1;
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
    font-size: var(--font-size-16) !important;
  }
  .contact-us-text .bullet-ul li .panel-content p a {
    color: var(--colorblack);
    font-size: var(--font-size-16) !important;
    font-weight: 300;
  }
  /*New Tablet Modification Wamiq*/
}
.mission-vission-text ul {
  position: relative;
}
.mission-vission-text ul li:before {
  content: " ";
  /* background: url(../images/csr-bullet.png) no-repeat; */
  background-color: #20409a;
  width: 12px;
  height: 8px;
  margin: 0 3px 3px 0;
  border-radius: 50%;
  transform: rotate(45deg);
  /* display: inline-block; */
  position: absolute;
  left: 0;
  margin: 7px 0 0 0;
  /* top: 0; */
  /* flex-direction: row; */
  /* flex-wrap: wrap; */
}
@media (max-width: 999px) and (min-width: 768px) {
  .slide-wrap .circle-bg-inner {
    bottom: 4%;
    left: 6%;
    width: 400px;
    height: 300px;
  }
  .slide-wrap .circle-bg-inner .slide-text-inner {
    bottom: 14%;
    left: 10%;
    /* width: 385px; */
    width: 100%;
    height: 100%;
  }
  .slide-wrap .circle-bg-inner .slide-text-inner h1 {
    font-size: 36px;
    line-height: 40px;
    width: calc(100% - 75px);
  }
  .slide-wrap .circle-bg-inner .slide-text-inner p {
    font-size: 12px;
    line-height: 17px;
    width: calc(100% - 95px);
    margin-left: 34px;
  }
  /*New Tablet Modification Wamiq*/
  .slide-wrap .slide-text-inner {
    bottom: 0px;
    left: 79px;
    width: 359px;
    height: 300px;
  }
  .slide-wrap .slide-text-inner h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .slide-wrap .slide-text-inner p {
    font-size: 14px;
    line-height: 18px;
    width: calc(100% - 25px);
  }
  .creating-distinct-csr-enviroment-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .top-header .desktop-topbar .logo-area {
    margin: 10px 0 10px 0px !important;
    width: 119px;
    height: 67px;
  }
  .creating-distinct-csr-enviroment-main .section-top-content p {
    width: 61%;
    margin: 0 auto 10px auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .creating-distinct-csr-enviroment-main .section-top-content span {
    font-size: var(--font-size-18) !important;
  }
  .our-journey-timeline .bullet-ul li h5 {
    font-size: var(--font-size-16);
  }
  .journey .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .journey {
    padding: 100px 0 !important;
    text-align: center;
  }
  .journey-slider .years h5 {
    font-size: 72px !important;
    font-weight: 78px !important;
    color: #e4e4e4;
  }
  .journey-slider .journey-year-content h4 {
    font-size: 1.2rem !important;
    font-weight: 300;
    padding: 10px 15px;
  }
  .years {
    /* margin-top: 55px; */
  }
  .mission-vission-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
    margin-bottom: 25px;
  }
  .mission-vission-text h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .mission-vission-main p {
    font-size: var(--font-size-14) !important;
  }
  .chairman-message .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .chairman-meesage-text p {
    font-size: 14px !important;
    width: 50% !important;
    margin: 0 auto;
    line-height: 15px !important;
  }
  .chairman-message-circle h2 {
    position: absolute;
    top: 80px !important;
    left: -7%;
    font-size: 60px !important;
    color: white;
    font-weight: 60 !important;
    padding: 0px 70px !important;
    width: 85%;
    text-align: left;
  }
  .chairman-message-circle p {
    color: white;
    font-size: 20px !important;
    position: absolute;
    top: 235px !important;
    left: 14% !important;
  }
  .chairman-message-circle {
    /* background-image: url("../images/chairman-blue-bg.png"); */
    margin-top: 250px !important;
    margin-left: -9px;
    height: 350px !important;
    background-repeat: no-repeat;
    position: relative;
  }
  .Leadership-Team-main {
    padding: 80px 0 40px !important;
    text-align: center;
  }
  .Leadership-Team-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .Leadership-Team-text h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
    text-transform: uppercase;
  }
  .Leadership-Team-text span {
    font-size: var(--font-size-14) !important;
    color: var(--color-blue);
    margin: 10px 0;
    display: inline-block;
  }
  .Leadership-Team-text p {
    font-size: var(--font-size-18) !important;
  }
  .amongst-companies .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .amongst-companies-img {
    /* background-image: url("../images/companies-img.png"); */
    height: 425px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .amongst-companies-text {
    text-align: left;
    padding-top: 100px !important;
  }
  .amongst-companies-text p {
    font-size: var(--font-size-18) !important;
    width: 70%;
    margin: 0 60px 0 60px;
  }
  .amongst-companies .item h2 {
    font-size: var(--font-size-18) !important;
    color: var(--colorBlue);
    font-weight: 400;
  }
  .amongst-companies-slider-main .swiper_Text .main-pera {
    font-size: var(--font-size-14) !important;
    width: 84%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
  }
  .Promotes .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .Promotes .section-top-content p {
    width: 65%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .Promotes .content h4 {
    font-size: var(--font-size-24) !important;
    color: var(--color-blue);
    font-weight: 100;
  }
  .Promotes .content b {
    font-size: var(--font-size-14) !important;
    color: var(--color-blue);
    font-weight: 600;
  }
  .Promotes .content p {
    font-size: var(--font-size-12) !important;
    margin-top: 15px;
  }
  .amongst-companies-slider-main .swiper-slide .swiper_Text h2 {
    margin-bottom: 0 !important;
    transition: all 0.5s;
    text-align: left !important;
  }
  .contact-us-section .section-top-content .section-top-design {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .contact-us-section .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .contact-us-section .contact-us-banner .contact-us .form .form-button .form-btn {
    color: var(--color-darkgrey);
    background-color: var(--color-white);
    border: 1px solid var(--bordercolor);
    border-radius: 50px;
    padding: 10px 0px;
    width: 300px !important;
    display: block;
    margin: 0 auto;
    background-position: center;
    transition: background 0.8s;
    cursor: pointer;
    outline: none !important;
    box-shadow: none !important;
    text-transform: capitalize;
    font-size: var(--font-size-14) !important;
  }
  .bg-grey-circle-text h3 {
    font-size: var(--font-size-48);
    font-weight: 100;
    color: var(--color-blue);
  }
  .bg-grey-circle-text p {
    font-size: var(--font-size-14);
  }
  .bg-grey-circle-text {
    padding: 250px 0;
    padding-left: 0px;
    height: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 480px !important;
    padding-left: 50px;
    margin-bottom: 80px;
  }
  .bg-grey-circle {
    position: relative;
    background-image: url(../images/grey-circle-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    text-align: right;
    padding: 390px 60px 140px 60px !important;
    height: 822px !important;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-slider .swiper-slide .banner-image-box {
    background-repeat: no-repeat;
    font-weight: 500;
    min-height: 626px;
    background-size: auto 100% !important;
  }
  .slide-wrap .slide-text-inner h1 span {
    font-size: 36px !important;
    line-height: 36px !important;
  }
  .manufacturing-sec .section-top-content h3 {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .manufacturing-sec .section-top-content p {
    width: 75%;
    margin: 0 auto;
    font-size: var(--font-size-18);
    font-weight: 400;
  }
  .manufacturing-img-sec .manufacturing-img-div-2 {
    position: static;
    margin-top: 0px;
  }
  .manufacturing-img-div-3 {
    position: static;
    margin-top: 0;
  }
  .manufacturing-img-sec {
    position: relative;
    height: auto;
    margin-top: 100px;
  }
  .manufacturing-img-sec .manufacturing-img-content p {
    font-size: var(--font-size-14);
  }
  .pharmaceuticals-sec .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    text-align: center;
    font-weight: 100;
    color: var(--color-blue);
  }
  .pharmaceuticals-sec .section-top-content p {
    width: 74%;
    margin: 0 auto;
    text-align: center;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
    color: var(--color-darkgrey);
  }
  .pharmaceuticals .heading-two {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
    width: 80% !important;
    margin: 50px auto auto auto;
  }
  .pharmaceuticals-sec .heading-one-ph {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 1.2rem !important;
  }
  .nutraceuticals .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .nutraceuticals .section-top-content p {
    width: 70%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .medical-diagnostics .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .medical-diagnostics-text p {
    font-size: var(--font-size-18) !important;
    width: 70%;
    margin: 0 60px 0 60px;
    line-height: 22px !important;
  }
  .medical-diagnostics-img {
    height: 600px !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .chemicals .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .chemicals .section-top-content p {
    width: 70%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .chemicals-lower-text p {
    width: 70%;
    margin: 0 auto;
    font-size: var(--font-size-18) !important;
  }
  .cdmo-img-sec .cdmo-row-2 {
    position: static !important;
    margin-top: 0 !important;
  }
  .cdmo-img-sec {
    position: relative;
    height: auto !important;
  }
  .cdmo .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .cdmo-img-sec .cdmo-img-content h4 {
    font-size: 32px !important;
    font-weight: 300;
    color: var(--primarycolor);
  }
  .lamd-culture-csr-enviroment-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .lamd-culture-csr-enviroment-main .section-top-content p {
    font-size: var(--font-size-18) !important;
  }
  .lamd-culture-csr-enviroment-main .section-top-content span {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-14) !important;
  }
  .learning-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  /* element {
    background-image: url("http://staging.martindow.com/assets/images/learning-blue-circle.png");
  } */
  .learning-slider1 .highlightedtext {
    /* background-image: url(../images/learning-blue-circle.png); */
    background-repeat: no-repeat;
    width: 400px;
    height: 300px;
    position: absolute;
    top: 62%;
    left: 170px;
    background-size: 100%;
  }
  .learning-slider1 .highlightedtext ul {
    padding: 85px 0 0 0;
  }
  .learning-slider1 .highlightedtext ul p {
    font-size: var(--font-size-18);
    color: var(--colorWhite);
    margin: 0;
  }
  .learning-text h4 {
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .learning-text p {
    font-size: var(--font-size-14) !important;
  }
  .employee-main .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .employee-text h4 {
    font-size: var(--font-size-18) !important;
    font-weight: 400;
  }
  .employee-text p {
    font-size: var(--font-size-14);
  }
  .health-wellbeing .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .health-wellbeing .section-top-content p {
    width: 75%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-18);
  }
  .health-wellbeing .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .health-wellbeing .section-top-content p {
    width: 75%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-18) !important;
  }
  .inclusion-diversity .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .inclusion-diversity .section-top-content p {
    width: 80%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-18) !important;
  }
  .section-top-content .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .day-care-content-sec .daycare-highlightedtext .text-wrap h5 {
    font-size: var(--font-size-18) !important;
    color: var(--colorWhite);
    font-weight: 100;
  }
  .day-care-content-sec .daycare-highlightedtext .text-wrap p {
    font-size: var(--font-size-14) !important;
    color: var(--colorWhite);
  }
  .day-care-content-sec .daycare-highlightedtext {
    /* background-image: url(../images/day-care-text-img.png); */
    background-repeat: no-repeat;
    width: 335px;
    height: 330px;
    position: absolute;
    right: 0;
    top: 30%;
    background-size: 100%;
  }
  .day-care-content-sec .daycare-highlightedtext .text-wrap {
    text-align: left;
    padding: 58px 0 0 0;
    width: 50%;
    margin: 0 auto;
  }
  .day-care-content-sec .day-care-bottom-sec p {
    font-size: var(--font-size-14) !important;
    margin: 30px 0;
  }
  .day-care-content-sec .day-care-bottom-sec a {
    font-size: var(--font-size-14) !important;
  }
  .heading-one {
    font-size: var(--font-size-48) !important;
    font-weight: 100;
    color: var(--color-blue);
  }
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p {
    width: 55% !important;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px !important;
    font-size: var(--font-size-18) !important;
  }
  .csr-education-main .section-top-content .section-top-design {
    font-size: var(--font-size-18) !important;
  }
  .convocation-text p {
    font-size: var(--font-size-18) !important;
    line-height: 22px;
  }
  .csr-health-main .section-top-content .section-top-design {
    text-transform: uppercase;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .csr-health-main .t-1,
  .csr-health-main .t-2,
  .csr-health-main .t-3 {
    max-width: 30% !important;
    position: relative;
  }
  .csr-health-main .t-3 .t-circle {
    width: 60px;
    height: 120px;
    margin: 0 auto;
    background-color: var(--color-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(287deg);
    -moz-transform: rotate(287deg);
    -ms-transform: rotate(287deg);
    -o-transform: rotate(287deg);
    transform: rotate(287deg);
  }
  .csr-health-main .t-1 .t-circle {
    width: 175px;
    height: 250px;
    width: 120px;
    height: 215px;
    background-color: var(--color-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(350deg);
    -moz-transform: rotate(350deg);
    -ms-transform: rotate(350deg);
    -o-transform: rotate(350deg);
    transform: rotate(350deg);
  }
  .csr-health-main .t-2 .t-circle {
    width: 90px;
    height: 150px;
    background-color: var(--color-blue);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(304deg);
    -moz-transform: rotate(304deg);
    -ms-transform: rotate(304deg);
    -o-transform: rotate(304deg);
    transform: rotate(304deg);
  }
  .csr-enviroment-main .section-top-content .section-top-design {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .csr-education-text-img p {
    font-size: var(--font-size-16) !important;
    line-height: 28px;
    font-weight: 400;
    display: inline;
  }
  .csr-enviroment-main .section-top-content .section-top-design {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 15px 0;
    color: var(--color-darkgrey);
    font-weight: 400;
    font-size: var(--font-size-18) !important;
  }
  .csr-education-text-img {
    /* background-image: url(../images/csr-text-bg.png); */
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 270px;
    width: 430px;
    position: absolute;
    right: -240px;
    bottom: -18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .csr-education-text-img ul {
    color: white;
    width: 314px;
    text-align: center;
    list-style: none;
    margin: 80px auto auto auto;
    padding: 0 0 0 20px;
  }
  .csr-timeline .bullet-ul li h5 {
    font-size: var(--font-size-18) !important;
    color: var(--secondarycolor);
    margin: 0px;
    font-weight: 400;
  }
  .contact-us-text .bullet-ul li .panel-content h5 {
    font-size: var(--font-size-18);
    color: var(--primarycolor);
    margin: 0px;
  }
  .contact-us-text .bullet-ul li .panel-content p {
    color: var(--colorblack);
    font-size: var(--font-size-24);
    line-height: 1.1;
    font-weight: 300;
    width: 80%;
    margin-left: 10%;
    font-size: var(--font-size-16) !important;
  }
  .contact-us-text .bullet-ul li .panel-content p a {
    color: var(--colorblack);
    font-size: var(--font-size-16) !important;
    font-weight: 300;
  }
  .slide-wrap .slide-text-inner h1 span {
    font-size: 36px !important;
  }
  .slide-wrap .slide-text-inner {
    position: absolute;
    bottom: 235px;
    left: 60px;
    background-color: transparent;
    width: 500px;
    height: auto;
    padding: 25px 25px 25px 50px;
    padding: 25px;
    height: 400px;
    display: flex;
    bottom: 0;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
  }
  .slide-wrap .slide-text-inner h1 {
    font-size: 48px !important;
    line-height: 55px !important;
  }
  .slide-wrap .slide-text-inner {
    position: absolute;
    bottom: 235px;
    left: 60px;
    background-color: transparent;
    width: 500px;
    height: auto;
    padding: 25px 25px 25px 50px;
    padding: 25px;
    height: 400px;
    display: flex;
    bottom: 0;
  }
  .manufacturing-img-sec .manufacturing-img-div-2 {
    position: static;
    margin-top: 0px !important;
  }
  .slide-wrap .slide-text-inner {
    bottom: 0 !important;
  }
  .slide-wrap .slide-text-inner h1 {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .slide-wrap .slide-text-inner h1 span {
    font-size: 32px !important;
    line-height: 36px !important;
  }
  .slide-wrap .slide-text-inner {
    bottom: 0 !important;
  }
  .manufacturing-img-sec .manufacturing-img-div-2 {
    position: static !important;
    margin-top: 0 !important;
  }
  .lamd-culture-csr-enviroment-main .section-top-content span {
    display: inline-block;
    width: 90%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
    color: var(--colorblack);
    font-size: var(--font-size-18) !important;
  }
  .learning-text h4 {
    font-size: var(--font-size-14) !important;
    font-weight: 400;
  }
  .learning-slider1 .highlightedtext {
    /* background-image: url(../images/learning-blue-circle.png); */
    background-repeat: no-repeat;
    width: 300px;
    height: 213px;
    position: absolute;
    top: 62%;
    left: 80px;
    background-size: 100%;
  }
  .learning-slider1 .highlightedtext ul p {
    font-size: var(--font-size-14) !important;
    color: var(--colorWhite);
    margin: 0;
  }
  .learning-slider1 .highlightedtext ul {
    padding: 60px 0 0 0 !important;
  }
  .employee-text {
    padding: 30px 0 0 0;
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .employee-image-main {
    padding: 25px 0 !important;
  }
  /*New Tablet Modification Wamiq*/
  .csr-health-main .t-1 .t-circle {
    width: 175px;
    width: 90px;
    height: 180px;
  }
  .csr-health-main .t-1 .t-text p,
  .csr-health-main .t-2 .t-text p,
  .csr-health-main .t-3 .t-text p,
  .csr-health-main .t-4 .t-text p,
  .csr-health-main .t-5 .t-text p,
  .csr-health-main .t-6 .t-text p {
    font-family: "Roboto Lt";
    color: var(--color-darkgrey);
    font-size: var(--font-size-12) !important;
    line-height: 16px !important;
    font-weight: 400;
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 1699px) and (min-width: 1200px) {
  .bg-grey-circle {
    padding: 370px 25px 250px 30px;
  }
  .brands {
    padding: 75px 0 50px;
  }
}
@media (max-width:1699px) and (min-width: 1600px){
  .slide-wrap .circle-bg-inner .slide-text-inner{
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .slide-wrap .circle-bg-inner{
    bottom: 40px;
    left: -130px
  }
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav{
    left: unset !important;
    right: 80px !important;
    bottom: 90px !important;
    z-index: 1 !important;
  }
  .amongst-companies-img{
    height: 605px;
  }
}
.mission-vission-main .main-slider {
  overflow: visible;
}
.mission-vission-main .main-slider .mission-vission-text .controller-nav {
  bottom: -6%;
}
.mission-vission-main .main-slider .swiper-slide,
.mission-vission-main .mission-vission-slider .swiper-slide {
  opacity: 0 !important;
}
.mission-vission-main .main-slider .swiper-slide.swiper-slide-active,
.mission-vission-main .mission-vission-slider .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.sticky-nav {
  position: sticky;
  top: 20px;
  background-color: #fff;
  z-index: 7;
}
@media (min-width: 1280px) and (max-width: 1280px) {
  .chairman-meesage-text p {
    font-size: 20px;
    width: 84%;
    margin: 0 auto;
    /* margin-right: -15px !important; */
  }
  .chairman-message-circle h2 {
    top: 38% !important;
    left: -11% !important;
  }
  .chairman-message-circle {
    margin-top: 260px;
  }
  .Leadership-Team-main .controller-nav {
    left: 45% !important;
  }
  
}
@media (min-width: 1200px) and (max-width: 1280px){
  .slide-wrap .slide-text-inner{
    align-items: normal;
  }
}
.latest-tabs .tab-main #rcg .tab-content .tab-pane .tab-pera p,
.latest-tabs .tab-main #mr .tab-content .tab-pane .tab-pera p {
  font-size: var(--font-size-16) !important;
}
@media (min-width: 1280px) and (max-width: 1280px) {
  .learning-slider1 .highlightedtext {
    width: 465px;
    height: 330px;
    position: absolute;
    top: 58%;
    background-size: 100%;
    left: 13%;
  }
  .learning-slider1 .highlightedtext ul {
    padding: 70px 0 0 0;
  }
  .employee-text {
    padding: 80px 0 0 0;
  }
  .health-wellbeing-slider .spec-controller {
    bottom: 7%;
  }
}
/* atif */
.slide-wrap .slide-text-inner h1 b {
  font-size: 18px;
  display: inline-block;
}
.quote {
  font-size: var(--font-size-24);
  position: absolute;
  top: 50%;
  width: 30%;
  right: 20%;
}
/* atif end*/
/* ----------Creating-Distinct-Section-Starts---------------------- */
.creating-distinct-csr-enviroment-main {
  padding: 80px 0 0 0;
  text-align: center;
}
.creating-distinct-csr-enviroment-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.creating-distinct-csr-enviroment-main .section-top-content p {
  /* width: 61%; */
  margin: 0 auto 10px auto;
  font-size: var(--font-size-30);
  font-weight: 400;
}
.creating-distinct-csr-enviroment-main .section-top-content span {
  display: inline-block;
  width: 85%;
  margin: 0 auto;
  margin-top: 20px;
  font-size: var(--font-size-24);
}
/* -------------Timeline-Css-Starts------------------- */
.our-journey-timeline {
  padding: 80px 0 10px;
}
.our-journey-timeline .bullet-ul {
  padding: 0;
  list-style: none;
  display: flex;
  border-top: 1px solid var(--color-grey);
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
.our-journey-timeline .bullet-ul li {
  width: 35%;
  text-align: center;
  margin-top: -25px;
  position: relative;
}
.our-journey-timeline .bullet-ul li:first-child:before {
  content: "";
  background-color: var(--colorWhite);
  width: 50%;
  left: 0;
  height: 5px;
  position: absolute;
  top: 22px;
}
.our-journey-timeline .bullet-ul li:last-child:after {
  height: 5px;
  content: "";
  background-color: var(--colorWhite);
  width: 50%;
  top: 22px;
  right: 0;
  position: absolute;
}
.our-journey-timeline .bullet-ul li .eclipse {
  display: inline-block;
  width: 15px;
  height: 20px;
  background-color: var(--color-grey);
  border-radius: 50%;
  transform: rotate(-45deg);
  z-index: 1;
  position: relative;
}
.our-journey-timeline .bullet-ul li a {
  margin-top: 15px;
  display: block;
}
/* .our-journey-timeline .bullet-ul li h5 {
      font-size: var(--font-size-18);
      color: var(--secondarycolor);
      margin: 0px;
      font-weight: 400;
  } */
.our-journey-timeline .bullet-ul li h5 {
  font-size: var(--font-size-16);
  color: var(--secondarycolor);
  margin: 0px;
  font-weight: 400;
  width: 100%;
  margin: 0 auto;
}
/* .csr-timeline-ancor {} */
.our-journey-timeline .bullet-ul li {
  background-color: transparent;
}
.our-journey-timeline .bullet-ul li a.active:after {
  content: "";
}
.our-journey-timeline .bullet-ul li .csr-timeline-ancor:hover>.eclipse,
.our-journey-timeline .bullet-ul li .csr-timeline-ancor.active>.eclipse {
  background-color: var(--primarycolor);
}
.our-journey-timeline .bullet-ul li .csr-timeline-ancor:hover>h5,
.our-journey-timeline .bullet-ul li .csr-timeline-ancor.active>h5 {
  color: var(--primarycolor);
}
/* -------------Timeline-Css-Ends------------------- */
/* ----------Creating-Distinct-Section-end---------------------- */
/* ----------.journey-Starts---------------------- */
.journey {
  padding: 140px 0;
  text-align: center;
}
.journey .section-top-content h3 {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.journey-slider {
  height: 550px;
}
.journey-slider .years h5 {
  font-size: 130px;
  font-weight: 100;
  color: #e4e4e4;
  font-family: "Roboto Th";
}
.journey-slider .journey-year-content {
  padding-top: 0px;
}
.journey-slider .journey-year-content img {
  width: 420px;
  margin-bottom: 15px;
}
.journey-slider .journey-year-content h4 {
  font-size: 1.9rem;
  font-weight: 300;
  padding: 10px 15px;
}
.journey-slider .t-controller {
  position: absolute;
  left: 50%;
  bottom: 4%;
  padding: 10px 0;
}
.journey-slider .t-controller .swiper-button-next {
  right: -60px;
  left: auto;
  background-color: var(--colorWhite);
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  transition: all 0.5s;
  color: var(--primarycolor);
}
.journey-slider .t-controller .swiper-button-next:after,
.journey-slider .t-controller .swiper-button-prev:after {
  font-size: 14px;
}
.journey-slider .t-controller .swiper-button-prev {
  left: -60px;
  right: auto;
  background-color: transparent;
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  background-color: var(--colorWhite);
  color: var(--primarycolor);
}
.journey-slider .t-controller .swiper-button-next:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
.journey-slider .t-controller .swiper-button-prev:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
.journey-slider .swiper-slide.swiper-slide-active .years .active-li h5 {
  color: #20409a;
  font-family: "Roboto Th";
}
/* ----------.journey-end---------------------- */
/* -----------------Mission-Vission-Section-Starts---------------------- */
.mission-vission-main {
  padding: 60px 0;
  background-color: var(--sectioncolor);
  text-align: center;
}
.mission-vission-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  margin-bottom: 25px;
  font-family: "Roboto Th";
}
.mission-vission-slider {
  padding: 50px 0;
  height: 700px;
}
.mission-vission-main .controller-nav {
  /* background-color: initial; */
  width: 85px;
  height: 85px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  left: 47%;
  bottom: 3%;
  /* background-image: url("../images/our-journey-blue-circle.png"); */
  background-color: #20409a;
  border-radius: 50%;
  z-index: 2;
  /* border-radius: initial; */
  right: initial;
}
.mission-vission-text {
  padding: 250px 0 0 0;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.mission-vission-text h3 {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.mission-vission-main h4 {
  font-size: var(--font-size-30);
  font-weight: 400;
}
.mission-vission-main p {
  font-size: var(--font-size-18);
}
.mission-vission-text {
  padding: 100px 0 0 0;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
.mission-vission-text p {
  font-size: var(--font-size-30);
}
.mission-vission h4 {
  font-size: var(--font-size-30);
  font-weight: 400;
}
.mission-vission-main p {
  font-size: var(--font-size-18);
}
/* -----------------Mission-Vission-Section-Ends---------------------- */
/*------------------Chairmen-Message-Starts---------------------------*/
.chairman-message {
  text-align: center;
  width: 100%;
  /* background-image: url("../images/chairman-message-bg.png"); */
  /* background-position: center top; */
  background-position: -450px 250px;
  background-size: 150%;
  background-repeat: no-repeat;
  /* height: 1208px; */
  padding: 140px 0 60px;
}
.chairman-message .section-top-content h3 {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.chairman-meesage-text {
  padding: 100px 0;
  position: relative;
  text-align: justify;
}
.chairman-meesage-text p {
  font-size: 16px;
  line-height: 22px;
  width: 80%;
  margin: 0 auto;
}
/* .chairman-meesage-text:after {
content: url("../images/quote-bottom.png");
position: absolute;
right: 35%;
bottom: 15%;
} */
/* .chairman-meesage-text:before {
content: url("../images/quote-top.png");
position: absolute;
left: 14%;
top: 15%;
} */
.chairman-message-circle {
  /* background-image: url("../images/chairman-blue-bg.png"); */
  margin-top: 400px;
  margin-left: -9px;
  height: 576px;
  background-repeat: no-repeat;
  position: relative;
}
.chairman-message-circle h2 {
  position: absolute;
  top: 35%;
  left: -7%;
  font-family: "Roboto Th";
  font-size: 80px;
  color: white;
  font-weight: 100;
  padding: 0px 151px;
}
.chairman-message-circle p {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 51%;
  left: 12%;
}
.chairman-message-circle .controller-nav {
  right: 200px;
  bottom: 20px;
}
/*------------------Chairmen-Message-Ends---------------------------*/
/* --------------Leadership-Section-Starts--------------------- */
.Leadership-Team-main {
  padding: 70px 0 40px;
  text-align: center;
}
.Leadership-Team-main .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.Leadership-Team-main img {
  /* filter: grayscale(100%); */
  transition: all 0.5s ease-in-out;
}
.Leadership-Team-main img:hover {
  /* filter: grayscale(0%); */
  transition: all 0.5s ease-in-out;
}
.Leadership-Team-main .controller-nav {
  left: 41%;
  z-index: 2;
  bottom: 30%;
}
.Leadership-Team-text {
  padding: 150px 0 0 0;
  text-align: left;
  width: 75%;
  margin: 0 auto;
}
.Leadership-Team-text h3 {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  text-transform: uppercase;
  font-family: "Roboto Th";
}
.Leadership-Team-text span {
  font-size: var(--font-size-20);
  color: var(--color-blue);
  margin: 10px 0;
  display: inline-block;
}
.Leadership-Team-text p {
  width: 566px;
  font-size: var(--font-size-24);
}
.Leadership-Team-text p a {
  color: var(--color-blue);
}
/* --------------Leadership-Section-Starts--------------------- */
/*-------------Companies-Section-Starts--------------------------*/
.amongst-companies {
  padding: 110px 0 80px 0;
  /* background-color: #f7f7f7; */
  text-align: center;
}
.amongst-companies .section-top-content .heading-one {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.amongst-companies .section-top-content p {
  font-size: var(--font-size-30);
  font-weight: 400;
}
.amongst-companies-slider {
  padding-bottom: 50px;
}
.amongst-companies-text {
  text-align: left;
  padding-top: 200px;
}

.manufacturing_Facility .amongst-companies-text {
  padding-top: 0;
}
.amongst-companies-text p {
  font-size: var(--font-size-30);
  width: 70%;
  /* margin: 0 60px 0 60px; */
}
.amongst-companies-img {
  /* background-image: url("../images/companies-img.png"); */
  height: 805px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.amongst-companies .item h2 {
  font-size: var(--font-size-24);
  color: var(--colorBlue);
  font-weight: 400;
  text-align: left;
}
.amongst-companies-slider-main {
  padding-top: 70px;
  padding-right: 0 !important;
  padding-left: 80px;
}
.amongst-companies-slider-main .item {
  outline: 1px solid var(--colorGrey);
  min-height: 365px;
  background-color: var(--colorWhite);
  transition: 0.5s ease;
}
.amongst-companies-slider-main .item .image {
  border-bottom: 1px solid var(--colorGrey);
}
.amongst-companies-slider-main .item .image img {
  width: 100%;
  /* -webkit-filter: grayscale(100%);
      filter: grayscale(100%); */
}
.amongst-companies-slider-main .swiper-slide.swiper-slide-active .item img,
.amongst-companies-slider-main .item:hover img {
  /* -webkit-filter: grayscale(0);
      filter: grayscale(0); */
  transition: 0.5s ease;
}
.amongst-companies-slider-main .item:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 27%);
  box-shadow: 0px 4px 11px 1px rgb(0 0 0 / 27%);
}
.amongst-companies-slider-main .swiper-slide.swiper-slide-active .swiper_Text,
.amongst-companies-slider-main .swiper-slide:hover .swiper_Text {
  background-color: var(--primarycolor);
}
.amongst-companies-slider-main .swiper-slide .swiper_Text {
  padding: 27px;
  background-color: var(--colorWhite);
  min-height: 170px;
  transition: all 0.5s;
  min-height: 280px;
}
.amongst-companies-slider-main .swiper-slide.swiper-slide-active .swiper_Text h2,
.amongst-companies-slider-main .swiper-slide:hover .swiper_Text h2 {
  color: var(--colorWhite);
}
.amongst-companies-slider-main .swiper-slide .swiper_Text h2 {
  margin-bottom: 0 !important;
  transition: all 0.5s;
}
.amongst-companies-slider-main .swiper-slide.swiper-slide-active .swiper_Text .main-pera .amongst-companies-slider-main .swiper-slide:hover .swiper_Text .main-pera {
  color: var(--colorWhite);
}
.amongst-companies-slider-main .swiper-slide.swiper-slide-active .swiper_Text p,
.amongst-companies-slider-main .swiper-slide:hover .swiper_Text p {
  transition: all 0.5s;
  color: var(--colorWhite);
}
.amongst-companies-slider-main .swiper_Text .main-pera {
  font-size: var(--font-size-18);
  width: 84%;
  margin: 0;
  overflow: hidden;
  /* text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; */
  text-align: left;
}
.amongst-companies-slider-main .t-controller {
  position: absolute;
  left: 50%;
  bottom: 4%;
}
.amongst-companies-slider-main .t-controller .swiper-button-next {
  right: -60px;
  left: auto;
  background-color: var(--colorWhite);
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  transition: all 0.5s;
  color: var(--primarycolor);
}
.amongst-companies-slider-main .t-controller .swiper-button-next:after,
.amongst-companies-slider-main .t-controller .swiper-button-prev:after {
  font-size: 14px;
}
.amongst-companies-slider-main .t-controller .swiper-button-prev {
  left: -60px;
  right: auto;
  background-color: transparent;
  border: 1px solid var(--color-grey);
  padding: 20px 20px;
  border-radius: 100%;
  background-color: var(--colorWhite);
  color: var(--primarycolor);
}
.amongst-companies-slider-main .t-controller .swiper-button-next:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
.amongst-companies-slider-main .t-controller .swiper-button-prev:hover {
  background-color: var(--primarycolor);
  color: var(--colorWhite);
}
/*-------------Companies-Section-Ends--------------------------*/
/* -------------------Ali-Riaz-Css-Starts---------------------- */
.Promotes {
  padding: 110px 0 80px 0;
  text-align: center;
}
.Promotes .section-top-content h3 {
  font-size: var(--font-size-70);
  font-weight: 100;
  color: var(--color-blue);
  font-family: "Roboto Th";
}
.Promotes .section-top-content p {
  width: 65%;
  margin: 0 auto;
  font-size: var(--font-size-30);
  font-weight: 400;
}
.border-content {
  padding-top: 100px;
}
.Promotes .border {
  border: 1px solid grey;
  margin: 15px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 430px;
}
.Promotes .col-lg-4 {
  padding: 0;
}
.Promotes .content {
  text-align: left;
  padding: 70px 10px 0;
  width: 83%;
}
.Promotes .content h4 {
  font-size: var(--font-size-36);
  color: var(--color-blue);
  font-weight: 100;
}
.Promotes .content b {
  font-size: var(--font-size-20);
  color: var(--color-blue);
  font-weight: 600;
}
.Promotes .content p {
  font-size: var(--font-size-18);
  margin-top: 15px;
}
/* shahzaib manufaturing page css starts */
.manufacturing-hiden-div {
  height: auto;
  width: 100%;
}
.manufacturing-img-sec .manufacturing-img-div-3 a,
.manufacturing-img-sec .manufacturing-img-div-4 a,
.manufacturing-img-sec .manufacturing-img-div-5 a {
  display: contents;
  text-decoration: none;
  color: #20409a;
  margin-top: 0px;
  font-size: 14px;
  position: relative;
}
.manufacturing-hiden-content {
  padding: 20px;
  /* background-color: #f7f7f7; */
}
.manufacturing-hiden-content h4 {
  font-size: 70px;
  font-weight: 300;
  color: var(--primarycolor);
}
.manufacturing-hiden-content h4 {
  font-size: 48px;
  /* font-weight: 400; */
}
.manufacturing-hiden-div .card.card-body {
  padding: 0;
}
.manufacturing-hiden-div .card {
  border: none;
  background-color: transparent;
}
.manufacturing-hiden-content ul li {
  display: flex;
}
.manufacturing-hiden-content ul li:before {
  content: " ";
  /* background: url(../images/csr-bullet.png) no-repeat; */
  background-color: #20409a;
  width: 12px;
  height: 8px;
  margin: 0 3px 3px 0;
  border-radius: 50%;
  transform: rotate(45deg);
  /* display: inline-block; */
  position: absolute;
  left: 30px;
  margin: 7px 0 0 0;
  /* top: 0; */
  /* flex-direction: row; */
  /* flex-wrap: wrap;*/
}
/*  manufaturing page css ends */
#electronic .slider-lifes .swiper-slide,
#milestonesrecognition .slider-lifes .swiper-slide{
  opacity: 0 !important;
}
#electronic .slider-lifes .swiper-slide.swiper-slide-active,
#milestonesrecognition .slider-lifes .swiper-slide.swiper-slide-active{
  opacity: 1 !important;
}
/* -------------------Ali-Riaz-Css-Ends---------------------- */
@media screen and (max-width: 1699px) and (min-width: 1366px) {
  .creating-distinct-csr-enviroment-main .section-top-content .heading-one,
  .journey .section-top-content h3,
  .mission-vission-main .section-top-content .heading-one,
  .mission-vission-text h3,
  .chairman-message .section-top-content h3,
  .Leadership-Team-main .section-top-content .heading-one,
  .Leadership-Team-text h3,
  .amongst-companies .section-top-content .heading-one,
  .Promotes .section-top-content h3 {
    font-size: var(--font-size-55);
  }
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .Promotes .section-top-content p {
    font-size: var(--font-size-20);
    /* width: 65%; */
  }
  .amongst-companies .section-top-content p,
  .amongst-companies-text p,
  .Promotes .content h4 {
    font-size: var(--font-size-20);
  }
  .creating-distinct-csr-enviroment-main .section-top-content span {
    font-size: var(--font-size-20);
  }
  .our-journey-timeline .bullet-ul li .panel-content h5,
  .Leadership-Team-text p,
  .Leadership-Team-text .text_cnt {
    font-size: var(--font-size-20);
  }
  .journey-slider .years h5 {
    font-size: 100px;
  }
  .chairman-meesage-text p {
    /* font-size: var(--font-size-18); */
  }
  .mission-vission-main .controller-nav {
    /* width: 150px;
height: 130px; */
    bottom: 25%;
  }
  /* .chairman-meesage-text:before {
left: -6%;
} */
  /* .chairman-meesage-text:after {
right: -8%;
} */
  .chairman-message-circle {
    margin-top: 325px;
    margin-left: -85px;
    height: 470px;
  }
  .Leadership-Team-text {
    padding: 250px 20px 0 40px;
    width: 100%;
  }
  .Leadership-Team-main .controller-nav {
    /* bottom: 15%; */
    left: 45%;
  }
  .mission-vission-slider {
    padding: 50px 0;
    height: 505px;
  }
  .mission-vission-main .controller-nav {
    bottom: 0;
  }
  .chairman-meesage-text {
    padding: 140px 0 0 80px;
    position: relative;
  }
  .amongst-companies-img {
    /* background-image: url(../images/companies-img.png); */
    height: 565px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}
@media screen and (max-width: 1366px) and (min-width: 1366px) {
  .chairman-message {
    background-position: -330px 350px !important;
    background-size: 150% !important;
    height: 1008px;
  }
  .slide-wrap .slide-text-inner {
    padding: 25px 25px 25px 70px !important;
  }
}
@media screen and (max-width: 1699px) and (min-width: 1440px) {
  .chairman-banner-msg {
    width: 30%;
    position: absolute;
    bottom: 355px;
    right: 0;
  }
  .mission-vission-slider {
    padding: 50px 0;
    height: 615px;
  }
  .chairman-message-circle {
    margin-top: 430px;
    margin-left: -270px;
    height: 577px;
  }
  .Leadership-Team-text p,
  .Leadership-Team-text .text_cnt {
    font-size: var(--font-size-20);
  }
  .chairman-message {
    background-position: -450px 350px !important;
    background-size: 150%;
    height: 1208px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1400px) {
  .mission-vission-slider {
    padding: 50px 0;
    height: 535px;
  }
  .chairman-message-circle {
    margin-top: 300px;
    margin-left: -134px;
    height: 500px;
  }
  .Leadership-Team-text p,
  .Leadership-Team-text .text_cnt {
    font-size: var(--font-size-20);
  }
  .slide-wrap .circle-bg-inner .slide-text-inner{
    position: relative;
    width: 88%;
    margin: 0 auto;
    height: 100%;
    left: 0;
    top: 0;
  }
}
@media (min-width: 1900px) {
  .Leadership-Team-text p,
  .Leadership-Team-text .text_cnt {
    font-size: var(--font-size-24);
  }
  .chairman-message {
    background-position: -450px 250px !important;
    background-size: 150%;
    height: 1208px;
  }
}
@media (min-width: 2500px) {
  .chairman-message {
    background-position: -680px 0px !important;
    background-size: 150%;
    height: 1208px;
  }
  .amongst-companies-img {
    /* background-image: url(../images/companies-img.png); */
    height: 835px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .main-slider .swiper-slide .banner-image-box {
    background-repeat: no-repeat;
    background-size: auto 920px;
    background-position: calc(100% - -250px) top;
    background-size: cover;
    min-height: 920px;
  }
  .inner-bg-cover {
    background-position: calc(100% - -300px) bottom !important;
  }
  .bg-grey-circle {
    padding: 330px 125px 250px 375px;
  }
  .medical-diagnostics-img {
    height: 835px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
  .news-slider .news-main-box {
    height: 920px;
  }
}
.text-justify {
  text-align: justify;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .entities .logo-text-main .logo-3 {
    width: 295px;
  }
  .creating-distinct-csr-enviroment-main .section-top-content .heading-one,
  .journey .section-top-content h3,
  .mission-vission-main .section-top-content .heading-one,
  .mission-vission-text h3,
  .chairman-message .section-top-content h3,
  .Leadership-Team-main .section-top-content .heading-one,
  .Leadership-Team-text h3,
  .amongst-companies .section-top-content .heading-one,
  .Promotes .section-top-content h3,
  .pharmaceuticals .section-top-content .heading-one,
  .pharmaceuticals .heading-two,
  .nutraceuticals .section-top-content .heading-one,
  .medical-diagnostics .section-top-content .heading-one,
  .chemicals .section-top-content .heading-one,
  .csr-education-main .section-top-content .heading-one,
  .csr-health-main .section-top-content .heading-one,
  .csr-enviroment-main .section-top-content .heading-one,
  .manufacturing-sec .section-top-content h3,
  .pharmaceuticals-sec .section-top-content .heading-one {
    font-size: var(--font-size-55);
  }
}
@media (min-width: 1400px) {
  .creating-distinct-csr-enviroment-main .section-top-content .heading-one,
  .journey .section-top-content h3,
  .mission-vission-main .section-top-content .heading-one,
  .mission-vission-text h3,
  .chairman-message .section-top-content h3,
  .Leadership-Team-main .section-top-content .heading-one,
  .Leadership-Team-text h3,
  .amongst-companies .section-top-content .heading-one,
  .Promotes .section-top-content h3,
  .pharmaceuticals .section-top-content .heading-one,
  .pharmaceuticals .heading-two,
  .nutraceuticals .section-top-content .heading-one,
  .medical-diagnostics .section-top-content .heading-one,
  .chemicals .section-top-content .heading-one,
  .csr-education-main .section-top-content .heading-one,
  .csr-health-main .section-top-content .heading-one,
  .csr-enviroment-main .section-top-content .heading-one,
  .manufacturing-sec .section-top-content h3,
  .pharmaceuticals-sec .section-top-content .heading-one {
    font-size: var(--font-size-70);
  }
}
@media (min-width:1024px) and (max-width:1025px) {
  .chairman-banner-msg p {
    font-size: 14px;
    line-height: 15px;
  }
  .chairman-meesage-text p {
    font-size: 12px !important;
    width: 100% !important;
    margin: 0;
    line-height: 14px !important;
  }
  .chairman-meesage-text {
    padding: 0 !important;
  }
  .chairman-message-circle p {
    top: 180px !important;
    left: 8% !important;
  }
  .chairman-message-circle h2 {
    top: 125px !important;
    font-size: 48px !important;
  }
  .slider-life .controller-nav {
    width: 67px;
    height: 67px;
  }
  .Leadership-Team-main .controller-nav {
    bottom: 40%;
  }
  .mission-vission-main .controller-nav {
    left: 43% !important;
  }
  .amongst-companies .section-top-content p {
    font-size: var(--font-size-18);
  }
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p {
    padding-top: 0 !important;
  }
  .main-slider-ban .slide-wrap .slide-text-inner {
    bottom: 20px !important;
    left: 79px !important;
    width: 419px !important;
    height: 300px !important;
  }
  .slide-wrap .slide-text-inner p {
    width: calc(100% - 25px) !important;
    -webkit-line-clamp: 4;
    -moz-line-clamp: 4;
    -ms-line-clamp: 4;
    line-clamp: 4;
  }
  .slide-wrap .circle-bg-inner {
    width: 455px;
    height: 355px;
    bottom: 0px;
    left: 4%;
  }
  .pharmaceuticals-sec {
    padding: 50px 0 !important;
  }
  .nutraceuticals {
    padding-top: 0 !important;
  }
  .chemicals .chemicals-slider-main .chemicals-lower-text {
    padding-top: 0 !important;
  }
  .chemicals .chemicals-slider-main {
    padding-bottom: 0 !important;
  }
  .cdmo {
    padding: 20px 0 50px 0 !important;
  }
  .brands {
    padding: 50px 0 !important;
  }
  .learning-slider1 .controller-nav {
    width: 75px !important;
    height: 75px !important;
  }
  .learning-slider1 .activeSlide {
    font-size: 40px !important;
  }
  .employee-main .controller-nav {
    left: 55%;
  }
  .employee-text {
    padding: 120px 0 0 0 !important;
  }
  .spectrum-section {
    padding: 50px 0 50px 0 !important;
  }
}



















/* warehouse */
.warehouseslider {
  background-color: transparent;
  padding: 80px 0;
}
.warehouseslider .Leadership-Team-main {
  padding: 0;
}
.warehouseslider .Leadership-Team-text {
  padding: 0;
  width: 75%;
  margin: 0 auto;
}
.warehouseslider .Leadership-Team-text h3 {
  font-size: var(--font-size-55);
  text-transform: none;
}
.warehouseslider.Leadership-Team-main .slider-life .controller-nav {
  left: 400px;
  top: 300px !important;
}
/* warehouse */

#milestonesrecognition .amongst-companies-text {
  text-align: left;
  padding-top: 200px;
  max-width: 800px;
  margin: 0;
  float: right;
}
#milestonesrecognition .amongst-companies-text .default-bullet li.active {
  color: var(--color-blue);
  background-color: transparent;
  font-size: 24px;
  font-weight: bold;
}

#milestonesrecognition .amongst-companies-img {
  height: 800px;
  background-size: 140%;
  background-repeat: no-repeat;
  background-position: 0 -200px;
}

.slider-lifes .swiper-slide {
  opacity: 0 !important;
}
.slider-lifes .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.clinical-slider .clinical_content .amongst-companies-text {
  width: 70%;
  margin: 0 auto;
}

.Leadership-Team-text .readless_martin a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1299px) and (min-width: 1200px) {
  .amongst-companies .story-div.text-start {
    max-width: 550px;
    font-size: var(--font-size-20);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .Leadership-Team-main .Leadership-Team-text p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .amongst-companies .story-div.text-start,
  .amongst-companies .story-div.text-start p,
  .clinical-slider .amongst-companies-text p,
  .mdm-consistency-right-column p,
  .cdmo-img-sec .cdmo-img-content p,
  .electrolytes .section-top-content p,
  .inventory_Management .amongst-companies-text p,
  .Immunoassays .section-top-content p,
  .mdm-consistency-right-column1 p,
  .lamd-culture-csr-enviroment-main .section-top-content span,
  .lamd-culture-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .pharmaceuticals.pharmaceuticals-sec .manufacturing-img-sec .spec-wrap p,
  .sustainable-innovation-sec
    .trust-health-slider-Container
    .swiper-slide
    .myCard
    .img-wrapper
    h5,
  .manufacturing-ourstndrd-rm.list.our-standards p,
  .manufacturing_Facility .m_Facility_Text p,
  .manufacturing_Facility .m_Facility_Text .toggle-text-manufact,
  .customer_Services .c_Services_Text p,
  .customer_Services
    .packaging_Section
    .trust-health-slider
    .swiper-slide
    .img-wrapper
    h5,
  .default-bullet li,
  .ware-house p,
  .creating-distinct-csr-enviroment-main .section-top-content .text_content,
  .clinical-slider .clinical_content .amongst-companies-text,
  .Leadership-Team-text .text_content,
  .Leadership-Team-text a,
  .partner-sec .partner-main .section-top-content p,
  .readmore_martin,
  .readless_martin,
  .clinical-slider .amongst-companies-text p,
  .electrolytes .amongst-companies-text p,
  .Immunoassays .amongst-companies-text p {
    font-size: var(--font-size-20);
    line-height: 26px;
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .lamd-culture-csr-enviroment-main .section-top-content p {
    width: 85%;
    margin: 0 auto 1rem;
  }

  .warehouseslider.Leadership-Team-main .slider-life .controller-nav {
    left: 300px !important;
    top: 300px !important;
  }
  .amongst-companies-text .default-bullet li.active {
    font-size: var(--font-size-24);
    line-height: 30px;
  }
  #milestonesrecognition .amongst-companies-text {
    max-width: 550px;
  }
  #milestonesrecognition .amongst-companies-img {
    height: 580px;
    background-position: 0px -100px;
  }
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav {
    left: unset !important;
    right: 345px !important;
    bottom: 105px !important;
    z-index: 1 !important;
    top: 380px;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1300px) {
  .amongst-companies .story-div.text-start {
    max-width: 550px;
    font-size: var(--font-size-20);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .Leadership-Team-main .Leadership-Team-text p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .amongst-companies .story-div.text-start,
  .amongst-companies .story-div.text-start p,
  .clinical-slider .amongst-companies-text p,
  .mdm-consistency-right-column p,
  .cdmo-img-sec .cdmo-img-content p,
  .electrolytes .section-top-content p,
  .inventory_Management .amongst-companies-text p,
  .Immunoassays .section-top-content p,
  .mdm-consistency-right-column1 p,
  .lamd-culture-csr-enviroment-main .section-top-content span,
  .lamd-culture-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .pharmaceuticals.pharmaceuticals-sec .manufacturing-img-sec .spec-wrap p,
  .sustainable-innovation-sec
    .trust-health-slider-Container
    .swiper-slide
    .myCard
    .img-wrapper
    h5,
  .manufacturing-ourstndrd-rm.list.our-standards p,
  .manufacturing_Facility .m_Facility_Text p,
  .manufacturing_Facility .m_Facility_Text .toggle-text-manufact,
  .customer_Services .c_Services_Text p,
  .customer_Services
    .packaging_Section
    .trust-health-slider
    .swiper-slide
    .img-wrapper
    h5,
  .default-bullet li,
  .ware-house p,
  .creating-distinct-csr-enviroment-main .section-top-content .text_content,
  .clinical-slider .clinical_content .amongst-companies-text,
  .Leadership-Team-text .text_content,
  .Leadership-Team-text a,
  .partner-sec .partner-main .section-top-content p,
  .readmore_martin,
  .readless_martin,
  .clinical-slider .amongst-companies-text p,
  .electrolytes .amongst-companies-text p,
  .Immunoassays .amongst-companies-text p {
    font-size: var(--font-size-20);
    line-height: 26px;
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .lamd-culture-csr-enviroment-main .section-top-content p {
    width: 85%;
    margin: 0 auto 1rem;
  }

  .warehouseslider.Leadership-Team-main .slider-life .controller-nav {
    left: 300px !important;
    top: 300px !important;
  }

  .amongst-companies-text .default-bullet li.active {
    font-size: var(--font-size-24);
    line-height: 30px;
  }

  #milestonesrecognition .amongst-companies-text {
    max-width: 550px;
  }
  #milestonesrecognition .amongst-companies-img {
    height: 600px;
    background-position: 0px -100px;
  }
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav {
    left: unset !important;
    right: 310px !important;
    bottom: 100px !important;
    z-index: 1 !important;
    top: 450px;
  }
}
@media screen and (max-width: 1599px) and (min-width: 1400px) {
  .amongst-companies .story-div.text-start {
    max-width: 580px;
    font-size: var(--font-size-20);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .Leadership-Team-main .Leadership-Team-text p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .amongst-companies .story-div.text-start,
  .amongst-companies .story-div.text-start p,
  .clinical-slider .amongst-companies-text p,
  .mdm-consistency-right-column p,
  .cdmo-img-sec .cdmo-img-content p,
  .electrolytes .section-top-content p,
  .inventory_Management .amongst-companies-text p,
  .Immunoassays .section-top-content p,
  .mdm-consistency-right-column1 p,
  .lamd-culture-csr-enviroment-main .section-top-content span,
  .lamd-culture-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .pharmaceuticals.pharmaceuticals-sec .manufacturing-img-sec .spec-wrap p,
  .sustainable-innovation-sec
    .trust-health-slider-Container
    .swiper-slide
    .myCard
    .img-wrapper
    h5,
  .manufacturing-ourstndrd-rm.list.our-standards p,
  .manufacturing_Facility .m_Facility_Text p,
  .manufacturing_Facility .m_Facility_Text .toggle-text-manufact,
  .customer_Services .c_Services_Text p,
  .customer_Services
    .packaging_Section
    .trust-health-slider
    .swiper-slide
    .img-wrapper
    h5,
  .default-bullet li,
  .ware-house p,
  .creating-distinct-csr-enviroment-main .section-top-content .text_content,
  .clinical-slider .clinical_content .amongst-companies-text,
  .Leadership-Team-text .text_content,
  .Leadership-Team-text a,
  .partner-sec .partner-main .section-top-content p,
  .readmore_martin,
  .readless_martin,
  .clinical-slider .amongst-companies-text p,
  .electrolytes .amongst-companies-text p,
  .Immunoassays .amongst-companies-text p {
    font-size: var(--font-size-20);
    line-height: 26px;
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .lamd-culture-csr-enviroment-main .section-top-content p {
    width: auto;
    margin: 0 auto 1rem;
  }

  .warehouseslider.Leadership-Team-main .slider-life .controller-nav {
    left: 300px !important;
    top: 300px !important;
  }
  .amongst-companies-text .default-bullet li.active {
    font-size: var(--font-size-24);
    line-height: 30px;
  }

  #milestonesrecognition .amongst-companies-text {
    max-width: 550px;
  }
  #milestonesrecognition .amongst-companies-img {
    height: 670px;
    background-position: 0px -150px;
  }
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav {
    left: unset !important;
    right: 290px !important;
    bottom: 150px !important;
    z-index: 1 !important;
    top: 450px;
  }
}
@media screen and (max-width: 1899px) and (min-width: 1600px) {
  .amongst-companies .story-div.text-start {
    max-width: 580px;
    font-size: var(--font-size-20);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .Leadership-Team-main .Leadership-Team-text p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .amongst-companies .story-div.text-start,
  .amongst-companies .story-div.text-start p,
  .clinical-slider .amongst-companies-text p,
  .mdm-consistency-right-column p,
  .cdmo-img-sec .cdmo-img-content p,
  .electrolytes .section-top-content p,
  .inventory_Management .amongst-companies-text p,
  .Immunoassays .section-top-content p,
  .mdm-consistency-right-column1 p,
  .lamd-culture-csr-enviroment-main .section-top-content span,
  .lamd-culture-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .pharmaceuticals.pharmaceuticals-sec .manufacturing-img-sec .spec-wrap p,
  .sustainable-innovation-sec
    .trust-health-slider-Container
    .swiper-slide
    .myCard
    .img-wrapper
    h5,
  .manufacturing-ourstndrd-rm.list.our-standards p,
  .manufacturing_Facility .m_Facility_Text p,
  .manufacturing_Facility .m_Facility_Text .toggle-text-manufact,
  .customer_Services .c_Services_Text p,
  .customer_Services
    .packaging_Section
    .trust-health-slider
    .swiper-slide
    .img-wrapper
    h5,
  .default-bullet li,
  .ware-house p,
  .creating-distinct-csr-enviroment-main .section-top-content .text_content,
  .clinical-slider .clinical_content .amongst-companies-text,
  .Leadership-Team-text .text_content,
  .Leadership-Team-text a,
  .partner-sec .partner-main .section-top-content p,
  .readmore_martin,
  .readless_martin,
  .clinical-slider .amongst-companies-text p,
  .electrolytes .amongst-companies-text p,
  .Immunoassays .amongst-companies-text p {
    font-size: var(--font-size-20);
    line-height: 24px;
  }
  .lamd-culture-csr-enviroment-main .section-top-content p{
    font-size: var(--font-size-24);
    line-height: 36px;
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .lamd-culture-csr-enviroment-main .section-top-content p {
    width: auto;
    margin: 0 auto 1rem;
  }
  .manufacturing-sec .section-top-content p {
    font-size: var(--font-size-24);
    line-height: 36px;
  }
  .warehouseslider.Leadership-Team-main .slider-life .controller-nav {
    left: 300px !important;
    top: 300px !important;
  }
  .amongst-companies-text .default-bullet li.active {
    font-size: var(--font-size-24);
    line-height: 30px;
  }
  #milestonesrecognition .amongst-companies-text {
    max-width: 800px;
    padding-left: 10px;
  }
  #milestonesrecognition .amongst-companies-img {
    height: 720px;
    background-position: 0px -170px;
  }
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav {
    left: unset !important;
    right: 345px !important;
    bottom: 105px !important;
    z-index: 1 !important;
    top: 540px;
  }
}
@media (min-width: 1900px) {
  .amongst-companies .story-div.text-start {
    max-width: 800px;
    font-size: var(--font-size-24);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .Leadership-Team-main .Leadership-Team-text p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .amongst-companies .story-div.text-start,
  .amongst-companies .story-div.text-start p,
  .clinical-slider .amongst-companies-text p,
  .mdm-consistency-right-column p,
  .cdmo-img-sec .cdmo-img-content p,
  .electrolytes .section-top-content p,
  .inventory_Management .amongst-companies-text p,
  .Immunoassays .section-top-content p,
  .mdm-consistency-right-column1 p,
  .lamd-culture-csr-enviroment-main .section-top-content span,
  .lamd-culture-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .pharmaceuticals.pharmaceuticals-sec .manufacturing-img-sec .spec-wrap p,
  .sustainable-innovation-sec
    .trust-health-slider-Container
    .swiper-slide
    .myCard
    .img-wrapper
    h5,
  .manufacturing-ourstndrd-rm.list.our-standards p,
  .manufacturing_Facility .m_Facility_Text p,
  .manufacturing_Facility .m_Facility_Text .toggle-text-manufact,
  .customer_Services .c_Services_Text p,
  .customer_Services
    .packaging_Section
    .trust-health-slider
    .swiper-slide
    .img-wrapper
    h5,
  .default-bullet li,
  .ware-house p,
  .creating-distinct-csr-enviroment-main .section-top-content .text_content,
  .clinical-slider .clinical_content .amongst-companies-text,
  .Leadership-Team-text .text_content,
  .Leadership-Team-text a,
  .partner-sec .partner-main .section-top-content p,
  .readmore_martin,
  .readless_martin,
  .clinical-slider .amongst-companies-text p,
  .electrolytes .amongst-companies-text p,
  .Immunoassays .amongst-companies-text p {
    font-size: var(--font-size-24);
    line-height: 36px;
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .lamd-culture-csr-enviroment-main .section-top-content p {
    width: 85%;
    margin: 0 auto 1rem;
  }

  .main-slider .swiper-slide .banner-image-box {
    background-repeat: no-repeat;
    background-position: calc(100% - 50%) top;
    background-size: contain;
    min-height: 800px;
  }
  .main-slider-ban .slide .banner-image-box {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    min-height: 800px;
  }
  .amongst-companies-img {
    height: 835px;
  }
  .amongst-companies-img.mdm-consistency {
    height: 855px;
  }
  .amongst-companies-text .default-bullet li.active {
    font-size: var(--font-size-30);
    line-height: 36px;
  }

  #milestonesrecognition .amongst-companies-text {
    max-width: 800px;
  }
  #milestonesrecognition .amongst-companies-img {
    height: 800px;
    background-position: 0px -200px;
  }
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav {
    left: unset !important;
    right: 410px !important;
    bottom: 105px !important;
    z-index: 1 !important;
    top: 600px;
  }
}

@media (min-width: 2500px) {
  .amongst-companies .story-div.text-start {
    max-width: 800px;
    font-size: var(--font-size-24);
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .Leadership-Team-main .Leadership-Team-text p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .amongst-companies .story-div.text-start,
  .amongst-companies .story-div.text-start p,
  .clinical-slider .amongst-companies-text p,
  .mdm-consistency-right-column p,
  .cdmo-img-sec .cdmo-img-content p,
  .electrolytes .section-top-content p,
  .inventory_Management .amongst-companies-text p,
  .Immunoassays .section-top-content p,
  .mdm-consistency-right-column1 p,
  .lamd-culture-csr-enviroment-main .section-top-content span,
  .lamd-culture-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .pharmaceuticals.pharmaceuticals-sec .manufacturing-img-sec .spec-wrap p,
  .sustainable-innovation-sec
    .trust-health-slider-Container
    .swiper-slide
    .myCard
    .img-wrapper
    h5,
  .manufacturing-ourstndrd-rm.list.our-standards p,
  .manufacturing_Facility .m_Facility_Text p,
  .manufacturing_Facility .m_Facility_Text .toggle-text-manufact,
  .customer_Services .c_Services_Text p,
  .customer_Services
    .packaging_Section
    .trust-health-slider
    .swiper-slide
    .img-wrapper
    h5,
  .default-bullet li,
  .ware-house p,
  .creating-distinct-csr-enviroment-main .section-top-content .text_content,
  .clinical-slider .clinical_content .amongst-companies-text,
  .Leadership-Team-text .text_content,
  .Leadership-Team-text a,
  .partner-sec .partner-main .section-top-content p,
  .readmore_martin,
  .readless_martin,
  .clinical-slider .amongst-companies-text p,
  .electrolytes .amongst-companies-text p,
  .Immunoassays .amongst-companies-text p {
    font-size: var(--font-size-24);
    line-height: 30px;
  }
  .pharmaceuticals .section-top-content p,
  .nutraceuticals .section-top-content p,
  .chemicals .section-top-content p,
  .latest-tabs .tab-main .tab-content .tab-pane .tab-pera p,
  .manufacturing-sec .section-top-content p,
  .creating-distinct-csr-enviroment-main .section-top-content p,
  .partnering_Para p,
  .lamd-culture-csr-enviroment-main .section-top-content p {
    width: 85%;
    margin: 0 auto 1rem;
  }

  .main-slider .swiper-slide .banner-image-box {
    background-repeat: no-repeat;
    background-position: calc(100% - 50%) top;
    background-size: contain;
    min-height: 800px;
  }
  .main-slider-ban .slide .banner-image-box {
    background-repeat: no-repeat;
    background-position: calc(100% - 50%) top;
    background-size: contain;
    min-height: 800px;
  }
  .amongst-companies-img {
    height: 835px;
  }
  .amongst-companies-img.mdm-consistency {
    height: 855px;
  }
  .amongst-companies-text .default-bullet li.active {
    font-size: var(--font-size-30);
    line-height: 36px;
  }
  #milestonesrecognition .amongst-companies-text {
    max-width: 800px;
  }
  #milestonesrecognition .amongst-companies-img {
    height: 965px;
    background-position: 0px -200px;
    background-size: 115%;
  }
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav {
    left: unset !important;
    right: 410px !important;
    bottom: 105px !important;
    z-index: 1 !important;
    top: 780px;
  }
}
/* inner style at */

.mini-logo {
  max-width: 150px;
}
@media (max-width:1200px) {
  #milestonesrecognition.amongst-companies .milestone-nav.controller-nav {
    left: unset !important;
    right: 290px !important;
    bottom: 105px !important;
    z-index: 1 !important;
    top: 380px;
  }
}
@media screen and (max-width: 1699px) and (min-width: 1500px){
  .pharmaceuticals .section-top-content .heading-one, .pharmaceuticals .heading-two, .nutraceuticals .section-top-content .heading-one, .medical-diagnostics .section-top-content .heading-one, .chemicals .section-top-content .heading-one, .csr-education-main .section-top-content .heading-one, .csr-health-main .section-top-content .heading-one, .csr-enviroment-main .section-top-content .heading-one, .manufacturing-sec .section-top-content h3{
    font-size: var(--font-size-70) !important;
  }
}
@media (max-width:1440px) {
  .Leadership-Team-text h3 {
  font-size: var(--font-size-48);
}
  .lamd-culture-csr-enviroment-main .section-top-content .heading-one{
    font-size: var(--font-size-55) !important;
  }
  .main-pharma.manufacturing_Facility .section-top-content .heading-one{
    font-size: var(--font-size-55);
  }
  .packaging_Section .c_Services_Text.packaging_Content .heading-one{
    font-size: var(--font-size-55);
  }
  .warehouseslider .Leadership-Team-text h3 {
    font-size: var(--font-size-48);
    text-transform: none;
  }
  .channel_Partner_Section .heading-one{
    font-size: var(--font-size-55);
  }
}

@media only screen and (max-width: 1536px) and (max-height: 864px) {
  /* Your styles for 1920x1080 resolution with 125% zoom */
  .slide-wrap .circle-bg-inner .slide-text-inner {
    position: absolute;
    bottom: 160px;
    bottom: 140px;
    left: 5px;
    background-color: transparent;
    width: 500px;
    height: auto;
  }
}