.rates-section{
    background-image: url("../../image/wizname-domain-pricing-hero-image.jpg");
    background-color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
       /* border-bottom-right-radius: 50% 5%;
  border-bottom-left-radius: 50% 5%; */
background-position: top;
  padding: 60px 0;
  color: #fff;
}



.tr-row{
  border-bottom: .8px solid #ccc;
  position: sticky;
  top:90px;
  background-color: #fff;
  width: 100% ;
box-shadow: 0px 1.6px 1px -1px #ccc;

}

.cell-info{
   padding: 15px 0;
}

.tbody-tr:hover{
  cursor: pointer;
  background-color: #f6f6f6;
}
  

.tbody-tr{
    border-bottom: .8px solid #ccc;
}

.rates-header{
    padding-top: 150px;
    text-align: center;
    padding-bottom: 60px;
}

.rates-tbl-section{
    padding-top: 80px;

}

.search-box-container{
    position: relative;
    float: right;
    margin-bottom: 50px;
}

.icon {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
  }
  
.search-rates {
   padding: 8px 60px;
   outline: .3px solid #c3c3c3;
   border: none;
  }

  .search-rates:focus{
   
    outline: .3px solid #ff0000;
  }
  
  .res-tb-alt-card{
    border: .5px solid #ccc;
    padding: 20px;
     text-align: initial;
  }

  .res-card-title{
    padding: 15px 30px;
  }
  
  .res-card-title-2{
    margin-top: -56px;
  }
  
  
.res-cards-section{
  display: none;
}
  
  
  
  
  
  
  /*Table part startingggggggggg*/
  
  
  .container-my{
    padding: 0 150px 0 150px;
   
  }
  
  
  
  /*Table part endinggggggggggggg*/
  
  
  .res-cards-section{
    padding-top: 30px;
  }
  
  .rates-search-section{
    padding-top: 60px;
  }
  
  
  
  
  
  
  @media screen and (max-width:1300px)
  {
    .rates-tbl-section{
   display: none;
 }
   .res-cards-section{
     display: block;
   }
  }
  
  
  
  
  
  

  @media (max-width:1000px)
  {
    .search-box-container{
      width: 100% !important;
    }
    
    .search-rates{
       width: 100% !important;
    } 
    
    
 
   
  }