@-webkit-keyframes flyInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(3000px);
    }
    to {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes flyInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(3000px);
    }
    to {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes flyInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(3000px);
    }
    to {
        -o-transform: translateX(0);
    }
}

@keyframes flyInRight {
    0% {
        opacity: 0;
        transform: translateX(3000px);
    }
    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes flyOutRight {
    0% {
        -webkit-transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(3000px);
    }
}

@-moz-keyframes flyOutRight {
    0% {
        -moz-transform: translateX(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateX(3000px);
    }
}

@-o-keyframes flyOutRight {
    0% {
        -o-transform: translateX(0);
    }
    to {
        opacity: 0;
        -o-transform: translateX(3000px);
    }
}

@keyframes flyOutRight {
    0% {
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(3000px);
    }
}

@-webkit-keyframes flyInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
    }
    to {
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes flyInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-3000px);
    }
    to {
        -moz-transform: translateX(0);
    }
}

@-o-keyframes flyInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-3000px);
    }
    to {
        -o-transform: translateX(0);
    }
}

@keyframes flyInLeft {
    0% {
        opacity: 0;
        transform: translateX(-3000px);
    }
    to {
        transform: translateX(0);
    }
}

@-webkit-keyframes flyOutLeft {
    0% {
        -webkit-transform: translateX(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateX(-3000px);
    }
}

@-moz-keyframes flyOutLeft {
    0% {
        -moz-transform: translateX(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateX(-3000px);
    }
}

@-o-keyframes flyOutLeft {
    0% {
        -o-transform: translateX(0);
    }
    to {
        opacity: 0;
        -o-transform: translateX(-3000px);
    }
}

@keyframes flyOutLeft {
    0% {
        transform: translateX(0);
    }
    to {
        opacity: 0;
        transform: translateX(-3000px);
    }
}

@-webkit-keyframes flyInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes flyInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
    to {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes flyInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
    to {
        -o-transform: translateY(0);
    }
}

@keyframes flyInUp {
    0% {
        opacity: 0;
        transform: translateY(-2000px);
    }
    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes flyOutUp {
    0% {
        -webkit-transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
    }
}

@-moz-keyframes flyOutUp {
    0% {
        -moz-transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-2000px);
    }
}

@-o-keyframes flyOutUp {
    0% {
        -o-transform: translateY(0);
    }
    to {
        opacity: 0;
        -o-transform: translateY(-2000px);
    }
}

@keyframes flyOutUp {
    0% {
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-2000px);
    }
}

@-webkit-keyframes flyInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes flyInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
    to {
        -moz-transform: translateY(0);
    }
}

@-o-keyframes flyInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
    to {
        -o-transform: translateY(0);
    }
}

@keyframes flyInDown {
    0% {
        opacity: 0;
        transform: translateY(2000px);
    }
    to {
        transform: translateY(0);
    }
}

@-webkit-keyframes flyOutDown {
    0% {
        -webkit-transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(2000px);
    }
}

@-moz-keyframes flyOutDown {
    0% {
        -moz-transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(2000px);
    }
}

@-o-keyframes flyOutDown {
    0% {
        -o-transform: translateY(0);
    }
    to {
        opacity: 0;
        -o-transform: translateY(2000px);
    }
}

@keyframes flyOutDown {
    0% {
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(2000px);
    }
}

.top_bar,
body {
    background-color: #fff;
}

body {
    margin: 0 auto;
    position: relative;
    font-family: Lato, sans-serif !important;
    -youbkit-touch-callout: none;
    -youbkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px !important;
    float:left;
    width:100%;
}

.cme_pop {
    width: 25em;
    position: fixed;
    left: 0.9375em;
    bottom: 0.9375em;
    height: 8.125em;
    border-radius: 0.1875em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, .65);
    -moz-box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, .65);
    box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, .65);
    z-index: 9999
}

.cme_pop .cme_logo {
    width: 8.125em;
    height: 8.125em;
    background-color: #005eb8;
    float: left;
    border-radius: 0.1875em 0 0 0.1875em;
    text-align: center
}

.cme_pop .cme_logo img {
    margin-top: 1em;
}

.cme_text_div {
    width: calc(100% - 8.125em);
    display: flex;
    flex-direction: column;
}

.cme_pop .cme_text {
    font-size: 1.125em;
    color: #3a3a3a;
    float: left;
    padding: 0.625em;
    border-bottom: 1px solid #e5e5e5;
    width: 100%;
}

.cme_pop .cme_text p {
    font-size: 0.875em;
    color: #3a3a3a;
    line-height: 1.25em;
    text-align: left;
    padding: 0;
    margin: 5px 0
}

.cme_pop .cme_btns a {
    float: right;
    text-decoration: none;
    margin-right: 1.5625em;
    line-height: 1.75em
}

.cme_pop .cme_btns a.dismiss {
    color: #989898
}

.cme_pop .cme_btns a.learnmore {
    color: #065fd4
}

.cme_pop .close_btn {
    position: absolute;
    right: -0.625em;
    top: -0.625em;
    background-color: #fff;
    padding: 5px;
    border-radius: 3.125em;
    width: 26px;
    height: 26px;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 12px;
    font-size: 22px;
}

.top_bar {
    width: 100%;
    text-align: center;
    transition: all ease 0.5s;
}

.top_bar .es_count {
    width: 100%;
    height: auto;
}

.top_bar .es_count .es_main {
    margin: 0 auto;
    text-align: center;
    line-height: 0.9375em;
}

.es_count .es_main ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0;
    zoom: 1;
}

.es_count .es_main ul li {
    float: left;
    list-style: none;
    font-size: 0.875em;
    padding-left: 0.625em;
    padding-right: 0.625em;
    line-height: 1.5625em;
}

.header,
.header .logo_search_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header {
    margin: 0 auto;
    flex-direction: column;
    padding: 0;
    box-shadow: 0 0 0.625em rgba(0, 0, 0, 0.13);
}

.header .logo_search_box {
    width: 100%;
    padding: 0.625em 1.5em;
}

.header .logo_search_box .logo {
    width: 15%;
    float: left;
}

.header .logo_search_box .logo img {
    width: 14.875em;
    max-width: 100%;
}

textarea {
    max-width: 100%;
}

.header .logo_search_box .search {
    width: 50%;
    float: left;
    position: relative;
}

.header .logo_search_box .cl_btns {
    float: left;
    width: 25%;
    text-align: center;
}

.header .logo_search_box .cl_btns .cc_btn {
    font-size: 0.875em;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 0.5em;
    line-height: 1.875em;
    cursor: pointer;
    margin-right: 10%;
    margin-top: 1.25em;
}

.header .logo_search_box .cl_btns .cc_btn a {
    color: #9b9a9a;
    padding: 0.3125em 0.875em;
    display: inline-block;
}

.header .logo_search_box .cl_btns .cc_btn a:active,
.header .logo_search_box .cl_btns .cc_btn a:focus,
.header .logo_search_box .cl_btns .cc_btn a:hover {
    color: #0653ab;
}

.header .logo_search_box .cl_btns .cc_btn:hover {
    background-color: transparent;
    color: #0046ab;
    border-color: #0653ab;
}

.header .logo_search_box .cl_btns .login_btn,
.header .logo_search_box .cl_btns .login_btn:hover {
    font-size: 0.875em;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.5em;
    line-height: 2.1875em;
    padding: 0.3125em 0.875em;
    cursor: pointer;
}

.header .logo_search_box .cl_btns .login_btn:hover {
    border: 1px solid #e9e9e9;
}

.header .logo_search_box .search .button {
    float: right;
    width: 15%;
    height: 2.375em;
    padding: 0.5625em;
    background: #1a53a9;
    color: #fff;
    font-size: 1.0625em;
    border: 1px solid #1a53a9;
    border-left: none;
    cursor: pointer;
    border-radius: 0 0 0.3125em 0;
}

.header .logo_search_box .search .button:hover {
    background: #1a53a9;
}

.header .logo_search_box .search::after {
    content: "";
    clear: both;
    display: table;
}

.header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.header.sticky .top_bar {
    margin-top: -2.125em;
    transition: all ease 0.5s;
}

.header .menu {
    width: 100%;
    text-align: right;
}

.sticky+.content {
    padding-top: 6.375em;
}

.tab,
.tab button {
    border-radius: 0.3125em 0.3125em 0 0;
}

.tab {
    overflow: hidden;
    border-bottom: 0 solid #1a53a9;
}

.tab button {
    background-color: #e9e9e9;
    float: left;
    border: 0;
    outline: 0;
    padding: 0.625em 0.75em;
    font-size: 0.875em;
    width: 18%;
    cursor: pointer;
    margin-right: 0.3125em;
}

.tab button.active,
.tab button:hover {
    background-color: #1a53a9;
    color: #fff;
    border-radius: 0.3125em 0.3125em 0 0;
}

.content_tab {
    display: none;
    background-color: #fff;
    border: 1px solid #1a53a9;
    border-radius: 0 0.3125em 0.3125em;
    height: 2.375em;
}

.content_tab input[type="text"] {
    width: 83%;
    border: 0;
    height: 2.1875em;
    line-height: 2.5em;
    padding-left: 0.625em;
    font-size: 1em;
    float: left;
}

input:focus,
textarea:focus {
    outline: 0;
}

.bodyContent,
.contactInfo.contactInfoPopup li {
    padding: 0.625em;
}

.main-content>.row>.col-2 {
    padding-right: 0 !important;
}

.c-tab__content .btn {
    background-color: transparent;
}

.navRightLinks ul {
    padding: 0;
    margin: 0;
}

.navRightLinks ul li {
    padding: 0;
    display: inline-block;
}

.navRightLinks ul li:last-child,
.search_80 .search_tab .c-tabs-nav__link:last-child {
    margin-right: 0;
}

.navRightLinks ul li .dropdown .dropdown-menu>li:first-child {
    padding: 0;
}

.navRightLinks ul li .dropdown .dropdown-menu li {
    width: 100%;
    float: left;
    padding: 0.25em 0.625em;
}

.navRightLinks ul li .dropdown .dropdown-menu li>ul>li {
    padding: 1px 0;
}

.navRightLinks ul li a {
    display: inline-block;
    color: #595959;
    font-size: 0.9375em;
    padding: 0 0.5em;
    text-decoration: none;
    position: relative;
}

.navRightLinks ul li a.active,
.navRightLinks ul li a:active,
.navRightLinks ul li a:focus,
.navRightLinks ul li a:hover {
    color: #153a77;
    background-color: transparent;
}

.navRightLinks ul.be-user-nav li a {
    padding: 0.25em 0.125em;
    display: flex;
    line-height: 1.25em;
    align-items: center;
}

.navRightLinks ul li a.signUpLabel::after {
    content: "";
    position: absolute;
    right: -0.1875em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #c1c0c0;
    width: 0.125em;
    height: 66%;
}

.navRightLinks ul li .followUsSec {
    margin: 0 0.625em;
}

.navRightLinks ul li .followUsSec li {
    color: #595959;
}

.navRightLinks ul li .followUsSec li a {
    padding: 0 0.125em;
    transition: all ease 0.5s;
}

.navRightLinks ul li .followUsSec li a.facebookIcon {
    color: #237cd4;
}

.navRightLinks ul li .followUsSec li a.twitterIcon {
    color: #65bbf2;
}

.navRightLinks ul li .followUsSec li a.linkedinIcon {
    color: #0077b5;
}

.navRightLinks ul li .followUsSec li a:active,
.navRightLinks ul li .followUsSec li a:focus,
.navRightLinks ul li .followUsSec li a:hover {
    color: #0d355e;
    transition: all ease 0.5s;
}

.search_80,
.searchbox_confval,
.searchbox_orgval,
.searchbox_speakerval,
.searchbox_specval {
    width: 100%;
}

.search_80 .search_tab {
    width: 100%;
    border-radius: 0.5em 0.5em 0 0;
    margin: 0 0.3125em 0 auto;
}

.search_80 .search_tab .c-tabs-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.search_80 .search_tab .c-tabs-nav a {
    text-decoration: none;
    font-style: normal;
    color: #424242;
    float: left;
    background-color: #eaeaea;
    border-radius: 0.5em 0.5em 0 0;
    margin-right: 0.3125em;
    padding: 0.5em;
    text-align: center;
    transition: color 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0.2;
}

.search_80 .search_tab .c-tabs-nav__link:hover {
    color: #6d6d6d;
}

.search_80 .search_tab .c-tabs-nav__link.is-active {
    color: #fff;
    background-color: #144b9f;
}

.c-tabs-nav__link i,
.c-tabs-nav__link span {
    margin: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    width: 100%;
}

.search_80 .search_tab .c-tabs-nav__link i {
    font-size: 0.875em;
    font-style: normal;
    display: compact;
}

.search_80 .search_tab .c-tab {
    display: none;
    background-color: #fff;
}

.search_80 .search_tab .c-tab.is-active {
    display: block;
    padding-top: 0;
    border: 1px solid #bdbdbd;
}

.search_80 .search_tab .c-tab__content {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.search_80 .search_tab .c-tab__content .search_box {
    border-right: 1px solid #bdbdbd;
    width: 100%;
    flex-basis: 100%;
}

.search_80 .search_tab .c-tab__content .date_box {
    border-right: 1px solid #bdbdbd;
    flex: 0 0 20%;
}

.search_80 .search_tab .c-tab__content .btn {
    padding: 0;
    border: 0;
}

.search_80 .search_tab .c-tab__content .btn button {
    background-color: #144b9f;
    border: 0;
    color: #fff;
    line-height: 1.875em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.875em;
    margin-top: 0;
    padding: 0 0.6875em;
    height: 100%;
}

.searchDiv {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search_80 .search_tab input {
    width: 100%;
    padding: 0.5em;
    font-size: 0.8125em;
    color: #595959;
    border: 0;
    height: 100%;
}

.search_80 .search_tab input:active,
.search_80 .search_tab input:focus,
.search_80 .search_tab input:hover {
    border: 0 !important;
    box-shadow: none !important;
    outline: 0;
}

.datepicker,
.datetimepicker,
.hasDatepicker {
    cursor: pointer;
    padding: 0.5em !important;
}

.search_80 .search_tab .c-tab__content .date_box {
    width: 20%;
    float: left;
    padding: 0 !important;
    border-left: 0 !important;
}

.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;
}

#kk>.ui-autocomplete {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #8e8e8e;
    display: none;
    max-height: 21.25em;
    overflow-y: scroll;
    padding: 0;
    position: absolute;
    width: 49.3%;
    top: calc(100% - 0.3125em);
    z-index: 999;
}

.ui-autocomplete-loading {
    background: url(/assets/dt/images/organizer/loader_50.gif) no-repeat;
    background-size: 1.25em;
    background-position: center right 8px;
}

#kk .ui-menu .ui-menu-item {
    border-bottom: 1px dashed #999;
    float: left;
    width: 100%;
    padding: 0;
    min-height: auto;
}

#kk .ui-state-focus,
#kk .ui-state-hover {
    background-color: #0653ab;
}

#kk .ui-autocomplete a {
    color: #8e8e8e;
    padding: 0.375em 0.625em;
    font-size: 0.875em;
    display: inline-block;
    width: 100%;
    text-decoration: none;
}

#kk .ui-state-focus a,
#kk .ui-state-hover a,
ul.main-nav>li.active:hover a {
    color: #fff;
}

#kk .ui-state-active {
    color: #fff !important;
    background-color: #0653ab !important;
}

#kk .ui-state-hover,
.ui-state-active,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover,
a,
button {
    cursor: pointer;
}

.kk {
    padding-top: 1em;
    z-index: 101;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0.1875em 1em #ddd;
    overflow: hidden;
    cursor: default;
    max-height: 15.625em;
    overflow-y: scroll;
}

.ui-autocomplete .ui-menu-item {
    padding: 0.375em 0.625em;
}

.carosuel li:last-child,
.ui-autocomplete .ui-menu-item:last-child {
    border-bottom: 0;
}

@media (max-width: 1400px) {
    .header .logo_search_box {
        padding: 0.3125em 0.9375em 0.25em;
    }
    .header .menu nav,
    .search_80 .search_tab {
        width: 100%;
    }
    .header .logo_search_box .cl_btns {
        width: auto;
    }
    .header .logo_search_box .cl_btns .cc_btn {
        border-radius: 0.25em;
        line-height: 1.375em;
        padding: 0.375em 0.5em;
        margin-right: 0;
    }
    .header .logo_search_box .cl_btns .login_btn {
        line-height: 1.5em;
        padding: 0.25em 0;
    }
    .header .logo_search_box .search {
        width: 48%;
        float: left;
        padding: 0.625em 0;
    }
}

@media (max-width: 1199px) {
    .es_count .es_main ul li {
        font-size: 0.8125em;
    }
    .header .logo_search_box {
        padding: 0 0.9375em;
    }
    ul.main-nav>li>a {
        padding: 0.75em 0.5625em;
        font-size: 0.875em;
    }
    .navRightLinks ul li .followUsSec li.followHeading {
        display: none;
    }
}

@media (max-width: 991px) {
    .header .menu {
        width: auto;
        position: absolute;
        right: 0.375em;
    }
    .header .logo_search_box {
        flex-wrap: wrap;
        padding: 0.625em;
    }
    .header .logo_search_box .search {
        width: 100%;
        padding-bottom: 0;
        order: 3;
    }
    .header .logo_search_box .logo {
        width: 30%;
    }
    .header .logo_search_box .cl_btns {
        padding: 0.625em;
        width: 100%;
    }
    .header .logo_search_box .navRightLinks {
        order: 2;
        padding-right: 2.5em;
        padding-bottom: 0.625em;
    }
    ul.main-nav>li>a {
        padding: 0.625em 1.875em;
        text-align: left;
    }
    nav {
        border-bottom: 0;
    }
    .followHeading {
        display: none !important;
    }
    .navRightLinks ul li .followUsSec {
        margin-left: 0;
        display: flex;
    }
    .header .logo_search_box .logo {
        padding-right: 1.25em;
    }
    .top_bar {
        display: none;
    }
    .navRightLinks ul li a {
        font-size: 0.8125em;
    }
}

@media (max-width: 480px) {
    .header .logo_search_box .logo {
        width: 40%;
        text-align: center;
    }
    .header .logo_search_box .navRightLinks {
        text-align: center;
        justify-content: flex-end;
        display: flex;
        width: 100%;
        padding-right: 0;
        padding-bottom: 0;
        padding-top: 0.625em;
    }
}

@media (max-width: 414px) {
    .search_80 .search_tab .c-tabs-nav__link i {
        font-size: 0.75em;
    }
    .search_80 .search_tab .c-tabs-nav a {
        margin-right: 0.1875em;
        padding: 0.375em;
    }
}

.footer2 strong {
    width: 100%;
    float: left;
    color: #fff;
    margin-bottom: 0.3125em;
    display: block;
}

.h_stats {
    width: 100%;
    margin-bottom: 0.625em;
    float: left;
}

.h_conference,
.h_specialties {
    width: 50%;
    height: 7.1875em;
    float: left;
    border-bottom: 0.3125em solid #fff;
}

.h_conference {
    background-color: #33af95;
    border-right: 0.3125em solid #fff;
}

.h_conference .text,
.h_specialties .text {
    margin-top: 1.875em;
    font-size: 1em;
    line-height: 1.25em;
}

.h_specialties {
    background-color: #f7a92b;
    border-left: 0.3125em solid #fff;
}

.h_organizers,
.h_spakers {
    width: 50%;
    height: 7.1875em;
    float: left;
    border-top: 0.3125em solid #fff;
}

.h_organizers {
    background-color: #59b1e3;
    border-right: 0.3125em solid #fff;
}

.h_conference .text,
.h_countries .text,
.h_organizers .text,
.h_spakers .text,
.h_specialties .text {
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}

.h_organizers .text,
.h_spakers .text {
    margin-top: 2.5em;
    font-size: 1em;
    line-height: 1.25em;
}

.h_spakers {
    background-color: #9769a6;
    border-left: 0.3125em solid #fff;
}

.h_countries {
    border-radius: 50%;
    background-color: #0d2e73;
    text-align: center;
    position: absolute;
    border-color: #fff;
    border-style: solid;
    border-width: 0.5em;
    right: 7%;
    width: 5.9375em;
    height: 5.9375em;
    margin-top: 5%;
}

.h_countries .text {
    margin-top: 1.375em;
}

.footer2,
.home-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.home-footer {
    background: #282c35;
    color: #c9c9c9;
    margin: 0 auto;
    padding: 1.5625em;
}

.home-footer .span2 li strong {
    color: #fff;
    padding-bottom: 0.625em;
    font-size: 1.2em;
}

iframe[id*="google_ads_iframe_"] {
    display: none !important;
}

.footer2 {
    border-top: solid 1px #353944;
    padding: 0.9375em 1.5625em;
    float: left;
    align-items: center;
}

.footer2 ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    font-size: 0.875em;
}

.footer2 ul li {
    float: left;
    color: #a0abbd;
    font-size: 1.2em;
}

.footer2 ul li a,
.submit {
    font-size: 0.875em;
    text-align: center;
}

.footer2 ul li a {
    display: inline-block;
    color: #a0abbd;
    text-decoration: none;
    transition: 0.3s;
}

.footer2 ul li a:hover {
    text-decoration: underline;
}

.footer2 ul li.icon {
    display: none;
}

.footer2 ul,
.susscribe_row {
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.susscribe_row {
    background-color: #1d2027;
    padding: 0.9375em 1.5625em;
    align-items: center;
}

div.button {
    line-height: 3.3125em;
    margin: 0;
    padding: 0 1.25em;
    color: #fff;
    background-color: #427ec4;
    font-weight: 700;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 1px solid #427ec4;
    white-space: nowrap;
}

.susscribe_row .text-box {
    background: #2e323d;
    padding: 0.375em 0.9375em;
    border: 1px solid #4e5156;
    border-radius: 0;
    color: #fff;
    font-weight: 400;
}

.susscribe_row .input-group {
    position: relative;
    flex-wrap: nowrap;
}

.susscribe_row .input-group #sub_email-error {
    color: orange;
    position: absolute;
    top: 100%;
    left: 0;
}

.submit {
    background: #427ec4;
    padding: 0.5625em;
    margin-left: -0.1875em;
    border-top: 0.125em solid #427ec4;
    color: #fff;
    width: 15%;
}

#SubscriptionLandingForm .footSubscribe {
    padding: 0.375em 0.9375em;
    background-color: #0653ab;
    color: #fff;
    border: 0;
    border-radius: 0;
    transition: all ease 0.05s;
}

#SubscriptionLandingForm .footSubscribe:active,
#SubscriptionLandingForm .footSubscribe:focus,
#SubscriptionLandingForm .footSubscribe:hover {
    background-color: #227ade;
    transition: all ease 0.05s;
}

.follow-1 {
    max-width: 26.25em;
    width: 100%;
    float: left;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #282c35;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.footer .row {
    margin-top: 0;
    margin-bottom: 0;
}

.footer .span2 ul li {
    line-height: 1.4375em;
    color: #a0abbd;
    font-size: 0.8em;
    margin-bottom: .5em;
    float: left;
    padding: 0;
}

.footer,
.footer .span2 ul>li {
    width: 100%;
}

.footer .span2 ul li a,
.footer2 ul {
    text-decoration: none;
    color: #a0abbd;
}

.footer ul li a:active,
.footer ul li a:focus,
.footer ul li a:hover {
    color: #007bff !important;
    opacity: 1;
    text-decoration: none;
}

.follow-us,
.follow-us ul {
    list-style-type: none;
    overflow: hidden;
}

.follow-us {
    margin: 0 auto;
    display: inline-block;
}

.follow-us ul {
    margin: 0;
    padding: 0;
}

.follow-us li {
    float: left;
}

.follow-us li a,
.footer-4 {
    text-align: center;
    text-decoration: none;
}

.follow-us li a {
    color: #fff;
    padding: 0.3125em 0.9375em;
}

.footer-4 a {
    color: #a7b1c7;
    padding: 0 0.3125em;
}

.footer-4 a:hover {
    color: #007bff;
}

.recent-post .viewall .btn,
.recent-post .viewall a {
    background: #427ec4;
    display: block;
    color: #fff;
    float: right;
    padding: 0.625em 1.4375em;
    font-size: 0.8125em;
    text-decoration: none;
    border: 0;
}

.ui_active,
.ui_active h3 a:hover {
    margin: 0 auto;
    padding: 0.9375em;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}

.ui_active h3 a:hover {
    border-left: 1px solid #ccc;
    background-color: red;
}

.footer .tab-wrapper {
    background-color: #fff !important;
    border: 0 #cdcdcd solid;
    padding: 1.875em;
}

.footer-4 {
    padding: 0.9375em 1.5625em;
    float: left;
    width: 100%;
    font-size: 0.875em;
    color: #a7b1c7;
}

.ui_active {
    border-left: 0.3125em solid #0653ab;
}

.bg-shadow {
    background: #fff url(/assets/dt/images/shadow.png) repeat-y right top;
}

.home-footer ul {
    padding: 0;
}

button.footSubscribe {
    margin-top: 0;
}

input {
    font-family: Lato, sans-serif;
    font-size: 1em;
    padding: 0.5em 2%;
}

.socialSitessprite {
    padding: 0 0 0 0.625em;
    float: left;
    margin: 0;
}

.appIconsprite li,
.follow-us li a,
.footer-4 a,
.socialSitessprite li,
ul.main-nav>li {
    display: inline-block;
}

.appIconsprite li a,
.socialSitessprite li a {
    display: block;
    height: auto;
    width: 100%;
    color: #fff!important;
    opacity: 0.6;
    font-size: 0.85em;
    line-height: 1em;
    padding: 0.625em;
}

.followstr,
.followstrapp {
    color: #a0abbd;
    float: left;
    font-weight: 700;
    font-size: 0.85em;
    line-height: 2.1875em;
}

.appIconsprite {
    padding: 0 0 0 0.625em;
    float: left;
    margin: 0;
}

.appIconsprite .hidesection {
    display: block;
    height: 2.1875em;
    margin-top: 0.125em;
    visibility: hidden;
}

.footer_leftmenu {
    flex-grow: 1;
    padding-right: 0.9375em;
}

.footer_award, .footer_BBB {
    flex-basis: 5%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align: center
}

.footer_award img {
    max-width: 100%;
}

.footer .span2 {
    position: relative;
    min-height: 1px;
    float: left;
    flex-basis: calc(100% / 6);
    padding-right: 0.9375em;
}

@media (max-width: 991px) {
    .footer2 ul {
        justify-content: start;
        display: flex;
        flex-wrap: wrap;
    }
    body {
        padding-bottom: 0 !important;
    }
    .footer {
        position: relative;
    }
}

@media screen and (max-width: 767px) {
    .footer .span2 {
        flex-basis: 100%;
        border-bottom: solid 1px #5f5e5e;
    }
    .home-footer ul {
        padding: 0;
        margin: 0;
    }
    .home-footer .span2 li strong {
        color: #fff;
        padding: 0.625em 0;
        font-size: 1.2em;
        width: 100%;
        display: inline-block;
    }
    .footer2 ul li.icon {
        display: block;
    }
    .footer2 ul,
    .home-footer {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .footer2 .footer_leftmenu ul li,
    .home-footer .span2 ul li {
        display: none;
    }
    .footer2 .footer_leftmenu ul li.icon,
    .footer2 .footer_leftmenu ul.responsive li.icon,
    .home-footer .span2 ul li:first-child,
    .home-footer .span2 ul.responsive li:first-child {
        display: block;
    }
    .footer2 .footer_leftmenu ul.responsive li,
    .home-footer .span2 ul.responsive li {
        display: block;
    }
    .footer2 {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: space-between;
        width: 100%;
    }
    .footer_award {
        flex-basis: auto;
        text-align: left;
    }
    .susscribe_row {
        flex-wrap: wrap;
        flex-direction: row;
    }
    .susscribe_row .span4 {
        flex-grow: 1;
        flex-basis: 100%;
        margin-bottom: 0.625em;
    }
}

header.dark nav {
    background-image: -ms-linear-gradient(bottom left, #fff 0, #fff 0, #fff 100%, #ff7f04 0);
    background-image: -moz-linear-gradient(bottom left, #fff 0, #fff 0, #fff 100%, #ff7f04 0);
    background-image: -o-linear-gradient(bottom left, #fff 0, #fff 0, #fff 100%, #ff7f04 0);
    background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, #fff), color-stop(0, #fff), color-stop(100, #fff), color-stop(0, #ff7f04));
    background-image: -webkit-linear-gradient(bottom left, #fff 0, #fff 0, #fff 100%, #ff7f04 0);
    background-image: linear-gradient(to top right, #fff 0, #fff 0, #fff 100%, #ff7f04 0);
}

header.light nav {
    background-color: rgba(0, 0, 0, 0.5);
}

header .menu {
    float: left;
    width: 100%;
}

ul.main-nav {
    list-style-type: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

ul.main-nav>li {
    padding: 0;
    cursor: pointer;
    position: relative;
}

ul.main-nav>li>a {
    display: block;
    padding: 0.5em 1em;
    position: relative;
    color: #0653ab;
    line-height: 1.625em;
    font-size: 1em;
    font-weight: 400;
    box-sizing: border-box;
    transition: all ease 0.4s;
    text-decoration: none;
}

ul.main-nav>li>a:not([href]):not([tabindex]) {
    color: #0653ab;
}

ul.main-nav>li:hover>a:not([href]):not([tabindex]),
ul.main-nav>li>a:not([href]):not([tabindex]):focus,
ul.main-nav>li>a:not([href]):not([tabindex]):hover {
    color: #fff;
}

ul.main-nav>li.active a {
    color: #ca4c00;
}

ul.main-nav>li.active a.mega-menu>span:after {
    border-top-color: #ca4c00;
    text-decoration: none;
}

ul.main-nav>li:hover {
    background-color: #0f4d8a;
    color: #fff;
    transition: all ease 0.4s;
}

ul.main-nav>li:hover>a {
    color: #fff;
    font-weight: 400;
}

ul.main-nav>li ul.sub-menu-lists {
    margin: 0;
    padding: 0 0.3125em;
    list-style-type: none;
    display: block;
    color: #fff;
}

ul.main-nav>li ul.sub-menu-lists>li>a {
    display: inline-block;
    color: #fff;
    padding: 0.3125em 0.625em;
    font-size: 0.875em;
    line-height: 1.25em;
    text-align: left;
    width: 100%;
    transition: all ease 0.5s;
}

ul.main-nav>li ul.sub-menu-lists>li {
    padding: 0.125em 0;
}

ul.main-nav>li ul.sub-menu-lists>li>a:active,
ul.main-nav>li ul.sub-menu-lists>li>a:focus,
ul.main-nav>li ul.sub-menu-lists>li>a:hover {
    color: #0046ab;
    outline: 0;
    background-color: #fff;
    text-decoration: none;
    transition: all ease 0.5s;
}

.ic {
    position: fixed;
    cursor: pointer;
    display: inline-block;
    top: 1.4375em;
    right: 1em;
    z-index: 20;
}

.ic.close {
    opacity: 0;
    color: #fff;
    font-size: 1.875em;
    font-weight: 600;
    top: 0.4em;
    right: 0.5em;
    display: block;
    outline: 0;
}

.ic.menu-open .line {
    height: 0.1875em;
    width: 1.125em;
    display: block;
    margin-bottom: 0.1875em;
    background-color: #999;
}

.ic.menu-open .line-last-child {
    margin-bottom: 0;
}

.sub-menu-head {
    margin: 0.625em 0;
}

.banners-area {
    margin-top: 1.25em;
    padding-top: 0.9375em;
}

.bannerSec {
    width: 100%;
    float: left;
    background-color: #fff;
    align-items: baseline;
}

.HomeBannerCarousel {
    padding: 0 0.25em;
}

ul.main-nav>li>div.sub-menu-block {
    background-color: #273c7f;
    color: #fff;
}

.sub-menu-lists_right {
    right: 0;
    text-align: right;
}

@media (max-width: 1199px) {
    ul.main-nav>li>a {
        padding: 0.5em 0.4375em;
        font-size: 0.875em;
    }
}

@media (min-width: 992px) {
    .ic.menu-open {
        display: none;
    }
    ul.main-nav {
        position: relative;
    }
    .sub-menu-block {
        padding: 0 0 0.3125em;
    }
    ul.main-nav>li>div.sub-menu-block {
        visibility: hidden;
        background-color: #0f4d8a;
        position: absolute;
        margin-top: 0;
        min-width: 100%;
        color: #fff;
        box-sizing: border-box;
        z-index: 3;
        font-size: 0.9375em;
        opacity: 0;
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotateX(90deg);
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
    }
    ul.main-nav>li:hover>div.sub-menu-block {
        background-color: #0f4d8a;
        color: #fff;
        visibility: visible;
        opacity: 1;
        z-index: 99999;
        -webkit-transform: rotateX(0deg);
        -moz-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    ul.main-nav>li>div.sub-menu-block>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }
    ul.main-nav>li:hover>div.sub-menu-block>* {
        opacity: 1;
    }
    .sub-menu-head {
        font-size: 1.25em;
    }
    header.dark ul.main-nav>li>a {
        border-right: 1px solid #bbb;
    }
    header.light ul.main-nav>li>a {
        border-right: 1px solid #666;
    }
    ul.main-nav>li>a:after {
        content: "";
        width: 1px;
        height: 3.875em;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 2;
    }
    header.dark ul.main-nav>li>a:after,
    header.light ul.main-nav>li>a:after {
        background-color: #0653ab;
    }
    ul.main-nav,
    ul.main-nav>li>a.mega-menu>span {
        display: block;
    }
    ul.main-nav>li>a.mega-menu>span:after {
        width: 0;
        height: 0;
        border-left: 0.3125em solid transparent;
        border-right: 0.3125em solid transparent;
        border-top: 0.3125em solid #0653ab;
        content: "";
        background-color: transparent;
        display: inline-block;
        margin-left: 0.625em;
        vertical-align: middle;
    }
    ul.main-nav>li:hover>a.mega-menu span:after {
        border-left: 0.3125em solid transparent;
        border-right: 0.3125em solid transparent;
        border-top: 0 solid transparent;
        border-bottom: 0.3125em solid #fff;
    }
    .banners-area {
        border-top: 1px solid #ccc;
    }
}

@media (max-width: 991px) {
    .mobileMenu nav.show .main-nav {
        width: 15.625em;
        background-color: #273c7f;
        color: #fff;
    }
    .mobileMenu nav {
        position: absolute;
        top: 0.9375em;
        right: 0.9375em;
        width: 0.9375em !important;
        display: inline-block;
        z-index: 0;
    }
    ul.main-nav>li.active a {
        color: #fd9c62;
    }
    .sub-menu-head {
        color: orange;
        font-size: 1em;
    }
    ul.main-nav>li>a:not([href]):not([tabindex]) {
        color: #fff;
    }
    header.dark .ic.menu-open .line,
    header.light .ic.menu-open .line {
        background-color: red;
    }
    .ic.menu-open .line {
        -webkit-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
        transform-origin: center center;
    }
    .mobileMenu nav.show .ic.menu-open,
    ul.main-nav>li>a:after {
        display: none;
    }
    .mobileMenu nav.show .ic.close {
        opacity: 1;
        display: inline-block;
    }
    nav {
        background-color: transparent;
    }
    ul.main-nav {
        z-index: 2;
        padding: 3.125em 0;
        position: fixed;
        right: 0;
        top: 0;
        width: 0;
        background-color: #273c7f;
        height: 100%;
        overflow: auto;
        -webkit-transition-property: background, width;
        -moz-transition-property: background, width;
        -o-transition-property: background, width;
        transition-property: background, width;
        -webkit-transition-duration: 0.6s;
        -moz-transition-duration: 0.6s;
        -o-transition-duration: 0.6s;
        transition-duration: 0.6s;
    }
    ul.main-nav>* {
        -webkit-transition-property: opacity;
        -moz-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
        -webkit-transition-duration: 0.4s;
        -moz-transition-duration: 0.4s;
        -o-transition-duration: 0.4s;
        transition-duration: 0.4s;
        opacity: 0;
    }
    .ic.menu-open:hover,
    .mobileMenu nav.show .main-nav>* {
        opacity: 1;
    }
    ul.main-nav>li:first-child {
        border-radius: 0;
    }
    ul.main-nav>li {
        display: block;
        border-bottom: 1px solid #1b9ad3;
    }
    ul.main-nav>li:hover>a,
    ul.main-nav>li>a {
        font-weight: 600;
        color: #fff;
    }
    ul.main-nav>li ul.sub-menu-lists>li a {
        color: #fff;
        font-size: 0.875em;
    }
    ul.main-nav>li:hover {
        background-color: transparent;
    }
    ul.main-nav>li:hover>a {
        text-decoration: none;
    }
    .sub-menu-block {
        padding: 0 1.875em;
    }
    .banners-area {
        padding-bottom: 0;
        border-top: 1px solid #1b9ad3;
    }
    .banners-area div {
        margin-bottom: 0.9375em;
    }
}

.country-name {
    color: #000;
}

.intl-tel-input {
    width: 98%;
}

.hpopup_main {
    width: 19.375em;
    min-height: 20.625em;
    background-color: #fff;
    border-radius: 0.5em;
    margin: 0 auto;
}

.hpopup_main .hpopup_header {
    background-color: #263c80;
    color: #fff;
    text-align: center;
    font-size: 1.25em;
    line-height: 1.875em;
    padding: 0.9375em;
    border-radius: 0.5em 0.5em 0 0;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.hpopup_main .hpopup_select {
    margin: 0.9375em auto;
    font-size: 0.6875em;
}

.hpopup_main .hp_textbox {
    width: 94%;
    margin: 0 auto;
}

.hpopup_main .hp_textbox input {
    padding: 0.3125em;
    width: 90%;
    margin-bottom: 0.625em;
    border: 1px solid #e6e6e6;
}

.hpopup_main .checkboxtxt {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.6875em;
    color: #263c80;
    text-align: left;
}

.hpopup_main .hpbtn {
    background-color: #f0f0f0;
    padding: 0.625em;
    font-size: 0.875em;
    border-radius: 0.125em;
    color: #fff;
    font-family: sans-serif;
    border-style: none;
}

.hpopup_main .enabled {
    background-color: #ff8036;
}

.emailicon {
    width: 2.5em;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    vertical-align: top;
    display: table;
    float: left;
    padding: 0.5625em;
    background-position: 883px;
}

.ts_row_bg {
    background-color: #f7f8fa;
    border-bottom: 1px solid #ededed;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.emailtxt {
    float: left;
    width: 85%;
}

.cme_pop {
    width: 25em;
    position: fixed;
    left: 0.9375em;
    bottom: 0.9375em;
    height: 8.125em;
    border-radius: 0.1875em;
    background-color: #fff;
    -webkit-box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, 0.65);
    -moz-box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, 0.65);
    box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, 0.65);
    z-index: 9999;
}

.cme_pop .cme_logo {
    width: 8.125em;
    height: 8.125em;
    background-color: #005eb8;
    float: left;
    border-radius: 0.1875em 0 0 0.1875em;
    text-align: center;
}

.cme_pop .cme_logo img {
    margin-top: 1em;
}

.cme_pop .cme_text {
    font-size: 1.125em;
    color: #3a3a3a;
    float: left;
    padding: 0.625em;
    border-bottom: 1px solid #e5e5e5;
    width: calc(100% - 8.125em);
    min-height: 3.75em;
}

.cme_pop .cme_text p {
    font-size: 0.875em;
    color: #3a3a3a;
    line-height: 1.25em;
    text-align: left;
    padding: 0;
    margin: 0.3125em 0;
}

.cme_pop .cme_btns a {
    float: right;
    text-decoration: none;
    margin-right: 1.5625em;
    line-height: 1.75em;
}

.cme_pop .cme_btns a.dismiss {
    color: #989898;
}

.cme_pop .cme_btns a.learnmore {
    color: #065fd4;
}

.cme_pop .close_btn {
    position: absolute;
    right: -0.625em;
    top: -0.625em;
    background-color: #fff;
    padding: 0.3125em;
    border-radius: 3.125em;
    width: 1.875em;
    height: 1.875em;
    text-align: center;
    border: 1px solid #ddd;
    font-size: 0.875em;
}

@media screen and (max-width: 960px) {
    .cme_pop {
        width: 20.625em;
        position: fixed;
        left: 0.9375em;
        bottom: 3.4375em;
        height: 6.875em;
        border-radius: 0.1875em;
        background-color: #fff;
        -webkit-box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, 0.65);
        -moz-box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, 0.65);
        box-shadow: 0 0 2.1875em -0.1875em rgba(163, 163, 163, 0.65);
        z-index: 9999;
    }
    .cme_pop .cme_logo {
        width: 6.25em;
        height: 6.875em;
        background-color: #005eb8;
        float: left;
        border-radius: 0.1875em 0 0 0.1875em;
        text-align: center;
    }
    .cme_pop .cme_logo img {
        margin-top: 0.3125em;
    }
    .cme_pop .cme_text {
        font-size: 1em;
        color: #3a3a3a;
        float: left;
        padding: 0.3125em;
        border-bottom: 1px solid #e5e5e5;
        width: 13.125em;
        min-height: 1.875em;
    }
    .cme_pop .cme_text p {
        font-size: 0.875em;
        color: #3a3a3a;
        line-height: 1.25em;
        text-align: left;
        padding: 0;
        margin: 0.3125em 0;
    }
    .cme_pop .cme_btns a {
        float: right;
        text-decoration: none;
        margin-right: 1.5625em;
        line-height: 1.25em;
    }
    .cme_pop .cme_btns a.dismiss {
        color: #989898;
    }
    .cme_pop .cme_btns a.learnmore {
        color: #065fd4;
    }
    .cme_pop .close_btn {
        position: absolute;
        right: -0.625em;
        top: -0.625em;
        background-color: #fff;
        padding: 0.3125em;
        border-radius: 3.125em;
        width: 1.875em;
        height: 1.875em;
        text-align: center;
        border: 1px solid #ddd;
        font-size: 0.875em;
    }
}

html {
    -webkit-text-size-adjust: 100%;
}

#flashMessage.alert,
#flashMessage.message,
#message_successMessage.message {
    background: #e4ffe9;
    padding: 0.625em 1.25em;
    color: #14901f;
    font-size: 1em;
    border-bottom: 0.125em solid #77ca77;
    text-align: center;
}

#flashMessage.alert a,
#flashMessage.message a,
#message_successMessage.message a {
    color: #0653ab;
    font-weight: 700;
}

.carosuel li .carDetail .expire label,
.login-area #flashMessage.alert b,
.swiper_container_board .carosuel li .carDetail .expire label {
    font-weight: 400;
}

#flashMessage.alert a:hover,
#flashMessage.message a:hover {
    text-decoration: underline !important;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    box-shadow: 0 0 0 1000px #fff inset;
    -webkit-text-fill-color: #585454 !important;
}

