.form-error {
    color:#f00;
}



#divLoading123
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('3.gif');
    background-color:#666;
    opacity : 0.4;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}


#divLoading {
  display : block;  
  position: fixed;
  left: 35%;
  top: 45%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.new-register-theme {
    max-width: 650px;

}

.new-register-theme h5 {
    margin-bottom: 0;
    display: inline-block;

}

.new-register-theme .modal-header {
    padding-bottom: 9px;
}

.new-register-theme .modal-header .close {
    padding: 13px;

    }

.new-register-theme .modal-header span {

    float: right;
    margin-right: 12px;
    }

.new-register-theme .cc-selector-2 a {
    width: 31%;
    padding: 0;
    margin-right: 17px;
    display: inline-block;
    border-radius: 0;
}

.new-register-theme .cc-selector-2 a p {
    margin-bottom: 5px;
    }

.new-register-theme .cc-selector-2 a:last-child {
 margin-right: 0px;

    }

.new-register-theme .cc-selector-2 a label {
    margin-bottom: 0;

    }


        .new-register-theme  .cc-selector input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.new-register-theme .cc-selector-2 input {
  position: absolute;
  z-index: 999;
  opacity: 0;
}



.cc-selector-2 input:active +.drinkcard-cc,
.cc-selector input:active +.drinkcard-cc {
  opacity: 1;
}

.new-register-theme .cc-selector-2 input:checked +.drinkcard-cc,
.new-register-theme .cc-selector input:checked +.drinkcard-cc {
  -webkit-filter: none;
  -moz-filter: none;
  filter: none;
  background-color: #3b3c6e;
}

.new-register-theme .drinkcard-cc {
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 300px;
  -webkit-transition: all 100ms ease-in;
  -moz-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
  -webkit-filter: brightness(1) grayscale(1) opacity(1);
  -moz-filter: brightness(1) grayscale(1) opacity(1);
  filter: brightness(1) grayscale(1) opacity(1);
}

.new-register-theme .drinkcard-cc:hover {
  -webkit-filter: brightness(1.2) grayscale(0) opacity(1);
  -moz-filter: brightness(1.2) grayscale(0) opacity(1);
  filter: brightness(1.2) grayscale(0) opacity(1);
}


.caption {
    width: 100%;
    /*position: absolute;*/
    top: 38%;
    z-index: 2222;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.caption strong {
    font-size: 45px;
    text-transform: uppercase;
    color: #fff;
    display: block;
    margin-bottom: 30px;
    line-height: 50px;
    
}
.search{
    position: relative;
    background: #fff;
    height: 63px;
    border-radius: 30px;
    padding: 13px 10px 10px 25px;
    text-align: left;
    margin-top: 271px;
}
.search input {
    border: none;
    color: #3a3a3a;
    font-size: 16px;
    width: 35%;
    margin-right: 10px;
    padding-top: 8px;
    vertical-align: top;
    outline: none;
}

.search .week, .search .time  {
    display: inline-block;
    width: 20%;
    background: #eee;
    padding: 8px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-right: 5px;
    cursor: pointer;
    position: relative;
    
}

.search .week.active, .search .time.active {
    background: #d3d3d3;    
}


.search .week.active::before, .search .time.active::before {
    position: absolute;
    content: '';
    bottom: -8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 8px 0 8px;
    border-color: #d3d3d3 transparent transparent transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
}

#weekinfo,#timeinfo {
    display: none;
}

.weekinfo, .timeinfo {
    background: rgba(0,0,0,0.5);
    margin-top: 10px;
    padding: 15px 10px;
    border-radius: 50px;
    position: relative;
}

.weekinfo label {
    color: #fff;
    margin-right: 10px;
    padding: 3px 8px;
    margin-bottom: 0;
    font-size: 14px;
}


 .timeinfo label {
    color: #fff;
    margin-right: 10px;
    padding: 3px 8px;
    margin-bottom: 0;
}

.weekinfo label:last-child {
    margin-right: 0px;
    
}

.weekinfo label input {
    display:none;
}
.timeinfo label input {
    display:none;
}

.weekinfo a, .timeinfo a  {
    margin-right: 10px;
    color: #fd8f5f;
    padding: 3px 8px;
    font-size: 15px;
}

.timeinfo a  {
    line-height: 24px
    
}

.weekinfo a:hover, .timeinfo a:hover {
    background: #fff;
    border-radius: 30px;
    color: #3a3a3a;
    
}

.weekinfo a.selected, .timeinfo a.selected {
    background: #fff;
    border-radius: 30px;
    color: #3a3a3a;
}



.weekinfo a.last-child, .timeinfo a.last-child  {
    margin-right: 0;
    
}

.timeinfo .owl-nav {
    position: absolute;
    width: 100%;
    color: #fff;
    top: -5px;
    font-size: 20px;
}

.timeinfo .owl-nav .owl-prev {
    left: -8px;
    position: absolute;
    top:-10px;
}

.timeinfo .owl-nav .owl-next {
    right: 0;
    position: absolute;
    top:-11px;
}

.search .time {
    display: inline-block;
    width: 20%;
    background: #eee;
    padding: 8px;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
}




