﻿.leadbg {
    background-color: #E9EBED;
    display: flex;
    margin-top: 9rem;
    padding-bottom: 3rem;
    padding-top: 4rem;
}

.teamjourney {
    /*height: 100%;*/
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    background-image: url('public/images/leadimage.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    height: 850px;
}

.system-message {
    position: absolute;
    top: -53px;
    width: inherit;
}

    .system-message .alert-warning {
        padding: 0.5rem;
        margin-bottom: 0;
    }

.journeytext {
    width: 60%;
    margin: auto auto;
    color: #fff;
    line-height: 22px;
}

    .journeytext img {
        margin-right: 5px;
    }

.interetedstudy {
    background-color: #fff;
    padding: 10% 10% 20%;
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
}

.bottomhv {
    font-size: 0.9rem;
    font-weight: 400;
    color: #273747;
    border-radius: 0 0 4px 0;
    position: absolute;
    bottom: 20px;
}

a.btn {
    background-color: #25A871;
    height: 46px;
    text-align: center;
    color: #fff;
    font-size: 1.1rem;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    margin-top: 30px;
}

    a.btn:hover {
        color: #fff;
        background-color: #1e895c;
        border-color: #1c7e55;
    }

    a.btn:active {
        color: #fff;
        background-color: #1c7e55;
        border-color: #1e895c;
    }

.leadform {
    background-color: #fff;
    padding: 0;
    min-height: 85vh;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
    border-radius: 0 4px 4px 0;
    padding: 3%;
    /*display: block;*/
    position: relative;
}

    .leadform .form-group label {
        color: #273747;
        font-size: 1.3rem;
        line-height: 30px;
        font-weight: 400;
    }

        .leadform .form-group label b {
            font-weight: 600;
        }

    .leadform .form-control, .leadform select {
        height: 48px;
        border-color: #273747;
    }

.form-group {
    margin-bottom: 0.8rem;
}

.bottompart {
    padding: 10px 0;
    margin: 0;
    /*position: absolute;*/
    /*bottom: 0;*/
    width: calc(100% - 6%);
}

    .bottompart .btn {
        margin: 5px 0 10px;
    }

    .bottompart .btn-grey {
        background-color: #fff;
        border-color: #9A9A9A;
        color: #9A9A9A;
    }

.additionalinfo {
    background-color: rgba(39, 55, 71, 0.05);
    color: #9A9A9A;
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding: 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #9A9A9A;
    border-radius: 4px;
    color: #9a9a9a;
    margin-right: 10px;
}

    .radio-toolbar label b {
        font-weight: 700;
    }

    .radio-toolbar label:hover {
        border: 2px solid #273747;
        cursor: pointer;
        color: #000;
    }

.radio-toolbar input[type="radio"]:focus + label {
    border-color: #9A9A9A;
    color: #9A9A9A;
}

.radio-toolbar input[type="radio"]:checked + label {
    border-color: #25A871;
    color: #273747;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 10px;
}

    ul.ks-cboxtags li {
        display: inline;
    }

        ul.ks-cboxtags li label {
            padding: 10px 15px;
            font-size: 16px;
            border: 2px solid #9A9A9A;
            border-radius: 4px;
            color: #9a9a9a;
            margin-right: 10px;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            -webkit-tap-highlight-color: transparent;
            transition: all .2s;
            cursor: pointer;
        }

            ul.ks-cboxtags li label:hover {
                border: 2px solid #273747;
                cursor: pointer;
                color: #273747;
            }

            ul.ks-cboxtags li label::before {
                display: inline-block;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                -webkit-font-smoothing: antialiased;
                font-weight: 900;
                font-size: 1rem;
                padding: 2px 6px 2px 2px;
                transition: transform .3s ease-in-out;
                background-color: red;
            }

        ul.ks-cboxtags li input[type="checkbox"]:checked + label {
            border: 2px solid #25A871;
            color: #273747;
            transition: all .2s;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            display: absolute;
        }

        ul.ks-cboxtags li input[type="checkbox"] {
            position: absolute;
            opacity: 0;
        }

            ul.ks-cboxtags li input[type="checkbox"]:focus + label {
                border: 2px solid #25A871;
            }

textarea {
    min-height: 160px;
    border-color: #273747;
}


.successmessage {
    background-color: #fff;
    padding: 0;
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
    padding: 5%;
    display: block;
    position: relative;
}

    .successmessage h1 {
        font-size: 2.4rem;
        font-weight: 300;
    }

        .successmessage h1 b {
            font-weight: 700;
        }

    .successmessage .contentlogo {
        max-width: 110px;
    }

.thankyoumessage {
    font-size: 1.3rem;
    font-weight: 400;
    margin-top: 1rem;
}

#leadQualificationRegForm label.error {
    color: red;
    font-size: 1rem;
    margin-bottom: 0;
    font-size: 80%;
    height: 14px;
}

