body {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
a, article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	font-family: 'Open Sans', sans-serif;
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5 {
	font-family: 'Open Sans', sans-serif;
	line-height: 1.4em;
	color: #111;
}
a {
	outline: 0;
	color: #222;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
}
a:hover {
	color: #00a3c8;
	text-decoration: none;
}
.btn {
	outline: 0;
	-webkit-transition: all .25s ease-in;
	-moz-transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
	-o-transition: all .25s ease-in;
	transition: all .25s ease-in;
	cursor: pointer;
}
button:focus {
	outline: none;
}
.container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
	padding: 0px;
}
.main_section {
	width: 100%;
	margin: 0px;
	padding: 80px 0;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
    width: 46px;
    height: 46px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 100px !important;
	-moz-border-radius: 100px !important;
	border-radius: 100px !important;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 9999;
	font-size: 21px;
	padding: 11px 0;
	background-color: #00a3c8;
	border-color: #00a3c8;
}
.btn-dark:hover {
	color: #fff;
	background-color: #0490b0;
	border-color: #0490b0;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	background-color: #fff;
}


/******* Menu ************/
.menu_bar {
	padding: 0px;
}
.menu {
	padding: 8px 0;
	background: #fff;
}
.top_menu {
    background: #fff;
    /* border-bottom: 1px solid #9c9a9a; */
    position: relative;
    z-index: 1034;
}
.menu_bar_left {
	float: left;
	margin-top: 6px;
}
.menu_bar_left img{
    width:55%;
}

.fixed-header {
	position: fixed;
	top: 0;
	z-index: 999;
	transition: 0.8s;
	-webkit-transition: 0.8s;
    background: #fff;
}
.navbar-light .navbar-nav .nav-link{
    font-size:15px;
    color:#000;
}
.menu_bar_right {
float: right;
    margin-top: 14px;
    margin-bottom: -10px;
}
.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2.5rem;
	padding-left: 0rem;
	text-transform: uppercase;
}
.bg-light {
	background-color: rgba(255, 255, 255, 0.0) !important;
}
.navbar-expand-md .navbar-collapse {
	justify-content: end;
}
.navbar > li > a {
	padding-right: 0rem;
}
.navbar-light .navbar-nav .active>.nav-link {
	color: #79b601;
}
.btco-hover-menu .collapse ul > li:hover > a {
    /* background: #f5f5f5; */
    color: #79b601!important;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(121 182 1);
}

/******* slider ************/

