html, body{
    font-size: 90%;
    /*-webkit-text-size-adjust: none;*/
}

body {
    font-family: Raleway, sans-serif !important;
}

.bottom-margin{
    margin-bottom: 25px !important;

}

label{
    font-weight: 500;
}

.home-icon-bg {
    position: absolute;
    top: 32px;
    right: 15px;
}

.home-icon {
    position: absolute;
    top: 38px;
    right: 22px;
}

.card-title {
  font-size: 18px;
  line-height: 25px;
  
  text-align: center;
}

.card-text {
    font-size: 18px;
    line-height: 28px;

    color: #FFFFFF;

    text-align: left;

    margin-top: 29px;
    padding: 0 25px 0 26px;
}

.card-text a {
  color: #F47920;
}

#slider {
    overflow-x: hidden;
    
    max-width: 100%;
    max-height: 100%;
}

.swipe {
    overflow: hidden;
    visibility: hidden;
    position: relative;
}
.swipe-wrap {
    overflow: hidden;
    position: relative;
}
.swipe-wrap > div {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#finBtnContainer{
    width: 328px;
    margin: auto;
}

.inner-container {
  padding: 0 28px 0 26px;
}

.form-group {
    margin-bottom: 27px !important;
}

.landing-text {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
    margin-bottom: 0.25rem;

    color: #D8E8FF;
}

.secondary-landing-text {
  font-size: 18px;
  line-height: 24px;
}

.landing-text ~ label,
.secondary-landing-text ~ label {
  line-height: 16px;

  margin: 10px 0;

  color: #FFFFFF;
}

.landing-text ~ label {
  font-size: 17px;
}

.secondary-landing-text ~ label {
  font-size: 16px;
}

.required-asterisk {
    color: #F47920;
}

.form-control {
    border-radius: 8px !important;
}

.checkbox,
.radio {
  display: none;
}

.checkbox + label,
.radio + label {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.checkbox + label::before,
.radio + label::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
  width: 14px;
  height: 14px;
  background-color: rgb(255, 255, 255, 0.1);
  border-width: 2px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  border-radius: 9px;
}

.checkbox:checked + label::after,
.radio:checked + label::after {
  content: "";
  background-image: url("/public/images/checkbox_fill.svg");
  background-repeat: no-repeat;
  background-size: 6px 6px;
  background-position: center center;
  position: absolute;
  left: 4px;
  height: 6px;
  width: 6px;
}

.text-blue{
    color: #00265A;
}
.text-white{
    color: #FFFFFF !important;
}
.text-gray{
    color: #b8b8b8;
}

.bg-color{
    /*background-color: #8c2a2a !important; !* Original Maroon*!*/
    background-color: #00265A !important;
}
.white-bg{
    background-color: #FFFFFF !important;
}

.landing-button{
    width: 100%;
    margin-left: 0%;
    margin-bottom: 0%;
    border: 1px solid black !important;
    border-radius: 8px !important;
    font-size: 32px !important;
    display: block;
}

.finish-button{
    width: 100%;
    border: 1px solid black !important;
    border-radius: 8px !important;
    font-size: 32px !important;
    
}

.landing-select {
    width: 100%;
    border-radius: 8px;
    padding: 11px 19px 7px 19px;

    font-weight: 600;
    font-size: 18px;
    line-height: 25px;

    color: rgba(0, 0, 0, 0.4);

    /* for the dropdown indicator */
    appearance: none;
    background-image: url("/public/images/caret.svg");
    background-repeat: no-repeat;
    background-position: right 19px center;
}

#paginationBullets{
    position: relative;
    bottom: 0px;
    
}

.swiper-pagination-bullet{
    width: 30px !important;
    height: 30px !important;
    margin: 10px;
    background: rgba(255, 255, 255, 0.5) !important;
 
}

.swiper-pagination-bullet:focus{

}

.swiper-pagination-bullet-active{
    /*background-color: #8c2a2a !important; !* Original Maroon*!*/
    background-color: #F47920 !important;
}

.relative {
    position:relative;
  }
  
.inner {
    position: relative;
    margin-top: -50px;
}

.titleText {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.secondaryText {
    margin-bottom: 0;
    text-align: left;
    font-size: 15px;
    line-height: 18px;

    position: relative;
}

.img-container {
    margin: 0 11px 0 13px;
    padding: 25px; 

    border-radius: 5px;
}

.btn-primary {
    background: #F47920 !important;;
;

}
.row:before, .row:after {display: none !important;}

.steps-title-container {
  padding: 0 28px 15px 26px;
}

.steps-title-one {
    position: relative;
    margin-top: -60px;

    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
}

.steps-sub-title {
    position: relative;

    font-size: 18px;
    line-height: 25px;
}

.steps-watercraft-name {
    font-weight: 600;
    font-size: 24px;
    line-height: 25px;

    position: relative;

    margin-top: -60px;
    padding: 0 28px 20px 26px;
    
    color: #FFFFFF;
}

/* Mobile only styling */
@media only screen and (max-width: 1025px) {
  .hide-from-mobile {
      display: none;
  }
}

/* Desktop only styling */
@media only screen and (min-width: 1026px) {
    .hide-from-desktop {
        display: none;
    }

    .img-container {
        display: flex;
        max-height: 250px;
    }

    .card-img {
        object-fit: scale-down;
    }
}
