/*
Template Name: Blogging
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************blog****************/
.quote_icon{
	width:50px;
	height:50px;
	line-height:50px;
	top:-25px;
}
.tags a {
    display: block;
    padding: 10px 20px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--bg_gray);
    color: var(--bs-dark);
    border-radius: 30px;
    font-size: 14px;
}
.tags a:hover {
    transition: 0.3s;
    background: var(--red);
    color: var(--bs-white);
}
.blog_dt6 img{
	top:-50px;
	left:43%;
}
#blog .blog_h1 .blog_h1_left .blog_h1_left2 .line_bottom:after{
	
	margin: 35px auto 0px auto;
}

.error_1 .form-control{
	border-radius:50rem 0 0 50rem;
}
.error_1 .btn{
	border-radius:0 50rem 50rem 0;
}
.center_log_1{
	width:40%;
}
.center_log{
    background-image: url(../image/1.jpg);
    background-position: center 0px;
    background-size: cover;
}
.center_reg{
    background-image: url(../image/2.jpg);
    background-position: center 0px;
    background-size: cover;
}
/*********************blog_end****************/



@media screen and (max-width : 767px){
.blog_dt6 img {
    left: 32%;
}
.blog_dt2_inner .text-end {
	text-align:left!important;
	margin-top:15px;
}
.center_sm  .w-50{
	width:100%!important;
}
.center_log_1{
	width:100%;
	padding:15px!important;
}
.error_1  .input-group{
	width:100%!important;
}
.error_1  .btn{
	padding-left:20px!important;
	padding-right:20px!important;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.center_log_1{
	width:60%;
}


 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){

 }


