@charset "utf-8";
/* CSS Document */
body{
    padding:0;
    margin:0;
    font-size:16px;
}
a, a:hover{
    text-decoration:none;
    color:#0056b3;
} 
li{
    list-style:none;
}
header.conf_details_header{
    background:#C8E7F3;
    padding:0px;
}
.scrol_fixed_nav{
    padding:0px 25px;
    display: inline-block;
    width: 100%;
}
.conf_details_header_logo a img{
    max-width: 175px;
    margin-top: 2px;
    margin-bottom: 3px;
}
body.modal-open {
    padding-right: 0px !important;
    padding-top: 0;
}
.newHeader .fixwidthDiv .headerSpecSlider {
    z-index: 0;
}
a.contactus {
    margin-top: -5px;
}
.search_icon{
    font-size:1.25em;
}
.search_icon a{
    color:#999;
}
.conf_details_nav{
}
.conf_details_header_logo .conf_details_nav_new{
    float:left;
    margin-top:0px;
}
.conf_details_header_logo .conf_details_nav_new > ul > li:last-child{
    padding-left:0;
    padding-right:18px;
}
.conf_details_header_logo .conf_details_nav_new > ul > li{
    padding:0 18px 0 0;
}
.conf_details_nav_new > ul{
    padding:0;
    margin:0;
    display:inline-block;
}
.conf_details_nav_new > ul > li{
    list-style:none;
    display:inline-block;
    vertical-align:middle;
}
.conf_details_nav_new > ul > li.assist_btn{
    position:relative;
}
.conf_details_nav_new > ul > li.assist_btn:before{
    position:absolute;
    width:15px;
    height:15px;
    border-radius:50%;
    content:"";
    left:-3px;
    top:4px;
    background:#2DB200;
}
.conf_details_nav_new > ul > li.assist_btn:after{
    position:absolute;
    width:10px;
    height:10px;
    border:solid 2.4px #fff;
    border-radius:50%;
    content:"";
    left:-0.3px;
    top:6.8px;
    background:#2DB200;
}
.conf_details_nav_new > ul > li:last-child{
    padding-right:0;
}

.conf_details_nav_new .orangebtn{
    color:#fff;
    font-size:1em;
    font-weight:400;
    background:#FF6105;
    border-radius:.25rem;
    padding:.375rem .75rem 8px;
    border: none;
    text-decoration: none !important;
}
.createAnEventsDesk a{
    border-radius:.25rem;
    padding:.375rem .75rem 8px;
    transition:ease all 0.5s;
}
.createAnEventsDesk a:hover{
    background:#5073e4;
    transition:ease all 0.5s;
    color:#fff;
}

.scrol_fixed_nav .centerSearch {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}
.scrol_fixed_nav #title_all {
    width: 100%;
    padding: 10px 17px;
    border: none;
    outline: none;
}
.conf_details_nav .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #17459a;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 55px;
}

.conf_details_nav .sidenav a {
    padding:5px 30px 8px 0;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align:left;
    transition: 0.3s;
    padding-left: 15%;
}

.conf_details_nav .sidenav a:hover {
    color: #f1f1f1;
}

.conf_details_nav .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    margin-left: 50px;
}

.conf_details_nav .sidenav .dropdown_click {
    cursor: pointer;
}

.conf_details_nav .sidenav .drop_colpse .bg_dark_blue{
    background-color: #223C84;
}

.conf_details_nav .sidenav .drop_colpse .bg_dark_blue li a {
    font-size: 15px;
}

.conf_details_nav .sidenav .follow_us {
    padding-left: 15%;
    color: #fff;
}

.conf_details_nav .sidenav .booking_sec_min {
    display: inline;
    padding-left: 15%;
    color: #fff;
}

.conf_details_nav .sidenav .booking_sec_min .bookingdeals  {
    padding-left: 15%;
}

.conf_details_nav .sidenav .booking_sec_min ul li {
    float: left;
    margin-right: 0.6rem;
}

.conf_details_nav .sidenav .follow_us ul li {
    float: left;
}

@media screen and (max-height: 450px) {
    .conf_details_nav .sidenav {padding-top: 15px;}
    .conf_details_nav .sidenav a {font-size: 18px;}
}
.icon_sec_right {
    bottom: 48px;
    right: 15px;
}
.conf_register_btn {
    font-size:1.2em;
    margin-right: 5px;
}
.conf_register_btn a {
    background: #1B9AD3;
    border-radius: 5px;
    padding: 4px 3px 6px 3px;
    color: #fff;
    text-transform: uppercase;	
}
.conf_register_btn .associated_btn {
    background: linear-gradient(90deg, rgb(248 164 11) 0%, #ff5722 100%);
}
.conf_register_btn a .register_btn {
    border-radius: 20px;
    padding: 2px 8px 2px 13px;
    font-size: 1rem;
    font-weight: 600;
}
.conf_register_btn a .register_btn .fa-check {
    font-size: 0.8rem;
}
.conf_register_btn a.registered {
    opacity: 0.8;
}

.scrol_fixed_nav{
    display:none;
}
.scrol_fixed_nav.sticky_banner{
    display:inline-block;
    width:100%;
    transition:all ease 0.5s;
    position:sticky;
    top:0;
    z-index:99999;
    background:#C8E7F3;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow-y: hidden;
    transition: 0.5s;
}
.overlay-content {
    position: relative;
    top:0;
    width: 100%;
    margin-top: 0px;
}

.overlay > a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 37px;
    color: #000;
    z-index: 99;
    background: #fff;
    height: 48px;
    text-align: center;
    width: 55px;
    line-height: 24px;
    border-radius: 0 0 10px 10px;
}

.breadcrumb_sec .breadcrumb{
    background:none;
    border-radius:0;
    padding: 8px 3px;
    margin: 0;
}
.breadcrumb_sec .breadcrumb li a{
    font-size: 0.875em;
    color:#223C84;
    line-height:24px;
}
.breadcrumb_sec .breadcrumb li.active{
    color:#212121;
    font-size: 0.875em;
    line-height:24px;
}

.conf_detail_page_left_sec{
    display:inline-block;
    width: 78.5%;
    background: #fff;
   /* box-shadow: 0 0 5px rgb(0 0 0 / 50%); */ 
    margin-bottom:35px;
    padding-bottom:15px;
}

.conf_detail_page_rht_sec{
    display:inline-block;
    width:20%;
    float:right;
    padding:0 0;
}
.conf_details_nav_new {
    float: right;
}

.webinar_details_sec .webnar_dtls_lts ul {
    margin: 17px 5px 17px 2px;
    padding: 0;
}
.webinar_details_sec .webnar_dtls_lts ul li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    border-right: solid 1px #707070;
    font-size: 0.875em;
    color: #212121;
}
.webinar_details_sec .webnar_dtls_lts ul li:last-child {
    margin: 0;
    font-weight: bold;
}
.webinar_details_sec .webnar_dtls_lts ul li.conf_date_sec {
    color: #F37336;
    font-weight: 500;
}
.webnar_reg_btn_sec ul{
    padding:0;
    display: flex;
    justify-content: space-between;
    padding: 0 0.5rem; 
    height: 100%;
}
.webnar_reg_btn_sec ul li{
    display:inline-block;
}
.webnar_reg_btn_sec ul li a{
    color:#1B9AD3;
}

