@import url(https://fonts.googleapis.com/css?family=Open+Sans);

.plans-banner {
    background-image: url(https://ams.iqmetrix.net/images/71ad46c2-3a62-4542-aba6-abb33496c8a6/preview/1508/409);
    font-family: 'Open Sans';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 40rem;

    display: flex;
    align-items: center;
}

.rate-plans-offer strong {
    font-weight: 700;
}


.rate-plans {
    font-family: 'Open Sans';
    text-align: center;
    margin: 0 auto;
    color: #333333;
}

.rate-plans-header {
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.rate-plans-offer {
    font-size: 19px;
    line-height: 25px;
}

.rate-plans-cta {
    font-size: 17px !important;
    font-weight: 600;
    margin: 20px 0;
}

.rate-plans-cta a {
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #006cae;
    background-color: #006cae;
    color: white;
    text-decoration: none;
}

.rate-plans-cta a:hover {
    color: #006cae;
    background-color: transparent;
    text-decoration: none;
}

/*============
IMPORTANT > TO MAKE THE TEXT CLICKABLE
=============*/
/*.infoBlock {
    -webkit-user-select: text !important;
    !* Chrome, Opera, Safari *!
    -moz-user-select: text !important;
    !* Firefox 2+ *!
    -ms-user-select: text !important;
    !* IE 10+ *!
    user-select: text !important;
    !* Standard syntax *!
}*/

/*.plans-landing-page .slick-list {*/
/*    height: 450px !important;*/
/*}*/

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .rate-plans-header {
        font-size: 30px;
    }

    .rate-plans-offer {
        font-size: 16px;
    }

    .plans-banner {
        align-items: baseline;
    }

}

@media only screen and (max-width: 769px) and (min-width: 641px) {
    .rate-plans {
        margin-top: 0px !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 1199px) {
    .plans-banner {
        height: 40rem;
    }
}

@media (max-width: 991px) {
    .plans-banner {
        height: 30rem;
    }
}

@media (max-width: 767px) {
    .plans-banner {
        height: 54rem;
    }
}

@media (max-width: 400px) {
    .plans-banner {
        height: 44rem;
    }
}

@media (max-width: 640px) {
    .plans-banner .default {
        border-bottom: 2px solid #102637;
        font-weight: normal !important;
    }
}