.btn-book-now {
width:100%;
margin-bottom: 0 !important;
}



.price-block:nth-child(2).price-block.content-block-column.col-margin-bottom::before {
 background: #00acee;
 content: "Best Value";
 display: block;
 color: #fff;
 font-weight: 700;
 font-size: 16px;
 text-transform: uppercase;
 padding: 5px 0px;
}

.col-sm-4:nth-child(1).price-block.content-block-column.col-margin-bottom::before, .col-sm-4:nth-child(3).price-block.content-block-column.col-margin-bottom::before {
height: 30px;
display: block;
content: " ";
}

.price-block:nth-child(2) .editContent {
 -moz-box-shadow: 0 20px 20px rgba(1, 1, 1, 0.3);
 -webkit-box-shadow: 0 20px 20px rgba(1, 1, 1, 0.3);
 box-shadow: 0 20px 20px rgba(1, 1, 1, 0.3);
}

.price-block:nth-child(1) .price-header {
background: #7fadd3;
}

.price-block:nth-child(3) .price-header {
background: #D4AF37;
}

.price-block:nth-child(4) .price-header {
background: #10636a;
}

@media only screen and (min-width: 992px) {
#InfoPage186 > section:nth-child(5) > div > div > div:nth-child(2) {
 margin-top: -32px !important;
}
}


