body{
    height: 100%;
    margin: 0;
    font-family:'Roboto';
    letter-spacing: 1.5px;
}

@font-face {
    font-family: 'sf_ui_textregular';
    src: url('../fonts/sfuitext-regular-webfont.woff2') format('woff2'),
    url('../fonts/sfuitext-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'sf_ui_textbold';
    src: url('../fonts/sfuitext-bold-webfont.woff2') format('woff2'),
    url('../fonts/sfuitext-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@media only screen and (max-width:600px)
{
    .bgs
    {

        background-image: url("../img/login/bg.jpg");
        background-repeat: no-repeat !important;
        background-size: cover;

    }
    .reg {
        padding-top: 20px;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .heading h3 {
        font-size: 25px !important;
        text-transform: uppercase;
        color: #464646;
        text-align: center;
        padding-top: 25px;
        font-weight: 400;
    }

    .tops
    {
        padding-top:20px;
    }
    .aleft
    {
        text-align: center;
    }

    .socials
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
        text-align:center;
    }

    .socials1
    {
        padding-left: 30px !important;
        padding-right: 30px !important;
        text-align:center;
    }

    .facebook{
        margin-top:8px;
        width: 50% !important;
        margin-left:0px;
        height:40px;
        border-color: #357ebd;
        border-radius: 25px;
        color: #fff;
        cursor: pointer;
        text-align:left;
        font-size:18px;
        text-transform:uppercase;
        background: #3b5998;
        padding-left: 1px;
    }


    .linkedin{
        margin-top:8px;
        width: 100% !important;
        margin-left:0px;
        height:40px;
        border-color: #357ebd;
        border-radius: 25px;
        color: #fff;
        cursor: pointer;
        text-align:left;
        font-size:18px;
        text-transform:uppercase;
        background-color:#357ebd;
        padding-left: 1px;
    }

    .head_logo {
        /* padding-top: 40px; */
        text-align: center;
        background-color: #fff;
        width: 150px;
        border-radius: 50%;
        margin-left: 25% !important;
        margin-right: auto;
        padding: 5px;
    }

}


.photo img {
    width: 100%;
}

.photo {
    width: 28%;
    float: left;
}

.bottom_cont {
    margin-top: 30px;
    float: left;
    width: 100%;
    height: 430px;
    position: relative;
}
.nav-pills>li.active> .active_arrow{ display: block;
    position: absolute;
    right: -18px;
    top: 38%;
    bottom: 50%;
}
.active_arrow{ display:none;}
.nav-pills>li.active> a .num_p .cir_atv {
    width: 40px;
    height: 40px;
    text-align: center;
    background: #0a45dd;
    border-radius: 50%;
    padding: 0px !important;
    color: #fdfdfd;
    font-family: 'sf_ui_textbold';
    margin: 0px auto;
}

.nav-pills>li.active> a h4 {
    color: #0a45dd;
}


.nav-stacked>li {
    position: relative;
}


.nav-pills>li.active>a{
    color: #fff !important;
    background-color: #fcfcfc !important;

}
.nav-pills>li.active>a:hover {
    color: #000 !important;
    background-color: #fcfcfc !important;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 24px 20px 20px 20px !important;
}
.tab-content {
    margin-top: 15px;
    float: left;
    width: 100%;
    margin-left: 2%;
}

.num_p {
    float: left;
    margin-right: 20px;
    border-radius: 50%;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 3px 3px;
    border: 2px solid #575454;
    color: #575454;
    font-family: 'sf_ui_textbold';
    font-size: 27px;
}

.num_p span {
    background-color: #1661ff;
    padding: 7px 9px 7px 9px;
    vertical-align: middle;
    /* position: relative; */
    margin: auto;
    border-radius: 50%;
}

.side_p
{
    font-size: 12px;
    text-transform: uppercase;
    color: #575454;
    margin-bottom: 5px !important;
    margin-top: 5px;
    font-family: 'sf_ui_textbold';
}

.side_h {
    margin-top: 0px !important;
    color:#575454;
    font-family: 'sf_ui_textbold';
    font-size:14px;
    text-transform: uppercase;

}

ul.select_bx {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}


ul.select_bx li:nth-child(even) {
    margin-left: 3%;
}


ul.address li:last-child {
    float: none;
    text-align: center;
    width: 100%;
}


ul.select_bx li:last-child .login-btns {
    width: 45%;
    font-family: 'sf_ui_textregular';
    font-size: 16px;
    padding: 14px 0px;
}


.back-btn .nxt {
    background: #575454;
    box-shadow: 1px 6px 8px 0px #b1adad;
}


.Next .nxt:hover {
    background: #cc0e17;
    transition: background-color 1.5s ease;
}

.back-btn .nxt:hover {
    background: #2d2c2c;
    transition: background-color 1.5s ease;
}
.back-btn {
    right: 160px;
    position: absolute;
    bottom: 23px;
}

.Next {
    position: absolute;
    bottom: 23px;
    right: -5px;
}
ul.select_bx li {
    width: 48%;
    float:left;
}


.bottom_head-cont {
    padding: 0px 0px;
    float: left;
    width: 100%;
}


ul.select_bx li .form-group {
    margin-bottom: 22px;
}


.bottom_head-cont h3 {
    font-size: 18px;
    text-transform: uppercase;
    color: #575454;
    padding: 0px 0px 15px 0px;
    font-family: 'sf_ui_textbold';
    width: auto;
}


.Next {
    position: absolute;
    bottom: 23px;
    right: -5px;
}

.nxt {
    font-size: 15px;
    background-color: #f72f38;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 5px;
    font-family: 'sf_ui_textbold';
    outline: none;
    padding: 8px 55px;
    box-shadow: 1px 5px 8px 0px #f1a2a5;
    border: none;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 20px 15px 20px;
}
.set_bg
{
    box-shadow: 1px 5px 14px 2px grey;
    border-radius:11px;
    margin:4% auto 4% 0%;
    background-color:#f7f7f7;
}


.bot
{

    text-align:center;
}
.bot img {
    width: auto;
    text-align: center;
    margin-top: 49px;
}
.top
{
    padding-top: 35px;
}

.head_logo {
    /* padding-top: 40px; */
    text-align: center;
    background-color: #fff;
    width: 172px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
}


.head_logo img
{
    width: 172px;
    height: 172px;
    padding: 25px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 3px 3px 15px 3px grey;


}

.form-group {
    margin-bottom: 20px;
}

.input-icons i {
    position: absolute;
    top: 11px;
    padding: 0;
    left: 35px;

}

.input-icons {
    width: 100%;
    position: relative;

}

.icon {
    padding: 10px 10px 10px 20px;
    min-width: 40px;
    font-size:18px;
    margin:auto;
}
.field_set
{
    margin-left: auto;
    margin-right: auto;
    width: 92%;
}
.input-field {
    padding: 15px 3% 15px 16%;
    text-align: left;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 1px 6px 8px 0px #dbdbdb;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    outline: none;
    color: #909193;
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #eae7e7;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #909193;
}
::placeholder { /* Firefox 19+ */
    color: #909193;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #909193;
}
:-moz-placeholder { /* Firefox 18- */
    color: #909193;
}

.heading h3{
    font-size:30px;
    text-transform:uppercase;
    color:#424448;
    text-align:center;
    padding-top:0px;
    font-weight:400;
}


.heading1 p
{
    font-size:14px;
    text-transform:uppercase;
    color:#333;
    text-align:center;
    padding-bottom:15px;
    font-family: 'sf_ui_textregular';
}


.heading1 h3{
    font-size:39px;
    text-transform:uppercase;
    color:#575454;
    text-align:center;
    padding:20px 0px 10px 0px;
    font-family: 'sf_ui_textbold';
}

.heading1 span
{
    font-size:39px;
    text-transform:uppercase;
    color:#0a45dd;
    text-align:center;
}

input[type=checkbox]
{
    border-radius:50px;
}



.socials
{
    padding-left: 30px;
}



.facebook{
    margin-top: 8px;
    width: 100%;
    margin-left: 0px;
    height: 53px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    background: #3b5998;
    padding-left: 1px;
    border: none;
}

.facebook i
{
    padding-top: 13px;
    text-align: center;
    background-color: #4867aa;
    font-size: 25px;
    width: 63px;
    height: 52px;
    border-radius: 50px 0px 0px 50px;
    margin-right: 10px;
    margin-top: 0px;
    margin-left: -2px;
}

.linkedin i
{
    padding-top: 13px;
    text-align: center;
    background-color: #006fb4;
    font-size: 25px;
    width: 63px;
    height: 52px;
    border-radius: 50px 0px 0px 50px;
    margin-right: 10px;
    margin-top: 0px;
    margin-left: -2px;
}


.linkedin{
    margin-top: 8px;
    width: 88%;
    margin-left: 0px;
    height: 53px;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
    background: #026197;
    padding-left: 1px;
    border: none;

}

.login-btns {
    /* padding: 12px; */
    width: 100%;
    /* margin: auto; */
    font-size: 25px;
    background-color: rgb(0,169,65);
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding:5px;
    font-family: 'sf_ui_textbold';
    outline:none;
    padding: 7px;
    box-shadow: 1px 6px 8px 0px #8ca7ee;
    border:none;
}

.login-btns:hover {
    /*background-color: #0632a4;*/
    transition: background-color 1.5s ease;
}

.back {
    /* padding: 12px; */
    width: 100%;
    /* margin: auto; */
    font-size: 25px;
    background-color: #f73e46;
    color: #f6f7f8;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 5px;
    font-weight: 600;
    box-shadow: 1px 6px 8px 0px #f2a8ba;
    border:none;
    font-family: 'sf_ui_textbold';

}

.button1 {
    margin-bottom: 20px;
    margin-top: 15px;
}


.text-info span
{
    margin-left:5px;
}
.aleft
{
    font-size:12px;
    text-transform:uppercase;
    padding-top: 7px;
    padding-bottom: 22px;
}

.wrap {
    height: 40px;
    position: relative;
    margin-bottom: 5px;
}
p.centre-line {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    transform: translate(-50%, -50%);
}
p.centre-line:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.5px;
    top: 50%;
    left: 0;
    z-index: -1;
    background: #ebecee;
}
p.centre-line span {
    background-color: #f7f8fa;
    padding: 1rem;
    display: inline-block;
    border-radius: 50%;
    color: #909193;
    font-family: 'sf_ui_textregular';
    font-size:18px;
    color:#909193;
}

p.login-btns1 {
    /* padding: 12px; */
    width:100%;
    /* margin: auto; */
    font-size: 20px;
    background-color:#f1f2f4;
    padding:8px;
    text-transform: uppercase;
    border-radius: 25px;
    text-decoration:none;
    border:1px solid #909193;
    text-align:center;
    font-family: 'sf_ui_textregular';
    color:#5b5b5c;
    box-shadow:1px 6px 8px 0px #dbdbdb;
    letter-spacing: 0px;
}
a
{
    color:#808080;
}
a:hover
{
    text-decoration:none;
}

.reg
{
    padding-top:20px;
    padding-left:40px;
    padding-right:40px;
}
.reg1
{
    padding-top:10px;
    padding-left:40px;
    padding-right:40px;
}

.forgot{
    font-family: 'sf_ui_textbold';
    font-size:12px;
    color:#909193;
    padding-top: 3px;
}

.heading2 h3 {
    font-size: 31px;
}

.heading2 span{

    font-size: 31px;
}



/*checkbox*/

.container_check {
    display: block;
    position: relative;
    padding-left: 30px;
    padding-top: 3px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'sf_ui_textbold';
    font-size:12px;
    color:#909193;
    left: 23%;
    top: -3px;
    font-weight: normal;

}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #fdfdfd;
    border: 2px solid #909193;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/*.container:hover input ~ .checkmark {
  background-color: #fdfdfd;
    border: 2px solid #909193;
    border-radius: 50%;
}
*/
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #fdfdfd;
    border: 2px solid #909193;
    border-radius: 50%;
}

