@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Muli-Bold";
    src: url("../fonts/muli/Muli-Bold.ttf");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bgwrapper {
    /* font-family: "Poppins-Regular"; */
    font-size: 13px;
    color: #808080;
    margin: 0;
    font-weight: 400;
}

:focus {
    outline: none;
}

textarea {
    resize: none;
}

input,
textarea,
select,
button {
    /* font-family: "Poppins-Regular"; 
    font-size: 13px; */
    color: #333;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

textarea {
    resize: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    border: none;
}

select option[value=""][disabled] {
    display: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.bgwrappers {
    background: url("../image/form-wizard-bg.jpg");
    background-size: cover;
}

body {
    background: url("../image/form-wizard-bg.jpg");
    background-size: contain;
}

h1,
h3 {
    text-align: center;
    margin-bottom: 25px;
}

.hsticky {
    border-bottom: 15px solid #2a2a2a;
}

input:focus::placeholder {
    color: transparent;
}

textarea:focus::placeholder {
    color: transparent;
}

textarea {
    padding: 15px!important;
}

.wrapper {
    max-width: 1400px;
    margin: auto;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps .current-info,
.wizard>.steps .number {
    display: none;
}

#wizard {
    position: relative;
    background: #fff;
    min-height: 575px;
    width: 738px;
    padding: 71px 93px 0;
    padding-top: 37px;
    padding-bottom: 37px;
    border-radius: 10px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);
}

#wizard.pt-86 {
    padding-top: 86px;
}

.steps {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
}

.steps ul {
    display: flex;
}

.steps ul li a {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    margin-right: 8px;
}

.steps ul li.current a {
    width: 22px;
    transition: all 0.5s ease;
    border-radius: 5.5px;
}

.avartar-picker {
    padding-left: 15px;
    margin-top: 20px;
}

.avartar-picker .inputfile {
    display: none;
}

.avartar-picker label {
    display: block;
    cursor: pointer;
    display: inline-block;
    color: #333;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.avartar-picker label:hover {
    color: #666;
}

.avartar-picker label i {
    margin-right: 3px;
}

.form-header {
    display: flex;
}

.form-header .avartar {
    width: 33.75%;
}

.form-header .avartar a {
    display: block;
}

.form-header .form-group {
    width: 66.25%;
}

.form-row {
    display: flex;
}

.form-row .form-holder {
    width: 50%;
    margin-right: 31px;
}

.form-row .form-holder:last-child {
    margin-right: 0;
}

.form-holder {
    position: relative;
    padding-left: 26px;
    margin-bottom: 25px;
}

.form-holder:before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    width: 10px;
    height: 10px;
    border: 2px solid #f6c2ec;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-holder.active:before {
    background: #f6c2ec;
}

.form-control {
    height: 46px;
    border: none;
    background: #f7f7f7;
    width: 100%;
    padding: 0 25px;
    border-radius: 23px !important;
    color: #333;
}

.form-control::-webkit-input-placeholder {
    color: #808080;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    color: #808080;
    text-transform: capitalize;
}

.form-control::-ms-input-placeholder {
    color: #808080;
    text-transform: capitalize;
}

.form-control::-moz-placeholder {
    color: #808080;
    text-transform: capitalize;
}

.grid {
    margin-top: 15px;
}

.grid .row {
    display: flex;
    flex-wrap: wrap;
}

.grid .row:last-child .grid-item {
    margin-bottom: 25px;
}

.grid-item {
    display: block;
    height: 134px;
    width: 30%;
    margin-right: 27px;
    border-radius: 7px;
    margin-bottom: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}

.grid-item:last-child {
    margin-right: 0;
}

.grid-item span {
    text-transform: uppercase;
    color: #fff;
    font-family: "Poppins-Medium";
    font-weight: 500;
    display: block;
    margin-top: 11px;
}

.grid-item .inner {
    margin-top: 2px;
}

.grid-item:hover {
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}

.map-wrapper {
    height: 177px;
    margin-bottom: 36px;
}

.map-holder {
    height: 177px;
}

.actions ul {
    display: flex;
}

.actions ul.actions-next {
    justify-content: space-between;
}

