.h1, h1{
    font-size: 1.6rem;
}
.h2, h2{
    font-size: 1.4rem;
}
.h3, h3{
    font-size: 1.4rem;
}

img.deal-logo{
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 120px;
    max-height: 50px;
}

.card-body h6.deal-title {
    font-weight: 600; 
    font-size: 1.2em;
}

#pills > ul > li > a.active{
   background-color:  #f8f9fa !important;
   border-bottom: #f8f9fa !important;
}

/* details page */
div.details-logo
{
    margin-bottom: 20px;
}

img.details-image
{
    margin-bottom: 10px;
}

div.book-now{
    
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
/*    border-radius: .25rem;*/
}

div.book-now-block{    
    flex-wrap: wrap;
    padding: .75rem 0px;
    margin-bottom: 1rem;
    background-color: #1e8cf1;
    border-radius: .25rem;
}

/*Dark grey*/
.book-now-block .was-price{
    color: #8e8e8e;
}

/*Black grey*/
.book-now-block .was-price{
    color: #212529;
}

.book-now-block .was-price{
    text-decoration: line-through;
    color: #6c757d;
}

.book-now-block .price, .book-now-block .points{
    color: #1e8cf1; 

}
.book-now-block .price{
    font-size: 1.6em;
    font-weight: 600;
}

.book-now-block .call-to-action-button{
    margin-bottom: 10px;
}

.book-now-block h4{
    color: #FFF;
}
.book-now-block p.phone{
    font-size: 1.2em;
    font-weight: 600;
    padding:5px; 
    margin: 0px;
}

.book-now-block span.title{
    font-size: 1.6em;
    font-weight: 600;
    color: #1e8cf1;
    line-height: 26px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}

h4.promo-code{
    font-size: 18px;
}

/* sticky */
.sidebar-section {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.make-me-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding: 0 15px;
}

.logo-div{
    max-width: 200px;
    clear: both;
    display: block;
    float: left; 
}

.logo-div-mahindra{
    height: 200px;
    max-height: 88px;
    max-width: 152px;
    margin-left: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 101%;

}

@media screen and (max-width: 766px) {
    .make-me-sticky {
        margin-top: 106px;
    }
}

div.region-buttons{
    padding-bottom: 0px !important;
}

#datedetails{
    clear:both;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
    padding: 10px;
}

#datedetails p{
    padding: 0 !important;
    margin: 0 !important;
}

.month{
    display: block;
    border-left: 1px solid #ddd;
    width: 90px;
    padding: 10px;
    float: left;
    height: 70px;
}

.week{
    display: inline-block;
    padding: 2px;
    width: 20px;
    height: 10px;
    width: 15px !important;
    bottom: 0px !important;
    cursor: pointer !important;
    background-color: #ccc !important;
    overflow: hidden !important;
    border-radius: 0px !important;  
}

.available {
    background-color: #28a745 !important;
    height: 23px;
    border-radius: 4px !important;  
}

.call {
    background-color: #ef9e58 !important;
    height: 15px;
    border-radius: 4px !important;  
}

.sold {
    background-color: #ef9191 !important;
    border-radius: 4px !important;  
}

.sold:hover  {
    background-color: #f5c0c0 !important;
    border-radius: 4px !important;  
}

.available:hover {
    background-color: #218838 !important;
}

.week:hover {
    background-color: #bbb !important;
}

div.chart{
    display: block;
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 55px;
}

.m{
    width: 100%;
    display: block;
}