.login-area #flashMessage {
    background: #ff7612;
    color: #fff;
    font-size: 0.875em;
    border-bottom: 0;
    margin-bottom: 0;
}

.login-area,
.signup-page .login-area {
    margin: 3% auto 0;
}

.signup-page .login-area .pad30 {
    padding-top: 0.9375em;
}

.login-page .header,
.signup-page .header {
    float: none;
    position: static;
    height: auto;
}

.login-area button.bluenew {
    background: #253b80 0 0;
}

.login-page .header,
.login-page .header .logo a,
.signup-page .header,
.signup-page .header .logo a {
    background: 0;
}

#attending .attending-box .dates label,
#tracking .attending-box .dates label,
.login-page .header .logo,
.login-page .header .nav,
.signup-page .header .logo,
.signup-page .header .nav {
    float: none;
}

.login-area {
    width: 40.625em;
    position: relative;
    overflow: hidden;
    color: #fff;
    z-index: 1;
}

.login-header {
    padding: 0.9375em 2.4375em 0.625em;
    border-bottom: 1px solid #3db7ea;
}

.login-header .listAddedDate {
    margin-left: 0.4375em;
}

.profile-image-dashBoard {
    height: 100%;
    width: 100%;
    position: relative;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}

.login-area input[type="password"],
.login-area input[type="text"] {
    width: 100%;
    border: 0;
    box-sizing: border-box;
}

.login-area input[type="password"]:focus,
.login-area input[type="text"]:focus {
    border: 0;
    box-shadow: none;
}

.login-area input[type="checkbox"],
.login-area input[type="radio"] {
    outline: 0;
    padding: 0;
    margin-top: 0.1875em;
    float: left;
    margin-right: 0.625em;
    width: 0.9375em;
    height: 0.9375em;
    border: 0;
}

.login-area input[placeholder],
.login-area ul.loginbox li.txt-right {
    font-size: 1em;
}

.login-area [for] {
    cursor: pointer;
    font-size: 1em;
    padding-bottom: 0.625em;
}

.login-area .email {
    background: #fff url(/assets/dt/images/login/email.png) 6px 3.5px no-repeat;
    padding-left: 2.5em;
}

.login-area .password {
    background: #fff url(/assets/dt/images/login/password.png) 6px 2px no-repeat;
    padding-left: 2.5em;
    background-position: center left 5px;
}

.login-area .name {
    background: #fff url(/assets/dt/images/login/avatar.png) 6px 4px no-repeat;
    padding-left: 2.5em;
}

.login-area .create-password {
    background: #fff url(/assets/dt/images/login/password.png) 6px 3px no-repeat;
    padding-left: 2.5em;
}

.login-area .organizer {
    background: #fff url(/assets/dt/images/login/organization.png) 4px 4px no-repeat;
    padding-left: 2.5em;
}

.login-area button {
    padding: 0.625em 1.25em;
    color: #fff;
    text-align: center;
    font-size: 1em;
    margin: 0;
}

.login-area button.blue {
    background: #253b80;
}

.signup-page .login-area button.blue {
    margin-right: 1.625em;
    float: right;
}

.login-area button.orange {
    background: #ff7612;
    width: 100%;
}

.login-area button.orangenew {
    background: #ff7612;
    width: 40%;
}

.login-area a {
    color: #fff;
}

.login-area a.blue-text {
    font-weight: 700;
}

.login-page .sign-in-label,
.signup-page .sign-in-label {
    text-align: center;
    font-size: 1.125em;
}

.signup-page .sign-in-label {
    padding-bottom: 0.9375em;
}

.login-page .sign-in-label {
    padding-bottom: 1.25em;
    padding-top: 1.5625em;
}

.signup-page .sign-in-labelnew {
    text-align: center;
    font-size: 0.875em;
}

.login-area ul.loginbox,
.login-area ul.loginboxnew {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.login-area ul.media,
.login-area ul.signinbox {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.login-area ul.signinbox {
    margin: 0;
}

.login-area ul.loginbox li {
    width: 47%;
}

.login-area ul.signinbox li.fullwd {
    padding-left: 3%;
}

.login-area ul.loginbox .remember,
.login-area ul.loginboxnew .remember,
.ourServices .ourServices-second .boxCont .box1 p.dummy {
    height: 1.25em;
}

.login-area ul.loginbox li,
.login-area ul.loginboxnew li {
    float: left;
    padding: 0.4375em 0 0.4375em 3%;
    min-height: 1.5625em;
}

.login-area ul.loginboxnew li.txt-right {
    font-size: 1em;
}

.login-area ul.signinbox li.fullwd.line-height {
    line-height: 1.5625em;
}

.login-area ul.signinbox li.fullwd.line-heightnew {
    line-height: 0.625em;
    font-size: 0.9375em;
    padding-left: 1.25em;
    font-style: italic;
}

.login-area ul.signinbox li {
    padding: 0.4375em 0 0.4375em 3%;
    min-height: 1.25em;
}

.login-area ul.signinbox input[type="password"],
.login-area ul.signinbox input[type="text"],
.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav,
.speakerFull .one-column>.col input {
    width: 100%;
}

.login-area ul.media {
    margin: 0 auto;
    display: table;
}

.login-area ul.media li {
    display: inline-block;
    padding: 0 0.5em;
    display: table-cell;
    vertical-align: middle;
}

.login-area ul.media li a {
    display: block;
    width: 2.8125em;
    height: 2.8125em;
    text-indent: -2000px;
}

.login-area ul.media li a.fb {
    background: url(/assets/dt/images/login/facebook.png) top left no-repeat;
}

.login-area ul.media li a.tw {
    background: url(/assets/dt/images/login/twitter.png) top left no-repeat;
}

.login-area ul.media li a.in {
    background: url(/assets/dt/images/login/linkedIn.png) top left no-repeat;
}

.login-area ul.media li a.gp {
    background: url(/assets/dt/images/login/google.png) top left no-repeat;
}

.message-area {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
}

.addneworganizer-area,
.addnewspeaker-area,
.artefact-area,
.conferenceview-area,
.forgot-area,
.sessiondata-area {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1031;
    overflow: hidden;
}

.addneworganizer-area .model,
.addnewspeaker-area .model,
.artefact-area .model,
.conferenceview-area .model,
.forgot-area .model,
.message-area .model,
.sessiondata-area .model {
    background: #666;
}

.forgot-body,
.sessiondata-body {
    width: 40.625em;
    margin: 15% auto 0;
    border: 0.125em solid #fff;
    background: #e7e7e7;
    position: relative;
}

.sessiondata-body {
    width: 70% !important;
    margin: 8% auto 0;
    background: #eef2f5;
    color: #fff;
    box-shadow: 0 0 1.5625em #000;
}

.artefact-area .forgot-body {
    width: 780px;
}

.sessiondata-body h2 {
    font-size: 1.5em;
    color: #535353;
    margin-bottom: 0.625em;
}

.sessiondata-body tr {
    border: 1px solid #dcdcdc;
}

.sessiondata-body tr td {
    vertical-align: top;
}

.sessiondata-body .close-icon {
    background: url(/assets/dt/images/close-icon.png) center center no-repeat;
}

.message-area .forgot-body .cmnInput {
    width: 96%;
    border: 1px solid #a9a9a9;
}

.addneworganizer-body,
.addnewspeaker-body {
    width: 40.625em;
    margin: 7% auto 0;
    overflow: auto;
    border: 0.125em solid #fff;
    background: #f6f6f6;
    position: relative;
}

.forgot-body input.forgot-mail {
    width: 100%;
    padding: 0.625em 0.625em 0.625em 2.5em;
    box-sizing: border-box;
    clear: both;
    background: #fff url(/assets/dt/images/login/email.png) 6px 3px no-repeat;
}

#UserForgotpasswordForm {
    overflow: hidden;
}

#addedit-conf-div .txt-right #go_add_editconf,
.forgot-body .resetBtn {
    float: right;
}

.forgot-body input.new-password {
    width: 80%;
    padding: 0.625em 0.625em 0.625em 2.5em;
    clear: both;
    background: #fff url(/assets/dt/images/password.png) 6px 6px no-repeat;
}

.forgot-body h2 {
    font-size: 1.375em;
    font-weight: 400;
}

.forgot-body .cmnSubmit {
    background: #253b80;
    color: #fff;
    font-size: 1em;
}

.forgot-body .textAlignR {
    text-align: right;
}

.forgot-body .close-icon {
    background: url(/assets/dt/images/sprite.png) no-repeat 5px -1199px;
}

.profile-details {
    overflow: hidden;
    padding-top: 1.25em;
}

.profile-details .profile-detail-img {
    width: 20%;
    float: left;
}

.profile-details .profile-detail-img img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    height: 100%;
    width: 100%;
}