.search input::-webkit-input-placeholder { color: #848484;}
.search input::-moz-placeholder { color: #848484;}
.search input:-ms-input-placeholder { color: #848484;} 
.search input:-moz-placeholder { color: #848484;}

.search button {
    background: #3b3c6e;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 7px 7px 7px 25px;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.search button i {
    background: #5969ef;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
}
 .search button:hover, .GetStarted_Steps button:hover {
    background: #5969ef;
}
.search button:hover i,
.GetStarted_Steps button:hover i{
     background: #3b3c6e;
}

.timeinfo label {
    background:none;
    font-size:14px;
}



 .search_selected {
    background: #5969ef !important;
    border-radius: 30px;
    color: #3a3a3a;
}


.new-filer-tags {
    padding-top:17px;
    text-align:right;
}

.new-filer-tags #tags_collection, .new-filer-tags #tags_subject, .new-filer-tags #tags_days, .new-filer-tags #tags_level, .new-filer-tags #tags_duration, .new-filer-tags #tags_tag {
    display:inline-block;
}

.new-filer-tags #tags_collection .display_div, .new-filer-tags #tags_subject .display_div, .new-filer-tags #tags_days .display_div, .new-filer-tags #tags_level .display_div, .new-filer-tags #tags_duration .display_div, .new-filer-tags #tags_tag .display_div {
    background: #eaeaea;
    padding: 10px 15px;
    display: inline-block;
    margin-bottom: 20px;
    border-radius: 30px;
    margin-left: 10px;
    text-transform: capitalize;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #666;
}

.new-filer-tags #tags_collection .display_div i, .new-filer-tags #tags_subject .display_div i, .new-filer-tags #tags_days .display_div i, .new-filer-tags #tags_level .display_div i, .new-filer-tags #tags_duration .display_div i, .new-filer-tags #tags_tag .display_div i {

    font-style: normal;
    font-size: 11px;
    margin-left: 8px;
    cursor: pointer;
    vertical-align: middle;
    
    
}

/*====================== Price css in course list ====================== */

.new-price-range-theme .ui-widget.ui-widget-content {
    border: 1px solid #dadada !important;
}

.new-price-range-theme .ui-widget-content {
        background: #dadada !important;
        height:5px !important;
}


.new-price-range-theme .ui-widget-header {
    border: 1px solid #fd8f5f !important;
    background: #fd8f5f;
    color: #ffffff;
    font-weight: bold;
    height:4px !important;
}

.new-price-range-theme .ui-state-default, .new-price-range-theme .ui-widget-content .ui-state-default, .new-price-range-theme  .ui-widget-header .ui-state-default {
    border: 3px solid #fff;
    background: #fd8f5f;
    font-weight: bold;
    color: #fd8f5f;
    margin-top: -2px;
    box-shadow:none;
    outline:none;
}



.new-price-range-theme #price_show p {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 0;
    background: #dadada;
    padding: 5px 10px;
}

.new-price-range-theme #price_show p:last-child {
    float:right;
    
}

/*====================== End Price css in course list ====================== */


/*06-04*/

.ui-menu .popular-search .ui-menu-item-wrapper , .ui-menu .keyword-info .ui-menu-item-wrapper{
    padding:0;
    
}

.ui-menu .popular-search h3 {
    color: #3b3c6e;
    font-size: 19px;
    margin-top: 13px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    padding-bottom: 5px;
    
    }

#ui-id-1 {
border: 0px solid #c5c5c5;
    background: #fff;
    padding: 11px 8px 0;
    
    }


.button.pdf-clear {
    background: #dadada;
    width: 50%;
    display: inline-block;
    font-size: 16px;
}
.button.pdf-save {
    width: 48%;
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
    color: #fff;
}

.pdf-register {
    width: 47%;
    margin: 0 auto;
    border-radius: 0;
    background: #3b3c6e;
    font-size: 19px;
}

#jay-signature-pad {
    border:1px solid #ccc;
}

h4.mobile-parent {
    display: none;
}

.reset-filter-btn {
    background: #007bff;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
}
.reset-filter-btn i {
    margin-left: 10px;
}
.total-newrecord {
    display: inline-block;
}

section.our-blog, section.home1-divider2.parallax {
    z-index: -1;
}

#togglefilterdiv {
    display: none;
}


/* =================socal register css ================= */

 .boxed label {
    display: inline-block;
    width: 150px;
    padding: 10px;
    border: 0;
    transition: all 0.3s;
    margin-right: 78px;
    text-align: center;
    background: #fff;
    padding: 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 20px;
}

.boxed label:nth-last-child(2) {
  margin-right:0px;
}

.boxed input[type="radio"] {
  display: none;
}

.boxed input[type="radio"]:checked + label {
    border: 1px solid #ddd;
    background: #eee;
}




 .boxed label p {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}

.boxed button#register_type {
    border-radius: 50px;
    width: 40%;
    font-size: 23px;
    margin-top: 40px;
}




 .front_search {
    position: absolute;
    top: 51%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: auto;
    width:650px;
}



.home1-mainslider {
    position: relative;
}

.home_iconbox_container {
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    bottom: 100px;
    z-index: 1;
    left: 0;
    right: 0;
    text-align: center;
}

.banner-style-one .slide{
    padding: 0 0 165px 0;
}

.search{
    margin-top: 70px;
}

 .mobile_seacrh_button {
    position: absolute;
    top: 50%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    width: 150px;
    display: none;
}

.mobile_seacrh_button a {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
}

