body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    color: #484B5A;
/*    background-image: linear-gradient(165deg,#00afff, #00efa0 );*/
/*    min-height: 100vh;*/
}

.center-align {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
}

.left-text h1 {
    font-size: 19px;
}

b {
    color: #484B5A;
}
.form-group {
    position: relative;
}

.invalid-feedback {
    font-size: 55%;
    text-align: right;
}
.brand-logo img{
    width: 120px;
}
.form-control {
    height: 38px !important;
    border-radius: 4px !important;
    border: 1px solid #CED4DA;
    font-size: 14px;
    color: #A7A7A7 !important;
    position: relative;
}
.form-control::placeholder { 
  color: #A7A7A7 !important;
}
i.place {
    position: absolute;
    bottom: 11px;
    left: 11px;
    font-size: 14px;
    color: #A7A7A7;
}
i.place.ls {
    left: 18px;
}
img.place.lock {
    width: 14px;
    height: 15px;
    position: absolute;
    bottom: 11px;
    left: 11px;
    font-size: 14px;
        z-index: 9;
}
#subdomain-form-group input{
   padding-left: 57px; 
}

span.place {
    position: absolute;
    top: 8px;
    left: 6px;
    font-size: 14px;
    z-index: 9;
     color: #A7A7A7;
}
.form-check {
    padding-left: 0;
}
input.form-control {
    padding-left: 30px;
}
span.input-group-text {
    font-size: 14px;
}
.input-group-append {
    height: 38px;
    border-radius: 0 4px 4px 0 !important;
}
.input-group-append {
    border-radius: 0 4px 4px 0 !important;
}
input#first_name:before {
font-family: "Font Awesome 5 Brands";
  font-weight: 400;
  content: "\f167";
}
.container {
    padding: 0 4%;
}

form#signupformkbfreemium,
form#login {
    width: 90%;
    margin: 0 auto;
}

.form-check-label {
    color: #484B5A!important;
    font-size: 14px;
}
div#termsconditions-error {
    bottom: -8px;
}
form#signupformkbfreemium .form-group button.btn.btn-success.kbformsubmit {
    width: 100%;
    background-color: #1BA2DD;
    border: 0;
    background-image: linear-gradient(165deg,#00b7ff,#00d488)!important;
}
form#signupformkbfreemium .form-group button.btn.btn-success.kbformsubmit:hover {
    cursor: pointer;
}

#loginbtn {
    width: 100%;
    background-color: #1BA2DD;
    border: 1px solid #1BA2DD;
    height: 45px;
}

form#signupformkbfreemium .form-group p {
    color: #484B5A;
        font-size: 15px;
    margin-bottom: 5px;
}

.left-div {
    /* width: 50%; */
    padding-left: 10% !important;
}

.right-div {
    /* width: 50%; */
    background-color: #33BFEA;
    position: relative;
}

.alert-danger {
    width: 90%;
}

.alert-success {
    width: 90%;
}


