.navbar-expand{
    margin: 0!important;
    width: 100% !important;
}
.content-wrapper {
    background: #f4f6f9;
    margin: 0 !important;
    padding: 0%;
}

#bottomSheet {
    padding:16px;
    /* Rectangle 6: */
    background: #FFFFFF;
    box-shadow: 0 -2px 16px 0 rgba(0,0,0,0.16);
    border-radius:8px 8px 0px 0px;
    transition:all 0.4s ease;
    position: fixed;
    z-index: 400;
    display: none;
    bottom: 0;
    width: 100%;
}

.bottomSheet__header {
    /* Remind me: */
    font-size: 16px;
    color: #222222;
    letter-spacing: 0.23px;
    margin-bottom: 16px;
    display: inline-block;

}

.bottomSheet__button{
    /* Standard Delivery copy (active): */
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #222222;
    line-height: 20px;
    display:inline-block;
    background: #F7F7F7;
    border-radius: 8px;
    margin: 0px 0px 8px 0px;
    padding: 10px 16px;
    width:100%;
}

.bottomSheet__link{
    /* Standard Delivery copy (active): */
    font-family: HelveticaNeue;
    font-size: 16px;
    color: #1A6461;
    line-height: 20px;
    text-decoration: underline;
    margin-top:16px;
}
.bottomSheet__link--last {
    margin-bottom:16px;
}

.bottomSheet__checkbox{
    margin-right:8px;
}

.bottomSheet--onScreen {
    position: fixed;
    bottom: 0px;
}
.bottomSheet--offScreen{
    position: fixed;
    bottom: -270px;
}
.hidden {
    opacity:0 !important;
}
.visible{
    opacity: 1 !important;
    margin-top:14px;
    margin-bottom:24px;
}
.showToast {
    position: fixed;
    bottom: -205px;
}
.largemargins {
    margin-top:16px;
    margin-bottom:24px;
}
#cancelButton {
    display: inline-block;
    float: right;
    color: #1A6461;
}
.big-text{
    position: relative;
    padding-left: 0px;
}
.big-text:after{
    position: absolute;
    left: 0;
    width: 4px;
    top: 25%;
    background-color: var(--app-them);
    height: 30%;
}
.raduis-b{
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    border-radius: 50px;
}
.bg-img {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important; }

.jarallax {
    position: relative;
    z-index: 0; }
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #ffffff;
    right: 20px;
    text-align: center;
    padding-right: 0;
    width: 100%;
    position: fixed;
    top: 20px;
    width: 30px;
    background: #1cc3b2;
    height: 30px;
    line-height: 30px; }

button.mfp-close,
button.mfp-arrow {
    background: #1cc3b2; }

.mfp-bottom-bar {
    display: none !important; }

.mfp-bg {
    background-color: #000000; }

.bg-transparent {
    background-color: transparent !important; }




.public-content{
    min-height: 800px;
    width: 100%;

}
/* :: 3.0 Preloader Area CSS */
#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: var(--app-them);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden; }

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out; }

.loader {
    color: #ffffff;
    font-size: 6px;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s; }

.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0; }

.loader:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s; }

.loader:after {
    left: 3.5em; }

@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em; }
    40% {
        box-shadow: 0 2.5em 0 0; } }
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em; }
    40% {
        box-shadow: 0 2.5em 0 0; } }









body{
    background:#f1f5f8;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
a.webservices{
    text-decoration:none;
    color:#000000;
    cursor:pointer;
}
#sublink{
    font-size:12px;
}
#title{
    margin:50px auto;
    text-align:center;
    font-family: 'Open Sans', sans-serif;
}
*{
    font-family: 'Open Sans', sans-serif;
}
#content{
    margin: 0px auto;
    background:#d4145a;
    padding:15px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 0px 1px #000000;
}
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float:left;
    margin: 1% 0 1% 1.6%;
    text-align:center;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}


/*  GRID OF TWO  */
.span_2_of_2 {
    width: 100%;
}
.span_1_of_2 {
    width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }
}

@media only screen and (max-width: 480px) {
    .span_2_of_2 {
        width: 100%;
    }
    .span_1_of_2 {
        width: 100%;
    }
}
label {
    display: inline-block;
    width: 5em;
}

.form{
    max-width: 50%;
    margin: 0px auto;
    padding: 50px;
    font-family: 'Open Sans', sans-serif !important;
    display: flex;
    flex-direction: row;
}

