body {
    font-family: "Montserrat", sans-serif;
}
.text-right {
    text-align: right !important;
}
/*-------------- Main Layout ---------------*/
.logo-box img {
    height: 75px;
    width: 75px;
}
.sitename-box {
    text-align: center;
}
.sitename-box .heading {
    font-size: 38px;
    font-weight: 700;
    color: #000000cc;
    margin-bottom: 0;
}
.sitename-box .sub-heading {
    font-size: 20px;
    font-weight: 600;
    color: #000000bf;
    margin-bottom: 0;
}
nav {
    z-index: 100;
    width: 100%;
    background: #5c2600;
    padding: 0 15px !important;
}
.bis-logo {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-right: 40px;
}
.bis-logo img {
    height: 40px;
    width: auto;
}
.nav-link {
    color: #fff;
    font-size: 17px;
    font-weight: 600 !important;
    position: relative;
    padding: 12px 18px !important;
}
.nav-link:hover {
    color: #fff;
}
.active-nav a {
    /*text-shadow: 0px 3px 2px #305f32;*/
    font-weight: 500;
}
.active-nav a:first-of-type:after {
    position: absolute;
    opacity: 1 !important;
    width: calc(100% - 16px) !important;
    height: 3px;
    content: "";
    background: #fff;
    right: 8px;
}
.borderXwidth a:after {
    position: absolute;
    opacity: 0;
    width: 0%;
    height: 3px;
    content: "";
    background: #fff;
    transition: all 0.3s;
}
.borderXwidth a:after {
    right: 8px;
    bottom: 0px;
}
.borderXwidth a:hover:after {
    opacity: 1;
    width: calc(100% - 16px);
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.dropdown-submenu:hover > ul {
    display: block;
}

nav .dropdown:hover > ul {
    display: block;
}

nav .dropdown-menu {
    background-color: #005251;
    border: 0 !important;
    border-radius: 0;
    margin: 0;
    min-width: 194px !important;
    box-shadow: 0px 2px 3px rgba(44, 62, 80, 0.25);
}

#user_dropdown a {
    color: #fff;
}

#user_dropdown a:hover {
    background: #fff;
    color: #000;
}

#user_dropdown a:hover:after {
    content: none !important;
}

.top-contact-header {
    background-color: #5c2600;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
}
.top-contact-header .contact-box {
    float: left;
    display: contents;
}
.top-contact-header .ls-box {
    float: right;
}
.top-contact-header .ls-box a {
    color: #fff;
    padding: 0 5px;
    font-weight: 500;
}
.top-header {
    padding: 10px 0px;
    margin-left: 0;
    margin-right: 0;
    background: #fff;
}
.center-logo {
    text-align: center;
    /* padding-top: 5px;
    padding-bottom: 10px; */
}
.center-logo a {
    text-decoration: none;
}
.center-logo a h1 {
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}
.center-logo a h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2e2e2e;
    margin-bottom: 2px;
}
.right-logos {
    text-align: right;
}
.nav-logo {
    text-align: center;
    display: inline-block;
}
.nav-logo img {
    height: 85px;
    width: auto;
}
#right-nav {
    align-items: center;
}

/*-------------- End Main Layout ---------------*/

