* {
  font-family: Helvetica, Arial, sans-serif, poppins;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #4d94c4;
}
.text-color {
  color: #00321f;
}

.my-bg2 {
  background-color: #899a5c;
  color: white;
}

.my-bg2:hover {
  color: #eee;
}

.my-bg {
  background: #2c6e60 !important;
  color: white;
}

.my-bg:hover {
  color: #eee;
}
.my-border {
  border-color: #2a777c !important;
}

.my-border2 {
  border-color: #4d94c4 !important;
}

.btn-bg {
  background: #223a66;
  color: #fff;
}
.about-bg {
  background: #2c6e60 !important;
  color: white;
}
.start-25 {
  left: 25% !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.animate-btn {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  font-family: poppins, sans-serif;
  position: relative;
  overflow: hidden;
}

.animate-btn:hover {
  color: #fff;
}

.animate-btn:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  transform-origin: 0 100% 0;
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0px, -3em, 0px);
  transition: transform 0.6s ease 0s, opacity 0.6s ease 0s,
    background-color 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}

.animate-btn:hover::before {
  color: #fff;
  transform: rotate3d(0, 0, 1, 0deg);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background-color: #1cba9f;
}

.animate-btn * {
  z-index: 1;
  position: relative;
}

.form-control,
.form-select,
.form-floating > .form-control,
.form-floating > .form-control,
.form-floating > .form-select {
  font-size: 12px;
  padding: 12px 15px;
  height: auto;
  line-height: auto;
  border-radius: 0 3px 3px 0;
}

.form-floating > .form-control,
.form-floating > .form-select {
  line-height: inherit;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding: 10px 15px;
}

.form-floating > label {
  font-size: 12px;
  margin: 10px;
  padding: 0;
  height: auto;
}

.input-group .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group .form-floating input {
  outline: none !important;
  box-shadow: none;
  border: 1px solid #c5c5c5 !important;
}

.navbar-dark .navbar-nav .nav-link {
  color: #00321f;
  font-weight: bold;
  font-size: 15px;
  margin: 10px 0;
}
.g-bg1 {
  background-image: linear-gradient(#4d4d4d, #00321f);
  color: white;
}

.g-bg2 {
  background-image: linear-gradient(#b8de6f, #5c6e37);
  color: white;
}
.dropdown-item {
  font-size: 13px;
}

.dropdown-submenu:hover .mega-menu {
  display: block;
  right: 98%;
  top: -1px;
}

.nav-link.active {
  border-bottom: 1px solid #fff;
}

.text-secondary {
  background-color: #f6f3c3;
  color: #00321f !important;
}

.form-inline {
  width: auto;
}

.rounded-5 {
  border-radius: 1rem;
}

.fs-4 {
  font-size: 28px !important;
}

.fs-5 {
  font-size: 24px !important;
}

.fs-6 {
  font-size: 20px !important;
}

.fs-7 {
  font-size: 14px !important;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 50px;
}

.scroll-y::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  border-radius: 50px;
}

::-webkit-scrollbar-track {
  background: #ccc;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background: #454545;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {
  background: #454545;
}

ul {
  list-style: none;
}

.footer-link li a {
  border-right: 1px dotted #fff;
}

.footer-link li:last-child a {
  border: none;
}

.font-sizer {
  width: 30px;
  height: 30px;
}

.footer-bg {
  background: #000;
}

.footer-line {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #686868;
}

.overflow-dot {
  overflow: hidden;
}

.overflow-dot:after {
  content: "...";
}

.tooltip > .tooltip-inner {
  background-color: #4d94c4;
  font-size: 11px;
}

.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #4d94c4;
}

.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #4d94c4;
}

.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #4d94c4;
}

.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #4d94c4;
}

.skip-icon {
  width: 38px;
  height: 38px;
  transform: rotate(180deg);
}

.back-top {
  right: -25px;
  bottom: 15%;
  z-index: 11;
  display: none;
}

.overflow-x {
  overflow-x: scroll;
  white-space: nowrap;
}

.or {
  z-index: 1;
}

.owl-nav {
  position: absolute;
  top: 33%;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  right: 0;
  background: #fff center center no-repeat
    url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 17px;
  padding: 15px !important;
  font-size: 0px;
  transform: rotate(-90deg);
  border-radius: 50%;
  box-shadow: 0 0 5px 3px rgb(0 0 0 / 15%);
}