#search-button2 i {
    color: #ffffff;
    font-size: 22px;
    background: #5969ef;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    height: 35px;
    font-size: 18px;
}

.top_courses .thumb{
    height: 200px;
}

 .top_courses .details .tc_content p {
    text-transform: uppercase;
}


/*============================== new front page design css ========================== */


button:hover, 
button:active, 
button:focus {
    outline: none;
}
header{
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    width: 100%;    
    background: #fff;
    box-shadow: 0 0 5px #7d7d7d;
}
.logo_explor a{
    display: inline-block;
    margin-right: 30px;
    vertical-align: middle;
}
.logo_explor a:hover{
    color: #2441e7;
}
.logo_explor a.expobtn {
    background: #fff;
    color: #555;
    border: none;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    cursor: pointer;
}

.logo_explor button i{
    margin-left: 8px;
    font-size: 15px;
}
.ragisterlink{
    text-align: right;
    margin-top: 5px;
}
.ragisterlink a {
    color: #0a0a0a;
    font-size: 14px;
    text-transform: capitalize;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    border: 1px solid;
    padding: 4px 20px;
    border-radius: 25px;
}
.ragisterlink a.signup::before,
.ragisterlink a:first-child::before{
    display: none;
}
.ragisterlink a.signup {
    background: #3b3c6e;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    font-size: 14px;
}
.ragisterlink a.signup:hover{
    background:#2441e7;
    color: #fff;
}
.home_iconbox_container {
    margin-bottom: 0;
    margin-top: 0;
}

.footer_apps_widget .mailchimp_form .form-control {
    background-color: #ffffff;
    width: 70%;
}
.footer_apps_widget_home1 button.btn {
    background-color: #0a0a0a;
    box-shadow: none;

}
.footer_apps_widget_home1 button.btn:hover, 
.footer_apps_widget_home1 button.btn:active, 
.footer_apps_widget_home1 button.btn:focus {
    background-color: #2441e7;
    color: #fff;
}
.nav-tabs {
    border-bottom: none;
    margin-bottom: 35px;
    justify-content: center;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
    color: #2441e7;
    background-color: #fff;
    border: none;
    border-bottom: 2px solid #2441e7;
}
.nav-tabs .nav-link {
    padding: 0;
    color: #7d7d7d;
    border: none;
    font-size: 15px
}
.nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 30px;
}
.nav-tabs .nav-item:last-child{
     margin-right: 0px;
}
.home1-mainslider .owl-carousel .owl-stage-outer{
    height: 60vh !important;
}
.tab-content .owl-carousel .owl-stage-outer{
    height: 430px !important;
}
.tab-content .owl-dots{
    text-align: center;
}
.tab-content button.owl-dot {
    background: no-repeat;
    border: none;
    padding: 0;
}
.tab-content .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #3b3c6e;
    border-radius: 50%;
    margin:0 5px;
    opacity: 0.5;
}
button.owl-dot.active span{
    opacity: 1;
}

/*.home1-mainslider .home-content {
    padding-top: 0;
}*/

/*----------------------------------------------------------------------------------

                Menu  Css Start Here

----------------------------------------------------------------------------------*/


.menudiv {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    top: 80px;
    left: 15px;
    padding: 10px 25px 25px 25px;
    box-shadow: 0 2px 5px #7b7b7b;
    display: none;
}
.menudiv::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    top: -20px;
    left: 18%;
}

 .dropdown-header {
    font-size: 15px;
    padding: 5px 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #c75533;
    letter-spacing: 1px;
}

.menudiv li a {
    padding: 3px 5px;
    display: block;
	margin-right: 0;
}
.menudiv li a i{
    font-size: 20px;
    margin-right: 10px;
    color: #c75533;
}
.menudiv li a:hover{
    background: none;
    color: #2441e7;
}
.menudiv li a.allCourseslink{
    background: #2441e7;
    color: #fff;
    padding: 5px;
    border-radius: 30px;
    text-align: center;
}

#myCarousel  .owl-stage-outer ,
#teacher  .owl-stage-outer {
    height: auto !important;
}
.home_icon_box{
    text-align: center;
}
.Teacher_Slider{
    padding: 70px 0;
    background-image: url(images/teacher-bg.jpg);    
}
.Teacher_Slider h3{
    color: #fff;
    text-align: center;
    margin:35px 0;
    /*text-transform: capitalize;*/
}
.Teacher_Slider  p{
    color: #fff;
    text-align: center;
    margin:35px 0;
}
.Teacher_Slider .tc_content p{
    margin: 0;
}
.Teacher_Slider .tc_content h5{
    text-transform: uppercase;
}

.footer_social_widget {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.home1-mainslider{
    position: relative;
}
.search-panel {
    position: absolute;
    bottom: 100px;
    text-align: center;
    width: 100%;
}
.tes-nav{
    width: 500px;
    left: 34%;
    height: 130px;
}
.tes-nav img{
    width: 90px;
    height: 90px;
    margin-top: 25px;
}
.tes-nav .slick-slide.slick-current.slick-active.slick-center img{
    width: 130px;
    height: 130px;
}
.accusamus{
    padding-bottom: 0;
}

#top-courses{
    padding: 25px 0 60px;
}
#top-courses .main-title {
    margin-bottom: 30px;
}

