@media (max-width:1619px) {

	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar .search {
		margin-left: 40px;
	}

	/* End Main Menu Area css
	============================================================================================ */
}

@media (max-width:1300px) {}

@media (min-width:1200px) {
	.container {
		max-width: 1320px;
	}
}


@media only screen and (min-width: 992px) and (max-width: 1199px) {

	.profile-image img {
		width: 352px;
		height: 352px;
	}

	.presenter_tv img {
		width: 122px;
		height: 70px;
	}

	.single-product {
		padding: 0px 14px;
	}

	.s_product_img img {
		width: 100%;
		height: 275px;
		padding: 35px 0px 25px 0px;
	}

	.single-product .product-img img {
		width: 190px;
		height: 185px;
	}

	/* .profile-image img {
		min-width: 285px;
		min-height: 285px;
	} */

	/* Main Menu Area css
	============================================================================================ */
	.header_area .navbar .nav .nav-item {
		margin-right: 28px;
	}

	/* End Main Menu Area css
	============================================================================================ */
	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area {
		min-height: 700px;
	}

	.home_banner_area .banner_inner {
		min-height: 700px;
	}

	/* End Home Banner Area css
	============================================================================================ */
	.home_contact_area .left_img {
		width: 100%;
		float: none;
	}

	.home_contact_area .left_img img {
		width: 100%;
	}

	.home_contact_area .h_right_form {
		width: 100%;
		float: none;
		min-height: auto;
		padding-left: 0px;
	}

	.home_contact_area .h_right_form .h_form_inner {
		margin: auto;
		padding-bottom: 100px;
	}

	.row.home_contact_form {
		margin-left: 0px;
		margin-right: 0px;
	}

	.feature_product_area .main_box {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.most_product_area .main_box {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.s_product_text {
		margin-left: 0px;
		margin-top: 0px;
	}

	.login_form_inner h3 {
		margin-bottom: 35px;
	}

	.login_form_inner {
		padding-top: 65px;
	}

	.login_form_inner.reg_form h3 {
		margin-bottom: 10px;
	}

	.login_form_inner.reg_form {
		padding-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

	/* -------------------Custome CSS Start ------------------ */

	.mobile_view_display_none {
		display: none;
	}

	.mobile_view_display_block {
		display: block;
	}

	.profile-image img {
		min-width: 542px;
		min-height: 542px;
	}

	.presenter_tv img {
		width: 122px;
		height: 70px;
	}

	.single-product {
		padding: 0px 14px;
	}

	/* -------------------Custome CSS End ------------------ */

	.s_product_img img {
		height: 330px;
	}

	.s_product_img img {
		padding: 25px 35px 10px 35px;
	}

	.frame {
		text-align: center
	}

	.profile-image img {
		min-width: 430px;
		min-height: 430px;
	}

	/* Main Menu Area css
	============================================================================================ */
	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 27px;
		margin-bottom: 23px;
	}

	.header_area .navbar {
		background: #fff;
	}

	.header_area .navbar .right_nav hr {
		display: none;
	}

	.navbar-toggler[aria-expanded="false"] span:nth-child(2) {
		opacity: 1;
	}

	.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.navbar-toggler[aria-expanded="true"] span:first-child {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		position: relative;
		top: 7.5px;
	}

	.navbar-toggler[aria-expanded="true"] span:last-child {
		transform: rotate(45deg);
		bottom: 6px;
		position: relative;
	}

	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #1641ff;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer;
	}

	.navbar .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.nav {
		padding: 0px 0px;
	}

	.header_area+section,
	.header_area+row,
	.header_area+div {
		margin-top: 117px;
	}

	.header_top .nav {
		padding: 0px;
	}

	.header_area .navbar .nav .nav-item .nav-link {
		line-height: 40px;
		margin-right: 0px;
		display: block;
		border-bottom: 1px solid #ededed33;
		border-radius: 0px;
	}

	.header_area .navbar .search {
		margin-left: 0px;
	}

	.header_area .navbar-collapse {
		max-height: 340px;
		overflow-y: scroll;
	}

	.header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
		padding: 0px 15px;
	}

	.header_area .navbar .nav .nav-item {
		margin-right: 0px;
	}

	.header_area+section,
	.header_area+row,
	.header_area+div {
		margin-top: 0px;
	}

	.header_area.navbar_fixed .main_menu .navbar .nav .nav-item .nav-link {
		line-height: 40px;
	}

	.header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
		margin-left: 0px;
	}

	.header_area .navbar .cart {
		line-height: 40px;
	}

	.header_area .navbar .search {
		line-height: 40px;
	}

	.header_area .navbar .nav.navbar-nav.navbar-right li {
		margin-left: 0px;
	}

	/* End Main Menu Area css
	============================================================================================ */
	/* Blog page Area css
	============================================================================================ */
	.categories_post img {
		width: 100%;
	}

	.categories_post {
		max-width: 360px;
		margin: 0 auto;
	}

	.blog_categorie_area .col-lg-4 {
		margin-top: 30px;
	}

	.blog_area {
		padding-bottom: 80px;
	}

	.single-post-area .blog_right_sidebar {
		margin-top: 30px;
	}

	/* End Blog page Area css
	============================================================================================ */

	/* Contact Page Area css
	============================================================================================ */
	.contact_info {
		margin-bottom: 50px;
	}

	/* End Contact page Area css
	============================================================================================ */
	.home_banner_area .donation_inner {
		margin-bottom: -30px;
	}

	.home_banner_area .dontation_item {
		max-width: 350px;
		margin: auto;
	}

	/* Footer Area css
	============================================================================================ */
	.footer-area .col-sm-6 {
		margin-bottom: 30px;
	}

	/* End End Footer Area css
	============================================================================================ */
	.home_banner_area {
		background-size: cover;
	}

	.left_sidebar_area {
		margin-top: 50px;
	}

	.s_product_text {
		margin-top: 30px;
	}

	.review_box {
		margin-top: 50px;
	}

	.cart_inner .table tbody tr.bottom_button td .cupon_text {
		margin-left: 0px;
		width: 200px;
	}

	.cart_inner .table tbody tr.bottom_button td .cupon_text .main_btn {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
		width: 100%;
	}

	.cupon_area input {
		margin-left: 0px;
	}

	.cupon_area .tp_btn {
		margin-left: 0px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {

	.center_nav .nav-item i {
		display: block;
	}

	.header_area .navbar .nav .nav-item .nav-link {
		font: initial;
		margin-left: 7px;
	}

	.pull-right {
		float: none;
	}

	.header_area .navbar .nav .nav-item {
		background-color: #e1dede;
		;
		padding: 10px 5px;
		margin: 5px;
		font-size: 16px;
		border-radius: 10px;
	}

	.header_area .navbar .nav.navbar-nav.navbar-right .icons {
		background: #e4e4e4;
		margin-right: 16px;
		line-height: 25px;
		min-width: 42px;
		min-height: 8px;
	}

	.header_area .navbar .right_nav .nav-item {
		margin: 0 auto !important;
	}

	.banner_area .banner_inner .banner_content {
		margin-top: 80px;
	}

	.home_banner_area {
		min-height: 500px;
	}

	.home_banner_area .banner_inner {
		min-height: 500px;
	}

	.home_banner_area .banner_inner .banner_content {
		margin-top: 0px;
	}

	.home_banner_area .banner_inner .banner_content .halemet_img {
		text-align: center
	}

	/* Blog Page Area css
	============================================================================================ */
	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 40px;
		line-height: 50px;
	}

	.blog_info.text-right {
		text-align: left !important;
		margin-bottom: 10px;
	}

	/* End Blog Page Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 30px;
		line-height: 36px;
	}

	.home_banner_area .banner_inner .banner_content p {
		margin-bottom: 0px;
	}

	.home_banner_area .banner_inner .banner_content .white_bg_btn {
		margin-top: 25px;
	}

	.home_banner_area .banner_inner .banner_content p br {
		display: none;
	}

	.home_banner_area .banner_inner .banner_content h3 span {
		line-height: 45px;
		padding-bottom: 0px;
		padding-top: 0px;
	}

	/* Footer Area css
	============================================================================================ */
	.footer-bottom {
		text-align: center;
	}

	.footer-bottom .footer-social {
		text-align: center;
		margin-top: 15px;
	}

	/* End End Footer Area css
	============================================================================================ */
	.footer_area .container.box_1620 {
		width: 100%;
		max-width: 100%;
		padding: 0px;
	}

	.footer_inner .f_menu li {
		margin-right: 18px;
	}

	.footer_inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.product_top_bar {
		/* display: block; */
		clear: inherit;
	}

	.product_top_bar .left_dorp {
		width: 100%;
		display: block;
	}

	.product_top_bar .left_dorp .sorting {
		display: block;
		width: 100%;
		float: none;
		margin-bottom: 10px;

	}

	.product_top_bar .left_dorp .show {
		display: block;
		width: 100%;
		margin-left: 0px;
		flex: none;
	}

	.product_description_area .nav.nav-tabs li {
		margin-bottom: 10px;
	}

	.product_description_area .nav.nav-tabs {
		margin-bottom: -10px;
	}

	/* ------------------Custom CSS Start --------------------- */

	.home_banner_area {
		min-height: 500px;
	}

	.home_banner_area .banner_inner {
		min-height: 500px;
	}

	.home_banner_area .banner_inner .banner_content {
		margin-top: 0px;
	}

	.home_banner_area .banner_inner .banner_content .halemet_img {
		text-align: center
	}

	.mobile_view_display_none {
		display: none;
	}

	.mobile_view_display_block {
		display: block;
	}

	.profile-image img {
		width: 405px;
		height: 405px;
	}

	.presenter_tv img {
		width: 122px;
		height: 70px;
	}

	.top_menu {
		display: none;
	}

	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #1641ff;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer;
	}

	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 27px;
		margin-bottom: 23px;
	}

	.header_area .main_menu {
		background: #ffffff;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}

	.home_banner_area {
		padding-top: 95px;
	}

	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 26px;
		line-height: 30px;
		margin-bottom: 14px;
		padding-top: 15px;
	}

	.home_banner_area .banner_inner .banner_content h4 {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.main_btn {
		padding: 0px 15px;
		font-size: 14px;
		line-height: 40px;
	}

	.main_title h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.single-product .product-img img {
		width: 420px;
		height: 250px;
	}

	.single-product .product-btm h4 {
		line-height: 25px;
		font-size: 18px;
	}

	.single-product .product-btm span {
		font-size: 24px;
		line-height: 16px;
	}

	.single-blog .thumb img {
		width: 100%;
		height: 200px;
	}

	.booking-area-text h1 {
		line-height: 32px;
		font-size: 24px;
	}

	.submit_btn {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 40px;
	}

	.footer-area .single-footer-widget h1 {
		margin-bottom: -3px;
	}

	.single-product {
		padding: 0px 25px;
	}

	/* ------------------Custom CSS End --------------------- */


}

