header{
    background: white;
    color: #5c89c7;

}

header .container{
    padding-bottom: 0;
}


#diabetes_ceo_header{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}


#diabetes_ceo_header_text{
    margin-right: 10px;
    padding-top: 4rem;
}

#diabetes_ceo_header_text>div{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

#diabetes_ceo_header_image{
    overflow: hidden;
    text-align: left;
}

#diabetes_ceo_header_image img{
    height: 300px;
}


.black_text{
    color: #334241;
}

.diabetes_ceo_head_large{
    margin-bottom: 3px;
    font-size: 20rem;
    line-height: 16rem;
    letter-spacing: -12px;
}

.diabetes_ceo_head_small{
    margin-top: 0;
    font-size: 2.5rem;
}

.diabetes_ceo_head_medium{
    font-size: 8rem;
    line-height: 5.5rem;
    margin-bottom: 3px;
    letter-spacing: 6px;
}

#diabetes_ceo_tagline{
    width: 100%;
    border-top: 5px solid grey;
    color: grey;
}

#diabetes_ceo_tagline p{
    margin-bottom: 0;
    font-size: 2.5rem;
    font-style: italic;
}

#about_ceo{
    background-color: rgba(185, 185, 185, 0.15);
    text-align: justify;;
}

#package_contents{
    padding: 25px 0;
}

#package_contents_container table{
    margin: 0 auto;
    width: 70%;
    box-shadow: 1px 0px 8px grey;
}

#package_contents_container table td, #package_contents_container table th{
    padding-left: 10px;
}

/*#package_contents_container table tbody tr:nth-child(even) td{*/
    /**/
/*}*/

.package_features{
    width: 25%;
    /*background-color: rgba(174, 177, 179, 0.13);*/
    border-bottom: 5px solid white;
    padding: 10px;
    text-transform: uppercase;
}

th.package_features{
    text-decoration: underline;

}


.basic_package_features{
    width: 35%;
    background: #d7e8d8;
    border-bottom: 5px solid white;
    padding: 10px;
    text-align: center;
    font-weight: bold;

}

.comprehensive_package_features{
    width: 40%;
    background: #fcdbec;
    border-bottom: 5px solid white;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    color: white;
}

.actual_package_price{
    font-size: 15px;
    color: black;
    margin-bottom: 0;
}


#call_now{
    text-align: center;
    padding: 15px 0;

}

#call_now i{
    font-size: 4rem;
    color: grey;
    margin-right: 5px;
}

#call_now span{
    font-size: 4rem;
    color: #5c89c7;
    border: 1px dotted;
    padding: 10px;
    border-radius: 7px;
}


#faqs{
    padding: 15px 0;
}

.package_feature_heading{
    font-weight: bold;
    font-size: 1.5rem;
}

.package_sub_features{
    color: grey;
    font-size: 1.3rem;
}


tr.no_border td{
    border-bottom: none;
    padding-bottom: 0;
}


tr.thin_border td{
    border-bottom: 3px solid white;
}

.package_sub_features.indented{
    display: block;
    padding-left: 15px;
}


#price_row .basic_package_features{
    color: white;
}

#price_row .comprehensive_package_features{
    color: white;

}

@media (min-width: 768px) {

    header .container {
        padding-top: 15px;
    }

    .diabetes_ceo_head_small{
        font-size: 2.5rem;
    }


    #package_contents .container{

        padding: 0px 25px 25px;
    }
}


@media (max-width: 480px){
    .diabetes_ceo_head_medium{
        font-size: 5rem;
        line-height: 3.5rem;
    }

    .diabetes_ceo_head_large{
        margin-bottom: 3px;
        font-size: 10rem;
        line-height: 8rem;
        letter-spacing: 0px;
    }

    .diabetes_ceo_head_small {
        margin-top: 0;
        font-size: 1.5rem;
    }

    #package_contents_container table {
        font-size: 12px;
    }

    #call_now span {
        font-size: 2.8rem;
    }
}


.grey{
    background-color: #f0f1f2;
}

.dark_green{
    background-color: #008b43;
    color: white;
}

.green{
    background-color: #00a54f;
}

.light_green{
    background-color: #cbe6d3;
}

.very_light_green{
    background-color: #ebf6ee;
}

.book_ceo_package{
    color: green;
}

.book_ceo_package:hover{
    box-shadow: 1px 1px 1px 3px grey;
}