@media (max-width:1366px){
.banner h1 {font-size: 30px;}
}
@media (min-width:992px){
.navbar-expand-lg .navbar-collapse {display: block !important;}
}
@media (max-width:991px){
.custom_header .nav-item .nav-link{border-top: solid 4px transparent;}
.custom_header .nav-item:hover .nav-link, .custom_header .nav-item.active .nav-link{border-top:solid 4px transparent;}
.custom_header .nav-link {padding: 4px 20px !important;line-height: 20px;}
.custom_header, .custom_header.header_fixed{padding:10px 0}
.custom_header .navbar-nav.float_right{float:left;}
.navbar-nav{padding:15}
.navbar-collapse{padding-top: 20px;}
.custom_header .nav-item:after{display: none;}
.custom_header .nav-item::before {position: absolute;display: block;top: 18px;left: 0;width: 12px;height: 2px;content: "";border: none;background-color: #000;vertical-align: 0;}
.custom_header .dropdown-toggle::after {position: absolute;display: block;top: 13px;left: 1px;width: 2px;height: 12px;content: "";border: none;background-color: #000;vertical-align: 0;transition: all 200ms linear;}
.custom_header .dropdown-toggle[aria-expanded="true"]::after{transform: rotate(90deg);opacity: 0;}
.custom_header .dropdown-menu {padding: 0 !important;background-color: transparent;box-shadow: none;transition: all 200ms linear;}
.custom_header .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {margin-top: 10px !important;margin-bottom: 20px !important;}
.user_profile .user_profile_img{width:150px; height:150px;}
}
@media (max-width:800px){
.banner{background-position: left;}
}
@media (max-width:767px){
.user_profile .user_profile_img{width:120px; height:120px;}
.user_profile_img_sm {width: 60px;height: 60px;}
}
