﻿.bootstrap-select {
    width: 220px;
    /* IE9 and below */
}

    .bootstrap-select > .btn {
        width: 100%;
        padding-right: 25px;
    }

.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48;
}

.bootstrap-select.fit-width {
    width: auto !important;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select .btn:focus {
    outline: thin dotted #333333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px;
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none;
}

    .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100%;
    }

    .bootstrap-select.form-control.input-group-btn {
        z-index: auto;
    }

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

    .bootstrap-select.btn-group.dropdown-menu-right,
    .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
    .row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
        float: right;
    }

.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
    margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%;
}

.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed;
}

    .bootstrap-select.btn-group > .disabled:focus {
        outline: none !important;
    }

.bootstrap-select.btn-group .btn .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
}

.bootstrap-select.btn-group .btn .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}

.bootstrap-select.btn-group[class*="col-"] .btn {
    width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    z-index: 1035;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bootstrap-select.btn-group .dropdown-menu.inner {
        position: static;
        float: none;
        border: 0;
        padding: 0;
        margin: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .bootstrap-select.btn-group .dropdown-menu li {
        position: relative;
    }

        .bootstrap-select.btn-group .dropdown-menu li.dropdown-header {
            cursor: default;
        }

        .bootstrap-select.btn-group .dropdown-menu li.active small {
            color: #fff;
        }

        .bootstrap-select.btn-group .dropdown-menu li.disabled a {
            cursor: not-allowed;
        }

        .bootstrap-select.btn-group .dropdown-menu li a {
            cursor: pointer;
        }

            .bootstrap-select.btn-group .dropdown-menu li a.opt {
                position: relative;
                padding-left: 2.25em;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
                display: none;
            }

            .bootstrap-select.btn-group .dropdown-menu li a span.text {
                display: inline-block;
            }

        .bootstrap-select.btn-group .dropdown-menu li small {
            padding-left: 0.5em;
        }

        .bootstrap-select.btn-group .dropdown-menu li .media {
            display: inline-block;
        }

        .bootstrap-select.btn-group .dropdown-menu li .media-body {
            vertical-align: middle;
            white-space: normal;
        }

    .bootstrap-select.btn-group .dropdown-menu .notify {
        position: absolute;
        bottom: 5px;
        width: 96%;
        margin: 0 2%;
        min-height: 26px;
        padding: 3px 5px;
        background: #f5f5f5;
        border: 1px solid #e3e3e3;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        pointer-events: none;
        opacity: 0.9;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
}

.bootstrap-select.btn-group.fit-width .btn .filter-option {
    position: static;
}

.bootstrap-select.btn-group.fit-width .btn .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open > .btn {
    z-index: 1036;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid white;
    border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto;
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
    display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}

.bs-actionsbox {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-actionsbox .btn-group button {
        width: 50%;
    }

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .bs-donebutton .btn-group button {
        width: 100%;
    }

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}

.bs-searchbox input.form-control {
    margin-bottom: 0;
    width: 100%;
}

.mobile-device {
    position: absolute !important;
    top: 0;
    left: 0;
    display: block !important;
    width: 100%;
    height: 100% !important;
    opacity: 0;
}
/*------------------------------------------------------------------------------------------------------------*/
.date-of-birth-cal{
    background-image:url("../static/media/calenIcon.svg");
    background-repeat:no-repeat;
    background-position: 5% 50%;
    padding-left: 32px;
}
@media only screen and (max-width:767px) {
    .date-of-birth-cal {
        background-position: 2% 50%;
    }
}
@media only screen and (max-width:479px){
    .date-of-birth-cal{
        background-position: 3% 50%;
    }
}
@media only screen and (max-width: 320px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }
    /*mobile footer*/
    .list-item-2 {
        position: relative;
    }

        .list-item-2:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 111%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-2:last-child::after {
            display: none;
        }

    .list-item-footer3 {
        position: relative;
    }

        .list-item-footer3:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 107%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-footer3:last-child::after {
            display: none;
        }

    .list-item-4 {
        position: relative;
    }

        .list-item-4:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 109%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-4:last-child::after {
            display: none;
        }

    .list-item-5 {
        position: relative;
    }

        .list-item-5:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 113%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-5:last-child::after {
            display: none;
        }
}
/*ipad*/
@media (min-width: 700px) and (max-width: 991px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }

    .slide-1 {
        height: 50vh;
    }

    .side-nav-register {
        padding-left: 23px;
        text-align: center;
    }
}
/*ipad landscape*/
@media (min-width: 991px) and (max-width: 1028px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: 540px;
    }

    .slide-1 {
        height: 540px;
    }
}

