/*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600&amp;display=swap');
@import url('font.css');
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 300;
    overflow-x: hidden;
    color: #000;
    background-color: #fff;
}
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px !important;
    font-weight: 400 !important;
    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: 'Montserrat', 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: 'Montserrat', 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: ;
    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(../png/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: #C20A31;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    background-color: #fff;
    border: 1px #C20A31 solid;
    min-width: 70px;
    margin: 7px;
}
.btn_1:hover {
    color: #fff !important;
    background-color: #ee234e !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: #797979;
    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('../png/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('../png/add-icon-white.png');
}
.PlusBTN:hover i {
    color: #fff;
}
.calBTN {
    background-color: rgb(235 226 223) !important;
    background-image: url('../png/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('../png/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: 17px;
}
.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('../svg/next.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 6px;
}
.flexProfile {
    display: flex;
    align-items: center;
    justify-content: start;
}
.online {
    background-color: #9eb806 !important;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}
.canceled {
    background-color: #f60d3f !important;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}
.postponed {
    background-color: #f3700c;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}
.hybrid {
    background-color: #2b9900;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}
.in-person {
    background-color: #123f54;
    color: #fff;
    font-weight: bold;
    font-size: 9px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}
.d-orange {
    background-color: #f3700c;
    color: #fff;
    font-weight: bold;
    font-size: 8px;
    line-height: 13px;
    width: 100%;
    text-align: center;
}
.t_label {
    padding: 5px 10px;
}
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: 'Montserrat', sans-serif;
    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(../png/shareic.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}
.shareBTN:hover {
    background-color: #081248;
    background-image: url(../png/shareic_white.png);
}
.titleIc {
    display: flex;
    justify-content: space-between;
    font-size: 34px;
    font-weight: 500;
    color: #081248;
    /*text-transform: none;*/
}
.titleIcBtn {}
.titleIcBtn a {
    margin-right: 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: #bf0b31;
    font-weight: 500;
}
.plcInf {}
.plcInf li {
    padding-left: 25px;
    margin-bottom: 15px;
    font-weight: 500;
}
.add_inf {
    background: url(../png/ic_map_pin.png) top 2px left no-repeat;
}
.date_inf {
    background: url(../png/ic_calender.png) top 2px left no-repeat;
}
.event_lable .t_label {
    width: auto;
}
.exhibitor_row {}
.exhibitor_row>div {
    font-family: 'Montserrat', 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;
}
.font_22 {
    font-size: 22px;
}
.font_24 {
    font-size: 24px;
}
.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 span {
    background: #b3ddf7e0;
    padding: 10px 16px;
    border-radius: 50px;
}
.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;
    border-radius: 20px;
}
.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(../png/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 #b1aeae solid;
    width: 100%;
    font-weight: 500;
    resize: none;
    font-family: 'Montserrat', 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: 600px;
    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: 5px 15px;
    font-size: 14px;
}
.exhibitorbtn.active {
    background: #bf0a30;
    color: #ffffff;
    z-index: 10;
}
.exhibitorbtn.formTab {
    width: 115px;
    margin: 0 10px 0 0;
}
.width100px {
    width: 100px !important;
}
table.eventTable {
    font-size: 16px;
}
table.eventTable thead th,
table.eventTable tbody td {
    font-weight: 600;
}
table.eventTable tbody td {
    font-size: 16px;
}
.header-btn {
    min-width: 70px;
    margin: 7px;
    text-align: center;
}
.exhibitorbtn.active:hover {
    background: #b3ddf7e0 !important;
    color: #09134a !important;
}
.blueBG {
    background: #081248 !important;
    color: #fff !important;
}
.redBG {
    background: #C20A31 !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,
.shareBTN {
    background-color: #b3ddf7e0;
}
.calBTN {
    background-color: rgba(57, 85, 245, 0.15);
}
.tradeshow tr th:nth-child(6) {
    width: 12%;
}
.titleIcBtn {
    display: flex;
    margin: 20px 0px;
}
.titleIcBtn .PlusBTN,
.titleIcBtn .calBTN,
.titleIcBtn .shareBTN {
    width: 40px;
    height: 40px;
}
/* New Home Start */
.eventsAmericaHeader {
    width: 100%;
    background-color: transparent;
}
.eventsAmericaHeader .container {}
.eventsAmericaHeader .navbar-nav .nav-link {
    box-shadow: none;
    color: #4e4e4e;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}
.eventsAmericaHeader .dropdown-menu .dropdown-item {
    color: #000;
}
.eventsAmericaHeader .topSearch,
.searchContainer .topSearch {
    float: none;
    /*margin-left: auto;*/
}
.dropdown-item {
    background-color: #b3ddf7e0;
}
.eventsAmericaHeader .topSearch input#homeSearchInputTxtBox,
.searchContainer .topSearch input#homeSearchInputTxtBox,
#searchInputTxtBox {
    background-image: url('../png/searchicbtn.png');
    background-position: 99% center;
    background-repeat: no-repeat;
    font-size: 23px;
}
.eventsAmericaHeader .navbar-expand-md .navbar-nav .dropdown-menu {
    left: 19px;
    right: 0px;
    font-size: 23px;
}
.eventsAmericaHeader .dropdown-menu .dropdown-item {}
.eventsAmericaHeader {
    background-image: url('../svg/headertopbg.svg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 160px;
}
.eventsAmericaHeader .topSearch input::placeholder,
.searchContainer .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: 9px 11px;
    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;
}
.pt40 {
    padding-top: 40px !important;
}
.mt30 {
    margin-top: 30px;
}
.pt30 {
    padding-top: 30px !important;
}
.section01::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 160px;
    bottom: 0px;
    left: 0px;
    background-image: url('../svg/sectionbottom.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.eventPlannerImg {
    text-align: center;
}
.listNew {
    margin: 0px;
}
.listNew li:before {}
.listNew li {
    margin-bottom: 15px;
    font-size: 17px;
    color: #000;
    font-weight: 400;
    position: relative;
    background-position: left 5px;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 1.6;
}
ul.listNew.mb40 li {
    margin-bottom: 5px;
    font-weight: 400;
}
ul.listNew li:before {
    content: '';
    background-color: #ff7540;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 11px;
    left: 0;
    border-radius: 50px;
}
.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('../svg/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('../svg/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: 12px !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: 300;
}
.section05 {
    background-color: #ecf6fe;
    padding-top: 60px;
    padding-bottom: 120px;
    position: relative;
}
.section05::after {
    content: '';
    position: absolute;
    height: 100px;
    width: 100%;
    background-image: url('../svg/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: 'Montserrat', 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: 300;
}
.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"],
.searchContainer .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: 'Montserrat', sans-serif;
    color: #6c4f2f;
    font-weight: 400;
    border-radius: 100px;
    border: none;
    outline: none;
}
.eventsAmericaHeader .topSearch input::placeholder,
.searchContainer .topSearch input::placeholder {
    color: #a89a8b;
    font-size: 13px;
}
.eventsAmericaHeader .topSearch input[type="text"]:focus:hover,
.searchContainer .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"],
.searchContainer .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"],
.searchContainer .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,
.searchContainer .topSearch input[type="submit"]:hover {
    opacity: 0.8;
}
.newBTN:hover {
    color: #ffffff;
    background-color: #bf0a30;
    /*border: 1px solid #bf0a30;*/
}
.venuesImg.venu img {
    height: 218px;
    position: relative;
    top: 30px;
}
.venu img {
    height: 210px;
    text-align: center;
    padding-left: 10px;
    position: relative;
    top: 60px;
}
.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(../svg/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(../svg/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 !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
#rfpContactForm h5 {
    padding-left: 10px;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    color: #bf0a30;
}
.form_style input,
.form_style select {
    font-size: 15px;
}
.form_style input:focus,
.form_style textarea:focus {
    box-shadow: none;
}
h3.six {
    font-size: 25px;
    padding-top: 76px;
}
footer .container:before {
    content: '';
    background-image: url(../png/s.png);
    width: 434px;
    height: 413px;
    position: absolute;
    background-repeat: no-repeat;
    right: -260px;
}
footer .container {
    position: relative;
}
a.newBTN.btnRed {
    font-weight: 400;
    text-transform: capitalize;
    position: relative;
    left: 20px;
}
a.newBTN.mr15 {
    font-weight: 400;
    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: 700;
}
.col-lg-6.col-md-12.col-12.imgCenter.im img {
    width: 50%;
}
a.newBTN {
    color: #ffffff;
    background-color: #8f3862;
    border: none;
}
.shareIcLink_ {
    position: relative;
}
.shareDropDown {
    border: 1px solid #ccc;
    background: #d0ddf3;
    border-bottom: 1px #dcdcdc solid;
    font-size: 15px !important;
    font-family: "Montserrat', sans-serif", 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;
}
/* commented by sathish because this got clash in exising modal */
/*.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 !important;
}
.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: #b3ddf7e0;
    border-radius: 50px;
}
.loginWrapTab .loginTab button,
.loginWrapTab .loginTab a {
    background: #b3ddf7e0;
    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: #09144c !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: 3px;
    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"],
.searchContainer .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,
.searchContainer .topSearch .newSearchBox .eventDropdown {
    height: 42px;
    background: #ecf6fe;
    border-radius: 100px;
    border: none;
    outline: none;
    width: 130px;
    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;
    font-weight: 500;
}
.navbar-expand-md .navbar-collapse {
    margin-left: 128px;
    margin-right: 40px;
}
.eventsAmericaHeader .topSearch,
.searchContainer .topSearch {
    max-width: 640px !important;
    margin-left: auto;
    position: absolute;
    top: 70px;
    right: 40px !important;
}
li.search-icon-position {
    position: relative;
    right: -30px;
    z-index: 9;
    top: 8px;
}
li.left-nav ul {
    display: flex;
    position: relative;
    left: 0px;
}
header .navbar-nav .nav-link {
    padding: 8px 34px !important;
    font-size: 15px;
    color: #09134c !important;
}
button.btn_1.fill-color-org,a.btn_1.fill-color-org {
    background: #C20A31;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    font-weight: 500;
}
.tableSec button.btn_1.dropdown-toggle {
    background-color: #b3ddf7e0;
    width: 134px;
    font-size: 20px;
}
ul.navbar-nav.ml-auto {
    top: 15px;
    width: 100%;
}
.eventsAmericaHeader .topSearch,
.searchContainer .topSearch {
    width: 100%;
    padding: 0px;
}
#wrap {
    width: 100%;
    padding: 0px;
}
/*==============New CSS=============*/
.ptb_100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.ptb_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.before_after_none:before,
.before_after_none:after,
.before_none:before,
.after_none:after {
    display: none;
}
.bg_white {
    background-color: #fff !important;
}
.eventsAmericaHeader {
    background: #fff;
    height: auto;
    padding: 0px 0px;
}
ul.navbar-nav.ml-auto {
    width: auto;
    top: 10px;
    margin-left: auto;
    margin-right: 0px;
}
.eventsAmericaHeader .topSearch,
.searchContainer .topSearch {
    max-width: 490px;
    margin-left: auto;
}
.eventsAmericaHeader .topSearch .newSearchBox,
.searchContainer .topSearch .newSearchBox {
    width: 100%;
    border-bottom: 2px #f6f9fe solid;
}
header .navbar-nav .nav-item {
    padding: 0px;
}
header .navbar-nav .nav-link {
    padding: 8px 12px !important;
}
.navbar-expand-md .navbar-collapse {
    margin-left: 0px;
}
.eventsAmericaHeader .topSearch .newSearchBox input[type="text"],
.searchContainer .topSearch .newSearchBox input[type="text"] {
    background-color: transparent;
    border-radius: 0;
    padding-right: 30px;
}
.eventsAmericaHeader .topSearch .newSearchBox input[type="text"]:hover,
.eventsAmericaHeader .topSearch .newSearchBox input[type="text"]:focus,
.searchContainer .topSearch .newSearchBox input[type="text"]:hover,
.eventsAmericaHeader .topSearch .newSearchBox input[type="text"]:focus {
    background-color: transparent !important;
}
.eventsAmericaHeader .topSearch .newSearchBox .eventDropdown,
.searchContainer .topSearch .newSearchBox .eventDropdown {
    background: #ffffff;
    border-radius: 0px;
    padding-left: 0px;
}
.eventsAmericaHeader .topSearch input#homeSearchInputTxtBox,
.searchContainer .topSearch input#homeSearchInputTxtBox,
#searchInputTxtBox {
    background-image: url(../png/searchic.png);
}
.newFrontPage header.sticky {
    height: auto;
    padding: 5px 0px 15px;
}
header.sticky .navbar-nav .nav-link {
    padding: 7px 10px !important;
}
.section01 {
    background-color: #fff;
    padding: 120px 0px;
}
.h5 {
    color: #ff7540;
    margin-bottom: 15px;
    font-weight: 400 !important;
}
.h5 span {
    color: #000;
}
.label__T {
    color: #fff;
    font-size: 9px;
    background-color: #7b82a3;
    padding: 3px 7px;
    border-radius: 50px;
    display: inline-block;
    top: -4px;
    position: relative;
    margin-left: 10px;
}
footer {
    background-color: #fff !important;
    padding: 0px;
    position: relative;
}
footer:before {
    position: absolute;
    content: '';
    width: 42px;
    height: 42px;
    background: url(../png/star_01.png) center right;
    background-size: contain;
    top: -20px;
    right: -10px;
    z-index: 1;
}
footer .container-fluid:after {
    position: absolute;
    content: '';
    width: 94px;
    height: 94px;
    background: url(../png/star_03.png) center right;
    background-size: contain;
    bottom: 0px;
    left: -20px;
}
footer .container-fluid:before {
    position: absolute;
    content: '';
    width: 94px;
    height: 94px;
    background: url(../png/star_02.png) center right;
    background-size: contain;
    bottom: 20px;
    right: -35px;
}
footer .container:before {
    display: none;
}
footer .container-fluid {
    /* background-color: #b3ddf7e0; */
    background-color: #ecfaff;
    padding: 50px 0px 30px;
    position: relative;
}
.bottomContainer {
    position: relative;
}
.bottomContainer .footer_Bottom {
    padding: 30px 0px;
    border-top: none;
}
.footerSignUpForm {
    display: flex;
    width: 100%;
    max-width: 320px;
    margin: 40px auto 0px;
}
.footerSignUpForm input {
    font-size: 12px;
    padding: 5px;
    border: none;
    border-bottom: 1px #515d07 solid;
    width: 200px;
    margin-bottom: 8px;
    background-color: transparent;
}
.footerSignUpForm input::placeholder {
    color: grey;
}
.footerSignUpForm p {
    font-size: 12px !important;
    color: grey;
    margin-bottom: 0px;
    padding-left: 5px;
}
.btn_c {
    padding-left: 20px;
    padding-top: 6px;
}
.btn_c .newBTN {
    padding: 10px 20px;
}
.container {
    /*max-width: 900px !important;*/
}
a.newBTN.bhora {
    color: #191919;
    background-color: #ebf5ff;
    border: none;
    font-weight: 400;
    position: relative;
    left: 20px;
}
.col-lg-7.col-md-6.col-12.eventPlannerImg2.bhora img {
    height: 214px !important;
    position: relative;
    top: 90px;
}
a.nav-link.dropdown-toggle.signUp {
    background-color: #cfe3fb;
}
.eventPlannerImg.fd img {
    position: relative;
    top: 70px;
}
h3.six.titleBlue {
    color: black;
}
.ctr {
    position: relative;
    left: 0px !important;
}
.im {
    position: relative;
    top: 70px;
}
/*  New css */
.agentsleftMenu {
    width: 100%;
    float: left;
    padding: 30px 10px;
}
.myToolsLeft {
    background-color: #edf9fd;
    border-radius: 0px 20px 0px 0px;
    width: 85%;
    float: left;
    margin-left: -15px;
    margin-bottom: 100px;
    padding-bottom: 100px;
}
.myToolsLeft.Property {
    width: 78%;
    float: left;
    margin-left: 10px !important;
    margin-top: 130px;
    max-height: 560vh;
}
.agentsleftMenu {
    width: 100%;
    float: left;
    padding: 30px 40px;
}
.propertyMainRow>.col-lg-3 {
    width: 330px;
}
.propertyMainRow>.col-lg-9 {
    width: calc(100% - 330px);
}
.tableSec tr th {
    padding: 10px 4px;
}
.rwd-table {
    width: 100%;
}
.booklistWrap tr td {
    padding: 10px;
    padding-bottom: 10px;
}
.red {
    color: #c30a31;
}
.userList .container {
    max-width: 1080px !important;
}
h5.subT {
    font-size: 20px;
    padding-bottom: 60px;
}
.brokerAgentPagination {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    float: left;
}
.brokerAgentPagination ul li,
.brokerAgentPagination ul {
    display: flex;
    align-items: center;
}
.brokerAgentPagination ul li a {
    width: 32px;
    height: 32px;
    float: left;
    display: flex;
    align-items: center;
    border-radius: 100px;
    justify-content: center;
    color: #515d07;
    font-weight: 500;
}
.pagination_2 li a {
    color: #515d07;
    font-size: 12px;
    font-weight: 400;
}
/* commented by sathish because this got clash in exising modal */
/* The Modal (background) changed modal to modal2 */
.modal2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 100;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 20%;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
}
/* commented by sathish because this got clash in exising modal */
/*
.modal-content {
    background-color: #ebebeb;
    margin: 0 38%;
    border: 1px solid #ebebeb;
    width: 30%;
    padding: 60px;
    display: flow-root;
    border-radius: 10px;
}
*/
/* The Close Button */
.close {
    color: #bc012b;
    float: right;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    top: -35px;
    right: -30px;
}
.txt input[type="text"] {
    max-width: 76px;
    border: none;
    border-bottom: 1px solid;
    background: transparent;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.modal-content select {
    border: none;
    padding: 10px;
    width: 190px;
    border-bottom: 1px solid #c3c3c3;
    margin-bottom: 20px;
    background-color: transparent;
}
.redBtn {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 91%;
    line-height: 10px;
    margin-top: 25px;
}
.modal-content a.sv {
    background: #bc012b;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    margin-top: 25px;
    position: relative;
    left: 22%;
}
#popupBoxOnePosition {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 120%;
    display: none;
}
#popupBoxTwoPosition {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 120%;
    display: none;
}
.popupBoxWrapper {
    width: 550px;
    margin: 50px auto;
    text-align: left;
    margin-top: 17%;
    border-radius: 40px !important;
}
.popupBoxContent {
    background-color: #ebebeb;
    padding: 65px;
    width: 380px;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0px 2px 26px 3px #edf9fd;
}
.txt input[type="text"] {
    padding: 6px !important;
}
.txt .col-md-3 {
    max-width: 90px;
}
.catg select {
    background: transparent;
    border: none;
    border-bottom: 1px solid;
    padding: 10px;
    width: 164px;
}
.catg a.sv {
    background: #bc012b;
    padding: 5px 20px;
    border-radius: 50px;
    color: #fff;
    margin-top: 25px;
    position: relative;
    left: 22%;
}
p.dt {
    padding-top: 40px;
    margin-bottom: 0px;
}
.search {
    padding-bottom: 70px;
}
.search select {
    border-radius: 50px;
    background: aliceblue;
    border-color: aliceblue;
    padding: 5px 9px;
    margin: 0px 5px;
}
.search input[type="text"] {
    border: none;
    border-bottom: 2px solid #f0f8ff;
    width: 100%;
}
.search .flow1 {
    color: #7d562f;
    padding: 2px;
    border-radius: 0px 100px 100px 0px;
}
.search .flow1 {
    width: 50%;
    display: flex;
    align-items: center;
}
.search .flow1 span:nth-child(odd) {
    position: relative;
    background: #e9f4ff;
}
.search .flow1 span {
    width: 20%;
    padding: 10px 15px;
    display: block;
    text-align: center;
}
.search .flow1 span {
    font-weight: bold;
}
.search .flow1 span:nth-child(even) {
    background: #e9f4ff;
}
.flow1 span:nth-child(odd)::before {
    content: '';
    position: absolute;
    display: block;
    top: 0px;
    width: 20px;
    right: -12px;
    height: 100%;
    background: #e9f4ff;
    border-radius: 0px 100px 100px 0px;
}
.searchTabSection {
    width: 30%;
}
.eventPImg {
    text-align: center;
}
input.eml {
    margin-right: 11px;
    text-align: center;
    width: 11%;
}
h5.red.subT.srch {
    padding-bottom: 34px;
    padding-top: 30px;
}
.agentsleftMenu h6 {
    border-bottom: 2px solid #fff;
    padding: 5px 0;
}
.agentsleftMenu ul li a {
    font-size: 16px;
}
a.discover {
    background: #478BBF !important;
    color: #fff !important;
}
.ast a {
    padding-left: 10px;
    display: block;
}
.agentsleftMenu.white {
    background: #fff;
}
.profileLevel {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.profileLevel ul li {
    background: #edf9fd;
}
.profileLevel ul li a:last-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px;
    position: relative;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-right: 2px solid #fff;
}
.profileLevel ul li a:first-child {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px;
    position: relative;
}
.profileLevel ul li a:hover,
.profileLevel ul li a.mytoolsActive {
    background-color: #c20a31;
    color: #fff;
}
.profileLevel ul li a {
    font-size: 12px;
    height: 36px;
    background: aliceblue;
    border: 0px solid #fff;
}
.profileLevel ul li a {
    position: relative;
}
.profileLevel ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    border: solid 1px #edf9fd;
    font-size: 13px;
    color: #c20a31;
    font-weight: 600;
    position: relative;
    background-color: #edf9fd;
}
.profileLevel ul {
    display: flex;
    width: 100%;
    align-items: center;
}
.profileLevel ul li:last-child {
    background: #fff;
}
.search.bred {
    padding-bottom: 50px;
    padding-top: 50px;
}
td.t span {
    background: #c20a31;
    padding: 6px 9px;
    border-radius: 100px;
    color: #fff;
    font-size: 11px;
    text-align: center;
}
td.name span {
    background: #c20a31;
    color: #fff;
    padding: 2px 6px;
    border-radius: 50px;
    font-size: 8px;
}
.tb_25 {
    height: 25px;
}
.tb_80 {
    height: 80px;
}
.tb_100 {
    height: 100px;
}
.select select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    border-radius: 0;
    width: 100%;
    padding: 10px;
}
.mytoolsFlex {
    display: flex;
    align-items: center;
}
.myToolsMb30 {
    margin-bottom: 30px;
}
.row.myToolsMb30.mytoolsFlex label {
    font-weight: 500;
    display: contents;
    font-size: 15px;
}
.row.myToolsMb30.mytoolsFlex input.mytoolInput,
.row.myToolsMb30.mytoolsFlex input[type="email"] {
    width: 100%;
    border-bottom: 1px solid #c3c3c3 !important;
    padding: 10px;
    border: 0px;
}
.row.myToolsMb30.mytoolsFlex input[type="date"] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #c3c3c3;
    padding: 10px;
    width: 100%;
}
a.formSub span {
    background: #c60000;
    color: #fff;
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    position: relative;
    top: 30px;
    border: 1px solid #c60000;
    transition: 0.5s;
}
a.formSub span:hover {
    background: #fff;
    color: #c60000;
    border: 1px solid;
}
.addBtn input[type="button"] {
    background-color: #c60000;
    border: none;
    padding: 1px 10px;
    border-radius: 60px;
    font-size: 19px;
    color: #fff;
}
input#newInputBox {
    padding: 10px;
    width: 100%;
}
.center input.mytoolInput {
    text-align: center;
}
textarea#w3review {
    border: 1px solid #a2b4c9;
}
input[type=file]::file-selector-button {
    border: 1px solid #6c5ce7;
    padding: 8px 20px;
    background-color: #cfe3fb;
    transition: 1s;
    border-radius: 50px;
}
input[type=file]::file-selector-button:hover {
    background-color: #c60000;
    border: 2px solid #fff;
}
.spanText p {
    position: relative;
    top: 49px;
    left: -312px;
    font-size: 11px;
    color: #c60000;
}
.tabSection {
    margin-top: 40px;
}
.veneu input[type="text"] {
    padding: 3px;
}
.veneu select {
    background: transparent;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #edf9fd;
}
table.ev td {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    width: 20%;
}
table.ev {
    width: auto;
    border-top: 1px solid #cfe3fb;
    margin-top: 9px;
}
table.ev td a {
    background: aliceblue;
    padding: 6px 14px;
    border-radius: 50px;
}
h5.blue.subT {
    color: #081248;
    font-weight: 500;
    position: relative;
    top: 40px;
}
h5.blue.vm {
    font-size: 16px;
    padding: 0px 0px 35px 0px;
    font-weight: 500;
    letter-spacing: 1.2px;
}
::placeholder {
    color: #c3c3c3;
    opacity: 1;
    /* Firefox */
}
:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #c3c3c3;
}
::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #c3c3c3;
}
.keyMtrix p {
    font-size: 12px;
    position: relative;
    top: 10px;
    left: 10px;
}
.keyMtrix.tp {
    position: relative;
    top: -29px;
}
.sf {
    position: relative;
    top: -15px;
    left: -31px;
}
.col-md-2.sf {
    max-width: 134px;
}
.gl label {
    font-size: 18px;
}
.listGl {
    width: 880px;
    margin-left: 20px;
    margin-right: 20px;
}
.albumRow {
    width: 100%;
    max-width: 670px;
    margin-top: 50px;
}
.albumRow .PhotoView {
    width: 100%;
    height: 150px;
}
.PhotoView {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 10px;
    border: solid 1px #081248;
    background-color: #f3f3f3;
    margin-left: auto;
}
.closeUpload {
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8px;
    top: 8px;
}
.icon360 {
    right: 40px;
}
.albumTitle {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 14px;
    display: block;
    text-align: center;
}
.uploadPhoto [type=file] {
    height: 0;
    overflow: hidden;
    width: 0;
}
.uploadPhotoRow {}
.propertyPhoto {
    width: 100%;
}
.uploadPhotoRow {
    width: 60%;
}
.uploadPhoto {
    box-shadow: none;
    width: 100%;
    max-width: 615px;
}
.uploadPhoto [type=file]+label.btn-2 {
    background-color: #edf9fd;
    border-radius: 50px;
    overflow: hidden;
    width: 25%;
}
.propertyPhoto [type=file]+label {
    font-size: 15px;
    font-weight: bold;
    padding: 13px 25px;
    text-align: center;
    line-height: 1;
}
.uploadPhoto [type=file]+label {
    background: #f15d22;
    border: none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: inherit;
    font-size: 14px;
    outline: none;
    padding: 7px 15px;
    position: relative;
    transition: all 0.3s;
    vertical-align: middle;
    color: #515d07;
    border: solid 1px #081248;
    background-color: #edf9fd;
}
.uploadPhotoRow .propertyPhotoRow {
    margin-bottom: 30px;
}
.propertyPhotoRow {
    display: flex;
    align-items: stretch;
    position: relative;
}
.uploadPhotoRow .propertyPhotoRow input {
    font-size: 14px;
}
.propertyPhotoRow .uploadText {
    flex-grow: 8;
    text-align: left;
}
.uploadText {
    border: none;
    border-bottom: solid 1px #c3c3c3;
    padding: 5px;
    margin-left: 10px;
    height: 40px;
}
.addPhoto {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #a6bc15;
    background: transparent;
    border: none;
}
.savePhoto {
    background-color: #bf0a30;
    font-size: 14px;
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 80px;
    height: 26px;
    font-weight: 600;
    line-height: 1;
}
.uploadSaveRow.propertySaveRow {
    position: relative;
    left: 22%;
}
ul.vG p {
    font-size: 11px;
    position: relative;
    left: 13px;
}
/*-- 03-12-2021 --*/
img.user-menu-icon {
    width: 74%;
    position: relative;
    left: 30%;
}
.plr-15 {
    padding: 0px 25px;
}
.ads-banner {
    text-align: right;
    padding: 20px 20px;
    background: #b3ddf7e0;
    margin-bottom: 60px;
}
a.newBTN {
    padding: 13px 25px;
}
span.titleCount {
    display: block;
    color: #505050;
    font-weight: bold !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    color: #c20a31;
}
.trade-show-btn {
    border: none;
    font-size: 25px;
    padding: 0;
    color: #081248;
    font-weight: 500;
}
.btn_1.trade-show-btn:hover {
    color: #081248 !important;
    background-color: transparent !important;
    border-color: #ffffff00;
}
.h_100 {
    height: 100px;
}
.h_50 {
    height: 50px;
}
.title-btn-sections .btnGroup.marginLeftAuto {
    position: relative;
    top: 10px;
}
.title-btn-sections span.titleCount {
    display: block;
    color: #505050;
    padding-left: 10px;
}
.aligh-center-ads {
    margin: 0 15%;
    text-align: center;
}
h6.red span {
    display: block;
    font-size: 13px;
    color: #ff5500;
    line-height: 24px;
}
li.search-icon-position a img {
    position: relative;
    top: 5px;
    left: 2px;
    width: 80%;
}
.eventsAmericaHeader .topSearch,
.searchContainer .topSearch {
    max-width: 490px;
    margin-left: auto;
    position: absolute;
    top: 86px;
    right: 0px;
}
.sectionTitle.new {
    display: flex;
    align-items: baseline;
}
.ads .navbar-expand-md .navbar-collapse {
    margin-right: 0px;
}
.eventsAmericaHeader .topSearch .newSearchBox,
.searchContainer .topSearch .newSearchBox {
    border-bottom: 2px #e1e1e1 solid;
}
h6.blue {
    color: #081248;
    font-size: 18px;
    font-weight: 700;
}
.agentsleftMenu ul li a {
    font-size: 17px;
    padding: 4px 4px;
    font-weight: 500;
}
.ads table.rwd-table.booklistWrap.booktourlistTable td:first-child {
    width: 37%;
}
table.rwd-table.booklistWrap.booktourlistTable .title-btn-sections {
    position: relative;
    top: -11px;
}
.agentsleftMenu {
    padding: 30px 10px !important;
}
header .navbar-nav .nav-link {
    padding: 8px 23px !important;
}
.container-fluid {
    padding-left: 50px;
    padding-right: 50px;
}
.plr-15 {
    padding: 0px 75px !important;
}
button.btn_1.dropdown-toggle {
    border-color: #C20A31;
    color: #C20A31;
}
.exhibitor_row_new {
    width: 80%;
}
.eventsAmericaHeader .topSearch,
.searchContainer .topSearch {
    max-width: 810px !important;
    margin-left: auto;
    position: absolute;
    top: 86px;
    right: 0px !important;
}
.navbar-brand {
    position: relative;
    top: 28px;
}
.sectionTitle.new {
    position: relative;
    top: 30px;
}
#searchType {
    color: #bf0a30;
    font-weight: 500 !important;
    font-size: 17px;
    letter-spacing: 2px;
}
button.btn_1.dropdown-toggle {
    color: #08134a;
}
footer .container-fluid:before {
    position: absolute;
    content: '';
    width: 94px;
    height: 94px;
    background: url(../png/star_02.png) center right no-repeat;
    background-size: contain;
    top: 20%;
    right: 50px;
}
footer .container-fluid:after {
    position: absolute;
    content: '';
    width: 94px;
    height: 94px;
    background: url(../png/star_03.png) center right no-repeat;
    background-size: contain;
    bottom: 0px;
    left: -29px;
}
footer:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    background: url(../png/small-star.png) center right;
    background-size: contain;
    top: 120px;
    z-index: 1;
    left: 46%;
}
footer .container-fluid {
    padding: 50px 0px 30px;
}
.title-btn-sections span.titleCount {
    display: block;
    color: #505050;
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px;
}
.myToolsLeft {
    background-color: #b3ddf7e0;
}
span.side-menu-color {
    font-size: 11px;
    display: block;
    color: #ff5500;
    padding: 10px 0px;
}
.ads .tableSec tr th {
    padding: 10px 4px;
    font-size: 15px;
    font-weight: 600;
}
button.btn_1.dropdown-toggle.trade-show-btn {
    font-family: 'Montserrat', sans-serif !important;
}
.eventsAmericaHeader .navbar-nav .nav-link {
    background-color: transparent;
}
li.left-nav:before {
    content: '';
    /* background-color: #b3ddf7e0; */
    background-color: #ecfaff;
    position: absolute;
    width: 738px;
    height: 50px;
    left: -23px;
    border-radius: 50px;
}
.myToolsLeft.Property {
    width: 92%;
}
/*--10-12-2021--*/
.add_inf {
    background: url(../index.html) top 2px left no-repeat;
}
.date_inf {
    background: url(../index.html) top 2px left no-repeat;
}
.new-btn-share {
    display: block;
}
.hart {
    text-align: center;
    border-radius: 50px;
    background-color: #a0c0d9;
    background-image: url(../index.html);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}
