@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
	letter-spacing: 0;
}
/* ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 20px;
}
::-webkit-scrollbar-thumb {
    background-color: #322e83;
    border-radius: 20px;
}
::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 20px;
}
.nav-link {
    color: #000000;
}
[data-bs-theme=dark] .nav-link {
    color: #fff;
} */
.nav-link {
	font-weight: 300 !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #fff;
}
[data-bs-theme=dark] .fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: #000;
}

/* Slider Css */ 
.slider-container {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.slider {
	display: flex;
	transition: transform 0.5s ease-in-out;
}

.slide {
	min-width: 100%;
    height: 600px;
}

button {
	cursor: pointer;
}
.footer {
    flex-shrink: 0;
    background: #3F51B5;
    border-top: 1px solid #3F51B5;
    background-image: url(https://www.freeiconspng.com/thumbs/water-png/water-splash-png-for-clean-waste-water-9.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right, bottom;
}
.copyrights {
	background: #071a87;
    padding: 20px !important;
}
.singel-services {
    padding: 20px;
    border-bottom: 1px solid #ddd;
    border-radius: 0px 30px 0px 30px;
    margin-bottom: 20px;
}
.services-icon {
    margin-bottom: 20px;
}
.bottel_icon {
	border: 1px solid #3e64da;
    background: #3e64da;
    padding: 9px;
    width: 52px;
    height: 52px;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
}
.network_bx {
	border: 1px solid #ddd;
    padding: 30px 10px 30px 10px;
}
.large-shadow {
	box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.large-shadow:hover {
	box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 114px;
    position: relative;
    transition-property: transform;
    display: block;
}
}

@media only screen and (max-width: 600px) {
  .mobile-view-50 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-hide {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-view-100 {
    width: 100% !important;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-view-60 {
    width: 60% !important;
  }
}
@media only screen and (max-width: 600px) {
  .mobile-view-40 {
    width: 40% !important;
  }
}
.invoiceitemhead {
  padding: 15px;
  background: #f1f1f1;
  display: flex;
}
.invoiceitemhead div {
  padding-right: 5px;
  font-size:10px;
}
.rupee-input {
	margin-right: 5px;
    padding-top: 9px;
    font-size: 17px;
    color: #333;
}
.plus {
	color: #000;
    border-color: #ddd;
    border-radius: 0px 8px 8px 0px;
}
.minus {
	color: #000;
    border-color: #ddd;
    border-radius: 8px 0px 0px 8px;
}
.btn-icon {
	padding: 4px 4px 6px 8px;
    margin-right: 5px;
}
.btn-icon i {
	font-size:16px !important;
}
.parent-icon i {
	font-size:16px !important;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


.nav-menu {
  width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    background: white;
    border-radius: 10px;
    padding: 20px;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
}

.nav-btn {
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
  text-decoration: none;
  color: black;
}

.nav-btn > i {
  font-size: 1.25rem;
}

.nav-btn:hover {
  background: #9e9e9e;
  transition: 0.2s all ease-in-out;
}

.nav-btn:focus, .nav-btn.active {
  background: rgba(68,17,199,1);
  color: white;
  transition: 0.2s all ease-in-out;
}

.content-section {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 20px;
}
@media only screen and (min-width: 600px) {
  .totalamountpay {
		width:345px;
		float: right;
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 600px) {
  .totalamountpay {
		margin-bottom:10px;
	}
}
@media only screen and (max-width: 600px) {
	.page-content {
		padding: 0;
		margin-top:80px !important;
		margin-bottom:85px !important;
	}
	.page-title-box {
		display: none !important;
	}
}
.products-head {
	background: rgba(68,17,199,1);
}