@media (min-width: 1024px) and (max-width: 1365) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: 640px;
    }

    .slide-1 {
        height: 640px;
    }
}

@media (min-width: 1280px) and (max-width: 720px) {
    .body {
        border-width: 22px 22px !important;
    }
}

@media only screen and (min-width: 1422px) {
    .testimonial-slider-main {
        height: 640px;
    }
}

@media (min-width: 500px) and (max-width: 766px) {
    .footer-registration.footer-register-page {
        /*position: static;*/
        bottom: 0%;
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .testimonial-slider-main {
        height: 95vh;
    }

    .slide-1 {
        height: 95vh;
    }

    .column-3, .column-4, .column-5, .column-6 {
        height: 95vh;
    }
}

@media screen and (min-width: 768px) {
    .datepicker-dropdown {
        width: 364px;
        padding: 12px;
    }

    .datepicker-panel > ul > li {
        width: 48px;
        height: 48px;
        padding-top: 10px;
    }

    li[data-view="month next"],
    li[data-view="year next"],
    li[data-view="years next"] {
        position: absolute;
        right: 18px
    }

    li[data-view="month prev"],
    li[data-view="year prev"],
    li[data-view="years prev"] {
        position: absolute;
        right: 66px
    }

    ul[data-view="months"] li,
    ul[data-view="years"] li {
        padding-top: 0px;
        width: 57px !important;
    }
}

@media screen and (max-width: 768px) {
    .datepicker-panel {
        transform: scale(0.97);
    }
}
/*for RegisterStep1 View*/

@media only screen and (max-width: 320px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }
}

@media only screen and (max-width: 700px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }
    /*mobile footer*/
    .list-item-2 {
        position: relative;
    }

        .list-item-2:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 111%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-2:last-child::after {
            display: none;
        }

    .list-item-footer-3 {
        position: relative;
    }

        .list-item-footer-3:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 107%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-footer-3:last-child::after {
            display: none;
        }

    .list-item-4 {
        position: relative;
    }

        .list-item-4:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 109%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-4:last-child::after {
            display: none;
        }

    .list-item-5 {
        position: relative;
    }

        .list-item-5:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 113%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-5:last-child::after {
            display: none;
        }
}
/*ipad*/
@media (min-width: 700px) and (max-width: 991px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }

    .slide-1 {
        height: 50vh;
    }

    .side-nav-register {
        padding-left: 23px;
        text-align: center;
    }
}
/*ipad landscape*/
@media (min-width: 991px) and (max-width: 1028px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: 540px;
    }

    .slide-1 {
        height: 540px;
    }
}

@media (min-width: 1024px) and (max-width: 1365) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: 640px;
    }

    .slide-1 {
        height: 640px;
    }
}

@media (min-width: 1280px) and (max-width: 720px) {
    .body {
        border-width: 22px 22px !important;
    }
}

@media only screen and (min-width: 1422px) {
    .testimonial-slider-main {
        height: 640px;
    }
}

@media (min-width: 500px) and (max-width: 766px) {
    .footer-registration.footer-register-page {
       
        bottom: 0%;
        width: 100%;
    }
}

@media only screen and (min-width: 1600px) {
    .testimonial-slider-main {
        height: 95vh;
    }

    .slide-1 {
        height: 95vh;
    }

    .column-3, .column-4, .column-5, .column-6 {
        height: 95vh;
    }
}

@media screen and (min-width: 768px) {
    .datepicker-dropdown {
        width: 364px;
        padding: 12px;
    }

    .datepicker-panel > ul > li {
        width: 48px;
        height: 48px;
        padding-top: 10px;
    }

    li[data-view="month next"],
    li[data-view="year next"],
    li[data-view="years next"] {
        position: absolute;
        right: 18px
    }

    li[data-view="month prev"],
    li[data-view="year prev"],
    li[data-view="years prev"] {
        position: absolute;
        right: 66px
    }

    ul[data-view="months"] li,
    ul[data-view="years"] li {
        padding-top: 0px;
        width: 57px !important;
    }
}

