/* Style Settings */

:root {
    --bgColor: #FFDFDC;
    --accentColor: #FF7272;
    --complementColor: #FFFFFF;
    --font: 'GE SS Two Medium.otf';
}

body {
    background: url(/img/landing_page/desktop.png) no-repeat center center fixed;
    background-color: black;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
}

h1 {
    color: #494949;
    text-align: center;
    font-size: 26px !important;
    margin-top: 32px;
    font-weight: 500;
}

#userPhoto {
    width: 184px;
    /* height: 192px; */
    display: block;
    margin: 69px auto 20px;
    /* border: 1px; */
    border-radius: -15%;
    /* border-style: dotted; */
    /* border-color: var(--accentColor); */
}

#userName {
    color: #667d96;
    font-size: 15px;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.25;
    display: block;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    text-align: center;
    /* text-transform: uppercase; */
}

#links {
    max-width: 440px;
    width: auto;
    display: block;
    margin: 30px auto;
    justify-content: center;
}

.link {
    display: block;
    background-color: #ea3441;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    margin-bottom: 27px;
    margin-left: 17px;
    /* width: 160px; */
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    transition: all .25s cubic-bezier(.08, .59, .29, .99);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-color: var(--complementColor);
    border: 1px;
    border-style: dotted;
    border-radius: 30px;
}

.link:hover {
    background-color: #303030;
}

@media only screen and (max-width: 992px) {
    body {
        background: url(./images/landing_page/mobi.png) no-repeat center center fixed;
        background-color: black;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    #userPhoto {
        width: 184px;
        /* height: 192px; */
        display: block;
        margin: 150px auto 20px;
        /* border: 1px; */
        border-radius: -15%;
        /* border-style: dotted; */
        /* border-color: var(--accentColor); */
    }
}

.footer p {
    text-align: center;
    color: #434343;
    font-size: 13px;
}

.footer p a {
    text-align: center;
    color: #434343;
    font-size: 13px;
    text-decoration: none;
}

.footer {
    bottom: 1%;
    position: absolute;
    /* padding-top: 200px; */
    left: 32%;
    text-align: center;
}

@media (max-width: 767px) {
    .footer {
        bottom: 1%;
        position: absolute;
        /* padding-top: 200px; */
        left: 0% !important;
        text-align: center;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .footer {
        bottom: 1%;
        position: absolute;
        /* padding-top: 200px; */
        left: 15% !important;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    h1 {
        color: #494949;
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        margin-top: 32px;
    }
    #links {
        max-width: 351px;
        width: auto;
        display: block;
        margin: 30px auto;
        /* justify-content: center; */
    }
    .successmsg .close-error {
        background-color: #3f7354;
        color: white;
        padding: 2px;
        border-radius: 30px;
        width: 44px;
        height: 25px;
        margin-left: 8px;
        text-align: center;
        line-height: 21px;
    }
    .successmsg .close-error {
        background-color: #3f7354;
        color: white;
        padding: 2px;
        border-radius: 30px;
        width: 41px !important;
        height: 25px;
        margin-left: 8px;
        text-align: center;
        line-height: 21px;
    }
}


/*------------------------*/

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: none;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #fff;
}


/*----------step-wizard------------*/

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}


/*---------signup-step-------------*/

.bg-color {
    background-color: #333;
}

.signup-step-container {
    padding: 21px 0px;
    padding-bottom: 60px;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 0;
    border-bottom-color: transparent;
}

.wizard>div.wizard-inner {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 75%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1;
}

.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 48px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    z-index: 2;
    position: absolute;
    left: -22px;
    text-align: center;
    font-size: 20px;
    color: #57585a !important;
    font-weight: 900;
    border: 1px solid #ddd;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #edc08f;
    color: #fff;
    border-color: #edc08f;
}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

.wizard .nav-tabs>li.active>a i {
    color: #2f8d7c;
}

.wizard .nav-tabs>li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: red;
    transition: 0.1s ease-in-out;
}

.wizard .nav-tabs>li a {
    width: 30px;
    height: 30px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
    background-color: transparent;
    position: relative;
    top: 0;
}

.wizard .nav-tabs>li a i {
    position: absolute;
    font-family: 'Poppins', sans-serif !important;
    top: -20px;
    font-style: normal;
    font-weight: 400;
    white-space: nowrap;
    left: 64%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: 900;
    color: #606060;
}

.wizard .nav-tabs>li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 20px;
}

.wizard h3 {
    margin-top: 0;
}