.container .work input:checked ~ .checkmark {
    background-color: #f72f38;
    border: none;
    border-radius: 50%;
}

.container .check_new input:checked ~ .checkmark {
    background-color: #f72f38;
    border: 2px solid #909193;
    border-radius: 50%;
    border:none;
}


/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 7px;
    height: 12px;
    border: solid #909193;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*checkbox end*/

/*select box start end*/
.custom-select {
    position: relative;
    font-family: Arial;
}

.custom-select select {
    display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;

    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;

}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items {
    padding: 0px 0px 15px 0px;
    text-align: left;
    font-size: 14px;
    border-radius: 11px;
    box-shadow: 1px 6px 8px 0px #dbdbdb;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    outline: none;
    color: #909193;
    width: 100%;
    background: #fdfdfd;
    border-bottom: 1px solid #eae7e7;
    user-select: none;
}

.select-items div{
    padding: 15px 3% 15px 36px;
    text-align: left;
    font-size: 14px;

    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    outline: none;
    color: #909193;
    width: 100%;
    background: #fdfdfd;
    border-bottom: 1px solid #eae7e7;
    user-select: none;

}


.select-selected {
    padding: 15px 3% 15px 36px;
    text-align: left;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 1px 6px 8px 0px #dbdbdb;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    outline: none;
    color: #909193;
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #eae7e7;
    user-select: none;
    background-image: url(../img/login/arrow.png);
    background-repeat: no-repeat;
    background-position: right 2em bottom 19px;
}

