/*
Template Name: Cookbook
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************recipe****************/
.tab_click .nav-link {
    border-radius:0;
    border: none;
    padding: 12px 30px;
    background:none;
    color: var(--bs-dark);
    transition: 0.3s;
	border-bottom:2px solid transparent;
}

.tab_click .nav-link:hover {
    background:none;
    color: var(--red);
    transition: 0.3s;
	border-bottom:2px solid var(--red);
}
.tab_click .nav-link.active {
     background:none;
    color: var(--red);
	border-bottom:2px solid var(--red);
}

.border_left_bold {
    border-left: 3px solid var(--bs-red);
}
/*********************recipe_end****************/



@media screen and (max-width : 767px){
#recipe_dt .w-75{
  width:100%!important;
 }
.recipe_2_inner_right{
  margin-top:15px;
 }
.recipe_dt4_right{
  margin-top:15px;
 }
.detail_1l4b1l{
  margin-top:10px;
 }
 
.recipe_1 ul li{
   margin-top:5px;
   margin-bottom:5px;
   margin-left:5px!important;
   margin-right:5px!important;
 }
.tab_click .nav-link{
   margin-top:5px;
   margin-bottom:5px;
 }
.profile1_inner_left{
   margin-top:8px;
   margin-bottom:8px;
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
#recipe_dt .w-75{
  width:100%!important;
 }
.profile1_inner_left2  h4{
  font-size:18px!important;
 }
 }

@media (min-width:992px) and (max-width:1200px) {
#recipe_dt .w-75{
  width:90%!important;
 }
 }

@media (min-width:1201px) and (max-width:1300px) {

 }
@media screen and (min-width : 1400px){

 }


