* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%; 
}

/*Background color*/
#grad1 {
    /* background-color: #cacaca; */
    /* background-image: linear-gradient(120deg, #FF4081, #81D4FA); */
    background: transparent;
    margin-top:120px;
    margin-bottom:150px;
}

@media (max-width: 650px) {
    #grad1 {
     margin-top:140px;
    } 

    .stepOne h3 {
        font-size: 1.3rem;
    font-weight: bolder;
    }
}

.white {
    color:#fff;
}

/*form styles*/
#msform {
    text-align: center;
    position: relative;
    margin-top: 10px;
}

#msform fieldset .form-card {
    background: white;
    border: 0 none;
    border-radius: 10px;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    padding: 20px 40px 30px 40px;
    box-sizing: border-box;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20px;
    /* margin: 0 3% 20px 3%; */


    /*stacking fieldsets above each other*/
    position: relative;
}

#msform fieldset {
    background: transparent;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;

    /*stacking fieldsets above each other*/
    position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
    display: none;
}

#msform fieldset .form-card {
    text-align: left;
    /* color: #9E9E9E; */
}

#msform input, #msform textarea {
    padding: 0px 8px 4px 8px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    /* font-family: montserrat; */
    font-weight: bold;
    color: #11255c;
    font-size: 16px;
    letter-spacing: 1px;
}

#msform input:focus, #msform textarea:focus {
    /* -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    font-weight: bold;
    border-bottom: 2px solid skyblue;
    outline-width: 0; */
}

/*Blue Buttons*/
#msform .action-button {
    width: 120px;
    background: rgb(207, 0, 0);
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 5px;
    cursor: pointer;
    padding: 10px;
    margin: 10px;
    pointer-events: none;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
}

/*Previous Buttons*/
#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
}

/*Dropdown List Exp Date*/
select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px;
}

select.list-dt:focus {
    border-bottom: 2px solid skyblue;
}

/*The background card*/
.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative;
}

/*FieldSet headings*/
.fs-title {
    font-size: 25px;
    color: #2C3E50;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: left;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: #000000;
}

#progressbar li {
    list-style-type: none;
    font-size: 12px;
    width: 25%;
    float: left;
    position: relative;
}

/*Icons in the ProgressBar*/
#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f023";
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007";
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f09d";
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c";
}

/*ProgressBar before any progress*/
#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 18px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px;
}

/*ProgressBar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1;
}

/*Color number of the step and the connector before it*/
#progressbar li.active:before, #progressbar li.active:after {
    background: skyblue;
}

/*Imaged Radio Buttons*/
.radio-group {
    position: relative;
    margin-bottom: 25px;
}

.radio {
    display:inline-block;
    width: 204;
    height: 104;
    border-radius: 0;
    background: lightblue;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    cursor:pointer;
    margin: 8px 2px; 
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}

/*Fit image in bootstrap div*/
.fit-image{
    width: 100%;
    object-fit: cover;
}

.card {
    background-color: transparent;
}

.bottomFormCopy {
    width: 100%;
    height: 120px;
    
    padding:10px;    
    font-size: 22px!important;
    border-radius: 10px;
    
}

.disclaimer {
    width: 100%;
    min-height: 90px;
    background-color: #fff;
    padding:10px;    
    font-size: 14px!important;
    border-radius: 10px;
    color:#000000
}

.stepOne {
    margin-top:26px !important;
}

/* input#txt-first-name {
    width: 34%;
} */
input#txt-last-name {
    width: 34%;
}

input#home_area_code, input#home_prefix, input#home_suffix {
    width: 70px;
}

.centerCopy {
    text-align: center;
}

.longBtn {
    width: 300px !important;
    
}

@media (max-width: 800px) {
    #msform fieldset .form-card {        
        width: 100%;
        margin: 0;
        padding: 14px 14px 14px 14px;
    }    
  }

  input#consentCheckBox {
    width:15px;
    height: 15px;
    margin: auto;
  }

  #consentText {
    color:#9E9E9E;
    font-size: .8em;
  }

  #terms {
    color:#9E9E9E;
    font-size: .8em;
  }

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(10, 22, 100) !important;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(10, 22, 100) !important;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(10, 22, 100) !important;
  }

  .wait {
    color: rgb(10, 22, 100) !important;
    font-size: 1em;
  }

  .options {
   width: 100%;
   height: 100px;
   
}

.form-switch {
    padding-left: 2.5em;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    /* padding-left: 1.5em; */
    margin-bottom: 1.125rem;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url(../img/dot.png);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}


#lastStep input {
    width: auto!important;
    border: 1px solid #000;
}





