body {
  font-family: "Poppins";
  /* font-size: 22px; */
  color: #23211e;
}
.navbar {
  background: #f9f9f9;
  padding: 1rem;
}
.navbar-brand {
  font-size: 1.5rem;
  color: #555;
}
.nav-link {
  color: #666 !important;
  margin: 0 1rem;
}
    /* Custom styles for elegant and modern look */
    .navbar {
      padding: 1rem 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      /* Subtle bottom border for elegance */
      transition: padding 0.3s ease;
    }

    .navbar-brand {
      font-size: 1.5rem;

      /* Elegant serif font */
      letter-spacing: 1px;
      display: flex;
      align-items: center;
    }

    .navbar-nav .nav-link {
      font-size: 1.1rem;
      font-weight: 500;
  
      /* Modern sans-serif font */
      color: #333;
      /* Dark gray for contrast, keeping it elegant */
      margin-left: 1.5rem;
      padding: 0.5rem 1rem;
      position: relative;
      transition: color 0.3s ease, transform 0.2s ease;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: #b4afd8;
      /* Pure white for active and hover */
      transform: translateY(-3px);
      /* Slight lift for elegance */
    }

    .navbar-nav .nav-link.active::after,
    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link:focus::after {
      content: '';
      position: absolute;
      width: 100%;
      height: 3px;
      bottom: -5px;
      left: 0;
      background-color: #b4afd8;
      /* Light cyan underline */
      transition: width 0.3s ease, left 0.3s ease;
    }

    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link:focus {
      color: #b4afd8;
      /* Bootstrap primary color for hover, elegant blue */
      transform: translateY(-2px);
      /* Subtle lift effect */
    }

    .navbar-nav .nav-link::after {
      content: '';
      position: absolute;
      width: 0;
      height: 2px;
      bottom: 0;
      left: 50%;
      background-color: #007bff;
      transition: width 0.3s ease, left 0.3s ease;
    }

    .navbar-nav .nav-link:hover::after,
    .navbar-nav .nav-link:focus::after {
      width: 100%;
      left: 0;
    }

    .navbar-toggler {
      border: none;
      padding: 0.25rem 0.75rem;
    }

    .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51, 51, 51, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }


.heroOne {
  text-align: left;
  /* border: blue 3px solid; */
}
.heroOne a {
  width: 396px;
  font-size: 26px;
}
.hero_heading {
  font-size: 56px;
  font-weight: 800;
  margin-top: 161px;
  font-style: normal;
  /* padding-bottom: 16px; */
}
.hero h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.hero_two {
  background-size: auto;
  margin-bottom: 100px;
  margin-top: 50px;
}
.hero_two img {
  width: 100%;
  height: 100%;
}
.book-btn {
  width: 350px;
}
.hero p {
  font-size: 26px;
  gap: 2px;
  margin-bottom: 1rem;
}
.btn-primary {
  background-color: #000;
  border-color: #000;
  padding: 0.75rem 2rem;
  font-size: 1rem;
}
.btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
.section {
  padding: 4rem 1rem;
  text-align: center;
}
.section h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}
.section p {
  font-size: 1rem;
  color: #666;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.grid-item {
  background: rgba(255, 255, 255, 0.8);
  padding: 1.5rem;
  border-radius: 10px;
  margin-bottom: 1rem;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-gradient-custom {
  background: linear-gradient(to bottom, #e0e7f0, #d0d8e5);
}
/* SECTION-TWO */
.why_chose_us {
  background: linear-gradient(180deg, #c3dedd 0%, #e3deee 100%);
  width: 100%;
  /* height: 100vh; */
}
.wh_ch_us {
  font-size: 56px;
  /* font-family: m; */
  /* font-weight: 600; */
  font-weight: bold;
  margin-top: 120px;
  /* border: red 1px solid; */
}
.wh_ch_us_p {
  font-size: 26px;
  /* font-family: m; */
  /* font-weight: 100; */
  text-align: justify;
  margin-top: 120px;
}
#last-block{
  margin-bottom: 80px;
}
.bloc_1 {
  /* border: black 1px solid; */
  text-align: center;
}
.bloc_1 img {
  padding: 60px 0 30px 0px;
  width: 81px;
  text-align: center;
}
.bloc_1 p {
  font-size: 20px;
  margin-top: 25px;
  text-align: center;
}
#heading_one {
  font-size: 26px;
  font-weight: 600;
}
.bloc_2 {
  /* border: black 1px solid; */
  text-align: center;
}
.bloc_2 img {
  padding: 90px 0 60px 0px;
  width: 81px;
}
.bloc_2 p {
  font-size: 26px;
  margin-top: 30px;
  text-align: center;
}
.ai_future {
  padding-top: 100px;
  background-color: #f5f3f2;
  text-align: center;
}
.ai_headings {
  font-size: 76px;
  font-weight: 800;
}
.ai_future p {
  font-size: 26px;
  font-weight: 400;
}
#footer1 {
  height: 200px;
  padding-top: 60px;
  background-color: #f5f3f2 !important;
}
.footerline {
  /* justify-content: space-between !important; */
  border-top: 2px solid black;
  /* background-color: #f5f3f2 !important; */
}
/* /// */
.abt_sec {
  /* background-color: red; */
  /* width: 800px; */
  height: 880px;
  /* padding-top: 300px; */
  /* background-image: url(/public/pix/hero_pic.png); */
  position: relative;
  background-repeat: no-repeat;
  background-position-y: 320px;
  background-size: 750px 750px;
}
.abt_pic {
  width: 90%;
  margin-top: 5%;
}
/* plan section-start */
.plan_sec {
  /* height: 100vh; */
  width: 100%;
  /* background-color: red; */
}
.headingOne {
  margin-top: 120px;
  font-size: 56px;
  font-weight: 800;
}
.plan_sec p {
  margin-top: 120px;
  font-size: 26px;
}
#fee {
  text-align: center;
  font-size: 26px;
  margin-top: 80px;
  margin-bottom: 50px;
}
#feature p {
  font-size: 26px;
  font-weight: 800;
  margin-top: 30px;
}
#feature li {
  font-size: 26px;
  /* font-weight: 800; */
}
#feature {
  font-size: 26px;
}
/* plan section-end */
/* FAQ-section-start */
.FAQ {
  /* height: 100vh; */
  /* width: 100%; */
  margin-top: 100px;
  background: #c1dedc;
  background: linear-gradient(118deg,
      rgba(193, 222, 220, 1) 0%,
      rgba(229, 222, 240, 1) 62%);
}
#qs {
  font-size: 26px;
  font-weight: 800;
}
#ans {
  font-size: 26px;
  /* font-weight: 800; */
}
.faq-heading {
  font-size: 56px;
  margin-top: 120px;
  font-weight: 800;
}
#mid_plan {
  font-size: 26px;
  font-weight: 800;
}
#large_plan {
  font-size: 56px;
  font-weight: 800;
}
#small_plan {
  font-size: 26px;
  font-weight: 400;
}
#btn_plan {
  width: 250px;
  font-size: 26px;
}
/* FAQ-section-end */
/* useCae- started */
.useCase {
  font-size: 26px;
  margin-top: 120px;
  text-align: justify;
}
.useCaseP {
  font-size: 26px;
  margin-top: 80px;
  text-align: justify;
  padding-left: 25px;
}
.useCaseimgR {
  margin-top: 80px;
  padding-left: 70px;
  width: 100%;
}
.useCaseimgL {
  margin-top: 80px;
  padding-right: 70px;
  width: 100%;
}
.lastPic {
  margin-bottom: 120px !important;
}
/* useCase-End */
.one {
  margin-top: 45px;
  margin-bottom: 45px;
}
.two {
  margin-bottom: 45px;
}
/* .three {
  margin-top: 45px;
} */
#four {
  margin-top: 20px !important;
}
.five {
  margin-bottom: 20px;
  /* margin-bottom: 20px; */
}
.six {
  margin-top: 20px !important;
}
.seven {
  margin-bottom: 20px;
}
.eight {
  margin-top: 100px;
  margin-bottom: 50px;
  font-size: 30px !important;
}
.lg {

  font-size: 35px !important;
}
.rightPara {
  font-size: 20px;
  text-align: left;
}
.leftImage {
  /* height: 100vh; */
  /* width: 100%; */
  /* background-image: url('/public/pix/industries/one.jpg'); */
  /*  */
  /* background-repeat: no-repeat; */
  width: 90%;
  /* height: 98%; */ 
}
#industries {
  margin-top: 120px;
}
.ai_indus {
  margin-top: 150px;
  text-align: left;
}
#mobile_view {
  display: none !important;
}
.contact {
  font-size: 26px;
  margin-top: 80px;
}
.contact input {
  width: 69%;
  border: 2px solid #4cc2c9ed;
  border-radius: 10px !important;
  height: 50px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}