.actions li a {
    padding: 0;
    border: none;
    display: inline-flex;
    height: 46px;
    width: 146px;
    align-items: center;
    background: #aac1f0;
    cursor: pointer;
    position: relative;
    padding-left: 33px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 23px;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    line-height: initial;
}

.actions li a:before {
    content: '\f2ee';
    position: absolute;
    top: 17px;
    right: 32px;
    font-family: Material-Design-Iconic-Font;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 13px;
}

.actions li a:hover {
    background: #98add6;
}

.actions li a:hover:before {
    -webkit-animation-name: hvr-icon-wobble-horizontal;
    animation-name: hvr-icon-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.actions li[aria-disabled="true"] a {
    display: none;
}

.actions li:first-child a {
    background: #f6c2ec;
    padding-left: 65px;
}

.actions li:first-child a:before {
    content: '\f2ea';
    left: 48px;
}

.actions li:first-child a:hover {
    background: #dbadd2;
}

.actions li:last-child a {
    padding-left: 46px;
    font-weight: 400;
}

.actions li:last-child a:before {
    right: 44px;
}

@-webkit-keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes hvr-icon-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(6px);
        transform: translateX(6px);
    }
    33.3% {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    body {
        background: none;
    }
    .wrapper {
        height: auto;
        display: block;
    }
    #wizard {
        width: auto;
        height: auto;
        padding: 30px 20px;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        -ms-box-shadow: none;
        -o-box-shadow: none;
    }
    .form-header {
        display: block;
    }
    .form-header .avartar {
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }
    .form-header .form-group {
        width: 100%;
    }
    .grid .row {
        display: block;
    }
    .grid-item {
        width: 100%;
    }
    .form-row {
        display: block;
    }
    .form-row .form-holder {
        width: 100%;
        margin-right: 0;
    }
    .actions ul {
        flex-direction: column;
        align-items: flex-end;
    }
    .steps {
        display: none;
    }
}

input[name='sex'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
}

input[name='sex']:after {
    font-family: 'FontAwesome';
    display: inline-block;
    text-align: center;
    font-size: 30px;
    content: attr(data-icon);
    padding: 10px 10px;
    border-radius: 15px;
    color: rgba(0, 0, 0, 0.4);
    -webkit-transition: box-shadow 1s, color 1s;
    transition: box-shadow 1s, color 1s;
}

input[name='sex']:checked:after {
    box-shadow: 2px 2px 14px rgba(131, 14, 14, 0.4);
    border: 1px solid rgba(131, 14, 14, 0.4);
    color: #aac1f0;
}

.button-upload {
    height: 100px;
    width: 100px;
    border-radius: 25px;
    cursor: pointer;
}

.error_input {
    border: 1px solid red!important;
}

.typeahead {
    border: 2px solid #FFF;
    border-radius: 4px;
    padding: 8px 12px;
    max-width: 300px;
    min-width: 290px;
    background: rgba(66, 52, 52, 0.5);
    color: #FFF;
}

.tt-menu {
    width: 300px;
}

ul.typeahead {
    margin: 0px;
    padding: 10px 0px;
}

ul.typeahead.dropdown-menu li a {
    padding: 10px !important;
    border-bottom: #CCC 1px solid;
    color: #FFF;
}

ul.typeahead.dropdown-menu li:last-child a {
    border-bottom: 0px !important;
}

.bgcolor {
    max-width: 550px;
    min-width: 290px;
    max-height: 340px;
    background: url("world-contries.jpg") no-repeat center center;
    padding: 100px 10px 130px;
    border-radius: 4px;
    text-align: center;
    margin: 10px;
}

.demo-label {
    font-size: 1.5em;
    color: #686868;
    font-weight: 500;
    color: #FFF;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    text-decoration: none;
    background-color: #1f3f41;
    outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444!important;
    line-height: 45px!important;
}

.select2-container .select2-selection--single {
    height: 45px!important;
}

.select2-container--default .select2-selection--single {
    border-radius: 25px !important;
    border: 1px solid #eee !important;
    background-color: #f7f7f7!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px!important;
    width: 30px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px!important;
}