.slider {
	padding: 0px 0 0 0;
  }
  .slider .carousel-caption {
	text-align: center;
	bottom: 0;
	top: 0;
	padding: 0px;
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: auto;
  }
  .slider .carousel-caption p {
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 0px;

	margin-top: 25px;
  }
  .slider .carousel-caption h5 {
	color: #fff;
    font-weight: 500;
    font-size: 80px;
    line-height: 66px;
    /* font-family: 'Lato', sans-serif; */
    letter-spacing: 15px;
  }
  .carousel-indicators li {
	margin-top: 40px;
  }
  .carousel-control-next {
background: #79b601;
	opacity: inherit;
	width: 40px;
	height: 40px;
	right: 10px;
	top: 52%;
  }
  .carousel-control-prev {
background: #79b601;
    opacity: inherit;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 52%;

  }
  
  .slider .btn-success {
	color: #fff;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
    padding: 15px 20px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 27px;
    border-radius: 0px;
    text-transform: uppercase;
	border: 2px solid #fff;
    margin-top: 40px;
    margin-right: 10px;
  }
  .slider .btn-success:hover{
	background-color: #79b601;
	border: 2px solid #79b601;
	color:#fff;

  }

  .slider .btn-secondary{
    background-color: #ed2b45;
	border: 2px solid #ed2b45;
    color:#fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 9px 25px;
  }
  .btn-secondary:not(:disabled):not(.disabled):active{
    background-color: #ed2b45;
	border: 2px solid #ed2b45;
  }
  .btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(130,138,145,.5);
    background-color: #ed2b45;
	border: 2px solid #ed2b45;
}
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ed2b45;
	border: 2px solid #ed2b45;
}
.dropdown-item {
    padding: .8rem 1.5rem;
    border-bottom: 1px solid #d4d0d0;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}
  /******* album ************/
.album1{
    background:#f7f7f7;
}

.album1 h2{
	font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 50px;
    line-height: 50px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.album1 h2 span{
	color: #79b601;
}
.album1 p{
	width: 50%;
	margin: 0 auto;
	margin-top: 15px;
	color:#666;
}

.album {
    
    position: relative;
    margin-top: 40px;
}
.album img {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
        height: 300px;
    object-fit: cover;
}
 .album:hover img {
    border: 1px solid #666666;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.album .cd-mask {
    display: block;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -52px;
    margin-top: -52px;
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #4d4d4d;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.album:hover .cd-mask {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.album .cd-mask .center {
    display: block;
    width: 40px;
    height: 40px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative;
    margin-left: 28px;
    margin-top: 28px;
    background: #ffffff;
    border: 1px solid #4d4d4d;
}

.album .info {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
}

element.style {
}
.album .info a.album-name {
    display: inline-block;
    background: #ed2b45;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    padding: 5px 15px 5px 15px;
    margin: 0;
    opacity: .9;
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.album .info a.album-name i {
    opacity: 1;
    padding-left: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.album .info p {
    display: inline-block;
    background: #ffffff;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 10px;
    margin: 10px 0 35px;
    text-transform: uppercase;
    opacity: .9;
}

.button {
    display: inline-block;
    position: relative;
    height: 40px;
    padding: 0 30px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
background: #79b601;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #79b601;
}

.button:before {
    content: '';
    display: block;
    position: absolute;
    left: -5px;
    top: 0;
    width: 14px;
    height: 39px;
background: #79b601;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.button:hover{
	background: #9dc843;
	color:#fff;
}

.button:hover:before{
	background: #9dc843;
	color:#fff;
}
/******* recent ************/
.recent{
	background: #111;
}
.recent-music i{
	color: #343434;
    font-size: 56px;
    padding-bottom: 20px;
}

.recent-music h3{
	font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 34px;
    line-height: 50px;
    color: #fff;
    margin: 0;
    padding: 0;
}
.recent-music h3 span{
	color: #ed2b45;
}

.recent-music p{
	color: #aaa;
	color: #aaa;
    margin-top: 20px;
    margin-bottom: 20px;
}
.recent-music a{
	color: #ed2b45;
}
.music-text{
	background: #000;
	padding: 10px 20px;
}

.music-text h4{
	color: #ed2b45;
	font-weight: 600;
	margin-bottom: 0px;
}
.music-text p{
	color:#aaa;
margin-bottom: 0px;
}

.music-text:hover{
	border-bottom: 1px solid #ed2b45;
}
.gallery img{
	height: 260px;
	width: 100%;
}

/* video*/
.gallery{
	padding: 50px 0;
}
.video{
	background:#f7f7f7;
	padding: 50px 0;
}
iframe#fitvid0 {
    height: 350px;
    width: 100%;
}

/* video*/
.news{
	background-image:url(../images/bg-5.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.news1{
    background:#fff;
    padding: 50px 0;
}
.news1 .post{
    -webkit-box-shadow: 0px 0px 13px 0px rgba(230,230,230,1);
-moz-box-shadow: 0px 0px 13px 0px rgba(230,230,230,1);
box-shadow: 0px 0px 13px 0px rgba(230,230,230,1);
margin-bottom: 30px;
}
.post {
    display: block;
    width: 100%;
padding: 15px;
    background: #ffffff;
    text-align: left;
}
.post img{
height: 230px;
    object-fit: cover;
    width: 100%;
}
.post h3 {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 24px;
    line-height: 24px;
    color: #333333;
    margin: 20px 0 0;
}
.post .meta {
    display: block;
    width: 100%;
}
.post .meta a {
    display: inline-block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    color: #333333;
    margin-top: 15px;
    text-decoration: none;
    padding-right: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.post p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin: 15px 0 0;
	padding: 0;
	width: 100%;
}
.post a.read-more {
    display: inline-block;
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #ed145b;
    background: #333333;
    color: #ffffff;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.post a.read-more:hover {
    background: #333333;
    background: #ed145b;
}
.post .meta a:hover{
	color:#ed145b;
}
.contact{
	background:#f7f7f7;
	padding: 50px 0;
}
.contact label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
}
.contact .form-control{
	border-radius: 0px;
	padding: 1.5rem .75rem;
}
.footer{
	background:#1d1d1d;
	padding: 40px 0;
}
.footer img{
    width:22%;
}

.social-footer {
    display: block;
    margin: 25px 0 0;
    padding: 0;
    text-align: center;
}
ul {
    list-style-type: none;
    list-style: none;
}

.social-footer li {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: #333333;
    -ms-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -moz-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    text-align: center;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-footer li:first-child:before {
    content: '';
    display: block;
    width: 8px;
    height: 40px;
    background: #333333;
    position: absolute;
    left: -4px;
    top: 0;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-footer li a {
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
}
.social-footer li:last-child:before {
    content: '';
    display: block;
    width: 8px;
    height: 40px;
    background: #333333;
    position: absolute;
    right: -4px;
    top: 0;
    -ms-transform: skewX(10deg);
    -webkit-transform: skewX(10deg);
    -moz-transform: skewX(10deg);
    -o-transform: skewX(10deg);
    transform: skewX(10deg);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.social-footer li:hover {
    background: #79b601;
}
.social-footer li:hover:first-child:before, .social-footer li:hover:last-child:before {
    background: #79b601;
}
.copyright{
	padding:7px 0;
	background:#000;
}
.copyright p{
	color:#fff;
	margin-bottom: 0px;
	font-size: 13px;
}
.copyright p a{
	color:#fff;
	margin-bottom: 0px;
	font-size: 13px;
}
.disc-tracklist {
    overflow: hidden;
    position: relative;
}
.latest{
    /*background-image: url(../images/main_bg.png);*/
    /*    background-repeat: repeat;*/
    padding: 50px 0;
    background:#fff;
}
.latest h2{
   color: #292929;
}
.latest-albums{
    background: #000;
  
}
.latest-albums ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.latest-albums ul li{
    text-decoration: none;

    width: 100%;
    display: inline-block;
 
    border-bottom: 1px solid #202020;
   
    padding: 11px 5px 13px 11px;
}
.images{
    width:13%;
    display: inline-block;
    float: left;
}
.images img{
    height: 60px;
    width: 60px;
}
.images-text{
    width: 67%;
    display: inline-block;
    float: left;
    margin-top: 3px;
}
.images-text h6{
    font-size: 18px;
    color:#fff;
    margin-bottom: 0px;
}
.images-text p{
    font-size: 14px;
    color:#fff;
    width: 100%;
    margin-bottom: 0px;
    margin-top: 0px;
  
}
.sound {
    width: 20%;
    display: inline-block;
    margin-top: 6px;
}
.sound i{
    font-size: 40px;
    color:#aaa;
}
.carousel-item img{
    height: 92vh;
}
.container1 {
    position: relative;
    width: 100%;
    max-width: 400px;
    cursor: pointer;
  }
  .container1 img{
      height:300px;
      object-fit:cover;
  }
  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color:rgba(0, 0, 0, 0.5);
  }
  
  .container1:hover .overlay {
    opacity: 1;
  }
  
  .icon {
    color: white;
    font-size: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
  }
  
  .fa-user:hover {
    color: #eee;
  }
  .icon:hover{
    color: #ed2b45;
  }
  .cus-album {
    margin-bottom: 40px;
  }
  .cus-album h3{
      line-height: 18px;
      margin-top: 15px;
  }
.cus-album h3 a{
    font-size: 18px;
 color: #000;
}
.cus-album h3 span{
      color: #ed2b45;
      font-size: 18px;
      float: right;
}
.cus-album p{
    font-size: 14px;
    color:#666;
    width: 100%;
    margin-top: 0px;
}
.owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -32px;
    background: #79b601;
    padding: 8px 10px 31px 10px !important;
    height: 35px;
    width: 35px;
    color: #FFF;
    line-height: 15px;
    font-size: 40px;
    top: 125px;
    border-radius: 0px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -29px;
    top: 90px;
    background: #79b601;
    padding: 8px 10px 31px 10px !important;
    color: #000;
    height: 35px;
    width: 35px;
    line-height: 15px;
    font-size: 40px;
    color: #fff;
    top: 125px;
    border-radius: 0px;
}
.slider1 .carousel-item img {
    height: auto;
}

.song{
    background-color: #f0f0f0;
    padding: 50px 0;
}
.songs-text{}
.songs-text h3{
    font-size: 28px;
    color: #111;
    font-weight: 800;
    font-style: italic;
}
.songs-text p{
    color: #333; 
    font-weight: 600;
    margin-bottom: 10px;
}
.songs-text p span{
    background: #666;
    padding: 5px;
    margin-right: 20px;
    color: #fff;
}
.songs-text p spam{
color: #ed2b45;
}
.songs-text a{
    color:#fff !important;
}
.songs-text .btn-danger{
    padding: 10px 25px;
}
.songs-text .btn-danger i{
    margin-right: 6px;
}
.cus-link{}
.cus-link a {
    
    display: inline-block;
    float: left;
    width: 40px;

}
.cus-link a i{
    font-size: 16px;
}
.cus-link .dropdown-toggle::after {
 display: none;
}

.cus-link .dropdown-menu {
    padding: 0px 0;
    margin: 0 0 0;
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 20px 0 20px 0px;
}

.cus-link .dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    line-height: 30px;
    width: 100% !important;
}

.cus-link .dropdown-item i{
    margin-right: 10px;
}
.play-list{
    -webkit-box-shadow: 0px 0px 17px 0px rgba(232,232,232,1);
-moz-box-shadow: 0px 0px 17px 0px rgba(232,232,232,1);
box-shadow: 0px 0px 17px 0px rgba(232,232,232,1);
padding: 10px;
background: #fff;
}
.play-list1 {
 
   
}

.count{
    position: relative;

}

.count h4{
font-weight: 600;
    font-size: 20px;
    color:#555;
    text-align: center;
    line-height: 42px;
}
.count-img{}
.count-img img{
    width: 50px;
    height: 50px;
    display: inline-block;
    float: left;
    margin-right: 50px;
}

.count-img h4{
    font-weight: 500;
    font-size: 18px;
    color: #9d9898;
    text-align: left;
    line-height: 42px;
}
.count-text{}
.count-text h6{
    font-weight: 500;
    font-size: 16px;
    color: #9d9898;
    
    line-height: 42px;
}
.count-like{}
.count-like i{
 
  
    margin-right: 10px;
    color: #666;
    color: #9d9898;
    font-size: 18px;
}
.count-like i:hover{
 color: #dc3545;
}
.count-time{}
.count-time h6{
    font-weight: 500;
    font-size: 16px;
    color: #9d9898;
    text-align: center;
    line-height: 42px;
}
.play-button{
    position: absolute;
    top: 11px;
    left: 19px;
    background: #fff;
    display: none;
}
.play-button i{
    font-size: 30px;
}
.play-list ul{
    padding: 0px;
    margin: 0px;
}
.play-list ul li{
    border-bottom: 1px solid #e7e4e4;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.play-list ul li:hover{
    background: #f7f7f7;
}
.play-list ul li:hover .play-button{
    display: block;
}
.play-list ul li:last-child{
    border-bottom: 0px solid #e7e4e4;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.contact-text p{
    width: 100%;
}
.cus-btn{
    border: 1px solid #79b601;
     background: #79b601 !important;
    border-radius: 3px;
    color: #fff !important;
    margin: 0 5px;
}
.btco-hover-menu .collapse ul > li .cus-btn:hover{
    border: 1px solid #86ba17 !important;
    background: #86ba17 !important;
    color:#fff !important;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 9;
}
.menu-login{}
.menu-login .modal-title{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 25px;
    line-height: 50px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.menu-login .modal-title span{
    color: #ed2b45;
}
.modal-header {

    padding: 0.1rem 1rem;
      background: #79b601;
}
.modal-header h5
{
    color:#fff !important;
}
.form-check-label {
    margin-bottom: 0;
    color: #495057;
}
.btn-info {
    color: #fff;
    background: #79b601;
    border-color: #79b601;
    padding: 9px 25px;

}
.btn-info:hover{
    color: #fff !important;
    background-color: #ed2b45 !important;
    border-color: #ed2b45 !important;
}
.menu-login a{
    padding: 0px !important;
    color: #ed2b45 !important;
}
.btn-outline-primary {
    color: #ed2b45;
    border-color: #ed2b45;
}
.btn-outline-primary:hover {
    color: #fff;
    border-color: #ed2b45;
    background:#ed2b45;
}

.btn-group-lg>.btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 16px;
    line-height: 1.5;
    border-radius: .3rem;
}
.cus-text{ position: relative;}
.cus-text p{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 18px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.cus-text p::before{
    content: '';
    width: 33%;
    height: 1px;
    background-color: #333;
    position: absolute;
    left: 0px;
    top: 12px;
}
.cus-text p::after{
    content: '';
    width: 33%;
    height: 1px;
    background-color: #333;
    position: absolute;
    right: 0px;
    top: 12px;
}
.sc-button-facebook{
    color: #fff;
    border-color: #3578e5;
    background-color: #3578e5;
}
.sc-button-facebook i{
    margin-right: 6px;
}
.sc-button-facebook:hover{
    color: #fff;
    border-color: #4186f5 !important;
    background-color: #4186f5 !important;
}
.sc-button-google{
    color: #222;
    border-color: #ccc;
    background-color: #fff;
}
.sc-button-google:hover{
    color: #222 !important;
    border-color: #ccc !important;
    background-color: #fff !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.7);
}
.media i {
    background: #79b601;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    text-align: center;
    padding: 12px 0 0 0;
    font-size: 16px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  
}
.media-body h5 {
    font-size: 18px;
    color: #232323;
    font-weight: 800;
}
.media-body {
    color: #333;
    margin-bottom: 30px;
}
.news1 h6{
    margin-top: 15px;
    color: #666;
    line-height: 24px;
}
.about-box{
    background:#fff;
    padding: 20px 0 50px;
} 

.about-box h2{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 35px;
    line-height: 50px;
    color: #333333;
  
}

.about-box p{
    color:#111;
}
.box {
    display: flex;
    flex-wrap: wrap;
}
.news3{
    background:#fff;
    padding: 50px 0;
}
.news3 h3{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 28px;
    line-height: 24px;
    color: #333333;
margin-bottom: 30px;
}
.news3 h2 {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 37px;
    line-height: 50px;
    color: #333333;
    margin: 0;
    padding: 0;
}


.news3 p{
    width: 100%;
        line-height: 29px;
}
.news3 label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #565656;
    font-size: 17px;
    font-weight: 600;
}
.news3 .form-control {

    color: #495057;

    border: 1px solid #9e9e9e;
    border-radius: 0px;

}
.cus-album1 h3 a {
    font-size: 18px;
    color: #333;
}
.news1 .nav {
    width: 100%;
    padding: 20px;
    background: #ed2b45;
    
}
.news1 .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #32425b;
    background-color: #ffffff;
    font-weight: 600;
    border-radius: 0px;
}
.nav-pills .nav-link {
    border-radius: .25rem;
    color: #fff;
}
.edit-profile{
    -webkit-box-shadow: 0px 0px 19px 0px rgba(204,204,204,1);
-moz-box-shadow: 0px 0px 19px 0px rgba(204,204,204,1);
box-shadow: 0px 0px 19px 0px rgba(204,204,204,1);
background:#fff;
padding: 40px;
border-radius: 10px;
}
.edit-img {
    position: relative;
    margin-bottom: 40px;
}
.edit-img img{
    width: 150px;
    height: 150px;
    border-radius: 100px;
    border:1px solid #ed2b45;
}
.image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    top: 0%;
    left: 40.1%;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    background-color: rgba(0, 0, 0, .6);
    border:1px solid #ed2b45;
    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;
}
.image-overlay i{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;
    color:#fff;
}
.edit-img:hover .image-overlay {
    opacity: 1;
}
.edit-profile label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 16px;
    color: #2f2f2f;
    font-weight: 600;
}

.edit-profile .form-control {
    height: calc(2.7rem + 2px);
    font-size: 14px;
   
    border: 1px solid #989898;
    border-radius: 2px;

}
.edit-profile .btn-primary {
    padding: 8px 10px;
    width: 130px;
}

.edit-profile p{
    width: 100%;
}

.edit-profile h6{
    font-weight: 700;
    color:#222;
    font-size:20px;
}
.edit-profile h4{
    font-weight: 700;
    color:#222;
    font-size:28px;
    margin-bottom: 40px;
}
.popup-form{
    padding: 10px;
}
.popup-form p{
    display:none;
}
.popup-form br{
    display:none; 
}
.popup-form label {
    display: inline-block;
    margin-bottom: .3rem;
    color: #000;
    font-size: 15px;
    font-weight: 600;
}
.popup-form .form-group {
   margin-bottom: 20px;
}
.popup-form p{
    font-size: 14px;
    color: #666;
    font-style: italic;
    margin-bottom: 0px;
    line-height: 17px;
    width:100%;
}
.popup-form p span{
    line-height: 17px;
}
.popup-form .form-control{
    border-radius: 0px;
}
.modal-lg, .modal-xl {
    max-width: 680px;
}


.popup-form .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0;
    margin-top: -6px;
    width: 20px;
    height: 18px;
}
.videos .carousel-caption {
    text-align: left;
    left: -23%;
    width: 46%;
}

