/*@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}*/

body, h1, h2, h3, h4, h5, h6, input[type=text], input[type=password], input[type=email], textarea, select, input[type=button], input[type=submit], button, body .pac-container {
	font-family: 'Inter', sans-serif !important;
	/*font-family: Helvetica, Arial, sans-serif;*/
}
.text-upper {
	text-align: center;
	margin-top: 22px;
	width: 100%;
	float: left;
	color: #FFB500;
}
.gray-bg {
	background-color: #f8f8f8;
}
.header-extra-menu {
	border: none;
}
.header-extra-menu .button {
	background: none;
	font-weight: 600;
    color: #333;
    box-shadow: none;
    margin: 0 30px;
    padding: 0;
}
.front-page-section {
	padding: 50px 0;
	font-family: Helvetica, Arial, sans-serif;
}
.banner-section {
	background-color: #2b5468;
}
.front-page-section.banner-section {
	padding: 0;
}
.section-header {
	font-size: 42px;
    font-weight: 700;
    color: #333;
    text-transform: capitalize;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}
.section-sub-header {
	font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: Helvetica, Arial, sans-serif;
}
.section-text {
	padding-top: 10px;
	font-family: Helvetica, Arial, sans-serif;
}
.entry-content p,
.entry-content ul li,
.entry-content ol li {
	font-size: 16px;
    line-height: 1.5;
    font-family: Helvetica, Arial, sans-serif;
}
.entry-content ul,
.entry-content ol {
	padding-left: 20px;
}
.entry-content ul li,
.entry-content ol li {
	padding-bottom: 8px;
}
.front-page-section img {
	max-width: 100%;
}
.banner-section .section-header,
.banner-section .section-sub-header,
.banner-section .entry-content p, 
.banner-section .entry-content ul li, 
.banner-section .entry-content ol li {
	color: #fff;
}
.banner-bottom-section {
	background-color: #f8f8f8;
}
.banner-section .banner-left {
	padding-top: 60px;
    padding-bottom: 60px;
    padding-right: 50px;
    padding-left: 100px;
}
.section-header.banner-heading {
	font-size: 45px;
	text-transform: uppercase;
}
.banner-step-list ul {
	list-style-type: none;
	padding-left: 0;
}
.banner-step-list ul li {
	color: #fdaf17 !important;
	padding-bottom: 15px;
	font-size: 18px;
	line-height: 1.2;
}
.banner-btn-list a {
	background-color: #fdaf17 !important;
	color: #000;
	height: 48px;
	line-height: 48px;
	-webkit-border-radius: unset;
	border-radius: unset;
	padding: 0 35px;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px;
	font-family: Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.banner-btn-list a:first-child {
	margin-left: 0;
}
.banner-btn-list a:hover {
	color: #fff;
}
.banner-btn-list {
	
}
.working-process-section .section-sub-header {
	text-align: center;
	margin-bottom: 30px;
}
.working-process-container {
	/*overflow-x: hidden;*/
	text-align: center;
}
.working-process-container img {
	display: inline-block;
}
.working-process-container-inner {
	margin: 0 -40px;
}
.working-process-col {
	width: 33.33%;
	padding: 40px 40px;
	position: relative;
}
.working-process-col:nth-child(4),
.working-process-col:nth-child(5) {
	width: 50%;
}
.working-process-col:nth-child(4) {
	text-align: center;
}
.working-process-col:nth-child(5) {
	text-align: right;
}
.working-process-col:after {
	content: "\f061";
    font-family: FontAwesome;
    font-weight: 700;
    color: #fdaf17;
    font-size: 30px;
    position: absolute;
    top: 49%;
    right: -20px;
}
.working-process-col:nth-child(3):after {
    bottom: -10px;
    top: unset;
    right: 49%;
    content: "\f063";
}
.working-process-col:nth-child(5):after {
    top: 49%;
    right: unset;
    left: 10px;
    content: "\f060";
}
.working-process-col:nth-child(4):after {
	display: none;
}
.working-process-col .working-process-col-inner {
	max-width: 237px;
	display: inline-block;
}

.yt-video-container {
	position: relative;
}
.yt-video-container:before {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.yt-video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.vimeo-video-container {
	position: relative;
}
.vimeo-video-container:before {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.vimeo-video-container iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*nav section*/
.nav-section {
	padding: 15px 35px;
	font-family: Helvetica, Arial, sans-serif;
}
.nav-section-inner {
	overflow-x: hidden;
}
.nav-section ul {
	margin: 0 -18px;
	padding: 0;
}
.nav-section ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0 18px;
}
.nav-section ul li a {
	display: inline-block;
	color: #000;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size: 16px;
	font-weight: 600;
}
.nav-section ul li a:hover {
	color: #fdaf17;
	font-size: inherit;
}

.right-side .header-widget a.button {
	background-color: #fdaf17 !important;
    color: #000;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: unset;
    border-radius: unset;
    padding: 0 35px;
    display: inline-block;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
.right-side .header-widget a.button:hover {
	color: #fff !important;
}

.step-section .section-sub-header {
	margin-bottom: 35px;
}
.service_img_1 .img-mobile {
	display: none;
}
.mobile-menu {
	position: absolute;
	right: 20px;
	top: 0;
	width: 35px;
	height: 100%;
	display: block;
}
.menu-humberger {
	display: inline-block;
		cursor: pointer;
		margin-top: 18px;
}
.menu-humberger > div {
	width: 35px;
  	height: 5px;
  	background-color: #2b5468;
  	margin: 6px 0;
  	-webkit-transition: 0.4s;
  	transition: 0.4s;
}
.menu-humberger.active > div {
	-webkit-transform: rotate(-45deg) translate(-8px, 6px);
		transform: rotate(-45deg) translate(-8px, 6px);
}
.menu-humberger.active .bar2 {opacity: 0;}

.menu-humberger.active .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}
.mobile-menu .mobile-menu-content {
	position: absolute;
    top: 82px;
    right: -20px;
    max-height: 315px;
    overflow-y: auto;
    width: 320px;
    display: none; 
    background: #f8f8f8;
    padding: 20px 20px 0 20px;
}
.mobile-menu .mobile-menu-content ul {
	padding-left: 0;
	list-style-type: none;
}
.mobile-menu-content ul.mobile-normal-menu-list li {
	padding-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.mobile-menu-content ul.mobile-menu-button-list li.signup-btn-list {
	display: none;
}
.mobile-menu-content ul.mobile-normal-menu-list li a {
	display: inline-block;
	color: #000;
}
.mobile-menu-content a.button {
	background-color: #fdaf17 !important;
    color: #000;
    height: 48px;
    line-height: 48px;
    -webkit-border-radius: unset;
    border-radius: unset;
    padding: 0 35px;
    display: inline-block;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}
#header .right-side {
	right: 30px;
}

#header .outer_header .right-side {
    right: 75px;
}

#desktop-menu {
	display: none;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
    color: #050505;
    font-size: 18px;
}