.btn-submit{
  width: 68%;
   background: #c1dedc;
  background: linear-gradient(118deg,
    rgba(193, 222, 220, 1) 0%,
    rgba(229, 222, 240, 1) 62%);
  ;
border: none;
margin: auto;
color: black;
font-size: 26px;
  border-radius: 10px !important;

}

.btn-submit:hover {
  background-color: green !important;

}

#phone{
  margin-top: 20px;
  margin-bottom: 50px;
}

.thankYou{
  font-size: 56px;
  font-weight: 400;
}
.thankYou p{
  font-size: 26px;
   font-weight: 200;

}
 /* Custom styles for elegant and modern look */
 .navbar {
   padding: 1rem 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   /* Subtle bottom border for elegance */
   transition: padding 0.3s ease;
 }

 .navbar-brand {
   font-size: 1.5rem;

   /* Elegant serif font */
   letter-spacing: 1px;
   display: flex;
   align-items: center;
 }

 .navbar-nav .nav-link {
   font-size: 1.1rem;
   font-weight: 500;

   /* Modern sans-serif font */
   color: #333;
   /* Dark gray for contrast, keeping it elegant */
   margin-left: 1.5rem;
   padding: 0.5rem 1rem;
   position: relative;
   transition: color 0.3s ease, transform 0.2s ease;
 }

 .navbar-nav .nav-link.active,
 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link:focus {
   color: #b4afd8;
   /* Pure white for active and hover */
   transform: translateY(-3px);
   /* Slight lift for elegance */
 }

 .navbar-nav .nav-link.active::after,
 .navbar-nav .nav-link:hover::after,
 .navbar-nav .nav-link:focus::after {
   content: '';
   position: absolute;
   width: 100%;
   height: 3px;
   bottom: -5px;
   left: 0;
   background-color: #b4afd8;
   /* Light cyan underline */
   transition: width 0.3s ease, left 0.3s ease;
 }

 .navbar-nav .nav-link:hover,
 .navbar-nav .nav-link:focus {
   color: #b4afd8;
   /* Bootstrap primary color for hover, elegant blue */
   transform: translateY(-2px);
   /* Subtle lift effect */
 }

 .navbar-nav .nav-link::after {
   content: '';
   position: absolute;
   width: 0;
   height: 2px;
   bottom: 0;
   left: 50%;
   background-color: #b4afd8;
   transition: width 0.3s ease, left 0.3s ease;
 }

 .navbar-nav .nav-link:hover::after,
 .navbar-nav .nav-link:focus::after {
   width: 100%;
   left: 0;
 }

 .navbar-toggler {
   border: none;
   padding: 0.25rem 0.75rem;
 }

 .navbar-toggler-icon {
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(51, 51, 51, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
 }
 .balance{
  margin-bottom: 70px;
 }
 .lg {
   /* margin-bottom: 30px !important; */
   font-size: 35px !important;
 }


  /* .how_it_works {
    text-align: center;
  } */
/* leftImage */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  .navbar {
    padding: 0.75rem 0;
  }

  .navbar-nav {
    padding: 1rem;
    background-color: #f8f9fa;
    /* Light background for mobile menu */
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav .nav-link {
    margin: 0.5rem 0;
    padding: 0.5rem;
    color: #333;
  }

  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link:focus {
    color: #b4afd8;
    background-color: rgba(0, 123, 255, 0.1);
    /* Subtle hover background */
  }
  /* .heroOne {
           text-align: center;
       } */
  .hero_two {
    /* border: red 1px solid; */
    background-size: cover;
    width: 250px;
    height: 250px;
    margin: auto;
  }
  .book_btn {
    margin-bottom: 30px;
  }
  .hero_heading {
    font-size: 30px;
    font-weight: 400;
    margin-top: 40px;
    font-style: normal;
    /* padding-bottom: 16px; */
  }
  .heroOne a {
    width: 230px;
    font-size: 15px;
  }
  .hero p {
    font-size: 17px;
    gap: 2px;
  }
  .hero_two img {
    width: 200px;
    height: 200px;
  }
  .wh_ch_us {
    font-size: 30px;
    /* font-family: m; */
    /* font-weight: 600; */
    font-weight: bold;
    margin-top: 120px;
    /* border: red 1px solid; */
  }
  .wh_ch_us_p {
    font-size: 17px;
    /* font-family: m; */
    /* font-weight: 100; */
    text-align: justify;
    margin-top: 120px;
  }
  .bloc_1 p {
    font-size: 17px;
    margin-top: 30px;
    text-align: center;
  }
  #heading_one {
    font-size: 17px;
    font-weight: 600;
  }
  .bloc_1 img {
    padding: 50px 0 40px 0px;
    width: 50px;
  }
  .bloc_2 p {
    font-size: 17px;
    margin-top: 30px;
    /* text-align: center; */
  }
  .bloc_2 img {
    text-align: center !important;
    padding: 25px 0 20px 0px;
    width: 60px;
    height: 120px;
  }
  .abt_pic {
    width: 100%;
  }
  /* plan section-start */
  .plan_sec {
    /* height: 100vh; */
    width: 100%;
    /* background-color: red; */
  }
  .headingOne {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 800;
  }
  .plan_sec p {
    margin-top: 40px;
    font-size: 17px;
  }
  #fee {
    text-align: center;
    font-size: 17px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  #feature p {
    font-size: 17px;
    font-weight: 800;
    margin-top: 30px;
  }
  #feature li {
    font-size: 17px;
    /* font-weight: 800; */
  }
  #feature {
    font-size: 17px;
  }
  /* plan section-end */
  /* FAQ-section-start */
  .FAQ {
    /* height: 100vh; */
    /* width: 100%; */
    margin-top: 100px;
    background: #c1dedc;
    background: linear-gradient(118deg,
        rgba(193, 222, 220, 1) 0%,
        rgba(229, 222, 240, 1) 62%);
  }
  #qs {
    font-size: 17px;
    font-weight: 800;
  }
  #ans {
    font-size: 17px;
    /* font-weight: 800; */
  }
  .faq-heading {
    font-size: 30px;
    margin-top: 40px !important;
    font-weight: 800;
  }
  #mid_plan {
    font-size: 17px;
    font-weight: 800;
  }
  #large_plan {
    font-size: 30px;
    font-weight: 800;
  }
  #small_plan {
    font-size: 17px;
    font-weight: 400;
  }
  #btn_plan {
    width: 150px;
    font-size: 15px !important;
  }
  .useCase {
    margin-top: 40px;
  }
  .useCase p {
    font-size: 17px;
    /* margin-top: 40px; */
    text-align: justify;
  }
  .useCaseP {
    font-size: 17px;
    margin-top: 40px;
    text-align: justify;
    padding-left: 25px;
  }
  .useCaseimgR {
    margin-top: 40px;
    padding-left: 70px;
    width: 100%;
  }
  .useCaseimgL {
    margin-top: 40px;
    padding-right: 70px;
    width: 100%;
  }
  .lastPic {
    margin-bottom: 40px !important;
  }
  /* useCase-End */
  .one {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .two {
    margin-bottom: 20px;
  }
  /* .three {
  margin-top: 45px;
} */
  #four {
    margin-top: 20px !important;
  }
  .five {
    margin-bottom: 20px;
    /* margin-bottom: 20px; */
  }
  .six {
    margin-top: 20px !important;
  }
  .seven {
    margin-bottom: 20px;
  }
  .eight {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .rightPara {
    font-size: 17px !important;
    text-align: left;
  }
  .leftImage {
    /* height: 100vh; */
    /* width: 100%; */
    /* background-image: url('/public/pix/industries/one.jpg'); */
    /*  */
    /* background-repeat: no-repeat; */
    width: 90%;
    /* height: 98%; */
  }
  #industries {
    margin-top: 40px;
  }
  .ai_indus {
    margin-top: 40px;
    text-align: left;
  }
  #mobile_view {
    display: none !important;
  }
  #desktop_view{
    display: block !important;
  }
 
  .contact {
    font-size: 17px;
    margin-top: 40px;
  }

  .contact input {
    width: 85%;
    border: 1px solid #4cc2c9ed;
    border-radius: 10px !important;
    height: 25px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 10px;
  }

  .btn-submit {
    font-size: 17px;
    font-weight: 800;
    width: 85%;
  border-radius: 10px !important;

  }

  #phone {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .thankYou {
    margin-top: 40px;
    font-size: 30px;
    font-weight: 400;
  }

  .thankYou p {
    font-size: 15px !important;
    font-weight: 200;

  }
  .balance {
    margin-bottom: 0px;
  }
  #mobile_view {
    display: none !important;
  }

  #desktop_view {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .navbar.scrolled {
    padding: 0.5rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  }
  .heroOne {
    text-align: center;
  }
  .hero_two {
    /* border: red 1px solid; */
    display: none !important;
    background-size: cover;
    width: 250px;
    height: 250px;
    margin: auto;
  }
  .book_btn {
    margin-bottom: 30px;
  }
  .hero_heading {
    font-size: 30px;
    font-weight: 400;
    margin-top: 40px;
    font-style: normal;
    /* padding-bottom: 16px; */
  }
  .hero p {
    font-size: 17px;
    gap: 2px;
  }
  .hero_two img {
    width: 200px;
    height: 200px;
  }
  .heroOne a {
    width: 227px;
    font-size: 15px;
  }
  .wh_ch_us {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 60px;
  }
  .wh_ch_us p {
    font-size: 17px;
  }
  .wh_ch_us {
    text-align: center !important;
    font-size: 30px;
    /* font-family: m; */
    /* font-weight: 600; */
    font-weight: bold;
    margin-top: 30px;
    /* border: red 1px solid; */
  }
  .wh_ch_us_p {
    font-size: 15px;
    /* font-family: m; */
    /* font-weight: 100; */
    margin-top: 30px;
    text-align: center;
  }
  .bloc_1 p {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
  .bloc_2 p {
    font-size: 15px;
    margin-top: 15px;
    text-align: center;
  }
  .bloc_1 img {
    padding: 25px 0 20px 0px;
    width: 50px;
  }
  .bloc_2 {
    text-align: center;
  }
  .bloc_2 img {
    text-align: center !important;
    padding: 25px 0 20px 0px;
    width: 60px;
    height: 120px;
  }
  .how_it_works {
    text-align: center;
  }
  #heading_one {
    font-size: 17px;
    font-weight: 600;
  }
  #last_node {
    margin-bottom: 0px !important;
  }
  .ai_headings {
    font-size: 30px;
    font-weight: 800;
  }
  .ai_future {
    padding-top: 50px;
    background-color: #f5f3f2;
    text-align: center;
  }
  .ai_future p {
    font-size: 15px;
    font-weight: 400;
  }
  #footer1 {
    height: 90px;
    padding-top: 30px;
    background-color: #f5f3f2 !important;
  }
  .footerline {
    padding: 0 !important;
  }
  .footerline img {
    width: 30px !important;
  }
  .abt_pic {
    width: 60% !important;
  }
  #mid_plan {
    font-size: 15px;
    font-weight: 800;
  }
  #large_plan {
    font-size: 30px;
    font-weight: 800;
  }
  #small_plan {
    font-size: 15px;
    font-weight: 400;
  }
  #qs {
    font-size: 15px;
    font-weight: 800;
  }
  #ans {
    font-size: 15px;
    /* font-weight: 800; */
  }
  .plan_sec p {
    margin-top: 50px;
    font-size: 15px;
  }
  #fee {
    text-align: center;
    font-size: 15px;
    /* margin-top: 80px; */
    /* margin-bottom: 50px; */
  }
  #feature p {
    font-size: 15px;
    font-weight: 800;
    /* margin-top: 30px; */
  }
  #feature li {
    font-size: 15px;
    /* font-weight: 800; */
  }
  #feature {
    font-size: 15px;
  }
  #plan_sec_p {
    text-align: left;
  }
  .plan_sec p {
    margin-top: 10px;
  }
  .headingOne {
    /* text-align: center; */
    margin-top: 50px;
    font-size: 30px;
    font-weight: 800;
  }
  #fee {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .faq-heading {
    font-size: 30px;
    margin-top: 50px !important;
    font-weight: 800;
  }
  .useCase {
    margin-top: 40px;
  }
  .useCase p {
    font-size: 17px;
    /* margin-top: 40px; */
    text-align: center;
  }
  .useCaseP {
    font-size: 17px;
    margin-top: 40px;
    text-align: center;
    padding-left: 25px;
  }
  .heading_one{
    text-align: center !important;
  }
  .useCaseimgR {
    margin: 0 !important;
    width: 2%;
    padding-top: 0px;
  }
  .useCaseimgL {
    margin: 0 !important;
    width: 200px;
    padding: 0px !important;
  }
  #picOne {
    text-align: center !important;
  }
  .lastPic {
    margin-bottom: 50px !important;
  }
  .one {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .two {
    margin-bottom: 10px;
  }
  /* .three {
  margin-top: 45px;
} */
  #four {
    margin-top: 10px !important;
  }
  .five {
    margin-bottom: 10px;
    /* margin-bottom: 10px; */
  }
  .six {
    margin-top: 10px !important;
  }
  .seven {
    margin-bottom: 10px;
  }
  .eight {
    margin-top: 25px;
    margin-bottom: 12px;
  }
  #btn_plan {
    width: 150px;
    font-size: 15px !important;
  }
  .rightPara {
    font-size: 15px !important;
    text-align: left;
  }
  .leftImage {
    /* height: 100vh; */
    /* width: 100%; */
    /* background-image: url('/public/pix/industries/one.jpg'); */
    /*  */
    /* background-repeat: no-repeat; */
    width: 60%;
    text-align: center !important;
    /* height: 50%; */
  }
  #industries {
    margin-top: 20px;
  }
  .ai_indus {
    margin-top: 20px;
    text-align: left;
  }
  #mobile_view {
    display: block !important;
    text-align: center
  }

  #desktop_view {
    display: none !important;
  }
      .contact {
        font-size: 13px;
        margin-top: 16px;
      }

  .contact input {
    width: 85%;
    border: 1px solid #4cc2c9ed;
    border-radius: 10px !important;
    height: 35px;
    text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .btn-submit {
    font-size: 15px;
    font-weight: 800;
    width: 80%;
  border-radius: 10px !important;

  }

  #phone {
    margin-top: 20px;
    margin-bottom: 25px;
  }
   .thankYou {
    text-align: center;;
     margin-top: 20px;
     font-size: 17px;
     font-weight: 400;
   }

   .thankYou p {
    text-align: center;
     font-size: 15px !important;
     font-weight: 200;

   }
   .lg {
     /* margin-bottom: 30px !important; */
     font-size: 35px !important;
   }
    .balance {
      /* margin-bottom: 30px !important; */
      margin-bottom: 30px !important;
    }
    #mobile_pix {
      margin-left: 70px;
    }
}