@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
h3,
h4,
h5,
h6,
p,
a,
span {
  font-family: "Poppins", sans-serif;
}
:root {
  --primary-color: #027ac3;
  /* --accent-color: #e74c3c; */
  --header-color: "black";
  --header-bg: "transparent";
}
ul {
  padding: 0;
}
.bg-image {
  background-image: url("https://www.uniconvergetech.in/assets/images/newimagesheader/bannerbg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  width: 100%;
  object-fit: cover;
}

.container {
  max-width: 90%;
  margin: 0 auto;
}
#header_nav {
  /* background-color: var(--header-bg); */
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  transform: translateY(0);
  transition: transform 0.3s;
  padding-bottom: 3px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.prodct-image {
  width: 160px;
}
.prodct-image img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 6px;
}
.menuContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.list_Items {
  display: flex;
  list-style: none;
  column-gap: 40px;
  margin-bottom: 0;
}
.nav-item > a {
  text-decoration: none;
  color: #000;
  padding: 25px 0px;
}
.nav-item a:hover {
  text-decoration: none;
}
.navbar_logo {
  display: flex;
  align-items: center;
  column-gap: 4rem;
}
.contact-nav {
  display: flex;
  align-items: center;
  column-gap: 16px;
  position: relative;
}
.contact-nav button {
  background-color: var(--primary-color);
  color: white;
  border: none;
  padding: 4px 1.5rem;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
}
.nav-item:hover .list-item {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}
.nav-item .list-item {
  font-size: 15px;
  font-weight: 500;
  color: var(--header-color);
}
.dropdown-content {
  position: absolute;
  border-radius: 18px;
  top: 64px;
  width: 100%;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0%);
  min-height: 445px;
  max-height: fit-content;
  z-index: -9;
}
.nav-item:hover .dropdown-content {
  opacity: 1;
  transform: translate(-50%, 0);
  pointer-events: auto;
}
.hover-wrapper {
  display: flex;
  height: 100%;
}
.hover-list {
  display: flex;
  flex-direction: column;
  min-width: 315px;
  background-color: #f5f5f5;
  border-right: 1px solid gray;
  border-radius: 18px 0 0px 18px;
}
.hover-list p {
  padding: 16px 28px 16px 40px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 500;
  margin-bottom: 0;
}
.hover-list p:hover,
.hover-list p.active {
  background-color: white;
  color: var(--primary-color);
}

