@import url("../font/font.css");

body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
font-family: sans-serif;
    background-repeat: no-repeat
}

.card0 {
    background-color: #F5F5F5;
    border-radius: 8px;
    z-index: 0
}

.card00 {
    z-index: 0
}

.card1 {
    margin-left: 140px;
    z-index: 0;
    border-right: 1px solid #F5F5F5
}

.card2 {
    display: none
}

.card2.show {
    display: block
}

.social {
    border-radius: 50%;
    background-color: #FFCDD2;
    color: #E53935;
    height: 47px;
    width: 47px;
    padding-top: 16px;
    cursor: pointer
}

input,
textarea,
select {
    padding: 2px;
    border-radius: 0px;
    box-sizing: border-box;
    color: #9E9E9E;
    border: 1px solid #cecece !important;
    font-size: 16px;
    letter-spacing: 1px;
    height: 40px !important;
}

/* select {
    width: 100%;
    margin-bottom: 85px
} */

input:focus,
textarea:focus,
select:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid transparent !important;
    border-image: linear-gradient(to top, #0166b2, rgb(0 163 189)) 20% round !important;
    outline-width: 0 !important;
    /* background: linear-gradient(to top, #0166b2, rgb(0 163 189)); */
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #E53935
}

textarea {
    height: auto !important;
}

.form-group {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%
}

.form-control-placeholder {
    position: absolute;
    top: 0px;
    padding: 9px 2px 0 2px;
    transition: all 300ms;
    opacity: 0.5
}

.form-control:focus+.form-control-placeholder,
.form-control:valid+.form-control-placeholder {
    font-size: 95%;
    top: 4px;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
    background-color: transparent;
    padding: 0px 2px !important;
}

.next-button {
    /* width: 18%;
    height: 50px;
    background-color: #BDBDBD;
    color: #fff;
    border-radius: 6px;
    padding: 10px; */
    cursor: pointer
}

.next-button:hover {
    /* background-color: #E53935;
    color: #fff */
}

.get-bonus {
    margin-left: 154px
}

.pic {
    width: 230px;
    height: 110px
}

#progressbar {
    position: absolute;
    left: 35px;
    overflow: hidden;
    color: #E53935
}

#progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 36px
}

#progressbar li:nth-child(3) {
    margin-bottom: 88px
}

#progressbar .step0:before {
    content: "";
    color: #fff
}

#progressbar li:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 20px;
    background: #fff;
    border: 2px solid #E53935;
    border-radius: 50%;
    margin: auto
}

/* #progressbar li:last-child:before {
    width: 40px;
    height: 40px
} */

#progressbar li:after {
    content: '';
    width: 3px;
    height: 66px;
    background: #BDBDBD;
    position: absolute;
    left: 58px;
    top: 15px;
    z-index: -1
}

/* #progressbar li:last-child:after {
    top: 147px;
    height: 132px
} */

#progressbar li:nth-child(3):after {
    top: 81px
}

#progressbar li:nth-child(2):after {
    top: 0px
}

#progressbar li:first-child:after {
    position: absolute;
    top: -81px
}

#progressbar li.active:after {
    background: #E53935
}

#progressbar li.active:before {
    background: #E53935;
    font-family: FontAwesome;
    content: "\f00c"
}

.tick {
    width: 100px;
    height: 100px
}

.prev {
    display: block;
    position: absolute;
    left: 40px;
    top: 20px;
    cursor: pointer
}

.prev:hover {
    color: #D50000 !important
}


.fixed-content-side {
    height: 100%;
    width: 35%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
    overflow-x: hidden;
    padding-top: 20px;
    color: #fff;
}

.center-content {
    display: flex;
    padding: 0px 20px;
    align-items: center;
    height: 100%;
    flex-wrap: wrap;
}

.easy-content-side {
    width: 65%;
    position: absolute;
    right: 0px;
    height: 100%;
}

.font-regular {
    font-family: kalamRegular;
}

.right-f {
    float: right;
}

.left-f {
    float: left;
}

