.inner_banner {
  width: 100%;
  display: block;
  position: relative;
  background-color: var(--color-primary-light);
  overflow: hidden;
}
/* .inner_banner::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 85%;
  content: "";
  background-color: var(--color-primary-dark1);
}
.inner_banner::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 85%;
  content: "";
  background-color: var(--color-primary-dark2);
  clip-path: polygon(49% 0, 100% 0, 100% 100%, 0 100%);
} */
.ban_img {
  float: right;
  width: 50%;
  right: 0;
  top: 0;
  z-index: 1;
  position: relative;
}
.ban_img img {
  width: 100%;
  display: block;
}
.innertxt1 {
  position: absolute;
  width: 100%;
  text-align: left;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 9;
}
.innertxt1 ul {
  list-style: none;
  text-align: left;
  margin-top: -2rem;
  padding-left: 0;
}
.innertxt1 ul li {
  display: inline-block;
  position: relative;
  padding-right: 15px;
  font-weight: 600;
  margin-bottom: 0;
  color: #13328c;

  font-size: 1.4rem;
}
.innertxt1 ul li:last-child {
  padding-right: 0;
}
.innertxt1 ul li:after {
  content: ">";
  color: #535353;
  position: absolute;
  font-size: 1.4rem;
  right: 0.2rem;
  top: 0;
}
.innertxt1 ul li:last-child:after {
  display: none;
}
.innertxt1 ul li a {
  color: #535353;
  text-decoration: none;
}
.inner_banner h1 {
  color: #535353;
  font-weight: 500;
  margin-bottom: 3rem;
  display: table;
  line-height: 1.2;
  width: 48%;
  font-size: 4rem;
}
.banner_box-shape {
  position: absolute;
  bottom: 20%;
  z-index: 9;
  left: 0;
}
.banner_box-shape img {
  width: 100%;
  display: block;
}

/*aboutbx1*/
.aboutbx1 {
  padding: 5rem 0;
  width: 100%;
}
.aboutbx1 h3 {
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 2rem;
  width: 90%;
}
.aboutbx1 p {
  font-size: 1.7rem;
  line-height: 1.7;
}
.whyChoose_section .ws_txt ul li h4 {
  color: #34343d;
  font-size: 2.1rem;
  padding: 0 0 1rem 0;
  cursor: pointer;
  font-weight: 600;
  margin-bottom: 0;
}
.whyChoose_section .ws_txt .whyChoose_p {
  display: none;
  border-top: 4px dotted rgba(28, 65, 116, 0.2);
  padding: 2rem 0;
}
#whyChoose > li {
  padding: 2rem 4rem;
  border: 1px solid #13328c;
  margin-bottom: 2rem;
}
/* #whyChoose > li:nth-child(2n) {
  background: linear-gradient(to right, rgba(255, 229, 187, 0.55), #fff);
  padding: 2rem 0;
} */
.whyChoose_h4 {
  position: relative;
}
.whyChoose_h4 img {
  height: 6rem;
  margin-bottom: 2rem;
}
.whyChoose_p ul {
}
.whyChoose_p ul li {
  background: url(../images/checked.png);
  background-repeat: no-repeat;
  background-position: left 0.5rem;
  font-size: 1.6rem;
  margin-bottom: 2rem;
  background-size: 1.5rem;
  padding-left: 3rem;
}
.whyChoose_section .ws_txt h4:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  content: "";
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  background-size: 4.5rem;
  width: 5rem;
  height: 5rem;
  background-repeat: no-repeat;
}
.whyChoose_h4 a {
  position: absolute;
  right: 10rem;
  top: 50%;
  transform: translateY(-50%);
}

.whyChoose_section .ws_txt h4.active:before {
  background-image: url(../images/up.png);
}
.functional_img {
  padding: 5rem 0;
  background-color: #fff;
}
.functional_img img {
  width: 100%;
  max-width: 90%;
  margin: auto;
  display: table;
}
/*aboutbx1*/

