/* The Modal (background) */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');

body {
	background-color: #111;
}

.text-color  {
    color: #fff;
}

#modal-step-1 {
    background-image: url('../img/modal-me.jpg');
}
#modal-step-2 {
    background-image: url('../img/modal-2.jpg');

}
#modal-step-3 {
    background-image: url('../img/modal-3.jpg');

}
.roboto {
    font-family: 'Roboto', sans-serif;
}

.bold {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.regular {
    font-weight: 400;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: hidden;   
    justify-content: center;
    align-items: center;
}

.modal-step {
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;  
    padding: 0px 15px;
    min-height: 420px;
}

.modal-step.active {
    display: block;
}
  
.modal-content {
    background: #b1b1b1;
    background: -moz-radial-gradient(center, ellipse cover, #b1b1b1 0%, #7e7e7e 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #b1b1b1 0%,#7e7e7e 100%);
    background: radial-gradient(ellipse at center, #b1b1b1 0%,#7e7e7e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1b1b1', endColorstr='#7e7e7e',GradientType=1 );
    margin: 70px auto;
    width: 90%;
    color: #4a4a4a;
    position: relative;
}

#error-alert {
    display: none;
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-weight: 400;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    height: 100%;
}

.modal-col {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.modal-col-left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.modal-image {
    max-width: 100%;
}

.modal-content h3 {
    font-size: 1.2rem;
    line-height: 1.2;
}

.modal-content p {
    font-size: 1rem;
    line-height: 1.2;
}

.modal-btn-wrapper {
    text-align: center;
}

.modal-btn {
    font-weight: 300;
    font-size: 1.2rem;
    border-radius: 10px;
    border: none;
    margin-top: 15px;
    width: auto;
    padding: 10px 25px;
    color: #fff;
    background-color: #2f5261;
    float: none;
}

.modal-btn:hover {
    background-color: #3e88a6;
    -webkit-transition: ease-in-out, background-color .50s ease-in-out;
    transition: ease-in-out, background-color .50s ease-in-out;
}

.modal-btn:disabled {
    background-color: #444;
    opacity: .75;
    cursor: wait;
}

.modal-btn:focus {
    border-radius: 0;
    border: none;
    outline: none;
    background-color: #444;
}

.modal-form-group {
    display: block;
    margin-bottom: 15px;
}

.modal-form-label {
    display: block;
    margin-bottom: 8px;
    margin-bottom: 8px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
}

.modal-form-group .error {
    display: block;
    font-size: .8rem;
    color: #ff0000;
    font-weight: 300;
    font-style: italic;
    margin-top: 5px;
}

.modal-form-checkbox-label {
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 35px;
    margin: 15px 0;
    line-height: 25px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.modal-form-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.modal-form-checkbox-label .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.modal-form-checkbox-label:hover input ~ .checkmark {
    border: 1px solid #9d3f35;
}

.modal-form-checkbox-label .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
  
.modal-form-checkbox-label input:checked ~ .checkmark:after {
    display: block;
}

.modal-form-checkbox-label .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #9d3f35;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-form-checkbox-label a {
    font-size: 1rem !important;
    color: #9d3f35;
    opacity: 1;
}

.modal-form-checkbox-label a:hover {
    text-shadow: none;
    opacity: .75;
}
  

.modal-form-control {
    background-color: #ffffff;
    color: #4a4a4a;
    font-family: 'Roboto', sans-serif;
    padding: 0 10px;
    font-size: 1rem;
    min-height: 40px;
    margin-top: 0;
    border: none;
    border-radius: 0 !important;
    width: 75%;
}

.modal-form-control:focus {
    outline: none;
    box-shadow: inset 0 0 0 2px #9d3f35;
}


.close {
    color: #ffffff;
    float: right;
    font-size: 33px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    z-index: 999;
}

.close:hover,
.close:focus {
    color: #4a4a4a;
    text-decoration: none;
    cursor: pointer;
}

@media (min-width: 576px) {
    .modal-col-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }
}

@media (min-width: 768px) {
    .modal-content h3 {
        font-size: 1.5rem;
        letter-spacing: 2px;
    }
    .modal-content p {
        font-size: 1.2rem;
        letter-spacing: 2px;
    }

    .modal-btn-wrapper {
        text-align: left;
    }

    .modal-btn {
        float: left;
    }
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
    .modal-content {
        width: 75%;
    }

    .modal-col-left {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%;
    }

}

@media (min-width: 1492px) {
    .modal-content {
        width: 65%;
    }
}
/** LOADER **/

#page-loader {
    position: fixed; 
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: center;
}

#page-loader.loading {
    display: flex !important;
}

.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-ellipsis div {
    position: absolute;
    top: 33px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }
  .lds-ellipsis div:nth-child(1) {
    left: 8px;
    animation: lds-ellipsis1 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(2) {
    left: 8px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(3) {
    left: 32px;
    animation: lds-ellipsis2 0.6s infinite;
  }
  .lds-ellipsis div:nth-child(4) {
    left: 56px;
    animation: lds-ellipsis3 0.6s infinite;
  }
  @keyframes lds-ellipsis1 {
    0% {
      transform: scale(0);
    }
    100% {
      transform: scale(1);
    }
  }
  @keyframes lds-ellipsis3 {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(0);
    }
  }
  @keyframes lds-ellipsis2 {
    0% {
      transform: translate(0, 0);
    }
    100% {
      transform: translate(24px, 0);
    }
  }
  