/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

@import url('fonts/font.css');


body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
    padding-top: 71px;
}

* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 15px;
    color: #282645;
}

a {
    color: #000000;
    text-decoration: none !important;
    transition: ease-in-out 0.3s;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}

.navPills a.orange {
    border: 1px #f50 solid;
    text-transform: none;
}

a:hover,
a:active,
a:focus {
    color: #f50;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin: 0;
    font-weight: 400;
}

h1 {
    font-size: 44px;
}

h2 {
    font-size: 32px;
    margin-bottom: 20px;
}

h3 {}

h6 {
    font-size: 18px;
    margin-bottom: 15px;
}

ul {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

input,
select,
textarea,
button,
input:focus,
button:focus {
    outline: none;
}

button {
    transition: ease-in-out 0.3s;
}

img {
    max-width: 100%;
}

header,
section,
footer {
    width: 100%;
    float: left;
    position: relative;
}

.pt_35 {
    padding-top: 35px;
}

.pt_50 {
    padding-top: 50px;
}

.ptb_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

header {
    position: fixed;
    z-index: 99;
    top: 0;
    background-color: #fff;
    transition: all 0.3s;
}

nav.navbar {
    padding-left: 0px;
    padding-right: 0px;
}

header .navbar-nav .nav-item {
    padding: 0px 7px;
}

header .navbar-nav .nav-link {
    color: #000;
    font-weight: 300;
    padding: 8px 15px !important;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    text-transform: none;
}

header .navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0px;
}

header .navbar-nav .nav-link:hover {
    color: #6c4f2f;
}

header .dropdown-menu {
    font-size: 14px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    border: none;
    margin-top: 10px;
    border-radius: 10px;
}

header .dropdown-menu .dropdown-item {
    font-weight: 300;
    color: #a89a8b;
}

header .dropdown-menu .dropdown-item:hover {
    color: #6c4f2f;
    background-color: transparent;
}

.navbar-brand {}

.navbar-brand img {

    transition: all 0.3s;
}

.topSearch {
    /*width: 65%;
    padding: 0px 0% 0px 12%;*/
    width: auto;
    padding: 0px 0% 0px 50px;
    float: right;
}

.topSearch input {
    width: 100%;
    background: url(../images/searchIc.png) center left 20px no-repeat;
    border: 1px #f5f2ef solid;
    padding: 14px 15px 14px 55px;
    border-radius: 100px;
    font-family: 'Roboto', sans-serif;
    color: #6c4f2f;
    font-weight: 400;
}

.topSearch input::placeholder {
    color: #a89a8b;
    font-size: 13px;
}

