

body{font-family: 'Work Sans', sans-serif;}
.drag-drop input[type="file"] {
    display: none;
}

.grade-point input[type="radio"] {
    display: none;
}
.grade-point label {
    cursor: pointer;
}
.livec-outer-block-from {
    width: 100%;
    float: left;
    /* position: relative; */
    background: url(../img/from-bg.jpg) repeat center top;
 
}
.livec-inner-block {    
    width: 65%;
    overflow: hidden;
    margin: 50px auto;   
}
.livec-from-block {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 40px;    
    margin-top: 20px;
}
.from-logo {
    width: 100%;
    text-align: center;
}
.form-control {
    font-size: 14px;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

#myInput {
  box-sizing: border-box;
  background-image: url('searchicon.png');
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 14px 20px 12px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

#myInput:focus {outline: 3px solid #ddd;}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  overflow: auto;
  border: 1px solid #ddd;
  z-index: 1;
}
.form-group label {
    display: block;  
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {background-color: #ddd;}
.show {display: block;}
.form-control:focus {   
    outline: 0;
    box-shadow: inherit;
}

.border-none{border: none !important;}
.search-full-coures {
    display: flex;
    align-items: center;
    justify-content: center;
}
.livc-list-offer h5 {
    color: #fe4a55;
    font-size: 20px; 
}

.livc-list-offer p {
    color: #5f5e5e;
    font-size: 14px;
    line-height: 22px;
}
.livc-right-block {
    margin-top: 30px;
    padding-left: 50px;
}
.livc-right-block .livc-list-offer {
    margin-bottom: 30px;
}
.checked {
    color: #fe4a55;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fe4a55;
    background-color: #fe4a55;
}
.btn-book-trial {
    background-color: #fe4a55;
    color: #fff;
        margin-top: 20px;
}
.search-full-coures {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.btn.btn-book-trial:hover {
    background-color: #221638;
    color: #fff;
}
.livc-left-block .form-group {
    margin-bottom: 1.2rem;
}
.custom-control-inline {   
    margin-right: 5rem;
}
.livec-from-block h3 {
    margin-bottom: 42px;
}
.livec-from-block h3  span{display: block; font-size: 14px;     color: #fe4a55;}

.livec-icon-field {
    display: flex;
    align-items: center;
}
span.livc-from-icon {   
    color: #fe4a55;
    padding: 9px 12px;
    font-size: 12px;   
   
}
.form-group label {
    display: block;
    font-weight: 500;
}

.livec-policy {
    margin-top: 30px;
}
.livec-policy p {
    font-size: 13px;
}
.livec-policy p a {
        color: #fe4a55;
}

.form-group {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.student-grade-block {
    /* border: 1px solid #ced4da; */
    border-radius: 0.25rem;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 0 0;
    width: 100%;
}
.grade-point {
    margin: 4px 8px 8px 0;
    font-weight: 700;
    position: relative;
}
.livc-box {
    padding: 5px 20px;
    border-radius: 0.25rem;
    font-size: 14px;
    margin-bottom: 0;
    color: #383838;
    font-weight: 400 !important;
    border: 1px solid #ced4da;
}
.form-group.drag-drop {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    width: 80%;
    margin: 0 auto;
    border: 2px dotted #ccc;
}
div#drag label.open {
    margin-bottom: 0;
}
.drag-drop p{
  margin-bottom: 0;
  font-size: 13px;
}
span.livc-dragdrop-icon {
    margin-right: 10px;
    color: #fe4a55;
}
.grade-pointx {
    margin-top: 4px;
}
.checked {
    background-color: #fe4a55;
    color: #fff;
    display: block;
}
a.add-time {
    text-align: right;
    float: right;
    color: #fe4a55;
    font-size: 12px;
}
label.custom-control-label {
    margin-bottom: 10px;
}
.liv-btn-rd {
    position: absolute;
    bottom: -7px;
    text-align: center;
    width: 100%;
    left: 0;
}
.label-bg-none {
    color: #383838;
    font-weight: 400 !important;
    background-color: #fff !important;
}
.error-msg {
    width: 100%;
    float: left;
    /* color: red; */
    background-color: #ff000047;
    padding: 10px;
}
.error-msg p {
    color: black !important;
    display: block;
    line-height: 40px;
}
.droped_data {
    display: flex;
    align-items: center;
    justify-content: center;
}
.livc-dragdrop-icon.drop_img {
    color: #fe4a55;
    margin-right: 6px;
}
.upload_file_row {
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    width: 100%;
    float: left;
    border-radius: 3px;
}
.cross {
    position: absolute;
    top: -11px;
    right: 0;
    color: #fff;
    background-color:  #fe4a55;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 3px;
}
.dr-file-name {
    padding: 10px;
}
div#drop_section {
    width: 100%;
    float: left;
}
span#error-msg {
    color: red;
}
span#valid-msg {
    color: #09bd38;
}
#grade_error-msg
{
    color: red; 
}

#file_upload_msg
{
    color: red; 
}
#choose_session_error
{
    color: red; 
}

label.st-grade-class {
    float: left;
    margin-right: 22px;
}
/*.error-field {
    width: 100%;
    float: left;
    border: 1px solid #fe4a55;
}
*/
/**msg-alert**/



.All-msg-alert {
    position: fixed;
    right: 2px;
    top: 2px;
}

.livc-left-block .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 100px !important;
    margin-left: 0;
}
.livc-left-block span.select2.select2-container.select2-container--default {
    width: 100% !important;
    font-size: 14px;
color:#495057 !important;
}
.livc-left-block .select2-container--default .select2-selection--single .select2-selection__rendered {
    color:#495057 !important;
    line-height: inherit;
}
.livc-left-block .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    padding-left: 0px;
}
.select2-results__option {
    font-size: 14px !important;
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
}
/****loading-pic**********/