.profile-details .profile-detail-img span {
    display: block;
    width: 6.25em;
    height: 6.25em;
    border: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.profile-details .profile-detail-img .img-edit {
    background: #000 url(/assets/dt/images/cam-icon.png) no-repeat 5px center/18px auto;
    bottom: 0;
    color: #fff;
    display: block;
    font-size: 0.875em;
    left: 0;
    opacity: 0.7;
    padding: 0.3125em 0;
    position: absolute;
    text-indent: 1.8125em;
    width: 100%;
    cursor: pointer;
}

.profile-details .profile-detail-img .img-edit input[type="file"] {
    opacity: 0;
    cursor: pointer;
    position: absolute;
    left: 0;
}

.profile-details .profile-detail-content {
    width: 80%;
    float: left;
    font-size: 0.875em;
}

.profile-details .profile-detail-content h2 {
    font-size: 1.125em;
    line-height: 1.875em;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li {
    background: #fff url(/assets/dt/images/shadow.png) top right repeat-y;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-bottom: 1.25em;
    white-space: normal;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active {
    background-image: none;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a {
    color: #0653ab;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a {
    padding: 1.25em 1.25em 1.25em 3.75em;
    float: none;
    background: url(/assets/dt/images/profile-icon.png) no-repeat;
    font-size: 1.125em;
    color: #373737;
    font-weight: 700;
}

.custom-select {
    display: none;
}

.group:after,
.group:before {
    content: "";
    display: table;
    clear: both;
}

.group {
    zoom: 1;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    z-index: 9999!important;
    display: none;
    background: #fff;
    border: solid 1px #ddd;
    box-shadow: 0 0 0.1875em #ddd;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1) {
    .proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a,
     ::i-block-chrome {
        font-size: 0.9375em;
    }
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.profileInfo {
    background-position: 15px 21px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.specialties {
    background-position: 0.9375em -48px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.professionalInfo {
    background-position: 15px -112px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.conferencel {
    background-position: 15px -171px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.profileInfo {
    background-position: 15px -238px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.specialties {
    background-position: 15px -307px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.professionalInfo {
    background-position: 15px -371px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.conferencel {
    background-position: 15px -434px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.approve-conf {
    background-position: 15px -1022px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.waiting-approve {
    background-position: 15px -1096px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.draft-conf {
    background-position: 15px -1160px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.past-conf {
    background-position: 15px -1226px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.approve-conf {
    background-position: 15px -1313px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.waiting-approve {
    background-position: 15px -1378px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.draft-conf {
    background-position: 15px -1435px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.past-conf {
    background-position: 15px -1509px;
}

.profileTabs.ui-tabs .ui-tabs-nav {
    border-bottom: 1px solid #d8d8d8;
}

.profileTabs.ui-tabs .ui-tabs-nav li {
    padding: 0.5em 0.4375em 0.5em 2.5em;
    background: url(/assets/dt/images/tab_div.png) right center no-repeat;
}

.profileTabs.ui-tabs .ui-tabs-nav li a {
    font-size: 1em;
    line-height: 1.125em;
    color: #373737;
    padding: 0 1.25em 0 0;
    min-height: 2.375em;
    outline: 0;
}

.profileTabs.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0;
}

.lefPan-profile-name .profile-status span,
.profileTabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    color: #0653ab;
    font-weight: 700;
}

.profileTabs.ui-tabs .ui-tabs-nav li.ui-tabs-active a .arrow {
    background: url(/assets/dt/images/down_arrow.png) 0 -3px no-repeat;
    display: block;
    width: 1.875em;
    height: 0.625em;
    position: absolute;
    bottom: -0.625em;
    left: 26%;
}

#address.ui-tabs-panel,
#personalInfo.ui-tabs-panel,
#socialMedia.ui-tabs-panel {
    padding: 0.625em 0 0;
}

.col label.facebook,
.col label.gpluse,
.col label.linked,
.col label.other,
.col label.twitter {
    background: url(/assets/dt/images/media-icons.png) 0 0 no-repeat;
    padding: 0.1875em 0.1875em 0.1875em 1.875em;
}

.col label.linked {
    background-position: 0 0;
}

.col label.facebook {
    background-position: 0 -53px;
}

.col label.twitter {
    background-position: 0 -107px;
}

.col label.gpluse {
    background-position: 0 -160px;
}

.col label.other {
    background-position: 0 -213px;
}

#searchFields {
    width: 100%;
    float: left;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 12.5em;
    overflow-y: auto;
}

#searchFields>a {
    cursor: pointer;
    border-bottom: 1px solid #ccc;
    padding: 0.3125em 0.625em;
    display: block;
    color: #000;
}

#searchFields>a.focused,
#searchFields>a:hover {
    background: #ccc;
}

#searchFields>a:last-of-type {
    border: 0;
}

#attending .attending-box .dates span,
#specialties label,
#tracking .attending-box .dates span,
.message-pane div {
    display: block;
}

#specialties .sub-heading {
    font-weight: 700;
    font-size: 1em;
    margin: 0 0 0.3125em;
}

#selected-speciality .selected-fields {
    overflow: hidden;
}

#selected-speciality {
    padding-top: 0.625em;
    border-top: 1px solid #ccc;
}

#confsessionlist .whole-field,
#selected-speciality .partial-field,
#selected-speciality .whole-field,
#statecmelist .whole-field {
    float: left;
    padding: 0.4375em 1.875em 0.4375em 0.625em;
    border: 1px solid #ccc;
    background: #fff;
    border-left: 0.125em solid #156ebb;
    margin: 0 0.625em 0.625em 0;
    position: relative;
    font-weight: 700;
}

#selected-speciality .partial-field {
    width: 100%;
    box-sizing: border-box;
}

#selected-speciality .partial-field div {
    float: left;
    position: relative;
}

#selected-speciality .partial-field>div:first-of-type {
    padding: 0.3125em 0.625em 0.3125em 0;
    width: 100%;
}

#selected-speciality .partial-subfield div {
    margin: 0 0.9375em 0.3125em 0;
    padding: 0.25em 2.1875em 0.25em 0.625em;
    border: 1px solid #c9e1f1;
    background: #eaf5fd;
    color: #5fa0cb;
    font-weight: 400;
}

#sub-specialities .one-column {
    padding: 0.9375em;
    background: #fff;
    border: 1px solid #ccc;
    overflow: hidden;
    min-height: 3.125em;
    margin: 0.3125em 0 0;
}

label.subFields {
    float: left;
    padding: 0.3125em 0.625em;
    cursor: pointer;
    border: 1px solid #179bd7;
    margin: 0 0.625em 0.625em 0;
}

label.subFields input[type="checkbox"] {
    vertical-align: middle;
    margin: 0 0.625em 0 0;
    cursor: pointer;
}

label.select-all {
    color: #179bd7;
    cursor: pointer;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.conference {
    background-position: 15px -507px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.schedule {
    background-position: 15px -570px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.ticketing {
    background-position: 15px -635px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li a.publish {
    background-position: 15px -699px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.conference {
    background-position: 15px -763px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.schedule {
    background-position: 15px -828px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.ticketing {
    background-position: 15px -894px;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li.ui-tabs-active a.publish {
    background-position: 15px -955px;
}

.contactInfo {
    font-size: 0.875em;
    list-style: none;
}

.contactInfo.contactInfoPopup {
    height: 2em;
    border-radius: 0.625em;
    display: block;
    background: #ecedee;
    box-shadow: 0 0.1875em 0.3125em #888;
}

.proflie-wrapper.ui-tabs .col-1 .ui-tabs-nav li:hover a {
    text-decoration: none;
}

.contactInfo li {
    float: left;
    padding: 0 0.625em;
    border-left: 1px solid #666;
    line-height: 0.6875em;
}

.contactInfo li a {
    color: #0653ab;
    font-size: 0.875em;
}

#conference h2,
#schedule h2 {
    margin-bottom: 1px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3125em;
    font-size: 1.125em;
    display: block;
}

.timeZone {
    background: #fff url(/assets/dt/images/globe_icon.png) left center no-repeat;
    padding-left: 1.875em !important;
    text-indent: 1.875em;
}

.lefPan-profile-img {
    width: 40%;
    float: left;
}

.lefPan-profile-img img,
.lefPan-profile-img span {
    width: 6.25em;
    height: 6.25em;
}

.lefPan-profile-img span {
    overflow: hidden;
    display: block;
    border-radius: 6.25em;
    margin: 0 auto;
}

.lefPan-profile-name {
    width: 60%;
    float: left;
}

.lefPan-profile-name .location {
    color: #373737;
    padding-bottom: 0.3125em;
    font-weight: 700;
    font-size: 0.875em;
}

.lefPan-profile-name h2 {
    font-size: 1.125em;
    padding-bottom: 0.3125em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0653ab;
}

.lefPan-profile-name h3 {
    font-size: 1.125em;
    color: #373737;
    padding-bottom: 0.3125em;
}

.lefPan-profile-name h3 .edit-icon {
    width: 1.875em;
    height: 1.5625em;
    text-indent: -2000px;
}

.lefPan-profile-name .profile-status {
    padding: 0 0.9375em 0.3125em 0;
    font-size: 0.875em;
    color: #0653ab;
    font-weight: 700;
}

.lightBlue-tab ul.ui-tabs-nav li a,
.profile-role {
    color: #373737;
}

.login-status-role {
    text-align: center;
}

.profile-area h4,
.white-blocks h2 {
    font-size: 1em;
    color: #373737;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.white-blocks h2 {
    font-size: 1.125em;
}

.blocks {
    margin: 1.25em 0;
    padding: 0.3125em 0;
    border-top: 1px solid #ccc;
}

#newSpeakerDiv,
.blocks {
    float: left;
    width: 100%;
}

.white-blocks {
    position: relative;
    background: #fff;
    padding: 0.625em 1.25em;
    margin-bottom: 1.5625em;
    height: auto !important;
    -moz-box-shadow: 0 0 0.1875em #ccc;
    -webkit-box-shadow: 0 0 0.1875em #ccc;
}

.padL15R5 {
    padding: 0.625em 0.3125em 0.625em 0.9375em;
}

.conference-div label {
    font-size: 0.875em;
    position: relative;
    display: block;
    padding: 0.3125em 5%;
    background: #5e5d5d;
    color: #fff;
    text-align: center;
}

.profile-area .blocks p {
    padding: 0;
    font-size: 0.875em;
    color: #373737;
    position: relative;
}

.profile-area .blocks p a {
    display: inline-block;
    color: #898989;
    position: absolute;
    bottom: 0;
    right: 2.5em;
    background: #fff;
}

.profile-area .blocks p a span {
    color: #3397de;
}

.lightBlue-tab ul.ui-tabs-nav {
    padding: 0;
    margin-bottom: 1em;
    display: inline-flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.lightBlue-tab ul.ui-tabs-nav li {
    font-size: 1em;
}

.lightBlue-tab ul.ui-tabs-nav li.ui-state-active {
    font-size: 1em;
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #fff;
    border-top: 0.1875em solid #0653ab;
    padding: 0;
    margin-bottom: -1px;
    color: #373737;
    font-weight: 700;
}

.lightBlue-tab .ui-tabs-panel {
    padding: 0.625em 0;
}

.white-blocks .view-all {
    float: right;
    color: #0653ab;
    margin-top: 0.5em;
}

.white-blocks h2 a {
    font-weight: 400;
    padding-top: 0.1875em;
}

.white-blocks h2.orgName {
    font-size: 0.875em;
    margin-bottom: 0;
    padding: 0;
    display: inline-block;
}

.white-blocks h2.orgName:hover {
    text-decoration: underline;
    cursor: pointer;
}

.white-blocks .featured h2 {
    border: 0;
    font-size: 1em;
}

#attend_track_div .view-all,
#organizerDashboard .view-all {
    margin-top: -2.5em;
    margin-right: 1px;
}

.swiper-container-horizontal>.swiper-pagination {
    bottom: -1.0625em !important;
}

.calendarFeaturedConf .swiper-pagination {
    bottom: -1.125em !important;
}

.carosuel,
.carosuel li {
    overflow: hidden;
}

.carosuel li {
    padding: 0.9375em 0;
    border-bottom: 0.125em dotted #ccc;
    list-style: none;
}

#board .carosuel li,
#state .carosuel li,
.white-blocks h2 {
    padding: 0.3125em 0;
}

.carosuel li .carImg {
    width: 30%;
    float: left;
}

.carosuel li .carImg img {
    width: 4.375em;
    height: 4.375em;
}

.carosuel li .carDetail {
    width: 70%;
    float: left;
    line-height: 1.5625em;
}

.carosuel li .carDetail .stateName,
.swiper_container_board .carosuel li .carDetail .stateName {
    color: #0653ab;
    font-weight: 700;
    font-size: 1em;
}

.carosuel li .carDetail .expire {
    font-weight: 700;
    color: #373737;
}

.carosuel li .carDetail .dates {
    font-size: 0.875em;
    color: #373737;
}

.swiper_container_board .carosuel li .carDetail {
    width: 100%;
    float: left;
    line-height: 1.5625em;
}

.swiper_container_board .carosuel li .carDetail .expire {
    font-weight: 700;
    color: #373737;
    float: left;
}

.attending-box .timing span,
.swiper_container_board .carosuel li .carDetail .dates {
    font-size: 0.875em;
    color: #373737;
}

.f-right a,
.hotLinks {
    font-size: 0.875em;
}

.hotLinks a {
    color: #0653ab;
    text-decoration: none;
    display: block;
    padding: 0.3125em 0;
}

.attending-box .detail h4:hover,
.conference-result .box h4:hover,
.hotLinks a:hover,
.speakersDirectory .box label:hover {
    text-decoration: underline;
}

.conference-img {
    border: 1px solid #ccc;
    height: 12.75em;
    cursor: pointer;
    text-align: center;
}

.conference-img img,
.my-conference-img img {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.conference-img img {
    height: 80%;
    width: 60%;
}

#attending,
#conference-tab,
#nearLocation,
#popularLocation,
#speaking,
#tracking,
.conference-div,
.conference-img {
    position: relative;
}

.my-conference-img {
    position: relative;
    border: 1px solid #ccc;
    height: 8.75em;
}

.my-conference-img.my-conference-img-height {
    height: 7.125em;
}

.my-conference-img img {
    max-height: 100%;
    max-width: 100%;
}

.monthly .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0.1875em !important;
}

.swiper-button-prev {
    left: 0 !important;
}

#monthly,
.featuredConf {
    overflow: hidden;
    padding-bottom: 1.25em;
}

.featured-conf .featured {
    min-height: 12.8125em;
}

.featured-conf .featured .button-wrapper {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0;
}

.attending-box {
    background: #fff 0 0;
    border: 1px solid #ccc;
    padding: 0.625em 0.625em 0.1875em;
    overflow: hidden;
    min-height: 11.125em;
}

.attending-box-img {
    float: left;
    margin-right: 0.625em;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    height: 8.125em;
    width: 25%;
}

.attending-box>img {
    width: 5.625em;
    height: 5.625em;
    float: left;
    margin-right: 0.625em;
}

.attending-box-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 100%;
}

.attending-box .detail {
    float: left;
    width: 75%;
    overflow: hidden;
}

.attending-box .detail h4 {
    color: #0653ab;
    margin-bottom: 0.625em;
    line-height: 1.25em;
    min-height: 1.75em;
    font-size: 1em;
    width: 100%;
}

.attending-box .timing {
    overflow: hidden;
    padding-bottom: 0.4375em;
}

.attending-box .timing span {
    display: block;
    float: left;
    line-height: 0.875em;
}

.attending-box .timing span:first-child {
    border-right: 1px solid #ccc;
    padding-right: 0.625em;
    padding-left: 0;
    margin-right: 0.625em;
}

.attending-box .timing span:nth-child(2) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.attending-box .location {
    font-size: 0.875em;
    color: #373737;
    overflow: hidden;
}

.attending-box .location span {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.attending-box .location img {
    margin-left: 0.3125em;
    vertical-align: middle;
}

.attending-box .dates {
    clear: both;
    padding-top: 0.5em;
}

.attending-box .dates label {
    float: left;
    color: #373737;
    font-size: 0.875em;
}

.attending-box .dates span {
    font-size: 0.875em;
    color: #fff;
    padding-bottom: 0.3125em;
}

.button-date-attned,
.dates_attend_content {
    display: inline-block;
}

.button-date-attned {
    float: right;
    padding-top: 0 !important;
    padding-bottom: 0.3125em !important;
}

.featured {
    padding: 0 0 0 1.25em;
    font-size: 0.875em;
}

.featured h4 {
    font-size: 1em;
    padding: 0;
    margin-bottom: 0.3125em;
    color: #0653ab;
    font-weight: 700;
}

.featured .timing {
    overflow: hidden;
    padding: 0.3125em 0;
}

.featured .timing span {
    display: block;
    width: auto;
    float: left;
    border-left: 1px solid #000;
    padding: 0 3%;
    line-height: 0.75em;
    font-size: 0.875em;
    color: #373737;
}

.featured .timing span:first-child {
    border: 0;
    padding-left: 0;
}

.featured .timing span i {
    font-style: normal;
    font-weight: 700;
    margin-right: 10%;
}

.featured .attendies,
.featured .date {
    padding-bottom: 0.3125em;
    font-size: 0.875em;
    color: #373737;
}

.featured .date {
    font-weight: 700;
    margin: 0.3125em 0;
}

.featured .date img {
    display: inline;
    font-size: 0.875em;
    color: #000;
    margin: 0 0 -0.25em 0.1875em;
}

.featured .featuredSpeak a,
.featuredSpeak span,
.postselectSpecialite .blog-content div[style] h2 a {
    color: #0653ab;
}

.featured .attendies {
    margin-top: 0.3125em;
}

.promocode input {
    height: 2.125em;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: solid 1px #ddd;
}

.promocode>span {
    height: 2.125em;
    line-height: 1.375em;
}

.my-featured {
    padding: 0 0 0 0.625em;
    font-size: 0.875em;
    position: relative;
}

.my-featured.my-featured-pad {
    padding: 0 0 0 1.875em;
}

.my-featured h4 {
    font-size: 1em;
    padding: 0;
    margin-bottom: 0.3125em;
    color: #0653ab;
}

.my-featured .time {
    margin: 0.3125em 0;
}

.my-featured button {
    padding: 0.1875em 0.375em;
}

.my-featured .actions {
    float: right;
    position: absolute;
    right: 0;
    top: -0.625em;
    width: 1.875em;
    overflow: hidden;
}

.my-featured .actions a {
    display: block;
    float: left;
    width: 1.25em;
    height: 1.5625em;
    text-indent: -3000px;
    margin-bottom: 0.3125em;
    background-size: 0.9375em;
}

.brand-material {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1.25em;
    margin-bottom: 1.25em;
    margin-top: 0.625em;
}

.brand-material .box {
    width: 23%;
    float: left;
    margin-left: 2%;
    border: 1px solid #ccc;
    height: 9.375em;
    position: relative;
}

.brand-material .box.addLogo {
    background: #ddd url(/assets/dt/images/logo_icon.png) center center no-repeat;
}

.brand-material .box.addBanner {
    background: #ddd url(/assets/dt/images/banner_icon.png) center center no-repeat;
}

.brand-material .box.addMinibanner {
    background: #ddd url(/assets/dt/images/min_banner.png) center center no-repeat;
}

.brand-material .box.addBrochure {
    background: #ddd url(/assets/dt/images/brochure_icon.png) center center no-repeat;
}

.brand-material .box .actions {
    overflow: hidden;
    padding: 0.3125em;
    position: absolute;
    top: 0;
    width: 96%;
    z-index: 100;
    pointer-events: none;
    background: #179bd7;
}

.brand-material .box .actions a {
    width: 1.5625em;
    height: 1.25em;
    display: block;
    text-indent: -2000px;
}

.brand-material .box .actions a.delete {
    float: right;
    background: url(/assets/dt/images/Delete.png) center center no-repeat;
    pointer-events: auto;
}

.brand-material .box .actions a.edit {
    float: left;
    background: url(/assets/dt/images/edit.png) center center no-repeat;
    pointer-events: auto;
}

.brand-material .box .label {
    position: absolute;
    bottom: 0;
    padding: 0.5em 3%;
    color: #fff;
    background: #179bd7;
    width: 94%;
    text-align: center;
    font-weight: 700;
}

.brand-material .box .label input[type="file"] {
    cursor: pointer;
    height: 2.1875em;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#img_preview {
    position: absolute;
    top: 0;
    left: 0;
}

.white-blocks h3 {
    font-size: 1em;
    color: #000;
    margin-bottom: 0.625em;
    border-bottom: 0.125em solid #0653ab;
    padding: 0.3125em 0;
    min-height: 2.75em;
}

.white-blocks h3 .f-right input[type="text"],
.white-blocks h3 .f-right span {
    font-size: 0.8125em;
    font-weight: 400;
}

.white-blocks h3 .f-right span {
    margin: 0.3125em 0.625em 0 0;
}

.selected-speakers-wrapper .selected-speakers {
    min-height: 10.625em;
}

.speakerFull .selected-speakers,
.trendingSpeakers .selected-speakers {
    height: auto;
}

.speakerFull .selected-speakers {
    width: 100%;
    float: none;
    overflow: hidden;
    margin-left: 0;
}

.speakerFull button {
    padding: 0.625em 1.5625em;
    font-size: 0.975em;
}

.trendingSpeakers .selected-speakers {
    width: calc(100% / 2);
    float: none;
    padding: 0.3125em;
    margin: 0;
    border: 0;
}

#img_preview,
.trendingSpeakers .selected-speakers .selectedspeakersContent {
    background: #fff;
}

.selectedspeakersContent {
    border: 1px solid #d2d2d2;
    padding: 0.625em;
}

.trendingSpeakers .selected-speakers .speakerImg,
.trendingSpeakers .selected-speakers img {
    width: 6.25em;
    height: 6.25em;
}

.trendingSpeakers .selected-speakers .speakerImg a {
    display: inline-block;
    width: 100%;
}

.trendingSpeakers .selected-speakers .detail {
    float: left;
    width: calc(100% - 6.25em);
    padding-left: 0.9375em;
}

.flex {
    display: flex;
}

.comnhding {
    font-size: 1.25em;
    margin-top: 0;
}

.selected-speakers:nth-child(odd) {
    margin-left: 0;
}

.selected-speakers .detail h4 {
    color: #0653ab;
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0.3125em;
}

.selected-speakers .detail h5 {
    margin-top: 0;
    margin-bottom: 0.3125em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selected-speakers .location {
    font-size: 0.875em;
    color: #373737;
    cursor: default;
    margin-bottom: 0.3125em;
}

.selected-speakers .location img {
    margin-left: 0.1875em;
    width: 0.9375em;
    height: 0.9375em;
    margin-bottom: -0.25em;
    float: none;
}

.selected-speakers .detail h5,
.selected-speakers .position {
    font-size: 0.875em;
    color: #373737;
    font-weight: 700;
}

.selected-speakers .aboutSpeakers {
    margin: 0.625em 0 0;
    color: gray;
    flex-basis: 100%;
    min-height: 2.25em;
}

.aboutSpeakers .pos-re .morecontent {
    margin-top: 0.625em;
}

.selected-speakers .aboutSpeakers a {
    color: gray;
}

.conference-result-row.speaker_info .box .speakeroinfoDetail h5,
.selected-speakers .speakAbout {
    font-size: 0.875em;
    color: #373737;
}

#speaker_speciality {
    width: 15.625em;
    font-size: 0.9em;
    padding: 0.3125em;
    border: 1px solid #ccc;
    color: #373737;
    background-color: #fff !important;
    background: url('/assets/dt/images/dropdown_arw_35.jpg') no-repeat right 0;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.adjust {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #f2f2f2;
    color: #3289c8;
    padding: 0 0.125em;
}

.details .adjust {
    background: #fff;
    bottom: -0.125em;
}

.col-1 .adjust {
    background: #fff;
}

.light-blue-blocks {
    background: #f4f4f4;
    overflow: hidden;
    padding-bottom: 1.5625em;
    box-shadow: 1px 0.125em 0.125em #ccc;
    -moz-box-shadow: 1px 0.125em 0.125em #ccc;
    -webkit-box-shadow: 1px 0.125em 0.125em #ccc;
}

.left-grey-btn.head,
.light-blue-blocks .head,
.org-featured .head {
    background: #5e5d5d;
    color: #fff;
    font-weight: 700;
    text-align: center;
    font-size: 1em;
    padding: 0.625em;
}

.light-blue-blocks .content {
    background: #fff 0 0;
    margin: 0.625em 0.625em 0.3125em;
    padding: 0.6875em 1.25em;
}

.light-blue-blocks .content .imgArea,
table.table-content tbody tr>td {
    text-align: center;
}

.light-blue-blocks .content .imgArea>img {
    max-width: 100%;
    height: 14.375em;
}

.light-blue-blocks .content h5 {
    font-weight: 700;
    margin: 0.625em 0 0.3125em;
}

.light-blue-blocks .content h5.feature-heading {
    color: #0653ab;
    font-size: 1em;
}

.speakersDirectory {
    overflow: hidden;
    text-align: left;
}

.speakersDirectory .allmyspeaker {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1em;
}

.speakersContent .speakerName {
    line-height: 1.2em;
    margin-bottom: 0.5em;
}

.speakersContent .speakerDesignation,
.speakersContent .speakerSpeciality {
    font-size: 0.9em;
}

.speakersDirectory .box {
    border: 1px solid #ccc;
    padding: 0.5em;
    text-align: center;
    display: block;
    float: left;
    margin: 0 2% 0.9375em 0;
    min-height: 10.3125em;
    width: 18%;
    box-sizing: border-box;
}

.speakersDirectory .box>img {
    width: 6.25em;
    height: 6.25em;
    margin-bottom: 0.625em;
}

.speakersDirectory .box label,
.speakersDirectory .box span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.speakersDirectory .box label {
    color: #0653ab;
    font-weight: 700;
    width: 100%;
}

.speakersDirectory .box img {
    width: 6.25em;
    height: 6.25em;
}

.conference-tab-box,
.speakersDirectory .box span {
    color: #373737;
    font-size: 0.875em;
}

.conference-tab-box a img {
    max-height: 11.125em;
}

.conference-tab-box {
    border: 1px solid #ccc;
    padding: 0.625em;
    overflow: hidden;
}

.calender-wrapper .conference-img,
.conference-tab-box .inner-confrence-tab .swiperImg-wrapper {
    height: 8.75em;
    overflow: hidden;
    margin-bottom: 0.3125em;
}

.conference-tab-box>img:first-child {
    width: 11.4375em;
    height: 11.4375em;
}

.conference-tab-box.fixedHeight {
    padding-bottom: 0.625em;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.button-wrapper button {
    border: 0;
}

.button-wrapper button:focus {
    outline: 0;
}

.blueBtn {
    background: #2350A8;
    color: #fff;
    font-size: 18px;
    padding: 7px 15px;
    cursor: pointer;
}

.blueBtn:hover,
.blueBtn:focus,
.blueBtn:active {
    background: #1e6aff;
    color: #fff;
}

.orangeBtn {
    background: #fd6608;
    color: #fff;
    font-size: 18px;
    padding: 7px 15px;
    cursor: pointer;
}

.orangeBtn:hover,
.orangeBtn:focus,
.orangeBtn:active {
    background: #ff7805;
    color: #fff;
}

button.add,
button.blueBtn,
button.browse,
button.finish,
button.modifiedPrev,
button.next {
    background: #1a53a9;
    color: #fff;
    cursor: pointer;
    line-height: 1.4375em;
    border-radius: 0.1875em;
    border: 0;
    font-family: Lato, sans-serif !important;
}

button.blue,
button.personal,
input[type="submit"].blue {
    cursor: pointer;
    border: 0;
    font-family: Lato, sans-serif !important;
}

button.blue {
    line-height: 1.4375em;
    padding: 0.375em 0.625em;
    border-radius: 0.1875em;
}

button.personal,
input[type="submit"].blue {
    background: #1a53a9;
    color: #fff;
}

button.personal,
button.save,
input[type="submit"].blue {
    line-height: 1.4375em;
    border-radius: 0.1875em;
}

.button-wrapper a.blue:hover,
.button-wrapper a.next:hover,
button:hover,
input[type="submit"]:hover {
    opacity: 0.9;
}

button.save,
input.save {
    border-color: #179bd7;
    background: #179bd7;
    color: #fff;
}

.bg-darkblue {
    background: #1a53a9;
    color: #fff;
    border-radius: 0.1875em;
}

.bg-darkblue,
button.blue {
    border-color: #1a53a9;
}

.buttonsec li {
    display: inline-block;
    margin-right: 0.375em;
}

.buttonsec li:last-child {
    margin-right: 0;
}

.buttonsec li button {
    padding: 0.5em 0.9375em;
    display: inline-block;
    line-height: 1.25em;
}

.calender-wrapper .conference-img,
.conference-tab-box .confrenceTabImgWrapper,
.conference-tab-box .inner-confrence-tab .confrenceTabImgWrapper {
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.calender-wrapper .conference-img img,
.conference-tab-box .inner-confrence-tab .confrenceTabImgWrapper img,
.conference-tab-box .inner-confrence-tab>img {
    height: 8.125em;
}

#addedit-conf-div>ul,
.conference-tab-box .detail,
.conferenceFull {
    overflow: hidden;
}

.conference-banner img,
R-conference-tab-box.conference-tab-box .detail {
    width: 100%;
}

.conference-tab-box .detail h4 {
    color: #0653ab;
    margin-bottom: 0.3125em;
    font-size: 1em;
    font-weight: 700;
    width: 100%;
}

.conference-tab-box .timing {
    overflow: hidden;
    padding: 0.3125em 0;
}

.conference-tab-box .timing span {
    display: block;
    float: left;
    line-height: 0.9375em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: default;
}

.conference-tab-box .timing span:first-child {
    border-right: 1px solid #ccc;
    padding: 0 0.3125em 0 0;
}

.conference-tab-box .timing span:nth-child(2) {
    text-align: right;
    padding: 0 0.3125em;
}

.conference-tab-box .timing span:last-child {
    border: 0;
}

.conference-tab-box .location {
    padding: 0.3125em 0;
    overflow: hidden;
}

.conference-tab-box .location span {
    float: left;
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.conference-tab-box .location img {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

.conference-tab-box .participate {
    border-top: 1px solid #fff;
    padding: 0.3125em 0;
    clear: both;
    border-bottom: 1px solid #fff;
}

.conference-tab-box .readmore_confsp {
    padding: 0.4375em 0;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.conference-tab-box .dis {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 0.3125em;
    text-transform: uppercase;
}

.conference-tab-box .dates {
    clear: both;
    color: #373737;
    padding: 0.3125em 0;
}

.conference-tab-box .button-wrapper {
    padding: 0;
    border-top: 1px solid #e1e1e1;
    margin-top: 0.1875em;
}

.conference-tab-box .button-wrapper a {
    padding: 0;
}

.conference-tab-box .button-wrapper button {
    padding: 0.25em 0.625em;
    width: 8.375em;
}

.conference-tab-box .button-wrapper.centerButton {
    text-align: center;
    border-top: 0;
    width: 100%;
}

.conference-tab-box div:last-child {
    border-top: 0;
}

.d-grid {
    display: grid;
}

.grid-col-2 {
    grid-template-columns: repeat(2, 1fr);
}

.grid-col-3 {
    grid-template-columns: repeat(3, 1fr);
}

.grid-gap {
    grid-gap: 0.9375em;
}

.grid-gap-sm {
    grid-gap: 0.625em;
}

.grid-gap-lg {
    grid-gap: 1.25em;
}

.grid-row-gap {
    grid-row-gap: 0.9375em;
}

.grid-row-gap-sm {
    grid-row-gap: 0.625em;
}

.grid-row-gap-lg {
    grid-row-gap: 1.25em;
}

.grid-col-gap {
    grid-column-gap: 0.9375em;
}

.grid-col-gap-sm {
    grid-column-gap: 0.625em;
}

.grid-col-gap-lg {
    grid-column-gap: 1.25em;
}

.swiper-slide {
    height: auto !important;
}

.conference-tab-box .button-wrapper.centerButton button {
    height: 2.825em;
    line-height: 1.3em;
    padding: 0 0.625em;
    text-align: center;
    width: 100%;
}

.conferenceFull .conference-tab-box {
    margin-bottom: 0.625em;
    padding-bottom: 0.3125em;
    min-height: 20.625em;
}

.conferenceFull .conference-tab-box>img {
    width: 6.25em;
    height: 6.25em;
    float: left;
    margin-right: 0.9375em;
}

.conf-tab-Rfont .conference-tab-box {
    font-size: 0.875em;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.conference-box {
    font-size: 0.875em;
    color: #373737;
    background: #f2f2f2;
    padding: 0.75em 1.25em;
    margin-bottom: 0.9375em;
}

.conf-detail-symmary h2.summary,
.conference-box.confrenceSummary-box,
.white-blocks #speakerDetails h2 {
    margin-bottom: 0;
}

.conference-box.confrenceSummary-box:nth-child(odd) {
    background: 0;
}

.conference-box.confrenceSummary-box:nth-child(even) {
    background: #f2f2f2;
}

.conference-banner {
    width: 100%;
    margin: 0 auto;
}

.featuredSpeak label {
    padding-right: 0.625em;
    color: #373737;
}

.featuredSpeak {
    font-size: 0.875em;
    padding-bottom: 0.3125em;
}

.confsubtypes {
    width: auto;
    display: inline-block;
    border: 1px solid #ccc;
    background: #fff;
    padding: 0.3125em;
    overflow: hidden;
}

.inner-search-bar {
    background: #ecedee;
    border-top: 1px solid #c0c1c1;
    border-bottom: 1px solid #c0c1c1;
    float: left;
    width: 100%;
    margin-top: 0.3125em;
    padding: 0.4375em 0;
}

.inner-search-bar .add-edit-btn {
    background: #ff711e url(/assets/dt/images/add-edit-icon.png) 12px 14px no-repeat;
    color: #fff;
    line-height: 1.25em;
    font-size: 0.875em;
    padding: 0.5em 0.9375em 0.4375em 3.125em;
    margin-left: 6%;
    height: 2.625em;
}

#addedit-conf-div {
    background: #fff 0 0;
    padding: 0.625em;
    box-shadow: 0 0.125em 0.1875em #999;
    display: none;
    position: absolute;
    left: 0;
    top: 2.375em;
    width: 45%;
    z-index: 99;
}

#addedit-conf-div>ul li {
    padding: 0.3125em;
}

#addedit-conf-div>ul li input[type="radio"] {
    float: left;
    margin: 1px 0.3125em 0 0;
}

#conf_autolist {
    padding: 0.4375em 0.625em;
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.addressUpdate .form-group select {
    width: 69%;
    padding: 0.5em 0.3125em;
    color: #888;
    height: 2.125em;
}

.conference-result-row .box .conf-inner-content .setMinWidth {
    width: 99%;
}

.conference-result {
    padding: 1.25em 0;
}

.conference-result .speaker_info .box {
    min-height: 15em;
}

.conference-result .box h5,
.result-details .heading {
    text-align: left;
    color: #373737;
    font-size: 0.875em;
}

.result-details .heading {
    background: #179bd7;
    color: #fff;
    font-weight: 700;
    padding: 0.3125em;
    position: relative;
}

.conference-result .box .ellips-wrapper {
    text-align: left;
    padding-top: 0.3125em;
}

.conference-result .box .ellips-wrapper .designation-bold {
    font-weight: 700;
}

.conference-result .box.active {
    border: 0.1875em solid #179bd7;
}

.conference-result .box .result-img {
    position: relative;
    height: 8.125em;
}

.conference-result .box .result-img img,
.result-details-img img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.result-details-img img {
    max-width: 95%;
    max-height: 90%;
}

.conference-result .box h4 {
    color: #0653ab;
    font-size: 1em;
    word-break: break-all;
}

.conf-detail .about-org-title span,
.conf-detail .about-org-title span a h2,
.search-result-mainText {
    font-size: 1.125em;
}

.speakersDirectory.conference-result-row.speaker_info {
    margin: 0 -0.625em;
}

.conference-result-row.speaker_info>.speaker_div {
    float: left;
    padding: 0 0.625em;
    margin-bottom: 1.25em;
    width: calc(100% / 5);
}

.conference-result-row.speaker_info>.speaker_div .speaker_image {
    overflow: hidden;
    height: 9.375em;
    float: left;
    width: 100%;
}

.conference-result-row.speaker_info>.speaker_div .speaker_image a {
    width: 100%;
    display: inline-block;
}

.conference-result-row.speaker_info>.speaker_div .speaker_image img {
    width: 100%;
    height: 100%;
}

.conference-result-row.speaker_info>.speaker_div .box {
    float: none;
    width: auto;
    min-height: 8.125em;
}

.conference-result-row.speaker_info .box .result-img {
    border: 0;
    height: 7.5em;
    vertical-align: top;
    width: 30%;
    float: left;
    margin-right: 5%;
}

.conference-result-row.speaker_info .box .result-img img {
    padding: 0.1875em;
    width: 6.25em;
    height: 6.25em;
    border: 1px solid #ddd;
    position: relative;
}

.conference-result-row.speaker_info .box .speakeroinfoDetail {
    width: 65%;
    display: inline-block;
    vertical-align: top;
}

.conference-result-row.speaker_info .box .ellips-wrapper {
    min-height: 1.25em;
    padding-top: 0.375em;
}

.conference-result.conf-page .conf-inner-content {
    width: 76%;
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
}

.conference-result.conf-page .conf-inner-content button {
    padding: 0.5em 0.95em;
}

.conference-result.conf-page .box {
    min-height: auto;
    margin: 0 0 1.25em;
    height: 16.875em;
}

.conference-result .conference_info .box {
    min-height: 16.4375em;
}

.conference-result .conference_info .box h3 {
    color: #1a53a9;
}

.conference-result.conf-page .box .ellips-wrapper.minHeightAuto {
    min-height: auto;
}

.booking li a span {
    float: left;
    width: 2em;
    height: 2em;
    background: #0653ab url(/assets/dt/images/booking.png) 0 0 no-repeat;
}

.conference-result.conf-page .box .result-img {
    height: 8.125em;
    width: 20%;
    float: left;
}

.conference-result.conf-page ul.conf-desc {
    list-style: none;
    text-align: left;
}

.conference-result.conf-page ul.conf-desc li {
    display: inline-block;
    padding: 0 0.625em 0 0;
    vertical-align: top;
}

.conference-result.conf-page ul.conf-desc li.sep {
    padding-top: 0.3125em;
    color: #666;
}

.conf-result-details-wrapper,
.org-result-details-wrapper,
.speaker-result-details-wrapper {
    background: #fff;
    border: 0.125em solid #179bd7;
    position: relative;
}

.conf-result-details-wrapper .heading+div,
.org-result-details-wrapper .heading+div,
.speaker-result-details-wrapper .heading+div {
    width: 93%;
    margin: 0 auto;
}

.conf-result-details-swiper,
.org-result-details-swiper,
.speaker-result-details-swiper {
    overflow: hidden;
    padding-bottom: 1.25em;
}

.conf-result-details-swiper-button-prev,
.org-result-details-swiper-button-prev,
.speaker-result-details-swiper-button-prev {
    left: 0.4375em !important;
}

.conf-result-details-swiper-button-next,
.org-result-details-swiper-button-next,
.speaker-result-details-swiper-button-next {
    right: 0.4375em !important;
}

.swiper-container-horizontal>.swiper-pagination.result-details-swiper-pagination {
    bottom: 1.625em !important;
}

.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    background-size: 27px 20px !important;
    border-radius: 100px !important;
    box-shadow: 0 0 15px #a2a2a2;
    width: 2em !important;
    height: 2em !important;
}

.swiper-button-disabled {
    display: none;
}

.result-details .heading .close {
    cursor: pointer;
    background: url(/assets/dt/images/close-white.png) no-repeat 0 0;
    display: block;
    float: right;
    height: 0.9375em;
    position: relative;
    text-indent: -20000px;
    top: 0.125em;
    width: 0.9375em;
}

.result-details-img {
    height: 12.5em;
    position: relative;
}

.result-details .details {
    float: left;
    font-size: 0.6875em;
    color: #888;
}

.details .speacking {
    padding: 0.3125em 0;
    margin: 0.625em 0 0.3125em;
}

.details .speacking .speater-img img {
    width: 1.875em;
    height: 1.875em;
    margin: 0 0.625em 0 0;
}

.details .specailties {
    padding: 0.3125em 0;
    text-transform: uppercase;
}

.details .date {
    color: #179bd7;
}

.conf-detail .conference-box {
    overflow: hidden;
    padding: 0.625em;
}

.conf-detail .conferenceView-more {
    text-align: justify;
}

.conf-detail .r-button-wrapper {
    padding: 0.5em 0;
    text-align: right;
}

.conf-detail .conference-box img {
    width: 4.375em;
    height: 4.375em;
    float: left;
    margin-right: 0.625em;
}

.booking li a,
.conf-detail .related-books {
    overflow: hidden;
}

.conf-detail .related-books img {
    width: 3.75em;
    height: 5em;
    margin: 0 0.9375em 0.9375em 0;
    float: left;
}

#confviewTabs .conference-detail {
    margin-top: 1.25em;
    height: auto;
}

#confviewTabs .conference-detail li,
#past h5 {
    font-size: 1em;
}

.conference-detail li.ui-state-active {
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
    background: #fff;
}

.summary-blog {
    border-top: 1px solid #ccc;
    padding: 0.9375em 0 0.3125em;
    margin-top: 0.625em;
}

.summary-blog h4 {
    font-weight: 700;
    margin-bottom: 0.3125em;
    padding: 0.1875em 0.1875em 0.1875em 1.875em;
}

.summary-blog p {
    background: #fcfcfc;
    padding: 0.625em;
}

.booking li a:hover,
.conf-detail-symmary .summary-blog p,
.facebook-auto ul li.auto-focus em {
    background: 0;
}

.directory-wrapper .listofSpecialities ul li a,
.news-list.view-all-news li h4 a,
.summary-blog a {
    color: #0653ab;
    text-decoration: none;
}

.summary-blog a:hover {
    text-decoration: underline;
}

.summary-blog p .brochure-img {
    margin-right: 0.9375em;
    float: left;
}

.bg-gray-table {
    border: 1px solid silver;
    width: 100%;
    border-collapse: collapse;
}

.bg-gray-table thead th {
    background: #efefef;
    padding: 0.4375em;
    text-align: left;
    border-bottom: 1px solid silver;
}

.bg-gray-table tbody tr {
    background: #f9f9f9;
    border-bottom: 1px solid silver;
}

.bg-gray-table tr td {
    padding: 0.4375em;
}

.postselectSpecialite .fb-share-button {
    padding: 0.625em 0 0;
}

.blogDetail-shareBtn .fb-share-button {
    padding: 0;
    margin-right: 0.625em;
    line-height: 0;
}

.postselectSpecialite .news-detail .IN-widget {
    margin-left: 0;
}

.postselectSpecialite .clear {
    font-size: 0;
}

.postselectSpecialite .blog-content div[style] h2 {
    padding: 0;
    font-size: 1em;
    color: #373737;
    font-weight: 700;
    margin-top: -0.125em;
}

.conf-detail-row {
    overflow: hidden;
    position: relative;
}

.conf-detail-row .img-wrapper {
    width: 30%;
    float: left;
}

.conf-detail-row img {
    max-width: 100%;
    max-height: 100%;
}

.conf-detail-row .content {
    float: left;
    font-size: 0.875em;
    width: 76%;
    box-sizing: border-box;
}

.conf-detail-row .organizerLive-total {
    width: 20%;
    padding-left: 2%;
}

.cmeOnline-wrapper .col-2 h2,
.conf-detail-row .content h3.confrence-detail-title,
.summary-blog h4 {
    font-size: 1.125em;
}

.conf-detail-row .content .date {
    padding: 0.3125em 0;
    font-size: 0.875em;
}

.conf-detail-row .content .speakers {
    padding: 0.3125em 0;
    margin-top: 0;
}

.conf-detail-row .content .speakers span {
    color: #0653ab;
}

.conf-detail-row .content .location {
    color: #373737;
    padding: 0.3125em 0;
}

.conf-detail-row .content .location img {
    width: 0.9375em;
    height: 0.625em;
    margin-left: 0.3125em;
    float: none;
    display: inline-block;
}

.conf-detail-row .content .location img.countryImgSearchorganizer {
    height: 1em;
    width: 1em;
}

.removeoverFlow {
    overflow: visible;
}

.booking,
.booking li {
    list-style: none;
    padding: 0;
}

.booking {
    margin: 0;
    overflow: hidden;
}

.booking li {
    margin: 0 0 1px;
}

.booking li a {
    display: block;
    color: #fff;
    font-size: 0.875em;
}

.booking li a:hover span {
    background-color: #07568f;
}

.booking li a label {
    margin-top: 0.4375em;
    display: inline-block;
}

.booking li a span.flight {
    background-position: 0.1875em 5px;
}

.booking li a span.car {
    background-position: 0.1875em -32px;
}

.booking li a span.hotel {
    background-position: 0.1875em -66px;
}

.booking li a span.dine {
    background-position: 0.1875em -98px;
}

.booking li a span.weather {
    background-position: 0.1875em -137px;
}

.booking li a span.services {
    background-position: 0.1875em -172px;
}

.conf-detail-symmary {
    color: #373737;
    line-height: 1.25em;
}

.conf-detail-symmary .event-table,
.conf-detail-symmary .session_details {
    width: 100%;
    table-layout: fixed;
}

.session_details tbody tr td:nth-child(even) {
    word-break: break-all;
}

.conf-detail-symmary p {
    margin: 0 0 0.3125em;
    word-wrap: break-word;
    padding-left: 0;
    text-align: justify;
}

.conf-detail-symmary .summary-para p {
    background: 0 0 !important;
    padding: 0 !important;
}

.conf-detail-symmary .event-table tbody tr td:nth-child(1) {
    width: 24%;
    vertical-align: top;
}

.conf-detail-symmary .event-table tbody tr td:nth-child(2) {
    width: 8%;
    vertical-align: top;
}

.conf-detail-symmary .session_details tbody tr td:nth-child(1) {
    width: 29%;
    vertical-align: top;
}

.conf-detail-symmary .event-table.contact-no tbody tr td:nth-child(1) {
    width: 24%;
}

.action-icons {
    float: right;
    overflow: hidden;
}

.action-icons a {
    display: block;
    float: left;
    width: 1.875em;
    height: 1.875em;
    margin-left: 0.9375em;
}

.action-icons a.calender {
    background: url(/assets/dt/images/calender-icon.png) center center no-repeat;
}

.action-icons a.printer {
    background: url(/assets/dt/images/print.png) center center no-repeat;
}

.action-icons a.contact {
    background: url(/assets/dt/images/contact.png) center center no-repeat;
}

.action-icons.conf-view-page {
    padding-top: 0.9375em;
    padding-bottom: 1.25em;
}

.action-icons.conf-view-page a:first-child {
    margin-left: 0;
}

#speakerDetails.people-info .waiting-claim {
    margin-bottom: 0.9375em;
}

h2.summary,
h4.summary {
    font-size: 1.125em;
}

h4.stateIcon {
    background: url(/assets/dt/images/State_CME.png) left center no-repeat;
    padding: 0.6875em 2.1875em;
}

h4.pre-conference {
    background: url(/assets/dt/images/Pre_conf_details.png) left center no-repeat;
}

h4.brochure,
h4.pre-conference,
h4.session {
    padding: 0.6875em 2.1875em;
}

h4.session {
    background: url(/assets/dt/images/Session_details.png) left center no-repeat;
}

h4.brochure {
    background: url(/assets/dt/images/brochures.png) left center no-repeat;
}

h4.exhibit {
    background: url(/assets/dt/images/Exhibit.png) left center no-repeat;
}

h2.registration,
h4.exhibit,
h4.registration,
h4.workshopIcon {
    padding: 0.6875em 2.1875em;
    border-bottom: 1px solid #ccc;
    font-size: 1.125em;
}

h4.workshopIcon {
    background: url(/assets/dt/images/Workshop_details.png) left center no-repeat;
}

h2.cme {
    background: url(/assets/dt/images/CME-icon.png) left center no-repeat;
    padding: 0.6875em 2.1875em;
}

h2.registration,
h4.registration {
    background: url(/assets/dt/images/summary_icon.png) left center no-repeat;
}

h2.hotel,
h2.venue-address,
h4.hotel,
h4.venue-address {
    padding: 0.6875em 2.1875em;
    margin-bottom: 0;
    font-size: 1.125em;
}

h2.hotel,
h4.hotel {
    background: url(/assets/dt/images/hotel.png) left center no-repeat;
}

h2.venue-address,
h4.venue-address {
    background: url(/assets/dt/images/venue.png) left center no-repeat;
}

h2.reading-head,
h4.reading-head {
    background: url(/assets/dt/images/summary_icon.png) left center no-repeat;
}

h4.reading-head {
    padding: 0.6875em 2.1875em;
}

.summary-fee {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.summary-fee li {
    list-style: none;
    min-width: 20%;
    box-sizing: border-box;
    margin: 0 0 0.3125em;
    border: 1px solid #ccc;
    min-height: 3.875em;
    float: left;
    background: #f6f6f6;
    text-transform: uppercase;
    font-size: 0.75em;
}

.summary-fee li .fee {
    color: #000;
    font-weight: 700;
}

.people-info,
.summary-fee {
    overflow: hidden;
}

.people-info h4 {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.625em;
    margin-top: 0.625em;
    padding-bottom: 0.375em;
    font-size: 1em;
}

.people-info h4 label {
    font-size: 1.125em;
    color: #0653ab;
    font-weight: 700;
    margin-right: 0.625em;
}

.people-info img {
    width: 2.5em;
    height: 2.5em;
    margin: 0 0.3125em 0.625em 0;
}

.summary-fee li .fee .contact-icon {
    display: inline-block;
    width: 1.5625em;
    height: 0.9375em;
    margin-left: 0.3125em;
    border-left: 1px solid #ccc;
    background: url(/assets/dt/images/contact_icon.png) top right no-repeat;
    font-size: 0.75em;
    color: #ccc;
}

table.table-content {
    background: #efefef;
    padding: 0.1875em;
    margin: 0;
    color: #555;
    width: 100%;
    border-collapse: collapse;
    border: 0.125em solid #efefef;
}

.summary-fee li,
table.table-content tr th {
    text-align: center;
    padding: 0.625em;
}

table.table-content tr td {
    margin-bottom: 1px;
    background: #fff;
    padding: 0.1875em 0.625em;
    border-bottom: 1px solid #efefef;
}

table.table-content tr td input[type="text"] {
    border: 1px solid #efefef;
    width: 5em;
    padding: 0.3125em;
}

#venue,
table.table-content tr th {
    color: #373737;
    font-size: 0.875em;
}

#venue h4 {
    margin: 0.3125em 0 0.125em;
}

#venue p {
    margin: 0.125em 0 0.25em;
}

.hotels-venue {
    width: 100%;
    float: left;
    padding: 0.3125em;
    margin-bottom: 0.625em;
}

.hotels-venue .hotel-img {
    width: 5.625em;
    float: left;
}

.hotels-venue .hotel-img img {
    width: 100%;
    height: 5em;
    float: left;
}

.hotels-venue .hotel-detail {
    color: #333;
    font-size: 0.6875em;
    line-height: 0.75em;
    float: left;
}

.hotels-venue .hotel-detail h5 {
    font-weight: 700;
    font-size: 0.875em;
    line-height: 1em;
}

.hotels-venue .hotel-detail p {
    margin: 0.3125em 0 !important;
    padding: 0;
    font-size: 0.875em;
}

.reading {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.reading li {
    list-style: none;
    float: left;
    width: 1.125em;
    height: 1.125em;
    background: url(/assets/dt/images/sprite-x.png) 0 0 no-repeat;
}

.reading li.active {
    background-position: 0 -45px;
}

.speaker-info,
.speaker-info-four {
    margin: 0 auto;
    font-size: 0.75em;
    color: #333;
    float: left;
    overflow: hidden;
    width: 32.5%;
}

.speaker-info-four {
    width: 24%;
}

.speaker-info img,
.speaker-info-four img {
    margin-right: 0.625em;
    float: left;
    border: 1px solid #ccc;
    width: 6.25em;
    height: 6.25em;
}

.speaker-info .speaker-detail,
.speaker-info-four .speaker-detail {
    width: 7.8125em;
    float: left;
}

#past .swiper-container h4 {
    font-weight: 700;
    color: #0653ab;
    margin-bottom: 0.3125em;
    font-size: 1em;
}

.speaker-info .speaker-detail h5,
.speaker-info-four .speaker-detail h5 {
    font-size: 0.875em;
    font-weight: 700;
    color: #0653ab;
}

.speaker-info .speaker-detail p,
.speaker-info-four .speaker-detail p {
    margin: 0.3125em 0 0;
    padding: 0;
    font-size: 0.875em;
}

.reading-label {
    overflow: hidden;
}

.reading-label label {
    display: block;
    padding: 0.3125em 0;
}

.reading-row,
.specific {
    overflow: hidden;
    padding: 0.3125em 0;
}

.specific {
    padding: 0.1875em 0;
    display: inline-block;
    vertical-align: top;
    width: 96%;
}

.reading-row .reading {
    float: left;
    margin-right: 0.9375em;
}

h2.clinical,
h2.con-audio,
h2.conference-subHead,
h2.luis,
h2.luis-attending,
h2.luis-spoken,
h2.speaker-luis-board_cert,
h2.speaker-luis-board_prof,
h2.speaker-luis-state-lic,
h2.web-cast {
    margin: 0 0 0.625em;
    font-weight: 700;
}

.specific.r-specific {
    padding-top: 0;
}

.specific label {
    font-weight: 700;
    color: #373737;
}

.specific>span {
    display: block;
    float: left;
    word-break: break-word;
}

.speakerProfilePage .dis-more {
    line-height: 1.625em;
    float: none;
}

.speakerProfilePage .speaker_spk_abt {
    padding-top: 0.3125em;
}

.event-table .specific>span,
.specific span .addressDiv {
    width: auto;
}

#orglatestReviews .specific span,
.specific label {
    margin-bottom: 0.3125em;
}

.specific span.FB,
.specific span.GP,
.specific span.LN,
.specific span.OT,
.specific span.TW {
    float: left;
    padding: 0.125em 0.3125em 0.125em 1.6875em;
    margin-bottom: 0.625em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/assets/dt/images/media-icons.png) no-repeat 0 0;
    cursor: default;
}

.specific span.LN {
    background-position: 1px 1px;
}

.specific span.TW {
    background-position: 1px -106px;
}

.specific span.FB {
    background-position: 1px -53px;
}

.specific span.FB.r-socail {
    margin-left: 0;
}

.specific span.GP {
    background-position: 1px -160px;
}

.specific span.OT {
    background-position: 1px -213px;
}

.specific span a {
    height: 1.25em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 95%;
}

.specific span small {
    float: left;
    width: 1.5%;
}

.spkr-state-license {
    width: 13.75em;
}

.spkr-state-license label,
.spkr-state-license small {
    display: inline-block;
    vertical-align: top;
}

.spkr-state-license small {
    font-size: 0.875em;
    margin-left: 0.1875em;
}

.clinical-content {
    color: #373737;
    float: left;
    padding-left: 0.3125em;
}

.luis-content {
    background: #f8f8f8;
    color: #179bd7;
    width: 12.5em;
    padding: 0.1875em;
    float: left;
    margin: 0 0.625em 0.625em 0;
}

.luis-content img {
    width: 3.75em;
    height: 3.75em;
    float: left;
    margin-right: 0.625em;
}

.luis-content span {
    font-weight: 700;
    float: left;
}

.waiting-claim {
    background: #f9f9f9;
    color: #333;
    padding: 0.625em;
    margin: 0.9375em 0;
    float: left;
}

.upcoming-speaker {
    border: 1px solid #ccc;
    overflow: hidden;
    padding-top: 0.3125em;
}

.upcoming-speaker img {
    width: 6.0625em;
    height: 5.625em;
    float: left;
    margin: 0 0.625em 0.3125em 0.3125em;
    border: 0;
}

.upcoming-speaker .location img {
    margin: 0 0.625em -0.125em 0.3125em !important;
    border: 0;
}

.upcoming-speaker .content {
    font-size: 0.875em;
    color: #373737;
    float: left;
    width: 65%;
}

.upcoming-speaker .content h4 {
    color: #0653ab;
    margin-bottom: 0.625em;
}

.upcoming-speaker .content a {
    color: #0653ab;
    font-size: 1em;
    word-break: break-all;
}

.upcoming-speaker .content .date,
.upcoming-speaker .content .location {
    padding: 0.1875em 0;
}

.upcoming-speaker .content .location img {
    width: 0.9375em;
    height: 0.9375em;
    float: none;
}

.upcoming-speaker .button-wrapper {
    overflow: hidden;
    color: #179bd7;
}

.specific span a,
.upcoming-speaker .button-wrapper>span {
    float: left;
    color: #0653ab;
}

.upcoming-speaker .button-wrapper button {
    padding: 0.1875em 0.625em;
}

.upcoming-speaker .button-wrapper a {
    padding: 0 0.3125em;
}

.latestReviews h4 {
    font-size: 1em;
    margin: 0;
}

.col input[type="checkbox"],
.col input[type="radio"] {
    margin: 0;
    vertical-align: text-top;
    height: 1.125em;
    width: 1.125em;
}

.conferencesLuis a {
    color: #179bd7;
}

.conferencesLuis,
.past-conferencesLuis,
.post-attenting,
.post-tracking,
.upcomming-attenting,
.upcomming-tracking {
    overflow: hidden;
}

h2.clinical {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) 0 -47px no-repeat;
}

h2.clinical,
h2.luis,
h2.luis-spoken {
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

h2.luis {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) 0 -95px no-repeat;
}

h2.luis-spoken {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) 0 -140px no-repeat;
}

h2.tracking-head {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) 0 -188px no-repeat;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

h2.speaker-tracking {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) 0 -228px no-repeat;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

h2.speaker-luis-tracking {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) 0 -270px no-repeat;
    padding: 0.5em 0.3125em 0.625em 2.5em;
}

h2.speaker-luis-state-lic {
    background: url(/assets/dt/images/state_license.png) no-repeat;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

h2.speaker-luis-board_cert {
    background: url(/assets/dt/images/board_certification.png) no-repeat;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

h2.speaker-luis-board_language {
    background: url(/assets/dt/images/language.png) no-repeat;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

h2.speaker-luis-board_prof {
    background: url(/assets/dt/images/professtional_association.png) no-repeat;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

h2.reading-head {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) 0 -270px no-repeat;
    padding: 0.5em 0.3125em 0.625em 2.5em;
}

.speaker-detail-img {
    text-align: center;
    border: 0;
    position: relative;
    float: left;
    min-height: 12.5em;
    box-sizing: border-box;
}

.speaker-detail-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

.speaker-detail-img label {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: block;
    margin-bottom: 0;
}

.speaker-detail-img label button {
    width: 100%;
    background: #000;
    opacity: 0.7;
    color: #fff;
}

.outer-wrapper {
    background: #fff;
    font-size: 0.875em;
    font-family: sans-serif;
}

.left-nav {
    float: left;
    width: 30%;
    background: #f0f0f0;
    padding: 0.625em 0 0 2.1875em;
}

.msg-from {
    overflow: hidden;
    text-overflow: ellipsis;
}

.msg-from span:first-child {
    color: #0653ab;
    font-size: 1em;
    float: left;
    max-width: 50%;
    text-overflow: ellipsis;
}

.msg-from span:nth-child(2) {
    font-size: 0.6875em;
    color: #888;
    display: block;
    float: right;
    padding: 0.3125em 0;
}

.message-pane h4 {
    display: block;
    margin: 0.3125em 0;
    border-top: 1px solid #ccc;
    padding-top: 0.9375em;
}

.message-pane ul {
    border: 1px solid #ccc;
    max-height: 494px;
    overflow-y: auto;
    padding: 0.625em;
}

.message-pane ul li {
    list-style: none;
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0.25em 0;
    margin: 0.25em 0;
    cursor: pointer;
}

.message-pane ul li:last-of-type {
    border-bottom: 0;
}

.msg-subject span,
p {
    color: #373737;
}

.msg-subject {
    padding: 0.375em 0;
}

.message-pane .active {
    background-color: #f6f6f6;
}

.backBtn_message {
    margin-right: 0.6875em;
    float: right;
    font-weight: 800;
    margin-top: 0.3125em;
    background: #efefef;
    width: 10%;
    text-align: center;
    height: 1.25em;
    border-radius: 0.3125em;
    border: 1px solid #c5c2c2;
    padding: 0 0.5em;
    cursor: pointer;
}

.msg-description {
    font-size: 0.875em;
    max-height: 3.125em;
    overflow: hidden;
}

.bottom-icons {
    position: absolute;
    bottom: 0.3125em;
    right: 0.625em;
}

.conferenceUL li,
.recent-msg {
    background: #fff;
    position: relative;
}

.recent-msg {
    width: 84%;
    float: left;
    padding: 5% 8%;
    min-height: 6.875em;
}

.recent-msg,
.recent-msg-empty,
.right-container {
    overflow: hidden;
    display: inline-block;
}

.recent-msg-empty {
    width: 84%;
    float: left;
}

.right-container {
    width: 65%;
    margin: 0 0.25em;
    padding: 0 0.25em;
}

.recent-msg-container {
    overflow: hidden;
    display: block;
    background: #f6f6f6;
    padding: 0.625em;
    margin-top: 0.625em;
}

.sender-details {
    display: block;
    padding: 0.25em;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    position: relative;
}

.sender-dtl {
    overflow: hidden;
    float: left;
    width: 100%;
}

.sender-dtl div {
    display: block;
    overflow: hidden;
}

.sender-dtl div span,
.sender-dtl img {
    float: left;
    display: block;
    margin: 0.25em;
    word-break: break-all;
}

.msg-desc {
    background: #f3f3f3;
    word-break: break-all;
}

.messageSearch {
    position: relative;
    overflow: hidden;
    padding: 0.625em 0;
    width: 100%;
}

#sortDivMessgaes {
    margin-top: -1.25em;
}

#sortDivNotifi {
    margin-top: -2.625em;
    background: url(/assets/dt/images/filter.png) no-repeat left center;
    padding-left: 1.25em;
}

#sortDivMessgaes select,
#sortDivNotifi select {
    border: 1px solid #ccc;
    padding: 0.3125em;
    background-color: #fff !important;
    background: url(/assets/dt/images/dropdown_arw.jpg) no-repeat right 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.messageSearch input[type="text"] {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ccc;
}

.messageSearch button {
    border: 0;
    height: 1.875em;
    position: absolute;
    right: 0.1875em;
    top: 0.8125em;
    width: 1.875em;
    background: url(/assets/dt/images/search_icon.png) no-repeat 15px 7px;
    text-indent: -3000px;
}

.right-section {
    background: #ededed;
}

.right-section .pane {
    background: #fff;
    padding: 0.625em;
    word-spacing: 0.125em;
}

.right-section h3 {
    font-weight: 700;
    color: #000;
    margin: 0 0 0.625em;
}

.left-section,
.right-section {
    padding: 0.9375em;
}

.cmeOnline-wrapper,
.notification-wrapper {
    overflow: hidden;
}

.page-heading {
    padding: 0.625em 0 0.9375em;
}

.page-heading select {
    float: right;
    vertical-align: middle;
    margin: 0 0 0 0.625em;
    padding: 0.125em;
    cursor: pointer;
    width: 6.25em;
}

.notification-wrapper .left-section .pane {
    border: 0;
}

.listHeadContent {
    overflow: hidden;
}

.recent-list {
    margin: 0.625em 0;
    background: #f5f5f5;
    padding: 0 0.625em;
}

.conferenceUL h4 a,
.modifed-conf h4 a,
.postList li label a {
    color: #0653ab;
}

.recent-list p {
    margin: 0.3125em 0 0;
}

.featured-conference h2 {
    background: #bababa;
    color: #fff;
    padding: 0.625em;
    text-align: center;
    font-size: 1.1em;
}

.featured-conference-wrapper {
    padding: 0.9375em 1.25em;
    background: #fafafa;
}

.featured-conference-content {
    background: #fff;
    padding: 1.25em 1.5625em;
}

.featured-conference-content label.trackBtn {
    background: #4097dc;
}

.featured-conference-content .listImage {
    background-size: cover;
    height: 12.5em;
}

.conferenceUL {
    overflow: hidden;
}

.conferenceUL h4 {
    padding: 0 0.9375em 0 0;
    font-size: 1em;
}

.conferenceUL li {
    padding: 0.625em 0.9375em;
}

.conferenceUL .listImage {
    float: left;
    width: 3.75em;
    height: 3.75em;
    border: 1px solid #eee;
    position: relative;
    margin-right: 0.9375em;
}

.conferenceUL li.notifi_Conf:nth-child(even) {
    background: #fafafa;
}

.conferenceUL .listImage img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.conferenceUL .listContent {
    padding: 0 0 0 0.3125em;
    width: 85%;
    float: left;
}

.messageRead .listContent h4,
.profinfosection .col label .delete-all {
    font-weight: 400;
}

.trash-icon {
    position: absolute;
    width: 1.25em;
    height: 1.25em;
    right: 0.5em;
    top: 0.5em;
    cursor: pointer;
    background: url(/assets/dt/images/Delete.png) no-repeat center/15px;
}

.conferenceCMA {
    border-right: 1px solid;
}

.conferenceCMA,
.specialityNotification {
    padding: 0 0.625em 0 0;
}

.conferenceState {
    display: block;
    padding: 0.3125em 0 0;
}

.conferenceField {
    padding: 0 0 0 0.625em;
}

label.attendBtn {
    background: #253c80 0 0;
    margin: 0 0.625em 0 0;
    display: inline-block;
}

label.attendBtn,
label.trackBtn {
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    text-align: center;
    width: 4.875em;
    padding: 0.1875em 0.625em;
}

.cmeOnline-wrapper *,
.notification-wrapper * {
    box-sizing: border-box;
}

.cmeOnline-wrapper .button-wrapper * {
    box-sizing: content-box;
}

.notifCont .feature-conf .button-wrapper a {
    width: 8.125em;
}

#messageBlock .medicalInfo>div.rightInfo,
.cmeOnline-featuredConfrence,
label.trackBtn {
    display: inline-block;
}

.cmeOnline-featuredConfrence .listSection {
    padding-top: 0.3125em;
}

.organizer-banner,
.past-podcast,
.past-webcast,
.upcome-podcast,
.upcome-webcast {
    overflow: hidden;
}

.organizer-banner .swiper-slide img {
    width: 100%;
}

.banner-area {
    height: 12.5em;
}

.banner-pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.banner-pagination .swiper-pagination-bullet {
    display: block;
    height: 4.375em;
    opacity: 1;
    border-radius: 0;
    width: 14%;
    margin: 0 0 0 0.2%;
    float: left;
    text-align: center;
    background: #eeeff3 url(/assets/dt/images/organizer-icon.png) no-repeat;
}

.banner-pagination .swiper-pagination-bullet:nth-child(1) {
    background-position: -2% 0;
}

.banner-pagination .swiper-pagination-bullet:nth-child(2) {
    background-position: 5% 0;
}

.banner-pagination .swiper-pagination-bullet:nth-child(3) {
    background-position: 13% 0;
}

.banner-pagination .swiper-pagination-bullet:nth-child(4) {
    background-position: 22% 0;
}

.banner-pagination .swiper-pagination-bullet:nth-child(5) {
    background-position: 30% 0;
}

.banner-pagination .swiper-pagination-bullet:nth-child(6) {
    background-position: 38% 0;
}

.banner-pagination .swiper-pagination-bullet:nth-child(7) {
    background-position: 46% 0;
}

.banner-pagination .swiper-pagination-bullet:nth-child(1).swiper-pagination-bullet-active {
    background-position: -2% 0;
    background-color: #bababa;
}

.banner-pagination .swiper-pagination-bullet:nth-child(2).swiper-pagination-bullet-active {
    background-position: 5% 0;
    background-color: #bababa;
}

.banner-pagination .swiper-pagination-bullet:nth-child(3).swiper-pagination-bullet-active {
    background-position: 13% 0;
    background-color: #bababa;
}

.banner-pagination .swiper-pagination-bullet:nth-child(4).swiper-pagination-bullet-active {
    background-position: 22% 0;
    background-color: #bababa;
}

.banner-pagination .swiper-pagination-bullet:nth-child(5).swiper-pagination-bullet-active {
    background-position: 30% 0;
    background-color: #bababa;
}

.banner-pagination .swiper-pagination-bullet:nth-child(6).swiper-pagination-bullet-active {
    background-position: 38% 0;
    background-color: #bababa;
}

.banner-pagination .swiper-pagination-bullet:nth-child(7).swiper-pagination-bullet-active {
    background-position: 46% 0;
    background-color: #bababa;
}

.feature-org {
    overflow: hidden;
    font-size: 1em;
}

.feature-org h4 {
    padding-bottom: 0.3125em;
}

.feature-org .banner-img {
    height: 6.9375em;
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
}

.feature-org .location-head {
    padding: 0.9375em 0 0;
    font-size: 1em;
    font-weight: 700;
    color: #0653ab;
}

.feature-org .location {
    font-size: 0.875em;
    color: #373737;
    padding: 0.75em 0.3125em 0;
}

.feature-org .summary p,
.news-list li .news-detail a .more,
.recent-news-list li .news-detail a .more {
    font-size: 0.875em;
}

.feature-org .location img {
    width: 0.9375em;
    height: 0.9375em;
    margin-left: 0.1875em;
}

.feature-org .total {
    list-style: none;
    padding: 0;
    width: 100%;
    float: left;
    margin: 0.75em 0 0;
}

.feature-org .total li {
    float: left;
    background: #efefef;
    margin-right: 1px;
    padding: 0.1875em 0.625em;
    min-width: 2.5em;
    font-size: 0.875em;
}

.feature-org .total li span {
    font-size: 0.9375em;
    font-weight: 700;
    color: #0653ab;
    margin-left: 0.625em;
}

.feature-org .summary {
    overflow: hidden;
    padding: 0.625em 0;
    border-top: 1px solid #ccc;
    margin: 0.3125em 0;
    max-height: 35%;
    width: 100%;
    float: left;
}

.feature-org .summary .adjust {
    background: #fff;
}

.feature-org .summary h5 {
    font-weight: 700;
    margin-bottom: 0.125em;
    font-size: 1em;
}

.latest-list,
.other-features {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.other-features {
    margin: 1.25em 0 0;
}

.other-features li {
    list-style: none;
    border-top: 1px solid #ccc;
    padding: 1.375em 0 1.375em 3.5em;
    font-size: 0.875em;
    font-weight: 700;
    background-position: center left !important;
    background-size: 2.5em !important;
}

.other-features li.reg {
    background: url(/assets/dt/images/Sales&revenue.png) no-repeat;
}

.other-features li.social {
    background: url(/assets/dt/images/social_media.png) no-repeat;
}

.other-features li.market {
    background: url(/assets/dt/images/Marketing_reserch.png) no-repeat;
}

.other-features li.eventadv {
    background: url(/assets/dt/images/eventadv.png) no-repeat;
}

.other-features li.sale {
    background: url(/assets/dt/images/sell_books.png) no-repeat;
}

.latest-list {
    margin: 1.25em 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.latest-list li {
    width: 100%;
    text-align: center;
    float: left;
    min-height: 10.9375em;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}

.latest-list li .latest-list-img {
    width: 6.875em;
    height: 6.875em;
    padding: 0.125em;
}

.latest-list li .heading {
    font-size: 0.8125em;
    line-height: 0.875em;
    margin: 0.3125em 0;
    color: #0653ab;
    font-weight: 700;
}

.latest-list li .location {
    font-size: 0.6875em;
    color: #888;
}

.latest-list li .location img {
    width: 0.9375em;
    height: 0.625em;
    margin-left: 0.3125em;
}

.contact-info h4 {
    margin-bottom: 0.3125em;
}

.paymentsection .paymentLeft h3,
.paymentsection .paymentLeft h4 {
    font-size: 1.2em;
}

.form-group input[type="text"],
.form-group textarea {
    padding: 0.5em 0.875em;
    border: 1px solid #ccc;
}

.form-group .orgSubmit,
.speakerSubmit {
    text-align: right;
}

.form-group .orgSubmit input[type="button"],
.speakerSubmit input[type="button"] {
    background: #253b80;
    padding: 0.3125em 1.25em;
    color: #fff;
    border: 0;
    cursor: pointer;
}

#speaker_logo,
.conferenceBox li img {
    float: left;
}

#removeButton {
    float: left;
    margin-left: 0.9375em;
}

#ConfSpeakerOrganizer h2 {
    margin-bottom: 0.625em;
    border-bottom: 0;
}

#ConfSpeakerOrganizer input#organizers {
    width: calc(100% - 1.5625em) !important;
}

.contact-info {
    padding: 0.3125em 0;
}

.contact-info .contact-no {
    width: 40%;
    float: left;
}

.contact-info .contact-address {
    width: 60%;
    float: left;
}

.contact-info h4 {
    font-weight: 700;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.pastConference,
.result.search_result_wid .pastConference {
    background-color: #fc603a;
    clear: left;
    color: #fff;
    float: right;
    padding: 0.1875em 0.3125em;
    margin-top: 0.625em;
    position: absolute;
    left: 1.25em;
    bottom: 0.3125em;
}

.result.search_result_wid .pastConference {
    font-weight: 700;
    position: relative;
    left: 0;
    bottom: 0;
}

ul.org_ccount {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border: 1px solid #d2d2d2;
    border-right: 0;
    display: table;
    list-style: outside none none;
    margin-top: 1.25em;
    width: 100%;
    border-color: #d2d2d2 0 #d2d2d2 #d2d2d2;
    border-style: solid none solid solid;
    border-width: 1px transparent 1px 1px;
}

.org_ccount>li {
    width: 50%;
    display: table-cell;
    list-style: outside none none;
}

.org_ccountnner {
    border-right: 1px solid #d2d2d2;
}

ul.org_ccountnner li {
    font-size: 0.875em;
    text-align: center;
    margin: 0;
    padding: 0.375em 0;
}

.org_ctitle {
    background: #2f62b0 0 0;
    color: #fff;
    font-size: 0.875em;
}

.org_conferenceCount {
    color: #000;
    font-size: 1.125em;
    padding-bottom: 0.875em;
    background: #f2f2f2 0 0;
    font-weight: 700;
}

.cropImg {
    width: 99%;
    height: 8.75em;
    display: inline-block;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.3125em;
}

.cropImg img {
    height: 100%;
}

.feature-organizer .marginB {
    margin-bottom: 0.9375em;
}

.cropImg_orgtab {
    height: 12.5em;
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
}

.cropImg_orgDiv {
    padding-left: 15%;
    margin-top: 2%;
}

.fb_iframe_widget {
    margin-right: 0.625em;
}

.news-detail .twitter-share-button {
    margin-left: 0;
}

#conferenceTabs .is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

#conferenceTabs #conference_logo form,
#conference_banner form,
#conference_mini_banner form {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
}

#conferenceTabs #conference_logo img,
#conference_banner img,
#conference_mini_banner img {
    height: 100% !important;
    left: 0;
    max-height: 7.5em;
    position: absolute !important;
    top: 0;
    width: 100%;
}

#conferenceTabs #conference_banner::before {
    background: #179bd7 0 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    height: 1.875em;
    left: 0;
    line-height: 1.6875em;
    position: absolute;
    text-align: center;
    width: 100%;
}

#conferenceTabs #conference_logo::before {
    content: "Add Logo";
}

#conferenceTabs #conference_logo::before,
#conferenceTabs #conference_mini_banner::before {
    background: #179bd7 0 0;
    bottom: 0;
    color: #fff;
    font-weight: 700;
    height: 1.875em;
    left: 0;
    line-height: 1.6875em;
    position: absolute;
    text-align: center;
    width: 100%;
}

#conferenceTabs #conference_banner::before {
    content: "Add Banner";
}

