.fcs-secondary-button {
  color: #fff !important
}

@media (max-width:780px) {
  .table td, .table td a {
    font-size: 9pt !important;
    font-weight: 700;
    color: #005ea5
  }
}

.fcs-secondary-button {
  color: #fff;
  text-transform: uppercase
}

.bg-dark {
  background: #005ea5 !important
}

.coupon-body {
  border: 1px dashed #000;
  font-size: 22px;
  position: relative;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 800;
  color: #000;
  display: flex;
  justify-content: Center;
  margin-bottom: 0
}

.bg-danger {
  background-color: #005ea5 !important
}

.bg-primary {
  background-color: #005ea5 !important
}

button.close {
  padding: 0;
  background-color: transparent;
  color: #fff;
  border: 0
}

.blink_text {
  animation: blinker 1s linear infinite;
  color: #ffc107
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff !important
}

@keyframes blinker {
  50% {
    opacity: 0
  }
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  margin: auto
}

.bg-dark {
  background-color: #007bff !important
}

.client-popup {
  display: none
}

p {
  font-size: 16px !important;
  line-height: normal !important;
  color: #fff !important;
  font-weight: 200
}

body {
  text-transform: initial !important
}

.banner {
  background-image: url(assets/img/A350_banner_image.webp) !important;
  background-repeat: no-repeat !important
}

.why-us {
  overflow: hidden;
  margin-top: -74px
}

.align-items-stretch {
  align-items: stretch !important
}

.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px
}

.why-us .content p {
  margin-bottom: 30px !important
}

.more-btn-apply {
  display: inline-block;
  background: #4792d6;
  padding: 6px 30px 8px 30px;
  color: #fff;
  border: 2px solid #005ea5;
  border-radius: 50px
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, .2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out .4s
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 15px rgb(0 0 0 / 10%);
  padding: 40px 30px;
  width: 100%
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px !important;
  color: #000 !important;
}

.services .types {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 37px 20px;
  transition: all ease-in-out .3s;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 100%
}

.services .types p {
  line-height: 24px !important;
  font-size: 14px !important;
  margin-bottom: 0;
  color: #000 !important
}

.containt p {
  line-height: 24px !important;
  font-size: 16px !important;
  margin-bottom: 0;
  color: #000 !important
}

.section-title {
  text-align: center;
  padding-bottom: 30px
}

.section-title p {
  text-align: center;
  color: #000 !important
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px)
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964
}

.title-col {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2c4964
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  left: calc(50% - 20px)
}

.counts {
  background: #f1f7fd;
  padding: 38px 0 60px
}

.counts .count-box {
  padding: 10px 30px 10px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #fff;
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  height: 100%
}

.counts .count-box img {
  padding: 5px;
  margin-right: 5px
}

ul {
  list-style-type: none;
  padding: 0
}
.types img {
    width: 200px;
}

.card-body {
  font-size: 14px !important;
  font-weight: 300 !important;
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 10px !important
}

.card {
  border-radius: 10px !important
}

.text-dark {
  color: #343a40 !important
}

label {
  margin-bottom: 10px !important;
  text-transform: capitalize !important;
  font-size: 14px !important
}
@media (max-width: 780px) {
.why-us .content{
 margin-top: 65px;
}
.jumbotron .row{
  margin-right: 0px;
    margin-left: 0px;
}
.why-us .icon-boxes .icon-box {
  padding: 18px 17px;
}
}
