/* ========================================================================================================================================
                                                                Start Main Css
===========================================================================================================================================*/

/* -------------------------------- Start Main Page Banner Section -------------------------------- */

.main_page_banner_section{
  padding: 50px 0;
  background-color: var(--nblueColor);
  font-weight: 500;
  color: var(--whiteColor);
  font-size: 20px;
}
.page_banner_title a{
  color: var(--whiteColor);
  padding-right: 10px;
  font-size: 16px;
}
.page_banner_title p{
  color: var(--themeColor);
  padding-left: 10px;
  font-size: 16px;
}
.btn_monthly a{
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid var(--themeColor);
  color: var(--themeColor);
  font-weight: 500;
  border-radius: 5px;
  transition: .2s;
}
.btn_monthly a:hover{
  background-color: var(--themeColor);
  color: var(--whiteColor);
  border: 1px solid transparent;
}
.btn_yearly{
  padding-left: 10px;
}
.active_monthly a{
  display: inline-block;
  padding: 10px 30px;
  background-color: var(--themeColor);
  color: var(--whiteColor);
  font-weight: 500;
  border-radius: 5px;
  transition: .2s;
}
.btn_monthly{
  padding: 8px;
}
.price_convert
{
  margin-bottom: 30px;
}
.main_premise_section
{
  padding: 50px 0;
}
/* -------------------------------- End Main Page Banner Section -------------------------------- */

/* -------------------------------- Start CPU Table Section -------------------------------- */

.main_cpu_table{
    margin-top: 30px;
    border: none;
}
.main_cpu_table table{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.main_cpu_table table tr:first-child{
    background-color: var(--nblueColor) !important;
    height: 50px;
    border: none;
}
.main_cpu_table table tr th{
    color: var(--whiteColor);
    border: none;
    font-weight: 500;
    padding: 0 30px;
    font-size: 15px;
}
.main_cpu_table table tr td{
    text-align: center;
    height: 60px;
    border: 1px solid #BEE7FF;
    border-top: none;
    border-left: none;
    font-size: 15px;
}
.main_cpu_table .btn_price_1 a{
    padding: 12px 12px !important;
}
.main_cpu_table .btn_advantages a{
  padding: 12px 12px !important;
}
.main_cpu_table table tr td:first-child{
    border-left: 1px solid #BEE7FF;
}
.main_cpu_table table tr:nth-child(odd){
    background-color: #E1F4FF;
}

/* -------------------------------- End CPU Table Section -------------------------------- */

/* ========================================================================================================================================
                                                                End Main Css
===========================================================================================================================================*/