@media(max-width:1600px) {
  
  html {
    font-size: 55%;
  }

  .container {
    max-width: 1320px;
  }

  .heroBannerWrap::after {
    height: 136px;
    bottom: -1px;

  }

  ul.side-nav { 
    max-height: 600px;
}
}

@media(max-width:1400px) {
  .logo {
    max-width: 270px;
  }

  .heroBannerWrap::after {
    height: 113px;
  }

  .overlaySliderHeroWrap {
    margin-top: -110px;
  }
  .sliderContrlArrowOut .bx-controls-direction{
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
  .sliderContrlArrowOut .bx-controls-direction a{
    position: static;
    margin: 0 10px;
  }
  ul.side-nav {
    position: sticky;
    top: 95px;
  }
  .container {
    max-width: 1250px;
  }
}

/*@media(min-width: 1200px) {
    
    .signup-modal .modal-xl {
        max-width: 1000px;
    }
    
    .species-list .column {
        width:20%;
    }
}*/


@media(min-width: 1200px) {
    
    .signup-modal .modal-xl {
        max-width: 1000px;
    }
    
    .species-list .column {
        width:20%;
    }

}

     
@media(min-width: 1400px) {
    
    .container{
        max-width:1380px;
    }
    
}
     
     
@media (min-width:992px) and (max-width:1199px ){
      .species-list .column {
        width:25%;
      }
}
@media (min-width:768px) and (max-width:991px ){
  .species-list .column {
    width:33.3%;
  }
}
@media(max-width:1299px) {
  div#listBtnContainer {
    overflow-x: auto;
    height: 83px;
}
}
@media(max-width:1024px) {
.short-by li {
  font-size: 15px;
  font-weight: 500;
  display: inline-block;
}
  html {
    font-size: 55%;
  }

  .custom-tab-navs .nav {

    justify-content: space-between;
  }

  .custom-tab-navs .nav li a {
    margin-right: 0;
    padding: 8px 9px;
    font-size: 10px;
    text-align: center;
  }

  .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .logo {
    max-width: 200px;
  }

  .logo-nav-wrap nav ul li {
    margin-right: 12px;
  }

  .logo-nav-wrap nav ul li a {
    font-size: 14px;
  }

  .overlaySliderHeroWrap {
    margin-top: -105px;
  }

  .overlaySliderHero .item {
    opacity: 1 !important;
  }

  .overlaySliderHero .active-slide {
    transform: none;


  }

  .overlaySliderHeroWrap .bx-viewport {
    margin: 0;
    height: unset;
  }

  .heroBannerWrap::after {
    bottom: -26px;
  }

  .overlaySliderHeroWrap .bx-controls-direction {
    left: 0;
    justify-content: center;
    bottom: -30px;
  }

  .hexagon-Content-wrap .item:before {
    top: calc(-100% + 1px);
  }

  .hexagon-Content-wrap .item:after {
    bottom: calc(-100% + 1px);
  }

  .hexagon-Content-wrap {
    margin-top: 0;
  }

  .visibleTabPotrait {
    padding-bottom: 90px;
  }
  .observation-slider figure figcaption{
    width: auto;
  }
}

@media(max-width:992px) {
  html {
    font-size: 52%;
  }

  .common-section {
    padding: 50px 0;
  }

  .custom-tab-navs .nav {  
    justify-content: start;
    gap: 5px;
  }
  .custom-tab-navs .nav li{
    flex: 1;
  }

  .custom-tab-navs .nav li a.active:after {
    content: none;
  }

  .logo-nav-wrap nav ul li {
    margin-right: 0;
    margin-left: 10px;
  }

  .logo-nav-wrap nav ul li a {
    font-size: 13px;
  }

  .data-counterUp .item figcaption {
    text-align: center;
    margin-top: 10px;
    margin-left: 0;
  }

  .data-counterUp .item figure {
    height: 75px;
  }

  .hexagon-Content-wrap {
    min-width: 889px;
    transform: scale(0.8) translateX(-112px);
  }
  .details_hero figcaption {
    padding-top: 33px;
}
.details_hero figcaption .social-media {
  position: static;
}

}

