/* Designed & Developed by AnuBit Technlogies  */
.page-body {
    margin-bottom: 5.25rem!important;
}

/*Navbar*/

.navbar-brand{
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar-brand-image{
    height: 6rem;
}

.item-offer {

}

.item-offer p {
    width: 112px;
    background-color: #56bcff;
    text-align: center;
    margin: 7px;
    padding: 7px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    width: auto;
}

.card-title {
    display: block;
    margin: 0 0 1rem;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5rem;
}

.card-price {
    margin: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 5px;
}

.card-mrp {
    font-weight: bold;
    font-size: 0.8em;
    text-align: center;
    color: #e41e3a;
    //color: black;
    text-decoration: line-through;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #34d016;
    border-color: #34d016 #34d016 #34d016;
    font-weight: bold;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #f0f2f6 #f0f2f6 #34d016;
    isolation: isolate;
}

.navbar .navbar-nav .nav-link {
    color: rgb(0 0 0)!important;
    font-size: 17px!important;
    font-weight: bold!important;
}

.btn {
    color: #ffffff;
    background-color: #0026c7;
    border-color: #0026c7;
    font-size: 17px;
}

/* Desktop View */

@media only screen and (min-width: 700px) {
  .desk-top {
    display: none!important;
  }
}


/* Mobile View */

@media only screen and (max-width: 600px) {
  .mobile-logo{
    display: none!important;
  }
}


/* CGAI & ME */
.home-content {
  margin-top: 50px;
}

ul {
  list-style-type: disc; /* Change bullet type */
  padding-left: 20px; /* Add left padding to the list */
}

button.h-button {
  background-color: #28a745;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  margin: 10px;
  font-size: 16px;
  cursor: pointer;
}

button.h-button:hover {
  background-color: #218838;
}


.services-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #209d67;
}

.service-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px;
}

.service-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #eeeeee1f;
  margin-top: 7px;
}

.service-heading {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 11px;
  color: white;
}

.service-box {
  background-color: #F2F2F2; /* Set background color */
  /*padding: 20px;
  margin: 10px;*/
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.service-box h2 {
  font-size: 24px;
  font-weight: 700;
  color: #FFF; /* Set font color to white */
}

.service-box p {
  font-size: 16px;
  font-weight: 400;
  color: #FFF; /* Set font color to white */
}

.service-box.green {
  background-color: #23ab703b; /* Set green background color */
}

.service-box.green h2 {
  color: #FFF; /* Set font color to white */
}

.service-box.green p {
  color: #FFF; /* Set font color to white */
}

.service-box.blue {
  background-color: #3C82D9; /* Set blue background color */
}

.service-box.blue h2 {
  color: #FFF; /* Set font color to white */
}

.service-box.blue p {
  color: #FFF; /* Set font color to white */
}


/* Footer CSS */
footer {
  background-color: #000a06;
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  padding: 40px 0;
}

footer h5 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

footer p {
  margin-bottom: 20px;
}

footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 10px;
}

footer ul li a {
  color: #fff;
}

footer hr {
  border-color: #444;
  margin: 40px 0;
}


.bottom-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
}

.social-icons a {
  color: white;
  font-size: 25px;
  padding: 7px;
}

.page-top {
    background-color: #000534;
    color: white;
    text-align: center;
    padding: 28px;
    font-size: 16px;
}

.option_data-filter {
    padding: 14px;
    background-color: #8080802b;
    justify-content: center;
    text-align: center;
}

.search-button {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border-width: 0px;
    background-color: #000534;
    color: white;
}

/* CGAI & ME */


/* ONLY ME */

.main_points {
    display: flex;
    flex-wrap: wrap;
    padding: 7px 0px 7px 0px;
    border-top: 1px solid #a4a4a4;
    justify-content: space-between;
}

.main_points .pts {
    width: 48%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.main_points .pts img {
    width: 42px;
    margin-right: 10px;
}

.main_points h4 {
    font-size: 15px;
    margin-bottom: 0;
}

.main_points p {
    font-size: 12px;
    margin-bottom: 0;
    display: inline-block;
}

.revenue p {
    text-align: center;
    background-color: #e6e6e6;
    padding: 12px;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}

.card {
    border: 2px solid rgb(0 23 52);
  }

/* ONLY ME */

/* Media Query */
.tablepress {
  width: 100%;
}

.tablepress tbody tr td {
  padding: 7px;
}

.tablepress tbody tr:nth-child(odd) {
  background-color: #00000085;
  color: white;
}

.tablepress tbody tr:nth-child(even) {
  background-color: white;
  color: black;
}