#conferenceTabs #conference_mini_banner::before {
    content: "Add Mini Banner";
}

#conferenceTabs #conference_logo,
#conference_banner,
#conference_mini_banner {
    float: left;
    width: 100% !important;
}

#conferenceTabs .uploadFile input[type="file"] {
    cursor: pointer;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

#conferenceTabs .uploadBrocherInfo .uploadedPicInfo .uploadFile {
    height: 1.3125em;
    width: 87%;
    background-color: #0099d7;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 0.8125em;
    font-weight: 700;
    padding: 0.3125em 0.9375em 0.375em;
}

#conferenceTabs .uploadBrocherInfo .uploadedPicSml {
    border: medium;
    display: inline-block;
    float: none;
    height: 7.1875em;
    width: 6.25em;
    margin: 0;
}

#conferenceTabs .uploadBrocherInfo {
    float: left;
    text-align: center;
    width: 100%;
}

#conferenceTabs .uploadBrocherInfo .uploadedPic .cmnSubmit {
    background-color: #0099d7;
    color: #fff;
    display: inline-block;
    float: none;
    line-height: normal;
    padding: 0.4375em 0.9375em;
}

#messageBlock.lightBox {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#messageBlock.lightBox .lightBoxMid {
    height: 100%;
    max-width: 90%;
    position: relative;
    width: 66.875em;
    margin: 0 auto;
}

#messageBlock.lightBox .lightBoxMid .lightBoxTitle {
    background-color: #fff;
    color: #474747;
    font-size: 1.25em;
    height: 2.5em;
    line-height: 2.375em;
    padding-left: 0.9375em;
    position: absolute;
    width: 100%;
}

#messageBlock .pull-left {
    float: left !important;
}

#messageBlock .padLR15 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

#messageBlock .width100p {
    width: 100% !important;
}

#messageBlock.lightBox .lightBoxMid .lightBoxContent {
    background-color: #fff;
    overflow-y: auto !important;
    position: relative;
    padding: 0;
}

#messageBlock.lightBox .lightBoxMid .lightBoxContent input[type="text"] {
    padding: 0.5em;
}

#messageBlock.lightBox .lightBoxMid .lightBoxContent input[type="text"]:-webkit-autofill {
    padding-left: 1% !important;
}

#messageBlock .messageFormFields {
    background-color: #e7e7e7;
    margin-top: 0.9375em;
    padding: 0.9375em;
}

#messageBlock .messageContent {
    padding: 0.9375em 0;
}

#messageBlock .messageHeading {
    font-size: 1.25em;
}

#messageBlock .messageContent .medConferences {
    border: medium;
    padding-top: 0.9375em;
}

#messageBlock .marB10 {
    margin-bottom: 0.625em !important;
}

#messageBlock .medConferences {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0.625em;
    padding-top: 0.625em;
}

#messageBlock .medicalInfo {
    padding-bottom: 1.25em;
}

#messageBlock .medicalInfo>label {
    color: #000;
    font-weight: 400;
    width: 12.125em;
    padding-right: 1.25em;
    display: inline-block;
    vertical-align: top;
    max-width: 15.625em;
}

#messageBlock .messageBottomStip {
    background-color: #e7e7e7;
    padding: 1.25em;
    text-align: right;
}

#messageBlock .closePopup {
    background: url(/assets/dt/images/sprite.png) no-repeat 0 -1200px !important;
    color: #0c63a6;
    float: right;
    height: 1.1875em;
    opacity: 1;
    position: relative;
    right: 0.625em;
    text-indent: -10000000px;
    top: 0.625em;
    width: 0.9375em;
    padding: 0;
}

#messageBlock .medConferences .newsBlock {
    background-color: #f1f5f7;
    padding-bottom: 0;
    padding-top: 0;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    transition: all 0.3s linear 0;
}

#messageBlock .medConferences .confPhoto {
    background-color: #fff;
    height: 6.875em;
    line-height: 6.6875em;
    width: 9.375em;
    float: left;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d4d4d4;
    padding: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#messageBlock .medConferences .confPhoto>img {
    display: inline-block;
    max-height: 5.625em;
    max-width: 100%;
    vertical-align: middle;
}

#messageBlock .messageContent .medConferences .newsBlock .newsContent {
    padding-left: 2.5em;
    padding-top: 1.25em;
}

#messageBlock .cmnBtn,
#messageBlock .cmnBtn2,
#messageBlock .cmnBtn3 {
    background-color: #0094d5;
    border: medium;
    color: #fff;
    display: inline-block;
    line-height: 1.375em;
    cursor: pointer;
    padding: 0.125em 0.5em 0.25em;
}

#messageBlock .cmnBtn3 {
    background-color: #888;
}

.conference-result .result-details .swiper-slide {
    height: auto !important;
}

#organizerDashboard .conference-tab-box img,
.conference-organizers .swiper-slide-active {
    height: auto;
}

.conference-organizers .swiper-wrapper {
    display: block;
    overflow: hidden;
}

.conference-organizers .swiper-wrapper:after {
    display: block;
    content: "";
    clear: both;
    overflow: hidden;
}

.conference-organizers .swiper-wrapper>div {
    float: left;
    height: auto;
}

.swiper-slide .cme-value {
    top: 1.875em !important;
    right: -0.1875em !important;
}

#conference ul.holder,
#speaker ul.holder {
    padding: 0;
    width: 100% !important;
}

#conference ul.holder li.bit-box,
#speaker ul.holder li.bit-box {
    font-size: 0.6875em;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

#conference ul.holder li#search_organizer_annoninput,
#conference ul.holder li#search_speaker_annoninput,
#conference ul.holder li#search_speciality_annoninput,
#speaker ul.holder li#undefined_annoninput {
    float: none !important;
    clear: both;
    margin: 0;
}

.maininput {
    width: 95% !important;
    padding: 0.375em 0.625em !important;
    border-top: 1px solid #ccc !important;
}

ul.holder {
    border: 0 !important;
    padding: 0 !important;
}

.facebook-auto,
.facebook-auto ul {
    width: 89% !important;
    box-sizing: border-box;
}

.facebook-auto ul {
    width: 100% !important;
    background: #eee;
    border: 1px solid #ccc;
    max-height: 17.5em !important;
}

.facebook-auto ul li {
    border: 0 !important;
    border-bottom: 1px solid #ccc !important;
}

#speaker .facebook-auto ul {
    width: 95% !important;
}

#UserProfProfileForm .speaker_conf.attendee_block+.borB-gray {
    border-bottom: 0;
}

.collapse.in {
    display: block;
}

#boradconf_content .btn,
#my_conf .btn,
#org_all_conf .btn,
#searchResultDiv .btn,
#useradmin-wrapper .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0.375em 0.75em;
}

#boradconf_content .btn-primary,
#my_conf .btn-primary,
#org_all_conf .btn-primary,
#searchResultDiv .btn-primary,
#useradmin-wrapper .btn-primary {
    background-color: #fff;
    color: #179bd7;
    border-color: #fff;
    display: inline-block;
}

#boradconf_content .btn-block,
#my_conf .btn-block,
#org_all_conf .btn-block,
#searchResultDiv .btn-block,
#useradmin-wrapper .btn-block {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

#searchResultDiv #viewMore {
    width: 100%;
    display: inline-block;
}

#message_maincontent .btn {
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0.25em;
    cursor: pointer;
    display: inline-block;
    font-size: 0.875em;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    padding: 0.375em 0.75em;
}

#message_maincontent .btn-primary {
    background-color: #fff;
    color: #179bd7;
    border-color: #fff;
}

#message_maincontent .btn-block {
    display: block;
    width: 100%;
}

.loardAutosussest ul.holder li#speaker_id_annoninput {
    float: none;
    clear: both;
    margin: 0 0.3125em 0 0;
}

.loardAutosussest ul.holder li.bit-input input {
    border: 1px solid #bcbcbc !important;
}

#confviewTabs.ui-tabs .ui-tabs-panel {
    padding: 1em 0;
}

.organizer_name_wrapper {
    width: 80%;
    display: inline-block;
}

#organizer_name {
    width: 100%;
}

.addneworg_error {
    color: #000;
    font-size: 0.6875em;
    float: left;
}

.newvenuehotel_error {
    color: red;
    font-size: 0.6875em;
}

.conferenceBox {
    list-style: none;
    padding: 0;
    margin: 0.625em 0;
}

.conferenceBox li {
    list-style: none;
    width: 100%;
    padding: 0.1875em;
    float: left;
    font-size: 0.875em;
    margin: 0 0 0.3125em 0.625em;
}

.conferenceBox li .stateName {
    color: #0653ab;
    font-weight: 700;
}

.conferenceBox li .details {
    width: 100%;
    float: left;
    padding: 0 0 0 0.5em;
    min-height: 2.8125em;
}

.addUser {
    border: 1px solid #ccc;
    padding: 0.375em 0.625em;
    width: 50%;
}

.inviteUser {
    font-size: 0.75em;
    color: #888;
    margin: 0.625em 0;
}

.inviteUser a {
    color: #0653ab;
    padding: 0 0.3125em;
}

.addedUsers .box label:hover,
.directory-wrapper .listofSpecialities ul li a:hover,
.inviteUser a:hover {
    text-decoration: underline;
}

.result-wrapper {
    position: relative;
    background: #f6f6f6;
    border: 1px solid #d5d5d5;
    padding: 0.625em;
}

.search-result-img {
    width: 20%;
    height: 7.5em;
    position: relative;
    float: left;
}

.search-result-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
}

.addedUsers {
    margin-top: 0.9375em;
}

.addedUsers .box {
    background: #f2f2f2;
    float: left;
    margin: 0.625em 0 0;
    min-height: 7.5em;
    text-align: center;
    width: 90%;
    position: relative;
}

.addedUsers .box>img {
    height: 5.625em;
    margin-bottom: 0.3125em;
    max-width: 6.25em;
    margin-top: 0.3125em;
}

.addedUsers .box>img.setPos {
    left: -6px;
    position: relative;
}

.addedUsers .box .delete,
.invitedEmail .delete,
.modifed-conf h4 a.edit-icon {
    position: absolute;
    right: 0;
    text-indent: -2000px;
    height: 1.375em;
}

.modifed-conf h4 a.edit-icon {
    width: 1.5625em;
    height: 1.5625em;
    background: url(/assets/dt/images/mod-edit.png) no-repeat;
}

.addedUsers .box .delete {
    background: #eee url(/assets/dt/images/delet_icon.png) no-repeat 2px 2px;
    display: block;
    top: 0;
    width: 0.75em;
    padding-left: 0.3125em;
}

.addedUsers .box label,
.invitedEmail,
.modifed-conf h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modifed-conf .date span,
.modifed-conf h4 {
    font-weight: 700;
}

.addedUsers .box label {
    display: block;
    color: #0653ab;
    padding: 0 0.3125em 0.1875em;
}

.invitedEmail {
    position: relative;
    padding: 0.3125em 0;
    color: #0653ab;
    width: 90%;
    float: left;
    border-bottom: 1px solid #ccc;
}

.invitedEmail .delete {
    width: 1.5625em;
    background: url(/assets/dt/images/delet_icon.png) no-repeat 0 0;
}

.recent_mod .modifed-conf {
    width: 100%;
    box-sizing: border-box;
}

.modifed-conf {
    background: #f6f6f6;
    padding: 0.625em 0.625em 0;
    width: 11.5625em;
    float: left;
    margin: 0 0 0.625em 0.9375em;
}

.modifed-conf .img-wrapper {
    border: 1px solid #ccc;
    height: 7.5em;
    position: relative;
}

.modifed-conf .img-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
}

.modifed-conf h4 {
    margin: 0.3125em 0;
    font-size: 0.875em;
    color: #3289c8;
    height: 1.5625em;
    position: relative;
    padding: 0 1.5625em 0 0;
}

.modifed-conf .date {
    font-size: 0.875em;
    color: #3c3c3c;
    border-bottom: 1px solid #fff;
    padding: 0.1875em 0;
    margin-bottom: 0.3125em;
}

.modifed-conf .modified-by {
    overflow: hidden;
}

.modifed-conf .modified-by>div {
    padding: 0.3125em 0;
    font-size: 0.875em;
    margin: 0.1875em 0 0.3125em;
}

.modifed-conf .modified-by img {
    width: 1.5625em;
    height: 1.5625em;
    float: left;
    margin: 0 0.4375em 0.4375em 0;
}

.conferenceBox li .details label.no-weight {
    font-weight: 700;
    white-space: normal;
}

.artefacts-links {
    margin: 0.3125em 0;
    padding: 0;
    list-style: none;
    max-height: 18.75em;
    overflow: auto;
}

.artefacts-links li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.artefacts-links li a {
    display: block;
    color: #0653ad;
    padding: 0.1875em 0 0.1875em 1.875em;
    background: url(/assets/dt/images/arrow-round.png) left center no-repeat;
}

.myconfBox {
    padding: 1.5625em 0;
    border: 1px solid #d5d5d5;
    background: #f2f2f2;
    position: relative;
}

.myconfBox .col {
    width: 47%;
    margin-bottom: 0.9375em;
}

.myconfBox .col:first-child {
    padding-left: 2%;
}

.invite-row {
    padding: 0.3125em 0;
    overflow: hidden;
}

.invite-row input[type="text"] {
    width: 50%;
    float: left;
    border: 1px solid #ccc;
}

.invite-row .next {
    margin: 0.125em 0 0 0.625em;
    float: left;
}

.invite-row a.close-icon {
    float: left;
    position: static;
    border: 1px solid #999;
    border-radius: 0.9375em;
    margin: 0.25em 0 0 0.625em;
}

.organizerDetails button {
    padding: 0.5em 0.9375em;
}

.conf-detail-row .content .edit-icon {
    width: 1.5625em;
    height: 1.375em;
    text-indent: -2000px;
    padding: 0 0.75em;
}

.attendee-contentBox .edit-icon {
    margin-left: 0.3125em;
}

.searchBox {
    padding: 0.9375em;
}

.searchBox label {
    display: block;
    padding: 0.3125em 0;
    font-weight: 700;
}

.searchBox input[type="text"] {
    width: 95%;
    width: calc(100% - 1.375em);
    border: 1px solid #ccc;
    height: 2.5em;
    padding: 0 0.625em;
}