.notifaction {
    padding: 25px 15px;
    z-index: 2;
    position: absolute;
    font-size: 16px;
    background: #def1f7;
    top: 74px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    /* box-shadow: 0 0 5px #ddd; */
}
.notifaction i{
    cursor: pointer;
    font-size: 20px;
}



/* ==================== signup modal ==================== */

.sign_up_modal .nav-tabs {
    margin-bottom: 0;
    margin-right: 0;
    
}
.sign_up_modal .nav-item {
    margin-bottom: 0;
    margin-right: 0;
}

 .our-newslatters {
    background-color: #eee;
    padding: 40px 0;
}

#timeinfo .owl-carousel .owl-stage-outer {
    height: auto !important;
}

 .notifaction i {
    font-style: normal;
    color: #000;
}

.notifaction a {
    margin:0 30px 0 0px;
    font-weight: 700;
    text-decoration: underline;
}

.our-newslatters button {
    border: none;
}


/*teach with us*/


.teach-with-us h4 {
    margin-bottom: 15px;
    font-size: 24px;
    color: #c75533;
    font-weight: 600;
    text-transform: capitalize;
}

.teach-with-us h4 i {
    font-style: normal;
    width: 30px;
    display: inline-block;
    background: #c75533;
    color: #ffff;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    font-size: 21px;
    margin-right: 11px;
    vertical-align: text-top;
}

.teach-with-us ul {
    padding-left: 10px;
}

.teach-with-us li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 18px;
    
      -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.teach-with-us li:before {
    position: absolute;
    content: '\f105';
    font-family: fontawesome;
    left: 0;

}

.teach-with-us li:hover {
    color: #3a3a3a;
}

.teach-with-us li:hover:before {
    content: '\f101';
    
    
    
}



.teach-with-us li:last-child {
    margin-bottom: 0px;
}

.tech-two-section .overlay .details {

width: 100%;
    height: auto;
    padding: 30px;
    
}

.tech-two-section .overlay .details h5 {
    color: #192675;
    font-size: 24px;
    font-weight: 700;
    
}

.tech-two-section .overlay .details p {
    position: relative;
    padding-left: 30px;
}


.tech-two-section .overlay .details p:before {
    position: absolute;
    content: '\f00c';
    font-family: fontawesome;
    left: 0;
    font-size: 16px;
    
}

 
.tech-two-section .overlay .details p:last-child {
    margin-bottom: 0;
    
}

.tech-two-section .hvr_img_box_container:hover::before {
    background-color: #3b3c6e;
}

.tech-two-section .hvr_img_box_container:hover .overlay .details h5 {
    color: #24cce7;
}

.teacher-sucess.get-started {
    background: url("../images/teacher--sucess-bg.jpg");
}

.teacher-header {
  padding: 160px 0 100px;
}
.teacher-header .btn.white {
  background: #fff;
  border: 2px solid #fff;
  margin-top: 20px;
  text-transform: capitalize;
  font-size: 18px;
  color: #3b3c6e;
  font-weight: 600;
}
.teacher-header .btn.white:hover {
  background: none;
  color: #fff;
}
.btn.teacher-btn-join {
  padding: 6px 25px;
  background: #2441e7;
  color: #fff;
  text-transform: capitalize;
}

.btn.teacher-btn-join a {
  color: #fff;
}

.btn.teacher-btn-join:hover a {
  color: #2441e7;
}

.btn.teacher-btn-join:hover {
  color: #2441e7;
  background: #fff;
}

.teacher-sucess.get-started button i {
    vertical-align: top;
}