.prev-step,
.next-step {
    font-size: 19px;
    padding: 7px 88px;
    border: none;
    border-radius: 4px;
    margin-top: 11px;
}

.next-step {
    background-color: #ea3441;
    color: white;
    font-family: 'Poppins', sans-serif !important;
}

.skip-btn {
    background-color: #cec12d;
}

.step-head {
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

.term-check {
    font-size: 14px;
    font-weight: 400;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 2;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 38px;
    padding: .375rem .75rem;
    line-height: 2;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
}

.footer-link {
    margin-top: 30px;
}

.all-info-container {}

.list-content {
    margin-bottom: 10px;
}

.list-content a {
    padding: 10px 15px;
    width: 100%;
    display: inline-block;
    background-color: #f5f5f5;
    position: relative;
    color: #565656;
    font-weight: 400;
    border-radius: 4px;
}

.list-content a[aria-expanded="true"] i {
    transform: rotate(180deg);
}

.list-content a i {
    text-align: right;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: 0.5s;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #fdfdfd;
}

.list-box {
    padding: 10px;
}

.signup-logo-header .logo_area {
    width: 200px;
}

.signup-logo-header .nav>li {
    padding: 0;
}

.signup-logo-header .header-flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-inline li {
    display: inline-block;
}

.pull-right {
    /* float: right; */
}


/*-----------custom-checkbox-----------*/


/*----------Custom-Checkbox---------*/

input[type="checkbox"] {
    position: relative;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]::before,
input[type="checkbox"]::after {
    position: absolute;
    content: "";
    display: inline-block;
}

input[type="checkbox"]::before {
    height: 16px;
    width: 16px;
    border: 1px solid #999;
    left: 0px;
    top: 0px;
    background-color: #fff;
    border-radius: 2px;
}

input[type="checkbox"]::after {
    height: 5px;
    width: 9px;
    left: 4px;
    top: 4px;
}

input[type="checkbox"]:checked::after {
    content: "";
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
}

input[type="checkbox"]:checked::before {
    background-color: #ea3441;
    border-color: #ea3441;
}

@media (max-width: 767px) {
    .sign-content h3 {
        font-size: 40px;
    }
    .wizard .nav-tabs>li a i {
        display: none;
    }
    .signup-logo-header .navbar-toggle {
        margin: 0;
        margin-top: 8px;
    }
    .signup-logo-header .logo_area {
        margin-top: 0;
    }
    .signup-logo-header .header-flex {
        display: block;
    }
}

.signup-step-container h4 {
    color: #c59f76;
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 33px;
}

.signup-step-container label {
    display: inline-block;
    margin-bottom: 0.5rem;
    color: #4e4b4b;
    font-size: 16px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500;
}

.signup-step-container .form-control {
    display: block;
    width: 100%;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fcfcfc;
    background-clip: padding-box;
    border: 1px solid #fda7ae;
    border-radius: 11px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.signup-step-container span {
    color: #ffffff;
}

.dropzone-wrapper {
    border: 2px dashed #91b0b3;
    color: #92b0b3;
    position: relative;
    height: 150px;
    border-radius: 7px;
}

.dropzone-desc {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 40%;
    top: 50px;
    font-size: 16px;
}

.dropzone,
.dropzone:focus {
    position: absolute;
    outline: none !important;
    width: 100%;
    height: 150px;
    cursor: pointer;
    opacity: 0;
}

.dropzone-wrapper:hover,
.dropzone-wrapper.dragover {
    background: #ecf0f5;
}

@media (max-width: 991px) {
    .header_part .navbar-collapse {
        position: absolute;
        top: 64px;
        background-color: #ffffffd6;
        z-index: 4;
        left: -15px;
        width: 109%;
        /* box-shadow: 0px 0px 29px 0px rgb(0 0 0 / 5%); */
    }
}

#success_tic .page-body {
    max-width: 360px;
    background-color: #fff8f1;
    margin: 6% auto;
}

#success_tic .page-body .head {
    text-align: center;
}


/* #success_tic .tic{
    font-size:186px;
  } */

#success_tic .close {
    opacity: 1;
    position: absolute;
    right: 0px;
    color: #2f8d7c;
    font-size: 30px;
    padding: 3px 15px;
    margin-bottom: 10px;
}

#success_tic .checkmark-circle {
    width: 150px;
    height: 150px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.checkmark-circle .background {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #2f8d7c;
    position: absolute;
}

#success_tic .checkmark-circle .checkmark {
    border-radius: 5px;
}

