﻿* {
    padding: 0;
    margin: 0;
}

input::-ms-reveal,
input::-ms-clear {
    display: none;
}

body {
    font-family: "Mulish", sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-optical-sizing: auto;
    font-style: normal;
    background: #F6F8FA;
    padding: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, p, div, span, ul, li {
    font-family: "Mulish", sans-serif;
    display: block;
    margin: 0;
    padding: 0;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-area {
    width: 100%;
    background: #FFFFFF;
    border-bottom: solid 1px #F0F0F0;
}

.headercnt {
    height: 64px;
}

.footersec {
    height: 70px;
    padding: 0 20px;
    border-top: solid 1px #F0F0F0;
}

.signup-wrapper {
    width: 100%;
    height: auto;
    clear: both;
    padding-top: 25px;
}

.container {
    width: 90%;
    margin: auto;
}

.formscreen {
    width: 100%;
    height: calc(100vh - 185px);
    display: flex;
    align-items: center;
}

.form-container {
    width: 100%;
    text-align: center;
}

.outerdiv {
    width: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 20px 40px #00000014;
    border-radius: 8px;
}

.btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #01B2D6;
    color: #fff;
    border-radius: 6px;
    padding: 0 20px;
    height: 40px;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in;
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    transition: 0.4s;
    border: none;
    outline: none;
    overflow: hidden;
    min-width: 105px;
    text-decoration:none;
}

    .btn-primary span {
        position: relative;
        z-index: 10;
    }

    .btn-primary:hover {
        background: #EC577A;
    }

    .btn-primary.back {
        background: #FBFBFB;
        border: solid 1px #F0F0F0;
        color: #887D79;
        min-width: 102px;
    }

        .btn-primary.back:hover {
            background: #F0F0F0;
        }

    .btn-primary.choose {
        padding: 0 30px;
        height: 50px;
        background: #EC577A;
        border: solid 1px #EC577A;
        color: #fff;
    }

        .btn-primary.choose:hover {
            background: #01B2D6;
            border: solid 1px #01B2D6;
        }

    .btn-primary.skip {
        background: #FBFBFB;
        border: solid 1px #F0F0F0;
        color: #EC577A;
        min-width: 102px;
    }

        .btn-primary.skip:hover {
            background: #EC577A;
            border: solid 1px #EC577A;
            color: #fff;
        }

.pic1 {
    width: 100%;
    text-align: center;
}

@media only screen and (max-width: 600px) {
}

.profile-pic {
    width: 85px;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 15px;
}

.profilename {
    font-size: 22px;
    line-height: 35px;
    color: #212121;
    font-weight: 700;
}

.dec1 {
    font-size: 16px;
    line-height: 34px;
    color: #212121;
    font-weight: 500;
}

.listul {
    width: 100%;
    max-width: 760px;
    margin: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

    .listul .item {
        width: 46%;
        margin: 1% 2%;
    }

        .listul .item.full {
            width: 98%;
        }

.form-group {
    position: relative;
}

.form-label {
    padding: 0 3px;
    pointer-events: none;
    position: absolute;
    top: 20px;
    z-index: 10;
    left: 15px;
    transition: 0.2s;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    opacity: 1;
    font-size: 14px;
    color: #6F6969;
    letter-spacing: 0.01em;
    background: #FCFCFC;
    font-weight: 500;
    display: flex;
}

.form-control {
    width: 100%;
    height: 60px;
    background: #FCFCFC;
    border: solid 1px #F0F0F0;
    border-radius: 6px;
    display: block;
    font-size: 14px;
    color: #130623;
    padding: 0 20px;
    outline: none;
    box-sizing: border-box;
    font-weight: 500;
}

input:focus + label, input:not(:placeholder-shown) + label {
    opacity: 1;
    transform: scale(1) translateY(-30px) translateX(0);
}

input:focus + label, input:not(:-ms-input-placeholder) + label {
    opacity: 1;
    transform: scale(1) translateY(-30px) translateX(0);
}


.emailfield .form-label {
    left: 50px;
}

.emailfield .icon {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 20;
}

.emailfield .form-control {
    padding-left: 50px;
}

.changemail {
    color: #EC577A;
    text-decoration: underline;
}

.share-otp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

    .share-otp .item {
        margin: 0 10px;
        list-style-type: none;
    }

    .share-otp .box {
        width: 60px;
        height: 60px;
        background: #FCFCFC;
        border: solid 1px #F0F0F0;
        outline: none;
        font-size: 18px;
        line-height: 1;
        color: #212121;
        font-weight: 600;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.footersec .rightsec .skip {
    margin-right: 10px;
}

.star {
    color: red;
    position: relative;
    left: 3px;
}

.platformlist {
    width: 100%;
    height: auto;
    max-width: 985px;
    margin: auto;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 25px;
}

    .platformlist .items {
        background: #FFFFFF;
        box-shadow: 0px 0px 20px #00000014;
        border: 1px solid #F0F0F0;
        border-radius: 10px;
        padding: 20px;
        transition: all 0.2s ease-in;
    }


        .platformlist .items .top {
            width: 100%;
            height: auto;
            display: flex;
            margin-bottom: 10px;
        }

        .platformlist .items .icon {
            width: 56px;
            height: 56px;
            background: #FCFCFC;
            border: solid 1px #F0F0F0;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .platformlist .items .top .title {
            width: calc(100% - 70px);
            font-size: 20px;
            line-height: 1;
            color: #212121;
            font-weight: 700;
            transition: all 0.2s ease-in;
        }

.dec {
    font-size: 14px;
    line-height: 18px;
    color: #6F6969;
    font-weight: 400;
    margin-bottom: 10px;
    transition: all 0.2s ease-in;
}

.learn-more {
    font-size: 16px;
    line-height: 18px;
    color: #01B2D6;
    font-weight: 600;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.2s ease-in;
}

.platformlist .items:hover {
    background: #01B2D6;
}

    .platformlist .items:hover .dec {
        color: #fff;
    }

    .platformlist .items:hover .learn-more {
        color: #fff;
    }

    .platformlist .items:hover .top .title {
        color: #fff;
    }
.platformlist .items.selected {
    background: #01B2D6;
}
    .platformlist .items.selected .dec {
        color: #fff;
    }

    .platformlist .items.selected .learn-more {
        color: #fff;
    }

    .platformlist .items.selected .top .title {
        color: #fff;
    }
.learn-more img {
    position: relative;
    left: 10px;
    top: 3px;
}

.platformlist .items:hover .learn-more img {
    filter: brightness(500%);
}




.platformlist .items.active {
    background: #01B2D6;
}

.platformlist .items.active .dec {
    color: #fff;
}

.platformlist .items.active .learn-more {
    color: #fff;
}

.platformlist .items.active .top .title {
    color: #fff;
}

.learn-more img {
    position: relative;
    left: 10px;
    top: 3px;
}

.platformlist .items.active .learn-more img {
    filter: brightness(500%);
}



.plan-outer {
    width: 100%;
    max-width: 750px;
    margin: 25px auto 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.plan-box {
    width: 98%;
    max-width: 350px;
    height: auto;
    border: solid 1px #F4F4F4;
    text-align: left;
}

    .plan-box .topbox {
        background: #FCFCFC;
        border-bottom: solid 1px #F4F4F4;
        padding: 25px;
    }

    .plan-box .bottomsec {
        background: #FCFCFC;
        border-top: solid 1px #F4F4F4;
        padding: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .plan-box .topbox .titlebox {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
        margin-bottom: 20px;
    }

        .plan-box .topbox .titlebox .icon {
            width: 28px;
        }

        .plan-box .topbox .titlebox .head {
            width: calc(100% - 40px);
            font-size: 18px;
            line-height: 20px;
            color: #E39300;
            font-weight: 600;
        }

        .plan-box .topbox .titlebox .basic {
            color: #6B6F70;
        }

    .plan-box .topbox .centersec {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        text-align: left;
    }

        .plan-box .topbox .centersec .box {
            width: 50%;
            border-right: solid 1px #F4F4F4;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .plan-box .topbox .centersec .box:last-child {
                border: none;
                justify-content: flex-end;
            }

        .plan-box .topbox .centersec .text1 {
            font-size: 26px;
            line-height: 33px;
            color: #EC577A;
            font-weight: 700;
            margin-right: 10px;
        }

        .plan-box .topbox .centersec .text2 {
            font-size: 12px;
            line-height: 18px;
            color: #887D79;
            font-weight: 500;
        }

        .plan-box .topbox .centersec .text3 {
            font-size: 26px;
            line-height: 33px;
            color: #515151;
            font-weight: 700;
            margin-right: 10px;
        }

    .plan-box .planlist-outer {
        padding: 20px;
    }

        .plan-box .planlist-outer .title {
            font-size: 16px;
            line-height: 20px;
            color: #515151;
            font-weight: 700;
            margin-bottom: 10px;
        }

        .plan-box .planlist-outer ul {
            width: 100%;
            height: auto;
        }

        .plan-box .planlist-outer li {
            width: 100%;
            list-style-type: none;
            font-size: 14px;
            line-height: 16px;
            color: #887D79;
            padding: 10px 0 5px 20px;
            position: relative;
        }

            .plan-box .planlist-outer li::before {
                content: "";
                display: inline-block;
                transform: rotate(45deg);
                height: 12px;
                width: 5px;
                border-bottom: 2px solid #4EAFD2;
                border-right: 2px solid #4EAFD2;
                left: 0;
                top: 11px;
                position: absolute;
            }

.planscreen .form-container {
    max-height: 90%;
    overflow: auto;
}

@media only screen and (min-width: 1650px) {
    .platformlist .items .top {
        margin-bottom: 20px;
    }

    .platformlist {
        max-width: 1000px;
    }

        .platformlist .items {
            /* width: 260px;
    height: 145px; */
        }
}

.flex-wrap {
    flex-wrap: wrap;
}

.screen6-outer {
    width: 100%;
    height: auto;
}