.hart:hover {
    background-color: #141E51;
    background-image: url(../index.html);
}
.form-bg {
    background: #F6F6F6;
    margin-top: 55px;
}
.form-bg {
    background: #b3ddf7e0;
    margin-top: 55px;
}
span.post-btn {
    background: #b3ddf7e0;
    color: red;
    font-size: 12px;
    font-weight: 400;
    padding: 5px 12px;
    border-radius: 50px;
    margin-left: 10px;
}
.img_ti_new {
    display: grid;
}
.img_ti_new .keymetricsLabel {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    padding-top: 10px;
}
.img_ti_new span.icImg {
    text-align: center;
    margin: 0 auto;
}
.exhibitor_row_new .d_f {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
a.more {
    background: #bf0b30;
    font-size: 10px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 50px;
    letter-spacing: 1px;
    font-weight: bold;
}
.exhibitor_row_new a.more {
    margin-top: 9px;
}
.Photos>div {
    flex: 0 0 22%;
    max-width: 90%;
    padding-left: 10px;
    padding-right: 10px;
}
.booklistWrap tr td {
    font-size: 16px;
    font-weight: 500;
    color: #505050;
}
.bookSection .eachBook {
    margin: 4px;
    padding: 8px;
    width: 14%;
    margin-bottom: 50px;
}
.bookSection {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
}
.zoomContent {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -moz-transition: transform .2s, -moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s, -moz-transform .2s;
}
.zoomContent:hover {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    z-index: 999;
}
.contact {
    display: flex;
    align-items: center;
    justify-content: center;
}
.add-bnr {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
a.bigMore {
    font-size: 29px;
    padding: 10px;
    border-radius: 100%;
    width: 120px;
    height: 120px;
    display: flow-root;
    line-height: 24px;
    color: #bb0128;
    text-align: center;
    margin: 20px auto 0px;
}
a.newBTN.newBorderBTN.brown {
    background: #854D21;
    position: relative;
    left: 20px;
}
a.newBTN.newBorderBTN.orange {
    background: #ff7540;
    position: relative;
    left: 20px;
}
a.navbar-brand.home {
    position: relative;
    left: 13%;
}
.evntCl img {
    top: 58px;
    position: relative;
}
h3.titleIc.align-text-center {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 30px;
}
.events-cons-images {
    display: flex;
    justify-content: center;
}
.icon-img {
    padding: 7px;
}
h5.img-name {
    text-align: center;
    padding-top: 10px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 1px;
}
.icon-img img {
    border-radius: 5px;
}
.even-ico {
    display: flex;
    justify-content: center;
    width: 79%;
    margin: 0 auto;
}
.more-img-btn h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 219px;
    width: 212px;
    background: #b3ddf7e0;
}
.Events-by-State {
    width: 100%;
    background-color: #b3ddf7e0;
    padding: 10px;
    border-radius: 50px;
    margin: 10px;
    display: flex;
    justify-content: center;
}
.Events-by-State a span {
    font-size: 18px;
}
.btn_events {
    width: 80%;
    margin: 0 auto;
}
.Events-by-State.more a {
    color: #ff7540;
}
.even-ico .icon-img.more-img-btn.more h5 {
    height: 239px;
    width: 226px;
}
@media (min-width: 768px) {
    .modal-dialog {
        max-width: 600px;
    }
    .navbar-expand-md .navbar-collapse {
        flex-direction: column-reverse;
    }
}
table.logoSection tr td>a>img {
    width: 104px;
}
.logoSection td {
    padding-bottom: 30px;
    padding-right: 25px;
    font-size: 17px;
}
.innerHeaderStyle a.navbar-brand.home {
    position: relative;
    left: 0%;
}
.innerHeaderStyle .navbar-expand-md .navbar-collapse {
    margin-left: 128px;
    margin-right: -1px;
}
header.innerHeaderStyle~section .container-fluid,
header.innerHeaderStyle .container-fluid {
    padding: 0px 100px !important;
}
.dropdownArrow .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.6em solid;
    border-right: 0.6em solid transparent;
    border-bottom: 0;
    border-left: 0.6em solid transparent;
    color: #c20a31;
    position: relative;
    top: -50px;
    left: 59%;
}
.dropdown-item {
    padding: 10px 15px;
    font-size: 18px;
}
.row.propertyMainRow {
    padding: 20px 0;
}
.row.propertyFooterRow {
    padding: 60px 0;
}
.eventSubcategories .Events-by-State {
    display: inline;
    min-width: max-content;
    display: inline;
    min-width: max-content;
    line-height: 3;
}
.eventSubcategories {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    display: inline;
}
.eventsAmericaHeader .topSearch,
.searchContainer .topSearch {
    display: block;
    position: unset;
    padding: 10px 0;
    margin-bottom: 20px;
    width: 100%;
}
.eventsAmericaHeader .topSearch input#homeSearchInputTxtBox::placeholder,
.searchContainer .topSearch input#homeSearchInputTxtBox::placeholder {
    font-size: 18px;
}
.main-h .Events-by-State>span {
    position: absolute;
    bottom: -20px;
    color: #C41B3E;
    font-weight: 500;
}
.descriptionReadMore {
    max-width: 92%;
}
.descriptionReadMore p {
    font-weight: 500 !important;
    color: #505050;
}
.add_inf,
.date_inf {
    font-size: 17px;
    font-weight: 400 !important;
    font-family: 'Montserrat', sans-serif;
}
.add_inf a {
    font-family: 'Montserrat', sans-serif;
}
a {
    font-family: 'Montserrat', sans-serif !important;
}
.Events-by-State a span {
    font-size: 17px;
    font-weight: 500;
}
.text-align-center {
    text-align: center;
}
.mt-30 {
    padding-top: 30px;
}
.mt-55 {
    margin-top: 55px;
}
.exhibitorbtn.active {
    background: #bf0a30;
    color: #ffffff;
}
.th-bold tr th {
    font-size: 19px;
}
.title_2 {
    font-weight: 600;
}
.title-btn-sections h3 {
    font-size: 25px;
    font-weight: 700;
}
.tableSec tr th {
    padding: 10px 4px;
    font-size: 18px;
}
.formPill {
    margin-top: 80px;
}
.Events-by-State {
    width: 30%;
    background-color: #ecfaff;
    padding: 10px;
    border-radius: 50px;
    margin: 10px;
    display: flex;
    justify-content: center;
    color: #fff !important;
}
.Events-by-State a span {
    font-size: 19px;
    font-weight: 600;
}
small.user-name-after-login {
    display: flex;
    justify-content: center;
    margin-left: 5px;
    color: #da1f46;
    font-size: 12px;
    font-weight: 600;
}
.userCategory.font-inc {
    font-size: 20px !important;
    font-weight: 600 !important;
}
a.img__Holder[href$=".pdf"] {
    height: auto;
}
ul.custome-solution li:before {
    content: '';
    background: #BF0A30;
    position: absolute;
    left: -20px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    top: 6px;
}
ul.custome-solution {
    margin: 0 32%;
}
ul.custome-solution li {
    position: relative;
    font-size: 17px;
    left: 40px;
    font-weight: 800;
}
.even-ico {
    display: flex;
    justify-content: center;
    width: 79%;
    margin: 0 auto;
}
.sbyc .icon-img {
    width: 100%;
    text-align: center;
}
.sbyc .icon-img .img {
    height: 70px;
}
.sbyc h5.img-name {
    background: #b3ddf7e0;
    padding: 10px;
}
.redBG a {
    color: #fff;
}
.searchContainer {
    min-height: 70vh;
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-flow: column;
}
.searchContainer .topSearch {
    margin: 0;
}
.searchContainer .topSearch .homeSearchAutoCompleteDiv {
    left: 0;
    top: -30px;
    border-bottom-right-radius: 15px;
    position: relative;
    width: 100%;
    padding: 12px 8px;
    z-index: 10
}
.searchContainer .topSearch .homeSearchAutoCompleteDivWhole {
    display: flex;
    flex-direction: column;
}
.searchRadioBtn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.searchRadioBtn div {
    margin: 8px 24px 0 0;
}
.searchRadioBtn label {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}
.searchRadioBtn input {
    width: auto;
}
.rowCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.searchInputTxtBox {
    border-bottom-width: 2px;
}
.searchContainer .topSearch .newSearchBox {
    border-color: #000;
}
.content-right .adminContentRight {
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    margin-top: 42px;
}
.p0 {
    padding: 0 !important;
}
.userCategory {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pressReleaseRightDiv {
    width: 0px;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-top: 72px;
}
.pressReleaseRightForm {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: center;
}
.uploadIcon {
    font-size: 56px !important;
    cursor: pointer;
}
.df {
    display: flex !important;
}
.fd-col {
    flex-direction: column !important;
}
.ai-center {
    align-items: center !important;
}
.flex-alignItem-center {
    align-items: center !important;
}
.lightTab {
    background-color: #bce1f8;
    color: #000;
    font-weight: bolder;
    font-size: 12px;
    width: 100%;
    text-align: center;
    padding: 6px 20px;
    letter-spacing: 1px;
}
.width180 {
    width: 180px !important;
}
.headerImage {
    max-height: 200px;
}
.headerImage img {
    max-height: 200px;
}
.deletePressImage {
    position: absolute;
    right: 8px;
}
.flex_fullWidth {
    display: flex;
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
}
.form-label-custom {
    text-align: left;
}
.form-label-custom div {
    display: flex;
    justify-content: flex-end;
}
.form-label-custom span {
    padding-right: 8px;
    font-weight: 500;
}
.form-label-custom input {
    width: 10px;
}
.p0 {
    padding: 0px !important;
}
.pl10 {
    padding-left: 10px !important
}
.pl5 {
    padding-left: 5px !important
}
.pr10 {
    padding-right: 10px !important
}
.pr5 {
    padding-right: 5px !important
}
.eventInperson {
    left: 22px;
    top: -4px;
    position: relative;
}
.disableLeftNavi .agentsleftMenu{
    visibility: hidden;
}