/*
Template Name: Rd Jewellers
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: 8px 15px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    border: 1px solid var(--border_light_primary);
}
.tags a:hover {
    transition: 0.3s;
    border: 1px solid var(--secondry);
	background:var(--secondry);
    color:var(--bs-white);
}

.icon_1 {
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.line {
    width: 20%;
    height: 2px;
    background-color: var(--secondry);
}

/*********************blog_end****************/


@media screen and (max-width : 767px){
.blog_1_right{
	padding-left:0!important;
	margin-top:20px;
}
.blog_dt2_right {
	margin-top:15px;
	text-align:left!important;
}
.blog_1_dt3  ul img{
	width:60px;
	height:70px;
}
.contact_1_left {
	padding:0!important;
	margin-bottom:25px;
}
.contact_2_left {
	  margin-top:10px;
	  margin-bottom:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.blog_1_right {
	padding-left:0!important;
}
.blog_1_right1  ul img{
	width:60px;
}
}
@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1350px) {

 }
@media screen and (min-width : 1400px){


 }


 