#header .left-side .form-group {
    margin: 10px 0px;
}

#header .left-side .form-group input.form-control {
    margin-bottom: 0px;
    height: 40px;
    box-shadow: none;
}

#header .right-side .notification_link {
    max-width: 40px;
    display: block;
    margin: 10px 0px;
}

.subscription_box {
    background: #FAFAFA;
    border-radius: 8px;
    padding: 25px;
}

.subscription_box.style_two {
    background: transparent;
    border: 1px solid #EDEDED;
}

.subscription_box .inner_box h6 {
    font-size: 13px;
    font-weight: 400;
    margin: 0px;
}

.subscription_box .inner_box .price_txt {
    font-size: 25px;
    line-height: 1.5;
    font-weight: 600;
    margin: 15px 0px 20px;
    display: flex;
    align-items: center;
}

.subscription_box .inner_box .price_txt span.small_txt {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
}

ul.list_one {
    padding: 0px;
    margin: 0px;
    list-style: none;
}

ul.list_one li + li {
    margin-top: 10px;
}

ul.list_one li img {
    margin-right: 10px;
}

.user_details,
.small-footer-copyrights {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 20px;
}

.user_details .user_img,
.inner_sideBar .card-header .restaurantUser_img {
    position: relative;
    width: 56px;
    height: 56px;
    display: inline-block;
    border: 3px solid #eb6438;
    border-radius: 50%;
    overflow: hidden;
}