.mainslider-wrapper .about-wrapper {
    background-color: #026862;
}
.mainslider-wrapper .about-wrapper .about-content {
    font-size: 16px;
    line-height: 22px;
    padding: 15px 30px;
    text-align: justify;
    color: #fff;
    font-weight: 500;
}
.mainslider-wrapper .about-wrapper a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline;
}
.mainslider-wrapper .about-wrapper a > i {
    font-size: 14px;
}
.search-wrapper {
    margin: 20px 0 20px 0;
    text-align: center;
}
.search-section {
    position: relative;
    /*position: absolute;
  top: 26%;
  text-align: center;
  color: #fff;
  width: 100%;*/
}
.search-section #searchby {
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    padding: 8px 5px;
    outline: none;
    font-weight: 500;
    background-color: #f7f7f7;
}
.search-section input {
    /*display: block;*/
    margin: 0 auto;
    height: 55px;
    border: 1px solid #ccc;
    border-radius: 0px;
    padding: 8px 12px;
    max-width: 450px;
    width: 100%;
    outline: none;
    font-weight: 500;
    margin-left: -5px;
}
.search-section .keyword-search-btn {
    font-size: 18px;
    background: #5c2600;
    height: 55px;
    margin-left: -4px;
    border-radius: 0 4px 4px 0;
    color: #fff;
    margin-top: -3px;
    outline: 0;
    box-shadow: none;
}
.search-result-list {
    position: absolute;
    top: 100%;
    left: 37%;
    list-style: none;
    /*border: 1px solid #ccc; */
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    color: #000;
    margin-top: 2px;
    text-align: left;
    z-index: 1;
    display: none;
    box-shadow: 0 0 6px #ccc;
}
.search-result-list li {
    color: #000;
    font-size: 15px;
    padding: 8px 0;
    width: 100%;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.search-result-list li:not(:last-child) {
    border-bottom: 1px solid #dedede;
}
.search-wrapper .as-btn {
    background-color: #5c2600;
    color: #fff;
    padding: 12px 20px;
    font-weight: 600;
    margin-top: 15px;
    outline: 0;
    box-shadow: none;
}
.advancedSearch-section {
    padding: 30px 20px;
    border-radius: 4px;
    box-shadow: 0px 2px 6px #ccc;
    margin-top: 20px;
    text-align: left;
    display: none;
}
.advancedSearch-section label {
    font-weight: 600;
}
.advancedSearch-section select {
    height: 45px;
}
.advancedSearch-section select:focus {
    outline: 0;
    box-shadow: none;
}
.advancedSearch-section .as-footer {
    text-align: right;
}
.advancedSearch-section .as-footer .as-cancel-btn {
    border: 1px solid #5c2600;
    color: #5c2600;
    outline: 0;
    box-shadow: none;
}
.advancedSearch-section .as-footer .as-search-btn {
    background-color: #5c2600;
    color: #fff;
    margin-left: 15px;
    outline: 0;
    box-shadow: none;
}
.total-search-result {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -30px;
}
.no-search-result {
    padding-top: 30px;
    text-align: center;
}
.no-search-result h4 {
    color: #5c2600;
    font-weight: 700;
}
.no-search-result p {
    font-weight: 600;
    color: #000;
}

.mainslider-text h1 {
    font-size: 45px;
    font-weight: 700;
}
.carousel-item img {
    width: 100%;
    height: 500px;
}
.mainbody {
    padding: 25px 0 25px 0;
    min-height: calc(100vh - 205px);
}
.search-section h1 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 25px;
}

.category-section {
    text-align: -webkit-center;
    padding: 80px 0;
}
.category-box {
    border-radius: 4px;
    padding: 30px 0;
    text-align: center;
    width: 100%;
    /* background-color: #005251; */
    min-height: 160px;
    box-shadow: 0px 3px 6px #ccc;
}
.category-icon i {
    font-size: 45px;
    color: #fff;
    margin-top: 12px;
}
.category-icon img {
    height: 80px;
    width: auto;
}
.category-box .category-name {
    font-size: 20px;
    font-weight: 500;
    color: #005251;
}
.category-box .category-count {
    font-size: 36px;
    font-weight: 600;
    color: #005251;
    margin-top: 5px;
}

.main-heading h1 {
    font-size: 32px;
    font-weight: 700;
    color: #000000bf;
}
.main-heading h4 {
    font-size: 16px;
    font-weight: 600;
}
.ts-box {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 40px 20px;
    width: 70%;
    margin: 25px auto;
}
.ts-box form {
    width: 75%;
    margin: auto;
}
.ts-box label {
    font-weight: 600;
}
.ts-box select:focus,
.ts-box input:focus {
    outline: none;
    box-shadow: none;
}
#ts-btns {
    text-align: center;
    margin-top: 30px;
}
#ts-btns .search-btn {
    background: #6ca56c;
    color: #fff;
    padding: 5px 30px;
    margin: 0 15px;
    font-weight: 500;
    border-radius: 4px;
    box-shadow: 0 3px 8px #6ca56c;
    outline: none;
}
#ts-btns .reset-btn {
    background: #ffffff;
    color: #000000bf;
    padding: 5px 30px;
    margin: 0 15px;
    font-weight: 500;
    border: 1px solid #747474;
    border-radius: 4px;
    box-shadow: 0 3px 8px #ccc;
    outline: none;
}

/*---- News and event section ----*/
.news-section .row,
.team-section .row,
.search-result.row {
    margin-right: 0;
    margin-left: 0;
}
.section-heading {
    font-size: 34px;
    font-weight: 700;
    color: #424242;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-left: 15px;
    text-align: center;
}
.news-card,
.member-card {
    border: 1px solid #cecece;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
    margin: 20px 0 40px 0;
    border-radius: 4px;
}
.news-card img {
    max-width: 100%;
}
.news-card .content-box {
    padding: 18px 12px;
}
.news-card .content-box a {
    text-decoration: none;
}
.news-card .content-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4e4e4e;
}
.news-card .content-box p {
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
}
.rm-link a {
    border: 1px solid #0da2945c;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    color: #0da294;
}
/*---- End News and event section ----*/