section.students-testimonials, section.Virtual_Learning {
  background: #eee;
}
section.Reach-students {
  background: url("../images/students-grp-bg.jpg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: cover;
  padding: 40px 0 30px;
}
.Reach-students .details ul {
  margin-top: 0;
}
.Reach-students .details ul h4 {
  margin-bottom: 0;
  color: #24cce7;
  font-size: 25px;
  font-weight: 600;
  text-transform: capitalize;
}
.Reach-students .details ul p {
  color: #fff;
  max-width: 100%;
}
.Reach-students .details ul hr {
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.Reach-students .details ul li {
  position: relative;
  padding-left: 30px;
}
.Reach-students .details ul li:before {
  position: absolute;
  content: '\f00c';
  font-family: fontawesome;
  left: 0;
  font-size: 16px;
  color: #24cce7;
}




/*  radio css   */
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    
    border-color: inherit;
    background-color: inherit;
}


/*contact*/

.new-contact-page ul {
    display: flex;
    text-align: center;
}


.new-contact-page ul li {
    width: 16.67%;
    border-right: 1px solid #ccc;
    
    
}

.new-contact-page ul li:last-child{
    border-right: 0;
    
}

.new-contact-page h4, .new-contact-page span.flaticon-email {
    color: #192675;
}



.new-contact-page ul li h2 {
    font-size: 15px;
color: #c75533;
    font-weight: 600;
    margin-bottom: 0px;
    
}
.new-contact-page ul li p a {
    color: #0a0a0a;
    font-size: 15px;
    
}

.new-contact-page .contact_localtion p {
color: #0a0a0a;
}

.new-contact-page .form-and-map h4 {
    color: #192675;
    font-size: 20px;
}

.new-contact-page .form-and-map h4 a{
    color: #192675;
    font-size: 20px;
}

.new-contact-page .form-and-map textarea {
    box-shadow: none;
            -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
-o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.new-contact-page .form-and-map textarea:focus {
    border-color: rgb(221, 221, 221);
    
}

.new-contact-page .form-and-map h4 span {
    margin-right: 15px;
    
}
.new-contact-page .form-and-map h4 a {
    margin-right: 15px;
    
}
.new-contact-page .dropdown-menu li {
    width: auto;
    text-align: left;
}

.new-contact-page .ui_kit_select_box button{
        -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
-o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
}

.new-contact-page .ui.calendar .ui.input {
    width: 100%;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
-moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
-o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
    
}


.new-menu-col {
    max-width: 20%;
}


.form-and-map .padding-right-map {
    padding-right: 40px;
}
/* End contact */


#errmsg_co
{
    
    color:#f00;
    font-size:15px;
    font-weight:bold;
    margin-bottom:12px;
}

#errmsg_co button{
    margin-top:14px;
}

.front_button{
    background: #3b3c6e;
    color: #fff;
    font-size: 18px;
    border: none;
    border-radius: 30px;
    padding: 7px 7px 7px 7px;
    top: 7px;
    right: 7px;
    cursor: pointer;
}
.front_button:hover{
    background: #5969ef;
    color: #fff;
}


/*=========== new css here date 2 jun ================= */

/*help-support*/
.help-support #pills-tab .nav-item a {
  font-size: 18px;
  padding: 8px 25px;
  margin-bottom: 20px;
  border-radius: 0;
  text-transform: uppercase;
}
.help-support #pills-tab .nav-item a.active {
  background: none;
  color: #192675;
  border-bottom: 5px solid #2441e7;
}
/*new category*/
.new-category .breadcrumb_content {
  margin-top: 20px;
}
.new-category .breadcrumb_content .breadcrumb {
  margin-bottom: 00px;
}
.tranding-course-list h3 {
  margin-bottom: 50px;
}
.other-categories {
  padding-bottom: 30px;
}
.other-categories h3 {
  text-transform: capitalize;
}
.other-categories .media {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  z-index: 2;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.other-categories .media:hover {}
.other-categories .media .media-img {
  width: 25%;
}
.other-categories .media .media-img img {
  /*border-radius: 10px 0 0 10px;	*/
  padding: 10px 5px 10px 15px;
  z-index: 2;
  position: relative;
}
.other-categories .media .hvr_img_box.imgs {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.other-categories .media .hvr_img_box {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.other-categories .media:hover .hvr_img_box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
}
.other-categories .media .media-disc {
  padding: 15px 15px 0 10px;
  position: relative;
  z-index: 2;
}
.other-categories .media:hover .media-disc {
  color: #fff;
}
.other-categories .media .media-disc h4 {
  margin-bottom: 5px;
  font-size: 20px;
  color: #c75533;
  font-weight: 600;
  text-transform: capitalize;
}
.other-categories .media:hover .media-disc h4 {
  color: #ff8c6a;
}
.catg-enroll-points .enroll-disc {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  min-height: 100px;
  padding: 15px;
  display: flex;
  margin-bottom: 40px;
  margin-top: 10px;
}
.catg-enroll-points .enroll-disc .icon-enroll-points {
  margin-right: 10px;
  width: 21%;
	text-align: center;
}
.catg-enroll-points .enroll-disc h4 {
  color: #24cce7;
  font-size: 20px;
  font-weight: 600;
	text-transform: capitalize;
}


.catg-enroll-points .enroll-content {
	width: 80%;
}
.catg-enroll-points .enroll-disc p {
  color: #fff;
  font-size: 15px;
}
.teacher-sucess.get-started.catg-enroll-points {
  padding: 60px 0;
  background-image: url(../images/bg-2.jpg);
}
.tutor-business .becomea_instructor_home3 {
	border-radius: 5px;
	padding: 65px 35px 55px 35px;
}

.tutor-business h3 {
  text-transform: capitalize;
}
.tutor-business a {
  font-size: 16px;
  width: 220px;
  line-height: 37px;
}
/*course-page*/
.featured-course .blog_grid_post.style2.event_lists .details {
  background: #eee;
  padding: 23px;
  border: 1px solid #eee;
}
.featured-course .event_lists:hover .blog_grid_post.style2.event_lists {
  box-shadow: none;
}
.featured-course .blog_grid_post .cs_row_one .cs_review_seller li {
  display: inline-block;
}
.featured-course .blog_grid_post .cs_row_one .cs_review_seller li:first-child a {
  background: #c75533;
  width: 105px;
  height: auto;
  text-align: center;
  padding: 0px;
  line-height: 10px;
  border-radius: 30px;
}
.featured-course .blog_grid_post .cs_row_one .cs_review_seller li:first-child a span {
  font-size: 13px;
  padding-right: 0;
}
.featured-course .blog_grid_post.style2.event_lists .details ul {
  margin: 15px 0 0;
}
.featured-course .blog_grid_post.style2.event_lists .details p {
  margin-bottom: 15px;
}
.featured-course .blog_grid_post .details .cs_row_one .cs_review_seller li {
  margin-bottom: 15px;
}
.featured-course .blog_grid_post .cs_row_one .cs_review_seller li a i {
  color: #d0d23c;
}
.featured-course .blog_grid_post ul.featured-course-data li {
  display: inline-block;
  margin-right: 20px;
}
.featured-course .blog_grid_post ul.featured-course-data li a span {
  vertical-align: middle;
}
.featured-course .tc_price {
  color: #c75533;
  font-size: 18px;
  font-weight: 600;
}
.featured-course button {
  padding: 4px 25px;
  font-size: 16px;
  box-shadow: none;
  margin-right: 15px;
  vertical-align: baseline;
}
section.find-best-courses {
  padding: 60px 0;
  background: url("../images/get-started-bg.jpg") no-repeat;
}
.find-best-courses .details ul {
  margin-bottom: 0;
}
.find-best-courses .details ul h4 {
  margin-bottom: 15px;
}
.find-best-courses .details ul button {
  background: none;
  color: #fff;
  border: 2px solid #24cce7;
  margin-top: 20px;
  font-size: 18px;
  padding: 8px 30px;
}
.find-best-courses .details ul button:hover {
  border: 2px solid #24cce7;
  background: #24cce7;
  color: #0a0a0a;
}
section.popular-topic {
  padding: 60px 0;
  background: url("../images/get-started-bg.jpg") no-repeat;
}
section.popular-topic-slider {
  padding-bottom: 0;
}
section.popular-topic-slider h4 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 26px;
  color: #192675;
  margin-bottom: 40px;
}
.popular-topic-slider #popular-topic {
  height: 100px;
}
.popular-topic-slider ul a li {
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 8px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popular-topic-slider ul a:hover li {
  border: 1px solid #2441e7;
  color: #2441e7;
}
#popular-topic .owl-controls .owl-nav .owl-prev, #popular-topic .owl-controls .owl-nav .owl-next {
  padding: 4px 10px;
}
#popular-topic .owl-controls .owl-nav .owl-prev:hover, #popular-topic .owl-controls .owl-nav .owl-next:hover {
  background: #2441e7;
}
button.tab-started-new-btn {
	margin: 0 auto 30px;
	font-size: 16px;
	border-radius: 6px !important;
	background: #fff;
	box-shadow: none !important;
	color: #2441e7;
	padding: 15px 30px;
}