.custom-select{ width:100%;}
/*style items (options):*/
.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}






.sel option
{
    border-radius:50px !important;
    box-shadow: 1px 6px 8px 0px #dbdbdb;
}

.sel {
    padding: 15px 3% 15px 7%;
    text-align: left;
    font-size: 14px;
    border-radius: 50px;
    box-shadow: 1px 6px 8px 0px #dbdbdb;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    outline: none;
    color: #909193;
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #eae7e7;

    /* Here's the code we need */
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.select-wrapper {
    position: relative;
}

.select-wrapper:after {
    font-family: FontAwesome;
    content: '\f107';
    font-size: 28px;
    position: absolute;
    top: 6px;
    right: 20px;
    color: #909193;
    pointer-events: none;
}










/*select box end*/


/*tab start*/

.sidebar .nav.nav-tabs {
    float: left;
    width: 30%;
}

.sidebar .nav-tabs > li {
    width: 100%;
}

.right_field {
    width: 80%;
    float: right;
}

.back:hover {
    background-color: #c5141c;
    transition: background-color 1.5s ease;
}

.col-sm-3.sidebar.sidebar-left {
    padding-left: 0;
    background-color: #f3f3f4;
    padding-right: 0px;
    border-radius: 11px 0px 0px 11px;
    width:28%;
    height: 570px;
}

.top_head h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #575454;
    padding: 0px 0px 38px 0px;
    font-family: 'sf_ui_textbold';
    border-bottom: 1px solid #e9eaec;
    width: auto;
}
.top_head span{
    text-transform: uppercase;
    color: #0a45dd;

}

