.section--padding {
    padding-top: 120px;
    padding-bottom: 90px;
}

    .card-item .card-body {
    padding: 1.6rem;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
    .fs-45 {
    font-size: 45px !important;
}

.pb-2, .py-2 {
    padding-bottom: 0.5rem!important;
}
h1, h2, h3, h4, h5, h6 {
    color: #233d63;
}
/*========= theme-btn ========*/
.theme-btn {
  background-color: #ec5252;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 15px; }
  .theme-btn:hover {
    background-color: #ef6767;
    color: #fff; }
    .theme-btn:hover .icon {
      padding-left: 5px; }

.icon {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*===== theme-btn-white ======*/
.theme-btn-white {
  background-color: #fff;
  color: #233d63;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.07); }
  .theme-btn-white:hover {
    background-color: #ec5252;
    color: #fff; }
    .theme-btn-white:hover svg {
      fill: #f1e77f; }

/*===== theme-btn-transparent ======*/
.theme-btn-transparent {
  background-color: transparent;
  color: #233d63;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(128, 138, 150, 0.2); }
  .theme-btn-transparent:hover {
    background-color: transparent;
    border-color: rgba(128, 138, 150, 0.5);
    color: #233d63; }

/*===== theme-btn-sm ======*/
.theme-btn-sm {
  padding: 6px 14px;
  font-size: 14px; }
  .font-weight-semi-bold {
    font-weight: 600 !important;
}

.fs-45 {
    font-size: 45px !important;
}

.pt-30px {
    padding-top: 30px !important;
}
/*-===============================
    PACKAGE AREA
===============================-*/
.package-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #ec5252;
  color: #fff;
  font-weight: 600;
  display: block;
  text-align: center;
  padding: 14px 10px;
  font-size: 17px; }

.package-item-active {
  padding-top: 55px;
  margin-top: -24px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .package-item-active {
      margin-top: 0; } }
  @media only screen and (min-width: 480px) and (max-width: 767px) {
    .package-item-active {
      margin-top: 0; } }
  @media only screen and (min-width: 320px) and (max-width: 479px) {
    .package-item-active {
      margin-top: 0; } }