.loading {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
    background: rgb(255 255 255 / 58%);
    height: 100%;
}
.load-pict {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #fe4a55;
    width: 100px;
    margin: 0 auto;
    height: 100px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    z-index: 2;
    /* transform: translate(-50%, -50%); */
}
p.loding-text {
    font-size: 20px;
    font-weight: 700;
    margin-top: 18px;
}
span#cours_link_show a {
    display: block;
    width: 100%;
    margin-top: -14px;
    margin-bottom: 16px;
}

.swal2-actions button.swal2-confirm.switch_pemisson {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    border: 2px solid rgba(253, 90, 10, 0);
    background-color: #fe4a55;
    border-radius: 3px;
    padding: 6px 12px;
    color: #fff;
    margin-top: 30px;
    /* font-weight: 700;
    text-transform: uppercase;
    display: inline-block; */
    margin-right: 25px;
    outline: none;
}
.swal2-actions  button.swal2-cancel.switch_pemisson_cancel {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 1.1px;
    border: 2px solid rgba(253, 90, 10, 0);
    background-color: #221638; 
    border-radius: 3px;
    padding: 6px 12px;
    color: #fff;
    margin-top: 30px;
    /* font-weight: 700; */
    /* text-transform: uppercase; */
    /* display: inline-block; */
    /* margin-right: 25px; */
}
.swal2-actions button.swal2-confirm.switch_pemisson:hover {
    background: #ef444e;
}

button.swal2-cancel.switch_pemisson_cancel:hover {
    background: #332153;
}
span.req-red {
    color: red;
    font-size: 16px;
    /* margin-left: 1px; */
}
label.labeling-inputs {
    display: block;
    font-weight: 500;
}
/***responsive***/
label.labeling-inputs {
    display: block;
    font-weight: 500;
}
.form-group.email-con span.why-email {
    position: absolute;
    right: 0;
    top: 5px;
    right: 10px;
    font-size: 18px;
}
/* on form icon design to show why we use your email */
.email-con {
    position: relative;
}

 span.why-email {
    position: absolute;
    right: 0;
    top: 5px;
    right: 10px;
    font-size: 18px;
}

