/* lato fonts */
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on November 28, 2018 */



@font-face {
    font-family: 'latoblack';
    src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
         url('../fonts/lato-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body{
    font-family: 'latoregular';
}
.login_section, .forget_password{
    background-image: url(../images/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 100vh;
}
.left_section{
    text-align: center;
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.left_section img{
    margin-bottom: 30px;
}
.left_section h4{
    font-size: 23px;
    color: #fff;
}
.right_section{
    background: #ecedf0;
    padding: 30px;
    box-shadow: 3px 2px 16px #585858;
    min-height: 397px;
    position: absolute;
    top: 50%;
    margin: 0;
    transform: translate(0,-50%);
    width: 100%;
}
.left_section_container, .right_section_container{
    height: 100vh;
    position: relative;
}
.right_section h2{
    font-size: 40px;
    text-align: center;
    margin-bottom: 40px;
}
.custom_form label{
    font-size: 13px;
    color: #726f6f;
    text-transform: uppercase;
    margin-bottom: 0;
}
.custom_form input{
    border: none;
    border-bottom: 1px solid #99999a;
    border-radius: 0;
    background: transparent;
    color: #b5b3b3;
    padding-right: 50px;
}
.custom_form input:focus{
    background: transparent;
    box-shadow: none;
    border-color: #99999a;
}
.custom_form
{
    position: relative;
}
.custom_form span{
    position: absolute;
    right: 16px;
    bottom: 10px;
}
.custom_form span img{
    height: 16px;
}
.custom_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #b5b3b3;
  }
  .custom_form ::-moz-placeholder { /* Firefox 19+ */
    color: #b5b3b3;
  }
  .custom_form :-ms-input-placeholder { /* IE 10+ */
    color: #b5b3b3;
  }
  .custom_form :-moz-placeholder { /* Firefox 18- */
    color: #b5b3b3;
  }
  .login, .send_btn{
    background: #f43166;
    border: none;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 43px;
    box-shadow: 1px 2px 8px #949494;
  }
  .login:hover,.login:focus,.send_btn:hover, .send_btn:focus {
    background: #000;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
}
  .login_container{
    text-align: center;
    margin-top: 50px;
  }
  .email_form{
    margin-top: 84px;
    margin-bottom: 100px;
  }
  .top_navbar{
    background-color: #748bdc;
    justify-content: space-between;
    padding: 0 15px;
    box-shadow: 2px 2px 10px #636363;
  }
  .top_navbar .navbar-collapse{
    flex-grow: unset;
  }
  .navbar-brand img{
    height: 39px;
  }
  .top_navbar ul.navbar-nav li a.nav-link {
    font-size: 19px;
    color: #fff;
    padding: 20px 13px;
    height: 100%;
}
.top_navbar ul.navbar-nav li.active a.nav-link {
    background: #859df3;
    color: #fff;
}
.notification_img{
    position: relative;
}
.notification_count{
    background: #222327;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -11px;
    right: -10px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    font-size: 10px;
    color: #fff !important;
}
.top_navbar ul.navbar-nav li a.nav-link:hover {
    color: #d8e0fd;
}
.Profile_dropdown{
    position: relative;
}
.top_navbar ul.navbar-nav li.Profile_dropdown a.nav-link{
    padding: 21px 19px 15px 60px !important;
    font-size: 16px;
    padding-top: 17px;
    margin: 0 10px;
}
.top_navbar ul.navbar-nav li.Profile_dropdown a.nav-link img{
    width: 35px;
    height: 35px;
    position: absolute;
    left: 25px;
    top: 17px;
}
.top_navbar ul.navbar-nav li.Profile_dropdown a.nav-link:focus , .top_navbar ul.navbar-nav li.Profile_dropdown a.nav-link:hover{
    background: #859df3;
    color: #fff;

}
.top_navbar ul.navbar-nav li.language_dropdown{
    margin-left: 114px;
}
.top_navbar ul.navbar-nav li.language_dropdown select{
    background: #f96890;
    padding: 9px 6px;
    height: auto;
    margin-top: 17px;
    font-size: 14px;
    min-width: 170px;
    border: none;
    border-radius: 0;
    color: #fff;
}
.mobile_ul{
    position: absolute;
    right: 195px;
    list-style-type: none;
}
.mobile_ul li {
    display: inline-block;
}
.top_navbar ul.navbar-nav li.language_dropdown a.nav-link.dropdown-toggle::after{
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    float: right;
    margin-top: 8px;
}
.top_navbar ul.navbar-nav li.language_dropdown a.nav-link:hover, .top_navbar ul.navbar-nav li.language_dropdown a.nav-link:focus{
    color: #fff;
}
.top_navbar ul.navbar-nav li.language_dropdown .dropdown-menu{
    left: auto;
    right: 0;
}
.Profile_dropdown .dropdown-menu, .language_dropdown .dropdown-menu{
    border-top: 3px solid #748bdc;
    border-radius: 0;
    background: #f1f1f1;
    top: 58px;
}
.Profile_dropdown .dropdown-menu .dropdown-item , .language_dropdown .dropdown-menu .dropdown-item {
    padding: 3px 10px;
    color: #9a9a9a;
    background: #f1f1f1;
    border-bottom: 1px solid #ddd;
}
.Profile_dropdown .dropdown-toggle img{
    margin-right: 6px;
}
.top_navbar > .container{
    position: relative;
}
.Profile_dropdown .dropdown-toggle{
    color: #fff;
}
.Profile_dropdown .dropdown-menu .dropdown-item:last-child
{
    border-bottom: none;
}
.Profile_dropdown .dropdown-item:active,.Profile_dropdown .dropdown-item:hover, .language_dropdown .dropdown-item:active{
    background-color: #f96890;
    outline: none;
    color: #fff;
}

.eshare_banner{
    background-image: url('../images/home_banner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 87px;
    padding-bottom: 190px;
    background-position: center;

}
.eshare_banner h1{
    text-align: center;
    font-size: 51.83px;
    color: #fff;
    margin-bottom: 25px;
    font-family: 'latoblack';
}
.eshare_banner h3{
    text-align: center;
    color: #fff;
    font-size: 24px;
}
.top_navbar ul.navbar-nav li.notification a.nav-link{
    background-color: #647cd2;
    padding: 20px 20px;
}
.banner_tabs{
    margin-top: -145px;
    margin-bottom: 58px;
    border-bottom: none;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.nav-tabs.banner_tabs .nav-item {
    width: 28.333%;
    margin: 0 15px;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.9);   
}
.nav-tabs.banner_tabs .nav-link{
    border-radius: 0 !important;
    padding: 12px 20px 12px 95px;
    position: relative;
    border: none;
}
.nav-tabs.banner_tabs .nav-link.active {
    background: #f96890;
}
.nav-tabs.banner_tabs .nav-link.active span {
    background: #fff;
    color: #f96890;
}
.nav-tabs.banner_tabs .nav-link.active p {
    color: #fff;
}

.nav-tabs.banner_tabs .nav-link span {
    width: 75px;
    height: 75px;
    position: absolute;
    display: inline-block;
    background: #7b90da;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    line-height: 75px;
    text-align: center;
    left: 9px;
    top: 6px;
}
.nav-tabs.banner_tabs .nav-link p{
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 0;
    font-size: 22px;
    color: #565656;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.tab_header{
    text-align: center;
    color: #4f4f4f;
    font-size: 35px;
    padding-top: 65px;
    margin-bottom: 45px;
}
.document_container h4{
    color: #7b90da;
    font-size: 21px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.document_container h4 span{
    color: #7e7f81;
    font-size: 15px;
    display: inline-block;
    margin-left: 10px;
}
.document_block{
    background: #eeeeee;
    box-shadow: 2px 2px 2px #ddd;
    padding: 30px 10px 30px 10px;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    display: block;
    color: #4b4b4b;
  
}
.elearning_content .document_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: calc(25% - 30px);
    margin-right: 15px;
    margin-left: 15px;
}
.file_img{
    width:45px;
}
.document_block h3{
    font-size: 18px;
    margin-top: 15px;
}
.document_date{
    position: absolute;
    font-size: 12px;
    color: #9e9e9e;
    right: 15px;
    bottom: 5px;
}
.eye{

    background-size: contain;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    top: 15px;
    content: '';
    z-index: 9999;
    background-repeat: no-repeat;
}
.red_eye{
    background-image:url(../images/icons/red_eye.png);
}
.green_eye{
    background-image:url(../images/icons/green_eye.png);
}
.document_category {
    position: absolute;
    top: 10px;
    left: 15px;
    background: #000;
    font-size: 12px;
    color: #fff;
    padding: 3px 14px;
    border-radius: 4px;
}
.see_all_btn{
    background: transparent;
    border: 2px solid #7b90da;
    padding: 7px 20px;
    color: #7b90da;
    font-size: 21px;
}
.see_all_btn_container {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 70px;
}
.copy_right{
    color: #c2c0c0;
    font-size: 16px;
}
footer{
    background: #313131;
    padding: 8px;
}
.footer_ul{
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0;
}
.footer_ul li{
    display: inline-block;
    color: #c2c0c0;
    padding: 0 10px;
    border-right: 1px solid #000;
}
.file_img{
    background-image: url(../images/icons/file.png);
    background-size: contain;
    width: 45px;
    height: 57px;
    background-repeat: no-repeat;
    margin: 0 auto;
}
.document_block:focus {
    color:#333 !important;
}
.document_block:hover {
    background: #7b90da;
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.document_block:hover .eye{
    display: none;
}
.document_block:hover .file_img{
    background-image: url(../images/icons/file_white.png);
}
.document_block:hover h3{
    color:#fff;
}
.document_block:hover .document_date{
    color:#fff;
}
.document_sign_container{
    background: #fff;
    box-shadow: -1px 0px 15px #c7c6c6;
    padding: 23px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.document_sign_container h2{
    color: #767575;
    font-size: 36px;
    margin-bottom: 20px;
}
.document_sign_container p {
    color: #a3a1a1;
    font-size: 16px;
}
.add_signature_label{
    padding: 22px 73px;
    margin-top: 40px;
    background: #f6f6f6;
    border: 1px dashed #b7b6b6;
    color: #bbbbbb;
    font-size: 26px;
}
.add_signature_label:hover,.add_signature_label:focus{
    cursor: pointer;
}
#select_segnature{
    display: none;
}
.submit_doc_btn{
    color: #fcfdff;
    font-size: 20px;
    border: none;
    background: #778bd9;
    border:2px solid #778bd9;
    padding: 10px 20px;
    text-transform: uppercase;
    margin-bottom: 60px;
    box-shadow: 1px 2px 10px #adadad;
}
.see_all_btn:hover, .see_all_btn:focus ,.submit_doc_btn:hover, .submit_doc_btn:focus{
    background: #222222;
    border:2px solid #222222;
    color:#fff;
    cursor: pointer;
    box-shadow: none !important;

}
.thank_you_modal{
    text-align: center;
}
.custom_modal .modal-dialog{
    top: 50%;
    transform: translate(0,-50%) !important;
    margin: 0 auto;
    max-width: 560px;
 }
 .submit_signature_modal .modal-content{
    border-radius: 10px;
    border: none;
 }
 .submit_signature_modal .modal-body{
    padding: 60px 50px;
    border-radius: 60px;
 }
 .thank_you_modal img{
     width:120px;
 }
 .thank_you_modal h3{
    color: #707071;
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 58px;
}
.modal_ok{
    background: #fa2d65;
    border: none;
    padding: 4px 44px;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
}
.modal_ok:hover,.modal_ok:focus{
    background:#222222;
    outline:none;
    box-shadow: none;
    cursor: pointer;
}
.exam_options{
    list-style-type: none;
    padding-left: 0;
    text-align: right;
    margin-top: 79px;
    margin-bottom: 20px;
}
.exam_options li {
    display: inline-block;
    font-size: 19px;
    color: #717171;
    margin: 0 10px;
}
.check_icon{
    background: #cacacc;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 50%;
    margin-right: 9px;
    text-align: center;
    line-height: 22px;
}
.attempt_check{
    background: #32ba13;
}
span.check_icon img {
    width: 16px;
}
.unattempted_exam{
    background-color: #cacacc;
}
.exam_label{
    font-size: 25px;
    background: #778ee0;
    padding: 10px 15px;
    color: #fff;
    margin-bottom: 0;
}
.m0{
    margin:0;
}
.p0{
    padding:0;
}
.exam_container{
    text-align: center;
    border: 1px solid #e6e5e5;
    padding: 15px 10px;
    display: block;
}
.exam_container:hover{
    text-decoration: none;
    background-color: #ecedee;
}
.exam_check {
    position: absolute;
    background: #cacacc;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    right: 10px;
    top: 10px;
}
.exam_check.done_exam{
    background: #32ba13;
}
.exam_check.notdone_exam{
    background: #cacacc;
    
}
.exam_container > img{
    width: 86px;
}
.exam_container h3{
    font-size: 21px;
    color: #778ee0;
    margin-top: 15px;
    margin-bottom: 20px;
}
.exam_container p{
    font-size: 14.34px;
    color: #a1a1a1;
    line-height: normal;
    margin-bottom: 0;
}
#test_tab{
    margin-bottom: 70px;
}

.radio_container {
    display: inline-block;
    position: relative;
    border: 1px solid #dedede;
    padding: 10px 10px 10px 48px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
    color: #999999;
    font-size: 19px;
}

/* Hide the browser's default radio button */
.radio_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 8px;
    left: 8px;
    height: 30px;
    width: 30px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
}


/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
    background-color: #f96890;
    border-color: #f96890;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
    left: 11px;
    top: 4px;
    width: 7px;
    height: 17px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.omr_container{
    background: #fff;
    box-shadow: -1px 0px 15px #c7c6c6;
    margin-top: 60px;
    margin-bottom: 40px;
}
.question_container{
    padding: 20px;
}
.omr_label{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.omr_label h2{
    color: #788fe0;
    font-size: 25px;
    display: inline-block;
    margin-bottom: 0;
}
.omr_label span{
    color: #788fe0;
    font-size: 17px;
    float: right;
}
.number_attempt_question{
    background: #788fe0;
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
}
.question{
    background: #ececec;
    color: #58595a;
    font-size: 20px;
    padding: 6px 15px;
    margin-top: 15px;
    margin-bottom: 35px;
}
.next_prev_btn{
    margin-top: 30px;
    margin-bottom: 30px;
}
.next_prev_btn button{
    border: none;
    font-size: 17px;
    padding: 8px 42px;
    box-shadow: 1px 1px 2px #b7b6b6;
    min-width: 150px;
    margin-right: 10px;
}
.prev_btn{
    background: #e1e1e2;
    color: #000000;
}
.next_btn{
    background: #474647;
    color: #fff;
}
.next_prev_btn button:hover{
    background: #788fe0;
    color:#fff;
    cursor: pointer;
}
.end_text_container{
    text-align: right;
    background: #eeeded;
    padding: 20px;
}
.end_text_btn{
    font-size: 15px;
    color: #ffffff;
    background: #f96890;
    border: none;
    padding: 8px 36px;
    text-transform: uppercase;
    box-shadow: 1px 1px 2px #b7b6b6;
    outline: none !important;
}
.end_text_btn:hover{
    background: #222222;
    color: #fff;
    cursor: pointer;
    box-shadow: none !important;
}

.finish_exam_container{
    padding: 30px;
    text-align: center;
}
.finish_exam_container h3{
    font-size: 28px;
    color: #788fe0;
    margin-bottom: 20px;
}
.finish_exam_container p{
    font-size: 29px;
    color: #515152;
    margin-top: 12px;
    margin-bottom: 0;
}
.points{
    font-size: 19px;
    color: #aeaeaf;
    margin-bottom: 20px;
    display: block;
}
.finish_exam_container .modal_ok {
    padding: 8px 44px;
    font-size: 17px;
    margin-top: 15px;
}
.tab {
    display: none;
  }
 .eshift_banner, .elearning_banner{
    background-color: #eef2ff;
    box-shadow: 0px 3px 11px #e6eaf7;
  }
.eshift_banner  h1, .elearning_banner h1{
    font-size: 52px;
    font-weight: 600;
    padding-top: 175px;
    padding-bottom: 60px;
  }
  .eshift_img, .elearning_img{
    position: absolute;
    bottom: -12px;
    max-width: 100%;
    left:0;
    right:0;
  }
  .shift_content ul{
    padding-left: 0;
    margin-bottom: 0;
  }
  .shift_content ul li{
      display: inline-block;
      font-size: 15px;
      color: #919294;
      margin-right: 15px;
  }
  .shift_content{
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    width: 100%;
    text-align: left;
    outline: none !important;
    box-shadow: none !important;
    position: relative;
    margin-bottom: 0;
  }
  .shift_content:before{
    content: '';
    position: absolute;
    top: 29px;
    right: 14px;
    width: 30px;
    height: 30px;
    background-image: url(../images/icons/right_arrow.png);
    background-repeat: no-repeat;
    background-size: 13px;
   
    background-position: center;
  }
  .shift_content:hover{
      cursor: pointer;
  }
.shift_content h3{
    color: #797576;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .8px;
}
.shift_content span{
    /*width: 23px;*/
    display: inline-block;
}
.shift_content span img{
    vertical-align: top;
    margin-top: 2px;
}


/*eshift tabs*/
.eshift_tab .nav-tabs .nav-item {
    width: 100%;
}
.eshift_tab .nav-tabs .nav-item.show .nav-link,.eshift_tab .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #7c92e0; 
}
.eshift_tab .nav-tabs .nav-link{
    font-size: 18px;
    color: #7d7b7b;
    background: #edf1fd;
    box-shadow: -2px 2px 4px #e6e6e6;
    border-radius: 0;
    border: none;
    margin-bottom: 10px;
    font-weight: 400;
}
.pr0{
    padding-right:0;
}
.pl0{
    padding-left:0;
}
.eshift_tab .nav-tabs{
    border-bottom: none;
}
.eshift_tab{
    margin-top: 60px;
}
.tab_content_container{
    background: #edf1fd;
    padding: 20px;
    border-left: 3px solid #7c92e0;
    margin-bottom: 60px;
}
.shift_collapse{
    background: #fefeff;
    border: 1px solid #e5e5e5;
    border-top: none;

}
.shift_collapse > div{
    padding: 15px;
}
.shift_collapse h4{
    color: #788fe0;
    font-size: 19px;
    margin-bottom: 15px;
}
.assigned_user_container{
    background: #f5f5f5;
    box-shadow: 2px 2px 2px #eceaea;
    padding: 10px;
    margin-bottom: 15px;
}
.assigned_user_container img{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
    vertical-align: bottom;
}
.assigned_user_container p{
    display: inline-block;
    font-size: 21px;
    color: #8e9096;
    margin-bottom: 0;
    padding-bottom: 9px;
    font-weight: 400;
}
#upcomming_shift #accordion > div,  #accordion2  > div{
    margin-bottom: 10px;
    box-shadow: 1px 2px 4px #e4e3e3;
}
.shift_content[aria-expanded="true"]:before{
    transform: rotate(90deg);

}
.elearning_content{
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}

.myInput_form{
    margin-bottom: 20px;
}
.myInput_form:focus{
    outline: none;
    box-shadow: none;
}
.search_box{
    position: relative;
    float: right;
}
.search_box >span{
    position: absolute;
    left: 12px;
    top: 5px;
    display: inline-block;
}
.search_box input{
    padding-left: 41px;
}
.search_box input:focus{
    border-color: #748bdc;
}
.search_box ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #c2c3c5;
    font-size:18px;
  }
  .search_box  ::-moz-placeholder { /* Firefox 19+ */
    color: #c2c3c5;
    font-size:18px;
  }
  .search_box :-ms-input-placeholder { /* IE 10+ */
    color: #c2c3c5;
    font-size:18px;
  }
  .search_box  :-moz-placeholder { /* Firefox 18- */
    color: #c2c3c5;
    font-size:18px;
  }
  .notification .dropdown-toggle::after{
    content: none;
  }
  .notification .dropdown-menu {
    width: 400px;
    left: auto;
    right: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0px 2px 7px #e6e6e6;
    }
    .notification .dropdown-menu label{
        margin-bottom: 0;
    font-size: 17px;
    color: #788ee0;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 0 10px 10px 10px;
    }
    .Profile_dropdown .dropdown-toggle::after{
        vertical-align: 2px;
    }
    .notification_block{
        max-height: 435px;
        overflow: auto;
        padding: 10px;
    }
    .notification_block::-webkit-scrollbar {
        width: 5px;
        border-radius:30px;
    }
     
    .notification_block::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(152, 152, 152, 0.5);
    }
     
    .notification_block::-webkit-scrollbar-thumb {
        background-color: #bdbbbb;
      outline: 1px solid #d8d6d6;
    }
    .notification_content{
        background: #f3f3f3;
        padding: 10px;
        font-size: 15px;
        color: #636365;
        padding-right: 60px;
        position: relative;
        margin-bottom: 5px;
    }
    .notification_content span{
        font-size: 12px;
        color: #b1b1b1;
        position: absolute;
        right: 8px;
        top: 10px;
    }