.inner_sideBar .card-header .restaurantUser_img {
    width: 100px;
    height: 100px;   
}

.user_details .user_img img, .inner_sideBar .card-header .restaurantUser_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 50% 50%;
}

.user_details .user_info {
    width: calc(100% - 56px);
    display: block;
    padding-left: 15px;
}

.user_details .user_info .user_name,
.inner_sideBar .card-header .restaurantUser_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0px !important;
    text-transform: capitalize;
}

.user_details .user_info .user_profile {
    font-size: 13px;
    line-height: 1.5;
}

.row.custom_col {
    margin: 0px;
}

.row.custom_col .column_one {
    max-width: 345px;
    background-color: #fff;
    padding: 0px;
}

.row.custom_col .column_two {
    max-width: calc(100% - 375px);
    background-color: #fff;
    padding: 30px 30px 15px;
    margin-left: 30px;
}

#sideBar_header {
    display: flex;
    flex-wrap: wrap;
}

#sideBar_header #logo,
#sideBar_header .inner_header {
    flex: 0 0 100%;
    max-width: 100%;
}

.inner_sideBar {
    box-shadow: none !important;
    border: 0px !important;
    border-radius: 2px !important;
    overflow: hidden !important;
}

.inner_sideBar .card-header {
    text-align: center;
    padding: 40px 15px;
    background-color: #fff;
    border-bottom: 0px;
}

.inner_sideBar .card-body {
    padding: 0px;
    margin: 0px;
    border-radius: 0px;
    border: 0;
}

.inner_sideBar .card-body .nav-pills .nav-link {
    display: flex;
    align-items: center;
    padding: 12px 30px 12px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #262626;
    opacity: 0.5;
}

.inner_sideBar .card-body .nav-pills .nav-link img {
    margin-right: 15px;
    max-width: 24px;
    max-height: 24px;
    flex: 0 0 100%;
    object-fit: contain;
    width: 100%;
    height: 24px;
    filter: brightness(0);
}

.inner_sideBar .card-body .nav-pills .nav-link i.fa {
    position: absolute;
    right: 15px;
}

.inner_sideBar .card-body .nav-pills .nav-link:hover,
.inner_sideBar .card-body .nav-pills .nav-link.active {
    background-color: #E94E1B;
    border-radius: 0px;
    color: #fff;
    opacity: 1;
}

.inner_sideBar .card-body .nav-pills .nav-link:hover img,
.inner_sideBar .card-body .nav-pills .nav-link.active img {
    filter: brightness(1000);
}

.fade,
.fade:not(.show) {
    display: none;
}

.fade.show {
    display: block;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 90%;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 5px;
}

.badge-success {
    color: #55CD6C;
    background-color: rgba(85, 205, 108, 0.1);
    background: rgba(85, 205, 108, 0.1);
}

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.badge-warning {
    color: #FF333B;
    background-color: rgba(255, 51, 59, 0.1);
    background: rgba(255, 51, 59, 0.1);
}

.badge-info {
    color: #04D7B1;
    background-color: rgba(4, 215, 177, 0.1);
    background: rgba(4, 215, 177, 0.1);
}

.badge-purple {
    color: #9A86FF;
    background-color: rgba(154, 134, 255, 0.1);
    background: rgba(154, 134, 255, 0.1);
}

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

.heading_fifth {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    color: #262626;
}

.mr-2 {
    margin-right: 0.5rem!important;
}

.orange_txt {
    color: #e94e1b !important;
}

.btn_one {
    background: #E94E1B !important;
    background-color: #E94E1B !important;
    color: #ffffff !important;
    border-radius: 4px !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
}

