/* Imports */
/* Icons */

@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("https://fonts.googleapis.com/css?family=Material+Icons|Material+Icons+Outlined|Material+Icons+Two+Tone|Material+Icons+Round|Material+Icons+Sharp");
/* Fonts */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0as,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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MyriadPro-Regular.ttf);
}

@font-face {
  font-family: SFUiDisplay;
  src: url(../fonts/SFUIDisplay-Medium.ttf);
}

.howget_btn, .start_working, .howget_btn1, .why_ip3_things_btn,  .finders_btns, div#step1 a.themebtn, a.last_text.theme-btn {
  -webkit-animation: mymove 2s ease 0.5s infinite;
  animation: mymove 2s ease 0.5s infinite;
}

/*@keyframes mymove {*/
/*  0% {*/
/*    -webkit-transform: translateY(0);*/
/*    transform: translateY(0);*/
/*  }*/

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }


.howget_btn a.themebtn {
  box-shadow: 0px 10px 50px #210605;
}

/* General Styling */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none !important;
  list-style-type: none;
  font-family: "Montserrat", sans-serif;
}

body {
  overflow-x: hidden;
  font-family: 'Montserrat', sans-serif;
  /* background: #ebf7ec; */
  
}

::selection {
  background: #3db349;
  color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #3db349;
}


a {
  display: inline-block;
  color: #000;
  transition: all 300ms ease-in-out;
}

a:hover,
a.active {
  color: var(--color-primary);
}

i[class^="bx"] {
  vertical-align: middle;
}

ul,
address {
  margin-bottom: 0;
}

.imgFluid {
  max-width: 100%;
}

.primary-color {
  color: var(--color-primary);
}

.section-content .subHeading {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
  margin-bottom: 0.75rem;
}

.section-content .heading {
  font-size: 3.25rem;
  line-height: 1.1;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  font-weight: bold;
}

.section-content p {
  color: #666;
  line-height: 2;
}

.section-content span {
  font-weight: 800;
  text-transform: uppercase;
}

.themebtn {
  background: #767272;
  color: white;
  padding: 15px 40px;
  border: 1px solid #767272;
  transition: all 0.6s ease;
  font-size: 16px;
  font-family: 'Montserrat';
}

.themebtn:hover {
  background: transparent;
  color: black;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  cursor: pointer;
}

/******** Header Section Start ********/
.header-main {
  top: 0px;
  position: fixed;
  width: 100%;
  z-index: 99;
  padding: 0px 0px 12px 0px;
  background: white;
  transition: top 0.3s ease-in-out;
  right: 0;
}

/*.header-main {*/
/*    position: fixed;*/
/*    width: 100%;*/
/*    top: -100px;*/
/*    transition: top 0.3s ease-in-out;*/
/*    z-index: 1000;*/
/*}*/



ul.inner-header-nav.img_logo img {
  width: 70px;
}

.header-main .container {
  max-width: 1140px;
}

.header-logo {
  display: flex;
  position: relative;
  /* padding: 7px 0 0 0; */
  justify-content: center;
  margin: 0 0 0px;
  /* background: aqua; */
}

.header-nav ul li a {
  color: darkgray;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: all 0.6s ease;
  position: relative;
  font-weight: 600;
  width: 100%;
  padding: 12px 0px;
}

.header-nav .inner-header-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  justify-content: space-around;
}

.header-nav ul li a:focus {
  outline: none;
}

.header-logo img {
  width: 180px;
  /* filter: brightness(100); */
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.logo-adjust li a img {
  width: 220px;
}

/*.header-nav ul li a::before {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background: rgb(57, 167, 68);*/
/*  height: 0;*/
/*  top: -10px;*/
/*  width: 100%;*/
/*  z-index: -1;*/
/*  left: 0;*/
/*  transition: all .6s ease;*/
/*}*/

/*.header-nav ul li a:hover:before {*/
/*  height: 60px;*/
/*  border-radius: 0 0 12px 12px;*/
/*}*/

.header-nav .dropdown-menu {
  width: 1000px;
}

.header-nav .dropdown-menu a {
  color: black !important;
}


.menu-top-header .dropdown-item {
  margin: 0 10px 4px;
  padding: 10px;
}

.dropdown-menu-second .dropdown-item {
  margin: 0 10px 4px 0;
  padding: 10px;
}

.header-nav .dropdown-menu a img {
  margin-right: 20px;
  object-fit: cover;
  width: 30px;
}


.header-nav .menu-top-header a:hover:before {
  height: 0;
}

.header-nav .dropdown-menu-second a:hover:before {
  height: 0;
}

.drop-application .dropdown-menu {
  transform: translate3d(562px, 34px, 0px) !important;
  right: 0 !important;
  left: auto !important;
}

/******** Header Section End ********/

/******** First Banner Section Start ********/

.firstbanner-bgimg {
  width: 100%;
  position: relative;
}

section.first-banner-sec img {
  margin: 150px 0px 50px;
}

.first-banner-sec .container {
  max-width: 1350px;
}

.firstbanner-bgimg img {
  width: 100%;
}

.first-banner-text {
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}

.first-banner-text p {
  color: white;
  font-family: "Montserrat";
  font-size: 30px;
}

.first-banner-text a {
  color: white;
  border: 1px solid white;
  padding: 15px 60px;
  transition: all 0.6s ease;
}

.first-banner-text a:hover {
  background: rgb(57, 167, 68);
  border-color: rgb(57, 167, 68);
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}

.vertical-slider ul.slick-dots {
  transform: rotate(90deg);
  position: absolute;
  top: 0px;
  bottom: 30px;
  right: 65%;
}

.vertical-slider .slick-dots button:before {
  position: absolute;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 20px;
  z-index: 999;
}

.vertical-slider .slick-dots button {
  background: white;
  border-radius: 20px;
  height: 10px;
  width: 10px;
  z-index: 999;
}


.vertical-slider .slick-dots li.slick-active button:before {
  position: absolute;
  background: rgb(57, 167, 68);
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.vertical-slider .slick-track {
  position: relative;
  top: -1px;
}

/******** First Banner Section End ********/

/******** About Us Section Start ********/

.about-us-sec {
  padding: 100px 0px 50px 0px;
}

.about-us-txt img {
  position: absolute;
  top: -20px;
  width: 120px;
  left: -180px;
  animation: mymove 2s ease 0.5s infinite;
}

.about-us-sec .container {
  max-width: 1100px;
}

.about-us-txt h6 {
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Montserrat";
}

.about-us-txt h6 span {
  text-transform: lowercase;
  font-size: 40px;
  position: relative;
  padding: 0px 0px 0px 5px;
}

.about-us-txt h6 span::before {
  position: absolute;
  content: "";
  background: rgb(57, 167, 68);
  width: 80px;
  height: 75px;
  z-index: -1;
  bottom: 0;
  left: 0;
}

.about-us-txt h6 span::after {
  position: absolute;
  content: "3";
  color: white;
  font-size: 48px;
  bottom: 0;
  font-family: "Montserrat";
}

.about-us-txt h4 {
  font-size: 60px;
  font-weight: 700;
  font-family: "Montserrat";
  color: black;
  text-transform: uppercase;
}

.about-us-txt {
  padding: 0px 52px 0px 0px;
  position: relative;
}

.about-us-txt p {
  font-family: "SFUIDisplay";
  font-size: 16px;
  color: black;
}

p.p-clr {
  margin: 0px 0px 40px 0px;
}

.about-img {
  margin: 40px 0px 0px 0px;
  position: relative;
}

.about-img::before {
  position: absolute;
  content: "";
  background: rgb(57, 167, 68);
  width: 340px;
  height: 380px;
  left: -23px;
  z-index: -1;
  top: -26px;
}

.about-img::after {
  position: absolute;
  content: "";
  background: rgb(57, 167, 68);
  height: 160px;
  width: 260px;
  top: -26px;
  right: 92px;
  z-index: -1;
}

.about-img img {
  width: 320px;
  background: white;
  box-shadow: 0px 2px 78.3px 11.7px rgba(0, 0, 0, 0.31);
  padding: 50px 25px;
}

/******** About Us Section End ********/

/******** Sim Card Section Start ********/

.sim-card-sec {
  padding: 50px 0px;
}

.sim-card-img {
  text-align: center;
}

.sim-card-img img {
  width: 350px;
}

.sim-card-img {
  position: relative;
}

.sim-card-img::before {
  position: absolute;
  content: "";
  background: rgb(57, 167, 68);
  width: 450px;
  height: 1px;
  left: 0px;
  top: 50%;
}

.sim-card-img::after {
  position: absolute;
  content: "";
  background: rgb(57, 167, 68);
  height: 1px;
  width: 450px;
  top: 50%;
  right: 0;
}

/******** Sim Card Section End ********/

/********* What Web Do Section Start ********/

.what-we-do {
  /* background: url(../images/what-we-do-banner.png); */
  width: 100%;
  padding: 60px 0px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background: #f2f2f2;
 
}

.what-we-txt {
  text-align: center;
  padding: 0px 0px 40px 0px;
}

.what-we-txt h4 {
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  color: #767272;
}

.what-we-txt h4 span {
  color: rgb(57, 167, 68);
}

.what-we-txt p {
  color: #767272;
  font-weight: 600;
  font-size: 25px;
  font-family: 'Montserrat';
  padding: 0px 0px 41px 0px;
}

.what-we-txt p span {
  color: rgb(57, 167, 68);
}

.service-card {
  text-align: center;
  background: white;
  padding: 50px 20px 50px 20px;
  box-shadow: 0px 2px 11px 4.55px rgba(0, 0, 0, 0.13);
  height: 400px;
  position: relative;
  margin: 0 0 40px;
  border-radius: 20px;
  overflow: hidden;
}

.service-slider .slick-track {
  height: 470px;
  padding: 0px 0px;
}

.service-slider .slick-slide {
  margin: 0;
}

.service-slider button.slick-prev.slick-arrow {
  background: transparent;
  color: #000;
  left: 0;
  top: 35%;
}

.service-slider button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "\ea64";
  color: #000;
  font-family: remixicon;
  font-size: 60px;
  font-weight: 200;
  left: -60px;
  top: 0;
}

.service-slider button.slick-next.slick-arrow {
  background: transparent;
  color: black;
  top: 35%;
  right: -10px;
}

.service-slider button.slick-next.slick-arrow::before {
  position: absolute;
  content: "\ea6e";
  color: #000;
  font-family: 'remixicon';
  font-size: 60px;
  font-weight: 200;
  right: -50px;
  top: 0;
}

.service-card img {
  padding: 0px 0px 20px 0px;
  position: relative;
  transition: all 0.3s ease;
  width: 80px;
  margin: 0 auto;
}

.service-card h4 {
  margin: 0;
  padding: 10px 0px 20px 0px;
  color: #767272;
  font-weight: 700;
  font-family: "Montserrat";
  font-size: 21px;
  position: relative;
  transition: all 0.3s ease;
}

.service-card h4::before {
  position: absolute;
  content: "";
  background: #3db349;
  height: 1px;
  width: 110px;
  left: 50%;
  transform: translate(-50%);
  bottom: 0px;
}

.service-card p {
  padding: 20px 30px 0px 30px;
  margin: 0;
  font-family: "MyriadPro";
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
  color: #767272;
}

.service-card::before {
  position: absolute;
  content: "";
  background: #3db349;
  height: 5px;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.6s ease;
}

.service-card:hover:before {
  height: 100%;
}

.service-card:hover img {
  filter: invert(1) brightness(0);
}

.service-card:hover h4 {
  color: white;
}

.service-card:hover p {
  color: white;
}

/********* What Web Do Section End ********/

/******** Simplify Save Section Start ********/

.simplify-save-sec {
  padding: 80px 0px 50px 0px;
  text-align: center;
}

.simplify-save-txt h2 {
  font-size: 60px;
  font-weight: 700;
  color: black;
  font-family: "Montserrat";
  text-transform: uppercase;
  margin: 0px 0px 20px 0px;
}

.simplify-save-txt h2 span {
  position: relative;
  z-index: 999;
  color: white;
  padding: 0px 6px;
}

.simplify-save-txt h2 span::before {
  position: absolute;
  content: "";
  background: rgb(57, 167, 68);
  width: 100%;
  height: 140px;
  bottom: 0;
  z-index: -1;
  left: 50%;
  transform: translate(-50%);
  border-radius: 10px;
}

.simplify-save-txt h6 {
  color: black;
  font-size: 24px;
  font-weight: 700;
  font-family: "Montserrat";
}

.simplify-save-txt p {
  font-family: "SFUIDisplay";
  color: black;
  font-weight: 500;
  font-size: 16px;
  margin: 0px 0px 40px 0px;
}

/******** Simplify Save Section End ********/

/******** Testimonials Section Start ********/

.our-client-say {
  padding: 150px 0px;
  background: #f2f2f2;
}

.our-client-txt h6 {
  color: #767272;
  font-family: "Montserrat";
  font-weight: 700;
  font-size: 24px;
}

.our-client-txt {
  text-align: center;
}

.our-client-txt h4 {
  font-size: 60px;
  text-transform: uppercase;
  color: #767272;
  font-family: "Montserrat";
  font-weight: 800;
}

.our-client-txt p {
  font-size: 16px;
  color: black;
  font-family: "SFUIDisplay";
  font-weight: 500;
  padding: 0px 0px 30px 0px;
}

.testimonial-box {
  padding: 30px;
  background: rgb(247, 247, 247);
  margin: 0px 0px 10px 0px;
  height: 480px;
}

.testimonial-box span {
  background: #3db349;
  padding: 8px 15px;
  color: white;
  font-size: 28px;
}

.testimonial-box p {
  padding: 30px 0px 10px 0px;
  color: darkgray;
  font-family: "SFUIDisplay";
  font-weight: 400;
  font-size: 16px;
  font-style: italic;
}

.client-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100px;
}

.client-name p {
  padding: 0;
  margin: 0;
  font-size: 14px;
  color: black;
  font-family: "SFUIDisplay";
  font-weight: 500;
}

.client-name h5 {
  font-family: "Montserrat";
  font-weight: 700;
  margin: 0;
  font-size: 14px;
  font-style: italic;
}

/******** Testimonials Section End ********/

/******** Footer Section Start ********/

.footer-main {
  margin: 50px 0px 0px 0px;
  padding: 50px 0px;
  background: #767272e0;
}

.footer-about h4 {
  color: white;
  font-family: "Montserrat";
  font-size: 24px;
}

.footer-about p {
  color: white;
  font-family: "Montserrat";
  font-size: 16px;
}

.footer-about ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-about ul li a {
  color: white;
  font-size: 22px;
}

.footer-about ul li a:hover {
  color: rgb(57, 167, 68);
}

.footer-links h4 {
  color: white;
  font-family: "Montserrat";
  font-size: 22px;
  padding: 0px 0px 20px 0px;
}

.footer-links ul li a {
  color: white;
  font-family: "Montserrat";
  padding: 0px 0px 6px 0px;
  font-size: 15px;
  transition: all 0.6s ease;
  text-transform: capitalize;
}

.footer-links ul li a i {
  padding: 0px 5px 0px 0px;
  color: rgb(57, 167, 68);
  font-size: 21px;
}

.footer-links {
  padding: 0px 0px 0px 50px;
  position: relative;
}

.footer-links::before {
  position: absolute;
  content: "";
  background: white;
  height: 230px;
  width: 1px;
  left: 0;
}

.footer-copyright {
  margin: 30px 0px 0px 0px;
  border: 1px solid white;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
}

.footer-copyright p {
  margin: 0;
  color: white;
  font-family: "Montserrat";
}

.footer-links ul li a:hover {
  color: rgb(57, 167, 68);
}

/******** Footer Section End ********/

/******** Features Products Section Start ********/

.features-sec {
  padding: 50px 0px 100px 0px;
}

section.features-sec h3 {
  text-align: center;
  font-size: 50px;
  color: black;
  font-family: "Montserrat";
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 0px 40px 0px;
}

.product-img {
  height: 370px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .6s ease;
  position: relative;
}

.feature-product h6 {
  font-family: "Montserrat";
  text-align: center;
  color: black;
  font-size: 16px;
  font-weight: 500;
  margin: 40px 0px 10px 0px;
}

.feature-product h4 {
  font-family: "Montserrat";
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  color: black;
}

.feature-product span {
  display: block;
  text-align: center;
  margin: 10px 0px;
  color: black;
  font-size: 20px;
  font-family: "Montserrat";
  font-weight: 700;
}

.feature-product {
  text-align: center;
  transition: all .6s ease;
}


.feature-product:hover .product-img {
  box-shadow: 0px 4px 39.6px 0.4px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}

.product-img::before {
  position: absolute;
  content: "Quick VIew";
  background: rgb(57, 167, 68);
  width: 100%;
  height: 34px;
  color: white;
  font-size: 20px;
  font-family: 'Montserrat';
  bottom: -40px;
  visibility: hidden;
  opacity: 0;
  transition: all .6s ease;
}

.product-img:hover:before {
  visibility: visible;
  opacity: 1;
  bottom: 0px;
}

/******** Features Products Section End ********/


/******** Connectivity for things Section Start ********/