.videos .carousel-caption h5 {
    color: #fff;
    font-weight: 800;
    font-size: 65px;
    line-height: 66px;
    /* font-family: 'Lato', sans-serif; */
    letter-spacing: 0;
    text-transform: uppercase;
}
.videos .carousel-caption p{
    color: #ccc;
    font-size: 19px;
    line-height: 30px;
    margin-top: 20px;
    font-weight: 600;
}
.videos .carousel-caption p span{
    background: #666;
    padding: 3px;
    margin-right: 20px;
}

.more{
    color:#fff;
    font-size: 20px;
    padding: 10px;
    border:none !important;
    margin-top: 40px;
}
.more:hover{
    color:#fff;
}
.more i{
    font-size: 44px;
    margin-right: 20px;
    vertical-align: middle;
}
.cus-tabs{

    padding: 80px 0;
}
.cus-tabs .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 20px;
}
.cus-tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 800;
}
.cus-tabs  .nav-tabs .nav-link.active {
    color: #000 !important;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.cus-tabs .nav-tabs {
    border-bottom: 1px solid #585858;
    margin-bottom: 40px;
}


.web{

}
.web h3{
    color: #fff;
    font-weight: 800;
    font-size: 65px;
    line-height: 66px;
    /* font-family: 'Lato', sans-serif; */
    letter-spacing: 0;
    text-transform: uppercase;
}
.web p {
    color: #ccc;
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
    font-weight: 500;
}