@media only screen and (min-width: 421px) and (max-width: 575px) {

	.center_nav .nav-item i {
		display: block;
	}

	.header_area .navbar .nav .nav-item .nav-link {
		font: initial;
		margin-left: 7px;
	}

	.pull-right {
		float: none;
	}

	.header_area .navbar .nav .nav-item {
		background-color: #e1dede;
		;
		padding: 10px 5px;
		margin: 5px;
		font-size: 16px;
		border-radius: 10px;
	}

	.header_area .navbar .nav.navbar-nav.navbar-right .icons {
		background: #e4e4e4;
		margin-right: 16px;
		line-height: 25px;
		min-width: 42px;
		min-height: 8px;
	}

	.header_area .navbar .right_nav .nav-item {
		margin: 0 auto !important;
	}

	.banner_area .banner_inner .banner_content {
		margin-top: 80px;
	}

	#Checkout .billing_details h3 {
		margin-top: 50px;
	}

	.header_area .navbar-collapse {
		height: 250px;
		overflow: scroll;
	}

	.top_menu {
		display: none;
	}

	.header_area+section,
	.header_area+row,
	.header_area+div {
		margin-top: 0px;
	}

	/* Home Banner Area css
	============================================================================================ */
	.home_banner_area .banner_inner .banner_content h2 {
		font-size: 28px;
	}

	.home_banner_area {
		min-height: 500px;
	}

	.home_banner_area .banner_inner {
		min-height: 500px;
	}

	.blog_banner .banner_inner .blog_b_text {
		margin-top: 0px;
	}

	.home_banner_area .banner_inner .banner_content img {}

	.profile-image img {
		min-width: 380px;
		min-height: 380px;
	}

	.home_banner_area .banner_inner .banner_content h5 {
		margin-top: 0px;
	}

	.banner_area .banner_inner .banner_content .page_link a {
		margin-right: 16px;
	}

	.banner_area .banner_inner .banner_content .page_link a::before {
		right: -13px;
	}

	/* End Home Banner Area css
	============================================================================================ */
	.p_120 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.main_title h2 {
		font-size: 20px;
	}

	/* Elements Area css
	============================================================================================ */
	.sample-text-area {
		padding: 70px 0 70px 0;
	}

	.generic-blockquote {
		padding: 30px 15px 30px 30px;
	}

	/* End Elements Area css
	============================================================================================ */

	/* Blog Page Area css
	============================================================================================ */
	.blog_details h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.blog_banner .banner_inner .blog_b_text h2 {
		font-size: 28px;
		line-height: 38px;
	}

	/* End Blog Page Area css
	============================================================================================ */
	/* Footer Area css
	============================================================================================ */
	.footer-area {
		padding: 70px 0px;
	}

	/* End End Footer Area css
	============================================================================================ */
	.pad_top {
		padding-top: 70px;
	}

	.gallery_f_inner {
		max-width: 340px;
		margin: 0px auto -30px;
	}

	.h_form_inner h4 {
		padding-top: 70px;
		padding-bottom: 40px;
		font-size: 30px;
	}

	.home_contact_area .h_right_form .h_form_inner {
		padding-bottom: 50px;
	}

	.footer-bottom {
		padding-bottom: 0px;
	}

	.border_line {
		margin-top: 50px;
	}

	.timer_area {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.f_p_item {
		max-width: 263px;
		margin: 0px auto 30px;
	}

	.most_product_inner .col-lg-3 {
		text-align: center;
	}

	.most_p_list {
		display: inline-block;
	}

	.most_p_list .media .media-body {
		text-align: left;
	}

	.most_product_area .main_box {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.banner_area .banner_inner .banner_content h2 {
		margin-top: 20px;
	}

	.product_image_area {
		padding-top: 70px;
	}


	/* ------------------Custom CSS Start --------------------- */
	.s_product_text .card_area .main_btn {
		padding: 0px 25px;
		margin-bottom: 15px;
	}

	.s_product_img img {
		width: 100%;
		height: 250px;
		padding: 10px 20px;
	}

	.s_product_text {
		margin-top: 15px;
		text-align: center;
	}

	.s_product_img {
		width: 80%;
		margin-left: 10%;
	}

	.blog_right_sidebar .single_sidebar_widget {
		padding: 10px 30px 20px 30px;
	}

	.banner_area .banner_inner .banner_content h2 {
		margin-top: 10px;
		font-size: 28px;
	}

	.page_link {
		padding-bottom: 5px;
	}

	.product_image_area {
		padding-top: 30px;
	}


	.mobile_view_display_none {
		display: none;
	}

	.mobile_view_display_block {
		display: block;
	}

	.profile-image img {
		width: 230px;
		height: 230px;
	}

	.presenter_tv img {
		width: 92px;
		height: 60px;
	}

	.top_menu {
		display: none;
	}

	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #1641ff;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer;
	}

	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 27px;
		margin-bottom: 23px;
	}

	.header_area .main_menu {
		background: #ffffff;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}

	.home_banner_area {
		padding-top: 95px;
	}

	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 14px;
		padding-top: 15px;
	}

	.home_banner_area .banner_inner .banner_content h4 {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.main_btn {
		padding: 0px 15px;
		font-size: 14px;
		line-height: 40px;
	}

	.main_title h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.single-product .product-img img {
		width: 350px;
		height: 245px;
	}

	.single-product .product-btm h4 {
		line-height: 25px;
		font-size: 18px;
	}

	.single-product .product-btm span {
		font-size: 24px;
		line-height: 16px;
	}

	.single-blog .thumb img {
		width: 100%;
		height: 125px;
	}

	.booking-area-text h1 {
		line-height: 32px;
		font-size: 24px;
	}

	.submit_btn {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 40px;
	}

	.footer-area .single-footer-widget h1 {
		margin-bottom: -3px;
	}

	.single-product {
		padding: 0px 76px;
	}

	/* ------------------Custom CSS End --------------------- */

}

