
/* ------ Default Style ---------- */

.terms_badge {
  display: inline-flex;
  margin-right: 3%;
  margin-top: 1%;
  margin-bottom: 1%;
border-left: 1px solid #efefef;
padding-left: 10px;
font-family: 'Open Sans',Arial,sans-serif !important;
}

.terms_badge img {
  width: 22px;
  margin-left: 5px;
  margin-top: 10px;
}

.terms_url{
  color: #4f98a9;;
}



.serp_chip{
display: inline-flex;
padding: 0 25px;
height: 50px;
font-size: 16px;
line-height: 50px;
margin-right: 1%;
margin-top: 1%;
margin-bottom: 1%;
border:1px solid #cecece;
border-left: none;
border-radius: 28px 25px 25px 28px;

}

.serp_chip img{
 float: left;
 margin: 0 10px 0 -25px;
 height: 50px;
 width: 50px;
 border-radius: 50%;
}

.serp_box_t{
border:1px solid #cecece;
  padding: 10px 15px;
}


.card-flv-eff {
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
transition: 0.3s;
width: 90%;
}

.card-flv-eff:hover {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


.serp-collapsible {
  background-color: #009c4d;
  color: white;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.serp-collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.serp-collapsible.active:after {
  content: "\2212";
}

.active, .serp-collapsible:hover {
  background-color: #009c4d;
}

.serp-collapsible-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #fbfbfb;
}

.popover__title {
  font-size: 17px;
  line-height: 2px;
  text-decoration: none;
  color: #009c4d;
  text-align: center;
  padding: 5px 0;
}

.popover__wrapper {
  position: relative;
  margin-top: 1.5rem;
  display: inline-block;
}
.popover__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: -100px;
  transform: translate(0, 10px);
  background-color: #fffefe;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  top:80px;
}
.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -10px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}
.popover__message {
  text-align: center;
}

.serp-tooltip {
  position: relative;
}

span.serp-tooltip {
  font-weight: bold;
}

.serp-tooltip-content:before {
  content: "";
  display: inline-block;
  position: absolute;
  border: 0.3em solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.9);
  top: calc((0.3em * 2 * -1));
  left: 50%;
  margin-left: calc(0.3em / 2 * -1);
  border-radius: 0;
}

.serp-tooltip-info{
  width: 16px !important;
  margin-top: 0px !important;
}

.serp-tooltip-content {
  position: absolute;
  top: calc(100% - (0.3em * 2));
  left: 50%;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  margin-top: calc(0.3em * 3);
  transform: translateX(-50%);
  display: block;
  background-color: rgba(0, 0, 0, 0.9);
  width: calc(100% + 0.3em);
  width: 348px;
  min-width: 8em;
  color: #fff;
  text-align: center;
  padding: 0.3em;
  padding-top: calc(0.3em / 2);
  border-radius: 0.3em;
  transition: 0.3s;
  font-size: 0.75rem;
  line-height: 1.2rem;
  font-weight: normal;
}
.serp-tooltip:hover .serp-tooltip-content {
  visibility: visible;
  opacity: 1;
}

.serp-tooltip-content-img {
  padding: 0!important;
}


.specials{
  width: 100%;
}

.specials-ico{
  display: flex;
}

.specials-ico img{
  margin-top: 7px;
}

.specials-ico span{
  font-size: 14px;
  font-weight: bold;
  padding-left: 8px;
}

.special-name{
  font-size: 13px;
  font-weight: bold;
}

.special-desc{
  font-size: 11px;
  color:#888888;
  line-height: 1.2;
}

.serp-bar-gauge-container {
  background: #ffffff;
  padding: 24px 28px;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  width: 100%;
}

.serp-gauge-row {
  margin-bottom: 22px;
}

.serp-gauge-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  color: #374151;
}

.serp-gauge-bar {
  width: 100%;
  height: 8px;
  background: #e5e7eb;
  border-radius: 8px;
  overflow: hidden;
}

.serp-gauge-fill {
  height: 100%;
  border-radius: 8px;
  transition: width 0.6s ease-in-out;
}


/* For Tablet View */
@media screen and (min-device-width: 768px)
    and (max-device-width: 1024px) {
    

  .serp-collapsible-content{
    display: block;
  }

  .popover__title img{
    display: none;
  }

  .popover__content{
    display: none;
  }
  

}