.connectivity-sec {
  background: url(../images/connectivity-back-img.png);
  height: 560px;
  width: 100%;
  padding: 30px 0px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.connectivity-txt {
  padding: 50px 0px;
}

.connectivity-txt h3 {
  font-size: 65px;
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat';
  font-weight: 700;
  line-height: 83px;
}

.connectivity-txt h3 span {
  color: #2f7e38;
  background: white;
}

.connectivity-txt p {
  color: white;
  padding: 0px 30px 0px 0px;
  font-size: 18px;
  font-family: 'MyriadPro';
  font-weight: 500;
}

.connectivity-txt a {
  padding: 15px 40px;
  background: white;
  font-size: 16px;
  border: 1px solid white;
}

.connectivity-txt a:hover {
  color: white;
  background: transparent;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
}

.Company-logos-sec {
  background: #0a0a0a;
  margin: 0px 0px -59px 0px;
  padding: 12px 0px 20px 0px;
  height: 95px;
  position: relative;
}

.company-logo img {
  width: 150px;
  height: 83px;
}

.company-logo {
  text-align: center;
}

/******** Connectivity for things Section End ********/



/******** Ip3 Connectivity Section Start ********/

.ip3-connectivity-sec {
  padding: 150px 0px 80px 0px;
  overflow: hidden;
}

.ip3-connectivity-img img {
  width: 100%;
}

.text-circle {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 0;
  right: 190px;
  cursor: pointer;
}

.asset-management {
  right: 2px;
  top: 102px;
}

.ip3-txt-box {
  background: white;
  width: 200px;
  padding: 20px;
  position: absolute;
  z-index: 999;
  bottom: 50px;
  left: 80px;
  /* display: none; */
  box-shadow: 0px 2px 30.45px 4.55px rgba(0, 0, 0, 0.13);
}

.ip3-txt-box button {
  background: rgb(57, 167, 68);
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px 12px;
  font-size: 18px;
  color: white;
  z-index: 99999;
  cursor: pointer;
}

.ip3-txt-box button:focus {
  outline: none;
}

.ip3-txt-box h5 {
  font-family: 'Montserrat';
  font-weight: 600;
}

.ip3-txt-box p {
  font-size: 13px;
  font-family: 'SFUiDisplay';
}

.ip3-txt-box a {
  font-size: 16px;
  font-family: 'SFUiDisplay';
}

.supply-chain {
  right: 3px;
  top: 62%;
}

.scada-management {
  top: 77.5%;
}

.fleed-management {
  left: 2px;
  top: 102px;
}

.gold-management {
  left: 2px;
  top: 62%;
}

.ip3-connectivity-img {
  position: relative;
}

.ip3-connectivity-txt h4 {
  font-size: 55px;
  font-family: "Montserrat";
  color: rgb(6, 9, 9);
  font-weight: bold;
}

.ip3-connectivity-txt {
  padding: 50px 100px 0px 0px;
  position: relative;
}

.ip3-connectivity-txt h6 {
  font-weight: 700;
  font-size: 22px;
  font-family: 'Montserrat';
  padding: 0px 0px 10px 0px;
}

.ip3-connectivity-txt p {
  font-family: "SFUIDisplay";
  font-size: 16px;
}

.ip3-connectivity-txt img {
  position: absolute;
  width: 370px;
  right: -130px;
  bottom: 20px;
  animation: mymove 2s ease 0.5s infinite;
}



/******** Ip3 Connectivity Section End ********/







/******* Animation Start *******/

@keyframes mymove {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/******* Animation End *******/


@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1250px;
  }
  
}

.tippy-content {
  background: transparent !important;
}


.tippy-box {
  background: transparent;
}

.product-img img {
  width: 100%;
  max-width: 240px;
  padding: 20px;
}

span.tippy-close.closebutton {
  color: white;
  position: absolute;
  right: -5px;
  top: 10px;
  background: #39a744;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 30px;
  cursor: pointer;
}

.tooltip-content.ip3-txt-box {
  color: black;
}





/*@keyframes fadeIn {*/
/*  0% {*/
/*    opacity: 0;*/
/*    transform: translateY(-20px);*/
/*  }*/
/*  100% {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*  }*/
/*}*/

/*.animate-fade-in {*/
/*  animation: fadeIn 4s ease-out ;*/
/*}*/



#click {
  display: none;
}

.sticky-section label {
  position: absolute;
  right: 30px;
  bottom: 20px;
  height: 55px;
  width: 55px;
  background: rgb(57, 167, 68);
  text-align: center;
  line-height: 55px;
  border-radius: 50px;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}

.sticky-section label i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s ease;
}

.sticky-section label i.fas {
  opacity: 0;
  pointer-events: none;
}

#click:checked~label i.fas {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, -50%) rotate(180deg);
}

#click:checked~label i.fab {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) rotate(180deg);
}

.wrapper {
  max-width: 400px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#click:checked~.wrapper {
  opacity: 1;
  bottom: 85px;
  pointer-events: auto;
}

.wrapper .head-text {
  line-height: 60px;
  color: #fff;
  border-radius: 15px 15px 0 0;
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  background: rgb(57, 167, 68);
}

.sticky-section .wrapper .chat-box {
  padding: 20px;
  width: 100%;
}

.sticky-section .chat-box .desc-text {
  color: #515365;
  text-align: center;
  line-height: 25px;
  font-size: 17px;
  font-weight: 500;
}

.sticky-section .chat-box form {
  padding: 10px 15px;
  margin: 20px 0;
  border-radius: 25px;
  border: 1px solid lightgrey;
}

.sticky-section .chat-box form .field {
  height: 50px;
  width: 100%;
  margin-top: 20px;
}

.sticky-section .chat-box form .field:last-child {
  margin-bottom: 15px;
}

.sticky-section form .field input,
.sticky-section form .field button,
.sticky-section form .textarea textarea {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 1px solid lightgrey;
  outline: none;
  border-radius: 25px;
  font-size: 16px;
  transition: all 0.3s ease;
}

.sticky-section form .field input:focus,
.sticky-section form .textarea textarea:focus {
  border-color: #fc83bb;
}

.sticky-section form .field input::placeholder,
.sticky-section form .textarea textarea::placeholder {
  color: silver;
  transition: all 0.3s ease;
}

.sticky-section form .field input:focus::placeholder,
.sticky-section form .textarea textarea:focus::placeholder {
  color: lightgrey;
}

.sticky-section .chat-box form .textarea {
  height: 70px;
  width: 100%;
}

.sticky-section .chat-box form .textarea textarea {
  height: 100%;
  border-radius: 50px;
  resize: none;
  padding: 15px 20px;
  font-size: 16px;
}

.sticky-section .chat-box form .field button {
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  background: rgb(57, 167, 68);
  transition: all 0.3s ease;
}

.sticky-section .chat-box form .field button:active {
  transform: scale(0.97);
}


.sticky-section {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9;
}


canvas {
  display: block;
  vertical-align: bottom;
}

/* ---- particles.js container ---- */

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---- stats.js ---- */

.count-particles {
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles {
  font-size: 1.1em;
}

#stats,
.count-particles {
  -webkit-user-select: none;
}

#stats {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles {
  border-radius: 0 0 3px 3px;
}




/* FLOAT ICONS */
.floatbutton {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: fixed;
  right: -370px;
  top: 28%;
  font-size: 0;
  width: 420px;
  z-index: 999;
}

.btns_wrap {
  position: fixed;
  right: -6px;
}

.floatbutton .clickbutton {
  width: 50px;
  z-index: 999;
  height: 200px;
  cursor: pointer;
  box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
  border-radius: 3px 0 0 3px;
  display: inline-block;
  padding-top: 0;
  vertical-align: top;
  margin-top: 125px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  box-shadow: 0 0 40px #00000026;
  -webkit-box-shadow: 0 0 40px #00000026;
  -ms-box-shadow: 0 0 40px #00000026;
  -o-box-shadow: 0 0 40px #00000026;
  background: #3db349;
  border-radius: 30px 0 0 30px;
}

.banner-form {
  background: #fff;
  padding: 15px;
  position: relative;
  z-index: 99999 !important;
  border-radius: 5px;
  margin: 0;
  width: 370px;
  display: inline-block;
  box-shadow: 0 0 30px #0000001f;
}

.btns_wrap .chat_wrap {
  display: block;
  position: absolute;
  right: -225px;
  width: 280px;
  background: #3bad47;
  top: 0;
  border-radius: 30px 0 0 30px !important;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 3px 0 0 3px;
  z-index: 9999;
}

.btns_wrap .call_wrap {
  width: 280px;
  position: absolute;
  right: -225px;
  background: #3bae47;
  top: 63px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 9999;
}

.btns_wrap .call_wrap span.icoo,
.btns_wrap .chat_wrap span.icoo {
  color: #fff;
  background: -moz-linear-gradient(-45deg, #2a3db6 0, #1169cd 100%);
  font-size: 18px;
  padding: 15px 20px;
  border-right: 1px solid #ded9d9;
  vertical-align: middle;
  display: inline-block;
  border-radius: 30px 0 0 30px;
  color: #fff;
  background: #3db349;
}

.btns_wrap .chat_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 30px 15px 15px;
}

.btns_wrap .call_wrap span {
  color: #fff;
  font-size: 20px;
  vertical-align: middle;
  padding: 15px 20px 15px 15px;
}

.floatbutton .clickbutton .crossplus::before {
  content: "";
  display: none;
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  background: #fbb334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.floatbutton .clickbutton .crossplus::after {
  content: "";
  display: none;
  position: absolute;
  width: 2px;
  height: 20px;
  right: 0;
  background: #fab334;
  z-index: 99;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.banner-form .txt-blk {
  font-size: 26px;
  line-height: 36px;
}

.txt-blk {
  font-size: 42px;
  font-weight: 700;
  color: #000;
  line-height: 53px;
}

.ban-form input {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.ban-form .fldset {
  margin: 5px;
}

.ban-form .fldset input[type="email"],
.ban-form .fldset input[type="number"],
.ban-form .fldset input[type="tel"],
.ban-form .fldset input[type="text"],
.ban-form .fldset optgroup,
.ban-form .fldset select,
.ban-form .fldset textarea {
  font-size: 16px;
  color: #000;
}

.cmxform .fldset input[type="email"],
.cmxform .fldset input[type="number"],
.cmxform .fldset input[type="tel"],
.cmxform .fldset input[type="text"],
.cmxform .fldset optgroup,
.cmxform .fldset select,
.cmxform .fldset textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  display: block;
  width: 100%;
  background-color: transparent;
  background-image: none;
  background-clip: padding-box;
  line-height: 1.25;
  color: var(--text);
  padding: 10px 13px;
  border-radius: 0;
  border: 0;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 -1px 0 hsla(0, 0%, 56.5%, 0.35);
  transition: box-shadow 0.15s ease-in-out;
  font-size: 16px;
  padding: 9px 0px;
  outline: none !important;
}

.ban-form input {
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 3px;
  height: 50px;
  font-weight: 400;
  outline: 0 !important;
  margin: 0 0 15px 0;
}

.floatbutton .clickbutton .crossplus {
  position: absolute;
  display: block;
  transform: rotate(-90deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  left: -37px;
  white-space: pre;
  bottom: 87px;
  text-transform: capitalize;
}

.btns_wrap a:hover {
  text-decoration: none !important;
  right: 0;
}

.floatbutton.active {
  right: 0;
  z-index: 9;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.first-banner-text img {
  min-width: 620px !important;
  filter: drop-shadow(25px 19px 6px black);
}


.inner-text {
  position: relative;
}

.inner-text span {
  position: absolute;
  background-color: #EEf9fd;
  padding: 9px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  font-size: 20px;
}

.inner-text p {
  padding: 0 65px 0;
}

.main-what h2 {
  text-align: center;
  padding: 0 0 20px;
  font-size: 40px;
  font-weight: 600;
  color: #767272;
}

.main-what {
  padding: 100px 0px;
  background: #f2f2f2;
}

.site-policies {
  padding: 100px 0px;
  background-color: #f2f2f2;
  margin: 83px 0 0px;
}

.policy-point li {
  font-size: 17px;
  font-weight: 400;
  line-height: 40px;
  /* list-style-type: disc; */
  list-style: none;
  position: relative;
}

/* 
.policy-point li::marker {
  color: #3db349;
} */

.policy-point ul li::before {
  position: absolute;
  content: "ip3";
  left: -30px;
  top: 10px;
  /* background: url(../images/ip3-thing-logo.png); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #3db349;
  border-radius: 50%;
  padding: 5px;
  color: white;
  background: #3db349;
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  font-size: 11px;
  align-items: center;
}

.tab-sec {
  padding: 100px 0px;
}

.tab-3 select {
  width: 100%;
}

.tab-1 select {
  border-color: #3db349;
  border-radius: 25px;
  height: 50px;
  padding: 0px 10px 0;
  width: 100%;
}

.tab-2 select {
  border-color: #3db349;
  border-radius: 25px;
  height: 50px;
  padding: 0px 10px 0;
  width: 100%;
}

.tab-3 select {
  border-color: #3db349;
  border-radius: 25px;
  height: 50px;
  padding: 0px 10px 0;

}

.tabs-heading {
  text-align: center;
  padding: 40px 0 40px;
}

.tabs_logos {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: end;
  margin-right: 50px;
}

.tabs_logos img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}

.tabs-heading h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: capitalize;
  color: #767272;
}

.tab-sec label {
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 600;
}

/* Extra Addition Css */
.firstbanner-bgimg img {
  width: 100%;
}

section.first-banner-sec {
  overflow: hidden;
}

.header-logo::before {
  position: absolute;
  width: 100%;
  height: 91px;
  /* background: #3db349; */
  content: "";
  top: -30px;
  z-index: -1;
  left: -30px;
}

/*.header-nav ul li a:hover {*/
/*  color: white;*/
/*}*/

.header-nav ul.inner-header-nav li:nth-child(9) a {
  padding: 12px 0px;
}

.header-nav ul.inner-header-nav li:nth-child(9) a::before {
  display: none;
}

.header-nav ul.inner-header-nav li:nth-child(9) a:hover {
  color: #28a745;
}

.header-nav ul.inner-header-nav li:nth-child(10) a {
  color: white;
  padding: 12px 0px;
}

.header-nav ul.inner-header-nav li:nth-child(10) a:before {
  display: none;
}

.header-nav ul.inner-header-nav li:nth-child(10) a:hover {
  color: green !important;
}

.howget_btn {
  text-align: end;
  width: 100%;
  padding: 50px 0px;
}

.modal-dialog {
  max-width: 1000px !important;
  margin: 5.75rem auto;
}

/* Step Form Css */
.content_firstform {
  display: flex;
  align-items: center;
  padding: 20px 50px 12px 30px;
}


.content_firstform .image_formstep {
  width: 500px;
  margin: 0;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.content_firstform .image_formstep img {
  width: 100%;
  transition: all .6s ease;
}

.content_firstform div {
  width: 420px;
  vertical-align: middle;
  padding: 40px 50px 50px 0;
}

.content_firstform div p {
  font-size: 17px;
  color: black;
}

.content_firstform div p img {
  width: 80px;
}

.modal-header {
  border: 0;
  padding: 0;
}



.modal-header button.close {
  position: absolute;
  right: 21px;
  top: 11px;
  font-size: 32px;
  z-index: 9999999;
  color: black;
}

.modal-header button.close:focus-visible {
  outline: 0 !important;
}

.step h4 {
  padding: 0px 0 10px 0px;
  font-size: 27px;
  font-weight: 900;
  color: #767272;
  text-transform: capitalize;
}

.modal-body {
  border-radius: 0 !important;
  overflow-y: scroll;
  /* height: 600px; */
}

.modal-content {
  border: 0;
  border-radius: 0;
  background: #fff;
  color: black !important;
}


div#step1 a.themebtn {
  /* background: white; */
  margin-left: auto;
  display: block;
  width: fit-content;
  position: relative;
  /* margin-right: 50px; */
  margin-bottom: 18px;
  color: white; 
  box-shadow: 0px 10px 50px #210605;
}

.navigated_btns {
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
  margin: 20px 0px 0px 0px;
}



/* Custom Check Box Css */

.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-group>* {
  margin: 0.5rem 0.5rem;
}

.checkbox-group-legend {
  font-size: 1.5rem;
  font-weight: 700;
  color: #9c9c9c;
  text-align: center;
  line-height: 1.125;
  margin-bottom: 1.25rem;
}

.checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.checkbox-input:checked+.checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}

.checkbox-input:checked+.checkbox-tile .checkbox-icon,
.checkbox-input:checked+.checkbox-tile .checkbox-label {
  color: #2260ff;
}

.checkbox-input:focus+.checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.checkbox-input:focus+.checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  min-height: 7rem;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

.checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.checkbox-tile:hover {
  border-color: #2260ff;
}

.checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}

.checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
}

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  overflow: auto;
  width: 900px;
  grid-gap: 11px;
}

label.card input.card__input {
  position: absolute;
  width: 40px;
  top: 10px;
  left: 0;
  font-size: 54px;
  border-radius: 100%;
  height: 29px;
}

.card__body {
  height: 100px;
}

.card__body-cover {
  height: 100px;
}

.card__body-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header.card__body-header {
  padding: 4px 0;
  background: white;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0px;
}

label.card {
  cursor: pointer;
  width: 150px;
  height: 120px;
}

header.card__body-header h2 {
  font-size: 10px;
  text-align: center;
  margin: 0;
  text-transform: capitalize;
}


div#step2 {
  padding: 3px 6px;
}



.grid::-webkit-scrollbar {
  width: 20px;
}

/* Box Scroll Css */
/* Track */
.grid::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black;
  border-radius: 10px;
}

/* Handle */
.grid::-webkit-scrollbar-thumb {
  background: #1be830;
  border-radius: 10px;
  cursor: pointer;
}

/* Handle on hover */
.grid::-webkit-scrollbar-thumb:hover {
  background: #242323;
}

/* Customized 3d Checkbox css begin */
.lns-checkbox {
  display: inline-flex;
  color: #363636;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  align-items: center;
  line-height: 1;
  border-radius: 5px;
  cursor: pointer;
  background-color: #a9a9a996;
  padding: 14px 13px;
  user-select: none;
}


.lns-checkbox span {
  position: relative;
  display: flex;
  align-items: center;
}

