@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@600;800&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,600;1,700;1,800&family=Tiro+Devanagari+Sanskrit&display=swap");
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

@font-face {
  font-family: "AMS Aakash Regular";
  src: url("../font/") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins", serif;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
  cursor: pointer;
  font-weight: 500;
}

a {
  text-decoration: none;
  font-size: 12px;
  color: #050505;
}

a:active {
  color: #050505;
}

h1 {
  font-size: 40px;
  color: #f4730e;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 13px;
  font-weight: 500;
}

span {
  display: inline-block;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  background-color: #fff;
}

.whatsapp-desktop {
  width: 189px;
  position: fixed;
  z-index: 11;
  right: 25px;
  bottom: 27px;
  background-color: #fff;
  border-radius: 5px;
}
.whatsapp-desktop img {
  width: 50px;
}

.whatsapp-mobile {
  display: none;
}

.layer {
  position: relative;
  overflow: hidden;
}

.layer::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(3, 0, 20, 0.67);
}

.common-section .banner {
  height: 350px;
}
.common-section .banner .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.common-section .banner .content h1 {
  color: #fff;
  font-size: 45px;
}
.common-section .left {
  position: absolute;
  top: 80px;
  right: 15%;
  animation: bounce 3s linear infinite;
}

.background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo img {
  width: 100px;
}

.wrapper {
  width: 403px;
  margin: 0 auto;
}

.wrapper-bg {
  width: 60%;
  margin: 0 auto;
}

.container {
  margin: 0 auto;
  width: 88%;
}

.container-sm {
  width: 1150px;
  margin: 0px auto;
}

.container-fluid {
  width: 100%;
  margin: 0 auto;
}

