
/*html {
  filter: grayscale(0.6) !important;
}*/

.dropdown-item {
   line-height: 2rem !important;
}

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

.block-banner {
  padding-top: 260px !important;
}

.block-web-name {
  background-color: #006664 !important;
  color: #fff !important;
}

h3 {
  line-height: 1.5 !important;
}

.block-banner {
  background: url("../../layout/images/web/banner/BannerAGKB.webp") #272727 no-repeat top center !important;
  background-size: 100% !important;
  background-size: cover !important;
  padding-top: 260px !important;
}

body {
  color: #3F3F3A !important;
}

h3 {
   line-height: 1.5 !important;
}

.navbar .main-menu .nav-link.active,
.navbar .main-menu .nav-link:hover {
  border-bottom: 4px solid #fe8f01;!important;
}

.nav-link::after {
  color: #fe8f01;!important;
}

.dropdown-item:hover {
  background-color: #fe8f01 !important;
}

.wrap-box {
  background: #fee8cc !important;
}

.text-lime-green {
  color: #3F3F3A !important;
}

.text-blue {
  color: #3F3F3A !important;
}

.text-blue:hover {
  color: #3F3F3A !important;
}

footer {
  border-bottom: 10px solid #fe8f01 !important;
}

.btn-related {
  border-color: #fe8f01 !important;
}

btn-related:hover {
  background: #fef3e5 !important;
}

footer {
  background: linear-gradient(87deg, #E9F3F2 0%, #E1F2E5 50%, #fee8cc 100%) !important;
}

.btn {
  border: 1px solid #6F7C4A !important;
}

.btn:hover {
  background: #fe8f01 !important;
  border: 1px solid #fe8f01 !important;
}

.block-breadcrumb {
  background: #fef3e5 !important;
}

.breadcrumb-item.active {
  color: #fe8f01 !important;
}

.alert-suggest-agrovc {
  border: 1px solid #fe8f01 !important;
}

.alert-suggest-agrovc .accordion-button {
  background-color: #fef3e5 !important;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link::after {
  color: #fe8f01 !important;
}

.header-top .scale-menu .nav-link.active, .header-top .scale-menu .nav-link:hover {
  background: #fef3e5 !important;
  color: #fe8f01 !important;
}

.bg-custom-gradient {
  background: linear-gradient(269.42deg, #fef3e5 0.5%, #fe8f01 99.5%) !important;
}

.text-light-green {
  color: #006664 !important;
}

.inp_btn {
  display: none !important;
}

.tx_record {
  color: #fff !important;
}

.tx_ques {
  display: none !important;
}

.tx_ques_2 {
  display: none !important;
}

.sticky-btns-inner {
        transform: rotate(90deg);
        position: relative;
        right: -42%;
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .sticky-button {
        padding: 12px 30px 10px 30px;
        font-weight: 500;
        font-size: 16px;
        letter-spacing: 1px;
        color: #FFFFFF;
        text-align: center;
        margin: 0;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
        line-height: inherit;
        text-decoration: none;
    }

    .sticky-buttons {
        right: 0;
        transform: rotate(0);
        bottom: auto;
        left: auto;
        width: auto;
        position: fixed;
    }

    .sticky-color-1 {
        background-color: rgb(15, 76, 129);
    }

    .sticky-color-1:hover {
        background-color: #658dc6;
        color: #333;
    }

    .sticky-color-2 {
        background-color: #006666;
    }

    .sticky-color-2:hover {
        background-color: #739A42;
        color: #333;
    }