.profile_banner{
    background-image:url('../images/profile_banner.jpg');
    background-size: cover;
    height:320px;
    background-position: center center;
    margin-bottom: 170px;
}
.profile_img{
    position: absolute;
    top: 389px;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 5px solid #fff;
    width: 190px;
    height: 190px;
}
.profile_img img{
    width: 100%;
}
.profile_img  h3{
    color: #313131;
    font-size: 26px;
    margin-top: 8px;
    text-align: center;
}

.multi_language_setting .custom_check_container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    color: #7a7878;
    padding-left: 0;
    margin-bottom: 0;
    padding: 10px;
    border-bottom: 1px solid #d5d4d4;
}


.multi_language_setting  .custom_check_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.multi_language_setting  .custom_checkmark {
    position: absolute;
    top: 11px;
    left: auto;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border-radius: 50%;
    right: 10px;
    border: 2px solid #e1e1e1;
}


.multi_language_setting  .custom_check_container:hover input ~ .custom_checkmark {
    background-color: #ccc;
}

.multi_language_setting  .custom_check_container input:checked ~ .custom_checkmark {
    background-color: #fff;
    border: 2px solid #7c93e2;
}


.multi_language_setting  .custom_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}


.multi_language_setting  .custom_check_container input:checked ~ .custom_checkmark:after {
    display: block;
}


