@charset "UTF-8";
/* CSS Document */

.carrier-plans-bk {
    position: absolute;
    width: 100%;
    height: 450px !important;
    background-image: url(https://ams.iqmetrix.net/images/3dc2405e-229c-424d-bdf3-97d6b41e83d8/preview/1508/409);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.carrier-plans {
    /*font-family: "OpenSans";*/
    /*text-align: center;*/
    padding-left: 70px;
    margin: 0 auto;
    color: #333333;
}
.carrier-plans-header {
    margin-top: 50px;
    font-size: 46px !important;
    line-height: 52px !important;
    font-weight: 700 !important;
    color: #01559b;
}
.carrier-plans-offer {
    font-size: 16px !important;
    line-height: 24px !important;
}

/*============
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 */
}
.carousel-inner {
    height: 450px !important;
}
@media (max-width: 1330px) and (min-width: 1200px){
    .carrier-plans-header {
        font-size: 40px !important;
        line-height: 45px !important;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .carrier-plans {
        padding-left: 0;
    }
    .carrier-plans-header {
        font-size: 35px !important;
        line-height: 40px !important;
    }
    .carrier-plans-bk {
        background-position: center;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .carrier-plans {
        text-align: center;
        padding-left: 0;
    }
    .carrier-plans-bk {
        background-position: left;
        height: 550px !important;
    }
}
@media (max-width: 768px) {
    .carousel-inner {
        height: 550px !important;
    }
    .carrier-plans-header {
        font-size: 40px !important;
        line-height: 45px !important;
    }
    .carrier-plans {
        text-align: center;
        padding-left: 0;
        height: 550px !important;
    }
    .carrier-plans-bk {
        background-position: left;
        height: 550px !important;
    }
}
@media (max-width: 480px) {
    .carrier-plans-header {
        margin-top: 20px;
        font-size: 35px !important;
        line-height: 40px !important;
    }
}
@media (max-width: 320px) {
    .carrier-plans-header {
        margin-top: 10px;
        font-size: 30px !important;
        line-height: 35px !important;
    }
}
