/*font-family: 'Baloo Bhaina 2', cursive;*/
body {
	font-family: 'Baloo Bhaina 2', cursive;
	color: #fff;
}

p{
	text-align: justify;
}

footer p,.bonus p{
	text-align: center;	
}


#header {
	background-image: url(../images/background_img_menu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 120px;
	border-top: 4px solid #a72e33;
}
.navbar_custom {
	padding: 0 1rem;
	margin-top: 39px;
}
.navbar_custom .logo {
	margin-top: -30px;
}
.navbar_custom .logo img {
	width: 250px;
}
.menu_custom ul li {
	padding: 0 15px;
	text-align: center;
}
.menu_custom ul li a {
	font-size: 16px;
	color: #fff !important;
	padding-bottom: 13px;
	border-bottom: 2px solid transparent;
}
.menu_custom a:hover {
	border-bottom: 2px solid #a72e33;
	color: #a72e33 !important;

}
.menu_custom .menu_icon {
	height: 21px;
	display: inline-block;
}
.menu_custom .menu_icon.menu_icon_1 {
	background: url(../images/menu-icon-1.png) no-repeat right;
	width: 19px;
}
.menu_custom .menu_icon.menu_icon_2 {
	background: url(../images/menu-icon-2.png) no-repeat right;
	width: 17px;
}
.menu_custom .menu_icon.menu_icon_3 {
	background: url(../images/menu-icon-3.png) no-repeat right;
	width: 15px;
}
.menu_custom .menu_icon.menu_icon_4 {
	background: url(../images/menu-icon-4.png) no-repeat right;
	width: 17px;
}
.menu_custom .menu_icon.menu_icon_5 {
	background: url(../images/menu-icon-5.png) no-repeat right;
	width: 17px;
}
.menu_custom a:hover .menu_icon {
	background-position: left;
}
/*main part start*/
.main_wrapper {
	background-color: #111111;
}
.banner {
	width: 100%;
}
.custom_breadcrumb {
	padding: 5px 0 0 0;
	margin-bottom: 0;
	background-color: transparent;
}
.breadcrumb-item {
	color: #fff !important;
}
.breadcrumb-item a {
	color: #a72e33 !important;
}
.breadcrumb-item+.breadcrumb-item::before {
	content: '>';
	color: #a72e33;
}
/*content top here*/
.content_top {
	background-image: url(../images/background_img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	background-color: #2f2f2f;
	margin-bottom: 35px;
	box-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.border_line {
	vertical-align: top;
}
.content {
	padding: 10px 30px 30px 30px;
}
.content h1 {
	font-weight: 600;
	font-size: 40px;
	color: #fff;
}
.content h1:before {
	content: '';
	background: url(../images/text_icon.png) no-repeat center center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.content h2 {
	font-weight: 600;
	font-size: 35px;
	color: #fff;
}
.content h2:before {
	content: '';
	background: url(../images/text_icon.png) no-repeat center center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.content p {
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
}
/*content top here*/

/*review part*/
.review_part {
	background-image: url(../images/background_img2.png);
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 0 3px #000000, 0 0 5px #000000;
	margin-bottom: 35px;
	padding: 30px 0;
}
.review_part h1 {
	font-weight: 600;
	font-size: 40px;
	color: #fff;
	margin-bottom: 20px;
}
.review_part h2 {
	font-weight: 600;
	font-size: 35px;
	color: #fff;
	margin-bottom: 20px;
}
.review_part h1:before, .review_part h2:before {
	content: '';
	background: url(../images/text_icon.png) no-repeat center center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.review {
	padding: 0 35px;
}
.padding-4 {
	padding-left: 11px;
}
.review_logo img {
	max-width: 100%;
}
.review_content h4 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0;
	margin-top: 4%;
}
.review_content ul {
	margin-bottom: 0;
	padding: 0;
}
.review_content ul li {
	list-style: none;
	display: inline-block;
}
.review_border_line {
	vertical-align: top;
}
.bonus {
	float: left;
	margin-top: 10px;
}
.bonus p {
	color: #fff;
}
.bonus p span {
	font-weight: 700;
	font-size: 24px;
}
.button_part {
	text-align: right;
}
.button_part a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.button_part .play_btn {
	text-align: center;
	width: 40%;
	padding: 10px 0;
	margin-bottom: 15px;
	background: #be8183;
	/* Old browsers */
	background: -moz-linear-gradient(top, #be8183 0%, #8f3c3e 49%, #821e21 60%, #891417 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #be8183 0%, #8f3c3e 49%, #821e21 60%, #891417 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #be8183 0%, #8f3c3e 49%, #821e21 60%, #891417 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#be8183', endColorstr='#891417', GradientType=0);
	/* IE6-9 */
	border-radius: 4px;
	border: 1px solid #420000;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
.button_part .play_btn:hover {
	background: #891417;
}
.button_part .review_btn {
	text-align: center;
	width: 40%;
	padding: 10px 0;
	margin-bottom: 20px;
	background: #a1b1da;
	/* Old browsers */
	background: -moz-linear-gradient(top, #a1b1da 0%, #5870af 48%, #3c5caf 60%, #3c60bd 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, #a1b1da 0%, #5870af 48%, #3c5caf 60%, #3c60bd 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #a1b1da 0%, #5870af 48%, #3c5caf 60%, #3c60bd 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a1b1da', endColorstr='#3c60bd', GradientType=0);
	/* IE6-9 */
	border-radius: 4px;
	border: 1px solid #241b84;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
}
.button_part .review_btn:hover {
	background: #3c60bd;
}
/*review part*/
.middle {
	background-image: url(../images/background_img3.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	background-color: #2f2f2f;
	box-shadow: 0 0 3px #000000, 0 0 5px #000000;
	margin-bottom: 35px;
}
.content h3 {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin-bottom: 20px;
}
.content h3:before {
	content: '';
	background: url(../images/text_icon.png) no-repeat center center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
/*ordered list*/
.ordered_list {
	width: 100%;
	background-image: url(../images/background_img4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow: 0 0 3px #000000, 0 0 5px #000000;
	margin-bottom: 35px;
	padding: 20px 30px;
}
.orderlist_content h3 {
	font-weight: 600;
	font-size: 40px;
	color: #fff;
}
.orderlist_content h3:before {
	content: '';
	background: url(../images/text_icon.png) no-repeat center center;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.orderlist_content table {
	color: #fff;
	font-size: 14px;
}
.orderlist_content .table {
	width: 100%;
}
.orderlist_content .table tbody tr td {
	border: none !important;
}
.orderlist_content .table td, .table th {
	padding: 6px 7px;
}
.orderlist_content table tr td p {
	font-size: 16px;
	margin: 0;
}
.orderlist_content table tr td img {
	margin-top: 3px;
}
.orderlist_content table tr td p span {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
}
/*ordered list*/

/*unordered list*/
.unordered_list {
	width: 100%;
	background-image: url(../images/background_img5.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right;
	box-shadow: 0 0 3px #000000, 0 0 5px #000000;
	margin-bottom: 35px;
	padding: 30px 30px;
	margin-bottom: 30px;
}
/*unordered list*/

/*content here*/

/*sidebar here*/
.side_bar {
	margin-top: -100%;
	background-color: #2f2f2f;
	box-shadow: 0 0 3px #000000, 0 0 5px #000000;
}
.menu_list {
	padding: 0 0 10px;
}
.menu_list .menu_heading {
	background-image: url(../images/background_img_menu.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.menu_list h3 {
	font-weight: 500;
	font-size: 20px;
	color: #fff;
	padding: 15px;
}
.menu_list h3:before {
	content: '';
	background: url(../images/love.png) no-repeat center center;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background-size: 100%;
	display: inline-block;
	vertical-align: middle;
}
.menu_list li {
	list-style: none;
	margin-left: 10px;
	display: flex;
	padding: 10px 10px 0 20px;
	position: relative;
}
.menu_list li:before {
	background: url(../images/white_arrow.png) no-repeat center center;
	background-size: 100%;
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	left: 0;
	top: 13px;
	margin-right: 5px;
}
.menu_list li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: .5s;
}
/*.menu_list li i {
	color: #fff;
	font-size: 20px;
	margin-right: 10px;
	transition: .5s;
}*/

.menu_list li:hover a {
	color: #a72e33;
}
.menu_list li:hover:before {
	background: url(../images/red_arrow.png) no-repeat center center;
	background-size: 100%;
}
/*.menu_list li:hover i {
	color: #a72e33;
}*/
/*sidebar here*/

/*main part end*/

/*footer start here*/
footer {
	background-color: #2f2f2f;
	padding-bottom: 20px;
}
.custom_footer_menu {
	margin-top: 25px;
    border-bottom: 1px solid #6f6f6f;
    max-width: 35%;
    margin: 10px auto 5px;
}
.custom_footer_menu ul li a {
	font-size: 14px;
    color: #fff !important;
    padding: 0 9px;
}
.custom_footer_menu ul li {
	color: #fff !important;
}
.footer_content p {
	font-size: 16px;
	color: #6f6f6f;
}
/*footer end here*/

.breadcrumb-item a,.breadcrumb-item.active {
    text-transform: uppercase;
}

.full-star-color{
    color: #fff;
    font-size: 20px;
}
.star-color-gray{
    color: #fff;
    font-size: 20px;
}

/*media query*/
/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.button_part {
	    text-align: center;
	}
	.navbar_custom {
		z-index: 999;
	}
	.navbar_custom .logo {
		margin-top: -16px;
		width: 120px;
	}
	.menu_custom ul {
		background-color: #2f2f2f;
	}
	.menu_custom ul li .menu_icon {
		display: none;
	}
	.content_top {
		background-image: none;
	}
	.content h1, .review_part h1 {
		font-size: 25px;
	}
	.content h2, .review_part h2 {
		font-size: 23px;
	}
	.content h1:before, .content h2:before, .content h3:before, .review_part h2:before, .review_part h1:before {
		width: 35px;
	}
	.content h3 {
		font-size: 20px;
		margin-bottom: 5px;
	}
	.content p {
		font-size: 14px;
		color: #fff;
		margin-top: 5px;
	}
	.review_part {
		background-color: #6b1d21;
		box-shadow: 0 0 3px #000000, 0 0 5px #000000;
		margin-bottom: 35px;
		padding: 30px 0;
	}
	.review {
		padding: 0 10px;
	}
	.review_part h2 {
		font-size: 25px;
		margin-bottom: 0;
	}
	.middle {
		background-image: none;
	}
	.menu_list li i {
		margin-top: 5px;
	}
	.review_content h4 {
		font-size: 15px;
	}
	.review_content ul {
		margin: 0;
		padding: 0;
	}
	.review_content ul li img {
		width: 20px;
	}
	.bonus {
		float: none;
	}
	.bonus p {
		font-size: 18px;
	}
	.button_part .play_btn {
		width: 100%;
	}
	.button_part .review_btn {
		width: 100%;
	}
	.orderlist_content h3 {
		font-size: 25px;
	}
	.orderlist_content table tr td p {
		font-size: 14px;
	}
	.orderlist_content table tr td p span {
		font-size: 18px;
	}
	.unordered_list {
		background-image: none;
		background-color: #2f2f2f;
	}
	.side_bar {
		margin-top: 0;
		margin: 0 0 25px 0;
	}
	.menu_list li a {
		font-size: 14px;
	}
	.menu_list li:before {
		top: 10px;
	}
	.navbar-light .navbar-toggler {
		color: #fff !important;
		border-color: #fff !important;
	}
	.custom_footer_menu ul li a {
		padding: 0 8px;
		font-size: 14px;
	}
	.custom_footer_menu {
		margin-top: 0;
		max-width: 100%;
	}

	footer {
		padding-bottom: 0;
	}
	.unordered_list, .ordered_list, .content {
		padding-right: 15px;
		padding-left: 15px;
	}
}
/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.button_part {
	    text-align: center;
	}
	.custom_footer_menu {
		margin-top: 0;
		max-width: 100%;
	}
	h1 {
		font-size: 35px !important;
	}
	.navbar_custom {
		z-index: 999;
	}
	.menu_custom ul {
		background-color: #2f2f2f;
	}
	.review_part {
		background-color: #6b1d21;
		box-shadow: 0 0 3px #000000, 0 0 5px #000000;
		margin-bottom: 35px;
		padding: 30px 0;
	}
	.review {
		padding: 0 10px;
	}
	.menu_list li i {
		margin-top: 5px;
	}
	.review_content ul {
		margin: 0;
		padding: 0;
	}
	.bonus {
		float: none;
	}
	.bonus p {
		font-size: 30px;
	}
	.button_part .play_btn {
		width: 100%;
		padding: 18px 0;
	}
	.button_part .review_btn {
		width: 100%;
		padding: 18px 0;
	}
	.side_bar {
		margin-top: 0;
		margin: 0 0 25px 0;
	}
	.navbar-light .navbar-toggler {
		color: #fff !important;
		border-color: #fff !important;
	}
}
/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.button_part {
	    text-align: center;
	}
	.custom_footer_menu {
		margin-top: 0;
		max-width: 100%;
	}
	h1 {
		font-size: 35px !important;
	}
	.navbar_custom {
		z-index: 999;
	}
	.menu_custom ul {
		background-color: #2f2f2f;
	}
	.review_part {
		background-color: #6b1d21;
		box-shadow: 0 0 3px #000000, 0 0 5px #000000;
		margin-bottom: 35px;
		padding: 30px 0;
	}
	.review {
		padding: 0 10px;
	}
	.side_bar {
		margin-top: -80%;
	}
	.menu_list li i {
		margin-top: 5px;
	}
	.review_content ul {
		margin: 0;
		padding: 0;
	}
	.bonus {
		float: none;
	}
	.button_part .play_btn {
		width: 100%;
	}
	.button_part .review_btn {
		width: 100%;
	}
	.menu_list h3 {
		font-size: 20px !important;
	}
	.navbar-light .navbar-toggler {
		color: #fff !important;
		border-color: #fff !important;
	}
}
/*// Large devices (desktops, 992px and up)*/


@media (max-width: 991px) {
	.navbar_custom .logo {
		margin-top: 0;
	}
	.navbar_custom {
		margin-top: 10px;
	}

	#header {
		height: 80px;
	}
	.navbar_custom .logo img {
		width: 250px;
	}
	.navbar-light .navbar-toggler-icon {
		background: none;
		padding: 5px;
	}
	.navbar-light .navbar-toggler {
		padding: .15rem .35rem;
		outline: none !important;
	}
	.menu_custom ul li a {
		text-align: left;
	}
	.menu_custom ul li a br {
		display: none;
	}
	.menu_custom ul li a span {
		padding-right: 5px;
		display: inline-block;
		vertical-align: middle;
	}
	.menu_custom ul {
		border: 1px solid #a72e33;
	}

}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.review {
		padding: 0 10px;
	}
	.menu_list li i {
		margin-top: 5px;
	}
	.bonus {
		width: 55%;
	}
}
/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.bonus {
		width: 55%;
	}
}
/*media query