@media screen and (max-width: 768px) {
    .datepicker-panel {
        transform: scale(0.97);
    }
}
.fadeInAnimation {
    transition-duration: 0.6s;
    transition-property: transform;
    
    transition-delay: 200ms;
    justify-content:center;
    text-align:center;
}
@-webkit-keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fading {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fading {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.invisibleAnime {
    opacity: 0;
    -webkit-animation: fading ease-out 1s;
    animation: fading ease-out 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 10s;
}

.slideAnimation {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease;
}

.gifParagraph {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    /* or 23px 
        position: absolute;
    width: 198px;
    height: 46px;
    left: 621px;
    top: 484px;
    */
    color: #485463;
}
.paraAnime {
    margin-top: 60px;
}
.styleAnime{
    margin-top:auto;
    margin-bottom: auto;
}

.image-sliding-out {
    animation: image-slide-out 1500ms;
}

.animation-container {
    overflow: hidden;
    z-index: 2;
}

.element-sliding-out {
    z-index: 1;
    animation: element-slide-out 1500ms;
}

@keyframes image-slide-out {
    from {
        transform: translateX(0%);
        opacity: 1;
    }


    20% {
        transform: translateX(-7%);
        opacity: 1;
    }

    to {
        transform: translateX(50%);
        opacity: 0;
    }
}

@keyframes element-slide-out {
    from {
        transform: translateY(0%);
        opacity: 1;
    }


    20% {
        transform: translateY(5%);
        opacity: 1;
    }

    to {
        transform: translateY(-100%);
        opacity: 0;
    }
}

.fading-out {
    animation: fading-out-animation 1500ms;
}

@keyframes fading-out-animation {
    from {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.btn.btn-info {
}

    .btn.btn-info, .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info.active, .btn.btn-info:active:focus, .btn.btn-info:active:hover, .btn.btn-info.active:focus, .btn.btn-info.active:hover, .open > .btn.btn-info.dropdown-toggle, .open > .btn.btn-info.dropdown-toggle:focus, .open > .btn.btn-info.dropdown-toggle:hover {
        background-color: #FF8D50;
        color: #FFFFFF;
        font-weight: bold;
        letter-spacing: 2px;
    }

        .btn.btn-info:focus, .btn.btn-info:active, .btn.btn-info:hover {
        }

        .btn.btn-info.disabled, .btn.btn-info.disabled:hover, .btn.btn-info.disabled:focus, .btn.btn-info.disabled.focus, .btn.btn-info.disabled:active, .btn.btn-info.disabled.active, .btn.btn-info:disabled, .btn.btn-info:disabled:hover, .btn.btn-info:disabled:focus, .btn.btn-info:disabled.focus, .btn.btn-info:disabled:active, .btn.btn-info:disabled.active, .btn.btn-info[disabled], .btn.btn-info[disabled]:hover, .btn.btn-info[disabled]:focus, .btn.btn-info[disabled].focus, .btn.btn-info[disabled]:active, .btn.btn-info[disabled].active, fieldset[disabled] .btn.btn-info, fieldset[disabled] .btn.btn-info:hover, fieldset[disabled] .btn.btn-info:focus, fieldset[disabled] .btn.btn-info.focus, fieldset[disabled] .btn.btn-info:active, fieldset[disabled] .btn.btn-info.active {
            box-shadow: none;
        }

        .btn.btn-info.btn-simple {
            background-color: transparent;
            color: #FF8D50;
            box-shadow: none;
        }

            .btn.btn-info.btn-simple:hover, .btn.btn-info.btn-simple:focus, .btn.btn-info.btn-simple:active {
                background-color: transparent;
                color: #FF8D50;
            }


.input-width-blur {
    width: 1px !important;
}


#footer{
    display:flex;
}

.footer-registration{
    display:flex;
}

/*Logout page*/

.logout-text-container {
    margin-left: 70px;
    margin-right: 70px;
    display: block;
}

.logout-text {
    font-family: "Poppins Regular";
    font-weight: 500;
    font-size: 26px;
}

.logout-page-button {
    padding: 9px 15px;
    color: white;
    line-height: inherit;
    height: 30px;
    display: block;
    border-radius: 5px;
    background-color: #039c98;
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 14px;
    line-height: 0px;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}

.createGifPara {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    /* identical to box height, or 23px */

    text-align: center;
    color: #485463;
}


/*-------------------------------------------------------New Register Steps styles----------------------------------------------------------*/


.vodiapicker {
    display: none;
}

label {
    display: block;
    font-size: 14px;
}

.usIcon {
    background-image: url("../../wwwroot/static/media/images/Flag-.png");
    background-repeat: no-repeat;
}

.US {
    background: url("../../static/media/images/Flag-.png");
    background-repeat: no-repeat;
    background-position: 8.5%;
    padding-left: 50px;
}
    .US[disabled] {
        background: url("../../static/media/images/Flag-.png"), rgba(198, 198, 198, 0.56) !important;
        background-repeat: no-repeat !important;
        background-position: 8.5% !important;
        padding-left: 50px;
    }
.GB {
    background-image: url("../../static/media/images/ukFlag.png");
    background-repeat: no-repeat;
    background-position: 8.5%;
    padding-left: 50px;
}
    .GB[disabled] {
        background: url("../../static/media/images/ukFlag.png"), rgba(198, 198, 198, 0.56) !important;
        background-repeat: no-repeat !important;
        background-position: 8.5% !important;
        padding-left: 50px;
    }

.CA {
    background-image: url("../../static/media/images/CA.png");
    background-repeat: no-repeat;
    background-position: 8.5%;
    padding-left: 50px;
}

.CA[disabled] {
    background: url("../../static/media/images/CA.png"), rgba(198, 198, 198, 0.56) !important;
    background-repeat: no-repeat !important;
    background-position: 8.5% !important;
    padding-left: 50px;
}

.JM {
    background-image: url("../../static/media/images/JM-1.png");
    background-repeat: no-repeat;
    background-position: 8.5%;
    padding-left: 50px;
}

.IN {
    background-image: url("../../static/media/images/indiaFlag.png"); 
    background-repeat: no-repeat;
    background-position: 8.5%;
    padding-left: 50px;
}

.countryflag {
/*    background-image: url("../../static/media/images/indiaFlag.png"); */
    background-repeat: no-repeat;
    background-position: 8.5%;
    padding-left: 50px;
}

.select-country-create {
    padding-left: 50px;
}

.scroll-down {
    animation: scrolldown 0.6s ease;
}

.fix-width {
    overflow: hidden;
}

@keyframes scrolldown {
    0% {
        /*opacity: 0;*/
        transform: translateY(-100%);
    }

    90% {
        /*opacity: 1;*/
        transform: translateY(5%);
    }

    100% {
        /*opacity: 1;*/
        transform: translateY(0%);
    }
}

select[data-multi-select-plugin] {
    display: none !important;
}

.multi-select-component {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 1.42857143;
    padding-bottom: 0px;
    color: #fff;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.autocomplete-list {
    border-radius: 4px 0px 0px 4px;
}

.multi-select-component:focus-within {
    box-shadow: inset 0px 0px 0px 2px #78ABFE;
}

.multi-select-component .btn-group {
    display: none !important;
}

.multiselect-native-select .multiselect-container {
    width: 100%;
}

.selected-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 100px;
    display: inline-block;
    padding: 5px;
    border: 1px solid #00938F;
    background-color: #00938F;
    white-space: nowrap;
    margin: 1px 5px 5px 0;
    width: fit-content;
    display: flex;
    justify-content: space-between;
    height: 30px;
    vertical-align: top;
    cursor: default;
}

    .selected-wrapper .selected-label {
        max-width: 514px;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-left: 4px;
        vertical-align: top;
    }

    .selected-wrapper .selected-close {
        display: inline-block;
        text-decoration: none;
        margin-left: 5px;
        padding-bottom: 10px;
        height: 100%;
        /*vertical-align: top;*/
        padding-right: 4px;
        font-family: 'Poppins';
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 126%;
        /* identical to box height, or 18px */
        color: #FFFFFF;
    }

.search-container {
    display: flex;
    flex-direction: row;
    color: black;
}

    .search-container .selected-input {
        border: 0;
        height: 20px;
        padding: 0;
        margin-bottom: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .search-container .selected-input:focus {
            outline: none;
        }

.dropdown-icon.active {
    transform: rotateX(180deg)
}

.search-container .dropdown-icon {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10px;
    height: 10px;
    border: 0 !important;
    /* needed */
    -webkit-appearance: none;
    -moz-appearance: none;
    /* SVG background image */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23818181%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23818181%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
}

.search-container ul {
    position: absolute;
    list-style: none;
    padding: 0;
    z-index: 3;
    margin-top: 29px;
    width: 100%;
    right: 0px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

    .search-container ul :focus {
        outline: none;
    }

    .search-container ul li {
        display: block;
        text-align: left;
        padding: 8px 29px 2px 12px;
        /*border-bottom: 1px solid #ccc;*/
        font-size: 14px;
        color: #24292E;
        min-height: 31px;
    }

        .search-container ul li:first-child {
            border-top: 1px solid #ccc;
            border-radius: 4px 0px 0 0;
        }

        .search-container ul li:last-child {
            border-radius: 4px 0px 0 0;
        }


        .search-container ul li:hover.not-cursor {
            cursor: default;
        }

        .search-container ul li:hover {
            color: #DBE7F6;
            background-color: #00938F;
            border-color: #adadad;
            cursor: pointer;
        }

/* Adding scrool to select options */
.autocomplete-list {
    max-height: 130px;
    overflow-y: auto;
}
.password-message {
    padding-top: 12px;
}

.password-message p {
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Poppins"
}
body {
    overflow: hidden;
}
.top-header {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #dbe7f6;
}

.footer-link:hover {
    text-decoration: none;
}

.input-2 {
    position: relative;
}

.eye {
    position: absolute;
    left: auto;
    top: 37px;
    right: 11px;
    bottom: auto;
    overflow: hidden;
    width: auto;
    cursor: pointer;
}

.eye_img {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.eye_img_close {
    display: none;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.eye_inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

input::placeholder {
    color: #91A4BB !important;
    transition: 200ms;
}

input {
    border: 1px solid #D7D9DD;
    box-sizing: border-box;
    border-radius: 2px;
}

.w-icon-slider-left:before {
    content: "\f359" !important;
    height: 20px;
    width: 20px;
    font-family: "FontAwesome";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    color: #0000009c;
    margin: -4px 3px -9px 11px;
    font-size: 19px;
    position: absolute;
    top: 10px;
    z-index: 9999;
    left: -17px;
}

.w-icon-slider-right:before {
    content: "\f35a" !important;
    height: 20px;
    width: 20px;
    font-family: "FontAwesome";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 400;
    color: #0000009c;
    margin: -4px 3px -9px 11px;
    font-size: 19px;
    position: absolute;
    top: 10px;
    z-index: 9999;
    right: -17px;
}

.column-3, .column-4, .column-5, .column-6 {
    height: 100vh;
}

.testimonial-slider-main {
    height: 100vh;
}

.active-step {
    border-bottom: 2px solid #00938F;
}

.next-btn-active {
    background: #00938F;
}
/*input animation*/
.w-input:focus, .w-select:focus {
    border-color: transparent;
    outline: 0;
}

.w-select[disabled], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
    cursor: not-allowed;
    background: rgba(198, 198, 198, 0.56);
    color: #000;
}

.date {
    background-color: transparent !important;
}

.w-input, .w-select {
    transition: 0.4s;
    position: relative;
    border: 1px solid #d7d9dd;
}

.select-country, .select-state {
    border: 1px solid #d7d9dd !important;
    outline: initial !important;
}

.w-input ~ .w-embed .focus-border:before,
.w-input ~ .w-embed .focus-border:after, .w-select ~ .w-embed .focus-border:before, .w-select ~ .w-embed .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #3399FF;
    transition: 0.2s;
    transition-delay: 0.2s;
}

.w-input ~ .w-embed .focus-border:after, .w-select ~ .w-embed .focus-border:after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 0;
    transition-delay: 0.6s;
}

.w-input ~ .w-embed .focus-border i:before,
.w-input ~ .w-embed .focus-border i:after, .w-select ~ .w-embed .focus-border i:before, .w-select ~ .w-embed .focus-border i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #3399FF;
    transition: 0.2s;
}

.back-btn:hover {
    color: #fff;
}

.w-input ~ .w-embed .focus-border i:after, .w-select ~ .w-embed .focus-border i:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
    transition-delay: 0.4s;
}

.w-input:focus ~ .w-embed .focus-border:before,
.w-input:focus ~ .w-embed .focus-border:after, .w-select:focus ~ .w-embed .focus-border:after, .w-select:focus ~ .w-embed .focus-border:before {
    width: 100%;
    transition: 0.2s;
    transition-delay: 0.6s;
}

.w-input:focus ~ .w-embed .focus-border:after, .w-select:focus ~ .w-embed .focus-border:after {
    transition-delay: 0.2s;
}

.w-input:focus ~ .w-embed .focus-border i:before,
.w-input:focus ~ .w-embed .focus-border i:after, .w-select:focus ~ .w-embed .focus-border i:before, .w-select:focus ~ .w-embed .focus-border i:after {
    height: 100%;
    transition: 0.2s;
}

.w-input:focus ~ .w-embed .focus-border i:after, .w-select:focus ~ .w-embed .focus-border i:after {
    transition-delay: 0.4s;
}
/*new strength progress bar*/
.password-field {
    display: inline-block;
}

    .password-field:after {
        content: '';
        display: block;
        height: 3px;
        width: 0;
        margin-top: 3px;
        position: absolute;
        top: 40px
    }
    .password-field.level0:after {
        width: 0%;
       
    }
    .password-field.level1:after {
        width: 25%;
        background: red;
    }

    .password-field.level2:after {
        width: 50%;
        background: orange;
    }

    .password-field.level3:after {
        width: 75%;
        background: gold;
    }

    .password-field.level4:after {
        width: 100%;
        background: green;
    }

.hide {
    display: none;
}

.uk-block {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
}

.us-block {
    display: none;
    margin-left: 0px;
    margin-right: 0px;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
}
/*datepicker css*/
/* You can apply your own color!
    --main-light-color is the light grey,
    --main-dark-color is the text
    --main-active-color is the highlight
    you can just add like red, or blue or any helx you like! */
:root {
    --main-light-color: #f3f5fb;
    --main-dark-color: #321f59;
    --main-active-color: #642eff;
}

.datepicker-dropdown {
    border-radius: 8px !important;
    border: 0 !important;
    -webkit-box-shadow: 0px 48px 88px rgba(23, 9, 54, 0.08);
    box-shadow: 0px 48px 88px rgba(23, 9, 54, 0.08);
    box-sizing: border-box;
}

.datepicker-panel > ul[data-view="week"] > li {
    background-color: var(--main-light-color);
    color: var(--main-dark-color);
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    height: initial;
    padding-top: 3px;
    margin-bottom: 4px;
}

    .datepicker-panel > ul[data-view="week"] > li:hover {
        background-color: var(--main-light-color);
        color: var(--main-dark-color);
        border-radius: 0px;
    }

.datepicker-panel > ul[data-view="week"] li:first-child {
    border-radius: 20px 0 0 20px;
}

.datepicker-panel > ul[data-view="week"] li:last-child {
    border-radius: 0 20px 20px 0;
}

.datepicker-top-left::before,
.datepicker-top-left::after {
    display: none;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.highlighted,
.datepicker-panel > ul > li.picked:hover {
    color: var(--main-active-color);
    background: var(--main-light-color);
    border-radius: 8px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

li[data-view="month current"],
li[data-view="year current"] {
    text-align: left;
    color: var(--main-dark-color);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 24px; */
    padding-left: 15px;
    border-radius: 10px;
}

.datepicker-panel > ul > li:hover {
    background: var(--main-light-color);
    border-radius: 10px;
}

.c-checkbox {
    opacity: 0;
    position: absolute;
    z-index: -1
}

li[data-view="month current"],
li[data-view="year current"],
li[data-view="years current"] {
    margin-bottom: 4px !important;
}

.language-error-message {
    display: block !important;
}

/*END*/
/***********Media Query***************/

/*mobile footer*/
.list-item-2 {
    position: relative;
}

    .list-item-2:after {
        position: absolute;
        content: '';
        bottom: -2px;
        height: 12px;
        width: 2px;
        left: 111%;
        background-color: #91A4BB;
        text-align: center;
        margin: 0 auto;
        transform: translate(-50%,-50%);
    }

    .list-item-2:last-child::after {
        display: none;
    }
.list-item-footer-3 {
    position: relative;
}

    .list-item-footer-3:after {
        position: absolute;
        content: '';
        bottom: -2px;
        height: 12px;
        width: 2px;
        left: 107%;
        background-color: #91A4BB;
        text-align: center;
        margin: 0 auto;
        transform: translate(-50%,-50%);
    }

.list-item-footer-3:last-child::after {
    display: none;
}
.list-item-4 {
    position: relative;
}

    .list-item-4:after {
        position: absolute;
        content: '';
        bottom: -2px;
        height: 12px;
        width: 2px;
        left: 109%;
        background-color: #91A4BB;
        text-align: center;
        margin: 0 auto;
        transform: translate(-50%,-50%);
    }

    .list-item-4:last-child::after {
        display: none;
    }
.list-item-5 {
    position: relative;
}

    .list-item-5:after {
        position: absolute;
        content: '';
        bottom: -2px;
        height: 12px;
        width: 2px;
        left: 113%;
        background-color: #91A4BB;
        text-align: center;
        margin: 0 auto;
        transform: translate(-50%,-50%);
    }

    .list-item-5:last-child::after {
        display: none;
    }
/*ipad*/

@media only screen and (max-width: 320px) {
    .column-3, .column-4, .column-5, .column-6

{
    height: auto;
}

.testimonial-slider-main {
    height: auto;
}

}

@media only screen and (max-width: 700px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }
    .list-item-2 {
        position: relative;
    }

        .list-item-2:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 111%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-2:last-child::after {
            display: none;
        }

    .list-item-footer3 {
        position: relative;
    }

        .list-item-footer3:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 107%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-footer3:last-child::after {
            display: none;
        }

    .list-item-4 {
        position: relative;
    }

        .list-item-4:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 109%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-4:last-child::after {
            display: none;
        }

    .list-item-5 {
        position: relative;
    }

        .list-item-5:after {
            position: absolute;
            content: '';
            bottom: -2px;
            height: 12px;
            width: 2px;
            left: 113%;
            background-color: #91A4BB;
            text-align: center;
            margin: 0 auto;
            transform: translate(-50%,-50%);
        }

        .list-item-5:last-child::after {
            display: none;
        }
}
/*ipad*/
@media (min-width: 700px) and (max-width: 991px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: auto;
    }

    .slide-1 {
        height: 50vh;
    }

    .side-nav-register {
        padding-left: 23px;
        text-align: center;
    }
}
/*ipad landscape*/
@media (min-width: 991px) and (max-width: 1028px) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: 540px;
    }

    .slide-1 {
        height: 540px;
    }
}