/*---- Features section ----*/
.feature-section {
    margin-bottom: 60px;
    padding: 0 25px;
}
.feature-section .row {
    margin-left: 0;
    margin-right: 0;
}
.feature-box {
    text-align: center;
    /*margin-top: 20px;*/
    padding: 10px 15px;
}
.feature-box img {
    height: 170px;
    width: auto;
    margin-bottom: 15px;
}
.feature-box h1 {
    font-size: 18px;
    font-weight: 600;
    color: #424242;
}
.feature-box p {
    font-size: 16px;
    line-height: 26px;
    color: #000;
}

/*---- End Features section ----*/

/*---- Recent sightings section ----*/
.rs-section {
    margin-bottom: 30px;
    padding: 40px 25px;
    /*background-image: url('../../public/images/109097-vector-green-wave-free-clipart-hd.png');*/
    background: #80adaa;
}
.rs-section .section-heading {
    color: #fff;
}
.rs-section .row {
    margin-left: 0;
    margin-right: 0;
}
.rs-section .rs-card img {
    width: 100%;
    height: 250px;
}
.rs-section a {
    display: block;
    position: relative;
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 5px 20px 0rgba (0, 0, 0, 0.2);
    color: #fff;
}
.rs-section .rs-card .content-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 8px 15px 0 15px;
    background-color: #00000066;
}
.rs-section .rs-card .content-box h4 {
    font-size: 22px;
    font-weight: 600;
}

/*---- End Recent sightings section ----*/

/*---- About and what's new section ----*/
.about-section {
    background-color: #f8f9fa !important;
    padding: 80px 0px;
}
.about-section .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}
/*.about-box,
.news-box {
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.16);
}
.about-box h4,
.news-box h4 {
  padding: 7px 15px;
  margin-bottom: 0;
  background: #064c1b;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.about-box .about-content,
.news-box .news-content {
  border: 1px solid #cecece;
  padding: 10px 15px;
  text-align: justify;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  min-height: 320px;
}*/
.about-content {
    font-size: 18px;
    line-height: 32px;
    padding: 0 40px;
    margin-top: 5px;
    text-align: justify;
    color: #000;
}

/*---- End About and what's new section ----*/

/*---- Our team section ----*/
.member-card {
    min-height: 220px;
    padding: 10px 20px;
    text-align: center;
}
.member-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}
.member-card .member-name {
    font-weight: 600;
    color: #4e4e4e;
    margin-bottom: 0;
    font-size: 16px;
}
.member-card .member-designation {
    font-weight: 500;
    color: #535353;
    font-size: 15px;
    margin-bottom: 10px;
}
.member-card .member-detail {
    font-size: 14px;
    margin-bottom: 0;
}

/*---- End Our team section ----*/

/*---- Important links section ----*/
.imp-links {
    /*background: #f4f4f4;*/
    padding: 40px 25px;
}
.implinks-carousel {
    margin-top: 25px;
}
.implinks-box {
    padding: 0 25px;
}
.implinks-box .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 25px;
}
.implinks-box .link-box {
    background: #fff;
    text-align: center;
    margin-bottom: 40px;
    box-shadow: 0 0 6px #d5d5d5;
}
.implinks-box .link-box img {
    height: 55px;
    width: auto;
}
/*---- End important links section ----*/

/*-------------- Experts page ---------------*/
#experts_table {
    border: 0;
    font-size: 14px;
}

#experts_table th {
    border-top: 0;
}
#experts_table th.sorting_asc:before,
#experts_table th.sorting_asc:after {
    content: "";
}
#experts_table th.sorting_asc {
    background-image: none !important;
    width: auto !important;
}
#experts_table th {
    padding: 5px 10px;
    font-size: 16px;
}
.experts-section {
    margin-top: 30px;
}
#experts_table img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.member-btn-box {
    text-align: right;
}
.nomination-btn {
    background: #0da294;
    color: #fff;
    font-weight: 500;
}
/*-------------- Experts page ---------------*/