.recommend_lead {
    background-color: #273747;
    padding: 30px 0;
    width: 100%;
    margin-bottom: 30px;
    height: 365px;
}

.successmessagenew {
    background-color: #fff;
    padding: 0;
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 4px 4px 0;
    padding: 10% 5%;
    display: block;
    position: relative;
}

    .successmessagenew .contentlogo {
        max-width: 110px;
    }

    .successmessagenew .carousel-indicators {
        bottom: -50px;
    }

        .successmessagenew .carousel-indicators li {
            width: 6px;
            height: 6px;
        }

.recccard {
    border-radius: 5px;
    width: 100%;
    height: 285px;
    background-color: #EDEDED;
}

    .recccard .logopart {
        height: 120px;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
    }

        .recccard .logopart img {
            max-width: 70%;
            max-height: 70%;
            margin: 15%;
        }

.reccinfo {
    height: auto;
    border-radius: 0 0 10px 10px;
    padding: 15px;
    font-size: 13px;
}

    .reccinfo .coursename {
        font-weight: bold;
        line-height: 18px;
        text-align: left;
        height: 35px;
        overflow: hidden;
        margin-bottom: 8px;
        text-decoration: none;
        color: #212529;
        cursor: pointer;
    }


    .reccinfo .collegename {
        line-height: 18px;
        text-align: left;
        height: 37px;
        overflow: hidden;
        color: #25A871;
        margin-bottom: 10px;
        cursor: pointer;
    }

    .reccinfo .viewmorebtn {
        background-color: #9885BE;
        border-radius: 16px;
        padding: 3px 10px;
        float: right;
        color: #fff;
        font-weight: 300;
        text-decoration: none;
    }

    .reccinfo table {
        padding-top: 10px;
    }

    .reccinfo .table td, .table th {
        border: 0;
    }

    .reccinfo table tr td {
        padding: 0;
    }

    .reccinfo .viewmorebtn:hover {
        background-color: #B8A9D3;
    }

    .reccinfo .love {
        background-color: #ADB0B2;
        border-radius: 50%;
        width: 26px;
        height: 26px;
        display: block;
        padding: 5px 0 0 0;
        float: right;
    }

        .reccinfo .love:hover {
            background-color: #25A871;
        }

        .reccinfo .love i {
            color: #fff;
        }

.carousel-control-next {
    right: -15px;
    width: 3%;
}

.carousel-control-prev {
    left: -15px;
    width: 3%;
}


@media (max-width:990px) {
    .teamjourney {
        max-height: 50vh;
        background-position: center;
    }

    .interetedstudy {
        height: max-content;
    }

    .journeytext {
        transform: scale(1.2);
        max-width: 50%;
        font-size: 1.3rem;
    }

    .bottomhv {
        text-align: center;
        padding-left: 15%;
        padding-right: 15%;
    }
}

@media (max-width:640px) {

    .leadform {
        height: calc(100% + 60px);
    }

    .teamjourney {
        max-height: 50vh;
        background-position: bottom;
    }

    .interetedstudy {
        min-height: 500px;
    }

    .system-message {
        margin-top: 0;
        position: fixed;
        top: 80px;
        left: 5%;
        width: 90%;
        z-index: 1;
    }

    .bottompart {
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .recommend_lead{
        height: 1030px;
    }

    .successmessagenew{
        height: 1420px;
    }

    .recccard .logopart img{
        margin: 7%;
    }

    .recccard{
        height: 310px;
    }

    .recccard .logopart {
        height: 140px;
    }

    .reccinfo .coursename, .reccinfo .viewmorebtn, .reccinfo .collegename{
        font-size: 16px;
    }

    .carousel-control-next {
        right: -15px;
        width: 5%;
    }

    .carousel-control-prev {
        left: -15px;
        width: 5%;
    }
}
