html,body
{
	font-family: Georgia,Times New Roman,Times,serif;
    padding: 0;
    margin: 0px;
    background-image: url(../images/bg.jpg);
    background-attachment: fixed;
   /* background-size: 35% 100%;*/
   background-size: cover;
}
.openmenu
	{
		display:none;
	}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  background-color: #000;
  overflow-x: hidden;
  transition: 0.5s;
  box-shadow:0 0 3px 0px;
  
}
.no-padding a
{
	color:#000000cc !important
}
.sidenav a {
  padding:15px 0px 1px 0px;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #ebbc0163;
}

.sidenav .closebtn {
	position: absolute;
    top: 0px;
    right: 50px;
    font-size: 25px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 0px;}
  .sidenav a {font-size: 15px;}
  #mySidenav.nav-item {
    padding: 0 20px;
	}
	#mySidenav.navbar-brand
	{
		width:60%;
	}
	.openmenu
	{
		display:block;
	}
 }
 .navbar
{
	box-shadow: none;
    background: #000;
    padding: 10px;
}
.navbar-brand {
    width:40%;
    margin: 0 auto;
    text-align: center;
}
.navbar-expand-lg .navbar-nav
{
	text-align: center;
   /* width: 30%;*/
    margin: 0 auto;
    font-size: 23px;
}
.navbar.navbar-dark .navbar-toggler {
    color: #de0909;
}
header
{
	/*position:sticky;*/
	top:0px;
	z-index:99;
	background:#fff;
}
.nav-item
{
	padding: 10px 10px;
  font-size: 20px;

}
.nav-item a
{
	  color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
}
.nav-item a:hover{
	color:#00ffe0;
}
li.active a
{
	color:#00ffe0;
}
.padding-right
{
	margin: -4px;
    padding: 0px 6px;
}
.bg
{
	background: #ffffff;
    padding: 0;
    box-shadow: 0 0 5px;
}
.padding
{
	padding:0 20px;
}
strong a
{
	display: none;
}
.img-height
{
	height: 250px;
}
.limited_post .limited_subpost:nth-child(n+2)
{
	display:none;
}
.limited_post_4 .limited_subpost_4:nth-child(n+6)
{
	display:none;
}
.limited_post_10 .limited_subpost_10:nth-child(n+9)
{
	display:none;
}
.limited_post_0 .limited_subpost:nth-child(-n+5)
{
	display:none;
}
.first:first-child {
  display: none;
}
.last4:nth-last-child(-n+4) {
  display: none;
}
.last3:nth-last-child(-n+3) {
  display: none;
}
.last2:nth-last-child(-n+5) {
  display: none;
}
.img-height
{
	height: 415px;
}
.card {
  margin: 5px auto;
  position: relative; 
}
.card-body {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #00000085;
}
.overlap-text
{
    padding:0px 10px;
    font-size: 16px;
    text-overflow:ellipsis;
	white-space:hidden;
	 display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	overflow:hidden;
	line-height: 25px;
}
.overlap-text_20px
{
	padding:0px 20px;
    font-size: 25px;
    line-height: 40px;
}
.category_title
{
	font-size: 25px;
    border-bottom: 1px solid #bab2b2;
    width: 100%;
    padding: 10px 0;

}
#chapters-select
{
	padding: 5px 30px;
}
.brands a
{
    font-size: 18px;
    line-height: 35px;
}
p
{
	text-align: justify;
}
.inner h3
{
	font-size: 25px;
    padding: 0px 0px;
}
.main_title
{
	font-size: 28px;
    font-weight: 500;
    line-height: 40px;
}
.font_16px
{
	font-size: 16px;
    line-height: 25px;
}
.apInarticleSmallRes p>strong
{
	display: none;
}
.title
{
	font-size: 20px;
    line-height: 30px;
    padding: 10px 0px;
}
.title_25px
{
	font-size: 25px;
    line-height: 35px;
    padding: 20px 0px;
}
button:focus
	{
		border:none !important;
		outline: 0px dotted !important;
	}