.multi_language_setting  .custom_check_container .custom_checkmark:after {
    top: 2px;
    left: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #7c93e2;
}
.setting_section {
    border: 1px solid #d5d4d4;
}
.setting_section h3{
    background: #758de0;
    font-size: 22px;
    color: #fff;
    padding: 14px 15px;
    margin-bottom: 0;
}
.setting_section > ul{
    padding-left: 0;
    list-style: none;
}
.setting_section > ul > li > a{
    font-size: 17px;
    color: #717171 !important;
    padding: 10px 15px;
    display: block;
    border-bottom: 1px solid #d5d4d4;
}
.setting_section > ul > li > a:hover {
    text-decoration: none;
    background: #e4e4e4;
    cursor: pointer;
}
.multi_language_setting{
    margin: 10px;
    border: 1px solid #d5d4d4;
    border-bottom: none;
}
.multi_language_setting h3{
    display: block;
    padding: 10px;
    background: #f4f4f4;
    font-size: 17px;
    color: #262626;
}
.multi_language_setting  ul{
    padding-left: 0;
    list-style: none;
}
.user_detail_section {
    border: 1px solid #d5d4d4;
    margin-bottom: 80px;
    position: relative;
    margin-top: 0;
}
.user_detail_section h3{
    font-size: 20px;
    color: #758de0;
    padding: 14px 15px;
    background: #f9f8f8;
    border-bottom: 1px solid #d5d4d4;
}
.user_detail_section > div{
    padding: 15px 15px 30px 15px;
}
.user_detail_section .custom_form label{
    color: #726f6f;
    font-size: 15px;
}
.user_detail_section .custom_form input {
    border-bottom: 1px solid #dddada;
    padding: 10px .75rem 3px .75rem;
}
.user_detail_section .custom_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:20px;
    color:#b5b3b3;
  }
  .user_detail_section .custom_form ::-moz-placeholder { /* Firefox 19+ */
    font-size:20px;
    color:#b5b3b3;
  }
  .user_detail_section .custom_form :-ms-input-placeholder { /* IE 10+ */
    font-size:20px;
    color:#b5b3b3;
  }
  .user_detail_section .custom_form :-moz-placeholder { /* Firefox 18- */
    font-size:20px;
    color:#b5b3b3;
  }
  .password_container h3{
    font-size: 20px;
    color: #fff;
    padding: 14px 15px;
    background: #758de0;
    border-bottom: 1px solid #d5d4d4;
}
.password_container h3 a{
    display: inline-block;
    margin-right: 8px;
    vertical-align: top;
    margin-top: -2px;
}
.password_container h3 a:hover{
    cursor: pointer;
}

