/*
Template Name: Fishing
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;
    background: var(--bg_light);
	border-radius:10px;
}
.tags a:hover {
     background: var(--blue)!important;
	 color: var(--bs-white);
}

.blockquote {
    border-left: 5px solid var(--blue);
}

.contact_pg1_left span {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.contact_pg1_left{
	border-radius:50px 0px 50px 0px;
}
/*********************blog_end****************/



@media screen and (max-width : 767px){

.blog_pg1_right{
	padding-left:0!important;
	margin-top:20px;
}
.blog_dt1 img{
	width:80px;
}
.blog_dt1 .btn-primary{
	width:80%!important;
}

.service_dt1_right{
	padding-left:0!important;
	margin-top:20px;
}
.contact_pg1_left {
	margin-top:10px;
	margin-bottom:10px;
}
 }


@media (min-width:576px) and (max-width:767px) {
.blog_dt1 img{
	width:120px;
}
 }
 
@media (min-width:768px) and (max-width:991px) {

.blog_pg1_right{
	padding-left:0!important;
}

.blog_pg1_right1  ul{
	font-size:13px;
}
.blog_pg1_right1  ul img{
	width:60px;
}

.blog_pg1_right1  li{
	font-size:12px;
}
 }

@media (min-width:992px) and (max-width:1200px) {


 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){



 }