.close
{
	margin:0px 10px;
	font-size:35px;
}
a
{
	color:#000;
}
a:hover{
	color:#000;
}
p a
{
	cursor:none;
	pointer-events: none;
}
h2 {
   width: 100%; 
   margin: 30px 0px;
   font-size: 25px;
   text-align: left; 
} 
h3
{
	font-size: 30px;
    padding: 20px 0px;
}
h4 {
   width: 100%; 
   text-align: left; 
   line-height: 0.1em;
   margin: 20px 0 20px; 
   font-size: 20px;
} 

img
{
	width:100%;
}

p,ul,ol
{
	font-size:16px;
	line-height:30px;
}
p a strong, strong
{
	font-weight:normal !important;
}
footer
{
	background: #000;
    padding: 10px;
    text-align: center;
    letter-spacing: 1.5px;
}
footer a
{
	padding: 10px 30px;
	color: #fff;
}
footer a:hover
{
	color: #fff;
}
.btn_submit{
	background: #00ffe0;
    color: #000;
    padding: 10px 29px;
    border: none;
    margin: 0 auto;
    font-size: 20px;
    border-radius: 5px;
}
.copy
{
	font-size: 17px;
    text-align: center;
    border-top: 1px solid #000;
    padding: 16px;
}
.md-form.md-outline label
{
	padding-left: 25px;
	font-size:20px;
}
.md-form.md-outline
{
	margin:0px 0px;

}
.mdb-select
{
	background-color: transparent;
    border: 1px solid #dadce0;
    border-radius: 4px;
	color:#757575;
	padding:10px 10px;
	font-size:17px;
	width:100%;
}
.form-control
{
	font-size:15px;
	padding:10px 5px !important;
}
.captchaborder
{
	padding: 10px 0px;
    text-align: center;
    letter-spacing: 10.5px;
   /* margin: 40px 0px 0px 0px;*/
	font-weight:600;
	width:100%;
}
.form_width
{
	width: 60%;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 255 223);
}
@media screen and (min-width:200px) and (max-width:350px)
{
	.openmenu
	{
		display: block;
    color: #00fedf;
    font-size: 25px;
	}
	.navbar-brand {
    width: 80%;
    margin: 0;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid;
	}
  .nav-item a
  {
  	font-size: 25px;
  }
}
@media screen and (min-width:351px) and (max-width:500px)
{
	.openmenu
	{
		display: block;
    color: #00fedf;
    font-size: 25px;
	}
	.navbar-brand {
    width: 80%;
    margin: 0;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid;
	}
  .nav-item a
  {
  	font-size: 25px;
  }
}
@media screen and (min-width:501px) and (max-width:639px)
{
	.openmenu
	{
		display: block;
    color: #00fedf;
    font-size: 25px;
	}
	.navbar-brand {
    width: 80%;
    margin: 0;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid;
	}
  .nav-item a
  {
  	font-size: 25px;
  }
  
}
@media screen and (min-width:640px) and (max-width:767px)
{
	.openmenu
	{
		display: block;
    color: #00fedf;
    font-size: 25px;
	}
	.navbar-brand {
    width: 80%;
    margin: 0;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid;
	}
  .nav-item a
  {
  	font-size: 25px;
  }
}
@media screen and (min-width:768px) and (max-width:900px)
{
	.openmenu
	{
		display: block;
    color: #00fedf;
    font-size: 25px;
	}
	.navbar-brand {
    width: 60%;
    margin: 0;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid;
	}
  .nav-item a
  {
  	font-size: 25px;
  }
  .overlap-text_20px {
    padding: 0px 20px;
    font-size: 20px;
    line-height: 30px;
	}
}
@media screen and (min-width:901px) and (max-width:991px)
{
	.openmenu
	{
		display: block;
    color: #00fedf;
    font-size: 25px;
	}
	.navbar-brand {
    width: 60%;
    margin: 0;
   padding: 10px 0;
  }
  .nav-item {
    padding: 0px 10px;
    font-size: 20px;
    border-bottom: 1px solid;
	}
  .nav-item a
  {
  	font-size: 25px;
  }
  .overlap-text_20px {
    padding: 0px 20px;
    font-size: 20px;
    line-height: 30px;
	}
}
@media screen and (min-width:992px) and (max-width:1223px)
{
	
}