.message-box p {
    font-weight: 600;
}

.page_title {
    padding: 30px 0;
    padding-top: 0
}

.page_title h1::before {
    background: #aa2024;
    width: 110px;
    height: 3px;
    position: absolute;
    content: '';
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.page_title h1::after {
    position: absolute;
    content: '';
    background: #999c2e;
    width: 30px;
    height: 3px;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.single_menu {
    position: relative;
    margin-bottom: 50px;
    transition: .3s
}

.single_menu:hover img {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 0 100%)
}

.single_menu img {
    width: 90px;
	height:90px;
    position: absolute;
    transition: .3s;
    border: 1px solid #ddd;
    border-radius: 5px
}

.menu_content {
    padding-left: 106px;
}

.menu_content h4 {
    font-size: 20px;
    font-weight: 300;
    border-bottom: 1px dashed #c0392b;
    line-height: 2;
    text-transform: capitalize
}

.menu_content h4 span {
    font-size: 25px;
    font-weight: 800;
    float: right;
    font-style: italic;
    color: #c0392b
}

.menu_content p {
       font-weight: 600;
    font-size: 14px;
    margin-top: 5px;
    line-height: 20px;
}

.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px
}

.menu_btn.btn.btn-danger {
    margin: 0 auto;
    display: block;
    width: 140px
}

.btn.btn-danger {
    background: #c0392b;
    border: 1px solid #c0392b;
    transition: .3s;
    position: relative;
    z-index: 1;
    text-transform: capitalize;
    font-weight: 700;
    overflow: hidden;
    padding: 15px 25px
}

.btn.btn-danger::before {
    position: absolute;
    content: '';
    background: #e74c3c;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 100%;
    transition: .3s;
    z-index: -1
}
.btn.btn-default.btn-radius.btn-brd.btn-sm.backBorder{    padding: 6px 18px;
    font-size: 16px;}
.btn.btn-danger:hover:before {
    top: 0;
    left: 0
}

.page_title h1 {
    text-transform: none;
    color: #aa2024;
    text-shadow: 1px 1px 2px #dcdcdc;
    font-size: 36px
}

.carousel {
    z-index: 2
}

.carousel-control.left {
    background-image: none
}

.carousel-control.right {
    background-image: none
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background-color: #aa2024;
    color: white;
    font-size: 16px;
	    border-radius: 60px;
}
.item img {
    width: 250px
}
    #myBtnContainer
	{
	padding-top: 1.5em;
    padding-bottom: 1em;
	}

.container {
    margin-bottom: 0
}

.downlaodlink {
    display: flex;
    flex-direction: row
}

img.googleplay {
    width: 150px;
    margin-top: 10px;
    margin-right: 20px;
    border-radius: 4px
}

img.appstore {
    width: 148px;
    margin-top: 10px;
    border-radius: 4px
}

h2.heading-cursive {
    font-size: 36px;
    margin-top: 10px
}

.carousel-indicators {
    bottom: -40px
}

@media(max-width:1199px) {
    .menu_content {
        padding-left: 32%
    }
    .single_menu img {
        height: auto
    }
    .menu_content p {
        font-size: 15px
    }
}

@media(max-width:991px) {
    .item img {
        width: 220px
    }
    .menu_content h4 {
        font-size: 22px
    }
    .menu_content p {
        font-size: 14px;
        line-height: 20px
    }
}

@media(max-width:768px) {
    .item img {
        width: 200px
    }
	.btn.active, .btn:active {
    font-size: 14px;
}
    h2.heading-cursive {
        font-size: 26px
    }
    #about {
        padding-top: 20px!important
    }
    .single_menu img {
        width: 110px;
    }
    .menu_content {
        padding-left: 30%
    }
}

@media(max-width:450px) {
    .item img {
        width: 150px
    }
    h2.heading-cursive {
        font-size: 20px!important
    }
    .single_menu {
        margin-bottom: 30px
    }
    .single_menu img {
        width: 30%
    }
    .menu_content p {
        margin-top: 3px
    }
    .menu_content h4 {
        font-size: 20px
    }
    .menu_content {
        padding-left: 34%
    }
}