.plans {
    padding: 30px 60px 60px;
}

.details {
    border: 1px solid #ddd;
    position: relative;
}

.details .col-md-6 {
    padding: 0;
}

.plan-box {
    background: #744791 url('https://www.telechoice.com.au//uploads/plans/people-icons.png?v=1499657764625') 95% 5% no-repeat;
    position: relative;
    padding: 120px 0 30px;
    text-align: center;
}

.plan-box > img {
    left: -1px;
    top: 0px;
    position: absolute;
    max-width: 100%;
}

.plan-box .slant {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1;
    -webkit-transform: rotate(331deg);
    -moz-transform: rotate(331deg);
    -ms-transform: rotate(331deg);
    -o-transform: rotate(331deg);
    transform: rotate(336deg);
    top: 48px;
    left: 26px;
    text-align: center;
    width: 150px;
    font-size: 22px;
    font-family: AvenirLTStdBlack, Arial, sans-serif;
}

.plan-box h3 {
    color: #aa8bbf;
}

.plan-box .included-data {
    font-family: AvenirLTStdHeavy, Arial, sans-serif;
    font-size: 70px;
    color: #fff;
}

.plan-box .price {
    font-size: 26px;
    `
    color: #fff;
}

.plan-box .price > div {
    color: #fff;
    opacity: .7;
    text-transform: uppercase;
    font-family: AvenirLTStdMedium, Arial, sans-serif;
    font-size: 12px;
}

.plan-box .min-cost {
    color: #fff;
    opacity: .7;
    font-family: AvenirLTStdMedium, Arial, sans-serif;
    font-size: 11px;
    margin-top: 15px;
}

.plan-box hr {
    max-width: 260px;
    opacity: .2;
}

.plan-box .inclusions {
    font-family: AvenirLTStdBlack, Arial, sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
}

.plan-box .inclusions-text {
    font-size: 14px;
    font-family: AvenirLTStdBlack, Arial, sans-serif;
    color: #fff;
    margin-bottom: 30px;
}

.plans a.critical-info {
    font-size: 12px;
    color: #aa8bbf !important;
    font-family: AvenirLTStdMedium, Arial, sans-serif;
}

.plans a.critical-info:hover {
    color: #fff !important;
}

.acct-manager-box {
    border: 1px solid #e1e1e1;
    background-color: #f8f7f8;
    padding: 30px;
    font-family: 'Open Sans', sans-serif;
    margin: 15px 0 0;
}

.acct-manager-box p {
    color: #104e78;
}

.acct-manager-box > img {
    margin: 0 30px 30px 0;
}

.acct-manager-box h1 {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
    color: #104e78;
}

.acct-manager-box h6 {
    font-weight: 700;
    color: #104e78;
}

.clearfix {
    clear: both;
}

.acct-manager-box hr {
    border-top: 1px solid #104e78;
}

.form-box {
    padding: 30px;
}

.form-box h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #744791;
    font-size: 50px;
}

.form-box h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #744791;
    font-size: 22px;
    line-height: 1.1;
}

.form-box .call {
    color: #b1b1b1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 28px;
}

.form-box strong {
    font-weight: 800;
    font-family: 'Open Sans', sans-serif;
}

.form-box .hours {
    color: #b1b1b1;
    font-weight: 500;
}

.plan-container {
    margin-bottom: 0;
}

.form-box .dform_label {
    font-family: 'Open Sans', Arial, sans-serif;
    font-weight: 700 !important;
    color: #333;
    font-size: 12px;
}

.dform_container input.text,
.dform_container select  {
    border-radius: 0;
    border: 1px solid #ccc;
    font-family: 'Open Sans', Arial, sans-serif !important;
    width: 100%;
    padding: 8px !important;
    font-size: 14px;
    margin-bottom: 10px;
}

.dform_container select {
    max-width: 240px;
}

.dform_container input[type="submit"] {
    padding: 10px 60px;
    border: 0;
    display: inline-block;
    text-transform: uppercase;
    background-color: #f5e000;
    color: #08375a;
    font-family: AvenirLTStdBlack, Arial, sans-serif;
    text-align: center;
    border-radius: 8px;
    font-size: 20px;
    -webkit-transition: all 140ms ease-in-out;
    -moz-transition: all 140ms ease-in-out;
    -o-transition: all 140ms ease-in-out;
    transition: all 140ms ease-in-out;
}

.dform_container input[type="submit"]:hover,
.dform_container input[type="submit"]:focus,
.dform_container input[type="submit"]:active,
.dform_container input[type="submit"]:active:focus {
    background-color: #ffd400;
} 

#forms_field_33 select {
    width: 95%;
}

.specialOffer {
    background-color: transparent;
    color: #fff;
    font-size: 12px;
}

.specialOffer strong {
    font-weight: normal !important;
    font-family: AvenirLTStdMedium, Arial, sans-serif;
}


.plans .main-details h1 {
    line-height: 1;
}

.plans .main-details h1 i {
    font-size: 13px;
    font-weight: normal !important;
    line-height: 1;
}


@media (max-width: 1153px) {
    #forms_field_33 label {
        margin-bottom: 19px;
    }
}

@media (max-width: 767px) {
    div.maincontent div.container h3 {
        font-size: 24px;
    }
    .plan-box {
        padding-top: 30px;
    }
    .acct-manager-box h1 {
        font-size: 20px;
    }
    .form-box h1 {
        margin-bottom: 10px;
    }
    .plans {
        padding: 30px;
    }
}