@media (min-width: 1024px) and (max-width: 1365) {
    .column-3, .column-4, .column-5, .column-6 {
        height: auto;
    }

    .testimonial-slider-main {
        height: 640px;
    }

    .slide-1 {
        height: 640px;
    }
}

@media (min-width: 1280px) and (max-width: 720px) {
    .body {
        border-width: 22px 22px !important;
    }
}

@media only screen and (min-width: 1422px) {
    .testimonial-slider-main {
        height: 640px;
    }
}
/*@@media  (min-width: 500px) and (max-width: 766px)
    {
        .footer-registration.footer-register-page {
            position: static;
            bottom: 0%;
            width: 100%;
        }
    }*/
@media only screen and (min-width: 1600px) {
    .testimonial-slider-main {
        height: 95vh;
    }

    .slide-1 {
        height: 95vh;
    }

    .column-3, .column-4, .column-5, .column-6 {
        height: 95vh;
    }
}

@media screen and (min-width: 768px) {
    .datepicker-dropdown {
        width: 364px;
        padding: 12px;
    }

    .datepicker-panel > ul > li {
        width: 48px;
        height: 48px;
        padding-top: 10px;
    }

    li[data-view="month next"],
    li[data-view="year next"],
    li[data-view="years next"] {
        position: absolute;
        right: 18px
    }

    li[data-view="month prev"],
    li[data-view="year prev"],
    li[data-view="years prev"] {
        position: absolute;
        right: 66px
    }

    ul[data-view="months"] li,
    ul[data-view="years"] li {
        padding-top: 0px;
        width: 57px !important;
    }
}