.change_pass_section{
    border: 1px solid #d5d4d4;
    margin-bottom: 80px;
    position: relative;
    margin-top: 60px;
}
.change_pass_div{
    padding: 15px 20px 40px 20px;
}
.change_pass_section .custom_form label {
    font-size: 15px;
    color: #726f6f;
    text-transform: capitalize;
    margin-bottom: 0;
    margin-bottom: 8px;
}
.update_btn{
    font-size: 15px;
    color: #ffffff;
    background: #f96890;
    border: none;
    padding: 8px 36px;
    text-transform: uppercase;
    box-shadow: 1px 1px 2px #7d7c7c;
    outline: none !important;
    margin-top: 30px;
}
.change_pass_section .custom_form input {
    border-bottom: 1px solid #dddada;
}
.update_btn:hover{
    background: #222222;
    color: #fff;
    cursor: pointer;
    box-shadow: none !important;
}
.forget_password_a{
    color: #807d7d !important;
    font-size: 15px;
    text-align: right;
    display: block;
    margin-top: 17px;
}
.forget_password_a:hover {
    color: #f43166 !important;
    cursor: pointer;
}

.Profile_dropdown a{padding: .5rem 6rem !important;}
.nav-item.notification{margin-left: 20px !important;}
.footer_ul a{color: inherit !important;}