button.tab-started-new-btn:hover {
	color: #0a0a0a;
	
}
.tab-theme-ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.tab-theme-ul li:hover {
  color: #3a3a3a;
}
.tab-theme-ul li::before {
  position: absolute;
  content: '\f105';
  font-family: fontawesome;
  left: 0;
}
.tab-theme-ul li:hover::before {
  content: '\f101';
}

/*guide*/

.instructors-stated .gallery_item {
	margin-bottom: 10px;
}

.instructors-stated .gallery_item img {
	border: 1px solid #ccc;
	padding: 10px;
}

.instructors-stated h5 {
	color: #192675;
	font-weight: 600;
	font-size: 20px;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.instructors-stated h5 i {
	background: #c75533;
	font-style: normal;
	display: inline-block;
	width: 50px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	margin-right: 10px;
	font-size: 20px;
	height: 35px;
	line-height: 36px;
}

.instructors-stated p {
 margin-bottom: 30px;
}

.instructors-stated-new p {
	margin-bottom: 15px;
}

.instructors-stated-new hr {
	border-top: 1px solid #666;
}

.instructors-stated i.sub-points {
	background: none;
	font-style: normal;
	display: inline-block;
	width: 30px;
	text-align: center;
	border-radius: 50%;
	color: #c75533;
	margin-right: 10px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	vertical-align: top;
	font-weight: 700;
}


.instructors-stated p.sub-points-text {
	width: 90%;
	display: inline-block;
} 


.instructors-stated .gallery_item .gallery_overlay .icon {
	top: 0;
	padding-top: 28px;
}


/*--------------------------------------------- 

            Corporate Css Start Here

---------------------------------------------*/
.Learning_Platform .main-title p, .Virtual_Learning .main-title p {
  font-size: 18px;
}
.Learning_Platform ul, .Virtual_Learning ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.Learning_Platform li, .Virtual_Learning li {
  width: 33%;
  margin-bottom: 30px;
  padding: 15px;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.Learning_Platform li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.Learning_Platform .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
}
.Learning_Platform li h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
  /*text-transform: capitalize;*/
  color: #c75533;
}
.Virtual_Learning li .tc_content h5 {
  /*text-transform: capitalize;*/
}
.Virtual_Learning ul.tc_review, .Virtual_Learning ul.tc_meta {
  display: inline-block;
}
.Virtual_Learning ul.tc_review li, .Virtual_Learning ul.tc_meta li {
  width: auto;
  margin: 0;
  padding: 0;
}
.Learning_Platform li p {
  min-height: 70px;
}
.Virtual_Learning li p {
  min-height: 100px;
}
.Virtual_Learning li .top_courses .details {
  min-height: 150px;
}
.Training_Needs hr {
  margin: 40px 0;
}
.percent_part .home_icon_box span {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
}
.percent_part .home_icon_box span aside {
  font-size: 15px;
  font-weight: 400;
  display: inline;
}
.percent_part .home_icon_box p small {
  font-size: 11px;
  vertical-align: top;
}
section.Virtual_Learning .Virtual_Learning-inner-points {
  height: 150px;
  display: block;
}
section.Virtual_Learning .Virtual_Learning-inner-points li {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  position: relative;
  text-align: left;
}
section.Virtual_Learning .Virtual_Learning-inner-points li::before {
  position: absolute;
  content: '\f105';
  font-family: fontawesome;
  left: 0;
}
section.Virtual_Learning .Virtual_Learning-inner-points li:hover::before {
  content: '\f101';
}
section.Virtual_Learning .top_courses .details .tc_content h5 {
  text-align: left;
}