.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  right: auto;
  transform: rotate(90deg);
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel .owl-item img {
  height: 85px;
}

.container-fluid {
  max-width: 1800px;
}

.my-color {
  color: #2a777c;
}

.my-color2 {
  color: #00321f;
}
.my-color3 {
  color: #899a5c;
}
.bg-color {
  background-color: #2a777c;
}

.pointer {
  cursor: pointer;
}

.form-check-input:checked {
  background-color: #2a777c;
  border-color: #2a777c;
}

.input-group-text {
  background-color: #4d94c42e;
  position: relative;
}

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

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(1) translateY(-1.2rem) translateX(0.15rem);
  background: white;
  height: auto;
}

input:disabled,
select:disabled {
  cursor: no-drop;
}

.border-secondary2 {
  border-color: #c2c0c1 !important;
}

.modal-backdrop {
  width: 100%;
  height: 100%;
}

.darktheme .navbar,
.darktheme .bg-white,
.darktheme .bg-light,
.darktheme .form-control,
.darktheme .form-select,
.darktheme .my-bg2 {
  background-color: #000 !important;
}

.darktheme .form-select:disabled {
  background-color: #333;
}

.darktheme .navbar *,
.darktheme .bg-white *,
.darktheme .form-select {
  color: #fff !important;
}

.darktheme .form-floating label {
  background-color: #000 !important;
  color: #fff !important;
}

.darktheme .strict-mark {
  color: red !important;
}

.darktheme .logo {
  display: none;
}

.darktheme .logo2 {
  display: block !important;
}

.darktheme thead {
  background-color: #333;
}

.or {
  width: 30px;
  height: 30px;
}

.login-left {
  background: #ccc url(../images/login-bg.jpg) right top;
  background-size: cover;
  min-height: 450px;
}

.contact-table td {
  padding: 5px;
  font-size: 14px;
}