.btn_two {
    background: rgba(233, 78, 27, 0.1) !important;
    border: 1px solid #E94E1B !important;
    border-radius: 4px !important;
    margin: 40px 0px 0px !important;
    font-size: 16px !important;
    color: #E94E1B !important;
    text-align: center !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}

.divider {
    opacity: 0.2;
    border-top: 1px solid rgba(38, 38, 38, 0.9);
    margin: 40px 0px;
}

.login_page {
    position: relative;
    height: 100% !important;
    min-height: 100vh !important;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.login_page:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(38, 38, 38, 0.9);
    mix-blend-mode: screen;
    border: 1px solid #000000;
    position: absolute;
    top: 0px;
    left: 0;
}

img.login_logo {
    position: absolute;
    bottom: 60px;
    left: 80px;
    z-index: 1;
}

.login_page .login-register-page {
    background-color: #ffffff;
    padding: 40px 30px;
    border-radius: 25px;
}

.login_page .login-register-page p {
    font-size: 14px;
    line-height: 20px;
}

.login_page .login-register-page label {
    font-weight: 500;
    color: #000;
    font-size: 14px;
}

.input-with-icon-left img,
.input_with_icon img {
    position: absolute;
    bottom: 13px;
    right: 13px;
    cursor: pointer;
}

.input_with_icon {
    position: relative;
}

.input_with_icon input {
    padding-right: 40px;
}

/**************** TABS STYLE ONE *****************/

.tab_styleOne ul.nav-tabs {
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 0px;
}

.tab_styleOne ul.nav-tabs li.nav-item {
    margin-bottom: 0px;
}

.tab_styleOne ul.nav-tabs li.nav-item a.nav-link {
    border-width: 0px 0px 3px 0px;
    border-color: transparent;
    padding: 15px 50px 15px 50px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(38, 38, 38, 0.9);
}

.tab_styleOne ul.nav-tabs li.nav-item a.nav-link.active {
    border-color: #E94E1B;
}

.table_firstColumn_hide tr th:first-child,
.table_firstColumn_hide tr td:first-child,
.bootstrap-select .dropdown-toggle::after {
    display: none !important;
}
.dataTables_wrapper #datatable_length label,
.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper #datatable_paginate {
    display: flex;
    align-items: center;
}
.dataTables_wrapper .dataTables_filter label input,
.dataTables_wrapper #datatable_length label select {
    margin-left: 10px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.dataTables_wrapper .dataTables_filter label input {
    width: 150px;
}

.mainItems .headline {
    border-bottom: 0px !important;
}

.subItems {
    border-top: 1px solid #e4e4e4;
}

.subItems .dashboard-box {
    border: 0.5px solid #D4D4D8;
    border-radius: 4px;
    box-shadow: none;
}

.subItems .dashboard-box .headline h3 span {
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: middle;
}

.subItems .dashboard-box .headline h3 span .menu-avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.tab-pane .jumbotron {
    padding: 20px;
    margin-bottom: 0px;
}

.dashboard-headline .input-group span {
    margin-top: 0px;
}

section#opening-hours .row:last-child [class*=col-] .mb-3 {
    margin-bottom: 0px !important;
}

.tab-pane .js-accordion .dashboard-box.styleTwo:last-child .headline {
    border-bottom: 0px !important;
}

.tab-pane .js-accordion .dashboard-box .js-accordion-body .submit-field {
    margin-left: -15px;
    margin-right: -15px;
}

.dataTables_wrapper .dataTables_paginate span {
    margin-top: 0px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    line-height: normal;
}

.chosen-container {
    max-width: 100% !important;
    width: 100% !important;   
}

.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
    height: 44px !important;
    line-height: 44px !important;
    padding: 5px 15px !important;
    outline: none !important;
    font-size: 16px !important;
    color: #808080 !important;
    margin: 0px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box;
    display: block !important;
    font-weight: 500;
    background: #FAFAFA !important;
    background-color: #FAFAFA !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    border: 1px solid #e0e0e0 !important;
}

.chosen-container-single .chosen-single span {
    margin: 0px !important;
    font-size: inherit !important;
    line-height: 2;
}