.web p span {
    background: #666;
    padding: 3px;
    margin-right: 20px;
}
.web p spam{
    color: #ed2b45;
}
.web .btn-success {
    color: #fff !important;
    background-color: rgba(255, 255, 255, 0);
    border-color: #fff;
    padding: 15px 30px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 600;
    margin-top: 27px;
    border-radius: 0px;
    text-transform: uppercase;
    border: 2px solid #fff;
    margin-top: 00px;
}

.owl-theme .owl-dots{
    display: none;
}
.book{
    background: #fff;
}
.book h2 {
    color: #000;
}

.book .cus-album h3 a {
    font-size: 18px;
    color: #000;
}
.blog-details-content{
-webkit-box-shadow: 0px 0px 30px 0px rgba(232,232,232,1);
-moz-box-shadow: 0px 0px 30px 0px rgba(232,232,232,1);
box-shadow: 0px 0px 30px 0px rgba(232,232,232,1);
padding: 30px;
}

.blog-details-content h2 {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    border-bottom: 1px solid #e6e6e6;
    line-height: 56px;
}

.blog-details-content p span {
    color: #616161;
    font-size: 17px;
}
.blog-details-content p {
    font-size: 19px;
    color: #020403;
    font-weight: 500;
    line-height: 26px;
}
.blog-details-content h4 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 33px;
    margin-top: 23px;
}
.share-box ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.share-box ul li {
    display: inline-block;
    padding: 0 8px 0 0;
}
.share-box ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    letter-spacing: 2px;
}

