@charset "utf-8";
/* CSS Document */



 .all-rate-tables-container {
    display: flex;
    flex-wrap: wrap;
    display: -moz-box;
    display: flex;
    display: -moz-box;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
     
}
.rates_wrapper_single-rate-table {
    padding: 24px;
    min-height: 160px;
    background-color: white;
    margin: 0 9px;
  
    color: #474747;
    cursor: pointer;
    flex: 1 0 21%;
    margin-bottom: 30px;

   
}
.rates_wrapper_single-rate-table:hover {
-webkit-box-shadow: -5px 0px 20px -9px rgba(64,63,64,1);
-moz-box-shadow: -5px 0px 20px -9px rgba(64,63,64,1);
box-shadow: -5px 0px 20px -9px rgba(64,63,64,1);
}


.ratesheadline{
   
font-style: normal;
font-weight: normal;
font-size: 40px;
line-height: 140%;
 text-align: center;
padding-bottom: 30px;
color: #3A3A3A;
}

.rates_wrapper_single-rate-table:hover .rate_title_featured {
color: #16275e;
 text-decoration: none !important;
}

.rate_title_featured {
    font-family: Lato;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: #3A3A3A;
    padding-bottom: 20px;
    border-bottom:  1px dashed #91BCE8;
    text-decoration: none !important;
}

.box_label{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 160%;
    padding-top: 15px;
    color: #3A3A3A; 
    text-decoration: none !important;
}
.box_rate_value{
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 37px;
line-height: 100%;
    color: #16275e;
        padding-top: 15px;
     display: inline-block;
    text-decoration: none !important;
}

.box_rate_unit{
font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 15px;
line-height: 100%;
      color: #16275e;
    display: inline-block;
    margin-left: 10px;
    text-decoration: none !important;
    }

.box_rate_type{
font-family: Lato;
font-style: normal;
font-weight: 500;
font-size: 17px;
line-height: 18px;
/* or 106% */
height: 66px;
letter-spacing: 0.01em;

    color: #3A3A3A;
    padding-top: 15px;
    text-decoration: none !important;
}
.rates-button-learn-more{
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #cc2036;
    display: flex;
    align-items: center;
  
}
.text_learn_more{
    padding-left: 15px;
}
.rates-button-learn-more:hover{
    text-decoration:  none;
        
}
.arrow_learn_more{
    width: 28px;
    height: 28px;
    background: url("learn_more.svg") no-repeat;
    display: inline-block;
}

.rates_wrapper_single-rate-table:hover .arrow_learn_more{

    background: url("learn_more_hover.svg") no-repeat;

}
.rates-button-learn-more:hover{
    color: #cc2036;
}
.rates-link {

 text-decoration: none !important;
}

.rates-button-view-all {
     display: flex;
    align-items: center;
    font-family: Lato;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
/* identical to box height */

display: flex;
align-items: center;
text-align: center;
letter-spacing: 0.04em;
text-transform: capitalize;
     justify-content: center;
    color: #cc2036 !important;
    text-decoration: none !important;
    padding: 7px;
    border: 2px solid #cc2036;
    width: fit-content;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 50px
}


/*Rates css from CMS*/
.rates-button-view-container a.rates-button-view-all:hover{
    background: #cc2036;
    color: #fff !important;
    text-decoration: underline !important;
}
.rates-button-view-container a.rates-button-view-all:hover:before{
    content: '\f105';
    font-family: FontAwesome!important;
    color: #cc2036;
    background: #fff;
    text-decoration: none;
    padding-left: 8px;
    border: 2px solid #cc2036;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.rates-button-view-container a.rates-button-view-all:hover .arrow_learn_more{
    display: none;
}
.box_rate_type{
    text-transform: capitalize;
}
.rates_wrapper_single-rate-table {
    margin: 0 13px;
}
.all-rate-tables-container .rate_title_featured.title_custom{
    text-transform: capitalize;
}
.rates-button-view-container a.rates-button-view-all{
    padding: 10px 15px;
}
.rates_wrapper_single-rate-table:hover {
    box-shadow: 2px 20px 18px 0px #d7d7d7;
}
.rates-button-view-all {
    margin-top: 50px;
    margin-bottom: 50px;
}
.rates-button-learn-more:hover {
    text-decoration: underline;
}
.box_rate_type ul {
    padding: 0;
    margin: 0;
    list-style-type: disc;
    padding-left: 25px;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 20px;
}
.box_rate_type ul li {
    color: #3a3a3a;
    font-family: Lato,sans-serif!important;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
   /* background: url(/wp-content/uploads/2021/05/bullet_icon.svg) no-repeat left center;*/
    background: unset;
    height: 34px;
    padding-top: 5px;
    /*padding-left: 25px;*/
    padding-left: 0;
}
.rates_wrapper_single-rate-table:last-child .box_rate_type {
    height: auto;
}

.box_rate_type ul li::marker {
    color: #16275e;
}


