nav{
  box-shadow: 0 0 35px rgba(0,0,0,0.1);
}
header .logo{
  max-height: 70px;
  margin: 10px 0;
}
#menu-item a{
  font-size: 1.1rem;
}
#menu-item a.active{
  font-size: 1.1rem;
  color: #1e5799;
}
#menu-item a:hover{
  font-size: 1.1rem;
  color: #1e5799;
}
.banner-heading{
  font-size: 2.3rem;
  line-height: 130%;
}
.usp-sec .feature-box{
  border: 1px solid #1e5799;
  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 #c6c6c6;
  border-radius: 5px;
}

#about, #services, #contact-form{
  padding-top: 100px;
  margin-top: -100px;
}

.why-choose-icon{
  max-height: 90px;
  margin-bottom: 1.2rem;
}

.contact-link{
  color: black;
}
.nav-tabs .nav-link{
  color: #000;
}
.nav-tabs .nav-link.active{
  color: #000;
  border-bottom: 1px solid #000;
  box-shadow: 0 0 1px 1px #959595;
}
.contact-link:hover{
  color: #FFD700;
}

.why-choose .feature-box.feature-box-7 div:first-child .box, .why-choose .feature-box.feature-box-7 div .box {
  border: 1px solid #b2b2b2;
}
.testinomial-box{
  max-height: 100%;
}
.testimonial-content{
  font-size: 1rem;
}
.testimonial-subtext{
  font-size: 0.9rem;
}
@media screen and (max-width: 992px) {
  .cta-img{
    height: 30vh; width: 30vh;
  }
  header .logo{
    max-height: 45px;
    margin: 10px 0;
  }
  .why-choose-icon{
    max-height: 60px;
    margin-bottom: 1.2rem;
  }
  #about, #services, #contact-form{
    padding-top: 70px;
    margin-top: -70px;
  }
}

@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;
}
.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{
  font-size: 1.4rem;
}
.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%;
}
.enhance-card{
  border-bottom: 4px solid #1e5799;
}
.enhance-card:hover{
  background: #1e5799;
  border-bottom: 4px solid #1e5799;
  /* border-bottom: 0; */
  /* box-shadow: 0 0 2px 2px #1e5799; */
}
.enhance-card:hover .text-black{
  color: #fff !important;
}
nav.navbar.bootsnav ul.nav li.dropdown ul{
  background: #b9b9b9;
  margin-top: -0.5rem;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
  color: #000;
}
nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a.active{
  color: #1e5799;
}
@media screen and (max-width: 992px) {
  .row-5col{
      width: 50%;
  }
  nav.navbar.bootsnav .navbar-nav li{
    width: 100%;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a{
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a.active{
    color: #1e5799;
  }
  .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: 1.1rem;
  }
  .individual-pages .section-heading{
      font-size: 1.3rem;
  }
  .individual-pages .section-text{
      font-size: 0.8rem;
      text-align: justify;
      line-height: 150%;
  }
}
@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: 1rem;
  }
}