thead {
  background-color: #f0f9f9;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.start-auto {
  left: auto !important;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

.select2-results__options {
  font-size: 12px !important;
}

.select2 {
  width: 100% !important;
}

.multiselect-main * {
  border: none !important;
}

.select2-container--default .select2-selection--multiple {
  background-color: transparent;
  font-size: 12px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__display {
  font-size: 12px !important;
}

.multi-select-floating label {
  margin: 4px;
}

:disabled {
  cursor: not-allowed;
}

th,
td {
  font-size: 14px;
}

.radio-main {
  font-size: 12px;
}

.vertical-align-middle {
  vertical-align: middle;
}

.news {
  max-height: 250px;
  overflow-y: scroll;
}

.news li {
  font-size: 14px;
  font-weight: 400;
  position: relative;
  margin-top: 15px; 
}

.news li::before,
.accordion-header::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #8f1010;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: -25px;
}

.news li::before,
.accordion-header::before {
  background-color: #4d94c4;
}

.minister-bg {
  height: 120px;
  width: 120px;
}

.m-profile-top {
  border-radius: 0px 0px 0 20px;
}

.m-profile-bottom {
  border-radius: 0px 20px 0 0px;
}

.my-shadow {
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
}

label.error,
label.sError {
  color: #dc3545;
  display: block;
  font-size: 12px;
}

.form-control.error {
  border-color: #dc3545 !important;
}

.page-mask {
  background: rgba(000, 000, 000, 0.7);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loader {
  width: 55px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.page-mask .spinner-border {
  width: 6rem;
  height: 6rem;
}

.header-area .primary-menu ul li a.active,
.header-area .primary-menu ul li a.active i {
  color: #f3f71d;
}

.header-area .primary-menu ul > li > ul > li > a.active {
  background: #82b13b;
  color: #fff !important;
}

.password-hints {
  z-index: 9;
  right: -100%;
}

.dt-button {
  margin: 0;
  float: left;
  padding: 5px 10px;
  background: #2a777c;
  color: white;
  border: 0;
  border-right: 1px solid;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #2a777c;
  margin: 0 2px;
  padding: 2px 5px;
  border-radius: 3px;
  color: white !important;
  cursor: pointer;
  padding: 4px 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  background: #2a777c;
  margin: 0 2px;
  padding: 2px 5px;
  border-radius: 3px;
  color: white !important;
  cursor: pointer;
  opacity: 0.6;
  cursor: not-allowed;
  padding: 4px 10px;
}

.paginate_input {
  width: 60px;
  border: 1px solid #2a777c;
  border-radius: 3px;
  text-align: center;
}

.fs-8 {
  font-size: 12px;
}

.form-switch .form-check-input {
  width: 2.3em;
}

.form-switch .form-check-input::after {
  content: "No";
  font-size: 10px;
  line-height: 14px;
  float: right;
  margin-right: 6px;
}

.form-switch .form-check-input:checked::after {
  content: "Yes";
  float: left;
  margin-left: 3px;
  color: white;
}

.tab-content > .active {
  opacity: 1;
}

.inactive_tab1 {
  cursor: not-allowed;
  background-color: #eee !important;
}

.has-error {
  border-color: #cc0000;
  background-color: #ffff99;
}

.top-5 {
  top: 50px !important;
}

.end-1 {
  right: 10px !important;
}
.service-card {
  height: 600px;
  width: 325px;
}
.service-content {
  z-index: 1;
}

.searvice:hover .service-content {
  color: #fff;
}

.searvice .image-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(34, 58, 102, 0.88) url(../images/searvice-bg.jpg);
  background-size: cover;
  transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  -webkit-transform: scaleX(0.7) translateX(-30px);
  -ms-transform: scaleX(0.7) translateX(-30px);
  -moz-transform: scaleX(0.7) translateX(-30px);
  transform: scaleX(0.7) translateX(-30px);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -moz-transform-origin: left;
  transform-origin: left;
}

.searvice:hover .image-layer {
  opacity: 1;
  -webkit-transform: scaleX(1) translateX(0px);
  -ms-transform: scaleX(1) translateX(0px);
  -moz-transform: scaleX(1) translateX(0px);
  transform: scaleX(1) translateX(0px);
}

.mx-100 {
  max-width: 100%;
}

.leftnav-sub {
  color: #5c607b;
}

.submenu {
  display: none;
  transition: 0.5s all ease;
}

.left-menu > a,
.leftnav {
  border-radius: 6px;
  color: #5c607b;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  transition: 0.5s all ease;
}

.left-menu.active > a:hover,
.leftnav.active,
.leftnav:hover,
.left-menu.active .leftnav {
  background-color: #ffffff;
  color: #1dbfc1;
  box-shadow: 0 3px 5px 1px rgba(0, 0, 0, 0.05);
}

.left-menu.active .leftnav .leftnav-arrow:before {
  content: "\f077";
}

.left-menu.active .submenu {
  display: block;
}

.leftnav-sub:hover,
.leftnav-sub.active {
  color: #1dbfc1;
  background-color: transparent;
}

.highcharts-credits,
.highcharts-yaxis-grid {
  display: none !important;
}

.nav-toggled .left-menu:hover .submenu,
.nav-toggled .left-menu.active .submenu {
  display: block;
  top: 0;
  left: 85px;
  z-index: 1;
}

.nav-toggled .submenu-main:hover .submenu2,
.nav-toggled .left-menu2.active .submenu2 {
  display: block;
  /* position: absolute; */
  background: white;
  left: 85px;
  top: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.left-menu2.active .submenu2 {
  display: block;
}

.nav-toggled .left-menu:hover .submenu-main,
.nav-toggled .left-menu.active .submenu-main {
  position: relative;
  left: 0;
  margin-bottom: 5px;
  padding: 0;
}

.nav-toggled .leftnav2 {
  padding-left: 20px !important;
}

/* .nav-toggled .submenu-main{
	display: block;
} */
.submenu2 {
  display: none;
}

.left-menu2.active .leftnav2 {
  color: #1dbfc1 !important;
}

.search-layout {
  border: 1px solid #4d94c4;
  border-radius: 5px;
  margin-bottom: 15px;
}

.table th {
  white-space: nowrap;
  text-align: center;
}

.dataTable thead th {
  position: relative;
  padding-right: 30px;
}

.dataTable thead th::before {
  right: 1em;
  position: absolute;
  content: "↑";
}

.dataTable thead th::after {
  right: 0.5em;
  position: absolute;
  content: "↓";
}

.footer-social-icon {
  width: 30px;
  height: 30px;
}

.footer-social-icon i {
  color: #000;
  transition: all 0.8s;
}

.footer-social-icon:hover i {
  color: #fff;
  transition: all 0.8s;
}

.social-network-footer a.instagram:hover {
  background-color: #da2c4e;
}

.social-network-footer a.facebook:hover {
  background-color: #3b5998;
}

.social-network-footer a.twitter:hover {
  background-color: #3cf;
}

.social-network-footer a.youtube:hover {
  background-color: #dd2c00;
}

.rotate {
  transform: rotate(180deg);
  transition: all 0.3s ease-out;
}

.carousel-control-next,
.carousel-control-prev {
  top: 50%;
  bottom: 50%;
}

body.dark footer > div {
  background-image: none !important;
}

.filter-main {
  display: none;
}

.select2-main .select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 1px solid #ced4da;
  padding: 5px;
  height: auto;
}

.select2-main
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
}

.count-circle {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: #4d94c4;
  color: white;
  font-size: 0.9em;
  font-weight: bold;
}
.leftnav-con {
  text-wrap: wrap;
}
.whats-new {
  margin: -50px 0;
}
.text-justify {
  text-align: justify;
}
.whats-new-data {
  list-style: disc;
}
.service {
  background-color: #345f3c;
  border-radius: 200px;
  transition: all 0.5s ease-in-out;
}
.service:hover,
.service-active {
  background-color: #899a5c;
  /* border: 2px solid #fff; */
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
}
.service-img {
  width: 80px;
  height: 80px;
}

.service-img img {
  width: 50%;
}

.CountersBox {
  transition: all 0.5s ease-in-out;
  border: 1px solid #b1ae8b;
  text-align: center;
  padding: 20px;
  background: #d7d4aa;
  border-radius: 10px;
}

.CountersBox:hover {
  border: 1px solid #d1d1d1;
  background: #f6f3c3;
}

.AwarenessgallerySection .carousel-indicators {
  position: absolute;
  top: 0;
  right: 10px;
  text-align: right;
  justify-content: end;
  margin: 0;
}

.AwarenessgallerySection .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: #2c6e60;
}