header.sticky {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

header.sticky .navbar-brand img {

    transition: all 0.5s;
}

header.sticky .topSearch input {
    padding: 8px 15px 8px 55px;
}

header.sticky .navbar-nav .nav-link {
    padding: 7px 15px !important;
}

.bannerSection {
    padding: 80px 0px 50px;
}

.bannerText {
    width: 100%;
    max-width: 600px;
}

.bannerText h1 {
    color: #081248;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 26px;
    text-transform: none;
}

.bannerText p {
    color: #535353;
    font-size: 16px;
}

.bannerImg {
    text-align: center;
}

.bannerImg img {
    width: 100%;
    max-width: 350px;
}

.alignCenter {
    align-items: center;
}

.btn_1 {
    color: #f50;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px #f50 solid;
    min-width: 70px;
    margin: 7px;
}

.btnMRG {}

.btn_1:hover {
    color: #fff !important;
    background-color: #bf0a30 !important;
    border-color: #bf0a30;
}

.bg_1 {
    background-color: #ebf5fb;
}

.pt_90 {
    padding-top: 90px;
}

.pb_20 {
    padding-bottom: 20px;
}

.ptb_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.sectionTitle {
    display: flex;
    height: 45px;
    padding-bottom: 10px;
}

.sectionTitle h2 {
    margin-right: 30px;
    text-transform: none;
    color: #081248;
    font-weight: 300;
    margin-bottom: 15px;
    font-size: 26px;
    text-transform: none;
}

.sectionTitle h2 p {
    color: #000 !important;
}

.sectionTitle h2 span {
    font-weight: 300;
}

.sectionTitle .navPills {
    display: inline-flex;
}

.navPills a {
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    overflow: hidden;
    border: 1px #fff solid;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    line-height: normal;
    padding: 4px 20px;
    min-width: 90px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: -30px 10px 10px 0px;
    position: relative;
    text-transform: none;
}

/*.navPills a:first-child:after{display: inline-block;
    margin-left: 5px;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent; margin-top: 2px;}*/

.navPills a span {
    color: #6c4f2f;
    display: block;
}

.navPills a:hover {
    color: #f50;
    border: 1px #f50 solid;
}


.btn_down {
    color: #a89a8b !important;
    background-color: transparent !important;
    border: none !important;
    min-width: auto !important;
    box-shadow: none !important;
    padding: 4px 10px !important;
}

.btn_down:hover {
    color: #f50 !important
}

.panelRow {}

.panelRow>div {
    margin-top: 15px;
    margin-bottom: 15px;
}

.whitePanel {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px 15px;
    width: 100%;
    height: 100%;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.whitePanel h5 {
    color: #656565;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: none;
}

.whitePanel h5 a {
    color: #656565;
}

.whitePanel h5 a:hover {
    color: #f50;
}

.whitePanel p {
    color: #222;
}

.infoPanelBody {
    display: flex;
}

.roundPoint {
    display: flex;
}

.roundPoint li {
    font-size: 18px;
    font-weight: 400;
    padding-right: 15px;
    margin-bottom: 10px;
}

.roundPoint li:last-child {
    padding-right: 0;
}

.roundPoint li span {
    color: #f50;
    /*background-color: #f0f0f0;*/
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    font-size: 18px;
    border: 1px #9a9a9a solid;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
}

.roundPoint li strong {
    color: #222;
    margin: 0px 7px;
    font-size: 16px;
    font-weight: 400;
}

.roundLogo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px #d7d7d7 solid;
    overflow: hidden;
    display: flex;
}

.roundLogo img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.infoPanelFooter {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.infoPanelFooter p {
    margin-bottom: 5px;
}

.textOrange {
    color: #f50 !important;
}

.plusBtnCol {
    padding: 5px 20px;
}

.navPills_2 {}

.navPills_2 a.active {
    color: #f50;
    border-color: #f50;
}

.navPills_2 a {
    color: #a89a8b;
}

.speakerCol {
    text-align: center;
    margin: 15px 0px;
}

.speakerImg {
    margin: 15px auto;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    transition: all 0.5s;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
}

.speakerImg img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
}

.speakerCol h5 {
    color: #222;
    font-size: 16px;
}

.speakerCol:hover .speakerImg {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}

.btn_plus {
    color: #222;
    background-color: #f0f0f0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 38px;
    border: 1px #9a9a9a solid;
    text-align: center;
    transition: all 0.5s;
}

.btn_plus:hover {
    border-color: #bf0a30;
    background-color: #bf0a30;
    color: #fff;
    transform: rotate(360deg);
}

.toolPanel {
    text-align: center;
    padding: 50px;
}

.toolPanel h3 {
    font-size: 26px;
    color: #f50;
    font-weight: 400;
    margin-bottom: 15px;
}

.toolPanel p {
    font-size: 16px;
    color: #656565;
    margin: 0;
}

.btn_2 {
    font-size: 13px;
    font-weight: 300;
    text-align: center;
    color: #fff;
    background-color: #bf0a30;
    border-radius: 50px;
    overflow: hidden;
    border: 1px #f50 solid;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    line-height: normal;
    padding: 4px 20px;
    min-width: 90px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0px 10px 10px 0px;
}

.btn_2:hover {
    color: #fff;
    background-color: #bf0a30;
    border-color: #bf0a30;
}

.hotelRevenueTextCol {
    background-color: #ecf4f8;
    border: 1px #c2c2c2 solid;
    padding: 25px 20px;
    text-align: center;
    border-radius: 30px;
}

.hotelRevenueTextCol h3 {
    font-size: 30px;
    color: #f50;
    font-weight: 300;
    text-transform: none;
}

.hotelRevenueTextCol p {
    font-size: 25px;
    color: #6c4f2f;
    margin: 0px;
    font-weight: 300;
    text-transform: none;
}


footer {
    background-color: #ffecef6b !important;
    padding-top: 50px;
    position: relative;
}

footer h6 {
    color: #222;
    font-size: 15px;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-weight: 500;
}

.f_link {}

.f_link li {
    margin-bottom: 2px;
}

.f_link li a {
    color: #000;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
}

.f_link li a:hover {
    color: #f50;
}

.f_row {}

.f_row>div {
    margin-bottom: 25px;
}

.footer_Bottom {
    padding: 20px 0px;
    border-top: 1px #e0e5e8 solid;
    text-align: center;
}

.footer_Bottom p {
    margin: 0;
    color: #000;
    opacity: 0.8;
    font-size: 13px;
    font-weight: 300;
}

.footer_Bottom .f_link {
    display: flex;
    justify-content: center;
}

.footer_Bottom .f_link li {
    position: relative;
    padding: 2px 15px;
}

.footer_Bottom .f_link li:first-child:before {
    display: none;
}

.footer_Bottom .f_link li:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 11px;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #555;
}

.footer_Bottom .f_link li a {}

.footer_Bottom .f_link li a:hover {}



/*============Speakers Page===========*/
.btnGroup.signup {
    font-size: 12px;
    float: right;
}

.border_top {}

.title_2 {
    font-size: 20px;

    position: relative;
    padding-bottom: 10px;
    font-weight: 300;
    margin-bottom: 15px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title_2:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #bf0a30;
    left: 0;
    bottom: 0;
}

.sideBarLeft {}

.linksList {
    margin-bottom: 30px;
}

.linksList li {
    padding: 5px 10px;
}

.linksList li a {
    font-size: 15px;
    color: #000;
}

.linksList li a:hover {
    color: #f50;
}

.sectionTitle {
    display: flex;
    align-items: center;
}

.sectionTitle h3 {
    font-size: 20px;
    margin-right: 20px;
    font-weight: 300;
    margin-bottom: 0px;
    text-transform: none;
}

.sectionTitle .btn_1 {
    margin-top: 0;
}


.searchCol {
    position: relative;
    margin-left: auto;
    margin-bottom: 0px;
}

.searchCol input {
    width: 350px;
    border-bottom: 1px #b2b2b2 solid;
    border-radius: 0;
    padding: 7px 20px;
    border-top: none;
    padding-right: 40px;
    border-left: 0px;
    border-right: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
}

.searchCol input::placeholder {
    color: #7a7a7a;
}

.searchCol button {
    position: absolute;
    right: 0;
    top: 0px;
    padding: 8px 15px;
    border: none;
    background-color: transparent;
}

.panelRowSpeaker {}

.speakerCol h5 {
    color: #f50;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 5px;
}

.speakerCol p {
    color: #797979;
    font-size: 13px;
    line-height: normal;
}

.panelRowSpeaker .speakerImg {
    width: 120px;
    height: 120px;
    border: 1px #797979 solid;
}


.table {
    font-family: 'Roboto', sans-serif !important;
}

button.btn_1.dropdown-toggle.active {
    color: #ff5500;
    background: aliceblue;
}