.searchBox select {
    width: 100%;
    background: #fff;
    height: 2.5em;
    margin: 0.3125em 0 0;
    border: 1px solid #ccc;
    padding: 0 0.375em;
    background-color: #fff !important;
    background: url(/assets/dt/images/dropdown_arw_40.jpg) no-repeat right 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.postList,
.postList li {
    list-style: none;
    overflow: hidden;
}

.postList li {
    padding: 0.3125em;
    display: flex;
    align-items: center;
}

.postList li:nth-child(odd) {
    background: #f7f7f7;
}

.postList li:nth-child(even) {
    background: #fff;
}

.postList li>.show-content {
    width: 4.375em;
    height: 4.375em;
    float: left;
    overflow: hidden;
    border: solid 1px #ddd;
}

.postList li label {
    color: #0653ab;
    line-height: 1.25em;
    font-weight: 600;
    float: left;
    padding: 0.625em;
    margin-bottom: 0;
    width: calc(100% - 4.375em);
}

.pageList li:nth-child(odd) {
    background: #efefef;
}

#boardReviewContentDiv .my-speciality li:nth-child(2n),
.news-list li:nth-child(even),
.pageList li:nth-child(even) {
    background: #fff;
}

.selectedSpecialties {
    overflow: hidden;
}

.selectedSpecialties img {
    width: 20%;
    float: left;
}

.blogAdjust .selectedSpecialties img {
    width: 15%;
}

.selectedSpecialties .contents {
    float: left;
    width: 80%;
    padding: 0.9375em 3%;
}

.blogAdjust .selectedSpecialties .contents {
    float: left;
    width: 76%;
    padding: 0;
}

.selectedSpecialties .contents h3 {
    font-size: 1em;
    color: #0653ab;
    padding: 0.3125em 0.3125em 0;
    font-weight: 700;
    border: 0;
    min-height: 0.3125em;
}

.blog-content a,
.selectedSpecialties .contents .doc .name a,
.selectedSpecialties .contents h3 a {
    color: #0653ab;
}

.selectedSpecialties .contents .date {
    font-size: 0.875em;
    color: #373737;
    margin-bottom: 0.3125em;
}

.blogAdjust .selectedSpecialties .date {
    padding-left: 0.3125em;
}

.selectedSpecialties .contents p {
    padding: 0.3125em 0 0 0.3125em;
    color: #373737;
    margin: 0;
}

.selectedSpecialties .contents .doctorInfo {
    margin: 0.3125em 0 0;
    padding: 0.3125em;
    border-top: 1px solid #ccc;
    overflow: hidden;
}

.selectedSpecialties .contents .doc {
    float: left;
    width: 50%;
}

.selectedSpecialties .contents .doc img {
    width: 1.875em;
    float: left;
    margin-right: 0.625em;
    height: 1.875em;
    min-height: 0;
}

.selectedSpecialties .contents .doc .name {
    color: #888;
    padding: 0.1875em;
    font-size: 0.875em;
    line-height: 0.75em;
}

.blogAdjust .selectedSpecialties .contents .doc .name {
    display: table;
}

.blogAdjust .selectedSpecialties .contents .doc .name a,
.blogAdjust .selectedSpecialties .contents .doc img {
    display: table-cell;
    vertical-align: middle;
}

.box-float-detailpage {
    width: 14%;
}

.comments {
    background: #f9f9f9;
    margin-bottom: 0.9375em;
    padding: 0.3125em;
    border: 1px solid #eee;
}

.comments .userText {
    background: #f5f5f5;
    margin-bottom: 0.3125em;
    padding: 0.625em;
    border: 1px solid #efefef;
}

.comments .displayDate {
    color: #373737;
}

.msgDiv {
    width: 11.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    text-align: justify;
}

.msgDate {
    font-size: 0.6875em;
    color: #888;
}

.modifiedTit {
    min-height: 6.875em;
}

.spliter.timing {
    overflow: hidden;
    padding: 1px 0;
}

.spliter.timing span {
    display: block;
    float: left;
    font-size: 0.6875em;
    color: gray;
    line-height: 0.875em;
}

.spliter.timing span:first-child {
    border-right: 1px solid #ccc;
    max-width: 30%;
    padding-right: 0.625em;
    padding-left: 0;
    margin-right: 0.625em;
}

.spliter.timing span:nth-child(2) {
    width: 55%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.my-featured .location {
    padding: 0.1875em 0;
    color: #444;
}

.my-featured .address {
    padding: 0.3125em 0;
    font-size: 0.875em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.headerNotif {
    overflow: hidden;
    padding-bottom: 1.25em;
}

.feature-conf {
    overflow: hidden;
    padding: 1.25em 0;
}

.feature-conf .featured,
ol,
ul {
    padding: 0;
}

.feature-conf .button-wrapper {
    text-align: center;
}

.feature-conf .button-wrapper a {
    clear: both;
    margin: 0.3125em 0 !important;
    width: 60%;
    height: 2em;
}

.listAddedDate {
    font-size: 1em;
}

.image_location {
    float: left;
    margin-right: 0.625em;
}

#search_results,
.errorDivcss {
    border: 1px solid #ccc;
    display: none;
}

.errorDivcss {
    background-color: red;
    color: #fff;
    font-weight: 700;
    margin-left: 1.25em;
    margin-top: 0.9375em;
    text-align: center;
    width: 85%;
    padding: 0.4375em 5%;
}

.blog-author-page .userTxt {
    margin: 0;
    padding: 0;
}

.blog-author-page .imgContainer {
    width: 18%;
    float: left;
    text-align: left;
    max-width: 200px;
}

.blog-author-page .imgDescription {
    width: 78%;
    padding: 0 0 0 30px;
    float: left;
    margin-bottom: 30px;
}

.blog-author-page .achievementsList li {
    border-bottom: solid 1px #ddd;
}

.blog-author-page .achievementsList li a {
    padding: 10px 0;
    display: inline-block;
}

.blog-author-page .imgContainer img {
    border: 1px solid #ccc;
    padding: 0.25em;
    max-width: 100%;
}

.blog-author-page .imgDescription p {
    padding-left: 0;
    margin-left: 0;
}

.blog-author-page .blog-title {
    padding-bottom: 0.625em;
    font-size: 1.375em;
    margin-top: 0.625em;
    margin-bottom: 1.25em;
    border-bottom: 1px solid #ccc;
}

.blog-author-page .imgDescription .achievementsList,
.blog-author-page .imgDescription .achievementsList li {
    margin: 0;
    padding-left: 0;
}

.content-wrapper .blog-content .descreption-text,
.content-wrapper .blog-content p {
    line-height: 1.25em !important;
    font-size: 0.875em !important;
    font-family: Lato, sans-serif !important;
}

.content-wrapper .blog-content .descreption-text p {
    font-size: 0.875em !important;
    font-family: Lato, sans-serif !important;
}

.col-1 h4 {
    font-family: Lato, sans-serif !important;
}

.add-banner {
    padding: 0.9375em 0;
}

.add-banner img,
ul.confsessions li,
ul.statecmelist li {
    width: 100%;
}

.news-list {
    list-style: none;
    padding: 0;
    overflow: hidden;
    color: #373737;
    margin: 0 0 0.9375em;
}

.news-list .show-content i,
.news-list i {
    font-style: normal;
}

.news-list li {
    list-style: none;
    min-height: 6.5625em;
}

.newsDetails .newsDetailsImg {
    width: 5.625em;
    height: 5.625em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border: solid 1px #ddd;
}

.newsDetails .newsDetailsImg img {
    width: 100%;
    margin: 0;
}

.newsDetails .newsDetailsInfo {
    width: calc(100% - 5.625em);
    padding-left: 0.625em;
}

.medSpecialityRight h1 {
    font-size: 1.25em;
    font-weight: 600;
    margin-bottom: 1.875em;
}

.h1,
h1 {
    font-size: 1.3125em;
    font-weight: 600;
}

.news-list li,
.news-list li a {
    display: inline-block;
}

.news-list li img {
    width: 5.625em;
    height: 5.625em;
    float: left;
    margin: 0.3125em 0.9375em 0.3125em 0.625em;
}

.news-list li .news-detail {
    float: left;
    width: 100%;
    line-height: 1.25em;
    position: relative;
    font-weight: 400;
    font-size: 1em;
}

.news-list li .news-detail h4,
.news-list.view-all-news li h4 {
    font-weight: 700;
    font-size: 0.875em;
    color: #0653ab;
    margin-top: 0;
    margin-bottom: 0.3125em;
}

#boardReviewContentDiv .listHeadContent .listContent h4,
.news-list li .news-detail a,
.recent-news-list li .news-detail a {
    color: #0653ab;
    font-size: 1em;
}

.recent-news-list,
.tab-paging,
ul li {
    list-style: none;
}

.recent-news-list li {
    list-style: none;
    padding: 0.3125em;
    position: relative;
}

.recent-news-list li img {
    width: 9.375em;
    height: 9.375em;
    margin-right: 0.9375em;
}

.recent-news-list li .news-detail h4 {
    font-weight: 700;
    font-size: 0.9375em;
    color: #0653ab;
    margin-bottom: 0.625em;
}

.tab-paging {
    overflow: hidden;
    padding: 0;
    margin: 0.9375em 0 0;
}

.tab-paging li {
    list-style: none;
    width: 24.5%;
    float: left;
    margin-left: 0.5%;
    background: #efefef;
    text-align: left;
    font-weight: 700;
    min-height: 5.3125em;
}

.tab-paging li.active {
    background: #0653ab url(/assets/dt/images/down-arrow.png) top center no-repeat;
    color: #fff;
}

.cme-value {
    position: absolute;
    right: -1em;
    top: 0;
    left: 0;
    overflow: hidden;
}

.cme-value .badge-left-cor {
    float: left;
    background: url(/assets/dt/images/badge-left.png) left top no-repeat;
    width: 0.75em;
    height: 2.4375em;
    display: none;
}

.cme-value .badge-rgt-cor {
    float: left;
    background: url(/assets/dt/images/badge-rgt.png) left top no-repeat;
    width: 0.875em;
    height: 2.4375em;
    display: none;
}

.cme-value .badge-content {
    float: left;
    background: #e0a524;
    height: 1.875em;
    padding: 0 1.25em;
    font-weight: 700;
    font-size: 0.9375em;
    line-height: 1.875em;
    color: #fff;
}

.search-box,
.white-blocks .cme-value+.clearfix {
    margin-top: 0.625em;
}

.search-box {
    border: 1px solid #ccc;
    padding-right: 1.875em !important;
    width: 83%;
    background: url(/assets/dt/images/search_icon.png) right center no-repeat;
}

.overlay-highlight {
    background: #eff9ff !important;
}

#search_results {
    background-color: #fff;
    color: #8e8e8e;
    max-height: 18.75em;
    overflow-y: scroll;
    padding: 0.625em;
    position: absolute;
    width: 49.3%;
    z-index: 999;
}

#search_results .show {
    border-bottom: 1px dashed #999;
    float: left;
    min-height: 1.875em;
    padding: 0.625em;
    width: 100%;
    display: block !important;
}

#search_results .show:hover,
.serchAreHighlight {
    background: #4c66a4;
    color: #fff;
    cursor: pointer;
}

.result.search_result_wid {
    width: 196% !important;
    overflow-x: hidden;
}

.status {
    background: #666;
    color: #fff;
    font-size: 0.875em;
    left: 0;
    opacity: 0.6;
    padding: 0.1875em 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    z-index: 9;
}

.status,
ul.statecmelist {
    width: 100%;
}

ul.confsessions,
ul.selectedspeakerslist,
ul.statecmelist {
    background-color: #fff;
    border: 1px solid #ccc;
    height: 9.375em;
    margin: 0;
    overflow: hidden;
    padding: 0.25em 0.3125em 0;
}

ul.selectedspeakerslist {
    width: 100%;
}

ul.confsessions {
    width: 98.5%;
}

.add_spr_photo_remove,
.org_remove_icon,
.spr_remove_icon,
.stcme_remove_icon,
.venue_remove_icon {
    background: url(/images/close.png) no-repeat center center;
    cursor: pointer;
    height: 1.5625em;
    position: absolute;
    right: 0;
    margin-top: -0.1875em;
    width: 1.5625em;
    margin-left: -0.25em;
}

.spr_remove_icon {
    top: 0.25em;
}

.ul-whole-field {
    background: #fff;
    border-color: #ccc #ccc #ccc #179bd7;
    border-image: none;
    border-style: solid;
    border-width: 1px 1px 1px 0.125em;
    float: left;
    font-weight: 700;
    margin: 0 0.625em 0.625em 0;
    padding: 0.3125em 1.875em 0.3125em 0.625em;
    position: relative;
}

.conf-selected-fields {
    border: 1px solid #bcbcbc;
    margin-bottom: 0.625em;
    overflow: hidden;
}

.ticket_headingDiv {
    margin-bottom: 0.3125em;
}

.myconfhint,
.myconfhint-header {
    font-size: 0.875em;
    color: #656565;
    font-weight: 700;
}

.myconfhint-header {
    padding: 0.5em 0 0.3125em;
    margin-bottom: 1.25em;
}

.myconfhint {
    padding: 0.5em 0 0;
}

.specialitywrapper {
    background: 0;
    border: 0;
}

.specialitywrapper #selected-speciality {
    border: 1px solid #d6d6d6;
    margin-top: 1.25em;
}

.specialitywrapper .sub-heading {
    background: #eaeaea;
    padding: 0.625em;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

.specialitywrapper .selected-fields {
    padding: 0.625em;
}

.specialitywrapper .selected-fields .partial-field {
    border: 1px solid #c3ddef;
}

.specialitywrapper .alter-heading {
    background: 0;
    padding: 0;
    border-bottom: 0;
    margin-top: 1.25em;
}

.professional_membership,
.profinfosection .col label,
.search_yearDiv .myconf_year {
    font-weight: 700;
    font-size: 0.875em;
}

.addConf-users,
.contactInfo,
.seach_conf {
    position: relative;
}

.contactInfo input[type="text"],
.seach_conf input[type="text"] {
    width: 94%;
    height: 1.25em;
    padding: 0.4375em 3%;
    border: 1px solid #ccc;
}

.contactInfo input[type="button"],
.seach_conf input[type="button"] {
    height: 1.25em;
    width: 1.875em;
    position: absolute;
    top: 0.5em;
    right: 0.125em;
}

.search_yearDiv .myconf_year {
    padding: 0.375em 0.625em;
    border: 1px solid #ccc;
    font-family: Lato, sans-serif;
    color: #373737;
    margin-top: 0.375em;
    width: 8.125em;
    background-color: #fff !important;
    background: url(/assets/dt/images/dropdown_arw_35.jpg) no-repeat right 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

#organizer-wrapper .conf-count {
    font-size: 1em;
    font-weight: 700;
    vertical-align: top;
}

#organizer-wrapper .custom-select {
    display: none;
}

.calender-wrapper .bg-light-gray .one-column .calender-header {
    margin-bottom: 0.625em;
    padding: 1.25em 0.625em 0.625em 0;
}

.calender-wrapper .calender-pane {
    overflow: hidden;
    padding: 1.25em 0;
}

.calender-wrapper {
    overflow: hidden;
}

.calender-wrapper *,
.categorySearch {
    box-sizing: border-box;
}

.calender-wrapper .specialitiesContext span {
    color: #37aadb;
    font-weight: 700;
    cursor: pointer;
}

.calender-wrapper .calender-pane h3 {
    font-weight: 700;
    color: #878787;
}

.calender-wrapper .cal-header {
    color: #fff;
    background-color: #3c91c2;
    text-align: center;
    padding: 0.625em;
}

.calender-wrapper .featured-conference-content .listImages {
    background-size: cover;
    height: 12.5em;
}

.calender-wrapper .listImages {
    position: relative;
    height: 6.25em;
    background: url(/assets/dt/images/conferenceImage.png) no-repeat center;
    margin: 0 0 0.3125em;
}

.calender-wrapper .listImages h4 {
    position: absolute;
    bottom: 0.625em;
    left: 0.625em;
    color: #fff;
}

.calender-wrapper .btnWrappers .blue {
    float: left;
}

.calender-wrapper .btnWrappers .next {
    float: right;
}

.calender-wrapper .featured-conference-content {
    overflow: hidden;
}

.calender-wrapper .listSection {
    padding: 0.3125em 0;
    border-bottom: 1px solid #fff;
    font-size: 0.9em;
}

.calender-wrapper .featured-conference-content {
    background: #fff;
    padding: 1.25em 1.5625em;
}

.calender-wrapper label.conferenceDate {
    color: #373737;
    font-size: 0.9em;
    padding: 0.3125em 0;
    margin: 0 0 0.3125em;
    display: block;
}

.calender-wrapper .fieldsList span {
    padding: 0 0.3125em 0 0;
    border-right: 1px solid;
}

.cmeOnline-wrapper .listContent h4 a {
    min-height: 2.25em;
    font-size: 1em;
    word-break: break-all;
}

.cmeOnline-wrapper #cmeRPSearchForm h3 {
    font-size: 1em;
    font-family: Lato, sans-serif;
}

.cmeOnline-wrapper #cmeRPSearchForm input {
    font-size: 0.875em;
    cursor: pointer;
    height: 2.5em;
}

.on-demand-wrapper .page-heading {
    border: 0;
    padding: 0.625em 0;
    font-size: 1.125em;
}

.on-demand-wrapper .page-sub-heading {
    border: 0;
    padding: 0.625em 0;
    font-size: 1em;
    min-height: 0;
}

.categorySearch {
    background: url(/assets/dt/images/search_icon.png) no-repeat right center;
    color: #666;
    width: 18.75em;
    border: 1px solid #ccc;
    padding: 0 1.875em 0 0.625em !important;
    height: 2.25em;
}

.centers {
    border: 1px solid #ccc;
    overflow: hidden;
    margin-bottom: 1.25em;
}

.on-demand-wrapper * {
    box-sizing: border-box;
}

.centers-list {
    width: 31%;
    margin: 0 2% 0 0;
}

.centers-list li {
    border-top: 1px solid #e8e8e8;
}

.centers-list li:first-child {
    border-top: 0;
}

.cardiology-list li a,
.centers-list li a,
.immunology-list li a,
.medicine-list li a {
    color: #0653ab;
    overflow: hidden;
}

.cardiology-list li,
.centers-list,
.immunology-list li,
.medicine-list li,
div#confsubtypes div.r-data-div {
    float: left;
}

.medicine-list li {
    width: 50%;
}

.immunology-list li {
    width: 33.3%;
}

.cardiology-list li {
    width: 31%;
    margin-right: 2%;
    border-bottom: 1px solid #e8e8e8;
}

.cardiology-list li:last-child {
    border-bottom: 0;
}

.cardiology-list li,
.centers-list li,
.immunology-list li,
.medicine-list li {
    padding: 0.625em 0;
}

.more {
    text-decoration: none;
    color: #0653ab;
    text-align: center;
    cursor: pointer;
}

.mailLink {
    background: url(/assets/dt/images/email.png) no-repeat 20px center;
    padding: 0.625em 0.9375em 0.625em 3.4375em;
}

.mailLink label {
    display: block;
    font-weight: 700;
    padding: 0.3125em 0 0;
}

.mailLink span {
    color: #338ac2;
    font-weight: 700;
    cursor: pointer;
}

.addressWrapper .addressContent h4,
.mailLink a {
    color: #338ac2;
}

.academic,
.on-demand-wrapper {
    overflow: hidden;
}

.cardiology-list li:nth-child(3),
.centers-list:last-of-type {
    margin-right: 0;
}

.addressWrapper .addressContent .block span,
.right {
    float: right;
}

.medical-specialty-wrapper,
.selectedState,
.state-medical-wrapper {
    overflow: hidden;
}

.cme-requirement-wrapper,
.state-medical-wrapper {
    display: flex;
}

.cme-requirement-wrapper .col-1,
.state-medical-wrapper .col-1 {
    max-width: 30%;
    flex: 30%;
    width: 100%;
}

.cme-requirement-wrapper .col-2,
.state-medical-wrapper .col-2 {
    max-width: 70%;
    flex: 70%;
    width: 100%;
}

.white-blocks .input.text .categorySearch,
.white-blocks .input.text label {
    float: left;
    width: 100%;
}

.medical-specialty-wrapper .page-heading {
    border: 0;
    padding: 0.625em 0;
    font-size: 1.125em;
}

.medical-specialty-wrapper .page-sub-heading {
    border: 0;
    padding: 0.625em 0;
    font-size: 1em;
    min-height: 0;
}

.addressContent a {
    color: #0653ab;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    text-decoration: underline;
}

.medical-specialty-wrapper .specialtySearch {
    padding: 0 1.875em 0 0.625em !important;
    color: #666;
    width: 18.75em;
    height: 2.25em;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.state-medical-wrapper .page-heading {
    border: 0;
    padding: 0.625em 0;
    font-size: 1.125em;
}

.state-medical-wrapper .page-sub-heading {
    margin: 0;
    border: 0;
    padding: 0.625em 0;
    font-size: 1em;
    min-height: 0;
}

.selectedState label {
    float: left;
    margin: 0 0.3125em 0.3125em 0;
    padding: 0.3125em 1.875em 0.3125em 0.3125em;
    color: #fff;
    background: #9ac8e7;
    border-radius: 0.1875em;
    position: relative;
}

.selectedState label span {
    background: url(/assets/dt/images/close_window.png) no-repeat center;
    position: absolute;
    width: 0.9375em;
    height: 0.9375em;
    right: 0.375em;
    top: 0.4375em;
    cursor: pointer;
}

.addressPane,
.addressWrapper {
    margin: 0 0 0.625em;
}

.addressPane {
    overflow: hidden;
    display: flex;
}

.addressWrapper .addressContent {
    border: 1px solid #ccc;
    width: 32%;
    margin: 0 2% 0 0;
    box-sizing: border-box;
    float: left;
}

.addressWrapper .addressContent:last-of-type {
    margin: 0;
}

.addressWrapper .addressContent label {
    display: block;
    font-weight: 700;
    padding: 0.9375em 0 0;
}

.blocks.advWrapper {
    border: 0;
    padding: 0.9375em;
}

.cme-requirement-wrapper {
    overflow: hidden;
}

.cme-requirement-wrapper .page-heading {
    border: 0;
    padding: 0.625em 0;
    font-size: 1.125em;
}

.cme-requirement-wrapper .page-sub-heading {
    border: 0;
    padding: 0.625em 0;
    font-size: 1em;
    min-height: 0;
}

.addressContent li:last-child,
.paymentTable .table tr:last-child td {
    border-bottom: 0;
}

.addressWrapper .addressContent {
    padding: 0.625em;
    word-spacing: 0.125em;
    line-height: 1.3;
}

.block {
    border-bottom: 1px solid #dad9d9;
    overflow: hidden;
    padding: 0.625em 0;
}

.addressWrapper .addressContent .block label {
    display: inline;
}

.cmeRequirement {
    margin: 0 0 0.9375em;
    padding: 0.25em 0;
}

h3.cme-req-heading.page-heading {
    min-height: 0;
}

.total_conf_results,
.total_user_results {
    background: #f2f2f2 0 0;
    border: 1px solid #e0e0e0;
    padding: 1.5625em 0;
    position: relative;
}

.total_user_results {
    border: 1px solid #d5d5d5;
}

.nextconfLink a {
    color: #3c8fc3;
    display: block;
    font-size: 0.8125em;
}

.added,
.invited,
.recent_mod {
    overflow: hidden;
}

.my-featured-wrapper .my-featured {
    position: static;
}

.my-featured-wrapper .my-featured .timing .locationFlag {
    position: relative;
}

.my-featured-wrapper .my-featured .conference-title {
    width: 80%;
}

.my-featured-wrapper .my-featured .conference-title a {
    cursor: pointer;
}

.my-featured-wrapper .my-featured .actions {
    top: 0.3125em;
}

#boardReviewContentDiv .bg-light-gray .one-column .speciality-header.r-boardReviewHead,
.dateWithButton.button-wrapper a {
    padding: 0;
}

.conftab-is-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.addressPane .addressContent .resource-left {
    display: inline-block !important;
    width: 35%;
    vertical-align: top;
}

.addressPane .addressContent .resource-right {
    width: 52%;
    display: inline-block;
    padding-left: 0.1875em;
    padding-top: 0.9375em;
}

.addressPane .addressContent .colon {
    vertical-align: top;
    padding-top: 0.9375em;
    display: inline-block;
}

#boardReviewContentDiv .left-section .panel {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 0.3125em;
    padding: 0.625em 0;
}

#boardReviewContentDiv .panel.banner2 {
    border: 1px solid #dbdbdb;
    text-align: center;
    padding: 0;
}

#boardReviewContentDiv .mySpecialityPane {
    border: 0 !important;
}

#boardReviewContentDiv .specialityTab-wrapper * {
    box-sizing: border-box;
}

#boardReviewContentDiv .left-section h3 {
    font-weight: 700;
    color: #373737;
}

#boardReviewContentDiv .my-speciality {
    margin: 1.25em 0;
}

#boardReviewContentDiv .my-speciality li {
    background: #f0f0f0;
    font-weight: 700;
    color: #373737;
    cursor: pointer;
    padding: 0.625em 1.25em;
}

#boardReviewContentDiv .my-speciality li.active {
    background: #1c82bd;
    color: #fff;
}

#boardReviewContentDiv .bg-light-gray .one-column .speciality-header {
    margin-bottom: 0.625em;
    padding: 0.625em 0.625em 0.625em 0;
}

#boardReviewContentDiv .courseList {
    overflow: hidden;
    width: 100%;
}

#boardReviewContentDiv .courseList li {
    color: #373737;
    overflow: hidden;
    position: relative;
    margin: 0.625em 0.625em 0.625em 0;
    padding: 0.625em;
}

#boardReviewContentDiv .courseList .listImage {
    width: 30%;
    height: 6.75em;
    float: left;
    margin: 0 0.3125em 0.625em 0;
}

#boardReviewContentDiv .courseList>li {
    width: 48%;
    float: left;
    border: 1px solid #f0f0f0;
    min-height: 12.5em;
}

#boardReviewContentDiv .courseList .listContent {
    width: 68%;
    padding: 0 0 0.3125em 0.3125em;
    float: left;
}

#boardReviewContentDiv .courseList .listContent>.listSection {
    margin-top: 0.25em;
}

#boardReviewContentDiv .courseList li:nth-child(even) {
    margin-right: 2.6%;
}

#boardReviewContentDiv .listSection label {
    padding: 0.3125em 0 0;
    min-height: 1.25em;
}

#boardReviewContentDiv .listSection .courseField span {
    display: inline-block;
    margin-top: 0.3125em;
}

#boardReviewContentDiv .bottom {
    float: left;
    border-top: 1px solid #f0f0f0;
    width: 100%;
    padding: 0.625em 0 0 0.3125em;
}

#boardReviewContentDiv .listHeadContent .bottom h4 {
    color: #373737;
    display: inline;
    line-height: 2;
    font-weight: 400;
}

#boardReviewContentDiv .listHeadContent .bottom input[type="button"] {
    background-color: #0653ab;
    color: #fff;
    float: right;
    cursor: pointer;
    padding: 0.3125em 0.625em;
}

#boardReviewContentDiv .boardreviewsearch {
    padding-bottom: 1.25em;
    position: relative;
    float: left;
    width: 61%;
}

#boardReviewContentDiv .boardreviewsearch input[type="text"] {
    width: 100%;
    border: 1px solid #bcbcbc;
    font-size: 0.875em;
    color: #333;
    padding: 0.4375em 2%;
}

#boardReviewContentDiv .boardreviewsearch input[type="text"]::-ms-clear {
    display: none;
}

#boardReviewContentDiv .white-blocks .boardreviewsearch input[type="button"] {
    background: url(/assets/dt/images/search_icon.png) no-repeat center;
    position: absolute;
    right: 0.4375em;
    width: 1.5625em;
    height: 2em;
    cursor: pointer;
    top: 0;
}

#boardReviewContentDiv .panel,
.specialityTab-wrapper {
    overflow: hidden;
}

#boardReviewContentDiv .listSection .courseCMA,
.listSection .countryFlag {
    border-right: 1px solid;
    padding: 0 0.625em 0 0;
}

.activitySummaryChart {
    background: #fff;
    padding: 0.3125em;
    width: 100%;
}

.activitySummaryChartDesc {
    background: #fff;
    float: left;
    width: 100%;
}

.organization_name_cmeOnlineSearch {
    width: 100% !important;
}

.confrence-detail-registration {
    display: inline-block;
    margin-right: 0.3125em;
}

.cmeOnline-wrapper label[for="organizer_name"],
.cmeOnline-wrapper label[for="speaker_name"],
.cmeOnline-wrapper label[for="splty_name"] {
    display: none !important;
}

.other_conf_note {
    color: #696767;
    font-size: 0.8125em;
    font-weight: 400;
}

.popupWrapper {
    margin: 20% auto 0;
    position: relative;
    max-height: 70%;
    overflow: auto;
}

.sub-heading.conf_spec {
    display: block;
    margin-bottom: 0.3125em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.tab-wrapper .col #specialitySearch {
    margin-bottom: 0.3125em;
}

.tab-wrapper .col #conference_type {
    padding-left: 0.5625em;
}

.content .speaker-img.wid99P {
    width: 99%;
}

.content .speaker-img img {
    width: 2.5em;
    height: 2.5em;
    cursor: pointer;
}

.search_hideContent {
    overflow: hidden;
    line-height: 1em;
    height: 3.2em;
    text-align: left;
}

.search_showContent {
    min-height: auto;
    text-align: left;
}

.search_show-more {
    padding: 0.3125em 0;
    text-align: right;
    cursor: pointer;
}

.search_show-more.wid93P {
    width: 93%;
}

.addedit_conf+span,
.title_hover,
a:hover {
    cursor: pointer;
}

.fixedlocImage {
    width: 1em;
    height: 1em;
    border: 0;
    vertical-align: middle;
}

.transform_letter {
    text-transform: capitalize;
}

#searchUserDiv .timing {
    padding-top: 0.5em;
}

#searchUserDiv .timing .readmore_sp {
    display: inline-block;
}

#searchUserDiv .my-featured {
    width: 75% !important;
}

#searchUserDiv .my-featured .button-wrapper {
    margin-top: 1.25em;
}

#sortDiv .sort_data {
    width: 3.75em;
    font-weight: 700;
    background-color: #fff !important;
    background: url(/assets/dt/images/dropdown_arw.jpg) no-repeat right 0;
    padding: 0 2% !important;
    height: 1.875em !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

#sortDiv option {
    padding-left: 0.5em;
}

#added_users_div,
#ajaxorganizeradd .errorMsg-alignment input,
#ajaxspeakeradd .errorMsg-alignment input,
.colInput100 input[type="text"],
.inner-search-bar.preloginSearchContent .searchSection .searchCriteria {
    width: 100%;
}

#search_results .show span:nth-child(3) {
    font-weight: 700;
}

.button-wrapper .ratingcmnSubmit {
    margin-left: 0.625em;
}

.toggleSearchWrapper.closed {
    right: -18.75em;
}

.toggleSearchWrapper .profile-area {
    background: #fff;
    float: left;
    width: 100%;
}

.toggleSearchWrapper .blocks {
    margin: 0.625em 0 0;
    padding: 0.9375em 0 0;
}

.toggleSearchWrapper .one-column .one-column {
    margin: 0;
}

.toggleSearchButton {
    background: #253b80;
    cursor: pointer;
    color: #fff;
    position: absolute;
    padding: 0.125em 0.625em 0.3125em 1.5625em;
    left: -5.625em;
    transform: translateY(-50%) rotate(-90deg);
    top: 50%;
}

.toggleSearchButton:before {
    content: "\25bc";
    font-size: 0.8em;
    position: absolute;
    top: 0.3125em;
    left: 0.5em;
}

.toggleSearchWrapper.closed .toggleSearchButton:before {
    content: "\25b2";
}

.twoColHalf {
    width: 50%;
}

.toggleSearchButton .profile-area h4 {
    margin: 0;
    padding: 0.3125em 0 0;
}

.inner-search-bar.preloginSearchContent .searchWrapper {
    width: 815px;
    margin: 0 auto;
    height: auto;
    background: #ecedee;
    float: none;
    overflow: hidden;
}

.newLoginHeader {
    background: #fff;
    position: inherit;
    z-index: 101;
}

.newLoginHeader .newHeaderLogo {
    width: 18.75em;
}

.newLoginHeader .menuOptions {
    padding: 0.9375em 0.9375em 0 0;
}

.newLoginHeader .navbar {
    width: 3.125em;
    height: 3.125em;
}

.career-sixth select,
.newLoginHeader .homeMenu li {
    padding: 0.3125em;
}

.newLoginHeader .homeMenu {
    padding: 0.3125em 0.3125em 0;
}

.newLoginHeader .searchSection .searchCriteria,
.newLoginHeader .searchSection .searchDate,
.newLoginHeader .searchSection .searchType {
    line-height: 1;
}

.searchResultsWrapperCustom {
    float: left;
    display: flex;
    width: 100%;
    position: relative;
}

.searchResultsWrapperCustom .conference-result.conf-page .box {
    position: relative;
    margin-bottom: 2%;
    height: 13.875em;
    box-sizing: border-box;
    padding: 0.6875em;
}

.searchResultsWrapperCustom .conference-result.conf-page .box:nth-of-type(even) {
    margin-right: 0;
}

.searchResultsWrapperCustom .customWrapper {
    min-height: 48.5625em;
}

.resultsLoader {
    float: left;
    width: 100%;
    background: #fff;
}

.resultsLoadingImage {
    background: url(/assets/dt/images/organizer/loader_150.gif) no-repeat center;
    background-size: contain;
    height: 6.25em;
}

.searchResultsWrapperCustom .searchResult_preLogin {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    float: left;
    width: 100%;
}

.overflowHidden {
    overflow: hidden;
}

.scrollTop {
    width: 2.5em;
    height: 3.125em;
    position: fixed;
    top: 85%;
    right: 0;
    cursor: pointer;
    background: url(../pre_login_images/scrollTop.png) no-repeat center;
    background-size: contain;
    z-index: 2147483647;
}

.resultsCount {
    position: fixed;
    background: #ecedee;
    border-bottom: 1px solid #c0c1c1;
    z-index: 100;
    width: 100%;
    padding: 0.3125em 0.625em;
    text-align: center;
}

#type_search {
    font-weight: 700;
}

.searchHeaderCriteria {
    font-weight: 700;
    margin: 0 0 0 3.125em;
}

#conferenceTabs #conf_specialty {
    min-height: 31.25em;
}

.ui-dialog {
    z-index: 1000;
}

#custom_date {
    top: 2.5em;
    right: 0;
    width: 22.9375em;
    padding-right: 0.9375em;
    box-sizing: border-box;
}

.show-mobile {
    display: none !important;
}

#ajaxorganizeradd .errorMsg-alignment,
#ajaxspeakeradd .errorMsg-alignment {
    display: inline-block;
    width: 66%;
}

.tab-wrapper .additional-cmeNxt {
    padding: 0.5em 1.375em !important;
}

.tab-wrapper .width45 {
    width: 45%;
}

.tab-wrapper .width42 {
    width: 40%;
}

.bread-crumb {
    padding: 0.625em 0;
    font-size: 0.8125em;
}

.bread-crumb a {
    color: #179bd7;
    padding: 0 0.125em;
}

.detailpages .confDetail-row {
    float: right;
}

#searchUserDiv .status-msg {
    background: #e4e4e4 0 0;
    color: green;
    font-weight: 700;
    padding: 0.3125em 0.625em 0.3125em 0.3125em;
    text-align: center;
    width: 97%;
}

#searchUserDiv .status-msg.r-status-msg {
    width: 95%;
}

.resultsLoader.r-resultsLoader {
    margin-bottom: 1.25em;
}

.login-area ul.loginbox.r-loginbox li {
    min-height: 2.875em;
}

.infoView.r-infoView {
    padding: 0;
    margin: 0;
}

.infoView.r-infoView a:hover {
    text-decoration: none;
    cursor: default;
}

::-webkit-input-placeholder {
    color: #b5b5b5 !important;
    text-transform: capitalize;
}

:-moz-placeholder,
::-moz-placeholder {
    color: #b5b5b5 !important;
    text-transform: capitalize;
}

::-moz-placeholder {
    color: #999 !important;
}

:-ms-input-placeholder {
    color: #b5b5b5 !important;
    text-transform: capitalize;
}

.forgot-body input::-webkit-input-placeholder {
    text-transform: none;
}

.forgot-body input:-moz-placeholder,
.forgot-body input::-moz-placeholder {
    text-transform: none;
}

.forgot-body input:-ms-input-placeholder {
    text-transform: none;
}

.conference-result .box.r-box {
    min-height: 12.5em;
}

ul.org_ccount.r-org_ccount {
    margin-top: 0.5em;
}

.contact-wrapper {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}

.contact-sixth p.head {
    font-size: 1em;
    text-align: left;
    padding: 0;
    margin: 0 0 1.25em;
}

.contact-sixth .form-grp {
    padding-bottom: 1.25em;
    text-align: left;
}

.contact-sixth label {
    display: inline-block;
    font-size: 1em;
    margin-bottom: 0.3125em;
    max-width: 100%;
    text-align: left;
}

.contact-sixth input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.4375em 0.625em;
    font-size: 0.875em;
    color: #373737;
    height: 2.5em;
    box-sizing: border-box;
}

.contact-sixth textarea {
    background: #fff 0 0;
    border: 1px solid #ccc;
    height: 8.125em;
    width: 100%;
}

.contact-sixth .txtRt {
    text-align: right;
}

.contact-sixth.mr12 {
    margin-left: 0.75em;
}

.contact,
.contact .row .col1 {
    width: 100%;
}

.contact .row {
    margin: 0 auto;
    width: 100%;
}

.contact h2 {
    padding-bottom: 0.9375em;
    padding-top: 0.9375em;
    font-size: 1.5em;
    font-weight: 700;
}

.contactForm {
    margin: 0 -0.875em;
}

.contactForm .col2 {
    width: calc(100% / 2);
    float: left;
    padding: 0 0.875em;
}

.contact-first {
    margin-top: 1.5625em !important;
}

.contact-first p {
    color: #707070;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.9375em;
    padding-bottom: 1.875em;
}

.contact .mar {
    margin: 0 !important;
}

.contact .offc-address-ls {
    background: #fff;
}

.contact .offc-address-ls .address .head-text {
    cursor: pointer;
    font-size: 1.125em;
    font-weight: 700;
    margin: 0 0 0.625em;
}

.contact .offc-address-ls .address p {
    font-size: 0.875em;
    margin: 0;
    padding: 0;
}

.contact .career-sevnth h2 {
    padding-bottom: 1.25em;
    padding-top: 1.875em;
    border-bottom: 1px solid #ccc;
}

.contact .career-sevnth .cont-ls {
    padding-bottom: 1.5625em;
    padding-top: 0.9375em;
}

.contact .offc-address-ls .address {
    width: calc(100% / 3);
    float: left;
}

.contact .career-sevnth .cont-ls .item:nth-child(1) {
    text-align: left;
}

.contact .career-sevnth .cont-ls .item.pf {
    border-right: medium none;
}

.contact .career-sevnth .cont-ls .item {
    border-right: 1px solid #ccc;
    float: left;
    font-size: 1em;
    height: 2.1875em;
    text-align: center;
    width: 24%;
    color: #373737;
}

.contact .career-sevnth .cont-ls .item a {
    color: #373737;
    font-weight: 700;
    text-decoration: none;
    vertical-align: sub;
}

.directory-wrapper p {
    font-size: 0.9375em;
}

.directory-wrapper h1 {
    font-size: 1.4375em;
    margin-bottom: 0;
}

.directory-wrapper h3,
.payment-wrapper .order-wrap .paymentSuccessSection p {
    font-size: 1.125em;
}

.directory-wrapper .col-sm-3 {
    width: 16%;
}

.tab-section {
    border-bottom: 1px solid #bababa;
    margin-bottom: 0.9375em;
}

.tab-section li {
    background: #fff;
    margin-bottom: -1px;
}

#speakerDirectoryTabs .tab-section {
    height: 2.25em;
}

#speakerDirectoryTabs .tab-section li.ui-tabs-active {
    border: 1px solid #ccc;
    border-bottom: 1px solid #fff;
}

.resource-wrapper .tab-section li,
.resource-wrapper .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    background: #ededed;
    border-bottom: 0;
}

.additionDetail_resource {
    width: 50%;
    display: block;
    float: right;
}

.cme_state_names .additionDetail_resource {
    width: auto;
    display: initial;
    float: none;
}

.resource-wrapper .tab-section {
    height: 2.8125em;
    padding: 0;
}

.tab-section li.ui-tabs-active {
    font-size: 0.875em;
    background: #fff !important;
    border-top: 0.1875em solid #0653ab !important;
    padding: 0;
    color: #373737;
}

.tab-section li a {
    color: #373942;
    padding: 0.375em 0.9375em 0.5em;
    display: inline-block;
    text-decoration: none;
}

.tab-content {
    clear: both;
    float: left;
    width: 100%;
}

.tab-section li.tab-selected {
    border-top: 0.1875em solid #0653ab;
    font-weight: 700;
    cursor: default;
    border-bottom: 0;
    border-left: 1px solid #a2a2a2;
    border-right: 1px solid #a2a2a2;
}