@media screen and (max-width: 768px) {
    .datepicker-panel {
        transform: scale(0.97);
    }
}



/*---------Button Animation-------------------*/

.buttonAnime {
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all 1.5s ease-out;
}

    .buttonAnime:hover {
        background-position: left bottom;
    }


.buttonAnimes
 {
    background: #7f92a9;
}
.buttonAnime:enabled {
    background: #00938F;
    
}
.textAnime {
    transition: all 0.8s ease-out;
}

.textAnime {
    background: #7f92a9 !important;
}
.getStartedAnime {
    transition: all 1.5s ease-out;
    background: #00C12B !important;
}

.backButtonAnime {
    transition: all 0.1s ease-out;
    background: #00938F !important;
}
/*------------------footer paragraph-----------------------*/

.footer-para{
    margin:0px;
    text-decoration: none !important;
    cursor: none !important;
}


.pointer{
    cursor:pointer;
}

    .locationButtonStyle {
        justify-content: space-between;  
    }

.basicNext {
    justify-content: flex-end !important;
}


.mobileLogOutLink {
    position: absolute;
    right: 20px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 10px;
    line-height: 126%;
    text-decoration-line: underline;
    color: #FFFFFF;
    background: none;
}

.logoutHeader {
    font-style: normal;
    font-weight: 700;
    letter-spacing: -.2px;
    
    color: #00827e;
    font-size: 34px;
    line-height: 40px;
}