.comment-text {
    width: 90%;
    margin: 0 auto;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 20px;
}
.comment-text .media-body h5 {
    font-size: 17px;
    color: #000;
    line-height: 15px;
    font-weight: 600;
}
.comment-text .media-body span{
    font-size: 14px;
}
.comment-text .media-body h5 spam {
    float: right;
    color: #00a3c8;
}
.comment-text .media-body h5 spam a {
    font-weight: 600;
    color: #00a3c8;
}
.comment-text .media-body p {
    font-size: 16px;
    color: #020403;
    line-height: 23px;
    font-weight: 500;
    margin-top: 3px;
    margin-bottom: 0px;
}
.comment-text .media-body {
    color: #333;
    margin-bottom: 6px;
}
.comment-text1 {
    width: 85%;
    margin-left: 100px;
}


.watch{
    position: absolute;
    right: -90%;
    top: 80%;
}

.star{
    margin-top: 20px;
}
.star i{
    color: #ed2b45;
    font-size: 19px;
}
.video
{
    background: #111;
    padding: 0px;
}

.video-detail{
    background-image: url(../images/main_bg.png);
    padding: 50px 0 0;
    background-repeat: repeat;
}
.video-text h3{
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    font-style: italic;
}

.video-text p {
    color: #ccc;
    font-weight: 600;
    margin-bottom: 10px;
}