@media(max-width:776px) {
  .details_hero figcaption {
    padding-top: 30px;
}
.details_hero figcaption .social-media {
  position: static;
}
  html {
    font-size: 50%;
  }

  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: flex;
    padding: 0;
    margin-left: -15px;
    margin-right: 5px;
  }

  #hamburger .line {
    fill: none;
    stroke: #f26649;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }

  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }

  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }

  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }

  .logo-nav-wrap nav {
    position: fixed;
    background: #fff;
    left: -100%;
    height: 100%;
    top: 0;
    z-index: 99999999;
    transition: .3s ease-in-out;
    box-shadow: 0 0 9px -5px #000;
    width: 220px;
    padding-top: 20px;
    border-right: 1px solid #ddd;
  }

  .logo-nav-wrap nav.open {
    left: 0;
  }

  .logo-nav-wrap nav ul li {
    margin-left: 0;
    border-bottom: 1px solid #eee;
  }

  .logo-nav-wrap nav ul li:last-child {
    border-bottom: 0;
  }

  .logo-nav-wrap nav ul li a {
    padding: 8px 15px;
    display: inline-block;
  }

  .dropDowmAngle {
    position: absolute;
    right: 15px;
    top: 8px;
  }

  .logo-nav-wrap nav ul ul {
    position: static;
    visibility: visible;
    opacity: 1;
    margin-top: 0 !important;
    transition: none;
    display: none;
  }

  .logo-nav-wrap nav ul ul li a {
    font-size: 13px;
  }

  .heroBannerWrap::after {
    content: none;
  }

  .overlaySliderHeroWrap {
    margin-top: -65px;
  }

  .heroContent {
    margin-top: 0;
  }

  .heroContent h3,
  .heroContent h4 {
    font-size: 4rem;
  }

  .searchBanner {
    margin-top: 10px;
  }


  .overlaySliderHeroWrap .bx-wrapper .bx-prev {
    margin-left: 0 !important;
  }

  .overlaySliderHero .item h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-website-links ul li {
    margin-bottom: 8px;
}

}

@media (max-width:767px) {
  .hexagon-Content-wrap {
    min-width: unset;
    transform: none
  }

  .hexagon-Content-wrap .item:before,
  .hexagon-Content-wrap .item:after {
    content: none;
  }

  .hexagon-Content-wrap .inner-content {
    position: static;
  }

  .hexagon-Content-wrap .item {
    width: 100%;
    height: 100%;
  }

  .hexagon-Content-wrap a {
    width: 32.33%;
  }

  .controlsTopRight .bx-controls-direction{
    justify-content: center;
    top: auto;
    position: relative;
  }
  .controlsTopRight .bx-wrapper .bx-controls-direction a{

    margin:20px 10px;
  }
  .latestNewsSlider .item .date{
    min-width: 70px;
  }
  footer .footer-main {  
    padding: 50px 0;
}
}

@media (max-width:576px) {

  header{
    top: -37px;
  }
  .overlaySliderHeroWrap {
    margin-top: 0px;
  }

  .hexagon-Content-wrap a {
    width: 100%;
  }
  .searchField{
    margin-top: 175px;
}
  .hexagon-Content-2 {
    padding: 0;
  }

  .hexagon-Content-wrap .item {
    border-radius: 5px;
  }

  .hexagon-Content-wrap .inner-content {
    padding: 30px 20px;
  }

  .hexagon-Content-wrap {
    padding-top: 40px;
  }

  .heroContent h4 {
    font-size: 2.8rem;
  }

  .heroContent h3 {
    display: none;
  }

  .searchBanner .searchSubmit {
    max-width: 100px;
    font-size: 12px;
  }

  .searchBanner .form-group .form-control {
    height: 45px;
    font-size: 12px;
  }

  .overlaySliderHero .item {
    padding: 15px;
    border: 0;
    border-bottom: 1px solid #eee;
  }

  .heroContent {
    top: 30px
  }

  .searchBanner {
    margin-top: 20px;
  }

  .data-counterUp .item {
    width: 50%;
  }

  .data-counterUp .item:nth-child(even):after {
    content: none;
  }

  .observation-slider address {
    font-size: 14px;
}
  .data-counterUp .item {
    border-bottom: 2px solid #f2755b;
  }

  .data-counterUp .item:last-child {
    width: 100%;
    border: 0;
    padding-bottom: 0;
  }

  .common-btn {
    min-width: 120px;
    min-height: 38px;
  }
}