.webnar_reg_btn_sec ul li a .fa {
    font-size: 1.25rem;
}

.webnar_reg_btn_sec ul li a.conf_reg_btn{
    margin-left:25px;
    padding:5px 18px 6px;
    color:#fff;
    background:#1B9AD3;
    border-radius:3px;
    text-transform:uppercase;
    display:inline-block;
}
li.search_icon a{
    border: solid 1px #ccc;
    padding: 1px 0px 5px 160px;
    border-radius: 25px;
    background: #fff;
}

li.search_icon a .search_icon_bg {
    background: #3f51b5;
    color: #fff;
    padding: 7px 11px 6px 12px;
    border-radius: 0px 25px 25px 0px;
    font-size: 0.9rem;
}

section.breadcrumb_sec, section.conf_desc_detail_view {
    background: #fff; 
    display: inline-block;
    width: 100%;
    padding:0 15px;
}
.conf_people_list{
    display:inline-block;
    margin:0 0px 0px 5px;
}
.conf_people_list ul{
}

.conf_people_list ul li{
    display:inline-block;
    position:relative;
    width:30px;
    height:30px;
    border-radius:50%;
    border:solid 1px #66C8F5;
    background:#1B9AD3;
    vertical-align:middle;
    overflow:hidden;
    margin-left:-15px;
}
.conf_people_list ul li:first-child{
    margin-left:0;
}
.conf_people_list ul li a{
    color:#fff;
    width:100%;
    display:inline-block;
    text-align:center;
    font-weight:600;
    line-height:30px;
}
.conf_people_list ul li a img{
    width:30px;
    height:30px;
    border-radius:50%;
    margin-top:-2px;
}
.calender_audience_sec{
    padding:0px 15px 25px;
    border-bottom:solid 0.5px #4A4A4A;
    margin-bottom:25px;
}

.conf_calender_sec, .conf_target_audns_lst{
    display:inline-block;
    width:49%;
}
.conf_target_audns_lst{
    float:right;
}
.conf_add_calender_sec, .conf_dwnld_brochure_sec{
    display:inline-block;
    width:49%;
    font-size:0.875em;
}
.conf_dwnld_brochure_sec{
    float:right;
}
.calndr_dwnld_sec{
    margin-bottom:25px;
}
.conf_add_calender_sec i, .conf_dwnld_brochure_sec i{
    margin-right:10px;
    margin-top:4px;
    vertical-align:middle;
}

.conf_target_audns_lst h4{
    color:#212121;
    font-size:0.75em;
    margin-bottom:20px;
    margin-top:15px;
    font-weight:normal;
}
.conf_target_audns_lst ul{
}
.conf_target_audns_lst ul li{
    display:inline-block;
    padding:8px 18px;
    border-radius:25px;
    background:#F7F7F7;
    font-size:0.75em;
    color:#212121;
    margin-right:18px;
    margin-bottom:20px;
}
.conf_target_audns_lst ul li.no_bg_lite{
    background:none;
}


.Reports_main_sec.collapse.show {
    background-color: #fff;
}
.Conference_Dashboard .vertical_tabs .nav-link.active, .Conference_Dashboard .vertical_tabs .nav-link:hover {
    color: #1B9AD3;
    font-weight:600;
    text-decoration:underline;
    background:none;
}

.Conference_Dashboard .vertical_tabs .nav-link {
    padding: 0rem 1rem 1rem;
    font-weight: 600;
    color: #212121;
    font-size:0.875em;
}

.Conference_Dashboard .vertical_tabs .nav-link img {
    margin-right: 0.5em;
}

.payment_btn .speakerslist .myspeakers li .speakerImg a img {
    max-width: 21px;
}


.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background: #F1F4F6;
}

.nav-tabs .nav-link.active {
    color: #495057;
    border-color: transparent !important;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0rem!important;
    border-top-right-radius: 0rem!important;
}

.tab-content>.active {
    display: block;
}

.nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}

.Reports_main_sec>a {
    font-size: 0.9rem;
    line-height: 1.3;
    width: 100%;
    display: inline-flex;
    color: #333;
    align-items: center;
    padding: 0.5em 0;
    background-color: #F1F4F6;
}

.Reports_main_sec.collapse.show {
    background-color: #fff;
}

.Reports_main_sec>li>a {
    font-size: 0.9rem;
    line-height: 1.3;
    width: 100%;
    display: inline-flex;
    color: #333;
    align-items: center;
    padding: 0.5em 0;
}

.Reports_main_sec>a[aria-expanded="true"],
.Reports_main_sec>a.collapsed {
    background-color: #fff;
}

.Reports_main_sec>li>a.active {
    color: #1B9AD3;
}

.Reports_main_sec a .fa-angle-down:before {
    font-size: 1.2em;
    font-weight: 600;
}

.Conference_Dashboard .left-tabs-section {
    width: 20%;
    max-width: 20%;
    display:inline-block;
}

.Conference_Dashboard .Right-tabs-section {
    width: 79%;
    display:inline-block;
    vertical-align:top;
    /* border-left: solid 1px #BDBDBD; */
    background: #FBFBFB;
    border-radius: 5px; 
}