.video-text p span{
    background: #666;
    padding: 5px;
    margin-right: 20px;
    color: #fff;
}
.video-text  p spam {
    color: #ed2b45;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(255, 255, 255, 0.5);
}


.cus-album1 h3{
    color:#fff;
    font-size: 18px;
    font-weight: 600;
}

.cus-album1 h3 i{
    margin-right: 10px;
}

.cus-album .cus-btn{
margin-top: 20px;
margin-right: 15px;
}
.count-like-text{}
.count-like-text ul{
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.count-like-text ul li{
    display: inline-block;
    padding: 0 10px 0 0;
    border: none;
}
.count-like-text ul li a{
    font-weight: 500;
    font-size: 15px;
    color: #9d9898;
}


.count-like-text i {
    margin-right: 1px;
    font-size: 17px;
}
.btn-danger {
    color: #fff !important;
    background-color: #dc3545;
    border-color: #dc3545;
}
.popup-form  .form-check-input{
position: absolute;
margin-top: .3rem;
margin-left: -1.25rem;
height: 19px;
width: 17px;
left: 14%;
top: -2px;
}


.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
    height: 23px;
    width: 23px;
    left: 63%;
    top: 7px;
}
.btco-hover-menu .collapse ul ul {
    position: relative;
    top: 100%;
    left: 0;
    min-width: 250px;
    display: inline-flex;
}
a#home-tab {
    padding: 10px 20px !important;
}

a#profile-tab {
    padding: 10px 20px !important;
}
.nav-tabs .nav-link {
 
    background: #f3f3f3;
}

.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover {
    background: #ed2b45;
}
.navbar-light .navbar-nav .nav-link.active{
    background: #ed2b45;
    color: #fff !important;
}

.nav-tabs {
    border-bottom: 1px solid #ffffff;
}
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu {
    background: #ffffff;
}



.member-box{
position: relative;
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.24);
    padding: 10px 12px 10px 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
    transition: -webkit-box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    height: 97px;
    margin-bottom: 30px;
    width: 296px;
    margin-top: -20px;
}
.thanks-padding 
{
    padding:150px 0;
}
.paypal-btn 
{
    padding:10px 25px;
    color:#fff;
    background:#ed2b45;
    display:inline-block;
    margin-top:30px;
    border:none;
    border-radius:4px;
}
.payment-title {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
    text-align: left;
     color: #77b606;
    line-height: normal;
}

.price-container {
    position: relative;
}

.price-container .price-icon {
    position: absolute;
    top: 1px;
    font-size: 18px;
}

.price-container .plan-price {
    font-size: 30px;
    text-align: left;
    margin-left: 12px;
    line-height: normal;
}

.price-container .plan-duration {
    font-size: 16px;
    text-align: left;
 
    margin-left: 5px;
}
.plan-meta {
    font-size: 11px;
    text-align: left;
    color: #999;
    line-height: normal;
}

.member-box:hover {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0,0,0,0.24);
    box-shadow: 0 6px 14px 0 rgba(0,0,0,0.24);
}

.plan-label {
    position: absolute;
    top: 0;
    right: 8px;
    width: 50px;
    background-color: #ed2b45;
    padding: 5px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.plan-label:after {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    border-left: 26px solid #fff;
    border-right: 26px solid #fff;
    border-top: 8px solid transparent;
    position: absolute;
}
.plan-label .plan-discount {
    font-size: 18px;
}
.plan-label .plan-discount-meta {
    font-size: 12px;
    text-transform: uppercase;
}
.user {
    margin-bottom: 30px;
}
.user .form-check-input {
position: relative;
    margin-top: 0rem;
    margin-left: -1.25rem;
    height: 40px;
    width: 31px;
    left: 0%;
    top: 3px;
    margin-right: 6px;
}
.user .form-check-label {
margin-bottom: 0;
    color: #fff;
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}

.register{

padding: 0 10px;

}

.register label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
}
.register .form-control {
 
    border-radius: 0px;

}

