﻿body {
    font-family: Poppins, arial, Helvetica, sans-serif;
}


.image-container {
 
    position: relative;
}

.play {
    position: absolute;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px; /*half of the width */
    margin-top: -48px; /*half of the height */
}

/* pick only the phone number to turn red */
div > h6 > .glyphicon-phone-alt + a {
    color: #ee293d;
    font-family: Poppins, arial, Helvetica, sans-serif;
}

.form-group > .btn-primary {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #ee293d;
    border-color: #ee293d;
    border-width: 2px;
    
}
.form-group > .btn-primary:hover {
    background: #ffffff;
    border-color: #ee293d;
    color: #ee293d;
}

/* These are on the c_main/edit page */
.form-group > div > .btn-primary {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #ee293d;
    border-color: #ee293d;
    border-width: 2px;
}

.form-group > div > .btn-primary:hover {
    background: #ffffff;
    border-color: #ee293d;
    color: #ee293d;
}



#checkout {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: #ee293d;
    border-color: #ee293d;
    border-width: 2px;
}

#checkout:hover {
    background: #ffffff;
    border-color: #ee293d;
    color: #ee293d;
}


.panel-body .btn-default {
    transition: all .2s;
    line-height: 17px;
    padding: 13px 29px;
    font-size: 17px;
    font-weight: 600;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    background: white;
    border-width: 2px;
    border-color: #3467c2;
    color: #3467c2;
}

    .panel-body .btn-default:hover {
        background: #3467c2;
        border-color: #3467c2;
        color: white;
    }


/* change the font for the text near the footer .. AmeriPlan® PROGRAMS ARE NOT INSURANCE!*/
h4 > strong {
    font-family: Poppins, arial, Helvetica, sans-serif;
}

div.panel-default > div.panel-heading {
    background-color: #3467c2 !important;
}

div.panel-default > div.panel-heading > h3.panel-title {
    font-family: Poppins, arial, Helvetica, sans-serif;
}

#footer2 {
    background-color: #163877;
    color: #bccae5;
    background-image: url("https://ameriplan.wpengine.com/wp-content/uploads/2021/01/footer-background-image-new.jpg");
    background-position: center;
    background-repeat: no-repeat;
}

#mainFooterContent2 > h4 {
    color: #ffffff;
}

/* find and replace an image 
    these with the p>img are on the c_main/create page 
*/
p > img[src*="telemedicine.jpg" i] {
    content: url("https://www.ameriplanusa.com/wp-content/uploads/2021/06/telemed-visit-ipad-200x130.png")
}

p > img[src*="deluxe-plus" i] {
    content: url("https://www.ameriplanusa.com/wp-content/uploads/2021/06/nurses-masks-on-200x142.png")
}

p > img[src*="swdhc-dental" i] {
    content: url("https://www.ameriplanusa.com/wp-content/uploads/2021/06/dentist-showing-teeth-mirror-200x130.png")
}

/* These with the div>img are on the suborder/details page */
div > img[src*="telemedicine.jpg" i] {
    content: url("https://www.ameriplanusa.com/wp-content/uploads/2021/06/telemed-infograph-image-400x383.png")
}

div > img[src*="deluxe-plus" i] {
    content: url("https://www.ameriplanusa.com/wp-content/uploads/2021/06/telemed-doctor-infograph-400x383.png") 
}

div > img[src*="swdhc-dental" i] {
    content: url("https://www.ameriplanusa.com/wp-content/uploads/2021/06/dentist-fingers-mouth-400x416.png")
}
/*
#productImage[src*="telemedicine" i] {
    content: url("https://www.ameriplanusa.com/wp-content/uploads/2021/06/telemed-visit-ipad-200x130.png")
}
*/




/* change the product marketing text on the create page */
.myPrice {
    color: #ee293d;
    font-weight: 900;
    font-size: x-large;
    font-family: Oswald, sans-serif;
        
}
.myTitle {
    color: #173a79;
    font-weight: 700;
    font-size: large;
    font-family: Oswald, sans-serif;
}
.pricehousehold {
    color: #333333;
    font-weight: 600;
    font-size: medium;
    font-family: Poppins, arial, Helvetica, sans-serif;
}
.myDescription {
    color: #666666;
    font-size: small;
    font-family: Poppins, arial, Helvetica, sans-serif;
}

.headingline1 {
    font-family: Oswald, arial, sans-serif;
}

.well h3 {
    font-family: Oswald, Arial, sans-serif;
    color: #173a79;
}



/* add the check mark images to the ul where it shows the product details list */
p+div > ul {
    display: block;
    list-style: none;
    line-height: 28px;
    margin-left: -28px;
}
p+div > ul li {
    display: list-item;
    background: url('https://www.ameriplanusa.com/wp-content/uploads/2021/06/blue-check-red-circle.png') no-repeat left 2px;
    padding-left: 30px;
}




/*
p.marketing {

}

div.marketingDiv p {
    display: none;
}


div.marketingDiv::after {
    content: '$19.95/Mo AmeriPlan Dental Plus';

}

div.marketingDiv::after::after {
    content: 'testing this';
}
*/