.form >div:first-child{
    width: 35%;
    margin: 0px auto;
    margin-left: 30px;
    padding-left: 8px;
    font-family: 'Open Sans', sans-serif !important;
    display: flex;
    flex-direction: row;
}

.form >div:nth-child(2){
    width: 35%;
    margin: 0px auto;
    margin-left: 30px;
    padding-left: 8px;
    font-family: 'Open Sans', sans-serif !important;
    display: flex;
    flex-direction: row;
}
.form >div:nth-child(3){
    width: 30%;
    margin: 0px auto;
    margin-left: 30px;
    padding-left: 8px;
    font-family: 'Open Sans', sans-serif !important;
    display: flex;
    flex-direction: row;
}
.custom-btn {
    width: 100%;
    outline: none;
    border: 0px;
    border-radius: 5px;
    padding-left: 3%;
    padding-right: 3%;
    color: #fff;
    background-color: #333333;
    letter-spacing: 1px;
    font-weight: 600;
}

input {

    font-size: 20px;
}

.info{
    display: inline-block;
    margin-right: 5px;
}

.form input {
    display: block;
    width: 100%;
    height: 20px;
    border: 0;
    border-radius: 3px;
    margin: 0 0 10px 0;
    padding: 12px 10px;
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0px 0px 2px #eee;
}

.info input:last-child {
    margin: 0;
}

.info input:focus {
    background: #eee;
    outline: none;
}


input[type="submit"]:hover{
    background: linear-gradient(180deg, #FF6C54, #FFA754);
}
.marger{
    margin-top: 20px;
    margin-bottom: 10px;
}






[x-cloak] {
    display: none;
}

[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

.form-checkbox,
.form-radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    flex-shrink: 0;
    color: currentColor;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    height: 1.4em;
    width: 1.4em;
}

.form-checkbox {
    border-radius: 0.25rem;
}

.form-radio {
    border-radius: 50%;
}

.form-checkbox:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.707 7.293a1 1 0 0 0-1.414 1.414l2 2a1 1 0 0 0 1.414 0l4-4a1 1 0 0 0-1.414-1.414L7 8.586 5.707 7.293z'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.form-radio:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}

#heading {
    text-transform: uppercase;
    color: var(--app-second-them);;
    font-weight: normal
}

#msform {
    text-align: center;
    position: relative;
    margin-top: 20px;
    padding: 20px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input,
#msform textarea {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    background-color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 0.25rem;
}

.show-pwd{
    position: absolute;
    right: 20px;
    bottom: 38px;
}
.input-error{
    border: 1px solid red!important;
    color: #821c24!important;
}
.input-await{
    border: 1px solid var(--app-warning)!important;
}
.input-info{
    border: 1px solid var(--app-info)!important;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid var(--bg-theme);
    outline-width: 0
}
.btn-act{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 20px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
.border-bottom{
    border-bottom: 2px solid var(--bg-theme);
}
.border-top{
    border-top: 2px solid var(--bg-theme);
}
.btn-shadow{
    box-shadow: inset 0 1px 2px rgba(0,0,0,.39), 0 -1px 1px #FFF, 0 1px 0 #FFF;
}
#msform .action-button {
    width: 100px;
    background: var(--bg-theme);;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 0px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 0px 10px 5px;
    float: right
}

#msform .action-button:hover,
#msform .action-button:focus {
    background-color: #000000;
}

#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 10px 0px;
    float: right
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
    background-color: #000000
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: var(--bg-theme);;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: var(--app-second-them);;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left;
    font-weight: 400!important;
    color: #777777;
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
}

#progressbar .active {
    color: var(--app-second-them);
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 33.33%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: "Font Awesome 5 Free";
    content: "\f279"
}

#progressbar #personal:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007"
}

#progressbar #payment:before {
    font-family: "Font Awesome 5 Free";
    content: "\f007"
}

#progressbar #confirm:before {
    font-family: "Font Awesome 5 Free";
    content: "\f058"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}
.iti--allow-dropdown{
    width: 100%;
    margin-bottom: 13px;
    border-radius: 20px;
}
#progressbar li.active:before,
#progressbar li.active:after {
    background: var(--app-second-them);
}

.progress {
    height: 20px;
    border-radius: 20px;
}

.progress-bar {
    background-color: var(--app-them);
}

.fit-image {
    width: 100%;
    object-fit: cover
}