.directory-wrapper .search-filters {
    padding-bottom: 0.625em;
}

.directory-wrapper .col-sm-2 {
    width: 16.63%;
}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    padding: 0.5em 0.9375em;
    border: solid 1px #ddd;
    line-height: 1.25em;
    font-family: Lato, sans-serif;
    font-size: 0.975em;
    height: 2.5em !important;
    color: #373737;
    width: 100%;
}

textarea {
    height: auto !important;
}

.clearfix::after,
.clearfix::before {
    display: table;
    content: " ";
}

.clearfix::after {
    clear: both;
}

.directory-wrapper .listofSpecialities ul {
    width: 32%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.directory-wrapper .listofSpecialities ul li {
    width: 100%;
    list-style: none;
    padding: 0.3125em 0.625em 0.3125em 0.3125em;
    background: #fff;
}

.directory-wrapper .viewMoreSec {
    display: block;
    padding: 0.9375em 0.3125em 0.625em 0;
    text-align: right;
}

.directory-wrapper .viewMoreSec a {
    color: #0555ab;
    text-decoration: none;
    background-color: #f4f4f4;
    padding: 0.625em;
    font-size: 0.9375em;
}

.search-button,
.view-all-button {
    background: #1956a8;
    color: #fff;
    cursor: pointer;
    float: right;
    font-size: 0.9375em;
    margin-bottom: 1.25em;
    margin-top: 1.25em;
    padding-left: 1.875em;
    padding-right: 1.875em;
}

.toAdvert>a {
    color: #0d2e73;
    text-decoration: underline;
    font-size: 0.875em;
}

.parent-box-size {
    box-sizing: border-box;
}

.align-bottom {
    vertical-align: bottom;
}

.servicesAdjust.ourServices .tab-section {
    display: table;
    width: 100%;
}

.servicesAdjust.ourServices .ourServices-third .tab-section li {
    display: table-cell;
    vertical-align: middle;
    float: none;
}

#featuredOrganizerDiv ul.org_ccount {
    margin-top: 0;
}

.r-image {
    height: 100% !important;
    cursor: pointer !important;
}

#newOrganizerDivBtn,
#newSpeakerDivBtn {
    background: #179bd7 !important;
}

.featured-organizer .cropImg_orgDiv {
    height: 9.375em;
    float: left;
    text-align: center;
    width: 37%;
    padding-left: 0;
    margin-top: 0;
    position: relative;
}

.r-featured-conference-content {
    padding: 0 0 0.625em;
}

.r-featured-conference-content .modBtnWrapper a {
    width: 6.875em;
}

.borderBt {
    border-bottom: 1px solid #ccc;
}

#featuredSpeakerDiv {
    background: #efefef;
    width: 100%;
}

#newOrganizerDiv,
.events-condition .events-condition input {
    border: 1px solid #ccc;
}

.payment-wrapper {
    margin: 0 auto 2%;
    width: 96%;
    overflow: hidden;
    min-height: 700px;
}

.payment-wrapper label.error {
    color: #8c2b2b;
    font-size: 0.75em;
    font-weight: 700;
    padding-top: 0.1875em;
    display: inline-block;
    text-indent: 0.125em;
    cursor: default;
    width: 100%;
}

.payment-wrapper .breadcrumb-cme {
    padding: 0.625em 0;
    overflow: hidden;
    margin-bottom: 1.25em;
}

.payment-wrapper .breadcrumb-cme .inactive {
    color: #2c5faa;
    font-size: 0.9375em;
}

.payment-wrapper .breadcrumb-cme ul li {
    border-right: medium none;
    float: left;
    padding: 0;
}

.payment-wrapper .breadcrumb-cme .inactive::after {
    color: #2c5faa;
    content: ">";
    margin-left: 0.3125em;
    margin-right: 0.3125em;
}

.payment-wrapper .breadcrumb-cme .active {
    color: #606060;
    font-size: 0.9375em;
    font-weight: 300;
}

.payment-wrapper .col-1 {
    width: 74%;
    margin-right: 1%;
    float: left;
}

.payment-wrapper .col-2 {
    width: 25%;
    float: left;
}

.payment-wrapper .user-wrap {
    margin-bottom: 1.5625em;
    overflow: hidden;
}

.paymentSuccessSection h2 {
    font-size: 1.6875em;
    color: #3d3d3d;
    font-weight: 500;
}

.paymentSuccessSection h3 {
    margin-top: 0.625em;
    font-weight: 400;
}

.payment-wrapper .user-wrap>h5 {
    font-size: 1.125em;
    text-transform: uppercase;
    padding: 0.9375em 1.25em;
    background-color: #e6e6e6;
    color: #373737;
}

.payment-wrapper .inner-wrap h3,
.payment-wrapper .inner-wrap p.addrs {
    font-size: 1em;
    text-transform: uppercase;
    color: #373737;
}

.payment-wrapper .inner-wrap h3 {
    margin-bottom: 0.625em;
}

.payment-wrapper .user-wrap .inner-wrap {
    display: flex;
    flex-wrap: wrap;
}

.payment-wrapper .inner-wrap .wrappers {
    width: 50%;
    float: left;
    padding-right: 1%;
    font-size: 0.875em;
    margin-bottom: 0.9375em;
    box-sizing: border-box;
}

.payment-wrapper .wrappers label {
    margin-bottom: 0.3125em;
    display: inline-block;
}

.payment-wrapper .nav-select,
.payment-wrapper .wrappers select {
    border: 1px solid #ccc;
    color: #373737;
    box-sizing: border-box;
}

.payment-wrapper .wrappers input[type="email"],
.payment-wrapper .wrappers input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.5em 0.9375em;
    color: #373737;
    box-sizing: border-box;
}

.payment-wrapper .wrappers select {
    position: relative;
}

.payment-wrapper .nav-select,
.payment-wrapper .wrappers select {
    padding: 0 0.9375em 0 0.625em;
    width: 9.375em;
    text-overflow: "";
    background-color: #fff !important;
    border-radius: 0;
}

.payment-wrapper .wrappers select:active,
.payment-wrapper .wrappers select:focus,
.payment-wrapper .wrappers select:hover {
    border: 1px solid #1a53a9 !important;
    box-shadow: 0 0 0.5em -0.1875em #179bd7;
}

.payment-wrapper .nav-select,
.payment-wrapper .wrappers select::after {
    position: absolute;
    content: "";
    border-color: #333;
    border-width: 0 0.1875em 0.1875em 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.payment-wrapper .wrappers.padR0 {
    padding-right: 0;
}

#ticket_name,
.payment-wrapper .wrappers.width100 {
    width: 100%;
}

.payment-wrapper .wrappers.borderTop {
    border-top: 1px solid #e6e6e6;
    padding: 0.3125em 0;
}

.payment-wrapper .inner-header {
    font-size: 1.125em;
    margin: 0;
}

.payment-wrapper .cardDiv {
    float: left;
    width: 40%;
}

.payment-wrapper .cardImg {
    width: 2.5em;
}

.payment-wrapper .continue-btn {
    float: right;
    background-color: #0653ab;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 0.625em 1.25em;
    border: 0;
}

.payment-wrapper .result-img {
    width: 20%;
    display: inline-block;
    position: relative;
    border: 1px solid #ddd;
    height: 8.125em;
}

.payment-wrapper .result-img img {
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}

.payment-wrapper .conf-inner-content {
    width: 77%;
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
}

.payment-wrapper .conf-inner-content h5 {
    color: #373737;
    font-size: 1em;
    margin-bottom: 0.625em;
}

.payment-wrapper .conf-desc li {
    display: inline;
}

.payment-wrapper .conf-desc li span {
    font-size: 0.875em;
    margin-bottom: 0.3125em;
    display: block;
}

.payment-wrapper .conf-table {
    margin-top: 0.625em;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875em;
}

.payment-wrapper .conf-table thead tr {
    padding: 0.625em 0;
    text-transform: uppercase;
    border-collapse: separate;
    border-spacing: 0.9375em;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #ccc;
    height: 3.125em;
}

.payment-wrapper .conf-table tbody tr {
    height: 2em;
}

.payment-wrapper .conf-table tfoot tr {
    border-top: 1px solid #e6e6e6;
    height: 3.125em;
}

.payment-wrapper .conf-table tr td {
    text-transform: capitalize;
    padding-right: 0.6875em;
}

.payment-wrapper .conf-table tfoot td {
    font-weight: 700;
    text-transform: uppercase;
}

.payment-wrapper .number {
    position: relative;
    margin-bottom: 0.625em;
    margin-top: 0.625em;
    display: inline-block;
}

.payment-wrapper .number span.inactive {
    background-color: #e6e6e6;
}

.payment-wrapper .number span.active {
    background-color: #0653ab;
}

.payment-wrapper .number span {
    display: inline-block;
    font-size: 1.375em;
    color: #fff;
    border-radius: 50%;
    padding: 0.625em;
    height: 60px;
    margin-right: 0.625em;
    width: 60px;
}

.payment-wrapper .nav-wrapper {
    text-align: center;
    margin-bottom: 1.25em;
    overflow: hidden;
}

.payment-wrapper .number>label {
    font-size: 1.125em;
    text-transform: uppercase;
}

.payment-wrapper .number:last-child::after {
    content: none;
}

.payment-wrapper .active {
    color: #0653ab;
}

.payment-wrapper .pass-img {
    background: url(/assets/dt/images/tick.png) no-repeat;
}

.payment-wrapper .card-nav.pass-img2 {
    background: url(/assets/dt/images/tick2.png) no-repeat;
    padding: 2.375em !important;
}

.payment-wrapper .arrow-img {
    background: url(/assets/dt/images/number_arrow.png) no-repeat;
}

.payment-wrapper .wrappers.pad {
    padding: 0.9375em 1.25em;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 0.25em;
}

.payment-wrapper .card-slot,
h2.skip-align,
h3.skip-align {
    display: inline-block;
}

.payment-wrapper .wrappers.other-payment:hover,
.payment-wrapper .wrappers.pad:hover {
    box-shadow: 0 0 0.3125em #dedede;
}

.payment-wrapper .card-text {
    padding-left: 3.75em;
    margin-left: 0.3125em;
    font-size: 1em;
    vertical-align: super;
    line-height: 2;
    text-transform: uppercase;
    height: 2.5em;
    display: inline-block;
}

.payment-wrapper .card-nav {
    vertical-align: middle;
    padding: 1.6875em !important;
    border-radius: 0 !important;
    display: inline-block;
    background-position: center center;
}

.payment-wrapper .card {
    background: url(/assets/dt/images/cc.png) no-repeat;
}

.payment-wrapper .paypal {
    background: url(/assets/dt/images/paypal.png) no-repeat;
}

.payment-wrapper .agree {
    text-transform: none;
    font-size: 0.875em;
    padding: 0;
}

.payment-wrapper .card-wrapper {
    margin-bottom: 1.5625em;
    overflow: hidden;
}

.payment-wrapper .visa {
    background: url(/assets/dt/images/visa.png) no-repeat;
}

.payment-wrapper .master {
    background: url(/assets/dt/images/mastercard.png) no-repeat;
}

.payment-wrapper .amercian {
    background: url(/assets/dt/images/american_exp.png) no-repeat;
}

.payment-wrapper .mastro {
    background: url(/assets/dt/images/mastro.png) no-repeat;
}

.payment-wrapper .discover {
    background: url(/assets/dt/images/discover.png) no-repeat;
}

.payment-wrapper .card-type {
    vertical-align: middle;
    padding-left: 3.25em;
    font-size: 1.875em;
}

.payment-wrapper .card-wrapper label {
    display: block;
}

.payment-wrapper .card-wrapper .wid25p {
    width: auto !important;
    text-align: center;
    padding: 0.1875em 2% !important;
}

.payment-wrapper .card-wrapper .wid35p {
    width: 3.75em !important;
    text-align: left;
    padding: 0 2% !important;
    height: 1.5625em !important;
    background-color: #fff !important;
    background: url(/assets/dt/images/dropdown_arw.jpg) no-repeat right 0;
    background-size: auto 1.625em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.payment-wrapper .wrappers.other-payment {
    border: 1px solid #ccc;
    border-radius: 0.25em;
}

.payment-wrapper .other-wrapper {
    font-size: 1em;
    margin-bottom: 0.9375em;
}

.payment-wrapper .order-wrap {
    text-align: center;
}

.payment-wrapper .order-header {
    font-size: 1.75em;
}

.payment-wrapper .order-wrap p {
    font-size: 1.5em;
}

.payment-wrapper .hide {
    visibility: hidden;
}

.paymentsuccessfullySection .paymentsuccessfullyleft {
    background-color: #144b9f;
    border-radius: 0.1875em;
    padding: 2.5em 2.1875em;
    position: relative;
}

.conferencePaymentImg {
    width: 6.25em;
    height: 6.25em;
    overflow: hidden;
    border: solid 1px #ddd;
    background: #eee;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.conferencePaymentInfo {
    padding-left: 0.9375em;
    width: calc(100% - 6.25em);
}

.paymentUserHeader h2 {
    font-size: 1.5625em;
    color: #fff;
    border-bottom: solid 1px #ddd;
    padding-bottom: 0.5em;
    margin-bottom: 1.25em;
}

.paymentUserInfo h1 {
    font-size: 1.5625em;
    color: #fff;
    margin-bottom: 0.25em;
}

.paymentUserInfo p {
    font-size: 1em;
    color: #fff;
    margin-bottom: 0.125em;
}

.bookNowBtn {
    position: absolute;
    bottom: 20%;
    left: 0;
    width: 100%;
    text-align: center;
}

.bookNowBtn .bookNow {
    color: #fff;
    background: #29a0d5;
    border: 0;
    font-size: 1.125em;
    padding: 0.5625em 1.25em;
    border-radius: 0.3125em;
    box-shadow: 0 0.1875em 0.6875em rgba(0, 0, 0, 0.5);
    transition: all ease 0.5s;
}

.bookNowBtn .bookNow:active,
.bookNowBtn .bookNow:focus,
.bookNowBtn .bookNow:hover {
    background: #288eb9;
    transition: all ease 0.5s;
}

.paymentsuccessfullySection .paymentsuccessfullyright {
    padding: 2.5em 0;
}

.paymentsuccessfullySection .paymentsuccessfullyright .paymentInnerContent {
    box-shadow: 0 1px 0.375em 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    padding: 1.5em 1.875em;
    border-radius: 0.1875em;
    float: left;
    width: 100%;
}

.paymentInnerContent h2 {
    font-size: 1.5625em;
    color: #3d3d3d;
    font-weight: 600;
    border-bottom: solid 1px #b4b4b4;
    padding-bottom: 0.5em;
    margin-bottom: 1.25em;
}

.conferencePaymentDetails .conferencePaymentInfo h1 {
    font-size: 1.25em;
    color: #3d3d3d;
    font-weight: 600;
    margin-bottom: 0.25em;
}

.conferencePaymentDetails .conferencePaymentInfo p {
    font-size: 1em;
    color: #3d3d3d;
    margin-bottom: 0.125em;
}

.paymentTable {
    margin-top: 1.875em;
    float: left;
    width: 100%;
}

.paymentTable .table tr th {
    border-top: solid 1px #b4b4b4;
    border-bottom: solid 1px #b4b4b4;
    color: #828282;
    font-size: 1em;
    font-weight: 600;
}

.paymentTable .table tr td {
    border-bottom: solid 1px #b4b4b4;
    color: #3d3d3d;
    font-size: 1em;
    font-weight: 400;
}

.printSection {
    float: left;
    margin: 2.5em 0;
    width: 100%;
    text-align: right;
}

.printSection .print {
    color: #fff;
    background: #144b9f;
    border: 0;
    font-size: 1.125em;
    padding: 0.5625em 1.5em;
    border-radius: 0.3125em;
    box-shadow: 0 0.1875em 0.6875em rgba(0, 0, 0, 0.2);
    transition: all ease 0.5s;
}

.printSection .print:active,
.printSection .print:focus,
.printSection .print:hover {
    background: #1b61c9;
    transition: all ease 0.5s;
}

.r100 {
    height: 5.4375em !important;
    padding-bottom: 0 !important;
}

.close-ico,
.close-ico.datebox {
    background: url(/assets/dt/images/close-icon.png) no-repeat 0 0;
    cursor: pointer;
    display: block;
    float: right;
    height: 1.25em;
    width: 1.25em;
}

.close-ico.datebox {
    height: 1.3125em;
    position: relative;
    right: -0.875em;
}

.r-45 {
    width: 45%;
}

.r-mdCol {
    width: 49%;
    margin-left: 2%;
}

.addConf-publish {
    position: relative;
    float: left;
    width: 25%;
    padding-right: 0.625em;
}

.location span.locationName,
span.locationName {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 83%;
    position: relative;
}

.location span.locationFlag {
    position: static;
}

span.locationFlag {
    position: absolute;
}

#conference_type,
#time_zone {
    width: 50%;
}

#conf_end_time,
#conf_fee,
#conf_start_date,
#conf_start_time,
#econf_end_date,
#pre_currency_id,
#speaker_confView .speaker-info .speaker-detail,
.addConfrence-organizerSpkr-emailPhone,
.speaker-info.r-speaker-info .speaker-detail {
    width: 100%;
}

#ending_time,
#starting_time {
    margin-left: 3%;
}

#abstraction_date {
    width: 45%;
}

#add-new-organizer,
#add-new-speaker,
#addHotel,
#addVenue {
    float: right;
    font-weight: 700;
    font-size: 0.9375em;
}

.empty {
    color: gray;
}

.profile-area {
    color: #373737;
}

.profile-area .blocks:first-child {
    border: 0;
}

.profile-area .profileAreaHeader,
.profile-area h5 {
    font-size: 1.125em;
    color: #898989;
    margin-bottom: 0.625em;
}

.breadcrumbsSec {
    padding: 0.625em 0;
    border-bottom: 1px solid #ccc;
}

.breadcrumbsSec .brdcrumb {
    width: 50%;
    margin: 0;
    padding: 0;
    border: 0;
}

.breadcrumbsSec .profile-area {
    width: 50%;
    text-align: right;
}

.breadcrumbsSec .profile-area .hotLinks {
    display: flex;
    justify-content: flex-end;
}

.breadcrumbsSec .profile-area h4,
.search-wrapper ul.proflile li {
    margin: 0;
}

.breadcrumbsSec .profile-area a {
    padding: 0;
}

.dropArrow,
.r-hide {
    display: none;
}

.fc-event .fc-content {
    padding: 2px;
}

.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ccc;
}

.dropArrow {
    float: right;
    height: 0.625em;
    margin-top: 0.6875em;
    width: 1.3125em;
}

.conf-detail-row {
    margin-top: 1.25em;
}

.r-commentCol {
    width: 60%;
}

.fst4 {
    word-spacing: 0.25em;
}

#description {
    overflow: auto;
}

#UserProfileForm .profile-details .profile-detail-img,
.speaker-detail-img.r-organizerDetail-img img,
.speaker-detail-img.r-speakerDetailimg img {
    width: auto;
}

#UserProfileForm .profile-details .profile-detail-content {
    padding-left: 1.25em;
}

.three-column>.col.colstLs1 {
    width: 40%;
    margin-left: 0;
    box-sizing: border-box;
}

.three-column>.col.colstLs2,
.three-column>.col.colstLs3 {
    width: 25%;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 0.6875em;
}

.three-column>.col.colstLs3 {
    min-height: 3.125em;
}

.three-column>.col.colstLs4 {
    width: 10%;
    margin-left: 0;
    box-sizing: border-box;
    padding-left: 0.6875em;
}

.AddArtiCont {
    text-align: right;
}

.confSess-Btn-cont.button-wrapper a#add-more {
    float: right;
    width: 100%;
    font-weight: 700;
    padding-right: 0;
}

#description,
.col textarea.condSess-desc {
    box-sizing: border-box;
    width: 100%;
}

.confSess-status {
    padding-top: 0;
    width: 100% !important;
}

.confSess-status-cont {
    box-sizing: border-box;
    padding-left: 0.6875em;
    padding-right: 0.875em;
}

.four-column>.col.boardName-cont {
    width: 30%;
    margin: 0;
    box-sizing: border-box;
}

.four-column>.col.boardSpec-cont {
    width: 30%;
    margin: 0 !important;
    box-sizing: border-box;
    padding-left: 0.6875em;
}

.four-column>.col.boardCertiFrm,
.four-column>.col.boardCertiTo,
.four-column>.col.colBorad {
    width: 15%;
    margin: 0 !important;
    box-sizing: border-box;
    padding-left: 0.6875em;
}

.four-column>.col.colBorad {
    width: 10%;
}

.attendee-profileArea .light-blue-blocks {
    background: #efefef 0 0;
}

#profileInfo {
    padding-top: 0;
}

#profileInfo .profileTabs.ui-tabs .ui-tabs-nav li {
    padding: 0.1875em 0.4375em 0.3125em 0.5em;
}

.news-detail .IN-widget {
    vertical-align: top !important;
    margin-left: 0.625em;
}

#upcomming .upcoming-speaker .content .date {
    min-height: 2.4375em;
}

#past .swiper-slide,
#upcomming .swiper-slide {
    margin-bottom: 1.4375em;
}

.r-socail {
    margin-left: 2%;
}

span.r-socail:nth-of-type(2) {
    margin-left: 0;
}

.pdl0 {
    padding-left: 0;
}

.orgDet-speaker {
    width: auto !important;
}

.orgDet-speaker img {
    height: 2.5em !important;
    width: 2.5em !important;
}

.attendee-profileArea .light-blue-blocks .head {
    background: #5e5d5d 0 0;
}

button.lightBlu {
    background: #2ca3d9 0 0;
}

.specailLbl {
    padding: 0.25em 0.25em 0.25em 0;
}

.conferenceBox.stateLsc-cont li {
    width: 33.3%;
    padding-left: 0.625em;
    box-sizing: border-box;
    margin: 0;
}

.conferenceBox.stateLsc-cont li .details {
    width: 73%;
}

.conferenceBox.proffAsso-Cont li {
    width: 48%;
}

.attendeeName {
    margin-bottom: 0 !important;
}

.track-ico {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) no-repeat 0 -188px;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

.dis-more {
    line-height: 1.625em;
}

#confviewTabs .conference-detail li.ui-state-default:hover,
#speakerDetails ul li.ui-state-default:hover {
    border-top: 0.1875em solid #0653ab;
}

.luis-spoken-ico {
    background: url(/assets/dt/images/Speaker_detail_page_icons.png) no-repeat 0 -140px;
    padding: 0.3125em 0.3125em 0.625em 2.5em;
}

.oneLessDiv {
    width: 78% !important;
    padding-left: 0.4375em;
    box-sizing: border-box;
}

.content.userDetailsContent {
    width: 67%;
    padding-left: 2%;
}

.userDash_block {
    padding-bottom: 1.5em;
    padding-top: 1.5em;
}

.userDashOrganizer-featured-org-div {
    width: 100%;
    display: inline-block;
}

.userDash-speakerAttendee-attend_track_div .timing {
    min-height: 1.8125em;
}

span.r-socail {
    margin-left: 0;
}

.swiper-button-next {
    right: 0 !important;
}

.r-geadturedhead {
    background: #5e5d5d 0 0 !important;
}

.r-geadback {
    background: #efefef 0 0 !important;
}

.notifleftscroll {
    background: #fff;
    margin: 0.625em;
}

.notifCont {
    background: #fff 0 0;
    margin: 0.625em 0.625em 0.3125em;
    padding: 0.6875em 1.25em;
}

#conference_list .ui-menu-item:hover {
    background: #4c66a4;
    color: #fff;
    cursor: pointer;
}

#approved_conf span.locationName,
#draft_conf span.locationName,
#past_conf span.locationName,
#waiting_for_approval_conf span.locationName {
    min-height: 1.0625em;
}

.wid80p {
    width: 80%;
}

.word-spacing {
    word-spacing: 0.125em;
}

.line-height {
    line-height: 1.5;
}

.conference-result-row.conference_info>div {
    float: left;
    padding: 0 0.625em;
    width: 50%;
    box-sizing: border-box;
}

.selectattende_detail {
    padding: 0.5em 0.375em;
}

.contact-ico {
    background: url(/assets/dt/images/contact-ico.png) no-repeat 0 0/20px 20px;
    float: right;
    height: 1.25em;
    margin-right: 0.6875em;
    width: 1.25em;
    cursor: pointer;
    display: none;
}

.breadcrumb-txt {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
}

.col-1-2 {
    width: 100%;
}

.newsControl .swiper-slide {
    margin-right: 0.125em !important;
    margin-left: 0 !important;
}

label.info {
    background: url(/assets/dt/images/Info.png) no-repeat;
    padding-left: 1.25em;
    margin-top: 0.3125em;
    float: right;
}

label.info a {
    font-weight: 700;
}

.backBtn_message {
    display: none;
}

.cmeSrch-desktop {
    display: block;
}

.cmeSrch-mobile {
    display: none;
}

#organizer_rating .large-col {
    margin-bottom: 0.9375em;
    width: 56%;
}

#organizer_rating .small-col {
    width: 30%;
}

#speaker_brochure_path {
    top: 45%;
    position: relative;
}

.addneworganizer-body,
.addnewspeaker-body {
    max-height: 70%;
    top: 0;
}

.six-column>.col.preconf-endDt,
.six-column>.col.preconf-stsrtDt {
    width: 30%;
    margin-left: 0;
    padding-right: 0.6875em;
    box-sizing: border-box;
}

.payment-wrapper .conf-table tr th,
.six-column>.col.preconf-stsrtTym {
    padding-right: 0.6875em;
}

.six-column>.col.preconf-endTym,
.six-column>.col.preconf-stsrtTym {
    width: 20%;
    margin-left: 0;
    box-sizing: border-box;
}

.six-column>.col.preconf-curr {
    margin-left: 0;
    margin-top: 0.3125em;
}

.myconfhint-Subheader a,
.prof-color {
    color: #0653ab;
}

.add-btn {
    background: #1a53a9;
    color: #fff;
    width: 4.0625em;
    border: 0;
    height: 2.0625em;
    line-height: 2.0625em;
    cursor: pointer;
    text-align: center;
    font-size: 0.875em;
    font-family: Lato, sans-serif;
}

.org-featured .feature-org .featured-organizer {
    height: 22.5em;
}

.find-friends {
    float: left;
    font-size: 1.125em;
    font-weight: 700;
    margin-right: 1.25em;
    margin-top: 0.1875em;
}

.recent-sec-formob {
    display: block;
}

.cmeOnline-wrapper .facultyName label,
.cmeOnline-wrapper .organiserName label,
.cmeOnline-wrapper .specialityName label {
    display: block;
    float: left;
    width: 5.1875em;
}

div.listBody label.cmeHeading {
    width: 5.1875em;
    float: left;
}

.blocks.borTop0 {
    border-top: 0;
}

.past-conf-label {
    background-color: #fc603a !important;
    color: #fff !important;
    padding: 0.5em 0.3125em !important;
    display: inline-block;
}

.muted {
    color: #aaa;
}

#flashMessageMainDiv .prelogin-success {
    margin: 0.625em auto;
}

#addeditConference .sucessDivcss,
#proflie-wrapper .sucessDivcss {
    margin-left: 2.1875em;
    border: 0;
    width: initial;
    font-weight: 400;
    margin-top: 0;
}

.prelogin-warning .message {
    background: #ffd087 !important;
    color: #373737 !important;
    display: table-cell;
    padding: 0.625em;
    width: 100%;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
    border: medium !important;
}

.prelogin-warning .icon {
    background-color: #ffa00c;
    color: #fff;
    display: table-cell;
    font-size: 1.25em;
    padding: 0.625em 1.25em;
    text-align: center;
    vertical-align: middle;
}

.prelogin-success .message {
    background: #e0f1bd !important;
    color: #373737 !important;
    display: table-cell;
    padding: 0.625em;
    width: 100%;
    font-size: 1em;
    text-align: left;
    vertical-align: middle;
    border: medium !important;
}

.prelogin-success .icon {
    background-color: #7bca42;
    color: #fff;
    display: table-cell;
    font-size: 1.25em;
    padding: 0.625em 1.25em;
    text-align: center;
    vertical-align: middle;
}

.prelogin-info {
    background: gray;
}

.prelogin-error {
    background: #ffd087 !important;
    color: #373737 !important;
}

.conference-tab-box img {
    height: 8.125em;
}

#blur-txt {
    color: transparent;
    text-shadow: 0 0 0.3125em rgba(0, 0, 0, 0.5);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.profile-area .detial-select {
    height: 2.5em;
    padding: 0.4375em 0.625em;
    background-color: #fff !important;
    background: url(/assets/dt/images/dropdown_arw_40.jpg) no-repeat right 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.lft {
    float: right;
}

.dis-more {
    float: left;
}

.conferenceview-body .close-icon {
    right: 1.25em;
}

.skipButton.skipbutton-align {
    display: inline-block;
}

.cmeOnline-wrapper .pageList .listImage img {
    width: 100%;
    height: 100%;
}

#organizerDashboard .conference-tab-box .button-wrapper.centerButton button {
    width: 6.25em;
}

#speakerDirectoryTabs .tab-content {
    padding: 0 0 0.9375em;
    float: left;
    width: 100%;
}

.padL0 {
    padding-left: 0;
}

.tdColon {
    float: left;
}

.summary-blog td:nth-child(1) {
    vertical-align: top;
}

.addedUsers .box img {
    height: 5.625em;
    width: 5.625em;
    margin-top: 0.625em;
}

.selectSpecilityContainer {
    width: 20.625em;
    text-align: right;
    font-size: 0.9em;
    padding-right: 0.3125em;
}

.wordWrapInherit {
    white-space: inherit !important;
}

.profile-img-formob {
    display: none !important;
}

.profile-img-fornotmob {
    display: block;
}

.confrenceViewPopup {
    max-height: 25em;
    overflow: auto;
    max-width: 100%;
}

.webUrl {
    width: 90% !important;
    word-break: break-all;
    float: left;
}

.mobScroll {
    max-width: 100%;
    overflow: auto;
    float: left;
    width: 100%;
}

.emailFruser,
.scUrl,
.sessUrl {
    width: 90% !important;
    word-break: break-all;
    float: left;
}

#profileImgContainer {
    width: 7em;
    height: 7.0625em;
    margin-top: 0.6875em;
}

#profileImgContainer>svg {
    width: 100%;
    display: block;
    position: relative;
    top: -6.625em;
}

.footer #sub_email {
    position: relative;
    color: #fff;
    background-color: transparent;
}

.footer .news-letter input.footSubscribe {
    position: absolute;
    right: 0.4375em;
    top: 0.1875em;
}

.fc-event-container {
    max-height: 12.5em !important;
    overflow: auto !important;
}

.fc-icon {
    line-height: 1.875em;
    width: 1.875em !important;
    height: 1.875em !important;
}

.fc-popover .fc-header {
    height: 2.5em !important;
    line-height: 1.875em;
}

.fc-icon-x:after {
    font-size: 2.5em !important;
}

.specific span.forAttendeeMedia {
    margin-left: 0.375em !important;
}

#sucessDiv .message {
    display: inline;
}

.button-wrapper a.marR5 {
    margin-right: 0.3125em;
}

.borderTop {
    border-top: 0;
}

.proflie-wrapper #sucessDiv .message {
    display: table-cell;
}

.privacyAndTerms .col-1 {
    width: 20%;
}

.privacyAndTerms .col-2 {
    padding: 1.6875em;
    box-sizing: border-box;
}

.privacyAndTerms .rightbox {
    background-color: #fafafa;
    border: 1px solid #dedede;
}

.prof_img_delete {
    height: 1.25em;
    width: 20%;
    float: right;
    background: url(/assets/dt/images/Delete.png) right center no-repeat;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.cmeCreditColor {
    background: #e0a524 !important;
}

.wordbreak_url {
    word-break: break-all;
}

#add-more-hotels,
#conferenceTabs #conf_fee {
    margin-top: 0.3125em;
}

#message_successMessage {
    text-align: center;
    font-weight: 700;
}

.postselectSpecialite .main-Content.blog-content ul li {
    word-spacing: 0.125em;
    line-height: 1.5;
}

.recent-news-list .news-detail h2 {
    cursor: default;
}

.speakerDirectoryBth {
    display: inline-block;
}

.setWidth {
    width: 18.125em !important;
}

.speakersDirectory .box .speakerName_directory {
    color: #0653ab;
    display: block;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.astricLayout {
    vertical-align: middle;
    display: inline-block;
    padding-top: 1%;
}

.confrenceViewPopup table tr td {
    width: 4.6875em;
}

.contactInfo_mob {
    display: none;
}

.contactInfo_desktop {
    display: block;
}

.width12 {
    width: 12%;
}

.delete_message {
    cursor: pointer;
}

.addToCalender .selectDrop>ul,
.conference-banner {
    display: none;
}

input[type="file"],
input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.conference-tab-box .organizer_imgWrapper {
    min-height: 9.0625em;
    height: 11.25em;
    overflow: hidden;
}

.add_calender.selectBox-dropdown,
.remindMe.selectBox-dropdown {
    width: 40% !important;
}

.add_calender.selectBox-dropdown .selectBox-arrow,
.remindMe.selectBox-dropdown .selectBox-arrow {
    background: url(../pre_login_images/arrow-drop.png) 0 20px no-repeat #fff;
}

.add_calender {
    width: 35%;
}

.add_calender,
.remindMe {
    text-indent: 0.3125em;
    float: left;
    font-size: 0.9375em;
    padding: 0.5625em;
    border: 1px solid #bababa;
    margin-right: 0.3125em;
}

.large-col select.add_calender {
    width: 34%;
}

.ms-choice {
    height: 1.25em !important;
    border: 0 !important;
}

.ms-choice>span {
    padding: 0.375em;
}

.ms-choice>div {
    background: url(/assets/dt/images/multiple-select.png) left top no-repeat !important;
    margin-top: 0.4375em;
}

.ms-drop {
    left: 0;
}

.ms-drop ul>li:hover {
    background-color: #179bd7;
}

.ms-drop ul>li {
    height: 1.5625em;
}

.ms-drop input[type="checkbox"] {
    margin-right: 0.625em;
}

.ms-choice>span.placeholder {
    color: #373737 !important;
    font-size: 0.9375em;
}

.ms-drop ul {
    padding: 0.5em 0 !important;
}

.addToCalender .selectDrop {
    float: left;
    border: #d4d4d4 solid 1px;
    width: 9.6875em;
    padding-right: 1.9375em;
    position: relative;
    z-index: 99;
}

.addToCalender .selectDrop>select {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 2.3125em;
    z-index: 99;
}

.addToCalender .selectDrop input[type="text"] {
    width: 100%;
    padding-right: 2.125em;
}

.addToCalender .selectDrop:after {
    position: absolute;
    right: 0.1875em;
    top: 0.1875em;
    width: 1.8125em;
    height: 1.875em;
}

.addToCalender .selectDrop:after,
.addToCalender .selectDrop>span.drop {
    background: url(/assets/dt/images/sprite.png) no-repeat 0 0;
    content: "";
    background-position: -165px -219px;
}

.addToCalender .cmeTable .selectDrop:after {
    height: 1.5em;
    background-position: -165px -222px;
}

.addToCalender .selectDrop>span.selectText {
    display: block;
    line-height: 2.1875em;
    overflow: hidden;
    padding: 0 0.625em;
    white-space: nowrap;
    cursor: pointer;
}

.addToCalender .selectDrop>span.drop {
    height: 1.8125em;
    position: absolute;
    right: 0.125em;
    top: 0.1875em;
    width: 1.9375em;
    z-index: 99;
    cursor: pointer;
}

.addToCalender .selectDrop ul {
    list-style-type: none;
    position: absolute;
    left: 0;
    top: 2.1875em;
    background-color: #fff;
    border: #d4d4d4 solid 1px;
    width: 100%;
    min-width:140px;
}

.addToCalender .selectDrop ul li {
    border-bottom: #ececec solid 1px;
    line-height: 2.1875em;
    padding: 0;
    cursor: pointer;
}

.addToCalender .selectDrop ul li:hover {
    background-color: #0094d5;
}

.addToCalender .selectDrop.remindMe ul li:hover {
    background-color: #fff;
}

.addToCalender .selectDrop.remindMe ul li.remindSubmit {
    padding: 0 0.3125em 0.1875em;
}

.addToCalender .selectDrop ul li a {
    display: block;
    padding: 0 0.625em;
    color: #464646;
}

.addToCalender .selectDrop ul li:hover a,
.pricelinehotels .hotel_btn a {
    color: #fff;
    text-decoration: none;
}

#confreminderConferenceviewForm .remindAddedSuccess {
    border: 1px solid #d4d4d4;
    color: green;
    float: left;
    margin-right: 0.625em;
    padding: 0.5em 0.625em;
}