#success_tic .checkmark-circle .checkmark.draw:after {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: checkmark;
    -moz-animation-name: checkmark;
    animation-name: checkmark;
    -webkit-transform: scaleX(-1) rotate(135deg);
    -moz-transform: scaleX(-1) rotate(135deg);
    -ms-transform: scaleX(-1) rotate(135deg);
    -o-transform: scaleX(-1) rotate(135deg);
    transform: scaleX(-1) rotate(135deg);
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

#success_tic .checkmark-circle .checkmark:after {
    opacity: 1;
    height: 75px;
    width: 37.5px;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    border-right: 15px solid #fff;
    border-top: 15px solid #fff;
    border-radius: 2.5px !important;
    content: '';
    left: 35px;
    top: 80px;
    position: absolute;
}

.page-body .head h3 {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif !important;
    color: #2f8d7c;
    margin-bottom: 10px;
    font-weight: 800;
}

@media (max-width: 767px) {
    .page-body .head h3 {
        margin-top: 20px;
        font-family: 'Poppins', sans-serif !important;
        color: #2f8d7c;
        font-size: 21px;
        margin-top: 20px;
        font-weight: 800;
    }
    .success-up {
        text-align: center;
        background: #f7cea1;
        border-radius: 113px;
        width: 151px;
        height: 151px;
        margin-left: 20% !important;
    }
}

@-webkit-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@-moz-keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

@keyframes checkmark {
    0% {
        height: 0;
        width: 0;
        opacity: 1;
    }
    20% {
        height: 0;
        width: 37.5px;
        opacity: 1;
    }
    40% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
    100% {
        height: 75px;
        width: 37.5px;
        opacity: 1;
    }
}

.success-up {
    text-align: center;
    background: #f7cea1;
    border-radius: 113px;
    width: 151px;
    height: 151px;
    margin-left: 27%;
}

.success-up img {
    width: 107px;
    margin-top: 31px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff8f1;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0.3rem;
    outline: 0;
}

.signup-step-container {
    position: relative;
}

.errormsg {
    background: #fa2f3e;
    display: flex;
    margin: 0px auto;
    max-width: 921px;
    border-radius: 5px;
    padding: 15px 12px;
    margin-top: 45px;
    align-items: center;
    justify-content: space-between;
}

.msg-error {
    margin-bottom: 0px !important;
    color: white !important;
    font-size: 13px;
    padding: 0px 20px;
}

.warning {
    color: white;
}

.close-error {
    background-color: #c71c1c;
    color: white;
    padding: 2px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 21px;
}

@media only screen and (max-width: 450px) {
    .errormsg {
        background: #fa2f3e;
        display: flex;
        margin: 0px auto;
        max-width: 346px;
        border-radius: 5px;
        margin-bottom: 10px;
        padding: 12px;
        margin-top: 40px;
        align-items: center;
        justify-content: space-between;
    }
    .msg-error {
        margin-bottom: 0px !important;
        color: white !important;
        font-size: 12px;
        font-weight: 500;
    }
}

.successmsg {
    background: #60a67c;
    display: flex;
    margin: 0px auto;
    max-width: 950px;
    border-radius: 5px;
    padding: 15px 12px;
    margin-top: 45px;
    align-items: center;
    justify-content: space-between;
}

.msg-success {
    margin-bottom: 0px !important;
    color: white !important;
    font-size: 13px;
}

.warning {
    color: white;
}

.successmsg .close-error {
    background-color: #3f7354;
    color: white;
    padding: 2px;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    margin-left: 8px;
    text-align: center;
    line-height: 21px;
}

@media only screen and (max-width: 450px) {
    .successmsg {
        background: #60a67c;
        display: flex;
        margin: 0px auto;
        max-width: 344px;
        border-radius: 5px;
        padding: 12px;
        align-items: center;
        justify-content: space-between;
    }
    .msg-success {
        margin-bottom: 0px !important;
        color: white !important;
        font-size: 11px;
        font-weight: 500;
    }
    .prev-step,
    .next-step {
        font-size: 19px;
        padding: 7px 63px;
        border: none;
        border-radius: 4px;
        margin-top: 11px;
    }
}

.agree span {
    color: #303030;
}

.drop-zone {
    max-width: 439px;
    height: 50px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-size: 20px;
    margin-top: 1px;
    cursor: pointer;
    color: #cccccc;
    border: 2px dashed #fa2f3e;
    border-radius: 10px;
    margin-bottom: 15px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.drop-zone__prompt {
    color: #000 !important;
    font-size: 13px;
}