nav{
  box-shadow: 0 0 4px rgba(0,0,0,0.1);
}
header .logo{
  max-height: 60px;
  margin: 10px 0;
}
#menu-item a{
  font-size: 1.1rem;
}
#menu-item a.active{
  font-size: 1.1rem;
  color: orangered;
}
#menu-item a:hover{
  font-size: 1.1rem;
  color: orangered;
}
.banner-heading{
  font-size: 2.5rem;
  line-height: 130%;
}
.usp-sec .feature-box{
  border: 1px solid orangered;
  border-radius: 5px;
}

.swiper-button-prev{
  margin-left: -20px;
}
.swiper-button-next{
  margin-right: -20px;
}

.cta-img{
  height: 40vh; width: 40vh; overflow: hidden; border-radius: 50%;
  background: linear-gradient(45deg, #e9ebf7, #cfd2db);
}

.feature-box.yellow-border{
  border: 1px solid #c0c0c0;
  border-radius: 5px;
}

.contact-link{
  color: black;
}

.contact-link:hover{
  color: #FFD700;
}

@media screen and (max-width: 992px) {
  .cta-img{
    height: 30vh; width: 30vh;
  }

  header .logo{
    max-height: 45px;
    margin: 10px 0;
  }
}

@media screen and (max-width: 762px) {
  .cta-img{
    height: 60vw; width: 60vw;
  }
}


.navbar-toggler{
  font-size: 1rem;
  padding: 0.2rem 0.6rem;
}
.navbar-toggler:focus{
  box-shadow: none;
}
#menu.nav-item a{
  font-size: 1.2rem;
  font-weight: 600;
}
#menu.nav-item{
  margin: 0 0.5rem;
}
.navbar-brand{
  font-weight: 700;
  font-size: 1.5rem;
  color: #000;
}
.bg-blue{
  background: lightblue;
}
.bg-deep-pink{
  background-color: #ff4500;
}
.feature-box{
  border: 1px solid grey;
}
#about, #how-can-serve{
  padding-top: 100px;
  margin-top: -100px;
}

.why-choose-card{
  box-shadow: 0 0 1px 1px #b9b9b9;
  border-bottom: 2px solid #ff4500;
}
.why-choose-card:hover{
  box-shadow: 0 0 2px 2px #ff4500;
  /* border-bottom: 2px solid #ff4500; */
}

.how-icon{
  max-height: 90px;
  margin-bottom: 1.2rem;
}
/* .feature-box:hover{
  border: 1px solid grey;
  box-shadow: 0 0 1px 1px #ff4500;
} */

.section-heading{
  font-size: 1.8rem;
  font-weight: 700;
}
.section-sub-heading{
  font-size: 1.2rem;
}
.section-text{
  font-size: 1.15rem;
}
.individual-pages .section-heading{
  padding-top: 1rem;
  font-size: 1.4rem;
  line-height: normal;
}
.individual-pages .section-text{
  font-size: 1rem;
}
.row-5col{
  width: 20%;
  padding: 10px;
}
.row-5col .card{
  height: 100%;
}
.card-heading{
  font-size: 1.1rem;
  font-weight: 700;
}
.icon-box{
  background: lightblue;
  width: fit-content;
  padding: 1rem;
  margin: 0 auto 0.8rem auto;
  border-radius: 50%;
}
.icon-box i{
  font-size: 2rem;
}
.row-5col .card:hover{
  background: #000;
  color: #fff;
}
.row-5col .card:hover .icon-box{
  background: #fff;
}
.row-5col .card:hover .icon-box i{
 color: #000;
}
.seller-services .feature-box{
  border: 1px solid #b9b9b9;
}
.cta-text{
  font-size: 1.3rem;
  line-height: 130%;
}

.services .feature-box-8{
  border: 1px solid #c5c5c5;
}
@media screen and (max-width: 992px) {
  .row-5col{
      width: 50%;
  }
  .cta-text{
      font-size: 1.1rem;
      line-height: 120%;
  }
  .banner-heading{
    font-size: 1.5rem;
  }
  .section-heading{
      font-size: 1.5rem;
  }
  .section-sub-heading{
      font-size: 1rem;
  }
  .section-text{
      font-size: 1rem;
  }
  .individual-pages .section-heading{
      font-size: 1.3rem;
  }
  .individual-pages .section-text{
      font-size: 0.8rem;
      text-align: justify;
      line-height: 150%;
  }
  #about, #how-can-serve{
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .row-5col{
      width: 100%;
  }
  .cta-text{
      font-size: 0.9rem;
      line-height: 110%;
  }
  .section-sub-heading{
      font-size: 0.9rem;
  }
  .section-heading{
      font-size: 1.3rem;
  }
  .section-text{
      font-size: 0.8rem;
      text-align: justify;
  }
  .col-12, .col{
    padding-left: 0;
    padding-right: 0;
  }
}