.col-48.col-fp-hero.vh-55.bg-primary {
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position-x: right;
}

@media (max-width: 991px) {
	.row.fp-text-row {
		margin-left: 2rem;
	}
}

.loder-holder {
    max-width: auto;
    height: 2rem;
    margin: auto;
}

.loder-holder{
display:none;}
.loder-holder.show{
display:flex;
}

.loader,
.loader:before,
.loader:after {
  background: #ffffff;
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader {
  color: #ffffff;
  text-indent: 1em;
  margin: 14px 14px;
  position: relative;
  font-size: 3px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 1.5em;
}
@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}

/* COVID CHECKLIST PAGE */
.covid-checklist-wrapper .col-48.col-fp-hero.vh-55.bg-primary {
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position-x: right;
}

@media (max-width: 991px) {

  .checklist-cards-wrapper .card .card-body {
    cursor: pointer;
    background-color: rgb(37 48 82 / 60%)!important;
  }
  
  .checklist-cards-wrapper .card .card-text {
    color: white;
  }
}


@media (min-width: 992px) {

  .checklist-banner-form .gform_wrapper .ld-left-half {
    width: unset;
    max-width: unset;
    display: unset;
  }

  .covid-checklist-wrapper .vh-55 {
      height: unset;
  }

  .covid-checklist-wrapper h2 {
    font-size: 1.4rem;
  }

  .checklist-cards-wrapper .card .card-body {
    cursor: pointer;
  }

  .checklist-cards-wrapper .card .card-body {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: transparent!important;
  }

  .checklist-cards-wrapper .card .card-body:hover {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    background-color: rgb(37 48 82 / 80%)!important;
  }

.checklist-cards-wrapper .card .card-body .card-title, .checklist-cards-wrapper .card .card-body .card-icon {
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transform: translateY(2rem);

}

.checklist-cards-wrapper .card .card-body:hover .card-title, .checklist-cards-wrapper .card .card-body:hover .card-icon {
  -webkit-transition: transform .2s ease-in-out;
  -o-transition: transform .2s ease-in-out;
  -moz-transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transform: translateY(0);
}

  .checklist-cards-wrapper .card-text {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: white;
    opacity: 0;
  }

  .checklist-cards-wrapper .card:hover .card-text {
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    opacity: 1;
  }
}


@media (min-width: 768px) {

  .checklist-border-left-medium {
    border-left: .5rem solid #f7f1e8;
  }
}


@media (max-width: 767px) { 

  .checklist-border-bottom {
    border-bottom: .5rem solid #f7f1e8;
  }
}


.checklist-banner-form .gform_wrapper .gfield_label {
  display: none;
}


.checklist-cards-wrapper .card-img-overlay {
  z-index: -1;
  padding: 0;
  /* filter: contrast(0.5); */
}

.checklist-cards-wrapper .card:hover .card-text {
  color: white;
}

.checklist-cards-wrapper .card-icon {
  max-height: 6rem;
}

.covid-checklist-wrapper .party-logo {
  max-width: 100%;
  max-height: 50px;
}

.covid-checklist-wrapper .party-logo.labor {
  width: 100px;
}

.checklist-border {
  border-left: .5rem solid #f7f1e8;
}

.covid-checklist-wrapper .bi-chevron-down {
  color: black;
}

.covid-checklist-wrapper .bi-check-square {
  color: green;
}

.covid-checklist-wrapper .bi-x-square {
  color: red;
}

.covid-checklist-wrapper [type=button] {
  -webkit-appearance: unset;
}

/*New page css */
.container-banner-content .col-fp-hero {
  height: auto;
}
.container-banner-content .col-fp-hero .gutters {
  min-height: 400px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.container-banner-content .col-fp-hero .gutters.home-page-slider{justify-content:initial;}
.container-banner-content .col-fp-hero .gutters.home-page-slider .fp-hero-button .btn{min-width:170px;}
.col-48.col-fp-hero.bg-primary {
  background-position: right top;
}

@media (max-width:991px) {
  .container-banner-content .col-fp-hero .gutters {
      min-height: 300px;
  }
}
.custom-banner-award .container-banner-content .col-fp-hero .gutters, .custom-banner-doctor .container-banner-content .col-fp-hero .gutters {
  min-height: 400px;
  height: 40vh;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.custom-banner-award .col-48.col-fp-hero.bg-primary, .custom-banner-doctor .col-48.col-fp-hero.bg-primary {
  background-position: right top;
}

@media (max-width:991px) {
  .custom-banner-award .container-banner-content .col-fp-hero .gutters, .custom-banner-doctor .container-banner-content .col-fp-hero .gutters {
      min-height: 300px;
  }
}

.checklist-cards-wrapper .card .card-body {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /* background-color: transparent!important; */
  background-color: rgb(37 48 82 / 80%) !important;
}

.checklist-cards-wrapper .card .card-body:hover {
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  /* background-color: rgb(37 48 82 / 80%)!important; */
  background-color: transparent !important;
}
.breadcrumbs {
  font-size: 1.0rem !important;
}