/*--------------------------------------------- 

            Corporate Css End Here

---------------------------------------------*/




/*event list*/
.new-event-list-page .event-list-img {
  border-radius: 5px 5px 0 0;
}
.new-event-list-page .blog_grid_post.style2.event_lists.event-list-detail {
  border-radius: 0px 0px 5px 5px !important;
}
.new-event-list-page .blog_grid_post .thumb::before {
  background: none;
}
.new-event-list-page .blog_grid_post.style2.event_lists .details h3 {
  font-size: 20px;
  color: #0a0a0a;
  line-height: 28px;
  text-transform: capitalize;
}
.new-event-list-page .event_lists {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.new-event-list-page .blog_grid_post.style2.event_lists .details {
  padding: 20px;
}
.new-event-list-page .full-content-detail {
  padding: 20px;
}
.new-event-list-page .full-content-detail p {
  margin-bottom: 20px;
}
.new-event-list-page .btn.teacher-btn-join {
  padding: 5px 20px;
  font-size: 16px;
  margin-top: 15px;
}
.detail-event-date {
  margin-top: 20px;
}
.detail-event-date p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 15px;
  font-size: 24px;
  border-radius: 10px;
  line-height: 27px;
  text-transform: uppercase;
  margin-right: 12px;
}
.detail-event-date p span {
  display: block;
  font-size: 14px;
}
.full-content-detail-links {
  margin-top: 40px;
  margin-bottom: 30px;
}
.new-event-list-page .blog_grid_post.style2.event_lists.full-content-detail h3 {
  font-size: 30px;
}
.full-content-detail-links a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-right: 20px;
}
.full-content-detail-links a:hover {
  border: 1px solid #2441e7;
}
.full-content-detail-links a i {
  color: #2441e7;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: text-bottom;
}
.virtual-icon {
  font-style: normal;
  font-size: 21px;
  border: 2px solid #fff;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  line-height: 31px;
}
.new-disclamer p {
  font-size: 13px;
}
.new-disclamer p a {
  color: #2441e7;
}

/*k12*/




.k-12easy-to-use .top_courses .details .tc_content {
	min-height: 290px;
}

.k-12easy-to-use li {
	width: 25%;
	
}

.k-12-edusity-platform h3 {
	font-size: 26px;
	text-transform: inherit;
}

section.k-12-icon-data {
	padding: 70px 0;
	background-image: url(k12/k-12state-bg.jpg);
	
}

section.k-12-icon-data h3 {
	color: #fff;
	margin-bottom: 60px;
	font-size: 26px;
}

.k-12-icon-data ul {
	display: flex;
	justify-content: space-between;
}

.k-12-icon-data li {
	width: 20%;
	color: #fff;
	text-align: center;
	
	
}

.k-12-icon-data li p {
	margin-top: 20px;
	font-size: 16px;
	
}


.children-safe-online h3 {
	color: #192675;
	font-size: 26px;
	margin-bottom: 10px;

}

.children-safe-online h4 {
	font-size: 18px;
font-weight: 600;
margin-bottom: 12px;
color: #c75533;
	
	
}


/*post secondary*/


section.hassle-free-solution .Virtual_Learning-inner-points {
  height: 120px;
  display: block;
}

section.hassle-free-solution .icon {
	width: 70px;
	height: 70px;
	margin: 0 0 20px;
}

section.hassle-free-solution .Virtual_Learning-inner-points li {
  width: 100%;
  margin-bottom: 5px;
  padding: 0 0 0 15px;
  position: relative;
  text-align: left;
	
}
section.hassle-free-solution .Virtual_Learning-inner-points li::before {
  position: absolute;
  content: '\f105';
  font-family: fontawesome;
  left: 0;
}

section.hassle-free-solution .Virtual_Learning-inner-points li:hover {
	box-shadow: none;
}
section.hassle-free-solution .Virtual_Learning-inner-points li:hover::before {
  content: '\f101';
}

.k-12easy-to-use.post-secondary-platform li {
	width: 50%;
	margin-bottom: 0;
}

.post-secondary-platform .top_courses {
	margin-bottom: 0;
}

.post-secondary-platform .top_courses .details .tc_content {
	min-height: 310px;
}


/*sitemap*/