.center-data:hover,
.center-data.active {
  /* border: 2px solid #899a5c;
  box-shadow: 1px 7px 6px rgba(0, 0, 0, 0.1); */
}
.flip-container {
  perspective: 1000px;
  /* width: 416px; */
  height: 260px;
  position: relative;
}

.flipper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.8s;
}

.flip-container:hover .flipper {
  transform: rotateY(180deg);
}

.front,
.back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 10px;
}

.front {
  background: #ffffff;
  z-index: 2;
}

.back {
  background: #899a5c;
  transform: rotateY(180deg);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.back table {
  width: 100%;
  margin: 0;
}

/* .activities-data{
	background-color: #899A5C;
	display: none;
	padding: 20px;
}
.activities:hover .activities-data{
	display: block;
} */

.activities-data table tr th {
  font-weight: 500;
  text-align: left;
  border: none;
  color: #fff;
}

.activities-data table tr td span {
  display: inline-block;
  padding: 6px 10px;
  background: #307163;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  cursor: pointer;
}

.activities-data table tr td {
  font-weight: bold;
  text-align: left;
  border: none;
}

.activities-indicators {
  bottom: -50px;
}
.activities-indicators.carousel-indicators [data-bs-target] {
  background-color: #899a5c;
  opacity: 1;
  border-radius: 15px;
  opacity: 1;
  width: 72px;
  height: 12px;
  border-bottom: 0px;
  border-top: 0px;
}
.activities-indicators.carousel-indicators .active {
  background-color: #000;
}
.input-bg {
  background-color: #d4e3e5;
}
.input-group-text {
  background-color: #e6e6e6;
}
.form-floating.input-group {
}
.form-floating.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 20px;
}
.form-floating.input-group label {
  margin-left: 70px !important;
  background-color: transparent !important;
}
.form-check-input {
  background-color: #ffed00;
  padding: 10px;
}
.form-check-input:checked[type="radio"] {
  background-color: #00321f;
  background-image: none;
}

.activities-thumbnails {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  gap: 20px;
}

.activities-thumbnails a img {
  width: 70px;
  height: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.activities .overlay-bottom {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  padding: 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  /* margin-bottom: 20px; */
}

.footer-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  /* white-space: nowrap; */
}

.social-network {
  display: flex;
  justify-content: start;
  margin-left: 50px;
}