.chosen-container-single .chosen-single div b {
    background-position: 2px 10px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -16px 10px !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
    background-image: none !important;
    color: #fff !important;
    margin: 0px 5px 0px 0px!important;
    display: inline-block !important;
    line-height: 1.2;
    height: 32px !important;
    border: 0px !important;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    font-size: 14px !important;
    color: inherit !important;
    line-height: inherit !important;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    filter: brightness(100);
    width: 10px !important;
    height: 10px !important;
    background-size: auto !important;
}

.chosen-drop .chosen-results {
    max-height: 120px !important;
}

.chosen-container .chosen-drop {
    border: 1px solid #e0e0e0 !important;
}

[type=search] {
    outline-offset: 0px !important;
}

span.button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

@media screen and (max-width: 1366.98px){
    
    .dashboard-content-inner {
        padding: 30px 30px 75px !important;
    }
    
    .row.custom_col .column_one {
        max-width: 280px;
    }
    
    .row.custom_col .column_two {
        max-width: calc(100% - 310px);
    }

	.banner-section .banner-left {
		padding-left: 15px;
	}

    .tab-pane .jumbotron .row .col-md-4 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px;
        text-align: left !important;
    }
    
    .tab-pane .jumbotron .row .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: calc(50% - 25px);
    }
    
    .tab-pane .jumbotron .row .col-md-1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 50px;
    }
	
}


@media screen and (min-width: 1240px){
 
    .tab-pane .js-accordion .dashboard-box .js-accordion-body .submit-field {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    
}

@media screen and (max-width: 1239.98px){
	.section-header.banner-heading {
		font-size: 40px;
	}
	.banner-section .banner-left {
		padding-right: 40px;
	}
	
		
	.tab-pane .js-accordion .dashboard-box .js-accordion-body .submit-field [class*=col-] {
	    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
	}
	
}
@media screen and (max-width: 1100px){
	.mobile-menu .mobile-menu-content {
		top: 76px;
	}
}
@media screen and (max-width: 1099px){
	
    body,
    .dashboard-nav ul li,
    .inner_sideBar .card-body .nav-pills .nav-link,
    input[type=text],
    input[type=number],
    input[type=password],
    input[type=email],
    input[typebutton=number],
    textarea,
    select,
    span.button,
    button.button,
    input[type=button],
    input[type=submit],
    a.button {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }
    
    .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        font-size: 14px !important;
    }
    
    span.button,
    button.button,
    input[type=button],
    input[type=submit],
    a.button {
        padding: 10px 10px !important;
        line-height: 1.5 !important;
    }

    .submit-field h5 {
        font-size: 12px !important;
    }
    
    .banner-section {
		/*margin-top: 76px;*/
	}
	
	.banner-section .banner-left {
		padding-right: 20px;
	}
	.section-header,
	.section-header.banner-heading {
		font-size: 38px;
	}
	
	.dashboard-sidebar {
        flex: 0 0 230px;
	}
	
	.row.custom_col .column_one {
        max-width: 230px;
    }
    
    .row.custom_col .column_two {
        max-width: calc(100% - 260px);
    }
    
    .inner_sideBar .card-body .nav-pills .nav-link {
        padding: 10px 20px 10px 10px;
    }
    
    .inner_sideBar .card-body .nav-pills .nav-link img {
        margin-right: 5px;
        max-width: 18px;
        max-height: 18px;
        height: 18px;
    }
    
    .inner_sideBar .card-header {
        padding: 20px 15px;
    }

    .tab-pane .js-accordion .dashboard-box .js-accordion-body .submit-field {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

}

@media screen and (min-width: 993px){
    #sideBar_header .inner_header {
        display: none;
    }
}