.modal-title{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 25px;
    line-height: 50px;
    color: #333333;
    margin: 0;
    padding: 0;
}
.footer-bot-link 
{
    margin:0;
    padding:0;
    list-style:none;
}
.footer-bot-link li
{
    margin:0;
    padding:0;
    display:inline;
}
.footer-bot-link li a
{
    margin:0;
    padding:0 4px;
    font-size:13px;
    color:#fff;
}
.list-items li,
.list-dot li
{
  font-size:15px;
  padding:5px 0;
}
.list-dot
{
    list-style:disc !important;
}
.about-box h4
{
       font-weight:bold; 
}
.about-box h5
{
    width:100%;
    margin:0;
    padding:8px 0;
    display:inline-block;
    font-weight:bold;
}
.login_popup 
{
    max-width:550px !important;
    padding:0 !important;
}

.popup-form input
{
    font-size:13px;
}
#msglogin_password 
{
    font-size:11px;
}
.user {
    margin-bottom: 30px;
    text-align: center;
      background: #77b606;
    padding: 40px 0;
    color:#fff;
}

/* new css*/

.comments{
    padding: 40px 0;
}
.comments h2{
    font-size: 27px;
    margin-bottom: 30px;
}

.comments .media img{
    border-radius: 100px;
}
.comments .media-body h5 {
    font-size: 18px;
    color: #232323;
    font-weight: 600;
    margin-bottom: 0px;
}

.comments .media-body span{
    font-size: 13px;
    color: #232323;
    font-weight: 400; 
}
.comments .media-body span a{
    font-weight: 600;
}
.comments .media-body p{
    margin-top:0px;
}
.comment-box{
    padding: 0 0 0 100px;
}

.profile-box{
    -webkit-box-shadow: 0px 0px 17px 0px rgb(232 232 232);
    -moz-box-shadow: 0px 0px 17px 0px rgba(232,232,232,1);
    box-shadow: 0px 0px 17px 0px rgb(232 232 232);
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    border: 1px solid #cecece;
    width: 100%;
}
.profile-box img{


}
.profile-text{}
.profile-box-text h3{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 28px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.profile-box-text img{
    border-radius: 180px;
    height: 160px;
    width: 160px;
    object-fit: cover;
}

.profile-text h2{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 800;
    font-size: 25px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.name{

}
.name p{
    border-bottom: 1px solid #c4c2c2;
    padding: 15px 0px;
    font-size: 17px;
    color: #000;
    margin-bottom: 0px;
}
.name p span{
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}


.name-text{
    width: 170px;
    display: inline-block;
}


/* media screen and (max-width: 1170px)
---------------------------------------------------------------------- */
@media screen and (max-width:1170px) {
.container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	padding: 0px 15px;
}

}

/* media screen and (max-width: 728px)
---------------------------------------------------------------------- */
@media screen and (max-width:728px) {

    .menu_bar_left {
        float: left;
        padding: 0 0 0 11px;
        position: relative;
        z-index: 9;
        width:80%;
    }
    .menu .border-bottom {
        padding: 10px 0;
    }
    .menu_bar_right {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 999;
    }
    .navbar-light .navbar-toggler {
        border: none;
        width: 100%;
        text-align: right;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-right: 20px;
    }	
    .navbar-collapse {
    background: #fff;
    margin-top: 6px;
        padding: 20px 0;
    }
    .navbar-toggler-icon {

        background: #fff;
    }
    .cus-btn {
       width: 30%;
    text-align: center;
    }
    

    .form-check-input {
        position: absolute;
        margin-top: .3rem;
        margin-left: -1.25rem;
        height: 18px;
        width: 19px;
        left: 10%;
        top: -1px;
    }
    .carousel-item img {
     height: 60vh;
    object-fit: cover;
    }
    .slider .carousel-caption h5 {
    color: #fff;
    font-weight: 500;
    font-size: 33px;
    line-height: 26px;
    letter-spacing: 0px;
    }
    .slider .carousel-caption p {
        color: #fff;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: 0px;
        margin-top: 20px;
    }
    .album1 h2 {
        font-size: 37px;
        line-height: 35px;
    }

    .owl-carousel .owl-nav button.owl-prev {

        left: -12px;
    }
    .owl-carousel .owl-nav button.owl-next {
        position: absolute;
        right: -14px;
    }

    .button{
        margin-top: -10px;
    }
    .album1 p {
        width: 100%;
        margin: 0 auto;
        margin-top: 35px;
        color: #666;
    }
    .news {
     
        padding: 60px 0 30px;
    }
    .post {

        margin-bottom: 30px;
    }

    .menu-login .modal-title {
        font-size: 21px;
    }
    .slider1 .carousel-item img {
        height: 32vh;
    }
    .about-box h2 {
        font-size: 27px;
        line-height: 43px;
    }
.cus-album p{
    margin-top: 0px;
}
.comment-text1 {
    width: 85%;
    margin-left: 30px;
}
.container1 img {
     height: 350px;
    object-fit: cover;
}

.news3 img{
    width:100%;
}
.news3 h2 {

    font-size: 30px;
    line-height: 50px;

}
.news3 p {
    margin-top: 0px;
}
.comments .media img {
    border-radius: 100px;
    width: 10%;
}

.about-box {
    padding: 0px 15px 50px;
}


}

/* media screen and (max-width: 640px)
---------------------------------------------------------------------- */
@media screen and (max-width:640px) {

}

/* media screen and (max-width: 550px)
---------------------------------------------------------------------- */
@media screen and (max-width:550px) {

}

/* media screen and (max-width: 480px)
---------------------------------------------------------------------- */
@media screen and (max-width:500px) {

}

/* media screen and (max-width: 414px)
---------------------------------------------------------------------- */
@media screen and (max-width:414px) {

}
.products h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 4px;
}

