﻿.card-strip .fa {
    font-size: 18PX;
    color: #636363;
}
#stateShortSpan {
    font-weight: bold;
}
.card-strip {
    background-color: #fff;
    padding: 25px;
    margin: 20px auto;
    border-radius: 3px;
    box-shadow: 0px 8px 16px 0px #E0E0E0;
    border-left: 5px solid #2159a6;
    /*border-right: 5px solid #2159a6;*/
}
.list-group-item {
    border: 0px !important;
}
.dark-text {
    color: #000
}
.list-group-item-primary {
    color: #004085;
    background-color: #659dbd17 !important;
}
.extended-title {
    color: #757575;
    background-color: #E0E0E0;
    padding: 1px 5px
}

.green-block {
    color: #00695C;
    background-color: #B2DFDB;
    padding: 3px 20px;
    border-radius: 2px
}

.comp-logo {
    width: 70px;
    height: 80px
}

.v-line {
    width: 1px;
    background-color: #E0E0E0;
    margin-right: 50px
}

.blue-text {
    color: #00B8D4
}

.price-fall {
    font-size: 17px
}

@media screen and (max-width: 1012px) {
     .card-strip {
         width: 100%
     }
 }

@media screen and (max-width: 859px) {
     .v-line {
         display: none
     }

     .price {
         width: 100%;
         margin-left: 95px
     }
 }

@media screen and (max-width: 529px) {
     .price {
         margin-left: 0px
     }
 }

.bindTimeSlots {
    border-top: 2px solid #e8e8e8;
    margin-top: 15px;
    padding: 15px;
}
.activeButton {
    color: #fff;
    background: #39435b;
    border-color: #39435b;
}
.info {
    width: 68%;
}

.dont-break-out, #lbl_address, #lbl_email_id {
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}