body {
  font-family: Montserrat !important;
}

:root {
  --primary-bg: #1e3c8c;
}

.btn-primary {
  color: #fff;
  background-color: var(--primary-bg) !important;
  border-color: var(--primary-bg) !important;
}

.banner-home {
  position: relative;
  z-index: -1;
}

.header {
  position: fixed;
  top: 0;
  transition: top 0.3s ease-in-out;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(20px);
  z-index: 999;
}

@media (min-width: 1200px) {
  .header .navbar-nav li {
    padding: 0px 10px;
  }
}

.header .navbar-nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-bg) !important;
}

@media (min-width: 1200px) {
  .header .navbar-nav li a {
    font-size: 14px;
  }
}

@media (max-width: 990px) {
  .header .navbar-nav li a {
    padding: 5px;
  }
}

.header .navbar-nav li a:focus {
  color: #fff !important;
}

.header .navbar-nav li.active-top > a {
  background-color: var(--primary-bg);
  color: #fff !important;
}

.header .navbar-nav li .dropdown-menu li a.active {
  background-color: var(--primary-bg);
  color: #fff !important;
}

.header .dropdown-menu {
  padding: 0px;
  border: none;
}

.header .dropdown-menu li {
  padding-left: 0px;
  padding-right: 0px;
}

.header .dropdown-menu li a {
  padding: 10px;
}

.nav-down {
  transition: top 0.2s ease-in-out;
}

.nav-up {
  transition: top 0.2s ease-in-out;
}

.footer .footer-top {
  background-color: #e6eaf2;
  padding: 30px 0px;
}


.bg-11{
	background: #707070 none repeat scroll 0 0;
    left: 50%;
    padding: 20px;
    position: absolute;
    top: 300% !important;
    z-index: 99999999;
	border-radius:10px;
}


.loading1-body{
	background: rgba(0, 0, 0, 0.3) ;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999; 
}

@media (max-width: 768px) {
  .box-wprpper img {
    margin: 0 auto;
    display: inherit;
    width: 200px;
  }
}

.newsletter-btn {
  background-color: var(--primary-bg);
  color: #fff;
  padding: 15px;
  display: inline;
  clear: both;
  display: flex;
  line-height: 20px;
  text-decoration: none;
  border-radius: 5px;
  margin-top: 20px;
  text-transform: uppercase;
  width: fit-content;
  align-items: center;
}

@media (max-width: 768px) {
  .newsletter-btn {
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  .newsletter-btn {
    padding: 5px;
    text-align: left;
  }
}

.newsletter-btn i {
  font-size: 30px;
  padding: 5px 20px 5px 10px;
  display: block;
}

@media (max-width: 1024px) {
  .newsletter-btn i {
    font-size: 22px;
    padding: 5px 13px 5px 10px;
    display: block;
  }
}

.newsletter-btn span {
  padding-left: 20px;
  font-size: 16px;
  padding-right: 10px;
  border-left: 1px solid #fff;
}

@media (max-width: 1024px) {
  .newsletter-btn span {
    padding-left: 5px;
    font-size: 12px;
    padding-right: 5px;
  }
}

.newsletter-btn:hover {
  color: #fff;
  text-decoration: none;
}

.social-links {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .social-links {
    text-align: center !important;
  }
}

.social-links a {
  font-size: 20px;
  margin-right: 10px;
  padding: 6px;
}

@media (max-width: 1024px) {
  .social-links a {
    padding: 5px;
    margin-right: 5px;
  }
}

.social-links a .fa-facebook-f {
  color: #3b5999;
}

.social-links a .fa-twitter {
  color: #03a9f4;
}

.social-links a .fa-youtube {
  color: #ff0000;
}

.social-links a .fa-linkedin {
  color: #1983ad;
}

.footer-links ul {
  padding: 0px;
}

.footer-links ul li {
  list-style-type: none;
}

.footer-links ul li a {
  font-size: 13px;
  text-decoration: none;
  color: #555555;
}

@media (max-width: 990px) {
  .footer-links ul li a {
    font-size: 12px;
  }
}

@media (min-width: 767px) {
  .footer-links ul + ul {
    padding-left: 60px;
  }
}

.sun-time h3 {
  font-size: 14px;
  color: #555555;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.sun-time .timing td {
  padding: 2px !important;
  font-size: 13px;
  border: none;
  vertical-align: top;
}

@media (max-width: 990px) {
  .sun-time .timing td {
    font-size: 11px;
  }
}

@media (max-width: 990px) {
  .donate-btn {
    font-size: 15px !important;
  }
}

@media (min-width: 991px) {
  .donate-btn {
    font-size: 17px !important;
    letter-spacing: 0px;
    padding: 10px 25px !important;
  }
}

.donate-btn {
  border-radius: 8px !important;
  font-weight: 500 !important;
}

.bg-2, .bg-1, .bg-aarti {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}

.bg-2 .box-wrapper, .bg-1 .box-wrapper, .bg-aarti .box-wrapper {
  text-align: center;
  padding: 30px 10px 10px 10px;
  position: relative;
  z-index: 2;
}

.bg-2 .box-wrapper h3, .bg-1 .box-wrapper h3, .bg-aarti .box-wrapper h3 {
  color: #555555;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .bg-2 .box-wrapper h3, .bg-1 .box-wrapper h3, .bg-aarti .box-wrapper h3 {
    font-size: 20px !important;
  }
}

