/*
Template Name: Swimming
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: 7px 18px;
    margin: 0px 5px 8px 0px;
    transition: 0.3s;
    background: var(--red);
	 color: var(--bs-white);
	 text-transform:uppercase;
}
.tags a:hover {
    transition: 0.3s;
    background: var(--primary);
    color: var(--bs-white);
}

.shop_1_left1 ul{
   padding-top:43%;
}

.shop_dt2 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--bs-white);
    border:none;
	background:var(--primary);
}
.tab_click .nav-link {
    border:none;
    padding: 15px 40px;
    color: var(--sedondry);
    border:none;
	background:var(--bg_primary_light);
    transition: 0.3s;
	border-radius:0;
}
.tab_click .nav-link:hover {
    color: var(--bs-white);
	background:var(--primary);
}
.form-range{
	background:var(--bs-white);
    padding:15px;
}
/*********************blog_end****************/




@media screen and (max-width : 767px){
.blog_pg1_right {
	padding-left:0!important;
	margin-top:20px;
}
.shop_dt_right {
	padding-left:0!important;
	margin-top:20px;
}
.tab_click .nav-link {
   margin-top:5px;
   margin-bottom:5px;
}
.profile3_inner1_right{
	  margin-top:15px;
}
.profile3_inner1_right .button{
	 width:80%;
}
.center_sm{
	  text-align:center;
}
.blog_dt3  ul {
	padding:10px!important;
}
.blog_dt3  ul img{
	width:70px;
	height:90px;
}
.center_sm .w-50{
	  width:80%!important;
}
.contact_2_left {
	padding:15px!important;
}
.contact_3 {
	 width:100%!important;
}
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.blog_pg1_right {
	padding-left:0!important;
}
.blog_pg1_right2_inner ul img{
	width:60px;
}
.blog_dt3  ul img{
	width:100px;
	height:120px;
}
.contact_2_left {
	padding:15px!important;
}
.font_70{
	font-size:40px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.blog_dt3  ul img{
	width:100px;
	height:120px;
}
.font_70{
	font-size:50px;
}
 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){

 }


 
