footer {
    font-family: 'Lato', sans-serif;
    font-size: 16px !important;
}
 #newsletterBlock .search-btn, #mr_newsletter_subscribe .search-btn{
    background: linear-gradient(90deg, rgba(0,106,202,1) 0%, rgba(2,111,196,1) 2%, rgba(36,167,227,1) 99%);
}
.note_txt{
    font-size: 0.8em;
    color:#8d8d8d;
    text-align: center;
    padding: 0 20px;
    width: 100%;
}
#newsletterBlock img.img-fluid {
    width: 64px;
}
#mr_newsletter_subscribe .select2-container--default.select2-container--focus .select2-selection--multiple,
#mr_newsletter_subscribe .select2-container--default .select2-selection--multiple{
    border:none;
}
#mr_newsletter_subscribe .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: 16px;
    font-weight: 500;
    margin: 0!important;
}
#mr_newsletter_subscribe #profession_ {
    color: #999;
}
#mr_newsletter_subscribe select.specialities ~ span.select2{
    width:100% !important;
    padding-top:9px;
}
.Footer_position_Section_main .Subscribe .Subscribe_sec p {
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
}
.jumbotron.Subscribe {
    background:#F4F6F8;
}
.Subscribe .Subscribe_sec {
    width: 100%;
    margin: 0 auto;
}
.subscribe_btn_main .subscribe_btn {
    border-radius: 0 4px 4px 0px;
    background-color: #1B9AD3;
}
.subscribe_btn_main .subscribe_btn:focus {
    box-shadow: none;
}
footer .Footer_Organizer {
    background-color: #37475A;
    display: flex;
}
footer .Footer_healthcare {
    background-color: #232F3E;
    display: flex;
}
footer .Footer_healthcare li a {
    color: #fff;
}
.Footer_Organizer .Conference_Organizer li,
.Footer_healthcare .Conference_Organizer li {
    list-style: none;
}
.Footer_Organizer .Conference_Organizer li a{
    color: #fff;
}
footer .Footer_Organizer .Conference_Organizer {
    width: calc(100% / 5) ;
}
footer .Footer_healthcare .healthcare_left {
    width: 60%;
}
footer .Footer_healthcare .healthcare_left .healthcare_sec .healthcare_profession_list {
    width: calc(100%/3);
}
footer .Footer_healthcare .healthcare_left .healthcare_sec {
    display: flex;
}
.Conference_Organizer .logo_sec {
    padding-top: 35%;
}
.Conference_Organizer .logo_sec li {
    float: left;
}
.Conference_Organizer .logo_sec li:nth-child(2) {
    margin-top: -5px;
}
.Conference_Organizer .logo_sec li:nth-child(3) {
    margin-top: -5px;
}
footer .bottom_footer {
    background-color: #131A22;
}