.table thead th {
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    text-transform: none;

    border-bottom: 1px solid #e5e5e5;
    border-color: #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    vertical-align: baseline;
    white-space: nowrap;

    border-top: none;
}

.table tbody tr td {
    vertical-align: middle;
    color: #000;
}

.table tbody tr:last-child td {
    border-bottom: 1px solid #dee2e6;
}

.t_label {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    background-color: #bf0a30;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 1px 10px;
    border-radius: 50px;
    margin-top: 5px;
    display: inline-block;
    margin-left: 0px;
}

.PlusBTN {
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50px;
    background-color: rgba(220, 27, 23, 0.15);
    background-image: url('../images/add-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;

}

.PlusBTN i {
    color: #f50;
    font-size: 16px;
    line-height: 36px;
}

.PlusBTN:hover {
    background-color: #081248;
    background-image: url('../images/add-icon-white.png');
}

.PlusBTN:hover i {
    color: #fff;
}

.calBTN {
    background-color: rgb(235 226 223) !important;
    background-image: url('../images/cal-icon.png');
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
    display: inline-block;
    float: left;
}

.calBTN:hover {
    background-color: rgba(57, 85, 245, 1);
    background-image: url('../images/cal-icon-white.png');
}

.actionFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
}

.pagination .page-link {
    color: #979797;
    border: none;
    border-radius: 50px;
    margin: 5px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    padding: 0;
}

.page-item.active .page-link {
    color: #000;
    background-color: #e5eff5;
    font-size: 14px;
}

.page-item:first-child .page-link,
.page-item:last-child .page-link {
    border-radius: 50px;
}

.breadcrumb {
    padding: 0px 0px 5px 0px;
    background-color: transparent;
    font-family: 'Roboto', sans-serif;
}

.breadcrumb a {
    color: #f37223;
    font-size: 14px;
}

.breadcrumb a {
    color: #f37223;
}

.breadcrumb-item.active {
    color: #f37223;
}

.t_n {
    text-transform: none !important;
}

.table_2 {
    background-color: transparent;
}

.table_2 tbody {
    background-color: transparent;
}

.table_2 tbody tr {}

.table_2 tbody tr td {
    border: none !important;
    border-bottom: 1px solid #dee2e6 !important;
    text-transform: none;
}

.table_2 tbody tr td:first-child {
    border-radius: 10px 0px 0px 10px;
}

.table_2 tbody tr td:last-child {
    border-radius: 0px 10px 10px 0px;
}


.gapTr {
    background-color: transparent !important;
    box-shadow: none !important;
}

.gapTr td {
    padding: 2px;
    background-color: transparent !important;
}

.btnRed {
    background-color: #bf0a30;
    color: #fff;
}

.btnGroup {
    display: inline-flex;
}

.border_top_none.table thead th {
    border-top: none;
    text-transform: none;
}

.nomargin {
    margin: 0px;
    padding: 5px 10px !important;
    min-width: auto;
    line-height: 1;
    font-size: 14px;
}

.profileTable {
    width: 42px;
    border-radius: 100px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);


}

