.pradesh-title ul li {
  list-style: none !important;
}

.notice-name h2 {
  color: white;
}
.notice-name h5 {
  color: white;
}

.image-size {
  width: 120px;
}

.image-flag {
  width: 80px;
}

.hr-style hr {
  background-color: #14468C;
  height: 10px;
}

.list h2 {
  font-size: 32px;
  margin-bottom: 5px;
  color: white;
}
.list p {
  margin-bottom: 5px;
  color: #dadada;
}

.filter-section {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  margin-bottom: 20px;
}

.image-format {
  width: 30px;
  margin: 0 auto;
  display: block;
}

.view-all button {
  background: transparent;
  border: 2px solid #14468C;
  border-radius: 4px;
  color: #14468C;
  padding: 5px 10px;
  display: block;
  margin: 0 auto;
}
.view-all button:hover {
  background-color: #14468C;
  color: white;
}

.submit-btn button {
  background-color: rgba(20, 70, 140, 0.9);
  border: 2px solid rgba(20, 70, 140, 0.9);
  color: white;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  padding: 6px 20px;
  width: 100%;
}
.submit-btn button:hover {
  background-color: transparent;
  border: 2px solid white;
  color: white;
}

.form-group {
  margin-bottom: 0px !important;
}

.pagination a {
  padding: 8px 16px;
  text-decoration: none;
  color: white;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.pagination-active {
  background-color: #14468C;
  color: white;
  border: 1px solid #14468C;
}

.pagination a:hover:not(.pagination-active) {
  background-color: rgba(20, 70, 140, 0.8);
  color: white;
}

.up-down i {
  line-height: 2px;
  color: #c0c0c0;
}

.form-control[readonly] {
  background-color: white;
}

.background-image {
  height: 100%;
}

.background-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.table-bordered {
  background: white;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
}

.select2-container--default .select2-search--inline .select2-search__field {
  outline: 0px !important;
  border: 0px !important;
}

.select2-container--default .select2-selection--multiple {
  padding: 6px 10px;
}

* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Mukta", sans-serif;
  font-size: 17px;
  color: #181818;
  overflow-x: hidden;
  letter-spacing: 0.5px;
}

ul {
  list-style: none;
}

p {
  color: #181818;
  font-weight: 400;
  margin-bottom: 0px;
}

img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1d1d1d;
  margin-bottom: 0px;
  line-height: 1.3;
}

h1 {
  font-size: 50px;
  font-weight: 600;
}

h2 {
  font-size: 32px;
  font-weight: 600;
}

h3 {
  font-size: 25px;
  font-weight: 500;
}

h4 {
  font-size: 20px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
  font-weight: 400;
}

a {
  color: #181818;
  transition: all 0.2s ease;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  outline: none;
}

textarea:focus,
textarea.form-control:focus,
input.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=number]:focus,
[type=text]:focus,
[type=password].form-control:focus,
[type=email].form-control:focus,
[type=tel].form-control:focus {
  box-shadow: inset 0 0px 0 #14468C !important;
  border: 2px solid #14468C !important;
}

.hr-border-color {
  border-color: #444444;
  margin-top: 15px;
  margin-bottom: 15px;
}

.sticky-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.sticky-sidebar-zero {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

*::-webkit-scrollbar {
  width: 10px !important;
}

*::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
}

*::-webkit-scrollbar-thumb {
  background: #14468C !important;
  outline: 1px solid #14468C !important;
}

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

.flex-spaces {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

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

.padding-zero {
  padding-left: 0px;
  padding-right: 0px;
}

.padding-seven {
  padding-left: 7px;
  padding-right: 7px;
}

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

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

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

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

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

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

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

.margin-zero {
  margin-left: 0px;
  margin-right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-hover-zoom {
  /* [1.1] Set it as per your need */
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 0.5s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.1);
}

@media (max-width: 991.98px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 575.98px) {
  .mt-50 {
    margin-top: 30px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 25px;
  }

  h4 {
    font-size: 16px;
  }

  .mt-60 {
    margin-top: 30px;
  }
}
@media (max-width: 320.98px) {
  h1 {
    font-size: 24px !important;
    font-weight: 400;
  }

  h4 {
    font-size: 14px;
  }

  .nav-tabs .nav-link {
    font-size: 14px;
  }

  .section-content-title h6 {
    font-size: 14px;
  }
}

/*# sourceMappingURL=notice.css.map */