/*-------------- Plant identification page ---------------*/
.identification_filters {
    position: fixed;
    width: 350px;
    top: 102px;
    background: #fff;
    transition: width 0.2s ease;
}
.identification_filters #accordion {
    height: calc(100vh - 102px);
    overflow-y: auto;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.2);
}
.identification_filters #accordion::-webkit-scrollbar {
    width: 5px;
}
.identification_filters #accordion::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cecece;
}
.identification_filters #accordion::-webkit-scrollbar-thumb {
    background: #0da294ce;
}
.identification_filters .button-box {
    padding: 12px 20px;
    border-bottom: 2px solid #cecece;
}
.filter-searchbtn {
    padding: 5px 20px;
    background: #39b2ac;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s ease;
}
.filter-clearbtn {
    float: right;
    padding: 4px 15px;
    background: #fff;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #39b2ac;
    transition: 0.3s ease;
    color: #39b2ac;
}
.filter-searchbtn:hover {
    box-shadow: 1px 3px 4px #cecece;
    color: #fff;
}
.filter-clearbtn:hover {
    box-shadow: 1px 3px 4px #cecece;
}
.filter-searchbtn:focus,
.filter-clearbtn:focus {
    box-shadow: none;
    border: 1px solid #0da294;
}
.identification_filters .card {
    border: 0px;
    border-radius: 0;
}
.identification_filters .card-header {
    background: #fff;
    margin-bottom: 0 !important;
    padding: 0;
}
.identification_filters .card-link h5 {
    font-size: 15px;
    font-weight: 600;
    color: #4e4e4e;
    margin-bottom: 0;
    padding: 12px 20px;
}
.identification_filters .card-link h5 i {
    float: right;
}
.identification_filters .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: rgba(0, 0, 0, 0.025);
}
.identification_filters .filter-box {
    display: inline-block;
}
.identification_filters .filter-box label {
    padding: 10px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}
.identification_filters .filter-box input[type="radio"] {
    position: absolute;
    display: block;
    border: 0;
    height: 0;
    width: 0;
    overflow: hidden;
}
.identification_filters .filter-box .altitude-field {
    width: 40%;
    margin: 0 10px;
    font-size: 12px;
    font-weight: 600;
}
.identification_filters .filter-box .altitude-field:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #0da294;
}
.identification_filters h4 {
    font-size: 14px;
    font-weight: 700;
}
.identification_filters .filter-name {
    border: 1px solid #ccc;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
}
.filter-box-checked {
    background: #0da294;
    color: #fff;
}
.filters-slide {
    z-index: 10;
    width: 350px !important;
    max-width: calc(100% - 45px);
}

.filters-btn {
    position: fixed;
    background: #0da294;
    padding: 3px 12px;
    color: #fff;
    font-size: 14px;
    z-index: 1;
    margin-top: 10px;
    margin-left: 15px;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
}
.identification_output {
    padding-left: 350px;
}
.identification_output .main-heading {
    padding: 15px 15px;
    border-bottom: 2px solid #cecece;
}
.identification_output .main-heading h1 {
    font-size: 26px;
}
.identification_output .sr-box {
    font-size: 14px;
    font-weight: 600;
    color: #535353;
}
.identification_output .content-body {
    padding: 25px 25px 25px 25px;
    background: #f7f7f7;
    margin-right: 0;
    margin-left: 0;
    min-height: calc(100vh - 299px);
}
.identification_output .content-body .img-box,
.identification_output .content-body .not-found-box {
    text-align: center;
    width: 100%;
}
.identification_output .content-body .img-box img {
    height: 200px;
    width: auto;
    margin-top: 25px;
    margin-bottom: 15px;
}
.identification_output .content-body .not-found-box img {
    height: 150px;
    width: auto;
    margin-top: 25px;
    margin-bottom: 30px;
}
.identification_output .content-body .img-box h1,
.identification_output .content-body .not-found-box h1 {
    font-size: 28px;
    font-weight: 600;
    color: #39b2ac;
    text-shadow: 2px 3px 3px #c3c3c3;
}
.identification_output .result-card,
.user-dashboard .result-card,
.search-result .result-card,
#species_list .result-card {
    border: 1px solid #ccc;
    padding: 0px;
    margin: 25px 10px;
    box-shadow: 0px 2px 4px #cecece;
    border-radius: 5px;
}
.result-card img {
    width: 100%;
    height: 165px;
    border-radius: 5px 5px 0 0;
}
#species_list .result-card img,
#search_result .result-card img {
    height: 200px;
}
.user-dashboard .result-card img {
    height: 220px;
}
.result-card .result-title {
    padding: 15px 6px;
    text-align: center;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}