.breadcrumb-item+.breadcrumb-item::before {
    content: '';
    background-image: url('../images/next.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}

.flexProfile {
    display: flex;
    align-items: center;
    justify-content: start;
}

.online {
    background-color: #bf0a30;
    color: #fff;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 8px;
}

.canceled {
    background-color: #071147;
    color: #fff;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 8px;
}

.postponed {
    background-color: #ecf6fe;
    color: #000;
    text-transform: uppercase !important;
    font-weight: bold;
    font-size: 8px;
}

a.btn_1.nomargin {
    background-color: aliceblue;
}

.claimed {
    background-color: #ffc600;
}

.dropdown-menu {
    border: none;
    border-radius: 10px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #6c4f2f;
}

.PlusBTN,
.calBTN,
.shareBTN {
    width: 30px;
    height: 30px;
    background-size: 16px;
}

.paddingNone {
    padding: 0px !important;
}

.title_2,
.sectionTitle h3,
.btn_1,

.table tbody tr td,
.searchCol input,
.linksList li a,
.pagination .page-link,
.t_label,
.breadcrumb-item {
    font-family: 'Roboto', sans-serif !important;
    text-transform: none;
}

/*.table thead th {
    font-family: 'AvenirLTStd-Roman';
}*/

.shareBTN {
    text-align: center;
    border-radius: 50px;
    background-color: rgba(153, 109, 96, 0.2);
    background-image: url(../images/shareIc.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.shareBTN:hover {
    background-color: #996d4c;
    background-image: url(../images/shareIc_white.png);
}

.titleIc {
    display: flex;
    justify-content: space-between;
    font-size: 24px;
    font-weight: 300;
    color: #081248;
    /*text-transform: none;*/
}

.titleIcBtn {}

.titleIcBtn a {
    margin-left: 10px;
}

.breadcrumb_2 {
    margin-bottom: 13px;
    margin-top: 15px;
}

.breadcrumb_2 li {
    font-weight: 400;
}

.breadcrumb_2 li+li:before {
    padding: 8px;
    color: black;
    content: ">";
    color: #f37223;
}

.breadcrumb_2 a {
    color: #f37223;
}

.plcInf {}

.plcInf li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}

.add_inf {
    background: url(../images/ic_map_pin.png) top 2px left no-repeat;
}

.date_inf {
    background: url(../images/ic_calender.png) top 2px left no-repeat;
}


.exhibitor_row {}

.exhibitor_row>div {
    font-family: 'Roboto', sans-serif;
    border-right: 1px #f1f1f1 solid;
    margin-top: 10px;
    margin-bottom: 10px;
}

.exhibitor_row>div:nth-child(3n+0) {
    border-right: 0;
}

.img_ti {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.img_ti span {
    min-width: 35px;
}

.icImg {
    width: 30px;
}

.font_20 {
    font-size: 20px;
    font-weight: 300;
}

.d_f {
    display: flex;
    align-items: center;
    padding-left: 35px;
}


.titleBorder {
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: none;
    position: relative;
    margin: 25px 0px;
    color: #081248;
}

.titleBorder:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #bf0a30;
    width: 160px;
    height: 1px;
}

.font_15_T {
    font-size: 15px;
    color: #f50;
    margin-bottom: 5px;
    text-transform: none;
}

.showHide {
    background-color: transparent;
    color: #f50;
    border: 1px #f50 solid;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 16px;
    border-radius: 50px;
    margin-left: 5px;
}

.showHide:hover {
    background-color: #bf0a30;
    color: #fff;
}

.sourceSite {
    font-size: 12px;
    color: #999999;
}

.sourceSite a {
    color: #f50;
}

.sourceSite a:hover {
    text-decoration: underline !important;
}

.tab__Content {}

.img__Holder {
    display: flex;
    align-items: center;
    width: 100%;
    height: 150px;
    overflow: hidden;
    margin: 15px 0px;
    background-color: #000;
}

.img__Holder img {
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.nav_Pills {
    justify-content: center;
}

.nav_Pills .nav-item {
    margin: 5px;
}

.nav_Pills .nav-link {
    color: #979797;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav_Pills .nav-link:hover,
.nav_Pills .nav-link.active {
    color: #000;
    background-color: #e9e9e9;
    border-radius: 50px;
}

.play_Ic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 85, 0, 0.2);
    border-radius: 50%;
    transition: all 0.5s;
}

.play_Ic i {
    background: #f50 url(../images/play_ic.png) center no-repeat;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    position: relative;
    z-index: 1;
}

.img__Holder:hover .play_Ic {
    transform: translate(-50%, -50%) scale(1.2);
}


.d_i {
    display: flex;
    align-items: center;
    line-height: initial;
}


.d_i :last-child,.d_f :last-child {
    margin-left: 4px;
}
.linkRed {
    color: #f50;
}

.form_style {
    padding: 20px 0px;
}

.form_style input[type="text"],
.form_style input[type="email"],
.form_style input[type="password"],
.form_style input[type="tel"],
.form_style input[type="number"],
.form_style select,
.form_style textarea {
    color: #575757;
    text-align: left;
    border-radius: 0;
    padding: 10px 10px;
    border: none;
    border-bottom: 1px #dddddd solid;
    width: 100%;
    resize: none;
    font-family: 'Roboto', sans-serif;
    background-color: transparent;
}

.form_style input::placeholder,
.form_style textarea::placeholder {
    color: #575757;
}

.form_style textarea {
    height: 120px;
}

.row_Gap {
    margin-left: -5px;
    margin-right: -5px;
}

.row_Gap>div {
    padding-left: 5px;
    padding-right: 5px;
}

.tel_row input {
    text-align: center;
}

.tel_row>div:first-child input {
    text-align: left;
}

.disCheck {
    text-align: center;
}

.disCheck .form-check-input {
    margin-top: 2px;
}

.font_12 {
    font-size: 12px;
}


.sideBarRight {}

.sideBarRight h6 {
    text-align: center;
    text-transform: none;
    font-weight: 300;
    font-size: 14px;
}

.formPill {
    justify-content: center;
}

.formPill .nav-item {}

.formPill .nav-link {
    font-size: 22px;
    color: #000;
    text-transform: none;
    border-right: 1px #000 solid;
    border-radius: 0;
    padding: 2px 20px;
}

.formPill .nav-item:last-child .nav-link {
    border-right: none;
}

.formPill .nav-link.active {
    background-color: #bf0a30;
    color: #fff;
    border-radius: 50px;
}

.formPill .nav-link.active span {

    position: relative;
    text-transform: none;
}

.formPill .nav-link.active span::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

}

.row_5 {
    margin-left: -10px;
    margin-right: -10px
}

.row_5>div {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 10px;
    padding-right: 10px;
}

.row_5>div .img__Holder {
    height: 120px;
    margin: 10px 0px;
}

.colorBlack {
    color: #000;
    font-size: 13px;
}

.table thead th {
    font-size: 17px;
    color: #081248;
}

.table tbody tr td {
    font-size: 14px;
}

.page-item.active .page-link,
.page-link:focus,
.page-link:hover,
.nav_Pills .nav-link:hover,
.nav_Pills .nav-link.active {
    background-color: #bf0a30;
    color: #fff;
}

.officeRow {
    display: flex;

    flex-wrap: wrap;

}

.officeAddress {
    width: 50%;
    margin-bottom: 20px;
}

.officeAddress p {
    margin: 5px 0px !important;
    font-size: 12px;
}

.officeAddress p a {
    font-size: 12px;
}

.officeTitle {
    display: block;
    color: #bf0a30 !important;
    font-size: 14px !important;
    text-transform: none;
    font-weight: 500;
}

.contactBox {
    width: 100%;
    padding: 0px 15px;
}

.wrapper_500 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    padding: 40px 50px 10px;
}

.font_10 {
    font-size: 10px;
}

.form-group {
    margin-bottom: 20px;
}

.mb-1 {
    margin-bottom: 25px !important;
    padding-left: 12px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.exhibitorbtn {
    background: #ebf5fb;
    color: #081248;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
}

.exhibitorbtn.active {
    background: #bf0a30;
    color: #fff;
    z-index: 10;
}

.exhibitorbtn.formTab {
    width: 100px;
    margin: 0 10px 0 0;

}

.width100px {
    width: 100px !important;
}

table.eventTable {
    font-size: 16px;
}

.header-btn {
    min-width: 70px;
    margin: 7px;
    text-align: center;
}

.blueBG {
    background: #081248 !important;
    color: #fff !important;
}

.redBG {
    background: #bf0a30 !important;
    color: #fff !important;
}

.tradeshow tr th,
.tradeshow tr td {
    padding: 5px;
}

.tradeshow tr th:nth-child(1),
.tradeshow tr td:nth-child(1) {
    width: 60%;
}

.tradeshow tr th:nth-child(2) {}

.tradeshow tr th:nth-child(3) {
    width: 15%;
}

.tradeshow tr th:nth-child(4) {}

.tradeshow tr th:nth-child(7),
.tradeshow tr td:nth-child(7) {
    width: 15%;
}

.tradeshow thead tr th {
    font-size: 16px;
}

.tradeshow tbody tr td {
    font-size: 15px;
}

.PlusBTN {
    background-color: aliceblue;
}

.calBTN {
    background-color: rgba(57, 85, 245, 0.15);
}

.tradeshow tr th:nth-child(6) {
    width: 12%;
}

.titleIcBtn {
    display: flex;
}


/* New Home Start */


.eventsAmericaHeader {
    width: 100%;
    background-color: transparent;
}

.eventsAmericaHeader .container {}

.eventsAmericaHeader .navbar-nav .nav-link {
    box-shadow: none;
    color: #000;
    letter-spacing: 1px;
    font-weight: 500;
}

.eventsAmericaHeader .dropdown-menu .dropdown-item {
    color: #000;
}

.eventsAmericaHeader .topSearch {
    float: none;
    /*margin-left: auto;*/

}

.eventsAmericaHeader .topSearch input#homeSearchInputTxtBox {
    background-image: url('../images/searchIcBTN.png');
    background-position: 99% center;
    background-repeat: no-repeat;
    font-size: 16px;

}

.eventsAmericaHeader .navbar-expand-md .navbar-nav .dropdown-menu {
    left: auto;
    right: 0px;


}

.eventsAmericaHeader .dropdown-menu .dropdown-item {}

.eventsAmericaHeader {
    background-image: url('../images/headerTopBG.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 160px;

}

.eventsAmericaHeader .topSearch input::placeholder {
    color: #000;
    font-size: 16px;
}

.section01 {
    margin-top: 20px;
    padding-top: 120px;
    padding-bottom: 160px;
    background-color: #ecf6fe;
    position: relative;
}


.newSectionTitle01 {
    font-size: 30px;
    font-weight: 500;

}

.newFrontPage header.sticky {
    background: #fff;
    height: 120px;
}

.imgCenter {
    text-align: center;
}

.newBTN {
    border: none;
    padding: 12px 20px;
    font-size: 14px;
    text-transform: capitalize;
    color: #0f194d;
    line-height: 1;
    border-radius: 100px;
    background-color: #fff;
    font-weight: 500;
}

.btnRed {
    color: #be2637;
}

.newBTN:hover {
    color: #be2637;
}

.mr15 {
    margin-right: 15px;
}

.mt40 {
    margin-top: 40px;
}

.mt30 {
    margin-top: 30px;
}

.section01::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0px;
    left: 0px;
    background-image: url('../images/sectionbottom.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.eventPlannerImg {
    text-align: center;
}

.listNew {
    margin: 0px;

}

.listNew li {
    margin-bottom: 15px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    background-image: url('../images/redarrow.png');
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 1.6;
}
ul.listNew.mb40 li {
    margin-bottom: 5px;
    font-weight: 500;
}
.newBorderBTN {
    border: solid 1px #0c164c;
}

.mb40 {
    margin-bottom: 40px;
}

.section03 {
    position: relative;
    padding: 130px 0px 100px 0px;
    background-color: #edf2f8;

}

.section03::before {
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    background-image: url('../images/sectionTop03.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    background-size: 100%;

}

.section03::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    background-image: url('../images/sectionBottom03.svg');
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0px;
    background-size: 100%;
    left: 0px;

}

.venuesImg p {
    color: #bf0a30;
}

.venuesImg {
    position: relative;
    z-index: 2;
    width: 100%;
    bottom: -100px;
}

.eventsInfo {
    margin-top: 20px !important;
    font-size: 14px !important;

}

.eventsInfo span {
    font-size: 20px !important;
    display: block;

    line-height: 1;
}

.section04 {
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.titleRed {
    color: #bf0a30;
}

.titleBlue {
    color: #0f194d;
    font-weight: 500;
}

.section05 {
    background-color: #ecf6fe;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
}

.section05::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    background-image: url('../images/sectionBottom05.svg');
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0px;
    background-size: 100%;
    left: 0px;
}

.section06 {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
}

.section06-1 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #edf2f8;
}

.textCenter {
    text-align: center;
}

.section06-1 {
    text-align: center;
    position: relative;
}

.exhibitionBox {
    width: 100%;
    float: left;
    padding: 0px 50px;
}

.exhibitionBox p {
    margin-bottom: 20px;
    margin-top: 20px;
}

.section07 {
    padding: 60px 0px;
}

.tradeShowRow {
    border-bottom: solid 1px #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

.tradeShowCell {
    width: 33.33%;
    border-right: solid 1px #cfcfcf;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50px;
    font-size: 12px;
    font-weight: 300;

}

.tradeShowCell span {
    font-weight: 400;
}

.tradeShowCell:last-child,
.tradeShowRow:last-child {
    border: none;
}

.newSectionTitle02 {
    font-size: 24px;
    font-weight: 500;
}

.section08 {
    padding: 80px 0px;
    background-color: #f7ffff;
}

.section08 .exhibitionBox {
    padding: 0px 15px;
}

.exhibitionBox h3 {
    color: #bf0a30;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 300;
}

.exhibitionBox h3 span {
    font-size: 14px;
    color: #010101;
}

.exhibitionBox h4 {
    font-size: 26px;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 300;
    color: #0f194d;
}

.section09 {
    padding: 60px 0px;
    background-color: #fff;
}

.advanceBox {
    padding: 0px 60px;
    width: 100%;
}

.advanceBox h4 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 30px;
}

#wrap {

    display: inline-block;
    position: relative;
    height: 45px;
    float: right;
    padding: 0;

}