.social-share-pull-left {
    float: left;
}

.ui-helper-hidden-accessible+#ui-datepicker-div.ui-datepicker {
    z-index: 2147483647 !important;
}

.about_us.first ul,
.radioLabel {
    display: inline-block;
}

.radioLabel input[type="checkbox"] {
    margin: 0 0.3125em 0 0;
}

.ui-dialog.ui-widget.ui-widget-content {
    top: 6.25em !important;
}

#JtuyoshiCrop {
    max-height: 31.25em !important;
    overflow: auto;
}

#speaker_name.speaker_name_field {
    width: 100% !important;
    box-sizing: border-box;
}

.orgcmewrapper {
    min-height: 1.875em;
}

#helpContactBlock.lightBox {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#helpContactBlock.lightBox .lightBoxMid {
    height: 100%;
    max-width: 90%;
    position: relative;
    width: 26.875em;
    margin: 0 auto;
}

#helpContactBlock.lightBox .lightBoxMid .lightBoxTitle {
    background-color: #fff;
    color: #474747;
    float: left;
    font-size: 1.25em;
    height: 2.5em;
    line-height: 2.375em;
    padding-left: 0.9375em;
    position: absolute;
    width: 96.6%;
    border-radius: 0.9375em 0.9375em 0 0;
}

#helpContactBlock.lightBox .lightBoxMid .lightBoxContent {
    background-color: #fff;
    overflow-y: auto !important;
    position: relative;
    padding: 0;
    border-radius: 0 0 0.9375em 0.9375em;
}

#helpContactBlock .messageFormFields {
    float: left;
    width: 92%;
    padding: 0 0 0 0.9375em;
}

#helpContactBlock.lightBox .lightBoxMid .lightBoxContent .lightBoxmsg,
#helpContactBlock.lightBox .lightBoxMid .lightBoxContent input[type="text"] {
    padding: 0.5em;
    border-width: 1px;
    border-color: #b7b7b7;
    border-style: solid;
}

#helpContactBlock.lightBox .lightBoxMid .lightBoxContent .lightBoxmsg:-webkit-autofill,
#helpContactBlock.lightBox .lightBoxMid .lightBoxContent input[type="text"]:-webkit-autofill {
    padding-left: 1% !important;
    border-width: 1px;
    border-color: #b7b7b7;
    border-style: solid;
}

#helpContactBlock .messageContent {
    padding: 0.9375em 0;
}

#helpContactBlock .messageHeading {
    font-size: 1.25em;
}

#helpContactBlock .messageContent .medConferences {
    border: medium;
    padding-top: 0.9375em;
}

#helpContactBlock .closePopup {
    background: url(/assets/dt/images/sprite.png) no-repeat 0 -1200px !important;
    color: #0c63a6;
    float: right;
    height: 1.1875em;
    opacity: 1;
    position: relative;
    right: 0.625em;
    text-indent: -10000000px;
    top: 0.625em;
    width: 0.9375em;
    padding: 0;
}

.contactInfoHelp {
    font-size: 0.875em;
    list-style: none;
}

.contactInfoHelp li {
    float: left;
    padding: 0 0.625em;
    border-left: 1px solid #666;
    line-height: 0.6875em;
}

.contactInfoHelp li a {
    color: #0653ab;
    font-size: 0.875em;
}

#helpContactBlock .btn,
.contactInfoHelp .btn {
    border: 0;
    padding: 0.5em 1.25em;
    cursor: pointer;
    text-align: center;
}

#helpContactBlock .btn {
    margin: 0.625em;
}

.conferenceBanner-pagination {
    bottom: 0 !important;
    margin-bottom: 0 !important;
}

.confdetailBanner,
.confdetailBannerMultiple .blocks {
    padding: 0.9375em 0 !important;
}

.cRegistraion {
    background: #ff6105 !important;
    color: #fff !important;
    opacity: 0.8;
    font-size: 1em !important;
}

.cRegistraion:active,
.cRegistraion:focus,
.cRegistraion:hover {
    border-color: #ffa51e !important;
    box-shadow: none;
    background-color: #ffa51e !important;
}

.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
    z-index: 10000;
    background-color: #fff;
    padding: 0.9375em;
    box-shadow: 0 0.3125em 0.3125em #888;
}

.persist-header {
    display: none;
}

.persist-header .detail_logo {
    float: left;
    width: 5%;
}

.persist-header .detail_title {
    float: left;
    width: 40%;
    padding-top: 0.3125em;
}

.persist-header .detail_date,
.persist-header .detail_price {
    float: left;
    width: 20%;
    padding-top: 0.3125em;
    text-align: center;
}

.persist-header .detail_price {
    width: 10%;
}

.persist-header .detail_register {
    float: right;
    width: 20%;
    text-align: center;
}

.confDetailtooltiptext {
    visibility: visible;
    position: absolute;
    background-color: #555;
    color: #fff !important;
    text-align: left;
    border-radius: 0.375em;
    z-index: 1;
    opacity: 1;
    transition: opacity 1s;
    padding: 0.625em;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 13%;
    left: 22.5% !important;
    top: 37.8% !important;
}

.confDetailtooltip-right::after {
    content: "";
    position: absolute;
    top: -9%;
    right: 59%;
    margin-top: 0;
    border-width: 0.3125em;
    border-style: solid;
    border-color: transparent #555 transparent transparent;
}

.ui-tooltip-content {
    color: #fff !important;
    font-size: 0.875em;
}

.ui-tooltip {
    background-color: #555;
    top: 37.8%;
}

.susscribe_row .span4 {
    flex-grow: 0.3;
}

.career .row .col2.mar {
    margin: 0 !important;
}

.main-section {
    padding-top: 0.9375em;
    float: left;
    width: 100%;
}

#map {
    width: 50%;
    height: 18.0625em;
    background-color: #ccc;
}

.feeDetailsBoxes #mask {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9000;
    background-color: #494949;
    width: 90%;
    font-size: 32pt;
    color: #fff;
    display: none;
    opacity: 0.8;
}

.feeDetailsBoxes .feetxtbox {
    border-style: solid;
    border-width: 1px;
    border-color: #a7a7a7;
    font-size: 0.75em;
}

.feeDetailsBoxes .labelname,
.feeDetailsBoxes .labelname2 {
    float: left;
    font-size: 0.75em;
    margin-bottom: 0.9375em;
    line-height: 1.875em;
    color: #000;
    padding-right: 1.25em;
    text-align: left;
}

.feeDetailsBoxes .labelname2 {
    width: 8%;
    padding-right: 0.625em;
}

.feeDetailsBoxes .labeltextname {
    width: 75%;
    float: left;
    font-size: 0.75em;
}

.feeDetailsBoxes .labeltextname2 {
    width: 77%;
    float: left;
    font-size: 0.75em;
    margin-bottom: 0.9375em;
    margin-left: 1em;
    border-width: 1px;
    border-color: #a7a7a7;
    border-style: solid;
}

.feeDetailsBoxes .popupheading {
    background-color: #dedede;
    text-align: center;
    font-size: 0.75em;
    color: #000;
    line-height: 2.5em;
    border-radius: 0.5em 0.5em 0 0;
}

.feeDetailsBoxes .subbtn {
    color: #fff;
    padding: 0.3125em 0.625em;
    border-style: solid;
    border-width: 1px;
    border-color: #a56214;
    background-image: -moz-linear-gradient(90deg, #ff6e02 0, #ff8a00 100%);
    background-image: -webkit-linear-gradient(90deg, #ff6e02 0, #ff8a00 100%);
    background-image: -ms-linear-gradient(90deg, #ff6e02 0, #ff8a00 100%);
    margin-bottom: 0.3125em;
}

.feeDetailsBoxes .btndiv {
    text-align: right;
    padding-right: 1.125em;
}

.feeDetailsBoxes #lorem {
    border-radius: 0.5em;
    background-image: -moz-linear-gradient(90deg, #afafaf 0, #fff 100%);
    background-image: -webkit-linear-gradient(90deg, #afafaf 0, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #afafaf 0, #fff 100%);
}

.feeDetailsBoxes .window {
    position: fixed;
    z-index: 9999;
    padding: 1.25em;
    border-radius: 0;
    text-align: center;
    display: none;
    top: 37%;
    left: 30%;
    right: 30%;
}

.feeDetailsBoxes #dialog {
    width: 40%;
    padding: 0.625em;
    font-family: "Segoe UI Light", sans-serif;
    font-size: 15pt;
}

.feeDetailsBoxes #popupfoot {
    font-size: 12pt;
    float: right;
}

.feeDetailsBoxes .closefeebtn {
    top: -3%;
    right: -2%;
    position: absolute;
}

.feeDetailsBoxes .feesubscribe {
    padding: 0 4%;
}

.feeDetailsBoxes .feemain {
    padding-top: 0.625em;
    width: 100%;
}

.feeDetailsBoxes .feepopupname {
    width: 47%;
    float: left;
}

.feeDetailsBoxes .feepopupemail {
    width: 47%;
    float: left;
    margin-left: 0.9375em;
}

.feeDetailsBoxes .feeemptydiv {
    margin-top: 0.3125em;
    height: 0.625em;
}

.events-col-left {
    width: 55%;
    margin-right: 2%;
    float: left;
}

.events-col-right {
    width: 30%;
    float: right;
}

.events-col-left .events-list>li {
    background: url(/images/arrow.png) left center no-repeat;
    padding: 0.625em 0 0.625em 5%;
}

.events-col-right .events-condition {
    padding: 0 1.25em;
}

.events-condition .inform-label {
    color: #373737;
    font-size: 1em;
    margin: 0.625em 0;
    display: block;
    font-weight: 700;
    width: 94%;
}

.events-condition input {
    width: 94% !important;
}

.datasubmit {
    margin: 0.625em 0 0 0.625em;
}

.inform-stat {
    text-align: center;
    overflow: hidden;
    margin-top: 1.5625em;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.2em;
}

.inform-stat .separate {
    width: 8.5em;
    height: 8.5em;
    background: #d4573e;
    -moz-border-radius: 6.25em;
    -webkit-border-radius: 6.25em;
    border-radius: 6.25em;
    border: #e0e0e0 0.625em solid;
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inform-stat .separate .separte-content {
    text-align: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.875em;
}

.postloaginfooterpages {
    width: 100%;
    float: left;
}

#advertisingAdvertisingForm span.error {
    background: url(/assets/dt/images/warning_icon.png) no-repeat left 5px;
    color: #8c2b2b;
    cursor: default;
    display: inline-block;
    font-size: 0.8125em;
    font-weight: 700;
    margin-top: 0.3125em;
    padding-top: 0.3125em;
    text-indent: 1.25em;
}

.career,
.career .row .col1,
.career-second img,
.confdetailBanner img,
.confdetailBannerMultiple img {
    width: 100%;
}

.career .row .col2 {
    float: left;
    width: 49%;
    margin-right: 2%;
}

.career .row .col7 {
    float: left;
    width: 70%;
}

.career .row .col3 {
    float: left;
    width: 30%;
}

.career-head {
    border-bottom: 1px solid #b2b2b2;
}

.career-second-img {
    border: solid 6px #ddd;
    box-shadow: 0px 0px 3px #ddd;
    width: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 300px;
    background-position: center;
    margin: 0 auto 30px;
}

.career-first h2 {
    color: #484848;
    font-weight: 600;
    font-size: 1.8em;
}

.career-second h2 {
    color: #434343;
    font-weight: 600;
}

.bigfont {
    font-size: 1.2em;
}

.career-first p,
.career-second div.desc {
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1.9375em;
    padding-bottom: 1.875em;
}

.career-third {
    background: #edf1f4;
}

.career-third h3 {
    border-bottom: 1px solid #9d9ea0;
    padding-top: 1.25em;
    padding-bottom: 0.6875em;
    color: #404142;
}

.career-third .col4 {
    width: 33%;
    float: left;
}

.career-third .col4 .item {
    text-align: center;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}

.career-third .ico1 {
    background: url(/assets/dt/images/career/career-icon.png) no-repeat 0 4px;
    padding-left: 4.3125em;
    padding-top: 4.3125em;
    display: inline-block;
}

.career-third .ico2 {
    background: url(/assets/dt/images/career/career-icon.png) no-repeat 0 -132px;
    padding-left: 3.625em;
    padding-top: 4.4375em;
    display: inline-block;
}

.career-third .ico3 {
    background: url(/assets/dt/images/career/career-icon.png) no-repeat -3px -260px;
    padding-left: 3.9375em;
    padding-top: 4.125em;
    display: inline-block;
}

.career-third .ico4 {
    background: url(/assets/dt/images/career/career-icon.png) no-repeat 0 -411px;
    padding-left: 5.25em;
    padding-top: 3.3125em;
    display: inline-block;
}

.career-third .ico5 {
    background: url(/assets/dt/images/career/career-icon.png) no-repeat -17px -560px;
    padding-left: 2.1875em;
    padding-top: 4.25em;
    display: inline-block;
}

.career-third .ico6 {
    background: url(/assets/dt/images/career/career-icon.png) no-repeat -3px -713px;
    padding-left: 3.5625em;
    padding-top: 4.3125em;
    display: inline-block;
}

.career-fourth h2 {
    color: #404142;
}

.career-fourth h4 {
    font-size: 1.125em;
    padding-bottom: 0.625em;
}

ul.work {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.career-fourth ul.work li.list-ele {
    color: #565656;
    float: left;
    border-right: 0.125em solid #999;
    padding-left: 0.6875em;
    padding-right: 0.6875em;
}

.career-fourth ul.work li.list-ele:first-of-type {
    padding-left: 0;
}

.career-fourth ul.work li.list-ele:last-of-type {
    border-right: 0;
    padding-right: 0;
}

.career-fourth .pos-cont {
    width: 90%;
    margin: 0 auto;
    padding-top: 2.5em;
}

.career-fourth .pos-cont .pos {
    float: left;
    width: 33%;
    white-space: nowrap;
    border-left: 1px solid #b8b8b8;
    padding-left: 1.25em;
    margin-bottom: 0.9375em;
}

.career-fourth .circle {
    height: 5em;
    width: 5em;
    border-radius: 12.5em;
    border: 1px solid #9d9d9d;
    background: #f5f5f5;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.career-fourth .circle span {
    color: #696969;
    display: inline-block;
    font-size: 1.6875em;
    font-weight: 300;
    text-align: center;
}

.career-fourth .pos-desc {
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    padding-left: 0.6875em;
}

.career-fourth .circle .lbl {
    color: #929292;
}

.career-fourth .pos-desc .txt-lg {
    color: #515151;
    font-size: 1.2em;
    padding-bottom: 0.3125em;
}

.career-fourth .pos-desc .txt-md {
    color: #545454;
    font-size: 1.125em;
    font-weight: 400;
    padding-bottom: 0.375em;
}

.career-fourth .pos-desc .txt-sm {
    color: #949494;
    font-size: 0.9375em;
    font-weight: 300;
}

.career-fourth .pos-cont .pos.psf {
    border-right: 0;
}

.career-fifth,
.career-sixth {
    padding-top: 3.6875em;
    text-align: center;
}

.career-fifth p {
    color: #545454;
    font-size: 1.4375em;
}

.career-fifth input[type="button"] {
    background: #2350a8;
    color: #fff;
    font-size: 1.125em;
    padding: 0.4375em 0.9375em;
    margin-top: 1.25em;
    cursor: pointer;
}

.career-sixth input[type="button"],
.career-sixth input[type="submit"] {
    background: #2350a8 0 0;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    margin-top: 1.25em;
    padding: 0.625em 1.875em;
    cursor: pointer;
}

.career-sixth p.lbl {
    color: #224fa8;
}

.career-sixth .txtRt {
    text-align: right;
}

.career-sixth .mr12 {
    margin-left: 0.75em;
}

.career-sixth label {
    color: #6e6e6e;
    font-size: 1em;
    margin-bottom: 0.6875em;
    text-align: left;
    max-width: 100%;
    display: block;
}

.career-sixth input[type="text"],
.career-sixth select {
    background: #fff 0 0;
    border: 1px solid #bababa;
    font-size: 1em;
    height: 1.25em;
    width: 100%;
    padding: 0.3125em 1em;
}

.career-sixth select,
.career_job input[type="select"] {
    font-size: 1em;
    height: 2.5em;
    background: url(/assets/dt/images/dropdown_arw_35.jpg) no-repeat right 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.career-sixth .form-grp {
    text-align: left;
    padding-bottom: 0.5em;
}

.career-sixth {
    display: none;
}

.career-sixth select,
.career-sixth textarea,
.career_job input[type="select"] {
    width: 100%;
    background: #fff 0 0;
    border: 1px solid #bababa;
}

.career-sixth p.head {
    color: #303030;
    font-size: 1.35em;
    padding-bottom: 1.4375em;
    text-align: left;
}

.career-sevnth h2 {
    color: #4a4a4a;
    padding-bottom: 1.25em;
    padding-top: 2.5em;
    border-bottom: 1px solid #b3b3b3;
    font-size: 1.5em;
}

.career-sevnth .cont-ls .item {
    border-right: 1px solid #b3b3b3;
    color: #242424;
    float: left;
    font-size: 1.5em;
    height: 4.0625em;
    line-height: 4.125em;
    text-align: center;
    width: 24%;
}

.career-sevnth .cont-ls .item:nth-child(1) {
    text-align: left;
}

.career-sevnth .cont-ls .item.pf {
    border-right: 0;
}

.career-sevnth .cont-ls {
    padding-bottom: 2.4375em;
    padding-top: 1.3125em;
}

@media (max-width: 1124px) and (min-width: 1024px) {
    .career-fourth .pos-desc .txt-lg {
        font-size: 1.125em;
    }
    .career-fourth .pos-desc .txt-md {
        font-size: 0.9375em;
    }
}

@media (max-width: 1024px) {
    .pos-cont .div_view {
        flex-direction: column;
    }
    .career-fourth .pos-cont .pos {
        clear: both;
        float: none;
        width: 100%;
        border-right: 0;
        border-left: 0;
        padding-bottom: 1.25em;
        border-bottom: 1px solid #b8b8b8;
        padding-top: 1.25em;
        padding-left: 0;
    }
    .career-third>.row.clearfix {
        margin: 0;
    }
    .career-fourth .pos-cont {
        width: 50%;
    }
    .career-fourth .col6 {
        margin-bottom: 0.6875em;
        width: 33%;
    }
}

@media (max-width: 768px) {
    .login-area {
        width: 100%;
    }
    .career-fourth .col6 {
        margin-bottom: 0.6875em;
        width: 50%;
    }
    .career-fourth ul.work li.list-ele:first-of-type {
        padding-left: 0.6875em;
    }
    .career-third .col4 {
        float: left;
        width: 50%;
    }
    .career-third .ico4 {
        padding-top: 4.375em;
    }
    .career-sevnth .cont-ls .item {
        font-size: 1.25em;
    }
}

@media (max-width: 360px) {
    .career-fourth .col6 {
        margin-bottom: 0.6875em;
        width: 100%;
    }
    .career-fourth .pos-cont {
        width: 100%;
    }
    .career-third .col4 .item {
        padding-bottom: 1.25em;
        padding-top: 1.25em;
        text-align: center;
    }
    .career-third .col4 {
        float: left;
        width: 100%;
    }
    .career-sixth .col2 {
        width: 100% !important;
    }
    .career-sixth .txtRt {
        text-align: center;
    }
    .career-sevnth .cont-ls .item {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #b3b3b3;
    }
    .career-sevnth .cont-ls .item:nth-child(1) {
        text-align: center;
    }
}

.edit_unclaimed_speaker {
    height: 0.9375em;
    top: 0.25em;
    margin-left: 0.25em;
    cursor: pointer;
}

.pricelinehotels .hotelvenu_main {
    width: 49%;
    float: left;
    margin: 3% 0 2% 1%;
}

.pricelinehotels .hotelvenue_main_conf {
    float: left;
    margin: 3% 0 2% -3%;
    padding: 0.3125em 0.3125em 1px;
}

.pricelinehotels .hotelimageDiv {
    width: 35%;
    float: left;
}

.pricelinehotels .hotelimage {
    border: 0.125em solid silver;
    height: 4.6875em;
    width: 5.3125em;
}

.pricelinehotels .hoteltest_head {
    font-size: 0.875em;
    font-family: Lato;
    color: #000;
    font-weight: 700;
    float: left;
    width: 100%;
}

.pricelinehotels .hotelsub_text {
    font-size: 0.75em;
    font-family: Lato;
    color: #000;
    float: left;
    width: 100%;
}

.pricelinehotels .hotel_btn {
    background-color: #179bd7;
    float: left;
    font-family: Lato;
    font-size: 0.75em;
    height: 1.5625em;
    line-height: 1.5625em;
    margin-top: 0.3125em;
    text-align: center;
    width: 4.1875em;
}

.conf_r-commentCol {
    width: 94%;
}

.conferenceDetailMap {
    padding-bottom: 1.25em;
}

select::-ms-expand {
    display: none;
}

.cme-value+.clearfix {
    margin-bottom: 1.5625em;
}

.qalifications {
    font-size: 0.8em;
    font-weight: normal;
}

.conf-detail-row .content h1,
.conf-detail-row .content h3 {
    border: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0.3125em 0;
    min-height: 0.625em;
    font-size: 1.125em;
    margin-top: 0px;
}

.conf_detail_books {
    float: left;
    width: 19% !important;
    margin: 0;
}

.conf_related_splty .first-li,
.conf_related_splty .second-li {
    background-color: #f6f6f6;
    margin-bottom: 1px;
    color: #ddd;
    padding-left: 0.3125em;
    line-height: 1.875em;
    font-size: 0.875em;
}

.conf_related_splty .second-li {
    background-color: #f2f2f2;
}

.detail-blocks {
    background-color: #fff;
    padding: 0.625em 0 0 0.9375em;
    margin-bottom: 0.9375em;
    border: 1px solid #e7e7e7;
}

.detail-splty-comments {
    overflow: auto;
    height: 18.75em;
    width: 100%;
}

.upgradespeakerbtn {
    float: left !important;
}

.visareqinnerpage .header {
    position: unset !important;
}

.ourServices .ourServices-first h2 {
    color: #484848;
    padding-bottom: 1.25em;
    padding-top: 1.25em;
}

.ourServices .ourServices-second .boxCont .box {
    color: #fff;
    display: inline-block;
    vertical-align: bottom;
    padding: 0.6875em;
    margin-right: 0.3125em;
    margin-bottom: 0.3125em;
    border-radius: 0.125em;
}

.ourServices .ourServices-second .boxCont .box p {
    color: #fff;
    padding: 0 !important;
    line-height: 1.2 !important;
    text-align: left;
}

.ourServices .ourServices-second .boxCont .box1 {
    background: #d65238 0 0;
    height: 7.4375em;
    margin-left: 1.25em;
    width: 19.6875em;
}

.ourServices .ourServices-second .boxCont .box2 {
    background: #f7a92b 0 0;
    height: 5.8125em;
    width: 12.0625em;
}

.ourServices .ourServices-second .boxCont .box3 {
    background: #59b1e3 0 0;
    height: 9.1875em;
    width: 16.0625em;
}

.ourServices .ourServices-second .boxCont .box4 {
    background: #9769a6;
    width: 16.0625em;
}

.ourServices .ourServices-second .boxCont .box5 {
    background: #388de9;
    width: 12em;
    vertical-align: top;
}

.ourServices .ourServices-second .boxCont .box6 {
    background: #33af95;
    width: 24em;
    vertical-align: top;
}

.ourServices .ourServices-second .boxCont .box7 {
    background: #b34884;
    width: 20em;
    vertical-align: top;
}

.ourServices .ourServices-second .boxCont .box8 {
    background: #5938e9 0 0;
    vertical-align: top;
    width: 12em;
}

.ourServices .ourServices-second .boxCont .box2 p.dummy {
    height: 0.5625em;
}

.ourServices .ourServices-second .boxCont .box3 p.dummy {
    height: 3.125em;
}

.ourServices .ourServices-second .boxCont .box4 p.dummy {
    height: 0.75em;
}

.ourServices .ourServices-second .boxCont .box5 p.dummy {
    height: 1.3125em;
}

.ourServices .ourServices-second .boxCont .box16 p.dummy {
    height: 3.125em;
}

.ourServices .ourServices-second .boxCont .box7 p.dummy {
    height: 1.625em;
}

.ourServices .ourServices-second .boxCont .box8 p.dummy {
    height: 0.875em;
}

.ourServices .ourServices-second .boxCont .box p.count {
    text-align: right;
}

.ourServices .ourServices-third #firstTab-1 {
    width: 15%;
}

.ourServices .ourServices-third #firstTab-2 {
    width: 30%;
}

.ourServices .ourServices-third #firstTab-3,
.ourServices .ourServices-third #firstTab-4 {
    width: 15%;
}

.ourServices .ourServices-third #firstTab-5 {
    border-right: 1px solid #a2a2a2 !important;
    width: 25%;
}

.ourServices .ourServices-third .tab-section li,
.tab-section-inner li {
    background: #ededed 0 0;
    border-left: 1px solid #a2a2a2;
    border-top: 1px solid #a2a2a2;
    color: #4b4b4b;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1.125em;
    padding: 0.4375em 0.9375em;
    border-bottom: 0;
}

.ourServices .ourServices-third .tab-section li.tab-selected,
.tab-section-inner li.tab-selected {
    background: #fff 0 0;
    border-top: 0.3125em solid #1956a8;
    cursor: default;
    font-weight: 700;
    padding-top: 0.1875em;
}

.ourServices .medBox .medImg {
    float: left;
    width: 40%;
}

.ourServices .medBox .medImg img {
    width: 90%;
}

.ourServices .medBox .medtext {
    float: left;
    width: 60%;
}

.ourServices .medBox .medtext p {
    color: #363636;
    font-size: 1.125em;
    font-weight: 400;
    margin-bottom: 1.25em;
    padding: 0 !important;
}

.ourServices .medBox .medtext h2 {
    color: #222;
    font-size: 1.5625em;
    margin-bottom: 0.6875em;
}

.ourServices .medBox .medtext a {
    color: #3573ba;
    font-size: 1.0625em;
    text-decoration: none;
}

.ourServices .ourServices-fifth,
.ourServices .ourServices-seven {
    background: #eff2f4;
}

.ourServices .ourServices-fifth .medtext,
.ourServices .ourServices-fourth .medtext,
.ourServices .ourServices-sixth .medtext {
    padding-bottom: 2.5em;
    padding-top: 5.5em;
}

.ourServices .ourServices-second .boxCont .box1 p.head {
    font-size: 1.4375em;
}

.ourServices .ourServices-second .boxCont .box1 p.count {
    font-size: 2.8125em;
}

.ourServices .ourServices-second .boxCont .box2 p.head {
    font-size: 1.125em;
}

.ourServices .ourServices-second .boxCont .box2 p.count {
    font-size: 2.375em;
}

.ourServices .ourServices-second .boxCont .box3 p.head {
    font-size: 1.375em;
}

.ourServices .ourServices-second .boxCont .box3 p.count {
    font-size: 2.5625em;
}

.ourServices .ourServices-second .boxCont .box4 p.head {
    font-size: 1.125em;
}

.ourServices .ourServices-second .boxCont .box4 p.count {
    font-size: 2.9375em;
}

.ourServices .ourServices-second .boxCont .box5 p.head {
    font-size: 1.125em;
}

.ourServices .ourServices-second .boxCont .box5 p.count {
    font-size: 2.6875em;
}

.ourServices .ourServices-second .boxCont .box6 p.head {
    font-size: 2em;
}

.ourServices .ourServices-second .boxCont .box6 p.count {
    font-size: 4.3125em;
}

.ourServices .ourServices-second .boxCont .box7 p.head,
.tab-section li {
    font-size: 1.125em;
}

.ourServices .ourServices-second .boxCont .box7 p.count {
    font-size: 3.3125em;
}

.ourServices .ourServices-second .boxCont .box8 p.head {
    font-size: 1.375em;
}

.ourServices .ourServices-second .boxCont .box8 p.count {
    font-size: 3.25em;
}

.ourServices-second {
    padding-bottom: 1.875em;
}

.ourServices .tab-section {
    border-right: 1px solid #a2a2a2;
    height: auto;
}

.ourServices .ourServices-sixth .medBox .medImg img {
    max-width: 39.0625em;
}

.ourServices-seven .medBox .medImg img {
    max-width: 23.125em;
    margin: 0 auto;
    display: block;
}

.ourServices-fourth .medImg>img {
    max-width: 29.375em;
    margin: 0.625em auto;
    display: block;
}

.ourServices .ourServices-eight .medBox .medImg img {
    max-width: 28.125em;
    margin: 0 auto;
    display: block;
}

.ourServices .ourServices-seven .medtext {
    padding-top: 4.25em;
    padding-bottom: 2.5em;
}

.ourServices .ourServices-eight .medtext {
    padding-top: 6.9375em;
    padding-bottom: 2.5em;
}

.ourServices .ourServices-eight .medBox .medImg {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}

.boxCont {
    text-align: center;
}

.directory-wrapper {
    width: 80%;
    margin: 1.25em auto;
}

.directory-wrapper h2 {
    text-align: center;
    color: #0653ab;
    font-size: 1.875em;
    text-transform: uppercase;
    margin: 0.625em 0;
}

.directory-wrapper p {
    padding: 0.9375em 0;
}

.directory-wrapper .left-sec {
    width: 74%;
    float: left;
}

.directory-wrapper .rgt-sec {
    float: left;
    margin-left: 1%;
    width: 24%;
}

.directory-wrapper .listofSpecialities {
    width: 100%;
    padding: 1.25em 0;
}

.listofSpecialities ul {
    width: 32%;
    margin-right: 1%;
    display: inline-block;
    vertical-align: top;
}

.listofSpecialities ul li {
    width: 100%;
    list-style: none;
    padding: 0.3125em 0.625em 0.3125em 0.3125em;
    background: #fff;
}

.listofSpecialities ul li a {
    color: #179bd7;
    font-size: 0.875em;
    text-decoration: none;
}

.listofSpecialities ul li a:hover {
    text-decoration: underline;
}

.listofSpecialities ul li:hover {
    text-decoration: none;
    background: #f2f2f2;
    transition: background-color 0.3s ease;
}

.directory-wrapper .search-filters {
    border-bottom: #d4d4d4 solid 1px;
    width: 100%;
    margin: 0.9375em 0;
}

.directory-wrapper .search-filters input {
    border: 1px solid #bcbcbc;
    background: #fff;
    color: #474747;
    width: 100%;
    font-size: 0.875em;
    padding: 0.3125em 0.8em;
}

.directory-wrapper .search-filters .button-align {
    float: right;
}

.directory-wrapper .search-filters .search-button {
    float: left;
    background-color: #1a53a9;
    color: #fff;
    font-size: 1em;
    padding: 0 15%;
    width: 100%;
    margin: 0;
}

.toAdvert {
    padding-bottom: 0.625em;
    font-size: 0.875em;
    display: none;
}

.toAdvert>span {
    color: red;
}

.mcb_content .tab-content {
    padding: 1.25em 0;
}

.directory-wrapper .div_view {
    height: 23.75em;
    overflow: hidden;
}

.directory-wrapper .selectBox-arrow {
    background: url(../pre_login_images/arrow-drop.png) 0 14px no-repeat;
}

.tab-section {
    height: 3.375em;
}

.tab-section li {
    background: #ededed;
    border: 1px solid #a2a2a2;
    border-right: 0;
    color: #4b4b4b;
    display: block;
    float: left;
    padding: 0.9375em 5.4%;
    cursor: pointer;
}

.tab-section>li:last-child {
    border-right: 1px solid #a2a2a2;
}

.tab-section li.ui-tabs-active {
    border-bottom: 1px solid #fff;
    font-weight: 700;
    cursor: default;
}

@media (max-width: 1199px) {
    .speakersDirectory .allmyspeaker {
        grid-template-columns: repeat(4, 1fr);
    }
    .contentLeft,
    .contentRight {
        flex: 100%;
        width: 100%;
        max-width: 100%;
    }
    .paymentsuccessfullySection {
        flex-direction: column;
    }
    .paymentsuccessfullySection .paymentsuccessfullyleft,
    .paymentsuccessfullySection .paymentsuccessfullyright {
        width: 100% !important;
    }
    .paymentsuccessfullySection .paymentsuccessfullyleft {
        padding: 1.875em 1.25em;
    }
    .paymentInnerContent h2,
    .paymentUserHeader h2 {
        font-size: 1.25em;
        margin-bottom: 0.9375em;
    }
    .paymentUserInfo h1 {
        font-size: 1.25em;
    }
    .conferencePaymentDetails .conferencePaymentInfo p,
    .paymentUserInfo p {
        font-size: 0.875em;
    }
    .conferencePaymentDetails .conferencePaymentInfo h1 {
        font-size: 1.125em;
    }
    .paymentTable .table tr td,
    .paymentTable .table tr th {
        font-size: 0.9375em;
    }
    .bookNowBtn {
        position: relative;
        bottom: auto;
        text-align: left;
        margin-top: 1.875em;
    }
}

@media (max-width: 991px) {
    .content.d-flex {
        flex-direction: column;
    }
    .speakersDirectory .allmyspeaker {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .contact .row {
        flex-direction: column;
    }
    .livespell_textarea {
        width: 100% !important;
    }
    .contact-sixth .form-grp {
        padding: 0;
        margin-bottom: 1em;
    }
    .searchResultsWrapperCustom {
        flex-direction: column;
    }
    .contact-wrapper {
        width: 100%;
    }
    .contactForm .col2 {
        width: calc(100% / 1);
        padding: 0;
    }
    .contactForm {
        margin: 0;
    }
    .contactForm .button-wrapper {
        padding: 0 !important;
    }
    .contactForm .button-wrapper>div {
        float: left !important;
        width: 100%;
    }
    .conference-result-row.speaker_info>.speaker_div {
        width: calc(100% / 4);
    }
    .paymentSuccessSection h2 {
        font-size: 1.25em;
    }
    .breadcrumbsSec {
        flex-direction: column;
    }
    .breadcrumbsSec .brdcrumb,
    .breadcrumbsSec .profile-area {
        width: 100%;
        text-align: center;
    }
    .breadcrumbsSec .profile-area .hotLinks {
        justify-content: center;
    }
}

@media (max-width: 580px) {
    .latest-list {
        grid-template-columns: repeat(2, 1fr);
    }
    .conference-result-row.speaker_info>.speaker_div {
        width: calc(100% / 3);
    }
    .comnhding {
        flex-wrap: wrap;
    }
    .selectSpecilityContainer {
        width: 100%;
        text-align: left;
        padding-right: 0;
        margin: 0.625em 0;
        flex-basis: 100%;
    }
    #speaker_speciality {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .career-third>.row.clearfix {
        margin: 0;
    }
    .speakersDirectory .allmyspeaker {
        grid-template-columns: repeat(2, 1fr);
    }
    .contact .offc-address-ls .address {
        width: calc(100% / 1);
        margin-bottom: 1.25em;
    }
    .contact .offc-address-ls .address:last-child {
        margin-bottom: 0;
    }
    .conference-result-row.speaker_info>.speaker_div {
        width: calc(100% / 1);
    }
    .conference-result-row.speaker_info>.speaker_div .speaker_image {
        height: 18.75em;
    }
    .conferencePaymentDetails {
        flex-direction: column;
    }
    .conferencePaymentInfo {
        padding-left: 0;
        width: 100%;
        margin-top: 0.9375em;
    }
    .paymentsuccessfullySection .paymentsuccessfullyleft,
    .paymentsuccessfullySection .paymentsuccessfullyright .paymentInnerContent {
        padding: 0.9375em;
    }
    .printSection {
        margin: 1.875em 0 1.25em;
    }
    .trendingSpeakers {
        flex-direction: column;
    }
    .trendingSpeakers .selected-speakers {
        width: calc(100% / 1);
        padding: 0;
        margin-bottom: 0.625em;
    }
}

.createconfsubtypes {
    overflow: visible;
}

ul.holder {
    overflow: hidden;
    height: auto !important;
    width: 31.25em;
    margin: 0 !important;
}

:first-child+html ul.holder {
    padding-bottom: 0.125em;
}

* html ul.holder {
    padding-bottom: 0.125em;
}

ul.holder li {
    float: left;
    list-style-type: none;
    margin: 0 0.3125em 0.25em 0;
    white-space: nowrap;
}

ul.holder li.bit-box,
ul.holder li.bit-input input {
    font: 0.875em "Lucida Grande", "Verdana";
}

ul.holder li.bit-box {
    -moz-border-radius: 0.375em;
    -webkit-border-radius: 0.375em;
    border-radius: 0.375em;
    border: 1px solid #cad8f3;
    background: #dee7f8;
    padding: 1px 0.3125em 0.125em;
}