.btn-pin {
    padding: 9px 20px;
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    border: 2px solid transparent;
    border-image: linear-gradient(to top, #0166b2, rgb(0 163 189)) 20% round;
    transition: all 200ms ease;
    border-radius: 3px;

}

.btn-pin:hover {

    background-color: #f3ec78;
    background-image: linear-gradient(to top, #0166b2, rgb(0 163 189)) 20% round;
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    transition: all 500ms ease;

}


.btn {
    margin: 20px auto;
    border: none;
    padding: 10px 44px;
    font-size: 14px;
    position: relative;
}

.btn-span {
    font-weight: bold !important;
    letter-spacing: 1.5px;
    position: relative;
}

.btn:hover .btn-span {
    color: #fff !important;
    position: relative;
    transition: all 200ms ease;
    transition-delay: 0.3s;
}

.btn:hover i {
    transform: translateX(10px);
    transition: all 0.5 ease;
}

.btn::before {
    transition: all 0.45s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    content: "";
    width: 50%;
    height: 100%;
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
    position: absolute;
    top: 0;
    left: 0;
}

.btn:hover::before {
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
    width: 100%;
}

.btn.rounded {
    border-radius: 50px;
}

.btn.rounded .text-green {
    color: #fff;
    font-weight: bold;
    mix-blend-mode: difference;
}

.btn.rounded::before {
    border-radius: 50px;
    width: 25%;
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
}

.btn.rounded:hover::before {
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
    width: 100%;
}

/* /////// end btn ////// */

.extra-pad {
    padding: 0px 20px;
}

.heading-head {
    font-family: kalamBold;
}

.left-head {
    text-transform: uppercase;
    font-weight: 500;
    /* font-size: 25px; */
    /* font-family: kalamLight; */
    border-bottom: 3px solid #eee;
    display: inline-block;
    padding: 0px 0px 5px 0px;
    border-image: linear-gradient(to top, #0166b2, rgb(0 163 189)) 20% round;
    /* margin-bottom: 25px; */
}

.fot-p {
    font-size: 14px;
    color: #9a9a9a;
    text-align: center;
}

.fot-bdr-top {
    border-top: 2px solid #dadada;
}

/* checkbox */
.custom-choose {
    display: flex;
    justify-content: normal;
    align-items: center;
}

.custom-choose input[type="radio"],
.custom-choose input[type="checkbox"] {
    display: none;
}

.custom-choose input[type="radio"]+label,
.custom-choose input[type="radio"]:not(checked)+label,
.custom-choose input[type="checkbox"]+label,
.custom-choose input[type="checkbox"]:not(checked)+label {
    min-width:300px;
    padding: 10px 40px;
    border: solid 2px #0073b5;
    border-radius: 50px;
    font-size: 15px !important;
    text-align: center;

    margin-right: 31px;
    transition: 0.4s;
}

.custom-choose input[type="radio"]:checked+label,
.custom-choose input[type="checkbox"]:checked+label {
    position: relative;
    border: solid 2px #0073b5;
    background: linear-gradient(to top, #0166b2, rgb(0 163 189)) 20% round;
    ;
    color: #fff;
    transition: 0.4s;
}

.custom-choose input[type="radio"]:checked+label::before,
.custom-choose input[type="checkbox"]:checked+label::before {
    content: "✓";
    position: absolute;
    left: 16px;
}

/* end checkbpox */
.input-banner {
    width: 100%;
    font-size: 15px;
}

.link-h3-head{
display: inline-block;
padding: 0px 0px 3px 0px;
    font-size: 20px;
    /* font-family: kalamRegular; */
    margin-left: 10px;
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(to top, #0166b2, rgb(0 163 189)) 20% round;
    text-transform: capitalize;
}
.progress-bullet{
    border: 2px solid #0073b5;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    padding: 7px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font-family: sans-serif;
    cursor: pointer;
}
.progress-bullet::after{
    content: '';
    content: '';
    width: 2px;
    /* border-left: 2px solid transparent; */
    height: auto;
    position: absolute;
    top: 41px;
    bottom: 0px;
    /* background: #eee; */
    left: 17px;
    /* right: 0px; */
    text-align: center;
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
    justify-content: center;
}
.progress-bullet.bullet-last::after{
    display: none;
}
.card{
border: 0px;
}

#msg{
        background: #ff6161;
        padding: 2px 10px;
        color: #fff;
        width: 100%;
        border-radius: 3px;
        text-align: center;
        /* display: inline-block; */
        transition: all 5400ms ease;
}

.c-center{
   width: 50%;
    margin: 2.5rem auto;
    /* height: 100%; */
    /* position: absolute; */
    right: 0px;
    left: 0px;
    /* background:url('https://factech.co.in/fronts/images/kaizen-img/welcome-sm.jpg'); */
    top: 0px;
    bottom: 0px;
    border-radius: 5px;
}
.upper-wrap{
    padding: 40px 0px;
    border-radius: 5px;
    background: linear-gradient(to top, #0166b2, rgb(0 163 189));
}
.form-wrap{
    /* margin-left: -100px; */
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    min-height: 450px;
}
.product-ul{

}
.ism-logo{
    position: absolute;
    bottom: 0px;
    width: 80%;
}
.clr-blue{
    color:#0079b5
}
.clr-wht{
    color: #fff;
}
.h-product{
    display: inline-block;
    border-bottom: 2px solid #fff;
    text-transform: uppercase;
    
}
.product-ul li {
    list-style: none;
    color: #fff;
}

.product-ul li a{
    color: #fff;
    
}

@media screen and (max-width: 912px) {
    .ph-disp-none{
        display:none
    }
    .ph-m-0{
        margin: 0px !important ;
    }
    .c-center{
        width: 100%;
    margin: 2rem auto;
    height: 100%;
    float: right;
    /* position: absolute; */
    right: 0px;
    left: 0px;
    /* background: url(https://factech.co.in/fronts/images/kaizen-img/welcome-sm.jpg); */
    top: 0px;
    bottom: 0px;
    border-radius: 5px;
    }
    .card00 {
        padding-top: 30px
    }

    .card1 {
        border: none;
        margin-left: 50px
    }

    .card2 {
        border-bottom: 1px solid #F5F5F5;
        margin-bottom: 25px
    }

    .social {
        height: 30px;
        width: 30px;
        font-size: 15px;
        padding-top: 8px;
        margin-top: 7px
    }

    .get-bonus {
        margin-top: 40px !important;
        margin-left: 75px
    }

    #progressbar {
        left: -25px
    }

    .fixed-content-side {
        position: static;
        width: auto;
        height: auto;
    }

    .easy-content-side {
        width: auto;
        position: static;
        height: auto;
    }

    .btn.rounded::before {
        border-radius: 50px;
        width: 100%;
    }

    .ph-padd-0 {
        padding: 0px !important;
    }

    .ph-m-0 {
        margin: 0px !important;
    }

    .btn {
        margin: 0px auto;
        border: none;
        padding: 10px 44px;
        font-size: 14px;
        position: relative;
        width: 100%;
    }

    .btn .btn-span {
        color: #fff !important;
        position: relative;
    }
    .link-h3-head {
    
        font-size: 0.75rem;
        margin-left: 0px;
       
    }
    .bs-example{
        padding: 2rem !important;
    }
    .card-body{
        margin-right: 0rem !important;
    }
    .card-body .btn{
        margin-bottom: 30px;
    }
    .register-footer {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        text-align: center;
        
    }
}