/*--------------------- Copyright (c) 2021 ----------------------- 
[Master Stylesheet] 
Project: Musicbeat - Online Music Store
Version: 1.0.0 
Author: PixelNX
 ------------------------------------------------------------------- 
[Table of contents] 
1. Body 
2. Normal Css 
3. Loader Css 
4. Nav Css / .ms_sidemenu_wrapper
5. Header Css / .ms_header
6. Banner Css / .ms-banner
8. Weekly Top 15 Css / .ms_weekly_wrapper
9. Featured Artists Css / .ms_featured_slider
10.New Released Css / .ms_releases_wrapper
11.Featured Album css / .ms_fea_album_slider
12.Top Genres Css / .ms_genres_wrapper
13.Live Radio Css / .ms_radio_wrapper
14.Footer Css / .ms_footer_wrapper
15.Player Css / .ms_player_wrapper
16.Album Single Css / .ms_album_single_wrapper
17.Artist Single Page / .ms_album_single_wrapper.ms_artist_single
18.Free Music Page / .ms_weekly_wrapper.ms_free_music
19.Station Page Css / .ms_top_artist
20.Download Page Css / .ms_free_download
21.Purchase Page Css / .ms_free_download.ms_purchase_wrapper
22.History Page Css / .ms_top_artist
23.AddToPlaylist Page Css / .ms_top_artist
24.Modal Css Start 
25.Edit Profile Page Css / .ms_profile_wrapper
26.Plans Css / .ms_account_wrapper 
27.Upload Page Css / .ms_upload_wrapper
28.Language Popup Css 
29.Blog Page Css / .ms_blog_wrapper
30.Blog Single Page Css / .ms_blog_single_wrapper
31.Sidebar Css / .ms_sidebar
-------------------------------------------------------------------*/

body {
	margin: 0;
	font-family: 'Maven Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
	background-color: #14182a;
}
/*====Normal Css Start====*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0;
	font-family: inherit;
	font-weight: 600;
	line-height: 1.2;
	color: #3bc8e7;
}
h1,
.h1 {
	font-size: 2.5em;
}
h2,
.h2 {
	font-size: 2em;
}
h3,
.h3 {
	font-size: 1.75em;
}
h4,
.h4 {
	font-size: 1.5em;
}
h5,
.h5 {
	font-size: 1.25em;
}
h6,
.h6 {
	font-size: 1em;
}
a {
	color: #3bc8e7;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
a:hover,
a:focus,
a:visited {
	text-decoration: none;
	color: #3bc8e7;
}
a:focus,
button:focus {
	outline: none;
}
.ms_color {
	color: #3bc8e7 !important
}
.form-control {
	height: 40px;
	padding: 0px 20px !important;
	font-size: 16px;
	line-height: 40px;
	color: #777777;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid transparent;
}
.form-control:focus {
	box-shadow: 0px 0px 10px rgba(59, 200, 231, 0.55);
	border: 1px solid #3bc8e7;
}
select.form-control:not([size]):not([multiple]) {
	height: 40px;
}
.div-wrapper-style-two select.form-control:not([size]):not([multiple]) {
	height: 50px;
}
.padder_top100 {
	padding-top: 100px !important;
}
.padder_top80 {
	padding-top: 80px !important;
}
.padder_top90 {
	padding-top: 90px !important;
}
.padder_top5 {
	padding-top: 5px;
}
.padder_top10 {
	padding-top: 10px;
}
.padder_top20 {
	padding-top: 20px;
}
.padder_top110 {
	padding-top: 110px;
}
.padder_top50 {
	padding-top: 50px;
}
.padder_top55 {
	padding-top: 55px;
}
.padder_top60 {
	padding-top: 60px;
}
.padder_top70 {
	padding-top: 70px;
}
.padder_top15 {
	padding-top: 15px;
}
.padder_bottom70 {
	padding-bottom: 70px;
}
.padder_bottom20 {
	padding-bottom: 20px;
}
.padder_top30 {
	padding-top: 30px;
}
.marger_top20 {
	margin-top: 20px;
}
.marger_top15 {
	margin-top: 15px;
}
.marger_bottom30 {
	margin-bottom: 30px;
}
.marger_bottom100 {
	margin-bottom: 100px;
}
.marger_bottom25 {
	margin-bottom: 25px;
}
.marger_top100 {
	margin-top: 100px;
}
.marger_top60 {
	margin-top: 60px;
}
.ms_relative_inner {
	position: relative;
}
.ms_relative_inner .ms_store_img img {
	width: 100%;
}
.marger_top20 {
	margin-top: 20px;
}
.padder_bottom60 {
	padding-bottom: 60px !important;
}
.padder_bottom30 {
	padding-bottom: 30px !important;
}
.marger_bottom60 {
	margin-bottom: 60px;
}
.padding_right40 {
	padding-right: 40px;
}
/*====Loader Css Start====*/

body.loaded .ms_loader,
.ms_ajax_loader {
	display: none;
}
section.fw-main-row.create-playlist-row.create-playlist1 {
    padding-top: 11%;
    padding-bottom: 11%;
}
.ms_player-style-two .jp-progress-container.flex-item {
	-ms-flex-preferred-size: 350px;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-ms-flex-negative: 2;
	flex-shrink: 2;
	max-width: 660px;
	width: 100%;
	margin-top: 3px;
}
.ms_loader,
.ms_ajax_loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #14182a;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.ms_inner_loader .ms_loader,
.ms_ajax_loader {
	background-color: rgba(20, 24, 42, 0.95);
}
.ms_loader .wrap,
.ms_ajax_loader .wrap {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ms_ajax_loader .wrap {
	width: 100px;
}
.ms_loader img,
.ms_ajax_loader img {
	border-radius: 100%;
}
/*=====Basic Header Css Start====*/

.ms_basic_header {
	width: 100%;
	display: block;
	background-color: #1b2039;
	transition: background-color .3s, padding .3s;
	-webkit-transition: background-color .3s, padding .3s;
	-moz-transition: background-color .3s, padding .3s;
	-ms-transition: background-color .3s, padding .3s;
	-o-transition: background-color .3s, padding .3s;
}
.div-wrapper-style-two .ms_header {
	background: transparent;
}
.div-wrapper-style-two .ms_header.dark_header {
	background: #0e1d30;
}
.ms_basic_header.ms_fixed {
	position: fixed;
	z-index: 99999;
}
.admin-bar .ms_header {
	margin-top: 32px;
}
.ms_basic_logo {
	width: 100%;
	float: left;
	padding: 12px 0px;
}

.ms_basic_menu {
    width: auto;
    /* padding: 20px 0px; */
    margin-right: 15px;
}
.ms_basic_menu ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.ms_basic_menu ul li {
	float: left;
	position: relative;
}
.ms_basic_menu ul li a {
	text-transform: capitalize;
	font-size: 16px;
	color: #ffffff;
	margin: 0px 15px;
	padding: 27px 0px;
	display: inline-block;
}
.ms_basic_menu ul li a:hover {
	color: #3bc8e7;
}
.ms_basic_menu ul li.current-menu-item a {
	color: #3bc8e7;
}
.ms_basic_menu ul li ul.sub-menu li a:after {
	display: none;
}
.ms_basic_menu ul li a:after {
	position: absolute;
	background-color: #3bc8e7;
	width: 92%;
	height: 3px;
	content: "";
	bottom: 0px;
	left: 6%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transition: -webkit-transform .4s cubic-bezier(0.645, .045, .355, 1);
	transition: transform .4s cubic-bezier(0.645, .045, .355, 1);
}
.ms_basic_menu ul li a:after {
    width: 92%;
    left: 6%;
}

.div-wrapper-style-two .ms_sidemenu_wrapper.open_menu span {
	display: inline !important;
}
.ms_basic_menu ul li:hover a:after,
.ms_basic_menu ul li.current-menu-item a:after {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.ms_basic_menu ul li ul.sub-menu {
	position: absolute;
	width: 200px;
	background-color: #fff;
	z-index: 10;
	left: 0;
	border-radius: 0px 0px 4px 4px;
	border-top: none;
	opacity: 0;
	padding: 10px 0px;
	visibility: hidden;
	-webkit-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	box-shadow: 0 0px 3px rgba(0, 0, 0, .15);
	border-radius: 8px;
	transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transform: translateY(20%);
	-webkit-transform: translateY(20%);
	-moz-transform: translateY(20%);
	-ms-transform: translateY(20%);
}
.ms_basic_menu ul li ul.sub-menu li {
	width: 100%;
	display: inline-block;
	text-align: left;
}
.ms_basic_menu ul li ul.sub-menu li a {
	margin: 0px;
	display: block;
	color: #222;
	padding: 5px 15px;
	font-size: 15px;
}
.ms_basic_menu ul li ul.sub-menu li a:hover {
	color: #fff;
	background-color: #3bc8e7;
}
.ms_basic_menu ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 80%;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
}
.ms_basic_menu ul li:hover ul.sub-menu li ul.sub-menu {
	opacity: 0;
	visibility: hidden;
}
.ms_basic_menu ul li ul.sub-menu li ul.sub-menu {
	left: 100%;
	top: 0;
}
.ms_basic_menu ul li ul.sub-menu li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.ms_menu_bar {
	display: none;
}
.main_header_wrapper_top {
    display: flex;
    align-items: center;
    justify-content: end;
}
/*====Basic Content====*/

#primary {
	padding-top: 10px;
	background-repeat: no-repeat;
}
.div-wrapper-style-two div#primary {
	padding-top: 0;
}
.div-wrapper-style-two div#mv_primary {
	padding-top: 150px;
}
/*.ms_main_wrapper {*/

/*	padding-top: 10px;*/

/*}*/

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #14182a;
	border-radius: 5px;
}
.ms_main_wrapper {
	padding-top: 10px;
	padding-bottom: 150px;
}
.hentry .entry-title,
.no-results .page-title {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 20px;
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
h2.entry-title a {
	word-break: break-all;
}
.hentry {
	margin-bottom: 30px;
	padding: 30px 30px;
	background-color: #1b2039;
	border-radius: 5px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}
.entry-meta {
	color: #fff;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}
.post > a {
	display: inline-block;
	position: relative;
}
.ms_single_page_image {
	position: relative;
}
.ms_blog_date {
	width: 120px;
	height: 100px;
	color: #fff;
	border-radius: 20px 0px 20px 0px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	word-break: break-word;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -14px;
	left: -14px;
	border: 5px solid #1b2039;
	background-image: -webkit-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
}
.ms_blog_temp_readmore {
	margin-top: 10px;
	font-weight: 500;
	position: relative;
}
.post .entry-content {
	margin-top: 15px;
}
.ms_blog_temp_readmore:after {
	position: absolute;
	width: 25px;
	height: 1px;
	background-color: #3bc8e7;
	right: -35px;
	content: "";
	top: 60%;
}
.ms_blog_temp .tag-sticky-2 h3.entry-title {
	padding-left: 0;
}
.post img {
	margin-bottom: 25px;
	border-radius: 5px;
}
.entry-meta a {
	color: #fff;
	text-transform: capitalize;
	padding-left: 5px;
	font-size: 14px;
	font-weight: 500;
}
.entry-meta span.byline i,
.entry-meta span.byline a {
	color: #3bc8e7 !important;
}
.entry-content ul {
	padding: 0px;
}
.entry-meta a:hover {
	color: #3bc8e7 !important;
}
header.entry-header span.posted-on {
	float: right;
}
header.entry-header span.posted-on:hover i {
	color: #3bc8e7;
}
table td,
table th {
	padding: 5px;
	border: 1px solid #fff;
	text-align: center;
	font-weight: 400;
	color: #fff;
}
td#today {
	color: #3bc8e7 !important;
}
.entry-content table tr th {
	color: #fff;
}
.entry-content h2 {
	margin: 15px 0px 10px;
}
.entry-content p {
	margin-bottom: 15px;
	color: #fff;
	line-height: 27px;
}
footer.entry-footer {
	margin-top: 10px;
}
.entry-content p strong {
	color: #dedede;
}
.widget.widget_search form.search-form,
.woocommerce-product-search {
	width: 100%;
	position: relative;
}
.widget.widget_search form.search-form input.search-field,
.woocommerce-product-search input#woocommerce-product-search-field-0 {
	width: 100%;
	height: 40px;
	padding: 0px 20px;
	padding-right: 63px;
	border-radius: 5px;
}
.widget.widget_search form.search-form input.search-field:focus,
.widget.widget_search form.search-form input.search-submit:focus,
.woocommerce-product-search input:focus {
	outline: none;
}
.widget.widget_search form.search-form label,
.woocommerce-product-search label {
	width: 100%;
}
input[type="submit"],
input[type="reset"] {
	border: 1px solid #3bc8e7;
	background: #3bc8e7;
	color: #fff;
	font-size: 15px;
	padding: 0px 30px;
	width: auto;
	cursor: pointer;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
}
input[type="submit"]:hover {
	border: 1px solid transparent;
}
input[type="submit"]:focus {
	outline: none;
}
.widget.widget_search form.search-form input.search-submit,
input.search-submit,
.widget.woocommerce.widget_product_search button {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	background-color: #3bc8e7;
	border-color: #3bc8e7;
	color: #fff;
	border-radius: 0px 4px 4px 0px;
	z-index: 1;
	cursor: pointer;
	font-size: 14px;
	padding: 0px 10px;
	line-height: 40px;
}
.widget ul li {
	padding-bottom: 10px;
}
.widget ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
}
.widget.widget_archive ul li a {
	color: #fff;
	position: relative;
	font-size: 15px;
}
.widget.widget_archive ul li:last-child {
	margin-bottom: 0px;
}
.entry-content ul li {
	color: #fff;
}
.sticky a {
	padding-left: 5px;
}
.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 5px;
}
.sticky-post {
	position: absolute;
	top: 1px;
	left: 0px;
}
.sticky h2.entry-title {
	position: relative;
}
mark,
ins {
	color: #222;
}
.post_format-post-format-quote blockquote {
	position: relative;
	padding-left: 30px;
}
.widget.widget_meta ul li a {
	color: #fff;
}
.widget.widget_meta ul li a:hover {
	color: #3bc8e7;
}
#comments ol.comment-list {
	padding: 0px;
	margin: 0px;
}
#comments ol {
	list-style: none;
}
.comment-respond h1 {
	font-size: 22px;
	margin-bottom: 5px;
}
.comment-respond {
	padding-top: 15px;
}
#cancel-comment-reply-link {
	margin-bottom: 5px;
	display: block;
	font-size: 15px;
	font-weight: 500;
}
.logged-in-as {
	margin-bottom: 20px;
}
form#commentform {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
form#commentform input[type="submit"] {
	line-height: 40px;
}
p.logged-in-as {
	padding-left: 15px;
}
.entry-content h2,
.entry-content h1,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin-bottom: 10px;
}
.hentry .entry-title,
.no-results .page-title {
	font-size: 20px;
}
.entry-content pre h2 {
	color: #222 !important;
}
h1.comments-title {
	font-size: 24px;
}
h1.comments-title:after {
	width: 80px;
	height: 2px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #3bc8e7;
	background-image: -webkit-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -moz-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -ms-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -o-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
}
.ms-default-warapper li.comment .comment_input_wrapper {
	margin-bottom: 20px;
}
.ms-default-warapper .comment_input_wrapper input.cmnt_field,
.ms-default-warapper .comment_input_wrapper textarea#comment {
	float: left;
	width: 100%;
}
.ms-default-warapper .comment_input_wrapper {
	margin-bottom: 30px;
	float: left;
	width: 100%;
}
/*===Checkout page css===*/

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	padding: 1em;
	margin: 1em 0;
	font-size: .92em;
	border-radius: 2px;
	line-height: 1.5;
	background-color: #1b2039;
	color: #515151;
}
#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
	content: "";
	display: block;
	border: 1em solid #1b2039;
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
	position: absolute;
	top: -.75em;
	left: 0;
	margin: -1em 0 0 2em;
}
/*===Checkout page css===*/

/*====Nav Css Start====*/

.ms_sidemenu_wrapper {
	position: fixed;
	width: 80px;
	background-color: #1b2039;
	height: 100%;
	z-index: 10000;
	top: 0;
	bottom: 0;
	box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.admin-bar .ms_sidemenu_wrapper {
	top: 32px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ms_logo {
	width: 100%;
	display: inline-block;
	text-align: center;
	transition: all 0.3s linear;
}
.ms_logo span {
	width: 100%;
	display: none;
	font-size: 18px;
	color: #ffff;
	text-transform: capitalize;
}
.ms_logo_inner {
	align-items: center;
	justify-content: center;
	display: flex;
	min-height: 120px;
	position: relative;
	z-index: 1;
	background-color: #1b2039;
	transition: all 0.3s linear;
}
.style-two .ms_logo_inner {
	background-color: #0e1d30;
}
.style-two .ms_nav_wrapper {
	background: #0d1d2f;
}
.style-two .ms_nav_wrapper ul li a:hover,
.ms_nav_wrapper ul li.current_page_item a {
	background-color: #ff553e00 !important;
}
.style-two .ms_nav_wrapper ul li a:hover,
.ms_nav_wrapper ul li.current_page_item a {
	color: #fb324f!important;
}
.style-two .ms_nav_wrapper ul li a:hover:after,
.style-two .ms_nav_wrapper ul li.current_page_item a:after {
	background-color: transparent !important;
}
.ms_nav_wrapper {
	padding: 0px 0px;
	position: absolute !important;
	left: 0;
	top: 120px;
	right: 0;
	bottom: 20px;
}
.open_menu .ms_nav_wrapper {
	padding: 0px 0px 0 20px;
}
.open_menu .nav_heading {
	font-size: 14px;
	color: #5c7089;
	text-transform: uppercase;
	padding: 27px 5px 6px 30px;
	letter-spacing: 1.1px;
	transition: .2s;
	transition-delay: .1s;
	opacity: 1;
	visibility: visible;
	position: static;
	z-index: 5;
	white-space: nowrap;
}
.div-wrapper-style-two .open_menu .nav_heading {
	padding: 27px 5px 6px 15px;
}
.nav_heading {
	opacity: 0;
	visibility: hidden;
	padding: 27px 0px 6px 0px;
	transition: 0s;
	transition-delay: 0s;
	position: absolute;
	z-index: 5;
}
.ms_nav_wrapper ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.ms_nav_wrapper ul li {
	width: 100%;
	display: block;
	position: relative;
}
.ms_nav_wrapper ul li a {
	color: #cdcdcd;
	text-transform: capitalize;
	width: 100%;
	display: block;
	padding: 9px 15px;
	position: relative;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s linear;
	white-space: nowrap;
}
.style-two .ms_nav_wrapper ul li a {
	color: #7c8ea5;
}
.div-wrapper-style-two .ms_nav_wrapper ul li a {
	transition: none;
}
.div-wrapper-style-two .ms_nav_wrapper ul li a,
.ms_logo_open .ms-logo-title a,
.menu-menu-one-container .nav_heading {
	white-space: nowrap;
}
.ms_nav_wrapper ul li a:after {
	position: absolute;
	height: 2px;
	background-color: #252b4d;
	bottom: 0px;
	left: 20px;
	right: 20px;
	content: "";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.style-two .ms_nav_wrapper ul li a:after {
	background-color: #0e1d2f;
}
.div-wrapper-style-two .ms_nav_wrapper ul li a:after {
	transition: none;
}
.ms_nav_wrapper ul li:last-child a:after {
	display: none;
}
.ms_nav_wrapper ul li a:hover,
.ms_nav_wrapper ul li.current_page_item a {
	background-color: #2cc8e5;
	background-position: 0px 0px;
	color: #ffffff;
	transition: all 0.3s linear;
}
.ms_nav_wrapper ul li a:hover:after,
.ms_nav_wrapper ul li.current_page_item a:after {
	background-color: #3bc8e7;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}
.ms_nav_wrapper ul.nav_downloads {
	margin-top: 40px;
}
.div-wrapper-style-two .ms_nav_wrapper ul.nav_downloads {
	margin-top: 5px;
}
.ms_nav_wrapper ul.nav_playlist {
	margin-top: 40px;
}
.div-wrapper-style-two .ms_nav_wrapper ul.nav_playlist {
	margin-top: 20px;
}
.slider_navition_prev {
	transform: rotate(180deg)!important;
}
.slider_navition_next {
	transform: rotate(180deg)!important;
}
.div-wrapper-style-two .ms_nav_wrapper ul.nav_playlist {
	padding-bottom: 20px;
}
.ms_nav_wrapper ul>li>a>span.icon {
	margin-right: 10px;
	display: inline-block;
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	-ms-transform: translate(0, -2px);
	transform: translate(0, -2px);
}
.ms_nav_wrapper span.nav_icon>.icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/svg/icon.svg);
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	display: inline-block;
}
.ms_nav_wrapper ul li a span.nav_icon {
	margin-right: 0;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_discover,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_discover {
	background-position: 0px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_albums,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_albums {
	background-position: -30px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_artists,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_artists {
	background-position: -60px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_genres {
	background-position: -90px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_tracks,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_tracks {
	background-position: -120px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_music,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_music {
	background-position: -150px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_station,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_station {
	background-position: -180px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_download,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_download {
	background-position: -210px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_purchased,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_purchased {
	background-position: -240px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_favourite,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_favourite {
	background-position: -270px -28px;
}
.icon_fav_add svg path {
	fill: #ff553e!important;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_history,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_history {
	background-position: -300px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_fe_playlist,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_fe_playlist {
	background-position: -328px -28px;
}
.ms_nav_wrapper ul li a:hover span.nav_icon>.icon.icon_c_playlist,
.icon.icon_genres,
.ms_nav_wrapper ul li a.active span.nav_icon>.icon.icon_c_playlist {
	background-position: -360px -28px;
}
span.nav_text {
	display: none;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 10px;
	left: 100%;
	background-color: #32353d;
	padding: 0px 12px;
	transition: all 0.2s linear;
	transition-delay: 0.3s;
	font-size: 0;
}
.div-wrapper-style-two span.nav_text {
	transition: none;
}
.shop_body.sidebar_hide .wx_sidebar_wrapper .wx_sidebar_nav ul>li>a>.nav_text:after {
	content: "";
	position: absolute;
	top: 10px;
	left: -5px;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-right: 5px solid #32353d;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_discover {
	background-position: 0px 0px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_albums {
	background-position: -30px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_artists {
	background-position: -60px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_genres {
	background-position: -90px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_tracks {
	background-position: -120px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_music {
	background-position: -150px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_station {
	background-position: -180px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_download {
	background-position: -210px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_purchased {
	background-position: -240px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_favourite {
	background-position: -270px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_history {
	background-position: -300px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_fe_playlist {
	background-position: -328px 2px;
}
.ms_nav_wrapper span.nav_icon>.icon.icon_c_playlist {
	background-position: -360px 2px;
}
.ms_sidemenu_inner {
	width: 80px;
	background-color: #1b2039;
	height: 100%;
	z-index: 1;
}
.style-two .knob-container .knob-wrapper-outer .knob-wrapper .knob.d2:after {
	border-right-color: #f63551;
}
.ms_nav_close {
	width: 55px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	position: absolute;
	right: -24px;
	top: 50%;
	background-color: #0d1d2f;
	border-radius: 100%;
	cursor: pointer;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: -1;
	transition: all 0.3s linear;
}
.ms_nav_close i {
	color: #cdcdcd;
	font-size: 20px;
	position: absolute;
	top: 50%;
	right: 12px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
.div-wrapper-style-two .ms_nav_close i {
	color: #7188a4;
}
.ms_sidemenu_wrapper.open_menu {
	width: 200px;
	transition: all 0.3s linear;
}
.ms_logo_open {
	display: none;
	transition: all 0.3s linear;
}
.ms_sidemenu_wrapper.open_menu .ms_logo_open {
	display: block;
	text-align: center;
}
.ms_sidemenu_wrapper.open_menu h4.ms-logo-title {
	font-size: 16px;
}
.style-two .menu-item a img {
	transform: none !important;
}
.ms_sidemenu_wrapper.open_menu .ms_logo {
	display: none;
}
.ms_sidemenu_wrapper.open_menu .ms_sidemenu_inner {
	width: 200px;
	transition: all 0.3s linear;
}
.ms_sidemenu_wrapper.open_menu span.nav_text {
	opacity: 1;
	display: inline-block;
	visibility: visible;
	position: relative;
	left: auto;
	top: 0;
	background-color: transparent;
	vertical-align: bottom;
	transform: translateY(1px);
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	font-size: 14px;
	white-space: nowrap;
}
.div-wrapper-style-two .ms_sidemenu_wrapper.open_menu span.nav_text {
	font-size: 14px;
	transform: none;
	white-space: nowrap;
}
.div-wrapper-style-two span.nav_text {
	transition: none;
	display: none;
}
.div-wrapper-style-two .ms_nav_wrapper ul li.current_page_item a img {
	transform: none;
}
.ms_sidemenu_wrapper.open_menu a {
	text-align: left;
	white-space: nowrap;
}
.ms_sidemenu_wrapper.open_menu span {
	display: inline-block;
}
.ms_sidemenu_wrapper.open_menu .ms_nav_close i {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
}
.ms_nav_wrapper ul li ul.sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	background-color: #3bc8e7;
	z-index: 1;
	margin-left: 10px;
	opacity: 0;
	border-radius: 5px 5px 5px 5px;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
}
.ms_nav_wrapper ul li ul.sub-menu:before {
	position: absolute;
	content: "";
	left: -10px;
	top: 10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #3ac6e4;
}
.ms_nav_wrapper ul li:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.ms_nav_wrapper ul li:hover ul.sub-menu li .sub-menu {
	opacity: 0;
	visibility: hidden;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
}
.ms_nav_wrapper ul li ul.sub-menu li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
}
.ms_nav_wrapper .mCustomScrollBox,
.ms_nav_wrapper .mCSB_container {
	overflow: initial;
}
.dropdown-expander {
	float: right;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.ms_sidemenu_wrapper.open_menu .dropdown-expander {
	opacity: 1;
	visibility: visible;
}
.ms_nav_wrapper ul li ul.sub-menu li a:after {
	height: 1px;
	background-color: #74d0e4;
}
.ms_nav_wrapper ul li ul.sub-menu li a:hover:after {
	background-color: #252b4d;
	left: 0;
	right: 0;
}
.ms_nav_wrapper ul li ul.sub-menu li a:hover,
.ms_nav_wrapper ul li ul.sub-menu li a.active {
	background-color: transparent;
	color: #ffffff;
}
.ms_nav_wrapper ul li ul.sub-menu li a span {
	position: relative;
}
.ms_nav_wrapper ul li ul.sub-menu li a span:after {
	position: absolute;
	width: 0px;
	height: 1px;
	right: 10px;
	top: 50%;
	opacity: 0;
	background-color: #fff;
	content: "";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.ms_nav_wrapper ul li ul.sub-menu li a:hover span:after,
.ms_nav_wrapper ul li ul.sub-menu li.current-menu-item a span:after {
	width: 20px;
	right: -25px;
	opacity: 1;
}
.ms_nav_wrapper ul li ul.sub-menu li a {
	color: #fff;
	text-align: left;
	padding: 9px 20px;
}
.ms_blog_temp_readmore:hover {
	color: #fff;
}
.ms_blog_temp_readmore:hover:after {
	background-color: #fff;
}
/*==== Header Css Start ====*/

.ms_content_wrapper {
	position: relative;
	margin: 20px;
}
.div-wrapper-style-two .ms_content_wrapper {
	margin-left: 130px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.slide_menu .div-wrapper-style-two .ms_content_wrapper {
	margin-left: 255px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ms_header {
	position: fixed;
	background-color: #1b2039;
	padding: 20px 50px;
	right: 0;
	left: 80px;
	top: 0;
	z-index: 1000;
	backface-visibility: hidden;
}
.div-wrapper-style-two .ms_top_search {
	position: relative;
	max-width: 521px;
	min-width: 521px;
	width: 100%;
}
.ms_top_search {
	max-width: 395px;
	position: relative;
	display: flex;
	display: inline-block;
	width: 100%;
	float: left;
}
.ms_top_search form.search-form label {
	width: 100%;
}
.search_icon {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	line-height: 40px;
	background-color: #3bc8e7;
	border-radius: 0px 5px 5px 0px;
	padding: 0px 16px;
	cursor: pointer;
}
.ms_top_search button.search-submit {
	position: absolute;
	right: 0;
	top: 0px;
	background-color: #3bc8e7;
	height: 40px;
	border: none;
	line-height: 25px;
	border-radius: 0px 4px 4px 0px;
	cursor: pointer;
	width: 40px;
	padding: 14px;
}
.div-wrapper-style-two .ms_top_search button.search-submit {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	border: none;
	line-height: 70px;
	border-radius: 0px 0px 0px 0px;
	cursor: pointer;
	width: 40px;
	padding: 0;
	bottom: 0;
	margin: auto;
}
button.search-submit svg {
	fill: #fff;
	width: 20px;
	height: 20px;
}
.div-wrapper-style-two button.search-submit svg {
	fill: #8f95a1;
}
.div-wrapper-style-two span.noti_icon.notify svg {
	fill: #8f94a0;
}
.div-wrapper-style-two .ms_songslist_nav > li > a {
	color: #7188a4;
}
.ms_top_search .form-control {
	display: inline-block;
	height: 40px;
	padding: 0px 20px;
	font-size: 15px;
	line-height: 45px;
	color: #777;
	border: none;
	border-radius: 5px;
	padding-right: 61px !important;
}
.div-wrapper-style-two .ms_download_inner svg {
	width: 20px;
	height: 20px;
	fill: #fff;
}
.div-wrapper-style-two .donload-song-arstyle2 li.list_more {
	text-align: center;
}
.div-wrapper-style-two .ms_top_search .form-control {
	border-radius: 25px;
	background-color: rgb(23 37 51);
	width: 100%;
	font-size: 14px;
	height: 50px;
	padding: 0 50px 0 30px;
	color: #72859b;
	border: none;
}
.div-wrapper-style-two .search_icon {
	position: absolute;
	right: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.div-wrapper-style-two .ms_header_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 30px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition-delay: .5s;
	flex-wrap: wrap;
}
.div-wrapper-style-two .ms_top_left {
	display: flex;
	align-items: center;
	flex: 10;
}
.div-wrapper-style-two .ms_top_search button.search-submit {
	height: 50px;
	background-color: transparent;
}
.div-wrapper-style-two .noti_icon {
	border-radius: 24px;
	background-color: rgb(23 37 51);
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 15px;
}
.div-wrapper-style-two .noti_icon .bg_cmn_icon {
	background-position: -776px 5px !important;
}
.div-wrapper-style-two .noti_icon:hover .bg_cmn_icon {
	background-position: -776px -31px !important;
}
.div-wrapper-style-two .bg_cmn_icon {
	background: url(../images/icon.svg) !important;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat!important;
	display: inline-block;
	background-color: #c5c5c500;
	cursor: pointer;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_top_trend {
	float: left;
	line-height: 40px;
	padding-left: 50px;
	font-weight: 500;
	font-size: 15px;
}
.ms_top_trend a {
	color: #fff;
}
.ms_top_right {
	line-height: 50px;
	display: inline-flex;
	/*justify-content: flex-end;*/
	
}
.ms_top_right .ms_top_lang {
	color: #ffffff;
	text-transform: capitalize;
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-right: 15px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
/*.ms_top_right .ms_top_lang:after {*/
/*	position: absolute;*/
/*	background-color: #cdcdcd;*/
/*	height: 30px;*/
/*	width: 2px;*/
/*	content: "";*/
	/*right: 0px;*/
/*	right: 7px;*/
/*	top: 12px;*/
/*}*/
.ms_header.ms_profile .ms_top_right .ms_top_lang:after {
	display: none;
}
.ms_top_right .ms_top_lang:hover {
	color: #3bc8e7;
}
.ms_btn {
	background-color: #3bc8e7;
	color: #fff;
	height: 30px;
	display: inline-block;
	text-transform: capitalize;
	width: 100px;
	text-align: center;
	line-height: 30px;
	border-radius: 20px;
	/*margin-left: 15px;*/
	margin-left: 0;
	font-size: 15px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.theme-musicbeats .fw-btn-1 {
    background-color: #b06ab3;
    color: #ffffff;
    padding: 14px 30px;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid {
    width: 85%;
    margin: 0px auto;
}
body .ms_songslist_inner:hover .icon_fav_add svg path {
	fill: #ffffff !important;
}
.ms_btn:focus,
.ms_btn:visited {
	color: #fff !important;
}
.ms_btn button,
.ms_btn input[type="button"],
.ms_btn input[type="reset"],
.ms_btn input[type="submit"] {
	border: 1px solid;
	border-color: transparent;
	border-radius: 3px;
	background: #3bc8e7;
	color: #fff;
	font-size: 15px;
	padding: 0px 20px;
	width: auto;
	cursor: pointer;
	height: 35px;
	line-height: 38px;
}
.ms_btn input[type="submit"]:hover {
	border-color: none;
}
.ms_btn input[type="submit"]:focus {
	outline: none;
}
.ms_btn:hover {
	color: #ffffff;
	box-shadow: 0px 0px 20px 0px #3bc8e7;
}
.ms_btn:focus {
	color: #ffffff;
}
.ms_top_right .ms_top_lang img {
	margin-left: 15px;
	margin-right: 6px;
}
ul.ms_lang_box {
	padding: 5px 0px;
	margin: 0px;
	list-style: none;
	background-color: #3bc8e7;
	width: 100%;
	max-width: 120px;
	line-height: initial;
	position: absolute;
	top: 100%;
	opacity: 0;
	border-radius: 4px;
	transform: translateY(25px);
	-webkit-transform: translateY(25px);
	-moz-transform: translateY(25px);
	-ms-transform: translateY(25px);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.ms_top_right .ms_top_lang:hover ul.ms_lang_box {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
}
ul.ms_lang_box li {
	width: 100%;
	display: block;
}
ul.ms_lang_box li a {
	color: #ffffff;
	width: 100%;
	display: block;
	padding: 5px 15px;
}
ul.ms_lang_box li a:hover {
	padding-left: 20px;
}
ul.ms_lang_box:after {
	content: "";
	position: absolute;
	top: -8px;
	right: 2px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
/*==== Breadcrumbs Start Start====*/

.breadcrumbs_wrapper {
	background-color: transparent;
	text-align: center;
	padding: 80px 0px;
	margin-left: 80px;
	background-size: cover;
	position: relative;
	background-repeat: no-repeat;
	overflow-x: hidden;
}
.breadcrumbs_wrapper:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(15, 21, 49, 0.8);
	top: 0px;
	left: 0px;
	content: "";
}
.breadcrumbs_wrapper:after {
	position: absolute;
	background-image: url(../images/brad_wave.png);
	width: 1920px;
	height: 134px;
	top: 50%;
	left: -65px;
	content: "";
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.ms-default-warapper .breadcrumbs_wrapper:after {
	left: 0px;
}
.breadcrumbs_wrapper h1 {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 32px;
	font-size: 32px;
	word-break: break-all;
}
.ms_banner_title {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 1;
}
.ms_breadcrumb .breadcrumbs {
	margin: 10px 0px 0px 0;
	font-size: 16px;
	line-height: 1.3em;
	text-transform: capitalize;
	color: #fff;
	font-weight: 500;
}
.ms_breadcrumb .breadcrumbs a {
	text-decoration: none;
	color: #3bc8e7;
}
/*====Banner Css Start====*/

.ms-banner {
	padding: 0px 0px 40px;
	margin-top: 81px;
}
.ms_banner_img {
	text-align: center;
	max-width: 511px;
	width: 100%;
	float: left;
}
.ms_banner_text {
	width: calc(100% - 511px);
	float: left;
	padding-top: 135px;
}
.ms_banner_text .ms_banner_btn .ms_btn {
	height: 40px;
	width: 100%;
	margin-right: 25px;
	line-height: 41px;
	margin-left: 0;
	max-width: 150px;
	font-weight: 600;
}
.ms_banner_text h1 {
	font-size: 45px;
	font-weight: bold;
	color: #fff;
}
.ms_banner_text p {
	margin: 15px 0px 40px;
	line-height: 30px;
	color: #dedede;
	margin-right: 28%;
}
/*====Recent Music Slider====*/

.ms_rcnt_slider {
	position: relative;
}
.ms_heading {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
}
.ms_heading h1 {
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	text-transform: capitalize;
}
.veiw_all {
	float: right;
	position: relative;
	top: 0px;
	right: 0px;
}
.veiw_all a {
	color: #fff;
	text-transform: capitalize;
}
.veiw_all a:hover {
	color: #3bc8e7;
}
.ms_heading h1:after,
.cart_totals h2:after {
	width: 100px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: -15px;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}
.ms_rcnt_box {
	text-align: center;
}
.ms_rcnt_box_img,
.slider_cimgbox {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ms_rcnt_box_img img {
	width: 100%;
	border-radius: 10px;
}
.ms_rcnt_box_text {
	text-align: left;
	margin-top: 20px;
}
.ms_rcnt_box_text h3,
.w_top_song .w_tp_song_name h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
.ms_rcnt_box_text h3 a,
.w_top_song .w_tp_song_name h3 a {
	color: #ffffff;
}
.ms_rcnt_box_text p,
.w_top_song .w_tp_song_name p {
	color: #dedede;
	font-size: 14px;
	margin: 0px;
	text-overflow: ellipsis;
}
.ms_rcnt_box_text h3 a:hover,
.w_top_song .w_tp_song_name h3 a:hover {
	color: #3bc8e7;
}
.w_song_dwnload i.fa.fa-eye {
	margin: 0 5px;
}
.ms_rcnt_slider .swiper-container {
	margin: 0px 0px;
}
.slider_nav_next {
	background-image: url(../images/svg/right_arrow.svg);
	right: auto;
	left: -53px;
	position: absolute;
	top: 52%;
	width: 20px;
	height: 20px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 9px 15px;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.slider_nav_prev {
	background-image: url(../images/svg/left_arrow.svg);
	left: auto;
	right: -53px;
	position: absolute;
	top: 52%;
	width: 20px;
	height: 20px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	background-size: 9px 15px;
	background-position: center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.div-wrapper-style-two .slider_nav_next,
.div-wrapper-style-two .slider_nav_prev {
	transform: rotate(0deg);
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next:focus,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev:focus,
.slider_nav_prev:focus,
.slider_nav_next:focus {
	outline: none;
}
.div-wrapper-style-two .slider_music_controls svg {
	fill: #fff;
}
.ms_releases_wrapper .slider_nav_prev,
.ms_releases_wrapper .slider_nav_next {
	top: 91%;
	width: 14px;
	height: 20px;
	margin-top: -22px;
	background-size: 7px 12px;
	right: -40px;
}
.ms_box_overlay {
	position: absolute;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
	height: 101%;
	width: 101%;
	left: 0;
	top: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.ms_rcnt_box .ms_play_icon,
.ms_genres_box .ms_play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.ms_rcnt_box .ms_play_icon:after,
.ms_genres_box .ms_play_icon:after {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.5);
	top: 0;
	left: 0;
	content: "";
	border-radius: 100%;
	z-index: -1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	opacity: 0;
}
.ms_rcnt_box .ms_play_icon:hover:after,
.ms_genres_box .ms_play_icon:hover:after {
	opacity: 1;
}
.ms_rcnt_box .ms_play_icon img,
.ms_genres_box .ms_play_icon img {
	display: inline-block;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height: 40px;
	opacity: 0;
	cursor: pointer;
	-webkit-transform: scale(5);
	-moz-transform: scale(5);
	-ms-transform: scale(5);
	-o-transform: scale(5);
	transform: scale(5);
	position: relative;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	color: rgba(50, 50, 50, 0.9);
}
.ms_rcnt_box:hover .ms_box_overlay,
.slider_cbox:hover .ms_box_overlay {
	top: 0;
}
.ms_rcnt_box:hover .ms_play_icon img,
.ms_genres_box:hover .ms_play_icon img {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.ms_more_icon {
	position: absolute;
	top: -10%;
	right: 20px;
	cursor: pointer;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.ms_rcnt_box:hover .ms_more_icon,
.ms_genres_box:hover .ms_more_icon,
.slider_cbox:hover .ms_more_icon {
	top: 10px;
}
.ms_main_overlay {
	opacity: 0;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.ms_rcnt_box:hover .ms_main_overlay,
.slider_cbox:hover .ms_main_overlay {
	opacity: 1;
}
ul.more_option {
	padding: 0px;
	margin: 0px;
	position: absolute;
	top: 5px;
	right: 50px;
	background-color: #fff;
	max-width: 15572;
	width: 100%;
	list-style: none;
	padding: 25px 0px 13px 15px;
	text-align: left;
	border-radius: 10px;
	z-index: 100;
	visibility: hidden;
	opacity: 0;
	transform: translateX(-15px);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
ul.more_option:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 9px;
	right: -9px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #fff;
}
ul.more_option.open_option {
	opacity: 1;
	right: 50px;
	visibility: visible;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-ms-transform: translateX(0px);
}
ul.more_option li {
	width: 100%;
	display: block;
}
ul.more_option li a {
	text-align: left !important;
	color: #777777;
	padding-bottom: 10px;
	display: block;
	font-size: 13px;
}
ul.more_option li a:hover,
.ms_rcnt_box:hover .ms_rcnt_box_text h3 a {
	color: #3bc8e7;
}
ul.more_option li a .opt_icon {
	padding-right: 10px;
}
ul.more_option li a .opt_icon .icon {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.ms_main_data ul.more_option li a .opt_icon .icon_fav {
	background-image: url(../images/svg/fav_icon.svg);
}

.ms_main_data ul.more_option li a .opt_icon .icon_queue {
	background-image: url(../images/svg/add_icon.svg);
}

.ms_main_data ul.more_option li a .opt_icon .icon_dwn {
	background-image: url(../images/svg/dwn_icon.svg);
}

.ms_main_data ul.more_option li a .opt_icon .icon_playlst {
	background-image: url(../images/svg/add_ply_icon.svg);
}

.ms_main_data ul.more_option li a .opt_icon .icon_share {
	background-image: url(../images/svg/share_icon.svg);
}

.ms_main_data ul.more_option li a .opt_icon .icon_fav_add{
	background-image: url(../images/svg/fav_icon.svg);
}

/*ul.more_option li a:hover .opt_icon .icon_fav {*/

/*	background-image: url(../images/svg/fav_icon_hvr.svg);*/

/*}*/

/*ul.more_option li a:hover .opt_icon .icon_queue {*/

/*	background-image: url(../images/svg/add_icon_hvr.svg);*/

/*}*/

/*ul.more_option li a:hover .opt_icon .icon_dwn {*/

/*	background-image: url(../images/svg/dwn_icon_hvr.svg);*/

/*}*/

/*ul.more_option li a:hover .opt_icon .icon_playlst {*/

/*	background-image: url(../images/svg/add_ply_icon_hvr.svg);*/

/*}*/

/*ul.more_option li a:hover .opt_icon .icon_share {*/

/*	background-image: url(../images/svg/share_icon_hvr.svg);*/

/*}*/


.slider_music_controls {
    display: none;
}
div#content {
    overflow-y: auto;
    scrollbar-color: red yellow;
}
div#content::-webkit-scrollbar {
    width: 0px;
}

/*div#content::-webkit-scrollbar-track {*/
/*    background-color: red;*/
/*}*/

/*div#content::-webkit-scrollbar-thumb {*/
/*    background-color: blue;*/
/*}*/
.album_single_data.single_album span.icon svg {
    fill: #a7a7a7 !important;
    display: none;
}
span.icon_queue svg {
	position: relative;
	left: 4px;
	padding-top: 3px;
	z-index: -1;
}
ul.more_option li a:hover span.icon svg {
	fill: #3bc8e7 !important;
}
/*==== Homepage Css====*/

.ms_content_wrapper {
	max-width: 100%;
	margin: 20px auto;
	/*overflow-x: hidden;*/
}
section.fw-main-row {
    width: 83%;
    margin: 0 auto;
}
section.fw-main-row.music_row1 {
    padding-top: 50px;
}
body.home.slide_menu .div-wrapper-style-two .ms_content_wrapper {
	margin-right: 0;
}
body.home .div-wrapper-style-two .ms_content_wrapper {
	margin-right: 0;
}
body.home .div-wrapper-style-two .ms_content_wrapper .fw-row,
body.home.slide_menu .div-wrapper-style-two .ms_content_wrapper .fw-col-sm-6:nth-child(2) {
	margin-right: 0;
	padding-right: 0;
}
body.home .div-wrapper-style-two .ms_content_wrapper .fw-col-sm-6:nth-child(2) {
	padding-right: 0;
	padding-left: 40px;
}
/*==== Music Tab & Music List Css ====*/

.ms_songslist_nav {
	position: relative;
	margin-bottom: 28px;
}
.ms_songslist_wrap ul {
	padding-left: 0;
	margin-left: 0;
}
.ms_songslist_nav > li > a {
	font-size: 16px;
	font-weight: 500;
	margin-right: 45px;
	position: relative;
	padding-bottom: 13px;
	display: inline-block;
}
.ms_songslist_nav > li > a.active {
	color: var(--theme-color);
}
.ms_songslist_nav > li:last-child > a {
	margin: 0;
}
.ms_songslist_main:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #30455f;
	background-image: linear-gradient(90deg, rgb(48 69 95) 40%, rgb(12 25 41) 100%);
}
.div-wrapper-style-two .ms_songslist_main {
	position: relative;
}
.div-wrapper-style-two .ms_songslist_nav > li > a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0%;
	height: 1px;
	background: #fb324f;
	z-index: 1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ms_songslist_nav > li > a.active:after {
	width: 75%;
}
.ms_songslist_box {
	position: relative;
}
.ms_songlist > li {
	margin: 15px 0;
}
.ms_songslist_inner {
	border-radius: 6px;
	/* background-image: -moz-linear-gradient( 134deg, rgb(18,34,55) 0%, rgb(12,27,44) 100%);
    background-image: -webkit-linear-gradient( 134deg, rgb(18,34,55) 0%, rgb(12,27,44) 100%);
	background-image: -ms-linear-gradient( 134deg, rgb(18,34,55) 0%, rgb(12,27,44) 100%);  */
	background: rgb(21 37 55);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
	padding: 10px 30px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
section.fw-main-row.row-btn-center {
    padding: 20px 0px 120px;
}
.div-wrapper-style-two .ms_songslist_inner {
	padding: 10px 30px 10px 0px;
}
span.ms_songslist_like span.icon svg path {
	fill: #ffffff70;
}
.songslist_sn {
	font-size: 12px;
	font-weight: 600;
	color: #aebed3;
}
.ms_songslist_left {
	display: flex;
	align-items: center;
}
.songslist_details {
	display: flex;
	align-items: center;
}
.songslist_thumb {
	width: 50px;
	height: 50px;
	border-radius: 6px;
	background-image: -moz-linear-gradient(134deg, rgb(18, 34, 55) 0%, rgb(12, 27, 44) 100%);
	background-image: -webkit-linear-gradient(134deg, rgb(18, 34, 55) 0%, rgb(12, 27, 44) 100%);
	background-image: -ms-linear-gradient(134deg, rgb(18, 34, 55) 0%, rgb(12, 27, 44) 100%);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.12);
	margin-right: 25px;
}
.songslist_thumb >img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 6px;
}
.songslist_name .song_name,
.songslist_name .song_name > a {
	font-size: 14px;
	color: #aebed3;
	font-weight: 600;
	margin-bottom: 2px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.songslist_name .song_artist {
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	color: #5c7089;
}
span.songslist_moreicon svg {
	height: 20px;
	width: 10px;
}
.ms_artist_inner {
	padding-bottom: 60px;
}
.ms_songslist_right {
	display: flex;
	align-items: center;
	margin-top: 7px;
}
.ms_songslist_time {
	margin: 0 55px;
	color: #7c8ea5;
}
.div-wrapper-style-two .ms_songslist_time {
	margin: 0 35px;
}
.songslist_number {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
}
.songslist_play {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
	cursor: pointer;
}
.ms_songslist_inner:hover .songslist_play {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0);
}
.ms_songslist_inner:hover .songslist_sn {
	opacity: 0;
	visibility: hidden;
}
.ms_songslist_like {
	cursor: pointer;
	margin-top: 2px;
}
.songslist_name .song_name,
.songslist_name .song_name > a,
.songslist_name .song_artist,
.ms_songslist_time {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.ms_songslist_inner:hover .songslist_name .song_name,
.ms_songslist_inner:hover .songslist_name .song_name > a,
.ms_songslist_inner:hover .songslist_name .song_artist,
.ms_songslist_inner:hover .ms_songslist_time {
	color: #fff;
}
.ms_songslist_inner:hover .songslist_moreicon svg path,
.ms_songslist_inner:hover .ms_songslist_like svg path {
	fill: #fff;
}
.common_drop_icon.drop_fav {
	background-position: -209px 3px;
}
.common_drop_icon.drop_downld {
	background-position: -258px 2px;
}
.common_drop_icon.drop_playlist {
	background-position: -617px 3px;
}
.common_drop_icon.drop_share {
	background-position: -660px 2px;
}
.ms_common_dropdown > li > a:hover .common_drop_icon.drop_fav {
	background-position: -209px -33px;
}
.ms_common_dropdown > li > a:hover .common_drop_icon.drop_downld {
	background-position: -258px -33px;
}
.ms_common_dropdown > li > a:hover .common_drop_icon.drop_playlist {
	background-position: -617px -31px;
}
.ms_common_dropdown > li > a:hover .common_drop_icon.drop_share {
	background-position: -660px -33px;
}
.ms_songslist_dropdown {
	top: 100%;
	right: -20px;
}
.ms_songslist_dropdown.open,
.ms_downlod_list.open {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(12px);
	-ms-transform: translateY(12px);
	-o-transform: translateY(12px);
	-moz-transform: translateY(12px);
	transform: translateY(12px);
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: var(--theme-color);
	filter: "alpha(opacity=20)";
	-ms-filter: "alpha(opacity=20)";
}
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: var(--theme-color);
	background-color: var(--theme-color);
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 3px;
}
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgb(255 255 255 / 0.10);
	width: 3px;
}
.ms_common_dropdown {
	position: absolute;
	width: max-content;
	background-color: rgb(25, 38, 56);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
	padding: 21px 0;
	border-radius: 10px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 99999;
}
.ms_common_dropdown {
	position: absolute;
	width: max-content;
	background-color: rgb(25, 38, 56);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2);
	padding: 21px 0;
	border-radius: 10px;
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	-moz-transform: translateY(20px);
	transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	z-index: 99999;
}
.ms_pro_inner.show .ms_common_dropdown {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	-moz-transform: translateY(5px);
	transform: translateY(5px);
}
.ms_common_dropdown > li > a {
	display: block;
	padding: 0 30px 14px;
}
.ms_common_dropdown > li:last-child > a {
	padding-bottom: 0;
}
.ms_common_dropdown > li > a > span {
	margin-right: 6px;
	width: 21px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	/*background-image: url(../images/icon.svg);*/
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_songslist_inner:hover span.icon_fav_add svg {
	fill: #fff !important;
}
.ms_common_dropdown:after {
	content: "";
	position: absolute;
	top: -10px;
	right: 15px;
	width: 20px;
	height: 20px;
	background: rgb(25, 38, 56);
	transform: rotate(45deg);
}
/*.ms_top_right {*/
/*	display: flex;*/
/*}*/
li {
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: none;
}
.ms_songlist.ms_index_songlist,
.music_listwrap .ms_songlist {
	margin-bottom: 190px;
	margin: 0;
}
ul.ms_songlist {
	padding: 0;
}
/*==== Scrollbar Css ====*/

/* width */

::-webkit-scrollbar {
	width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */

::-webkit-scrollbar-thumb {
	background: #888;
}
/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}
/*==== Bulk Upload Css ====*/

.ms_form_excel {
	width: 100%;
	text-align: center;
}
.ms_pro_form_excel {
	max-width: 500px;
	margin: auto;
}
.mv_video_wrap .form-group label {
	display: block;
	margin-bottom: 2px;
}
.div-wrapper-style-two .mv_video_wrap .form-group label {
	font-size: 16px;
}
.mv_video_wrap .ms_pro_form_excel .form-control {
	padding: 10px!important;
	height: auto;
}
.div-wrapper-style-two .mv_video_wrap .ms_pro_form_excel .form-control {
	padding: 10px!important;
	height: auto;
	background: #222948;
	border: 1px solid #272e52;
	margin: 10px 0 0px;
}
.mv_video_wrap .ms_pro_form_excel .ms_btn {
	height: 40px;
	width: 140px;
	line-height: 16px;
	cursor: pointer;
}
/*==== Notification Css ====*/

.ms_noti_wrap {
	display: none;
}
.ms_profile .ms_noti_wrap {
	display: block;
}
.div-wrapper-style-two .noti_icon.notify_ad .bg_cmn_icon {
	filter: brightness(0);
}
span.noti_icon.notify svg {
	width: 22px;
	fill: #fff;
}
.ms-notification {
	box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
	border-radius: 10px;
	padding: 15px;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
	background: white;
}
.ms-notification:before {
	position: absolute;
	content: '';
	left: 15px;
	top: 15px;
	bottom: 15px;
	width: 3px;
	background: #14182a;
	border-radius: 10px;
}
.ms-notification h3 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
	margin-left: 33px;
}
a.ms_btn.up_image_upload {
	line-height: 40px;
}
/*==== Artist List Css ====*/

div#artist-list_wrapper label {
	color: white;
}
.dataTables_wrapper .dataTables_length select {
	border: 1px solid #fff;
	padding: 5px;
	padding: 4px 10px;
	color: white;
}
.dataTables_wrapper .dataTables_filter input {
	border: 1px solid #fff;
}
table#artist-list {
	padding-top: 25px;
}
#artist-list th {
	padding: 10px 20px;
	letter-spacing: 1px;
	font-weight: 500!important;
	font-size: 18px;
	background: #212333;
}
.ms-artist-image img {
	max-width: 50px;
	border-radius: 100%;
	padding: 3px;
	background: white;
}
table#artist-list tr td {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: white;
	border: 0;
}
.dataTables_wrapper .dataTables_filter input {
	color: white;
}
div#artist-list_info {
	color: white;
}
a#artist-list_previous,
a#artist-list_next {
	background: #e4e4e4;
}
.music_center_slide .swiper-slide-active {
	width: 333px!important;
	transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg)!important;
	-webkit-transform-style: preserve-3d!important;
	transform-style: preserve-3d!important;
}
.music_center_slide .swiper-wrapper {
	transform: translate3d(108px, 0px, 0px)!important;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
	background-color: #14182a!important;
}
table.dataTable tbody tr {
	background-color: #14182a!important;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color: #14182a!important;
	border: 1px solid #6a6d79!important;
	border-left: none !important;
	border-right: none !important;
}
table#artist-list tr td {
	border: 1px solid #6a6d79;
	border-left: none;
	border-right: none;
}
table.dataTable thead th,
table.dataTable thead td {
	border: 1px solid #6a6d79!important;
	border-bottom: none!important;
	border-left: none!important;
	border-right: none!important;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color: #14182a!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
	background-color: #f6f6f6!important;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color: #eaeaea!important;
}
a#artist-list_previous,
a#artist-list_next {
	background: #ff553e!important;
	color: #fff !important;
}
div#artist-list_paginate {
	margin-top: 30px;
	text-align: center;
}
a.paginate_button.current {
	background: #ff553e !important;
	color: #fff !important;
	border: none !important;
	padding: 8px 17px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #fff !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #fff !important;
}
/** Chat CSs ***/

.mv_chat {
	background: #111111;
	padding: 30px;
	border: none;
	border-radius: 15px;
}
body .mv_chat .mv_user_messages {
	background: transparent;
	padding: 0px;
	border-radius: 6px;
}
body .mv_chat .mv_user_messages .mv_sent_msg {
	display: inline-block;
	width: 100%;
	position: unset;
	margin-bottom: 50px;
}
body .mv_chat .mv_user_messages .mv_sent_msg textarea {
	background: #222222;
	border: none;
	resize: vertical;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	height: 100px;
}
body .mv_user_div.mv_chat_active {
	background: #ad9052;
}
.wev_request_artist table.table td,
.wev_request_artist table.table th {
	border-color: #222222;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: left;
}
.wev_request_artist table.table td .artist_profile_image {
	height: 30px;
	width: 30px;
	object-fit: cover;
	margin-right: 10px;
}
body .mv_chat .mv_user_messages .mv_sent_msg button {
	position: unset;
	width: auto;
	height: auto;
	border: none;
	border-radius: 30px;
	padding: 4px 15px;
	background: #ad9052;
	color: #ffffff;
	margin: 10px 0 0;
}
body .mv_chat .mv_user_messages .mv_sent_msg button i {
	margin: 0 0 0 8px;
}
.wev_request_send,
.wev_request_success {
	text-transform: capitalize;
	border-radius: 30px;
	padding: 4px 10px;
}
.wev_request_send {
	background: #efb5a3;
}
.wev_request_success {
	background: #009800;
}
.wev_request {
	text-transform: capitalize;
	position: relative;
}
.mv_chat .mv_search_user input {
	background: #222222;
	border: none;
	height: 40px;
	border-radius: 6px 6px 0 0;
	color: #ffffff;
}
.mv_chat .mv_user_sidebar {
	background: #111111;
}
.mv_chat .mv_search_user button {
	background: transparent;
	border-radius: 0;
	color: #ad9052;
}
.mv_chat div#artists_search_result {
	background: #222222;
	color: #ffffff;
	border: none;
	border-radius: 0 0 6px 6px;
	max-height: 400px;
	overflow-y: auto;
}
.mv_chat div#artists_search_result::-webkit-scrollbar {
	width: 3px;
}
.mv_chat div#artists_search_result::-webkit-scrollbar-track {
	background-color: #111;
}
.mv_chat div#artists_search_result::-webkit-scrollbar-thumb {
	background-color: #222222;
}
.mv_chat div#artists_search_result .mv_user_div.bw_artists_data a.bw_artists_data {
	color: #ffffff;
	text-transform: capitalize;
}
.mv_chat div#artists_search_result .mv_user_div.bw_artists_data {
	border-bottom: 1px solid #2d2d2d;
}
.mv_chat div#artists_search_result .mv_user_div.bw_artists_data .mv_avtar_img img {
	width: 50px;
	height: 50px;
}
.wev_request_artist::-webkit-scrollbar {
	height: 8px;
}
.wev_request_artist::-webkit-scrollbar-track {
	background-color: #111;
}
.wev_request_artist::-webkit-scrollbar-thumb {
	background-color: #ad9052;
}
.home_banner {
	height: 100vh;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}
.ms_plan_btn_modal button {
	cursor: pointer;
}
.ms_songslist_box {
	max-height: 300px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	padding-right: 20px;
}
.ms_songslist_box::-webkit-scrollbar {
	width: 2px;
}
.tab-content .ms_songslist_box {
	max-height: 600px;
}
.music_center_details a.ms_btn {
	position: static!important;
	visibility: visible!important;
	opacity: 1!important;
	width: 100px;
	transform: translate(0%, 0%)!important;
	-webkit-transform: translate(0%, 0%)!important;
	-moz-transform: translate(0%, 0%)!important;
	-ms-transform: translate(0%, 0%)!important;
}
span.music_center_dwld i.center_dwld_icon {
	background-position: -1248px 4px !important;
}
.music_center_dwld:hover .center_dwld_icon {
	background-position: -1248px 32px !important;
}
.ms_songslist_box ul li:last-child ul.ms_common_dropdown,
.ms_songslist_box ul li:nth-last-child(2) ul.ms_common_dropdown {
	top: auto;
	bottom: 50px;
}
.ms_songslist_box ul li:last-child ul.ms_common_dropdown::after,
.ms_songslist_box ul li:nth-last-child(2) ul.ms_common_dropdown::after {
	top: auto;
	bottom: -7px;
}
.widget_recent_entries ul li a {
	position: relative;
}
.play_active_song .equlizer {
	transform: scale(2)!important;
	-webkit-transform: scale(2)!important;
	-moz-transform: scale(2)!important;
	-ms-transform: scale(2)!important;
	-o-transform: scale(2)!important;
	left: -21px!important;
	top: 14px!important;
}
.ms_add_cart a i {
	color: white!important;
}
li.product .ms_play_icon {
	top: 40%;
}
body.category .ms_main_data {
	padding: 0;
}
.album_single_data .about_artist {
	padding-right: 20px;
}
.album_single_data{
    margin-bottom: 30px;
    padding: 30px 30px;
    background-color: #1b2039;
    border-radius: 5px;
    box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 30%);
}
.album_single_data .album_more_optn {
    top: 20px;
    right: 30px;
}
.music_center_slider span.icon svg {
	width: 24px!important;
	height: 24px!important;
	margin-top: 10px;
}
.div-wrapper-style-two .ms_download_inner .equlizer svg.lds-equalizer {
	width: 32px;
	height: 32px;
}
/*====Weekly Top 15 Music =====*/

.ms_weekly_wrapper {
	padding-top: 50px;
}
.ms_weekly_wrapper .ms_heading {
	margin-bottom: 10px;
}
.ms_weekly_box {
	float: left;
	width: 100%;
	padding: 20px 0px 20px 0px;
	position: relative;
}
.weekly_left {
	float: left;
}
.weekly_right {
	float: right;
	position: relative;
}
.weekly_left span.w_top_no {
	font-size: 43px !important;
	font-weight: bold;
	color: #dedede;
	display: inline-block;
	float: left;
	text-align: center;
	width: 50px;
	line-height: 50px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.w_top_song {
	float: left;
	padding-left: 40px;
}
.w_top_song .w_tp_song_img {
	width: 50px;
	float: left;
	position: relative;
	overflow: hidden;
}
.w_top_song .w_tp_song_name {
	width: calc(100% - 50px);
	float: left;
	padding-left: 20px;
}
.w_top_song .w_tp_song_img img {
	border-radius: 5px;
	max-width: 100%;
}
.w_song_time {
	padding-right: 40px;
	color: #fff;
}
.weekly_right .ms_more_icon {
	top: -10%;
	right: 0;
}
.ms_divider {
	float: left;
	width: 100%;
	border: 0;
	height: 2px;
	background: #252b4d;
	background-image: -webkit-linear-gradient(left, #252b4d, #252b4d, #161a2d);
	background-image: -moz-linear-gradient(left, #252b4d, #252b4d, #161a2d);
	background-image: -ms-linear-gradient(left, #252b4d, #252b4d, #161a2d);
	background-image: -o-linear-gradient(left, #252b4d, #252b4d, #161a2d);
}
.ms_weekly_box ul.more_option.open_option {
	opacity: 1;
}
.ms_weekly_box ul.more_option {
	right: 30px;
	top: 12px;
}
.w_top_song .ms_song_overlay {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	opacity: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.ms_play_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.woocommerce ul.products li:hover .ms_play_icon {
	opacity: 1;
	visibility: visible;
}
.ms_weekly_inner .ms_play_icon {
	width: 28px;
}
.ms_weekly_box:hover .w_top_song .ms_song_overlay,
.ms_weekly_box.ms_active_play .w_top_song .ms_song_overlay,
.ms_release_box:hover .w_top_song .ms_song_overlay,
.ms_release_box.ms_active_play .w_top_song .ms_song_overlay {
	opacity: 1;
}
.ms_weekly_box:hover .ms_play_icon,
.ms_weekly_box.ms_active_play .ms_play_icon,
.ms_release_box:hover .ms_play_icon,
.ms_release_box.ms_active_play .ms_play_icon {
	top: 50%;
}
.ms_weekly_box:hover .w_tp_song_name h3 a,
.ms_weekly_box.ms_active_play .w_tp_song_name h3 a,
.ms_release_box:hover .w_tp_song_name h3 a,
.ms_release_box.ms_active_play .w_tp_song_name h3 a {
	color: #3bc8e7;
}
.ms_weekly_box:hover .weekly_left span.w_top_no,
.ms_weekly_box.ms_active_play .weekly_left span.w_top_no {
	color: #3bc8e7;
}
.ms_bars {
	height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	width: 100px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.bar {
	background: #fff;
	bottom: 1px;
	height: 3px;
	position: absolute;
	width: 2px;
	animation: sound 0ms -800ms linear infinite alternate;
}
@keyframes sound {
	0% {
		opacity: .35;
		height: 3px;
	}
	100% {
		opacity: 1;
		height: 28px;
	}
}
.bar:nth-child(1) {
	left: 1px;
	animation-duration: 474ms;
}
.bar:nth-child(2) {
	left: 5px;
	animation-duration: 433ms;
}
.bar:nth-child(3) {
	left: 9px;
	animation-duration: 407ms;
}
.bar:nth-child(4) {
	left: 13px;
	animation-duration: 458ms;
}
.bar:nth-child(5) {
	left: 17px;
	animation-duration: 400ms;
}
.bar:nth-child(6) {
	left: 21px;
	animation-duration: 427ms;
}
.bar:nth-child(7) {
	left: 25px;
	animation-duration: 441ms;
}
.bar:nth-child(8) {
	left: 29px;
	animation-duration: 419ms;
}
.bar:nth-child(9) {
	left: 33px;
	animation-duration: 487ms;
}
.bar:nth-child(10) {
	left: 37px;
	animation-duration: 442ms;
}
.ms_nav_close:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: -6px;
	width: 30px;
	height: 133px;
	/*background: url(../images/svg/sidebar_bg.svg) no-repeat;*/
	z-index: -1;
}
/*====Featured Artists Css Start====*/

.ms_featured_slider,
.ms_releases_wrapper {
	position: relative;
	margin: 30px 0px 0px 0px;
}
/*====Advertisment Css Start====*/

.ms_advr_wrapper {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}
.ms_advr_wrapper.ms_advr2 {
	margin: 31px 0px 58px;
}
/*====New Released Css Start====*/

.ms_releases_wrapper .w_top_song {
	padding-left: 0px;
	padding-left: 20px;
	position: relative;
}
.ms_releases_wrapper {
	margin-top: 50px;
	margin-bottom: 9px;
	display: inline-block;
	width: 100%;
}
.ms_release_slider.swiper-container {
	padding-top: 10px;
}
.ms_releases_wrapper .ms_divider {
	height: 2px;
	-webkit-border-radius: 50%;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 10px rgba(22, 26, 45, 0.27);
	background-image: none;
	background: rgba(37, 43, 77, 0.75);
}
.ms_release_box {
	padding-top: 20px;
	position: relative;
}
.ms_release_box .ms_play_icon {
	width: 28px;
}
.ms_release_box .weekly_right {
	float: right;
	position: absolute;
	right: 0;
	top: 14px;
}
.slider_dot {
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	background-color: #3bc8e7;
	top: -26px;
	left: 38px;
	border-radius: 100%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.slider_dot:after {
	position: absolute;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #14182a;
	top: 2px;
	left: 2px;
	border-radius: 100%;
}
.ms_releases_wrapper .swiper-button-next3,
.ms_releases_wrapper .swiper-button-prev3 {
	top: 91%;
	width: 14px;
	height: 20px;
	margin-top: -22px;
	background-size: 7px 12px;
	right: 0;
}
.swiper-slide.swiper-slide-active .slider_dot,
.ms_release_box:hover .slider_dot {
	box-shadow: 0px 0px 10px rgb(255, 255, 255);
}
.ms_releases_wrapper .swiper-slide.swiper-slide-active .w_top_song .w_tp_song_name h3 a {
	color: #3bc8e7;
}
/*====Featured Album Slider Css Start====*/

/*.ms_fea_album_slider {*/
/*	position: relative;*/
/*	margin: 52px 0px 0px 0px;*/
/*}*/
.ms_fea_album_slider {
	position: relative;
	/*margin: 52px 0px 0px 0px;*/
	/*padding-bottom:150px;*/
}
/*====Top Genres Css Start====*/

/*.ms_genres_wrapper {*/

/*	margin: 50px 0px 0px 0px;*/

/*}*/
.ms_genres_box {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ms_genres_box img {
	width: 100%;
	border-radius: 10px;
}
.ms_genres_box:hover .ms_box_overlay {
	top: 0;
}
.ms_genres_box:hover .ms_main_overlay {
	opacity: 1;
}
.ovrly_text_div {
	position: absolute;
	width: 100%;
	bottom: -40%;
	padding: 0px 20px;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.ovrly_text_div span.ovrly_text1 a,
.ovrly_text_div span.ovrly_text2 a {
	color: #fff;
	text-transform: capitalize;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
span.ovrly_text2 {
	float: right;
}
.ms_genres_box:hover .ovrly_text_div {
	bottom: 20px;
}
.ms_genres_box .ms_box_overlay_on {
	position: absolute;
	left: 0;
	content: "";
	width: 101%;
	height: 101%;
	top: 0;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, rgb(20, 24, 42) 0%, rgb(237, 63, 179) 0%, rgb(52, 62, 105) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(20, 24, 42) 0%, rgb(237, 63, 179) 0%, rgb(52, 62, 105) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(20, 24, 42) 0%, rgb(237, 63, 179) 0%, rgb(52, 62, 105) 0%, rgba(32, 167, 196, 0) 100%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
}
.ms_box_overlay_on .ovrly_text_div {
	bottom: 20px;
}
.ms_genres_box:hover .ms_box_overlay_on {
	opacity: 0;
	top: 100%;
}
/* ---- masonry-item ---- */

.masonry-sizer,
.masonry-item {
	width: 24.5%;
}
.masonry-item {
	float: left;
}
.masonry-item img {
	display: block;
	max-width: 100%;
}
.ms_advr_wrapper_left {
	text-align: left;
	margin-top: 50px;
	margin-bottom: 10px;
}
.ms_advr_wrapper_right {
	text-align: right;
	margin-top: 50px;
	margin-bottom: 10px;
}
/*====Live Radio Css Start==== */

.ms_radio_wrapper {
	position: relative;
	margin: 30px 0px 0px 0px;
}
.ms_radio_slider {
	position: relative;
}
/*====Footer Css Start====*/

.ms_footer_wrapper {
	/* background-image: url(../images/footer_bg.png); */
	background-size: cover;
	position: relative;
	z-index: 1;
	margin-bottom: 75px;
	padding-top: 35px;
}
.ms_footer_wrapper:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
	background-image: -webkit-linear-gradient(-90deg, rgb(20, 24, 42) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -moz-linear-gradient(-90deg, rgb(20, 24, 42) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -ms-linear-gradient(-90deg, rgb(20, 24, 42) 0%, rgba(32, 167, 196, 0) 100%);
	background-color: rgba(20, 24, 42, 0.3);
}
.ms_footer_inner {
	padding: 0px 66px 2px 144px;
}
.footer_box {
	margin-top: 35px;
	padding-right: 38px;
}
.ms_footer_logo {
	text-align: center;
	padding-left: 80px;
	padding-bottom: 25px;
}
.ms_footer_logo span {
	display: block;
	width: 100%;
	color: #fff;
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}
h1.footer_title {
	font-size: 18px;
	text-transform: capitalize;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 18px;
}
h1.footer_title:after {
	width: 100px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: -15px;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}
.ms_footershdow_widget h1.footer_title:after {
	width: 50px;
	height: 1px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}
.footer_box p {
	color: #ffffff;
	line-height: 25px;
	margin: 0px;
}
.footer_box.footer_app p {
	margin-bottom: 5px;
}
.footer_box a.foo_app_btn {
	display: inline-block;
	padding: 10px 15px 10px 0px;
}
.footer_box a.foo_app_btn img {
	border-radius: 5px;
}
.footer_box.footer_subscribe p {
	margin-bottom: 15px;
}
.footer_box.footer_subscribe .form-group {
	margin-bottom: 20px;
}
.footer_box.footer_subscribe .ms_btn {
	height: 40px;
	line-height: 40px;
	width: auto;
	padding: 0px 22px;
	margin-left: 0px;
}
.footer_box.footer_contacts ul.foo_con_info {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.footer_box.footer_contacts ul.foo_con_info li {
	width: 100%;
	display: inline-block;
}
.footer_box.footer_contacts ul.foo_con_info li .foo_con_icon {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 40px;
	float: left;
	border-radius: 5px;
	background-image: -moz-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
}
.footer_box.footer_contacts ul.foo_con_info li .foo_con_data {
	width: calc(100% - 40px);
	float: left;
	padding-left: 20px;
	margin-bottom: 3px;
}
.footer_box.footer_contacts ul.foo_con_info li .foo_con_data span {
	display: block;
	line-height: 25px;
	color: #ffffff;
}
.footer_box.footer_contacts ul.foo_con_info li .foo_con_data span.con-title {
	text-transform: capitalize;
}
.footer_box.footer_contacts ul.foo_con_info li .foo_con_data span a {
	color: #ffffff;
}
.footer_box.footer_contacts ul.foo_con_info li .foo_con_data span a:hover {
	color: #3bc8e7;
}
.foo_sharing {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
}
.share_title {
	display: inline-block;
	color: #fff;
	text-transform: capitalize;
	float: left;
	line-height: 33px;
	margin-right: 10px;
}
.foo_sharing ul {
	padding: 0px;
	margin: 0px;
	float: left;
	padding-left: 25px;
}
.foo_sharing ul li {
	display: inline-block;
	margin-right: 5px;
}
.foo_sharing ul li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	color: #fff;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	background-image: -moz-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
}
.foo_sharing ul li a:hover {
	box-shadow: 0 0 18px 0 #3bc8e7;
}
.footer_box.footer_subscribe input.form-control {
	width: 93%;
	padding: 0px 20px;
}
.ms_copyright {
	text-align: center;
	margin-top: 40px;
	width: 100%;
	display: inline-block;
	padding: 0px 0px 0px 80px;
}
.ms_copyright p {
	color: #ffffff;
	margin: 0px;
	padding: 20px 0px;
}
.ms_copyright p a {
	color: #3bc8e7;
}
.footer_border {
	width: 250px;
	height: 1px;
	margin: 0 auto;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}
.footer_box.footer_subscribe {
	position: relative;
}
p.ns_form_msg.error-row {
	position: absolute;
	bottom: -60px;
}
/*====Player Css Start====*/

/*.ms_player_wrapper {*/

/*	background-image: url(../images/player_bg.jpg);*/

/*	background-size: cover;*/

/*	position: fixed;*/

/*	bottom: 0px;*/

/*	width: 100%;*/

/*	z-index: 10000;*/

/*	box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);*/

/*	transition: all 0.4s ease-in-out;*/

/*	-webkit-transition: all 0.4s ease-in-out;*/

/*	-moz-transition: all 0.4s ease-in-out;*/

/*	-ms-transition: all 0.4s ease-in-out;*/

/*	-o-transition: all 0.4s ease-in-out;*/

/*}*/

.ms_player_close i {
	top: 11px;
	position: relative;
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.close_player .ms_player_close i {
	top: -10px;
	position: relative;
}
.main_class .ms_footer_wrapper {
	margin-bottom: 0;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.ms_player_wrapper.close_player {
	bottom: -75px;
}
.ms_player_wrapper.close_player .ms_player_close i {
	position: relative;
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
}
/*.ms_player_close {*/

/*	position: absolute;*/

/*	top: -26px;*/

/*	right: 8px;*/

/*	background-color: #1b2039;*/

/*	width: 55px;*/

/*	height: 27px;*/

/*	text-align: center;*/

/*	color: #fff;*/

/*	font-size: 20px;*/

/*	line-height: 34px;*/

/*	z-index: 1;*/

/*	cursor: pointer;*/

/*	border-radius: 25px 25px 0px 0px;*/

/*}*/

.ms_player_wrapper:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(27, 32, 57, 0.6);
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ms_songslist_more span svg {
    fill:#7c8ea5;
}
.player_left {
	width: auto;
	position: absolute;
	border-radius: 0px 12px 12px 0px;
	background-image: -moz-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
	float: left;
	z-index: 10;
}
.play_song_img {
	width: 50px;
	float: left;
}
.play_song_name span.que_img {
	width: 50px;
	float: left;
}
.play_song_name span.que_img img {
	border-radius: 5px;
}
.play_song_name .que_data {
	width: calc(100% - 50px);
	padding-left: 15px;
	float: left;
}
.play_song_name h3 {
	font-size: 16px;
	color: #fff;
}
.play_song_img img {
	border-radius: 5px;
}
.play_song_name a {
	color: #dedede;
	font-size: 15px;
}
span.play-left-arrow {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	line-height: 18px;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
span.play-left-arrow i.fa {
	position: relative;
	top: -1px;
}
/*.ms_play_song {*/

/*	display: inline-block;*/

/*	float: left;*/

/*	width: 300px;*/

/*	padding: 13px 0px 15px 30px;*/

/*	height: 75px;*/

/*}*/

.play_song_options {
	float: left;
	position: relative;
	top: 0;
	margin-right: 50px;
	display: none;
}
.div-wrapper-style-two .play_song_options {
	position: relative;
	top: 0px;
}
.play_song_options ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-o-transform: translateX(-10%);
}
.play_song_options ul li {
	float: left;
}
.play_song_options ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	padding: 8px 20px;
	border-right: 2px solid #cdcdcd;
}
.play_song_options ul li:first-child a {
	padding-left: 0px;
}
.play_song_options ul li:last-child a {
	border-right: none;
}
.ms_icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/svg/icon.svg);
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	display: inline-block;
}
i.ms_icon.icon_share,
.play_song_options ul li a .icon_download,
.play_song_options ul li a .icon_fav,
.play_song_options ul li a .icon_playlist {
	background-image: url(../images/svg/share.svg);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	position: relative;
	top: 5px;
}
.play_song_options ul li a .icon_download {
	background-image: url(../images/svg/w_download.svg);
	top: 2px;
}
.song_optn_icon {
	margin-right: 5px;
}
.play_song_options ul li a .icon_fav {
	background-image: url(../images/svg/w_fav.svg);
}
.play_song_options ul li a .icon_playlist {
	background-image: url(../images/svg/w_playlist.svg);
}
.player_left.open_list .play_song_options {
	display: block;
}
.player_left.open_list .play_song_options ul {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}
.player_left.open_list span.play-left-arrow {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
}
.audio-player a,
.audio-player a:hover {
	text-decoration: none
}
.audio-player.is_hidden {
	top: 100%
}
.audio-player.is_hidden .hide_player {
	bottom: 100%
}
.audio-player:hover .hide_player {
	bottom: 100%
}
.hide_player {
	position: absolute;
	bottom: -25px;
	right: 0;
	background: #333;
	color: #ccc;
	padding: 6px 10px;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}
.hide_player:hover {
	color: #fff
}
.hide_player:active,
.hide_player:focus {
	color: #ccc
}
.touchevents .hide_player {
	bottom: 100%!important
}
.no-flexbox .audio-player {
	display: none
}
.flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.jp-controls.flex-item {
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px
}
.jp-progress-container.flex-item {
	-ms-flex-preferred-size: 350px;
	-ms-flex-positive: 2;
	flex-grow: 2;
	-ms-flex-negative: 2;
	flex-shrink: 2;
	max-width: 630px;
	width: 100%;
	margin-top: 3px;
}
/*.jp-now-playing.flex-item {*/

/*	-ms-flex-preferred-size: 145px;*/

/*	flex-basis: 145px*/

/*}*/

.jp-toggles.flex-item {
	-ms-flex-preferred-size: 130px;
	flex-basis: 106px;
	text-align: center;
}
.jp-volume-controls.flex-item {
	-ms-flex-preferred-size: 155px;
	flex-basis: 80px;
	margin-left: 40px;
}
.jp-playlist {
	display: none
}
.jp-toggles.flex-item button {
	margin: 6px 10px 0px 10px;
}
.jp-gui.jp-interface.flex-wrap {
	position: relative;
	top: 1px;
}
.jp-interface .jp-controls button,
.jp-interface .jp-toggles button,
.jp-interface .jp-volume-controls button {
	background: 0 0;
	border: 0;
	outline: 0;
	color: #7b7c8b;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: all;
	transition-property: all;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 20px;
	padding: 0 0px
}
.jp-interface .jp-controls .jp-play i,
.jp-interface .jp-controls .jp-previous i,
.jp-interface .jp-controls .jp-next i {
	font-size: 23px;
	color: #fff
}
.jp-interface .jp-controls .jp-play i {
	padding-left: 5px;
	padding-top: 5px
}
.jp-audio.jp-state-playing .jp-play i {
	padding-left: 0
}
.jp-audio.jp-state-playing .jp-play i.ms_play_control {
	background-position: 1021px 0px !important;
}
.jp-progress-container,
.jp-volume-bar-container {
	height: 3px;
	padding: 0;
}
.jp-progress,
.jp-seek-bar,
.jp-play-bar,
.jp-volume-bar,
.jp-volume-bar-value {
	height: 3px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.jp-progress {
	margin: 0px;
	background-color: #fff;
	border-radius: 15px;
}
.jp-seek-bar,
.jp-volume-bar {
	cursor: pointer;
	background-color: #fff;
	border-radius: 10px;
}
.jp-play-bar {
	float: left;
	position: relative;
	background-color: #3bc8e7;
	border-radius: 5px;
	overflow: visible!important;
}
.jp-volume-bar-value {
	float: left;
	position: relative;
	background-color: #aaa
}
.jp-progress .bullet,
.jp-volume-bar .bullet {
	position: absolute;
	content: "";
	top: -6.5px;
	right: -7px;
	height: 15px;
	width: 15px;
	background: #3bc8e7;
	border-radius: 50%;
	box-shadow: 0px 0px 15px rgb(255, 255, 255);
}
.jp-time-holder {
	position: relative;
	top: 0;
	color: #979797;
	font-size: 12px
}
.jp-time-holder .jp-current-time {
	position: absolute;
	left: 0;
	top: 10px;
	color: #fff;
}
.jp-time-holder .jp-duration {
	position: absolute;
	right: 0;
	top: 10px;
	color: #fff;
}
/*.jp-track-name {*/

/*	color: #fff;*/

/*	font-size: 16px;*/

/*	overflow: hidden;*/

/*	white-space: nowrap;*/

/*	-o-text-overflow: ellipsis;*/

/*	text-overflow: ellipsis;*/

/*	max-width: 100%;*/

/*	padding-right: 30px;*/

/*}*/

/*.jp-artist-name {*/

/*	color: #dedede;*/

/*	font-size: 14px;*/

/*	overflow: hidden;*/

/*	white-space: nowrap;*/

/*	-o-text-overflow: ellipsis;*/

/*	text-overflow: ellipsis;*/

/*	max-width: 140px;*/

/*}*/

.jp-toggles button {
	margin: 0 3px
}
.jp-toggles button:hover {
	color: #fff
}
.jp-state-looped .jp-toggles .jp-repeat,
.jp-state-shuffled .jp-toggles .jp-shuffle,
.jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
	color: #00c85f
}
.jp-volume-controls button {
	float: left
}
.jp-volume-controls .jp-volume-bar {
	margin-left: 40px;
	margin-top: 17px;
}
.jp-volume-bar,
.jp-volume-bar-value {
	border-radius: 5px
}
.jp-playlist {
	position: absolute;
	right: 0;
	bottom: -2%;
	background: #1b2039;
	padding: 40px 0px 25px 0px;
	width: 350px;
	box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
	border-radius: 12px 0px 0px 12px;
	z-index: 10;
}
.jp-playlist ul {
	padding: 0;
	margin: 0;
	max-height: 345px;
}
.jp-playlist li {
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.jp-playlist li:hover {
	background-color: #2ec8e6;
}
.jp-playlist li a {
	color: #fff;
	display: block;
	padding: 10px 15px;
	outline: 0;
	border-bottom: none;
	float: left;
	width: 100%;
}
a.jp-playlist-item-remove {
	position: absolute;
}
.jp-playlist li:hover .que_close {
	background-color: #1b2039;
}
.jp-playlist li:last-child a {
	border-bottom: 0
}
.jp-playlist li a:hover,
.jp-playlist li a:focus,
.jp-playlist li a:active {
	color: #fff;
	text-decoration: none
}
.jp-playlist li a span.jp-artist {
	color: #dedede;
	width: 100%;
	display: block;
	font-size: 15px;
	line-height: 22px;
}
.player_mid {
	position: relative;
	width: 100%;
}
.jp_queue_cls {
	position: absolute;
	right: 13px;
	top: 10px;
	color: #fff;
	font-size: 13px;
	cursor: pointer;
}
.jp-type-playlist {
	padding-left: 390px;
	padding-right: 80px;
	padding-top: 10px;
	padding-bottom: 20px;
}
.jp-volume-wrap {
	margin-top: -3px;
}
.jp_queue_wrapper {
	float: right;
	padding-right: 117px;
	margin-top: 23px;
}
.jp_queue_wrapper span.que_text {
	background-color: #2ec8e6;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	padding: 0px 21px;
	color: #fff;
	text-transform: capitalize;
	border-radius: 20px;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.jp_queue_wrapper span.que_text i {
	width: 12px;
	height: 12px;
	text-align: center;
	background-color: #fff;
	color: #3bc8e7;
	border-radius: 50%;
	line-height: 12px;
	font-size: 11px;
	position: relative;
	top: -2px;
}
.jp-playlist h2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.jp-playlist span.que_img {
	width: 50px;
	float: left;
}
.jp-playlist span.que_img img {
	border-radius: 5px;
}
.jp-playlist .que_data {
	width: calc(100% - 50px);
	float: left;
	padding-left: 20px;
	line-height: 30px;
}
.jp-playlist li.jp-playlist-current {
	background-color: #252b4d;
}
.jp-playlist .action {
	overflow: auto;
	right: 15px;
	position: absolute;
	left: auto;
	top: 22px;
	top: 50%;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
section.fw-main-row.history_row1.ms_needlogin.ms_music1 {
    padding-top: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding-bottom: 11%;
}
div#lang_modal .modal-content i {
	font-size: 14px;
	color: #fb324f;
}
.jp-playlist li.jp-playlist-current .action,
.jp-playlist li:hover .action {
	opacity: 1;
}
.jp-playlist li:hover .action .que_close {
	background-color: #252b4d;
}
.que_more {
	padding-right: 10px;
	cursor: pointer;
}
.que_more:hover ul.more_option {
	opacity: 1;
	visibility: visible;
}
.jp-playlist.find_li ul li:last-child ul.more_option {
	top: auto;
	bottom: 100%;
}
.que_close {
	width: 20px;
	height: 20px;
	background-color: #3bc8e7;
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	line-height: 18px;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 14px;
}
.jp_queue_btn {
	text-align: center;
	padding-top: 40px;
	/*padding-bottom: 50px;*/
}
.jp_queue_list_inner {
    height: 100px;
    position: relative;
    overflow: visible;
}
div#playlist-wrap span#myPlaylistQueue {
	margin-top: 23px;
	position: relative;
	top: 45px;
}
.jp_queue_btn a {
	height: 30px;
	background-color: #3bc8e7;
	color: #fff;
	display: inline-block;
	padding: 0px 32px;
	line-height: 30px;
	text-transform: capitalize;
	border-radius: 20px;
	margin: 0px 10px;
}
.jp_quality_optn.custom_select {
	margin-left: 17px;
	margin-top: -2px;
}
.jp-type-playlist .nice-select span.current {
	color: #fff;
	text-transform: capitalize;
}
.jp-type-playlist .nice-select {
	background-color: transparent;
	border-radius: 20px;
	border: solid 1px #fff;
	font-size: 15px;
	height: 30px;
	line-height: 32px;
}
.jp-type-playlist .nice-select:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: none;
	border-right: none;
	margin-top: -1px;
	right: 17px;
	width: 6px;
	height: 6px;
}
.jp-type-playlist .nice-select.open:after {
	margin-top: -6px;
}
.jp-type-playlist .nice-select .option:hover,
.jp-type-playlist .nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #eee;
	position: relative;
}
li.option.selected.focus:after {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-color: #3bc8e7;
	text-align: center;
	line-height: 20px;
	color: #fff;
	border-radius: 100%;
	font-size: 10px;
}
.jp-type-playlist .nice-select .list {
	top: auto;
	left: auto;
	right: 0;
	bottom: 189%;
	margin-bottom: 0px;
	width: 150px;
	border-radius: 5px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	-o-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	-ms-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
}
.jp-type-playlist .nice-select .option {
	line-height: 35px;
	min-height: 35px;
	border-bottom: 1px solid #eded;
	color: #777;
}
.jp-interface .ms_play_control {
	background: url(../images/svg/play_icon.svg) !important;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
}
button.jp-previous .ms_play_control {
	background-position: 0px 0px !important;
}
button.jp-play .ms_play_control {
	background-position: 941px 0px !important;
}
button.jp-next .ms_play_control {
	background-position: 869px 0px !important;
}
.jp-controls.flex-item {
	position: relative;
	top: 4px;
}
button.jp-mute {
	position: relative;
	top: 0px;
	height: 30px;
}
button.jp-mute .ms_play_control {
	background-position: 220px 0px !important;
	border: 1px solid #fff;
	border-radius: 100%;
}
button.jp-shuffle .ms_play_control {
	background-position: 140px 0px !important;
	border: 1px solid #fff;
	border-radius: 100%;
}
button.jp-repeat .ms_play_control {
	background-position: 60px 0px !important;
	border: 1px solid #fff;
	border-radius: 100%;
}
button.jp-repeat .ms_play_control:hover {
	background-position: 20px 0px !important;
	background-color: #fff !important;
}
button.jp-shuffle .ms_play_control:hover {
	background-position: 100px 0px !important;
	background-color: #fff !important;
}
.jp-volume-bar {
	position: relative;
}
.jp-volume-bar-value {
	position: absolute;
	bottom: 0;
}
.jp-playlist ul.more_option {
	overflow: inherit;
}
.jp-playlist ul.more_option li.jp-playlist-current {
	background-color: transparent;
}
.jp-playlist ul.more_option li:hover {
	background-color: transparent;
}

.jp-playlist ul.more_option li a:focus {
	color: #777;
}
.jp-playlist ul.more_option li a {
	padding-bottom: 0;
}
.jp-playlist ul.more_option {
	top: 90%;
	right: 30px;
	text-align: center;
}
.jp-playlist ul.more_option li {
	width: auto;
	display: inline-block;
	float: none;
}
.jp-playlist ul.more_option li a {
	text-align: left !important;
	color: #777777;
	display: block;
	font-size: 13px;
	padding: 12px 5px 0px 5px;
}
.jp-playlist ul.more_option li a .opt_icon {
	padding-right: 0px;
}
.jp-playlist ul.more_option:after {
	top: -8px;
	right: 13px;
	border-top: transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #fff;
}
.knob-container .knob-wrapper-outer .knob-wrapper .knob-mask .round:before {
	background-image: url(../images/svg/volume.svg);
	width: 20px;
	height: 16px;
	position: absolute;
	top: 6px;
	left: 0px;
	content: "";
}
.jp-state-muted .knob-container .knob-wrapper-outer .knob-wrapper .knob-mask .round:before {
	background-image: url(../images/svg/mute.svg);
	height: 20px;
	width: 20px;
	top: 4px;
}
.ms_empty_queue {
	text-align: center;
	/*margin-top: 50px;*/
}
.jp-state-shuffled button.jp-shuffle .ms_play_control {
	border: 1px solid #fff;
	background-color: #fff !important;
}
.jp-state-looped button.jp-repeat .ms_play_control {
	background-color: #fff !important;
}
.jp-state-looped button.jp-repeat .ms_play_control {
	background-position: 20px 0px !important;
	background-color: #fff !important;
}
.jp-state-shuffled button.jp-shuffle .ms_play_control {
	background-position: 100px 0px !important;
	background-color: #fff !important;
}
/*====Album Single Css Start====*/

.knob-container .knob-wrapper-outer .knob-wrapper .knob.d2:after {
	border-right-color: #b06ab3!important;
}
.ms_album_single_wrapper {
	position: relative;
	z-index: 10;
	padding: 140px 80px 0px 159px;
}
.ms_main_wrapper.ms_main_wrapper_single {
	padding: 45px 65px 40px 144px;
}
.ms_main_wrapper.ms_main_wrapper_single .comments-area {
	padding-top: 45px;
}
.ms_album_single_wrapper:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	left: 0;
	z-index: -1;
}
.album_single_img {
	width: 240px;
	float: left;
}
.album_single_title {
	font-size: 18px;
	padding-bottom: 10px;
	display: block;
}
.album_single_data {
	padding-bottom: 50px;
	display: inline-block;
	width: 100%;
	position: relative;
}
/* .album_single_data .album_more_optn {
	top: -1px;
}*/
.album_single_img img {
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.4);
}
.album_single_text {
	width: calc(100% - 240px);
	float: left;
	padding-left: 35px;
}
.album_single_text h2 {
	font-size: 22px;
	color: #fff;
	padding-bottom: 10px;
}
.album_single_text p.singer_name {
	color: #fff;
	font-size: 15px;
	margin-bottom: 5px;
}
.album_feature a.album_date {
	display: block;
	color: #dedede;
	margin-bottom: 5px;
}
.album_btn a.ms_btn {
	height: 40px;
	line-height: 39px;
	width: auto;
	margin-left: 0px;
	padding: 0px 39px;
	font-size: 16px;
	margin-right: 20px;
	position: relative;
	vertical-align: middle;
}
span.pause_all {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.album_btn a.ms_btn img {
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
span.play_all {
	vertical-align: middle;
}
a.ms_btn.play_btn span.play_all {
	width: 151px;
	position: relative;
	overflow: hidden;
	padding: 0px;
}
.album_btn {
	margin-top: 19px;
	display: inline-block;
}
a.ms_btn.play_btn.btn_pause span.pause_all {
	opacity: 1;
	z-index: 1000;
}
a.ms_btn.play_btn.btn_pause span.play_all {
	display: none;
}
.album_more_optn {
	right: 0;
	top: 30px;
	cursor: pointer;
}
.album_single_data ul.more_option {
	top: -6px;
	right: 70px;
}
.ms_main_wrapper.ms_main_wrapper_single .album_single_data ul.more_option {
	top: 15px;
}
.album_more_optn img {
	transform: scale(1.3);
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
}
.album_list_wrapper {
	width: 100%;
}
.ms_album_single_wrapper .ms_view_more {
	width: 100%;
}
.ms_content_wrapper.ms_album_content {
	padding-top: 52px;
}
.album_list_wrapper>ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: flex;
	width: 100%;
	justify-content: unset;
	align-items: center;
}
.album_list_wrapper>ul>li {
	display: inline-block;
	color: #2ec8e6;
	position: relative;
	text-transform: capitalize;
	top: auto;
	right: auto;
	flex-basis: 20%;
}
.album_list_wrapper>ul>li .ms_icon1 {
	position: relative;
	top: 4px;
}
.album_list_wrapper>ul>li:first-child {
	flex-basis: 10%;
}
.album_list_wrapper>ul>li:last-child {
	flex-basis: 10%;
}
.album_list_wrapper>ul>li>a {
	color: #fff;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	padding-top: 3px;
}
.album_list_wrapper>ul:hover>li>a {
	color: #2ec8e6;
}
ul.album_list_name {
	position: relative;
	padding-bottom: 10px;
	padding-top: 0px;
}
ul.album_list_name:after {
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	background: rgba(59, 200, 231, 0.61);
	background-image: -webkit-linear-gradient(left, rgba(59, 200, 231, 0.71), #3bc8e7db, rgba(22, 26, 45, 0.8));
	background-image: -moz-linear-gradient(left, #252b4d, #252b4d, #161a2d);
	background-image: -ms-linear-gradient(left, #252b4d, #252b4d, #161a2d);
	background-image: -o-linear-gradient(left, #252b4d, #252b4d, #161a2d);
}
.div-wrapper-style-two .ms_main_data {
	padding-top: 80px;
}
.ms_main_wrapper.ms_main_wrapper_single {
	background-position: center;
	overflow-x: hidden;
}
.div-wrapper-style-two span.notify_ad svg {
	width: 22px;
	fill: #fff;
}
.ms_icon1 {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
}
 .ms_main_wrapper {
	padding-top: 50px;
}
.album_btn a {
	margin: 10px 0;
}
.ms_downlod_list {
	text-align: left;
}
.ms_icon1.ms_fav_icon {
	background-position: -552px 6px;
}
.album_list_wrapper>ul:hover .ms_icon1.ms_fav_icon,
ul.play_active_song .ms_icon1.ms_fav_icon {
	background-position: -592px 6px;
}
.ms_icon1.ms_active_icon {
	background-position: -632px -1px;
}
.album_list_wrapper>ul:hover .ms_icon1.ms_active_icon,
ul.play_active_song .ms_icon1.ms_active_icon {
	background-position: -672px -1px;
}
.play_hover {
	width: 35px;
	height: 35px;
	background-repeat: no-repeat;
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	background-position: -191px 0px;
	position: absolute;
	left: -2px;
	top: -30px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.play_active_song span.play_hover .play_Svg {
	display: none;
}
.play_active_song.fav_list .equlizer {
	transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	top: -6px!important;
}
.equlizer {
	display: none;
}
.play_active_song .equlizer {
	display: block!important;
	left: 6px!important;
	top: 14px!important;
}
.play_no {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
/*.play_active_song a svg {*/

/*    display: none;*/

/*}*/

.album_list_wrapper>ul:hover .play_hover {
	opacity: 1;
	top: 0;
	visibility: visible;
}
.album_list_wrapper .play_active_song .equlizer {
	transform: scale(1)!important;
	-webkit-transform: scale(1)!important;
	-moz-transform: scale(1)!important;
	-ms-transform: scale(1)!important;
	-o-transform: scale(1)!important;
	top: -4px!important;
}
.album_list_wrapper>ul:hover .play_no {
	opacity: 0;
	visibility: hidden;
}
ul.play_active_song>li>a {
	color: #2ec8e6;
}
ul.play_active_song .play_no {
	opacity: 0;
	visibility: hidden;
}
ul.play_active_song .play_hover {
	opacity: 1;
	visibility: visible;
	background-position: 0px 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	left: 0px;
	top: 5px;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}
.album_list_wrapper>ul.play_active_song:hover .play_hover {
	top: 5px;
	left: -5px;
}
.ms_test_wrapper {
	position: relative;
	margin-right: 0px;
}
.ms_test_top {
	display: inline-block;
	width: 100%;
}
.ms_test_top .ms_test_img {
	width: 50px;
	float: left;
}
.ms_test_top .ms_test_name {
	width: calc(100% - 50px);
	float: left;
	padding-left: 20px;
}
.ms_test_top .ms_test_name h3 {
	font-size: 16px;
	color: #ffffff;
}
.ms_test_top .ms_test_name span.cmnt_time {
	color: #dedede;
	font-size: 15px;
}
.ms_test_box p {
	margin: 0px;
	color: #dedede;
	line-height: 25px;
	margin-top: 10px;
	font-weight: 300;
}
.ms_test_top .ms_test_img img {
	border-radius: 5px;
}
.ms_cmnt_wrapper {
	width: 100%;
	display: inline-block;
	margin-top: 50px;
}
.ms_input_group {
	width: 36%;
	float: left;
	padding-right: 63px;
}
.ms_input_group1 {
	width: 48%;
	float: left;
}
.ms_input_group2 {
	width: 13%;
	float: right;
}
.ms_input_group1 .ms_input textarea.form-control {
	height: 100px;
	resize: none;
}
.ms_input_group2 .ms_input {
	margin-top: 28px;
}
.ms_input_group2 .ms_input button.ms_btn {
	border: none;
	width: auto;
	padding: 5px 29px;
	height: 40px;
	cursor: pointer;
}
.album_list_wrapper ul.more_option {
	right: 120px;
	top: 12px;
}
main#main .album_list_wrapper ul.more_option {
    right: 115px;
    top: 15px;
}
.content-area ul.more_option.open_option {
    right: 70px;
    top: 25px;
}


.ms_free_download.ms_purchase_wrapper ul.more_option {
	right: 60%;
}
/*====Artists Css Start====*/

.ms_top_artist {
	margin-top: 50px;
}
.ms_top_artist .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}
.ms_content_wrapper.ms_artist_content {
	padding-top: 0px;
}
.ms_top_artist ul.more_option li a .opt_icon .icon.icon_close {
	background-image: url(../images/svg/close1.svg);
	position: relative;
	top: 2px;
}
.ms_top_artist ul.more_option li a {
	padding-bottom: 5px;
}
.ms_top_artist ul.more_option li a:hover .opt_icon .icon.icon_close {
	background-image: url(../images/svg/close1_hvr.svg);
}
/*====Artist Single Page Css Start====*/

.about_artist {
	font-size: 15px;
	color: #dedede;
	line-height: 30px;
}
.about_artist a:hover {
	color: #2cc8e5;
	letter-spacing: 1px;
}
.ms_view_more {
	text-align: center;
	margin-top: 55px;
}
.ms_view_more a.ms_btn {
	height: 40px;
	line-height: 45px;
	padding: 0px 30px;
	width: auto;
	margin: 0px 5px;
}
/*====Free Music Page Css Start====*/

.ms_weekly_wrapper.ms_free_music .weekly_right {
	position: absolute;
	right: 0px;
	top: 0;
}
.ms_weekly_wrapper.ms_free_music .w_song_time {
	padding-right: 27px;
	color: #fff;
	position: relative;
	top: 2px;
}
.ms_weekly_wrapper.ms_free_music .weekly_right .ms_more_icon {
	top: 0;
	right: auto;
	padding-right: 20px;
	position: relative;
}
.ms_weekly_wrapper.ms_free_music .ms_icon1.dwnload_icon {
	background-position: -752px 0px;
	position: relative;
	top: 10px;
}
.ms_weekly_wrapper.ms_free_music ul.more_option {
	right: 145px;
	top: 29px;
}
.ms_weekly_wrapper.ms_free_music .w_top_song {
	padding-left: 20px;
}
/*====Station Page Css Start====*/

span.ms_frequency {
	position: absolute;
	top: 40px;
	left: 30px;
	text-transform: uppercase;
	color: #ec1e2a;
	font-weight: 600;
}
/*====Download Page Css Start====*/

.ms_free_download .album_list_wrapper {
	width: 100%;
	margin-top: -3px;
}
.donload-song-arstyle2.play_active_song span.play_hover img {
	display: none;
}
.ms_free_download .album_list_wrapper>ul>li {
	width: 14%;
}
ul.ms_list_songs > li {
	padding: 9px 0;
}
.ms_icon1.ms_cross_icon {
	background-position: -792px 0px;
	position: relative;
}
.ms_free_download .album_list_wrapper .ms_close {
	width: 20px;
	height: 20px;
	background-color: #2ec8e6;
	display: inline-block;
	line-height: 17px;
	border-radius: 100%;
	text-align: center;
}
.ms_free_download {
	margin-top: 60px;
}
/*====Purchase Page Css Start====*/

.ms_free_download.ms_purchase_wrapper .ms_view_more {
	width: 98%;
}
.ms_free_download .album_list_wrapper table {
	width: 100%;
}
.ms_free_download .album_list_wrapper table tr {
	position: relative;
}
.ms_free_download .album_list_wrapper table tr th {
	color: #2ec8e6;
	font-weight: 600;
	position: relative;
	padding-bottom: 10px;
}
.ms_free_download .album_list_wrapper table tr td {
	color: #ffffff;
}
.ms_free_download .album_list_wrapper table tr th:after {
	position: absolute;
	left: 0;
	top: 100%;
	content: "";
	float: left;
	width: 100%;
	border: 0;
	height: 1px;
	background: rgba(59, 200, 231, 0.61);
}
.ms_free_download.ms_purchase_wrapper .album_list_wrapper>ul>li {
	width: 12%;
}
/*====History Page Css Start====*/

.hstry_clear.ms_btn {
	float: right;
}
.hstry_clear.ms_btn a {
	color: #fff;
}
/*====AddToPlaylist Page Css Start====*/

.create_playlist {
	width: 252px;
	height: 252px;
	background-color: #343e69;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.create_playlist i.ms_icon.icon_playlist {
	position: absolute;
	top: 50%;
	left: 50%;
	background-position: -355px -25px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	transform: scale(1) translate(-50%, -50%);
	-webkit-transform: scale(1) translate(-50%, -50%);
	-moz-transform: scale(1) translate(-50%, -50%);
	-ms-transform: scale(1) translate(-50%, -50%);
	-o-transform: scale(1) translate(-50%, -50%);
}
.dark-upload-row1 .form-control {
	height: 50px;
}
/*====Modal Css Start====*/

.modal-content {
	padding: 50px 50px 46px;
	background-color: transparent;
	border: none;
	border-radius: 10px;
	background-image: -moz-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.show .modal-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.modal-backdrop {
	z-index: 10000;
}
.modal {
	overflow: hidden;
	z-index: 1000000;
}
.modal-dialog {
	max-width: 930px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
}
/*.centered-modal .modal-dialog {*/
/*	margin: 50px auto;*/
/*}*/
.modal-body {
	padding: 0;
}
.ms_register_img {
	width: 400px;
	padding: 50px;
}
.ms_register_form {
	width: calc(100% - 400px);
	padding-left: 30px;
	text-align: center;
}
.ms_register_popup .ms_register_form {
	padding-left: 0px;
	text-align: left;
	background: #fff;
	padding: 50px 40px 10px;
}
.register_dialog .modal-body {
	display: flex;
	align-items: center;
}
.ms_register_popup .modal-content {
	padding: 0;
}
.ms_register_form .error-row {
	position: absolute;
	top: 42px;
	color: #fff !important;
}
.ms_register_form .form-lmsg.error-row {
	top: 65px;
}
.modal-dialog.login_dialog .modal-content .ms_register_form {
	padding-top: 50px;
}
.ms_register_form input::placeholder {
	color: #dadada !important;
}
.div-wrapper-style-two select.form-control:not([size]):not([multiple]) {
	height: 50px;
}
.ms_register_form select.form-control:not([size]):not([multiple]) {
	height: 50px;
	color: #dadada;
	font-weight: 400;
}
.ms_register_form .form-control {
	padding: 3px 30px 0px 20px;
	border: 1px solid #eee;
}
.fa_icon {
	background-image: url(../images/svg/play_icon.svg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	display: inline-block;
}
.modal-dialog .close {
	position: absolute;
	right: -12px;
	z-index: 1;
	top: -15px;
	width: 30px;
	height: 30px;
	background-color: #edebeb;
	opacity: 1;
	border-radius: 100%;
	cursor: pointer !important;
}
i.fa_icon.form_close {
	background-position: -832px 0px;
}
.close:hover,
.close:focus {
	opacity: 1;
	outline: none;
}
.ms_register_form h2 {
	font-size: 24px;
	color: #3bc8e7;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
	display: inline-block;
	text-transform: capitalize;
}
.ms_register_form h2:after,
.ms_lang_popup .modal-content h1:after {
	width: 350px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgb(255 85 62 / 0%) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}
.ms_register_form .form-group {
	position: relative;
	margin-bottom: 20px;
	display: inline-block;
	width: 100%;
}
.ms_register_form .form-group span.form_icon {
	position: absolute;
	right: 0;
	top: 10px;
}
i.fa_icon.form-user {
	background-position: 0px -40px;
}
i.fa_icon.form-envelope {
	background-position: -38px -40px;
}
i.fa_icon.form-lock {
	background-position: -80px -40px;
}
input#login_btn,
input#register_btn {
	border: 1px solid #3bc8e7;
	background-color: transparent;
	margin-left: 0px;
	padding: 0px 31px;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	color: #3bc8e7;
}
input#login_btn:focus,
input#register_btn:focus {
	background-color: #fff;
	color: #3bc8e7 !important;
}
input#login_btn:hover,
input#register_btn:hover {
	background-color: #ffffff;
	color: #22bed7;
}
.login_dialog .modal-body {
	display: flex;
	align-items: center;
}
button.hst_loader i.fa-spin {
	margin-right: 10px;
}
.ms_register_form p {
	text-align: center;
	color: #000;
	font-style: italic;
	margin-top: 20px;
	margin-bottom: 0px;
	font-weight: 300;
	text-transform: capitalize;
}
.ms_register_form p a {
	color: #fff;
	font-weight: 600;
	position: relative;
}
.ms_register_form p a:after,
.popup_forgot a:after {
	width: 0px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: -8px;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #fff, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.ms_register_form p a:hover:after,
.popup_forgot a:hover:after {
	width: 140%;
}
.ms_register_form p {
	color: #000 !important;
}
.ms_register_form .remember_checkbox {
	float: left;
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	position: relative;
	padding-left: 21px;
	width: 100%;
	display: block;
	text-align: left;
}
.ms_register_form .remember_checkbox label input {
	display: none;
}
.ms_register_form .remember_checkbox label .checkmark {
	position: absolute;
	top: 6px;
	left: 0;
	height: 12px;
	width: 12px;
	text-align: center;
	line-height: 15px;
	border-radius: 2px;
    background-color: #b06ab3;
}
.ms_register_form .remember_checkbox label input:checked~.checkmark:after {
	display: block;
}
.ms_register_form .remember_checkbox label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
	top: 2px;
	left: 4px;
	width: 4px;
	height: 7px;
	border:solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ms_register_form .remember_checkbox label {
	cursor: pointer;
}
.popup_forgot {
	margin-top: 25px;
}
.popup_forgot a {
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
}
div#myModal1 p {
	margin-top: 10px;
}
.mb-banner-img img {
	text-align: center;
}
.ms_basic_header.musicbeat_trans {
    position: absolute;
    z-index: 99;
    background: transparent;
}
.musicbeat_trans .ms_basic_menu ul li a {
    color: #ffffff;
    font-weight: 500;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
    margin-left: 1em;
}
.widget-area a.wp-block-latest-posts__post-title, .ms_footershdow_widget .widget ul li a {
    color: #ffffff;
}
ol.wp-block-latest-comments {
    margin-left: 0;
    padding: 0px;
}
.widget-area h2 {
    margin-bottom: 15px;
}
@media all and (-ms-high-contrast: none) {
	.modal-open {
		-ms-overflow-style: auto;
	}
	*::-ms-backdrop,
	.modal-open {
		-ms-overflow-style: auto;
	}
}
/*====Clear All Modal====*/

.ms_clear_modal .modal-dialog,
.ms_save_modal .modal-dialog {
	max-width: 500px;
}
.ms_clear_modal .modal-dialog .modal-body h1,
.ms_save_modal .modal-dialog .modal-body h1 {
	font-size: 18px;
	color: #fff;
}
.ms_clear_modal .modal-dialog .modal-content,
.ms_save_modal .modal-dialog .modal-content {
	padding: 25px;
	text-align: center;
}
.clr_modal_btn {
	margin-top: 30px;
}
.clr_modal_btn a {
	height: 30px;
	background-color: #fff;
	display: inline-block;
	padding: 0px 17px;
	line-height: 28px;
	text-transform: capitalize;
	font-size: 13px;
	border-radius: 15px;
	border: 1px solid #fff;
	margin-right: 10px;
}
.clr_modal_btn a:hover {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
}
/*====Save Modal Css Start====*/

.save_modal_btn {
	padding: 20px 0px;
}
.save_modal_btn a {
	background-color: #fff;
	display: inline-block;
	padding: 0px 15px;
	border-radius: 20px;
	height: 35px;
	line-height: 35px;
	text-transform: capitalize;
	font-size: 14px;
	border: 1px solid #fff;
}
.save_modal_btn a:hover {
	color: #fff;
	background-color: transparent;
}
.save_modal_btn a:hover {
	color: #fff !important;
}
.ms_save_email {
	padding: 0px 40px;
	border-top: 1px solid #fff;
	padding-top: 20px;
}
.ms_save_email h3 {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	padding-bottom: 15px;
}
.ms_save_email .save_input_group {
	margin-bottom: 15px;
}
.ms_dnt_have {
	color: #fff;
}
.ms_dnt_have a {
	color: #fff;
}
button.save_btn {
	position: relative;
	border-radius: 30px;
	width: 100px;
	border: 1px solid #fff;
	margin-top: 15px;
	height: 35px;
	line-height: 33px;
	background-color: transparent;
	color: #fff;
	transition: all 0.3s ease-in-out;
}
button.save_btn:hover {
	background-color: #fff;
	color: #3bc8e7;
}


/*====Edit Profile Css Start====*/




.ms_profile .ms_top_btn {
	float: right;
	text-align: left;
	width: auto;
	position: relative;
	flex-basis: 130px;
}
.admin-bar .ms_profile .ms_top_btn {
	flex-basis: initial;
}
.ms_header.ms_profile {
	padding: 20px 50px 10px;
}
.div-wrapper-style-two .ms_header {
	padding: 0;
}
.slide_menu .div-wrapper-style-two .ms_header {
	padding-left: 125px;
}
.ms_main_wrapper .ms_header {
	padding: 20px 50px 10px;
}
.ms_profile .ms_top_btn .ms_btn {
	position: relative;
	margin: 0px 15px;
}
.ms_admin_name {
	float: right;
	line-height: 30px;
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
	position: relative;
	padding-right: 19px;
	padding-left: 5px;
	top: -6px;
}
.ms_admin_name span.ms_pro_name:after {
	content: "";
	position: absolute;
	top: 26px;
	right: -20px;
	bottom: auto;
	left: auto;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 4px solid #fff;
}
.ms_admin_name:hover {
	color: #3bc8e7;
}
.ms_admin_name:hover:after {
	border-top: 4px solid #3bc8e7;
}
.ms_profile .ms_top_btn .ms_btn {
	position: relative;
}
.ms_profile .ms_top_btn .ms_btn:focus,
.ms_profile .ms_top_btn .ms_btn:visited {
	color: #ffffff;
}
.ms_profile .ms_top_btn .ms_btn:before {
	position: absolute;
	background-color: #cdcdcd;
	height: 30px;
	width: 2px;
	content: "";
	left: -16px;
	top: 0;
}
.ms_profile .ms_top_btn .ms_btn:after {
	position: absolute;
	background-color: #cdcdcd;
	height: 30px;
	width: 2px;
	content: "";
	right: -15px;
	top: 0;
}
.ms_profile .ms_top_btn {
	flex-basis: initial;
}
.ms_main_wrapper.ms_profile .ms_top_right .ms_top_lang:after {
	right: 19px;
}
.ms_admin_name span {
	margin-right: 10px;
}
.ms_main_wrapper.ms_profile .ms_top_lang {
	padding-right: 34px;
}
.ms_admin_name span.ms_pro_name {
	width: 50px;
	height: 50px;
	display: inline-block;
	border-radius: 100%;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	line-height: 50px;
	margin-left: 10px;
	position: relative;
	top: 6px;
	background-image: -moz-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -webkit-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
	background-image: -ms-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);
}
.ms_admin_name img {
	width: 50px;
	height: 50px;
	margin-left: 7px;
	margin-top: -5px;
}
.ms_profile_box {
	background-color: #1b2039;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0px;
	display: inline-block;
	border-radius: 15px;
	margin-bottom: 10px;
}
.ms_profile_wrapper {
	margin-bottom: 0px;
}
.ms_pro_form {
	text-align: center;
	margin-top: 15px;
}
.ms_pro_form .form-group {
	width: 44%;
	display: inline-block;
	padding: 0px 12px;
	text-align: left;
	vertical-align: top;
}
.ms_profile_wrapper,
.ms_account_wrapper {
	text-align: center;
	margin-top: 60px;
}
.ms_pro_form .form-group {
	margin-bottom: 25px;
	position: relative;
}
.ms_pro_form .form-group label {
	font-size: 16px;
	color: #3bc8e7;
	margin-bottom: 5px;
}
.ms_pro_img {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.ms_pro_img img {
	width: 155px;
	height: 155px;
	border-radius: 100%;
	border: 2px solid #fff;
}
.ms_pro_form .ms_btn {
	height: 40px;
	width: 140px;
	margin: 5px 7px;
}
.div-wrapper-style-two .ms_pro_form .ms_btn {
	height: auto;
	width: 140px;
	margin: 10px 7px;
}
.beatswipe_profilepage .ms_upload_box a.ms_btn.up_artists_image {
	line-height: 40px;
	height: 40px;
}
a.ms_btn.up_artists_image,
a.ms_btn.up_artists_image,
a.ms_btn.up_image_upload {
	position: absolute;
	top: 29px;
	right: 10px;
	border-radius: 0px 4px 4px 0px;
	font-size: 14px;
	width: 120px;
	line-height: 40px;
}
.dark-album-upload a.up_image_upload {
	line-height: 30px;
}
.div-wrapper-style-two a.up_image_upload {
	line-height: 30px !important;
}
a.up_image_upload {
	line-height: 40px;
}
.ms_pro_form .ms_btn:hover {
	border-color: transparent !important;
}
.pro-change-form-btn a.ms_btn.change_pass:focus,
.ms_pro_form .ms_btn:focus {
	box-shadow: none !important;
	border: none;
	outline: none;
}
.ms_profile_wrapper h1,
.ms_account_wrapper h2 {
	font-size: 26px;
	color: #fff;
	font-weight: 400;
	margin-bottom: 30px;
}
.profile_full_width {
	width: 88% !important;
}
.pro-change-form-btn {
	border-bottom: 1px solid #252b4d;
	padding-bottom: 35px;
	padding-top: 10px;
}
.pro-change-form-btn a.ms_btn.change_pass {
	margin-left: 0px;
	width: 170px;
	margin-right: 0px;
	line-height: 40px;
}
.pro-form-btn.text-center {
	margin-top: 40px;
}
.change_password_slide {
	margin-top: 30px;
}
.change_password_slide .form-group {
	margin-bottom: 0px;
}
.pro_img_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .6);
	border: 2px solid #fff;
	opacity: 0;
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}
.ms_pro_img:hover .pro_img_overlay {
	opacity: 1;
}
.pro_img_overlay i.fa_icon.edit_icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	background-position: -110px -39px;
}
/*ul.pro_dropdown_menu {*/
/*	background-color: #fff;*/
/*	max-width: 150px;*/
/*	width: 100%;*/
/*	right: 0;*/
/*	top: 120%;*/
/*	position: absolute;*/
/*	padding: 0px;*/
/*	list-style: none;*/
/*	padding: 10px 15px;*/
/*	line-height: 1;*/
/*	border-radius: 6px;*/
/*	visibility: hidden;*/
/*	opacity: 0;*/
/*	z-index:2;*/
/*	box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.23);*/
/*	transition: all 0.3s ease-in-out;*/
/*	-webkit-transition: all 0.3s ease-in-out;*/
/*	-moz-transition: all 0.3s ease-in-out;*/
/*	-ms-transition: all 0.3s ease-in-out;*/
/*}*/
ul.pro_dropdown_menu {
    background-color: #fff;
    max-width: 150px;
    width: 100%;
    right: 10px;
    top: 85%;
    position: absolute;
    padding: 0px;
    list-style: none;
    padding: 10px 15px;
    line-height: 1;
    border-radius: 6px;
    visibility: hidden;
    opacity: 0;
    z-index: 111;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.23);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}
ul.pro_dropdown_menu:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -9px;
	right: 45px;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #fff;
}
ul.pro_dropdown_menu.open_dropdown {
	visibility: visible;
	opacity: 1;
}
ul.pro_dropdown_menu li {
	width: 100%;
	display: inline-block;
	padding: 5px 0;
}
ul.pro_dropdown_menu li a {
	width: 100%;
	display: block;
	padding: 5px 0px;
	color: #222;
}
ul.pro_dropdown_menu li a:hover {
	color: #3bc8e7;
}
h1.ms_pro_name {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.ms_pro_email {
	font-size: 17px;
}
.ms_profile_box.ms_view_profile .ms_pro_img img#img-preview {
	width: 120px;
	height: 120px;
}
.ms_profile_box.ms_view_profile .pro-form-btn {
	position: absolute;
	right: 25px;
	top: 20px;
}
.ms_profile_box.ms_view_profile .pro-form-btn a.ms_btn {
	background-color: transparent;
	color: #777!important;
	margin-left: 0px;
	width: auto;
}
.ms_profile_box.ms_view_profile .pro-form-btn a.ms_btn i {
	position: relative;
	top: 1px;
}
.ms_profile_box.ms_view_profile .pro-form-btn a.ms_btn:hover {
	box-shadow: none;
	color: #3bc8e7 !important;
}
.ms_profile_box.ms_view_profile {
	padding: 100px 0px;
	position: relative;
}

/*.row {*/
/*    align-items: center;*/
/*}*/

.ms_main_wrapper.ms_blog_temp .row {
    align-items: initial;
}
/*====Plans Css Start====*/

.ms_plan_box {
	background-color: #fff;
	border-radius: 15px;
	padding-bottom: 50px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	overflow: hidden;
	position: relative;
}
.ms_plan_box .ms_plan_header {
	padding: 40px 0px 50px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	border-radius: 15px;
}
.ms_plan_box .ms_plan_header:after {
	position: absolute;
	width: 606px;
	height: 606px;
	z-index: -1;
	content: "";
	border-radius: 100%;
	top: -417px;
	right: -215px;
	background-color: #2ec8e6;
	box-shadow: inset 0px 3px 17px 0px rgba(0, 0, 0, 0.35);
}
.ms_plan_img {
	width: 100px;
	height: 100px;
	background-color: #fff;
	display: inline-block;
	line-height: 97px;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 0px rgba(4, 4, 4, 0.1);
}
.ms_plan_box h3.plan_heading {
	font-size: 22px;
	color: #202020;
	padding-bottom: 7px;
	position: relative;
	display: inline-block;
	margin-bottom: 25px;
	padding-top: 35px;
}
.ms_plan_box h3.plan_heading:after {
	width: 100px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: 50%;
	z-index: 0;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #202020, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #202020, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #202020, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #202020, rgba(255, 42, 112, 0) 60%);
}
.plan_dolar {
	width: 89px;
	height: 89px;
	display: inline-block;
	border: 2px solid #3bc8e7;
	line-height: 89px;
	font-size: 32px;
	border-radius: 100%;
	font-weight: 600;
	color: #3bc8e7;
	position: relative;
	background-color: #fff;
	z-index: 1;
}
.plan_price {
	width: 100%;
	display: inline-block;
	margin-bottom: 30px;
	position: relative;
}
.plan_dolar sup {
	font-size: 25px;
	left: 6px;
}
.plan_price:before,
.plan_price:after {
	width: 50%;
	height: 2px;
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	z-index: 0;
	background-image: -webkit-linear-gradient(left, #3bc8e7, #3bc8e7, #fff);
	background-image: -moz-linear-gradient(left, #3bc8e7, #3bc8e7, #fff);
	background-image: -ms-linear-gradient(left, #3bc8e7, #3bc8e7, #fff);
	background-image: -o-linear-gradient(left, #3bc8e7, #3bc8e7, #fff);
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.plan_price:before {
	left: 8px;
	background-image: -webkit-linear-gradient(right, #3bc8e7, #3bc8e7, #fff);
	background-image: -moz-linear-gradient(right, #3bc8e7, #3bc8e7, #fff);
	background-image: -ms-linear-gradient(right, #3bc8e7, #3bc8e7, #fff);
	background-image: -o-linear-gradient(right, #3bc8e7, #3bc8e7, #fff);
}
.ms_plan_box ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.ms_plan_box ul li {
	color: #777;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: 10px;
}
.ms_plan_btn {
	position: absolute;
	left: 50%;
	bottom: -50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
}
.ms_plan_btn input.ms_btn {
	width: 150px;
	margin: 0px;
	border-color: transparent;
}
.ms_plan_box a.ms_btn {
	height: 40px;
	line-height: 40px;
	width: 150px;
	margin-left: 0px;
	margin-top: 20px;
}
.ms_plan_box:hover .ms_plan_btn,
.ms_plan_box.paln_active .ms_plan_btn {
	opacity: 1;
	visibility: visible;
	bottom: 50px;
}
.ms_plan_box.paln_active,
.ms_plan_box:hover {
	padding-bottom: 110px;
}
.ms_plan_box.paln_active {
	position: relative;
	top: -35px;
}
.ms_account_wrapper .ms_heading {
	margin-bottom: 70px;
}
.ms_account_wrapper .ms_acc_overview .ms_heading {
	margin-bottom: 35px;
}
.ms_account_wrapper .ms_heading h1:after {
	left: 48%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.ms_acc_overview {
	width: 73%;
	background-color: #1b2039;
	border-radius: 15px;
	padding: 50px 0px;
	text-align: center;
	margin: 30px auto 10px auto;
}
.ms_acc_ovrview_list {
	width: 50%;
	display: inline-block;
}
.ms_acc_ovrview_list ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.ms_acc_ovrview_list ul li {
	text-align: left;
	width: 100%;
	display: flex;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
	text-transform: capitalize;
	justify-content: space-between;
}
.ms_acc_ovrview_list ul li span {
	text-align: left;
	float: right;
	width: 30%;
	color: #3bc8e7;
}
.ms_acc_ovrview_list a.ms_btn {
	margin-left: 0px;
	height: 40px;
	line-height: 42px;
	padding: 0px 33px;
	width: auto;
	margin-top: 15px;
}
.ms_acc_ovrview_list input.ms_btn {
	margin: 0px;
	margin-top: 10px;
}
.ms_acc_ovrview_list input.ms_btn:focus {
	border: none;
}
.plan_modal .modal-dialog {
	max-width: 350px;
}
.plan_modal img.payment_icon {
	max-width: 100px;
	margin: auto;
}
div#bynow .close span {
	font-size: 14px;
	font-weight: 700;
}
.plan_modal .modal-header {
	display: inline-block;
	text-align: center;
	border: none;
}
.plan_modal .ms-paypal {
	width: 100%;
	max-width: 100%;
	height: 65px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 9px;
	border-radius: 10px;
	background: #fff;
}
.plan_modal button.ms-paystrack {
	width: 100%;
	max-width: 100%;
	height: 65px;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 9px;
	border-radius: 10px;
	background: #fff;
}
.plan_modal h5#payment_method {
	color: #fff;
	padding: 25px 0 15px;
	font-size: 16px;
}
select.form-control:not([size]):not([multiple]) {
	height: 50px;
}
/*====Upload Page Css Start====*/

.ms_upload_wrapper {
	text-align: center;
	margin-bottom: 25px;
}
.ms_upload_box {
	background-color: #1b2039;
	width: 56%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 0px;
	display: inline-block;
	border-radius: 15px;
}
.ms_upload_box h2 {
	font-size: 26px;
	color: #ffffff;
	margin-bottom: 15px;
}
.ms_upload_box img {
	margin: 40px 0px 50px;
	cursor: pointer;
}
.ms_upload_btn a.ms_btn {
	margin-left: 0px;
	height: 40px;
	line-height: 43px;
	width: 210px;
	margin: 0px 10px;
}
.ms_upload_box span {
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	margin: 19px 0px 10px;
	display: inline-block;
	font-weight: 600;
}
.ms_upload_box p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0px;
}
.ms_upload_box .ms_heading h1 {
	font-size: 22px;
}
.ms_upload_box .ms_heading h1:after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*====Language Popup Css Start====*/

.ms_lang_popup .modal-content h1 {
	color: #fff;
	font-size: 22px;
	text-transform: capitalize;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 10px;
	position: relative;
}
.ms_lang_popup {
	position: relative;
	z-index: 100000;
}
.ms_lang_popup .modal-content {
	color: #fff;
	font-size: 16px !important;
	text-align: center;
	margin-bottom: 30px;
}
.ms_lang_popup .modal-content ul.lang_list {
	padding: 0px;
	margin: 0px;
	list-style: none;
	margin-top: 15px;
}
.ms_lang_popup .modal-content ul.lang_list li {
	width: 50%;
	float: left;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-width: 1px 1px 1px 0px;
	margin-bottom: -1px;
	margin-right: -1px;
	text-align: left;
}
.ms_lang_popup .modal-content {
	padding: 30px 0px;
}
.lang_list label {
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	position: relative;
	font-weight: 500;
	width: 100%;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lang_list label input[type="checkbox"] {
	display: none;
}
.lang_list label input[type="checkbox"]+.label-text {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	right: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
.lang_list label input[type="checkbox"]:checked+.label-text:before {
	content: "\f00c";
	color: #1b2039;
	-webkit-animation: tick 150ms ease-in;
	animation: tick 150ms ease-in;
	top: -2px;
	position: absolute;
	font-size: 12px !important;
	left: 0px;
	top: 0px;
	font: normal normal normal 14px/1 FontAwesome;
	background-color: #ffffff;
	border-radius: 50%;
}
@-webkit-keyframes tick {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	90% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
@keyframes tick {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}
	90% {
		-webkit-transform: scale(1.4);
		transform: scale(1.4)
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
.ms_lang_popup .modal-dialog {
	max-width: 500px;
	width: 100%;
}
.ms_lang_btn {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.ms_lang_btn a.ms_btn {
	cursor: default;
	opacity: 0.2;
	background-color: transparent;
	border: 1px solid #fff;
	margin: 0px;
	height: 40px;
	line-height: 40px;
	padding: 0px 29px;
	text-align: center;
	width: auto;
}
.ms_lang_popup .modal-content.add_lang .ms_lang_btn a.ms_btn {
	opacity: 1;
	cursor: pointer;
}
.ms_create_playlist_modal h1 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 30px;
	padding-bottom: 10px;
	position: relative;
}
.ms_create_playlist_modal input#playlist_name {
	padding-left: 15px;
	border: 1px solid transparent;
}
#add_in_playlist_modal h1,
#ms_share_music_modal_id h1 {
	font-size: 24px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
	position: relative;
}
.ms_create_playlist_modal h1:after,
#add_in_playlist_modal h1:after,
#ms_share_music_modal_id h1:after {
	width: 120px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: -24px;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #fff, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}
#ms_share_music_modal_id h1:after {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#ms_share_music_modal_id {
	text-align: center;
}
#ms_share_music_modal_id .modal-dialog,
.ms_add_in_playlist_modal .modal-dialog,
.ms_create_playlist_modal .modal-dialog {
	width: 700px;
	max-width: 100%;
}
#ms_share_music_modal_id .modal-content {
	padding: 50px 50px 50px;
}
.ms_share_text {
	float: left;
	text-align: center;
	vertical-align: middle;
	justify-content: stretch;
	width: 100%;
	padding-top: 50px;
}
.ms_share_img {
	width: 20%;
	margin: 0 auto;
}
#ms_share_music_modal_id .modal-body ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#ms_share_music_modal_id .modal-body ul li {
	display: inline-block;
}
#ms_share_music_modal_id .modal-body ul li a {
	width: 30px;
	height: 30px;
	display: block;
	background-color: #fff;
	line-height: 35px;
	border-radius: 5px;
	margin: 0px 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
}
#ms_share_music_modal_id .modal-body ul li a:hover {
	box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.17);
}
.ms_add_in_playlist_modal .ms_share_img,
.ms_create_playlist_modal .ms_share_img {
	float: left;
	width: 40%;
	display: inline-block;
}
.ms_add_in_playlist_modal .ms_share_text,
.ms_create_playlist_modal .ms_share_text {
	text-align: left;
	width: 60%;
	padding-top: 25px;
	padding-left: 50px;
}
/* alert box start */

.toaster {
	width: auto !important;
	max-width: 50%;
	box-shadow: none !important;
}
.toast-error {
	box-shadow: none !important;
	opacity: 1 !important;
}
.toast-success {
	box-shadow: none !important;
	opacity: 1 !important;
}
.toaster .alert {
	border-radius: 5px;
	border: none;
	-webkit-animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	-ms-animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	animation: alert_anim 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
	margin-bottom: 0;
	position: relative;
	margin-bottom: 10px;
}
@-webkit-keyframes alert_anim {
	0% {
		-webkit-transform: translateY(-50px);
	}
	100% {
		-webkit-transform: translateY(0px);
	}
}
@-moz-keyframes alert_anim {
	0% {
		-moz-transform: translateY(-50px);
	}
	100% {
		-moz-transform: translateY(0px);
	}
}
@keyframes alert_anim {
	0% {
		transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
	}
}
.alert-danger {
	color: #ffffff;
	background-color: #F44336;
	box-shadow: none !important;
}
.alert-success {
	color: #ffffff;
	background-color: #4CAF50;
}
.alert button.close {
	outline: none;
	opacity: 0.8;
	font-weight: 100;
	line-height: 0px;
	position: absolute;
	top: 45%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*==== alert box end ====*/

/*==== Blog Page Css Start ====*/

.ms_blog_wrapper {
	padding-top: 60px;
	position: relative;
}
.ms_blog_wrapper .ms_blog_section {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.ms_blog_img img {
	border-radius: 10px;
	width: 100%;
}
.ms_blog_content {
	padding: 20px;
	color: #ffffff;
	background-color: #1b2039
}
.ms_blog_section .ms_box_overlay_on {
	position: absolute;
	left: 0;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, rgb(20, 24, 42) 0%, rgb(237, 63, 179) 0%, rgb(52, 62, 105) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(20, 24, 42) 0%, rgb(237, 63, 179) 0%, rgb(52, 62, 105) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(20, 24, 42) 0%, rgb(237, 63, 179) 0%, rgb(52, 62, 105) 0%, rgba(32, 167, 196, 0) 100%);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
.ms_blog_section:hover .ms_box_overlay_on {
	opacity: 0;
	top: 100%;
}
.ms_blog_section:hover .ms_main_overlay {
	opacity: 1;
}
.ms_blog_section:hover .ms_box_overlay {
	top: 0;
}
.ms_blog_section:hover .ovrly_text_div {
	bottom: 20px;
}
.ms_blog_section span.ovrly_text1 {
	color: #ffffff;
}
.ms_blog_section.blog_active span.ovrly_text1 a {
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.ms_blog_section span.ovrly_text1 a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/*==== Blog Single Page Css Start ====*/

.ms_blog_single_wrapper {
	padding-top: 60px;
}
.blog_single_img img {
	width: 100%;
	border-radius: 10px;
}
.blog_single_content {
	color: #ffffff;
	padding-top: 30px;
}
.blog_single_content .ms_blog_title {
	font-size: 22px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.ms_post_meta ul {
	padding: 0;
	margin-bottom: 15px;
}
.ms_post_meta ul li {
	display: inline-block;
	text-transform: capitalize;
}
.blog_single_content p {
	margin-bottom: 20px;
}
.blog_single_content blockquote {
	font-size: 18px;
	padding: 20px 20px 20px 65px;
	background-color: #1b2039;
	margin-bottom: 40px;
	margin-top: 35px;
	display: inline-block;
	position: relative;
}
.blog_single_content blockquote:before {
	background-image: url(../images/svg/quote.svg);
	position: absolute;
	width: 40px;
	height: 40px;
	top: -15px;
	left: 16px;
	content: "";
}
.blog_single_content ul {
	padding: 0;
}
.blog_comments {
	padding-top: 50px;
}
.blog_comments ol {
	list-style: none;
	padding: 0;
}
.blog_comments h1 {
	font-size: 22px;
	text-transform: capitalize;
}
.ms_comment_section {
	position: relative;
	/* margin-bottom: 40px; */
	/* padding: 20px; */
	/* background-color: #1b2039; */
	color: #ffffff;
	min-height: 80px;
	display: block;
}
#comments ol.comment-list > li {
	position: relative;
	margin-bottom: 40px;
}
#comments ol.comment-list li:after {
	position: absolute;
	content: "";
	width: 500px;
	border: 0;
	height: 1px;
	left: 0;
	bottom: -20px;
	background: #3a436e;
	background-image: -webkit-linear-gradient(left, #3a436e, #3a436e, #161a2d);
	background-image: -moz-linear-gradient(left, #3a436e, #3a436e, #161a2d);
	background-image: -ms-linear-gradient(left, #3a436e, #3a436e, #161a2d);
	background-image: -o-linear-gradient(left, #3a436e, #3a436e, #161a2d);
}
#comments ol.comment-list li:last-child:after {
	display: none;
}
#comments ol.comment-list > li:last-child {
	margin-bottom: 30px;
}
#comments ol.children {
	margin-top: 20px;
}
#comments ol.children li.comment {
	margin-bottom: 20px;
}
.ms_comment_section .comment_img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
}
.ms_comment_section .comment_img img {
	border-radius: 5px;
	width: 80px;
}
.ms_comment_section .comment_info {
	padding-left: 100px;
	position: relative;
}
.comment_head h3 cite.fn {
	font-style: normal;
}
.blog_comments_forms {
	margin-bottom: 150px;
}
/*.ms_comment_section .comment_info .comment_reply {*/

/*	float: right;*/

/*	text-transform: capitalize;*/

/*}*/

.ms_comment_section .comment_info .comment_reply {
	float: right;
	text-transform: capitalize;
	position: absolute;
	right: 0;
	top: 0;
}
.ms_comment_section .comment_info .comment_reply:hover {
	color: #3bc8e7;
}
.comment_info:after,
.comment_head:after {
	content: "";
	width: 100%;
	display: table;
}
.comment_head h3,
.comment_head p {
	font-size: 16px;
	display: inline-block;
	text-transform: capitalize;
}
.no-comments {
	margin-top: 20px;
}
.blog_comments_forms h1,
.comment-respond h1 {
	font-size: 24px;
	text-transform: capitalize;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
}
.comment_input_wrapper {
	margin-bottom: 30px;
}
.comment_input_wrapper input.cmnt_field,
.comment_input_wrapper textarea#comment {
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	color: #666;
	padding: 0px 15px;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	font-size: 15px;
	font-weight: 500;
}
.comment_input_wrapper input.cmnt_field:focus,
.comment_input_wrapper textarea#comment:focus,
form.post-password-form input:focus {
	outline: none;
}
.comment_input_wrapper textarea#comment {
	height: 140px;
	resize: none;
	line-height: 24px;
	padding-top: 15px;
}
.comment-form-submit input#comment-submit {
	margin-left: 0px;
	border: none;
	width: auto;
	padding: 0px 25px;
	cursor: pointer;
	height: 35px;
	line-height: 39px;
}
form#commentform p.comment-notes {
	display: block;
	width: 100%;
	margin-left: 15px;
	padding-bottom: 10px;
}
.gallery-caption {
	margin: 5px 0px;
}
.tag-sticky-2 h3.entry-title {
	position: relative;
	padding-left: 20px;
}
li.pingback {
	padding: 5px 0px;
}
li.pingback a {
	color: #fff;
}
li.pingback a:hover {
	color: #3bc8e7;
}
header.entry-header h3.entry-title a:hover {
	color: #3bc8e7;
}
blockquote {
	background-color: #3bc8e7;
	padding: 25px 20px 20px 25px;
	margin: 0px;
	border-radius: 5px;
	margin-bottom: 17px;
	margin-left: 20px;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	margin: 30px 0px 17px 20px;
}
blockquote:before {
	position: absolute;
	background-image: url(../images/block_qutoe.svg);
	top: -30px;
	left: 0;
	width: 62px;
	height: 46px;
	content: "";
}
blockquote p {
	margin-bottom: 0px !important;
}
h1.comments-title {
	font-size: 24px;
}
h1.comments-title:after,
.blog_comments_forms h1:after,
.comment-respond h1:after {
	width: 80px;
	height: 2px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #3bc8e7;
	background-image: -webkit-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -moz-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -ms-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -o-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
}
.comments-area {
	padding-top: 15px;
}
.comment_head a {
	font-size: 16px;
	font-weight: 500;
}
.comment-reply-link {
	position: relative;
	font-weight: 500;
	padding-left: 22px;
	color: #3bc8e7;
}
.comment-reply-link:hover {
	color: #fff !important;
}
.comment-reply-link:before {
	position: absolute;
	content: "\f112";
	left: 0;
	top: 50%;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 12px;
	margin-top: -5px;
}
.comment-meta.commentmetadata.comment_info blockquote {
	margin: 15px 0px;
}
.comment-meta.commentmetadata.comment_info table {
	margin-top: 15px;
}
.gallery-caption {
	font-size: 14px;
	word-break: break-all;
}
/*====Pagination Start====*/

.ms_main_data .navigation {
	padding-bottom: 20px;
	align-items: flex-end;
	justify-content: flex-end;
}
.navigation ul {
	padding: 0px;
	margin: 0px;
}
.navigation ul li {
	display: inline-block;
	margin-right: 5px;
}
.page-links {
	padding-top: 5px;
}
.navigation ul li a,
.page-links a {
	height: 40px;
	width: 40px !important;
	width: 100%;
	display: inline-block;
	color: #fff;
	padding: 0px;
	text-align: center;
	line-height: 39px;
	font-size: 22px;
	border-radius: 100%;
	border: none;
	background-color: transparent;
}
.page-links a {
	width: 30px !important;
	height: 30px;
}
.page-links span.page-number {
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	line-height: 28px;
	border-radius: 100%;
	background-color: #3bc8e7;
	color: #fff;
	font-size: 22px;
	font-size: 14px;
}
.page-links a span.page-number {
	background-color: #fff;
	color: #222;
}
.page-links a span.page-number:hover {
	background-color: #3bc8e7;
	color: #fff;
}
.ms-default-warapper .navigation ul li a,
.ms-default-warapper .page-links a {
	width: auto;
}
.navigation ul li a:hover,
.page-links a:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.tag-pagination .page-links a,
.tag-gallery .page-links a {
	width: auto;
}
.tag-pagination .page-links a:hover,
.tag-gallery .page-links a:hover,
.tag-gallery .page-links a:focus,
.tag-pagination .page-links a:focus,
.page-links a:hover,
.page-links a:focus {
	color: #ffffff;
	background-color: transparent;
	border-color: #fff;
}
.navigation ul li:first-child a {
	width: auto;
	height: 40px;
	padding: 0px 10px;
}
.navigation ul li a:hover,
.navigation ul li.active a {
	background-color: #3bc8e7;
	border-color: #fff;
}
form.post-password-form input {
	height: 40px;
	line-height: 40px;
}
.entry-meta i {
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-content .h1,
.entry-content .h2,
.entry-content .h3,
.entry-content .h4,
.entry-content .h5,
.entry-content .h6 {
	color: #fff;
}
a.post-thumbnail img {
	margin-bottom: 25px;
}
.ms-default-warapper .navigation ul li a i.fa {
	font-size: 18px;
}
figcaption {
	font-size: 13px;
}
/*====Sidebar Css Start====*/

.ms_footershdow_widget .widget {
	background-color: #1b2039;
	padding: 30px 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}
.ms_footershdow_widget .widget ul li a {
	font-size: 15px;
	position: relative;
}
.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_recent_entries ul li a {
	padding-left: 15px;
}
.widget.widget_categories ul li a:before,
.widget.widget_archive ul li a:before,
.widget.widget_recent_entries ul li a:before {
	position: absolute;
	left: 0px;
	content: "\f105";
	top: 3px;
	font: normal normal normal 14px/1 FontAwesome;
}
.widget.widget_search {
	position: relative;
}
.widget.widget_search button.search_btn.search_icon {
	border: none;
	color: #fff;
	font-size: 13px;
	top: 1px;
	height: 38px;
	line-height: 39px;
}
.ms_sidebar .widget {
	display: inline-block;
	width: 100%;
}
.ms_footershdow_widget .widget.widget_calendar {
	padding: 0 !important;
	background-color: transparent;
	box-shadow: none;
}
.widget.widget_meta ul li:last-child {
	margin-bottom: 0px;
}
.widget.widget_recent_entries ul li a {
	color: #fff;
}
.widget.widget_recent_entries ul li a:hover {
	color: #3bc8e7;
}
.ms_main_wrapper.ms_side_wrapper .widget.widget_text {
	position: relative;
}
.widget.widget_recent_comments ul li.recentcomments:last-child {
	margin-bottom: 0px;
}
h2.widget-title {
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	text-transform: capitalize;
	width: 100%;
	margin-bottom: 20px;
}
h2.widget-title:after {
	width: 50px;
	height: 1px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: 0;
	z-index: 0;
	background: #3bc8e7;
	background-image: -webkit-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -moz-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -ms-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
	background-image: -o-linear-gradient(left, #3bc8e7, #3bc8e7, #161a2d);
}
.widget ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.widget.widget_categories ul li:last-child {
	margin-bottom: 0px;
}
.widget.widget_categories ul li a,
.widget.widget_pages ul li a {
	color: #fff;
	position: relative;
}
.widget.widget_categories ul li a:after {
	position: absolute;
	width: 0px;
	height: 1px;
	right: 10px;
	top: 50%;
	opacity: 0;
	background-color: #3bc8e7;
	content: "";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.widget.widget_categories ul li a:hover:after {
	width: 20px;
	right: -25px;
	opacity: 1;
}
span.ms_cat_count {
	float: right;
}
.widget.widget_recent_entries ul li {
	width: 100%;
	display: inline-block;
}
.widget.widget_recent_entries ul li:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.widget.widget_recent_entries ul li .recent_cmnt_img {
	float: left;
	width: 50px;
	margin-right: 15px;
}
.widget.widget_recent_entries ul li .recent_cmnt_img img {
	border-radius: 4px;
}
.widget.widget_recent_entries ul li .recent_cmnt_data {
	width: calc(100% - 75px);
	float: left;
}
.widget.widget_recent_entries ul li .recent_cmnt_data h4 {
	margin: 0px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
}
.widget.widget_recent_entries ul li .recent_cmnt_data span {
	font-size: 13px;
	margin-top: 3px;
	display: inline-block;
}
.widget.widget_recent_entries ul li .recent_cmnt_data h4 a {
	color: #fff;
}
.widget.widget_recent_entries ul li .recent_cmnt_data h4 a:hover {
	color: #3bc8e7;
}
.widget.widget_tag_cloud .tagcloud {
	display: inline-block;
}
.widget.widget_tag_cloud .tagcloud a,
.widget.woocommerce.widget_product_tag_cloud .tagcloud a {
	background-color: #3a436e;
	color: #fff;
	padding: 0px 15px;
	display: inline-block;
	margin-bottom: 8px;
	height: 30px;
	font-size: 15px !important;
	line-height: 30px;
	border-radius: 5px;
	margin-right: 3px;
	text-transform: capitalize;
}
.ms-default-warapper .widget.widget_tag_cloud .tagcloud a {
	line-height: 29px;
}
.widget.widget_tag_cloud .tagcloud a:hover,
.widget.woocommerce.widget_product_tag_cloud .tagcloud a:hover {
	color: #ffffff;
	background-color: #3bc8e7;
	box-shadow: 0px 0px 20px 0px #3bc8e7;
}
.widget.widget_categories select,
.widget.widget_text select,
.widget.widget_archive select {
	height: 40px;
	width: 100%;
	padding-left: 15px;
}
.widget.widget_categories select:focus,
.widget.widget_text select:focus,
.widget.widget_archive select:focus {
	outline: none;
}
.widget.widget_categories form {
	width: 100%;
}
.widget.widget_categories form label.screen-reader-text {
	width: 100%;
}
.widget.widget_pages ul li:last-child {
	margin-bottom: 0px;
}
.widget.widget_pages ul li a:hover,
.widget.widget_recent_comments #recentcomments li.recentcomments a:hover,
.widget.widget_nav_menu ul li a:hover {
	color: #3bc8e7;
}
.widget.widget_recent_comments #recentcomments li.recentcomments a {
	color: #fff;
}
.widget.widget_nav_menu ul li a {
	color: #fff;
	display: block;
}
table#wp-calendar {
	background-color: #f4f4f4;
	border-radius: 5px;
	overflow: hidden;
	background-color: #1b2039;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}
table#wp-calendar thead {
	background-color: #3bc8e7;
}
table#wp-calendar tr th {
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}
table#wp-calendar caption {
	color: #3bc8e7;
	margin-top: 10px;
}
table#wp-calendar td,
table#wp-calendar th {
	color: #e5e5e5;
	border: none;
	font-size: 12px;
	font-weight: 500;
	padding: 5px 5px;
}
table#wp-calendar tr td#prev {
	text-align: left;
}
.widget.widget_musicbeats_widget_tracks ul li {
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.widget.widget_musicbeats_widget_tracks ul li:last-child {
	margin-bottom: 0px;
}
.widget.widget_musicbeats_widget_tracks ul li .recent_cmnt_img {
	width: 50px;
}
.widget.widget_musicbeats_widget_tracks ul li .recent_cmnt_img img {
	border-radius: 5px;
}
.widget.widget_musicbeats_widget_tracks ul li .recent_cmnt_data {
	width: calc(100% - 50px);
	float: left;
	padding-left: 15px;
}
.widget.widget_musicbeats_widget_tracks ul li .recent_cmnt_data span {
	font-size: 14px;
}
.widget.widget_musicbeats_widget_tracks ul li .recent_cmnt_data h4 {
	font-size: 15px;
}
.widget.widget_text .textwidget p {
	margin-bottom: 5px;
}
.widget.widget_nav_menu ul li:last-child {
	margin-bottom: 0px;
}
.ms-default-warapper .footer_box {
	padding-right: 0px;
}
.ms-default-warapper .footer_box .widget.widget_categories ul li ul.children,
.ms-default-warapper .footer_box .widget.widget_pages ul li ul.children {
	padding-left: 15px;
}
.gallery-icon.landscape img {
	margin-bottom: 10px;
}
.ms-default-warapper .breadcrumbs_wrapper {
	margin-left: 0px;
	margin-top: 0px;
}
span.comments-link {
	position: relative;
	padding-right: 10px;
	margin-right: 7px;
}
.ms-entry-footer span.comments-link:after {
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #3bc8e7;
	content: "";
	right: 0px;
	top: 2px;
}
.widget.widget_categories ul li ul.children,
.widget.widget_pages ul li ul.children {
	padding-left: 10px;
	padding-top: 10px;
}
.widget.widget_categories ul li ul.children a,
.widget.widget_pages ul li ul.children a {
	padding-left: 15px;
}
.widget.widget_nav_menu ul.sub-menu {
	padding-left: 10px;
	padding-top: 10px;
}
.widget.widget_categories ul li ul.children li a:before,
.widget.widget_pages ul li ul.children li a:before,
.widget.widget_nav_menu ul.sub-menu li a:before {
	position: absolute;
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	color: #fff;
	left: 0;
	top: 50%;
	margin-top: -6px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
.widget.widget_categories ul li a:hover,
.widget.widget_archive ul li a:hover,
.widget.widget_categories ul li ul.children li a:hover:before,
.widget.widget_pages ul li ul.children li a:hover:before,
.widget.widget_nav_menu ul.sub-menu li a:hover:before {
	color: #3bc8e7;
}
.widget.widget_rss ul li {
	padding-bottom: 15px;
}
.widget.widget_rss ul li:last-child {
	padding-bottom: 0px;
}
.ms-default-warapper .footer_box .widget {
	padding: 30px 30px;
}
.ms-default-warapper .footer_box .widget.widget_nav_menu ul.sub-menu {
	padding-left: 10px;
}
.footer_box .widget.widget_categories ul li ul.children li a:before {
	top: 5px;
	margin-top: 0px;
}
.footer_box .widget.widget_pages ul li ul.children li a:before {
	top: 2px;
	margin-top: 0px;
}
.footer_box .widget.widget_nav_menu ul.sub-menu li a:before {
	top: 4px;
	margin-top: 0px;
}
blockquote strong {
	color: #fff !important;
}
blockquote strong code {
	color: #fff;
}
blockquote a {
	color: #fff;
}
blockquote a:hover {
	color: #fff;
}
.widget.widget_media_gallery .gallery-icon.landscape img {
	margin-bottom: 5px;
}
.gallery-columns-3 .gallery-item {
	max-width: 15.33%;
	padding-right: 10px;
}
.widget_media_gallery .gallery-columns-3 .gallery-item {
	max-width: 33.33%;
	padding-right: 5px;
}
.gallery-icon.landscape img {
	margin-bottom: 10px;
	border: 1px solid #ccc;
}
/*====404 Page Css Start====*/

.fd_error_wrapper {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}
.ms_error_inner {
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
.fd_error {
	text-align: center;
	background-color: transparent;
	border: none;
	width: 100%;
	position: relative;
	margin: 0 auto;
}
.fd_error:before {
	position: absolute;
	background-image: url(../images/svg/err_sound.svg);
	width: 864px;
	height: 524px;
	top: -181px;
	left: 50%;
	content: "";
	z-index: -1;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
.err_img {
	position: relative;
	top: -30px;
	right: 6px;
}
.err_img img {
	-webkit-animation-name: rotation;
	-webkit-animation-duration: 7s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: rotation;
	-moz-animation-duration: 7s;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-o-animation-name: rotation;
	-o-animation-duration: 7s;
	-o-animation-iteration-count: infinite;
	-o-animation-timing-function: linear;
	animation-name: rotation 7s infinite linear;
	animation-duration: 7s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
.fd_error h1 {
	font-size: 300px;
	color: #fff;
	line-height: 150px;
	font-weight: 200;
	font-family: 'Nunito', sans-serif;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	padding-left: 15px;
}
.fd_error p {
	font-size: 24px;
	color: #3bc8e7;
	text-transform: uppercase;
	margin-top: 50px;
	letter-spacing: 1px;
	font-weight: 600;
	padding-bottom: 15px;
}
.fd_error_btn {
	margin-top: 30px;
}
.fd_error_btn a {
	background-color: #2ec8e6;
	color: #fff;
	height: 40px;
	display: inline-block;
	text-transform: capitalize;
	text-align: center;
	line-height: 43px;
	border-radius: 20px;
	padding: 0px 45px;
}
.fd_error_btn a:hover {
	color: #ffffff;
	box-shadow: 0px 0px 20px 0px #3bc8e7;
}
.fd_error_img {
	position: absolute;
	top: 50%;
	z-index: -1;
	right: -52px;
	opacity: 0.1;
	width: 400px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.ms_wave_img {
	position: absolute;
	left: -30%;
	bottom: 20px;
	z-index: -1;
	width: auto;
}
.ms_wave_img img {
	max-width: initial;
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-moz-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-o-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(720deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
/*====Not Found Page Css Start====*/

.no-results.not-found form.search-form {
	position: relative;
	width: 92%;
	margin-top: 20px;
}
.no-results.not-found form.search-form label {
	width: 100%;
}
.no-results.not-found form.search-form input.search-field {
	width: 100%;
	height: 40px;
	padding-left: 15px;
	line-height: 40px;
}
/*====Default Css Start====*/

.entry-content ul li span {
	font-size: 14px !important;
}
/*====Contact Css Start====*/

.ms_contact_wrapper input {
	height: 45px;
	width: 100%;
	margin-top: 10px;
	padding: 0px 10px;
}
.ms_contact_wrapper label {
	margin-bottom: 10px;
	width: 100%;
}
.ms_contact_wrapper input:focus {
	box-shadow: none;
	outline: none;
}
/*====Custom Css Start====*/

/** Player CSS **/

/*====Player Css Start====*/

.ms_player-style-two.close_player {
	bottom: -86px;
}
.ms_player_wrapper.ms_player-style-two {
	background: url(../images/player_bg.png) rgb(23 39 62);
	box-shadow: 0px 31px 50px 0px rgba(0, 0, 0, 0.1);
	background-size: cover;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 10000;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	height: auto;
	background-position: bottom;
}
.div-wrapper-style-two .ms_player_wrapper.ms_player-style-two.close_player {
	padding: 10px 0 0;
}
.ms_player-style-two .ms_player_close i {
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	color: #8da5c2;
}
.ms_player-style-two .main_class .ms_footer_wrapper {
	margin-bottom: 0;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_player-style-two.close_player {
	bottom: -86px;
}
.ms_player-style-two.close_player .ms_player_close i {
	position: relative;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
}
.ms_player-style-two .ms_player_close {
	position: absolute;
	top: -26px;
	right: 0;
	left: 0;
	margin: auto;
	background: rgb(23 39 62 / 0%);
	box-shadow: 0px -7px 10px 0px rgba(0, 0, 0, 0.1);
	width: 55px;
	height: 27px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	z-index: 1;
	cursor: pointer;
	border-radius: 25px 25px 0px 0px;
}
.ms_player-style-two .ms_player_close:after {
	content: "";
	position: absolute;
	top: -55px;
	margin: auto;
	right: 0;
	left: 0;
	width: 30px;
	height: 133px;
	background: url(../images/player_shap.svg) no-repeat;
	z-index: -1;
	transform: rotate(-90deg);
}
.ms_player-style-two:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(27, 32, 57, 0.6);
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ms_player-style-two .player_left {
    width: auto;
	position: absolute;
	border-radius: 0px 12px 12px 0px;
	background-image: -moz-linear-gradient(-57deg, rgb(255, 85, 62) 0%, rgb(255, 0, 101) 100%);
	background-image: -webkit-linear-gradient(-57deg, rgb(255, 85, 62) 0%, rgb(255, 0, 101) 100%);
	background-image: -ms-linear-gradient(-57deg, rgb(255, 85, 62) 0%, rgb(255, 0, 101) 100%);
	float: left;
	z-index: 10;
	display: flex;
	align-items: center;
}
.ms_player-style-two .play_song_img {
	width: 50px;
	float: left;
}
.ms_player-style-two .play_song_name span.que_img {
	width: 115px;
}
.ms_player-style-two .play_song_name span.que_img img {
	border-radius: 5px;
	width: 100%;
}
.ms_player-style-two .play_song_name .que_data {
	width: calc(100% - 75px);
	padding-left: 15px;
	font-size: 18px;
	font-weight: 600;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ms_player-style-two .play_song_name h3 {
	font-size: 16px;
	color: #fff;
}
.ms_player-style-two .play_song_img img {
	border-radius: 5px;
}
.ms_player-style-two .play_song_name a {
	color: #dedede;
	font-size: 15px;
}
.ms_player-style-two span.play-left-arrow {
	float: right;
	width: 20px;
	height: 20px;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	cursor: pointer;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.ms_player-style-two .play_song_options {
	margin-right: 50px;
	display: none;
}
.ms_player-style-two .play_song_options ul {
	display: flex;
	padding: 0px;
	margin: 0px;
	list-style: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transform: translateX(-10%);
	-webkit-transform: translateX(-10%);
	-moz-transform: translateX(-10%);
	-ms-transform: translateX(-10%);
	-o-transform: translateX(-10%);
}
.ms_player-style-two .play_song_options ul li {} .ms_player-style-two .play_song_options ul li a {
	color: #fff;
	text-transform: capitalize;
	font-size: 15px;
	padding: 8px 20px;
	border-right: 2px solid #cdcdcd;
}
.ms_player-style-two .play_song_options ul li:first-child a {
	padding-left: 0px;
}
.ms_player-style-two .play_song_options ul li:last-child a {
	border-right: none;
}
.ms_player-style-two .ms_icon {
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/icon.svg);
	background-repeat: no-repeat;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	display: inline-block;
}
.ms_player-style-two .song_optn_icon {
	margin-right: 5px;
}
.ms_player-style-two .player_left.open_list .play_song_options {
	display: block;
}
.ms_player-style-two .player_left.open_list .play_song_options ul {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
}
.ms_player-style-two .player_left.open_list span.play-left-arrow {
	transform: translateY(-50%) rotate(180deg);
	-webkit-transform: translateY(-50%) rotate(180deg);
	-moz-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
}
.ms_player-style-two .audio-player a,
.ms_player-style-two .audio-player a:hover {
	text-decoration: none
}
.ms_player-style-two .audio-player.is_hidden {
	top: 100%
}
.ms_player-style-two .audio-player.is_hidden .hide_player {
	bottom: 100%
}
.ms_player-style-two .audio-player:hover .hide_player {
	bottom: 100%
}
.ms_player-style-two .hide_player {
	position: absolute;
	bottom: -25px;
	right: 0;
	background: #333;
	color: #ccc;
	padding: 6px 10px;
	line-height: 1;
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease
}
.ms_player-style-two .hide_player:hover {
	color: #fff
}
.ms_player-style-two .hide_player:active,
.ms_player-style-two .hide_player:focus {
	color: #ccc
}
.ms_player-style-two .touchevents .hide_player {
	bottom: 100%!important
}
.ms_player-style-two .no-flexbox .audio-player {
	display: none
}
.ms_player-style-two .flex-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.ms_player-style-two .jp-controls.flex-item {
	flex-basis: 200px;
	margin-right: 0;
}
.div-wrapper-style-two .ms_player-style-two .jp-progress-container.flex-item {
	max-width: 550px;
}
.ms_player-style-two .jp-now-playing.flex-item {
	-ms-flex-preferred-size: 145px;
	flex-basis: 145px
}
.ms_player-style-two .jp-toggles.flex-item {
	-ms-flex-preferred-size: 145px;
	flex-basis: 145px;
	text-align: center;
}
.ms_player-style-two .jp-volume-controls.flex-item {
	-ms-flex-preferred-size: 155px;
	flex-basis: 80px;
	margin-left: 40px;
}
.ms_player-style-two .jp-playlist {
	display: none
}
.ms_player-style-two .jp-toggles.flex-item button {
	margin: 8px 10px 0px 10px;
}
.ms_player-style-two .jp-gui.jp-interface.flex-wrap {
	position: relative;
	top: 1px;
}
.ms_player-style-two. jp-interface .jp-controls button,
.ms_player-style-two .jp-interface .jp-toggles button,
.ms_player-style-two .jp-interface .jp-volume-controls button {
	background: 0 0;
	border: 0;
	outline: 0;
	color: #7b7c8b;
	line-height: 24px;
	font-weight: 600;
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-property: all;
	-webkit-transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-property: all;
	transition-property: all;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	font-size: 20px;
	padding: 0 0px
}
.ms_player-style-two .jp-interface .jp-controls button,
.ms_player-style-two .jp-interface .jp-toggles button,
.ms_player-style-two .jp-interface .jp-volume-controls button {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background: rgb(255 255 255 / 0.05);
}
.ms_player-style-two .jp-interface .jp-controls .jp-play i,
.ms_player-style-two .jp-interface .jp-controls .jp-previous i,
.ms_player-style-two .jp-interface .jp-controls .jp-next i {
	font-size: 23px;
	color: #fff
}
.ms_player-style-two .jp-interface .jp-controls .jp-play i {
	padding-left: 5px;
	padding-top: 5px
}
.ms_player-style-two .jp-interface .jp-controls .jp-play {
	margin: 0 10px;
	background-image: -moz-linear-gradient(-57deg, rgb(255, 85, 62) 0%, rgb(255, 0, 101) 100%);
	background-image: -webkit-linear-gradient(-57deg, rgb(255, 85, 62) 0%, rgb(255, 0, 101) 100%);
	background-image: -ms-linear-gradient(-57deg, rgb(255, 85, 62) 0%, rgb(255, 0, 101) 100%);
	width: 65px;
	height: 65px;
}
.ms_player-style-two .jp-audio.jp-state-playing .jp-play i {
	padding-left: 0
}
/*.ms_player-style-two .jp-audio.jp-state-playing .jp-play i.ms_play_control {*/
/*	background-position: -877px -29px !important;*/
/*}*/
.ms_player-style-two .jp-audio.jp-state-playing .jp-play i.ms_play_control {
    background-position: -917px 7px !important;
}
.ms_player-style-two .jp-progress-container,
.ms_player-style-two .jp-volume-bar-container {
	height: 3px;
	padding: 0;
}
.ms_player-style-two .jp-progress,
.ms_player-style-two .jp-seek-bar,
.ms_player-style-two .jp-play-bar,
.ms_player-style-two .jp-volume-bar,
.ms_player-style-two .jp-volume-bar-value {
	height: 4px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.ms_player-style-two .jp-progress {
	margin: 0;
	background-color: rgb(255 255 255 / 0.30);
	border-radius: 15px;
}
.ms_player-style-two .jp-seek-bar,
.ms_player-style-two .jp-volume-bar {
	cursor: pointer;
	background-color: rgb(255 255 255 / 0.30);
	border-radius: 10px;
}
.ms_player-style-two .jp-play-bar {
	float: left;
	position: relative;
	background-color: var(--theme-color);
	border-radius: 5px;
	overflow: visible!important;
}
.ms_player-style-two .jp-volume-bar-value {
	float: left;
	position: relative;
	background-color: #aaa
}
.ms_player-style-two .jp-progress .bullet,
.ms_player-style-two .jp-volume-bar .bullet {
	position: absolute;
	content: "";
	top: -1.5px;
	right: -7px;
	height: 8px;
	width: 8px;
	/* background: var(--theme-color); */
	border-radius: 50%;
	box-shadow: none;
}
.ms_player-style-two .jp-time-holder {
	position: relative;
	top: 0;
	color: #979797;
	font-size: 12px
}
.ms_player-style-two .jp-time-holder .jp-current-time {
	position: absolute;
	left: 0;
	top: 10px;
	color: #fff;
}
.ms_player-style-two .jp-time-holder .jp-duration {
	position: absolute;
	right: 0;
	top: 10px;
	color: #fff;
}
.ms_player-style-two .jp-track-name {
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 100%;
	padding-right: 70px;
	display: flex;
	align-items: center;
}
.ms_player-style-two .jp-artist-name {
	color: #dedede;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	max-width: 140px;
	font-weight: 400;
}
.ms_player-style-two .jp-toggles button {
	margin: 0 3px
}
.ms_player-style-two .jp-toggles button:hover {
	color: #fff
}
.ms_player-style-two .jp-state-looped .jp-toggles .jp-repeat,
.ms_player-style-two .jp-state-shuffled .jp-toggles .jp-shuffle,
.ms_player-style-two .jp-interface .jp-toggles .playlist-is-visible.jp-show-playlist {
	color: #00c85f
}
.ms_player-style-two .jp-volume-controls button {
	float: left
}
.ms_player-style-two .jp-volume-controls .jp-volume-bar {
	margin-left: 40px;
	margin-top: 17px;
}
.ms_player-style-two .jp-volume-bar,
.ms_player-style-two .jp-volume-bar-value {
	border-radius: 5px
}
.ms_player-style-two .jp-playlist {
	position: absolute;
	right: 0;
	bottom: 120px;
	/* bottom: 100%; */
	background: rgb(12, 27, 44);
	background-image: -moz-linear-gradient(145deg, rgb(18, 34, 55) 0%, rgb(12, 27, 44) 100%);
	background-image: -webkit-linear-gradient(145deg, rgb(18, 34, 55) 0%, rgb(12, 27, 44) 100%);
	background-image: -ms-linear-gradient(145deg, rgb(18, 34, 55) 0%, rgb(12, 27, 44) 100%);
	padding: 40px 0px 25px 0px;
	width: 350px;
	box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
	border-radius: 12px 0px 0px 12px;
	z-index: 10;
}
.ms_player-style-two .jp-playlist ul {
	padding: 0;
	margin: 0;
	max-height: 345px;
}
.ms_player-style-two .jp-playlist li {
	list-style: none;
	float: left;
	width: 100%;
	position: relative;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_player-style-two .jp-playlist li:hover {
	background-color: var(--theme-color);
}
.ms_player-style-two .jp-playlist li:hover .que_data,
.ms_player-style-two .jp-playlist li:hover .que_data .jp-artist {
	color: #fff;
}
.ms_player-style-two .jp-playlist li a {
	color: #fff;
	display: block;
	padding: 10px 20px;
	outline: 0;
	border-bottom: none;
	float: left;
	width: 100%;
}
.ms_player-style-two .jp-playlist li:last-child a {
	border-bottom: 0
}
.ms_player-style-two .jp-playlist li a:hover,
.ms_player-style-two .jp-playlist li a:focus,
.ms_player-style-two .jp-playlist li a:active {
	color: #fff;
	text-decoration: none
}
.ms_player-style-two .jp-playlist li a span.jp-artist {
	color: rgb(99 114 132);
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 400;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_player-style-two .player_mid {
	position: relative;
	width: 100%;
}
.ms_player-style-two .jp_queue_cls {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	top: -25px;
	color: #8da5c2;
	font-size: 20px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ms_player-style-two .jp_queue_cls i {
	padding-top: 5px;
	padding-left: 5px;
}
.ms_player-style-two .jp_queue_cls:after {
	content: "";
	position: absolute;
	top: -55px;
	margin: auto;
	right: 0;
	left: 0;
	width: 30px;
	height: 133px;
	background: url(../images/svg/queue_shap.svg) no-repeat;
	z-index: -1;
	transform: rotate(-90deg);
}
.ms_player-style-two .jp-volume-wrap {
	margin-top: -3px;
}
.ms_player-style-two .jp_queue_wrapper {
	float: right;
	padding-right: 10px;
	/*margin-top: 34px;*/
}
.ms_player-style-two .jp_queue_wrapper span.que_text {
	text-transform: capitalize;
	cursor: pointer;
	z-index: 1;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-size: 15px;
	min-width: 120px;
}
.ms_player-style-two .jp_queue_wrapper span.que_text i {
	width: 12px;
	height: 12px;
	text-align: center;
	background-color: #fff;
	color: var(--theme-color);
	border-radius: 50%;
	line-height: 12px;
	font-size: 11px;
}
.ms_player-style-two .jp-playlist h2 {
	text-align: center;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 20px;
}
.ms_player-style-two .jp-playlist span.que_img {
	width: 50px;
	float: left;
}
.ms_player-style-two .jp-playlist span.que_img img {
	border-radius: 5px;
	width: 50px;
	height: 50px;
	object-fit: cover;
}
.ms_player-style-two .jp-playlist .que_data {
	width: calc(100% - 50px);
	float: left;
	padding-left: 20px;
	line-height: 30px;
	font-size: 14px;
	color: #aebed3;
	font-weight: 600;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_player-style-two .jp-playlist li.jp-playlist-current {
	background-color: rgb(40 61 84);
}
.ms_player-style-two .jp-playlist .action {
	overflow: auto;
	right: 15px;
	position: absolute;
	left: auto;
	top: 22px;
	top: 50%;
	opacity: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_player-style-two .jp-playlist li.jp-playlist-current .action,
.ms_player-style-two .jp-playlist li:hover .action {
	opacity: 1;
}
.ms_player-style-two .jp-playlist li:hover .action .que_close {
	background-color: #252b4d;
}
.ms_player-style-two .que_more {
	padding-right: 10px;
	cursor: pointer;
}
.ms_player-style-two .que_more:hover ul.more_option {
	opacity: 1;
	visibility: visible;
}
.ms_player-style-two .jp-playlist.find_li ul li:last-child ul.more_option {
	top: auto;
	bottom: 100%;
}
.ms_player-style-two .que_close {
	width: 20px;
	height: 20px;
	background-color: var(--theme-color);
	display: inline-block;
	text-align: center;
	border-radius: 100%;
	line-height: 19px;
	cursor: pointer;
}
.ms_player-style-two .jp_queue_btn {
	text-align: center;
	padding-top: 20px;
	display: block;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}
.ms_player-style-two div#playlist-wrap span#myPlaylistQueue {
	margin-top: 23px;
	position: relative;
	top: 45px;
}
.ms_player-style-two .jp_queue_btn a {
	display: inline-block;
	padding: 0px 32px;
	text-transform: capitalize;
	border-radius: 20px;
	margin: 5px 10px;
}
.ms_player-style-two .jp_queue_btn .ms_clear {
	margin-top: 5px;
}
.ms_player-style-two .jp_quality_optn.custom_select {
	margin-left: 17px;
}
.ms_player-style-two .jp-type-playlist .nice-select span.current {
	color: #fff;
	text-transform: capitalize;
}
.ms_player-style-two .jp-type-playlist .nice-select {
	background-color: transparent;
	border-radius: 20px;
	border: solid 1px #fff;
	font-size: 15px;
	height: 30px;
	line-height: 32px;
}
.ms_player-style-two .jp-type-playlist .nice-select:after {
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-bottom: none;
	border-right: none;
	margin-top: -1px;
	right: 17px;
	width: 6px;
	height: 6px;
}
.ms_player-style-two .jp-type-playlist .nice-select.open:after {
	margin-top: -6px;
}
.ms_player-style-two .jp-type-playlist .nice-select .option:hover,
.ms_player-style-two .jp-type-playlist .nice-select .option.focus,
.ms_player-style-two .nice-select .option.selected.focus {
	background-color: #eee;
	position: relative;
}
.ms_player-style-two li.option.selected.focus:after {
	position: absolute;
	content: "\f00c";
	font: normal normal normal 14px/1 FontAwesome;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
	background-color: var(--theme-color);
	text-align: center;
	line-height: 20px;
	color: #fff;
	border-radius: 100%;
	font-size: 10px;
}
.ms_player-style-two .jp-type-playlist .nice-select .list {
	top: auto;
	left: auto;
	right: 0;
	bottom: 189%;
	margin-bottom: 0px;
	width: 150px;
	border-radius: 5px 5px 0px 0px;
	text-transform: uppercase;
	font-size: 12px;
	transform: none;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	-moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	-o-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
	-ms-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .17);
}
.ms_player-style-two .jp-type-playlist .nice-select .option {
	line-height: 35px;
	min-height: 35px;
	border-bottom: 1px solid #eded;
}
.ms_player-style-two .jp-interface .ms_play_control:hover {
	background-color: #fff0 !important;
}
.ms_player-style-two .jp-state-shuffled i.ms_play_control {
	border: 0;
	background-color: #fff0 !important;
}
.ms_player-style-two .jp-state-looped i.ms_play_control {
	border: 0;
	background-color: #fff0 !important;
}
.ms_player-style-two .jp-interface .ms_play_control {
	background: url(../images/icon.svg) !important;
	width: 30px;
	height: 30px;
	border: 0;
	background-repeat: no-repeat!important;
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.ms_player-style-two button.jp-previous .ms_play_control {
	background-position: -840px 7px !important;
}
.ms_player-style-two button.jp-play .ms_play_control {
	background-position: -875px 7px !important;
}
.ms_player-style-two button.jp-next .ms_play_control {
	background-position: -953px 7px !important;
}
.ms_player-style-two .jp-controls.flex-item {
	position: relative;
	top: 4px;
}
.ms_player-style-two button.jp-mute {
	position: relative;
	top: 0px;
	height: 30px;
}
.ms_player-style-two button.jp-mute .ms_play_control {
	background-position: 220px 0px !important;
	border: 1px solid #fff;
	border-radius: 100%;
}
.ms_player-style-two button.jp-shuffle .ms_play_control {
	background-position: -688px 7px !important;
	border-radius: 100%;
}
.ms_player-style-two button.jp-repeat .ms_play_control {
	background-position: -730px 9px !important;
	border-radius: 100%;
}
.ms_player-style-two .jp-audio.jp-state-looped button.jp-repeat .ms_play_control {
	background-position: -730px -27px !important;
}
.ms_player-style-two .jp-audio.jp-state-shuffled button.jp-shuffle .ms_play_control {
	background-position: -688px -28px !important;
}
.ms_player-style-two .jp-volume-bar {
	position: relative;
}
.ms_player-style-two .jp-volume-bar-value {
	position: absolute;
	bottom: 0;
}
.ms_player-style-two .jp-playlist ul.more_option {
	overflow: inherit;
}
.ms_player-style-two .jp-playlist ul.more_option li.jp-playlist-current {
	background-color: transparent;
}
.ms_player-style-two .jp-playlist ul.more_option li:hover {
	background-color: transparent;
}
.ms_player-style-two .jp-playlist ul.more_option li a:focus {
	color: #777;
}
.ms_player-style-two .jp-playlist ul.more_option li a {
	padding-bottom: 0;
}
.ms_player-style-two .jp-playlist ul.more_option {
	top: 90%;
	right: 30px;
	text-align: center;
	display: flex;
}
.ms_player-style-two .jp-playlist ul.more_option li {
	width: auto;
	float: none;
}
.ms_player-style-two .jp-playlist ul.more_option li a {
	text-align: left !important;
	color: #777777;
	display: block;
	font-size: 13px;
	padding: 5px;
}
.ms_player-style-two .jp-playlist ul.more_option li a .opt_icon {
	padding-right: 0px;
}
.ms_player-style-two .jp-playlist ul.more_option:after {
	top: -8px;
	right: 13px;
	border-top: transparent;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid rgb(25, 38, 56);
}
section.fw-main-row.mb-full-wd {
    width: 100%;
}
.mb-new-artist .fw-container-fluid {
    width: 83%;
    margin: 0 auto;
}

/*====Artist Css Start====*/

.ms_artist_slider {
	margin-bottom: 20px;
}
.slider_cheading {
	overflow: hidden;
	width: 100%;
}
.slider_heading_wrap {
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cheading_title {
	font-size: 18px;
	color: #8097b1;
	position: relative;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 32px;
}
.music_center_slider .ms_btn {
	height: 40px;
	line-height: 40px;
	display: inline-block;
}
.cheading_title:after {
	content: "";
	position: absolute;
	width: 100%;
	max-width: 100%;
	height: 4px;
	border: 1px solid rgb(48, 69, 95);
	top: 0;
	bottom: 0;
	margin: auto;
	border-left: 0;
	border-radius: 0;
	margin-left: 10px;
}
.slider_cbox {
	border-radius: 10px;
	/* padding: 8px; */
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.slider_cbox:hover {
	background: #152740;
}
.slider_cbox:hover .slider_cimgbox img {
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.slider_cbox:hover .slider_ctext {
	margin-top: -10px;
}
.div-wrapper-style-two .slider_cbox:hover .slider_ctext {
	margin-top: 0px;
}
.slider_cbox:hover .slider_ctitle,
.slider_cbox:hover .slider_cdescription {
	color: #fff;
}
.slider_cimgbox {
	border-radius: 10px;
}
section.fw-main-row.album_artist_row1 {
    min-height: 990px;
}
.slider_cimgbox img {
	border-radius: 10px;
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.slider_ctext {
	padding: 10px 10px 10px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.slider_ctitle {
	font-size: 14px;
	color: #aebed3;
	font-weight: 600;
	display: inline-block;
}
.slider_cdescription {
	font-size: 12px;
	color: #5c7089;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.slider_cmn_controls {
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.slider_cmn_controls .slider_cmn_nav {
	background: rgb(20, 37, 59);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	position: relative;
}
.slider_cmn_controls .slider_nav_next,
.slider_cmn_controls .slider_nav_prev {
	position: absolute;
	left: 0;
	right: 0;
	background: url(../images/icon.svg)!important;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat!important;
	display: inline-block;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
     background-position: -1076px 8px !important;
	outline: 0;
	border-radius: 50%;
}
.slider_cmn_controls .slider_cmn_nav:hover {
	background: var(--theme-color);
}
.slider_cmn_controls .slider_cmn_nav:first-child {
	margin-right: 6px;
}
.slider_cmn_controls .slider_nav_prev {
	background-position: -1170px 8px !important;
}
/*.slider_cmn_controls .slider_nav_next {*/

/*    background-position: -1068px 9px !important;*/

/*}*/


.tab-content>.tab-pane {
    display: none;
    transform: translateX(-115%);
}
.tab-content>.active {
    display: block;
    transform: translateX(0);
    /*transition: all 1s ease-in;*/
}
.tab-content>.active.show {
  -webkit-animation-name: cssAnimation;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
}

@-webkit-keyframes cssAnimation {
  from {
    -webkit-transform: translateX(-125%);
  }
  to {
    -webkit-transform: translateX(0%);
  }
}

.fw-btn, .fw-btn {
    transition: 800ms ease all;
    position: relative;
}
/*.fw-btn:hover, .fw-btn:focus {*/
/*    text-decoration: none;*/
/*    outline: none;*/
/*    opacity: 1;*/
/*    background-color: #0e1d30 !important;*/
/*    color: #b06ab3 !important;*/
/*    border: 1px solid #b06ab3 !important;*/
/*}*/


.fw-btn:before, .fw-btn:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    height: 2px;
    width: 0;
    background: #b06ab3 !important;
    transition: 400ms ease all;
}
.fw-btn:after {
    right: inherit;
    top: inherit;
    left: 0;
    bottom: -2px;
}
.fw-btn:hover {
    background-color: transparent!important;
    
}
.fw-btn:hover:before, .fw-btn:hover:after {
    width: 100% !important;
    transition: 800ms ease all;
    
}



.ms_top_right .ms_top_lang {
    color: #ffffff !important;
}
.ms_top_right .ms_top_lang:hover{
    color: #b06ab3 !important;
}
.slider_cmn_controls .slider_nav_next:hover {
	background-position: -1110px 8px !important;
}
.slider_cmn_controls .slider_nav_prev:hover {
	background-position: -1136px 8px !important;
}
/*====Music Css Start====*/

.music_center_slider {
	position: relative;
}
.music_center_slider .swiper-container {
	padding: 10px 0 0 0;
	position: relative;
}
.swiper-slide {
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.music_center_img {
	position: relative;
	border-radius: 6px;
}
.music_center_img > img {
	border-radius: 6px;
}
.slider_music_controls > span {
	position: absolute;
	top: 105px;
	left: 0;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	outline: 0;
	z-index: 1;
}
.slider_music_controls > span svg path {
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.slider_music_controls > span:hover svg path {
	fill: var(--theme-color);
}
.slider_music_controls .swiper-music-next {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
.music_center_title {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.music_center_sub {
	color: #fff;
	font-size: 12px;
	margin: 0px 0 10px 0;
}
.music_center_info {
	opacity: 0;
	visibility: hidden;
	margin-top: 18px;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translateY(-10px);
}
.music_center_slider .swiper-slide {
	opacity: 0;
}
.music_center_slider .swiper-slide.swiper-slide-active .music_center_info,
.music_center_slider .swiper-slide.swiper-slide-active,
.music_center_slider .swiper-slide.swiper-slide-prev,
.music_center_slider .swiper-slide.swiper-slide-next {
	opacity: 1;
	visibility: visible;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: none;
	outline: none;
}
.swiper-slide .music_center_info {
	transition: 0s;
	transition-delay: 0s;
}
.swiper-slide.swiper-slide-active .music_center_info {
	transition: .3s;
	transition-delay: .5s;
	transform: translateY(0px);
}
.center_dwld_icon {
	background: url(../images/icon.svg) !important;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat!important;
	display: inline-block;
	background-color: #c7c7c700;
	cursor: pointer;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.center_dwld_icon {
	background-position: -1213px 4px !important;
}
.music_center_dwld:hover .center_dwld_icon {
	background-position: -1213px -32px !important;
}
.music_center_details {
	display: flex;
	align-items: center;
	justify-content: center;
}
.music_center_dwld {
	width: 40px;
	height: 40px;
	background: rgb(255 255 255 / 12%);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.music_center_details .ms_btn {
	margin-right: 10px;
}
.music_listwrap_tttl {
	font-size: 18px;
	color: #8097b1;
	margin: 30px 0 15px 0;
}
.music_listwrap .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: -15px;
}
/*====Music Css Start====*/

.music_center_slider {
	position: relative;
}
.music_center_slider .swiper-container {
	padding: 10px 0 0 0;
	position: relative;
}
.swiper-slide {
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.music_center_img {
	position: relative;
	border-radius: 6px;
}
.music_center_img > img {
	border-radius: 6px;
}
.slider_music_controls > span {
	position: absolute;
	top: 105px;
	left: 0;
	width: 20px;
	height: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	outline: 0;
	z-index: 1;
}
.div-wrapper-style-two span.swiper-music-prev {
	top: 50%;
}
.div-wrapper-style-two span.songslist_moreicon svg {
	fill: #fff;
	position: absolute;
	top: -15px;
	width: 22px;
}
.div-wrapper-style-two span.swiper-music-next {
	top: 55px;
}
.slider_music_controls > span svg path {
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.slider_music_controls > span:hover svg path {
	fill: var(--theme-color);
}
.slider_music_controls .swiper-music-next {
	left: auto;
	right: 0;
	transform: rotate(180deg);
}
.music_center_title {
	font-size: 22px;
	color: #fff;
	font-weight: 700;
}
.music_center_sub {
	color: #fff;
	font-size: 12px;
	margin: 0px 0 10px 0;
}
.music_center_info {
	opacity: 0;
	visibility: hidden;
	margin-top: 18px;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transform: translateY(-10px);
}
.music_center_slider .swiper-slide {
	opacity: 0;
}
.music_center_slider .swiper-slide.swiper-slide-active .music_center_info,
.music_center_slider .swiper-slide.swiper-slide-active,
.music_center_slider .swiper-slide.swiper-slide-prev,
.music_center_slider .swiper-slide.swiper-slide-next {
	opacity: 1;
	visibility: visible;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: none;
	outline: none;
}
.swiper-slide .music_center_info {
	transition: 0s;
	transition-delay: 0s;
}
.swiper-slide.swiper-slide-active .music_center_info {
	transition: .3s;
	transition-delay: .5s;
	transform: translateY(0px);
}
.center_dwld_icon {
	background: url(../images/icon.svg) !important;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat!important;
	display: inline-block;
	background-color: #c7c7c700;
	cursor: pointer;
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.center_dwld_icon {
	background-position: -1213px 4px !important;
}
.music_center_dwld:hover .center_dwld_icon {
	background-position: -1213px -32px !important;
}
.music_center_details {
	display: flex;
	align-items: center;
	justify-content: center;
}
.music_center_dwld {
	width: 40px;
	height: 40px;
	background: rgb(255 255 255 / 12%);
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.music_center_details .ms_btn {
	margin-right: 10px;
}
.music_listwrap_tttl {
	font-size: 18px;
	color: #8097b1;
	margin: 30px 0 15px 0;
}
.music_listwrap .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: -15px;
}
body .fw-btn-1,
body .fw-btn-1:hover,
body .fw-btn-1:focus,
body .fw-btn-1:active {
	color: #ffffff;
}
.alignright {
	margin-bottom: 5px;
	margin-top: 5px;
}
.ms_needlogin {

	text-align: center;
}
.ms_needlogin h2 {
	font-size: 22px;
	color: #fff;
	text-transform: capitalize;
	padding: 20px 0px;
}
.ms_needlogin a.ms_btn.reg_btn {
	width: 200px;
	height: 40px;
	line-height: 42px;
}
.widget_nav_menu ul li ul.sub-menu li a {
	padding-left: 15px;
}
.widget_pages ul li ul.children li {
	padding-left: 10px;
}
header.entry-header h3.entry-title {
	word-break: break-word;
}
header.entry-header h3.entry-title a {
	color: #fff;
}
/*====Pagination====*/

nav.navigation.pagination .nav-links .page-numbers {
	height: 40px;
	width: 40px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	border-radius: 100%;
	min-width: 30px;
	text-align: center;
	margin-right: 0;
	font-size: 22px;
}
nav.navigation.pagination .nav-links .page-numbers.current {
	background-color: #3ac6e4;
}
nav.navigation.pagination .nav-links .page-numbers:hover {
	background-color: #3ac6e4;
	color: #fff;
	border-color: #fff;
}
nav.navigation.pagination .nav-links a.prev.page-numbers i {
	position: relative;
	font-size: 18px;
}
nav.navigation.pagination .nav-links a.next.page-numbers {
	min-width: auto;
	position: relative;
	padding: 0px;
}
nav.navigation.pagination .nav-links a.prev.page-numbers {
	min-width: auto;
	position: relative;
	padding: 0;
}
.ms_songslist_nav:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #30455f;
	background-image: linear-gradient(90deg, rgb(48 69 95) 40%, rgb(12 25 41) 100%);
}
.ms_songslist_nav {
	position: relative;
}
/*====Woocommerce Css Start====*/

.woocommerce .woocommerce-result-count {
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.woocommerce .woocommerce-ordering select {
	height: 40px;
	border: 1px solid transparent;
	padding-left: 10px;
	border-radius: 5px;
	text-transform: capitalize;
}
.woocommerce ul.products li.product a img {
	border-radius: 5px;
}
.woocommerce ul.products li.product .onsale {
	top: 15px;
	right: auto;
	left: 0;
	margin: 0px;
}
.woocommerce span.onsale {
	min-height: 30px;
	min-width: 60px;
	line-height: 30px;
	border-radius: 0px 15px 15px 0px;
	background-color: #3bc8e7;
	padding: 0px;
	font-size: 13px;
	top: 15px;
	left: 0px;
	right: auto;
}
.woocommerce ul.products li.product .price ins {
	color: #dadada;
	margin-left: 5px;
}
.woocommerce ul.products li.product .price {
	color: #3bc8e7;
	font-size: 15px;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	padding: 0px 20px;
	font-weight: 500;
	border-radius: 20px;
	left: auto;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background-color: #3bc8e7;
	border: 0;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	background-color: #3bc8e7;
	color: #fff;
	box-shadow: 0px 0px 20px 0px #3bc8e7;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 0;
	line-height: 40px;
	font-size: 22px;
	padding: 0px 5px;
	min-width: 40px;
	min-height: 40px;
	display: block;
	color: #fff;
	border-radius: 100%;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	background: #3bc8e7;
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
	border-right: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	margin-right: 10px;
}
.woocommerce nav.woocommerce-pagination {
	float: right;
}
.ms_add_cart_main {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background-image: -moz-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgba(32, 167, 196, 0) 100%);
	transition: all 0.4s;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
}
.ms_store_img {
	position: relative;
	overflow: hidden;
}
a.button.add_to_cart_button,
.ms_add_cart_link a {
	background-color: transparent;
	padding: 0px;
	width: 40px;
	height: 40px;
	display: block;
	border: 1px solid #fff;
	border-radius: 0px;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	margin: 0px 5px;
	color: #3bc8e7;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: -50px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.ms_store_img img {
	border-radius: 10px;
}
.woocommerce ul.products li.product .button {
	margin-top: 0px;
}
.woocommerce ul.products li.product:hover .ms_add_cart_main,
.woocommerce-page ul.products li.product:hover .ms_add_cart_main {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.ms_add_cart,
.ms_add_cart_link {
	margin-bottom: 15px;
}
.woocommerce ul.products li.product:hover a.button.add_to_cart_button,
.woocommerce ul.products li.product:hover .ms_add_cart_link a {
	opacity: 1;
	margin-bottom: 25px;
}
a.button.add_to_cart_button:hover,
.ms_add_cart_link a:hover {
	background-color: #fff;
	color: #3bc8e7;
	border-radius: 100%;
	box-shadow: none;
}
.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
	padding: 10px 0 10px;
	border-top: 1px solid #2f334c;
	border-bottom: 1px solid #2f334c;
}
.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
	float: left;
	margin-left: 0px;
	width: 50px;
	margin-right: 15px;
	border-radius: 100%;
}
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
	/* padding-bottom: 15px; */
	padding-left: 0px;
}
.woocommerce a.remove {
	font-size: 13px;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 18px;
	border-radius: 100%;
	color: #fff!important;
	background-color: #3bc8e7;
	font-size: 18px;
	vertical-align: middle;
}
.woocommerce a.remove:hover {
	color: #fff!important;
	background-color: #3bc8e7;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	position: absolute;
	top: 50%;
	left: auto;
	right: 0px;
	margin-top: -10px;
}
.woocommerce .widget_price_filter .price_slider_amount {
	line-height: 35px;
}
.woocommerce .widget_price_filter .price_slider {
	margin-bottom: 20px;
}
.woocommerce ul.product_list_widget li {
	margin-bottom: 15px;
}
.widget.woocommerce.widget_top_rated_products ul li,
.widget.woocommerce.widget_products ul.product_list_widget li {
	padding: 10px 0;
	border-bottom: 1px solid #2f334c;
	margin-bottom: 0px;
}
.widget.woocommerce.widget_top_rated_products ul li:first-child,
.widget.woocommerce.widget_products ul.product_list_widget li:first-child {
	padding-top: 0px;
}
.widget.woocommerce.widget_top_rated_products ul li:last-child,
.widget.woocommerce.widget_products ul.product_list_widget li:last-child {
	border: none;
}
.woocommerce ul.product_list_widget del,
span.ms_pro_price del {
	font-size: 15px;
	opacity: 0.5;
	color: #3bc8e7;
}
ul.product_list_widget span.woocommerce-Price-amount.amount {
	background-color: transparent;
}
ul.product_list_widget ins,
span.ms_pro_price ins {
	background-color: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-left: 5px;
}
ul.product_list_widget span.woocommerce-Price-amount.amount,
span.woocommerce-Price-amount.amount {
	background-color: transparent;
	font-size: 15px;
	font-weight: 700;
}
.woocommerce ul.product_list_widget del span.woocommerce-Price-amount.amount,
span.ms_pro_price del span.woocommerce-Price-amount.amount {
	font-weight: 400;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #3bc8e7;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #3bc8e7;
}
.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
	margin-right: 10px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(59, 199, 231, 0.51);
}
ul.product-categories li a {
	color: #fff;
	font-size: 16px;
	/* width: 100%; */
	display: inline-block;
	padding-left: 15px;
}
ul.product-categories li a:before {
	position: absolute;
	left: 0px;
	content: "\f105";
	top: 5px;
	font: normal normal normal 14px/1 FontAwesome;
}
ul.product-categories li a:after {
	position: absolute;
	width: 0px;
	height: 1px;
	right: 10px;
	top: 50%;
	opacity: 0;
	background-color: #3bc8e7;
	content: "";
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
}
ul.product-categories li a:hover:after {
	width: 20px;
	right: -25px;
	opacity: 1;
}
ul.product-categories li a:hover {
	color: #3bc8e7;
}
p.woocommerce-mini-cart__buttons.buttons {
	padding-top: 15px;
}
h2.woocommerce-loop-product__title {
	margin-top: 5px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	width: 100%;
	/* float: left; */
	display: inline-block;
}
.woocommerce .woocommerce-ordering {
	margin: 0px;
}
.ms_count_ordering {
	background-color: #1b2039;
	padding: 30px 40px;
	border-radius: 5px;
	margin-bottom: 30px;
	border-radius: 5px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
	display: block;
	float: left;
	width: 100%;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	margin-top: 0px;
}
.summary.entry-summary h1.product_title.entry-title {
	font-size: 24px;
	margin-bottom: 15px;
}
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	color: #fff;
	margin-left: 5px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	color: #3bc7e7;
}
.woocommerce-product-details__short-description .woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 20px 15px 0 0;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #3bc8e7;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #3bc8e7;
	color: #fff;
}
button.single_add_to_cart_button.button.alt {
	margin-top: 15px;
}
.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 15px 15px 0 0;
}
.woocommerce .quantity .qty {
	border-radius: 15px;
}
.woocommerce div.product form.cart {
	margin-bottom: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0px;
	margin: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
	border-bottom: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #3bc8e7;
	border-bottom-color: #3bc8e7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background-color: #fff;
	z-index: 0;
	border-radius: 10px 10px 0 0;
	margin: 0 0px;
	padding: 0px 20px;
	border: 1px solid transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	box-shadow: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
	border-width: 0;
}
.checkout_coupon[name="coupon_code"] {
	height: 40px;
	padding: 0 15px;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
	font-size: 23px;
	color: #3bc8e7;
}
.woocommerce div.product .woocommerce-tabs .panel {
	background: #1b2039;
	padding: 0px 30px;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.3);
}
.woocommerce-product-details__short-description {
	padding-top: 10px;
}
.woocommerce-Reviews p.comment-form-author label,
p.comment-form-email label {
	width: 100%;
}
p.comment-form-author input#author,
p.comment-form-email input#email {
	width: 100%;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #3bc8e7;
	font-size: 14px;
	color: #ffffff;
}
p.comment-form-author input:focus,
p.comment-form-author textarea:focus {
	outline: none;
}
.woocommerce-Reviews .woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #3bc8e7;
	font-size: 14px;
	color: #ffffff;
	resize: none;
}
.comment-form-rating {
	width: 100%;
	display: flex;
}
.comment-form-rating p.stars {
	margin-top: 4px;
}
.ms_add_cart a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart i,
.ms_add_cart_link a.ms_button_link_single i {
	line-height: 39px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #44cb2d;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
}
.woocommerce-message {
	border-top-color: #44cb2d;
}
.woocommerce-message::before {
	color: #fff;
}
.woocommerce-message .button,
.woocommerce-Message .button {
	color: #44cb2d !important;
	background-color: #fff !important;
}
#review_form_wrapper form#commentform {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 10px;
}
#review_form_wrapper p.form-submit {
	width: 100%;
}
.woocommerce #review_form #respond textarea {
	box-sizing: border-box;
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #3bc8e7;
	resize: none;
	color: #ffffff;
}
.woocommerce #review_form #respond textarea:focus {
	outline: none;
}
#review_form_wrapper p.comment-form-comment {
	width: 100%;
	padding: 0px 10px;
	padding-left: 0px;
}
#review_form_wrapper p.comment-form-author {
	width: 50%;
	padding: 0px 0px;
}
#review_form_wrapper p.comment-form-email {
	width: 50%;
	padding: 0px 10px;
}
#review_form_wrapper form#commentform p.form-submit {
	margin-bottom: 20px;
}
section.related.products h2 {
	font-size: 23px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: capitalize;
	position: relative;
}
section.related.products h2:after {
	width: 100px;
	height: 5px;
	content: "";
	position: absolute !important;
	bottom: 0;
	left: -15px;
	z-index: 0;
	background: -webkit-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -moz-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -ms-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
	background: -o-radial-gradient(50% 50%, ellipse closest-side, #3bc8e7, rgba(255, 42, 112, 0) 60%);
}
h3.woocommerce-loop-product__title:after {
	display: none;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	width: 120px;
	text-align: center;
	border-radius: 20px;
	height: 35px;
	padding: 0px 5px;
	line-height: 35px;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	padding: 0px 15px;
	text-transform: capitalize;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	font-size: 16px;
	padding: 0px 5px;
	text-transform: capitalize;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
}
.cart_totals h2 {
	font-size: 23px;
	text-transform: capitalize;
	display: inline-block;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals table.shop_table.shop_table_responsive {
	margin-top: 20px;
}
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
	padding: 15px 25px;
	text-align: left;
}
.cart_totals table.shop_table,
.woocommerce .cart_totals table.shop_table th,
.woocommerce .cart_totals table.shop_table td {
	border-collapse: collapse !important;
}
a.checkout-button.button.alt.wc-forward {
	float: right;
	padding: 0px 20px;
}
.woocommerce .cart_totals table.shop_table {
	border: 1px solid #fff;
	text-align: left;
	width: 100%;
}
.woocommerce div.product form.cart .variations td.label {
	padding-right: 0;
	width: 80px;
	text-align: left;
	text-transform: capitalize;
}
.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 50%;
	display: inline-block;
	margin-right: 0;
	height: 35px;
	border-radius: 15px;
	padding-left: 10px;
}
.woocommerce div.product form.cart .variations {
	margin-bottom: 5px;
	margin-top: 15px;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
	background-color: #3bc8e7;
	color: #fff;
}
button.button:disabled[disabled]:hover {
	box-shadow: none !important;
	background-color: #3bc8e7 !important;
	color: #fff !important;
}
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	text-align: left;
}
.woocommerce div.product form.cart .variations select:focus {
	outline: none;
}
.woocommerce table.shop_attributes {
	width: 100%;
	margin: 20px 0px;
	border: 1px solid #fff !important;
}
.woocommerce table.shop_attributes th,
.woocommerce table.shop_attributes td {
	border-bottom: 1px solid;
}
.ms_single_product_image {
	position: relative;
}
h3.woocommerce-loop-product__title {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 5px;
}
.ms_woocommerce_slider span.price {
	font-size: 15px !important;
}
.woocommerce .ms_fea_album_slider .slider_nav_prev {
    left: auto;
    right: 0;
    top: -39px;
}
.woocommerce .ms_fea_album_slider .slider_nav_next {
	right: 30px;
	left: auto;
	top: -39px;
}
.woocommerce div.product div.images .flex-control-thumbs {
	padding-top: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
	padding-right: 10px;
}
.woocommerce div.product div.images .flex-control-thumbs li:last-child {
	padding-right: 0px;
}
.woocommerce .quantity .qty {
	height: 35px;
}
.woocommerce table.shop_table th {
	padding: 15px 12px;
}
.woocommerce table.shop_table td {
	padding: 15px 20px;
}
tr.woocommerce-cart-form__cart-item.cart_item .woocommerce a.remove {
	display: inline-block;
}
.woocommerce .coupon .input-text {
	width: 160px !important;
	text-align: left !important;
	border-radius: 20px;
	height: 35px;
	padding: 0px 0 !important;
	line-height: 35px;
	background-color: transparent;
	border: none !important;
	border-bottom: 1px solid #fff !important;
	border-radius: 0 !important;
	color: #fff;
}
.woocommerce .coupon button.button {
	background-color: transparent;
	color: #3bc8e7;
	text-transform: capitalize;
}
.woocommerce .coupon button.button:hover {
	color: #fff;
	box-shadow: none;
}
.woocommerce tr.woocommerce-cart-form__cart-item.cart_item a.remove {
	display: inline-block;
}
.woocommerce .coupon input::-webkit-input-placeholder {
	color: #fff !important;
}
.woocommerce .coupon input::-moz-placeholder {
	color: #fff !important;
}
.woocommerce .coupon input:-ms-input-placeholder {
	color: #fff !important;
}
.woocommerce .coupon input:-moz-placeholder {
	color: #fff !important;
}
.woocommerce-info {
	border-top-color: transparent;
}
.woocommerce-info a.showcoupon {
	color: #fff;
}
.woocommerce-info::before {
	color: #fff;
}
.woocommerce form .woocommerce-billing-fields .form-row input.input-text,
.woocommerce form .woocommerce-billing-fields .form-row textarea,
.shipping_address input.input-text {
	width: 100%;
	height: 40px;
	padding-left: 15px;
	border-radius: 8px;
}
.woocommerce-billing-fields .select2-container .select2-selection--single span {
	color: #ffffff;
}
.woocommerce-billing-fields .select2-container .select2-selection--single:focus {
	outline: none;
}
.woocommerce-billing-fields__field-wrapper label,
.shipping_address label {
	width: 100%;
}
.woocommerce form .woocommerce-billing-fields .form-row {
	display: block;
}
.woocommerce-billing-fields .select2-container .select2-selection--single,
.shipping_address span#select2-shipping_country-container,
.shipping_address .select2-container .select2-selection--single {
	display: block;
	height: 40px;
	border-radius: 8px;
}
.shipping_address span.woocommerce-input-wrapper,
.woocommerce-additional-fields span.woocommerce-input-wrapper {
	width: 100%;
}
.woocommerce-additional-fields textarea#order_comments {
	padding: 15px;
	height: 100px;
	resize: none;
	border-radius: 8px;
}
#customer_details.col2-set .col-1,
#customer_details.col2-set .col-1 {
	float: left;
	width: 100% !important;
	max-width: 100% !important;
}
.select2-results__option[aria-selected],
.select2-results__option[data-selected] {
	color: #707070;
}
#customer_details.col2-set .col-2,
#customer_details.col2-set .col-2 {
	float: left;
	width: 100%;
	max-width: 100%;
}
h3#ship-to-different-address,
.woocommerce-billing-fields h3,
h3#order_review_heading {
	font-size: 23px;
	text-transform: capitalize;
	margin-top: 20px;
	color: #3bc8e7;
}
table.shop_table.woocommerce-checkout-review-order-table {
	border: 1px solid #fff;
	width: 100%;
	border-collapse: collapse;
}
table.shop_table.woocommerce-checkout-review-order-table th,
table.shop_table.woocommerce-checkout-review-order-table td {
	padding: 15px 20px;
	text-align: left;
	border-color: #303450;
}
div#order_review {
	padding: 0px 15px;
}
h3#order_review_heading {
	padding-left: 15px;
	padding-bottom: 10px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .w_top_song {
	padding-left: 0px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .w_top_song .w_tp_song_img {
	width: 100px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .w_top_song .w_tp_song_name {
	width: calc(100% - 100px);
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .weekly_right {
	right: 0px;
	top: -3px;
	float: left;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .weekly_right .w_song_time {
	padding-right: 15px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .weekly_right .ms_more_icon {
	padding-right: 15px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid ul.more_option {
	right: 50px;
	top: 0;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid ul.more_option:after {
	display: none;
}
.woocommerce .star-rating {
	font-size: 12px;
	float: none;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .weekly_left {
	float: left;
	width: 100%;
	position: relative;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid a.ms_pro_button {
	background-color: #3bc8e7;
	color: #fff;
	height: 30px;
	display: inline-block;
	padding: 0px 30px;
	line-height: 30px;
	border-radius: 15px;
	margin-top: 10px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid a.ms_pro_button:hover,
.ms_fea_album_slider.ms_product_slider a.ms_pro_button:hover {
	background-color: #3bc8e7;
	color: #fff;
	box-shadow: 0px 0px 20px 0px #3bc8e7;
}
.downloads_row1 li.list_more ul.ms_common_dropdown {
	right: 100px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid span.ms_pro_price {
	width: 100%;
	display: block;
}
.ms_fea_album_slider.ms_product_slider .ms_rcnt_box_text {
	position: relative;
}
.ms_fea_album_slider.ms_product_slider a.ms_pro_button {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	text-align: center;
	background-color: #3bc8e7;
	color: #fff;
	line-height: 30px;
	border-radius: 100%;
}
form.woocommerce-form.woocommerce-form-login input.woocommerce-Input {
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
	padding: 0px 15px;
	background-color: #fff;
}
.woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	background: #fffffe;
	padding: 5px 15px;
	margin-bottom: 10px;
	border-radius: 5px;
	color: #666666;
}
.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover {
	background: #08c7e7;
	color: #ffffff;
}
.woocommerce-MyAccount-content .woocommerce-Address {
	width: 100% !important;
}
.woocommerce-EditAccountForm .woocommerce-Input {
	height: 40px;
	padding: 0 15px;
}
.woocommerce-EditAccountForm fieldset {
	margin-bottom: 15px;
}
.form-row {
	position: relative;
}
.woocommerce form .form-row label.inline {
	position: absolute;
	right: 0;
}


.site-main span.icon_queue svg {
    position: relative;
    left: 4px;
    padding-top: 3px;
    z-index: -1;
    display: none;
}
.site-main svg#Layer_1 {
    display: none;
}




.ms_rcnt_box:hover .ms_play_icon,
.ms_release_box:hover .ms_play_icon,
.ms_weekly_box:hover .ms_play_icon,
.slider_cimgbox:hover .ms_play_icon {
	visibility: visible;
	opacity: 1;
}
.ms_songslist_box {
	position: relative;
}
article#post-2577 .ms_songslist_box {
    position: relative;
    overflow: visible;
}
article#post-2577 .ms_weekly_wrapper.ms_free_music ul.more_option {
    right: 90px;
    top: 8px;
}

.row-btn-center .fw-btn-1 {
	text-align: center;
}
.ms_songslist_more {
	cursor: pointer;
	position: relative;
}
.breadcrumbs_wrapper.musicbeat_trans_bread {
    padding: 120px 0px 80px 0px;
}
/*====Media Css Start====*/

.woocommerce-account .woocommerce span.password-input {
	width: 100%;
}
@media(max-width:1825px) {
	.ms_top_trend {
		padding-left: 20px;
	}
	.ms_profile .ms_top_btn {
		width: 67.3%;
	}
	.div-wrapper-style-two .ms_profile .ms_top_btn {
		width: auto;
	}
	.weekly_right {
		position: absolute;
		right: 0;
		top: 15px;
		height: 50px;
		line-height: 50px;
	}
	.ms_weekly_box ul.more_option {
		top: 6px;
	}
	.ms_weekly_box .weekly_right .ms_more_icon {
		top: 0;
	}
}
@media(min-width:1800px) {
	.ms_songslist_wrap {
		position: relative;
		z-index: 1;
	}
	.ms_songslist_wrap:after {
		content: "";
		position: absolute;
		height: 300px;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		background-image: -moz-linear-gradient(90deg, rgb(11 25 40) 0%, rgb(0 120 255 / 0%) 100%);
		background-image: -ms-linear-gradient(90deg, rgb(11 25 40) 0%, rgb(0 120 255 / 0%) 100%);
		background-image: -webkit-linear-gradient(90deg, rgb(11 25 40) 0%, rgb(0 120 255 / 0%) 100%);
		transition: all 0.3s linear;
	}
	.ms_songslist_wrap:hover:after {
		background-image: none;
		z-index: -1;
	}
}
@media(max-width:1800px) {
	#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
		margin: 0px 15px 0 15px;
	}
	.jp-volume-controls.flex-item {
		margin-left: 25px;
	}
	
	.jp-progress-container.flex-item {
		max-width: 200px !important;
	}
	/*body {*/
	/*	font-size: 15px;*/
	/*}*/
	.ms_profile .ms_top_btn {
		width: auto;
		display: flex;
		place-content: flex-end;
	}
	.ms_admin_name {
		margin-left: 14px;
	}
	.ms_profile .ms_top_btn .ms_btn {
		margin-top: 6px;
	}
	.ms_profile .ms_top_right .ms_top_lang:after {
		display: none;
	}
	.ms_admin_name:before {
		display: none;
	}
	.ms_free_download .album_list_wrapper>ul>li {
		width: 13%;
	}
	.ms_main_wrapper.ms_profile .ms_top_lang {
		padding-right: 15px;
	}
	.ms_main_wrapper.ms_profile .ms_top_trend {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 35%;
	}
	.ms-default-warapper .breadcrumbs_wrapper:after {
		left: -11%;
	}
	/*	 .ms_player-style-two .jp-progress-container.flex-item {*/
	/*     max-width: 300px;*/
	/*}*/
}
@media(min-width:1400px) and (max-width:1800px) {
	ul.more_option {
		max-width: 135px;
		padding: 10px 0px 10px 12px;
	}
	ul.more_option li a {
		padding-bottom: 0;
		font-size: 11px;
		line-height: 24px;
	}
	.ms_release_box .weekly_right {
		top: 3px;
	}
	/*.ms_player-style-two .jp-progress-container.flex-item{*/
	/*    max-width:200px;*/
	/*}*/
}
@media(max-width:1700px) {
	.ms_top_search {
		max-width: 20%;
	}
	.ms_top_trend {
		padding-left: 35px;
	}
	.jp_queue_wrapper {
		padding-right: 40px;
	}
	.w_top_song {
		padding-left: 20px;
	}
	.ms_rcnt_box_text h3,
	/*.w_top_song .w_tp_song_name h3 {*/
	/*	font-size: 14px;*/
	/*}*/
	.footer_box {
		padding-right: 20px;
	}
}
@media(max-width:1600px) {
	.ms_weekly_wrapper.ms_free_music .weekly_right {
		right: 0;
		top: 15px;
	}
	.ms_top_right .ms_top_lang:after {
		display: none;
	}
	span.ovrly_text1 a {
		font-size: 13px;
	}
	.ovrly_text_div {
		padding: 0px 10px;
	}
	span.ovrly_text2 a {
		font-size: 13px;
	}
	.ms_header {
		padding: 20px 30px;
	}
	.ms_top_right .ms_top_lang {
		padding-right: 5px;
	}
	.ms_profile .ms_top_btn {
		text-align: right;
	}
	.ms_profile_box {
		width: 80%;
	}
	.ms_releases_wrapper .w_top_song {
		padding-left: 10px;
	}
	.album_list_wrapper>ul>li>a {
		font-size: 14px;
	}
	.ms_free_download.ms_purchase_wrapper .album_list_wrapper ul.more_option {
		right: 65px;
		top: 15px;
		width: 200px;
	}
	.ms_input_group2 .ms_input button.ms_btn {
		padding: 5px 25px;
		height: 37px;
	}
	.ms_profile .ms_top_btn {
		width: auto;
	}
	.ms_profile .ms_top_btn {
		text-align: left;
	}
	.ms_top_artist ul.more_option li a .opt_icon {
		display: none;
	}
	.ms_top_artist ul.more_option {
		max-width: 111px;
	}
	.weekly_left span.w_top_no {
		font-size: 40px !important;
	}
	.w_top_song {
		padding-left: 10px;
	}
	.ms_weekly_box ul.more_option {
		right: 30px;
		top: 11px;
	}
	.ms_top_trend {
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 35%;
	}
	.album_list_wrapper ul.more_option {
		right: 105px;
	}
	.ms_input_group {
		padding-right: 53px;
	}
	.ms_input_group1 {
		width: 45%;
	}
	.ms_input_group2 {
		width: 16%;
	}
	.ms_weekly_box .w_top_song {
		padding-left: 0px;
		width: 100%;
	}
	.ms_weekly_wrapper.ms_free_music .w_top_song {
		padding-left: 0;
	}
}
@media(max-width:1500px){
/*    div#content {*/
/*    margin-bottom: 40px;*/
/*}*/

.ms_player-style-two .jp-controls.flex-item {
	margin-right: 20px;
}
/*.ms_player-style-two .jp-type-playlist {*/

/*	padding-left: 340px;*/

/*}*/

/*.ms_player-style-two .jp-progress-container.flex-item{*/

/*	max-width:540px !important;*/

/*}*/

}
@media(max-width:1400px) {
	.jp-type-playlist {
		padding-left: 370px;
	}
	section.fw-main-row.album_artist_row1 {
    padding-bottom: 40px !important;
}
	.ms_genres_wrapper.ms_genres_single {
		margin-top: 50px;
	}
	.ms_top_artist ul.more_option {
		padding: 10px;
		font-size: 11px;
		right: 40px;
	}
	.ms_top_artist ul.more_option li a {
		padding-bottom: 5px;
		font-size: 11px;
		line-height: 19px;
	}
	.ms_admin_name:before {
		left: -14px;
	}
	.ms_input_group2 .ms_input button.ms_btn {
		padding: 5px 14px;
		margin-left: 19px;
	}
	.ms_banner_img {
		max-width: 470px;
	}
	.ms_banner_text {
		width: calc(100% - 470px);
	}
	.ms_banner_text h1 {
		font-size: 29px;
	}
	/*.ms_play_song {*/
	/*	width: 281px;*/
	/*	padding: 15px 0px 15px 25px;*/
	/*}*/
	.weekly_left span.w_top_no {
		width: 70px;
	}
	.ms_player-style-two .ms_play_song {
		width: 290px;
		padding: 15px 0px 15px 25px;
	}
	.w_top_song {
		padding-left: 0px;
	}
	.w_top_song .w_tp_song_name {
		padding-left: 15px;
	}
	.w_song_time {
		padding-right: 30px;
	}
	.ms_releases_wrapper .w_top_song {
		padding-left: 0px;
	}
	.ms_genres_box {
		margin-bottom: 20px;
	}
	.jp-volume-controls.flex-item {
		margin-left: 30px;
	}
	.knob-container .knob-wrapper-outer .knob-wrapper .round {
		top: 16rem;
		left: 17rem;
		right: 18rem;
	}
	.knob-container .knob-wrapper-outer .knob-wrapper {
		width: 55px;
	}
	.footer_box {
		padding-right: 0px;
	}
	.ms_weekly_box {
		padding: 20px 0px 20px 0px;
		border-bottom: 1px solid #252b4d;
	}
	.ms_weekly_inner .ms_divider {
		display: none;
	}
	.ms_weekly_box ul.more_option {
		right: 27px;
		top: 11px;
	}
	.jp_queue_wrapper {
		padding-right: 15px;
		margin-top: 22px;
	}
	/*.jp-progress-container.flex-item {*/
	/*	max-width: 31%;*/
	/*}*/
	.ms_free_download.ms_purchase_wrapper .album_list_wrapper>ul>li {
		font-size: 14px;
	}
	.ms_free_download .album_list_wrapper>ul>li {
		width: 13%;
	}
	.ms_album_single_wrapper {
		padding-left: 160px;
	}
	.album_list_wrapper>ul>li>a {
		font-size: 13px;
	}
	.album_list_wrapper {
		width: 100%;
	}
	.album_list_wrapper ul.more_option {
		font-size: 12px;
		padding-left: 12px;
	}
	/*.slider_nav_prev {*/
	/*	left: 0;*/
	/*}*/
	.slider_nav_next {
		right: 0;
	}
	.ms_footer_inner {
		padding: 0px 80px 2px 140px;
	}
	/*.ms_content_wrapper {*/
	/*	margin-left: 140px;*/
	/*	margin-right: 60px;*/
	/*}*/
	.ms_weekly_wrapper .col-lg-4.col-md-12 {
		padding-right: 20px;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ms_releases_wrapper .slider_nav_prev,
	.ms_releases_wrapper .slider_nav_next {
		right: 0px;
	}
	.ms_input_group2 .ms_input button.ms_btn {
		font-size: 13px;
	}
	.ms_input_group2 {
		width: 19%;
	}
	.ms_input_group {
		padding-right: 47px;
	}
	.ms_input_group1 {
		width: 45%;
	}
	.blog_comments_forms {
		padding-top: 0;
	}
	.album_list_wrapper>ul>li:last-child {
		flex-basis: 15%;
	}
	.ms_releases_wrapper .weekly_right {
		top: 15px;
		height: 50px;
		line-height: 1;
	}
	.ms_release_box .weekly_right {
		top: 19px;
	}
	.ms_weekly_wrapper.ms_free_music .w_top_song {
		padding-left: 3px;
	}
	.ms-default-warapper .breadcrumbs_wrapper:after {
		left: -24%;
	}
}
@media(min-width:992px) and (max-width:1400px) {
	.ms_main_wrapper.ms_side_wrapper, .single-product .ms_main_wrapper {
		padding-left: 100px;
		padding-right: 21px;
	}
	.album_btn a.ms_btn {
		padding: 0px 15px;
		font-size: 14px;
		margin-right: 10px;
	}
}
@media(max-width:1300px) {
	.admin-bar .ms_top_breadcrumb {
		margin-top: 72px;
	}
	.ms-banner {
		margin-top: 61px;
	}
	.ms_acc_ovrview_list {
		width: 60%;
	}
}
@media(max-width:1325px) {
	.ms_player-style-two .jp-volume-controls.flex-item {
		padding-top: 20px;
	}
}
@media(max-width:1200px) {
	.ms_main_wrapper.ms_profile .ms_top_trend {
		width: 25%;
	}
	.jp-type-playlist {
		padding-left: 199px;
	}
	.ms_player-style-two .ms_play_song {
		width: 150px;
		padding: 15px 0px 15px 25px;
	}
	.jp-volume-controls.flex-item {
		flex-basis: 55px;
	}
	.jp-track-name {
		font-size: 13px;
	}
	.play_song_options {
		top: 0;
	}
	.play_song_options ul li a {
		font-size: 14px;
		padding: 8px 10px;
	}
	.footer_box {
		font-size: 14px;
	}
	.ms_footer_inner {
		padding: 0px 30px 0px 127px;
	}
	.footer_box.footer_contacts ul.foo_con_info li .foo_con_icon {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.weekly_left span.w_top_no {
		font-size: 25px;
	}
	.w_top_song .w_tp_song_img {
		width: 45px;
	}
	.w_top_song .w_tp_song_name {
		width: calc(100% - 45px);
	}
	.weekly_left span.w_top_no {
		width: 40px;
	}
	.ms_sidemenu_wrapper {
		width: 80px;
	}
	.ms_rcnt_box .ms_play_icon img,
	.ms_genres_box .ms_play_icon img {
		width: 30px;
		height: 30px;
	}
	.ms_more_icon {
		top: 0;
	}
	.ovrly_text_div {
		bottom: 0;
	}
	.ms_genres_box:hover .ovrly_text_div {
		bottom: 0;
		display: none;
	}
	.lyt-vrsn-grid1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 32.666667%;
		-ms-flex: 0 0 32.666667%;
		flex: 0 0 32.666667%;
		max-width: 32.666667%;
	}
	.ms_upload_box h2 {
		font-size: 22px;
	}
	.ms_weekly_wrapper {
		padding-right: 15px;
	}
	.ms_weekly_box {
		padding: 25px 0px 20px 0px;
		border-bottom: 1px solid #252b4d;
	}
	.ms_weekly_inner .ms_divider {
		display: none;
	}
	.ms_content_wrapper.padder_top80 {
		padding-top: 70px !important;
	}
	.ms_weekly_wrapper.ms_free_music .weekly_right {
		right: 0;
		bottom: 23px;
		left: auto;
	}
	.ms_weekly_wrapper.ms_free_music ul.more_option {
		right: -13px;
		top: 50px;
	}
	.ms_weekly_wrapper.ms_free_music ul.more_option:after {
		display: none;
	}
	.album_single_text {
		padding-top: 0;
	}
	a.ms_btn.play_btn {
		width: 130px;
		padding: 0px;
		font-size: 14px;
		line-height: 44px;
		padding: 0px 20px;
	}
	.div-wrapper-style-two a.ms_btn.play_btn {
		line-height: 30px;
	}
	span.icon_fav_add:hover svg {
		fill: #fff;
	}
	.w_top_song .w_tp_song_name h3 {
		font-size: 14px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 85px;
	}
	.slider_nav_next {
		right: 0;
	}
	/*.slider_nav_prev {*/
	/*	left: 0px;*/
	/*}*/
	.ms_radio_wrapper {
		margin: 30px 0px 0px 0px;
	}
.main_header_wrapper_top {
    justify-content: end;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding-top: 20px;
}
.ms_basic_menu ul li a {
    margin: 0px 15px;
}
	.ms_featured_slider,
	.ms_releases_wrapper {
		margin: 40px 0px 0px 0px;
	}
	.ms_fea_album_slider {
		margin: 52px 0px 0px 0px;
	}
	.ms_footer_wrapper {
		padding-left: 26px;
	}
	.album_single_data ul.more_option {
		top: 0;
	}
	.album_list_wrapper ul.more_option {
		right: 100px;
	}
	.ms_weekly_wrapper .col-lg-4.col-md-12 {
		padding-right: 0;
	}
	.ms_top_trend {
		width: 30%;
	}
	.ms_top_artist {
		padding: 0px 10px;
	}
	.div-wrapper-style-two .ms_top_search {
		max-width: 300px;
		min-width: 300px;
	}
	.profile_full_width {
		width: 88%;
	}
}
@media(min-width:992px) and (max-width:1200px) {
	.ms_top_artist .col-lg-2.col-md-6 {
		flex: 33.33%;
		-ms-flex: 33.33%;
		max-width: 33.33%;
	}
	/*.ms_admin_name {*/
	/*	padding-right: 19px;*/
	/*	padding-left: 28px;*/
	/*	top: -40px;*/
	/*}*/
	.ms_top_right {
    display: inline-flex;
}
	.ms_top_right .ms_top_lang img {
		position: absolute;
		top: 13px;
		right: -20px;
	}
	.ms_basic_menu ul li a {
		margin: 0px 15px;
	}
	.ms_btn {
		margin-left: 30px;
	}
}
@media(max-width:1024px) {
	.jp-type-playlist {
		padding-left: 170px;
	}
	.ms_upload_box h2 {
		font-size: 18px;
	}
	.ms_main_wrapper.ms_profile .ms_top_trend {
		display: none;
	}
	.slider_nav_next {
	    left: -40px;
	}
	.slider_nav_prev{
	    right: -40px;
	}
	.ms_plan_box ul {
		padding: 0px 10px;
	}
	.ms_plan_box ul li {
		font-size: 17px;
	}
	.ms_admin_name:before {
		display: none;
	}
	.jp-toggles.flex-item button {
		margin: 5px 7px 0px 7px;
	}
	.ms_player_close {
		top: -27px;
	}
	.ms_player_wrapper.close_player {
		bottom: -70px;
	}
	.ms_rcnt_box .ms_play_icon:after,
	.ms_genres_box .ms_play_icon:after {
		display: none;
	}
	.weekly_left span.w_top_no {
		width: 50px;
	}
	/*.ms_rcnt_box_text h3,*/
	/*.w_top_song .w_tp_song_name h3 {*/
	/*	font-size: 13px;*/
	/*}*/
	.ms_rcnt_box_text p,
	.w_top_song .w_tp_song_name p {
		font-size: 12px;
	}
	.album_list_wrapper ul.more_option {
		right: 80px;
	}
	.ms_top_right .ms_top_lang:after {
		display: none;
	}
	.ms_cmnt_form .ms_input_group {
		width: 35%;
		padding-right: 23px;
	}
	.ms_input_group1 {
		width: 40%;
	}
	.ms_input_group2 {
		width: 25%;
	}
	.ms_input_group2 .ms_input button.ms_btn {
		margin-left: 20px;
	}
	.ms_blog_wrapper {
		margin-right: 25px;
	}
	.album_inner_list {
		width: 778px;
		overflow: scroll;
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.album_inner_list {
		width: 762px;
	}
	.album_list_wrapper {
		width: 120%;
		padding-bottom: 10px;
	}
	.album_single_data ul.more_option {
		top: -5px;
	}
	.foo_sharing ul {
		padding-left: 0px;
	}
	.jp_quality_optn.custom_select {
		margin-left: -3px;
	}
	.ms_free_download .album_list_wrapper {
		width: 1000px;
		margin-top: -3px;
		padding-bottom: 15px;
	}
	.album_inner_list::-webkit-scrollbar {
		height: 4px;
	}
	.album_inner_list::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 3px #3bc8e7;
	}
	.album_inner_list::-webkit-scrollbar-thumb {
		background-color: #3bc8e7;
		outline: 2px solid #3bc8e7;
	}
	/*.ms_basic_menu ul li a {*/
	/*	margin: 0px 15px;*/
	/*}*/
	.w_top_song .w_tp_song_name p {
		font-size: 12px;
		font-size: 14px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		width: 160px;
	}
	.weekly_right {
		position: absolute;
		right: 0;
		top: 20px;
	}
	.ms_weekly_wrapper.ms_free_music .weekly_right .ms_more_icon {
		padding-right: 1px;
	}
	.ms_weekly_wrapper.ms_free_music .w_song_time {
		padding-right: 6px;
	}
	.modal {
		z-index: 100000;
	}
	.modal-backdrop {
		z-index: 10000;
	}
	ul.ms_list_songs.last_albm_list li ul.more_option {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
	}
	.ms_top_breadcrumb {
		margin-top: 70px;
	}
	.footer_box.footer_contacts ul.foo_con_info li .foo_con_data {
		padding-left: 13px;
	}
	.ms_footer_wrapper {
		padding-top: 51px;
	}
	.ms_wave_img {
		bottom: -55px;
	}
	.fd_error:before {
		top: -140px;
	}
	.ms_weekly_wrapper.ms_free_music .w_top_song {
		padding-left: 0;
	}
	.ms_banner_text {
		padding-top: 50px;
	}
	.ms_acc_ovrview_list {
		width: 70%;
	}
}
@media(min-width:991px) and (max-width:1199px) {
	ul.more_option {
		max-width: 98px;
		padding: 10px 0px 10px 12px;
	}
	.jp-playlist ul.more_option {
		top: 90%;
		right: 30px;
		text-align: center;
		max-width: 180px;
		padding: 2px 10px;
	}
	.jp-playlist ul.more_option li a .opt_icon {
		display: block;
	}
	ul.more_option li a .opt_icon {
		display: none;
	}
	ul.more_option li a {
		padding-bottom: 0;
		font-size: 11px;
		line-height: 21px;
	}
	.ms_player_wrapper.close_player {
		bottom: -72px;
	}
	.ms_weekly_wrapper.ms_free_music .weekly_right {
		top: 20px;
	}
}
@media(min-width:993px) and (max-width:1285px) {
	.ms_footer_inner {
		padding: 0px 30px 0px 88px;
	}
	.footer_box {
		font-size: 13px;
	}
	.foo_sharing {
		margin-top: 0;
	}
	.ms_header.ms_profile {
		padding: 11px 20px 10px;
	}
	.ms_top_search {
		max-width: 20%;
	}
	.ms_top_trend {
		width: 25%;
		padding-left: 15px;
	}
	/*a.ms_admin_name {*/
	/*	font-size: 13px;*/
	/*	top: 1px;*/
	/*}*/
	.ms_admin_name span.ms_pro_name {
		width: 40px;
		height: 40px;
		line-height: 44px;
		top: 6px;
	}
	.ms_admin_name span.ms_pro_name:after {
		top: 20px;
	}
}
@media(max-width:992px) {
    .music_row1 .fw-col-sm-8 {
    width: 100%;
}
.ms_main_wrapper {
  
   padding-bottom:40px;
}
    /*.ms_fea_album_slider {*/
    /*    padding-bottom: 80px;*/
    /*}*/
    .ms_player-style-two .jp_queue_btn .ms_clear {
    margin-top: 35px;
}
	.padder_top90 {
		padding-top: 50px !important;
	}
	/*.w_top_song .w_tp_song_name {*/
	/*	padding-left: 12px;*/
	/*}*/
	.ms_top_right .ms_top_lang {
		top: 2px;
	}
	.ms_profile .ms_top_btn .ms_btn {
		margin-top: 2px;
	}
	.ms_main_wrapper.ms_profile .ms_top_lang {
		top: 18px;
	}
	.ms_admin_name span.ms_pro_name {
		top: 0px;
	}
	.ms_nav_wrapper ul.nav_playlist {
		margin-bottom: 10px;
	}
	.ms_rcnt_box_img img {
		width: 100%;
	}
	.ms_free_download.ms_purchase_wrapper .album_list_wrapper>ul>li {
		width: 11%;
		font-size: 14px;
	}
	.ms_free_download.ms_purchase_wrapper .album_list_wrapper>ul>li>a {
		font-size: 12px;
	}
	.ms_banner_text {
		width: 100%;
		padding-top: 20px;
		padding-left: 30px;
		text-align: center;
	}
	.ms_banner_img {
		max-width: 100%;
	}
	.lyt-vrsn-grid1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 32.666667%;
		-ms-flex: 0 0 32.666667%;
		flex: 0 0 32.666667%;
		max-width: 32.666667%;
	}
	.jp_queue_wrapper {
		padding-right: 25px;
		margin-top: 20px;
	}
	.jp-track-name {
		font-size: 13px;
	}
	.play_song_name span.que_img {
		width: 40px;
	}
	.play_song_name span.que_img img {
		max-width: 100%;
	}
	.ms_player-style-two .ms_play_song {
		width: 100%;
		padding: 15px 0px 0px 25px;
	}
	.jp-gui.jp-interface.flex-wrap {
		top: 0px;
	}
	.jp-type-playlist .nice-select .list {
		bottom: 175%;
	}
	.ms_top_search .form-control {
		height: 30px;
		line-height: 47px;
	}
	span.search_icon {
		height: 30px;
		line-height: 32px;
	}
	.ms_header {
		padding: 15px 30px 10px;
	}
	.ms_top_trend {
		display: none;
	}
	.ms_player_close {
		top: -27px;
	}
	.ms_register_popup div.modal {
		padding-right: 15px !important;
		padding-left: 15px !important;
		z-index: 100000;
	}
	.ms_register_img {
		width: 50%;
	}
	.ms_register_form {
		width: calc(100% - 50%);
		padding-left: 30px;
	}
	.ms_register_popup .modal-content {
		padding: 55px 30px;
	}
	.ms_upload_box {
		width: 80%;
	}
	.ms_upload_box h2 {
		font-size: 20px;
	}
	.ms_blog_img img {
		width: 100%;
	}
	.ms_weekly_wrapper.ms_free_music .weekly_right {
		top: 5px;
	}
	.ms_top_search button.search-submit {
		height: 30px;
		line-height: 15px;
	}
}
@media(max-width:991px) {
    .ms_basic_menu ul li ul.sub-menu li a:hover {
         color: #fff;
    }
    section.fw-main-row.mb-new-artist .fw-divider-space {
        padding: 0 !important;
    }
    section.fw-main-row.mb-new-artist {
        padding: 30px 0px;
        margin: 30px 0px;
    }
    a.fw-btn.fw-btn-1 {
      margin-top: 20px;
    }
    h1.fw-special-title {
      font-size: 2.2em;
    }

    .ms_menu_bar {
         display: block; 
    }
        .ms_top_right {
        display: flex;
        align-items: center;
         justify-content: flex-end; 
    }
        section.fw-main-row.history_row1.ms_needlogin.ms_music1 {
        margin-bottom: 70px;
    }
    	/*----Basic Menu Responsive----*/
    	.ms_player-style-two span.play-left-arrow {
         top: 30%;
    }
    .ms_artist_inner {
       padding-bottom:0;
    }
	.blog_comments_forms {
		margin-bottom: 10px;
	}
	.jp-type-playlist {
		padding-left: 100px;
	}
	.ms_player-style-two .jp-controls.flex-item {
		flex-basis: 206px;
		text-align:center;
		padding:20px 0px;
	}
	.div-wrapper-style-two .ms_main_data {
		padding-top: 110px;
	}
	.ms_basic_menu ul li a {
		border-bottom: 1px solid rgba(255, 255, 255, 0.34);
	}
	.ms_basic_menu ul li ul.sub-menu li ul.sub-menu {
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
    .ms_menu_bar i {
        background-color: #3bc8e7;
        padding: 9px 10px;
        color: #fff;
        top: 25px;
        position: absolute;
        border-radius: 100%;
        right: 10px;
    }
    .ms_basic_header .ms_basic_menu ul li ul.sub-menu li a, .ms_basic_header .ms_basic_menu ul li ul.sub-menu li a:hover {
        color: #fff;
    }
	.ms_basic_header {
		position: relative;
	}
	/*.ms_menu_bar {*/
	/*	display: block;*/
	/*	position: absolute;*/
	/*	right: 0;*/
	/*	top: 30px;*/
	/*	cursor: pointer;*/
	/*}*/
	.admin-bar .ms_menu_bar {
		top: 35px;
	}
	.ms_basic_menu {
		position: fixed;
		width: 250px;
		top: 0;
		left: -200px;
		background-color: #1b2039;
		z-index: 10000;
		height: 100%;
		box-shadow: 0px 0px 24px 6px rgba(4, 4, 4, 0.2);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
	}
	.ms_menu_bar i {
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
	}
	.ms_basic_menu .dropdown-expander i.fa.fa-plus {
		font-size: 12px;
		width: 30px;
		height: 30px;
		text-align: center;
		line-height: 30px;
		background-color: #f5f5f5;
		border-radius: 100%;
		position: relative;
		top: -4px;
		color: #222;
	}
	.menu_open .ms_basic_menu {
		opacity: 1;
		visibility: visible;
		left: 0px;
	}
	.menu_open .ms_menu_bar i {
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
	}
	.menu_open .ms_menu_bar i.fa-bars:before {
		content: "\f00d";
	}
	.ms_basic_menu>ul {
		padding-top: 30px;
	}
	.ms_basic_menu ul li {
		width: 100%;
	}
	.ms_basic_menu ul li a {
		padding: 15px 20px;
		width: 100%;
		margin: 0px;
	}
	.ms_basic_menu ul li ul.sub-menu {
		position: relative;
		width: 230px;
		background-color: transparent!important;
		z-index: 1;
		left: 0;
		border-radius: 0;
		float: left;
		border: none;
		opacity: 1;
		visibility: visible;
		display: none;
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
		-ms-transition: none;
		box-shadow: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
	}
	.ms_basic_menu ul li {
		width: 100%;
	}
	.ms_basic_menu ul li a {
		padding: 15px 20px;
		width: 100%;
		border-bottom: 1px solid #313965;
	}
	.ms_basic_menu ul li ul.sub-menu li a {
		color: #fff;
		border-color: transparent;
		padding: 5px 20px;
	}
	.ms_basic_menu ul li ul.sub-menu li a:hover {
		color: #3bc8e7;
		background-color: transparent;
	}
	.ms_basic_menu .dropdown-expander {
		float: right;
		opacity: 1;
		visibility: visible;
	}
	.ms_basic_menu ul li:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}
	.ms_basic_menu ul li ul.sub-menu li ul.sub-menu {
		left: 0;
	}
	.ms_basic_menu ul li:hover ul.sub-menu li ul.sub-menu {
		opacity: 1;
		visibility: visible;
	}
	/*----Basic Menu Responsive----*/
	.ms_blog_wrapper .ms_blog_section {
		margin-bottom: 30px;
	}
	.ms_genres_box:hover .ovrly_text_div {
		bottom: 20px;
		display: block;
		padding: 0px 10px;
	}
	.ms_header {
		padding: 22px 30px 22px;
	}
	.ms_top_right {
		/*line-height: 1;*/
		padding-right: 50px;
	}
	.ms_album_single_wrapper .album_inner_list {
		width: 100%;
	}
	.ms_footer_wrapper {
		padding: 0px 27px;
	}
	.ms_copyright {
		padding: 0px 0px 50px 0px;
	}
	.ms_top_artist ul.more_option {
		max-width: 150px;
	}
	.ms_top_artist ul.more_option li a {
		font-size: 13px;
	}
	.ms_logo_inner {
		min-height: 120px;
	}
	.ms_nav_wrapper {
		top: 140px;
	}
	.ms_upload_wrapper {
		padding-left: 0px;
	}
	.ms_profile_box {
		margin-bottom: 0;
	}
	.ms_profile_wrapper,
	.ms_account_wrapper {
		padding-left: 0;
	}
	.ms_top_artist .container-fluid {
		padding-right: 0;
	}
	.ms_blog_single_wrapper {
		margin-right: 0px;
	}
	.ms_blog_wrapper {
		margin-right: 0;
	}
	.ms_input_group1 {
		width: 54%;
	}
	.ms_cmnt_form .ms_input_group {
		width: 44%;
	}
	.foo_sharing ul {
		padding-left: 20px;
	}
	.ms_cmnt_wrapper {
		padding-left: 16px;
	}
	.ms_test_wrapper {
		padding-left: 20px;
	}
	.album_inner_list {
		width: 98%;
		padding-left: 3px;
	}
	.ms_free_download .album_list_wrapper {
		width: 145%;
		margin-top: -3px;
		padding-bottom: 15px;
	}
	.ms_free_download {
		padding-left: 15px;
	}
	.ms_footer_logo {
		padding-left: 0;
		padding-top: 40px;
	}
	.ms_footer_inner {
		padding: 0px 30px 0px 8px;
	}
	.ms_profile .ms_top_right {
		text-align: center;
		padding-right: 0px;
		margin-right: 30px;
	}
	.div-wrapper-style-two .ms_top_right {
		margin: 20px 0 20px;
		align-items: center;
	}
	.admin-bar .ms_nav_close {
		top: 68px;
	}
	.div-wrapper-style-two .ms_nav_close {
		top: 60px !important;
	}
	.ms_logged_in .div-wrapper-style-two .ms_nav_close {
		top: 78px !important;
	}
	.ms_profile .ms_top_btn {
		text-align: center;
		width: auto;
		margin-top: 0px;
		float: none;
		margin-left: 0;
		justify-content: center;
		display: inline-block;
	}
	.ms_main_wrapper.ms_profile .ms_header {
		padding: 10px 35px 10px;
	}
	.ms_header.ms_profile .ms_nav_close {
		right: 40px;
		top: 37px;
	}
	ul.pro_dropdown_menu li a {
		text-align: left;
	}
	.ms_acc_overview {
		margin-bottom: 20px;
		width: 100%;
	}
	.ms_album_single_wrapper {
		padding-left: 40px;
		padding-right: 40px;
	}
	.album_single_data {
		width: 100%;
	}
	.album_btn a.ms_btn {
		height: 40px;
		line-height: 40px;
		padding: 0px 25px;
		font-size: 12px;
	}
	.album_single_text {
		padding-left: 30px;
	}
	.play_song_options ul li a {
		font-size: 10px;
	}
	.album_list_wrapper span.opt_icon {
		display: none;
	}
	.album_list_wrapper ul.more_option li a {
		padding-bottom: 4px;
	}
	.album_list_wrapper ul.more_option {
		right: 90px;
	}
	.album_single_data ul.more_option {
		top: -6px;
		right: 35px;
	}
	.ms_cmnt_form .ms_input_group {
		padding-right: 20px;
	}
	.ms_input_group2 .ms_input button.ms_btn {
		margin-left: 0;
		padding: 5px 14px;
		font-size: 15px;
	}
	.ms_input_group2 {
		width: 100%;
	}
	/*.album_btn a.ms_btn {*/
	/*	height: 40px;*/
	/*	line-height: 40px;*/
	/*	padding: 0px 20px;*/
	/*	font-size: 12px;*/
	/*	width: auto;*/
	/*}*/
	.ms_plan_box .ms_plan_header:after {
		width: 100%;
		height: 100%;
		border-radius: 0;
		top: 0;
		left: 0;
		right: 0;
		background-color: #2ec8e6;
		box-shadow: inset 0px 3px 17px 0px rgba(0, 0, 0, 0.35);
	}
	.ms_plan_box .ms_plan_header {
		padding: 40px 0px 40px;
		border-radius: 15px 15px 0px 0px;
	}
	.ms_plan_box {
		margin-bottom: 30px;
	}
	.ms_plan_box.paln_active {
		top: 0px;
	}
	.ms_acc_ovrview_list {
		width: 85%;
	}
	.upload-album-row a.up_image_upload {
		top: 5px !important;
	}
	.upload-album-row a.up_image_upload {
		top: 31px !important;
	}
	/** Menu Resposive Css **/
	.ms_nav_close {
		width: auto;
		height: auto;
		line-height: 1;
		position: fixed;
		right: 20px;
		top: 38px;
		background-color: transparent;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
	}
	.ms_content_wrapper.padder_top80 {
		padding-top: 50px !important;
	}
	.ms_nav_close i {
		color: #fff;
	}
	.ms_nav_close i:hover {
		color: #3bc8e7;
	}
	.ms_nav_close .fa-angle-right:before {
		content: "\f0c9";
	}
	.ms_top_right .ms_top_lang {
		float: left;
		position: relative;
		/*top: 8px;*/
	}
	.div-wrapper-style-two .ms_top_right .ms_top_lang {
		top: 0;
	}
	.ms_top_btn .ms_btn {
		margin-left: 0px;
	}
	.ms_sidemenu_wrapper {
		width: 250px;
		left: -250px;
		transition: all 0.5s ease-in-out;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	}
	.ms_sidemenu_wrapper.open_menu .ms_nav_close .fa-angle-right:before {
		content: "\f00d";
	}
	span.nav_text {
		opacity: 1;
		display: inline-block;
		visibility: visible;
		position: relative;
		left: auto;
		top: 0;
		background-color: transparent;
		vertical-align: bottom;
		padding: 0px 12px;
	}
	.ms_logo {
		display: none !important;
	}
	.ms_logo_open {
		display: block !important;
	}
	.ms_sidemenu_inner {
		width: 200px;
	}
	.ms_weekly_wrapper {
		padding-right: 30px;
	}
	.ms_sidemenu_wrapper.open_menu {
		left: 0;
	}
	.ms_nav_wrapper ul li a {
		padding: 9px 15px;
	}
	.ms_sidemenu_wrapper a {
		text-align: left;
		padding: 9px 15px;
	}
	.ms_sidemenu_wrapper h4.ms-logo-title {
		font-size: 16px;
	}
	.ms_sidemenu_wrapper .ms_logo_open {
		text-align: center;
	}
	.ms_nav_wrapper ul li a {
		text-align: left;
	}
	.ms_header {
		left: 0px;
	}
	.ms_content_wrapper {
		margin-left: 0;
		max-width: 100%;
		padding: 0px 20px;
		margin-right: 0px !important;
	}
	.ms_banner_text {
		padding-left: 0px;
	}
	.ms_weekly_wrapper {
		padding-left: 15px;
		padding-right: 25px;
	}
	.ms_rcnt_slider,
	.ms_featured_slider,
	.ms_fea_album_slider {
		margin-left: 15px;
		margin-right: 15px;
	}
	.slider_nav_next {
		left: -20px;
	}
	.slider_nav_prev {
		right: -20px;
	}
	/*.slider_nav_prev {*/
	/*	left: 0px;*/
	/*}*/
	.weekly_left span.w_top_no {
		width: 50px;
		font-size: 25px !important;
	}
	.ms_weekly_box {
		min-height: auto;
		padding: 25px 0px 21px 0px;
		border-bottom: 1px solid #252b4d;
	}
	.ms_weekly_inner .ms_divider {
		display: none;
	}
	.ms_releases_wrapper {
		padding: 0px 15px;
		margin-right: 0;
	}
	.ms_releases_wrapper .slider_nav_prev,
	.ms_releases_wrapper .slider_nav_next {
		right: 14px;
	}
	.ms_genres_wrapper,
	.ms_radio_wrapper {
		margin: 30px 15px 0px 15px;
	}
	.modal-dialog {
		max-width: 94%;
	}
	/*.jp-progress-container.flex-item {*/
	/*	max-width: 27%;*/
	/*}*/
	.ms_main_wrapper.ms_profile .ms_top_search {
		position: relative;
		top: 10px;
	}
	.ms_top_search input.search-submit {
		height: 30px;
		line-height: 32px;
	}
	.ms_basic_sidebar {
		margin-top: 30px;
		margin-bottom: 65px;
	}
	.ms_nav_wrapper ul li ul.sub-menu {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
		display: none;
		margin-left: 0;
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transition: none;
		-webkit-transition: none;
		-moz-transition: none;
	}
	.ms_nav_wrapper ul li:hover ul.sub-menu {
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		position: relative;
	}
	.ms_nav_wrapper ul li:hover ul.sub-menu li .sub-menu {
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-ms-transform: scaleY(1);
		display: none;
	}
	.ms_sidemenu_wrapper.open_menu .dropdown-expander .fa-angle-right:before {
		content: "\f107";
	}
	.ms_banner_text p {
		margin-right: 0px;
	}
	.ms_weekly_box .w_top_song {
		padding-left: 0px;
		width: auto;
	}
	.ms_weekly_box ul.more_option {
		top: 21px;
	}
	.ms-banner {
		margin-top: 69px;
	}
	.ms_top_search {
		max-width: 32%;
	}
	.footer_box a.foo_app_btn {
		padding: 10px 5px 10px 0px;
	}
	/*.ms_top_right .ms_top_lang {*/
	/*	padding-right: 14px;*/
	/*}*/
	a.ms_admin_name {
		font-size: 13px;
		top: 1px;
	}
	.ms_admin_name span.ms_pro_name {
		width: 40px;
		height: 40px;
		line-height: 44px;
		/*top: -5px;*/
	}
	.ms_admin_name span.ms_pro_name:after {
		top: 20px;
	}
	.ms_header.ms_profile {
		padding: 20px 30px 10px;
	}
	.ms_header.ms_profile .ms_top_search {
		max-width: 33%;
	}
	.div-wrapper-style-two .ms_top_search {
		position: relative;
		width: 100%;
	}
	.div-wrapper-style-two .ms_header_inner {
		justify-content: center;
		padding: 0px 30px;
	}
	.div-wrapper-style-two .ms_header.ms_profile {
		padding: 10px 30px 10px;
	}
	.ms_main_wrapper.ms_main_wrapper_single {
		padding: 50px 50px 0px 50px;
	}
	.ms_main_wrapper.ms_main_wrapper_single .ms_rcnt_slider,
	.ms_main_wrapper.ms_main_wrapper_single .ms_featured_slider,
	.ms_main_wrapper.ms_main_wrapper_single .ms_fea_album_slider {
		margin-left: 0px;
		margin-right: 0px;
	}
	.breadcrumbs_wrapper {
		margin-left: 0;
	}
	.admin-bar .ms_basic_menu {
		margin-top: 32px;
	}
}
@media(max-width:900px) {
	.jp_queue_wrapper {
		padding-right: 10px;
	}
	.jp-controls.flex-item {
		-ms-flex-preferred-size: 150px;
		flex-basis: 130px;
		padding-left: 10px;
	}
	.jp-volume-controls.flex-item {
		margin-left: 15px;
	}
}
@media(max-width:815px) {
	.ms_album_single_wrapper .album_inner_list {
		width: 100%;
	}
	.ms_album_single_wrapper .album_list_wrapper {
		width: 120%;
		padding-bottom: 10px;
	}
	.ms_main_wrapper.ms_main_wrapper_single {
		padding: 0px 15px 0px 15px;
	}
	.div-wrapper-style-two .ms_main_data {
		padding-top: 170px;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.ms_nav_wrapper {
		bottom: 127px;
	}
}
@media (max-width: 700px) {
	.div-wrapper-style-two .ms_top_right .ms_top_lang {
		display: none;
	}
}
@media(max-width:768px) {
	.mv_sacpe .fw-divider-space {
		padding-top: 0!important;
	}
	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 1px solid;
	}
	.admin-bar .ms_nav_close {
		top: 67px;
	}
	.jp-toggles.flex-item button {
		margin: 5px 6px 0px 6px;
	}
	.modal-dialog {
		width: 90%;
	}
	.ms_cmnt_form .ms_input_group {
		width: 45%;
	}
	.ms_cmnt_form .ms_input_group1 {
		width: 55%;
	}
	.ms_genres_wrapper {
		margin-right: 15px;
	}
	/*.jp-progress-container.flex-item {*/
	/*	max-width: 40%;*/
	/*}*/
	.ms_header.ms_profile {
		padding: 20px 30px 10px;
	}
	.admin-bar .ms_header {
		margin-top: 42px;
	}
	.ms_admin_bar.admin-bar .ms_nav_close {
		top: 82px !important;
	}
	.ms_footer_wrapper {
		margin-bottom: 70px;
	}
	.admin-bar .ms_top_breadcrumb {
		margin-top: 65px;
	}
	.fd_error:before {
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.ms-banner {
		margin-top: 64px;
	}
	.ms_weekly_wrapper.ms_free_music .w_top_song {
		padding-left: 5px;
	}
	.album_list_wrapper>ul>li {
		padding: 20px 0px;
	}
	.ms_weekly_wrapper.ms_free_music .weekly_right {
		top: 7px;
	}
	.ms_logged_in .div-wrapper-style-two .ms_nav_close {
		top: 88px !important;
	}
}
@media(max-width:767px) {
	.jp-progress-container.flex-item {
		max-width: 100% !important;
	}
	.ms_menu_bar {
		display: block;
		position: absolute;
		right: 30px;
		top: -41px;
		cursor: pointer;
	}
	.ms_top_right {
		display: inline-flex;
		justify-content: center;
		width: 100%;
		padding-bottom:20px;
	}
	.admin-bar .ms_menu_bar {
		top: -70px;
	}
	.ms_basic_logo {
    padding: 20px 0px 0;
}
	.blog_single_content .ms_blog_title {
		font-size: 19px;
	}
	.ms_sidebar {
		margin-top: 30px;
	}
	.ms_weekly_wrapper.ms_free_music ul.more_option {
		right: 80px;
		top: 50px;
	}
	.album_single_data {
		text-align: center;
	}
	.ms_album_single_wrapper .album_list_wrapper {
		width: 200%;
	}
	.lyt-vrsn-grid1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49.666667%;
		-ms-flex: 0 0 49.666667%;
		flex: 0 0 49.666667%;
		max-width: 49.666667%;
	}
	.ms_cmnt_wrapper {
		padding-right: 15px;
	}
	.ms_cmnt_form .ms_input_group {
		width: 100%;
	}
	.ms_cmnt_form .ms_input_group1 {
		width: 100%;
	}
	.album_list_wrapper>ul>li {
		margin-bottom: 10px;
	}
	ul.more_option:after {
		display: none;
	}
	.ms_cmnt_form .ms_input_group {
		padding-right: 0;
		width: 100%;
	}
	.ms_input_group1 {
		width: 100%;
		padding-top: 20px;
	}
	.ms_test_wrapper {
		margin-left: 0;
		margin-right: 0px;
	}
	.album_list_wrapper>ul li.text-center {
		text-align: left !important;
	}
	.album_single_img {
		width: 100%;
	}
	.album_single_text {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	/*.ms_btn {*/
	/*	width: 85px;*/
	/*	margin-left: 5px;*/
	/*}*/
	.ms_lang_popup .modal-dialog {
		max-width: 100%;
		width: 100%;
		padding: 0px 25px;
	}
	div#lang_modal {
		padding-right: 0px !important;
	}
	.ms_banner_text h1 {
		font-size: 23px;
	}
	.ms_banner_text .ms_banner_btn .ms_btn {
		margin-right: 13px;
		line-height: 35px;
		margin-left: 0;
		max-width: 110px;
		font-size: 13px;
		height: 35px;
	}
	.jp_quality_optn.custom_select {
		display: none;
	}
	.jp-volume-controls.flex-item {
		display: none;
	}
	.jp-toggles.flex-item {
		position: relative;
		top: 5px;
	}
	span.veiw_all {
		top: 0;
	}
	.ms_releases_wrapper {
		margin-right: 0px;
	}
    .ms_play_song {
        height: 130px !important;
    }
    .fw-col-xs-12.fw-col-sm-6 {
       padding-top: 60px;
    }
    .fw-divider-space {
      padding-top: 0px !important;
    }
    div#content {
    overflow-y: hidden;
}
.ms_player_wrapper.ms_player-style-two {
    bottom: -365px;
}


    /*.fw-divider-space {*/
    /*       padding-top: 90px !important;*/
    /*}*/
    section.fw-main-row.row-btn-center {
        padding: 20px 0px 70px;
    }
	.jp_queue_btn {
		padding-bottom: 15px;
	}
	.ms_player_wrapper.close_player {
		bottom: -70px;
	}
	/*.player_left.open_list .play_song_options {*/
	/*	float: left;*/
	/*	position: absolute;*/
	/*	top: 30px;*/
	/*	margin-right: 0;*/
	/*	width: 170px;*/
	/*	background-color: #3bc8e7;*/
	/*	top: -158px;*/
	/*	background-image: -webkit-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);*/
	/*	background-image: -ms-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(237, 63, 179) 0%, rgb(59, 200, 231) 0%, rgb(32, 167, 196) 100%);*/
	/*}*/
	.play_song_options ul li {
		width: 100%;
	}
	.play_song_options ul li a {
		border-right: none;
	}
	.play_song_options ul li a {
		width: 100%;
		display: block;
		padding: 5px 15px;
		border-right: none;
		;
	}
	.play_song_options ul li:first-child a {
		padding-left: 15px;
	}
	.play_song_options ul {
		display: inline-block;
		width: 100%;
		padding-top: 10px;
	}
	.ms_content_wrapper {
		margin-left: 0px;
	}
	.ms_releases_wrapper .slider_nav_prev {
		right: 5%!important;
		left: auto;
	}
	.ms_releases_wrapper .slider_nav_prev,
	.ms_releases_wrapper .slider_nav_next {
		top: 41%;
	}
	.ms_top_artist .container-fluid {
		padding-right: 0;
	}
	.ms_upload_wrapper {
		padding-right: 20px;
		padding-left: 20px;
	}
	.ms_upload_box {
		width: 100%;
	}
	.ms_upload_box h2 {
		font-size: 16px;
	}
	.ms_pro_form {
		width: 100%;
		margin-top: 0;
	}
	.ms_pro_form .form-group {
		width: 100%;
	}
	.ms_upload_btn a.ms_btn {
		margin-bottom: 15px;
	}
	.modal-dialog {
		max-width: 930px;
		width: 90%;
	}
	.modal-content {
		width: 100%;
	}
	.save_modal_btn a {
		margin-bottom: 15px;
	}
	.ms_sidemenu_wrapper {
		z-index: 10000;
	}
	.ms_player_wrapper {
		z-index: 10000;
		height: 70px;
	}
	.ms_player-style-two .flex-wrap {
		display: block;
	}
	/*.jp-type-playlist {*/
	/*	width: 100%;*/
	/*	text-align: center;*/
	/*	position: absolute;*/
	/*	right: 0;*/
	/*	z-index: 1;*/
	/*	left: auto;*/
	/*}*/
	.jp_queue_wrapper span.que_text {
		display: none;
	}
	.comment_head h3,
	.comment_head p {
		width: 100%;
	}
	/*----footer----*/
	.ms_footer_inner {
		padding: 0px 0px 0px 0px;
	}
	.ms_copyright {
		padding: 0px 0px 20px 0px;
	}
	.ms_footer_wrapper {
		margin-bottom: 70px;
	}
	.ms_footer_logo {
		padding-left: 0;
		padding-top: 50px;
	}
	h1.footer_title:after {
		margin-left: -50px;
		left: 50%;
	}
	.footer_box {
		text-align: center;
	}
	.footer_box.footer_subscribe input.form-control {
		width: 100% !important;
	}
	.footer_box.footer_contacts ul.foo_con_info li .foo_con_icon {
		float: none;
		margin-bottom: 15px;
	}
	.footer_box.footer_contacts ul.foo_con_info li {
		margin-bottom: 30px;
	}
	.footer_box.footer_contacts ul.foo_con_info li .foo_con_data {
		width: 100%;
		padding-left: 0;
	}
	.foo_sharing {
		width: auto;
	}
	
	.ms_play_song {
		width: 100px;
	}
	span.play-left-arrow i {
		transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
	}
	.jp-controls.flex-item {
		-ms-flex-preferred-size: 150px;
		flex-basis: 150px;
		top: 7px;
	}
	.ms_main_wrapper.ms_profile .ms_header {
		padding: 10px 30px 10px;
	}
	.admin-bar .ms_header {
		margin-top: 46px;
		transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
	}
	.ms_admin_bar.admin-bar .ms_sidemenu_wrapper {
		top: 0;
	}
	#ms_share_music_modal_id .modal-dialog,
	.ms_add_in_playlist_modal .modal-dialog,
	.ms_create_playlist_modal .modal-dialog {
		width: 90%;
		max-width: 100%;
	}
	#ms_share_music_modal_id .modal-dialog .close,
	.ms_create_playlist_modal .modal-dialog .close {
		right: 15px;
		top: 15px;
	}
	.admin-bar .ms_sidemenu_wrapper {
		top: 45px;
	}
	.album_list_wrapper {
		width: 140%;
	}
	.album_list_wrapper>ul>li:last-child {
		flex-basis: 20%;
	}
	.album_list_wrapper>ul>li {
		flex-basis: 25%;
	}
	.album_list_wrapper ul.more_option {
		right: 100%;
	}
	.ms_top_search .form-control {
		font-size: 12px;
		padding-left: 10px !important;
	}
	.change_password_slide .form-group {
		margin-bottom: 25px;
	}
	.ms_footershdow_widget .footer_box {
		text-align: left;
	}
	.ms_footershdow_widget .footer_box h1.footer_title:after {
		left: 0px;
		margin-left: 0px;
	}
	#comments ol.comment-list li:after {
		width: 100%;
	}
}
@media (max-width: 1024px) and (orientation: landscape) {
	.modal-dialog .close {
		right: 10px;
		top: 10px;
	}
	.ms_register_popup .modal-content {
		padding: 0;
		overflow-y: scroll;
		height: 350px;
	}
	div#lang_modal .modal-content,
	#ms_share_music_modal_id .modal-content,
	#add_in_playlist_modal .modal-content {
		overflow-y: scroll;
		height: 350px;
	}
	.ms_register_popup .modal-content::-webkit-scrollbar,
	.ms_save_modal .modal-dialog::-webkit-scrollbar,
	#lang_modal .modal-content::-webkit-scrollbar,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar {
		width: 5px;
	}
	.ms_register_popup .modal-content::-webkit-scrollbar-track,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-track,
	#lang_modal .modal-content::-webkit-scrollbar-track,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-track,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #fff;
	}
	.ms_register_popup .modal-content::-webkit-scrollbar-thumb,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-thumb,
	#lang_modal .modal-content::-webkit-scrollbar-thumb,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-thumb,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-thumb {
		background-color: #fff;
		outline: 2px solid #fff;
	}
	.ms_save_modal .modal-dialog {
		max-width: 500px;
		height: 350px;
		overflow-y: scroll;
	}
}
@media (max-width: 767px) and (orientation: landscape) {
	.ms_lang_popup .modal-content p {
		margin-bottom: 10px;
	}
	.ms_lang_popup .modal-content ul.lang_list li {
		padding: 5px 20px;
	}
	.ms_lang_popup .modal-content {
		padding: 15px 0px;
	}
	.ms_lang_popup .modal-content h1 {
		font-size: 18px;
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.jp-playlist {
		overflow-y: scroll;
		height: auto;
	}
	.save_modal_btn a {
		margin-bottom: 10px;
	}
	.ms_clear_modal .modal-dialog .modal-content,
	.ms_save_modal .modal-dialog .modal-content {
		padding: 15px 25px;
	}
	.modal-dialog button {
		right: 5px;
		top: 5px;
	}
	.modal-dialog .close {
		right: 10px;
		top: 10px;
	}
	.ms_register_form .form-control {
		font-size: 15px;
	}
	.save_modal_btn {
		padding: 10px 0px;
	}
	button.save_btn {
		margin-top: 0px;
	}
	.ms_save_email {
		padding-bottom: 10px;
	}
	.ms_register_popup .modal-content {
		padding: 0;
		overflow-y: scroll;
		height: 320px;
	}
	div#lang_modal .modal-content,
	#ms_share_music_modal_id .modal-content,
	#add_in_playlist_modal .modal-content {
		overflow-y: scroll;
		height: 320px;
	}
	.ms_register_popup .modal-content::-webkit-scrollbar,
	.ms_save_modal .modal-dialog::-webkit-scrollbar,
	#lang_modal .modal-content::-webkit-scrollbar,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar {
		width: 5px;
	}
	.ms_register_popup .modal-content::-webkit-scrollbar-track,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-track,
	#lang_modal .modal-content::-webkit-scrollbar-track,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-track,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #fff;
	}
	.ms_register_popup .modal-content::-webkit-scrollbar-thumb,
	.ms_save_modal .modal-dialog::-webkit-scrollbar-thumb,
	#lang_modal .modal-content::-webkit-scrollbar-thumb,
	#ms_share_music_modal_id .modal-content::-webkit-scrollbar-thumb,
	#add_in_playlist_modal .modal-content::-webkit-scrollbar-thumb {
		background-color: #fff;
		outline: 2px solid #fff;
	}
	.ms_save_modal .modal-dialog {
		max-width: 500px;
		height: 300px;
		overflow-y: scroll;
	}
	.album_list_wrapper>ul>li ul.more_option {
		transform: translateY(-100%);
		-webkit-transform: translateY(-100%);
		-moz-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
	}
	.ms_admin_bar.ms_admin_bar.admin-bar .ms_nav_close {
		top: 83px !important;
	}
	.fd_error h1 {
		font-size: 165px;
	}
	.err_img {
		position: relative;
		top: 15px;
		right: 4px;
		width: 25%;
	}
	.fd_error p {
		margin-top: 15px;
	}
	.ms_wave_img {
		bottom: -100%;
	}
	.ms_error_inner {
		margin-top: 300px;
	}
	.fd_error:before {
		top: -60px;
	}
	/*.jp-controls.flex-item {*/
	/*	padding-left: 0px;*/
	/*}*/
	.jp-toggles.flex-item {
		display: block;
		position: relative;
		top: 3px;
	}
	.ms_player-style-two .jp-controls.flex-item {
		padding-bottom: 12px;
		text-align: center;
	}
	.ms_player-style-two .jp-toggles.flex-item {
    -ms-flex-preferred-size: 145px;
        padding-bottom: 15px;
    }
	/*.jp-progress-container.flex-item {*/
	/*	margin-left: 0 !important;*/
	/*	max-width: 20%;*/
	/*}*/
}
@media(max-width:767px){

.widget.widget_text {
	margin-bottom: 1.5em;
}
.album_btn a.ms_btn {
	margin: 7px 10px;
}
.admin-bar .ms_header {
	margin-top: 46px;
}
.div-wrapper-style-two .ms_main_data {
	padding-top: 90px;
}
}
@media(max-width:667px) and (orientation:landscape) {
	.modal-dialog button {
		right: 5px;
		top: 5px;
	}
	.ms_lang_popup .modal-content {
		padding: 15px 0px;
		overflow-y: scroll;
		height: 280px;
		overflow-x: hidden;
	}
	.ms_lang_popup .modal-content::-webkit-scrollbar {
		width: 5px;
	}
	.ms_lang_popup .modal-content::-webkit-scrollbar-track {
		-webkit-box-shadow: inset 0 0 6px #fff;
	}
	.ms_lang_popup .modal-content::-webkit-scrollbar-thumb {
		background-color: #fff;
		outline: 2px solid #fff;
	}
}


/*@media(max-width:533px) and (orientation:landscape) {*/
/*	.ms_admin_bar.ms_admin_bar.admin-bar .ms_nav_close {*/
/*		top: 35px !important;*/
/*	}*/
	
/*}*/
@media(max-width:582px){
    .ms_player-style-two .jp-gui.jp-interface.flex-wrap {
    text-align: center;
}
}
@media(max-width:775px) {
	.ms_profile .ms_top_btn {
		text-align: left;
		width: auto;
		margin-top: -1px;
	}
	.admin-bar .ms_nav_close {
		top: 82px;
	}
	.ms_admin_bar .admin-bar .ms_nav_close {
		top: 73px !important;
	}
	.div-wrapper-style-two .ms_nav_close {
		top: 60px !important;
	}
}
@media(max-width:667px) {
	.jp-playlist {
		padding: 30px 0px 0px 0px;
	}
	.jp_queue_btn {
		padding-top: 15px;
	}
	.swiper-button-prev4.slider_nav_prev {
		top: 63%;
	}
	.swiper-button-next4.slider_nav_next {
		top: 63%;
	}
	.ms_register_popup .modal-content {
		padding: 35px 30px;
	}
	.ms_register_img {
		width: 40%;
		margin-top: 40px;
	}
	.ms_register_form {
		width: calc(100% - 40%);
	}
	.ms_top_search {
		max-width: 51%;
	}
	/*.ms_top_right {*/
	/*	margin-top: 0px;*/
	/*}*/
	/*.ms_top_btn .ms_btn {*/
	/*	position: relative;*/
	/*	width: 30px;*/
	/*	height: 30px;*/
	/*}*/
	.ms_profile .ms_top_btn .ms_btn {
		width: auto;
		height: 30px;
		padding: 0px 15px;
		line-height: 30px;
	}
	.ms_profile .ms_top_right {
		text-align: left;
	}
	.ms_profile .ms_top_btn {
		width: auto;
	}
	/*.ms_btn.reg_btn:after {*/
	/*	position: absolute;*/
	/*	content: "\f234";*/
	/*	top: 50%;*/
	/*	left: 50%;*/
	/*	transform: translate(-50%, -50%);*/
	/*	-webkit-transform: translate(-50%, -50%);*/
	/*	-moz-transform: translate(-50%, -50%);*/
	/*	-ms-transform: translate(-50%, -50%);*/
	/*	font: normal normal normal 14px/1 FontAwesome;*/
	/*}*/
	/*.ms_btn.login_btn:after {*/
	/*	position: absolute;*/
	/*	content: "\f007";*/
	/*	top: 50%;*/
	/*	left: 50%;*/
	/*	transform: translate(-50%, -50%);*/
	/*	-webkit-transform: translate(-50%, -50%);*/
	/*	-moz-transform: translate(-50%, -50%);*/
	/*	-ms-transform: translate(-50%, -50%);*/
	/*	font: normal normal normal 14px/1 FontAwesome;*/
	/*}*/
	/*.ms_top_btn .ms_btn span {*/
	/*	display: none;*/
	/*}*/
	/*.ms_top_right .ms_top_lang {*/
	/*	display: none;*/
	/*}*/
	.ms_free_download .album_list_wrapper {
		width: 262%;
	}
	.ms_logo_inner {
		min-height: 95px;
	}
	.ms_nav_wrapper {
		top: 120px;
	}
	.ms_profile .ms_top_btn .ms_btn:before,
	.ms_profile .ms_top_btn .ms_btn:after {
		display: none;
	}
	li.comment ol.children {
		padding: 0px;
		margin: 0px;
	}
}
@media(max-width:600px) {
	.ms_admin_bar .ms_header.ms_profile {
		margin-top: 0px;
	}
	.admin-bar .ms-banner {
		margin-top: 96px;
	}
   .ms_player-style-two .jp-toggles.flex-item {
    padding-bottom: 20px;
}
.ms_player-style-two .jp-toggles.flex-item{
    paddding-bottom:20px !important;
}
	.ms_register_popup .modal-content {
		padding: 0;
	}
	.ms_register_img {
		display: none;
	}
	.ms_register_form {
		width: 100%;
		padding-left: 0;
	}
	.ms_register_form h2 {
		font-size: 20px;
	}
	.ms_acc_overview {
		width: 100%;
	}
	.ms_acc_ovrview_list {
		width: 90%;
	}
	.ms_acc_ovrview_list ul li {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.ms_logged_in .div-wrapper-style-two .ms_nav_close {
		top: 118px !important;
	}
	.album_list_wrapper>ul {
		border-bottom: 1px solid #252b4d;
	}
	.ms_free_download .album_list_wrapper>ul>li.text-center {
		text-align: left !important;
	}
	.pro-form-btn {
		padding: 0px 10px;
	}
	.ms_pro_form .ms_btn {
		width: 130px;
		margin-left: 0px;
	}
	
	.ms_blog_wrapper {
		margin-right: 0;
	}
	.ms_main_wrapper.ms_profile .ms_header {
		padding: 10px 30px 5px;
	}
	.ms_main_wrapper.ms_profile .ms_top_lang {
		display: none;
	}
	.ms_main_wrapper.ms_profile .ms_nav_close {
		right: 20px;
	}
	.ms_admin_name span.ms_pro_name {
		width: 40px;
		height: 40px;
		line-height: 41px;
	}
	.ms_profile .ms_top_btn {
		margin-top: 0px;
	}
	.ms_main_wrapper.ms_profile .ms_top_search {
		top: 3px;
	}
	.ms_profile .ms_top_btn .ms_btn {
		top: -3px;
	}
	.ms_main_wrapper.ms_profile .ms_nav_close {
		top: 30px;
	}
	.ms_header.ms_profile .ms_top_search {
		max-width: 90%;
	}
	.ms_profile .ms_top_right {
		width: 100%;
		padding-top: 10px;
	}
	.ms_profile .ms_top_btn .ms_btn {
		margin-left: 0px;
	}
	.ms_profile .ms_top_btn {
		width: 100%;
	}
	.div-wrapper-style-two .ms_profile .ms_top_btn {
		width: 100%;
	}
	.ms_nav_close {
		right: 24px;
	}
	.div-wrapper-style-two .ms_nav_close {
		right: 10px;
	}
	.div-wrapper-style-two .ms_nav_close {
		top: 70px !important;
	}
	.ms_add_in_playlist_modal .modal-content {
		padding: 50px 30px 46px;
	}
	.ms_add_in_playlist_modal .ms_share_text,
	.ms_create_playlist_modal .ms_share_text {
		padding-top: 4px;
		padding-left: 20px;
	}
	#add_in_playlist_modal h1,
	#ms_share_music_modal_id h1 {
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.clr_modal_btn {
		margin-top: 20px;
	}
	.clr_modal_btn a {
		padding: 0px 7px;
		font-size: 12px;
	}
	.ms_admin_bar.ms_admin_bar.admin-bar .ms_nav_close {
		top: 35px !important;
	}
	.ms_fea_album_slider ul.more_option {
		max-width: 155px;
	}
	.div-wrapper-style-two .ms_main_data {
		padding-top: 150px;
	}
}
@media(max-width:480px) {
    .ms_admin_name{
        margin-left:0 !important;
        padding-right:0 !important;
    }
    .ms_songslist_like {
    position: absolute;
    right: 75px;
}
section.fw-main-row.history_row1.ms_needlogin.ms_music1 {
    margin-bottom:0;
}
.ms_fea_album_slider {
    padding-bottom: 0px;
}
    div#content {
    margin-bottom: 70px;
}
	.shop_table .coupon .button,
	.woocommerce .coupon .input-text {
		width: 100% !important;
	}
	.ms_player-style-two .jp-controls.flex-item {
    padding-left:0;
    padding-bottom: 20px;
}
	.ms_basic_logo {
		width: 55%;
	}
	.ms_header.ms_profile .ms_top_search {
		max-width: 90%;
	}
	.ms_admin_bar.admin-bar .ms_header {
		margin-top: 0;
	}
	.weekly_right {
		float: right;
		position: absolute;
		right: 0;
		top: 34px;
	}
	.div-wrapper-style-two .ms_header.ms_profile {
		padding: 10px 30px 0px;
	}
	.ms_header.ms_profile {
		padding: 10px 20px 0px;
	}
	.ms_admin_bar.ms_admin_bar.admin-bar .ms_nav_close {
		top: 25px !important;
	}
	.ms_admin_name {
		padding-right: 11px;
		padding-left: 5px;
		top: -2px;
	}
	.ms_profile .ms_top_right {
		width: 32%;
		padding-top: 0px;
		padding-right: 0px;
	}
	.admin-bar .ms_profile .ms_top_right {
		width: 100%;
		padding-top: 10px;
		padding-right: 0px;
	}
	.ms_nav_close {
		top: 35px;
	}
	.admin-bar .ms_nav_close {
		top: 38px;
	}
	.album_single_data ul.more_option {
		max-width: 150px;
	}
	.ms_album_single_wrapper {
		padding-left: 40px;
	}
	.album_list_wrapper>ul>li {
		width: 15%;
	}
	.album_list_wrapper {
		width: 200%;
	}
	.ms_main_wrapper.ms_profile a.ms_btn {
		width: auto;
		padding: 0px 15px;
	}
	.ms_main_wrapper.ms_profile .ms_top_btn {
		width: 100%;
	}
	.ms_main_wrapper.ms_profile .ms_nav_close {
		top: 35px;
	}
	/*.ms_top_btn {*/
	/*	text-align: center;*/
	/*}*/
	/*.ms_top_btn .ms_btn {*/
	/*	position: relative;*/
	/*	width: 30px;*/
	/*	height: 30px;*/
	/*	line-height: 34px;*/
	/*}*/
	/*.ms_btn.login_btn:after {*/
	/*	position: absolute;*/
	/*	content: "\f007";*/
	/*	top: 50%;*/
	/*	left: 50%;*/
	/*	transform: translate(-50%, -50%);*/
	/*	-webkit-transform: translate(-50%, -50%);*/
	/*	-moz-transform: translate(-50%, -50%);*/
	/*	-ms-transform: translate(-50%, -50%);*/
	/*	font: normal normal normal 14px/1 FontAwesome;*/
	/*}*/
	/*.ms_btn.reg_btn:after {*/
	/*	position: absolute;*/
	/*	content: "\f234";*/
	/*	top: 50%;*/
	/*	left: 50%;*/
	/*	transform: translate(-50%, -50%);*/
	/*	-webkit-transform: translate(-50%, -50%);*/
	/*	-moz-transform: translate(-50%, -50%);*/
	/*	-ms-transform: translate(-50%, -50%);*/
	/*	font: normal normal normal 14px/1 FontAwesome;*/
	/*}*/
	/*.ms_top_btn .ms_btn span {*/
	/*	display: none;*/
	/*}*/
	.upload-album-row a.up_image_upload {
		top: 51px !important;
		right: 25px;
	}
	.ms_top_search {
		max-width: 80%;
	}
	.ms_nav_close {
		right: 10px;
	}
	/*.ms_top_right {*/
	/*	margin-top: 0px;*/
	/*}*/
	.ms_banner_text p {
		text-align: center;
	}
	.ms_plan_box ul li {
		font-size: 15px;
		margin-bottom: 5px;
	}
	.ms_account_wrapper .ms_heading {
		margin-bottom: 35px;
	}
	.ms_plan_img {
		width: 75px;
		height: 75px;
		line-height: 80px;
	}
	.ms_plan_img img {
		width: 55px;
	}
	.plan_dolar {
		width: 75px;
		height: 75px;
		line-height: 90px;
		font-size: 26px;
	}
	.jp-playlist {
		width: 80%;
	}
	.ms_footer_inner {
		padding: 0px 0px 0px 0px;
	}
	.ms_copyright {
		padding: 0px 0px 20px 0px;
	}
	.ms_upload_box {
		padding: 50px 20px;
	}
	.ms_upload_btn a.ms_btn {
		margin: 10px 0px;
	}
	.ms_blog_single_wrapper {
		margin-right: 0px;
	}
	.ms_comment_section .comment_info .comment_reply {
		width: 100%;
		margin-top: 10px;
	}
	.ms_comment_section .comment_img {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		margin-bottom: 30px;
	}
	.ms_comment_section .comment_info {
		padding-left: 0;
	}
	.ms_comment_section {
		text-align: center;
	}
	.ms_free_download .album_list_wrapper {
		width: 380%;
	}
	.ms_sidemenu_wrapper.open_menu .ms_sidemenu_inner {
		width: 180px;
	}
	.ms_sidemenu_inner,
	.ms_sidemenu_wrapper {
		width: 180px !important
	}
	.ms_nav_wrapper ul li a {
		font-size: 12px;
	}
	span.veiw_all {
		top: 0;
		right: auto;
		left: 0;
	}
	.ms_releases_wrapper .slider_nav_prev {
		right: 10%!important;
	}
	ul.more_option {
		max-width: 125px;
		padding: 17px 10px 10px 10px;
	}
	ul.more_option li a {
		padding-bottom: 5px;
		font-size: 11px;
		line-height: 19px;
	}
	.ms_top_search .form-control {
		padding: 0px 15px;
		font-size: 10px;
	}
	/*.ms_top_right {*/
	/*	padding-right: 40px;*/
	/*}*/
	.weekly_left span.w_top_no {
		width: 35px;
	}
	/*.jp-progress-container.flex-item {*/
	/*	max-width: 20%;*/
	/*}*/
	.fd_error h1 {
		font-size: 240px;
	}
	.err_img img {
		max-width: initial;
		width: 130px;
	}
	.err_img {
		top: 0;
	}
	.fd_error p {
		line-height: 35px;
	}
	.ms_wave_img {
		left: -85%;
	}
	.ms_nav_close {
		right: 10px;
	}
	/*.ms_top_right {*/
	/*	padding-right: 10px;*/
	/*}*/
	.ms_top_search {
		max-width: 61%;
	}
	/*.ms_top_btn {*/
	/*	margin-right: 10px;*/
	/*}*/
	
	/*.jp-progress-container.flex-item {*/
	/*	margin-left: 20px;*/
	/*}*/
	.ms_weekly_wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.weekly_right {
		top: 8px;
	}
	.album_single_img img {
		width: 100%;
	}
	.album_single_data .album_more_optn {
		top: 0;
		right: 10px;
	}
	.admin-bar .ms_nav_close {
		top: 70px;
	}
	.div-wrapper-style-two .ms_nav_close {
		top: 110px !important;
	}
	.admin-bar .ms_top_breadcrumb {
		margin-top: 90px;
	}
	.pro-form-btn.text-center {
		margin-top: 20px;
	}
	.fd_error:before {
		display: none;
	}
	.ms_add_in_playlist_modal .ms_share_img,
	.ms_create_playlist_modal .ms_share_img {
		width: 70%;
		margin: 0 auto;
		float: none;
	}
	.ms_add_in_playlist_modal .modal-body {
		text-align: center;
	}
	.ms_add_in_playlist_modal .ms_share_text,
	.ms_create_playlist_modal .ms_share_text {
		padding-top: 20px;
		padding-left: 0;
		width: 100%;
		text-align: center;
	}
	.ms_create_playlist_modal h1:after,
	#add_in_playlist_modal h1:after,
	#ms_share_music_modal_id h1:after {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
	.ms_share_img {
		width: 36%;
	}
	.admin-bar .ms_menu_bar {
		top: -41px;
	}
	#comments ol {
		padding: 0px;
		margin: 0px;
	}
	.ms_relative_inner .swiper-wrapper .swiper-slide {
		margin-right: 0px !important;
	}
	.ms_weekly_wrapper.ms_free_music .weekly_right {
		top: 50px;
	}
	.ms_pro_email {
		font-size: 14px;
	}
	
	.w_top_song .w_tp_song_img img {
		width: 100%;
	}
	.ms_upload_wrapper {
		margin-top: 0px;
		padding-top: 0px;
	}
	.ms_weekly_wrapper.ms_free_music .w_top_song {
		padding-left: 0px;
	}
	.div-wrapper-style-two .ms_top_search {
		max-width: 300px;
		min-width: 230px;
	}
}
@media(max-width:414px) {
	.ms_weekly_wrapper.ms_free_music .weekly_right .ms_more_icon {
		padding-right: 2px;
		display: inline-block;
	}
	.ms_weekly_wrapper.ms_free_music {
		padding-right: 0px;
	}
	.ms_weekly_wrapper.ms_free_music .w_song_time {
		padding-right: 5px;
	}
	ul.more_option li a .opt_icon {
		display: none;
	}
	.ms_weekly_wrapper.ms_free_music ul.more_option {
		right: 60px;
	}
	
	.ms_pro_form .ms_btn {
		margin-bottom: 10px;
	}
	.ms_heading h1 {
		width: 100%;
	}
	.album_btn a.ms_btn {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	/*.ms_top_right .ms_top_lang {*/
	/*	width: 100%;*/
	/*	text-align: center;*/
	/*}*/
	.ms_top_right .ms_top_lang:after {
		display: none;
	}
	.ms_banner_text h1 {
		font-size: 18px;
		line-height: 26px;
	}
	.ms_banner_text .ms_banner_btn .ms_btn {
		margin-right: 0px;
		max-width: 100px;
		font-size: 12px;
	}
	.weekly_right .ms_more_icon {
		display: block;
	}
	.footer_box {
		text-align: center;
	}
	.footer_box.footer_subscribe input.form-control {
		width: 100%;
	}
	.footer_box a.foo_app_btn {
		padding: 10px 0px 10px 0px;
	}
	.foo_sharing ul {
		padding-left: 0;
	}
	
	.share_title {
		width: 100%;
	}
	.foo_sharing ul {
		width: 100%;
	}
	.ms_banner_btn {
		text-align: center;
	}
	.ms_banner_text h1 {
		text-align: center;
	}
	.ms_banner_btn {
		text-align: center;
	}
	.ms_banner_text .ms_banner_btn .ms_btn {
		margin-bottom: 10px;
	}
	.ms_main_wrapper.ms_profile .ms_header {
		padding: 20px 20px 10px;
	}
	span.veiw_all {
		top: 0;
		right: auto;
		left: 0;
		float: left;
	}
	.create_playlist {
		width: 100%;
		height: 250px;
	}
	.fd_error h1 span.err_text {
		width: auto;
		line-height: 1;
		font-size: 150px;
		display: inline-block;
	}
	.err_img img {
		width: 100px;
		max-width: initial;
	}
	.fd_error h1 {
		padding-left: 0;
		display: inline-flex;
	}
	.err_img {
		position: relative;
		top: 25px;
		right: 2px;
	}
	.ms_wave_img {
		position: absolute;
		left: -195%;
		bottom: -33px;
		z-index: -1;
		width: 100%;
	}
	.ms_play_song {
		padding: 14px 0px 10px 5px;
	}
	.jp-controls.flex-item {
		flex-basis: 135px;
		padding-left: 25px;
	}
	.ms_play_song {
		width: 85px;
	}
	/*.jp-progress-container.flex-item {*/
	/*	max-width: 19%;*/
	/*	margin-left: 15px;*/
	/*}*/
	.admin-bar .ms-banner {
		margin-top: 90px;
	}
	.jp-toggles.flex-item {
		flex-basis: 90px;
	}
	.jp-toggles.flex-item button {
		margin: 5px 6px 0px 0px;
	}
	.ms_nav_close {
		top: 37px;
	}
	#add_payment_method #payment ul.payment_methods li img,
	.woocommerce-cart #payment ul.payment_methods li img,
	.woocommerce-checkout #payment ul.payment_methods li img {
		margin: 0;
		padding: 10px 0px 0px;
	}
	.woocommerce form .form-row label {
		line-height: 2;
		padding-right: 15px;
	}
}
@media(max-width:375px) {
	.div-wrapper-style-two .songslist_thumb >img {
		width: 25px;
		height: 30px;
		margin-top: 5px;
	}
	.ms_top_right {
        padding-top: 20px;
    }
    .ms_top_right.ms-header-default {
        display: flex;
        align-items: baseline;
        justify-content: space-between;
    }
    .ms_top_right {
        padding-right: 25px;
    }
	.ms_top_btn .ms_btn {
        margin-left: 15px;
    }
    .ms_top_lang span img {
        display: none;
    }
    .ms_top_btn {
        display: flex;
        align-items: center;
        justify-content: center;
    }
	.songslist_name .song_name,
	.songslist_name .song_name > a {
		font-size: 12px;
	}
	.songslist_number {
		width: 30px;
		height: 30px;
	}
}
@media(max-width:320px) {
	.ms_header {
		padding: 10px 15px 6px;
	}
	/*.ms_top_right {*/
	/*	padding-right: 32px;*/
	/*}*/
	.ms_nav_close {
		right: 2px;
		top: 25px;
	}
	.ms_copyright {
		overflow-x: hidden;
	}
	.ms_lang_popup .modal-content ul.lang_list li {
		padding: 10px 10px;
	}
	.lang_list label {
		font-size: 12px;
	}
	.ms_lang_popup .modal-content p {
		font-size: 12px !important;
	}
	.ms_banner_text .ms_banner_btn .ms_btn {
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.ms_rcnt_slider,
	.ms_featured_slider,
	.ms_fea_album_slider {
		margin-left: 15px;
		margin-right: 15px;
	}
	.ms_sidemenu_wrapper.open_menu a {
		padding: 9px 10px;
	}
	.ms_sidemenu_wrapper a {
		font-size: 13px;
	}
	.ms_sidemenu_wrapper.open_menu,
	.ms_sidemenu_wrapper.open_menu .ms_sidemenu_inner {
		width: 180px;
	}
	span.veiw_all {
		top: 0;
		margin-top: 10px;
		float: left;
	}
	.w_top_song .w_tp_song_img {
		width: 100%;
	}
	.w_top_song .w_tp_song_name {
		padding-left: 0;
		margin-top: 15px;
		width: 100%;
	}
	.weekly_right {
		display: none;
	}
	.ms_weekly_box {
		text-align: center;
	}
	.weekly_left span.w_top_no {
		width: 100%;
	}
	.w_top_song .w_tp_song_name h3 {
		width: 100%;
	}
	.ms_weekly_box {
		padding: 20px 0px 21px 0px;
	}
	.weekly_left {
		width: 100%;
	}
	.w_top_song {
		width: 100%;
	}
	.ms_releases_wrapper .slider_nav_prev {
		right: 12%!important;
	}
	.w_song_time {
		float: left;
	}
	.ms_heading h1 {
		font-size: 15px;
		width: 100%;
	}
	.ms_releases_wrapper {
		padding-right: 0px;
	}
	.ms_genres_wrapper,
	.ms_radio_wrapper {
		margin: 55px 10px 0px 10px;
	}
	.ms_footer_logo {
		padding-left: 0px;
	}
	.ms_footer_inner {
		padding: 0px;
	}
	h1.footer_title {
		font-size: 15px;
	}
	.footer_border {
		width: 149px;
	}
	.ms_copyright {
		padding: 0px 0px 20px 0px;
	}
	.foo_sharing ul {
		padding-left: 0;
	}
	.foo_sharing ul li {
		margin-bottom: 10px;
	}
	.footer_box.footer_contacts ul.foo_con_info li {
		margin-bottom: 15px;
	}
	.footer_box.footer_contacts ul.foo_con_info li .foo_con_icon {
		float: none;
		margin-bottom: 15px;
	}
	.footer_box {
		text-align: center;
	}
	.footer_box.footer_contacts ul.foo_con_info li .foo_con_data {
		width: 100%;
		padding-left: 0;
		text-align: center;
	}
	.ms_release_box {
		text-align: center;
	}
	.slider_dot {
		left: 50%;
		margin-left: -5px;
	}
	.ms_upload_box img {
		margin: 30px 0px;
		width: 50px;
	}
	.ms_upload_btn a.ms_btn {
		height: 35px;
		line-height: 38px;
		width: auto;
		padding: 0px 15px;
	}
	.footer_box.footer_subscribe input.form-control {
		font-size: 11px;
	}
	.footer_box a.foo_app_btn {
		padding: 10px 0px 10px 0px;
	}
	.ms_top_search .form-control {
		font-size: 11px;
	}
	.ms_pro_img img {
		width: 80px;
		height: 80px;
		border-radius: 100%;
		border: 2px solid #fff;
	}
	.ms_pro_img img {
		width: 80px;
		height: 80px;
	}
	.ms_profile_box {
		padding: 30px 10px;
	}
	.ms_pro_form .ms_btn {
		height: 35px;
		width: auto;
		line-height: 39px;
		margin-left: 0;
		padding: 0px 20px;
		margin-bottom: 10px;
	}
	.ms_pro_form .form-group label {
		font-size: 13px;
	}
	.ms_pro_form .form-group {
		margin-bottom: 15px;
	}
	.ms_plan_box ul li {
		font-size: 11px;
	}
	.ms_acc_ovrview_list ul li span {
		width: 100%;
		text-align: center;
	}
	.ms_blog_section.blog_active span.ovrly_text1 a {
		font-size: 14px;
	}
	.ms_album_single_wrapper {
		padding-left: 30px;
		padding-right: 20px;
	}
	.ms_album_single_wrapper .album_list_wrapper {
		width: 350%;
	}
	.ms_releases_wrapper .slider_nav_prev,
	.ms_releases_wrapper .slider_nav_next {
		top: 5%;
	}
}
@media(max-width:320px) {
	.album_btn a.ms_btn {
		padding: 0px 5px;
		font-size: 12px;
		margin-bottom: 10px;
		margin-right: 0px;
	}
	.ms_album_single_wrapper .ms_more_icon {
		top: -35px;
	}
	.album_single_text h2 {
		font-size: 20px;
	}
	.album_single_data ul.more_option {
		right: 0;
	}
	ul.more_option li a .opt_icon {
		display: none;
	}
	.ms_test_wrapper {
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 10px;
	}
	.ms_test_top .ms_test_img {
		width: 100%;
		text-align: center;
	}
	.ms_test_top .ms_test_name {
		width: 100%;
		padding-top: 20px;
		text-align: center;
		padding-left: 0;
	}
	.ms_test_para {
		text-align: center;
	}
	.album_single_text {
		text-align: center;
	}
	.ms_cmnt_wrapper .form-control {
		font-size: 11px;
	}
	.jp-playlist .que_data {
		width: 100%;
		padding-left: 0px;
	}
	.jp_queue_btn a {
		margin-bottom: 10px;
	}
	.play-left-arrow {
		display: block;
		right: 7px;
	}
	
	
	.ms_main_wrapper.ms_profile .ms_header {
		padding: 20px 15px 10px;
	}
	.ms_upload_box .ms_heading h1 {
		font-size: 14px;
	}
	.ms_pro_form .form-group {
		padding: 0px 0px;
	}
	.pro-form-btn {
		padding: 0px 0px;
	}
	.ms_pro_form .form-control {
		padding: 0px 8px;
		font-size: 11px;
	}
	.ms_plan_box ul {
		padding: 0px 10px;
	}
	.ms_plan_box a.ms_btn {
		width: 115px;
	}
	.ms_acc_ovrview_list ul li {
		text-align: center;
	}
	.ms_admin_name span.ms_pro_name {
		width: 40px;
		height: 40px;
		line-height: 46px;
		margin-left: 3px;
	}
	.ms_admin_name {
		font-size: 11px;
		margin-left: 0px;
	}
	.jp-controls.flex-item {
		-ms-flex-preferred-size: 130px;
		flex-basis: 130px;
		padding-left: 0;
	}
	.w_top_song .w_tp_song_name p {
		width: 100%;
	}
	span.play-left-arrow {
		right: 7px;
	}
	.ms_profile_box.ms_view_profile {
		padding: 100px 20px;
	}
	h1.ms_pro_name {
		margin-top: 15px;
	}
	.ms_pro_email {
		word-break: break-all;
	}
	.ms_top_btn {
		margin-right: 0px;
	}
	a.ms_btn.up_artists_image,
	a.ms_btn.up_image_upload {
		font-size: 13px;
		width: 110px;
		margin: 0px;
		line-height: 45px;
		padding: 0px 7px;
		height: 40px;
	}
	.ms_register_popup .modal-content {
		padding: 0;
	}
	.ms_basic_menu {
		width: 200px;
	}
}
/*--===update===--*/

.ms_menuopen_style .site-content {
	padding-left:200px;
}
.ms_menuopen_style .jp_queue_wrapper {
	padding-right:280px;
}
.ms_menuopen_style .ms_header {
	left:200px;
}
.ms_menuopen_style .ms_sidemenu_wrapper {
	width:200px;
}
.ms_menuopen_style .ms_nav_close {
	display:none;
}
.ms_menuopen_style .ms_player_close {
	right:11em;
}
.ms_menuopen_style .jp-playlist {
	right:200px;
}
.ms_menuopen_style .ms_content_wrapper {
	margin-left:68px;
}
.ms_menuopen_style .breadcrumbs_wrapper {
	margin-left:0;
}
.ms_menuopen_style .ms_footer_logo {
	padding-left:0px;
}
.ms_menuopen_style .ms_footer_inner {
	padding:0PX;
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.ms_menuopen_style .jp-type-playlist {
		padding-left:300px;
		width:66%;
	}
	.ms_menuopen_style .ms_main_wrapper.ms_main_wrapper_single {
		padding: 15px 0px 20px 0px;
	}
}
@media (min-width: 993px) and (max-width: 1200px) {
	.ms_menuopen_style .jp-type-playlist {
		padding-left:253px;
		width:61%;
	}
	.ms_menuopen_style .ms_main_wrapper.ms_main_wrapper_single {
		padding: 15px 0px 20px 0px;
	}
	.footer_box.footer_contacts ul.foo_con_info li .foo_con_data span a {
		word-break: break-all;
	}
}
@media (max-width: 991px) {
	.ms_menuopen_style .ms_nav_close {
		display:block;
	}
	.ms_songslist_inner {
		position: relative;
	}
	.ms_songslist_more {
		cursor: pointer;
		position: absolute;
		right: 40px;
	}
	.ms_menuopen_style .site-content {
		padding-left: 0px;
	}
	.ms_menuopen_style .ms_header {
		left: 0px;
	}
	.ms_menuopen_style .jp_queue_wrapper {
		padding-right: 25px;
	}
	.ms_menuopen_style .ms_player_close {
		right: 8px;
	}
	.ms_menuopen_style .jp-playlist {
		right: 0;
	}
	.create-playlist-row .fw-divider-space {
		padding-top: 0px !important;
	}
	.div-wrapper-style-two .ms_content_wrapper {
		margin-left: 10px;
	}
	.album_artist_row1 .ms_artist_wrapper {
		margin-top: 40px !important;
	}
	.fav-track-row1 ul.more_option.open_option {
		right: 85px !important;
		min-width: 160px !important;
	}
	.div-wrapper-style-two .slider_cmn_controls .slider_nav_next {
		background-position: -1060px 9px !important;
	}
	.div-wrapper-style-two .slider_cmn_controls .slider_nav_prev {
		background-position: -1182px 9px !important;
	}
}
/* --===== update =====-- */

.woocommerce-account span.woocommerce-input-wrapper {
	width:100%;
}
.woocommerce-account span.woocommerce-input-wrapper input,
.woocommerce-account .select2-selection {
	height:40px;
	padding:0px 10px;
	line-height:40px;
}
.woocommerce-account .select2-selection--single .select2-selection__arrow {
	top:7px;
}
.woocommerce-account .select2-selection--single .select2-selection__rendered {
	line-height:40px;
}
.woocommerce-billing-fields .select2-container .select2-selection--single span {
	color:#777777;
}
.woocommerce ul.order_details {
	margin:0 0 1em;
}
.woocommerce ul.order_details li {
	margin-bottom:2em;
}
/* multivendor css */

.mv_profile_img img {
	border-radius:100%;
	padding:5px;
	width:220px;
	height:220px;
	background:#fff;
	object-fit:cover;
}
.slide_menu .div-wrapper-style-two .ms_content_multivendor {
	margin-left:130px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.div-wrapper-style-two .ms_content_multivendor {
	margin-left:0px;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
.page-template-multivendor-profile-page .div-wrapper-style-two .container {
	max-width:100%;
}
.mv_profile_img,
.mv_profile_text,
.mv_profile_view ul li {
	display:inline-block;
}
.mv_profile_text h2 {
	font-size:22px;
	color:#fff;
	padding-bottom:5px;
	text-transform:capitalize;
}
.mv_profile_text p {
	color:#fff;
	font-size:15px;
	margin-bottom:5px;
	text-overflow:ellipsis;
	word-break:break-all;
}
.mv_profile_text a {
	color:#fff;
}
.mv_profile_text {
	padding-left:50px;
	vertical-align:middle;
}
.mv_profile_view ul li {
	text-align:center;
	background:rgb(255 255 255 / 5%);
	padding:15px 15px 10px;
	min-width:140px;
	margin:6px 6px;
	border-radius:5px;
}
.mv_profile_view ul li span {
	font-size:25px;
	color:#fb324f;
	font-weight:800;
}
.mv_profile_view {
	text-align:right;
}
.mv_user_dash ul {
	padding:0px;
	margin:0px;
}
.mv_user_dash li {
	margin-bottom:10px;
	list-style:none;
}
.mv_user_dash li a {
	background:#f5f5f5;
	color:#666;
	display:block;
	padding:5px 12px;
	border-radius:5px;
	transition:0.3s;
}
.mv_user_dash li a:hover,
.mv_user_dash li.current_page_item a {
	background:#33bedc;
	color:#fff;
}
.mv_profile_content .w_tp_song_name h3 a {
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width:140px;
	display:block;
}
.mv_profile_content .ms_weekly_wrapper.ms_free_music .w_song_time,
.mv_profile_content .ms_weekly_wrapper.ms_free_music .weekly_right .ms_more_icon {
	padding-right:10px;
}
ul.mv_tab {
	margin:0px 0px 30px;
}
.mv_profile_content .ms_weekly_wrapper {
	padding-top:0px;
}
ul.nav.nav-tabs.mv_tab {
	border:none;
}
.mv_tab li {
	margin-right:60px;
	margin-bottom:20px;
}
.mv_tab a {
	font-size:18px;
	font-weight:500;
	position:relative;
	color:#3bc8e7;
}
.mv_tab li.current-menu-item-vs a:after {
	position:absolute;
	content:'';
	bottom:-10px;
	width:140%;
	height:3px;
	background:-webkit-radial-gradient(35% 50%,
	ellipse closest-side,
	#33bedc,
	rgba(255,
	255,
	255,
	0) 100%);
	left:0;
	transition:0.3s;
}
.mv_tab a:visited {
	color:#fff;
}
.mv_separate {
	margin-bottom:50px;
}
.mv_video_wrap .form-group label {
	color:#33bedc;
	display:block;
	margin-bottom:2px;
}
.mv_video_wrap .form-group {
	margin-bottom:25px;
	position:relative;
}
.div-wrapper-style-two .ms_form_excel {
	border:1px dashed #575e86;
	padding:40px;
}
.ms_upload_wrapper.mv_video_wrap {
	background-color:#f5f5f5;
	width:100%;
	max-width:1000px;
	text-align:left;
	padding:50px;
	border-radius:15px;
	margin:0 auto;
}
.mv_video_wrap .form-group input,
.mv_video_wrap .form-group select,
.mv_video_wrap .form-group textarea {
	width:100%;
	padding:8px 15px;
	border:1px solid #ccc;
	border-radius:3px;
}
.mv_video_wrap input#my_image_upload,
.mv_video_wrap input#my_video_upload {
	background:#fff;
}
.mv_profile_content .ms_upload_box {
	width:100%;
	max-width:1000px;
}
.mv_profile_content .ms_profile_wrapper {
	margin-top:0px;
}
.ms_profile_wrapper.beatswipe_profile_wrapper .form-control,
.mv_profile_content .ms_upload_box .form-control {
	height:50px;
	line-height:26px;
	padding:8px 15px!important;
	border-radius:5px !important;
}
.ms_profile_wrapper.beatswipe_profile_wrapper .form-control input {
	padding:15px;
}
.mv_profile_view ul {
	padding-left:0px;
	margin-left:0px;
}
.mv_main_wrap .ms_main_wrapper:after {
	position:absolute;
	top:0;
	content:'';
	bottom:0;
	left:0;
	right:0;
	background:rgba(20,
	24,
	42,
	0.58);
	z-index:0;
}
.mv_main_wrap .ms_main_wrapper {
	position:relative;
}
.mv_profile_head {
	z-index:1;
	position:relative;
}
.mv_video_wrap .ms_video_externalurl input {
	background:white;
	height:18px;
	border-radius:3px;
	width:18px;
	text-align:left;
}
.mv_video_wrap .ms_video_externalurl input[type=checkbox]:checked:before {
	content:"\f147";
	margin:-3px 0 0 -4px;
	color:#33bedc;
	float:left;
	display:inline-block;
	vertical-align:middle;
	font:normal 23px/1 dashicons;
	speak:none;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	transform:rotate(-4deg);
	font-weight:900;
}
.ms_video_file_url {
	display:none;
}
.bw_videos_single {
	background:#1b2039;
	width:100%;
	margin:auto;
	padding:50px;
	border-radius:20px;
	max-width:1000px;
}
.bw_videos_ifream iframe,
.wp-video video {
	width:100%;
	min-height:360px;
}
.wp-video {
	margin:auto;
}
.bw_videos_single .bw_videos_descreption {
	margin-top:15px;
	color:#e0e0e0;
}
.mv_profile_content .ms_free_download,
.mv_profile_content .ms_fea_album_slider {
	margin-top:0px;
}
.mv_video_wrap .form-group input {
	line-height:normal;
}
.beatswipe_aboutme_page .form-group {
	position:relative;
}
input#author_button_search {
	position:absolute;
	min-width:150px;
	width:auto;
	top:26px;
	right:0px;
}
.mv_user_sidebar {
	width:25%;
	background:#f5f5f5;
	display:inline-block;
	min-height:590px;
	max-height:590px;
	overflow:auto;
}
.mv_user_messages {
	width:70%;
	background:#f5f5f5;
	display:inline-block;
	margin-left:25px;
	padding:20px 20px 70px 20px;
	vertical-align:top;
	position:relative;
}
.mv_user_div {
	display:flex;
	padding:10px;
}
.mv_user_div .mv_avtar_img,
.mv_user_messages .mv_avtar_img {
	width:60px;
}
.mv_user_div .mv_avtar_img img,
.mv_user_messages .mv_avtar_img img {
	border-radius:100%;
	object-fit:cover;
	width:55px;
	height:55px;
}
.mv_user_div .mv_user_name {
	width:calc(100% - 70px);
	padding-left:10px;
	align-self:center;
}
.mv_user_div .mv_user_name p {
	font-size:15px;
	color:#777;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.mv_user_div .mv_user_name a {
	font-size:18px;
	font-weight:500;
	color:#222;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:block;
}
.mv_user_div.mv_chat_active {
	background:#33bedc;
}
.mv_user_messages .mv_avtar_img {
	display:inline-block;
}
.mv_user_messages .mv_user_name {
	width:calc(100% - 100px);
	padding-left:10px;
	display:inline-block;
	vertical-align:top;
	max-width:70%;
	margin-bottom:20px;
}
.mv_user_messages .mv_user_name p {
	background:#2a2e44;
	padding:4px 8px;
	border-radius:0px 8px 8px 0px;
	margin-bottom:4px;
}
.mv_user_messages .mv_user_name p:last-child {
	border-radius:0px 8px 8px 8px;
}
.mv_user_messages .mv_user_name span {
	font-size:12px;
	margin-bottom:2px;
	display:inline-block;
}
.mv_chat_right {
	float:right;
	max-width:70%;
}
.mv_sent_msg {
	position:absolute;
	bottom:20px;
	left:20px;
	right:20px;
}
.mv_sent_msg input {
	width:100%;
	padding:5px 40px 5px 10px;
	outline:none;
	height:40px;
	line-height:40px;
}
.mv_sent_msg button {
	position:absolute;
	top:5px;
	right:5px;
	background:#33bedc;
	width:30px;
	height:30px;
	text-align:center;
	line-height:26px;
	border-radius:100%;
	padding:0px;
	padding:0px;
	border:none;
	cursor:pointer;
}
.mv_sent_msg button i {
	color:#ffffff;
	font-size:13px;
}
.mv_chat_left {
	clear:both;
}
.mv_user_chatting {
	max-height:500px;
	overflow:auto;
}
.mv_user_chatting::-webkit-scrollbar,
.mv_user_sidebar::-webkit-scrollbar {
	width:0px;
}
.mv_search_user input {
	width:100%;
	padding:5px 40px 5px 10px;
	outline:none;
	height:40px;
	line-height:40px;
	margin-bottom:10px;
}
.mv_chat_toggle {
	display:none;
}
.mv_search_user button {
	position:absolute;
	top:5px;
	right:5px;
	color:#ffffff;
	background:#33bedc;
	width:30px;
	height:30px;
	border-radius:100%;
	line-height:17px;
	text-align:center;
	cursor:pointer;
	border:navajowhite;
	padding:0;
}
.mv_search_user {
	position:relative;
}
#bw_videos_play .modal-content {
	background:#1b2039;
}
#bw_videos_play .modal-footer {
	border:none;
}
.bw_videos_ifream iframe:focus,
.wp-video video:focus {
	outline:none;
}
#bw_videos_play .modal-footer button.btn {
	background:none;
	position:absolute;
	top:30px;
	right:20px;
}
#bw_videos_play .modal-footer button.btn:after {
	position:absolute;
	content:'';
	top:0;
	right:0;
	background:white;
	width:30px;
	height:3px;
	transform:rotate(45deg);
}
#bw_videos_play .modal-footer button.btn:before {
	position:absolute;
	content:'';
	top:0;
	right:0;
	background:white;
	width:30px;
	height:3px;
	transform:rotate(-45deg);
}
#bw_videos_play .bw_videos_single {
	padding:0px;
}
#bw_videos_play h1 {
	font-size:22px;
	margin-top:10px;
}
.mv_heading {
	font-size:20px;
	margin-bottom:20px;
}
#bw_payment_request .modal-content {
	background:#fff;
	text-align:center;
	padding:30px;
}
#bw_payment_request button.close {
	color:#fff;
	font-size:20px;
	background:#f3cb68;
}
#bw_payment_request .ms_btn {
	margin-bottom:10px;
	margin-left:0px;
}
#bw_payment_request .modal-dialog {
	max-width:250px;
}
.request_conformation h2 {
	font-size:20px;
	margin-bottom:10px;
}
.ms_upload_box,
.ms_acc_overview {
	background-color:#1b2039!important;
}
.mv_profile_content .ms_account_wrapper {
	margin-top:0px;
}
.mv_artist_parent .ms_rcnt_box_text p.mv_artist_name,
.mv_artist_parent .ms_rcnt_box_text h3 {
	display:inline-block;
}
.mv_artist_parent .mv_artist_name {
	padding-left:10px;
	color:#33bedc;
}
.mv_artist_parent .ms_rcnt_box_text h3 a {
	text-transform:capitalize;
}
.mv_profile_view ul li p {
	color:#33bedc;
}
.mv_video_grid .ms_rcnt_box_img>img {
	object-fit:cover;
}
.mv_video_grid span.woocommerce-Price-amount.amount {
	color:#333;
}
.mv_plans td {
	font-size:15px;
	font-weight:500;
	padding:0 10px;
	border:none;
}
.mv_plans th {
	font-size:18px;
	font-weight:500;
	border:none;
}
.mv_plans tr td,
.mv_plans tr th {
	padding:10px 0px;
	border:1px solid #ccc;
}
.mv_plans td i.fa-times {
	color:#ea0328;
}
.mv_price_color {
	color:#33bedc;
}
.mv_plans td i.fa-check {
	color:#008000;
}
.mv_plans tr td:first-child,
.mv_plans tr th:first-child {
	text-align:left;
	border-left:none;
	border-right:none;
}
.mv_plans tr td:nth-child(2),
.mv_plans tr th:nth-child(2) {
	border-left:none;
}
.mv_plans tr:first-child td,
.mv_plans tr:first-child th {
	border-top:none;
}
.mv_plans tr:last-child td,
.mv_plans tr:last-child th {
	border-bottom:none;
}
.mv_plans tr td:last-child,
.mv_plans tr th:last-child {
	border-right:none;
}
.ms_register_form .mv_radio_btn span {
	color:#fff;
}
.ms_register_form .mv_radio_btn span input {
	vertical-align:text-bottom;
	margin-right:3px;
}
.ms_register_form .mv_radio_btn {
	text-align:left;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color:#33bedc;
}
.ms_register_form label span {
	color:#fff;
	font-size:20px;
	margin-right:8px;
}
.ms_register_form label span input {
	width:16px;
	height:16px;
	vertical-align:middle;
	margin-right:6px;
}
.ms_register_form .form-group.mv_radio_btn {
	text-align:center;
}
.mv_spacer {
	margin-top:70px;
}
.ms_register_form .mv_radio_btn label:first-child span {
	font-weight:800;
}
.bw_price_plane_page .ms_btn {
	width:auto;
	padding:0px 15px;
	margin-top:20px;
}
.woocommerce table.my_account_orders .button {
	white-space:nowrap;
	background:#33bedc!important;
}
.mv_edit_profile i {
	background:#33bedc;
	width:30px;
	height:30px;
	border-radius:100%;
	text-align:center;
	line-height:30px;
	color:#fff;
}
.mv_edit_profile {
	position:absolute;
	bottom:35px;
	left:145px
}
.mv_profile_img {
	position:relative;
}
#mv_profile_id .modal-dialog {
	width:30%;
}
#mv_profile_id .modal-content {
	background-image:linear-gradient(white,
	white);
}
#mv_profile_id .modal-header {
	border:none;
}
#mv_profile_id .modal-dialog .close {
	font-size:18px;
	color:#fff;
	background:#33bedc;
}
.ms_rcnt_box_img>img {
	width:100%;
	max-height:285px;
	min-height:285px;
	object-fit:cover;
}
.ms_acc_ovrview_list {
	width:80%!important;
}
.upload_filed {
	position:relative;
}
.upload_filed .product_image_upload {
	position:absolute;
	right:6px;
	bottom:2px;
	height:35px;
	line-height:35px;
	width:auto;
	padding:0 20px;
}
.wrapper_upload_products {
	position:relative;
	display:flex;
	flex-wrap:wrap;
	width:100%;
	flex-direction:column-reverse;
}
.wrapper_upload_products .form_responce {
	padding:12px;
	margin:0 0 20px;
	color:red;
	font-size:17px;
	border:1px solid red;
}
.row-btn-center .fw-row >div:nth-child(2) {
	text-align:center;
}
/* Responsive Css*/

@media (min-width: 1601px) and (max-width: 1920px) {
	.mv_profile_content .ms_weekly_wrapper.ms_free_music .weekly_right {
		top:2px;
	}
}
@media (max-width: 1600px) {
	.mv_profile_content .ms_profile_box {
		width:100%;
	}
	.mv_profile_img {
		width: 40%;
	}
	.mv_profile_img img {
		width: 170px;
		height: 170px;
	}
	.mv_profile_text {
		padding-left: 10px;
		width: 50%;
	}
	.mv_tab li {
		margin-right: 40px;
	}
}
@media (max-width: 1399px) {
	.mv_tab li {
		margin-right:30px;
	}
	.mv_videos_slider ul.more_option.open_option {
		max-width: 97px;
		padding: 8px 0px 8px 10px;
	}
	.mv_user_div .mv_avtar_img,
	.mv_user_messages .mv_avtar_img {
		width: 45px;
	}
	.mv_user_div .mv_avtar_img img,
	.mv_user_messages .mv_avtar_img img {
		width: 40px;
		height: 40px;
	}
	.mv_user_div .mv_user_name {
		width: calc(100% - 48px);
	}
	.mv_user_messages {
		padding: 15px 15px 70px 15px;
	}
	.mv_sent_msg {
		bottom: 10px;
		left: 10px;
		right: 10px;
	}
	.mv_artist_parent .ms_rcnt_box_img img {
		width: 265px;
		height: 265px;
		object-fit: cover;
	}
}
@media (max-width: 1199px) {
	.mv_user_messages {
		margin-left:0;
		width:100%;
	}
	.mv_user_sidebar {
		position: absolute;
		top: 0;
		width: 0%;
		height: 100%;
		z-index: 1;
		background: #1b2039;
		overflow: auto;
		box-shadow: 8px 0 10px 0px rgba(27, 32, 57, 0.46);
		transition: 0.3s;
		padding: 15px;
		opacity: 0;
		visibility: hidden;
		min-height: auto;
	}
	.mv_chat.mv_user_sidebar_open .mv_user_sidebar {
		width: 50%;
		opacity: 1;
		visibility: visible;
	}
	.mv_chat_toggle span {
		background: #33bedc;
		width: 20px;
		height: 2px;
		margin-bottom: 3px;
		display: block;
		transition: 0.3s;
	}
	.mv_chat_toggle {
		position: absolute;
		right: 20px;
		top: 20px;
		display: block;
		cursor: pointer;
	}
	.mv_user_sidebar_open .mv_chat_toggle span:nth-child(2) {
		display: none;
	}
	.mv_user_sidebar_open .mv_chat_toggle span:nth-child(1) {
		transform: rotate(45deg);
	}
	.mv_user_sidebar_open .mv_chat_toggle span:nth-child(3) {
		transform: rotate(-45deg) translate(3px, -4px);
	}
}
@media (max-width: 991px) {
	.mv_profile_img {
		width:48%;
	}
	.mv_artist_parent .ms_rcnt_box_img img {
		width: 100%;
		height: 285px;
		object-fit: cover;
	}
	.ms_top_search button.search-submit {
		padding: 9px;
	}
	.div-wrapper-style-two .music_center_slider {
		padding-top: 50px;
	}
	.style-two .slide_menu .div-wrapper-style-two .ms_header {
		padding-left: 0;
	}
	.buy-track-row1 ul.more_option.open_option {
		right: 155px !important;
		min-width: 160px!important;
	}
}
@media (max-width: 980px) {
	.slide_menu .div-wrapper-style-two .ms_header {
		padding-left:30px;
	}
	.slide_menu .div-wrapper-style-two .ms_content_multivendor {
		margin-left: 0;
	}
}
@media (max-width: 767px) {
	.mv_profile_text {
		width:100%;
		text-align:center;
	}
	.mv_profile_view ul {
		text-align: center;
		margin: 20px 0px;
	}
	.mv_profile_text h2 {
		padding-bottom: 5px;
		padding-top: 20px;
	}
	.mv_chat.mv_user_sidebar_open .mv_user_sidebar {
		width: 70%;
	}
	.mv_user_chatting {
		max-height: 400px;
	}
	.mv_profile_img {
		width: 185px;
		text-align: center;
		display: block;
		margin: auto;
	}
	/*.album_single_data {*/
	/*	margin-top: 80px;*/
	/*}*/
	.profile_full_width {
		width: 100% !important;
	}
	.lyt-vrsn-grid1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49.666667%;
		-ms-flex: 0 0 49.666667%;
		flex: 0 0 49.666667%;
		max-width: 49.666667%;
	}
	.fav-track-row1 ul.more_option.open_option {
		right: 85px !important;
		min-width: 160px !important;
		top: 210px !important;
	}
}
@media (max-width: 480px) {
	div#bw_artists_messagesend {
		display:none;
	}
	table.dataTable.no-footer {
		overflow-x: scroll;
		display: block;
	}
	.lyt-vrsn-grid1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.ms_weekly_wrapper.ms_free_music ul.more_option {
		top: 90px;
	}
	/*.div-wrapper-style-two .mv_video_wrap .form-group {*/
	/*    border: 1px dashed #575e86;*/
	/*    padding: 20px;*/
	/*}*/
	.div-wrapper-style-two .ms_form_excel {
		border: 1px dashed #575e86;
		padding: 20px 10px;
	}
	.div-wrapper-style-two a.up_image_upload {
		position: relative !important;
		top: 5px !important;
		right: 5px;
	}
}
@media (max-width: 480px) {
	input#author_button_search {
		position:inherit;
		top:5px;
	}
	.mv_user_messages .mv_user_name {
		width: 100%;
		padding-left: 0;
		max-width: 100%;
	}
}
.vendor-user {
	width:410px;
	height:40px;
	padding-left:17px;
	color:#757d85;
}
.mira-dl {
	display:block;
	text-align:center;
}
.mira-dl i {
	margin-right:10px;
}
/* Updation Style */

.ms_upload_wrapper.mv_video_wrap {
	background-color:#1b2039;
}
.beatswipe_profilepage .ms_upload_box,
.beatswipe_profilepage .ms_acc_overview {
	background-color:#1b2039!important;
}
.beatswipe_profilepage .ms_upload_box a.ms_btn.up_artists_image {
	top:33px;
	right:8px;
}
.mv_video_grid span.woocommerce-Price-amount.amount {
	color:#3bc8e7;
}
.beatswipe_profilepage .ms_rcnt_box {
	margin-bottom:40px;
}
.woocommerce ul.product_list_widget del,
span.ms_pro_price del {
	color:#fff;
}
.beatswipe_profilepage .ms_rcnt_box {
	margin-bottom:40px;
}
textarea,
input,
select {
	outline:0;
}
.ms_fea_album_slider.mv_videos_slider .ms_rcnt_box_text h3 a {
	color:#3bc8e7;
}
.div-wrapper-style-two .ms_rcnt_box_text h3 a,
.w_top_song .w_tp_song_name h3 a {
	color:#ffffff !important;
}
.div-wrapper-style-two .ms_rcnt_box_text h3 a:hover,
.div-wrapper-style-two .w_top_song .w_tp_song_name h3 a:hover {
	color:#ff553e !important;
}
.ms_fea_album_slider.mv_videos_slider .ms_rcnt_box_text > p {
	color:#ffffff;
	margin-bottom:6px;
}
.beatswipe_profilepage .ms_free_download.ms_purchase_wrapper ul.more_option.open_option {
	right:135px;
	min-width:160px;
}
.beatswipe_profilepage ul.more_option.open_option,
ul.more_option {
	max-width:155px;
}
.fav-track-row1 ul.more_option.open_option {
	right:155px;
	min-width:160px;
}
.buy-track-row1 ul.more_option.open_option {
	right:155px !important;
	min-width:160px!important;
}
.ms_upload_wrapper.mv_video_wrap {
	max-width:100%;
}
.mv_profile_content .ms_upload_box {
	max-width:100%;
}
.ms_upload_wrapper.mv_video_wrap .ms_video_file {
	padding:20px 20px;
	text-align:center;
}
.ms_upload_wrapper.mv_video_wrap .ms_video_file label {
	font-size:18px;
	margin:0 0 20px;
	font-weight:500;
}
.beatswipe_aboutme_page table td,
.beatswipe_aboutme_page table th {
	text-align:left;
	padding:6px 20px;
}
.truncate {
	overflow:auto;
	max-height:90px;
}
.truncate::-webkit-scrollbar {
	width:3px;
}
.truncate::-webkit-scrollbar-track {
	background-color:#14182a;
}
.truncate::-webkit-scrollbar-thumb {
	background-color:#3bc8e7;
}
.why-choose {
	font-weight:400;
	font-size:10px;
	display:block;
	text-align:center;
	position:relative;
	left:8px;
	text-transform:uppercase;
}
body .ms_register_form {
	padding-left:20px;
}
.ms_register_form label .tooltip-text {
	background:#000000;
	position:absolute;
	color:#ffffff;
	padding:10px 20px;
	visibility:hidden;
	opacity:0;
	border-radius:5px 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	left:0px;
	top:2em;
	z-index:99;
	width:160px;
	transform:translateY(20px);
	-webkit-transform:translateY(20px);
	-moz-transform:translateY(20px);
	-ms-transform:translateY(20px);
	font-size:13px;
	text-transform:initial;
	line-height:1.4;
	margin:6px 0 0;
}
.why-choose:hover .tooltip-text,
.why-choose .tooltip-text,
.tooltip-text,
.tooltip-text:hover,
.tooltip-text:before,
.why-choose:hover .tooltip-text:before {
	transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-ms-transition:all 0.1s ease-in-out;
}
.why-choose:hover .tooltip-text {
	visibility:visible;
	opacity:1;
	transform:translateY(0);
	-webkit-transform:translateY(0);
	-moz-transform:translateY(0);
	-ms-transform:translateY(0);
}
.tooltip-text:before {
	content:"";
	position:absolute;
	left:10px;
	top:-5px;
	width:0;
	height:0;
	border-left:8px solid transparent;
	border-right:8px solid transparent;
	border-bottom:10px solid #000000;
	right:0;
}
/** Radio Button CSS **/

.register_dialog button.close i,
.login_dialog button.close i {
	font-size:16px;
	color:#3bc8e7;
}
.ms_register_form .radio-btn-wrap {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	margin:0;
}
.ms_register_form label.radio-title {
	text-align:left;
	width:100%;
	display:inline-block;
	margin:0 0 10px;
	font-weight:500;
	color:#000;
}
.ms_register_form .radio {
	margin:0 20px 6px 0;
	display:inline-block;
}
.ms_register_form .radio label.radio-label {
	cursor:pointer;
	color:#000;
}
.ms_register_form .radio input[type="radio"] {
	position:absolute;
	opacity:0;
}
.ms_register_form .radio input[type="radio"]+.radio-label:before {
	content:"";
	background:#f4f4f4;
	border-radius:100%;
	/* border: 1px solid #b4b4b4; */
	display:inline-block;
	width:18px;
	height:18px;
	position:relative;
	top:0;
	margin-right:3px;
	cursor:pointer;
	text-align:center;
	-webkit-transition:all 250ms ease;
	transition:all 250ms ease;
	vertical-align:middle;
}
.ms_register_form .radio input[type="radio"]:checked+.radio-label:before {
	background-color:#747d80;
	box-shadow:inset 0 0 0 5px #f4f4f4;
}
.ms_register_form .radio input[type="radio"]:focus+.radio-label:before {
	outline:none;
	border-color:#3bc8e7;
}
.ms_register_form .radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow:inset 0 0 0 4px #f4f4f4;
	border-color:#b4b4b4;
	background:#b4b4b4;
}
.ms_register_form .radio input[type="radio"]+.radio-label:empty:before {
	margin-right:0;
}
/* Plan Box */

.plan-type {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	margin:20px 0 0;
}
.plan-type .radio:not(:last-of-type) {
	margin:0 20px 0 0;
}
.ms_plan_box .radio label.radio-label {
	cursor:pointer;
	color:#14182a;
	font-weight:700;
}
.ms_plan_box .radio input[type="radio"] {
	position:absolute;
	opacity:0;
}
.ms_plan_box .radio input[type="radio"]+.radio-label:before {
	content:"";
	background:#f4f4f4;
	border-radius:100%;
	border:1px solid #b4b4b4;
	display:inline-block;
	width:16px;
	height:16px;
	position:relative;
	top:0;
	margin-right:3px;
	cursor:pointer;
	text-align:center;
	-webkit-transition:all 250ms ease;
	transition:all 250ms ease;
	vertical-align:middle;
}
.ms_plan_box .radio input[type="radio"]:checked+.radio-label:before {
	background-color:#3bc8e7;
	box-shadow:inset 0 0 0 4px #f4f4f4;
}
.ms_plan_box .radio input[type="radio"]:focus+.radio-label:before {
	outline:none;
	border-color:#3bc8e7;
}
.ms_plan_box .radio input[type="radio"]:disabled+.radio-label:before {
	box-shadow:inset 0 0 0 4px #f4f4f4;
	border-color:#b4b4b4;
	background:#b4b4b4;
}
.mv_profile_view ul li p {
	color:#ffffff;
}
.mv_profile_view ul {
	margin-bottom:20px;
}
.ms_main_wrapper.ms_main_wrapper_single {
	background-position:center;
}
.mv_user_dash h1 {
	font-size:22px;
	margin:0 0 10px;
}
.ms_rcnt_box_img .bw_videos_opens img {
	min-height:200px;
	max-height:200px;
	object-fit:cover;
}
.ms_register_form .form-group input {
	padding-right:30px !important;
	height:50px;
	font-weight:400;
	text-overflow:ellipsis;
}
@media (max-width: 1600px) {
	.div-wrapper-style-two .ms_player-style-two .jp-progress-container.flex-item {
		max-width:350px;
	}
	.ms_acc_ovrview_list a.ms_btn {
		margin-bottom: 30px;
	}
}
@media (max-width: 1400px) {
	.div-wrapper-style-two .ms_player-style-two .jp-progress-container.flex-item {
		max-width:190px;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-controls.flex-item {
		-ms-flex-preferred-size: 200px;
		margin-right: 0px;
	}
	.div-wrapper-style-two .ms_player-style-two .ms_play_song {
		width: 250px;
	}
	.div-wrapper-style-two .ms_player-style-two .play_song_name .que_data {
		padding-left: 10px;
		font-size: 12px;
		font-weight: 500;
		display: block;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-interface .jp-controls button,
	.ms_player-style-two .jp-interface .jp-toggles button,
	.ms_player-style-two .jp-interface .jp-volume-controls button {
		width: 40px;
		height: 40px;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-interface .jp-controls .jp-play {
		width: 50px;
		height: 50px;
	}
	.div-wrapper-style-two .ms_player_wrapper.ms_player-style-two.close_player {
		padding: 0px 0 0;
	}
	.history_row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.666667%;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 19.666667%;
		max-width: 19.666667%;
	}
	/*.ms_player-style-two .jp-type-playlist {*/
	/*    padding-top: 25px;*/
	/*    padding-bottom: 25px;*/
	/*}*/
	.ms_player-style-two.close_player {
		bottom: -100px;
	}
}
@media (max-width: 1300px) {
	.div-wrapper-style-two .ms_songslist_time {
		margin:0 13px;
	}
	.featured-playlist-row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 32.666667%;
		-ms-flex: 0 0 32.666667%;
		flex: 0 0 32.666667%;
		max-width: 32.666667%;
	}
}
@media (max-width: 1200px) {
	.div-wrapper-style-two .play_song_options {
		top:0px;
	}
	.ms_player-style-two .song_optn_icon {
		margin-right: -25px;
	}
	.music_row1 .fw-col-sm-4 {
		width: 45.333333%;
	}
	.music_row1 .fw-col-sm-8 {
		width: 54.666667%;
	}
	.ms_player-style-two .jp-type-playlist {
		padding-bottom: 9px;
	}
	.downloads_row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 30.666667%;
		-ms-flex: 0 0 30.666667%;
		flex: 0 0 30.666667%;
		max-width: 30.666667%;
	}
	.downloads_row1 .col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 69.333333%;
		-ms-flex: 0 0 69.333333%;
		flex: 0 0 69.333333%;
		max-width: 69.333333%;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-type-playlist {
		padding-left: 280px;
	}
	.history_row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 32.666667%;
		-ms-flex: 0 0 32.666667%;
		flex: 0 0 32.666667%;
		max-width: 32.666667%;
	}
	.div-wrapper-style-two .ms_acc_overview {
		width: 100% !important;
	}
	.subscription-plans-row .col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49.333333%;
		-ms-flex: 0 0 49.333333%;
		flex: 0 0 49.333333%;
		max-width: 49.333333%;
	}
	.div-wrapper-style-two .ms_top_search {
		min-width: 250px;
	}
	.album_btn a.ms_btn.play_btn.play_music {
		line-height: 40px;
	}
	.dark_create_list_row1 .col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49.333333%;
		-ms-flex: 0 0 49.333333%;
		flex: 0 0 49.333333%;
		max-width: 49.333333%;
	}
	.ms_player-style-two .play_song_options ul li a .icon_download {
		background-position: -1038px 0;
	}
	.ms_player-style-two .play_song_options ul li a .icon_fav {
		background-position: -1251px 0;
	}
	.ms_player-style-two .play_song_options ul li a .icon_playlist {
		background-position: -1280px 0;
	}
	.ms_player-style-two .play_song_options ul li a .icon_share {
		background-position: -1324px 0;
	}
}
@media (max-width: 1100px) {
	.div-wrapper-style-two .ms_player-style-two .jp-type-playlist {
		padding-left:230px;
	}
	/*.ms_player-style-two .play_song_name span.que_img {*/
	/*    width: 50px;*/
	/*}*/
	.div-wrapper-style-two .ms_player-style-two .ms_play_song {
		width: 200px;
		position: relative;
		z-index: 0;
	}
	.music_row1 .fw-col-sm-4 {
		width: 40.333333%;
	}
	.music_row1 .fw-col-sm-8 {
		width: 59.666667%;
	}
}
@media (max-width: 992px) {
	.div-wrapper-style-two .ms_player-style-two .jp-type-playlist {
		padding-left:0px;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-progress-container.flex-item {
		max-width: 100%;
	}
	.ms_player-style-two .ms_player-style-two .play_song_options ul li a {
		font-size: 12px;
		padding: 8px 10px 8px 10px;
	}
	.ms_player-style-two .ms_player-style-two .song_optn_icon {
		margin-right: -20px;
	}
	.slide_menu .div-wrapper-style-two .ms_content_wrapper {
		margin-left: 0px;
	}
	.featured-playlist-row1 .fw-divider-space {
		padding-top: 50px !important;
	}
	.featured-playlist-row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 32.666667%;
		-ms-flex: 0 0 32.666667%;
		flex: 0 0 32.666667%;
		max-width: 32.666667%;
	}
	ul.ms_songslist_nav li a {
		font-size: 14px;
	}
	.div-wrapper-style-two .slide_menu .div-wrapper-style-two .ms_header {
		padding-left: 0;
	}
	.div-wrapper-style-two .music_row1 .fw-col-sm-8 {
		width: 100%;
	}
	.div-wrapper-style-two .music_row1 .fw-col-sm-4 {
		width: 100%;
	}
	.div-wrapper-style-two .subscription-plans-row .col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 100%;
		-ms-flex: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.div-wrapper-style-two .ms_top_search {
		min-width: 200px;
	}
	.div-wrapper-style-two .ms_profile .ms_top_btn .ms_btn {
		position: relative;
		margin: 0px 0px;
	}
	.div-wrapper-style-two .ms_top_lang span {
		font-size: 12px;
	}
	.ms_player-style-two .jp-toggles.flex-item button {
		margin: 8px 5px 0px 5px;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-interface .jp-controls .jp-play {
		width: 70px;
		height: 70px;
		margin: 0 10px;
	}
	.ms_player-style-two .jp_queue_wrapper span.que_text {
		display: none;
	}
	.div-wrapper-style-two .play_song_name .que_data {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		font-size: 18px;
		font-weight: 600;
	}
	.ms_player-style-two .jp-toggles.flex-item {
		-ms-flex-preferred-size: 145px;
		flex-basis: 145px;
		text-align: center;
		float: left;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.ms_player-style-two .play_song_options ul {
		display: block;
	}
	.play_song_options ul li {
		float: left;
		width: 100%;
	}
	.ms_player-style-two .jp-artist-name {
    max-width: initial;
    padding-bottom: 15px;
}
	.ms_player-style-two .play_song_options ul li a {
		padding: 0px;
		border-right: none;
	}
	.ms_player-style-two .play_song_options {
    margin-right: 40px;
    background: #1b2039;
    padding: 20px;
    width: 220px;
    position: absolute;
    left: 0;
}
	.ms_player_wrapper.ms_player-style-two {
		bottom: -289px;
	}
	.ms_player_wrapper.ms_player-style-two.close_player {
		bottom: 0px;
	}
	/*.ms_player-style-two .jp-progress {*/
	/*    margin: 15px 0;*/
	/*    background-color: rgb(255 255 255 / 0.30);*/
	/*    border-radius: 15px;*/
	/*}*/
	.ms_player-style-two .player_left {
		position: inherit;
		float: inherit;
		justify-content: center;
		background-image: none;
		margin-top: 20px;
		box-shadow: none;
	}
	.ms_play_song {
		height: inherit;
		padding: 0;
	}
	.jp-track-name {
		padding-right: 0;
		flex-direction: column;
		text-align: center;
	}
	.play_song_name span.que_img {
		width: 100px;
	}
	.div-wrapper-style-two .player_left.open_list .play_song_options {
		top: -100px;
		border-radius: 0px 10px 10px 0px;
		width: 200px;
		left: 0;
		background-image: -webkit-linear-gradient(180deg, rgb(22, 26, 46) 0%, rgb(255 18 92) 0%, rgb(255 11 96) 0%, rgb(255 77 66) 100%);
		z-index: 1;
		position: absolute;
	}
	.div-wrapper-style-two .ms_player-style-two .play_song_options ul {
		display: inline-block;
	}
	.div-wrapper-style-two .ms_player-style-two .play_song_options ul li a {
		padding: 8px 20px !important;
		border: none;
		display: flex;
	}
	/*.play_song_options ul li {*/
	/*    width: 100%;*/
	/*}*/
	.ms_player-style-two .play_song_options ul li a .icon_fav {
		background-position: inherit;
	}
	.ms_player-style-two .song_optn_icon {
		margin-right: 5px;
	}
	.ms_player-style-two .play_song_options ul li a .icon_download {
		background-position: inherit;
	}
	.ms_player-style-two .play_song_options ul li a .icon_playlist {
		background-position: inherit;
	}
	.ms_player-style-two .play_song_options ul li a .icon_share {
		background-position: inherit;
	}
}
@media (max-width: 767px) {
	.div-wrapper-style-two .ms_player_wrapper.ms_player-style-two {
		padding:0px 0 80px;
	}
	.div-wrapper-style-two .jp-gui.jp-interface.flex-wrap {
		left: 0;
	}
	.history_row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49.666667%;
		-ms-flex: 0 0 49.666667%;
		flex: 0 0 49.666667%;
		max-width: 49.666667%;
	}
	.featured-playlist-row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 49.666667%;
		-ms-flex: 0 0 49.666667%;
		flex: 0 0 49.666667%;
		max-width: 49.666667%;
	}
	.div-wrapper-style-two .ms_player-style-two .play_song_options ul li a {
		padding: 8px 20px;
		border: none;
	}
	.div-wrapper-style-two .ms_player-style-two .ms_player-style-two .jp-playlist {
		width: 300px;
	}
	.div-wrapper-style-two .mv_profile_img {
		margin-top: 80px;
	}
	.div-wrapper-style-two .album_list_wrapper>ul>li {
		flex-basis: 35%;
	}
	.div-wrapper-style-two .album_list_wrapper>ul li.text-center {
		text-align: center !important;
	}
	.div-wrapper-style-two .ms_player-style-two .ms_play_song {
		padding: 26px 0px 120px 10px;
		height: auto;
	}
	.mv_profile_content .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 20px;
	}
	.mv_profile_content .col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.div-wrapper-style-two .ms_top_lang span {
		font-size: 11px;
	}
	.ms_player_wrapper.ms_player-style-two {
		bottom: -310px;
	}
	.div-wrapper-style-two .play_song_name .que_data {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		font-size: 18px;
		font-weight: 600;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-type-playlist {
		padding-left: 20px;
		padding-right: 20px;
		top: 180px;
	}
}
@media (max-width: 700px) {}@media (max-width: 600px) {
	.div-wrapper-style-two .ms_nav_close i {
		bottom:auto;
		top:33px;
	}
	.div-wrapper-style-two .ms_header_inner {
		padding:26px 0px;
	}
	.div-wrapper-style-two .ms_nav_close i {
		bottom: auto;
		top: -10px;
	}
	.div-wrapper-style-two .noti_icon {
		position: absolute;
		bottom: 55px;
		right: 110px;
	}
	.div-wrapper-style-two .ms_content_wrapper {
		padding-top: 60px;
	}
	.div-wrapper-style-two .ms_songslist_main {
		margin-top: -30px;
	}
}
@media (max-width: 568px) {
	.div-wrapper-style-two .ms_player-style-two .jp_queue_wrapper span.que_text i {
		display:none;
	}
	.div-wrapper-style-two .songslist_thumb >img {
		width: 40px;
		height: 40px;
	}
	.div-wrapper-style-two .songslist_thumb {
		margin-right: 10px;
		margin-top: 10px;
	}
	.div-wrapper-style-two .songslist_number {
		margin-right: 0px;
	}
	.div-wrapper-style-two .ms_upload_wrapper.mv_video_wrap {
		padding: 40px 20px;
	}
	.div-wrapper-style-two .mv_video_wrap .form-group label {
		font-size: 12px;
	}
	.featured-playlist-row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.history_row1 .col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fav-track-row1 ul.more_option.open_option {
		right: 85px !important;
		min-width: 160px !important;
		top: 60px !important;
	}
	.dark_create_list_row1 .col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.dark-album-upload a.up_image_upload {
		line-height: 30px;
		position: relative;
		top: 5px;
		right: 5px;
		border-radius: 5px;
	}
	.dark-album-upload input[type="submit"],
	.dark-album-upload input[type="reset"] {
		width: 100%;
		margin: 10px 0;
	}
}
@media (max-width: 500px) {
	.div-wrapper-style-two .ms_player-style-two span.play-left-arrow {
		right:5px;
	}
	.div-wrapper-style-two .player_left.open_list .play_song_options {
		right: -130px;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-type-playlist {
		padding-left: 20px;
		padding-right: 40px;
	}
	.cheading_title {
		font-size: 16px;
	}
	#add_payment_method #payment .payment_method_paypal .about_paypal,
	.woocommerce-cart #payment .payment_method_paypal .about_paypal,
	.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
		width: 100%;
	}
}
@media (max-width: 480px) {
	.div-wrapper-style-two .noti_icon {
		bottom:45px;
	}
	/*.ms_player-style-two .jp-controls.flex-item {*/
	/*	flex-basis: 130px;*/
	/*}*/
}
@media (max-width: 420px) {
	.upload-album-row input[type="submit"],
	input[type="reset"] {
		margin-bottom:15px;
	}
	.upload-album-row .mv_upload_btn {
		display: grid;
	}
	.div-wrapper-style-two .ms_player-style-two .jp-type-playlist {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media(max-width:375px) {
    .ms_player-style-two .jp-type-playlist {
    padding: 0 30px;
    text-align: center;
}
	.ms_top_right {
		display: block;
	}
	.ms_player-style-two .jp-controls.flex-item {
  
    padding: 10px 0px;
}
.ms_btn {
    width: 79px;
}
}
@media(max-width:375px) {
.ms_player_wrapper.ms_player-style-two {
    bottom: -288px;
}
.ms_weekly_wrapper.ms_free_music.ms_product_grid .w_top_song .w_tp_song_name {
   
    padding-left: 30px;
}
}
@media (min-width: 870px) and (max-width: 992px){
	.ms_player-style-two .ms_player_close {
	    top: -30px;
	}
	.ms_player_wrapper.ms_player-style-two .ms_player_close {
	    top: -20px;
	}
	.ms_player_wrapper.ms_player-style-two.close_player:after {
	    top: -30px;
	}
	.ms_player_wrapper.ms_player-style-two {
	    bottom: -260px;
	}
}