* {
  font-family: "Inter", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
  font-size: 14px;
  overflow-x: hidden;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.container {
  max-width: 1000px;
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
  margin-left: 7px;
  margin-right: 7px;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.bg_landing {
  background-image: url(../img/landing.png);
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-light {
  font-weight: 100 !important;
}

.bg-primary {
  background: #02448A !important;
}


.bg-warning {
  background: #F88C34 !important;
}


.bg-danger {
  background: #C7302E !important;
}

.card-body {
  padding: 1.5rem;
  padding-top: 55px;
  padding-bottom: 45px;
}

.footer_link {
  font-size: 14px;
  font-weight: 300;
  margin: 14px 0;
  display: block;
}

footer {
  padding-bottom: 50px;
}

.overflow-x {
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  padding-right: 0;
  margin: 0;
}

.tab_item {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: unset;
  color: #ADADAD;
  cursor: pointer;
}

.tab_item.active {
  color: #000
}

.tab_holder {
  gap: 30px;
  align-items: center;
  height: 100%;
}

.card-img-top {
  height: 225px;
  width: 100%;
  display: block;
  object-fit: cover;
}

.carousel_card .card-body {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.carousel_card .card-text {
  font-size: 19px;
  font-weight: 300;
}

.carousel_card .card-text a {
  font-weight: 500
}

.carousel_card {
  border: none;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 8.1px 8.1px 0px rgb(0 0 0 / 8%);
}

.pricing-header h1 {
  font-family: "Poppins", sans-serif;
}

.more_margin_left {
  padding-left: 100px !important;
}

.overflow-x .col-md-4 {
  max-width: 38%;
  flex: 0 0 38%;
  padding-left: 0;
  padding-right: 37px;
}

.arrow_right {
  transform: rotate(180deg);
}

.arrow_holder {
  gap: 15px;
  justify-content: end;
  padding-right: 100px;
}

.arrow_holder img {
  cursor: pointer;
  transition: 0.3s;
}

.breadcrumb-item,
.breadcrumb-item a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.breadcrumb {
  border: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  background: rgba(244, 244, 244, 1);
}

.breadcrumb-item+.breadcrumb-item::before {
  padding: 0 20px
}

.download_item {
  font-weight: 600;
  gap: 10px;
  padding: 10px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  white-space: nowrap;
}

.bg_light_blue {
  background-color: rgba(244, 250, 255, 1);
}

.bg_blue_grey {
  background-color: #FAFCFF !important;
}

.font_weight_600 {
  font-weight: 600;
}

.font_weight_500 {
  font-weight: 500;
}

.font_weight_300 {
  font-weight: 300;
}

.file_item img,
.file_icon {
  width: 42px;
  height: 53px;
  object-fit: contain;
}

.file_item {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 25px 0px rgb(0 0 0 / 4%);
  padding: 23px 33px;
  border-radius: 10px;
  filter: opacity(0.5);
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}


.file_item:hover {
  text-decoration: none;
  filter: opacity(1);
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
  color: #03458a;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.files_list {
  border-radius: 5px;
  border: 1px solid rgba(2, 68, 138, 0.18);
  box-shadow: 0px 4px 4px 0px rgba(2, 68, 138, 0.18);
  gap: 25px;
}

.files_list.more_gap {
  gap: 80px;
}

.files_list.no_border {
  border: 0;
  box-shadow: none;
}

.back_link {
  gap: 12px;
  font-weight: 600;
}

.embed_file {
  padding: 100px 20px 20px;
  border: 0.5px solid rgba(0, 0, 0, 1);
  border-radius: 7px;
  text-align: center;
  margin-bottom: 40px;
}

.embed_file iframe {
  width: auto;
  height: 479px;
}

.user_icon {
  width: 28px;
  height: 28px;
  object-fit: contain;
}


.alert-dismissible {
  position: fixed;
  top: 50px;
  right: 50px;
  font-family: 'Poppins', sans-serif !important;
  line-height: normal;
  display: none;
}

.file_item.half_width {
  width: calc(50% - 40px);
  padding: 13px;
  filter: opacity(1);
}

.file_item.half_width button {
  width: fit-content;
}

.file_item .service_img,
.service_img {
  width: 200px;
  height: 160px;
  object-fit: cover;
  border-radius: 3px;
  flex-shrink: 0;
}

.star_holder {
  gap: 1px;
}

.star_holder img {
  width: 20px;
  height: 20px;
}

.small_text {
  font-size: 14px;
}

button.btn.blue_button {
  border-color: #007aff;
  color: #007aff;
}

button.btn.blue_button:hover {
  background: #007aff;
  color: #fff;
}

.file_item.expanded {
  padding: 0;
  box-shadow: none;
}

.t_and_c {
  color: #6B6B6B;
  max-height: 400px;
  overflow: auto;
}

.form-control {
  background: #E0E4EC;
  padding: 12px 21px;
  border-radius: 8px;
}

form label {
  color: #4C535F;
  font-size: 15px;
  margin-bottom: 6px;
}

.form_tabs {
  margin-bottom: 45px
}

.form_tab_item {
  color: #606670;
  font-weight: 600;
  margin-right: 20px;
  margin-bottom: 0;
  padding-bottom: 4px;
  position: relative;
  cursor: pointer;
  font-size: 17px;
  transition: 0.3s;
}

.form_tab_item.active {
  color: #02448A;
}

.form_tab_item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  background: transparent;
  transition: 0.3s;
}


.form_tab_item.active::after {
  background: #02448A;
}

.btn-lg {
  font-size: 17px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.download_tabs_holder {
  overflow-x: auto;
}

@media (max-width: 1024px) {

  .download_tabs_holder {
    justify-content: start !important;
  }

  .more_margin_left {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .arrow_holder {
    padding-right: 30px
  }

  .overflow-x .col-md-4 {
    max-width: 450px;
    flex: 0 0 100%;
  }
}

@media (max-width: 576px) {

  .breadcrumb-item, .breadcrumb-item a{
    font-size: 12px;
  }

  .breadcrumb-item+.breadcrumb-item::before{
    padding: 0 5px
  }
  .t2b_on_small{
    flex-direction: column !important;
  }


  .left_on_small{
    align-items: start !important;
  }
  .files_list{
    padding: 10px !important;
  }
  .files_list.more_gap{
    gap: 30px
  }
  .file_item{
    padding: 15px !important;
    gap: 10px;
    width: 100% !important;
  }
  .file_item.half_width{
    flex-direction: column;
  }
  .file_item img, .file_icon{
    width: 25px;
    height: 25px;
  }
    .star_holder img{
    width: 17px;
    height: 17px;
  }
  .file_item .service_img, .service_img{
    width: 100%;
  }

  .download_tabs_holder {
    flex-direction: column;
    justify-content: start !important;
    padding: 20px !important;
  }

  .download_item {
    align-self: start;
    width: 100%;
    justify-content: start;
    padding: 10px;
  }

  .tab_holder {
    justify-content: center;
    margin-top: 20px;
  }

  .arrow_holder {
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 30px;
    padding-right: 0;
  }

  footer .float-right {
    float: unset !important;
  }
}