.cont {
    float: left;
    width: 70%;
    margin-left: 2%;
    color: #c2c0c0;
    font-size: 14px;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
}
ul.check_new label {
    left: 0px;
    font-size: 14px;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    padding-top: 4px;
    padding-left: 37px;
}

.check_new .checkmark {
    background: #f72f38;
    border: none;
    width: 27px;
    height: 27px;
    box-shadow: 0px 0px 3px 0px #949393;
}


.select_bx .input-field {
    padding: 15px 3% 15px 18%;
}

.quali .input-field {
    padding: 15px 3% 15px 60px;
}


.btt,.btt1{

    width: 48%;
    font-size: 12px;
    padding: 13px;
    box-shadow: 1px 6px 8px 0px #8ca7ee;
    font-weight:normal;
    outline: none;
}

.total_buttons_vis {
    display: none;
}

ul.check_new {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

ul.check_new label {
    left: 0px;
}
ul.check_new li {
    padding-bottom: 23px;
}

.container .check_new .checkmark:after {
    top: 6px;
    left: 10px;
    border: solid #f7f7f7;
    border-width: 0 3px 3px 0;
}

.container .work .checkmark:after {
    top: 6px;
    left: 10px;
    border: solid #f7f7f7;
    border-width: 0 3px 3px 0;
}
.cont_alumni{
    float: left;
    width: 98%;
    margin-left: 2%;
    color: #c2c0c0;
    font-size: 14px;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
}
a.google_pls {
    cursor: pointer;
}

.google_pls .input-field {
    background: #f44336;
    color: #f7f7f7;
    font-size: 18px;
    padding: 15px 0px 15px 77px;
    box-shadow: 0px 1px 5px 0px #928e8e;
    border:none;
}

ul.bx li:last-child p {
    font-family: sf_ui_textregular;
    text-transform: uppercase;
    font-size: 12px;
    color: #909193;
    float: left;
    margin-bottom: 4px;
}

.bx input.login-btns {
    font-size: 19px;
    padding: 11px 0px;
}


ul.bx li {
    float: left;
    width: 100%;
}
.google_pls .input-field:hover {
    background: #c51e12;
    transition: background-color 1.5s ease;
}

.gog {
    width: 48%;
    float: left;
}

.gog {
    width: 48%;
    float: left;
}

.gog i.icon {
    padding: 4px;
}

ul.bx li .form-group {
    width: 48%;
}

ul.bx li:last-child .login-btns {
    width: 100%;
}

ul.bx li:nth-child(even) {
    margin-left: 0;
}

.work li {
    width: 100% !important;
}

.work li:nth-child(even) {
    margin-left: 0px !important;
}

.work .input-icons {
    width: 100%;
}

.work li:nth-child(4) {
    float: left;
    width: 46% !important;
}


.quali li:nth-child(6) {
    float: left;
    width: 46% !important;
}

.work li:nth-child(4) .input-icons {
    width: 100%;
}

.quali li:nth-child(6) .input-icons {
    width: 100%;
}


.work li:nth-child(5) {
    float: left;
    width: 46% !important;
    margin-left: 8%;
}

.quali li:nth-child(7) {
    float: left;
    width: 46% !important;
    margin-left: 8%;
    margin-top: 0px !important;
}

.work li:nth-child(7) {
    float: left;
    width: 46% !important;
    margin-top: 15px;
}

.quali li:nth-child(8) {
    float: left;
    width: 46% !important;
    margin-top: 15px;
}


.bottom_cont_bot.work {
    float: left;
    width: 51%;
}

.work li:nth-child(8) .input-icons {
    width: 100%;
}
.quali li:nth-child(9) .input-icons {
    width: 100%;
}


.work li:nth-child(7) {
    float: left;
    width: 46% !important;
    margin-top:15px;
}

.quali li:nth-child(8) {
    float: left;
    width: 46% !important;
    margin-top:15px;
}

.work li:nth-child(7) .input-icons {
    width: 100%;
}

.quali li:nth-child(8) .input-icons {
    width: 100%;
}


.work li:nth-child(8) input.nxt {
    width: 100%;
}

.quali li:nth-child(9) input.nxt {
    width: 100%;
}

.work li:nth-child(8) input.nxt {
    width: 100%;
    background:#0a45dd;
    box-shadow: 1px 6px 8px 0px #b1adad;
}

.quali li:nth-child(9) input.nxt {
    width: 100%;
    background:#0a45dd;
    box-shadow: 1px 6px 8px 0px #b1adad;
}

.work li:nth-child(7) input.nxt {
    width: 100%;
    background:#575454;
    box-shadow: 1px 6px 8px 0px #b1adad;
    padding: 10px;
}

.quali li:nth-child(8) input.nxt {
    width: 100%;
    background:#575454;
    box-shadow: 1px 6px 8px 0px #b1adad;
    padding: 10px;
}


.work li:nth-child(8) input.nxt:hover {
    background: #0a34a0;
    transition: background-color 1.5s ease;
}
.quali li:nth-child(9) input.nxt:hover {
    background: #0a34a0;
    transition: background-color 1.5s ease;
}

.work li:nth-child(7) input.nxt:hover {
    background: #2d2c2c;
    transition: background-color 1.5s ease;
}

.quali li:nth-child(8) input.nxt:hover {
    background: #2d2c2c;
    transition: background-color 1.5s ease;
}


.work li:nth-child(8) input.nxt {
    width: 100%;
    padding: 10px;
}

.quali li:nth-child(9) input.nxt {
    width: 100%;
    padding: 10px;
}


.work li:nth-child(8) {
    float: left;
    width: 46% !important;
    margin-top: 15px;
    margin-left: 3% !important;
}

.quali li:nth-child(9) {
    float: left;
    width: 46% !important;
    margin-left: 3% !important;
    margin-top: 15px;
}

.bottom_cont_bot.work {
    float: left;
    width: 51%;
    margin-top: -20px;
}

.work li:nth-child(5) .input-icons {
    width: 100%;
}
.quali li:nth-child(7) .input-icons {
    width: 100%;
}


.work li:nth-child(8) .input-icons {
    width: 100%;
}


.work label {
    left: 0px;
    font-size: 14px;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    padding-top: 4px;
    padding-left: 37px;
}

.work .checkmark {
    background: #f72f38;
    border: none;
    width: 27px;
    height: 27px;
    box-shadow: 0px 0px 5px 0px #949393;
}


.detail {
    padding: 11px 13px;
    text-align: left;
    font-size: 14px;
    border-radius: 7px;
    box-shadow: 1px 6px 8px 0px #dbdbdb;
    font-family: 'sf_ui_textregular';
    text-transform: uppercase;
    outline: none;
    color: #909193;
    width: 100%;
    background: #fdfdfd;
    border: 1px solid #eae7e7;
}

.quali{     float: left;
    margin-top: -45px !important;
    width:75% !important;
}


.quali ul li .form-group {
    margin-bottom: 16px;
}





@media only screen and (max-width: 1199px) and (min-width: 992px)  {

    .quali {
        float: left;
        margin-top: -45px !important;
        width: 97% !important;
    }

    .quali .input-field {
        padding: 15px 3% 15px 60px !important;
    }



    .bottom_cont_bot.work {
        float: left;
        width: 65%;
        margin-top: -20px;
    }

    .gog {
        width: 60%;
    }


    ul.bx li .form-group {
        width: 60%;
    }
    ul.bx li:last-child p {
        float: none;
        margin-bottom: 4px;
    }


    .select_bx .input-field {
        padding: 15px 3% 15px 21%;
    }
    .num_p{ margin-top:10px;}

    .button1 {
        margin-bottom: 20px;
        margin-top: 15px;
        width: 48%;
        float: left;
    }

    .btt, .btt1 {
        width: 100%;
        font-size: 10px;
    }

    .button1:last-child {
        padding-left: 2%;
    }

    .heading2 h3 {
        font-size: 27px !important;
    }

    .heading2 span{

        font-size: 27px !important;
    }


    .bgs
    {

        background-image: url("../img/login/bg2.jpg") !important;
        background-repeat: no-repeat !important;
        background-size: cover;

    }


    .right_field {
        width: 90%;
        float: right;
    }

    .heading1 h3 {
        font-size: 32px;
    }

    .heading1 span {
        font-size: 32px;
    }

    .heading1 p {
        font-size: 12px;
    }

    .container_check{
        left: 12%;

    }

    .socials {
        padding-left: 0px;
        width: 92%;
        margin-left: 23px;
    }

    .facebook {
        width: 100%;
        font-size: 14px;
    }

    .socials1 {
        width: 91%;
    }

    .linkedin {
        width: 100%;
        font-size: 14px;
    }

    p.login-btns1 {
        font-size: 19px;
    }

    .reg {
        padding: 20px 20px 10px 20px;
    }

    .reg1 {
        padding: 0px 20px;
    }



}

@media only screen and (max-width: 992px) and (min-width: 767px)  {

    .quali {
        width: 97% !important;
    }

    .work .input-field {
        padding: 15px 3% 15px 66px !important;
    }

    .bottom_cont_bot.work {
        float: left;
        width: 98%;
        margin-top: -20px;
    }

    .cont_alumni {
        font-size: 11px;

    }

    .gog {
        width: 80%;
    }


    ul.bx li .form-group {
        width: 80%;
    }

    .select_bx .input-field {
        padding: 15px 3% 15px 28%;
        font-size: 12px;
    }

    .select-selected {
        padding: 15px 3% 15px 18px;
        text-align: left;
        font-size: 12px;
    }

    .num_p {
        width: 40px;
        height: 40px;
        font-size: 19px;
        margin-top: 10px;
        padding: 4px 4px;
    }

    .nav-pills > li.active > a .num_p .cir_atv {
        width: 28px;
        height: 29px;
    }

    .side_p {
        font-size: 11px;
    }

    .side_h {
        font-size: 10px;
    }

    .total_buttons{ display:none;}

    .total_buttons_vis{ display: block;
        float: left;
        width: 100%;
    }

    .total_buttons_vis .button1 {
        width: 47%;
        float: left;
    }

    .total_buttons_vis .button1:last-child{ padding-left:3%;}

    .total_buttons_vis .btt, .btt1 {
        width: 100%;
    }

    .input-field2 {
        padding: 15px 3% 15px 21%;
    }

    .heading2 h3 {
        font-size: 20px !important;
    }

    .heading2 span{

        font-size: 20px !important;
    }

    .right_field {
        width: 100%;
        float: right;
    }

    .heading1 h3 {
        font-size: 30px;
    }

    .heading1 span {
        font-size: 30px;
    }

    .heading1 p {
        font-size: 11px;
    }

    .field_set {
        width: 100%;

    }

    .container_check {
        left: 1%;
    }

    .socials {
        padding-left: 0px;
    }
    .linkedin {
        width: 100%;
        font-size: 14px;
    }
    .facebook {
        font-size: 14px;
    }

    .reg, .reg1 {
        padding-left: 0px;
        padding-right: 0px;
    }


}


@media screen and (max-width: 766px) {


    .quali {
        width: 96% !important;
    }
    .work .input-icons i {
        top: 13px;
    }


    .work .input-field {
        padding: 15px 3% 15px 66px !important;
    }

    .bottom_cont_bot.work {
        width: 96%;
        margin-top: -20px;
    }

    ul.bx li:last-child p {
        float: none;
    }

    .google_pls .input-field {
        font-size: 14px;
    }


    .bx input.login-btns {
        font-size: 16px;

    }

    .input-icons i {
        top: 7px;
    }
    .back-btn {
        right: 177px;
    }

    .Next {
        right: 15px;
    }

    .select_bx .input-field {
        padding: 15px 3% 15px 20%;
    }

    .total_buttons {
        float: left;
        width: 100%;
    }

    .button1 {
        margin-bottom: 20px;
        margin-top: 15px;
        float: left;
        width: 45%;
    }

    .btt, .btt1 {
        width: 100%;
        float: left;
        font-size:10px;
    }

    .button1:last-child {
        float: right;
    }

    .col-sm-3.sidebar.sidebar-left {
        width: 100%;
        height: auto;
    }
    .nav-stacked>li {
        float: left;
        width: 25%;
    }

    .num_p {
        float: left;
        width: 38px;
        height: 38px;
        margin-left: 32%;
        padding: 4px 4px;
        font-size: 17px;
    }

    .nav-pills > li.active > a .num_p .cir_atv {
        width: 26px;
        height: 26px;
    }

    .side_p {
        font-size: 12px;
        width: 100%;
        text-align: center;
        float:left;
    }
    .nav-pills>li.active>a {
        float: left;
    }

    .side_h {
        margin-top: 0px !important;
        font-size: 14px;
        float: left;
        text-align: center;
    }

    .nav-pills>li.active>a:hover {
        float: left;
    }


    .right_field {
        width: 78%;
        float: none;
        text-align: center;
        margin: 0px auto;
    }

    .aleft {
        width: 50%;
        float: left;
    }

    .container_check {
        padding-left: 30px;
        left: 0%;
        top: -3px;
        text-align: left;
    }

    .socials1 {
        width: 50%;
        float: left;
    }

    .socials {
        padding-left: 0px;
        width: 50%;
        float: left;
    }

    .reg, .reg1 {
        padding-left: 0px;
        padding-right: 0px;
    }
}


@media screen and (max-width: 530px) {
    .side_h {
        font-size: 54% !important;}

}

@media screen and (max-width: 600px) {

    .quali li:nth-child(4),.quali li:nth-child(5),.quali li:nth-child(6),.quali li:nth-child(7),.quali li:nth-child(8),.quali li:nth-child(9) {
        float: left;
        width: 100% !important;
        margin-left:0px !important;
    }



    ul.select_bx li:last-child .login-btns {
        width: 60%;
    }

    ul.select_bx li {
        width: 96%;
        float: inherit;
    }
    ul.select_bx li:nth-child(even) {
        margin-left: 0;
    }
    .select_bx .input-field {
        padding: 15px 3% 15px 65px;
    }

    .Next {
        position: unset;
        float: right;
        padding-bottom: 20px;
        padding-top: 15px;
    }

    .bottom_cont {
        width: 100%;
        position: relative;
        height: auto;

    }

    .back-btn {
        position: unset;
        float: left;
        padding-bottom: 20px;
        padding-top: 15px;
    }

    .bottom_cont {
        width: 100%;
        position: relative;
    }

    .total_buttons {
        width: 100%;
        position: unset;
        top: 145px;
        left: 0;
    }
    .btt, .btt1 {
        font-size: 12px;
    }

    .button1 {
        width: 100%;
        margin: 5px 0px;
    }


    .btt, .btt1 {
        font-size: 12px;
    }
    .num_p {
        display: none;
    }

    .side_p {
        display:none;
    }

    .side_h {
        font-size: 76%;
    }





    .socials1 {
        width: 100%;
        float: left;
    }

    .socials {
        padding-left: 0px;
        width: 100%;
        float: left;
    }

    .facebook {
        margin-top: 8px;
        width: 100% !important;
    }

    .facebook i {
        width: 30%;
    }

    .linkedin i{
        width: 30%;
        margin-right: 63px;
    }

    .facebook i {

        margin-right: 63px;
    }


}


/*radia button star*/

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    padding-top: 0px;

}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: -1px;
    top: -1px;
    width: 22px;
    height: 22px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
    box-shadow: 1px 0px 5px 0px #b1adad;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #f72f38;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.radio_btn p {
    float: left;
    text-align: center;
    padding-right: 20px;
}