.cart-table {
    border: 1px solid #959595;
    width: 100%;
  }
  
  .cart-table tr {
    border-bottom: 1px solid #959595;
  }
  .cart-table th:first-of-type {
    padding-left: 25px;
  }
  .cart-table th {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #222222;
    background-color: transparent;
    padding: 16px 12px;
  }
  .cart-table th {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #222222;
    background-color: transparent;
    padding: 16px 12px;
  }
  
  .cart-table td.product-thumbnail {
    width: 115px;
  }
  .cart-table td {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }
  
  .cart-table td {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
  }
  .cart-table td.product-name a {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 7px;
  }
  
  .cart-table td.product-name .product-variation {
    display: block;
    line-height: 22px;
    float: left;
    clear: both;
    color: #ababab;
  }
  .cart-table td.product-price {
    clear: left;
  }
  .cart-table td.product-price .price {
    font-size: 19px;
    line-height: 28px;
  
    color: #333;
  }
  
  .pro-qty {
    border-bottom: 2px solid #ccc;
    padding: 10px 0;
    margin: 0 10px 0 30px;
  }
  
  
  .cart-table td.total-price {
    clear: left;
  }
  
  .cart-table td.total-price .price {
    font-size: 18px;
    line-height: 28px;
  
    color: #333;
  }
  .cart-table td.product-remove {
    text-align: center;
  }
  
  .cart-table td.product-remove a {
    text-align: center;
    font-size: 0;
    display: block;
    height: 35px;
    width: 35px;
    color: #000000;
    border: 2px solid #000000;
  }
  .btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0px;
  }
  input#quantity {
    text-align: center;
  }
  .cart-table td.product-remove {
    text-align: center;
  }
  
  .cart-table td.product-remove a {
    text-align: center;
    font-size: 0;
    display: block;
    height: 35px;
    width: 35px;
    color: #000000;
    border: 2px solid #000000;
  }
  .btn-dark {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
    border-radius: 0px;
  }
  input#quantity {
    text-align: center;
  }
  .lezada-form form input[type=text]{
    font-size: 14px;
    display: block;
    color: #333;
    width: 100%;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    background: transparent;
    border-bottom: 2px solid #cccccc;
    padding: 9.5px 0;
  }
  .lezada-button {
    background-color: #000000;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    border: 1px solid #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 25px;
    cursor: pointer;
  }
  .lezada-form.coupon-form {
    margin-top: 20px;
  }
  .cart-table td.product-remove a i {
    font-size: 16px;
    line-height: 32px;
  }
  
  td.product-quantity {
    width: 17%;
  }
  .cart-coupon-area {
    border-bottom: 1px solid #efebdf;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }
  .form-control {
  
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #959595;
  }
  .cart-calculation-area {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0px 0px 17px -4px rgb(220 220 220);
    -moz-box-shadow: 0px 0px 17px -4px rgba(220,220,220,1);
    box-shadow: 0px 0px 17px -4px rgb(220 220 220);
  }
  .cart-calculation-area h2 {
    font-size: 34px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
  }
  .cart-calculation-table {
    width: 100%;
  }
  .cart-calculation-table th {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #222222;
    background-color: transparent;
    padding: 16px 12px;
    padding-left: 10px;
  }
  
  .cart-calculation-table td.subtotal {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    font-weight: 600;
  }
  .cart-calculation-table td {
    padding-left: 10px !important;
    text-align: right;
  }
  .cart-calculation-table th {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #222222;
    background-color: transparent;
    padding: 16px 12px;
    padding-left: 10px;
  }
  .cart-calculation-table td.total {
    font-size: 24px;
    line-height: 80px;
    color: #333;
    font-weight: 600;
  }
  .checkout-title {
    font-size: 20px;
    line-height: 23px;
    text-decoration: underline;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
  }
  
  .checkout-form label {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  