.logoutSubtitle {
    font-style: normal;
    letter-spacing: -.4px;
    /*margin: -20px 0 0;*/
    color: #42414e;
    font-size: 18px;
    line-height: 22px;
    display: block;
}
.logoutLoginBtn {
    display: block;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(51,51,51,0);
    --blue: #00827e;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #d65767;
    --orange: #ff8d50;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #00827e;
    --secondary: #9ea1a2;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #d65767;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 330px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1600px;
    --font-family-sans-serif: "Avenir Light",Arial,sans-serif;
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    box-sizing: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    font-family: Poppins Regular !important;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding: .5rem 1.25rem;
    font-size: .875rem;
    line-height: 1.38889;
    border-radius: 4px;
    transition: none;
    color: #fff;
    -webkit-appearance: button;
    background-color: #ff8d50;
    border: none;
    cursor: pointer;
    text-decoration:none;
}

.logoutPara{
    display: inline-block;
}
.logoutParaBtn {
    background: none;
    color: #000;
    text-decoration: underline;
    padding: 0px;
    text-transform: none;
}

.headerPara {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 126%;
    /* or 30px */

    text-align: center;
    color: #24292E;
}
.subtitlePara {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 126%;
    /* identical to box height, or 23px */

    text-align: center;
    color: #485463;
}
.subtitleLoginPara {
    margin-top: 96px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 126%;
    /* or 15px */

    text-align: center;
    color: #42414E;
}
.subtitleLoginPara2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 126%;
    /* or 15px */

    text-align: center;
    color: #42414E;
    margin-top: 47px;
}