.result-card .result-title a {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    display: block;
}
.result-card .result-title .small-text {
    font-size: 14px;
    font-weight: 600;
}

#overlay {
    position: fixed;
    display: block;
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 9;
}
/*-------------- End Plant identification page ---------------*/

/*-------------- Maxent page ---------------*/
.mainbody .sub-heading {
    font-size: 16px;
    font-weight: 500;
    color: #535353;
    margin-bottom: 16px;
}
.mainbody .maxent-link {
    text-align: center;
    margin-bottom: 20px;
}
.mainbody .maxent-link a {
    background: #f1f1f1;
    color: #0da294;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 2px 2px 4px #0da2943c;
}
.maxent-banner img {
    width: 100%;
    max-height: 300px;
    margin-bottom: 25px;
}
.maxent-content-body {
    line-height: 28px;
}
.maxent-citation h4 {
    font-size: 18px;
    font-weight: 600;
    color: #535353;
}
.maxent-citation {
    border-top: 1px solid #d6d6d6;
    padding-top: 20px;
}
.maxent-citation p {
    font-size: 13px;
}

/*-------------- End Maxent page ---------------*/
#specimen_table {
    border-spacing: 0 40px;
    border-collapse: separate;
    border-bottom: 0 !important;
}
#specimen_table thead {
    display: none;
}
#specimen_table tbody tr {
    box-shadow: 0px 2px 6px #cecece;
    border-radius: 5px;
}
#specimen_table tr td:first-child {
    width: 220px;
}
#specimen_table tr td {
    border-radius: 5px;
    padding: 0;
}
#specimen_table tr td img {
    border-radius: 5px 0 0 5px;
}
.specimen-details .speciesname {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 5px;
}
.specimen-details .iucn-img {
    height: 40px;
    width: auto;
    margin-top: 10px;
}
/*-------------- Species detail page ---------------*/
.specimen-top-header {
    background-color: #03363d1a;
    padding: 15px 20px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.specimen-top-header .back-btn,
.specimen-top-header .generatepdf-btn {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.specimen-top-header .generatepdf-btn {
    float: right;
}
.species-info {
    text-align: center;
}
.species-info h1 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
}
.species-info .commonname {
    font-size: 18px;
    font-weight: 500;
    color: #424242;
}
.species-card-heading {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    margin-top: 24px;
    margin-bottom: 14px;
}
.species-classification,
.species-description {
    border: 1px solid #cecece;
    padding: 10px 0px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 6px #dedede;
    /*height: 100% !important;*/
}
.species-classification .cls-card,
.species-description .des-card {
    padding: 15px 15px 0 15px;
}
/*.species-classification .cls-card:not(:last-child),
.species-description .des-card:not(:last-child) {
  border-bottom: 1px solid #dedede;
}*/
/*.species-classification .attr-name {
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  width: 120px;
}*/

.species-classification .attr-name,
.species-description .attr-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}
.species-classification .attr-value,
.species-description .attr-value {
    color: #000;
    font-size: 17px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    line-height: 26px;
}
.species-classification .cls-card:last-child .attr-value {
    border: none;
    padding-bottom: 0;
}
.species-description .des-card:last-child .attr-value {
    border: none;
    padding-bottom: 0;
}
.species-description .attr-value .iucn-img {
    height: 40px;
    margin-left: 5px;
}
.species-img img {
    height: 180px;
    width: 100%;
    transition: 0.3s ease;
    margin-bottom: 20px;
}
.species-img img:hover {
    box-shadow: 1px 3px 4px #c2c2c2;
    transform: scale(1.05);
}

/*-------------- End Species detail page ---------------*/

/*-------------- Footer ---------------*/
footer {
    background: #5c2600;
    color: #fff;
    padding: 15px 0;
    /*  border-bottom: 5px solid #39b2ac;*/
}
.site-name {
    display: table;
}
.site-name .short-name {
    font-size: 30px;
    font-weight: 700;
    display: table-cell;
    vertical-align: middle;
}
.site-name .short-name:after {
    font-weight: 400;
    margin: 0 5px;
    content: "|";
}
.site-name .full-name {
    font-size: 14px;
    display: table-cell;
    vertical-align: middle;
}
footer h4 {
    font-size: 14px;
    /*  font-weight: 600;*/
}
#copyright-section {
    margin: auto;
}
.copyright-box {
    text-align: right;
    font-size: 14px;
    font-weight: 400;
}
/*-------------- End Footer ---------------*/
.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
}