/*responsive design*/
@media (min-width: 1200px){
.container {
    max-width: 1190px;
}
}
@media (max-width: 1200px){
     /*login page and forget password css*/
    .left_section img {
        margin-bottom: 20px;
        width: 200px;
    }
    .left_section h4 {
        font-size: 21px;
    }
    .right_section h2 {
        font-size: 36px;
        margin-bottom: 35px;
    }
    .nav-tabs.banner_tabs .nav-link span {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 25px;
        line-height: 60px;
    }
    .nav-tabs.banner_tabs .nav-link {
        padding: 12px 20px 12px 77px;
    }
    .nav-tabs.banner_tabs .nav-link p {
        padding-top: 11px;
        font-size: 18px;
    }
    .exam_options {
        margin-top: 90px;
    }
    /*eshift page css*/
    .eshift_banner h1, .elearning_banner h1 {
        font-size: 40px;
    }
    .shift_content h3 {
        font-size: 18px;
    }
    .eshift_tab {
        margin-top: 40px;
    }
    .tab_content_container {
        margin-bottom: 40px;
    }
    .assigned_user_container p {
        font-size: 17px;
    }
}
@media (max-width: 1024px){
     /*index page css*/
    .eshare_banner h1 {
        font-size: 38.83px;
        margin-bottom: 12px;     
    }
    .eshare_banner h3 {
        font-size: 20px;
    }
    .nav-tabs.banner_tabs .nav-link span {
        width: 55px;
        height: 55px;
        font-size: 25px;
        line-height: 55px;
       
    }
    .nav-tabs.banner_tabs .nav-link p {
        font-size: 18px;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .nav-tabs.banner_tabs .nav-link {
        padding: 12px 20px 12px 75px;
    }
    .eshare_banner {
        padding-bottom: 175px;
    }
    .see_all_btn {
        font-size: 18px;
    }
    .see_all_btn_container {
        margin-bottom: 40px;
    }
    .footer_ul li {
        font-size: 14px;
    }
    .copy_right {
        font-size: 14px;
    }
    .file_img {
        width: 38px;
        height: 50px;
        margin: 19px auto 0 auto;
    }
 /*eLearning page css*/
 .user_detail_section .custom_form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size:16px;
  }
  .user_detail_section .custom_form ::-moz-placeholder { /* Firefox 19+ */
    font-size:16px;
  }
  .user_detail_section .custom_form :-ms-input-placeholder { /* IE 10+ */
    font-size:16px;
  }
  .user_detail_section .custom_form :-moz-placeholder { /* Firefox 18- */
    font-size:16px;
  }
  .setting_section > ul > li > a {
    font-size: 15px;
  }
  .setting_section h3 {
    font-size: 19px;
  }
  .user_detail_section h3 {
    font-size: 19px;
  }
  .profile_banner {
    height: 267px;
  }
  .profile_img {
    position: absolute;
    top: 342px;
    width: 157px;
    height: 157px;
    }
    .profile_img h3 {
        font-size: 23px;
    }
    /*notification*/
    .notification .dropdown-menu {
        width: 300px;
    }   
    .notification_content {
        font-size: 13px;
    } 
    .add_signature_label {
        padding: 15px 50px;
        font-size: 24px;
    }
    .submit_doc_btn {
        font-size: 17px;
    }
    .thank_you_modal h3 {
        font-size: 22px;
        margin-bottom: 37px;
    }
   
}
@media (max-width: 991px){
    /*login page and forget password css*/
    .right_section {
        padding: 15px 15px 30px 15px;
        min-height: auto;
    }
    .right_section h2 {
        font-size: 31px;
        margin-bottom: 25px;
    }
    .left_section h4 {
        font-size: 18px;
    }
     /*index page css*/
     .navbar-brand img {
        height: 33px;
    }
    .top_navbar ul.navbar-nav li a.nav-link {
        font-size: 17px;
        color: #748bdc;
        padding: 9px 13px;
        height: 100%;
        border-bottom: 1px solid #ddd;
        margin: 0;
    }
    .tab_header {
        font-size: 28px;
        padding-top: 50px;
    }
    .top_navbar {
        padding: 7px 15px;
        z-index: 99;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }
    .navbar-collapse{
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 54px;
        box-shadow: 4px 4px 11px #565656;
        padding-bottom: 14px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .top_navbar {
        box-shadow: none;
        border: none;
    }
    .nav-tabs.banner_tabs .nav-link span {
        width: 40px;
        height: 40px;
        font-size: 21px;
        line-height: 40px;
        top: 7px;
    }
    .eshare_banner {
        padding-bottom: 165px;
    }
    .banner_tabs {
        margin-top: -132px;
    }
    .nav-tabs.banner_tabs .nav-link {
        padding: 5px 10px 5px 54px;
    }
    .nav-tabs.banner_tabs .nav-link p {
        font-size: 14px;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .navbar-light .navbar-toggler-icon {
        background-image: url('../images/hamburger.png');
        background-size: 20px;
    }
    .navbar-light .navbar-toggler {
        border-color: #fff;
        padding: 0px 3px;
        outline: none;
        cursor: pointer;
    }
    .navbar-light .navbar-toggler:hover{
        cursor: pointer;
    }
    .top_navbar ul.navbar-nav li.language_dropdown select {
        width: 95%;
        margin: 11px auto;
        border-radius: 4px;
    }
    .container {
        max-width: 100%;
    }
     /*eshift page css*/
     .eshift_banner h1, .elearning_banner h1 {
        font-size: 34px;
        padding-top: 200px;
        padding-bottom: 45px;
    }
    .shift_content h3 {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .shift_content ul li {     
        font-size: 14px;
    }
    .shift_content:before {
        top: 50%;
        background-size: 9px;
        transform: translate(0,-50%) !important;
    }
    .shift_collapse h4 {
        font-size: 17px;
    }
    .elearning_content .document_block{
        -webkit-box-flex: 0;
    -ms-flex: 0 29.333333%;
    flex: 0 0 29.333333%;
    max-width: 29.333333%;
    }
    /*eLearning page css*/
    .profile_banner {
        height: 230px;
        margin-bottom: 115px;
    }
    .profile_img {
        top: 214px;
        width: 130px;
        height: 130px;
    }
    .user_detail_section h3, .setting_section h3 {
        font-size: 16px;
        padding: 10px 15px;
    }
    .user_detail_section .custom_form label {
        font-size: 13px;
    }
    .user_detail_section > div {
        padding: 10px 15px 10px 15px;
    }
    .user_detail_section {
        margin-bottom: 60px;
    }
    .document_sign_container h2 {
        font-size: 29px;
    }
    .document_sign_container {
        margin-top: 90px;
    }
    .add_signature_label {
        padding: 15px 50px;
        margin-top: 20px;
    }
    .submit_doc_btn {
        margin-bottom: 40px;
    }
    .mobile_ul {
        right: 60px;
    }
    .top_navbar > .container {
        position: unset;
    }
    .top_navbar ul.navbar-nav li.language_dropdown {
        margin-left: 0;
    }
    .Profile_dropdown .dropdown-menu, .language_dropdown .dropdown-menu {
        background: #fff;
        top: 40px;
        left: auto;
        right: 0;
        box-shadow: 3px 4px 7px #8a8a8a;
    }
    .Profile_dropdown .dropdown-menu .dropdown-item, .language_dropdown .dropdown-menu .dropdown-item {
        background: transparent;
    }
    .Profile_dropdown .dropdown-menu .dropdown-item:hover, .language_dropdown .dropdown-menu .dropdown-item:hover {
        background: #ddd;
    }
  

}
@media (max-width: 767px){
     /*login page and forget password css*/
    .left_section_container, .right_section_container {
        height: auto;
       
    }
    .eshare_banner h1 {
        margin-top: 45px;
    }
    .left_section_container{
        margin: 63px 0 40px 0;
    }
    .right_section {
        padding: 30px 20px;
        margin-bottom: 50px;
    }
    .left_section  ,.right_section{
        position: relative;
        top: unset;
        transform: unset;
    }
    .email_form {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .right_section h2 {
        font-size: 25px;
    }

    /*eshift page css*/
  
    .eshift_banner h1, .elearning_banner h1 {
        font-size: 32px;
        padding-top: 80px;
        padding-bottom: 183px;
        text-align: center;

    }
    .eshift_img, .elearning_img {
        max-width: 100%;
        left: 50%;
        right: unset;
        transform: translate(-50%,0);
        width: auto;
        height: 175px;
    }
    .footer_ul {
        text-align: center;
    }
    /*eLearning page css*/
    .profile_banner {
        height: 190px;
        margin-bottom: 107px;

    }
    .setting_section {
        margin-bottom: 20px;
    }
    .user_detail_section {
        margin-bottom: 40px;
    }
    .profile_img {
        top: 195px;
        width: 107px;
        height: 107px;
    }
    .profile_img h3 {
        font-size: 20px;
    }
    .password_container h3 {
        font-size: 18px;
        padding: 12px 15px;
    }
    .password_container h3 a {        
        margin-right: 12px;
    }
    .change_pass_section {
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .update_btn {
        margin-top: 12px;
    }
    .change_pass_div {
        padding: 15px 20px 20px 20px;
    }
    .document_sign_container h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .add_signature_label {
        padding: 15px 10px;
        margin-top: 20px;
        min-width: 200px;
        text-align: center;
    }
    .submit_signature_modal .modal-body {
        padding: 40px 20px;
    }
    .thank_you_modal img {
        width: 98px;
    }
    .thank_you_modal h3 {
        font-size: 19px;
    }
    .Profile_dropdown span{
        display: none;
    }
    .navbar-brand img {
        height: 28px;
    }
    .Profile_dropdown .dropdown-toggle::after {
        margin-left: -2px;
    }
    .Profile_dropdown .dropdown-toggle {
        padding-right: 3px;
    }
    .Profile_dropdown .dropdown-toggle img {
        margin-right: 3px;
        width: 32px;
    }
    .Profile_dropdown .dropdown-toggle {
        padding-left: 5px;
    }
    .notification .dropdown-toggle{
        padding-right: 9px;
    }
    .notification_count {
        font-size: 8px;
    }
    .notification .dropdown {
        position: unset;
    }
    .notification .dropdown-menu {
        /*width: 300px;*/
        width: 100%;
        /*left: -105px;*/
        position: absolute;
        right: 0;
    }
}
@media (min-width: 576px) and  (max-width: 767px){

    .nav-tabs.banner_tabs .nav-item {
        width: 31.333%;
        margin: 0 6px;
    }
    .nav-tabs.banner_tabs .nav-link p {
        font-size: 14px;
        padding-top: 9px;
    }
    .eshare_banner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-tabs.banner_tabs .nav-link {
        padding: 5px 10px 5px 40px
    }
    .nav-tabs.banner_tabs .nav-link span {
        top: 8px;
        left: 4px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 36px;
    }
     /*eshift page css*/
     .shift_content:before {
        top: 36px;
     }   
     .tab_content_container {
        padding: 10px;
        margin-bottom: 30px;
     } 
     .elearning_content .document_block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 44%;
        flex: 0 0 44%;
        max-width: 44%;
    }
   

}
@media (max-width: 575px){
    /*index page css*/
    .eshare_banner {
        padding-top: 50px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 242px;
    }
    .banner_tabs {
        flex-wrap: wrap;
    }
    .nav-tabs.banner_tabs .nav-item {
        width: 100%;
        margin: 0 15px 7px 15px;
    }
    .banner_tabs {
        margin-top: -217px;
    }
    .tab_header {
        font-size: 29px;
        padding-top: 0;
        margin-bottom: 28px;
    }
    .document_block {
        margin-bottom: 20px;
    }
    .copy_right {
        font-size: 17px;
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer_ul li {
        font-size: 13px;
        margin-bottom: 10px;
        padding: 0 7px;
    }
    footer {
        padding: 10px 8px 8px 8px;
    }
    .exam_options {
        margin-top: 50px;
        text-align: left;
    }
    .exam_options li {
        margin-bottom: 10px;
    }
    .document_container h4 span {
        margin-left: 0;
    }
    .exam_label {
        font-size: 20px;
    }
    .omr_container {
        margin-top: 80px;
    }
    .omr_label span {
        font-size: 15px;
        float: unset;
        width: 100%;
        display: block;
        margin-top: 5px;
    }
    .question {
        font-size: 17px;
        padding: 6px 15px;
        margin-top: 36px;
        margin-bottom: 12px;
    }
    .radio_container{
        font-size: 17px;
    }
    .next_prev_btn button, .next_prev_btn button {
        padding: 8px 23px;
        min-width: 100px;
    }
    .end_text_btn {
        font-size: 17px;
        padding: 14px 40px;
    }
    .end_text_container {
       
        background: transparent;
        text-align: center;
    }
    .custom_modal .modal-dialog{
        width: 90%;
    }
    .finish_exam_container {
        padding: 20px 10px;
    }
    .finish_exam_container p {
        font-size: 25px;
        margin-top: 12px;
        margin-bottom: 10px;
    }
     /*eshift page css*/
     .pr0 {
        padding-right: 15px;
    }
    .pl0 {
        padding-left: 15px;
    }
    .eshift_banner h1, .elearning_banner h1 {
        line-height: 40px;
        padding-bottom: 140px;
      
    }
    .eshift_img, .elearning_img {
        height: 137px;
    }
    .tab_content_container {
        margin-bottom: 30px;
        padding: 10px;
    }
    .elearning_content .document_block {
        -webkit-box-flex: 0;
        -ms-flex: 0 90%;
        flex: 0 0 90%;
        max-width: 90%;

    }
    .elearning_content .document_container_block{
        justify-content: space-around;
    }
    .elearning_content {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
