/*!

 =========================================================
 * Bootstrap Wizard - v1.1.1
 =========================================================

 * Product Page: https://www.creative-tim.com/product/bootstrap-wizard
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/bootstrap-wizard/blob/master/LICENSE.md)

 =========================================================

 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */

body {
}

a {
    color: #2ca8ff;
}

a:hover,
a:focus {
    color: #109cff;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="button"]:focus {
    outline: 0 !important;
}
input::placeholder {
    color: black !important;
}

.highlighted-step {
    color: #0082cb !important;
}

.btn:focus,
.btn:hover,
.btn:active {
    outline: 0;
}

/*           Animations              */
.form-control,
.input-group-addon {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}

.image-container {
    padding-top: 5px;
    min-height: 100vh;
    background-position: center center;
    background-size: cover;
}

.wizard-container {
    padding-top: 100px;
    z-index: 3;
    min-height: 680px;
}
.selected-payment {
    outline: #0082cb;
}

@media only screen and (min-device-width: 200px) and (max-device-width: 767px) {
    .wizard-container {
        min-height: auto !important;
        padding-top: 70px !important;
        z-index: 3;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .wizard-container {
        padding-top: 70px !important;
        z-index: 3;
    }
}

.wizard-navigation {
    position: relative;
}

.made-with-mk {
    width: 50px;
    height: 50px;
    display: block;
    position: fixed;
    z-index: 555;
    bottom: 40px;
    right: 40px;
    border-radius: 30px;
    background-color: rgba(16, 16, 16, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    cursor: pointer;
    padding: 10px 12px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}

.made-with-mk:hover,
.made-with-mk:active,
.made-with-mk:focus {
    width: 218px;
    color: #ffffff;
    transition-duration: 0.55s;
    padding: 10px 30px;
}

.made-with-mk:hover .made-with,
.made-with-mk:active .made-with,
.made-with-mk:focus .made-with {
    opacity: 1;
}

.made-with-mk:hover .brand,
.made-with-mk:active .brand,
.made-with-mk:focus .brand {
    left: 0;
}

.made-with-mk .brand,
.made-with-mk .made-with {
    float: left;
}

.made-with-mk .brand {
    position: relative;
    top: 3px;
    left: -1px;
    letter-spacing: 1px;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
}

.made-with-mk .made-with {
    color: rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 75px;
    top: 15px;
    opacity: 0;
    margin: 0;
    -webkit-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -moz-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    -o-transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
    transition: 0.55s cubic-bezier(0.6, 0, 0.4, 1);
}

.made-with-mk .made-with strong {
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 1px;
}

/*           Font Smoothing      */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.navbar,
.brand,
.btn-simple {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

/*           Typography          */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    font-weight: 400;
    margin: 30px 0 15px;
}

h1,
.h1 {
    font-size: 52px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 28px;
    margin: 20px 0 10px;
}

h4,
.h4 {
    font-size: 22px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
    font-weight: bold;
}

p {
    font-size: 16px;
    line-height: 1.618em;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    color: #999999;
    font-weight: 300;
    line-height: 1;
}

h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
    font-size: 60%;
}
.bg-linear {
    background: linear-gradient(
        to bottom,
        #e6efff 0%,
        rgba(230, 239, 255, 0) 100%
    );
}

h1 .subtitle {
    display: block;
    font-family: geekexpressregular;
    line-height: 40px;
    margin: 15px 0 30px;
}

.card {
    background-color: #ffffff;
    padding: 10px 0 20px;
    width: 100%;
}

.wizard-card {
    /* min-height: 653px !important;*/
    background-color: #ffffff;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1); */
    border-radius: 10px;
    padding: 0px 0;
}

.wizard-card .picture-container {
    position: relative;
    cursor: pointer;
    text-align: center;
}

.wizard-card .picture {
    width: 106px;
    height: 106px;
    background-color: #999999;
    border: 4px solid #cccccc;
    color: #ffffff;
    border-radius: 50%;
    margin: 5px auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .picture:hover {
    border-color: #2ca8ff;
}

.wizard-card .picture input[type="file"] {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.wizard-card .picture-src {
    width: 100%;
}

.wizard-card .tab-content {
    min-height: 340px;
    /* padding: 30px 10px;*/
}

.tab-info {
    padding: 0px 80px;
    margin-left: 10px;
    margin-right: 10px;
}

.wizard-card .wizard-footer {
    padding: 0 10px;
}

.wizard-card .disabled {
    display: none;
}

.wizard-card .wizard-header h3 {
    font-weight: 200;
    text-align: center;
}

.wizard-card[data-color="green"] .choice:hover .icon,
.wizard-card[data-color="green"] .choice.active .icon {
    border-color: #05ae0e;
}

.wizard-card[data-color="green"] .picture:hover {
    border-color: #05ae0e;
}

.wizard-card[data-color="green"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #05ae0e;
    top: 0px;
    left: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

.wizard-card[data-color="azzure"] .choice:hover .icon,
.wizard-card[data-color="azzure"] .choice.active .icon {
    border-color: #2ca8ff;
}

.wizard-card[data-color="azzure"] .picture:hover {
    border-color: #2ca8ff;
}

.wizard-card[data-color="azzure"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #2ca8ff;
    top: 0px;
    left: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

.wizard-card[data-color="blue"] .choice:hover .icon,
.wizard-card[data-color="blue"] .choice.active .icon {
    border-color: #3472f7;
}

.wizard-card[data-color="blue"] .picture:hover {
    border-color: #3472f7;
}

.wizard-card[data-color="blue"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #3472f7;
    top: 0px;
    left: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

.wizard-card[data-color="yellow"] .choice:hover .icon,
.wizard-card[data-color="yellow"] .choice.active .icon {
    border-color: #ffd219;
    /*border-radius: 10px;*/
}

.wizard-card[data-color="yellow"] .picture:hover {
    border-color: #ffd219;
    /*border-radius: 10px;*/
}

.wizard-card[data-color="yellow"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 0px;
    /* padding: 10px;  */
    font-size: 18px;
    text-transform: capitalize;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: white;
    top: 10px;
    left: 0px;
    color: #0082cb;
    /* cursor: pointer; */

    /* width:auto !important; */
    /*border-radius: 10px;*/
    /*font-weight: 500;*/
}

.wizard-card[data-color="yellowAr"] .choice:hover .icon,
.wizard-card[data-color="yellow"] .choice.active .icon {
    border-color: transparent;
    /*border-radius: 10px;*/
}

.wizard-card[data-color="yellowAr"] .picture:hover {
    border-color: transparent;
    /*border-radius: 10px;*/
}

.wizard-card[data-color="yellowAr"] .moving-tab {
    font-weight: 800;
    position: absolute;
    text-align: center;
    /* padding: 10px; */
    font-size: 18px;
    /* text-transform: uppercase; */
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: white;
    top: 0px;
    right: 0px;
    color: #0082cb;
    cursor: pointer;
    /*border-radius: 10px;*/
    /*font-weight: 500;*/
}

.wizard-card[data-color="orange"] .choice:hover .icon,
.wizard-card[data-color="orange"] .choice.active .icon {
    border-color: #ff9500;
}

.wizard-card[data-color="orange"] .picture:hover {
    border-color: #ff9500;
}

.wizard-card[data-color="orange"] .moving-tab {
    font-weight: 800;
    position: absolute;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #ff9500;
    top: 0px;
    left: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

.wizard-card[data-color="red"] .choice:hover .icon,
.wizard-card[data-color="red"] .choice.active .icon {
    border-color: #ff3b30;
}

.wizard-card[data-color="red"] .picture:hover {
    border-color: #ff3b30;
}

.wizard-card[data-color="red"] .moving-tab {
    position: absolute;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #ff3b30;
    top: 0px;
    left: 0px;
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
}

.wizard-card .btn {
    text-transform: uppercase;
}

.wizard-card .info-text {
    text-align: center;
    font-weight: 300;
    margin: 10px 0 30px;
}

.wizard-card .choice {
    text-align: center;
    cursor: pointer;
    margin-top: 20px;
}

.wizard-card .choice .icon {
    text-align: center;
    vertical-align: middle;
    height: 116px;
    width: 116px;
    border-radius: 50%;
    background-color: #999999;
    color: #ffffff;
    margin: 0 auto 20px;
    border: 4px solid #cccccc;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.wizard-card .choice i {
    font-size: 30px;
    line-height: 111px;
}

.wizard-card .choice:hover .icon,
.wizard-card .choice.active .icon {
    border-color: #2ca8ff;
}

.wizard-card .choice input[type="radio"],
.wizard-card .choice input[type="checkbox"] {
    position: absolute;
    left: -10000px;
    z-index: -1;
}

.wizard-card .btn-finish {
    display: none;
}

.wizard-card .description {
    color: #999999;
    font-size: 14px;
}

/*             Inputs               */
.form-control {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: none;
    color: #444444;
    height: 38px;
    padding: 6px 16px;
}

.form-control:focus {
    background-color: #ffffff;
    border: 1px solid #9a9a9a;
    box-shadow: none;
    outline: 0 none;
}

.form-control + .form-control-feedback {
    border-radius: 6px;
    font-size: 14px;
    padding: 0 12px 0 0;
    position: absolute;
    right: 25px;
    top: 13px;
    vertical-align: middle;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    border-color: #e3e3e3;
    box-shadow: none;
}

.has-success .form-control,
.form-control .has-success .form-control-feedback,
.form-control.valid:focus {
    border-color: #05ae0e;
    color: #05ae0e;
}

.has-error .form-control,
.form-control .has-error .form-control-feedback,
.form-control.error {
    color: #ff3b30;
    border-color: #ff3b30;
}

.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
    background-color: #ffffff;
    border-color: #9a9a9a;
}

.form-control ::-moz-placeholder {
    color: #dddddd;
    opacity: 1;
}

.form-control ::-moz-placeholder {
    color: #dddddd;
    opacity: 1;
}

.form-control ::-webkit-input-placeholder {
    color: #dddddd;
    opacity: 1;
}

.form-control ::-ms-input-placeholder {
    color: #dddddd;
    opacity: 1;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eeeeee;
    color: #999999;
    cursor: not-allowed;
}

.input-lg {
    height: 56px;
    padding: 10px 16px;
}

.input-group-addon {
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
}

.btn {
    border-width: 2px;
    background-color: transparent;
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
}

.btn:active,
.btn.active {
    background-image: none;
    box-shadow: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    opacity: 0.45;
}

.btn-round {
    border-width: 1px;
    border-radius: 30px !important;
    opacity: 0.79;
    padding: 9px 18px;
}

.btn-sm,
.btn-xs {
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 10px;
}

.btn-xs {
    padding: 1px 5px;
}

.btn-lg {
    border-radius: 6px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 30px;
}

.btn-wd {
    min-width: 100px;
}

.btn-default {
    color: #777777;
    border-color: #999999;
}

.btn-primary {
    color: #3472f7;
    border-color: #3472f7;
}

.btn-info {
    color: #2ca8ff;
    border-color: #2ca8ff;
}

.btn-success {
    color: #05ae0e;
    border-color: #05ae0e;
}

.btn-warning {
    color: #ff9500;
    border-color: #ff9500;
}

.btn-danger {
    color: #ff3b30;
    border-color: #ff3b30;
}

.btn:hover {
    background-color: transparent;
    opacity: 1;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle .btn-primary {
    color: #1d62f0;
    border-color: #1d62f0;
    background-color: transparent;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle .btn-info {
    color: #109cff;
    border-color: #109cff;
    background-color: transparent;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle .btn-success {
    color: #049f0c;
    border-color: #049f0c;
    background-color: transparent;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle .btn-warning {
    color: #ed8d00;
    border-color: #ed8d00;
    background-color: transparent;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle .btn-danger {
    color: #ee2d20;
    border-color: #ee2d20;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.active,
.open .dropdown-toggle .btn-default {
    color: #666666;
    border-color: #888888;
    background-color: transparent;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active {
    background-color: transparent;
    border-color: #3472f7;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info.active[disabled],
fieldset[disabled] .btn-info.active {
    background-color: transparent;
    border-color: #2ca8ff;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success.active[disabled],
fieldset[disabled] .btn-success.active {
    background-color: transparent;
    border-color: #05ae0e;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger.active[disabled],
fieldset[disabled] .btn-danger.active {
    background-color: transparent;
    border-color: #ff3b30;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning.active[disabled],
fieldset[disabled] .btn-warning.active {
    background-color: transparent;
    border-color: #ff9500;
}

/*           Buttons fill .btn-fill           */
.btn-fill {
    color: #ffffff;
    opacity: 1;
}

.btn-fill:hover,
.btn-fill:active,
.btn-fill:focus {
    color: #ffffff;
}

.btn-fill.btn-default {
    background-color: #999999;
    border-color: #999999;
}

.btn-fill.btn-default:hover,
.btn-fill.btn-default:focus,
.btn-fill.btn-default:active,
.btn-fill.btn-default.active,
.open .dropdown-toggle .btn-fill.btn-default {
    background-color: #888888;
    border-color: #888888;
}

.btn-fill.btn-primary {
    background-color: #3472f7;
    border-color: #3472f7;
}

.btn-fill.btn-primary:hover,
.btn-fill.btn-primary:focus,
.btn-fill.btn-primary:active,
.btn-fill.btn-primary.active,
.open .dropdown-toggle .btn-fill.btn-primary {
    border-color: #1d62f0;
    background-color: #1d62f0;
}

.btn-fill.btn-info {
    background-color: #2ca8ff;
    border-color: #2ca8ff;
}

.btn-fill.btn-info:hover,
.btn-fill.btn-info:focus,
.btn-fill.btn-info:active,
.btn-fill.btn-info.active,
.open .dropdown-toggle .btn-fill.btn-info {
    background-color: #109cff;
    border-color: #109cff;
}

.btn-fill.btn-success {
    background-color: #05ae0e;
    border-color: #05ae0e;
}

.btn-fill.btn-warning {
    background-color: #ff9500;
    border-color: #ff9500;
}

.btn-fill.btn-warning:hover,
.btn-fill.btn-warning:focus,
.btn-fill.btn-warning:active,
.btn-fill.btn-warning.active,
.open .dropdown-toggle .btn-fill.btn-warning {
    background-color: #ed8d00;
    border-color: #ed8d00;
}

.btn-fill.btn-danger {
    background-color: #ff3b30;
    border-color: #ff3b30;
}

.btn-fill.btn-danger:hover,
.btn-fill.btn-danger:focus,
.btn-fill.btn-danger:active,
.btn-fill.btn-danger.active,
.open .dropdown-toggle .btn-fill.btn-danger {
    background-color: #ee2d20;
    border-color: #ee2d20;
}

/*          End Buttons fill          */
.btn-simple {
    font-weight: 600;
    border: 0;
    padding: 10px 18px;
}

.btn-simple.btn-xs {
    padding: 3px 5px;
}

.btn-simple.btn-sm {
    padding: 7px 10px;
}

.btn-simple.btn-lg {
    padding: 16px 60px;
}

.btn-round.btn-xs {
    padding: 2px 5px;
}

.btn-round.btn-sm {
    padding: 6px 10px;
}

.btn-round.btn-lg {
    padding: 15px 30px;
}

/*            Navigation menu                */
.nav-pills {
    height: 50px !important;
    font-family: "Manrope", sans-serif !important;
    background-color: transparent;
}

.nav-pills > li + li {
    margin-left: 0;
}

.nav-pills > li > a {
    border: 1px solid #2ca8ff;
    border-radius: 0;
    color: #2d3748;
    border: 0 !important;
    text-transform: capitalize;
    background-color: transparent;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    cursor: default;
}

 -pills > li > a:focus,
.nav-pills > li > a:hover {
    /* background-color: white; */
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    background-color: inherit;
}

.text-primary,
.text-primary:hover {
    color: #3472f7;
}

.text-info,
.text-info:hover {
    color: #2ca8ff;
}

.text-success,
.text-success:hover {
    color: #05ae0e;
}

.text-warning,
.text-warning:hover {
    color: #ff9500;
}

.text-danger,
.text-danger:hover {
    color: #ff3b30;
}

/*           Labels & Progress-bar              */
.label {
    padding: 0.2em 0.6em 0.2em;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #999999;
    background-color: #ffffff;
    font-weight: 500;
    font-size: 11px;
    text-transform: uppercase;
}

.label.label-fill {
    color: #ffffff;
}

.label-primary {
    border-color: #3472f7;
    color: #3472f7;
}

.label-info {
    border-color: #2ca8ff;
    color: #2ca8ff;
}

.label-success {
    border-color: #05ae0e;
    color: #05ae0e;
}

.label-warning {
    border-color: #ff9500;
    color: #ff9500;
}

.label-danger {
    border-color: #ff3b30;
    color: #ff3b30;
}

label {
    font-weight: 400;
}

label.error {
    color: #ff3b30;
    margin-top: 5px;
    margin-bottom: 0;
}

label small {
    color: #999999;
}

.label-primary.label-fill,
.progress-bar,
.progress-bar-primary {
    background-color: #3472f7;
}

.label-info.label-fill,
.progress-bar-info {
    background-color: #2ca8ff;
}

.label-success.label-fill,
.progress-bar-success {
    background-color: #05ae0e;
}

.label-warning.label-fill,
.progress-bar-warning {
    background-color: #ff9500;
}

.label-danger.label-fill,
.progress-bar-danger {
    background-color: #ff3b30;
}

.label-default.label-fill {
    background-color: #999999;
}

.tooltip {
    font-size: 14px;
    font-weight: bold;
}

.tooltip-arrow {
    display: none;
    opacity: 0;
}

.tooltip-inner {
    background-color: #fae6a4;
    border-radius: 4px;
    box-shadow: 0 1px 13px rgba(0, 0, 0, 0.14),
        0 0 0 1px rgba(115, 71, 38, 0.23);
    color: #734726;
    max-width: 200px;
    padding: 6px 10px;
    text-align: center;
    text-decoration: none;
}

.tooltip-inner:after {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}

.tooltip-inner:before {
    content: "";
    display: inline-block;
    left: 100%;
    margin-left: -56%;
    position: absolute;
}

.tooltip.top {
    margin-top: -11px;
    padding: 0;
}

.tooltip.top .tooltip-inner:after {
    border-top: 11px solid #fae6a4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -10px;
}

.tooltip.top .tooltip-inner:before {
    border-top: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    bottom: -11px;
}

.tooltip.bottom {
    margin-top: 11px;
    padding: 0;
}

.tooltip.bottom .tooltip-inner:after {
    border-bottom: 11px solid #fae6a4;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -10px;
}

.tooltip.bottom .tooltip-inner:before {
    border-bottom: 11px solid rgba(0, 0, 0, 0.2);
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    top: -11px;
}

.tooltip.left {
    margin-left: -11px;
    padding: 0;
}

.tooltip.left .tooltip-inner:after {
    border-left: 11px solid #fae6a4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -10px;
    left: auto;
    margin-left: 0;
}

.tooltip.left .tooltip-inner:before {
    border-left: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    right: -11px;
    left: auto;
    margin-left: 0;
}

.tooltip.right {
    margin-left: 11px;
    padding: 0;
}

.tooltip.right .tooltip-inner:after {
    border-right: 11px solid #fae6a4;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -10px;
    top: 0;
    margin-left: 0;
}

.tooltip.right .tooltip-inner:before {
    border-right: 11px solid rgba(0, 0, 0, 0.2);
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    left: -11px;
    top: 0;
    margin-left: 0;
}

.footer {
    position: relative;
    bottom: 20px;
    right: 0px;
    width: 100%;
    color: #ffffff;
    z-index: 4;
    text-align: center;
    margin-top: 60px;
    text-shadow: 0 0px 1px black;
}

.footer a {
    color: #ffffff;
}

.footer .heart {
    color: #ff3b30;
}

@media (max-width: 1024px) {
    .tab-info {
        padding: 0px 10px;
    }
}

@media (max-width: 768px) {
    .main .container {
        margin-bottom: 50px;
    }

    .course-title {
        font-size: 20px !important;
    }
    .course-price {
        font-size: 20px !important;
    }
    .course-level {
        font-size: 13px !important;
    }

    .nav-pills > li > a {
        font-size: 13px !important;
    }
}

@media (max-width: 400px) {
    .main .container {
        margin-bottom: 50px;
    }

    .course-title {
        font-size: 15px !important;
    }
    .course-price {
        font-size: 15px !important;
    }
    .course-level {
        font-size: 13px !important;
    }

    .nav-pills > li > a {
        font-size: 13px !important;
    }
}


@media (min-width: 768px) {
    .navbar-form {
        margin-top: 21px;
        margin-bottom: 21px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .btn-wd {
        min-width: 140px;
    }
}

.timezone option {
    direction: ltr;
}

.countryCode option {
    direction: ltr;
}

.timezone option {
    direction: ltr;
}

.countryCode option {
    direction: ltr;
}

.moving-tab {
    width: 182px;
    text-align: center;
    padding-top: 10px;
    height: 50px !important;
}

.navigationListStyle {
    text-align: center;
    padding-top: 10px;
    height: 50px !important;
    position: relative;
}

.navigationListStyle.active i {
    color: #0082cb !important;
}

#wizardProfile {
    min-height: 680px;
}

.wizardProfileGroup {
    min-height: 765px !important;
}

@media only screen and (max-width: 900px) {
    .wizard-card {
        min-height: 320px !important;
    }

    #wizardProfile {
        height: auto;
    }

    .wc-mb-mob {
        margin-bottom: 60px !important;
    }

    footer {
        margin-top: 60px !important;
    }
}

.btn-black {
    height: 39.5px !important;
}

#slot-error {
    display: none !important;
}

#portfolio {
    /* color: #BE2800; */
    color: red;
}

#displayMessage {
    /* color: #BE2800; */
    color: red;
    margin-bottom: 20px;
}

.img-mt {
    object-fit: cover;
}

.custom-black {
    text-align: center;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid #0082cb;
    font-size: 13px;
    background: #0082cb;
    color: white !important;
    padding: 10px 10px 10px 10px;
    width: 100px;
    height: auto;
    letter-spacing: 0.26px;
    padding-bottom: 9px;
    padding-top: 9px;
    cursor: pointer;
    margin-top: 20px;
    /* margin-right: 77px; */
}

.custom-black:hover {
    text-decoration: none;
}

.custom-black-outline {
    text-align: center;
    opacity: 1;
    border-radius: 10px;
    border: 1px solid #0082cb;
    font-size: 13px;
    text-transform: capitalize;
    background: white;
    color: #0082cb !important;
    padding: 10px 10px 10px 10px;
    width: 100px;
    letter-spacing: 0.26px;
    padding-bottom: 9px;
    padding-top: 9px;
    cursor: pointer;
    margin-top: 20px;
    /* margin-left: 77px; */
}

.custom-black-outline:hover {
    text-decoration: none;
}

.bookingDetails {
    /* padding-top: 10px;
    padding-bottom: 10px; */
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    font-size: 15px;
}

.container-three {
    margin: 0 auto;
    margin-top: -192px;
}

.yellow-bg {
    background: #ffce00 0% 0% no-repeat padding-box;
    height: 438px;
    width: 100%;
    /*margin-top: 200px;*/
}

.testimonials {
    /* margin-top: 180px; */
    /*background: #FFCE00 0% 0% no-repeat padding-box;*/
    opacity: 1;

    /*height: 100%;*/
}

.container-three-content {
    padding-top: 10px;
    padding-bottom: 10px;
    /*margin: 0 auto;*/
    align-content: center;
    text-align: center;
}

.container-three-image {
    margin-top: 10px;
}

.container-three-image > img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    /*margin-bottom: 10px;*/
    border: 2px solid #000000;
    padding: 5px;
    background-color: white;
}

.container-three-subtitle {
    font-family: geekexpressregular;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    /*margin-left: 15px;*/
    /*margin-bottom: 20px;*/
    margin-top: 14px;
}

.container-three-article {
    font-family: geekexpressregular;
    font-size: 14px;
    text-align: left;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    margin-bottom: 40px;
}

.testimonials-title {
    padding-top: 50px;
    padding-bottom: 27px;
    /*margin-top: 200px !important;*/
}

.test-card {
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    opacity: 1;
    /*border-radius: 10px;*/
    /*margin-left: -25px;*/
    /*height: 387px;*/
}

@media only screen and (max-width: 1025px) {
    .test-card {
        height: 500px !important;
    }
}

@media only screen and (max-width: 1367px) {
    .test-card {
        height: 440px !important;
    }
}

@media only screen and (max-width: 600px) {
    .test-card {
        height: 360px !important;
    }
}

.con-three-cont {
    text-align: left;
    font-family: geekexpressregular;
    font-size: 14px;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
    margin-left: 15px;
    margin-right: 15px;
    /*margin-bottom: 30px;*/
    height: 170px;
}

.image {
    /*margin-left: 40px;*/
}

.img-mt {
    margin-top: -65px;
}

.quotes {
    /*position: absolute;*/
    color: #be2800;
    opacity: 1;
    font-size: 5rem;
    height: 10px;
    margin-left: 15px;
    margin-bottom: 30px;
}

.quotes-arabic {
    margin-right: 15px;
}

.card-span-testemonials {
    margin-top: 5px;
}

.mobileHides {
    display: inline;
}

/* Smartphone Portrait and Landscape */
@media only screen and  (max-width: 480px) {
    .mobileHides {
        display: none !important;
    }

    .wc-mobile {
        padding-top: 30px !important;
    }
}

.mobileShow {
    display: none;
}

/* Smartphone Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .mobileShow {
        display: inline;
    }
}

.geek_video {
    width: 50%;
    height: 450px;
}

@media only screen and (max-width: 767px) {
    .geek_video {
        width: 100%;
    }

    .moving-tab {
        /* padding: 15px !important; */
    }

    .container-three-content {
        padding-top: 20px;
    }
}

.tab-content {
    min-height: auto !important;
}

.image-container {
    min-height: auto !important;
}

.pull-left {
    float: left;
}

.img-ml-5 {
    margin-left: 5px;
}

.img-mr-5 {
    margin-right: 5px;
}

.moving-tab {
    /* visibility: hidden; */
}

.padding-25-en {
    padding-right: 25px;
}

.padding-25-ar {
    padding-left: 25px;
}

.payment-info {
    padding-top: 16px;
    padding-top: 12px;
    color: #868686;
    font-size: 12px;
    font-family: geekexpressregular;
    margin-bottom: 10px;
}

.tab-pane {
    /*   margin-left: 10px;
    margin-right: 10px;*/
    margin-top: 10px;
}

.custom-red {
    text-align: center;
    opacity: 1;
    /* border-top-right-radius: 10px; */
    /* border-bottom-right-radius: 10px; */
    color: white;
    border: 1px solid #0082ca83;
    font-family: geekexpressbold;
    font-size: 13px;
    background: #0082ca83;
    color: white !important;
    padding: 5px 10px 5px 10px;
    /* width: 96px; */
    height: 30px;
    letter-spacing: 0.26px;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    /* padding-bottom: 9px; */
    /* padding-top: 9px; */
    cursor: pointer;
}

.custom-red:hover {
    text-decoration: none;
}

.credit-types {
    padding-bottom: 20px;
}

.total-price {
    /* padding-top: 20px; */
}

.nav-mobile {
    /* font-family: geekexpressbold !important; */
    font-weight: 800;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    text-transform: uppercase;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: white;
    top: 0px;
    left: 0px;
    color: #0082CB;
    cursor: pointer;
    width: 100%;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url("/img/arrowDown.png");
    /* asset('img/lo-check.svg') */

    background-repeat: no-repeat;
    background-position-x: 94.5%;
    background-position-y: 15px;
    background-size: 10.5px;
}

#phone123 {
    background-image: none !important;
}

.makerbox-cart-long {
    margin-bottom: 10px;
}

input::placeholder {
    overflow: visible;
}

/*.form-control { line-height: 2.5 !important; }*/

#displayMessage {
    color: #be2800;
    margin-bottom: 20px;
}

.promo-input {
    width: 250px !important;
    border-radius: 0px !important;
}

.apply {
    color: white;
    background-color: #0082ca83;
    border-color: #0082ca83;
    height: 38px;
}

.apply-design-en {
    content: "&#8250;" !important;
    border-radius: 0px 10px 10px 0px;
    background-color: #000 !important;
    color: white !important;
}

.apply-design-ar {
    content: "&#8249;" !important;
    border-radius: 10px 0px 0px 10px;
    background-color: #000 !important;
    color: white !important;
}

.ml-en {
    margin-left: 20px !important;
}

.mr-ar {
    margin-right: 20px !important;
}

.tp-pos-en {
    position: absolute !important;
    right: 30px !important;
}

.tp-pos-ar {
    position: absolute !important;
    left: 30px !important;
}

.mrpcar {
    margin-right: 20px;
}

.mrpcen {
    margin-left: 20px;
}

#studentemail-error {
    color: red;
}

#phone-error {
    color: red;
}

.spot-error {
    color: red;
}

.error {
    color: red;
    /* margin-top: 10px; */
    font-size: 12px;
}

.checked {
    color: black;
    width: 2px;
    height: 2px;
    padding: 5px;
}

.unchecked {
    color: white;
    width: 2px;
    height: 2px;
    padding: 5px;
}

table {
    border-collapse: separate !important;
    border-spacing: 20px !important;
    /* Apply cell spacing */
}

.table-bordered {
    border: 0px solid red !important;
}

th,
td {
    border: 0px solid #666 !important;
}

table th,
table td {
    padding: 0px !important;
}

.btn-slot {
    /*padding: 4px 6px;*/
    font-family: geekexpressregular;
    font-size: 12px;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 0;
    outline: none;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    width: 100%;
}

.selected {
    background-color: #be2800 !important;
}

.unselected {
    background-color: #3472f7 !important;
}

.slot-label {
    /*margin-left: 15px !important;*/
    width: 55px;
    height: 30px;
}

.slot-label-empty {
    background-color: #efedee !important;
    width: 55px;
    height: 30px;
}

.btn-primary {
    border-bottom: solid 0px #6cc0e5 !important;
}

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.makerbox-cart-long-arabic {
    width: 95% !important;
    margin-right: 10px;
}

.ml-mob-ar-5 {
    margin-left: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.nav-dots {
    padding-top: 10px;
}

.dots {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dots__item {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    margin: 0 4px;
}

.highlight {
    opacity: 1;
    background: #0082cb;
}

input[type="date"] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}

.pr0 {
    padding-right: 0px !important;
}

.pl0 {
    padding-left: 0px !important;
}

.intl-tel-input .selected-flag {
    height: 39px !important;
}

.intl-tel-input {
    width: 100%;
}

.intl-tel-input {
    direction: ltr;
    text-align: left;
}

.intl-tel-input.allow-dropdown input:focus {
    direction: ltr;
}

#check_sign {
    display: none;
}

.img_icon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media only screen and (width: 768px) {
    .wizard-card[data-color="yellow"] .moving-tab {
        font-size: 16px !important;
        padding-top: 10px !important;
        width: 112px;
    }
    .wizard-card[data-color="yellowAr"] .moving-tab {
        font-size: 13px !important;
        padding-top: 10px !important;
        width: 112px !important;
    }
    .bookingDetails {
        font-size: 13px !important;
        gap: 5px;
    }
}

@media only screen and (width: 1024px) {
    .wizard-card[data-color="yellow"] .moving-tab {
        font-size: 14px !important;
        width: 112px !important;
    }

    .wizard-card[data-color="yellowAr"] .moving-tab {
        font-size: 14px !important;
        width: 112px !important;
    }

    .nav-pills > li > a {
        font-size: 14px !important;
    }
}