ul.holder li.bit-input input {
    width: auto;
    overflow: visible;
    margin: 0;
    border: 0;
    outline: 0;
    padding: 0.1875em 0 0.125em;
}

ul.holder li.bit-input input.smallinput {
    width: 1.25em;
}

#apple-list ul.holder li.bit-box,
ul.holder li.bit-box {
    padding-right: 0.9375em;
    position: relative;
    z-index: 1000;
}

#apple-list ul.holder li.bit-input {
    margin: 0;
}

#apple-list ul.holder li.bit-input input.smallinput {
    width: 0.3125em;
}

ul.holder li.bit-hover {
    background: #bbcef1;
    border: 1px solid #6d95e0;
}

ul.holder li.bit-box-focus {
    border-color: #598bec;
    background: #598bec;
    color: #fff;
}

ul.holder li.bit-box a.closebutton {
    position: absolute;
    right: 0.25em;
    top: 0.3125em;
    display: block;
    width: 0.4375em;
    height: 0.4375em;
    font-size: 1px;
    background: url(close.gif);
}

ul.holder li.bit-box a.closebutton:hover {
    background-position: 0.4375em;
}

ul.holder li.bit-box-focus a.closebutton,
ul.holder li.bit-box-focus a.closebutton:hover {
    background-position: bottom;
}

.facebook-auto {
    display: none;
    position: absolute;
    background: #eee;
    z-index: 1001;
}

.facebook-auto .default {
    padding: 0.3125em 0.4375em;
    border: 1px solid #ccc;
    border-width: 0 1px 1px;
    font-family: "Lucida Grande", "Verdana";
    font-size: 0.6875em;
}

.facebook-auto ul {
    display: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    position: absolute;
    z-index: 9999;
}

.facebook-auto ul li {
    padding: 0.3125em 0.75em;
    z-index: 1000;
    cursor: pointer;
    margin: 0;
    list-style-type: none;
    border-width: 0 1px 1px;
    font: 0.6875em "Lucida Grande", "Verdana";
    background-color: #eee;
}

.facebook-auto ul li em {
    font-weight: 700;
    font-style: normal;
    background: #ccc;
}

.facebook-auto ul li.auto-focus {
    background: #4173cc;
    color: #fff;
}

.deleted {
    background-color: #4173cc !important;
}

.hidden {
    display: none;
}

#demo ul.holder li.bit-input input {
    padding: 0.125em 0 1px;
    border: 1px solid #999;
}

.ie6fix {
    height: 1px;
    width: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

[class*=" icon-"]:before,
[class^="icon-"]:before {
    font-family: oxp-demo;
    margin: 0 0.25em;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-speak: none;
    text-align: center;
}

.icon-th:before {
    content: "\e800";
}

.icon-left:before {
    content: "\e803";
}

.sb #sub_email-error {
    float: left;
    color: red;
}

.sb div.error {
    color: red;
}

#subscribemehidedive,
.sb {
    bottom: 0.625em;
    box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    opacity: 1 !important;
    position: fixed;
    background-color: #fff;
    border: 1px solid #b1b1b1;
}

.sb {
    width: 20.9375em;
    height: 10em;
    padding: 0.625em;
    left: 0.625em;
    z-index: 9999;
}

.subscribe-me .mainsubscribediv {
    float: right;
    padding: 0.9375em 0 0 1em;
    height: 9.375em;
    width: 20em;
}

.sb h2 {
    margin-top: 0;
    color: #000;
    font-size: 1.125em;
}

.sb p {
    font-size: 0.8125em;
    color: #000;
    margin: 0.625em 0;
    line-height: normal;
}

.sb form input[type="email"],
.sb form input[type="password"],
.sb form input[type="text"],
.sb form textarea {
    margin: 0;
    border: 0;
    background: #fff;
    padding: 0.5625em 0.3125em 0.5em 0.375em;
    font-size: 0.875em;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#subscribemehidedive {
    height: 5em;
    width: 21.875em;
    z-index: 1999;
    animation-name: flyInLeft;
    text-align: center;
    vertical-align: middle;
    color: #000;
    font-weight: 700;
    right: 0.625em;
    border-top: 0.3125em solid #ff6105;
}

#subscribemehidedive p {
    font-size: 1.0625em;
    font-weight: 400;
    padding: 0.9375em;
}

.mainsubscribediv .sub_submit {
    padding: 0.5em !important;
    background: 0;
    font-size: 0.875em;
    border: 0;
    background: #ff6105;
    color: #fff;
    margin: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.sb .sb-close-btn {
    position: absolute;
    right: 0.9375em;
    top: 0.625em;
    color: #252525;
    text-decoration: none;
    font-size: 1.5625em;
}

.sb.sb-withoverlay {
    position: absolute;
    top: 12.5em;
    right: 50%;
    margin-left: -15.625em;
}

.sb-open.sb-open-with-overlay {
    overflow: hidden;
}

.sb-open .sb,
.sb-open .sb-overlay {
    opacity: 1;
}

.sb-close-backdrop,
.sb-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sb-overlay {
    display: none;
    background: rgba(0, 0, 0, 0.58);
    opacity: 0;
    position: fixed;
    right: 0;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    overflow: auto;
}

.sb .mainsubscribediv #ft_error_pop {
    font-size: 0.875em;
    color: red;
}

.sb-close-backdrop {
    position: absolute;
    cursor: pointer;
}

[class*=" sb-animation-"],
[class^="sb-animation-"] {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.sb-animation-flyInRight {
    -webkit-animation-name: flyInRight;
    -moz-animation-name: flyInRight;
    -o-animation-name: flyInRight;
    animation-name: flyInRight;
}

.sb-animation-flyOutRight {
    -webkit-animation-name: flyOutRight;
    -moz-animation-name: flyOutRight;
    -o-animation-name: flyOutRight;
    animation-name: flyOutRight;
}

.sb-animation-flyInLeft {
    -webkit-animation-name: flyInLeft;
    -moz-animation-name: flyInLeft;
    -o-animation-name: flyInLeft;
    animation-name: flyInLeft;
}

.sb-animation-flyOutLeft {
    -webkit-animation-name: flyOutLeft;
    -moz-animation-name: flyOutLeft;
    -o-animation-name: flyOutLeft;
    animation-name: flyOutLeft;
}

.sb-animation-flyInUp {
    -webkit-animation-name: flyInUp;
    -moz-animation-name: flyInUp;
    -o-animation-name: flyInUp;
    animation-name: flyInUp;
}

.sb-animation-flyOutUp {
    -webkit-animation-name: flyOutUp;
    -moz-animation-name: flyOutUp;
    -o-animation-name: flyOutUp;
    animation-name: flyOutUp;
}

.sb-animation-flyInDown {
    -webkit-animation-name: flyInDown;
    -moz-animation-name: flyInDown;
    -o-animation-name: flyInDown;
    animation-name: flyInDown;
}

.sb-animation-flyOutDown {
    -webkit-animation-name: flyOutDown;
    -moz-animation-name: flyOutDown;
    -o-animation-name: flyOutDown;
    animation-name: flyOutDown;
}

#brochuremailDiv {
    border-radius: 0.3125em;
    background-color: #efefef;
    border: 1px solid #ccc;
    padding: 0.625em;
}

#brochuremailDiv .text_box {
    border-style: solid;
    border-width: 1px;
    border-color: #eaeaea;
    background-color: #fff;
    width: 99%;
    height: 2em;
}

#brochuremailDiv .send_btn {
    border-style: solid;
    border-width: 1px;
    border-color: #1794cd;
    background-color: #179bd7;
    height: 2em;
    color: #fff;
    border-radius: 0;
    padding: 0 0.625em;
}

.download_brochure {
    color: #3c3c3c;
    font-size: 1em;
    margin-bottom: 1.25em;
    padding: 0.3125em;
    font-weight: 700;
    line-height: 2.5em;
    vertical-align: top;
}

#conf_brochureemail-error {
    color: red;
}

.brochure_success {
    font-size: 0.9375em;
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 1025px) and (max-width: 1279px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        width: 20.9375em;
        z-index: 1999;
        right: 0.625em;
    }
    .sb {
        height: 11.25em;
        background: #00d2ff;
        padding: 0.5625em;
        opacity: 0;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0.9375em 1.375em;
        height: 9.375em;
        width: 18.75em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5em 0.625em;
        background: 0;
        font-size: 0.75em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        opacity: 1 !important;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

@media (max-width: 1000px) {
    #brochuremain {
        padding-top: 0.9375em;
    }
}

@media (min-width: 961px) and (max-width: 1024px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        width: 20.9375em;
        z-index: 1999;
        right: 0.625em;
    }
    .sb {
        height: 11.25em;
        background: #00d2ff;
        padding: 0.625em;
        opacity: 0;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0.9375em 1.375em;
        height: 9.375em;
        width: 18.75em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5em 0.625em;
        background: 0;
        font-size: 0.875em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0 !important;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        opacity: 1 !important;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

@media (max-width: 960px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        width: 20.9375em;
        z-index: 1999;
        right: 0.625em;
    }
    .sb {
        height: 11.25em;
        background: #00d2ff;
        padding: 0.625em;
        opacity: 0;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0.9375em 1.375em;
        height: 9.375em;
        width: 18.75em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.4375em 0.625em;
        background: 0;
        font-size: 0.875em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        opacity: 1 !important;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

@media (min-width: 800px) and (max-width: 900px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        opacity: 1 !important;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        z-index: 1999;
        right: 0.625em;
    }
    .sb {
        width: 22.5em;
        height: 10.625em;
        background: #00d2ff;
        padding: 0.625em;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0.9375em 1.375em;
        height: 11.25em;
        width: 20.625em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5em 0.625em;
        background: 0;
        font-size: 0.875em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        width: 21.25em;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 800px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        opacity: 1 !important;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        width: 23.4375em;
        z-index: 1999;
        right: 0.625em;
    }
    .sb {
        height: 11.25em;
        background: #00d2ff;
        padding: 0.625em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0.9375em 1.375em;
        height: 9.375em;
        width: 21.875em;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5em 0.625em;
        background: 0;
        font-size: 0.875em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
}

@media (min-width: 620px) and (max-width: 768px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        opacity: 1 !important;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        z-index: 1999;
        right: 0.625em;
    }
    .sb {
        width: 23.4375em;
        height: 10em;
        background: #00d2ff;
        padding: 0.625em;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0.9375em 1.375em;
        height: 11.25em;
        width: 21.875em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5625em 0.625em;
        background: 0;
        font-size: 0.75em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        width: 21.25em;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

@media screen and (max-width: 620px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        opacity: 1 !important;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        z-index: 1999;
        right: 0.625em;
    }
    .sb {
        width: 22.5em;
        height: 11.25em;
        background: #00d2ff;
        padding: 0.625em;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0.9375em 1.375em;
        height: 9.375em;
        width: 20.625em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.5em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5em 0.625em;
        background: 0;
        font-size: 0.875em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        width: 21.25em;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

@media only screen and (max-width: 580px) {
    #subscribemehidedive,
    .sb {
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        cursor: pointer;
        display: none;
        opacity: 1 !important;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
    }
    .sb {
        bottom: 0.1875em;
        width: 20.9375em;
        height: auto;
        padding: 0.3125em;
        left: 0.625em;
        z-index: 9999;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.3125em 0.9375em 0.9375em 0.625em;
        height: 6.25em;
        width: 17.5em;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5em 0.625em;
        background: 0;
        font-size: 0.875em;
        border: 0;
        background: #ff6105;
        color: #fff;
        margin: 0;
        -webkit-appearance: none;
    }
    .sb h2 {
        margin-top: 0;
        color: #000;
        font-size: 1.125em;
        padding-bottom: 0.625em;
    }
    .sb p {
        font-size: 0.8125em;
        color: #000;
        margin: 0.625em 0;
        display: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        bottom: 0.625em;
        height: 3.75em;
        width: 21.25em;
        z-index: 1999;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        right: 0.625em;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

@media only screen and (max-width: 420px) {
    #subscribemehidedive,
    .sb {
        bottom: 0.625em;
        box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 0.125em 0.1875em rgba(0, 0, 0, 0.5);
        display: none;
        opacity: 1 !important;
        position: fixed;
        background-color: #fff;
        border: 1px solid #b1b1b1;
        z-index: 1999;
    }
    .sb {
        right: 1.25em;
        margin: 0 auto;
        width: 85%;
        height: 7.5em;
        background: #00d2ff;
        padding: 0.625em;
    }
    .subscribe-me .mainsubscribediv {
        float: right;
        padding: 0.9375em 0 0 0.9375em;
        height: auto;
        width: 20em;
    }
    .sb h2 {
        margin-top: 0;
        color: #000;
        font-size: 1.125em;
        padding-bottom: 0.625em;
    }
    .sb p {
        font-size: 0.8125em;
        color: #000;
        margin: 0.625em 0;
        display: none;
    }
    .sb form input[type="email"],
    .sb form input[type="password"],
    .sb form input[type="text"],
    .sb form textarea {
        margin: 0;
        border: 0;
        background: #fff;
        padding: 0.4375em 0.625em;
        font-size: 0.875em;
        width: 100%;
        height: 2.1875em;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .mainsubscribediv .sub_submit {
        padding: 0.5625em 0.625em;
        background: 0;
        font-size: 0.875em;
        border: 0;
        background: #ff6105 !important;
        color: #fff;
        margin: 0;
        border-radius: 0;
        -webkit-appearance: none;
    }
    .sb .sb-close-btn {
        position: absolute;
        right: 0.9375em;
        top: 0.625em;
        color: #252525;
        text-decoration: none;
        font-size: 1.5625em;
    }
    #subscribemehidedive {
        cursor: pointer;
        height: 3.75em;
        width: 90%;
        animation-name: flyInLeft;
        text-align: center;
        vertical-align: middle;
        color: #000;
        padding: 0.625em 0.625em 0.9375em;
        font-weight: 700;
        right: 0.625em;
        border-top: 0.3125em solid #ff6105;
    }
    #subscribemehidedive p {
        padding: 0;
    }
}

.txt-right {
    text-align: right;
}

.txt-left {
    text-align: left;
}

.txt-center {
    text-align: center;
}

.bold {
    font-weight: 700;
}

.f-size13 {
    font-size: 0.8125em;
}

.f-size16 {
    font-size: 1em;
}

.f-size18 {
    font-size: 1.125em;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.f-normal {
    font-weight: 400;
}

.blue-text {
    color: #253b80 !important;
}

.light-blue-text {
    color: #0046ab !important;
}

.no-border {
    border: 0 !important;
}

.hide {
    display: none !important;
}

.clear {
    clear: both;
}

.overH {
    overflow: hidden;
}

.m-clear {
    clear: both;
    display: none;
}

.mar0 {
    margin: 0 !important;
}

.marT5 {
    margin-top: 0.3125em;
}

.marT10 {
    margin-top: 0.625em;
}

.marT15 {
    margin-top: 0.9375em;
}

.marT25 {
    margin-top: 1.5625em;
}

.marL5 {
    margin-left: 0.3125em;
}

.marR5 {
    margin-right: 0.3125em;
}

.marL10 {
    margin-left: 0.625em !important;
}

.marB20 {
    margin-bottom: 1.25em !important;
}

.marB5 {
    margin-bottom: 0.3125em;
}

.marB10 {
    margin-bottom: 0.625em;
}

.marB15 {
    margin-bottom: 0.9375em;
}

.minH75 {
    min-height: 5em !important;
}

.minHeightAuto {
    min-height: auto;
}

.pad0 {
    padding: 0 !important;
}

.pad5 {
    padding: 0.3125em;
}

.pad10,
.pmc_leftmenuhead>h5 {
    padding: 0.625em;
}

.pad15 {
    padding: 0.9375em;
}

.pad20 {
    padding: 1.25em;
}

.padTB15 {
    padding: 0.9375em 0;
}

.pad30 {
    padding: 1.875em;
}

.padT10R0 {
    padding: 0.625em 0;
}

.padT10R20 {
    padding: 0.625em 1.25em;
}

.padT15R30 {
    padding: 0.9375em 1.875em;
}

.padT15R10 {
    padding: 0.9375em 0.9375em 0.9375em 0;
}

.padT5 {
    padding-top: 0.3125em;
}

.padT7 {
    padding-top: 0.4375em;
}

.padT10 {
    padding-top: 0.625em;
}

.padT20 {
    padding-top: 1.25em;
}

.padT30 {
    padding-top: 1.875em;
}

.padT50 {
    padding-top: 3.125em;
}

.padT100 {
    padding-top: 6.25em;
}

.padT0R30 {
    padding: 0 1.875em;
}

.padR10 {
    padding-right: 0.625em;
}

.padTB0LR15 {
    padding: 0 0.9375em !important;
}

.padB30 {
    padding-bottom: 1.875em !important;
}

.padL25 {
    padding-left: 1.5625em !important;
}

.padB5 {
    padding-bottom: 0.3125em;
}

.padB7 {
    padding-bottom: 0.4375em;
}

.wid100p {
    width: 100% !important;
}

.wid94p {
    width: 94% !important;
}

.wid90p {
    width: 90% !important;
}

.wid70p {
    width: 70% !important;
}

.wid65p {
    width: 65% !important;
}

.wid60p {
    width: 60% !important;
}

.wid30p {
    width: 30% !important;
}

.wid60x {
    width: 3.75em !important;
}

.plue-color {
    color: #0653ab !important;
}

.txt-underline {
    text-decoration: underline;
}

.edit-icon {
    background: #fff url(/assets/dt/images/edit.png) right center no-repeat;
}

.search-icon {
    background: #fff url(/assets/dt/images/search_icon.png) right center no-repeat;
}

.delete-icon {
    background: #fff url(/assets/dt/images/Delete.png) right center no-repeat;
}

.height3 {
    height: 0.1875em;
}

.height8 {
    height: 0.5em;
}

.height10 {
    height: 0.625em;
}

.height525 {
    height: 32.8125em;
}

.bor-gray {
    border: 1px solid #ccc;
}

.borB-gray {
    border-bottom: 1px solid #ccc;
}

.bg-blue {
    background: #3397de;
    height: 2.375em;
}

.bg-orange {
    background: #ff7612;
    color: #fff;
}

.bg-white {
    background: #fff;
}

.bg-light-blue {
    background: #179bd7;
    color: #fff;
    border: 0;
}

.bg-dark-gray {
    color: #fff;
    background: #bababa;
}

.bg-shadow {
    background: #fff url(/assets/dt/images/shadow.png) top right repeat-y;
    padding: 0;
}

.bg-light-gray {
    background: #fafafa;
}

.bg-gray {
    background: #4c4c4c;
    color: #fff;
}

.weeklySpeaker-specilityName {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 50%;
    display: block;
    float: left;
    cursor: default;
}

button.blue {
    background: #1a53a9;
    color: #fff;
}

button.white {
    background: #fff;
    color: #4f9bc9;
    border: 0.125em solid #ccc;
    font-size: 1em;
    font-weight: 700;
}

.weeklySpeaker-date-btn {
    float: right;
}

.pos-re {
    position: relative;
}

.pos-abs {
    position: absolute;
}

.down,
.right0 {
    right: 0;
}

.down {
    position: absolute;
    bottom: 0;
}

.ellips-wrapper {
    overflow: hidden;
}

.red {
    color: red;
}

.col input[type="text"].error,
input.error {
    border: 1px solid #c60e0e;
}

.forgot-body span.error,
.login-area label.error,
.login-page label.error,
.login-page span.error,
.signup-page label.error,
.signup-page span.error {
    color: #8c2b2b;
    font-size: 0.875em;
    font-weight: 700;
    display: inline-block;
    background: url(/assets/dt/images/warning_icon.png) left 0 top 6px no-repeat;
    text-indent: 1.25em;
    cursor: default;
    margin: 0;
    padding: 0;
}

.login-area label.loginError {
    background: #79c5e9 url(/assets/dt/images/warning_icon.png) 10px 5px no-repeat;
    width: 100%;
    margin-top: 0.125em;
    border-radius: 0.1875em;
    padding: 0.1875em 0 0.1875em 0.625em !important;
    box-sizing: border-box;
}

.login-area .usertype_checkbox label.loginError {
    margin-left: 1.5625em;
}

.wrapper label.error,
.wrapper span.error {
    color: #c60e0e;
    font-size: 0.875em;
    font-weight: 700;
    padding-top: 0.1875em;
    display: inline-block;
    background: url(/assets/dt/images/red_warning_icon.png) left 4px no-repeat;
    text-indent: 1.25em;
    cursor: default;
}

.error.errorColor {
    color: #8c2b2b !important;
}

.error a:hover,
.view_more_myconf:hover {
    text-decoration: underline !important;
}

.bor-gry {
    border: 1px solid #ccc;
}

.disBlock {
    display: block;
}

.bottomm15 {
    bottom: -0.9375em;
}

.no-bg {
    background: 0 0 !important;
}

.ellips {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.padTB8 {
    padding: 0.5em 0;
}

.inline-block {
    display: inline-block;
}

.marB8 {
    margin-bottom: 0.5em;
}

#useradmin-wrapper .myconfhint-Subheader,
.marRL18 {
    margin: 0 1.125em;
}

.myconfhint-Subheader {
    margin: 1.125em 0;
    padding: 0.625em 0;
    border-bottom: 1px solid #ccc;
    text-align: justify;
}

.proflie-wrapper .myconfhint-Subheader {
    margin: 0 0 1.125em;
}

input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
select:focus,
textarea:focus {
    border: 1px solid #1a53a9;
    box-shadow: 0 0 0.5em -0.1875em #179bd7;
}

.width96p {
    width: 96%;
}

.maxwidth96p {
    max-width: 96%;
}

.pad5.paddLeft-5 {
    padding-left: 0 !important;
}

.container_wrapper {
    width: 98%;
    height: auto;
    margin: 0 auto;
}

.header {
    width: 100%;
    float: left;
    min-height: 5.625em;
    background-color: #fff;
}

.main_container {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0.9375em;
}

.left_container {
    width: 80%;
    padding-right: 1.25em;
}

.right_container {
    width: 20%;
}

@media (max-width: 1199px) {
    .left_container {
        width: 70%;
    }
    .right_container {
        width: 30%;
    }
    .inform-stat {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .left_container {
        padding-right: 0 !important;
        width: 100% !important;
    }
    .right_container {
        width: 100% !important;
        position: relative;
        z-index: 0;
    }
    .main_container {
        flex-direction: column;
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .career-second {
        flex-direction: column;
    }
    .career .row .col7,
    .career .row .col3 {
        width: 100%;
    }
    .mobScroll table.table-content td.ticketname_inn,
    .mobScroll table.table-content td.ticketname_inn_width {
        width: 100%;
        padding-left: 0 !important;
        display: flex;
    }
    .mobScroll table td::before {
        content: attr(data-label);
        text-align: left;
        font-weight: 700;
        float: left;
        height: 100%;
        word-break: normal;
        font-size: 0.75em;
        text-transform: uppercase;
    }
    .mobScroll table td {
        border-top: none !important;
    }
    table.table-content tbody tr>td {
        text-align: right;
    }
    .cme_pop {
        width: 18.625em;
    }
    .cme_pop .cme_logo {
        width: 6em;
        height: 100%;
        text-align: center;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .cme_pop .cme_logo img {
        margin-top: 0;
        width: 70px;
        height: auto;
    }
    .cme_pop .cme_text {
        width: 12.125em;
    }
}

@media screen and (max-width: 600px) {
    .inform-stat {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 480px) {
    .payment-wrapper .number {
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 414px) {
    .latest-list {
        grid-template-columns: repeat(1, 1fr);
    }
    .inform-stat {
        grid-template-columns: repeat(1, 1fr);
    }
}

.containload {
    position: fixed;
    left: 0px;
    top: 0px;
    max-width: 100%;
    margin: 0;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
}

.pmc_rightcontant div p {
    margin-bottom: 15px;
    line-height: 23px;
    font-size: 15px;
}

.pmc_rightcontant h2 {
    color: #0952bf;
    font-size: 24px;
    font-weight: 600;
}

.pmc_rightcontant h1 {
    color: #0952bf;
    font-size: 24px;
    font-weight: 600;
}

.pmc_leftmenu li::before {
    left: 14px;
}

.pmc_leftmenu ul li {
    padding-left: 10px;
}
/*Medical Resource Popup*/
.mr-popup-wrapper .modal{padding:0!important}.mr-popup-wrapper .modal-dialog{max-width:964px;width:100%}.mrPopupConfSearch:hover{color:#333}@media (max-width:1199px){.mr-popup-wrapper .modal-dialog{max-width:80%;margin:30px auto}}.mr-popup-wrapper .modal-dialog .modal-content{background-color:#F9F9F9;padding:2em}@media (max-width:767px){.mr-popup-wrapper .modal-dialog{max-width:94%;margin:15px auto}.mr-popup-wrapper .modal-dialog .modal-content{padding:1.5em}.mr-popup-wrapper .modal-dialog .modal-content .modal-header{flex-wrap:wrap;align-items:start!important;position:relative}}@media (max-width:480px){.mr-popup-wrapper .modal-dialog .modal-content{padding:1.1em}.mr-popup-wrapper .modal-dialog .modal-content .modal-header{font-size:13px}}.mr-popup-wrapper .modal-dialog .modal-content .modal-header{padding:.7em 0}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modal-title{font-size:1.2em;font-weight:600;color:#333}@media (max-width:767px){.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modal-title{order:2;font-size:1.1em}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose{flex-basis:100%}}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose .close{margin:0;font-size:2em;line-height:.5em;position:relative;top:0;right:0;opacity:1;padding:0 0 0 1em;order:2}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose .close:hover{color:#0653ab}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose .anOrganizer{color:#333;text-decoration:underline!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose .anOrganizer:hover{color:#1b9ad3}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .changeBoard{display:none}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .userProfile{margin-top:.5em}@media (max-width:767px){.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose .close{position:absolute;top:-16px;right:-17px;z-index:2;order:2;padding:.5em}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose .close>span{font-size:1.2em}.mrPopupModal .modal-header{padding-top:0}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .modalClose .anOrganizer{margin-bottom:1em}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .changeBoard{border-bottom:solid 1px;order:3;display:block;color:#333}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .userProfile{margin-bottom:1em;margin-top:0;order:1}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .userProfile .btn{padding:.3em .5em}}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .userProfile .btn{border:1px solid #707070;padding:.3em .5em}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .userProfile .userimg{width:2em;height:2em;border-radius:100px;overflow:hidden;background-position:center;background-repeat:no-repeat;background-size:cover}@media (max-width:767px){.mr-popup-wrapper .modal-dialog .modal-content .modal-header .userProfile .userimg{width:1.5em;height:1.5em}}.mr-popup-wrapper .modal-dialog .modal-content .modal-header .userProfile .userName{color:#333;font-size:1em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:block;text-align:left;width:80px}.mr-popup-wrapper .modal-dialog .modal-content .body_content{max-height:340px;height:230px}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset.mCSB_scrollTools .mCSB_draggerRail{width:4px}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width:5px;background-color:#0653ab!important;background-color:rgb(6 83 171)!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-body>a:active,.mr-popup-wrapper .modal-dialog .modal-content .modal-body>a:focus,.mr-popup-wrapper .modal-dialog .modal-content .modal-body>a:hover{color:#333}@media (max-width:767px){.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails{flex-direction:column;width:100%;justify-content:start!important;align-items:start!important;display:none!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails.active{display:flex!important}}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails.showBoardFilter{display:flex!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds{grid-template-columns:repeat(4,1fr);grid-gap:.5em;display:grid}@media (max-width:767px){.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds{width:100%;grid-template-columns:repeat(1,1fr);margin-bottom:1em}}@media (max-width:480px){.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds{grid-template-columns:repeat(1,1fr)}}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group{margin:0}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width:100%}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-toggle{background-color:#fff;border:1px solid #ddd;box-shadow:none}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-toggle:active,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-toggle:focus,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-toggle:hover{border-color:#1b9ad3;outline:0!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-toggle::after{border-width:0 1px 1px 0!important;border:solid;padding:3px;right:.4em;transform:rotate(45deg);content:' '}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .btn.dropdown-toggle::before{display:none}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu{max-height:150px!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select.show .dropdown-menu{display:block}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu input.form-control{border:1px solid #ddd;height:28px;padding-top:0;padding-bottom:0;margin-top:-3px;margin-bottom:5px}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu input.form-control:focus{box-shadow:none;border-color:#80bdff!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu .dropdown-item{padding:.25rem .9rem;white-space:normal;font-size:14px}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu>li{border-bottom:none}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu .dropdown-menu li a.active,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu .dropdown-menu li a:active,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu .dropdown-menu li a:focus,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu .dropdown-menu li a:hover{background-color:#1453b9;color:#fff}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu .dropdown-item.active,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group .bootstrap-select .dropdown-menu .dropdown-item:active{color:#fff;background-color:#007bff}@media (max-width:767px){.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .searchBlock{padding-left:0!important}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .organizerdetailsFlds .form-group{margin-bottom:1em}}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .searchBlock .searchboardbtn{background-color:#005eb8;border-color:#005eb8;color:#fff}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .searchBlock .searchboardbtn:active,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .searchBlock .searchboardbtn:focus,.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .searchBlock .searchboardbtn:hover{border-color:#1b9ad3;background-color:#1b9ad3;color:#fff;box-shadow:none}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .searchBlock .searchIcon{background-color:#005eb8;color:#fff}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .organizerdetails .searchBlock .searchIcon:hover{color:#fff;background-color:#0276e5;border-color:#0276e5}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .moreinfo h6{color:#333;font-size:1em;font-weight:600;margin-bottom:.2em}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .moreinfo h5{color:#333;font-size:1.1em;font-weight:600;margin-bottom:.5em}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .moreinfo p{color:#565454;font-size:1.02em;margin-bottom:.5em}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .moreinfo p.latestInfo{color:#333}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .moreinfo p.latestInfo .new{color:#FD6608;text-transform:uppercase}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .moreinfo ul{padding-left:2em;margin-bottom:.5em}.mr-popup-wrapper .modal-dialog .modal-content .modal-body .moreinfo ul li{list-style-type:disc;color:#565454;font-size:1.02em;margin-bottom:.5em}.mr-popup-wrapper .modal-dialog .modal-content .modal-footer a{color:#333;font-size:1em}.mr-popup-wrapper .modal-dialog .modal-content .modal-footer a:active,.mr-popup-wrapper .modal-dialog .modal-content .modal-footer a:focus,.mr-popup-wrapper .modal-dialog .modal-content .modal-footer a:hover{color:#1b9ad3}.mr-popup-wrapper .modal-dialog .modal-content .modal-footer p{font-size:1.1em;margin:0 1em 0 0}.mr-popup-wrapper .modal-dialog .modal-content .modal-footer .clickHere{background-color:#005EB8;border-color:#005EB8;color:#fff;font-weight:600;font-size:1em}.mr-popup-wrapper .modal-dialog .modal-content .modal-footer .clickHere:active,.mr-popup-wrapper .modal-dialog .modal-content .modal-footer .clickHere:focus,.mr-popup-wrapper .modal-dialog .modal-content .modal-footer .clickHere:hover{color:#fff;background-color:#0283ff;border-color:#0283ff}.d-grid{display:grid}
/*landing_priceline.css*/
.pushnotifySection{background:url(/assets/dt/images/pushnotification.jpg) center top no-repeat;color:#fff;background-size:cover;margin-bottom:.875em}.pushnotifySection.mobileView{display:none}.showmore p{color:#fff;font-size:.9375em;line-height:1.125em}.pushnotifySection h1,.showmore .learnmore{font-size:1.1em;font-weight:800;margin:.625em 0;color:#f1cd15}.showmore .learnmore{display:inline-block;padding:.75em 1em;font-weight:600;line-height:1em;border-radius:.3125em;color:#fff;transition:all ease .5s;background-color:#3374d6;border-color:#3374d6}.showmore .learnmore:active,.showmore .learnmore:focus,.showmore .learnmore:hover{transition:all ease .5s;background-color:#1a53a9;border-color:#1a53a9}.bootstrap-select .dropdown-menu.show .dropdown-menu{display:block;max-height:200px}.pushnotifyInfo h2{font-weight:600;font-size:1.2em;margin:.375em 0 .75em;width:100%}#pl_links_mobile{display:none!important}.homeDeals{flex:0 0 50%;text-decoration:none!important}.rht_pl_home_main{width:100%;float:left;padding-bottom:.625em}.rht_pl_homeIcons{width:100%;height:100%;float:right;padding:.625em;text-align:center;flex-direction:column;align-items:center;justify-content:center;display:flex}.rht_pl_home1{background-color:#f7a92b}.rht_pl_home2{background-color:#3dc2a6}.rht_pl_home3{background-color:#24a7db}.rht_pl_home1_text,.rht_pl_home_icon{width:100%;float:left}.rht_pl_home_icon{padding-top:0}.rht_pl_home1_text,.rht_pl_home2_icon{padding-top:.3125em}.rht_pl_home1_text{font-size:.875em;color:#fff}.rht_pl_home1_text_main{width:100%;float:left;color:#fff;font-size:.8125em;font-weight:700;background-color:#1a53a9;padding:.3125em;text-align:center;line-height:.9375em}.rht_pl_home0.rht_pl_home1_text_main{display:flex;justify-content:center;align-items:center}.padrlft{padding-left:1px}.padrght{padding-right:1px}.medical_popup{background-color:rgb(249 249 249 / 31%);font-size:15px}.medical_popup .Moc_req{font-size:1.05em;font-weight:600;color:#0747A6;margin-bottom:.2em}.ce_requirement .search_sec .change_text{font-size:1em;display:flex;flex-direction:column;justify-content:center;align-items:center}.ce_requirement .form-control{padding:.375em .5em;font-size:.85em;font-weight:600}.ce_requirement .form-control.bootstrap-select button{background-color:#fff;border:1px solid #707070;color:#333}.ce_requirement .form-control.bootstrap-select button:focus{outline:0!important}.ce_requirement .form-control.bootstrap-select .dropdown-menu.show{max-height:200px;font-size:16px;z-index:1030;width:100%}.ce_requirement .form-control.bootstrap-select .dropdown-menu li a{cursor:pointer;padding:.2em 1em;font-size:.9em;white-space:normal}.ce_requirement .search_sec .change_main_text{text-decoration:underline!important;line-height:.9em}.city_main_sec .content_sec h5{font-size:1em;font-weight:600;color:#333}.city_main_sec .content_sec p{font-size:.85em;font-weight:400;color:#565454;margin-bottom:1em}.city_main_sec .content_sec p strong{font-weight:600}.city_main_sec .content_sec p:last-child{margin-bottom:0}.medical_popup .content_mb{font-size:.85em}.medical_popup .content_mb_bullet{font-size:.85em;list-style:disc!important}.medical_popup .content_mb_bullet::marker{margin-right:.1em!important}.medical_popup .content_sec{height:150px;overflow-y:scroll}.conferenceAds .medical_popup{border-radius:5px}.medical_popup .content_sec::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#F5F5F5}.medical_popup .content_sec::-webkit-scrollbar{width:4px;background-color:#F5F5F5}.medical_popup .content_sec::-webkit-scrollbar-thumb{background-color:#005EB8}@media (max-width:1400px){.rht_pl_home1_text_main{font-size:.9375em;padding:.625em;line-height:1.0625em}.cme_container h3{font-size:1.125em}}@media (max-width:991px){#pl_links_mobile{display:flex!important;margin:1.25em 0}#pl_links_web{display:none!important}.pushnotifySection.desktopView{display:none}.pushnotifySection.mobileView{display:none;padding:1.25em!important}.showmore .learnmore{width:50%!important}}@media (max-width:480px){.showmore .learnmore{width:100%!important}}@media screen and (min-width:1201px) and (max-width:1300px){.rht_pl_home0,.rht_pl_home1,.rht_pl_home2,.rht_pl_home3{width:100%}}@media screen and (min-width:1020px) and (max-width:1200px){.rht_pl_home0,.rht_pl_home1,.rht_pl_home2,.rht_pl_home3{width:100%}.padrlft{padding-left:.9375em}.padrght{padding-right:.9375em}}@media screen and (min-width:320px) and (max-width:1024px){.title_hover{cursor:pointer;color:#0653ab}.pricelinelinks_mobile{display:block}.pricelinelogo{margin-top:0}}.more_info .more_info_btn{background:#007FEB;border-color:#007FEB;font-weight:600}.more_info .more_info_btn:focus,.more_info .more_info_btn:hover{background:#03579e;border-color:#03579e}.medical_popup .city_main_sec .no_content_sec p{font-size:1em}