.eventsAmericaHeader .topSearch input[type="text"] {
    height: 42px;
    font-size: 14px;
    display: inline-block;
    color: #555;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    color: #6c4f2f;
    font-weight: 400;
    border-radius: 100px;
    border: none;
    outline: none;
}


.eventsAmericaHeader .topSearch input::placeholder {
    color: #a89a8b;
    font-size: 13px;
}

.eventsAmericaHeader .topSearch input[type="text"]:focus:hover {
    background-color: #ecf6fe;
}

/*
 .eventsAmericaHeader .topSearch input[type="text"]:focus {
    width: 700px;
    z-index: 1;
    background-color: #edf2f8;
    cursor: text;
  }
 */

.eventsAmericaHeader .topSearch input[type="text"] {
    width: 700px;
    z-index: 1;
    background-color: #ecf6fe;
    cursor: text;
    margin: 0 auto;
    margin-right: 175px;
}

.eventsAmericaHeader .topSearch input[type="submit"] {
    height: 45px;
    width: 45px;
    display: inline-block;
    float: right;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 2;
    cursor: pointer;
    cursor: pointer;
    transition: opacity .4s ease;
}

.eventsAmericaHeader .topSearch input[type="submit"]:hover {
    opacity: 0.8;
}

.newBTN:hover {
    color: #ffffff;
    background-color: #bf0a30;
    /*border: 1px solid #bf0a30;*/
}