marginPara{
    margin-bottom:36px;
    margin-top: 37px;
}

.registrationContainer {
    display: flex !important;
    flex-direction: column;
}

/*CSS added for India globalization*/
.email-validation-message, .username-2-validation-message {
    padding-top: 12px;
}

.email-validation-message, .username-2-validation-message p {
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Poppins";
    margin-left: 0px;
    margin-top: 0px;
    font-weight: 500;
}
.address-validation-error, .address-2-validation-error, .City-validation-error, .Phonenumber-validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Poppins";
    margin-left: 27px;
    margin-top: 0px;
    padding-top: 12px;
    margin-left: 21px;
    font-weight: 500;
}
.ZIPCode-validation-error {
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Poppins";
    margin-top: 0px;
    padding-top: 5px;
    font-weight: 500;
}
.zipCode-div {
    margin-left: 6px;
}
/*.firstname-validation-message, .lastname-validation-message, .middlename-validation-message, .referralcode-validation-message {
    padding-top: 12px;
}*/
.firstname-validation-message, .lastname-validation-message, .middlename-validation-message, .referralcode-validation-message p {
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Poppins";
    margin-left: 160px;
    margin-top: 0px;
}

.email-required-error, .username-2-required-error, .pwd-required-error, .username-required-error {
    color: #dc3545;
    font-size: 12px;
    margin-bottom: 5px;
    font-family: "Poppins";
    margin-left: 0px;
    margin-top: 2px;
    font-weight: 500;
}
.username-div, .loginpwd-div {
    padding-bottom: 13px;
}
.contact-details-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-left: -4px;
    margin-top: 3px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}