.main-head h1 {
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

.main-head h4 {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0px;
}

.client h4 {
    font-size: 16px;
    color: #000;
    font-weight: 300;
}

img.page-background {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.row.part2 {
    border-radius: 7px;
/*    box-shadow: 0px 0px 20px #CBCDD05E;*/
    justify-content: center;
/*    min-height: 535px;*/
}

.part2 .form {
    border-radius: 7px;
    background-color: #fff;
    padding: 14px;
    max-width: 450px;
    box-shadow: 0px 0px 20px #c4c5c6ad;
    padding-top: 24px;
}

.part2 .description {
    border-radius: 7px 0 0 7px;
    background-color: #ECFFDE;
    padding: 14px;
}

.part2 .verification {
    border-radius: 7px;
    background-color: #fff;
    padding: 14px;
    max-width: 450px;
    box-shadow: 0px 0px 20px #c4c5c6ad;
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin: 20px 0;
}

.des-data {
    width: 85%;
    margin: 0 auto;
}

.des-data h2 {
    font-size: 22px;
    padding-right: 20px;
}

ul.info-box {
    padding-left: 25px;
    margin-bottom: 25px;
}

li.info {
    font-size: 15px;
    font-weight: 600;
    list-style: none;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 5px 5px 6px #B4B4B429;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 10px;
    position: relative;
    margin-bottom: 15px;
    line-height: 1.2;
}

li.info:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -16px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
}

.part3 .item {
    width: 15.466667%;
}

.row.part3 {
    padding-bottom: 20px;
}

.part3 .item img {
    width: 100%;
    margin: 0 auto;
    filter: grayscale(100);
}
.part3 .item:hover img{
    filter: grayscale(0);
}

.part3 .item {
    height: 59px;
    display: flex;
    align-items: center;
    background-color: #ffffffc9;
    padding: 15px;
    border-radius: 4px;
    box-shadow: 0px 0px 20px #c4c5c6ad;
}
.part3 .item img.ibm {
    width: 80%;
}
img.img-fluid.nw {
    width: 90%;
}

.lottie-img-text {
/*    width: 85%;*/
    margin: 20px;
/*    height: 400px;*/
    border-radius: 7px;
    background-color: #ecffde;
    padding: 20px 20px 30px;
    text-align: center;
/*    margin-bottom: 10px;*/
}

.lottie-img-text p {
    font-size: 18px;
    padding: 0px 30px;
}

.lottie-img-text p#thank_you_msg a{
    overflow-wrap:break-word;
}
li.info .check-icon {
    position: absolute;
    left: -28px;
    top: -2px;
}

#show_hide_password {
    cursor: pointer;
}

#show_hide_password .input-group-append .input-group-text {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.iti {
    display: block;
}

#tandcmodal .modal-dialog {
    overflow-y: initial;
}

#tandcmodal .modal-body {
    overflow-y: scroll;
    height: 80vh;
    padding: 16px 45px;
}

.right-text h1 {
    text-align: center;
    font-size: 36px;
    margin: 0 auto;
    width: 70%;
}
@media screen and (max-height: 768px) {
    .main-head h1 {
/*    font-size: 24px;*/
    }
    .main-head h4 {
/*    font-size: 18px;*/
    }
    .client h4 {
/*    font-size: 17px;*/
    }
}
@media screen and (max-height: 721px) {
    .brand-logo {
    margin: 0 0 5px !important;
}
    .left-text h1 {
    font-size: 17px;
}
    form#signupformkbfreemium .form-group label.control-label {
    margin-bottom: 4px;
}
    .form-control {
    height: 34px !important;
}
    .input-group-append {
    height: 34px;
}
    .des-data h2 {
    font-size: 21px;
}
    .part3 .item img {
    width: 85%;
/*    height: 52px;*/
}
}
@media screen and (max-height: 690px) {
   .main-head {
    margin-bottom: 5px !important;
} 
    .main-head h1 {
    font-size: 17px;
    margin-bottom: 2px;
}
    .main-head h4 {
    font-size: 15px;
}
}
@media screen and (max-height: 701px) {
.main-head {
    margin-top: 5px !important;
}
}
@media screen and (max-width: 2560px) and (min-width: 1650px) {
.client h4 {
    margin-top: 15px !important;
}
    .row.part1 {
    margin: 8px 0;
}  
.center{
    display: flex;
    align-items: center;
    height: 100vh;
}
}
@media screen and (min-height: 800px) {
    .center {
        display: flex;
        align-items: center;
        height: 100vh;
    }
    form#signupformkbfreemium .form-group label.control-label {
        font-size: 15px!important;
        margin-bottom: 0.5rem!important;
    }
    .form-control {
        height: 40px !important;
        font-size: 15px!important;
    }
    .invalid-feedback {
        font-size: 72%!important;
    }
    .form-group {
        margin-bottom: 17px!important;
    }
    .input-group-append {
        height: 40px!important;
    }
    .main-head {
        margin-bottom: 15px !important;
    }
    .client h4 {
        margin: 15px 0 !important;
    }
}

@media screen and (max-width: 991px) {
    body {
        overflow-y: scroll;
    }
    li.info {
    font-size: 13px;
}
}