/* Add this rule for only the first child */
.hover-list p:first-child:hover,
.hover-list p:first-child.active {
  border-top-left-radius: 18px;
}
.hover-content {
  flex-grow: 1;
  height: 100%;
  max-height: fit-content;
  min-height: 445px;
  overflow-y: auto;
}
.hover-pane {
  display: none;
}
.hover-pane.active {
  display: flex;
  column-gap: 30px;
  padding: 40px;
}
.hover-panes {
  display: none;
}
.hover-panes.active {
  display: flex;
  column-gap: 30px;
}
.product_item {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 40px;
  row-gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 1251px) and (max-width: 1519px) {
  .product_item {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media screen and (min-width: 991px) and (max-width: 1250px) {
  .product_item {
    grid-template-columns: repeat(3, 1fr);
  }
}
.product_item li {
  text-align: center;
}
.product_item li p {
  font-size: 14px;
  font-weight: 400;
  margin: 6px 0 0 0;
}
.product_item li a {
  color: black;
  text-decoration: none;
}
.product_item li:hover p {
  color: var(--primary-color);
}
.solutions-content-wrapper {
  background-color: #fff;
  display: flex;
  column-gap: 20px;
  justify-content: space-between;
  max-width: 90%;
  margin: 0 auto;
  padding: 40px 0;
}
.solutions-content-wrapper ul {
  list-style: none;
}
.solutions-content-wrapper ul li {
  margin-bottom: 1rem;
  font-weight: 500;
}
.solutions-content-wrapper ul li a {
  text-decoration: none;
  color: black;
  font-weight: 400;
}
.solutions-content-wrapper ul li:hover a {
  color: var(--primary-color);
}
.sltionbgs_1 {
  background-image: url(https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/homepage/solutionsPic_01.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 12px;
  border-radius: 10px;
}
.sltionbgs_2 {
  background-image: url(https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/homepage/solutionsPic_02.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 12px;
  border-radius: 10px;
}
.sltionbgs_3 {
  background-image: url(https://s3-tiaimgv1.s3.ap-south-1.amazonaws.com/uniconverge/homepage/solutionsPic_03.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 12px;
  border-radius: 10px;
}
.shareIconicHmp {
  width: 30px;
}
.shareIconicHmp img {
  width: 100%;
}
.solutionReq {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: white;
  font-size: 16px;
}
#productsServicesSubMenu .changeActiveHeader,
#productsServicesSubMenu .changeActiveHeader::before {
  background: transparent;
}
.tprqstdSltions {
  font-size: 20px;
  font-weight: 700;
}
.resourcesContent {
  padding: 40px 0;
}
.resourcesList {
  list-style: none;
}
.resourcesList li a {
  text-decoration: none;
  color: #000;
  padding: 10px 0;
  display: inline-block;
}
.resourcesList li a:hover {
  color: var(--primary-color);
}

.search-boxs {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 6px;
}
.search-boxs input {
  width: 0;
  background-color: transparent;
  font-size: 16px;
  opacity: 0;
  border-radius: 6px;
  outline: none;
  color: black;
  transition: 0.5s ease-in-out;
  transform-origin: left;
}
.search-boxs.active input {
  transition: 0.5s ease-in-out;
  width: 150px;
  padding: 6px 0 6px 8px;
  border: 1px solid black;
  opacity: 1;
}
.search-boxs span {
  margin-top: 4px;
  cursor: pointer;
}
.searchBoxInput {
  display: none;
  background-color: #027ac3;
  overflow-y: auto;
  position: absolute;
  top: 40px;
  left: 0;
  border-radius: 8px;
  background-color: white;
  max-height: 300px;
  width: 300px;
  padding: 2rem;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.searchBoxInput.active {
  display: block;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}
.search_reslt {
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.search_reslt li a {
  text-decoration: none;
  color: #000;
  margin-bottom: 12px;
}
.search_reslt li:hover a {
  color: #007bff;
}
.features_li {
  margin-bottom: 10px;
}

/* case_studies card css */

.centertailsdeinds {
  display: flex;
  justify-content: center;
}
.tailOrderCardprnt {
  position: relative;
  width: fit-content;
  width: 100%;
  width: 220px;
  transition: 0.3s ease-in-out;
}
.tailOrderCardprnt img {
  width: 100%;
}
.cseBgdsgns {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  border-radius: 8px;
  background: rgb(82 77 77 / 34%);
  backdrop-filter: blur(20px);
  padding: 8px;
}
.cseContntstd {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
.cseBgdsgns p {
  font-size: 10px;
  color: #fff;
  font-style: italic;
  margin: 3px 0;
  line-height: 14px;
  font-weight: 600;
}
.case-studyp_dicon {
  display: flex;
  font-size: 10px;
  color: #fff;
  align-items: baseline;
  gap: 6px;
}
.shareIconicHmp img {
  width: 32px !important;
  mix-blend-mode: plus-lighter;
}
.casestudy_iconclnd {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

.cartDesktop {
  color: var(--header-color);
  margin-top: 12px;
  margin-right: 4px;
  font-size: 18px;
  cursor: pointer;
}
.subcategory-list {
  display: flex;
  flex-direction: column;
  font-weight: 500;
  cursor: pointer;
  width: 412px;
  min-height: 445px;
  background-color: #f5f5f5;
}
.subcategory-list li {
  font-size: 15px;
}
.hover-items {
  padding: 16px 14px;
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: 500;
  margin-bottom: 0;
}
.hover-items.active {
  color: #027ac3;
  background-color: #fff;
}
.hover-panes .productss-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 40px;
  row-gap: 20px;
  justify-content: center;
}
.productss-list .prodct-image p {
  color: black;
  text-align: center;
  margin-top: 4px;
  font-size: 14px;
}
.productss-list .prodct-image:hover p {
  color: #027ac3;
}
.productss-list li a {
  text-decoration: none;
}

#header_nav {
  display: block;
}
@media screen and (max-width: 1024px) {
  #header_nav {
    display: none;
  }
  .resourcesContent {
    column-gap: 30px;
    padding: 0px 0 0px 34px;
    row-gap: 10px;
  }
}

.slider-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.arrow {
  font-size: 40px;
  cursor: pointer;
  user-select: none;
  color: #000;
  padding: 10px;
  z-index: 2;
  display: none;
}

.slider-container {
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
  max-width: 1000px;
}

.slider-track {
  display: flex;
  gap: 24px;
  transition: transform 0.3s ease-in-out;
}

.slider-item {
  flex: 0 0 230px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.slider-item a {
  display: inline-block;
  height: 230px;
}
.slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 6px;
}
.slider-item-content {
  position: absolute;
  top: 2%;
  left: 2%;
  width: 96%;
  border-radius: 8px;
  background: rgb(82 77 77 / 34%);
  backdrop-filter: blur(20px);
  padding: 8px;
  border-radius: 8px;
}
.slider-item-content div {
  display: flex;
  justify-content: center;
  column-gap: 4px;
}
.slider-item-content div p {
  color: white;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 0;
}
span i {
  color: black;
}
.slider-item-content div img {
  width: 36px;
  object-fit: contain;
}
.slider-item-content p {
  color: white;
  font-size: 12px;
  margin-top: 4px;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: normal;
}
.exploreCaseStudies {
  text-align: center;
  margin-top: 1.5rem;
}
.exploreCaseStudies a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  background-color: #027ac3;
  color: white;
  padding: 2px 60px;
  border-radius: 40px;
}
/* Responsive Styles */
@media (max-width: 1024px) {
  .slider-container {
    max-width: 90%;
  }
  .slider-item {
    flex: 0 0 25%;
  }
}

@media (max-width: 768px) {
  .slider-item {
    flex: 0 0 50%;
  }
  .arrow {
    display: none; /* Hide arrows on tablets/mobiles */
  }
}

@media (max-width: 500px) {
  .slider-item {
    flex: 0 0 100%;
  }
}

/*mobile phone css */

.menuContentInside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
}
.phMenu {
  background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}
.serachMenu {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.menuDrag {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  gap: 3px;
  transition: transform 0.3s ease;
}
.menuDrag span {
  width: 24px;
  height: 1.5px;
  /* background-color: var(--header-color); */
  background-color: #000;
  display: block;
  margin: 1px 0;
  transition: all 0.3s ease;
}
.menuDrag.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.menuDrag.open span:nth-child(2) {
  opacity: 0;
}
.menuDrag.open span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}
/* Main menu container */
.menuItems {
  display: none;
  overflow-x: hidden;
  /* overflow-y: scroll; */
  transition: all 0.4s ease;
  position: absolute;
  top: 63px;
  right: 0;
  background-color: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  z-index: 9;
  width: 100%;
}
.mainMenu {
  list-style: none;
  margin: 0;
  padding: 16px 32px;
}
.mainMenu li {
  padding: 23px 0;
  cursor: pointer;
}
.mainMenu li:last-child {
  border-bottom: none;
}
.menuItems.show {
  display: block;
  position: fixed;
  top: 72px;
  left: 0;
  height: 100%;
}
/* Submenus */
.subMenu {
  transform: translateX(2000px);
  /* overflow: auto; */
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  width: 100%;
}
.subMenu.show {
  transform: translateX(0);
  padding: 36px 0;
  height: 100%;
  position: relative;
}
/* Back buttons */
#backToProductsServices,
#backToSolutionMarketplace,
#backToResources {
  cursor: pointer;
  margin-bottom: 0px;
  padding-left: 36px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 22px;
}
#backToProductsServices i,
#backToSolutionMarketplace i,
#backToResources i {
  margin-right: 8px;
}
.arwList {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menulistName {
  display: flex;
  align-items: center;
}
#header_nav .container {
  max-width: 90%;
  margin: 0 auto;
}
.menulistName p {
  margin-bottom: 0;
  margin-left: 16px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
}
.enqryBtn {
  text-align: center;
  margin-top: 60px;
}
.enqryBtn button {
  border: none;
  width: 220px;
  padding: 8px 0;
  border-radius: 36px;
  background-color: #4442b3;
  color: white;
  font-weight: 700;
}
.accHeader {
  border: none !important;
}
.accHeader button {
  padding: 24px 36px;
  font-weight: 700 !important;
}
.accordion-content {
  padding: 0 !important;
}
.accordion-content ul {
  padding: 0 36px 20px 36px !important;
  list-style: none;
}
.changeActiveHeader {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #000 !important;
  display: flex !important;
  justify-content: space-between;
  text-decoration: none !important;
}
.changeActiveHeader:hover {
  text-decoration: none !important;
}
.changeActiveHeader:focus {
  box-shadow: none !important;
  text-decoration: none !important;
}
.changeActiveHeader:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}
.changeActiveHeader:not(.collapsed)::after {
  mix-blend-mode: hard-light !important;
}
.comnProductList {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: #f8f8f8;
  margin-bottom: 0;
}
.comnProductList li {
  font-weight: 500;
  border-bottom: 1px solid #ccc;
}
.solusubMenu {
  list-style: none;
  padding-left: 2.5rem;
}
.solusubMenu li {
  padding: 16px 0;
  font-weight: 500;
  font-size: 18px;
  margin-right: 2rem;
  border-bottom: 1px solid #ccc;
}
.prntsearchbar {
  position: fixed;
  width: 100%;
  top: 62px;
  background-color: white;
  padding: 16px 0;
  box-shadow: 8px 8px 7px #0000001a;
  transition: 0.5s ease-in-out;
  transform: translateY(-2000px);
  z-index: 9999;
}
.searchBoxInput p {
  opacity: 1;
  margin: 0;
  transform: translateY(0px);
}
.searchbar-inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 8px;
  border: 1px solid #3333336e;
  padding: 6px 12px;
  border-radius: 4px;
  width: 100%;
}
.minprntsearchbar {
  display: flex;
  align-items: center;
  column-gap: 12px;
  position: relative;
}
.search-box-input {
  width: 100%;
}
.search-box-input input {
  width: 100%;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
}
.search-box-input input::placeholder {
  color: #ccc;
}
.crossmark {
  font-size: 36px;
  color: #333;
  font-size: 24px;
}
#searchbar-box,
#search-box-close {
  cursor: pointer;
}