.radio_btn span {
    width: 100%;
    float: left;
    font-size: 19px;
    font-family: 'sf_ui_textregular';
    color: #909193;
    margin-bottom: 10px;
}


/*radio button end*/

.prepare ul li:nth-child(4) .form-group input{ width:100%; background: #575454;
    transition: background-color 1.5s ease; box-shadow: 1px 6px 8px 0px #b1adad;}
.prepare ul li:nth-child(5) .form-group input{ width:100%; box-shadow: 1px 6px 8px 0px #b1adad; background-color: #0a45dd;}

.prepare ul li:nth-child(4), .prepare ul li:nth-child(5){ margin-top:20px;}

.left_color {
    background: #0a45dd;
    width: 100px;
    height: 100px;
    border-radius: 0px 0px 100% 0px;
    position: absolute;
    left: 0;
}

.right_color{
    background: #f72f38;
    width: 100px;
    height: 100px;
    border-radius: 0px 0px 0px 100%;
    position: absolute;
    right: 0px;

}

.bottom_left_color {
    background: #f72f38;
    width: 100px;
    height: 100px;
    border-radius: 0px 100% 0px 0px;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.bottom_right_color {
    background: #0a45dd;
    width: 100px;
    height: 100px;
    border-radius: 100% 0px 0px 0px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.background {
    position:relative;
    min-height: 100vh;
    background-image: -webkit-linear-gradient(top, #fdfdfd, #eceff2);
    background-image:    -moz-linear-gradient(top, #fdfdfd, #eceff2);
    background-image:     -ms-linear-gradient(top, #fdfdfd, #eceff2);
    background-image:      -o-linear-gradient(top, #fdfdfd, #eceff2);
    background-image:         linear-gradient(top, #fdfdfd, #eceff2);
}

.bg_img1 {
    position: absolute;
    left: 22%;
    top: -4px;
}

.bg_img2 {
    position: absolute;
    right: 22%;
    bottom: 0px;
}

.bg_img3 {
    position: absolute;
    left: 13%;
    top: -6px;
}



/*student form*/
/*popup*/

.radio_popup,.hover_bkgr_fricc{
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.radio_popup .helper,.hover_bkgr_fricc .helper{
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.radio_popup > div,.hover_bkgr_fricc > div {
    background-color: #f7f7f7;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 551px;
    min-height: 100px;
    vertical-align: middle;
    width: 450px;
    position: relative;
    border-radius: 8px;
    padding: 2% 3%;
}
.popupCloseButton {
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: 9px;
    right: 14px;
    font-size: 25px;
    line-height: 30px;
    width: 34px;
    height: 34px;
    text-align: center;
}
.popupCloseButton:hover {
    background-color: #e6e6e6;
}
.radio,.trigger_popup_fricc {
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
}
/*popup*/


.search {
    position: absolute;
    background: #575454;
    border-radius: 0% 50% 50% 0%;
    margin: 0px;
    top: 0px;
    right: 0px;
    padding: 16px 19px;
}

p.or {
    text-align: center;
    color: #909193;
}

.heading1.heading2 h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: sf_ui_textbold;
    text-align: center;
    color:#f8565d;
}

.heading1.heading2 h5 span {
    font-size: 18px;
    color:#575454;
}

.heading1.heading2 h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: sf_ui_textbold;
    text-align: center;
    color: #f8565d;
    margin-top: -10px;
    margin-bottom: 17px;
}


.student_detail .heading1.heading2 h5 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: sf_ui_textbold;
    text-align: center;
    color:#575454;
    border-bottom:1px solid #e9eaec;
    padding-bottom:10px;

}

.student_detail .heading1.heading2 h5 span{
    font-size: 24px;
    color:#0a45dd;
}

.student_detail .field_set {
    width: 100%;
}


.student_detail .field_set  .input-icons i {
    left: 17px;
}

.student_detail {
    margin-top: 20px;
}


.search_result li{ width:100% !important;}

.search_result li p {
    padding-bottom: 0px;
    width: 100%;
    text-align: left;
    padding: 15px 0px;
    border-bottom: 1px solid #f0f1f3;
    font-size:14px;
}

.search_result li label{ color:#909193 !important; font-weight:normal; padding-left: 35px !important;}

.student_detail .notification p{ color:#f22730; margin-bottom:0px; margin-top:8px;}
.student_detail .notification{
    float: left;
    width: 100%;
    margin-bottom:0px !important;}


.app_icon {
    border-radius: 50%;
    background: #0a45dd;
    vertical-align: middle;
    width: 100px;
    height: 100px;
    padding: 26px 0px;
    margin: 0px auto;
}

.approval {
    text-align: center;
}

.content p {
    color: #424448;
    font-size: 18px;
    padding-top: 10px;
    padding-top: 30px;
}

.approval_popup > div{ max-width: 100%;  width: 49%;}


.approval_popup .form-group input {
    width: 43%;
    padding: 7px;
    font-size: 23px;
}

.additional .form-group:nth-child(5) input{ padding:15px 3% 63px 10%;}



@media screen and (max-width: 450px) {
    .hover_bkgr_fricc > div {
        width: 450px;
    }
}

/*staff or student*/


.staff,.student{
    width: 186px;
    height: 187px;
    box-shadow: 1px 6px 8px 0px #dbdbdb;
    border-radius: 15px;
    float: none;
    margin: 0px auto;
    background:#fdfdfd;
}


.staff .radio_btn p,.student .radio_btn p{ float:none; padding-right: 0px;}

.staff h6,.student h6  {
    text-align: center;
    background: #f8565d;
    border-radius: 15px 15px 0px 0px;
    font-family: 'sf_ui_textbold';
    font-size:19px;
    text-transform:uppercase;
    color:#fdfdfd;
    padding: 10px 0px;
}


.student h6 { background:#0a45dd;}
.staff img,.student img{  margin-left: auto;
    margin-right: auto;
    display: block;}

.staff .radio_btn label,.student .radio_btn label{
    padding-left: 14px;
}

.staff_student {
    width: 186px;
    margin: 0px auto;
}


.staff_student input{ font-size:18px;}

.student {
    margin-bottom: 30px;
    margin-top: 30px;
}



/*staff or student */


/*03-06-2020*/

.birth{ display:none;}

.select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    max-height: 200px;
    overflow: overlay;
}

ul#ui-id-1 {
    max-height: 200px;
    overflow: overlay;
}

ul#ui-id-2 {
    background: #fff;
}

ul#ui-id-2 li a {
    background: #fff;
    border-bottom: 1px solid #eae7e7;
    color: #909193;
    font-family: 'sf_ui_textregular';
    text-transform:uppercase;
    border-radius:inherit;
    padding:10px 10px;
}
ul#ui-id-2 li a:hover{border:none; padding:10px 10px; background:#eae7e7;}
ul#ui-id-2 li:hover{border:none; padding:0; background:#eae7e7;}

ul#ui-id-1 {
    background: #fff;
}

ul#ui-id-1 li a {
    background: #fff;
    border-bottom: 1px solid #eae7e7;
    color: #909193;
    font-family: 'sf_ui_textregular';
    text-transform:uppercase;
    border-radius:inherit;
    padding:10px 10px;
}
ul#ui-id-1 li a:hover{border:none; padding:10px 10px; background:#eae7e7;}
ul#ui-id-1 li:hover{border:none; padding:0; background:#eae7e7;}

.birth input {
    float: left;
    width: 100% !important;
}
.birth{
    float: left;
    width: 100% !important;
}

.approv1 .row input{
    width: 278px;
    margin: 0px auto;
    font-size: 25px;
    background-color: #f72f38;
    color: #fff;
    text-transform: uppercase;
    border-radius: 25px;
    padding: 5px;
    font-family: 'sf_ui_textbold';
    outline: none;
    padding: 5px;
    box-shadow: 1px 6px 8px 0px #8ca7ee;
    display: inherit;
    border: none;
}