.venuesImg.venu img {
    height: 203px;
}

.venu img {
    height: 250px;
    text-align: center;
    padding-left: 120px;
}

.venuesImg.venu {
    bottom: 10px;
}

.eventPlannerImg img {
    height: 202px;
}

.list {
    padding: 20px 0px;
}

ul.listNew.mb40 {

    margin-bottom: 45px;
}

p.eventsInfo {
    text-align: center;
}

.exhibitionBox h3 {
    margin-bottom: -15px;
}

.section06-1:before {
    content: '';
    position: absolute;
    height: 42px;
    width: 100%;
    background-image: url(../images/sectionTop03.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    top: 0;
    left: 0px;
    background-size: 100%;
}

.section06-1:after {
    content: '';
    position: absolute;
    height: 40px;
    width: 100%;
    background-image: url(../images/sectionBottom03.svg);
    background-position: top center;
    background-repeat: no-repeat;
    bottom: 0px;
    background-size: 100%;
    left: 0px;
}

footer {
    background-color: #ffffff;
    padding-top: 50px;
    border-top: 1px solid #f0f8ff;
}

.eventPlannerImg2 img {
    text-align: center !important;
    height: 330px !important;
}

.eventPlannerImg2 {
    text-align: center;
}

p {

    font-size: 15px;
    font-weight: 400;
    color: #000000;
}

.col-lg-6.col-md-12.col-12.imgCenter img {
    position: relative;
    top: -24px;
}

.sideBarRight {
    padding-top: 40px;
}

.pb_20 {
    padding-bottom: 55px;
}

.eventPlannerImg2 p.eventsInfo {
    margin-top: -55px !important;
}

h5.evCld {
    font-size: 15px;
    color: #081248;
    position: relative;
    bottom: -82px;
}

button.btn_1.active {
    color: #fff;
    background-color: #bf0a30;
}

h2.newSectionTitle01.titleBlue.speeker {
    margin-left: -200px;
}

/* New Home End */



.showLeftAlign {
    left: 0 !important;
    right: auto !important;
}

.eventsAmericaHeader .navbar-nav .nav-link:hover,
header .dropdown-menu .dropdown-item:hover {
    color: #bf0a30;
}

.rfpCondBtn {
    color: #f50;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px #f50 solid;
    min-width: 70px;
    margin: 7px;
}

.rfpCondBtn:hover {
    color: #fff !important;
    background-color: #bf0a30 !important;
    border-color: #bf0a30 !important;
}

.btn_Red {
    border: none;
    padding: 8px 12px;
    font-size: 13px;
    background: #bf0a30;
    color: #fff;
    min-width: 100px;
    margin: 10px 5px;
    border-radius: 50px;
}

.btn_Blue {
    border: none;
    padding: 8px 12px;
    font-size: 13px;
    background: #081248;
    color: #fff;
    min-width: 100px;
    height: 35px;
    display: inline-flex;
    margin: 10px 5px;
    border-radius: 50px;
}

.btn_Blue a {
    color: #fff
}

.mt20 {
    margin-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

#rfpContactForm h5 {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #bf0a30;
}

.form_style input,
.form_style select {
    font-size: 14px;
}

.form_style input:focus,
.form_style textarea:focus {
    box-shadow: none;
}

h3.six {
    font-size: 25px;
    padding-top: 92px;
}

footer .container:before {
    content: '';
    background-image: url(/images/S.png);
    width: 434px;
    height: 413px;
    position: absolute;
    background-repeat: no-repeat;
    right: -260px;

}

footer .container {
    position: relative;
}

a.newBTN.btnRed {
    font-weight: 500;
    text-transform: capitalize;
}

a.newBTN.mr15 {
    font-weight: 500;
    text-transform: capitalize;
}

.exhibitionBox img {
    width: 35%;
}

.eventPlannerImg.fd img {
    top: 65px;
    position: relative;
}

.exhibitionBox h4 {
    padding: 15px 0px 0px 0px;
    font-weight: 400;
    font-size: 22px;
}

ul.f_link.footNev li a {
    font-weight: 500;
}

.col-lg-6.col-md-12.col-12.imgCenter.im img {
    width: 50%;
}

a.newBTN {
    color: #bf0a30;
}


.shareIcLink_ {
    position: relative;
}

.shareDropDown {
    border: 1px solid #ccc;
    background: #d0ddf3;
    border-bottom: 1px #dcdcdc solid;
    font-size: 15px !important;
    font-family: Roboto, "Helvetica Neue", Helvetica, sans-serif !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    top: 100%;
    position: absolute;
    margin-top: 5px;
    width: 190px;
    z-index: 1;
    display: none;
}

.shareDropDown tbody tr {
    border-bottom: 1px #ccc solid;
}

.shareDropDown tbody tr:last-child {
    border-bottom: none;
}

.shareDropDown td {
    white-space: nowrap;
    padding: 6px 5px;
    color: #000 !important;
    text-align: left;
}

.shareDropDown td i {
    color: #000 !important;
    padding-left: 10px;
    font-weight: bold;
    font-family: Font Awesome\ 5 Free;
}

.shareDropDown table td span {
    font-size: 14px;
    padding: 0px 14px 0px 5px;
    color: #000 !important;
}

.shareDropDown tr:hover {
    background-image: linear-gradient(#ffffff, #e6e6e6);
    color: #1d4b92 !important;
}

.shareDropDown tr:hover i {
    color: #1d4b92 !important;
}


.profileRightCol {}

.profileRightCol h4 {
    font-size: 16px !important;
    margin: 15px 0px;
    color: #bf0a30;
}

.profileRightCol .form_style {
    padding-top: 0px;
}

.profilePic_ {
    width: 100%;
    text-align: center;
}

.cir-speaker-logo {
    width: 120px;
    height: 120px;
    display: block;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 7px 8px 12px -6px rgba(120, 120, 120, 0.65);
    border: 1px #cbcac8 solid;
    margin: 10px auto;
    transition: 1s;
}

.modal-header {
    position: relative;
}

.modal-header .close {
    position: absolute;
    top: 32px;
    right: 32px;
    padding: 0;
    opacity: 0.2;
}

.modal-header .close:hover {
    opacity: 1;
}

.modal-header .modal-title {
    font-size: 16px !important;
    width: 100%;
}

.mt10 {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
    }
}

.modal-dialog input.form-control {
    border: 0px !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #e2dfdf !important;
    box-shadow: none !important;
}

.modal-dialog textarea.form-control {
    height: auto;
    border: 1px solid #ccc;
    resize: none;
}

.modal-dialog button.form-control {
    font-size: 14px;
}

h2.newSectionTitle01.titleRed.speeker {
    margin-left: -199px;
}

p.eventsInfo.er {
    position: relative;
    top: -61px;
    justify-content: center !important;
    margin-left: 100px;
    color: #0f194d;
}



.loginWrapTab {
    display: flex;
    align-items: center;
    justify-content: center;
}

.loginTab {
    background-color: #ebf5fb;
    border-radius: 50px;
}

.loginWrapTab .loginTab button,
.loginWrapTab .loginTab a {
    background: transparent;
    border: none;
    margin: 0px;
    padding: 8px 25px;
}

.loginWrapTab .loginTab button:hover,
.loginWrapTab .loginTab a:hover {
    color: #fff;
}

.loginWrapTab .loginTab .active {
    box-shadow: rgba(15, 12, 9, 0.2) 0px 0px 4px 0px, rgba(15, 12, 9, 0.15) 0px 3px 6px 0px;
    background-color: #bf0a30;
    color: #fff;
}

h5.spk img {
    width: 20px;
    display: inherit;
    float: left;
    padding: 1px;
}

.hide {
    display: none;
}

.lead_list h2 {
    font-size: 20px;
    position: relative;
}

.lead_list {
    padding-top: 20px;
}

.lead_list .table td {
    background: white !important;
}

.lead_list h2:after {
    content: '';
    background: #bf0a30;
    width: 250px;
    height: 2px;
    position: absolute;
    top: 35px;
    left: 0;
}

.lead_list td.icons img {
    width: 30%;
}

.lead_list td.icons a img {
    width: 18px;
    display: flex !important;
    padding: 2px;
}

/*-------- new Page -----*/

.table thead th {
    font-size: 15px;
    color: #081248;
    font-weight: 500;
}

.imgCenter.im.textCenter img {
    width: 20%;
    padding-top: 60px;
}

.eventPlannerImg2.textCenter {
    position: relative;
    top: -60px;
}

.textCenter .venu img {
    padding-left: 0px;
}

.eventPlannerImg.fd img {
    top: 35px;
    position: relative;
}

ul.listNew.mb40.bottomSpace {
    margin-bottom: 10px;
}

.venu.textCenter img {
    padding-left: 0px;
}


.container.adv {
    padding-top: 150px;
}

.sidebar {
    background: #fff;
    padding: 20px;
    overflow: hidden;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.14), 0 0px 0px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin-top: 15px;
    max-width: 235px !important;
    height: 100%;
}