@media screen and (max-width: 992px){
    #header .inner_header {
        display: none;
    }
    
    #sideBar_header #logo {
        max-width: 50%;
    }
    
    .dashboard-sidebar .dashboard-sidebar-inner .dashboard-nav-container,
    .dashboard-sidebar .dashboard-sidebar-inner .small-footer-copyrights,
    #sideBar_header .inner_header .left-side .form-group input.form-control {
        display: none;
    }
    
    .dashboard-sidebar .dashboard-sidebar-inner .dashboard-nav-container.active {
        display: block;
    }
    
    #sideBar_header .inner_header {
        max-width: 50%;
        display: flex;
        justify-content: end;
        align-items: center;
    }
    
    .dashboard-sidebar .dashboard-sidebar-inner a.dashboard-responsive-nav-trigger {
        width: calc(100% - 40px);
        margin: 0px 20px;
    }
    
    #sideBar_header .inner_header .left-side .form-group .form-control-feedback {
        position: relative;
        margin-left: auto;
    }
    
    #sideBar_header .inner_header .left-side .form-group {
        margin-bottom: 0px;
    }

}

@media screen and (max-width: 991px){
	.banner-btn-list a.join-menumaster {
		margin-left: 0;
	}
	img.login_logo {
        bottom: 30px;
        left: 30px;
        width: 220px;
    }
}
@media screen and (max-width: 768px){
	.section-header.banner-heading {
		font-size: 32px;
	}
	.section-header {
		font-size: 32px;
	}
	.section-sub-header {
		font-size: 26px;
	}
	.banner-btn-list a {
		padding: 0 15px;
		font-size: 18px;
	}
	.banner-btn-list a.join-menumaster {
		margin-left: 10px;
	}
}

@media screen and (max-width: 767.98px){
    
    .dashboard-nav-inner {
        padding: 0px 0;
    }
    
    .dashboard-headline {
        margin-bottom: 25px;
    }
    
    .dashboard-headline h3 {
        font-size: 18px;
    }
    
    .row.custom_col .column_one,
    .row.custom_col .column_two {
        margin-left: 0px;
        max-width: 100%;
    }

	.front-page-section {
		padding: 40px 0;
	}
	.template-image-section .column {
		margin-bottom: 30px;
	}
	.banner-bottom-section .left-col {
		padding-bottom: 30px;
	}
	.banner-section .banner-left {
		padding-bottom: 30px;
	}
	.header-widget .button-sign-up {
		display: none;
	}
	.header-extra-menu {
		display: none;
	}
	.banner-section {
	    margin-top: 0;
	}
	.service_img_1 .img-desktop {
		display: none;
	}
	.service_img_1 .img-mobile {
		display: block;
	}

	.header-widget {
	    padding: 0 15px;
	}
	.right-side .header-widget a.button {
		padding: 0 18px;
	}
	.right-side .header-widget a.button.button-sign-up {
		display: none;
	}
	.mobile-menu-content ul.mobile-menu-button-list li.signup-btn-list {
		display: block;
	}
	
	.dashboard-content-inner {
        padding: 20px 15px 20px !important;
    }
    .row.custom_col .column_two {
        padding: 15px 15px 0px;
    }
    .simplebar-content {
        padding-bottom: 0px;
    }
    
    .input_with_icon input,
    .input-with-icon-left input {
        padding-right: 35px;
    }

    .input-with-icon-left img,
    .input_with_icon img {
        right: 10px;
        height: 18px;
    }
    .login_page .login-register-page {
        margin-bottom: 56px;
    }
	img.login_logo {
        position: relative;
    }
    
}

@media screen and (max-width: 640px){
    
    #logo img {
        height: auto;
    }
	.section-header {
		font-size: 32px;
	}
	.section-sub-header {
		font-size: 26px;
	}
}

@media screen and (max-width: 575px){
	.template-image-section .column {
		text-align: center;
	}
	
    .tab-pane .jumbotron .row .col-md-4,
    .tab-pane .jumbotron .row .col-md-3 {
        max-width: 100%;
    }
    
    .tab-pane .jumbotron .row .col-md-1 + .col-md-3 {
        margin-top: 1rem !important;
    } 
    
    .tab-pane .jumbotron .row .col-md-1 {
        display: none;
    }
}


.notification_link .icon-material-outline-power-settings-new {
	font-size: 30px;
	margin-top: 17px;
	display: block;
}