.lns-checkbox input[type="checkbox"] {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.lns-checkbox input[type="checkbox"]:checked+span::after {
  background-color: transparent;
  border: 0;
  content: "\ea21";
  font-family: 'boxicons';
  font-size: 26px;
  left: -6px;
  top: -2px;
}

.lns-checkbox input[type="checkbox"]:checked+span {
  color: #39a744;
}

.lns-checkbox input[type="checkbox"]:focus+span::before {
  border-color: var(--color-accent);
}

.lns-checkbox input[type="checkbox"]:disabled {
  opacity: 0.85;
}

.lns-checkbox input[type="checkbox"]:disabled+span {
  color: #9a9a88;
}

.lns-checkbox span::before {
  content: "";
  display: inline-block;
  border-radius: 3px;
  margin-right: 8px;
  height: 16px;
  width: 16px;
}

.lns-checkbox span::after {
  content: "";
  display: inline-block;
  height: 17px;
  width: 17px;
  border-radius: 3px;
  background-color: #4f4444;
  left: -2px;
  position: absolute;
  top: 1px;
}

.checked_items_selected {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  padding: 20px 70px;
}

.FormThemeGroup input {
  width: 100%;
  height: 42px;
  padding: 17px;
}

.FormThemeGroup {
  padding: 10px;
}

.FormThemeGroup {
  text-align: center;
}

.FormThemeGroup button {
  background: #333;
  color: white;
  overflow: hidden;
  font-size: 20px;
  position: relative;
  margin: 30px 0 0 0;
  width: 300px;
  height: 55px;
  padding: 13px 40px;
  cursor: pointer;
  border: 1px solid white;
}

.FormThemeGroup button span {
  position: absolute;
  left: -99px;
  top: 13px;
  transition: all .5s ease;
}

.FormThemeGroup button:hover {
  background: transparent;
  padding: 13px 51px;
}


.FormThemeGroup button::before {
  content: "Submit information";
  position: absolute;
  width: 210px;
  left: 52%;
  transform: translate(-50%);
  transition: all .6s ease;
  top: 11px;
  text-transform: capitalize;
}

.FormThemeGroup button:hover:before {
  right: auto;
  left: 420px;
}

.FormThemeGroup button:hover span {
  left: 36%;
  top: 16%;
}

.ct_from_Main {
  padding: 30px 0 20px 0;
}

.second_items .lns-checkbox span {
  padding: 0 0 0 10px;
  font-size: 14px;
}

.product_recomendation {
  background: white;
  padding: 20px;
  border-radius: 12px;
}

.product_recomendation .feature-product .product-img {
  height: 190px;
}

.product_recomendation .feature-product h6 {
  margin: 20px 0px 10px 0px;
}

.product_recomendation .feature-product {
  background: #39a7448a;
  padding: 11px;
}

/**/

.client-detail img {
  width: 100px !important;
  object-fit: contain;
  height: 100px;
}

.img_test img {
  width: 100%;

}


.first-banner-sec iframe {
  height: 718px;
}


.first-banner-sec .slick-slide {
  margin: 0;
}

/**/
.img_left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);

}

.form-control:focus {
  border: 1px solid black;
  box-shadow: none;
  outline: none;
}

.main_sec_3200 img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

.input_3200 {
  text-align: center;
}

.input_3200 h1 {
  font-weight: 700;
  font-size: 32px;
  color: #767272;
}

/**/
/* Inner Banner Start */
.inner_banner {
  height: 600px;
  background: url(../images/what-we-do-banner.png);
  color: #39a744;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.inner_banner h1 {
  font-size: 50px;
  font-weight: 600;
  text-transform: normal;
  margin: 0;
  padding-top: 50px;
}

/* Inner Banner End */
/* Industries Start */


.industries_card_content h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin: 10px 0px;
  font-weight: 600;
}

.industries_card_content p {
  font-size: 18px;
  font-weight: 400;
}

.industries_card_content {
  border: 1px solid darkgray;
  padding: 20px 10px;
  text-align: center;
}

.industries_card_img {
  height: 250px;
  width: 100%;
}

.industries_card_img img {
  height: 250px;
  width: 100%;
}

.industries_heading h2 {
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
  color: black;
}

/* Industries End */
/* Ip 3 Lab Start */
.main_ip3_lab {
  padding: 100px 0px;
  background: #f2f2f2;
}

.main_ip3_lab img {
  width: 100%;
  height: 100%;
}

.main_ip3_lab h2 {
  font-size: 40px;
  font-weight: 700;
  color: #3db249;
  text-transform: uppercase;
}

.main_ip3_lab p {
  font-size: 15px;
  font-weight: 500;
}

/* Ip 3 Lab End */
/* Privacy Policy Start */
.main_privacy_policy h2 {
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: black;
  text-align: center;
  margin-bottom: 50px;
}

.main_privacy_policy p {
  font-size: 19px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 37px;
}

.main_privacy_policy {
  padding: 100px 0px;
}

/* Privacy Policy End */
.iot_hard_content h3 {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  color: #767272;
  text-align: center;
}

div#main_iot_hard {
  padding: 300px 0px;
}

.what-we-txt img {
  width: 200px;
}

.what-we-txt span {
  font-size: 40px;
  margin: 0;
  font-weight: 700;
  color: #767272;
  margin-bottom: 1px;
}

.site-policies .what-we-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  animation:none;
}
.what-we-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  animation: mymove 2s ease 0.5s infinite;
}

.partners_tittle h2 {
  font-size: 70px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0;
  color: black;
  text-align: center;
}

.main_privacy_policy.terms {
  padding: 0;
}

/*  */
.what-we-txt p img {
  width: 80px;
}

.inner-text p img {
  width: 80px;
}

.footer-links img {
  width: 30px;
}

section.first-banner-sec {
  text-align: center;
}

.dropdown-menu.dropright.snd_dropdown.show {
  width: 1300px;
}

.input_3200 h1 img {
  width: 180px;
  object-fit: contain;
  height: 50px;
}

.main_pop_up {
  padding: 100px 0px;
}

.pop_up_btn {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.modal-content.privacy {
  padding: 30px 20px;
  text-align: center;
}

.modal-header h5 {
  font-size: 40px;
  text-align: center;
  font-weight: 700;
  color: black;
}

.modal-content privacy .modal-header {
  justify-content: center;
}

.privacy .modal-header {
  justify-content: center;
}

.modal-content.privacy {
  background: white;
}

section.main_img_test {
  display: none;
}

section.main_img_test {
  display: none;
}

.our-client-txt p img {
  width: 80px;
}

.tab-content.mt-2 h1 img {
  width: 150px;
  margin: 0px 10px 0px;
}


.main-points-list li {
  margin: 0 0 20px;
}

.main-points-list .row {
  padding: 30px 0 60px;
}

.num:before {
  content: none !important;
  color: black !important;
}

.inner-text .img_logo {
  max-width: 69px;
}

.inner-text ul {
  margin: 0 0 20px;
  position: relative;
}

/* .inner-text ul li {
    list-style-type: disc;
} */

/* .inner-text li::marker {
    color: #3db349;
    font-size: 24px;
}

.navigated_btns a:hover {
} */

section.main-tail-finder {
  padding: 140px 0 0;
}

.main-tail-finder .card {
  border: none;
}

.main-tail-finder .card-header {
  border: none;
  padding: 0;
}

.inner-tail-finder .btn {
  padding: 0;
  font-size: 17px;
  font-weight: 500;
  color: black;
  display: flex;
  margin: 0 0 0;
  width: 100%;
  text-align: left;
  justify-content: space-between;
  align-items: center;
}

.inner-tail-finder .form-check {
  margin: 0px 0 20px;
  padding: 0;
}

.inner-tail-finder .card-body {
  padding: 0;
  margin: 20px 8px 30px;
}

.inner-tail-finder .form-check-input {
  width: 22px;
  height: 24px;
  margin: 0 0 0 0;
}

.inner-tail-finder .form-check-label {
  margin: 0 30px 0;
  font-size: 19px;
}


.flex-div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5px 5px 0px;
}

.icon {
  color: darkgrey;
  font-size: 24px;
}

.boxes-section img {
  width: 100%;
  margin: 0 0 30px;
  max-width: 270px;
  min-height: 400px;
  object-fit: cover;
}

.selected-items {
  display: none;
  margin-top: 20px;
}


#selectedList li {
  background: #3db349;
  width: 100%;
  max-width: 200px;
  text-align: center;
  padding: 9px;
  border-radius: 50px;
  color: white;
  margin: 20px 0 20px;
}

.inner-tail-finder .btn {
  /* padding: 10px 0  !important; */
  background: none;
  /* border-bottom: 1px solid; */
}


#inside {
  padding: 100px 0px;
}

.main-points-list {
  padding: 50px 0px;
}

#main_ip_thing_finder {
  background-color: white;
  padding: 50px 0px;
}



.main-points-list li a {
  color: #28a745;
  font-weight: 500;
}

.what-we-txt a {
  background: #767272;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  box-shadow: 0px 10px 50px #210605;
}

/* 
.what-we-txt img {
  width: 100px;
} */

.inside_tabs_heading h1 img {
  width: 200px;
  margin: 0px 10px 0px 0px;
}

.inside_tabs_heading h1 {
  font-size: 40px;
  font-weight: 500;
  margin: 0;
  color: #767272;
  font-family: "Montserrat";
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  color: #767272;
}

ul#myTabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-left: 70px;
}

ul#myTabs li a {
  text-transform: capitalize;
  font-size: 13px;
}

section.main-what h2 img {
  width: 170px;
}

.inner-text ul li::before {
  position: absolute;
  content: "ip3";
  left: -50px;
  top: 0;
  /* background: url(../images/ip3-thing-logo.png); */
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #3db349;
  border-radius: 50%;
  padding: 5px;
  color: white;
  background: #3db349;
}

.inner-text ul li {
  position: relative;
  margin: 0px 30px;
  font-size: 19px;
}

.navigated_btns a.themebtn {
  color: white !IMPORTANT;
}

.navigated_btns a.themebtn:hover {
  color: black !important;
}

.howget_btn1 {
  text-align: center;
  margin-top: 450px;
}

.dropdownnew button.btn.dropdown-toggle {
  padding: 0;
  background: transparent;
  color: darkgray;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

.dropdownnew ul.dropdown-menu.show {
  width: unset;
}

.header-nav .dropdownnew a img {
  width: 100px;
  height: 16px;
  object-fit: scale-down;
}

.header-nav .dropdownnew a {
  text-align: center;
}

.tabs_ip3_img_google img {
  width: 400px;
}

.tabs_ip3_img_google {
  text-align: end;
}

.tabs_ip3_img_2 {
  text-align: center;
}

.tabs_ip3_img_2_logos {
  display: flex;
  justify-content: end;
  gap: 40px;
}

.tabs_ip3_img_2_logos img {
  width: 140px;
  object-fit: contain;
  margin-top: 140px;
}

div#step1 a.themebtn:hover {
  color: black;
}

.footer-about p span {
  color: #2dd053;
}

li.img_logo_new {
  display: flex;
  align-items: center;
  gap: 5px;
}

li.img_logo_new h5 {
  margin: 0;
  font-size: 19px;
  font-weight: unset;
  color: white;
}

.tabs_ip3_img_2 img {
  width: 80%;
}

button.themebtn.start_working {
  box-shadow: 0px 10px 50px #210605;
}

.header-nav ul li a:hover {
  color: #28a745;
}

.dropdownnew button.btn.dropdown-toggle:hover {
  color: green;
}

a.linkdin.call_wrap {
  top: -62px;
}

span.icoo.linkdin_side {
  background: #007bff !important;
}

input.card__input {
  accent-color: green;
}

.footer-links ul li a span {
  color: rgb(57, 167, 68);
  text-transform: lowercase;
}

.howget_btn1 a {
  box-shadow: 0px 10px 50px #210605;
}

section.first-banner-sec.banner-slider {
  padding: 120px 0px 0px 0px;
}

section.banner-slider .slick-track {
  height: 760px;
}

section.banner-slider .slick-dots li button {
  width: 20px;
  border-radius: 50%;
}

section.banner-slider .slick-dots li button::before {
  border: 1px solid #767272;
  content: "";
  background: #767272;
  opacity: 1 !important;
  border-radius: 50%;
}

section.banner-slider {
  bottom: 80px;
}

.footer-about h5 {
  color: #3db349;
  font-size: 50px;
  font-weight: 500;
}

.footer-about span {
  color: white;
}

section.banner-slider .slick-dots {
  bottom: 0;
}

.banner_content div#main_iot_hard {
  padding: 0;
}

.main_banner {
  position: relative;
  /* background: #ebf7ec; */
}

