#option_tab{
  background-image: url("/warranty/images/strip_bck_red.jpg");
  background-repeat: repeat;
  padding: 40px 0;
  flex-wrap: wrap;
}
.option_tab_bt{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.option_tab_bt li{
  max-width: 360px;
  width:24%;

}
.option_tab_bt li a{
  width:100%;
  height: 90px;
  display: inline-block;
  border: 4px solid #ff0000;
  background-color: #FFF;
  border-radius: 10px;
  text-align: center;
  color: #ff0000;
  font-size: 22px;
  font-weight: bold;
  line-height: 56px;
  position: relative;
  text-decoration: none;
}
.option_tab_bt li a.tab_hit,.option_tab_bt li a:hover{
  color: #FFF;
  background-color: #ff0000;
}

.option_tab_bt li a.tab_hit:before{
  content: '';
  width: 30px;
  height: 30px;
  background: #ff0000;
  transform: rotate(-45deg);
  left: 50%;
  margin: 0 0 0 -17px;
  bottom: -14px;
  position: absolute;
}



.option_tab_bt li a:after {
content: '\f061';
font-family: "Font Awesome 5 Free";
width: 29px;
height: 29px;
background: #ff0000;
color: #FFF;
/* transform: rotate(-45deg); */
border-radius: 50%;
right: 50%;
margin: 0px -16px 0 0px;
bottom: 6px;
line-height: 31px;
position: absolute;
font-size: 14px;
text-align: center;
text-shadow: none;
letter-spacing: 2px;
transition: 1s;
}
.option_tab_bt li a.tab_hit{
line-height: 82px;
}
.option_tab_bt li a.tab_hit:after {
color: #ff0000;
display:none
}


.option_h2{
  font-size: 46px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
  color: #000000;
  text-shadow: 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97, 0 0 3px #fffe97;

}

@media screen and (max-width: 1199px) {
  .option_h2 {
    font-size: 36px;
}
}
@media screen and (max-width: 1023px) {
  .option_tab_bt li a{
    height: 62px;
    line-height: 56px;
    border: 3px solid #ff0000;
    font-size: 16px;
    line-height: 38px;
  }

  .option_tab_bt li a.tab_hit:before {
      width: 16px;
      height: 16px;
      margin: 0 0 0 -8px;
      bottom: -9px;
      position: absolute;
  }

.option_tab_bt li a.tab_hit {
    line-height: 56px;
}

.option_tab_bt li a:after {
  width: 24px;
  height: 24px;
  bottom: 2px;
  line-height: 27px;
  font-size: 13px;
}



}
@media screen and (max-width: 767px) {
  #option_tab {
      padding: 15px 0 0;
  }
  .option_tab_bt li{
    width:100%;
    max-width:100%;
    margin:0 0 15px;
  }
  .option_tab_bt li a{
    height: 50px;
    line-height: 44px;
    border: 3px solid #ff0000;
    font-size: 16px;
  }
  .option_tab_bt li a.tab_hit {
  line-height: 44px;
  }
  .option_tab_bt li a:after {
    right:5px;
    margin:0 0 -12px 0;
    bottom:50%;
  }



  .option_tab_bt li a.tab_hit:before {
      width: 16px;
      height: 16px;
      margin: 0 0 0 -8px;
      bottom: -9px;
      position: absolute;
  }


  .option_tab_bt li a.tab_hit:before,.price_title:before{
      width: 15px;
      height: 15px;
      margin: 0 0 0 -6px;
      bottom: -8px;
  }
    .option_h2 {
      font-size: 24px;
  }
}

@media screen and (max-width: 320px) {

  .option_h2 {
    font-size: 20px;
}


}