.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}
.about .content ul {
  list-style: none;
  padding: 0;
}
.about .content ul li {
  padding-left: 28px;
  position: relative;
}
.about .content ul li + li {
  margin-top: 10px;
}
.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #028aca;
  line-height: 1;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #028aca;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #028aca;
}
.btn-learn-more:hover {
  background: #028aca;
  color: #ffffff !important;
  text-decoration: none;
}
.why-us .content {
  padding: 0 100px 40px 100px;
}
.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #0f2741;
}
.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}
.why-us .content p {
  font-size: 15px;
}
.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.why-us .accordion-list {
}
.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}
.why-us .accordion-list li + li {
  margin-top: 15px;
}
.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
}
.why-us .accordion-list span {
  color: #028aca;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}
.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}
.why-us .accordion-list .icon-show {
  display: none;
}
.why-us .accordion-list a.collapsed {
  color: #343a40;
}
.why-us .accordion-list a.collapsed:hover {
  color: #028aca;
}
.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}
.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1024px) {
  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }
  .why-us .content {
    padding-top: 30px;
  }
  .why-us .accordion-list {
  }
}
@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}
.cta {
  background: url("../img/cta-bg.webp") fixed center center;
  background-size: cover;
  padding: 90px 0;
  color: #ffffff;
}
.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.cta .icon-box {
  margin-top: 30px;
}
.cta .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color: #000000;
}
.cta .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #028aca;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 16px;
  border: 2px solid #028aca;
}
.cta .cta-btn:hover {
  background: #028aca;
  border: 2px solid #028aca;
}
@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  .services .icon-box h4 {
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 20px;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.services .icon-box {
  box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition: all ease-in-out 0.4s;
  background: #fff;
  border-radius: 10px;
}
.services .icon-box .icon {
  margin-bottom: 10px;
}
.services .icon-box .icon i {
  color: #028aca;
  font-size: 36px;
  transition: 0.3s;
}
.services .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 24px;
}
.services .icon-box h4 a {
  color: #0f2741;
  transition: ease-in-out 0.3s;
}
.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.services .icon-box:hover {
  transform: translateY(-10px);
}
.services .icon-box:hover h4 a {
  color: #028aca;
}
.innerpage .container {
  padding-top: 15px !important;
}
.whitebox {
  background: #ffffff;
  padding: 10px 15px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.whitebox h1 {
  font-size: 24px !important;
  font-weight: 700;
  color: #112a46;
  margin-bottom: 20px;
}
.whitebox2 {
  background: #ffffff;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: -32px;
  box-shadow: none;
}
.whitebox2 p {
  margin-bottom: 5px;
}
.reportslinks {
  font-size: 14px;
}
.reportslinks span {
  padding: 0 20px;
  display: inline-block;
}
.report-info {
  font-size: 14px;
  padding: 15px;
}
.report-info span {
  display: block;
  font-weight: 700;
}
.sharebox i {
  font-size: 20px;
  margin: 0 5px;
}
.chooselicense {
  border: 2px solid #028aca;
  height: 53px;
  padding: 0 10px;
  border-radius: 0;
}
.chooselicense option {
  padding: 10px;
}
.request-pdf {
  display: block;
  padding: 20px;
  color: #fff;
  background: #028aca;
  text-align: center;
}
.buybox {
  border: 1px solid #cccccc;
  padding: 5px;
}
.buybox select {
  font-size: 12px;
}
.buybtn {
  display: block;
  margin: 0 0 0 5px;
  background: #102742;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
.innerpage {
  padding-bottom: 30px;
}
.about {
  background: #f3f5fa url("../img/about-bg.png") no-repeat right top;
}
.about h3 {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
}
.webelievebox {
  margin-top: 20px;
}
.icon-box-bg {
  background: #fff url("../img/blog-sidebg.png") repeat-y right top !important;
}
@media (min-width: 992px) {
  .hero-home {
    display: block;
    background: url(../images/header-image-bg5.webp) 380px top no-repeat !important;
  }

  #hero {
    /* background: url(../images/header-bg.webp) 380px top no-repeat; */
  }
}

@media (max-width: 767px) {
  .icon-box h3 {
    font-size: 16px;
  }

  .services .icon-box h4 {
    font-size: 16px !important;
  }

  .services .icon-box p {
    font-size: 14px !important;
  }
}
