/* Smart Login Header css*/
.maxdrive-header-layout{
	background-color: #ffffff;
	box-shadow: 0px 1px 0.99px 0.01px rgba(224, 224, 224, 0.9);
	z-index: 3;
	height: 70px;
	position: relative;
	padding: 0px;
}
.maxdrive-header-layout .logo-size{max-height: 35px;}
.maxdrive-header-layout .navbar-brand{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* Main Menu
=======================*/
.maxdrive-header-layout .dropdown > .dropdown-toggle::after{
	margin-left: 5px;
	color: #7f7c88;
    border-right: .3em solid transparent;
    border-left: 0.3em solid transparent;
}
.maxdrive-header-layout .navbar-nav .dropdown > .dropdown-toggle:hover::after, 
.maxdrive-header-layout .navbar-nav .dropdown > .dropdown-toggle.active::after {
    color: #5c6ac4;
}
/* DropDown hover menu active */
@media (min-width:992px){
.maxdrive-header-layout .navbar-nav .dropdown:hover>.dropdown-menu {
	display: block;
}
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
/* Header DropDown ScrollBar */
.maxdrive-header-layout .dropdown-menu .add-drop-text{
	max-height: 200px;
	overflow: hidden;
}
.maxdrive-header-layout .dropdown-toggle-search{
	width: 226px;
}
}
.maxdrive-header-layout .navbar-nav .nav-item{
	-ms-flex-item-align: center;
	align-self: center;
    padding: 24px 25px;
	position: relative;
}
.maxdrive-header-layout .navbar-nav li:last-child.nav-item{
	padding-right: 0px;
	padding-left: 15px;
}
.maxdrive-header-layout  .navbar-nav li:first-child.nav-item{
	padding-left: 0px;
}
.maxdrive-header-layout  .navbar-nav .nav-link{
	padding:0px;
	color: #34303f;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 16px;
}
.maxdrive-header-layout .navbar-nav .nav-link:hover{
	text-decoration: none;
	color: #5c6ac4;
}
.maxdrive-header-layout .navbar-nav .nav-link.active{
	color: #5c6ac4;
}
/* DropDown Menu Horizontal Center & Triangle CSS on DropDown */
.maxdrive-header-layout .nav-item .dropdown-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	left:50%;
}
.maxdrive-header-layout .nav-item .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #f1f4f9de;
	border-width: 12px;
	left:50%;
}
/* Header DropDown Menu Styles */
.maxdrive-header-layout .nav-item .dropdown-menu{
	border-color: #ced4d8;
	border-top: none;
	border-radius: 0 0 5px 5px;
	margin: 0;
	width: 220px;
	-webkit-box-shadow: 0px 4px 5.64px 0.36px rgba(140, 140, 140, 0.23);
	box-shadow: 0px 4px 10.64px 0.36px rgba(140, 140, 140, 0.23);
	border: 0;
}
.maxdrive-header-layout .nav-item .dropdown-toggle-search .add-drop-text{
	padding: 0px;
}
.maxdrive-header-layout .nav-item .dropdown-toggle-search{
	padding: 0px;
}

