.pc_box{
    border: rgb(228 235 247) 1px solid;
    padding: 20px 10;
    text-align: center;
    margin-top: 25px;
}
.img_span{
    text-align: center;
}
.pc_img{
    width: 60%;
    margin-top: 30px;
}
.text_bg{
    background-color: #e0e8f6db;
    margin-top: 30px;
    text-align: left;
    color: #403a3a;
    padding: 10px 10px 10px 10px;
}
.pc_head{
    font-size: 15px;
    color: #1a1818;
    height: 60px;
}
.pc_heada,.pc_heada:hover{
    color: #ffff !important;
    text-decoration: none;
}
.view_more{
    background-color: #ffff;
    color: #1457c1;
    border-radius: 0px;
    font-size: 13px;
    font-weight: 500;
}
.pc_btns{
    width: auto;
    border: #2b3990 1px solid;
    border-radius:0px ;
    color: #2b3990;
    margin-right: 15px;
    
}
.pc_btns:hover{
    width: auto;
    background-color: #1950ab;
    border-radius:0px ;
    color: #ffffff;
    border: #ffffff 1px solid;
}
.opt_b,.opt_b:hover{
    border: #2b3990 1px solid;
    margin-right: 10px;
    padding: 5px 20px;
    color: #2b3990;
    font-size: 15px;
  
}
.aopt_b,.aopt_b:hover{
    color: #2b3990;
    text-decoration: none;
}
.action--compare-add .fa-check, .action--compare-add input[type="checkbox"]:checked ~ .fa-plus {
    display: none;
  }
  .action--compare-add input[type="checkbox"]:checked ~ .fa-check {
    display: inherit;
    color: #2b3990;
  }
  .action--compare-add:hover {
    color: #2b3990;
  }
  .com_pp {
    float: right;
    text-align: center;
    border-radius: 0px;
    margin-bottom: -2px;
    padding: 5px !important;
    background-color: #fff;
    border: 1px solid #fff;
    width: 15%;
  }
  .action {
    display: inline-block;
    font-size: 16px;
    white-space: nowrap;
    cursor: pointer;
    border: none;
    background: transparent;
    text-align: center;
  }
  .action--compare-add {
    color: #2b3990;
    background-color: #fff;
  }
  .check-hidden {
    position: absolute;
    opacity: 0;
  }
  .action--compare-add:hover {
    color: #2b3990;
  }
  .compare_btn {
    background-color: #2b3990;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 6px;
  padding-right: 6px;
  padding-left: 6px;
text-decoration: none;
border-radius: 5px;
text-align: center;
  }
  .compare-section {
    position: fixed;
    top: 186px;
    right: 76px;
  }
 .compare_btn:hover {
    background-color: #2b3990;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    padding: 6px;
    padding-right: 6px;
    padding-left: 6px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
  }
/****************  @media only screen and (min-width: 280px) and (max-width:450px)  *******************/
@media only screen and (min-width: 280px) and (max-width:480px){
.no_mo{
    display: none;
}
.pc_box {
    width: 280px;
    margin: auto;
    margin-top: 25px;
}
.opt_b,.opt_b:hover{
    margin-bottom: 7px;
}
}
/****************  (min-width: 480px) and (max-width:576px) *******************/
@media only screen and (min-width: 480px) and (max-width:576px){
.no_mo{
    display: none;
}
.pc_box {
    width: 280px;
    margin: auto;
    margin-top: 25px;
}
.opt_b,.opt_b:hover{
    margin-bottom: 7px;
}
}
@media only screen and (min-width: 576px) and (max-width:768px){
.no_mo{
    display: none;
}
.pc_box {
    margin: auto;
    margin-top: 25px;
}
.opt_b,.opt_b:hover{
    margin-bottom: 7px;
}
}
@media only screen and (min-width: 768px) and (max-width:991px){
.no_mo{
    display: none;
}
.pc_box {
    margin: auto;
    margin-top: 25px;
}
.opt_b,.opt_b:hover{
    margin-bottom: 7px;
}
}
@media only screen and (min-width: 576px) and (max-width:768px){
.no_mo{
    display: none;
}
.pc_box {
    margin: auto;
    margin-top: 25px;
}
.opt_b,.opt_b:hover{
    margin-bottom: 7px;
}
}









button.view_more.btn {
    padding: 7px 16px !important;
    height: 35px;
}