#countryList_header {
    height: 95px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    padding: 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background: white;
  }
  
  #countryList_header.header-scrolled,
  #countryList_header.header-pages {
    height: 80px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  }
  

  .countryList h2{
      margin-top: 8rem;
      text-align: center;
      font-size: 30px;
      font-weight: 600;
      color: #293275;
  }

  
  .outbondTextHeading h3, .IncomingOutbondTextHeading h3{
   text-align: center;
   margin-top: -2rem;
   /* margin-bottom: 2rem; */
   margin-bottom: 0px;
   font-size: 26px;
   font-weight: 500;
   color: black;
}
.IncomingOutbondTextHeading{
    margin-bottom: 2.5rem !important;
}

.countryListTableContainer{
    text-align: center;
    margin-bottom: 120px;

}

.table tbody tr:nth-of-type(even){
    background: #f3fbfe;
   }

.incomingcountryList{
    margin-bottom: 80px;
    text-align: center;
}
.fa-times {
    font-size: 18px;
    color: red;
  }
  
  .fa-check {
    font-size: 18px;
    color: rgb(0, 198, 0);
  }
  

  @media screen and (max-width:768px) {
    .outbondTextHeading h3 , .incomingcountryList h3{
        font-size: 20px;
        font-weight: 600;
    }
    .countryList tr th , td{
        font-size: 13px !important;
    }
    .countryList h2{
      font-size: 26px;
    }
    .countryListTableContainer{
        margin-bottom: 80px;
    }
    .incomingcountryList{
        margin-bottom: 80px;
    }
   }

   @media screen and (max-width:380px) {
    .outbondTextHeading h3{
        margin: 60px 0px 20px 0px;
        font-size: 18px;
        font-weight: 600;

    }
    .countryListTableContainer{
        margin-bottom: 40px;
    }
    .incomingcountryList{
        margin-bottom: 60px;
    }
   }
    

   .callRateHeading{
       /* border: 1px solid red; */
       display: flex;
       flex-direction: column;
       justify-content: center;
       align-items: center;
      
   }

   .callRateHeadingDropdown{
    margin-top: 2rem;
    margin-bottom: 2rem; 
   }

   .callRateBtn{
       background: none !important;
       color: black !important;
       border: none !important;
       outline: none !important;
   }

   #loadingDiv ,  #IncomingloadingDiv {
       margin-bottom: 2rem;
   }

   .table_header{
       font-weight: 600;
   }