body
{
	overflow-x: hidden;
}
.header .sub-menu
{
	width: calc(100% - 0px)!important;
	height: 100%!important;
	top: 92px;
	margin: 0!important;
	padding: 0!important;
	transition: 0.3s;
	position: fixed;
}
.sub-menu-close
{
	position: absolute;
	top: 40px;
	right: 70px;
	color: #fff;
	font-size: 34px;
	z-index: 999;
	cursor: pointer;
}
.main-sub-menu
{
	height: 100%;
	background-image: linear-gradient(to right, #142148 , #0E193B);
}
.main-sub-menu .container
{
	height: 100%;
	display: flex;
}
.left-menu
{
	background-color: #142148;
	height: 92%;
	padding: 50px 0;
	padding-right: 20px;
	width: 25%;
	overflow: auto;
}
.new-right-menu
{
	width: 75%;
	height: 92%;
	background-color: #0E193B;
	position: relative;
	overflow-x: hidden;
}
.new-right-menu:before
{
	content: '';
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #0E193B;
	z-index: 0;
}
.left-menu-list
{
	font-size: 16px;
	padding: 10px 0;
	margin: 10px 0;
	font-family: 'Poppins-Regular';
	color: #fff;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}
.left-menu-list span:nth-child(1)
{
	position: relative;
}
.left-menu-list span:nth-child(1):before
{
	content: '';
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #01abfe;
	transition: 0.3s;
}
.left-menu-list:hover span:nth-child(1):before
{
	width: 50%;
}
.menu-arrow
{
	font-size: 14px;
	transition: 0.3s;
}
.left-menu-list:hover .menu-arrow
{
	color: #01abfe;
}
.new-right-menu
{
	padding: 50px;
}
.right-menu-title
{
	color: #fff;
	font-family: 'Poppins-SemiBold';
	font-size: 28px;
}
.right-menu-content
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 14px;
}
.rml-box-title
{
	color: #fff;
	font-size: 18px;
	font-family: 'Poppins-SemiBold';
	margin: 10px 0;
}
.rml-box-content
{
	color: #fff;
	font-family: 'Poppins-Regular';
	font-size: 14px;
}
.right-menu-list
{
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.rml-box
{
	width: 45%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.left-menu::-webkit-scrollbar
{
    background-color: #1b2b58;
    width: 8px;
    border:2px solid #142148;
}
.left-menu::-webkit-scrollbar-thumb
{
    background-color: #00C0F7;
    width: 5px;
    border-radius: 20px;
}
.submenu-header
{
	background-color: #142148;
}
.sh-logo-left
{
	padding-top: 20px;
}
.sh-menu-right
{
	display: flex;
	background-color: #0E193B;
	width: 75%;
	justify-content: flex-end;
	position: relative;
	padding-top: 20px;
}
.sh-menu-right:before
{
	content: '';
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #0E193B;
}
.sh-menu-list
{
	color: #fff;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	margin: 0 15px;
	padding:20px 10px;
	cursor: pointer;
	transition: 0.3s;
}
.sh-menu-list:hover
{
	color: #00C0F7;
}
.active-sh-menu
{
	position: relative;
	color: #00C0F7;
}
.sh-menu-list.active-sh-menu:before
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #00C0F7;
	width: 100%;
	height: 2px;
}
.submenu-header .container
{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.menu-open-icon
{
	overflow: hidden;
	cursor: pointer;
}
.menu-line
{
	width: 35px;
	height: 4px;
	background-color: #202020;
	margin: 6px 0;
	transition: 0.3s;
}
.menu-open-icon:hover .menu-line:nth-child(1)
{
	transform: translateX(-10px);
}
.menu-open-icon:hover .menu-line:nth-child(2)
{
	transform: translateX(-3px);
}
.menu-open-icon:hover .menu-line:nth-child(3)
{
	transform: translateX(-7px);
}
.menu-list li a, .sub-menu ul li a, .dedicated-location-name
{
	font-family: 'Poppins-Medium'!important;
}
.cp-dropdown
{
	background-color: #fff;
	padding: 20px;
	padding-left: 35px;
	position: absolute;
	right: 0;
	bottom: -168%;
	z-index: 999;
	width: auto;
	border-radius: 0 0 10px 10px;
}
.cp-dropdown a
{
	color: #202020;
	font-size: 16px;
	font-family: 'Poppins-Regular';
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
	display: block;
}
.cp-dropdown li:nth-child(3) a
{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.cp-dropdown ul li
{
	list-style: disc;
}


.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid #00c0f7;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #00c0f7;
  cursor: pointer;
  white-space: nowrap;
  color: #fff;
  font-family: 'Poppins-Regular';
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.dd-button:hover {
  background-color: #142149;
  border: 1px solid #142149;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
  z-index: 999;
  width: 100%;
  font-family:'Poppins-Regular';
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}

.dropbtn
{
  	display: inline-block;
    border: 1px solid #00c0f7;
    border-radius: 5px;
    padding: 10px 30px 10px 20px;
    background-color: #00c0f7;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    margin-bottom: 0.5rem;
  	border: none;
  	position: relative;
}
.dropbtn:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #202020;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  font-family: 'Poppins-Regular';
  font-size: 16px;
  border-bottom: 1px solid #eee;
}

.dropdown-content a:hover {background-color: #eee;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #142149;}



@media (max-width: 1199px) and (min-width: 992px)
{

 
	.submenu-header .container
	{
		flex-direction: column;
	}
	.sh-menu-right
	{
		width: 100%;
		justify-content: center;
		margin-bottom: 15px;
		padding-top: 0;
		margin-top: 15px;
	}
	.header .sub-menu
	{
	    height: 81vh!important;
	}
}

@media (max-width: 991px) and (min-width: 768px)
{
     .left-menu.product_left_1  {
        
        height: 65%;
}
	.header .sub-menu
	{
	    height: 81vh!important;
	}
}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}