
.content h6{
    color: #268ae1;
    
}

.exhibitor-listing__wrapper .search-head__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 -10px
}

@media only screen and (max-width: 991px) {
    .exhibitor-listing__wrapper .search-head__wrapper {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.exhibitor-listing__wrapper .search-head__wrapper .cat {
    margin-bottom: 20px;
    padding: 0 10px;
    width: 20%
}

@media only screen and (max-width: 1199px) {
    .exhibitor-listing__wrapper .search-head__wrapper .cat {
        width:33.3%
    }
}

@media only screen and (max-width: 767px) {
    .exhibitor-listing__wrapper .search-head__wrapper .cat {
        width:50%
    }
}

@media only screen and (max-width: 400px) {
    .exhibitor-listing__wrapper .search-head__wrapper .cat {
        width:100%
    }
}

@media only screen and (max-width: 767px) {
    .exhibitor-listing__wrapper .search-head__wrapper .cat input[type=text] {
        margin-bottom:.5rem
    }
}

@media only screen and (max-width: 400px) {
    .exhibitor-listing__wrapper .search-head__wrapper .cat input[type=text],.exhibitor-listing__wrapper .search-head__wrapper .cat select {
        margin-bottom:.5rem
    }
}

.exhibitor-listing__wrapper .search-head__wrapper input[type=submit] {
    background: #000;
    border: 1px solid #000;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 35px;
    margin-right: 12px;
    padding: 0 32px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: auto
}

.exhibitor-listing__wrapper .search-head__wrapper input[type=submit]:hover {
    background-color: transparent;
    border: 1px solid #c09a5d;
    color: #c09a5d
}

.exhibitor-listing__wrapper .search-head__wrapper input[type=submit]:nth-child(2) {
    background-color: #a53b3c;
    border: 1px solid #a53b3c
}

.exhibitor-listing__wrapper .search-head__wrapper input[type=submit]:nth-child(2):hover {
    background-color: transparent;
    border: 1px solid #c09a5d;
    color: #c09a5d
}

.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button a {
    height: 100%;
    line-height: 0;
    min-height: auto
}

.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button .btn-secondary {
    margin-right: 10px
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.05);
   box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    color: #2e4474;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
    min-height: 200px;
    padding: 10px 30px
}

@media only screen and (max-width: 767px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

@media only screen and (max-width: 400px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card {
        padding:15px
    }
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .image-left {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 150px
}

@media only screen and (max-width: 991px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .image-left {
        width:100px
    }
}

@media only screen and (max-width: 400px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .image-left {
        width:80px
    }
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content {
    padding-left: 30px;
    width: calc(100% - 350px)
}

@media only screen and (max-width: 991px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content {
        width:calc(100% - 300px)
    }
}

@media only screen and (max-width: 767px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content {
        padding-left:20px;
        width: calc(100% - 140px)
    }
}

@media only screen and (max-width: 600px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content {
        margin-top:20px;
        padding-left: 10px;
        width: 100%
    }
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content h6 {
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: uppercase
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content small {
    font-size: 12px;
    font-weight: 600;
    line-height: 22px
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content small b {
    background-color: #2e4474;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: .5rem;
    min-width: 95px;
    padding: 2px;
    text-align: center
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 6px;
}

@media only screen and (max-width: 991px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content p {
        margin-bottom:5px
    }
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px
}

@media only screen and (max-width: 767px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content .d-flex {
        margin-top:15px
    }
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content .d-flex span {
    background: #959fa6;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 6px;
    min-width: 50px;
    overflow: hidden;
    padding: 0 4px;
    text-align: center
}

@media only screen and (max-width: 450px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .content .d-flex span {
        font-size:12px
    }
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .btn__wrapper {
    padding-left: 15px;
    text-align: right;
    width: 200px
}

@media only screen and (max-width: 767px) {
    .exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .btn__wrapper {
        margin-top:1rem;
        padding-left: 0;
        text-align: center;
        width: 100%
    }
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .btn__wrapper .btn-primary {
    margin-bottom: 15px
}

.exhibitor-listing__wrapper .exhibitor--inner__wrapper .exhibitor-card .btn__wrapper a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    background: #2e4474;
}

select.input-text {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../images/down-arrow.svg);
    background-position: 97%;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-right: 30px
}
.input-text {
    border: 1px solid #bdc2c8;
    color: #000;
    font-size: 1rem;
    height: 40px;
    outline: none!important;
    padding: 7px 15px;
    width: 100%;
}
.alphabet-sort {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.alphabet-sort ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alphabet-sort ul li {
    display: inline-block;
    margin-bottom: 12px;
}
.alphabet-sort ul li a.active, .alphabet-sort ul li a:hover {
    background-color: #2e4474;
    color: #fff !important;
}
.alphabet-sort ul li a {
    border: 1px solid #2e4474;
    border-radius: 4px;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.exhibitor-detail__wrapper a.btn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    padding: .625rem;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width: 991px) {
    .exhibitor-detail__wrapper a.btn {
        font-size:13px;
        padding: .5rem
    }
}

@media only screen and (max-width: 400px) {
    .exhibitor-detail__wrapper a.btn {
        font-size:12px;
        padding: .25rem
    }
}

.exhibitor-detail__wrapper a.btn:hover {
    background-color: #000;
    color: #fff
}

.exhibitor-detail__wrapper .exhibitor-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0
}

@media only screen and (max-width: 400px) {
    .exhibitor-detail__wrapper .exhibitor-header {
        display:block
    }
}

.exhibitor-detail__wrapper .exhibitor-header h3 {
    font-size: 1.5rem;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .exhibitor-header h3 {
        font-size:1.25rem
    }
}

@media only screen and (max-width: 600px) {
    .exhibitor-detail__wrapper .exhibitor-header h3 {
        margin-bottom:.5rem
    }

    .exhibitor-detail__wrapper .exhibitor-header .btn-secondary a {
        width: auto
    }
}

.exhibitor-detail__wrapper .details_outer_block {
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,.3);
    margin-top: 20px;
    min-height: 200px;
    padding: 1.875rem
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block {
        padding:1.25rem
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width: 600px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_image_left {
    text-align: center;
    width: 150px
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_image_left {
        width:120px
    }
}

@media only screen and (max-width: 600px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_image_left {
        display:block;
        margin-bottom: 20px
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_image_left .company_image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    margin-bottom: .75rem;
    overflow: hidden;
    width: 150px
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_image_left .company_image {
        width:120px
    }
}

@media only screen and (max-width: 600px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_image_left .company_image {
        height:120px;
        width: 120px
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description {
    margin-left: 2.5rem;
    width: calc(100% - 500px)
}

@media only screen and (max-width: 1199px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description {
        margin-left:2rem;
        width: calc(100% - 250px)
    }
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description {
        margin-left:1.5rem;
        width: calc(100% - 120px)
    }
}

@media only screen and (max-width: 600px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description {
        margin-left:0;
        width: 100%
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description h4 {
    font-size: 18px;
    margin: 0 0 5px
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description small {
    font-size: 1rem;
    font-weight: 600;
    line-height: 22px
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description small b {
    background-color: #2e4474;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    margin-left: .5rem;
    min-width: 95px;
    padding: 1px;
    text-align: center
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description h6 {
    font-size: .938rem;
    margin: 13px 0
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description p {
    color: #333;
    font-size: 14px;
    line-height: 20px;
    margin: 0
}

@media only screen and (max-width: 991px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description p {
        margin-bottom:5px
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description .d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description .d-flex {
        margin-top:10px
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description .d-flex span {
    background: #959fa6;
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    margin-right: 6px;
    min-width: 50px;
    overflow: hidden;
    padding: 0 4px;
    text-align: center
}

@media only screen and (max-width: 450px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description .d-flex span {
        font-size:12px
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description a.link {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-top: 1.625rem;
    text-transform: uppercase;
    vertical-align: middle;
    color: #2e4474;
}

@media only screen and (max-width: 1199px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description a.link {
        margin-top:1rem
    }
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description a.link {
        font-size:14px
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description a.link img {
    margin-right: .25rem
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description a.link img {
        max-width:20px
    }
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description a.link svg {
    height: 23px;
    margin-right: 8px;
    width: 23px
}

.exhibitor-detail__wrapper .details_outer_block .details_text_block .company_description a.link svg path {
    fill: #2e4474;
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper {
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
    display: inline-block;
    margin-top: 1rem;
    width: 100%
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav {
    background-color: #f9f9f9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li {
    min-height: 46px
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li {
        min-height:20px
    }
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li a {
    color: #2c2c2c!important;
    display: block;
    font-weight: 600;
    padding: 10px 40px;
    text-decoration: none
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li a {
        font-size:14px;
        padding: 10px 20px
    }
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li:first-child {
    border-top-left-radius: 10px
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li.active {
    background: #fff;
    -webkit-box-shadow: 9px 1px 7px -9px rgba(0,0,0,.5);
    box-shadow: 9px 1px 7px -9px rgba(0,0,0,.5)
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container {
    padding: 1.25rem
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container {
        padding:.625rem
    }
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .tab-inner:not(:first-child) {
    display: none
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container h6 {
    font-size: 1.375rem;
    margin: 0 0 1rem;
    width: 100%
}

@media only screen and (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container h6 {
        font-size:1.25rem
    }
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-top: 0
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container ul li {
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: .5rem;
    width: 50%
}

@media only screen and (max-width: 991px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container ul li {
        font-size:14px
    }
}

@media (max-width: 767px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container ul li {
        width:100%
    }
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px;
    padding: 23px 15px 15px;
    position: relative;
    width: calc(25% - 30px)
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper span {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 1px
}

@media only screen and (max-width: 1024px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper {
        margin:6px;
        padding: 8px;
        width: calc(33.33333% - 15px)
    }
}

@media only screen and (max-width: 600px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper {
        width:calc(50% - 15px)
    }
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper {
    background: #fff;
    border: 1px solid #ddd;
    left: 0;
    margin: 2rem auto 0;
    max-width: 600px;
    opacity: 0;
    padding: 20px 10px 10px;
    position: fixed;
    right: 0;
    top: 20px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s
}

@media only screen and (max-width: 600px) {
    .exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper {
        width:90%
    }
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper.active {
    opacity: 1;
    z-index: 11
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper p {
    font-size: 14px
}

.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper .info__wrapper .close {
    color: #000;
    cursor: pointer;
    opacity: .5;
    position: absolute;
    right: 20px;
    top: 5px
}

.alphabet-sort {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 30px 0
}

.alphabet-sort ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.alphabet-sort ul li {
    display: inline-block;
    margin-bottom: 12px
}

.alphabet-sort ul li a {
    border: 1px solid #2e4474;
    border-radius: 4px;
    display: block;
    margin: 0 3px;
    padding: 5px 10px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #2e4474;
}

.alphabet-sort ul li a.active,.alphabet-sort ul li a:hover {
    background-color: #2e4474;
    color: #fff !important;
}

.info-bg {
    overflow: hidden
}

.info-bg:after {
    background-color: #000;
    content: "";
    height: 100%;
    opacity: .5;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9
}
.exhibitor-listing__wrapper .search-head__wrapper .cat-input-button a {
    height: 100%;
    line-height: 0;
    min-height: auto;
    /* background: #2e4474; */
}
.search-head__wrapper .btn-primary a {
    background: #2e4474;
}
.exhibitor-listing__wrapper .alphabet-sort.pagination-wrapp .pagination>.disabled>a {
    color: #fff;
    background-color: #2e4474;
}
.exhibitor-listing__wrapper .alphabet-sort.pagination-wrapp .pagination>.active>a, .exhibitor-listing__wrapper .alphabet-sort.pagination-wrapp .pagination>.active>a:focus{
    background-color: #2e4474;
    border-color: #2e4474;
        color: #fff;
}
.hide-span{
        display: none;
}
.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper .tab_container .popup-gallery .product-info_wrapper {
    
    align-items: baseline;

}
.product-info_wrapper img {
    max-width: 70%;
    margin: 0 auto;
}



.product-info_wrapper .row {
    display: flex;
    flex-direction: column;
  

}
/*.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li.active {*/
/*    background: #fff;*/
/*    box-shadow: 9px 1px 7px -9px rgba(0,0,0,.5);*/
/*    box-shadow: 9px 1px 7px -9px rgba(0,0,0,.5), -9px -2px 7px -9px rgba(0,0,0,.5);*/
/*}*/
/*.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li:first-child.active {*/
/*    box-shadow: 9px 1px 7px -9px rgba(0,0,0,.5);*/
/*}*/
span.arrow.active {
    transform: rotate(900deg);
}
.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li.active {
    background: #2e4474;
    /*box-shadow: 9px 1px 7px -9px rgba(0,0,0,.5);*/
    /*box-shadow: 9px 1px 7px -9px rgba(0,0,0,.5), -9px -2px 7px -9px rgba(0,0,0,.5);*/
}
.exhibitor-detail__wrapper .details_outer_block .tabs__wrapper ul.tabs-nav li.active a {
    color: #fff !important;
}


.exhibitor-detail__wrapper .exhibitor-list-tab-img-details {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100% !important;
}

.exhibitor-detail__wrapper .exhibitor-list-tab-img-details .image-content {
    width: 16%;
    min-width: 120px !important;
}

.exhibitor-detail__wrapper .exhibitor-list-tab-img-details .text-content {
    width: 70%;
    border-left: 2px solid #cdc1c1;
    padding-left: 15px;
}

.exhibitor-detail__wrapper .exhibitor-list-tab-img-details-block {
    width: 50%;
}

.exhibitor-detail__wrapper .exhibitor-list-tab-img-details-block a {
    display: inline-block;
    width: 100%;
}

.exhibitor-detail__wrapper .exhibitor-list-tab-img-details .text-content h4 {
    font-size: 16px;
    margin: 5px 0;
}
@media(max-width:1024px){
  .exhibitor-detail__wrapper .exhibitor-list-tab-img-details-block {
    width: 100%;
}  
}
@media(max-width:599px){
  .exhibitor-detail__wrapper .exhibitor-list-tab-img-details .text-content{
      padding-left:0;
      border:none;
    width: 100%;
  }
}
.exhibitor-listing__wrapper .filter-wrap-table {
    margin-top: 30px
}

.exhibitor-listing__wrapper .filter-wrap-table table img {
    width: 21px;
    height: 21px
}

.exhibitor-listing__wrapper .filter-wrap-table .list-table th {
    color: #fff;
    background: #484748;
    font-weight: 700;
    font-size: 16px;
    padding: 8px
}

.exhibitor-listing__wrapper .filter-wrap-table .list-table td {
    color: #6d6f71;
    font-size: 15px;
    padding: 8px
}

.exhibitor-listing__wrapper .filter-wrap-table .list-table td a {
    color: #6d6f71;
    font-size: 14px;
    text-decoration: none
}
.exhibitor-listing__wrapper tr.exhibitors:nth-child(2n) {
    background: #eee;
}
.exhibitor-listing__wrapper .alphabet-sort ul li a{
    text-decoration: none;
}