.login-box {
    border: 1px solid #ccc;
    width: 40%;
    margin: 0 auto;
    padding: 35px;
    text-align: center;
}

/*------------- Datatables --------------*/

#specimen_table a {
    display: block;
    color: #000;
    text-decoration: none;
}

.dataTables_wrapper .row {
    margin-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
    margin-left: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
table.dataTable thead th {
    border-bottom: 0px !important;
}
table.dataTable th,
table.dataTable td {
    vertical-align: middle;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #dee2e6 !important;
}
.dataTables_filter input[type="search"]:focus,
.dataTables_length select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #ced4da;
}
.dataTables_paginate .page-link {
    padding: 5px 10px;
    font-size: 14px;
    color: #005251;
}
.page-item.active .page-link {
    background-color: #005251;
    border-color: #005251;
}
/*------------- End Datatables --------------*/

/*------------- Login page --------------*/
.login_card,
.register_card,
.verifyemail_card,
.admin_login_card {
    width: 35%;
    margin: 25px auto;
    box-shadow: 0 3px 8px #c2c2c2;
}
#expert_register_card {
    width: 40%;
}
.verifyemail_card {
    width: 70%;
}
.login_card .card-header,
.register_card .card-header,
.verifyemail_card .card-header,
.admin_login_card .card-header {
    text-transform: uppercase;
    text-align: center;
    background: #005251;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    border-radius: 4px 4px 0 0;
    padding: 15px 0;
}
.login_card .card-body,
.register_card .card-body,
.verifyemail_card .card-body,
.admin_login_card .card-body {
    padding: 45px 30px;
}
.login_card .form-group,
.register_card .form-group,
.resetpass_card .form-group,
.admin_login_card .form-group {
    position: relative;
}
.login_card .form-group:first-of-type,
.register_card .form-group,
.resetpass_card .form-group,
.admin_login_card .form-group:first-of-type {
    margin-bottom: 2rem;
}
.login_card .form-control-placeholder,
.register_card .form-control-placeholder,
.resetpass_card .form-control-placeholder,
.admin_login_card .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 0px;
    transition: all 200ms;
    opacity: 0.5;
}
.login_card .form-control:focus + .form-control-placeholder,
.login_card .form-control:valid + .form-control-placeholder,
.register_card .form-control:focus + .form-control-placeholder,
.register_card .form-control:valid + .form-control-placeholder,
.resetpass_card .form-control:focus + .form-control-placeholder,
.resetpass_card .form-control:valid + .form-control-placeholder,
.admin_login_card .form-control:focus + .form-control-placeholder,
.admin_login_card .form-control:valid + .form-control-placeholder {
    font-size: 85%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}
.login_card .form-control:focus,
.register_card .form-control:focus,
.resetpass_card .form-control:focus,
.admin_login_card .form-control:focus {
    outline: none;
    box-shadow: none;
    border-bottom: 1px solid #005251;
}
.login_card input,
.register_card input,
.register_card textarea,
.resetpass_card input,
.admin_login_card input {
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    padding-left: 0;
    margin-bottom: 10px;
}
.forgot-link {
    font-size: 14px;
    color: #005251;
    text-decoration: none;
}
.forgot-link:hover {
    color: #005251;
    text-decoration: none;
}
.btn-login,
.btn-register {
    width: 100%;
    background: #005251;
    border: 1px solid #005251;
    color: #fff;
    border-radius: 4px;
    font-weight: 500;
    padding: 8px 0;
    margin: 20px 0;
}
.not-member-box,
.member-box {
    text-align: center;
    font-weight: 500;
    color: #707070;
}
.register-link a,
.login-link a {
    font-weight: 600;
    color: #005251;
    text-decoration: underline;
}
.dropdown-menu {
    border: 1px solid #e3e6f0 !important;
}
.dropdown-item {
    font-size: 14px;
    color: #747474;
}
.shadow {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #eaecf4;
}
.dropdown-toggle::after {
    border-top: 0 !important;
}

#expert_register_card input[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
#expert_register_card #upload_box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
}
#expert_register_card input[type="file"] + label {
    background: #005251;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    margin: 0;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

.admin_login_card .bth_link_box {
    text-align: center;
}
.admin_login_card .bth_link_box a {
    text-decoration: underline;
    font-size: 14px;
    font-weight: 500;
    color: #005251;
}

/*------------- End login page --------------*/