.form-group.email-con span.why-email .client-per-details .dropbtn {
    color: #7b7b7b;
}



.form-group.email-con span.pack1.dropdown-content:after {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #e6e6e6;
    position: absolute;
    right: 104px;
    bottom: -10px;
}

.form-group.email-con span.why-email .client-per-details .dropbtn {
    color: #7b7b7b;
}


span.pay-infor-icon.dropbtn {
    background: transparent !important;
    color: #fe4a55;
}
.client-per-details .dropbtn {
    /* background-color: #4CAF50; */
 
    padding: 2px;
    font-size: 18px;
    border: none;
  }
  
  .client-per-details .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .client-per-details.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .client-per-details.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  
  .client-per-details .dropdown:hover .dropdown-content {display: block; }
  .client-per-details  span.cust-tut {
    margin-bottom: -11px;
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #1a1a1a;
}

.form-group.email-con span.why-email span.pack1 {
    left: -141px;
    top: -120px;
    background-color: #e6e6e6;
    padding: 8px 15px 8px;
    border-radius: 6px;
    box-shadow: 0 0 5px 2px #c3c3c3;
    width: 265px;
    overflow: inherit;
}
.client-per-details span.cust-tut {
    margin-bottom: -11px;
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #565454;
}
ul.client-inner-det {
    padding-left: 0px;
    margin-top: 15px;
}
ul.client-inner-det li {
    list-style-type:none;
    line-height: 9px;
    margin-bottom: 5px;
    color: #5f5e5e;
    font-size: 12px;
    line-height: 17px;
}
p.confirmation-check {
    margin: 0px;
    margin-top: 22px;
    font-size: 14px;
    color: #5f5e5e;
    font-size: 14px;
    line-height: 22px;
}
p.confirmation-check a {
    color:#fe4a55;
}
.copyright-block {
    background-color:#464545;
    padding: 20px 0px;
    /* margin-top: 46px; */
    float: left;
    width: 100%;
    color:#fff;
}
.copyright-block p {
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 0;
    text-align: center;
}
.copyright-block p a {
    color: #ffffff;
    text-decoration: underline;
}
span.req-red {
    color: red;
    font-size: 16px;
    /* margin-left: 1px; */
}
.copyright-block h4 {
    text-align: center;
    font-size: 18px;
    margin-top: 13px;
    margin-bottom: 0px;
}
.copyright-block h4 a {
    color: #ffffff;
    margin-right: 10px;
}



/* responsive start */
/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/***responsive***/


@media only screen and (max-width: 1440px) {

.livec-inner-block {    
    width: 80%;
    margin: 50px auto;   
}
}

@media only screen and (max-width: 1366px) {
 
.livec-inner-block {   
    width: 80%;   
}

}


@media only screen and (max-width: 1024px) {
 

.livc-left-block .iti {
    width: 85%;
}
}


@media only screen and (max-width: 768px) {

.livec-inner-block {
    width: 98%;
    position: relative;
}
.from-logo {
    width: 100%;
    position: absolute;
    text-align: center;
    top: 23px;
    z-index: 999;
}
.livec-from-block {    
    margin-top: 80px;
}
.livc-left-block .form-group.border-none label {
    font-size: 14px;
}
}
@media only screen and (max-width:425px) {
.livc-right-block {
    margin-top: 30px;
    padding-left: 0px;
}
.livec-from-block {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 20px;
    margin-top: 95px;
}
.livc-left-block .form-group.border-none label {
    font-size: 16px;
}
}
@media only screen and (max-width:320px) {
.livc-left-block .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px;
    padding-left: 72px !important;
    margin-left: 0;
}
.livec-from-block {
    background-color: #fff;
    float: left;
    width: 100%;
    padding: 18px;
    margin-top: 95px;
}
}