.evprofiles h5 {
    font-size: 16px !important;
    color: #bf0a30 !important;
    font-weight: 500 !important;
    width: 85%;
    padding: 10px 0;
    padding-bottom: 6px;
    border-bottom: 1px solid #e2dfdf;
}

.evprofiles a {
    display: inherit;
    padding: 3px;
    font-weight: 500;
}

.right {
    padding-left: 50px;
    padding-top: 35px;
}

.row.pt10 {
    padding: 10px 0px;
}

ul.leftNev li.active {
    background: #ecf6fe;
}

ul.leftNev li {
    padding: 5px 5px;
}

.bp25 {
    padding-bottom: 25px;
}

a.newBTN.newBorderBTN.btnRed.red {
    color: #fff;
    background: #bf0a30;
    border: 1px solid #fff;
}

ul.sub li {
    padding: 5px;
    list-style: disc;
    font-size: 17px;
    font-weight: 400;
}

.col-sm-6.col-xs-12.leftShadow.sub {
    text-align: center;
    padding-top: 50px;
}

.col-sm-6.col-xs-12.leftShadow.sub.ec img {
    width: 220px;
}

.col-sm-6.col-xs-12.leftShadow.sub.ec {
    padding: 40px 0;
    text-align: center;

}

.col-sm-6.col-xs-12.leftShadow.sub.Suppliers img {
    width: 35%;
}