.bg-2 .box-wrapper h3 span, .bg-1 .box-wrapper h3 span, .bg-aarti .box-wrapper h3 span {
  font-weight: 600;
}

.bg-2 .box-wrapper p, .bg-1 .box-wrapper p, .bg-aarti .box-wrapper p {
  font-size: 14px;
  line-height: 20px;
}

.bg-2 .box-wrapper .btn, .bg-1 .box-wrapper .btn, .bg-aarti .box-wrapper .btn {
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
}

.bg-1 {
  background-color: #f0ece6;
}

.bg-2 {
  background-color: #ededed;
}

.bg-aarti {
  background-image: url(../images/bg-aarti.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.bg-aarti::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

.bg-aarti h3 {
  color: #fff !important;
}

.bg-aarti p {
  color: #fff;
}

.bg-aarti .btn {
  background-color: #fff;
  border: #fff;
  color: #555;
}

.bg-img {
  background-image: url(../images/bg-img.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.welcome-bg {
  background-image: url(../images/welcome-bg.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  min-height: 400px;
}

@media (max-width: 767px) {
  .welcome-bg {
    background-size: 100%;
    background-image: url(../images/welcome-bg1.jpg);
  }
}

.section-title {
  font-size: calc(28px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: var(--primary-bg);
}

.opacity-0 {
  opacity: 0;
}

.bg-grediant {
  position: relative;
  z-index: 99;
}

@media (min-width: 768px) {
  .bg-grediant::after {
    content: "";
    z-index: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: white;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.496236) 35%, white 100%);
  }
}

.bg-grediant .container-fluid {
  z-index: 99;
  position: relative;
}

.section-tagline {
  font-size: 20px !important;
  color: #555;
}

.content p {
  font-size: 16px;
  color: #555;
}

.content p b, .content p strong {
  font-weight: 600 !important;
}

.content a {
  color: #555 !important;
  letter-spacing: 1px;
}

.newsletter .form-control {
  border: none !important;
  font-size: 15px;
  height: 48px;
  margin-bottom: 5px;
  margin-top: 5px;
}

.newsletter .form-control:focus {
  box-shadow: none;
}

.newsletter p {
  font-size: 18px;
  color: #555;
}

.newsletter .btn {
  margin-bottom: 5px;
  margin-top: 5px;
  text-transform: uppercase;
}

.banner-inner {
  background: var(--image) center center no-repeat;
  background-size: cover;
  min-height: 250px;
  display: flex;
  align-items: center;
  position: relative;
}

@media (max-width: 767px) {
  .banner-inner {
    min-height: 150px;
  }
}

.banner-inner::after {
  content: "";
  z-index: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner-inner .section-title {
  color: #fff;
}

.banner-inner .banner-text {
  display: flex;
  position: relative;
  z-index: 99;
  text-align: left;
  text-shadow: 0px 0px 3px #000;
}

@media (max-width: 767px) {
  .banner-inner .banner-text .section-title {
    margin: 0px;
    font-size: calc(23px + (20 - 14) * ((100vw - 300px) / (1600 - 300)));
  }
}

.banner-inner .banner-text ul {
  padding: 0px;
  display: flex;
}

.banner-inner .banner-text ul li {
  color: #fff;
  list-style-type: none;
  padding-right: 10px;
}

.banner-inner .banner-text ul li a {
  color: #fff;
}

@media (max-width: 767px) {
  .banner-inner .banner-text ul li {
    font-size: 13px;
  }
}

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

.tab-wrapper {
  background: #fff;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 7px 0px #ccc;
  margin: 0 auto;
  width: fit-content;
  border-radius: 5px;
  overflow: hidden;
}

.tab-recurring input[type=radio] {
  position: absolute;
  opacity: 0;
}

.tab-recurring input[type=radio]:checked + label {
  background: #1d3c8f;
  color: #fff;
}

.tab-recurring label {
  padding: 7px 20px;
  display: inline-block;
  cursor: pointer;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: #666666;
  border-radius: 5px;
  margin: 0px;
}

.checkbox-wrapper {
  /*display:flex;*/
}

.checkbox-wrapper .checkbox-inner input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.checkbox-wrapper .checkbox-inner label {
  color: #666666;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 680px) {
  .checkbox-wrapper .checkbox-inner label {
    font-size: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .checkbox-wrapper .checkbox-inner label {
    font-size: 15px;
  }
}

.checkbox-wrapper .checkbox-inner label span {
  color: #cf3b48;
}

.checkbox-wrapper .checkbox-inner input[type=checkbox]:checked + label:before {
  background: #1d3c8f;
  border: 1px solid #1d3c8f;
  content: url(../images/check-mark.png);
  color: #fff;
  line-height: 9px;
}

.checkbox-wrapper .checkbox-inner label:before {
  content: "";
  height: 18px;
  width: 18px;
  border: 1px solid #ccc;
  display: inline-block;
  border-radius: 3px;
  margin-right: 8px;
  vertical-align: bottom;
  text-align: center;
  box-sizing: border-box;
  padding-top: 3px;
  top: -3px;
  position: relative;
}

.checkbox-wrapper .checkbox-inner label.hilight1:before {
    border: 1px solid #cf3b48 !important;
    top: 6px !important;
}

.payment_info_accordion .panel {
  border-radius: 0px !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
}

.payment_info_accordion .accordion-header {
  height: 42px;
  display: flex;
  padding: 0px;
}

.payment_info_accordion .accordion-header label {
  padding: 10px 15px;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #1d3b8f;
  font-weight: 600 !important;
  margin-bottom: 1px;
  position: relative;
}

@media (max-width: 480px) {
  .payment_info_accordion .accordion-header label {
    padding: 14px  15px !important;
    font-size: 12px !important;
  }
}

.payment_info_accordion .accordion-header input[type=radio] {
  position: absolute;
  opacity: 0;
}

.payment_info_accordion .accordion-header label:before {
  content: "";
  height: 16px;
  width: 16px;
  border-radius: 100%;
  border: 1px solid #1d3b8f;
  background: #e4e8f4;
  display: inline-block;
  margin-right: 7px;
  vertical-align: middle;
  margin-top: -4px;
}

.payment_info_accordion .accordion-header label span {
  position: absolute;
  left: 19px;
  top: 15px;
  height: 8px;
  width: 8px;
}

.payment_info_accordion .accordion-header label img {
  height: 14px;
  float: right !important;
  position: absolute;
  right: 6px;
}

.payment_info_accordion .accordion-header input[type=radio]:checked + span:after {
  content: "";
  background: #1d3b8f;
  height: 8px;
  width: 8px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 100%;
}

#donate_now_form .accordion-body p {
  font-size: 15px;
}

#donate_now_form .card-header h3 {
  font-size: 20px;
  margin-bottom: 0px;
  padding: 10px 0px;
}

.accordion-button {
  border-radius: 0px !important;
  background-color: transparent !important;
}

.accordion-button::after {
  display: none;
}

.payment_info_accordion .panel-group .panel + .panel {
  margin-top: 0px !important;
}

.payment_info_accordion .panel-body {
  background-color: #fafbfc !important;
}

.loader-wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 99;
  display: none;
}

.page_loader .loader-wrapper {
  display: flex;
  flex-wrap: nowrap;
  /* width: 100%; */
  align-content: space-around;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: saturate(180%) blur(20px);
}

.loader1 {
  border: 3px solid #eaeaea;
  border-radius: 50%;
  border-top: 3px solid #f26622;
  width: 29px;
  height: 29px;
  animation: spin 2s linear infinite;
  display: inline-flex;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.spacial-title {
  color: #666666;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
}

.specific-category {
  margin-bottom: 0px;
}

.specific-category td {
  height: 46px;
  padding: 5px 8px !important;
  vertical-align: middle !important;
}

.input-box {
  margin-bottom: 8px;
}

.input-box .input-typ, .input-box .form-control {
  border-radius: 3px;
  height: 38px;
  width: 100%;
}

@media (max-width: 767px) {
  .input-box .input-typ, .input-box .form-control {
    font-size: 13px;
  }
}

.input-box textarea.form-control {
  height: initial !important;
}

.input-box .control-label {
  margin-bottom: 3px;
  color: #666666;
  font-family: 'Lato', sans-serif;
  font-weight: 600 !important;
  font-size: 15px;
  display: block;
}

.input-box .control-label small a {
  color: #9b9898 !important;
  text-decoration: none;
  font-weight: 400;
}

.panel-box-title {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  margin-top: -35px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 15px;
}

.panel-box-title span {
  background: #fff;
  padding: 8px;
}

#donate_now_form .panel {
  margin-bottom: 35px;
  border-radius: 0px;
  box-shadow: none;
}

.radiofix {
  display: flex;
  margin-bottom: 15px;
}

.radiofix .amount1box {
  margin-right: 5px;
}

.radiofix .amount1box input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radiofix .amount1box input[type=radio]:checked ~ label {
  background: #1d3c8f;
  color: #fff;
}

.radiofix .amount1box label {
  background: #f9e7e7;
  padding: 10px 25px;
  color: #c8202f;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
}

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

.info-text {
  font-size: 16px !important;
  font-family: 'Lato', sans-serif !important;
  color: #666666 !important;
  font-weight: 600 !important;
  padding: 15px 0px 0px 0px;
}

.text-danger {
  color: #ca2030 !important;
}

input[type="submit"].donate_now_btn {
  background-color: #1d3b8f !important;
  border: 1px solid #1d3b8f !important;
  font-size: 18px !important;
  font-family: 'Lato', sans-serif !important;
  color: #fff;
  border-radius: 5px !important;
  text-transform: uppercase !important;
  padding: 10px 20px !important;
  height: inherit !important;
}

.info-text p {
  font-family: 'Lato', sans-serif !important;
  font-size: 15px;
}

.other-box .doller {
  height: 37px;
  border-radius: 5px;
  font-size: 15px;
  width: 100px;
}

@media (max-width: 660px) {
  .checkbox-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  #donate_now_form .panel-heading.tab-heading {
    padding: 10px 9px;
  }
  .tab-recurring label {
    padding: 7px 14px;
    font-size: 12px;
  }
  .other-box .doller {
    width: 70px;
  }
  .radiofix {
    flex-wrap: wrap;
  }
  .cc img {
    margin-top: 0.4em;
  }
}

@media (min-width: 768px) {
  .card-box {
    margin-top: -80px;
  }
}

.top-text-with-line {
  font-size: 18px !important;
  color: #555;
  border-left: 3px solid #bfbfbf;
  padding: 5px 0px 5px 10px;
  line-height: 25px;
}

.title-typeh4 {
  font-size: 18px;
  color: var(--primary-bg);
  margin-bottom: 0px;
}

.ec-bod thead {
  background: #dfdfdf;
}

.ec-bod td {
  vertical-align: middle !important;
  color: #555555;
  font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
}

.ec-bod thead th {
  padding-top: 6px;
  padding-bottom: 6px;
  text-transform: uppercase;
  color: #555555;
  font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
}

.ec-bod h4 {
  margin: 0px;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
  line-height: 18px;
}

.ec-bod h6 {
  margin: 0px;
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #1d3b8f;
  text-transform: uppercase;
  font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
}

.ec-bod p {
  margin: 0px;
  padding: 0px;
  font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
}

.ec-bod p a {
  font-size: 13px;
  color: #555555;
  text-decoration: none;
}

.ec-bod .section-title-1 {
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 22px;
  color: #555555;
  font-family: Gotham, Helvetica Neue, Helvetica, "Arial", sans-serif;
  background-color: #dfdfdf !important;
}

.ec-bod p {
  font-size: 14px;
}

@media (min-width: 601px) {
  .m-view {
    display: none;
  }
}

@media (max-width: 600px) {
  .ec-bod thead th:nth-child(3),
  .ec-bod thead th:nth-child(4),
  .ec-bod td:nth-child(3),
  .ec-bod td:nth-child(4) {
    display: none;
  }
  .m-view {
    display: block;
  }
}

.hours-location {
  margin-top: 30px;
}

.hours-location h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hours-location h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #555;
  font-weight: 500;
}

.hours-location td {
  font-family: Montserrat !important;
  font-size: 16px;
  color: #555;
  padding: 2px 0px !important;
  border: none !important;
}

.events-classes2 .bg-primary {
  background-color: var(--primary-bg) !important;
}

.events-classes2 table.table td {
  font-size: 14px;
  font-weight: 500;
  color: #555;
}

.events-classes2 .display-5 {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: 10px;
  font-size: calc(28px + (26 - 14) * ((100vw - 300px) / (1600 - 300)));
  color: #555555;
}

.upcoming-class p {
  color: #555555;
}

.upcoming-class h3 {
  font-size: 22px;
  margin-bottom: 0px;
  color: #555555;
}

.upcoming-class h5 {
  color: #555555;
  font-size: 18px;
  margin-bottom: 0px;
}

ul.virtual-link {
  padding-left: 0px;
}

ul.virtual-link li {
  list-style-type: none;
  padding: 5px 0px 5px 20px;
  position: relative;
}

ul.virtual-link li i {
  position: absolute;
  left: 0px;
  top: 9px;
}

ul.virtual-link li a {
  font-size: 16px;
  color: #555;
  /*text-decoration: none;*/
}

.thank-you h2 {
  font-size: 18px;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
  /* remove the gap so it doesn't close */
}

.dropdown-item.active, .dropdown-item:active {
  background-color: var(--primary-bg) !important;
  color: #fff !important;
}

.navbar-toggler {
  position: absolute;
  top: -42px;
  font-size: 15px !important;
}

.sl-overlay {
  background: #000 !important;
}

.hilight, .hilight1{
    color: #cf3b48 !important;
    font-weight: bold !important;
}

.heading-donate{
    background: #FFC466;
    padding: 10px;
    text-align: center;
}

.heading-donate h1{
     font-size: 29px;
     margin-bottom:0%;
}

@media(max-width:991px){
    .heading-donate h1{
         font-size: 26px;
    }
}

@media(max-width:576px){
    .heading-donate h1{
         font-size: 24px;
    }
}

.donate-qr h2{
    font-size:24px;
    font-weight:600;
}

@media(max-width:991px){
    .donate-qr h2{
         font-size: 22px;
    }
}

@media(max-width:576px){
    .donate-qr h2{
         font-size: 20px;
    }
}


.qr-wrapper {
  margin: 0 auto;
}

.qr-img {
  display: block;
  width: 100%;
  height: auto; /* keep aspect ratio */
  border-radius: 5px;
}




.btn-sadharan {
    color: #fff  !important;
    background-color: #2D6A65 !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding-block: 12px !important;
}


@media(max-width:991px){
    .btn-sadharan{
         font-size: 18px;
         padding-block: 8px !important;
    }
}

.btn-jivdaya {
    color: #fff  !important;
    background-color:#E2792E !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding-block: 12px !important;
    
}


@media(max-width:991px){
    .btn-jivdaya{
         font-size: 18px;
         padding-block: 8px !important;
    }
}
.btn-dravya {
    color: #E2792E  !important;
    background-color: #F9DB57 !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding-block: 12px !important;
}

@media(max-width:991px){
    .btn-dravya{
         font-size: 18px;
         padding-block: 8px !important;
    }
}
.btn-zelle {
    color: #fff  !important;
    background-color:#3E1A79 !important;
    border-radius: 5px !important;
    font-size: 22px !important;
    font-weight: 600 !important;
    padding-block: 12px !important;
}

@media(max-width:991px){
    .btn-zelle{
         font-size: 18px;
         padding-block: 8px !important;
    }
}