/*retails_box1*/
.retails_box1 {
  padding: 6rem 0;
  width: 100%;
  background-image: url(../images/triangles-bkg-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.retails_box1 h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 3rem;
  line-height: 1.5;
}
.retails_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.retails_g_b1 {
  background-color: #f6f8f9;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: var(--box-shadow1);
  border-left: 0.3rem solid var(--color-secondary);
}
.retails_g_b1 h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 2rem;
  color: var(--color-primary);
}
.retails_g_b1 ul {
}
.retails_g_b1 ul li {
  background: url(../images/checked.png);
  background-repeat: no-repeat;
  background-position: left 0.5rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  background-size: 1.5rem;
  padding-left: 3rem;
}
/*retails_box1*/

/*careers_box1*/
.careers_box1 {
  padding: 5rem 0;
  width: 100%;
  background-color: var(--color-white);
}
.careers_box1 h2,
.whyChoose_section h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 3rem;
  line-height: 1.5;
}
.careers_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.careers_g_b {
  width: 100%;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 9px 9px 10px rgba(0, 0, 0, 0.09);
  border: 1px solid #ebebeb;
}
.careers_g_b h3 {
  color: var(--color-secondary);
  font-size: 2.1rem;
  line-height: 1.3;
  margin: 1.5rem 0;
  font-weight: 700;
}
.careers_g_b p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.c_flex {
  margin-top: 2rem;
}
.c_flex,
.c_flex span {
  display: flex;
  gap: 0;
  align-items: center;
  font-size: 1.2rem;
  color: #535353;
  margin-top: 0.5rem;
  font-weight: 500;
}
.c_flex span {
  font-size: 1.6rem;
  gap: 1rem;
}
.c_flex span img {
  width: auto;
  margin: 0;
  height: 1.6rem;
}
.whyChoose_p h3 {
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--color-secondary);
  margin-bottom: 2rem;
}
.whyChoose_p p {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.6;
}
/*careers_box1*/

/*contact_box1*/
.contact_box1 {
  padding: 5rem 0;
  width: 100%;
  background-color: var(--color-white);
}
.contact_box1_grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  padding: 3rem 3rem 3rem 5rem;
  position: relative;
  align-items: center;
}
.contact_box1_grid::before {
  content: "";
  width: 60%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 1px solid #a0a0a0;
}
.contact_box1_g_B h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 2.1rem;
  color: var(--color-primary);
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.contact_box1_g_B h4 img {
  height: 1.5rem;
}
.contact_box1_g_B p,
.contact_box1_g_B a {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--color-primary-dark);
  margin-bottom: 3rem;
  display: block;
}
.contact_box1_g_B a:last-child {
  margin-bottom: 0;
}
.contact_box1_grid iframe {
  height: 30rem;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 9px 9px 10px rgba(0, 0, 0, 0.161);
}
/*contact_box1*/