.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-item{
	position: relative;
	margin: 0;
	padding: 10px 30px;
	color: #34303f;
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	text-transform: capitalize;
}
.maxdrive-header-layout .nav-item .dropdown-menu  li{
	list-style: none;
}
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-item:hover,
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-item:active,
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-item.active{
	color: #5c6ac4;
	background: transparent;
}
.maxdrive-header-layout .nav-item .dropdown-menu li .dropdown-item:hover.dropdown-item::before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0px;
    width: 7px;
    height: 28px;
    background: #5c6ac4;
    border-radius: 0px 5px 5px 0;
}
/* DropDown Sub-menu */
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-submenu {
    position: relative;
}
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
	transform: inherit;
	-webkit-box-shadow: 0px 4px 5.64px 0.36px rgba(140, 140, 140, 0.23);
	box-shadow: 0px 4px 10.64px 0.36px rgba(140, 140, 140, 0.23);
	border: 0;
}
@media (max-width: 991px){
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-submenu>a:after {border-color: #34303f;}
}
/* Profile DropDown CSS */
.maxdrive-header-layout .navbar-nav .nav-link img.profile-pick, img.profile-pick-mobile{
    width: 42px;
    height: 42px;
    border-radius: 50%;
    max-height: 42px;
    min-height: 42px;
    max-width: 100%;
}
.maxdrive-header-layout .profile-dropdown  .dropdown-menu{
	box-shadow: 0px 0px 5.95px 1.05px rgba(15, 3, 28, 0.2);
	width: 150px;
	border-radius: 5px;
}
.maxdrive-header-layout .profile-dropdown  .dropdown-menu .dropdown-item{
    font-size: 14px;
    color: #7f7c88;
    padding: 8px 20px;
}
.maxdrive-header-layout .profile-dropdown  .dropdown-menu .dropdown-item i{ margin-right: 10px;}
.profile-menu-divider{
	margin: 0px 10px 10px;
	border-top: 1px solid #eff3f6;
}
.maxdrive-header-layout .navbar-nav .nav-item.profile-dropdown{
	padding-top: 16px;
	padding-bottom: 16px;
}
/* Profile DropDown Arrow Icon CSS */
.maxdrive-header-layout .profile-dropdown  .dropdown-menu:before {
	position: absolute;
	top: -24px;
	left: 50%;
	right: auto;
	display: inline-block;
	content: '';
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: rgba(194, 225, 245, 0);
	border-bottom-color: #ced4d8;
	border-width: 12px;
	left: 87%;
}
.maxdrive-header-layout .profile-dropdown  .dropdown-menu:before,
.maxdrive-header-layout .profile-dropdown  .dropdown-menu:after {
	bottom: 100%;
	left: 875%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	transform: translate(-50%, 0);
}
.maxdrive-header-layout .profile-dropdown  .dropdown-menu:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	left:87%;
}
.maxdrive-header-layout .profile-dropdown  .dropdown-menu:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #f1f4f9de;
	border-width: 12px;
	left:87%;
}
/* Profile DropDown Arrow Icon CSS */
@media (min-width:992px){ 
.video-channel-search{ width: 270px;}
}
/* ===== Mobile Header Dropdown ====== */
@media (max-width:991px){
/* Navigation Toggler */
.maxdrive-header-layout .navbar-toggler{
	padding-left: 0px;
	padding-right: 15px;
	margin: 0;
}
.maxdrive-header-layout .navbar-toggler:focus,
.maxdrive-header-layout .navbar-toggler:hover {
    text-decoration: none;
	outline: none;
}
/* Menu Button */
.maxdrive-header-layout .bar1,
.maxdrive-header-layout .bar2,
.maxdrive-header-layout .bar3 {
    width: 20px;
    height: 2px;
    background-color: #7f7c88;
    margin: 4px 0;
    transition: 0.4s;
}
.maxdrive-header-layout .closebutton .bar1 {
    -webkit-transform: rotate(-44deg) translate(-2px, 7px);
    transform: rotate(-44deg) translate(-2px, 7px);
}
.maxdrive-header-layout .closebutton .bar2 {opacity: 0;}
.maxdrive-header-layout .closebutton .bar3 {
    -webkit-transform: rotate(45deg) translate(-2px, -7px);
    transform: rotate(45deg) translate(-2px, -7px);
}
/* Xs Device Header Menu */
.xs-device-header.maxdrive-header-layout{ height: 50px; padding: 0px 15px;}
.maxdrive-header-layout .logo-size{ max-height: 25px;}	
.xs-device-header .xs-btn{ padding: 6px 15px !important;	}	
.xs-device-header .xs-device-menu{
	position: fixed !important;
	z-index: 99;
	top: 50px;
	left: -320px;
	background-color: rgba(41, 50, 57, .8);
	overflow-x: hidden;
	transition: 0.5s;
	overflow-y: scroll;
	height: 100%;
}
.xs-device-header .xs-device-menu.collapse.show{
	width: 100%;
    left: 0px;
    position: fixed;
	top: 50px;
}
.xs-device-header  .nav-item .dropdown-menu{
	border-color: transparent;
	border-bottom: solid 1px #ced4d8;
	border-radius: 0px;
	margin: 0;
	width: 100%;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #ced4d8;
	left: 0%;
	right: 0%;
	text-align: left;
	transform: translate(0%, 0);
}
.xs-device-header  .nav-item .dropdown-menu:before,
.xs-device-header  .nav-item .dropdown-menu:after {
	border-width: 0px;
}	
.xs-device-header  .navbar-nav .nav-item{
	-ms-flex-item-align: center !important;
	align-self: center !important;
	padding: 0px !important;
	position: relative;
	background-color: #eff3f6;
	width: 100%;
	font-size: 14px;
}
.xs-device-header  .navbar-nav li:last-child.nav-item{
	padding-right: 0px;
	border-bottom: none;
}
.xs-device-header  .navbar-nav li:first-child.nav-item{
	margin-top: 48px;
}
.xs-device-header  .navbar-nav .nav-link,
.xs-device-header  .navbar-nav .nav-link:hover{
	padding: 15px 20px;
	text-decoration: none;
	text-transform: capitalize;
	border-bottom:solid 1px #ced4d8;
	font-size: 14px;
}
.maxdrive-header-layout .nav-item .dropdown-menu .dropdown-item{font-size: 14px;}
.xs-device-header  .navbar-nav .nav-link.active{color: #5c6ac4;}
.xs-device-header  .navbar-nav .nav-link.dropdown-toggle::after{
	position: relative;
	top: 5px;
	float: right;
}
/*  Search Field CSS */
.xs-device-header .video-channel-search{
    padding: 4px 0px;
    border-bottom: solid 1px #ced4d8;
}
.xs-device-header .searchordertop{
	position: absolute !important;
	top: 0;
}
/* Mobile view Profile DropDown */
.xs-device-header .profile-dropdown .nav-link{
    padding: 5px 0px;
}
.xs-device-header .profile-dropdown .dropdown-menu{
	left: auto;
    right: 0px;
}
}
.maxdrive-search-field input[type="text"],
.maxdrive-search-field input[type="text"]:hover, 
.maxdrive-search-field input[type="text"]:focus {
    border: 0px;
    border-radius: 5px 0px 0px 5px !important;
    height: 40px !important;
    padding: 10px 20px;
    background: #eff3f6;
    outline: none;
    box-shadow: none;
    border-right: hidden;
    color: #34303f;
    font-size: 12px;
}
.maxdrive-search-field button[type="submit"], 
.maxdrive-search-field button[type="submit"]:focus {
    border: 0px;
    background: #ffffff;
    border-radius: 0px 5px 5px 0px;
    border-left: hidden;
    height: 40px;
    outline: none;
    box-shadow: none;
    color: #807d89;
	background: #eff3f6;
	font-size: 14px !important;
}
::-webkit-input-placeholder {color: #b3afbc;}
:-ms-input-placeholder { color: #b3afbc;}
::placeholder { color: #b3afbc;}
/* DropDown Text Ellipsis */
.drop-inner-content{
    max-width: 180px;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
/* Header CSS END */
/* Footer CSS */
.maxdrive-footer-layout {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.maxdrive-footer-layout{
	background: #ffffff; 
	border-top: solid 1px #ced4d8;
	padding-top:15px; 
	padding-bottom:15px; 
	width: 100%;
}
.maxdrive-footer-layout a.footer-links {
    color: #7f7c88;
    text-decoration: none;
}
/* DropDown Search Box CSS */
.maxdrive-header-layout .dropdown-toggle-search .bs-searchbox-field {
    padding: 5px;
	border-radius: 0px;
}
.maxdrive-header-layout .dropdown-toggle-search .bs-searchbox-field input[type="text"], 
.maxdrive-header-layout .dropdown-toggle-search .bs-searchbox-field input[type="text"]:hover, 
.maxdrive-header-layout .dropdown-toggle-search  .bs-searchbox-field input[type="text"]:focus {
	height: 32px !important;
}
.maxdrive-header-layout .dropdown-toggle-search .bs-searchbox-field button[type="submit"], 
.maxdrive-header-layout .dropdown-toggle-search .bs-searchbox-field button[type="submit"]:focus {
	height: 32px !important;
	padding: 4px 10px;
}
.logo-size{ max-height: 25px;}	