.inline-flex {
  display: inline-flex;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.text-left {
  text-align: left;
}

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

.text-end {
  text-align: end;
}

.text-right {
  text-align: right;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-center {
  align-items: center;
}

.align-items-end {
  align-items: flex-end;
}

.all-end {
  display: flex;
  justify-content: end;
  align-items: end;
}

.all-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w-100 {
  width: 100%;
}

.h-100 {
  width: 100%;
}

.section {
  padding: 50px 0px;
}

.section-2 {
  padding: 70px 0px;
}

.p-0 {
  padding: 0px !important;
}

.pl-5 {
  padding-left: 5px;
}

.pr-5 {
  padding-right: 5px;
}

.pl-7 {
  padding-left: 7px;
}

.pr-7 {
  padding-right: 7px;
}

.pl-10 {
  padding-left: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pr-15 {
  padding-right: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pr-25 {
  padding-right: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pr-35 {
  padding-right: 35px;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-5 {
  padding-block: 5px;
}

.ptb-10 {
  padding-block: 10px;
}

.ptb-15 {
  padding-block: 15px;
}

.ptb-20 {
  padding-block: 20px;
}

.ptb-25 {
  padding-block: 25px;
}

.ptb-30 {
  padding-block: 30px;
}

.m-0 {
  margin: 0px !important;
}

.ml-5 {
  margin-left: 5px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-7 {
  margin-left: 7px;
}

.mr-7 {
  margin-right: 7px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-5 {
  margin: 5px 0px;
}

.mtb-10 {
  margin: 10px 0px;
}

.mtb-15 {
  margin: 15px 0px;
}

.mtb-20 {
  margin: 20px 0px;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.border-3 {
  border-radius: 3px;
}

.border-5 {
  border-radius: 5px;
}

.border-10 {
  border-radius: 10px;
}

.border-common {
  border: 1px solid #f3f6f9;
}

.border-top {
  border-top: 1px solid #f3f6f9;
}

.border-bottom {
  border-bottom: 1px solid #f3f6f9;
}

.border-left {
  border-left: 1px solid #f3f6f9;
}

.border-right {
  border-right: 1px solid #f3f6f9;
}

.border-tb {
  border-top: 1px solid #f3f6f9;
  border-bottom: 1px solid #f3f6f9;
}

.border-tbl {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.border-tbr {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.border-bottom {
  border-bottom: 1px solid #f3f6f9;
}

.border-dotted-gray {
  border-bottom: 1px dashed #e4e8ea;
}

.white-color {
  background-color: #fff;
}

.white {
  color: #fff !important;
}

.green {
  background-color: #e9f9f3;
}

.green-color {
  color: #00a74f;
}

.orange {
  background-color: #fff8ec;
}

.orange-color {
  color: #f4730e;
}

.text-white {
  color: #fff;
}

.fb {
  color: #1877f2;
}

.insta {
  color: #ff005e;
}

.youtube {
  color: #ff0000;
}

.twitter {
  color: #0077b5;
}

.text-danger {
  color: #f00;
  font-size: 11px;
  line-height: 1.4;
}

.col-2 {
  width: calc(50% - 15px);
  margin-right: 15px;
}
/*.col-2:nth-child(2n+2) {*/
/*  width: 50%;*/
/*  margin-right: 0;*/
/*}*/

.col-3 {
  width: calc(33.33% - 15px);
  margin-right: 15px;
}
.col-3:last-child {
  width: 33.33%;
  margin-right: 0;
}

.col-4 {
  width: calc(25% - 10px);
  margin-right: 10px;
}
.col-4:last-child {
  width: 25%;
  margin-right: 0;
}

.col-5 {
  width: calc(20% - 15px);
  margin-right: 15px;
}
.col-5:last-child {
  width: 20%;
  margin-right: 0;
}

.col-6 {
  width: calc(16.6% - 15px);
  margin-right: 15px;
}
.col-6:last-child {
  margin-right: 0;
}

.icon {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
}

[data-showElement] {
  cursor: pointer;
}

.heading h2 {
  color: #f4730e;
  font-weight: 800;
  font-size: 26px;
  letter-spacing: 0.5px;
}
.heading h4 {
  font-weight: 700;
  font-size: 22px;
  color: #f4730e;
}
.heading h4 span {
  color: #00a74f;
}
.heading p {
  font-weight: 600;
  font-size: 14px;
}
.heading h5 {
  font-weight: 600;
  font-size: 15px;
  color: #00a74f;
  position: relative;
  display: inline-block;
}
.heading h5::after {
  position: absolute;
  top: 0px;
  right: -36px;
  content: "\f51a";
  font-family: Fontawesome;
  font-size: 20px;
}

label {
  font-size: 12px;
  font-weight: 600;
}

input,
select {
  margin-top: 7px;
}

.form-group {
  margin-bottom: 15px;
  position: relative;
}
.form-group .input-icon-2 {
  width: 50px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  color: #050505;
  font-size: 15px;
  border-radius: 5px 0 0 5px;
  font-weight: 500;
  top: 34px;
  left: 0px;
  position: absolute;
}
.form-group .input-icon-2 i {
  color: #00a74f;
}
.form-group .input-icon-2::after {
  position: absolute;
  content: "";
  right: 0;
  top: 9px;
  width: 1px;
  background-color: #f3f6f9;
  height: 30px;
}

.form-control {
  width: 100%;
  height: 51px;
  outline: none;
  border: solid 1px #ddd;
  font-family: "Poppins", sans-serif;
  padding-left: 65px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 13px;
  transition: all 0.5s ease-in-out;
  font-weight: 600;
}

.form-group:last-child {
  margin-bottom: 15px;
}

.breadcrumbs li {
  font-size: 12px;
  display: inline-block;
}

.breadcrumbs li a {
  color: #fff;
  font-size: 13px;
}

.breadcrumbs li::after {
  content: "/";
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
}

.breadcrumbs li:last-child::after {
  display: none;
}

.search-group .search-control {
  background-color: transparent;
  border-radius: 4px 4px 4px 4px;
  border: solid 2px #f4730e;
  color: #000;
  font-family: "Poppins", sans-serif;
  height: 42px;
  outline: none;
  padding: 0px 14px;
  font-size: 12px;
  width: 100%;
  font-weight: 600;
  margin-top: 0;
}
.search-group .search-control::-moz-placeholder {
  font-size: 12px;
}
.search-group .search-control::placeholder {
  font-size: 12px;
}
.search-group .search-btn {
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  outline: none;
  border: none;
  line-height: 38px;
  background: #f4730e;
  color: #fff;
  border: solid 2px #f4730e;
  padding: 0px 15px;
  cursor: pointer;
}

.error:focus {
  border: 1px solid red;
}

input::-moz-placeholder {
  color: #929090;
  font-weight: 500;
  font-size: 13px;
}

input::placeholder {
  color: #929090;
  font-weight: 500;
  font-size: 13px;
}

.checkbox {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

.checkbox input {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  margin-top: 0px;
}

.checkbox .checkmark {
  width: 16px;
  height: 16px;
  border: solid 1px #f4730e;
  border-radius: 2px;
  position: absolute;
  top: 0px;
  left: 0px;
  cursor: pointer;
}

.checkbox .checkmark::after {
  content: "\f00c";
  font-family: FontAwesome;
  display: block;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
}

.checkbox input:checked + .checkmark {
  background-color: #f4730e;
}

.radio {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.radio input {
  position: absolute;
  opacity: 0;
}

.radio .checkmark {
  width: 20px;
  height: 20px;
  border: solid 1px #f4730e;
  border-radius: 50%;
  display: block;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: -1px;
  left: 1px;
}

.radio input:checked + .checkmark {
  background-color: #f4730e;
}

.radio input:checked + .checkmark::after {
  display: block;
}

.radio .checkmark::after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 3px;
  background-color: #fff;
  display: none;
}

.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-family: "Poppins", sans-serif;
  line-height: 43px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  border-radius: 3px;
  padding: 0px 20px;
  text-align: center;
}

.btn-primary {
  background-color: #f4730e;
  color: #fff;
}

.btn-secondary {
  background-color: #00a74f;
  color: #fff;
}

.btn-three {
  background-color: #050505;
  color: #fff;
}

.btn-block {
  width: 100%;
}

.toggle {
  display: none;
}

.btn-icon.danger {
  background-color: #d50000;
}

.btn-icon.warning {
  background-color: #fc8923;
}

.container-mini {
  width: 368px;
}

.table-section table {
  width: 100%;
  border-collapse: collapse;
}
.table-section table thead {
  background-color: #f4730e;
}
.table-section table thead th {
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
}
.table-section table tbody tr td {
  text-align: center;
  padding: 7px 0px;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #f3f6f9;
}
.table-section table tbody tr td img {
  width: 30px;
}
.table-section table tbody tr td i {
  color: #f4730e;
  font-size: 20px;
}

input[attribute=value] {
  text-align: center;
  color: #929090;
}

.relative {
  position: relative;
}

.required::after {
  content: "*";
  font-size: 14px;
  color: #cc0000;
  padding-left: 4px;
}

label.error {
  color: red;
  background-color: #f9e7eb;
  width: auto;
  display: inline-block;
  padding: 0px 10px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 21px;
  position: absolute;
  top: 0;
  right: 0;
}

.status {
  width: auto;
  font-size: 9px;
  font-weight: 500;
  margin-right: 3px;
  line-height: 20px;
  border-radius: 3px;
}

.slick-arrow.slick-prev {
  right: 62px;
  top: -65px;
  background-color: #050505;
  transition: all 0.3s ease-in-out;
}

.slick-arrow {
  position: absolute;
  font-size: 0px;
  width: 40px;
  height: 40px;
  border: none;
  outline: none;
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
}

.slick-arrow.slick-next {
  right: 12px;
  top: -65px;
  background-color: #050505;
}

.slick-arrow.slick-next::before {
  content: "\f061";
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Fontawesome";
}

.slick-arrow.slick-prev::before {
  content: "\f060";
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  font-family: "Fontawesome";
}

.slick-dots {
  position: absolute;
  bottom: -55px;
  left: 44%;
  display: inline-flex;
  text-align: center;
}
.slick-dots li {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #929090;
  cursor: pointer;
  margin: 0px 5px;
  position: relative;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background-color: #00a74f;
}

.counts {
  position: absolute;
  bottom: 32px;
  left: 170px;
  width: 60%;
}

.count .content h2 {
  position: relative;
  display: inline-block;
}
.count .content h2::after {
  position: absolute;
  content: "+";
  font-size: 25px;
  right: -22px;
  top: -9px;
  color: #f4730e;
}
.count .content h3 {
  font-size: 30px;
}
.count li img {
  width: 53px;
}

.block {
  display: block;
}

.product-name-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20px;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}

.content-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 16;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 20px;
  color: #000000;
  font-size: 13px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  h2 {
    font-size: 23px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 15px;
  }
  p {
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 22px;
    text-align: justify;
  }
  .ptb-10 {
    padding-block: 5px;
  }
  .container {
    width: 757px;
  }
  .wrapper {
    width: 327px;
  }
  .col-3 {
    width: calc(50% - 14px);
    margin-inline: 7px;
  }
  .section {
    padding: 20px 0px;
  }
  .btn {
    font-size: 13px;
    line-height: 35px;
  }
  label {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  input,
  select {
    margin-top: 2px;
  }
  .form-control {
    height: 38px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 19px;
    padding: 10px 0px;
  }
  h2 {
    font-size: 18px;
  }
  h5 {
    font-size: 12px;
  }
  p {
    font-size: 11px;
    line-height: 18px;
  }
  .section-2 {
    padding: 50px 0px;
  }
  .pb-10 {
    padding-bottom: 6px;
  }
  .pb-15 {
    padding-bottom: 10px;
  }
  .pb-20 {
    padding-bottom: 15px;
  }
  .pl-15 {
    padding-left: 10px;
  }
  .ptb-15 {
    padding-block: 10px;
  }
  .mb-10-mobile {
    margin-bottom: 10px;
  }
  .common-section .banner {
    height: 100px;
  }
  .common-section .banner .content h1 {
    font-size: 20px;
  }
  .common-section .left {
    top: 29px;
    right: 10%;
    width: 55px;
  }
  .count li img {
    width: 40px;
  }
  .count .content h3 {
    font-size: 20px;
  }
  .text-center-mobile {
    text-align: center;
  }
  .toggle {
    display: block;
    position: absolute;
    top: 17px;
    right: 28px;
    font-size: 25px;
    color: #f4730e;
    cursor: pointer;
  }
  .toggle i {
    border: 1px solid #f4730e;
    padding: 5px;
    border-radius: 3px;
  }
  .none {
    display: none;
  }
  .table-overflow {
    width: 100%;
    overflow-x: scroll;
  }
  .whatsapp-web-mobile {
    position: fixed;
    z-index: 1;
    right: 0px;
    bottom: 110px;
    display: block;
  }
  .whatsapp-web-mobile .whatsapp-mobile {
    text-align: center;
    width: 65px;
  }
  .whatsapp-web-desktop {
    display: none;
  }
  .col-2 {
    width: 100%;
    margin: 0px 0px;
  }
  .col-2:nth-child(2n+2) {
    width: 100%;
    margin-right: 0;
  }
  .col-3 {
    width: 100%;
    margin: 10px 0px;
  }
  .col-3:last-child {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-4:last-child {
    width: 100%;
  }
  .col-5 {
    width: 100%;
    margin-right: 0px;
  }
  .col-5:last-child {
    width: 100%;
  }
  .col-6 {
    width: 100%;
    margin-right: 0px;
  }
  .heading h2 {
    font-size: 18px;
    text-align: center;
  }
  .heading p {
    text-align: center;
    padding-bottom: 10px;
    font-size: 11px;
  }
  .mtb-40 {
    margin: 30px 0px;
  }
  .wrapper {
    width: 100%;
    padding: 0px 10px;
  }
  .container {
    width: 100%;
    padding: 0px 15px;
  }
  .container-sm {
    width: 100%;
  }
  .section {
    padding: 10px 0px;
  }
  label {
    font-size: 11px;
    letter-spacing: 0.5px;
  }
  .btn {
    line-height: 33px;
    font-size: 11px;
    padding: 0px 9px;
    letter-spacing: 0.5px;
  }
  .search-control {
    height: 37px;
    padding: 0px 16px;
    font-size: 10px;
  }
  .form-group .form-control {
    height: 42px;
    font-size: 12px;
  }
  .form-group .input-icon-2 {
    height: 40px;
    top: 25px;
  }
  .form-group .input-icon-2::after {
    top: 8px;
  }
  .table-section table thead th {
    font-size: 12px;
  }
  .table-section table tbody tr td {
    font-size: 11px;
  }
  .sr-no {
    min-width: 60px;
  }
  .photo {
    min-width: 87px;
  }
  .name {
    min-width: 120px;
  }
  .mobile {
    min-width: 135px;
  }
  .profile {
    min-width: 150px;
  }
  .address {
    min-width: 338px;
  }
  .search-btn {
    line-height: 37px;
  }
  .id-card {
    min-width: 120px;
  }
  .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 0px;
  }
}
button,
.download-btn {
  transition: all 0.4s ease-out;
}
button:active,
.download-btn:active {
  scale: 0.9;
}/*# sourceMappingURL=reset.css.map */