.widget-pop {
    background-color: #8a0017;
    height: 40px;
    border-radius: 5px 5px 0px 0px;
}
.widget-pop > h3 {
    font-size: 1.2rem;
    padding: 8px;
    color: white;
}
.counter-font > table > tr > td > strong {
    font-size: 10px !important;
}
.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }
  
  .active, .accordion:hover {
    background-color: #ccc; 
  }
  
  .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
  }
  .slideshow-container {
      
  }
  .slideshow {
      width: 100%;
      height: 444px;
      position: relative;
      text-align: center;
      line-height: 400px;
      padding-bottom: 30px;
      margin: 0 auto;
      transition: all 0.5s ease;
  }

  /* slideshow item */
  .slideshow--item {
      width: 100%;
      height: 444px;
      line-height: 1.5;
      position: absolute;
      top: 0;
      overflow: hidden;
      visibility: hidden;
  }
  .slideshow--item img {
      width: 100%;
      height: auto;
      
  }
  .slideshow--bullet:checked + .slideshow--item {
      visibility: visible;
  }
  .slideshow[data-transition="fade"] .slideshow--item {
      visibility: visible;
      opacity: 0;
      transition: .3s ease-out opacity;
  }
  .slideshow[data-transition="fade"] .slideshow--bullet:checked + .slideshow--item {
      opacity: 1;
  }
  /* slideshow navigation */
  .slideshow--nav {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 50%;
      display: none;
      z-index: 88;
      cursor: pointer;
      color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
  }
  .slideshow--nav:after {
      display: block;
      content: '\25B6';
      font-size: 1.2em;
      color: #fff;
      background-color: rgba(0, 0, 0, 0.5);
      position: absolute;
      height: 73px;
      top: 50%;
      right: -35px;
      padding-right:40px;
      padding-top: 25px;
      padding-left: 10px;
      border-radius: 50%;
      margin-top: -1.5em;
      transition: all 0.5s ease;
  }
  .slideshow--nav:hover:after {
      background-color: rgba(0, 0, 0, 0.8);
  }
  .slideshow--nav-previous {
      left: -45px;
      display: block;
  }
  .slideshow--nav-previous:after {
      -webkit-transform: scaleX(-1);
      -moz-transform: scaleX(-1);
      transform: scaleX(-1);
      right: auto;
      left: 10px;
  }
  .slideshow--nav-next {
      left: 50%;
      display: block;
  }
  /* Radiobuttons to control the slideshow */
  .slideshow--bullet {
      font-size: .75em;
      width: 8px;
      height: 8px;
      display: inline-block;
      position: relative;
      margin: 8px 8px -120px;
      z-index: 99;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #8d8d8d;
      border-radius: 50%;
      transition: all 0.5s ease;
  }
  .slideshow--bullet:checked {
      background: #333;
      outline: none;
  }
  .button-container {
      padding: 20px;
  }
  .folio-button {
      margin: 0 auto;
      padding: 5px 10px;
      background-color: #91B0A5;
      border-radius: 4px;
      color: #333;
      text-decoration: none;
      font-family: 'Roboto', sans-serif;
      transition: all 0.3s ease;
  }
  .folio-button:hover {
      background-color: #B0D6C9;
  }
  @media only screen and (max-width: 980px) {
      .slideshow {
          width: 100%;
        height: 200px;
  }
      .slideshow--bullet {
          margin: 8px 8px -110px;
  }
      .button-container {
          margin-top: 80px;
      }
  }
  @media only screen and (max-width: 402px) {
      .slideshow {
          width: 100%;
        height: 150px;
  }
      .slideshow--bullet {
          margin: 8px 8px -100px;
  }
          .button-container {
          margin-top: 120px;
      }
  }
  
  @media (min-width: 360px) and (max-width: 576px) {
      li > a > img {
          height: 300px !important;
      }
      .bx-wrapper {
          margin-top: 120px !important;
      }
      .slideshow--item {
        height: 135px !important;
      }
      .slideshow-container {
        margin-bottom: -100px;
      }
  }
  
  li > a > img {
      height: 825px;
  }
  
  .widget .widget_title {
      background-color: #8a0017 !important;
  }
  
  /* Style the tab */
  .tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #8a0017 ;
    color: white;
    font-weight: 700;
    border-radius: 5px 5px 0px 0px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {
    background-color: #e93c59;
    color: white;
  }
  .voting {
    background-color: white;
    padding: 10px;
    border-radius: 5px;
  }
  /* Create an active/current tablink class */
  .tab button.active {
    background-color: #e93c59;
    color: white;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    /* border: 1px solid #ccc; */
    border-top: none;
    background-color: white;
    border-radius: 0px 0px 5px 5px;
  }

  .polling {
    /* padding: 10px; */
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
    /* margin-top: ; */
}
.cursor {
    cursor: pointer;
}
.cursor:hover{
    background-color: #127360;
    color: white;
}
.wrapper{
background: #fff; 
border-radius: 15px;
padding: 25px;
max-width: 380px;
width: 100%;
box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.wrapper header{
font-size: 22px;
font-weight: 600;
}
.wrapper .poll-area{
margin: 20px 0 15px 0;
}
.poll-area label{
display: block;
margin-bottom: 10px;
border-radius: 5px;
padding: 8px 15px;
border: 2px solid #e6e6e6;
transition: all 0.2s ease;
}
.poll-area label:hover{
border-color: #ddd;
}
label.selected{
border-color: #127360!important;
}
label .row{
display: flex;
pointer-events: none;
justify-content: space-between;
}
label .row .column{
display: flex;
align-items: center;
}
label .row .circle{
height: 19px;
width: 19px;
display: none;
border: 2px solid #ccc;
border-radius: 50%;
margin-right: 10px;
position: relative;
}
label.selected .row .circle{
border-color: #6665ee;
}
label .row .circle::after{
content: "";
height: 11px;
width: 11px;
background: #6665ee;
border-radius: inherit;
position: absolute;
left: 2px;
top: 2px;
display: none;
}
.poll-area label:hover .row .circle::after{
display: block;
background: #e6e6e6;
}
label.selected .row .circle::after{
display: block;
background: #6665ee!important;
}
label .row span{
font-size: 16px;
font-weight: 500;
}
label .row .percent{
display: none;
}
label .progress{
height: 7px;
width: 100%;
position: relative;
background: #f0f0f0;
margin: 8px 0 3px 0;
border-radius: 30px;
display: none;
pointer-events: none;
}
label .progress:after{
position: absolute;
content: "";
height: 100%;
background: #ccc;
width: calc(1% * var(--w));
border-radius: inherit;
transition: all 0.2s ease;
}
label.selected .progress::after{
background: #127360;
}
label.selectall .progress,
label.selectall .row .percent{
display: block;
}
input[type="radio"],
input[type="checkbox"]{
display: none;
}
  
.container {
    max-width: 75rem;
    width: 100%;
    /* padding: 4rem 2rem; */
    margin: 0 auto;
  }
  
  .main .container .swiper-container .swiper-wrapper .swiper-slide .card-image {
    background: #ffffff;
    border: none;
    outline: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
  }
  .main .container .swiper-container .swiper-wrapper .swiper-slide .card-image img {
    display: block;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .swiper-wrapper{
      height : auto !important;
  }
  .main .container .swiper-container .swiper-pagination-bullet {
    opacity: 0.8;
    background: #252a32;
  }
  .main .container .swiper-container .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .main .container .swiper-container .swiper-button-next,
  .main .container .swiper-container .swiper-button-prev {
    background-image: none;
    background-size: 0;
    background-repeat: no-repeat;
    background-position: 0;
    margin-top: -1rem;
  }
  .main .container .swiper-container .swiper-button-next .arrow-icon,
  .main .container .swiper-container .swiper-button-prev .arrow-icon {
    font-size: 2rem;
    color: #ffffff;
  }
  .swiper-button-next, .swiper-button-prev {
      position: absolute;
      top: 50%;
      width: 27px;
      height: 44px;
      margin-top: -22px;
      z-index: 10;
      cursor: pointer;
      background-size: 27px 44px;
      background-position: center;
      background-repeat: no-repeat;
  }