@media screen and (max-width: 560px) {
    .left-div {
        padding-top: 30px !important;
    }

    form#signupformkbfreemium,
    form#login {
        width: 100%;
    }
    .des-data {
    width: 100%;
    }
    .alert-danger {
        width: 100%;
    }

    .alert-success {
        width: 100%;
    }

    .row.part3 {
        padding: 0 20px 20px;
    }

    .part3 .item {
        width: 30.466667%;
    }

    .lottie-img-text p {
        font-size: 15px;
    }
    .client .d-flex {
        gap: 10px;
    }
    .part2 .description {
        order: 2;
        border-radius:7px;
        margin-top: 15px;
    }
    .part2 .form, .part2 .verification{
        order: 1;
        border-radius:7px;
    }
    .brand-logo {
    margin: 5px 0 8px !important;
    }
    .main-head h1 {
    font-size: 19px!important;
    margin-bottom: 6px!important;
    }
    .main-head h4 {
    font-size: 15px!important;
    margin: 5px 0!important;
    }
    form#signupformkbfreemium .form-group label.control-label {
    font-size: 15px!important;
    margin-bottom: 12px!important;
    }
    .form-control {
        height: 40px !important;
        font-size: 15px!important;
    }
    .invalid-feedback {
        font-size: 72%!important;
    }
    .form-group {
        margin-bottom: 17px!important;
    }
    .input-group-append {
        height: 40px!important;
    }
    span.input-group-text {
    font-size: 15px!important;
    }
}
@media screen and (max-width: 375px) {
.part3 .item {
        width: 47.466667%;
    }
}
@media screen and (max-width: 560px) {}



.img-loader {
    width: 40px;
    bottom: 0px;
    position: relative;
    /*left: 300px;*/
}

@media screen and (min-height: 800px) {}

.invalid-feedback {
    position: absolute;
    margin-top: 2px;
}

.form-group {
    margin-bottom: 10px;
/*    margin-top: -2px;*/
}

div#password-error,
div#subdomain-error {
    top: 36px;
}


.left-text h2 {
    font-size: 16px;
    margin-bottom: 5px;
}

form#signupformkbfreemium .form-group label.control-label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

form#signupformkbfreemium .form-group button.btn.btn-success.kbformsubmit {
        height: 38px;
    line-height: 1.2;
}

@media screen and (max-width: 560px) {

    .left-div {
        padding-left: 0 !important;
        padding-right: 0;
        margin: 0 auto;
        width: 90%;
    }

    .center-align {
        width: 100%;
        margin: 0 !important;
    }

/*
    .invalid-feedback {
        position: relative;
        margin-top: 0.5rem;
    }
*/

    div#password-error,
    div#subdomain-error {
/*        top: unset;*/
    }
    .row.part2 {
    margin: 0px;
}
}

sup {
    color: red;
}

span.waiting_msg {
    color: #484B5A;
    font-size: 15px;
    line-height: 1.4;
    position: unset;
    text-align: left;
    font-weight: 400;
    padding-left: 15px;
}

span.waiting_msg .msg-bold {
    color: #1BA2DD;
    font-weight: 600;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #000000;
    border: 2px solid #555555;
}
.grad{
    background: -webkit-linear-gradient(165deg,#00efa0, #00afff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pop-on-hover:hover, .pop-on-hover:focus, .pop-on-hover:active {
  transition: all 200ms ease-in;
    transform: scale(1.1);
    box-shadow: 8px 8px 4px #c4c5c68a;
}
.iti__country-list{
    z-index: 99;
    max-width: 380px;
}
.iti__country-list::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    height: 5px;
}
.iti__country-list::-webkit-scrollbar-thumb {
    background: linear-gradient(165deg,#00efa0, #00afff) !important;
    border: 2px solid #ffffff00!important;
}
.change-img{
    filter: grayscale(0)!important;
    display: none;
}
.color-img{
    display: block;
}
.part3 .item:hover .change-img{
    display: block;
}
.part3 .item:hover .color-img{
    display: none;
}