/* Search Results Styles */
.search-results-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-height: 400px;
  overflow-y: auto;
  z-index: 100;
  display: none;
  margin-top: 1px;
  scrollbar-width: thin;
  scrollbar-color: #ccc transparent;
}

.search-results-container.active {
  display: block;
}

.search-results-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-results-container li {
  padding: 0 15px;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.search-results-container li:hover {
  background-color: #f8f9fa;
}

.search-results-container li:last-child {
  border-bottom: none;
}

.search-results-container a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 1.4;
}

.search-results-container p {
  padding: 20px;
  text-align: center;
  color: #777;
  font-style: italic;
  opacity: 1;
  margin: 0;
  transform: translateY(0px);
}

.solusubMenuName {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  column-gap: 1rem;
  /* padding-right: 2rem; */
}
.solusubMenuName p {
  margin-bottom: 0;
}
.solusubMenuName span {
  transform: rotate(-45deg);
}
.solusubMenuName span i {
  font-size: 16px;
}
.solusubMenu li a {
  text-decoration: none;
  color: #000;
}
.productsubmenuName a {
  text-decoration: none;
  color: #000;
}
.productsubmenuName a:hover {
  text-decoration: none;
}
.productsubmenuName a div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  column-gap: 2rem;
  padding: 12px 0;
}
.productsubmenuName a div p {
  margin-bottom: 0;
}
.productsubmenuName a div span i {
  transform: rotate(-45deg);
}

.phMenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  .phMenu {
    display: block;
  }
}
/* start footer  */

.newfooterlistcontiner {
  padding-top: 10px;
  background: #fff;
}
.mainnewfooterrow {
  padding-bottom: 2%;
}
.newfooterleftcol {
  padding-left: 10px;
}
.uctlogo {
  width: 100px;
  white-space: nowrap;
  margin-bottom: 20px;
}
.footerpara {
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.uctlistitem {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  padding: 0 25px;
}
.uctlistitem .col1 h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
.uctlistitem .col1 ul li {
  align-items: left;
  margin: 12px 0;
  font-size: 16px;
}
.uctlistitem .col1 ul li i {
  font-size: 14px !important;
  color: #000;
}
.uctlistitem .col1 ul li img {
  width: 20px;
  height: 15px;
  margin-top: 5px;
  margin-right: 10px;
}
.uctlistitem .col1 ul li span {
  font-size: 14px;
  left: 2px;
}
.uctlistitem .col1 ul li a {
  color: black;
  text-decoration: none;
  margin-top: 8px;
}
.uctlistitem .col1 ul li:hover a {
  color: #e73700;
}
.visitContact {
  display: flex;
}
.visitContact span:hover {
  color: #e73700;
}

.visitContacts {
  margin-right: 5px;
}
.sociallinksnewfooterrow {
  padding-top: 21px;
  padding-bottom: 5px;
  background: #fff;
  margin-top: -20px;
}
.madeinindiapara {
  color: #000;
}
.madeinindiapara2 a {
  text-decoration: none;
  color: #000;
}
.indiaimg {
  width: 35px;
  padding-left: 1%;
  padding-right: 1%;
}
.socailiconimage {
  margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.subsocailiconimage {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
}
.subsocailiconimage i {
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 7px;
}
.subsocailiconimage i:hover {
  margin-bottom: 16px;
  transition: 0.3s ease-in-out;
}
.registeredwith-text p {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
.registeredimage {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.indiaimg2 {
  width: 70px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
  .newfooterlistcontiner {
    padding-top: 2%;
    margin-top: 0px;
  }
  .newfooterleftcol {
    padding-left: 0px;
  }
  .newfooterleftcol .uctnewfooterlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .footerpara {
    text-align: justify;
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 5px;
    padding: 20px !important;
    margin-top: -40px;
  }
  .uctlistitem {
    grid-template-columns: repeat(1, 1fr) !important;
    grid-template-rows: repeat(3, auto);
    padding-left: 13%;
    gap: 0;
  }
  .uctlistitem h4 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .uctlistitem li span {
    font-size: 11px;
  }
  .uctlistitem li {
    line-height: 15px;
    margin: 8px 0;
    align-items: center;
  }
  .madeinindiapara {
    font-size: 14px;
    line-height: 19px;
    margin-left: 0px;
  }
  .madeinindiapara2 {
    font-size: 14px;
    line-height: 19px;
  }
  .socailiconimage {
    margin-top: -5px;
  }
  .registeredwith-text p {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1%;
  }
  .registeredimage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .registeredimage > .indiaimg2 {
    width: 50px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .centertailsdeinds {
    padding-right: 8px;
    padding-left: 8px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .madeinindiapara {
    font-size: 16px;
    line-height: 19px;
    margin-left: 0px;
  }
  .madeinindiapara2 {
    font-size: 16px;
    line-height: 19px;
  }
  .registeredimage {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .registeredimage > .indiaimg2 {
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .newfooterlistcontiner {
    padding-top: 2%;
    box-shadow: none;
    margin-top: 0px;
  }
  .newfooterleftcol .uctnewfooterlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .uctlistitem li span {
    font-size: 11px;
  }
  .socailiconimage {
    margin-top: 0%;
  }
  .registeredwith-text p {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .newfooterlistcontiner {
    padding-top: 10%;
    -moz-box-shadow: 0 -5px 5px -5px #888;
    -webkit-box-shadow: 0 -5px 5px -5px #888;
    box-shadow: 0 -3px 5px -5px #888;
    margin-top: -100px;
  }
  .newfooterleftcol .uctnewfooterlogo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0px;
  }
  .footerpara {
    text-align: center;
    font-size: 15px;
  }
  .madeinindiapara {
    font-size: 16px;
    line-height: 19px;
    margin-left: 0px;
  }
  .madeinindiapara2 {
    font-size: 16px;
    line-height: 19px;
  }
  .socailiconimage {
    margin-top: 0%;
  }
  .registeredwith-text p {
    font-size: 18px;
    margin: 3% 0;
    color: #000;
  }
  .registeredimage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  .registeredimage > .indiaimg2 {
    width: 70px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: -15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 992px) {
  .uctlistitem {
    grid-template-columns: repeat(3, 1fr);
  }
  .registeredwith-text {
    padding-bottom: 32px;
  }
  .sldrsce {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: thin;
    scroll-behavior: smooth;
    scrollbar-color: red;
    scrollbar-color: #2a26a9 #2a26a9;
    padding-bottom: 20px;
  }
  .cseBgdsgns p {
    margin: 0;
    font-size: 0.6rem;
  }
}
/* end css footer */