/* @media (max-width:480px){ */
@media only screen and (min-width: 280px) and (max-width: 420px) {

	/* Main Menu Area css
	============================================================================================ */
	/* .header_area .navbar-collapse {
		max-height: 250px;
		
	} */

	/* End Main Menu Area css
	============================================================================================ */

	.booking-area-from {
		padding: 15px;
	}

	.accordion-wrap .accordion .teaser {
		padding: 24px 15px 24px 0;
	}

	.question-area-from {
		padding: 15px;
	}

	.accordion-wrap .accordion {
		padding: 0 3px;
	}

	.main_title {
		margin-bottom: 15px;
	}

	.accordion-wrap {
		padding: 10px;
	}

	.card-body {
		padding: 0.25rem;
	}

	/* Home Banner Area css
	============================================================================================ */
	.banner_content .white_btn {
		display: block;
	}

	/* End Home Banner Area css
	============================================================================================ */
	.banner_area .banner_inner .banner_content h2 {
		font-size: 32px;
	}

	/* Blog Page Area css
	============================================================================================ */
	.comments-area .thumb {
		margin-right: 10px;
	}

	/* End Blog Page Area css
	============================================================================================ */
	.home_banner_area {
		min-height: 500px;
	}

	.home_banner_area .banner_inner {
		min-height: 500px;
	}

	.total_rate .col-6 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.total_rate .rating_list {
		margin-top: 20px;
	}

	.check_title h2 {
		line-height: 24px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.order_box {
		padding-left: 5px;
		padding-right: 5px;
	}

	.returning_customer .contact_form .form-group .creat_account {
		display: block;
		margin-left: 0px;
		margin-top: 10px;
	}

	.review_item.reply {
		padding-left: 0px;
	}

	.review_item .media .media-body .reply_btn {
		position: relative;
		top: 0px;
	}

	.returning_customer p {
		padding-left: 0px;
	}

	.returning_customer .contact_form {
		margin-left: 0px;
	}

	.returning_customer .contact_form .form-group {
		padding-left: 0px;
	}

	/* ------------------Custom CSS Start --------------------- */
	.s_product_text .card_area .main_btn {
		padding: 0px 25px;
		margin-bottom: 15px;
	}

	.s_product_img img {
		width: 100%;
		height: 200px;
		padding: 10px 20px;
	}

	.s_product_text {
		margin-top: 15px;
		text-align: center;
	}

	.banner_area .banner_inner .banner_content h2 {
		margin-top: 10px;
		font-size: 28px;
	}

	.page_link {
		padding-bottom: 5px;
	}

	.product_image_area {
		padding-top: 30px;
	}

	.mobile_view_display_none {
		display: none;
	}

	.mobile_view_display_block {
		display: block;
	}

	.profile-image img {
		width: 230px;
		height: 230px;
	}

	.presenter_tv img {
		width: 67px;
		height: 45px;
	}

	.top_menu {
		display: none;
	}

	.navbar-toggler span {
		display: block;
		width: 25px;
		height: 3px;
		background: #1641ff;
		margin: auto;
		margin-bottom: 4px;
		transition: all 400ms linear;
		cursor: pointer;
	}

	.navbar-toggler {
		border: none;
		border-radius: 0px;
		padding: 0px;
		cursor: pointer;
		margin-top: 27px;
		margin-bottom: 23px;
	}

	.header_area .main_menu {
		background: #ffffff;
		position: fixed;
		width: 100%;
		z-index: 1000;
	}

	.home_banner_area {
		padding-top: 95px;
	}

	.home_banner_area .banner_inner .banner_content h3 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 14px;
		padding-top: 15px;
	}

	.home_banner_area .banner_inner .banner_content h4 {
		font-size: 16px;
		margin-bottom: 24px;
	}

	.main_btn {
		padding: 0px 15px;
		font-size: 14px;
		line-height: 40px;
	}

	.main_title h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.single-product .product-img img {
		width: 200px;
		height: 165px;
	}

	.single-product .product-btm h4 {
		line-height: 25px;
		text-align: justify;
	}

	.single-product .product-btm span {
		font-size: 24px;
		line-height: 16px;
	}

	.single-blog .thumb img {
		width: 100%;
		height: 125px;
	}

	.booking-area-text h1 {
		line-height: 32px;
		font-size: 24px;
	}

	.submit_btn {
		padding: 0px 15px;
		font-size: 16px;
		line-height: 40px;
	}

	.footer-area .single-footer-widget h1 {
		margin-bottom: -3px;
	}

	.single-product {
		padding: 0px 35px;
	}

	.single-product .product-img .p_icon a {
		height: 30px;
		line-height: 35px;
		width: 25px;
	}

	.accordion-wrap .accordion .accordion-toggle {
		width: 21px;
	}

	.accordion-wrap .accordion .accordion-toggle span.one {
		width: 21px;
	}

	.accordion-wrap .accordion .content {
		padding: 0 18px 4px 0;
	}

	#Checkout .billing_details h3 {
		margin-top: 50px;
	}

	.header_area .navbar-collapse {
		/*height: 250px;*/
		overflow: scroll;
	}

	.center_nav .nav-item i {
		display: block;
		padding-left: 10px;
		padding-top: 2px;
	}

	.header_area .navbar .nav .nav-item .nav-link {
		font: initial;
		margin-left: 7px;
	}

	.pull-right {
		float: none;
	}

	.header_area .navbar .nav .nav-item {
		background-color: #e5f3f9;
		;
		padding: 10px 5px;
		margin: 5px;
		font-size: 16px;
		border-radius: 10px;
	}

	.header_area .navbar .nav.navbar-nav.navbar-right .icons {
		background: #e4e4e4;
		margin-right: 16px;
		line-height: 25px;
		min-width: 42px;
		min-height: 8px;
	}

	.header_area .navbar .right_nav .nav-item {
		margin: 0 auto !important;
	}

	.banner_area .banner_inner .banner_content {
		margin-top: 80px;
	}

	/* ------------------Custom CSS End --------------------- */
}