@charset "utf-8";
.footer,
.navbar {
    border-top: 5px ridge #f96666
}

.section1,
.section2,
.section3,
.section5 {
    text-align: justify;
    padding: 10px
}

.columns,
.price_block {
    float: left;
    width: 100%
}

*,
.price_block {
    box-sizing: border-box
}

body {
    background: url(../img/msdipali-bg.gif) fixed;
    background-size: auto;
    font-size: 16px;
    font-family: Merienda, cursive;
    color: #000;
    text-align: justify
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    color: red
}

.navbar {
    border-radius: 0;
    background: 0 0;
    border-bottom: 5px ridge #f96666
}

.section1 {
    background-color: #c51a1a66;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px
}

.section1 img {
    display: block;
    margin: 0 auto 10px;
    border: 11px groove #f96666;
    border-radius: 0
}

.section2 img,
.section3 img {
    border: 11px groove #f96666;
    display: block;
    border-radius: 0
}

.section2 {
    background-color: #c51a9866;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px
}

.section2 img {
    margin: 0 auto 10px
}

.section3 {
    background-color: #123342b3;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px
}

.section3 img {
    margin: 0 auto 10px
}

.section5 {
    background-color: #960edc61;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px
}

.book,
.footer p,
.price_number,
.pricing_table h3,
.scrollToTop,
.social-icons {
    text-align: center
}

.section5 img {
    display: block;
    margin: 0 auto 10px;
    border: 11px groove #f96666;
    border-radius: 0
}

.scrollToTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #fff!important;
    z-index: 999;
    display: none;
    transition: all .3s ease;
    background: #fff;
    border-radius: 30px 30px 0 0;
    text-decoration: none!important
}

.scrollToTop span {
    display: block;
    margin-top: 14px;
    transition: all .2s ease-in-out;
    color: #f96666;
    font-size: 25px
}

.footer {
    background: 0 0;
    width: 100%;
    height: auto;
    padding-bottom: 10px
}

.footer p {
    color: #fff;
    line-height: 25px;
    letter-spacing: .7px;
    font-size: 14px;
    margin-top: 25px
}

.footer h4 a,
.footer i {
    font-size: 16px;
    color: #fff
}

.footer h4 a {
    font-weight: 400;
    letter-spacing: 1.5px;
    line-height: 35px
}

.footer span {
    color: #fff;
    padding-right: 15px
}

.footer i {
    padding: 15px;
    margin-top: 20px
}

.footer i:hover {
    border-radius: 100%;
    transition: all ease-in-out .8s
}

.cr-bold,
.cr-bold a {
    font-weight: 700;
    color: #fff
}

.cr-bold a:hover {
    font-weight: 700;
    color: #f58c27;
    text-decoration: none
}

.social-icons {
    margin: 0;
    padding: 0;
    width: auto
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 5px 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible
}

.sub-menu ul {
    list-style: none;
    padding-left: 0;
    margin-top: 30px
}

.sub-menu ul li {
    border-left: 1px solid #505050;
    float: left;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-right: 10px
}

.sub-menu li:first-child {
    border: none;
    padding-left: 0
}

.sub-menu ul li a {
    color: #fff;
    text-decoration: none;
    margin-left: 10px
}

.sub-menu ul li a:hover {
    color: #000;
    transition: .5s
}

.columns {
    padding: 12px;
    margin: 20px 0
}

.pricing_table {
    line-height: 150%;
    font-size: 16px;
    margin: 21px auto 0;
    max-width: 800px;
    padding-top: 10px
}

.price_block {
    color: #fff;
    list-style-type: none;
    transition: all .25s;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid transparent
}

.pricing_table h3 {
    text-transform: uppercase;
    padding: 5px 0;
    background: #5f0909;
    margin: -10px 0 1px;
    font-size: 20px
}

.price {
    display: table;
    background: #e0334b;
    width: 100%;
    height: 70px
}

.price_figure {
    font-size: 24px;
    text-transform: uppercase;
    vertical-align: middle;
    display: table-cell
}

.price_number {
    font-weight: 700;
    display: block
}

.features {
    background: #bd2424;
    color: #000
}

.features li {
    padding-bottom: 10px;
    border-bottom: 1px solid #223d88;
    font-size: 16px;
    list-style-type: none
}

.action_button {
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    border-radius: 5px;
    background: #000;
    padding: 15px 20px;
    font-size: 16px;
    text-transform: uppercase
}

.price_block:hover {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .5);
    transform: scale(1.04) translateY(-5px);
    z-index: 1;
    border-bottom: 0 none
}

.price_block:hover .price {
    background: linear-gradient(#222, #bd2424);
    box-shadow: inset 0 0 45px 1px #222
}

.price_block:hover h3 {
    background: #222
}

.price_block:hover .action_button {
    background: linear-gradient(#000, #000)
}

@media only screen and (min-width:480px) and (max-width:768px) {
    .price_block {
        width: 50%
    }
    .price_block:nth-child(odd) {
        border-right: 1px solid transparent
    }
    .price_block:nth-child(3) {
        clear: both
    }
    .price_block:nth-child(odd):hover {
        border: 0
    }
}

.book {
    padding: 15px;
    background: #bd2424;
    color: #fff
}

.icon-bar {
    background-color: #fff!important
}
.nowcalling{display:block;position:fixed;bottom:0;width:100%;z-index:9999}.lcol,.rcol{float:left;width:50%}.lcol{background-color:#5AA6ED}.rcol{background-color:#25d366}.lcol a,.rcol a{display:block;padding:10px 0;text-align:center;text-decoration:none;color:#fff}}