.lh-1 {
  line-height: 1 !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

a:hover {
  color: #899a5c;
}

.card-contact {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffbbe;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.25rem;
  padding: 20px 80px;
}

.card-login {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffbbe;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.25rem;
}

.card-shadow {
  box-shadow: 2px 2px 15px -3px;
}

.card-forgot-password {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fffbbe;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 1.25rem;
}

.input-group-text {
  border: 0px;
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  color: #899a5c;
}

.captcha-group {
  width: 62px;
  height: 52px;
}
.captcha-icon {
  height: 35px;
  margin: 0 0 -5px -10px;
}

.refresh-btn {
  width: 62px;
  height: 52px;
}
.refresh-icon {
  margin: 0 0 5px -5px;
  height: 25px;
}

.page-item.active .page-link {
  background-color: #345f3c;
  border-color: #00321f;
}

.page-link {
  color: #00321f;
}

.BannerSection img {
  height: 500px;
}

/* -------------------------------- NAVIGATION HEADER SECTION CSS */

.NavigationheaderSection a {
  transition: all 0.5s ease-in-out;
  transform: translateY(0);
}

.NavigationheaderSection a:hover {
  transform: translateY(-4px);
  color: #fff;
}

/* ------------------------------ AWARNESS MODAL CSS */

.AwarenessModal .modal-dialog {
  min-width: 60%;
}

.AwarenessModal .modal-dialog .carousel-item img {
  width: 100%;
  height: 500px;
  object-fit: contain;
}

.AwarenessModal .modal-dialog .modal-body button span {
  filter: brightness(0.1);
  border: 2px solid #000;
  border-radius: 50px;
}

/* -------------------------------- MOBILE RESPONSIVE CSS */

@media only screen and (max-width: 320px) {
  .position-relative .col-md-7 img {
    display: none;
  }

  .navbar-dark .navbar-brand{
    width: 10% !important;
  }

  footer ul.text-center {
    margin-bottom: 30px !important;
  }
}

@media only screen and (max-width: 375px) {
  .WhatNewSection .whatsnewImg {
    display: none;
  }
}

@media only screen and (max-width: 425px) {
  .service-card {
    width: 325px !important;
  }

  .card-login .loginImg {
    display: none !important;
  }

  .CountersBox{
    margin: 10px 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .service-card {
    height: 100%;
    margin: 0 auto;
    width: auto;
  }

  .navbar-collapse {
    padding-bottom: 10px;
  }

  .navbar-dark .navbar-nav .nav-link {
    margin-left: 0 !important;
  }

  .BannerSection img {
    height: 250px;
  }

  .about-bg img {
    display: none;
  }

  .WhatNewSection .whatsnewImg {
    display: none;
  }

  .WhatNewSection {
    padding: 2em 0;
  }

  .whats-new {
    margin: 0;
  }

  .SearchAddictionSection img {
    margin: 0 !important;
  }

  .SearchAddictionSection .card {
    padding: 0 !important;
  }

  .SearchAddictionSection .SearchFormBox {
    padding: 20px !important;
  }

  .AwarenessgallerySection .carousel-inner .carousel-item img {
    width: 100% !important;
    object-fit: cover;
  }

  .FooterSection ul {
    text-align: left !important;
    margin-bottom: 30px !important;
  }

  .overlay-image {
    display: none !important;
  }

  .RegisterPageSection .col-lg-6 {
    width: 90%;
    margin: 0 auto;
  }

  .form-check {
    margin: 0 !important;
    padding: 0;
  }

  .form-check .form-check-input {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 1024px) {
  .navbar .helplineimg {
    width: 36%;
  }

  .navbar .helplineimg img {
    width: 100%;
  }

  .BannerSection img {
    height: 250px;
  }

  .about-bg img {
    width: 100%;
    margin-top: 50px;
  }

  .WhatNewSection .whatsnewImg {
    margin: 0 auto !important;
    width: 70%;
    height: auto !important;
    display: block;
  }

  .service-card {
    height: 100%;
    width: auto;
  }

  .card-login .loginImg {
    margin-left: 80px;
    margin-top: -25px;
    margin: 20px auto !important;
    width: 80%;
    height: auto;
    display: block;
  }

  .card-login form.bg-white {
    padding: 30px 0 !important;
  }

  #orgForm,
  #adminForm,
  #addictionForm {
    margin: 0 !important;
    padding: 0 20px 20px !important;
  }
}

@media only screen and (max-width: 1440px) {
  .RegisterPageSection {
    padding: 0 40px;
  }
}