.site-map-page ul.site-map-main-catg {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.site-map-page ul.site-map-main-catg li {
	width: 33%;
	margin-bottom: 10px;
	
}


.site-map-page ul {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.site-map-page ul li {
	width: 100%;
	margin-bottom: 10px;
	
}




.site-map-page ul li a:hover {
	
	color: #2441e7;
	
}

.site-map-page h4 a {
	margin-bottom: 15px;
font-size: 18px;
color: #c75533;
	font-weight: 600;
}

/*menu*/
.new-drowpdown-menu-busi {
  background: none;
}
.new-drowpdown-menu-busi .btn {
  color: #555555;
  font-size: 15px;
}
.new-drowpdown-menu-busi.dropdown .dropdown-menu {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 0;
  display: block;
  opacity: 0;
  border: none;
  visibility: hidden;
}
.new-drowpdown-menu-busi.dropdown.show .dropdown-menu {
  max-height: 200px;
  opacity: 1;
  top: 30px !important;
  border-radius: 8px;
  visibility: visible;
}
.new-drowpdown-menu-busi.dropdown.show .dropdown-menu::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid white;
  position: absolute;
  top: -13px;
  left: 18%;
}
.new-drowpdown-menu-busi .dropdown-toggle::after {
  display: none;
}
.new-drowpdown-menu-busi .dropdown-item {
  font-size: 15px;
  color: #555555;
}
.new-drowpdown-menu-busi .dropdown-item a {
  margin-right: 0;
}
.new-drowpdown-menu-busi .dropdown-toggle i {
  font-size: 13px;
  padding-left: 3px;
}
.new-drowpdown-menu-busi .dropdown-item:focus, .new-drowpdown-menu-busi .dropdown-item:hover {
  background-color: #fff;
}
/*popup*/
.event-detail-popup .modal-content {
  padding: 35px;
}
.event-detail-popup .modal-content {
  padding: 35px;
}
.event-detail-popup .modal-header {
  background-color: #3452ff;
  border-radius: 50%;
  border: none;
  height: 40px;
  position: absolute;
  right: -15px;
  text-align: center;
  top: -20px;
  width: 40px;
}
.event-detail-popup .modal-header button.close {
  margin-top: -9px;
  margin-right: 0;
  margin-left: -3px;
  opacity: 1;
  padding: 0;
}
.event-detail-popup h3 {
  margin-top: 0px;
  font-size: 22px;
}
.event-detail-popup p {
  margin-bottom: 20px;
  margin-top: 10px;
}
.event-detail-popup form {
  color: #3a3a3a;
}
.event-detail-popup input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgba(196, 14, 117, 0);
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.09);
  height: 48px;
  color: #3a3a3a;
  font-size: 16px;
}
.event-detail-popup input:focus {
  box-shadow: none;
  border: 1px solid #2441e7;
}
.onoffswitch {
  position: relative;
  width: 81px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0px solid #999999;
  border-radius: 50px;
  margin-bottom: 20px;
}
.onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  box-sizing: border-box;
}
.onoffswitch-inner:before {
  content: "Yes";
  padding-left: 20px;
  background-color: #3452FF;
  color: #FFFFFF;
}
.onoffswitch-inner:after {
  content: "No";
  padding-right: 20px;
  background-color: #EEEEEE;
  color: #999999;
  text-align: right;
}
.onoffswitch-switch {
  display: block;
  width: 15px;
  margin: 7.5px;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 47px;
  border: 0px solid #999999;
  border-radius: 50px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}



.no_img_div { position: absolute; background: rgba(0,0,0,0.5); width: 100%; padding: 10px; text-align: center; margin: 0 auto; display: block; bottom: 0; color: #fff; font-weight: 500; font-size: 16px; letter-spacing: 1px; }



/*event list*/
.new-event-list-page .event-list-img {
  border-radius: 5px 5px 0 0;
}
.new-event-list-page .blog_grid_post.style2.event_lists.event-list-detail {
  border-radius: 0px 0px 5px 5px !important;
}
.new-event-list-page .blog_grid_post .thumb::before {
  background: none;
}
.new-event-list-page .blog_grid_post.style2.event_lists .details h3 {
  font-size: 20px;
  color: #0a0a0a;
  line-height: 28px;
  text-transform: capitalize;
}
.new-event-list-page .event_lists {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  -moz-box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
  box-shadow: 0px 0px 30px 0px rgba(32, 32, 32, 0.15);
}
.new-event-list-page .blog_grid_post.style2.event_lists .details {
  padding: 20px;
}
.new-event-list-page .full-content-detail {
  padding: 20px;
}
.new-event-list-page .full-content-detail p {
  margin-bottom: 20px;
}
.new-event-list-page .btn.teacher-btn-join {
  padding: 5px 20px;
  font-size: 16px;
  margin-top: 15px;
}
.detail-event-date {
  margin-top: 20px;
}
.detail-event-date p {
  display: inline-block;
  background: rgba(0, 0, 0, 0.5);
  padding: 12px 15px;
  font-size: 24px;
  border-radius: 10px;
  line-height: 27px;
  text-transform: uppercase;
  margin-right: 12px;
}
.detail-event-date p span {
  display: block;
  font-size: 14px;
}
.full-content-detail-links {
  margin-top: 40px;
  margin-bottom: 30px;
}
.new-event-list-page .blog_grid_post.style2.event_lists.full-content-detail h3 {
  font-size: 30px;
}
.full-content-detail-links a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-right: 20px;
}
.full-content-detail-links a:hover {
  border: 1px solid #2441e7;
}
.full-content-detail-links a i {
  color: #2441e7;
  margin-right: 10px;
  font-size: 20px;
  vertical-align: text-bottom;
}
.virtual-icon {
  font-style: normal;
  font-size: 21px;
  border: 2px solid #fff;
  height: 35px;
  width: 35px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
  line-height: 31px;
}
.new-disclamer p {
  font-size: 13px;
}
.new-disclamer p a {
  color: #2441e7;
}

/*k12*/

#newsform .form-error{
	
	margin-left:23px;
	
}