/* ===========================Navbar section =================*/
.footericon{
width: 70px;
height: 70px;
}
.nav-link{
    color:white !important;
}
.navbar-brand img{
width: 50px;
height: 50px;
}
.navbar-toggler{
   background: white !important;
   font-weight: bold;
}

.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-toggler {
  background: #fff;
}

.navbar-nav {
  text-align: center;
}

.nav-link {
  padding: .2rem 1rem;
}

.nav-link.active,.nav-link:focus{
  color: #fff;
}

.navbar-toggler {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}


/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}


/* -----------------Footer Section-------------- */


.tab-btn {
  cursor: pointer;
  font-weight: bold;
  border: none;
  background: none;
  /*padding: 10px 20px;*/
  color: #aaa;
  border-bottom: 3px solid transparent;
}

.tab-btn.active {
  color: #f44363;
  border-color: #f44363;
}

.search-btn {
  background-color:cyan;
  color: black;
  padding: 10px;
  border: 1px solid cyan;
  border-radius: 10px;
}

.form-box {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  /* Navbar adjustments */
  .navbar-brand img {
    width: 40px;
    height: 40px;
  }

  .navbar-light .navbar-brand {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .nav-link {
    font-size: 14px;
    padding: 0.5rem 0.8rem;
  }

  .navbar-nav {
    text-align: left;
  }

  .navbar-toggler {
    font-size: 16px;
    padding: 4px 8px;
  }

  .footericon {
    width: 50px;
    height: 50px;
  }

  /* Footer layout adjustments */
  .footer-logo img {
    max-width: 150px;
  }

  .footer-widget-heading h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .footer-widget ul li {
    width: 100%;
    float: none;
  }

  .footer-text p,
  .footer-social-icon span,
  .footer-widget ul li a,
  .footer-menu li a,
  .copyright-text p {
    font-size: 13px;
    text-align: left;
  }

  .footer-social-icon a {
    font-size: 14px;
    margin-right: 10px;
  }

  .subscribe-form input {
    padding: 12px 20px;
    font-size: 14px;
  }

  .subscribe-form button {
    padding: 12px 15px;
  }

  .form-box {
    width: 100%;
    padding: 15px;
  }

  .tab-btn {
    padding: 8px 12px;
    font-size: 14px;
  }

  .search-btn {
    padding: 10px 14px;
    font-size: 14px;
  }

  .link-area {
    left: 10px;
    bottom: 10px;
    padding: 10px;
  }

  .link-area a {
    font-size: 20px;
  }

  /* Centering text on small screens */
  .cta-text {
    padding-left: 0;
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .single-cta i {
    float: none;
    display: block;
    text-align: center;
    margin: auto;
  }

  .footer-pattern img {
    height: 200px;
  }
}