/* footer social icons */
ul.social-network {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}
ul.social-network li {
    display: inline;
    margin: 0 5px;
}
.social-network a.icoFacebook:hover {
    background-color: #3B5998;
}
.social-network a.icotwitter:hover,.social-network a.icomobileapp:hover {
    background-color: #00acee;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoinstagram:hover {
    background-color: #cd486b;
}
.social-network a.icoyoutube:hover {
    background-color: #c4302b;
}
.social-network a.icoFacebook:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icotwitter:hover i,
.social-network a.icomobileapp:hover i,
.social-network a.icoinstagram:hover i,
.social-network a.icoyoutube:hover i{
    color: #fff;
}
.social-network a.socialIcon:hover,
.socialHoverClass {
    color: #44BCDD;
}
.social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
}
.social-circle li i {
    margin: 0;
    line-height: 30px;
    text-align: center;
}
.social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}
.social-circle i {
    color: #595959;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}
.social-network a {
    background-color: #F9F9F9;
}
.Footer_healthcare .healthcare_right {
    width: 40%;
    display: flex;
}
footer .Footer_healthcare li a {
    color: #EFEFEF;
    font-size: 0.9rem;
}
.Footer_Organizer .Conference_Organizer li a{
    color: #EFEFEF;
    font-size: 0.9rem;
}
footer .Footer_Organizer .Conference_Organizer h5,
footer .Footer_healthcare .healthcare_left h5,
.Footer_healthcare .healthcare_right .Conference_Organizer h5,
footer .Footer_Organizer .Conference_Organizer .follow_text,
footer .Footer_Organizer .Conference_Organizer .Dwonload_text {
    font-size: 1.08rem;
}
footer .Footer_Organizer .Conference_Organizer {
    line-height: 1.3;
}
footer .Footer_Organizer .Conference_Organizer,
footer .Footer_healthcare .healthcare_left .healthcare_sec,
.Footer_healthcare .healthcare_right {
    line-height: 1.3;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) {
    footer .Footer_healthcare .healthcare_left {
        width: 100%;
    }
    ul.social-network li{
        margin:0 3px;
    }
    .social-circle li a{
        width: 25px;
        height: 25px;
    }
    footer .Footer_healthcare {
        display: block;
    }
    .Footer_healthcare .healthcare_right {
        display: flex;
        width: 100%;
    }
}

@media (max-width:767px) {
    footer .Footer_healthcare ,
    footer .Footer_healthcare .healthcare_left .healthcare_sec{
        display: block;
    }
    footer .Footer_healthcare .healthcare_left .healthcare_sec .healthcare_profession_list {
        width: 100%;
    }
    .Footer_healthcare .healthcare_right {
        display: inline;
        width: 100%;
    }
    .Conference_Organizer .logo_sec {
        padding-top: 0;
        display: inline-block;
    }
    footer .Footer_healthcare .healthcare_left{
        width: 100%;
    }
    footer .Footer_Organizer{
        display: block;
    }
    footer .Footer_Organizer .Conference_Organizer {
        width: 100%;
    }
    .Subscribe .Subscribe_sec{
        width: 100%;
    }
    .bottom_footer .Conference_Organizer .mobile_display_none {
        display: none;
    }
    .bottom_footer .Conference_Organizer:nth-child(2),
    .bottom_footer .Conference_Organizer:nth-child(3),
    .bottom_footer .Conference_Organizer:nth-child(4),
    .bottom_footer .Conference_Organizer:nth-child(5) {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .bottom_footer .Conference_Organizer:nth-child(1) {        
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/* Help modal */
#helpModal,
#ThankYouModal {
    font-size: 16px;
}
#helpModal .modal-dialog,
#ThankYouModal .modal-dialog {
    max-width: 642px;
}
#helpModal .modal-dialog .modal-content,
#ThankYouModal .modal-dialog .modal-content {
    padding: 2em;
}
#ThankYouModal .modal-header.text-center.justify-content-center.flex-column.align-items-center.border-0.py-5 {
    border: solid 5px #cccccc !important;
    margin: 10px;
    border-radius: 8px;
}
@media (max-width: 767px) {
    #helpModal .modal-dialog .modal-content,
    #ThankYouModal .modal-dialog .modal-content {
        padding: 1em;
    }
}
#helpModal .modal-dialog .modal-content p {
    color: #8E8C8C;
    font-size: 1.04em;
}
#ThankYouModal .modal-dialog .modal-content p {
    font-size: 1.1em;
    color: #333;
}
#ThankYouModal .modal-dialog .modal-content p>span {
    font-size: 0.8em;
    color: #8E8C8C;
}
#helpModal .modal-dialog .modal-header h5,
#ThankYouModal .modal-dialog .modal-header h5 {
    font-weight: 700;
    font-size: 1.4em;
    color: #0F2137;
}
#helpModal .modal-dialog .modal-header h4,
#ThankYouModal .modal-dialog .modal-header h4 {
    font-weight: 700;
    font-size: 1.8em;
    color: #0F2137;
}
#helpModal .modal-dialog .modal-header .close,
#ThankYouModal .modal-dialog .modal-header .close {
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    font-size: 2em;
    font-weight: 400;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group {
    margin-bottom: 1.3em;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group:last-child {
    margin-bottom: 0;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group input {
    color: #333333;
    font-size: 1.04em;
    border: none;
    border-bottom: solid 1px#707070;
    padding: 0.5em 0;
    font-weight: 400;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group input::placeholder {
    font-weight: 400;
    color: #333;
    opacity: 0.7;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group input:hover,
#helpModal .modal-dialog .modal-body .helpForm .form-group input:focus {
    border-bottom: solid 1px #144b9f;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group .mybtn {
    min-width: auto;
    font-weight: 700;
    font-size: 1.2em;
}
#helpModal .error {
    color: red;
    font-size: 12px;
}
.scrollToTopnew {
    font-size: 2em;
    bottom: 1.875em;
    font-weight: 700;
    color: #9e9e9e;
    text-decoration: none;
    position: fixed;
    right: 1.25em;
    z-index: 999999 !important;
    display: none;
}
.Footer_position_Section_main {
    position: absolute;
    z-index: 3;
}
