
  /******* Search  *******/
  .wraps {
    width: 90%;
    margin: auto;
        margin-bottom: 10px;
    border: #2b5db2 1px solid;
  }
  .heading_left{
      font-size: 28px;
      margin-bottom: 25px;
      font-weight: 600;
  }
  .pc_box{
      border: rgb(231, 231, 231) 1px solid;
      text-align: center;
      margin-top: 20px;
      width: 97%;
  }
  .pc_img{
   width: 80%;
   margin: 35px 0px 0px 0px;      
}
.pc_text,.pc_text:hover{
    margin: 20px 15px 15px 15px;
    font-weight: 600;
    color: #2b5db2;
    text-decoration: none;
}
.pc_textd,.pc_textd:hover{
  text-decoration: none;
  color: #2b5db2;
}
/**===============================-Compare-=================================-**/
.compare_bttn {
  position: absolute;
  width: 0px;
  color: #0377c0;
  float: right;
  margin-top: 0px;
  margin-left: -10px;
  padding: 0;
}
.action--compare-add {
color: #334a9f ;
}
.action--compare-add:hover .action__text--invisible,
.action--download:hover .action__text--invisible {
color: #ddd;
font-size: 16px;
letter-spacing: 0;
background: #2F3035;
border-radius: 2px;
padding: 3px 5px
}
.action--compare-add:hover {
    color: #334a9f 
}
.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: #006c7a
}
.check-hidden {
position: absolute;
opacity: 0
}
.action {
display: inline-block;
font-size: 16px;
white-space: nowrap;
cursor: pointer;
border: none;
background: transparent;
text-align: center
}
.action:focus {
outline: none
}
.action__text {
font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-weight: 700;
letter-spacing: 1px;
font-size: .813em;
vertical-align: middle;
display: inline-block
}
.action__text--invisible {
position: absolute;
top: 100%;
opacity: 0;
pointer-events: none
}
.compare-section {
position: fixed;
top: 60px;
right: 20px
}
.btn-compare, .btn-compare:hover {
    background-color: #826cc2 ;
    color: #ffffff;
    margin-top: 80px;
}
.pc_acc{
  width: 90%;
}
.sugg_btn{
    border: #2b5db2 1px solid;
   color: #2b5db2 ;
border-top-left-radius: 5px;
    font-weight: 600;
}
/******************************************** (min-width: 280px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 280px) and (max-width:480px){
.no_desktop{
  display: none;
}
.pc_box {
  width: 270px;
  margin: auto;
  margin-top: 20px;
}
}
/******************************************** (min-width: 280px) and (max-width:480px) *******************************************/
@media only screen and (min-width: 480px) and (max-width:576px){
.no_desktop{
  display: none;
}
.pc_box {
  width: 270px;
  margin: auto;
  margin-top: 20px;
}
}

/******************************************** (min-width: 576px) and (max-width:768px) *******************************************/
@media only screen and (min-width: 576px) and (max-width:768px)
{
  .no_desktop{
    display: none;
  }
}
/******************************************** (min-width: 768px) and (max-width:991px) *******************************************/
@media only screen and (min-width: 768px) and (max-width:991px)
{
  .no_desktop{
    display: none;
  }
}