/*------------- Reset password link page --------------*/
.reset_card,
.resetpass_card {
    width: 45%;
    margin: 25px auto;
    box-shadow: 0 3px 8px #c2c2c2;
}
.reset_card .card-header,
.resetpass_card .card-header {
    text-transform: uppercase;
    text-align: center;
    background: #005251;
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    border-radius: 4px 4px 0 0;
    padding: 15px 0;
}
.reset_card .card-body,
.resetpass_card .card-body {
    padding: 45px 30px;
}
.reset_card input[type="email"] {
    height: 45px;
    border-radius: 2px;
}
.reset_card input[type="email"]:focus {
    box-shadow: 0px 0px 5px #0da294aa;
    border: 1px solid #0da294aa;
}
.reset_card .send-btn,
.resetpass_card .reset-btn {
    background: #005251;
    border: 1px solid #005251;
    color: #fff;
    font-weight: 500;
    padding: 8px 15px;
    margin-top: 10px;
}
.reset_card #email {
    font-family: Montserrat, "Font Awesome 5 Free";
}

/*------------- End Reset password link page --------------*/

/*------------- User dashboard page --------------*/
#user-sidebar {
    display: flex;
}
.sidebar {
    width: 10.5rem;
}
.sidebar .nav-item {
    position: relative;
}
.sidebar .nav-item:last-child {
    margin-bottom: 1rem;
}
.sidebar .nav-item .nav-link {
    text-align: center;
    padding: 0.75rem 1rem;
    width: 6.5rem;
    color: #424242;
}
.sidebar .nav-item .nav-link span {
    font-size: 14px;
    display: block;
}
.sidebar .nav-item.active .nav-link {
    font-weight: 700;
}

.welcome-note {
    padding: 30px 0;
}
.welcome-note h2 {
    font-size: 28px;
    font-weight: 600;
    color: #696969;
    margin-bottom: 0;
}
.welcome-note h4 {
    font-size: 18px;
    font-weight: 500;
    color: #696969;
}

.nav-tabs:before,
.nav-tabs:after {
    display: table;
    content: "";
}

.nav-tabs {
    border-bottom: 2px solid #0da294 !important;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -2px;
}
.nav-tabs > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-right: 2px;
    line-height: 1.42857143;
    border: 2px solid transparent;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
    color: #555;
}

.nav-tabs > li > a:hover {
    background: #0da294;
    color: #fff;
}

.nav-tabs > li > a.active,
.nav-tabs > li > a.active:focus,
.nav-tabs > li > a.active:hover {
    color: #0da294;
    font-weight: 600;
    cursor: default;
    background-color: #fff;
    border: 2px solid #0da294;
    border-bottom-color: transparent;
}

.tab-pane {
    padding: 20px 0;
}
.user-tab-heading {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.added-species-section {
    padding: 0 30px;
}
.added-species-section h3 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
    text-decoration: underline;
}
.added-species-section .menu {
    float: right;
}
.added-species-section .menu i {
    margin-right: 5px;
    cursor: pointer;
}
.added-species-section .species-name {
    text-align: left;
    font-size: 14px;
    padding-left: 5px;
}
.added-species-section .species-status {
    text-align: left;
    margin-top: 5px;
    padding-left: 5px;
}
.added-species-section .species-status .approved {
    font-size: 12px;
    font-weight: 500;
    background: #0da294;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
}
.added-species-section .species-status .not-approved {
    font-size: 12px;
    font-weight: 500;
    background: #c50000;
    color: #fff;
    padding: 3px 8px;
    border-radius: 10px;
}

#userprofile_form input,
#add_detail_form input,
#add_detail_form select {
    height: 45px;
}

#userprofile_form input:focus,
#add_detail_form input:focus,
#add_detail_form textarea:focus,
#add_detail_form select:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #0da294;
}

.changepass-link {
    color: #0da294;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
    width: fit-content;
}
.change-pass-header {
    font-size: 22px;
    font-weight: 600;
    color: #676767;
    text-decoration: underline;
    margin-bottom: 15px;
}
.password-note {
    color: #0da294;
    font-weight: 500;
    font-size: 14px;
}

.change-pass-section .btn-save,
#expertinfo_form .btn-save,
#expertinfo_form .btn-edit,
#add_detail_form .btn-save {
    background: #0da294;
    padding: 8px 30px;
    color: #fff;
    font-weight: 500;
    border: 1px solid #0da294;
    margin-right: 10px;
}
.change-pass-section .btn-cancel,
#expertinfo_form .btn-cancel,
#add_detail_form .btn-cancel {
    color: #0da294;
    padding: 8px 30px;
    font-weight: 500;
    border: 1px solid #0da294;
    margin: 0 10px;
}

