.promo-signup-wrapper {
    display: flex;
    flex-wrap: wrap;
    min-height: 100vh;
    width: 100%;
    overflow: auto;
}

.promo-signup-wrapper .ps-content,
.promo-signup-wrapper .ps-signup-form {
    flex: 1;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.promo-signup-wrapper .ps-content {
    color: #fff;
    background-color: #020c12;
}

.promo-signup-wrapper .ps-signup-form {
    background-color: #fff;
    padding: 60px;
}

.promo-signup-wrapper .ps-content h1 {
    background: linear-gradient(90deg, rgb(158, 221, 88) 0%, rgb(77, 210, 132) 100%);
    background-clip: text;
    background: -webkit-linear-gradient(180deg, rgb(158, 221, 88) 0%, rgb(77, 210, 132) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.promo-signup-wrapper .ps-content p {
    font-size: 14px;
    color: #fff;
}

.promo-signup-wrapper .ps-content .sub-text {
    font-size: 18px;
    color: #fff;
}

.promo-signup-wrapper .ps-content .included-wrapper .card {
    height: 100%;
    padding: 8px 18px 10px;
    background: linear-gradient(150deg, rgb(45, 53, 66) 0%, rgb(33, 39, 41) 91%);
    border: 1px solid #343438;
    border-radius: 5px;
}

.promo-signup-wrapper .ps-content .included-wrapper .card p {
    color: rgb(225 225 226 / 80%);
    margin-bottom: 0px;
}
.signupcontainer {
    padding: 40px;
    background: #ffffff;
    border: 1px solid #eaedf0;
    border-radius: 10px;
    box-shadow: 0 2px 7px 0 rgb(5 34 97 / 10%);
}
.included-wrapper .list-item {
    padding: 8px 18px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-top: 10px;
    background-image: none;
    border: 1px solid #343438;
    border-radius: 21px;
    color: #ffffff;
}

.included-wrapper .list-item::before {
    content: '';
    display: inline-block;
    height: 15px;
    width: 15px;
    background: url('/images/tick-1.png');
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
    margin-right: 10px;
}

@media screen and (max-width: 962px) {
    .promo-signup-wrapper {
        flex-direction: column;
        min-height: auto;
    }

    .promo-signup-wrapper .ps-content,
    .promo-signup-wrapper .ps-signup-form {
        width: 100%;
        min-height: auto;
    }

    .included-wrapper .list-item {
        display: inline-block;
    }
}

#signUpForm {
    max-width: 600px;
}

.error {
    color: red;
}

.za-confirm {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(119, 119, 119, 0.7);
    z-index: 1001;
    display: none;
    visibility: hidden;
}

.za-msgbox {
    color: #888;
    width: 30%;
    position: absolute;
    top: 129px;
    left: 902px;
    padding: 5px;
    max-width: 400px;
    visibility: hidden;
}

.za-confirm-container {
    position: relative;
    top: 25%;
    width: 400px;
    margin: 0 auto;
    background-color: #FFF;
    padding: 20px;
    border-radius: 5px;
    visibility: hidden;
}

.za-confirm-title {
    font-size: 15px;
    font-weight: bold;
    visibility: hidden;
}

.za-email-suggestion {
    font-size: 11px;
}

.select_country {
    width: 100%;
    padding: 10px;
}

#phone {
    height: 42px;
    width: 227px;
    border: 1px solid #ced4da;
}

.select_country_code,
.select_country {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ced4da;
}

.select_country_code {
    z-index: 1;
    flex: 3;
    width: 80px;
    padding: 6px 20px;
    font-size: 1rem;
    border: 1px solid #d1d7de;
    border-radius: 5px;
}

#countryCodeDiv {
    background-color: #fff;
    width: 80px;
    height: 42px !important;
    position: absolute;
    box-sizing: border-box;
    line-height: 25px;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #666;
    pointer-events: none;
    z-index: 9;
}

#country_code_container {
    position: relative;
}

#ccodediv {
    position: absolute;
    padding: 6px 20px;
    font-size: 1rem;
    border: 1px solid #d1d7de;
    border-radius: 5px;
    display: block;
    width: calc(100% - 10px);
    height: 100%;
    background: #fff;
    color: #333;
    pointer-events: none;
    left: 0;
    top: 0;
    z-index: 48;
}

#country_code_container::after {
    position: absolute;
    content: '';
    right: 20px;
    top: 18px;
    width: 0;
    z-index: 50;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
    display: block;
}

.country_container:after {
    position: absolute;
    content: '';
    right: 15px;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
    display: block;
}

#countryCodeDiv:before {
    position: absolute;
    content: '';
    left: 60px;
    top: 18px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #666;
}

.za-email-suggestion a {
    font-size: 11px;
    color: #83b633;
    cursor: pointer;
}

.field-msg {
    font-size: 11px;
}

.field-msg span a {
    color: #83b633;
}

.socl-signup {
    margin: 0;
    padding: 5px 0 0;
    text-align: center;
    font-family: ZohoPuviSemBd, Helvetica, sans-serif;
    text-transform: uppercase;
    transition: all .5s ease;
    border: 1px solid transparent;
    cursor: pointer;
    z-index: 1;
    font-size: 0.9375rem;
}

span.socl-text {
    margin-left: 10px;
    margin-top: 3px;
    display: inline-block;
}

span.vi-google {
    color: #555;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    border: 1px solid #bdc8d3;
    display: flex;
    align-items: center;
    transition: .2s all ease-in-out;
}

span.vi-google:hover {
    background-color: #e9f0e1;
    color: #111;
}

span.vi-google::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/images/google-signup-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

span.vi-linkedin {
    color: #555;
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    border: 1px solid #bdc8d3;
    display: flex;
    align-items: center;
    transition: .2s all ease-in-out;
}

span.vi-linkedin:hover {
    background-color: #e9f0e1;
    color: #111;
}

span.vi-linkedin::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-image: url('/images/linkedin-signup-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.fluid-width-video-wrapper {
    padding: 0;
    position: relative;
    width: 100%;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.nobottom_margin {
    margin-bottom: 0 !important;
}

.term a {
    color: #11679d;
}

.input_box {
    padding: 6px 20px;
    font-size: 1rem;
    border: 1px solid #d1d7de;
    border-radius: 5px;
}

.ccodelabel {
    padding: 6px 20px;
    border: 1px solid #d1d7de;
    border-radius: 5px;
}

.ccodediv {
    font-size: 1rem;
}



.s247-wrapper {
    max-width: 1000px;
}

.pricing-btn {
    transition: .2s all ease-in-out;
}

.pricing-btn:hover {
    background-color: #76a52a;
}

@media screen and (max-width: 760px) {
    .bg-waves {
        display: none;
    }

    .pricing-btn {
        width: 100%;
    }

    .w-75 {
        width: 100% !important;
    }

    #ccodediv {
        padding-left: 7px;
    }
}

.promo-testimonial {
    padding: 20px;
    border: 1px solid #525253;
    margin-top: 30px;
    border-radius: 25px;
    background: #282d2f;
}

.author-name {
    font-size: 11px;
}
.author-designation {
    font-size: 11px;
}