.col-sm-6.col-xs-12.leftShadow.sub.Suppliers {
    padding: 45px 0;
}

.col-sm-6.col-xs-12.leftShadow.sub.Top300List {
    padding: 45px 0;
}

.col-sm-6.col-xs-12.leftShadow.sub.Top300List img {
    width: 44%;
}

.col-sm-6.col-xs-12.leftShadow.sub.Janus img {
    width: 45%;
}

.sub img {
    margin: 12px auto;
    width: 250px;
}

button.btn_1.exhibitorbtn.blueBG {
    background: #bf0b30 !important;
    padding: 10px 25px;
    letter-spacing: 2px;
}

.col-md-3.form-group.input-effect-box.input-3box {
    max-width: 22.2%;
}

.form-control:focus {
    dislplay: none;
}

.form-group.label-box {
    margin-bottom: 20px;

}

ul.listNew.mb40 li {
    margin-bottom: 5px;
}

.accordion>.card>.card-header {
    border-radius: 0;

    border: none;
}

option.dis {
    color: red;
    font-weight: 500;
}

.card-header {
    background-color: #fff;
}

.card {
    border: none !important;
}

.btn-link {
    color: #08134d;
}

.card-header {
    padding: 0px 0px;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

button.btn.btn-link.collapsed {
    padding-left: 0px;
    font-size: 18px;
}

.CardNumber.col-md-3.form-group.input-effect-box.input-4box {
    display: inline-block !important;
    padding: 0px;
    width: 24.1% !important;
}

.col-md-3.form-group.input-effect-box.input-4box {
    display: inline-block;
    padding: 0px;
    width: 24.1%;
}

.pay-box .btn.btn-cont.btnRed.red {
    padding: 10px 57px;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}

ul.navbar-nav.ml-auto {
    position: relative;
    top: 50px;
    background: #fff;
    border: none;
    margin: auto;
}

.btnGroup .nomargin {}

div#userAdminDesign {
    padding-top: 41px;
}

.form-control {

    border-bottom: 1px solid #ced4da !important;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border: black;
}

input.btn.btn-cont.btnRed {
    color: #fff;
    letter-spacing: 3px;
    padding: 5px 26px;
    border-radius: 50px;
}

.row.paypal-row img {
    width: 42px;
    display: inline-block;
    padding: 10px 4px;
}

#userAdminDesign .content-right {
    padding-top: 35px;
}

.myevent-right-inner h2 {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 10px;
    text-transform: none;
    position: relative;
    margin: 35px 0px 0px;
    color: #081248;
}

.myevent-right-inner h2:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    background-color: #bf0a30;
    width: 160px;
    height: 1px;
}


.input-2box input.form-control.input-check {
    width: 20px;
}

.col-md-4.form-group.input-effect-box.input-2box {
    display: flex;
}

.col-md-4.form-group.input-effect-box.input-2box h6 {
    font-size: 15px;
    padding-left: 10px;
}

input.btn.next_one.subscribe-box.btnRed {
    color: #fff;
    border-radius: 50px;
}


.form-control:focus {
    box-shadow: none;
}

.col-md-4.form-group.label-box label {
    font-weight: 500 !important;
}

.col-sm-4.col-xs-12.rightTextPanel.cp img {
    padding-top: 80px;
    width: 75%;
}
/* css start here new */
.newSearchBox {
    display: flex;
    align-items: center;
    width: 80%;
}

.newSearchBox .input[type="text"] {
    width: 100%;
}

.eventsAmericaHeader .topSearch .newSearchBox input[type="text"] {
    margin-right: auto;
    width: 100%;
    position: relative;
    border-radius: 0px 100px 100px 0px;
    padding-left: 20px;

}
.eventsAmericaHeader .topSearch .newSearchBox .eventDropdown {
    height: 42px;
    background: #ecf6fe;
    border-radius: 100px;
    border: none;
    outline: none;
    width: 110px;
    padding-left: 10px;
    border-radius: 50px;
    z-index: 12;
    color: #795548;
    margin-right: -14px;
    border: 1px solid #ffffff !important;
    font-weight: 100 !important;
}

.rightContentSignUp {
    position: relative;
    top: -600px;
    left: 100%;
}

.rightContentSignUp ul.listNew.mb40 {
    margin-bottom: 20px;
}

.rightContentSignUp ul.listNew.mb40 li {
    font-size: 14px !important;
    }
.navbar-expand-md .navbar-collapse{margin-left: 128px;}

@media (min-width: 768px){
    .navbar-expand-md .navbar-collapse{
        flex-direction: column-reverse;
    }
}
ul.navbar-nav.ml-auto{
    top: 15px;
    width: 100%;
}
.eventsAmericaHeader .topSearch{
    width: 100%;
    padding: 0px;
}
#wrap{
    width: 100%;
    padding: 0px;
}
