/*
Template Name: Furnish Mart
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/


/*********************blog****************/
.tags a {
    display: block;
    padding: 10px 20px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--bg_primary_light1);
}
.tags a:hover {
    background: var(--secondry);
	color: var(--bs-white);
}
.line_text:before {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: var(--secondry);
    vertical-align: middle;
    margin-right: 2%;
    content: "";
}
.line_text1:after {
    display: inline-block;
    width: 40px;
    height: 3px;
    background-color: var(--secondry);
    vertical-align: middle;
    margin-left: 2%;
    content: "";
}

.center_log_1{
	width:40%;
}
/*********************blog_end****************/


@media screen and (max-width : 767px){
.blog_1_right{
	margin-left:0!important;
	margin-top:20px;
}
.blog_dt1_right{
	margin-top:15px;
}
.blog_dt2_right{
	margin-top:15px;
	text-align:left!important;
}
.center_log_1 {
    width: 100%;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.blog_1_right{
	margin-left:0!important;
}
.blog_1_right1  h4{
	font-size:17px;
}
.center_log_1 {
    width: 50%;
}
}
@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1350px) {

 }
@media screen and (min-width : 1400px){


 }


 