.Conference_Dashboard .left-tabs-section .vertical_tabs {
    background-image: linear-gradient(#fff, #f3f3f3);
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_overview_sec .orgnzr_prfl_md_sec {
    margin-top: 1rem;
    justify-content: space-between;
}

.conf_content_details_sec h4, .conf_content_details_sec h5{
    color:#212121;
    font-size:1em;
    font-weight:700;
    margin-bottom:10px;
}
.conf_content_details_sec h5{
    font-size:0.75em;
}
.conf_content_details_sec p{
    margin:0 0 13px;
    padding:0;
    color:rgba(33,33,33,80%);
    font-weight:normal;
    line-height:24px;
    font-size:0.875em;
}
ul.conf_details_descp_lst{
    margin-left:15px;
    margin-bottom:20px;
}
ul.conf_details_descp_lst > li{
    list-style:disc;
    list-style-position:outside;
    margin-left:20px;
    color:rgba(33,33,33,80%);
    font-size:0.875em;
    line-height:28px;
}
.conf_detail_page_banner_sec.sticky_banner, .left-tabs-section.sticky_banner {
    position: sticky;
    top: 50px;
    z-index: 9999;
}
.left-tabs-section.sticky_banner {
    top:250px;
    z-index:999;
}
.left-tabs-section.sticky_banner.line_sticky {
    top:280px;
}
.conf_content_details_sec .webnar_dtls_lts {
    display: inline-block;
}
.conf_content_details_sec .webnar_dtls_lts ul li:last-child {
    margin: 0;
    font-weight: normal;
}
.conf_content_details_sec .webnar_dtls_lts ul {
    margin: 10px 0;
    padding: 0;
}
.conf_content_details_sec .webnar_dtls_lts ul li {
    list-style: none;
    display: inline-block;
    padding-right: 7px;
    border-right: solid 1px #707070;
    font-size: 0.925rem;
    color: #212121;
    line-height: 18px;
    padding: 0 7px 0 0;
    margin-right: 7px;
}
.feature_sec_main.conf_over_view_feature_sec {
    padding: 15px 20px;
}
.conf_over_view_feature_sec > h3{
    margin:5px 0 20px;
    text-align:center;
    font-size:1.5em;
    color:rgba(33,33,33,90%);
}
.car-circle {
    border: 2px solid #007FCB;
    padding: 8px;
    border-radius: 18px;
}
.man-circle {
    border: 2px solid #007FCB;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
}
.train-circle {
    border: 2px solid #007FCB;
    padding: 8px;
    border-radius: 18px;
}
.cycle-circle {
    border: 2px solid #007FCB;
    padding-top: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
    border-radius: 30px;
}
.conf_overview_sec {
    border-bottom: solid 0.5px #4A4A4A;
}
.conf_detail_page_rht_sec .feature_sec_main .feature_card_desk .card{
    width:100%;
    margin-left:0;
    flex:inherit;
}
.venue-adr{
    margin-bottom:20px;
}
.venue-adr h5{
    padding-top:15px;
}
.Conf_detail_right_header .conf_details_nav_new ul li {
   margin-bottom:0;
}
.orgnzr_prfl_md_sec .conf_content_details_sec .right_desc p {
    word-wrap: break-word;
}
@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay > a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}



@media (max-width:767px) {
    .conf_details_nav{
        position:absolute;
        top: -33px;
        right: 10px;
    }
    .conf_details_nav_new ul li {
        padding: 3px 4px;
        line-height: 18px;
    }

    .conf_detail_page_left_sec{
        display:inline-block;
        width:100%;
    }

    .conf_details_nav_new > ul > li:last-child{
        display:block;
    }
    .conf_details_nav_new > ul:last-child,
    .scrol_fixed_nav .Scroll_Header .conf_details_header_logo_org{
        display:none;
    }
    #myNav.overlay{
        height:inherit !important;
    }
    header.conf_details_header {
        background: none;
        padding: 0px;
    }

    .headerSpecSlider .owl-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: initial;
        top: auto;
        transform: initial;
    }
    .headerSpecSlider  .owl-stage-outer {
        z-index: 1;    
    }
    .headerSpecSlider  .owl-nav button.owl-next, .headerSpecSlider  .owl-nav button.owl-prev {
        font-size: 30px !important;
        line-height: 27px;
        margin-top: 0;
        position: absolute;
        z-index: 1;
        top: 5px;
    }
    .headerSpecSlider  .owl-nav button.owl-prev {
        left:0px;
        outline: 0;
    }
    .headerSpecSlider  .owl-nav button.owl-next {
        right:0px;
        outline: 0;
    }

    .headerSpecSlider .item a {
        color: #0952bf;
        font-size: 0.85rem;
    }

    .Conference_Dashboard .left-tabs-section,
    .Conference_Dashboard .Right-tabs-section {
        width: 100%;
        max-width: 100%;
    }

    .Conference_Dashboard .Right-tabs-section {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .Conference_Dashboard .left-tabs-section .vertical_tabs {
        flex-direction: inherit !important;
        padding-top: 10px;
    }

    .conf_content_details_sec .right_desc .venuedetails {
        display: block !important;
    }

    .conf_content_details_sec .right_desc .venuedetails .venue-adr {
        margin-top: 1rem !important;
        padding: 0;
    }

    .conf_detail_page_left_sec .conf_overview_sec .orgnzr_prfl_md_sec .conf_content_details_sec .right_desc {
        padding: 0px 0px 0px !important;
    }

}

