@font-face{
font-family: 'RobotoBold';
src: url('../fonts/Roboto-Bold.ttf');
}
@font-face{
    font-family: 'RobotoMedium';
    src: url('../fonts/Roboto-Medium.ttf');
}
@font-face{
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf');
}
.splide__pagination__page{
    border: inherit !important;
}
.tippy-box{
    box-shadow: 8px 8px 0px 0px #145561;
    border: 1.5px solid #145561;
}
.mini_check_wrapper{
    border: 1.5px solid #145561;
}
#menuToggle
{
  display: block;
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 3.5px;
  margin-bottom: 5px;
  position: relative;
  background: #ffffff;
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}
#menuToggle input:checked ~ span:nth-last-child(1)
{
   opacity: 0;
   transform: rotate(0deg) scale(0.2, 0.2);

}
#menuToggle input:checked ~ span:nth-last-child(3)
{
   opacity: 1;
   transform: rotate(45deg) translate(-2px, 0px);
   background: #ffffff;
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
   transform: rotate(-45deg) translate(-6px, 7px);
   background-color: #ffffff;
}

.c-bn{
  border:1.5px solid #145561 !important;
}
.c-bn:hover{
  font-family: RobotoRegular;
}
div#s-bns button {
  float: left;
  margin-bottom: 10px;
}
#s-bns {
  border-top: 1px solid #145561 !important;
}
#s-hdr {
  border-bottom: 1px solid #145561 !important;
}
#s-cnt .b-bn .b-tl {
  font-family: RobotoRegular !important;
  font-size: 18px !important;
  color: #145561 !important;
}
#s-cnt .b-bn .b-tl.exp {
  background-color: white;
  border: 1.5px solid #145561;
  border-radius: 0px !important;
}
#c-bns.swap button:last-child:hover, button#s-all-bn:hover{
  background-color: #FFD500 !important;
  color: #145561;
}
.c-bn:hover{
  box-shadow: 3px 3px 0px 0px #145561;
}
#cc_div #cm {
  border:1px solid #145561;
}
@media screen and (max-width: 600px) {
[data-tippy-root]{
  bottom: auto !important; 
  left: 50% !important; 
  width: 350px !important;
  position: fixed !important; 
  right: auto !important; 
  top: 50% !important; 
  -webkit-transform: translateX(-50%) translateY(-50%) !important; 
  transform: translateX(-50%) translateY(-50%) !important; 
}
}
.mini_check_inner, .mini_check_wrapper{
  background-size: 100%;
}
.quiz__body__text{
  -webkit-animation: 3s ease 0s normal forwards 1 fadein;
  animation: 3s ease 0s normal forwards 1 fadein;
}
@keyframes fadein{
  0%{opacity:0}
  80%{opacity:0}
  100%{opacity:1}
}