.breadcrumb {
    list-style-type: none;
    border-bottom: 2px solid #ebebeb;
    margin-bottom: 10px;
}

.breadcrumb {
    padding: 8px 15px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin-top: 10px;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

ul.breadcrumb li {
    font-size: 13px;
}
ul.breadcrumb li.active{
    color: red;
}

.container.content {
    width: 65%;
}

.headline h2 {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 600;
}

.headline h5 {
    font-size: 16px;
}


.headline h2 u {
    font-size: 17px !important;
}

hr.divider {
    border-top: 3px;
    padding: 3px;
    background: black;
    opacity: 1;
}

hr.yellow-devieder{
    border-top: 3px;
    padding: 3px;
    background: #ffffcc;
    opacity: 1;
}


#journal {
    background-color: #f3f3f3;
    border: 5px solid #d2d2d5;
    clear: both;
    margin-bottom: 30px;
    padding: 15px;
}

#coupon {
    background-color: #edfcd5;
    border: 3px dashed #74963e;
    border-radius: 1px;
    box-sizing: content-box;
    margin: 11px auto;
    padding: 12px;
    width: 88%;
}

#title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
    display: block;
}

.cardcontainer {
    animation: zoominoutsinglefeatured 1s infinite;
}

img{
    border-radius: 10px;
    
}


.tags_se {
    font-weight: 600;
    color: #333;
    margin-top: 20px;
}
.tags_se span {
    background-color: #333;
    color: #fff;
    font-size: 13px;
    padding: 4px;
    border-radius: 3px;
}
.mar_ser {
    margin-left: 20px;
}
@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.2, 1.2);
    }
    100% {
        transform: scale(1, 1);
    } 
}
form input, form textarea {
    border: 0;
    outline: 0;
    padding: 1em;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: block;
    width: 100%;
    margin-top: 1em;
    font-family: 'Merriweather', sans-serif;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.1);
    resize: none;
}

form #input-submit {
    color: white;
    background: #5e2626;
    cursor: pointer;
}

.tweet-wrap {
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 10px #ccc;
    margin: 10px auto 30px;
    max-width: 550px;
    padding: 15px 15px 0;
    width: 100%;
}
.tweet-wrap .txt3 {
    border-top: 1px solid #ccc;
    font-size: 12px;
    line-height: 30px;
    color: #aab8c2;
}

ul.commentlist {
    list-style: none;
}

.commentlist cite {
    color: #0070cc;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
}
.commentlist li {
    border-top: 1px dashed rgba(159, 159, 159, .2);
    clear: both;
    margin: 0 0 7px;
    overflow: hidden;
    padding-top: 7px;
}

.copiright-text{
    text-align: center;
}

.call-now-responsive {
    background: #228B22;
    display: block;
    position: fixed;
    right: 0px;
    left: 0px;
    bottom: 0px;
    padding-bottom: 8px;
    z-index: 10;
    border-bottom: solid 0px #fff;
}
.call-now-responsive a {
    background-color: #dc0000;
    font-size: 18px;
    border-radius: 0px 0px 15px 15px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 18px 5px 18px;
    z-index: 10;
    border: solid 4px #ffc800;
    margin-right: 5px;
    line-height: 34px;
}

body{
    overflow-x: hidden;
}

.row.footer {
    margin-bottom: 50px;
}
@media only screen and (max-width: 600px) {
    .container, .container-sm {
        max-width: 500px;
    }
    img.contentManImage {
        width: 100%;
    }
    .mobile{
        width: 100%;
    }
    .container.content {
        width: 100%;
        margin: 0px;
        overflow-x: hidden;
    }
    
    .ladyimgwidth{
        width:100%;
    }
  }