/*aboutbx2*/
.aboutbx2 {
  padding: 5rem 0;
  width: 100%;
}
.aboutbx2_in_box {
  transition: var(--bg-transition);
  padding: 3rem;
  background-color: #f6f6f6;
  position: relative;
  text-align: center;
  min-height: 30rem;
}
.aboutbx2_in_box:hover {
  background-color: var(--color-primary);
}
.aboutbx2_in_box img {
  height: 12rem;
  /* transition: var(--bg-transition); */
}
.aboutbx2_in_box:hover img {
  height: 6rem;
  opacity: 0;
}
.aboutbx2_in_box h3 {
  color: var(--color-primary);
  font-size: 3.2rem;
  font-weight: 700;
  margin: 2rem 0;
}
.aboutbx2_in_box p {
  font-size: 1.6rem;
  color: var(--color-dark);
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.aboutbx2_in_box:hover h3,
.aboutbx2_in_box:hover p {
  color: var(--color-white);
  height: auto;
}
.aboutbx2_in_box span {
  width: 6rem;
  height: 6rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  border: 2px solid var(--color-primary);
  border-radius: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutbx2_in_box span::before {
  content: "+";
  font-size: 5rem;
  color: var(--color-primary);
  font-weight: 300;
}
.aboutbx2_in_box:hover span {
  border-color: var(--color-white);
}
.aboutbx2_in_box:hover span::before {
  color: var(--color-white);
  content: "-";
  margin-top: -1rem;
}
/*aboutbx2*/

/*aboutbx3*/
.aboutbx3 {
  padding: 5rem 0;
  width: 100%;
  background-color: var(--color-white);
}
.aboutbx3_in1 {
  text-align: center;
}
.aboutbx3_in1 h2,
.aboutbx4_in h2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--color-primary);
  margin: 0 0 1.5rem;
  line-height: 1.5;
}
.aboutbx3_in1 p {
}
.aboutbx3 ul {
  margin-top: 5rem;
  position: relative;
  width: 100%;
}
.aboutbx3 ul::before {
  position: absolute;
  left: 6rem;
  top: 0;
  width: 0.2rem;
  height: 100%;
  content: "";
  border: 0.2rem dashed var(--color-primary);
}
.aboutbx3 ul li {
  position: relative;
  margin-bottom: 4rem;
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 3rem;
  align-items: center;
}
.aboutbx3 ul li span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 7rem;
  width: 12rem;
  height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  color: var(--color-white);
}
.aboutbx3 ul li h3 {
  color: var(--color-secondary);
  font-size: 2.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.aboutbx3 ul li p {
  font-size: 1.6rem;
  line-height: 1.6;
}
/*aboutbx3*/

/*aboutbx4*/
.aboutbx4 {
  padding: 5rem 0;
  width: 100%;
}
.aboutbx4_in {
  max-width: 100%;
  margin: auto;
}
.aboutbx4 h3.coastal_drugs_hd1 {
  font-weight: 500;
  font-size: 3.8rem;
  margin-bottom: 0;
}
.aboutbx4 ul {
  margin-top: 30px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
.aboutbx4 ul li {
  padding: 3rem;
  background-color: #f6f7f8;
  border: 1px solid #f6f7f8;
  transition: var(--bg-transition);
}
.aboutbx4 ul li:hover {
  border-color: var(--color-secondary);
}
.aboutbx4 ul li a {
  display: block;
  text-align: center;
  text-decoration: none;
      font-size: 1.4rem;
}
.aboutbx4 ul li a .img {
  position: relative;
  transition: all 0.3s;
}
.aboutbx4 ul li a .img img {
  width: 100%;
  display: block;
  /*filter: grayscale(100%);*/
  transition: all 0.3s;
  border: 3px solid #ff7700;
  border-radius: 100%;
}
.aboutbx4 ul li:hover a .img img {
  border-color: var(--color-secondary);
}
.aboutbx4 ul li a:hover .img img {
  filter: grayscale(0);
}
.aboutbx4 ul li a h3 {
  color: var(--color-dark);
  font-weight: 600;
  font-size: 2rem;
  margin: 20px 0 0px;
}
.aboutbx4 ul li a p {
  color: #6d6d6d;
  margin-bottom: 1px;
  font-size: 1.6rem;
}
a.lin {
  color: #2c93d0;
  font-size: 32px;
}
/*aboutbx4*/

/*---------cart_open-----------*/
.cart_open1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
  transition: ease all 0.4s;
}
.cartbg2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  transition: ease all 0.4s;
}
.cart_bx2 {
  width: 600px;
  background-color: #fff;
  height: 100%;
  right: -100%;
  transition: ease all 0.6s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  padding: 30px;
}

