
/*--------------------------------------------------------------
# Tabs
--------------------------------------------------------------*/
.tabs .nav-tabs {
    border: 0;
  }
  
  .tabs .nav-link {
    border: 1px solid #b9b9b9;
    padding: 15px;
    transition: 0.3s;
    color: #111111;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  
  
  .tabs .nav-link i {
    padding-right: 15px;
    font-size: 48px;
  }
  
  .tabs .nav-link h4 {
    font-size: 18px;
    margin: 0;
    text-align: center;
  }
  
  .tabs .nav-link:hover {
    color: #e03a3c;
  }
  
  .tabs .nav-link.active {
    background: red;
    color: #fff;
    border-color: red;
  }
  
  @media (max-width: 768px) {
    .tabs .nav-link i {
      padding: 0;
      line-height: 1;
      font-size: 36px;
    }
  }
  
  @media (max-width: 575px) {
    .tabs .nav-link {
      padding: 15px;
    }
  
    .tabs .nav-link i {
      font-size: 24px;
    }
  }
  
  .tabs .tab-content {
    margin-top: 30px;
  }
  
  .tabs .tab-pane .tab-head-1{
    padding-bottom: .5rem;
    border-bottom-style: 50px ;
  }
  .tabs .tab-pane .tab-head-1 h3{
    font-weight: 600;
    font-size: 32px;
    padding-bottom: .5rem;
  }
  .tabs .tab-pane .tab-head-2 {
    font-weight: 600;
    font-size: 24px;
    text-align: end;
    
  }
  .tabs .tab-pane .tab-head-2 .tab-head-facebook{
    background-color: #fff;
    font-size: 30px;
    border-radius: 50%;
    color: rgb(52, 115, 233);
    margin-right: .5rem;
  }
  .tabs .tab-pane .tab-head-2 .tab-head-line{
    background-color: #fff;
    font-size: 30px;
    border-radius: 50%;
    color: rgb(54, 238, 29);
    margin-right: .5rem;
  }
  .tabs .tab-pane .tab-head-2 .tab-head-share{
    background-color: #fff;
    font-size: 30px;
    border-radius: 50%;
    color: rgb(14, 13, 13);
  }

  .tabs .tab-pane .tab-head-2 .tab-head-facebook-1 {
    background-color: #fff;
    padding: .1rem 1.5rem;
    border-radius: 50px;
    color: rgb(52, 115, 233);
    border: 2px solid rgb(52, 115, 233);
    font-weight: 600;
  }
  .tabs .tab-pane .tab-head-2 .tab-head-facebook-1:hover {
    background-color: rgb(52, 115, 233);
    color: #fff;
    transition: all 0.3s ease 0s;
    
  }
  .tabs .tab-pane .tab-head-2 .tab-head-line-1 {
    background-color: #fff;
    padding: .1rem 1.5rem;
    border-radius: 50px;
    color: rgb(77, 210, 16);
    border: 2px solid rgb(77, 210, 16);
    font-weight: 600;
  }
  .tabs .tab-pane .tab-head-2 .tab-head-line-1:hover {
    background-color: rgb(77, 210, 16);
    color: #fff;
    transition: all 0.3s ease 0s;
  }


  .tabs .tab-pane .tab-img {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    width: 100%;
  }
  .tabs .tab-pane .tab-img img{
    width: 70%;
    text-align: center;
  }
  
  .tabs .tab-pane ul {
    list-style: none;
    padding: 0;
  }
  
  .tabs .tab-pane ul li {
    padding-bottom: 10px;
  }
  
  .tabs .tab-pane ul i {
    font-size: 20px;
    padding-right: 4px;
    color: #e03a3c;
  }
  
  .tabs .tab-pane p:last-child {
    margin-bottom: 0;
  }
  .nav-item .nav-link h4 {
    font-size: 22px;
    font-weight: 600;
  }
  .nav-item .nav-link .d-lg-block p{
    margin: 0;
    font-size: 20px;
    font-weight: 100;
  }

  

