.smca-modal-loadmask {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #eeeeee;
    opacity: 0.4;
    left: 0;
    top: 0;
}

.smca-modal-loadmask-loading {
    text-align: center;
    position: absolute;
    top: 20%;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.g-hidden {
    display: none !important;
}

#lang_form {
    position: fixed;
    z-index: 1052;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.language-modal {
    padding: 48px 57px 0px 57px;
    margin: 10vw auto;
}
.language-modal #modal_box {
    border: 2px solid #fd6e22;
}
.modalBox .box-modal {
    top: 30%;
    background: #fff;
    position: relative;
    padding: 20px 30px;
    width: auto;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 8px;
}
#modal_box {
    background: #fff;
    position: relative;
    padding: 20px 30px;
    width: auto;
    margin: 20px auto;
    max-width: 420px;
    border-radius: 8px;
}
#modal_box h6 {
    color: #333;
    font: 26px "Raleway";
    text-transform: none;
    margin-top: 0;
}
.language-modal #modal_box .heading {
    color: #fd6e22;
    text-align: center;
    margin-bottom: 29px;
    font: 22px "Raleway";
}
#modal_box .box-content {
    margin-top: 10px;
}
.language-modal .box-content {
    text-align: center;
}
.language-modal .box-content a {
    color: #fd6e22;
    font-size: 22px;
    border: 1px solid #fd6e22;
    padding: 3px 10px;
    border-radius: 6px;
    display: block;
}
.language-modal .box-content a:hover{
    background: #fd6e22;
    color: #fff;
}
.loaderForm {
    background: rgba(0, 0, 0, 0.30) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    text-align: center;
}
.loaderForm i {
    top: 45%;
    position: absolute;
}

/* ----------x-------media queries ----------------------x-----------------*/
.course-popup {
    display: flex;
    flex-direction: column;
    max-width: 370px;
    width: 100%;
    position: fixed;
    bottom: 50px;
    right: -700px;
    z-index: 10000;
    border-radius: 18px;
    box-shadow: 0 7px 4px rgb(0 0 0 / 20%);
    background-color: #fff;
    opacity: 1;
    transition: all 0.5s ease;
}

.course-popup.active {
    right: 125px;
    ;
    opacity: 1;
}

.course-popup__image {
    width: 100%;
    position: relative;

}

.course-popup__image img {
    border-radius: 18px 18px 0 0;
    display: block;
}

.course-popup__close-button {
    position: absolute;
    width: 15px;
    height: 15px;
    top: -20px;
    right: 5px;
    display: block;
    z-index: 100;

}

.course-popup__close-button svg polygon {
    fill: #ed863f !important;
}

.course-popup__image img {
    display: block;
    width: 100%;
}
.course-popup__text p{
    margin-bottom: 15px;
}
.course-popup__text {
    padding: 0 10px;
    margin-top: 15px;
}

.course-popup__text-title {
    font-family: "ProximaNova-Bold";
    text-align: center;
}

.course-popup__text-subtitle {
    margin: 15px 0;
}

a.course-popup__button {
    display: block;
    margin: 15px auto;
    width: 70% !important;
    border: 2px solid #fff;
    box-shadow: 0px 4px 10px 0px rgb(31 129 170 / 38%);
}

a.course-popup__button:hover {
    color: #1ba5de;
    background: #fff;
    border: 2px solid #fff;
}

@media (max-width: 1368px) {
    .course-popup {
        font-size: 13px !important;
    }

    a.course-popup__button {
        width: 60% !important;
        font-size: 14px !important;
    }

}

@media (max-width: 768px) {

    .course-popup,
    .course-popup.active {
        display: none;
    }
}


.loader {
    z-index: 999999;
    position: fixed;
    left: 52%;
    top: 50%;
}

#bottom-scroll {
    background: url(/images/pic/bottom-scroll.png?v=1.0) no-repeat;
    background-size: 60px;
    position: fixed;
    bottom: 120px;
    right: 53px;
    height: 60px;
    width: 60px;
    display: none;
}

#bottom-scroll a {
    width: 60px;
    height: 60px;
    position: absolute;
}
.page-pagination ul li.active a{
    color: #fd6e22;
    border-color: #fd6e22;
}
section.banner-bottom_page {
    padding: 20px 0 0;
    margin: 0;
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}
section.banner-bottom_page.active{
    display: block;
}
.close-btn-outer {
    position: relative;
    width: 100%;
}
.bottom__close-button {
    position: absolute;
    top: 3px;
    right: 0px;
    font-size: 22px;
    cursor: pointer;
    color: #fff;
}
.datepicker-days{
	    padding: 15px;
}
h1.head-h1{
    font-weight:700
}
.blog-popup__close-button {
    top: -54px !important;
}

.blog-popup {
    bottom: 230px !important;
    right: 7px !important;
    max-width: 215px !important;
    box-shadow: 0px 3px 8px 3px rgb(0 0 0 / 20%) !important;
    display: none;
    padding: 15px;
}

.blog-popup.active {
    display: flex;
}


.blog-popup .outer_block_popup{
    border: 1px solid #0066FF;
    border-radius: 15px;
    padding: 15px;
    background: #EFF3F3;
    margin-top: 7px;
}
.blog-popup .outer_block_popup .name{
    text-align: center;
    color: #FD7022;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 13px;
}

.blog-popup .outer_block_popup .additional_text{
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.blog-popup__text-interest {
    font-size: 16px;
    line-height: 17px;
    color: #494949;
    text-align: center;
    padding: 15px 0 10px 0;
    font-weight: 700;
}

.blog-popup__text-date {
    font-size: 14px;
    line-height: 17px;
    color: #494949;
    font-weight: 700;
    margin-left: 5px;
    margin-top: 10px;
}

.blog-popup__text-date-text,
.blog-popup__text-duration {
    margin-top: 5px;
}

.blog-popup__text-date span {
    color: #FF0000;
}

a.blog-popup__button {
    min-height: 20px;
    padding: 8px 20px;
    font-size: 16px;
    margin: 14px auto 0;
    width: 100%;
}
.iti__country-list span{
    display: block !important;
}
.form-group-wrapper.w-phone .iti__country-list li {
    font-size: 13px;
    font-weight: 500;
    color: #9FA8B0 !important;
}
.form-group-wrapper.w-phone .iti__country-list li span{
    color: #9FA8B0 !important;
}
.iti__country-list{
    z-index: 10;
}
.form-bgblue .form-group-wrapper .form-group.has-error span{
	color: #ff0000;
}
.language-modal .mfp-close{
    color: #fd6e22;
}
.section-conferentions .section-title .after-title{
    font-size: 16px;
    font-weight: 100;
}
.section-partnership .partnership-envelope__description > div{
    margin-bottom: 15px;
}
.coroporate-main-outer .section-partnership .partnership-envelope__btns .btn{
    max-width: none;
}
#cartConfirmation .manual-confirmation {
    margin-top: 13px;
 }
 #cartConfirmation .link-row {
    margin-top: 13px;
 }
 #cartConfirmation .heading {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 19px;
 }
 #cartConfirmation .after_heading {
    margin-bottom: 30px;
 }
.section-blog-inner-content a { color: #fd6e22; }
@media (max-width: 767px) {
    .section-title .after-title {
        font-size: 12px;
    }
}

@media (max-width: 400px) {

    .language-modal #modal_box .heading{
        font: 19px "Raleway";
    }
}