.conf_desc_detail_view.confsec_webinar {
    background: #F5F7F8;
} 

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg {
   /* background-color: #223C84; */
   /* min-height: 9rem; */
   box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left {
   /* min-width: 75%; 
    max-width: 75%;
    padding-left: 3%;*/
   min-width: 100%;
    max-width: 100%;
    padding-right: 0.5rem;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg_premium .conf_bg_left {
    min-width: 89%; 
    max-width: 89%;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left.cnf_webnr_lft{
    padding-left: 0; 
    margin-top: auto;
    padding-bottom: 1rem;
    background: rgb(0 0 0 / 50%);
    min-width: 100%;
    border-radius: 5px;
    background-size: cover;
}
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_free .conf_bg_left.conf_int_wht{
    padding-bottom: 1rem;
}
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right.cnf_webnr_rgt{
    min-width: auto;
    max-width: auto;
    padding-left: 0;
    justify-content: left !important;
    margin-left: -4rem;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_bg_premium .conf_premium.conf_web_prmu{
    justify-content: space-between;
    background-size: cover !important;
    padding-left: 0 !important;
    border-radius: 5px;
    min-height: 10rem;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec.webnr_dt {
    background: #fff;
    padding: 0 0.9rem;
    border-bottom: 0.5px solid #d4d4d4;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right {
    /*max-width: 16%;
    padding-left: 5%;
    display: flex;
    min-width: 16%;*/
    max-width: 16%;
    padding-left: 0%;
    display: flex;
    min-width: 45px;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .conf_bg_white {
    max-width: 75%;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .conf_bg_white h4,
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .conf_bg_white h1 {
    line-height: 1.4;
    background: rgb(255 255 255 / 95%);
    padding: 4%;
    border-radius: 0.8rem;	
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left h4,
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left h1 {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 2px;
}

 .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left p {
    color: #f5f5f5;
    font-size: 15px;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_white {
    min-width: 9%;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_white .conf_logo {
    background: #fff;
    border-radius: 50px;
    padding: 15px;
    width: 5rem;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_white .conf_logo img {
    border-radius: 50px;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec {
    position: sticky;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg_premium .premium_bg_img {
    width: 100%;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg_premium .premium_bg_img .premium_img_sec {
    clip-path: circle(52% at 53% 60%);
    min-width: 35%;
    max-width: 35%;
    min-height: 12rem;
    float: right;
    background-size: cover;
}



.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_free .conf_bg_left h4,
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_free .conf_bg_left h1 {
    color: #212121;
	font-size: 1.5rem;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_free .conf_bg_left p {
    color: #212121;	
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc {
    padding-top: 1.5rem;
    width: 100%;
}
.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc figure.media{
    display: inherit;
}
.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc figure.table table{
    width: 100%;
}
.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc li{
    list-style: inherit;
    list-style-position: inside;
    margin-left: 0;
    color: #626262;
}
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .crown_sec .crown_icon {
    background-color: #fff;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin: 10px;
    margin-right: 15px;
    border-radius: 25px;
    width: 33px;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .crown_sec {
    display: none;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_white .crown_sec .crown_icon {
    background-color: #fff;
    padding: 0 0.5rem 0.5rem 0.5rem;
    margin: 10px;
    margin-right: 15px;
    border-radius: 25px;
    width: 33px;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .crown_sec {
    display: block;
}

.right_desc .tick-book .tick-bookblock .clr-blue {
    color: #1B9AD3;
}

.conf_free .conf_premium .conf_bg_left a{
    color: #212121; 
}

.conf_free .conf_premium .conf_bg_left .conf_register_btn a {
    color: #fff;
}

.Conf_detail_right_header .conf_details_nav_new .userLoginbtns .search_icon a .fa-search {
    font-size: 1rem;
    padding-right: 0.5rem;
    border-left: 0.5px solid #d3d3d3;
    padding-left: 0.5rem;
}

ul.conf_details_descp_lst > li,
.conf_content_details_sec p,
.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc .webnar_dtls_lts  {
    font-size: 0.925rem;
}

.conf_content_details_sec h4, .conf_content_details_sec h5 {
    font-size: 1.375rem;
    color: #273C7F;
}

.webnar_reg_btn_sec ul .calendar_icon {
    padding-right: 0;
}

.webnar_reg_btn_sec ul li {
    padding: 0;
}

.webnar_reg_btn_sec ul li a .fa {
    font-size: 1rem;
}

.bookPlanning {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.2em;
    width: 75%;
}

.speakerslide {
    padding: 0px 50px;
}

.speakerslide .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: inline-flex;
    justify-content: space-between;
    align-items:center;
}

.speakerslide.owl-carousel .owl-nav button.owl-next, .speakerslide.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: solid 1px #787878;
    border-radius: 100px;
}

.speakerslide.owl-carousel .owl-nav button.owl-next span, .speakerslide.owl-carousel .owl-nav button.owl-prev span  {
    line-height: 26px;
    font-size: 36px;
}

.speakerslide.owl-carousel .owl-item .brands_item .speakerImg {
    height: 75px;
    width: 75px;
    background-repeat: no-repeat;
    border-radius: 100px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin: 0px auto;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border: solid 5px #fff;
}

.speakerslide.owl-carousel .owl-item  .owl-item {
    text-align: center;
}

.brands_nav {
    position: absolute;
    top: 35%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #333333;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 28px;
    font-size: 14px!important;
    border: 1px solid #333333!important;    
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #333333;
}

.brands_next {
    right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 28px;
    font-size: 14px!important;
    border: 1px solid #333333!important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #333333;
}

.webnar_reg_btn_sec .shareConf a::after {
    display: none;
}

.shareConf.show .dropdown-menu .dropdown-item.facebook,
.shareConf.show .dropdown-menu .dropdown-item.facebook:hover,
.shareConf.show .dropdown-menu .dropdown-item.facebook:focus,
.shareConf.show .dropdown-menu .dropdown-item.facebook:active {
    color: #005eb8;
}

.shareConf.show .dropdown-menu .dropdown-item.twitter,
.shareConf.show .dropdown-menu .dropdown-item.twitter:hover,
.shareConf.show .dropdown-menu .dropdown-item.twitter:focus,
.shareConf.show .dropdown-menu .dropdown-item.twitter:active {
    color: #07c8e2;
}

.shareConf.show .dropdown-menu .dropdown-item.linkedin,
.shareConf.show .dropdown-menu .dropdown-item.linkedin:hover,
.shareConf.show .dropdown-menu .dropdown-item.linkedin:focus,
.shareConf.show .dropdown-menu .dropdown-item.linkedin:active {
    color: #0e87b1;
}

.shareConf.show .dropdown-menu .dropdown-item.google,
.shareConf.show .dropdown-menu .dropdown-item.google:hover,
.shareConf.show .dropdown-menu .dropdown-item.google:focus,
.shareConf.show .dropdown-menu .dropdown-item.google:active {
    color: #d20505;
}

.shareConf.show .dropdown-menu .dropdown-item.whatsapp,
.shareConf.show .dropdown-menu .dropdown-item.whatsapp:hover,
.shareConf.show .dropdown-menu .dropdown-item.whatsapp:focus,
.shareConf.show .dropdown-menu .dropdown-item.whatsapp:active {
    color: #25d366;
}

.registration_flow_popup .modal-content {
    padding: 0px;
}
.registration_flow_popup .modal-header .close {
    font-size: 1.7rem;
}
.registration_flow_popup .modal-hgt-reg .registration_header h4 {
    font-size: 1.75rem;
    font-weight: bold;
    line-height: 1.1;
}
.registration_body .registration_table tr .Registration_width {
    max-width: 18em;
}
.registration_body .registration_table tr .check_orange {
    color: #FF6105;
    display: none;
}
.registration_body .registration_table tr.bg_active .check_orange {
    display: inline;
}
.registration_body .registration_table tr td {
    border-top: 0;
    font-size: 1.12em;
}
.registration_body .registration_table tr td:first-child {
    text-align: right;
}
.payment_sec .payment_main .payment_left_sec {
   width: 60%;
    min-width: 59%;
    max-width: 60%;
    display: flex;
}
.payment_sec .payment_main .payment_left_sec p {
    font-size: 0.75em;
}
.payment_sec .payment_main .payment_right_sec .payment_price  {
    display: flex;
    justify-content: flex-end;
    padding-right: 3%;
}
.payment_main .payment_right_sec,.payment_sec .payment_main .payment_right_sec .payment_button {
    width: 84%;
    float: right;
    padding-left: 1em !important;
}
.success_sec .mail_text small {
    color: #fd731e;
    font-weight: 600;
    font-size: 90%;
}
@media screen and (max-width:600px) {
    .payment_sec .payment_main .payment_left_sec, .payment_sec .payment_main .payment_right_sec {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        padding-right: 1rem !important;
    }
    .payment_sec .payment_main .payment_right_sec {
        display: block;
        padding-top: 5%;
    }
    .payment_sec .payment_main .payment_right_sec .payment_price {

        width: 100%;
        display: flex;
        justify-content: space-between;

    }
    .payment_sec .payment_main .payment_right_sec .payment_button {
        width: 100%;
    }
    .reg_success_pop_btns{
         flex-wrap: wrap;
     }
     .reg_success_pop_btns .btn.btn-success{
         margin-bottom: 10px;
     }
     .conf_detail_page_left_sec .conf_overview_sec .orgnzr_prfl_md_sec .conf_content_details_sec .right_desc table {
        width: 100% !important;
        table-layout: fixed;
    }
    .conf_detail_page_left_sec .conf_overview_sec .orgnzr_prfl_md_sec .conf_content_details_sec .right_desc table tr td {
        word-break: break-word;
    }
}
.registration_body .bottom_sec .avail_content{
    color: #EF1E1E;
}
.registration_flow_popup .modal-hgt-reg .registration_body .mobile_show_sec {
    display: none;
}
.registration_body .registration_table tr td:last-child {
    padding-right: 1.1em;
}
.registration_body .registration_table tr .intrested_display{
    display: none;
}
.registration_body .registration_table tr .intrested_reg {
    padding-left: 1.4em;
}
.registration_body .close_btn_sec {
    padding-right: 1.25rem;
    padding-bottom: 0.8rem;
}

.venuedetails .bookPlanning {
    grid-gap: 0;
}

.venuedetails .bookPlanning .bookingblocks h4 {
    font-size: 1rem;
    font-weight: normal;
    color: #1B9AD3;
}

.venuedetails .bookPlanning .bookingblocks h4 strong {
    font-weight: normal;
    color: #1B9AD3;
}

#VenueInfoSec .venuedetails {
    grid-gap: 1rem;
    padding: 0 1rem;
}

.bookingblocks .bookingImg {
    min-height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc#VenueInfoSec .VenueInfoSecmain {
    background: #fff;
    display: inline-block;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

#VenueInfoSec .VenueInfoSecmain .venuedetails .ven_brdr {
    background: #1B9AD3;
    height: 1px;
    margin-top: -18px;
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc#ContactUsSec .tick-book .tick-bookblock {
        display: flex;
    align-items: center;
    grid-gap: 1rem;
}

@media (max-width: 600px) {
    .registration_body .tablesorter-default th:first-child {
        min-width: 2rem
    }
    .registration_body .tablesorter-default th {
        min-width: 11rem;
    }
    .modal-hgt-reg .registration_body .ticketstable {
        Overflow-x: auto;
    }
}
.prcd-btn {
    background-color: #FF6105;
    border-color: #FF6105;
    width: 100%;
}
.pay-btn {
    background-color: #FF6105;
    border-color: #FF6105;
}
p {
    padding: 0px;
    margin: 0px;
}
#brochureModal .modal-body .close {
    position: absolute;
    top: 0px;
    right: 5px;
}
.accr-input {
    border: none!important;
    border-bottom: 2px solid #bebebe!important;
    border-radius: 0;
    padding-left: 0!important;
}
.accr-input:hover, .accr-input:focus {
    border: none!important;
    border-bottom: 2px solid #1a53a9 !important;
    box-shadow: none !important;
}
.specilaitySelect .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    font-size: initial;
    font-weight: normal;
    padding: 0.25em 0.1em 0.1em 0.5em;
    margin-top: 0;
}

#model_register .specilaitySelect .select2-selection.select2-selection--multiple {
    border: 1px solid #bebebe!important;    
    display: flex;
    align-items: center;
}
.specilaitySelect .select2-container {
    width: 100% !important;
}
.reg-close {
    font-size: 1.7rem;
}
.modal-open .modal {
    z-index: 100001 !important;
}
.modal-backdrop.show {
    z-index: 100000 !important;
}
.calendarbtns .dropdown-menu a {
    color: #0e87b1;
}
.calendarbtns .dropdown-menu.show {
    transform: translate3d(0px, 30px, 0px) !important;
}
.popover {
    z-index: 10000 !important;
}
.ui-datepicker {
    z-index: 100001 !important;
}
.popover-body {
    padding: 6px 8px;
    color: #fff;
    border-radius: 0.3125em;
    font-size: 0.9375em;
    box-shadow: 0 0 6px rgba(136, 136, 136, 0.3);
    background: #0078CE;
    border: none;
}
.select2-container--open {
    z-index: 100002 !important;
}
.pac-container {
    z-index: 100003 !important;
}
#speakersModal .speakerList {
    grid-gap:15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
#speakersModal .speakerList .speakerblock {
    width:100%;
}
#thanksuser .modal-body .close {
    position: absolute;
    top: 7px;
    opacity: 1;
    right: 15px;
    font-size: 30px;
}
#thanksuser .modal-body {
    position: initial;
}
.rev-brdr {
    border-bottom: 2px solid #D5D5D5;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
}
.reviewBlockRight {
    padding-left: 15px;
}
.bg-m {
    background: #24A7DB;
    border-color: #24A7DB;
    text-align: center;
    font-weight: bold!important;
    font-size: 1.3rem!important;
    padding: 4px !important;
    color: #fff !important;
    border-radius: 30px;
    margin: 0 !important;
    line-height: 32px !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    align-items: center;
    justify-content: center;
}
.mit-sec p {
    font-size: 1.1rem!important;
}
.rev {
    color: #D5D5D5;
}
.para-rev {
    font-size: 16px;
    font-weight: normal!important;
}
.reviewcomments img {
    width: 17px !important;
}
#latestReviews .owl-dots {
    text-align: center;
}
#latestReviews .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-item .brands_item h5 {
    font-size: 15px;
    margin-bottom: 2px;
}
#latestReviews .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.socialLinks li a img {
    width: 20px;
    border-radius: 3px;
}
.searchHeader  .autocompleteDiv {
    z-index: 10005;
}

.min_nav.nav_mini{
    z-index: 10000;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec.conf_small_nav_page.sticky_banner{
    top: 68px;
}

.conf_overview_sec .orgnzr_prfl_md_sec .left-tabs-section.left_tabs_sec_mn.sticky_banner{
    top: 300px;
}

.userProfileSec .userProfile {
    padding: 0.3em 1em 0.3em 0.3em;
    text-decoration: none;
    color: #35363b !important;
    background-color: #f7f7f7;
    transition: all ease .5s;
}

.userProfileSec .userProfile .UserprofileImg {
    width: 2.3em;
    height: 2.3em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px #ddd;
    background-color: #fff;
}

.userProfileSec .userProfile .user-name {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 8em;
    white-space: nowrap;
}

.userProfileSec .dropdown-menu.bg-dark-blue {
    background-color: #3855b2;
}

.userProfileSec .dropdown-menu.show {
    display: block;
    min-width: 260px;
    right: 0;
    left: auto!important;
    top: 100%!important;
    transform: none!important;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 0;
    line-height: 2.2;
}

.userProfileSec .dropdown-menu.show li>ul li .icon {
    margin-right: 0.5em;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left {
    justify-content: space-between;
    display: flex;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_free .conf_bg_left .webinar_details_sec_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li.lastBorder {
    color: #FD6608;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_free .conf_people_list {
    margin-left: 0;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_left {
    max-width: 85%;
    min-width: 85%;
    display: flex;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_left.left_sec_for_Continue_btn{
    max-width: 78%;
    min-width: 78%;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_left .webnar_dtls_lts ul {
    display: flex;
    justify-content: space-between;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_left .webnar_dtls_lts ul li:first-child {
    padding-left: 0;
    border-left: 0;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_left .webnar_dtls_lts ul li {
    border-left: 1px solid #707070;
    border-right: 0;
    padding-left: 10px;
}

@media (max-width:1600px) {
    .bookPlanning {
        width: 100%;
    }
}

@media (max-width: 1428px) {
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main {
        display: flex;
        justify-content: end;
        padding-top: 0.5rem;
    }
}

@media (max-width:1366px) {
    .bookPlanning {
        width: 100%;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left.cnf_webnr_lft{
        min-width: 100%;
    }
}

@media (max-width:1160px) {
    .conf_details_nav_new .userLoginbtns .search_icon a {
        border: 0;
        padding: 0;
        background: none;
    }
    li.search_icon a .search_icon_bg {
        padding: 5px 11px 6px 12px;
        border-radius: 25px 25px 25px 25px;
    }
    li.search_icon a .search_icon_bg .fa-search {
        font-size: 0.8rem;
    }
    .bookPlanning {
        grid-template-columns: repeat(2, 1fr);
    }
     .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left.cnf_webnr_lft{
        min-width: 100%;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_white .conf_logo {
        padding: 10px;
    }
}

@media (max-width:1125px) {
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left h4,
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .conf_bg_white h4 {
        font-size: 1.20rem;
    }
}

@media (max-width:991px) {
    .conf_register_btn {
        margin-bottom: 20px;
    }
    .conf_detail_page_rht_sec {
        display: none;
    }	
    .conf_detail_page_left_sec {
        width: 100%;
    }
    .scrol_fixed_nav .Scroll_Header .Conf_detail_right_header .conf_details_nav_new .userLoginbtns {
        padding-top: 9px;
    }
    .registration_flow_popup {
        max-width: 100%;
    }
      .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left.cnf_webnr_lft{
        min-width: 95.7%;
    }
}

@media (max-width: 880px) {
       .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left.cnf_webnr_lft{
        min-width: 95%;
    }
}

@media (max-width: 730px) {
       .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left.cnf_webnr_lft{
        min-width: 94%;
    }
}



@media (max-width:630px) {
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec,
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg_premium .premium_bg_img {
        position: static !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg_premium .premium_bg_img .premium_img_sec {
        clip-path: circle(32% at 59% 44%);
        min-width: 40%;
        max-width: 40%;
    }
    .conf_content_details_sec .right_desc .additionalInfo {
        width:100% !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .crown_sec {
        display: block;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .crown_sec {
        display: none;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_bg_premium .conf_premium {
        display: block !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg_premium .conf_premium  {
        padding-left: 0 !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg,
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right {
        display: block !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left,
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .conf_bg_white,
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right {
        max-width: 100%;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right {
        padding-left: 0;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .conf_bg_white {
        padding-top: 0 !important;
    }
    .conf_bg .conf_bg_right .webnar_reg_btn_sec .icon_sec_right {
        width: 100%;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_left,
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_right .conf_bg_white {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .conf_detail_page_banner_sec.sticky_banner, .left-tabs-section.sticky_banner {
        position: inherit;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg {
        padding-left: 0 !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_white .conf_logo {
        background: none;
        padding-left: 1.5rem;
        max-width: 18%;
    }
    .conf_content_details_sec .right_desc .venuedetails .venue-adr p:last-child {
        padding-bottom: 1rem;
    }
    #speakersModal .speakerList {
        grid-template-columns: repeat(1, 1fr);
    }
    .Conference_Dashboard .conf_content_details_sec .right_desc .tick-book {
        display: block !important;
    }
    .Conference_Dashboard .conf_content_details_sec .right_desc .tick-book .tick-bookblock {
        padding-bottom: 0.8rem;
        border-left: 0 !important;
        padding-left: 0 !important;
    }
}

@media (max-width:550px) {
    .scrol_fixed_nav.sticky_banner {
        display: none;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg .conf_bg_white .conf_logo {
        max-width: 35%;
    }
    .bookPlanning {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px;
    }
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main {
    display:flex;
    justify-content: space-between;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_free .webinar_details_sec .webinar_detail_sec_main {
    justify-content: flex-end;
}

.conf_det_pg_web .conf_detail_page_banner_sec .conf_bg {
    padding-bottom: 0 !important;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul,
.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul {
    white-space: nowrap;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:first-child,
.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:first-child {
    padding-left: 0;
    border-left: 0;
    list-style: none;
    margin-left: 0;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li, 
.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li {
    border-right: 0; 
    margin-left: 1rem;
    color: #fff;
    list-style: disc;
    font-weight: bold;
    float: left;
    margin-right: 1rem;
}

.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li.lastBorder {
    margin-right: 0;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:nth-child(2),
.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:nth-child(4),
.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:nth-child(6),
.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:nth-child(2),
.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:nth-child(4),
.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li:nth-child(6){
    font-weight: normal;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li::marker {
    color: #5F758B;
    
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li a {
    color: #fff;
}



.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg,
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_bg_premium .conf_premium,
.conf_register_btn .associated_btn {
    -webkit-print-color-adjust: exact;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_bg_premium {
    background-image: linear-gradient(to right, #1159A1 , #212121);
    border-radius: 5px;
    box-shadow: 2 .5rem 1rem rgba(0,0,0,.15);
    padding-bottom: 0.5rem;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_free {
    padding-left: 1.5rem;
}

.conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li {
    color: #212121;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_free {
    background: #F5F5F5 !important;
    border-radius: 5px;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .conf_bg.conf_free .conf_bg_white {
    display: none;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left {
    padding-top: 0.5rem;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts {
    max-width: 85%;
}

/* .conf_desc_detail_view .conf_detail_page_left_sec_free .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right {
    max-width: 15%;
    min-width: 15%;
} */

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li.lastBorder {
    padding-right: 1rem;
    color: #FD6608;
}
.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left.left_sec_for_Continue_btn {
    max-width: 100%;
    min-width: 100%;
}

.conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left.left_sec_for_Continue_btn .webinar_details_sec .webinar_detail_sec_main .right_sec_for_Continue_btn {
    max-width: max-content;
}

.conf_bg .conf_premium .conf_bg_left .webinar_details_sec_left.left_sec_for_Continue_btn .webinar_details_sec {
    min-width: 30%;
    max-width: 30%;
}

.conf_bg .conf_premium .conf_bg_left .webinar_details_sec_left.left_sec_for_Continue_btn .webinar_details_sec .webinar_detail_sec_main {
    justify-content: flex-end;
}

.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right.right_sec_for_Continue_btn {
    max-width: 22%;
    min-width: 22%; 
}

@media (max-width: 1400px) {
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts {
        max-width: 80%;
    }
    .conf_bg .conf_premium .conf_bg_left .webinar_details_sec_left .webinar_details_sec {
        min-width: 20%;
        max-width: 20%;
        display: flex;
        justify-content: end;
    }
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li, 
    .conf_free .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li {
        line-height: 1.6;
    }
}

@media screen and (max-width:1260px) {
    
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li {
        padding-left: 7px;
        margin-right: 0;
        padding-right: 5px;
    }
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul {
        margin-left: 10px;
    }
    
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right .conf_register_btn {
        margin-right: 4px;
    }
     
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul li.lastBorder {
        margin-left: 1rem;
    }
    .conf_bg .conf_premium .conf_bg_left .webinar_details_sec_left .webinar_details_sec {
        min-width: 25%;
        max-width: 25%;
    }
    
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec.conf_small_nav_page .webinar_details_sec .webinar_detail_sec_main {
        display: block;
    }
    
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_left.left_sec_for_Continue_btn{
        min-width: 100%;
        max-width: 100%;
    }
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right.right_sec_for_Continue_btn,
.conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right{
        min-width: 100%;
        max-width: 100%;
        padding-top: 0.5rem;
        padding-bottom: 1rem;
    }
}


@media (max-width: 1152px) {
  
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main {
        display: block;
    }
    .conf_bg .conf_premium .conf_bg_left .webinar_details_sec_left.left_sec_for_Continue_btn .webinar_details_sec{
        max-width: 35%;
        min-width: 35%;
    }
}

@media (max-width: 785px) {
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left .webnar_dtls_lts ul {
        display: block;
    }
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left {
        min-width: 75%;
        max-width: 75%;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right {
        min-width: 25%;
        max-width: 25%;
    }
}

@media (max-width: 600px) {
    .webnar_reg_btn_sec ul .print_img {
        width: 40px;
    }
    .conf_bg_premium .conf_premium .conf_bg_left .webinar_details_sec_left {
        min-width: 100% !important;
        max-width: 100% !important;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right {
        min-width: 100% !important;
        max-width: 100% !important;
        margin-top: -2.5rem;
    }
    .conf_people_list {
        margin-left: 20px;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main {
        display: block;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right .conf_register_btn a {
        padding: 0px 3px 6px 3px;
    }
    .conf_desc_detail_view .conf_detail_page_left_sec .conf_detail_page_banner_sec .webinar_details_sec .webinar_detail_sec_main .webinar_details_sec_right .conf_register_btn .conf_reg_btn .register_btn {
        font-size: 0.850rem;
    }
    .paymentInfo .mobile_payment_width .mobile_sec_width,
    .paymentContent .mobile_payment_width .mobile_sec_width{
        width: 100% !important;
    }
    .paymentInfo .mobile_payment_width,
    .paymentContent .mobile_payment_width {
        display: block !important;
    }
}


.rating_popup .rating_content .rating_body .rating_img {
    background-color: #DAE8EF;
    border-radius: 5px 5px 0 0;
}
.rating_popup .rating_content .done_btn{
    background-color: #1C9AD3 !important;
    border-color: #1C9AD3 !important;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 25px;
}
.rating_modal_main .rating_popup {
    max-width: 35rem;
}
.conf_reg_btn .fa-check {
    color: #fff;
}
.newHeader {
    z-index: 10000;
}
.advertisementsSec {
    margin-bottom: 0.9375em;
}
.advertisementsSec button:focus {
    outline: 0;
}
.advertisementsSec:last-child {
    margin-bottom: 0;
}
.advertisementsSec .owl-stage-outer {
    float: left;
    width: 100%;
}
.advertisementsSec .owl-dots {
    text-align: center;
}
.advertisementsSec .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
    cursor: pointer;
    margin: 0 0.1875em;
}
.advertisementsSec .owl-dots .owl-dot.active {
    background-color: #007aff;
    opacity: 1;
}
@media (max-width:600px) {
    .reading {
        padding-top: .25rem;
    }
}
@media (max-width:300px) {
    .venuedetails .trans-sec {
        padding-right: 0 !important;
    }
}
#messageBlock.lightBox {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

#messageBlock.lightBox .lightBoxMid {
    height: 100%;
    max-width: 90%;
    position: relative;
    width: 66.875em;
    margin: 0 auto;
}

#messageBlock.lightBox .lightBoxMid .lightBoxTitle {
    background-color: #fff;
    color: #474747;
    font-size: 1.25em;
    height: 2.5em;
    line-height: 2.375em;
    padding-left: 0.9375em;
    position: absolute;
    width: 100%;
}

#messageBlock .pull-left {
    float: left !important;
}

#messageBlock .padLR15 {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}

#messageBlock .width100p {
    width: 100% !important;
}

#messageBlock.lightBox .lightBoxMid .lightBoxContent {
    background-color: #fff;
    overflow-y: auto !important;
    position: relative;
    padding: 0;
}

#messageBlock.lightBox .lightBoxMid .lightBoxContent input[type="text"] {
    padding: 0.5em;
}

#messageBlock.lightBox .lightBoxMid .lightBoxContent input[type="text"]:-webkit-autofill {
    padding-left: 1% !important;
}

#messageBlock .messageFormFields {
    background-color: #e7e7e7;
    margin-top: 0.9375em;
    padding: 0.9375em;
}

#messageBlock .messageContent {
    padding: 0.9375em 0;
}

#messageBlock .messageHeading {
    font-size: 1.25em;
}

#messageBlock .messageContent .medConferences {
    border: medium;
    padding-top: 0.9375em;
}

#messageBlock .marB10 {
    margin-bottom: 0.625em !important;
}

#messageBlock .medConferences {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 0.625em;
    padding-top: 0.625em;
}

#messageBlock .medicalInfo {
    padding-bottom: 1.25em;
}

#messageBlock .medicalInfo>label {
    color: #000;
    font-weight: 400;
    width: 12.125em;
    padding-right: 1.25em;
    display: inline-block;
    vertical-align: top;
    max-width: 15.625em;
}

#messageBlock .messageBottomStip {
    background-color: #e7e7e7;
    padding: 1.25em;
    text-align: right;
}

#messageBlock .closePopup {
    background: url(/assets/dt/images/sprite.png) no-repeat 0 -1200px !important;
    color: #0c63a6;
    float: right;
    height: 1.1875em;
    opacity: 1;
    position: relative;
    right: 0.625em;
    text-indent: -10000000px;
    top: 0.625em;
    width: 0.9375em;
    padding: 0;
}

#messageBlock .medConferences .newsBlock {
    background-color: #f1f5f7;
    padding-bottom: 0;
    padding-top: 0;
    border: 1px solid #d4d4d4;
    cursor: pointer;
    transition: all 0.3s linear 0;
}

#messageBlock .medConferences .confPhoto {
    background-color: #fff;
    height: 6.875em;
    line-height: 6.6875em;
    width: 9.375em;
    float: left;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #d4d4d4;
    padding: 1em;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

#messageBlock .medConferences .confPhoto>img {
    display: inline-block;
    max-height: 5.625em;
    max-width: 100%;
    vertical-align: middle;
}

#messageBlock .messageContent .medConferences .newsBlock .newsContent {
    padding-left: 2.5em;
    padding-top: 1.25em;
}

#messageBlock .cmnBtn,
#messageBlock .cmnBtn2,
#messageBlock .cmnBtn3 {
    background-color: #0094d5;
    border: medium;
    color: #fff;
    display: inline-block;
    line-height: 1.375em;
    cursor: pointer;
    padding: 0.125em 0.5em 0.25em;
}

#messageBlock .cmnBtn3 {
    background-color: #888;
}
table.table-content tbody tr>td {
    text-align: left;
    color: #4D4D4D; 
}
table.table-content {
    background-image: linear-gradient(to right, #EBF9FF , #F8F8F8);
    padding: 0.1875em;
    margin: 0; 
    color: #555;
    width: 100%;
    border-collapse: collapse;
    border: 0.125em solid #efefef;
}
table.table-content tr th {
    text-align: left;
    padding: 0.625em;
    color: #273C7F !important;
}

table.table-content tr th:first-child,
table.table-content tr td:first-child{
    padding-left: 1.5rem;    
}
table.table-content tr td {
    margin-bottom: 1px;
    background: #fff;
    padding: 0.5em 0.625em;
    border-bottom: 1px solid #efefef;
}
table.table-content tr td input[type="text"] {
    border: 1px solid #efefef;
    width: 5em;
    padding: 0.3125em;
}
table.table-content tr th {
    color: #373737;
    font-size: 0.875em;
}
.left_success_sec .rating_main .rating_sec .rating_main .feedback .rating {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    overflow: hidden;
    flex-direction: row-reverse;
}
.reading {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.reading li {
    list-style: none;
    float: left;
    width: 1.125em;
    height: 1.125em;
    background: url(/assets/dt/images/sprite-x.png) 0 0 no-repeat;
}
.reading li.active {
    background-position: 0 -45px;
}
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
    padding: 0.5em 0.9375em;
    border: solid 1px #ddd;
    line-height: 1.25em;
    font-family: Lato, sans-serif;
    font-size: 0.975em;
    height: 2.5em !important;
    color: #373737;
    width: 100%;
}
textarea {
    height: auto !important;
}
a,
button {
    cursor: pointer;
}
.left_success_sec .rating_main .rating_sec .rating_main .feedback .rating > input {
    display: none;
}
.left_success_sec .rating_main .rating_sec .rating_main .feedback .rating > label {
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-top: auto;
    background-image: url("/assets/dt/images/organizer/star.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 76%;
    transition: .3s;
}
.left_success_sec .rating_main .rating_sec .rating_main .feedback .rating > input:checked ~ label,
.left_success_sec .rating_main .rating_sec .rating_main .feedback .rating > input:checked ~ label ~ label {
    background-image: url("/assets/dt/images/organizer/start_filled.svg");
}
.left_success_sec .rating_main .rating_sec .rating_main .feedback .rating > input:not(:checked) ~ label:hover,
.left_success_sec .rating_main .rating_sec .rating_main .feedback .rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("/assets/dt/images/organizer/start_half_filled.svg");
}
#ThankYouModal,
#helpModal {
    font-size: 16px;
}
#ThankYouModal .modal-dialog,
#helpModal .modal-dialog {
    max-width: 642px;
}
#ThankYouModal .modal-dialog .modal-content,
#helpModal .modal-dialog .modal-content {
    padding: 2em;
}
#ThankYouModal
    .modal-header.text-center.justify-content-center.flex-column.align-items-center.border-0.py-5 {
    border: solid 5px #ccc !important;
    margin: 10px;
    border-radius: 8px;
}
@media (max-width: 767px) {
    #ThankYouModal .modal-dialog .modal-content,
    #helpModal .modal-dialog .modal-content {
        padding: 1em;
    }
}
#helpModal .modal-dialog .modal-content p {
    color: #8e8c8c;
    font-size: 1.04em;
}
#ThankYouModal .modal-dialog .modal-content p {
    font-size: 1.1em;
    color: #333;
}
#ThankYouModal .modal-dialog .modal-content p > span {
    font-size: 0.8em;
    color: #8e8c8c;
}
#ThankYouModal .modal-dialog .modal-header h5,
#helpModal .modal-dialog .modal-header h5 {
    font-weight: 700;
    font-size: 1.4em;
    color: #0f2137;
}
#ThankYouModal .modal-dialog .modal-header h4,
#helpModal .modal-dialog .modal-header h4 {
    font-weight: 700;
    font-size: 1.8em;
    color: #0f2137;
}
#ThankYouModal .modal-dialog .modal-header .close,
#helpModal .modal-dialog .modal-header .close {
    position: absolute;
    top: 0.3em;
    right: 0.5em;
    font-size: 2em;
    font-weight: 400;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group {
    margin-bottom: 1.3em;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group:last-child {
    margin-bottom: 0;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group input {
    color: #333;
    font-size: 1.04em;
    border: none;
    border-bottom: solid 1px#707070;
    padding: 0.5em 0;
    font-weight: 400;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group input::placeholder {
    font-weight: 400;
    color: #333;
    opacity: 0.7;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group input:focus,
#helpModal .modal-dialog .modal-body .helpForm .form-group input:hover {
    border-bottom: solid 1px #144b9f;
}
#helpModal .modal-dialog .modal-body .helpForm .form-group .mybtn {
    min-width: auto;
    font-weight: 700;
    font-size: 1.2em;
}
#helpModal .error {
    color: red;
    font-size: 12px;
}
.input.email .select2-selection.select2-selection--single {
    padding-bottom: 2rem;
    padding-top: 0.2rem;
    padding-left: 0.7rem;
}

.input.email .select2-selection.select2-selection--single span#select2-sl_id-container {
    padding-left: 5px;
}
.conf_register_btn.conf_reg_summary_sec {
    display: inline-block;
    margin: 13px;
    min-width: 40%;
    border: solid 1px #ccc;
}
.conf_register_btn.conf_reg_summary_sec h4{
    background: #ECF4FD;
    color: #274B8F;
    padding:8px 15px;
    font-size: 1em;
    font-weight: 600;
}
.conf_summary_descp_sec{
    line-height: 22px;
    font-size: 0.9em;
    padding: 4px 15px;
}
.conf_summary_descp_sec p{
    line-height: 35px;
}
.conf_summary_descp_sec p span{
    font-weight: 600; 
    min-width: 213px;
    display: inline-block;
}
.conf_register_btn.conf_reg_summary_sec a.conf_reg_btn {
    display: inline-block;
    margin: 9px 15px;
    float: right;
    padding: 8px 20px;
}
p span.conf_reg_ttl{
    color:#0046AB;
    line-height: 26px;
    font-size: 1.2em;
}
.conf_summary_descp_sec.ttl_price{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.conf_summary_descp_sec.ttl_price p span{
    font-size: 1.3em;
    min-width: inherit;
}
.conf_summary_descp_sec.ttl_price p strong{
   color: #274B8F;
   margin-left: 10px;
   font-weight: bold;
   font-size: 1.2em;
}
h2.conf_exprd_txt{
    text-align: center;
    font-size: 1.3em;
    color: coral;
    font-weight: bold;
    margin: 20px 0 0;
}

 * {
    --inline-controls-bar-height: intial !important;
} 

table.table-content tbody tr>td:last-child {
    color: #fd6608;
    font-weight: 600;
}

.brands .speakerslide .brands_item {
    align-items: center;
    grid-gap: 0.8rem;
    padding-top: 1rem;
}

.brands .speakerslide .brands_item .brands-content h5 a {
    color: #212121;
    font-size: 1.1rem;
}

.brands .speakerslide .brands_item .brands-content p a {
    color: #1B9AD3;
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc#PeersInfoSec .right-sec-cont {
    display: flex;
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc#PeersInfoSec .right-sec-cont {
    display: flex;
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc#PeersInfoSec .right-sec-cont .accordion a {
    color: #1B9AD3;
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc#PeersInfoSec h4 a {
    color: #1B9AD3;
    font-weight: 300;
}

.conf_overview_sec .Conference_Dashboard .conf_content_details_sec .right_desc#VenueInfoSec .venuedetails .venue-adr h5 {
    color: #273C7F;
}

.icon_sec_rgt_mn {
    bottom: 48px;
    right: 15px;
    background: linear-gradient(180deg, rgba(225,225,225,0.03995101458552175) 0%, rgba(4,169,255,1) 100%);
    width: 40px;
    flex-direction: column;
}

.icon_sec_rgt_mn .calendar_icon {
    padding-right: 13px !important;
}

.icon_sec_rgt_mn li a {
    color: #fff !important;
    display: inline-block;
    width: 1rem;
}

.icon_sec_rgt_mn li {
    padding: 4.5px 4px 4.8px !important;
}

.icon_sec_rgt_mn li a .fa {
    font-size: 1rem !important;
}

.icon_sec_rgt_mn .print_img {
padding: 1.5px 11px 7px 4.8px !important;
}


#latestReviews .left_review {
    display: flex;
    grid-gap: 1rem;
    min-width: 40%;
}

#latestReviews .left_review h4 {
    font-size: 2rem;
    color: #212121;
}

#latestReviews .left_review .star-rating {
  display:flex;
  flex-direction: row-reverse;
  font-size:1.5em;
  justify-content:space-around;
  padding:0;
  text-align:center;
  width:5em;
}

#latestReviews .left_review .star-rating input {
  display:none;
}

#latestReviews .left_review .star-rating label {
  color:#ccc;
  cursor:pointer;
  margin-bottom: 0;
  line-height: 1;
}

#latestReviews .left_review .star-rating :checked ~ label {
  color:#f90;
}

#latestReviews .left_review .star-rating label:hover,
#latestReviews .left_review .star-rating label:hover ~ label {
  color:#fc0;
}

#latestReviews .main_review {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
}

#latestReviews .right_review .star-rating label {
    color: #f90;
    margin-bottom: 0;
}

#latestReviews .right_review .review p {
    margin-bottom: 0.2rem
}

#latestReviews .right_review .view_all {
    color: #1B9AD3;
    font-weight: 600;
}