#add_detail_form input[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
#add_detail_form #upload_box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
}
#add_detail_form input[type="file"] + label {
    background: #064c1b;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    margin: 0;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}

#expertinfo_form .btn-save,
#expertinfo_form .btn-cancel {
    display: none;
}

#viewModal .row:not(:last-child) {
    padding: 8px 0;
    border-bottom: 1px solid #e2e2e2;
}
#viewModal .img_wrapper {
    position: relative;
    display: inline-block;
}
#viewModal .img_wrapper img {
    height: 200px;
    width: 200px;
    margin: 10px;
}

#editModal #editupload_box input[type="file"] {
    height: 0;
    overflow: hidden;
    width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
#editModal #editupload_box {
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
}
#editModal #editupload_box input[type="file"] + label {
    background: #0da294;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    margin: 0;
    outline: none;
    padding: 1rem 50px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
}
#editSpecies_form .img_wrapper img {
    height: auto;
    width: 100%;
    margin: 15px 0;
}
#editSpecies_form .img_wrapper,
#edit_imgPreview_box .thumb-wrap {
    position: relative;
    display: inline-block;
}
#editSpecies_form .img_wrapper .deleteimg-btn {
    position: absolute;
    top: 0px;
    right: -8px;
    border-radius: 10em;
    padding: 3px 7px 3px;
    font-size: 14px;
    background: #bf0606;
    border: 2px solid #fff;
    color: #fff;
    cursor: pointer;
}
#edit_imgPreview_box img {
    height: 200px;
    width: 250px;
    margin: 15px 15px;
}

/*.nav-tabs>li>a::before, .nav-tabs>li>a::after {
  position: absolute;
  top: 1px;
  display: block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0;
  height: 100%;
  border-top: 43px solid transparent;
  border-left: 15px solid #0da294;
  color: #ccc;
}
.nav-tabs>li>a::before {
  right: -16px;
}
.nav-tabs>li>a::after {
  right: -15px;
  border-left-color: #ccc;
  color: #ccc;
}
.nav-tabs>li>a.active::after {
  border-left-color: #fff;
  color: #fff;
}*/

/*------------- End User dashboard page --------------*/

/* Slider */

.slick-slide {
    margin: 0px 60px;
    /*width: auto !important;*/
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

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

/*.hex {
    width: 150px;
    min-height: 155px; 
    background-color: #39b2ac;
    border-color: #39b2ac;
    position: relative;
    display: inline-block;
}
.hex:before {
    content: " ";
    width: 0;
    height: 0;
    border-bottom: 30px solid;
    border-color: inherit;
    border-left: 77px solid transparent;
    border-right: 77px solid transparent;
    position: absolute;
    top: 63px;
    transform: rotate(90deg);
    left: 88px;
}
.hex:after {
    content: "";
    width: 0;
    position: absolute;
    border-top: 30px solid;
    border-color: inherit;
    border-left: 77px solid transparent;
    border-right: 77px solid transparent;
    left: -92px;
    transform: rotate(90deg);
    top: 63px;
}*/

/*--------------- Contact page -------------*/

.contact-header,
.about-header,
.page-header {
    position: relative;
    background-image: url("../../public/images/page-banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    background-position: center;
    margin-bottom: 40px;
}
.contact-header h1,
.about-header h1,
.page-header h1 {
    position: relative;
    top: 35%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-shadow: 0 3px 12px rgb(0 0 0 / 90%);
    font-weight: 600;
}
.contact-header .bg-overlay,
.about-header .bg-overlay,
.page-header .bg-overlay {
    background-color: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.contact-mainbody {
    padding: 25px 0 40px 0;
}
.contact-details {
    line-height: 30px;
    padding-top: 20px;
    padding-right: 50px;
}
.contact-details div {
    margin-bottom: 25px;
}
.contact-details h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-details .content {
    font-size: 17px;
    font-weight: 500;
    border: 1px solid #ccc;
    border-left: 4px solid #39b2ac;
    padding: 10px 20px;
}
.contact-box {
    box-shadow: 0 5px 6px #ccc;
    border-radius: 4px;
}
.contact-box .contact-box-header {
    background-color: #5c2600;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 20px 15px;
    border-radius: 4px 4px 0 0;
}
.contact-box .contact-box-body {
    padding: 20px 20px 40px 20px;
    margin-bottom: 50px;
}

/*--------------- End Contact page -------------*/