.vh85 {
  width: 100%;

  background-color: #fff;
  height: 100%;
  right: 0px;
  top: 0px;
  overflow: auto;
  display: block;
  z-index: 99999;
}
a.close_btn1 {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-primary);
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  left: -30px;
  border-radius: 100%;
  text-decoration: none;
  top: 25px;
  z-index: 999999;
  text-align: center;
  transition: all 0.3s ease 0s;
}
a.close_btn1:hover {
  background-color: var(--color-secondary);
  cursor: pointer;
}

.cart_bx2 h4 {
  color: var(--color-secondary);
  font-size: 21px;
  font-weight: 700;
  margin: 0px 0px 20px;
}
.vh85 h5 {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  margin: 0px 0px 20px;
}
.vh85 p {
  font-size: 1.6rem;
}
.about_bg1 {
  background-image: url(../images/bg13.png), url(../images/bg14.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left 65%, 140% -100px;
  background-size: 35%, 40%;
}
/*---------cart_open_end----------*/

.cd_aboutbx1 {
  padding: 7rem 0;
  background-image: url(../images/shape1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 42%;
}
h3.coastal_drugs_hd1 {
  font-size: 3.8rem;
  /* font-weight: 400; */
  margin-bottom: 2rem;
}
.cd_aboutbx1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
.cd_aboutbx1_right {
  padding: 4rem 3rem;
  background-color: var(--color-primary);
  align-self: baseline;
}
.cd_aboutbx1_right p {
  color: var(--color-white);
  font-size: 1.9rem;
}
.cd_aboutbx2 {
  padding: 0 0 6rem;
  background-image: url(../images/shape2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: block;
  overflow: hidden;
}
.visionbox {
  position: relative;
  width: 100%;
  display: table;
}
.visionbox_1 {
  float: right;
  width: 65%;
  position: relative;
  padding: 5rem 6rem 5rem 20rem;
  background-color: #f6f7f8;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.161);
  margin-bottom: 5rem;
  border-top-left-radius: 10rem;
}
.visionbox_1 img {
  position: absolute;
  left: -12%;
  top: 0;
  width: auto;
  height: 100%;
}
.visionbox_1 h4 {
  margin-bottom: 1.5rem;
  font-size: 2.4rem;
}
.visionbox_2 {
  margin-bottom: 0;
  float: left;
  padding: 5rem 20rem 5rem 10rem;
  border-top-left-radius: 0;
  border-top-right-radius: 10rem;
}
.visionbox_2 img {
  left: auto;
  right: -12%;
}

.cd_aboutbx3 {
  background-image: url(../images/ab3bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 7rem 0 8rem;
  text-align: center;
  position: relative;
  width: 100%;
  display: block;
}
.cd_aboutbx3::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(160deg, #0029a0 40%, #ec5900);
  opacity: 0.8;
}
.cd_aboutbx3 .container {
  position: relative;
  z-index: 2;
}
.cd_aboutbx3 h3 {
  color: var(--color-white);
  margin-bottom: 0;
  font-size: 4.2rem;
}
.cd_aboutbx3 p {
  color: var(--color-white);
  margin-bottom: 2rem;
}
.visionbox h3 {
  position: absolute;
  left: 10rem;
  top: 10rem;
}
.infrapgbx1 {
  margin: 0;
  padding: 6rem 0;
  background-image: url(../images/safetybg.png);
  background-repeat: no-repeat;
  background-position: 116% center;
  background-size: auto 90%;
  background-color: #fff;
}
.infrapgbx2 {
  background-position: -16% center;
}
.infrapgbx1 .grid {
  display: grid;
  grid-template-columns: 45fr 55fr;
  align-items: center;
  gap: 2rem;
}
.infrapgbx2 .grid {
  grid-template-columns: 55fr 45fr;
}
.infrapgbx1 img {
  width: 100%;
}
.infrapgbx1 h3 {
  padding-bottom: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
.sec_border {
  width: 100%;
  display: block;
  text-align: center;
}
.sec_border img {
  height: 1.2rem;
}
.gallery1 h3 {
  text-align: center;
}
.gallery1 .owl-carousel .owl-stage-outer {
  padding: 50px 0 100px;
}
.gallery1 img {
  width: 100%;
  display: block;
  opacity: 0.5;
  height: 325px;
  object-fit: cover;
  object-position: center center;
  box-shadow: 9px 9px 20px rgba(0, 0, 0, 0.161);
  position: relative;
  border-radius: 2rem;
}
.gallery1 .owl-carousel .owl-item.active.center .awards_bx h3 {
  display: block;
}
.gallery1 .owl-carousel .owl-item.active.center .awards_bx img {
  opacity: 1;
  height: auto;
}

.gallery1 .owl-carousel .owl-item.active {
  position: relative;
  z-index: 9;
}
.gallery1 .owl-carousel .owl-item.active.center {
  position: relative;
  z-index: 99;
}
.gallery1 .owl-carousel .owl-item.active.center .awards_bx {
  transform: scale(1.4);
  margin-top: 15px;
}
.gallery1 .owl-dots {
  display: block;
}
.gallery1 .owl-nav {
  display: none;
  top: 40%;
}
.owl-carousel .owl-nav .owl-prev {
  margin-left: -75px;
}
.owl-carousel .owl-nav .owl-next {
  margin-right: -75px;
}
.gallery1 {
  padding: 5rem 0;
}
.gallery1 h3 {
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.gallery1 .owl-dot span {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 1rem;
  background-color: #535353;
  opacity: 0.28;
  display: block;
  margin: 0 1rem;
}
.gallery1 .owl-dot.active span {
  opacity: 1;
}
.product_info_box1 {
  padding: 6rem 0;
}
.product_info_box1 .table-responsive {
  margin-top: 0;
}
.product_info_box1 table thead {
  background: #001c71;
  color: #fff;
  text-transform: capitalize;
  font-size: 2.4rem;
  border: 0;
}
.product_info_box1 table th {
  border: 0;
  color: #fff;
  padding: 1.5rem 5rem !important;
  font-size: 2.4rem;
}
.product_info_box1 table td {
  border: 0;
  padding: 1.5rem 5rem !important;
  font-size: 2rem;
  font-weight: 600;
}
table tbody tr:nth-child(1n) {
  background-color: #fff;
}
table tbody tr:nth-child(2n) {
  background-color: rgba(0, 28, 113, 0.08) !important;
}
table tbody tr {
  border: 0;
}
table tbody tr td a {
  color: var(--color-secondary);
  text-decoration: underline;
}
/*home_why*/
.home_why {
  background-color: var(--color-white);
  padding: 0rem 0 5rem;
}
.home_why h3.coastal_drugs_hd1 {
  text-align: center;
}
.home_why .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  /* padding: 0 5rem; */
}
.home_why_box {
  padding: 3rem;
  background-color: #f6f7f8;
}
.home_why_box img {
  height: 5rem;
}
.home_why_box h3 {
  margin: 1rem 0;
  font-size: 2.1rem;
  font-weight: 600;
  color: #34343d;
}
.home_why_box p {
  color: #535353;
  font-size: 1.5rem;
  margin: 0;
}
/*home_why*/
.cd_careersbx1 {
  width: 100%;
  clear: both;
  padding: 5rem 0;
  background-color: var(--color-primary-light);
  position: relative;
  z-index: 1;
}
.cd_careersbx1 .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  align-items: center;
}
.career_form1 {
  border: 1px solid #13328c;
  padding: 4rem;
}
.career_form1 h3 {
  margin-bottom: 0;
}
.career_form1 input.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 0;
  font-size: 1.6rem;
  height: 6rem;
  padding: 0 4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 5rem;
  color: #000;
}
button.abtn {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-secondary);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  text-decoration: none;
  border: 0;
  background-color: transparent;
}
button.abtn img {
  height: 1.2rem;
  transition: var(--bg-transition);
}
button.abtn:hover img {
  transform: rotate(360deg);
}
.whyChoose_section {
  padding: 5rem 0;
}
.cd_contactpg1 {
  padding: 5rem 0;
  display: block;
}
.cd_contactpg1 .grid {
  display: grid;
  grid-template-columns: 40fr 60fr;
  gap: 6rem;
}
.cd_contactpg1 h3 {
  margin-bottom: 0;
}
.cd_contactpg1 input.form-control,
.cd_contactpg1 textarea.form-control {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #2a2a2a;
  font-size: 1.6rem;
  height: 6rem;
  padding: 0 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 5rem;
  color: #000;
}
.cd_contactpg1 label {
  font-size: 1.6rem;
  font-weight: 500;
}
.cd_contactpg1 textarea.form-control {
  height: 10rem;
}
.cd_contactpg2 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  padding: 2rem 5rem;
  background-color: #13328c;
  align-items: center;
}
.cotph {
  display: flex;
  align-items: center;
  gap: 2rem;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: 500;
  justify-content: center;
  border-right: 2px solid rgba(255, 255, 255, 0.2);
}
.cd_contactpg2 .ft_soc {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
}
.cotph img {
  height: 5.5rem;
}
.cd_contactpg2 .ft_soc a img {
  height: 2.1rem;
}
.cd_contactpg3 {
  padding: 5rem 0;
}
.cd_contactpg3 .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
.caddbox {
  padding: 3rem;
  background-color: #f6f7f8;
}
.caddbox h3 {
  padding-bottom: 1rem;
  font-size: 3.2rem;
  margin-bottom: 0;
  font-weight: 600;
}
.caddbox p {
  color: #535353;
  height: 80px;
    font-size: 16px;
    overflow: hidden;
}
.cont_address1 iframe {
  display: block;
}
@media only screen and (max-width: 95em) {
    .visionbox h3{left:3%;}
    .visionbox_1 img {
  position: absolute;
  left: -5%;
  top: 0;
  width: auto;
  height: auto;
  max-width: 22rem;
}
.visionbox_2 img {
  left: auto;
  right: -5%;
}
}
@media only screen and (max-width: 75em) {
    
}
@media only screen and (max-width: 60em) {
  .inner_banner h1 {
    font-size: 3.6rem;
    position: relative;
    display: table;
  }
  .inner_banner::before,
  .inner_banner::after {
    height: 100%;
  }
  .ban_img {
    float: none;
    width: 100%;
  }
  .innertxt1 {
    position: relative;
    top: auto;
    transform: translateY(0);
    padding: 8rem 0;
  }
  .contact_box1_grid,
  .careers_grid,
  .retails_grid,
  .aboutbx4 ul,
  .cd_aboutbx1 .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 2rem;
  }
  .contact_box1_grid::before {
    width: 100%;
    display: block;
  }
  .aboutbx2_in_box p {
    line-height: 1.4;
    height: auto;
  }
  .cart_bx2 {
    width: 90%;
  }
  .vh85 img {
    width: 10rem !important;
  }
  .visionbox {
    display: block;
  }
  .visionbox_1 {
    width: 100%;
    padding: 3rem;
  }
  .visionbox_1 img {
    display: block;
    position: relative;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: auto;
    margin-bottom: 2rem;
  }
  .cd_aboutbx2 {
    display: inline-block;
    padding: 0 3rem 5rem;
    text-align: center;
  }
  .inner_banner h1 {
    width: 100%;
  }
  .cd_contactpg1 .grid,
  .cd_contactpg2 .grid,
  .cd_contactpg3 .grid,
  .cd_careersbx1 .grid,
  .infrapgbx1 .grid,
  .home_why .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .cd_contactpg2 .grid {
    gap: 3rem;
  }
  .cotph {
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.17);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .whyChoose_h4 a {
    position: relative;
    top: 0;
    right: auto;
    transform: translate(0);
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 37.5em) {
}