.banner_content {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.tabs_ip3_img img {
  object-fit: contain;
}

.why_ip3_things_btn a {
  box-shadow: 0px 10px 50px #210605;
}


.why_ip3_things_btn {
  text-align: center;
  margin-top: 100px;
}

.main_banner .slick-dotted.slick-slider {
  margin: 0 !important;
}

.why_ip3_things_btn button {
  box-shadow: 0px 10px 50px #210605;
}

img.solution_categories {
  height: 20px !important;
}

.tabs_ip3_img {
  text-align: end;
}

.tabs_ip3_img img {
  width: 80%;
}

.input_3200_new_imgs {
  display: flex;
  margin-bottom: 50px;
}

span.new2 {
  color: white !important;
}

.banner-slider .slick-dots li.slick-active button::before {
  background: green;
  border: 1px solid #767272;
}

.tabs_ip3_img_google {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: end;
}

.tabs_ip3_img_google img {
  width: 200px;
}

.input_3200_new_imgs2 {
  margin-top: 20px;
}

a.new_nav {
  color: darkgray !IMPORTANT;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  transition: all 0.6s ease;
  position: relative;
  font-weight: 600;
  width: 100%;
  padding: 12px 0px;
}

a.new_nav span {
  color: #28a745;
}

.main_tabs_heading h3 {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 700;
  color: #767272;
  text-align: center;
  margin-bottom: 60px;
}

.finders_btns a {
  box-shadow: 0px 10px 50px #210605;
}

.product-card_img{
  position: relative;
  height: 280px;
  align-items: center;
  width: 100%;
  display: flex;
  margin: 0px auto;
  background: url(../images/product-car_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.product-card_img02{
  position: relative;
  height: 280px;
  align-items: center;
  width: 100%;
  display: flex;
  margin: 0px auto;
  background: url(../images/product-car_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.product-card:hover {
  transform: scale(1.1);
}
.product-card_content h4 {
  color: black;
  font-size: 28px;
  text-transform: capitalize;
  margin: 0px;
  padding: 10px 0px 0px;
}
.product-card_content p {
  color: black;
  margin: 0px;
  font-size: 13px;
  font-weight: lighter;
}
.product-card {
  text-align: center;
  padding: 20px 0px;
  transition: all ease 0.7s;
}
.our-products {
  background: url(../images/our-product_bg.png);
  padding: 50px 0px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.product-card_content span {
  color: black;
  font-size: 29px;
}
.product-card_img img {
  width: 180px;
  margin: 0px auto;
}
.service-appointment{
  background: url(../images/services-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
  color: white;
  width: 100%;
}
.service-appointment h1 {
  text-transform: uppercase;
  font-size: 86px;
  font-style: italic;
}

.service-appointment h1 span {
  background-image: linear-gradient(to right, #f70404,transparent);
  padding: 0px 10px;
  font-style: normal;
  width: 60%;
  transform: skewX(-20deg);
  display: inline-block;
  margin-left: 20px;
}
.futured-product__card img {
  width: 60%;
  margin: 0px auto;
}

.futured-product__card {
  text-align: center;
  color: white;
}

.futured-product__card h4 {
  font-size: 26px;
  margin: 0px;
  padding: 20px 0px 0px;
  text-transform: capitalize;
}

.futured-product__card span {
  font-size: 24px;
  width: 100%;
  display: inline-block;
}
.futured-product__card a {
    background: red;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    font-size: 11px;
    font-family: sans-serif;
    font-weight: 600;
    display: none;
}
.futured-products {
  padding: 50px 0px;
  background: url(../images/futured-product_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-center .futured-product__card a {
  display: block;
  width: 50%;
  margin: 10px auto;
}
.ip3store_heading h1 {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding-top: 50px;
    color: green;
}
.our-client-say .slick-next:before {
    FONT-FAMILY: 'FontAwesome';
    opacity: 1;
}

.our-client-say .slick-prev:before {
    font-family: 'FontAwesome';
    opacity: 1;
}
.our-client-say button.slick-prev.slick-arrow {
    z-index: 1;
}
.our-client-say button.slick-next.slick-arrow {
    z-index: 1;
}

.service-card.align img {
    width: 30%;
}

.tab-content.mt-2 img {
    width: 100%;
    /* height: 277px; */
}



/*.random {*/
/*    .what-we-txt,*/
/*}*/



a.last_text {
    text-transform: unset !important;
}
/*Ip3 Sensors Start*/
.ip3sensors_content h2 {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 600;
    color: #767272;
    text-align: center;
    margin-bottom: 100px;
}
.ip3sensors_content h2 span {
    color: #3db349;
}
.tabs_ip3_img_2.tabs_ip3_img_2second img {
    /* width: 50%; */
}
.ip3sensors_content_connectivity1 ul li img {
    width: 20px;
}

.ip3sensors_content_connectivity1 ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.ip3sensors_content_connectivity1 ul li {
    display: flex;
    gap: 20px;
    font-size: 17px;
    font-weight: 500;
    text-transform: capitalize;
}
.tabs_ip3_img_2.ip3sensors_content_connectivity1 {
    margin-bottom: 100px;
}
.ip3sensors_content_connectivity h3 {
    /*margin-bottom: 40px;*/
    font-size: 40px;
    font-weight: 600;
    color: black;
}

.ip3sensors_content_connectivity1 {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px 0 0;
}

.ip3sensors_content_connectivity {
    margin-top: 10px;
}


.ip3sensors_content_connectivity.ip3sensors_content_connectivity2 h3 {
    text-align: center;
}

.ip3sensors_content_connectivity1.ip3sensors_content_connectivity2 {
    justify-content: center;
}
/*Ip3 Sensors End*/
.ip3sensors_content.main-img-1 img {
    width: 50%;
}

.ip3sensors_content.main-img-1 {
    text-align: center;
    margin-bottom: 100px;
}
.main_connectivitivy_cards {
    padding: 100px 0px;
}
.connectivitivy_cards img {
    width: 100px;
    border-radius: 50%;
    background: white;
    padding: 10px;
    box-shadow: 1px 0px 10px;
}
.connectivitivy_cards {
    background: white;
    padding: 50px 30px;
    height: 370px;
    text-align: center;
}
.connectivitivy_cards_img h2 {
    font-size: 23px;
    font-weight: 500;
    margin-top: 30px;
}
.connectivitivy_cards p {
    text-align: start;
    font-size: 18px;
    line-height: 25px;
    color: gray;
    font-weight: 300;
    padding: 50px 0px;
}

.connectivitivy_cards a {
    text-decoration: none;
    border: 1px solid black;
    padding: 10px 30px;
}
p.insights_para {
    margin-bottom: 12px;
}
.new_img_3 img {
    height: 430px !important;
    object-fit: contain;
}
.main_icons_sec {
    /*background: white;*/
    padding: 100px 0px;
}
#return-to-top {
    position: fixed;
    bottom: 20px;
    z-index: 99999999999999999999999;
    right: 20px;
    background: #3db349 !important;
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


/* Extra Things */

.inside_tabs_heading p {
    color: #767272;
    font-weight: 600;
    font-size: 25px;
    font-family: 'Montserrat';
    padding: 0px 0px 41px 0px;
    text-align: center;
}
.what-we-txt-tittles p {
    font-size: 20px;
}
a.last_text.theme-btn {
    border: 1px solid white;
    padding: 10px 10px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0px 10px 50px #210605;
    border-radius: 20px;
    margin-top: 30px;
}
.what-we-txt.what-we-txt-snd {
    display: unset;
}
.main_device_features {
    padding: 0px 0px 100px;
}
.device_featured .slick-prev:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 30px;
    opacity: 1;
}

.device_featured button.slick-prev.slick-arrow {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
}
.device_featured .slick-next:before {
    content: "\f105" !important;
    font-family: 'FontAwesome';
    font-size: 30px;
    opacity: 1;
}
.device_featured button.slick-next.slick-arrow {
    position: absolute;
    right: 19px;
    top: 50%;
    z-index: 1;
}
.device_features_tittles h2 {
    margin-bottom: 40px;
    font-size: 40px;
    font-weight: 600;
    color: black;
    text-align: center;
}

.ip3sensors_content_connectivity_slider img {
    height: 300px !important;
    margin-top: 3px;
    object-fit: contain !important;
}

/*.ip3sensors_content_connectivity_slider button.slick-prev.slick-arrow {*/
/*    left: -20%;*/
/*    top: 50%;*/
/*    font-family: 'FontAwesome';*/
/*    opacity: 11;*/
/*    z-index: 1;*/
/*    color: white;*/
/*    background: green;*/
/*}*/

/*.ip3sensors_content_connectivity_slider button.slick-next.slick-arrow {*/
/*    right: -10%;*/
/*    top: 50%;*/
/*    font-family: 'FontAwesome';*/
/*    opacity: 11;*/
/*    z-index: 1;*/
/*    color: white;*/
/*    background: green;*/
/*}*/
.main_lte {
    display: flex;
    flex-direction: column;
    align-items: end;
}
li.nav-item .nav-link {
    color: #767272;
}
.main_ip3_lab .why_ip3_things_btn .themebtn {
    margin-left: 27px;
}
.main_ip3_lab .why_ip3_things_btn {
    text-align: left;
    margin-top: 32px;
}
.main_ip3_lab li {
    margin-left: 42px;
}
h4.intrest {
    margin: 20px 0;
}


.sub-cat .col-md-4 img {
    width: 30px;
}


.partners-main .row {
    justify-content: left;
}

.sub-cat {
    width: 80%;
}


.main_ip3_lab.partners-main li {
    margin-top: 10px !important;
}
.partners-main .row li img {
    margin-right: 13px;
}

.partner-banner {
    display: block;
    height:500px;
}

.partner-banner h1{
    margin-top:100px;
    margin-bottom:50px;
}
.partner-banner p{
    color:#000;
    margin-bottom:30px;
    margin-left:50px;
    margin-right:50px;
    
}
.resources-btn {
    margin-top: 50px;
}
.my-5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
input#fname {
    padding: 14px;
    margin-right: 13px;
}
input.themebtn.finders_btns {
    box-shadow: 0px 10px 50px #210605;
}
.serach-input {
    background-color: #fff;
}
label.label-cal {
    display: block;
    margin-bottom:10px;
    color:#767272;
}

input.field-cal {
    display: block;
    width: 300px;
    border: 2px solid #767272;
    border-radius: 5px;
    padding: 5px 0px 5px;
}
input#roi {
    margin-bottom: 29px;
}
.calculator {
    justify-content: center;
}

.roi-calculator h4 {
    text-align: center;
    font-size: 34px;
    padding: 20px 0 0px;
}

h2.head-sec {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    text-align: center;
    margin-bottom: 20px;
}

.cal-btn {
    margin: 25px 73px 25px;
}

.subscrbe-btn a {
    background: #767272;
    color: white;
    padding: 12px 40px 12px;
    border-radius: 5px;
    font-size: 17px;
}

.subscrbe-btn {
    margin: 0px 0 20px;
    text-align: center;
}

h2.event {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    text-align: center;
    margin-bottom: 20px;
}

p.event-para {
    text-align: center;
}

.video-sec {
    text-align: center;
}

.field-align {
    text-align: center;
    margin: 40px 0 40px;
}

/*ip3 sensor page starts here*/

.asset-head h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.stuf-category {
    padding: 50px 0 50px;
}

.\33 -screen {
    text-align: center;
}
.\33 -screen img {
    width: 100%;
    max-width: 400px;
}
.green-circle {
    background-color: #3db349;
    padding: 150px 0 150px;
    width: 49%;
    border-radius: 100%;
}
.circle-top {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px;
}

.sim img {
    width: 100%;
    max-width: 60px;
}
.sim {
    display: flex;
    flex-direction: row-reverse;
}

p.sim-para {
    margin: 13px 29px 13px;
    font-size: 17px;
    font-weight: 700;
    justify-content: center;
    align-items: center;
    display: flex;
}

.sim img {

    background-color: #fff;
    border: 2px solid #838182;
    padding: 4px;
    border-radius: 50px;
}
.sim {
    position: relative;
    top: -600px;
    right: 707px;
}

.arti img {
    width: 100%;
    max-width: 60px;
}
.arti {
    display: flex;
    position: relative;
    top: -553px;
    left: 60px;
}
.arti img {
    background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
}
.cyber {
    display: flex;
    position: relative;
    top: -480px;
    left: 77px;
}
.cyber img {
    background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.health img {
    background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.health {
    display: flex;
    position: relative;
    top: -400px;
    left: 65px;
}
.web-app img {
     background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.web-app {
    display: flex;
    position: relative;
    top: -370px;
    left: 160px;
}
.temp img {
     background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.temp {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -901px;
    right: 218px;
}
.humid img {
     background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.humid {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -854px;
    right: 83px;
}
.location img {
     background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.location {
    display: flex;
    flex-direction: row-reverse;
    top: -780px;
    POSITION: relative;
    right: 131px;
}
.light img {
     background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.light {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -702px;
    right: 205px;
}

/*section.stuf-category .container {*/
/*    height: 700px;*/
/*}*/

.vib img {
     background-color: #fff;
    border: 2px solid #838182;
    padding: 10px 10px 10px;
    border-radius: 50px;
    width: 100%;
    max-width: 60px;
}
.vib {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -672px;
    right: 249px;
}
img.apps-img {
    width: 350px;
    margin: 140px 33px 0;
}
img.at-t {
    width: 197px;
    margin: 110px 20px 0;
}
img.t-mobile {
    width: 240px;
    margin: 116px 20px 0;
}
img.verizon {
    width: 200px;
    margin: 60px 20px 0px;
}

/*ip3 esim page starts here*/

.main-area {
    margin: 50px 0;
    justify-content: center;
}

.page-name {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-name h2 {
    color: #3db349;
    font-size: 75px;
    font-weight: 600;
    margin: auto;
    padding: 0 79px 0;
}
.page-name span {
    color: #767272;
    font-size: 86px;
}
.page-name img {
    width: 100%;
    max-width: 500px;
    object-fit: contain;
}
.page-subtitle h3 {
    font-weight: 700;
    color: #3db349;
    font-size: 23px;
    line-height: 13px;
}

.page-subtitle {
    margin-top: -175px;
    margin-left: 211px;
}
img.sim-img {
    width: 100%;
    max-width: 500px;
}
.brand-img {
    display: flex;
    flex-direction: column;
}
.main-brand-img {
    justify-content: space-evenly;
}
.brand-img img {
    width: 100%;
    max-width: 210px;
    margin:20px 0 20px;
}
.main-brand-img {
    justify-content: space-evenly;
    margin: 100px 0 50px;
}
.network img {
    width: 100%;
    max-width: 102px;
    border: 1px solid grey;
    padding: 10px 10px 10px;
    border-radius: 100%;
    box-shadow: 0px 0px 20px 0px #000;
}
.head-img {
    display: flex;
    align-items: center;
    margin: 30px 0 30px;
}

.head-img h3 {
    color: #3db349;
    padding: 12px 24px 12px;
}
.network p {
    font-size: 25px;
}

.lte-carrier li {
    list-style: disc;
    font-size: 21px;
}
.md-col-4.network {
    margin: 60px 0 20px;
}
.cyber-img {
    width: 100%;
    max-width: 80px;
}
.security p {
    font-size: 25px;
}
.three-sim {
    object-fit: contain;
}
.technology {
    margin: 30px 0 0;
}

.technology h3 {
    color: #3db349;
}

.technology p {
    font-size: 25px;
}
.eco-sim h3 {
    color: #3db349;
}

.eco-sim p {
    font-size: 25px;
}
.eco-sim {
    margin: 0 0 50px;
}
.managment h3 {
    color: #3db349;
}

.managment h4 {
    color: #767272;
    font-size: 29px;
    font-weight: 700;
}

.managment p {
    font-size: 25px;
}

.Zone-one{
    margin:50px 0;    
}

.Zone-one img {
    width: 100%;
    max-width: 607px;
    margin:  0 auto;
}

.Zone-one h2 {
    text-align: center;
}

.Zone-one img {
    display: flex;
}
.zone-three img {
    max-width: 900px;
}

/*Ip3 voip Start*/

.cloud-pbx {
    display: flex;
    justify-content: space-around;
}
section.text-area {
    margin: 50px 0;
}

.grey-box {
    background-color: #e5e5e5;
    padding: 30px 50px 30px;
}

ul.our-ucaas li {
    list-style: disc;
        padding-bottom: 20px;
}
.ucaas h3 {
    padding: 0 0 30px;
}
.features {
    padding: 30px 50px 30px;
}
.features h3 {
    padding: 0px 0 20px;
}

.features p {
    padding: 0 0 10px;
}
.deliver h2, h3 {
    /*padding-bottom: 14px;*/
}
.deliver {
    padding: 30px 50px 30px;
}
.sol-two {
    display: flex;
    align-items: end;
}

.dig-img {
    /*display: flex;*/
    /*gap: 0px 250px;*/
    /*justify-content:space-between;*/
}
.sol-two img {
    width: 100%;
    max-width: 200px;
    padding: 0 0 10px;
}
/*.dig-sol {*/
/*    padding: 0px 50px;*/
/*}*/

.sol-two h2 {
    font-size: 23px;
    color: grey;
}

.porfes {
    display: flex;
    gap: 250px;
    align-items: center;
    justify-content: space-between;
    padding:50px 0;
    padding-right: 100px;
}
.pro-img img {
    width: 150%;
}
.standard {
    gap: 310px;
}
.ucass-two {
    width: 250px;
}

.alarm {
    display: flex;
    gap: 271px;
    align-items: center;
}

.leader h2 {
    font-size: 50px;
    font-weight: 800;
}

.leader {
    width: 535px;
}

.pots {
    margin: 50px 0 50px;
    text-align: center;
}

.pots img {
    width: 100%;
    max-width: 901px;
}

.key-features {
    text-align: center;
}

.key-features img {
    width: 100%;
    max-width: 810px;
    padding: 30px 0 30px;
}

.connect-uc p {
    margin-top: 20px;
}

.cloud-message h3 {
    color: #3db349;
    padding: 20px 0 0;
}

.stay-connected {
    display: flex;
}

.i-1 i {
    font-size: 40px;
    background: #3DB349;
    padding: 12px 12px 12px;
    border-radius: 30px;
    color: white;
}

.\31 -2 p {
    padding: 1px 20px 0;
    font-size: 25px;
    font-weight: 700;
    color: #767272;
}

.min-device img {
    width: 100%;
    max-width: 340px;
}

.devices {
    padding: 50px 0 10px;
}

.min-device {
    text-align: center;
}

.three-section {
    text-align: center;
}

.three-section img {
    width: 100%;
    max-width: 800px;
    padding: 20px 0 20px;
}

.features p {
    color: #767272;
}

ul.our-ucaas li {
    color: #767272a3;
}

.ucaas h3 {
    color: #3db349;
}

.features h3 {
    color: #3db349;
}
.deliver h2 {
    color: #3db349;
}

.leader h2 {
    color: #3db349;
}
.connect-uc p strong {
    color: #3db349;
}

.reseach-text p {
    color: #767272;
}
.sms-package p {
    color: #767272;
}

.cam-head span {
    color: #3db349;
}

.cam-head h4 {
  color: #3db349;
  font-size: 40px;
  font-weight: 600;
}

.single-cam {
    display: flex;
    gap: 250px;
    align-items: center;
    padding-bottom:50px;
}

.out-cam-imgs {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.out-cam p {
    color: #767272;
    margin-top:50px;
}
.out-cam {
    width: 100%;
}
.dash-cam-four img {
    width: 100%;
    max-width: 900px;
}

.cam-head {
    padding: 50px 0 0 0;
}

.ai-am-img img {
    width: 100%;
    max-width: 900px;
}

.ai-am-img {
    text-align: center;
}

.ai-cam h3 {
    color: #3db349;
}

.ai-am-img {
    display: flex;
}
.ai-am-img img {
    object-fit:contain;
}

.dash-cam-four {
    display: flex;
}

.dash-cam-four img {
    object-fit: contain;
}

section.first-banner-sec .container-fluid {
    padding: 0;
}


section.first-banner-sec video#video1 {
    object-fit: cover;
}

section.ucast-platform {
    margin: 130px 0 0;
}

.ip3-sensor-card {
    height: 320px;
}



.tab-pane.fade.show.active h1 {
    color: #767272 !important;
}

i.fa.fa-battery-full {
    font-size: 65px;
    padding-bottom: 35px;
    color:grey;
}
.service-card:hover i{
    filter: invert(1) brightness(0);
}

i.fa.fa-clock-o {
    font-size: 65PX;
    padding-bottom: 35px;
    color: grey;
}

i.fa.fa-briefcase {
    font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
i.fa.fa-wrench {
    font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
i.fa.fa-car {
    font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
i.fa.fa-map-marker{
    font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
i.fa.fa-cloud{
    font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
i.fa.fa-thumbs-o-up{
    font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
i.fa.fa-cogs{
     font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
i.fa.fa-wifi{
    font-size: 65px;
    padding-bottom: 35px;
    color: grey;
}
.what-we-txt-snd h4 {
    padding-bottom: 50px !important;
}
.industries_card_content {
    height: 280px;
}
.sol-img {
    width: 50%;
}

.sol-img img {
    width: 61%;
}

section.first-banner-sec #video1 , #video2, #video3, #video4 {
    height: 75vh;
}

.asset-head h3 {
    color: #767272;
}

p {
    color: #767272;
}

.connectivitivy_cards_img h2 {
    color: #767272;
}

.ip3sensors_content_connectivity h3 {
    color: #3db349;
    font-size: 39px;
    text-align: center;
}

.sensors_content_para h2 {
    color: #3db349;
}

.device_featured.slick-initialized.slick-slider h2 {
    color: #3db349;
}

/*.mt-5 {*/
/*    margin-left: 8%;*/
/*}*/

/*.what-we-txt.what-we-txt-snd h4 {*/
/*    margin-top: 100px !important;*/
/*}*/
.ip3sensors_content_connectivity {
    /*text-align: center;*/
}

.cloud-pbx img {
    width: 200px;
    object-fit: contain;
}

.cloud-pbx img:last-child {
    width: 225px;
}

.connect-uc .connect-uc-img {
    width: 200px;
}

.cloud-message img {
    width: 230px;
}

.digital-sol-list {
    justify-content: left ;
}

iframe.esim-zone-1 {
    width: 100%;
    height: 70vh;
}

.telematics-image img {
    width: 100%;
    margin-top: 100px;
}

/*h4.coming-soon {*/
/*    font-family: "Montserrat";*/
/*    font-size: 25px;*/
/*    font-weight: 600;*/
/*    color: #767272;*/
/*    text-align: center;*/
/*    margin-bottom: 20px;*/
/*}*/

h4.coming-soon {
    text-align: center;
    color: #767272;
    font-size: 30px;
    font-weight: 700;
}


.main_lte_senson li {
    color: #767272;
}

.mobile-ai-cam-one h3 {
    color: #3db349;
    font-size: 40px;
    font-weight: 600;
    padding: 0px 0 60px;
}

.mobile-ai-cam-one {
  align-items: flex-start;
}
.mobile-ai-cam-one .ip3sensors_content_connectivity {
  text-align: left;
}


.adv-dri li img {
  width: 20px;
}
.adv-dri {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 25px;
}

.adv-dri li {
  display: flex;
  gap: 20px;
}

.subscrbe-btn h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    text-align: center;
    margin-bottom: 20px;
}

.event {
  font-size: 40px;
   color: #767272;
  
}


.policy-point h3 {
  color: #767272;
}
.policy-point ul li {
  color: #767272;
}
.intrest {
  color: #767272;
}
.sub-cat h3 {
  color: #767272;
}

.sub-cat .cat-1 ul li {
  color: #767272;
}
.sub-cat .cat-2  li {
  color: #767272;
}
.sub-cat .cat-3  li {
  color: #767272;
}

ul.logo-adjust li a img {
    cursor: pointer;
}

#myTabs li a.themebtn.start_working {
  box-shadow: 0px 10px 50px #210605;
  margin-top: 20px;
}

section.resource-cont {
    background: #f2f2f2;
}

.input_3200 button.btn-close {
    border: none;
    padding: 9px;
    background: none;
}

 .input_3200 button.btn-close i {
    font-size: 26px;
    color: #767272;
}
.input_3200 button.btn-close:hover i {
    
    color: #000;
}
 .input_3200 .modal-body {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_3200 .modal-body {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input_3200 .modal-body {
    font-size: 60px;
    font-weight: 700;
    color: grey;
}

.input_3200 h5#exampleModalLabel {
    color: grey;
    padding: 5px 19px 0;

}

.btn-primary:hover {
    border-color: grey;
}
button.btn.btn-primary {
    box-shadow: 0px 10px 50px #210605;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    border: inherit;
    background: #767272 !important;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.ot-logo {
    display: flex;
    justify-content: center;
}

.ot-logo img {
    width: 100%;
    max-width: 215px;
    object-fit: scale-down;
    position: relative;
    top: 49px;
    margin: 0 15px 0;
}

.dig-sol {
    padding: 50px 0 0px !important;
}

.ip3sensors_content_connectivity1.digital-sol-list img:hover {
    transform: 0.5em !important;
}

.ip3sensors_content_connectivity1.digital-sol-list img:hover {
    transform: translateY(-10px);
}

.ip3sensors_content_connectivity1.digital-sol-list img {
    transition: all 0.5s;
}

.ip3sensors_content_connectivity h2 {
    color: #3db349;
    font-size: 40px;
    font-weight: 600;
}

.col-12.col-lg-8.offset-lg-2.mt-5 h4 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #767272;
}

.ip3sensors_content_connectivity img {
    width: 100%;
    max-width: 20px;
    margin: 10px 5px 0;
}

.col-12.col-lg-8.offset-lg-2.mt-5 button.slick-prev.slick-arrow {
    position: relative;
    display: block;
    top: 15rem;
    left: 5rem;
}

.col-12.col-lg-8.offset-lg-2.mt-5 button.slick-next.slick-arrow {
    position: relative;
    left: 41rem;
    bottom: 10rem;
}

   ul.slider-nav .slick-slide {
    float: revert;
    height: 23px;
    width: 350px !important;
    display: flex;
    gap: 11px;
    margin: 31px 1px;
}

button.slick-prev.slick-arrow {
    background: transparent !important;
}

button.slick-next.slick-arrow {
    background: transparent !important;
}

.navigation-links img {
    width: 100%;
    max-width: 25px;
    margin: 0 5px 0;
}

/*ul.slick-dots {*/
/*    display: none !important;*/
/*}*/

.ip3sensors_content_connectivity_slider.slick-initialized.slick-slider img {
    width: 100%;
}


ul.uniqueslidechild-satellite .slick-list.draggable {
    width: 600px !important;
}

ul.uniqueslidechild-BLE {
    width: 100%;
}
.first-slide.inner_2Slideimg.slick-initialized.slick-slider img {
    height: 300px !important;
}

.cat-solution .slick-track {
    width: 360px !important;
}

.ip3sensors_content_connectivity1 .slick-track {
    width: 360px !important;
}

ul.fixed-camera-cat.slick-initialized.slick-slider .slick-track {
    width: 560px !important;
    position: relative;
    left: -110px;
}

.lastslider button.slick-next.slick-arrow {
    top: -9.2rem !important;
}
.lastslider button.slick-prev.slick-arrow{
    top:10rem !important;
}

.lastslider button.slick-next.slick-arrow {
    background: black !important;
}
.lastslider button.slick-prev.slick-arrow {
    background: black !important;
}

/**********************************/






span.grey-color-font {
    color: #767272;
}
.store-page .ot-logo {
    align-items: center;
    height: 500px;
}

img.set-align-1 {
    width: 75%;
    height: 75%;
    margin: 10px 65px 0;
}

img.set-align-2 {
    width: 75%;
    height: 75%;
    margin: 0 50px 0;
}

.policy-point.\31 {
    margin: 0 -50px 0;
}


.policy-point.\32 {
    margin: 0 15px 0;
}

.ip3sensors_content_connectivity h3 {
    padding: 40px 0 0;
}

ul.our-ucaas strong {
    color: #767272a6;
}

ul.uniqueslidechild li.slick-center {
    color: green;
}

ul.uniqueslidechild-satellite li.slick-current {
    COLOR: GREEN;
}

ul.uniqueslidechild-BLE li.slick-slide.slick-current {
    color: green;
}

.ip3sensors_content_connectivity1 li.slick-slide.slick-current {
    color: green;
}

ul.fixed-camera-cat li.slick-slide.slick-current {
    color: green;
}

ul.ai-cam-mobile li.slick-slide.slick-current.slick-center {
    color: green;
}

.policy-point li strong {
    color: darkgrey;
}


.unique_slide_main .slick-slide img {
    width: 316px;
    height: 289px;
    object-fit: fill;
}

.inner_2Slideimg div img {
    width: 100%;
    max-width: 350px;
}

.cai_cam_img {
    width: 78%;
    height: 260px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 210px;
}

.cai_cam_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

ul.lte-carrier li {
    color: darkgrey;
}

.eco-sim p {
    color: darkgrey;
}

.managment p {
    color: darkgrey;
}


.device_featured ul.slick-dots {
    bottom: 130px !important;
}

ul.evoip-category-select li.slick-slide {
    float: none;
    width: 310px !important;
    display: flex;
    height: 20px;
    align-items: center;
    gap: 20px;
    margin: 13px 0 20px 0;
    color: grey;
}

.deliver h3 {
    color: dimgrey;
}

.inner-text li {
    color: darkgrey;
}

.inner-text li {
    color: darkgrey;
}

.ip3sensors_content_connectivity h4 {
    color: grey;
}


.contact-form {
    margin: 50px 0 0 !important; 
}

.smt-btn a {
    font-size: 20px;
    font-weight: 500;
    background: #878383;
    color: white;
    padding: 10px 80px 10px;
    border-radius: 5px;
}

.smt-btn {
    text-align: center;
}

.message-field textarea#exampleFormControlTextarea15 {
    height: 160px;
}

input#exampleFormControlInput11 {
    height: 50px;
}

input#exampleFormControlInput12 {
    height: 50px;
}

input#exampleFormControlInput13 {
    height: 50px;
}

input#exampleFormControlInput14 {
    height: 50px;
}

.inner_banner.partner-banner.align-add {
    height: 340px;
}




/*RESPONSIVE_STARTS__FROM__HERE*/

@media (max-width: 1500px) {
    
    .logo-adjust li a img {
    width: 100px !important; 
}

ul.ai-cam-mobile {
    position: relative;
    right: 115px !important;
}

.header-nav .inner-header-nav {
    display: flex;
    gap: 0px;
}

.header-nav {
    display: flex;
    gap: 0px;
}

.btns_wrap {
    position: fixed;
    right: 1px;
}

    
}


@media (max-width: 1400px) {
    
    .logo-adjust li a img {
    width: 160px;
}

.main_connectivitivy_cards {
    padding: 0px 0px;
}

.asset-head {
    position: relative;
    left: 150px !important;
}

.\35 -screen img {
    width: 100%;
    max-width: 600px;
    position: relative;
    left: 140px;
}

.floatbutton .clickbutton {
    position: relative;
    right: 0px;
}

.our-client-txt h6 {
    padding: 30px 0 0;
}

.main_connectivitivy_cards {
    padding: 0px 0px;
}

   .circle-top {
        display: flex;
        justify-content: center;
        padding: 50px 0 50px;
        position: relative;
        left: 0rem !important; 
    }


.cai_cam_img img {
    width: 40%;
    height: 100%;
    object-fit: cover;
}

.empower h4 {
    color: black;
}

.how-it-works h4 {
    color: black;
}

.empower h4 {
    color: black;
}

.how-it-works h4 {
    color: black;
}

.how-it-works strong {
    color: black;
}

.how-it-works li {
    color: black;
}

.empower p {
    color: black;
}

.empower p {
    color: black;
}

.our-solution h4 {
    color: black;
}

.our-solution p {
    color: black;
}

.digital-twin h4 {
    color: black;
}

.digital-twin p {
    color: black;
}

.edge-computing h4 {
    color: black;
}

.edge-computing p {
    color: black;
}

.iot-platform h4 {
    color: black;
}

.iot-platform p {
    color: black;
}

.iot-security h4 {
    color: black;
}

.iot-security p {
    color: black;
}

.smart-iot h4 {
    color: black;
}

.smart-iot p {
    color: black;
}

.iot-assets h4 {
    color: black;
}

.iot-assets p {
    color: black;
}

.cloud-integration h4 {
    color: black;
}

.cloud-integration p {
    color: black;
}

.iot-data h4 {
    color: black;
}

.iot-data p {
    color: black;
}

.remote-monitoring h4 {
    color: black;
}

.remote-monitoring p {
    color: black;
}

.custom-iot h4 {
    color: black;
}

.custom-iot p {
    color: black;
}

.iot-connective h4 {
    color: black;
}

.iot-connective p {
    color: black;
}

.industrial-iot h4 {
    color: black;
}

.industrial-iot p {
    color: black;
}

.iot-invorment h4 {
    color: black;
}

.iot-invorment p {
    color: black;
}

.iot-fleet h4 {
    color: black;
}

.iot-fleet p {
    color: black;
}

.conclusion h4 {
    color: black;
}

.conclusion p {
    color: black;
}



.header-nav ul li a {
    font-size: 11px;
}

.policy-point li {
    font-size: 15px;
}

.policy-point.\31 {
        position: relative;
        left: 0px;
    }

a.last_text.theme-btn {
    font-size: 14px;
} 

.Zone-one iframe {
    width: 100%;
}

 section.banner-slider .slick-track {
    height: 430px !important;
    margin: 70px 0 0 0;
}

.ip3sensors_content_connectivity.ip3sensors_content_connectivity2 h3 {
    text-align: center;
    position: relative;
    right: 10px;
}

.inner_banner {
    height: 550px;
    justify-content: center;
}

.what-we-do {
    /* background: url(../images/what-we-do-banner.png); */
    width: 100%;
    padding: 60px 40px;
}

.circle-top {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px;
    position: relative;
    left: 9rem;
}

    /*.temp {*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*    position: relative;*/
    /*    top: -866px;*/
    /*    right: -23px;*/
    /*}*/
    
    /*    .sim {*/
    /*    position: relative;*/
    /*    top: -570px;*/
    /*    right: 420px;*/
    /*}*/



}


@media (max-width: 1300px){
    
        .header-nav {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 98%;
    }
    
    .policy-point.\31 {
        position: relative;
        left: 20px;
    }
    
    img.verizon {
    width: 100px;
    margin: 60px 20px 0px;
}

img.t-mobile {
    width: 160px;
    margin: 90px 20px 0;
}

img.at-t {
    width: 160px;
    margin: 89px 20px 0;
}

img.apps-img {
    width: 300px;
    margin: 95px 33px 0;
}

    .circle-top {
        display: flex;
        justify-content: center;
        padding: 5px 0 50px;
        position: relative;
        left: 9rem;
    }


.\35 -screen {
    display: block !important;
}

.green-circle {
    background-color: #3db349;
    padding: 150px 0 150px;
    width: 49%;
    border-radius: 100%;
    display: none;
}

.hide-circle {
    display: none;
}

    
}



@media (max-width: 1200px) {
    
.policy-point li {
    font-size: 15px;
}

/*section.stuf-category .container {*/
/*    height: 520px !important;*/
/*}*/

ul.gateway-satellite.slick-initialized.slick-slider {
    position: relative;
    right: 13rem !important;
}

.btns_wrap .call_wrap {
    width: 280px;
    position: absolute;
    right: -230px;
}    

h3.gateway-head {
    position: relative;
    left: -120px !important;
}

h3.gateway-head {
    position: relative;
    left: -9rem;
}

ul.\34 G-5G.slick-initialized.slick-slider {
    position: relative;
    right: 10rem;
}

h3.wireless {
    position: relative;
    left: -15px !important;
}

h3.lte-second-head-2 {
    position: relative;
    left: -30px !important;
}

h3.sensors-head {
    position: relative;
    left: -15px !important;
}

h3.satelite-heading {
    position: relative;
    left: -15px !important;
}

h3.ble-heading {
    position: relative;
    left: -120px;
}

.ip3sensors_content_connectivity h3 {
    position: relative;
    right: 2rem;
}

ul.inner-header-nav.img_logo img {
    width: 60px;
}

ul.ai-cam-mobile {
    position: relative;
    left: -113px;
}

ul.ble-img-cat {
    position: relative;
    right: 62px !important;
}

.main_ip3_lab.partners-main li {
    margin-top: 10px !important;
    font-size: 14px;
}

h3.ble-heading {
    position: relative;
    right: 105px !important;
}

.mobile-ai-cam-one h3 {
    padding: 0px 0 0px;
}

h3.mobile-heading {
    position: relative;
    left: 0px;
}


.\35 -screen {
    position: relative;
    right: 50px;
}

.asset-head {
    position: relative;
    left: 85px !important;
}

    ul.gateway-satellite.slick-initialized.slick-slider {
        position: relative;
        right: 5rem;
    }
    
    /*    h3.gateway-head {*/
    /*    position: relative;*/
    /*    left: -6rem;*/
    /*}*/
    
         .policy-point.\31 {
        position: relative;
        left: 60px;
        width: 136%;
    }
    
        ul.BLE_wireless.slick-initialized.slick-slider {
        position: relative;
        right: 8rem;
    }


/*********************/



.hide-circle {
    display: none;
}

.green-circle {
    display: none;
}

.\35 -screen {
    display: block !important;
}

    .\35 -screen img {
        width: 100%;
        max-width: 800px;
    }



/********************/


    .cyber {
        display: flex;
        position: relative;
        top: -403px;
        left: 50px;
    }
    
        .light {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -600px;
        right: -15px;
    }


.humid {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -600px;
    right: -170px;
}

    .vib {
        position: relative;
        top: -560px;
        right: 20px;
    }


/*section.site-policies .row {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*}*/

/*.btns_wrap {*/
/*    position: fixed;*/
/*    right: 0px;*/
/*}*/

/*.floatbutton .clickbutton {*/
/*    position: relative;*/
/*    right: 0px;*/
/*}*/

.testimonial-box {
    width: 105%;
}


.industries_card_img img {
  height: 250px;
  width: 100%;
  padding: 0 5px 0 ;
}


.industries_card_content {
    height: 280px;
    margin: 0 5px 0 ;
}

.tabs_ip3_img_2_logos {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.industries_card_content p {
    font-size: 14px;
    font-weight: 400;
}

.main_industries {
    padding: 0 50px 0;
}

.industries_heading h2 {
    font-size: 50px;
    padding: 25px 0 0;
}

.main_privacy_policy {
    padding: 20px 0px;
}

.main_privacy_policy h2 {
    font-size: 50px;
    margin-bottom: 0px;
}


    
.tabs_ip3_img_2_logos img {
    width: 125px;
    object-fit: contain;
    margin-top: 168px;
}

.tabs_ip3_img_google {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}


.tabs_ip3_img_google img {
    width: 160px;
}

.service-card h4 {
    font-size: 17px;
} 

.service-card p {
    padding: 7px 5px 0px 5px;
}

.inner-text ul li {
    font-size: 15px;
}

 a.last_text.theme-btn {
    font-size: 10px;
}

.what-we-txt h4 {
    font-size: 35px;
}

.what-we-txt-snd h4 {
    padding-bottom: 5px !important;
}

.tab-pane.fade.show.active h1 {
    color: #767272 !important;
    font-size: 35px;
    padding: 0 0 10px;
}

.logo-adjust li a img {
    width: 80px;
}

.tab-sec {
    padding: 50px 0px;
}

    .header-nav {
        display: flex;
        align-items: center;
        gap: 5px;
        width: 98%;
    }

.asset-head h3 {
    font-size: 25px;
}

.\33 -screen img {
    width: 100%;
    max-width: 300px;
}

.green-circle {
    background-color: #3db349;
    padding: 160px 0 160px;
    width: 55%;
    border-radius: 100%;
}

    .temp {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -866px;
        right: -21px;
    }

    .sim {
        position: relative;
        top: -570px;
        right: 410px;
    }

    .humid {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -845px;
        right: -125px;
    }

.arti {
    display: flex;
    position: relative;
    top: -450px;
    left: 25px;
}

    .humid {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -600px;
        right: -135px;
    }

    .location {
        display: flex;
        flex-direction: row-reverse;
        top: -750px;
        POSITION: relative;
        right: -50px;
    }

    .cyber {
        display: flex;
        position: relative;
        top: -505px;
        left: 145px;
    }

    /*.light {*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*    position: relative;*/
    /*    top: -780px;*/
    /*    right: -65px;*/
    /*}*/

    .health {
        display: flex;
        position: relative;
        top: -469px;
        left: 80px;
    }

    .vib {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -720px;
        right: -65px;
    }

    .web-app {
        display: flex;
        position: relative;
        top: -412px;
        left: 150px;
    }
    
    .asset-head {
    position: relative;
    /*left: 5rem;*/
}

    .circle-bottom {
        position: relative;
        left: 5rem;
        bottom: 4rem;
    }

.Zone-one {
    margin: 50px 0;
    margin: 20px 40px 0;
}


img.t-mobile {
    width: 160px;
}

img.at-t {
    width: 160px;
}

img.apps-img {
    width: 310px;
    margin: 110px 33px 0;
}

/*img.verizon {*/
/*    width: 120px;*/
/*    margin: 80px 20px 0px;*/
/*}*/

/*.main_connectivitivy_cards {*/
/*    padding: 145px 0px;*/
/*}*/

.industries_card_content h2 {
  font-size: 25px;
}

.device_featured ul.slick-dots {
    bottom: 100px !important;
}

.satellite-gateway-slider .slick-slide img {
    width: 275px;
    height: 290px;
    object-fit: fill !important;
}

.ip3sensors_content_connectivity h3 {
    color: #3db349;
    font-size: 30px;
    text-align: center;
}

ul.gateway-satellite li.slick-slide {
    position: relative;
    left: 270px;
}

.Fixed-camera-slider .slick-slide img {
    width: 375px;
    height: 396px;
    object-fit: contain;
}

.mobile-cam-slider .slick-slide img {
    width: 260px;
    /* height: 396px; */
    object-fit: fill;
}

.leader h2 {
    font-size: 35px;
    font-weight: 800;
}

.our-client-txt h4 {
    font-size: 40px;
    padding: 0 0px 15px;
}

.input_3200 h1 {
    font-size: 20px;
}


.eco-sim p {
    font-size: 17px;
}

.managment p {
    font-size: 17px;
}

.lte-carrier li {
    list-style: disc;
    font-size: 17px;
}


.managment h4 {
    font-size: 20px;
}

.inner_banner h1 {
    font-size: 40px;
}

.main_ip3_lab {
    padding: 220px 0px;
    background: #f2f2f2;
}

.cat-2 {
    width: 135%;
    margin: 0 -30px 0;
}

.cat-3 {
    width: 135%;
    margin: 0 15px 0;
}

.our-client-say {
    padding: 0px 0px;
    background: #f2f2f2;
}

h4.coming-soon {
    padding-bottom: 0px;
    padding-top: 30px;
}

/*ul.inner-header-nav.img_logo img {*/
/*    width: 70px;*/
/*}*/

/*button.slick-next.slick-arrow {*/
/*    display: none;*/
/*}*/

/*button.slick-prev.slick-arrow.slick-disabled {*/
/*    display: none;*/
/*}*/

.main_lte_senson {
    padding: 92px 0 0;
}

.md-col-4.network {
    margin: 180px 0 20px;
}

.footer-links ul li a {
  font-size: 10px;
}

.footer-about p {
  font-size: 14px;
}

.cai_cam_img {
  width: 220%;
  height: 310px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 210px;
}

    .circle-top {
        display: flex;
        justify-content: center;
        padding: 50px 0 50px;
        position: relative;
        /*left: 5rem !important;*/
    }
    
    .temp {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -750px;
        right: 0px !important;
    }    

    .sim {
        position: relative;
        top: -495px;
        right: 345px;
    }
    
    .policy-point.\32 {
    margin: 0px 0px 0;
    position: relative;
    left: 20px;
}


    
}

@media (max-width: 992px) {
    
    .policy-point li {
        font-size: 13px;
        /* width: 100%; */
        /*margin: 0 75px 10px;*/
    }
    
    /*    .tabs_logos {*/
    /*    margin-right: 157px !important;*/
    /*}*/
    
/*    h3.wireless {*/
/*    position: relative;*/
/*    left: 30px !important;*/
/*}*/

/*h4.camera-head-fixing {*/
/*    text-align: center;*/
/*}*/


h3.ble-head-accressories {
    position: relative;
    left: 1px !important;
}

h3.ble-heading {
    position: relative;
    left: -30px !important;
}

section.stuf-category .container {
    height: 400px !important;
}

.btns_wrap {
    position: fixed;
    right: 5px;
}

.floatbutton .clickbutton {
    position: relative;
    right: 5px;
}


.\35 -screen img {
    width: 100%;
    max-width: 520px;
}

    /*h3.gateway-head {*/
    /*    position: relative;*/
    /*    left: -250px !important;*/
    /*}*/

p.lte-set-1 {
    position: relative;
    text-align: center;
    left: -160px !important;
}

/*ul.gateway-satellite.slick-initialized.slick-slider {*/
/*    position: relative;*/
/*    right: 21rem !important;*/
/*}*/


h4.lte-set-2 {
    text-align: center;
    position: relative;
    left: -50px !important;
}


ul.uniqueslidechild-BLE {
    position: relative;
    width: 100%;
    right: 8rem !important;
}

.tabs_logos {
        margin-right: 145px !important;
    }


    ul.ai-cam-mobile {
        position: relative;
        left: -122px;
    }

    h3.mobile-heading {
        position: relative;
        left: 0rem;
    }
    
/*    h3.lte-second-head-2 {*/
/*    position: relative;*/
/*    left: 15px !important;*/
/*}*/
    
        .ip3sensors_content_connectivity h3 {
        color: #3db349;
        font-size: 26px;
        text-align: center;
        position: relative;
        /*left: -150px;*/
    }
    
    /*    ul.uniqueslidechild-BLE {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    right: 8rem;*/
    /*}*/
    
    .site-policies .row {
        display: flex;
        flex-direction: row;
    }
    
    .policy-point ul li {
    color: #767272;
    font-size: 10px !important;
}

/*    h3.ble-heading {*/
/*    position: relative;*/
/*    left: -43px;*/
/*}*/
    
    /*    ul.uniqueslidechild-BLE {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    right: 9rem;*/
    /*}*/

    
    /*    ul.inner-header-nav.img_logo img {*/
    /*    width: 39px;*/
    /*}*/
    
    .site-policies {
    padding: 50px 0px;
}

.dropdownnew li img {
    width: 40% !important;
}

ul.inner-header-nav.img_logo img {
    width: 39px;
}


.site-policies .row {
    display: flex;
    flex-direction: row;
}
    
    
         ul.uniqueslidechild-BLE {
        position: relative;
        width: 100%;
        /* right: 5rem; */
    }
    
.modal-dialog {
    width: 95% !important;
}

label.lns-checkbox span {
    font-size: 10px !important;
}

.unique_slide_main .slick-slide img {
    width: 250px;
    height: 240px;
    object-fit: fill;
}


/*h3.satelite-heading {*/
/*    position: relative;*/
/*    left: 0rem;*/
/*}*/

/*h3.gateway-head {*/
/*    position: relative;*/
/*    left: -7rem;*/
/*}*/

.cam-head h4 {
    color: #3db349;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
    position: relative;
    /*left: 14px;*/
}

h2.mobile-heading {
    text-align: center;
    position: relative;
    left: -40px;
}

/*h3.mobile-heading {*/
/*    position: relative;*/
/*    left: 190px;*/
/*}*/

/*ul.ai-cam-mobile {*/
/*    position: relative;*/
/*    left: 100px;*/
/*}*/


#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    display: none !important;
}


.tabs_ip3_img img {
    width: 100%;
}

.tabs_ip3_img_2 img {
    width: 100%;
    max-width: 385px;
}

.tabs_logos {
    margin-right: 150px !important;
}

.howget_btn {
    text-align: center;
}

.tabs_ip3_img_google {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
    padding: 0px 0 45px;
}

.tabs_ip3_img_2_logos {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.tabs_ip3_img_2_logos img {
    width: 110px;
    object-fit: contain;
    margin-top: 70px;
}

.inside_tabs_heading h1 {
    font-size: 31px;
}

ul#myTabs {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-left: 1px;
    padding: 20px 0 0;
}

.testimonial-box {
    padding: 20px 12px 30px;
    background: rgb(247, 247, 247);
    margin: 0px 0px 10px 0px;
    height: 480px;
    /*width: 115%;*/
}

.header-nav ul li a {
    font-size: 9px;
}

.header-nav .inner-header-nav {
    display: flex;
    gap: 3px;
}

.dropdownnew button.btn.dropdown-toggle {
    font-size: 9px;
}

li.set-slide-inner-1 img {
    width: 45% !important;
}


.footer-about ul {
    padding: 0 0 20px;
}

.footer-about ul {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 0 20px;
}

.row.testimonial_slider {
    display: flex;
    flex-direction: column;
}

.slick-list.draggable {
    width: 100%;
}

.\33 -screen img {
    width: 100%;
    max-width: 230px;
}

.green-circle {
    background-color: #3db349;
    padding: 150px 0 150px;
    width: 65%;
    border-radius: 100%;
}

.asset-head h3 {
    font-size: 20px;
}

.temp img {
    width: 100%;
    max-width: 50px;
}

.humid img {
    width: 100%;
    max-width: 50px;
}

.sim img {
    width: 100%;
    max-width: 50px;
}

.arti img {
    width: 100%;
    max-width: 50px;
}

.location img {
    width: 100%;
    max-width: 50px;
}

.cyber img {
    width: 100%;
    max-width: 50px;
}

.light img {
    width: 100%;
    max-width: 50px;
}

.health img {
    width: 100%;
    max-width: 50px;
}

.web-app img {
    width: 100%;
    max-width: 50px;
}

.vib img {
    width: 100%;
    max-width: 50px;
}

    .web-app {
        display: flex;
        position: relative;
        top: -350px;
        left: 125px;
    }

p.sim-para {
    margin: 13px 10px 13px;
    font-size: 14px;
}



    /*.vib {*/
    /*    position: relative;*/
    /*    top: -606px;*/
    /*    right: -99px;*/
    /*}*/

    .health {
        position: relative;
        top: -372px;
        left: 85px;
    }

    /*.cyber {*/
    /*    display: flex;*/
    /*    position: relative;*/
    /*    top: -414px;*/
    /*    left: 115px;*/
    /*}*/

/*.arti {*/
/*    display: flex;*/
/*    position: relative;*/
/*    top: -455px;*/
/*    left: 95px;*/
/*}*/

/*.sim {*/
/*    position: relative;*/
/*    top: -493px;*/
/*    right: 285px;*/
/*}*/

    /*.light {*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*    position: relative;*/
    /*    top: -630px;*/
    /*    right: -90px;*/
    /*}*/

    /*.location {*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*    top: -670px;*/
    /*    POSITION: relative;*/
    /*    right: -130px;*/
    /*}*/

    /*.humid {*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*    position: relative;*/
    /*    top: -700px;*/
    /*    right: -170px;*/
    /*}*/

    /*.temp {*/
    /*    display: flex;*/
    /*    flex-direction: row-reverse;*/
    /*    position: relative;*/
    /*    top: -750px;*/
    /*    right: -55px;*/
    /*}*/

img.apps-img {
    width: 169px;
    margin: 110px 33px 0;
}

img.at-t {
    width: 120px;
}

img.t-mobile {
    width: 120px;
}

img.verizon {
    width: 100px;
    margin: 80px 20px 0px;
}

.main_connectivitivy_cards {
    padding: 0px 0px;
}

.ip3-sensor-card {
    height: 395px;
}

.inner_2Slideimg.slick-initialized.slick-slider {
  width: 100%;
  position: relative;
  left: 0rem;
}

.uniqueslidechild-LTE-slider .slick-slide img {
    object-fit: contain;
}

.inner_3Slideimg button.slick-next.slick-arrow {
  background: black !important;
  right: 38px;
  /*display: none !important;*/
}

.inner_3Slideimg button.slick-prev.slick-arrow {
  background: black !important;
  z-index: 99899;
  color: white;
  left: 0px;
  /*display: none !important;*/
}

    .main_industries_card {
        width: 110%;
        padding: 0px 0px 144px;
    }

.industries_card_content h2 {
    font-size: 17px;
}

.industries_card_content p {
    font-size: 15px;
}

.industries_card_img {
     height: 250px;
     width:100%;
}

    ul.uniqueslidechild-BLE {
        position: relative;
        width: 100%;
        right: 9rem;
    }

ul.uniqueslidechild-satellite.slick-initialized.slick-slider {
    position: relative;
    right: 7rem;
}

ul.uniqueslidechild.slick-initialized.slick-slider {
    position: relative;
    right: 2rem;
}

.satellite-gateway-slider .slick-slide img {
    width: 275px;
    height: 290px;
    object-fit: fill !important;
}

/*ul.\34 G-5G.slick-initialized.slick-slider {*/
/*    position: relative;*/
/*    right: 18rem;*/
/*}*/

ul.cat-solution.slick-initialized.slick-slider {
    position: relative;
    right: 8rem;
}

ul.cat-20.slick-initialized.slick-slider {
    position: relative;
    right: 5rem;
}

ul.gateway-satellite.slick-initialized.slick-slider {
    position: relative;
    right: 15rem;
}

    /*    .ip3sensors_content_connectivity h3 {*/
    /*    position: relative;*/
    /*    right: 0rem;*/
    /*}*/

/*ul.BLE_wireless.slick-initialized.slick-slider {*/
/*    position: relative;*/
/*    right: 13rem;*/
/*}*/

.cai_cam_img img {
    width: 56%;
    height: 100%;
    object-fit: cover;
}

.\31 -2 p {
    padding: 1px 20px 0;
    font-size: 18px;
    font-weight: 700;
    color: #767272;
}

.i-1 i {
    font-size: 28px;
    background: #3DB349;
    padding: 12px 12px 12px;
    border-radius: 30px;
    color: white;
}

.footer-about h5 {
    color: #3db349;
    font-size: 35px;
    font-weight: 500;
}

.leader h2 {
    font-size: 29px;
    font-weight: 800;
}

.lte-carrier li {
    list-style: disc;
    font-size: 17px;
}

h2.head-sec {
    font-size: 30px;
}

h4.coming-soon {
    font-size: 30px;
}

/*.main_ip3_lab.partners-main li {*/
/*  margin-top: 10px !important;*/
/*  font-size: 9px;*/
/*}*/


}

@media (max-width: 768px) {
    
.satellite-gateway-slider .slick-slide img {
    position: relative;
    left: 8rem;
}

ul#menu li a:hover {
    color: #3db349;
}

.dropdown.new-2.show img {
    width: 10%;
}

.dropdown.new-3.show img {
    width: 8%;
    margin: 0 3px 0;
}

.dropdown-menu.show {
    overflow: overlay;
    height: 280px;
    font-size: 13px;
}


h3.gateway-head {
    position: relative;
    left: -150px !important;
}

ul.gateway-satellite.slick-initialized.slick-slider {
    position: relative;
    right: 16rem !important;
}

h3.ble-heading {
    position: relative;
    left: -35px !important;
}

ul.uniqueslidechild-BLE {
    position: relative;
    width: 100%;
    right: 8rem !important;
}

    .tabs_logos {
        margin-right: 150px !important;
    }

.ip3-sensor-card {
    height: 340px !important;
}

.main_lte_senson {
    padding: 0px 0 0;
}

/*ul.uniqueslidechild-BLE {*/
/*    position: relative;*/
/*    width: 100%;*/
/*    right: 5rem !important;*/
/*}*/

/*.tabs_logos {*/
/*    margin-right: 50px !important;*/
/*}*/

.policy-point ul li {
    color: #767272;
    font-size: 12px !important;
}

.step h4 {
    padding: 0px 0 10px 0px;
    font-size: 16px;
}

.checked_items_selected {
    padding: 20px 10px;
}

    .policy-point.\31 {
        position: relative;
        left: 60px;
        width: 89%;
    }

    /*ul.ai-cam-mobile {*/
    /*    position: relative;*/
    /*    left: -35px;*/
    /*}*/


    ul.BLE_wireless.slick-initialized.slick-slider {
        position: relative;
        right: 7rem;
    }
    
        h2.mobile-heading {
        text-align: center;
        position: relative;
        left: -18px;
    }
    
    /*    h3.mobile-heading {*/
    /*    position: relative;*/
    /*    left: 5rem;*/
    /*}*/

    .policy-point.\32 {
        margin: 0 -12px 0;
    }

.\35 -screen img {
    width: 100%;
    max-width: 335px;
}

h3.lte-head {
    position: relative;
    left: 15px;
}


/*h3.ble-heading {*/
/*    position: relative;*/
/*    left: -2rem;*/
/*}*/

    /*ul.uniqueslidechild-BLE {*/
    /*    position: relative;*/
    /*    width: 100%;*/
    /*    right: 5rem;*/
    /*}*/

    /*ul.gateway-satellite.slick-initialized.slick-slider {*/
    /*    position: relative;*/
    /*    right: 5rem !important;*/
    /*}*/

h3.gateway-head {
    position: relative;
    left: -145px;
}

    /*.ip3sensors_content_connectivity h3 {*/
    /*    color: #3db349;*/
    /*    font-size: 26px;*/
    /*    text-align: center;*/
    /*    position: relative;*/
        /*left: -27px;*/
    /*}*/
    
/*    h3.gateway-head {*/
/*    position: relative;*/
/*    left: -145px;*/
/*}*/

h3.lte-second-head {
    position: relative;
    right: 20px;
}

    /*ul.gateway-satellite.slick-initialized.slick-slider {*/
    /*    position: relative;*/
    /*    right: 15rem !important;*/
    /*}*/
    

#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    display: none !important;
}



.burger-logo img {
    width: 100%;
    max-width: 200px;
    position: relative;
    top: -3rem;
    left: 19rem;
}



/*.tabs_logos {*/
/*        margin-right: 160px;*/
/*    }*/


        .inner_2Slideimg.slick-initialized.slick-slider {
        width: 60%;
        position: relative;
        left: 0rem;
    }
    
    .device_featured ul.slick-dots {
        bottom: 20px !important;
    }


.cai_cam_img img {
  width: 20%;
  height: 100%;
  object-fit: cover;
}

.inner_3Slideimg button.slick-prev.slick-arrow {
    background: black !important;
    z-index: 99899;
    color: white;
    left: 20px;
}

.cam-head h4 {
    font-size: 30px;
}


.ip3sensors_content_connectivity h2 {
    font-size: 30px;
}

.mobile-ai-cam-one h3 {
    font-size: 30px;
    padding: 0px 0 10px;
}

ul.ble-img-cat.slick-initialized.slick-slider {
    position: relative;
    right: 4rem;
}

section.first-banner-sec video#video1 {
    object-fit: contain;
}

.floatbutton {
    display: block;
}

.cloud-pbx img {
    width: 118px;
    object-fit: contain;
}

.cloud-pbx img:last-child {
    width: 140px;
}

.alarm {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.alarm {
    display: flex;
    gap: 50px;
    align-items: baseline;
}

.stay-connected {
    display: flex;
    justify-content: center;
    padding: 10px 0 0;
}

.cloud-message h3 {
    text-align: center;
}

.cloud-message {
    text-align: center;
}

button.openbtn {
    display: block !important;
}

.header-nav {
    /* display: none !important; */
}

button.btn.btn-secondary.dropdown-toggle {
    background: none;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
    border: none;
    font-size: 16px;
    position: relative;
    left: -15px;
    text-transform: capitalize;
}

.sidebar a {
    font-size: 15px;
}

.\33 -screen img {
    width: 100%;
    max-width: 170px;
}

.green-circle {
    background-color: #3db349;
    padding: 120px 0 120px;
    width: 70%;
    border-radius: 100%;
}

    .vib {
        position: relative;
        top: -555px;
        right: -75px;
    }

.web-app {
    display: flex;
    position: relative;
    top: -300px;
    left: -13px;
}

.light {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -574px;
    right: 22px;
}

.health {
    position: relative;
    top: -311px;
    left: -92px;
}

p.sim-para {
    margin: 13px 2px 13px;
    font-size: 10px;
}

    .web-app {
        display: flex;
        position: relative;
        top: -300px;
        left: 162px;
    }

    .light {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -565px;
        right: -100px;
    }

    .health {
        position: relative;
        top: -315px;
        left: 105px;
    }

    .location {
        display: flex;
        flex-direction: row-reverse;
        top: -585px;
        POSITION: relative;
        right: -135px;
    }

    .cyber {
        display: flex;
        position: relative;
        top: -340px;
        left: 120px;
    }

    .humid {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -630px;
        right: -165px;
    }

    .arti {
        display: flex;
        position: relative;
        top: -365px;
        left: 95px;
    }

    .temp {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -651px;
        right: -100px;
    }

.sim {
    position: relative;
    top: -400px;
    right: 180px;
}


img.apps-img {
    width: 130px;
    margin: 110px 33px 0;
}

img.at-t {
       width: 100px;
}

img.t-mobile {
    width: 100px;
}

img.verizon {
    width: 100px;
    margin: 80px 0px 0px;
}

img.apps-img {
    width: 130px;
    margin: 110px 0px 0;
}

.col-12.col-lg-8.offset-lg-2.mt-5 button.slick-next.slick-arrow {
    position: relative;
    left: 41rem;
    bottom: 10rem;
    display: none !important;
}

.col-12.col-lg-8.offset-lg-2.mt-5 button.slick-prev.slick-arrow {
    position: relative;
    display: block;
    top: 15rem;
    left: 5rem;
    display: none !important;
}

    
.inner_banner h1 {
    font-size: 30px;
}

/*.site-policies .row {*/
/*  display: flex;*/
/*  flex-direction: column !important;*/
/*}*/

/*section.site-policies {*/
/*  display: none !important;*/
/*} */

.what-we-txt h4 {
  font-size: 20px;
}

.what-we-txt p {
  font-size: 20px;
}

/*.our-client-say {*/
/*  display: none !important;*/
/*}*/

.tab-pane.fade.show.active h1 {
  font-size: 28px;
}

.inside_tabs_heading h1 {
  font-size: 25px;
}

.inside_tabs_heading h1 img {
  width: 170px;
  margin: 0px 10px 0px 0px;
}

.inside_tabs_heading p {
  font-size: 20px;
}

.main-what h2 {
  font-size: 25px;
}


#menuToggle {
    display: block;
    position: relative;
    top: 10px;
    left: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    display: none !important;
}

.header-nav {
    display: none !important;
}

    .header-nav {
        display: block !important;
    }


    
}

@media (max-width: 576px) {
    
    button.openbtn {
    display: block;
}

ul#menu li a:hover {
    color: #3db349;
}

.content_firstform .image_formstep {
    width: 270px;
}

.btns_wrap {
    position: fixed;
    right: 2px !important;
}

.policy-point.\32 {
    margin: 0 5px 0;
}

.tabs_logos {
    margin-right: 10px !important;
}

.tab-pane.fade.show.active h1 {
        font-size: 20px;
    }
    
    section.main-what h2 img {
    width: 120px !important;
}

    .policy-point.\31 {
        position: relative;
        left: 75px;
        width: 89%;
    }

.content_firstform {
    display: flex;
    align-items: center;
    padding: 20px 0px 22px 38px;
    flex-direction: column;
}


.why_ip3_things_btn {
    text-align: center;
    margin-top: 50px;
}

.header-nav {
        display: none !important;
    }


.\33 -screen img {
    width: 100%;
    max-width: 120px;
}

.green-circle {
    background-color: #3db349;
    padding: 80px 0 80px;
    width: 60%;
    border-radius: 100%;
}

.vib img {
    width: 100%;
    max-width: 40px;
}

.web-app img {
    width: 100%;
    max-width: 40px;
}

.light img {
    width: 100%;
    max-width: 40px;
}

.health img {
    width: 100%;
    max-width: 40px;
}

.location img {
    width: 100%;
    max-width: 40px;
}

.cyber img {
    width: 100%;
    max-width: 40px;
}

.arti img {
    width: 100%;
    max-width: 40px;
}

.humid img {
    width: 100%;
    max-width: 40px;
}

.sim img {
    width: 100%;
    max-width: 40px;
}

.temp img {
    width: 100%;
    max-width: 40px;
}

.web-app {
  display: flex;
  position: relative;
  top: -244px;
  left: 55px;
}

.vib {
  position: relative;
  top: -448px;
  right: 12px;
}

.light {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -454px;
    right: -8px;
}

.health {
    position: relative;
    top: -251px;
    left: 5px;
}

.location {
    display: flex;
    flex-direction: row-reverse;
    top: -471px;
    POSITION: relative;
    right: -35px;
}

.cyber {
    display: flex;
    position: relative;
    top: -267px;
    left: 17px;
}

.humid {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -490px;
    right: -70px;
}

.arti {
    display: flex;
    position: relative;
    top: -286px;
    left: 5px;
}

.temp {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -507px;
    right: 0px;
}

.sim {
    position: relative;
    top: -301px;
    right: 190px;
}

.asset-head h3 {
    font-size: 15px;
}

section.stuf-category .container {
    height: 385px;
}


img.verizon {
    width: 113px;
    margin: 80px 0px 0px;
}

img.apps-img {
    width: 99px;
    margin: 110px 0px 0;
}

img.at-t {
    width: 65px;
}

img.t-mobile {
    width: 60px;
}
img.mob-men-img2 {
    width: 100%;
}

img.image-1.mob-men-img {
    width: 65%;
}

/*ul.BLE_wireless.slick-initialized.slick-slider {*/
/*    position: relative;*/
/*    right: 5rem;*/
/*}*/

ul.gateway-satellite.slick-initialized.slick-slider {
    position: relative;
    /*right: 1rem !important;*/
}

.ip3sensors_content_connectivity h3 {
    color: #3db349;
    font-size: 26px;
    text-align: center;
}

.network img {
    width: 100%;
    max-width: 60px;
}

.eco-sim p {
    font-size: 16px;
}

.asset-head {
    position: relative;
    left: 2rem;
}

.circle-top {
    display: flex;
    justify-content: center;
    padding: 50px 0 50px;
    position: relative;
    left: 3rem;
}

/* .main_industries {
    display: none;
} */


.main_privacy_policy h2 {
    font-size: 40px;
    margin-bottom: 0px;
}

.circle-bottom {
    position: relative;
    left: 5rem;
}

img.verizon {
    width: 100px;
    margin: 80px 0px 0px;
}

.ip3-sensor-card {
    height: 420px;
}

.connectivitivy_cards img {
    width: 70px;
}

.connectivitivy_cards p {
    font-size: 15px;
}

.cam-head h4 {
    font-size: 25px;
    text-align: center !important;
}

.ip3sensors_content_connectivity h2 {
    font-size: 25px;
    text-align: center !important;
}

.mobile-ai-cam-one h3 {
    font-size: 25px;
    padding: 0px 0 10px;
}

.ai-cam h3 {
    color: #3db349;
    font-size: 25px;
}

.cai_cam_img img {
  width: 26%;
  height: 100%;
  object-fit: cover;
}

.main_industries {
  padding: 0 0px 0;
}

.store-page .ot-logo {
  align-items: center;
  height: 300px;
}

#menuToggle {
    display: block;
    position: relative;
    top: 50px;
    left: 50px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
    display: block !important;
}
.unique_slide_main-BLE .slick-slide{
    justify-content: center !important;
    display: flex !important;
}



}


@media (max-width: 430px) {
.ip3sensors_content_connectivity1 ul.uniqueslidechild-BLE {
    margin-left: 99px;
}
#main_ip_thing_finder .row {
    width: 100% !important;
}

ul#menu li a:hover {
    color: #3db349;
}

h3.satelite-heading {
    position: relative;
    left: -28px !important;
}

    h3.ble-heading {
        position: relative;
        left: -53px !important;
    }

.banner_btn_main {
    margin: -40px 0 0 0;
}

.leader {
    width: 100% !important;
}

img.sim-img {
    width: 100%;
    max-width: 300px !important;
}

.how-it-works {
    padding: 0 15px 0;
}

ul.ai-cam-mobile {
    position: relative;
    left: -22px !important;
}

    h3.ble-head-accressories {
        position: relative;
        left: -27px !important;
    }

section.first-banner-sec video#video1 {
    object-fit: contain;
    margin: 80px 0 0;
}


ul.ai-cam-mobile .slick-track {
    width: 260px !important;
}

ul.ble-img-cat.slick-initialized.slick-slider {
    position: relative;
    right: 42px;
}

    h3.mobile-heading {
        position: relative;
        left: 1rem;
    }

.ip3sensors_content_connectivity1 ul li {
    font-size: 13px;
}

h3.lte-head {
    position: relative;
    left: -20px;
}

ul.gateway-satellite li.slick-slide {
    position: relative;
    left: 190px;
}

h3.gateway-head {
    position: relative;
    left: -41px;
}


h3.sensors-head {
    position: relative;
    right: 20px !important;
}

    .floatbutton .clickbutton {
        position: relative;
        right: 0px;
    }


  .input_3200_new_imgs {
    display: flex;
    margin-bottom: 50px;
    flex-direction: column;
}

.main_tabs_heading h3 {
  font-size: 30px;
}

.tabs_logos {
    margin-right: 15px;
}

.themebtn {
  font-size: 14px;
}

.why_ip3_things_btn button {
  box-shadow: 0px 10px 50px #210605;
  padding: 10px 25px 10px;
}

.tabs_ip3_img_google img {
  width: 130px;
}

.tabs_ip3_img_2 img {
  width: 100%;
  max-width: 285px;
}

.tabs_ip3_img_2_logos img {
  width: 100px;
}

.what-we-txt img {
  width: 150px;
}

.what-we-txt p {
  font-size: 15px;
}

.what-we-txt img {
  width: 55%;
}

.asset-head {
    position: relative;
    left: 30px !important;
}

.\35 -screen {
    position: relative;
    right: 122px !important;
}

    p.lte-set-1 {
        position: relative;
        text-align: center;
        left: -130px !important;
    }
    
        h4.lte-set-2 {
        text-align: center;
        position: relative;
        left: -23px !important;
    }
    
        ul.\34 G-5G.slick-initialized.slick-slider {
        position: relative;
        right: 9rem;
    }
    
        ul.gateway-satellite.slick-initialized.slick-slider {
        position: relative;
        right: 8rem !important;
    }

.inner-text ul li::before {
  position: absolute;
  content: "ip3";
  left: -40px;
}

.circle-top {
  position: relative;
  left: 1rem;
}

    .green-circle {
        background-color: #3db349;
        padding: 50px 0 50px;
        width: 55%;
        border-radius: 100%;
        display: none ;
    }

.temp {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    top: -478px;
    right: 38px;
}

.sim {
    position: relative;
    top: -271px;
    right: 190px;
}

.humid {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  top: -486px;
  right: -15px;
}

.web-app {
  display: flex;
  position: relative;
  top: -244px;
  left: 25px;
}

.vib {
  position: relative;
  top: -448px;
  right: 48px;
}

    .light {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -450px;
        right: 28px;
    }
    
        .location {
        display: flex;
        flex-direction: row-reverse;
        top: -467px;
        POSITION: relative;
        right: -5px;
    }
    
        .health {
        position: relative;
        top: -245px;
        left: -15px;
    }
    
        .cyber {
        display: flex;
        position: relative;
        top: -260px;
        left: 2px;
    }
    
        .humid {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
        top: -470px;
        right: -16px;
    }
    
        .arti {
        display: flex;
        position: relative;
        top: -266px;
        left: -12px;
    }
    
        img.verizon {
        width: 55px;
        margin: 98px 0px 0px;
    }
    
        .circle-bottom {
        position: relative;
        left: 1rem;
    }
    
        .Fixed-camera-slider .slick-slide img {
        width: 180px;
        height: 396px;
        object-fit: contain;
    }
    
    ul.ai-cam-mobile li.slick-slide {
    position: relative;
    right: 70px;
}

.cai_cam_img img {
    width: 40%;
    height: 100%;
    object-fit: cover;
}

    .ai-cam h3 {
        color: #3db349;
        font-size: 16px;
        padding: 0 0 10px;
    }
    
        .cloud-pbx img {
        width: 90px;
        object-fit: contain;
    }
    
        .cloud-pbx img:last-child {
        width: 105px;
    }
    
    .features h3 {
    color: #3db349;
    font-size: 25px;
}

.deliver h2 {
    color: #3db349;
    font-size: 20px;
}

.deliver h3 {
    color: dimgrey;
    font-size: 20px;
}

    .sol-two h2 {
        font-size: 16px !important;
        color: grey;
    }

.sol-two img {
    width: 100%;
    max-width: 170px;
    padding: 0 0 10px;
}

        .leader h2 {
        font-size: 18px;
        font-weight: 800;
    }
    
    section.sms-enable {
    padding: 0 10px 0;
}

    .footer-links ul li a {
        font-size: 14px;
    }

    a.last_text.theme-btn {
        font-size: 11px;
    }
    
    .footer-copyright p {
    font-size: 14px !important;
}

.alarm {
    padding: 10px 18px 0;
}

.leader p {
    width: 65%;
}

.connect-uc .connect-uc-img {
    width: 150px;
}

.head-img h3 {
    font-size: 18px;
}

.network p {
    font-size: 20px;
}

ul.lte-carrier {
    padding: 0 12px 0;
}

ul.lte-carrier li {
    font-size: 14px;
}

.security p {
    font-size: 18px;
}

.technology p {
    font-size: 18px;
}

.eco-sim h3 {
    color: #3db349;
    font-size: 20px;
}

.managment h3 {
    color: #3db349;
    font-size: 20px;
}

    .ot-logo img {
        width: 100%;
        max-width: 115px !important;
    }

.inner_banner h1 {
        font-size: 20px;
    }
    
    .partner-banner p {
    color: #000;
    margin-bottom: 30px;
    /* margin-left: 50px; */
    /* margin-right: 50px; */
    font-size: 14px;
}

.event {
    font-size: 25px;
    color: #767272;
}

.subscrbe-btn h2 {
    font-size: 25px;
    color: #767272;
}

.main_ip3_lab h2 {
    font-size: 30px;
}

.policy-point h3 {
    color: #767272;
    font-size: 20px;
}

    .main_ip3_lab.partners-main li {
        margin-top: 10px !important;
        font-size: 14px;
        width: 90%;
    }
    
    section.first-banner-sec.banner-slider {
    padding: 0px 0px 0px 0px;
}

    button.slick-next.slick-arrow {
        display: block;
    }
    
        button.slick-prev.slick-arrow.slick-disabled {
        display: block;
    }
    
    .LTE-gateway .slick-slide img {
    width: 244px;
    /* height: 396px; */
    object-fit: fill !important;
}

.cat-solution-slider .slick-slide img {
    width: 203px;
    height: 225px;
    object-fit: fill !important;
}


section.first-banner-sec #video1, #video2, #video3, #video4 {
    height: 118vh;
}

    .mobile-cam-slider .slick-slide img {
        width: 200px;
        /* height: 396px; */
        object-fit: fill;
    }
    
        .main_industries_card {
        width: 100%;
        padding: 0px 0px 144px;
    }
    
        button.btn.btn-secondary.dropdown-toggle {
        background: none;
        color: black;
        font-weight: 400;
        /*text-transform: uppercase;*/
        border: none;
        font-size: 16px;
        position: relative;
        left: -12px;
    }
    
    /* .dropdown.show img {*/
    /*    width: 100%;*/
    /*    max-width: 100px;*/
    /*    margin: 0 0 20px;*/
    /*}*/
    
    img.image-1 {
    width: 100%;
    max-width: 61px !important;
}

.dropdown.show img {
    width: 100%;
    /*max-width: 80px !important;*/
    margin: 0px 0 10px;
}

.tabs_logos {
        margin-right: 50px;
    }

    .\33 -screen img {
        width: 100%;
        max-width: 100px;
    }

.hide-circle {
    display: none;
}

.\35 -screen img {
    width: 100%;
}

.\35 -screen {
    display: block !important; 
}

.header-main.active {
    top: 0;
    background: white;
}

        .ip3sensors_content_connectivity h3 {
        color: #3db349;
        font-size: 22px;
        /*text-align: left !important;*/
    }
    
 /*.ip3sensors_content_connectivity.ip3sensors_content_connectivity2 h3 {*/
 /*       text-align: left;*/
 /*   }*/

    ul.uniqueslidechild-satellite.slick-initialized.slick-slider {
        position: relative;
        right: 7rem;
    }
    
ul.uniqueslidechild.slick-initialized.slick-slider {
    position: relative;
    right: 3rem;
}
    
h3.head-setting {
    position: relative;
    right: 100px;
}

    ul.gateway-satellite.slick-initialized.slick-slider {
        position: relative;
        right: 9rem !important;
    }

    ul.cat-solution.slick-initialized.slick-slider {
        position: relative;
        right: 7rem;
    }
    
.digital-sol-list {
    justify-content: end;
}

.burger-logo img {
    width: 100%;
    max-width: 150px;
    position: relative;
    top: -39px;
    left: 10rem;
    z-index: -1;
}
.unique_slide_main-BLE .slick-slide{
    justify-content: center !important;
    display: flex !important;
}


}


@media (max-width: 390px) {
    
.footer-copyright p {
    font-size: 11px !important;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 28%;
    font-size: 0;
    width: 420px;
    z-index: 999;
}

.btns_wrap {
    position: fixed;
    right: 4px !important;
}

.burger-logo img {
    width: 100%;
    max-width: 120px;
    position: relative;
    top: -37px;
    left: 9rem;
    z-index: -1;
}

.what-we-txt img {
    width: 40%;
}

.what-we-txt span {
    font-size: 30px;
}

.tabs_logos img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.tabs_ip3_img_2 img {
    width: 100%;
    max-width: 220px;
}

.tabs_ip3_img_2_logos img {
    width: 75px;
}

.tabs_ip3_img_2_logos {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.themebtn {
    font-size: 10px;
}

.what-we-txt h4 {
    font-size: 13px;
}

.what-we-txt p {
    font-size: 11px;
}

.service-card h4 {
    font-size: 12px;
}

.service-card img {
    width: 55px;
}

.inside_tabs_heading h1 img {
    width: 140px;
    margin: 0px 10px 0px 0px;
}

.inside_tabs_heading p {
    font-size: 12px;
}

.tab-pane.fade.show.active h1 {
    font-size: 16px;
}

.our-client-txt h4 {
    font-size: 30px;
    padding: 0 0px 15px;
}

.footer-about p {
    font-size: 12px;
}

.footer-links {
    padding: 0px 0px 0px 20px;
    position: relative;
}

.inner-text ul li {
    font-size: 12px;
}

.\35 -screen img {
    width: 85%;
}

.asset-head {
    position: relative;
    left: 5px !important;
}

.\35 -screen {
    position: relative;
    right: 112px !important;
}

.circle-bottom {
    position: relative;
    left: 1rem;
    display: none;
}

.main_lte_senson {
    padding: 60px 0 0;
}

.dropdown.show img {
    width: 85%;
    /* max-width: 80px !important; */
    margin: 0px 0 10px;
}

.ip3sensors_content_connectivity h3 {
    color: #3db349;
    font-size: 15px;
    /* text-align: left !important; */
}

p.lte-set-1 {
    position: relative;
    text-align: center;
    left: -78px !important;
}

h4.lte-set-2 {
    text-align: center;
    position: relative;
    left: -24px !important;
    font-size: 16px;
}

ul.\34 G-5G.slick-initialized.slick-slider {
    position: relative;
    right: 5rem;
}

.inner_2Slideimg.slick-initialized.slick-slider {
    width: 60%;
    position: relative;
    left: 3rem;
}

.LTE-gateway .slick-slide img {
    width: 225px;
    /* height: 396px; */
    object-fit: fill !important;
}

ul.gateway-satellite.slick-initialized.slick-slider {
    position: relative;
    right: 5rem !important;
}

.sensors_content_para h2 {
    color: #3db349;
    font-size: 30px;
}

.sensors_content_para p {
    font-size: 14px;
}

.ip3sensors_content_connectivity h2 {
    font-size: 21px;
    text-align: center !important;
}

.cai_cam_img img {
    width: 40%;
    height: 100%;
    object-fit: scale-down;
}

.main_lte_senson li {
    color: #767272;
    font-size: 13px;
}

.cam-head h4 {
    font-size: 22px;
    text-align: center !important;
}

.ucaas h3 {
    color: #3db349;
    font-size: 15px;
}

.features h3 {
    color: #3db349;
    font-size: 22px;
}

.deliver h2 {
    color: #3db349;
    font-size: 18px;
}

.deliver h3 {
    color: dimgrey;
    font-size: 13px;
}

.sol-two img {
    width: 100%;
    max-width: 130px;
    padding: 0 0 10px;
}

.digital-sol-list {
    /* justify-content: end; */
    position: relative;
    left: -32%;
}

.leader h2 {
    font-size: 15px;
    font-weight: 800;
}

.leader p {
    width: 95%;
}

.pots img {
    width: 80%;
    /* max-width: 535px; */
}

.cloud-message img {
    width: 160px;
}

.cloud-message h3 {
    text-align: center;
    font-size: 22px;
}

.\31 -2 p {
    font-size: 14px;
}

.min-device img {
    width: 100%;
    max-width: 220px;
}

img.sim-img {
    width: 100%;
    max-width: 225px !important;
}

.connectivitivy_cards p {
    padding: 0px 0px;
}

.network p {
    font-size: 18px;
}

.cyber-img {
    width: 100%;
    max-width: 50px;
}

img.sim-img {
    width: 100%;
    max-width: 185px !important;
}

h2.head-sec {
    font-size: 21px;
}

.how-it-works h4 {
    color: black;
    font-size: 18px;
}

.our-solution h4 {
    color: black;
    font-size: 20px;
}

.digital-twin h4 {
    color: black;
    font-size: 20px;
}

.edge-computing h4 {
    color: black;
    font-size: 20px;
}

.iot-platform h4 {
    color: black;
    font-size: 20px;
}

.iot-security h4 {
    color: black;
    font-size: 20px;
}

.smart-iot h4 {
    color: black;
    font-size: 20px;
}

.iot-assets h4 {
    color: black;
    font-size: 20px;
}

.cloud-integration h4 {
    color: black;
    font-size: 20px;
}

.iot-data h4 {
    color: black;
    font-size: 20px;
}

.remote-monitoring h4 {
    color: black;
    font-size: 20px;
}

.custom-iot h4 {
    color: black;
    font-size: 20px;
}

.iot-connective h4 {
    color: black;
    font-size: 20px;
}

.industrial-iot h4 {
    color: black;
    font-size: 20px;
}

.iot-fleet h4 {
    color: black;
    font-size: 20px;
}

h4.intrest strong {
    font-size: 21px;
}

    .cat-3 {
        width: 135%;
         margin: 0 0px 0; 
    }
    
        .cat-2 {
        width: 135%;
         margin: 0 0px 0; 
    }
    
        section.first-banner-sec video#video1 {
        object-fit: contain;
        margin: 0px 0 0;
    }


}



/*RESPONSIVE_ENDS__FROM__HERE*/


/* body {*/
/*            font-family: "Lato", sans-serif;*/
/*        }*/

/*        .sidebar {*/
/*            height: 100%;*/
/*            width: 0;*/
/*            position: fixed;*/
/*            z-index: 1;*/
/*            top: 0;*/
/*            left: 0;*/
/*            background-color: #111;*/
/*            overflow-x: hidden;*/
/*            transition: 0.5s;*/
/*            padding-top: 60px;*/
/*        }*/

/*        .sidebar a {*/
/*            padding: 8px 8px 8px 32px;*/
/*            text-decoration: none;*/
/*            font-size: 25px;*/
/*            color: #818181;*/
/*            display: block;*/
/*            transition: 0.3s;*/
/*        }*/

/*        .sidebar a:hover {*/
/*            color: #f1f1f1;*/
/*        }*/

/*        .sidebar .closebtn {*/
/*            position: absolute;*/
/*            top: 0;*/
/*            right: 25px;*/
/*            font-size: 36px;*/
/*            margin-left: 50px;*/
/*        }*/

/*        .openbtn {*/
/*            font-size: 20px;*/
/*            cursor: pointer;*/
/*            background-color: #111;*/
/*            color: white;*/
/*            padding: 10px 15px;*/
/*            border: none;*/
/*        }*/

/*        .openbtn:hover {*/
/*            background-color: #444;*/
/*        }*/

/*        #main {*/
/*            transition: margin-left .5s;*/
/*            padding: 16px;*/
/*        }*/

/*        @media screen and (max-height: 450px) {*/
/*            .sidebar {padding-top: 15px;}*/
/*            .sidebar a {font-size: 18px;}*/
/*        }*/
        
        
/*        div#mySidebar {*/
/*    display: none;*/
/*}*/

/*div#mySidebar {*/
/*    display: none !important;*/
/*}*/

/*button.openbtn {*/
/*    display: none !important;*/
/*}*/

/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */

 body
 {
   margin: 0;
   padding: 0;
   
   /* make it look decent enough */
   /* background: #232323;   */
   color: #cdcdcd;
   font-family: "Avenir Next", "Avenir", sans-serif;
 }
 
 #menuToggle {
  display: block;
  position: relative;
  top: 50px;
  left: 50px;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
  display: none;
}
 
 #menuToggle a
 {
   text-decoration: none;
   color: #232323;
   
   transition: color 0.3s ease;
 }
 
 #menuToggle a:hover
 {
   color: #3db349;
 }
 
 
 #menuToggle input
 {
   display: block;
   width: 40px;
   height: 32px;
   position: absolute;
   top: -7px;
   left: -5px;
   
   cursor: pointer;
   
   opacity: 0; /* hide this */
   z-index: 2; /* and place it over the hamburger */
   
   -webkit-touch-callout: none;
 }
 
 /*
  * Just a quick hamburger
  */
 #menuToggle span
 {
   display: block;
   width: 33px;
   height: 4px;
   margin-bottom: 5px;
   position: relative;
   
   background: #cdcdcd;
   border-radius: 3px;
   
   z-index: 1;
   
   transform-origin: 4px 0px;
   
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
               opacity 0.55s ease;
 }
 
 #menuToggle span:first-child
 {
   transform-origin: 0% 0%;
 }
 
 #menuToggle span:nth-last-child(2)
 {
   transform-origin: 0% 100%;
 }
 
 /* 
  * Transform all the slices of hamburger
  * into a crossmark.
  */
 #menuToggle input:checked ~ span
 {
   opacity: 1;
   transform: rotate(45deg) translate(-2px, -1px);
   background: #232323;
 }
 
 /*
  * But let's hide the middle one.
  */
 #menuToggle input:checked ~ span:nth-last-child(3)
 {
   opacity: 0;
   transform: rotate(0deg) scale(0.2, 0.2);
 }
 
 /*
  * Ohyeah and the last one should go the other direction
  */
 #menuToggle input:checked ~ span:nth-last-child(2)
 {
   transform: rotate(-45deg) translate(0, -1px);
 }
 
 /*
  * Make this absolute positioned
  * at the top left of the screen
  */
 #menu
 {
   position: absolute;
   width: 300px;
   margin: -100px 0 0 -50px;
   padding: 83px;
   padding-top: 125px;
   
   background: #ededed;
   list-style-type: none;
   -webkit-font-smoothing: antialiased;
   /* to stop flickering of text in safari */
   
   transform-origin: 0% 0%;
   transform: translate(-100%, 0);
   
   transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
 }
 
 #menu li {
    padding: 10px 0;
    font-size: 16px;
}
 
 /*
  * And let's slide it in from the left
  */
 #menuToggle input:checked ~ ul
 {
   transform: none;
 }

.\35 -screen {
    display: none;
}

.how-it-works li {
    list-style: auto;
    line-height: 35px;
    color: #767272;
}

.our-solution {
    padding: 15px 0 15px;
}

.banner_btn_main .why_ip3_things_btn {
    margin: 0 !important;
}

.banner_btn_main {
    margin: -90px 0 0 0;
}


.empower-sec {
    padding: 50px 0 50px;
}


.digital-twins-sec {
    padding: 50px 0 50px;
}

.iot-platform {
    padding: 0px 0 0px;
}

.iot-security {
    padding: 20px 0 20px;
}

.iot-sec-inn {
    padding: 50px 0 30px;
}

.iot-assets h4 {
    padding: 20px 0 20px;
}

.iot-sec-assets {
    padding: 50px 0 20px;
}

.integration-inn {
    padding: 50px 0 20px;
}

.iot-data {
    padding: 20px 0 10px;
}

.iot-inner-data {
    padding: 50px 0 20px;
}

.remote-monitoring-sec {
    padding: 50px 0 20px;
}

.remote-monitoring {
    padding: 0 0 20px;
}

.custom-iot-inner {
    padding: 50px 0 20px;
}

.iot-connective {
    padding: 20px 0 20px;
}

.connectivity {
    padding: 50px 0 20px;
}

.iot-invorment {
    padding: 20px 0 20px;
}

.fleet-cont {
    padding: 50px 0 20px;
}

.iot-fleet-inner {
    padding: 50px 0 20px;
}

.edge-computing h4 {
    padding: 20px 0 20px;
}

.edge-computing-inner {
    padding: 50px 0 0;
}

.edge-conclusion {
    padding: 50px 0 20px;
}

.conclusion h4 {
    padding: 20px 0 0;
}

.empower {
    text-align: left;
}

.our-solution {
    text-align: left;
}

.digital-twin {
    text-align: left;
}

.edge-computing {
    text-align: left;
}

.iot-platform {
    text-align: left;
}

.iot-security {
    text-align: left;
}

.smart-iot {
    text-align: left;
}

.iot-assets {
    text-align: left;
}

.cloud-integration {
    text-align: left;
}

.iot-data {
    text-align: left;
}

.remote-monitoring {
    text-align: left;
}

.custom-iot {
    text-align: left;
}

.iot-connective {
    text-align: left;
}

.industrial-iot {
    text-align: left;
}

.iot-invorment {
    text-align: left;
}

.iot-fleet {
    text-align: left;
}

.conclusion {
    text-align: left;
}

.predictive-sec {
    padding: 30px 0 0;
}

h4.set {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}


.how-it-works h4 {
    font-family: "Montserrat";font-size:
    40px;font-weight: 
    700;color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.how-it-works strong {
  color: #767272;
  font-weight: 800;
  font-size: 20px;
}

.solution-2 h2 {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 10px;
}

.digital-twin-solutiin h2 {
    font-family: "Montserrat";
    font-size: 40px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.computing-cont h2 {
    font-family: "Montserrat";
    font-size: 35px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 10px;
}


.iot-cont-set h2 {
    text-align: left;
}

.iot-cont-set {
    text-align: left;
    padding: 50px 0 50px;
}

.iot-cont-set h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 25px;
}


.iot-cont-security {
    text-align: left;
}

.iot-cont-security h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.iot-cont-inner h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.assets-cont h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.assets-cont li {
    color: #767272;
    padding: 0px 0 10px;
}

.integration-cont {
    padding: 50px 0 50px;
}

.integration-cont h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.iot-inner-cont-data h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.remote-cont h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    margin-bottom: 30px;
}

.iot-cont h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.connectivity-cont h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.industrial-cont-inner h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.industrial-cont-inner {
    padding: 50px 0 50px;
}

.fleet-cont {
    text-align: left;
}

.fleet-cont h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.fleet-iot h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.conclusion-cont h2 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 30px;
}

.empower h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    text-align: center;
    margin-bottom: 20px;
}

.our-solution h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.digital-twin h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.edge-computing h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.iot-platform h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.iot-security h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.smart-iot h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.iot-assets h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.cloud-integration h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.iot-data h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.remote-monitoring h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.custom-iot h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.iot-connective h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.industrial-iot h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.iot-invorment h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.iot-fleet h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

.conclusion h4 {
    font-family: "Montserrat";
    font-size: 30px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 20px;
}

/*.inner-banner-top img {*/
/*    width: 100%;*/
/*    height: 600px;*/
/*    object-fit: cover;*/
/*    object-position: top;*/
/*}*/

.inner-banner-top {
    text-align: center;
}

.empower i {
    font-size: 15px;
}

.our-solution i {
    font-size: 15px;
}

.digital-twin i {
    font-size: 15px;
}

.edge-computing i {
    font-size: 15px;
}

.iot-platform i {
    font-size: 15px;
}

.iot-security i {
    font-size: 15px;
}

.smart-iot i {
    font-size: 15px;
}

.iot-assets i {
    font-size: 15px;
}

.cloud-integration i {
    font-size: 15px;
}

.iot-data i {
    font-size: 15px;
}

.remote-monitoring i {
    font-size: 15px;
}

.remote-monitoring i {
}

.custom-iot i {
    font-size: 15px;
}

.iot-connective i {
    font-size: 15px;
}

.industrial-iot i {
    font-size: 15px;
}

.iot-invorment i {
    font-size: 15px;
}

.iot-fleet i {
    font-size: 15px;
}

.conclusion i {
    font-size: 15px;
}

.our-solution-1 h2 {
    font-family: "Montserrat";
    font-size: 34px;
    font-weight: 700;
    color: #767272;
    /* text-align: center; */
    margin-bottom: 10px;
}

.iot-cont-security span {
    font-weight: 800;
    font-size: 20px;
}

.iot-cont-inner span {
    font-weight: 800;
    font-size: 20px;
}

.assets-cont span {
    font-weight: 800;
    font-size: 20px;
}

.integration-cont span {
    font-weight: 800;
    font-size: 20px;
}

.iot-inner-cont-data span {
    font-weight: 800;
    font-size: 20px;
}

.remote-cont span {
    font-weight: 800;
    font-size: 20px;
}

.iot-cont span {
    font-weight: 800;
    font-size: 20px;
}

.connectivity-cont span {
    font-weight: 800;
    font-size: 20px;
}

.industrial-cont-inner span {
    font-weight: 800;
    font-size: 20px;
}

.fleet-iot span {
    font-weight: 800;
    font-size: 20px;
}

.solution-2 span {
    font-weight: 800;
    font-size: 20px;
}

.digital-twin-solutiin span {
  font-weight: 800;
  font-size: 20px;
}

.fleet-cont span {
  font-weight: 800;
  font-size: 20px;
}

.computing-cont span {
  font-weight: 800;
  font-size: 20px;
}

.iot-cont-set span {
  font-weight: 800;
  font-size: 20px;
}

.resource-cont h2 {
  font-size: 45px;
  padding: 20px 0 20px;
}

.coming-soon-12 {
  text-align: center;
  color: #767272;
  font-size: 30px;
  font-weight: 700;
}


.accordionip3 {}

.accordionip3 .accordion-button {
    border: 0;
    outline: none;
    font-size: 21px;
    font-weight: 500;
    width: 100%;
    text-align: left;
}

.accordionip3 .accordion-item {
    margin-bottom: 20px;

}

.accordionip3 .accordion-item h3 {
    margin-bottom: 20px;
    border: 3px solid #3db349;
    padding: 10px;
}

