
/*code by kd*/

/*.heading-registration {
    background: #6979ef;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    color: white;
}

.form-group > label {
    font-weight: 600;
    color: #001adc;
    font-size: 15px;
    letter-spacing: 0.5px;
}

    .form-group > label span {
        color: red;
        font-weight: bold;
    }

.registration-wrapper {
    width: 100%;
    height: 560px;
    overflow: hidden;
    overflow-y: scroll;
    border-bottom: 2px solid #6777ef;
    border-radius: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.45);
}*/
    /*.registration-wrapper img{
    height:60px;
}*/

    /*.registration-wrapper::-webkit-scrollbar {
        width: 10px;
    }


    .registration-wrapper::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey;
        border-radius: 10px;
    }


    .registration-wrapper::-webkit-scrollbar-thumb {
        background: #6979ef;
        border-radius: 10px;
    }


        .registration-wrapper::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

    .registration-wrapper p {
        text-align: center;
    }*/
/*===============-use profile-start=============*/
/*.user-profile {
    width: 100%;
    height: auto;
}

.header-tittle {
    background: #6777ef !important;
    color: white;
}

.header-tittle2 {
    background: #914dee !important;
    color: white;
}

.user-profile ul {
    padding-left: 0px;
}

    .user-profile ul li {
        list-style-type: none;
        padding: 5px 0px;
        border-bottom: 1px dotted rgba(0, 0, 0, 0.45);
    }

        .user-profile ul li span {
            float: right;
        }

        .user-profile ul li i {
            padding-right: 8px;
        }*/
/*===============-use profile-end=============*/
/*code by kd end*/
/*=================media for 320px===========*/
/*@media only screen and (max-width:360px) {
    .registration-wrapper {
        width: 100%;
        height: 550px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .main-content {
        padding-left: 30px;
        padding-right: 30px;
        width: 100% !important;
    }
}*/
/*=================media for 320px===========*/
/*=================media for 320px===========*/
/*@media only screen and (max-width:320px) {
    .registration-wrapper {
        width: 100%;
        height: 550px;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .main-content {
        padding-left: 30px;
        padding-right: 30px;
        width: 100% !important;
    }
}*/
