body {
    color: #484848;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.sp-about-banner {
    background: url("../img/about-banner.jpg") no-repeat;
    font-size: 30px;
    font-size: 30px;
}
.sp-abt-bg {
    background: url("../img/about-overlay-banner.jpg") no-repeat;
}
.sp-abt-content {
    min-height: 120px;
}
.sponsor-section h5 {
    font-size: 17px;
    margin-bottom: 25px;
}
.sp-search-detail {
    background-color: #23408f !important;
    padding: 15px;
    box-shadow: 0 10px 6px -6px #777;
}
.sp-search-detail h2 {
    font-size: 32px;
}
.sp-search-banner-text {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 0px 20px;
}
.sp-inner-banner h1 {
    padding: 20px 20px 10px 20px;
}
.speakers--search {
    height: 50px;
    line-height: 50px;
}
.page-item.active .page-link {
    z-index: 0 !important;
}
#pagination {
    margin: 30px auto !important;
    width: fit-content;
}    
#search_form input, #search_form select {
    height: 38px;
    line-height: 38px;
    width: 100%;
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 0px 3px;
}
.sp-search-area {
    padding: 0px 10px;
}
.sp-search-area .search-submit {    
    outline: none;
    border: none !important;    
    cursor: pointer;
}
.search-container {
    padding-top: 10px;
}
.breadcrumb {
    background-color: transparent !important;
}
.breadcrumb li {
    font-size: 14px;
}
.breadcrumb li a {
    color: #484848!important;
}
.img-mar {
    margin: 0 auto;
}
.box-outer {
    margin-bottom: 25px;     
}
.box-inner {
    padding: 15px 0px; 
    position: relative;
    border-bottom: 2px solid #1ea5e1;
}
.btn-search {
    border: none !important;
    border-radius: 1px;
    color: #fff;
    font-size: 13px;
    line-height: 29px;
}
.list-grid{
    float:right !important;
}
div.tab {
    overflow: hidden;
    padding-right: 50px;
}

/* Style the buttons inside the tab */
div.tab span {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 4px 6px;
    transition: 0.3s;
    font-size: 17px;
    margin: 6px !important;
}

/* Change background color of buttons on hover */
div.tab span:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab span.active {
    background-color: #ccc;
}
.box-title {
    margin-top: 14px;
}
.sp-list-desc {
    font-size: 16px;
}
.sp-list-desc1 {
    font-size: 15px;
}
.box-fee {
    font-size: 14px;
}
.gr .sp-list-desc {
    min-height: 100px;
}
.ls .box-title p, .ls .box-description, .ls .box-fee, .ls .box-button {
    text-align: left;
    margin-top: 50px;
}
.odd .box-inner {
    background-color: #efefef;
}
.form_div {
    transition: 1s ease;
    cursor: pointer;
}
.box-inner {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 1s ease-in-out;
    -moz-transition:transform 1s ease-in-out;
    -ms-transition:transform 1s ease-in-out;
}
.box-inner:hover {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);

    -webkit-transition: transform 1.05s ease-in-out;
    -moz-transition:transform 1.05s ease-in-out;
    -ms-transition:transform 1.05s ease-in-out;
}
.ls .box-title, .ls .box-fee {
    margin: 50px 0;
}
.ls .box-button {
    margin-top: 37px;
    margin: 50px 0;
}
.btn-search {
    background: #1ea5e1;
    color: #fff !important;
}
.btn-search:hover {
    background: #1ea5e1 !important;
}
.sp-list-container a:hover {
    text-decoration: none;
}
.speaker-image {
    padding: 20px;
}
.view_speaker {
    padding: 12px;
}
.highlight{
    box-shadow: 0 0 5px rgba(81, 203, 238, 1); 
    margin: 1px 1px 3px 0px;
    border: 1px solid rgba(81, 203, 238, 1);
}
#search_form select{
    background: white !important;
}  
@media(max-width: 1024px) {
    .sp-search-banner-text {        
        text-align: center;
    }
}
 @media(min-width: 992px) {
    .search-container {
        position: fixed;
        top: 74px;
        z-index: 1;
        background: #fff;
        box-shadow: 0px 1px 1px grey;
    }
    #listing-banner {
        top: 56px;
        position: relative;
        padding-bottom: 56px;
    }   
}          
@media (max-width: 767px) {   
    .page-link {   
        padding: .5rem 0.6rem;
        font-size: 12px !important;
    }
}
@media(min-width: 550px) and (max-width: 767px) {
    .pd-150 { 
        padding: 0 127px;
    }
}