.pushnotifySection {
    background: url(/assets/dt/images/pushnotification.jpg);
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 0.875em
}

.pushnotifySection.mobileView {
    display: none
}

.showmore p {
    color: #fff;
    font-size: 0.9375em;
    line-height: 1.125em
}

.pushnotifySection h1,
.showmore .learnmore {
    font-size: 1.1em;
    font-weight: 800;
    margin: 0.625em 0;
    color: #f1cd15
}

.showmore .learnmore {
    display: inline-block;
    padding: 0.75em 1em;
    font-weight: 600;
    line-height: 1em;
    border-radius: 0.3125em;
    color: #fff;
    transition: all ease .5s;
    background-color: #3374d6;
    border-color: #3374d6
}

.showmore .learnmore:active,
.showmore .learnmore:focus,
.showmore .learnmore:hover {
    transition: all ease .5s;
    background-color: #1a53a9;
    border-color: #1a53a9
}
.bootstrap-select .dropdown-menu.show .dropdown-menu {
    display: block;
    max-height: 200px;
}
.pushnotifyInfo h2 {
    font-weight: 600;
    font-size: 1.2em;
    margin: 0.375em 0 0.75em;
    width: 100%
}

#pl_links_mobile {
    display: none !important
}

.homeDeals {
    flex: 0 0 50%;
    text-decoration: none !important
}

.rht_pl_home_main {
    width: 100%;
    float: left;
    padding-bottom: 0.625em
}

.rht_pl_homeIcons {
    width: 100%;
    height: 100%;
    float: right;
    padding: 0.625em;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    display: flex
}

.rht_pl_home1 {
    background-color: #f7a92b
}

.rht_pl_home2 {
    background-color: #3dc2a6
}

.rht_pl_home3 {
    background-color: #24a7db
}

.rht_pl_home1_text,
.rht_pl_home_icon {
    width: 100%;
    float: left
}

.rht_pl_home_icon {
    padding-top: 0
}

.rht_pl_home1_text {
    padding-top: 0.3125em;
    font-size: 0.875em;
    color: #fff
}

.rht_pl_home2_icon {
    padding-top: 0.3125em
}

.rht_pl_home1_text_main {
    width: 100%;
    float: left;
    color: #fff;
    font-size: 0.8125em;
    font-weight: 700;
    background-color: #1a53a9;
    padding: 0.3125em;
    text-align: center;
    line-height: 0.9375em
}

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

.padrlft {
    padding-left: 1px
}

.padrght {
    padding-right: 1px
}
.medical_popup {
    background-color: rgb(249 249 249 / 31%);
    font-size: 15px;
}
 .medical_popup .Moc_req {
    font-size: 1.05em;
    font-weight: 600;
    color: #0747A6;
    margin-bottom: 0.2em;
}

.ce_requirement .search_sec .change_text {
    font-size: 1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ce_requirement .form-control {
    padding: .375em .5em;
    font-size: 0.85em;
    font-weight: 600;
}
.ce_requirement .form-control.bootstrap-select button {
    background-color: #fff;
    border: solid 1px #707070;   
    color: #333;
}
.ce_requirement .form-control.bootstrap-select button:focus {
    outline:none !important;
}
.ce_requirement .form-control.bootstrap-select .dropdown-menu.show {
    max-height: 200px; 
    font-size: 16px;
    z-index: 1030;
    width:100%;
}    
.ce_requirement .form-control.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    padding: 0.2em 1em;
    font-size: 0.9em;
    white-space: normal;
}
.ce_requirement .search_sec .change_main_text {    
    text-decoration: underline!important;
    line-height: 0.9em;
}
.city_main_sec .content_sec h5 {
    font-size: 1em;
    font-weight: 600;
    color:#333;
}
.city_main_sec .content_sec p {
    font-size: 0.85em;
    font-weight: 400;
    color: #565454;
    margin-bottom: 1em;
}
.city_main_sec .content_sec p strong {
    font-weight: 600;
}
.city_main_sec .content_sec p:last-child {
    margin-bottom: 0;
}

.medical_popup .content_mb {
    font-size: 0.85em;
}

.medical_popup .content_mb_bullet {
    font-size: 0.85em;
    list-style: disc!important;
}

.medical_popup .content_mb_bullet::marker{
    margin-right: 0.1em!important;
}

.medical_popup .content_sec {
    height: 150px;
    overflow-y: scroll;
}

.conferenceAds .medical_popup {
    border-radius: 5px;
}

.medical_popup .content_sec::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.medical_popup .content_sec::-webkit-scrollbar
{
  width: 4px;
  background-color: #F5F5F5;
}

.medical_popup .content_sec::-webkit-scrollbar-thumb
{
  background-color: #005EB8;
}
@media (max-width:1400px) {
    .rht_pl_home1_text_main {
        font-size: 0.9375em;
        padding: 0.625em;
        line-height: 1.0625em
    }

    .cme_container h3 {
        font-size: 1.125em
    }
}

@media (max-width:991px) {
    #pl_links_mobile {
        display: flex !important;
        margin: 1.25em 0
    }

    #pl_links_web {
        display: none !important
    }

    .pushnotifySection.desktopView {
        display: none
    }

    .pushnotifySection.mobileView {
        display: none;
        padding: 1.25em !important
    }

    .showmore .learnmore {
        width: 50% !important
    }
}

@media (max-width:480px) {
    .showmore .learnmore {
        width: 100% !important
    }
}

@media screen and (min-width:1201px) and (max-width:1300px) {

    .rht_pl_home0,
    .rht_pl_home1,
    .rht_pl_home2,
    .rht_pl_home3 {
        width: 100%
    }
}

@media screen and (min-width:1020px) and (max-width:1200px) {

    .rht_pl_home0,
    .rht_pl_home1,
    .rht_pl_home2,
    .rht_pl_home3 {
        width: 100%
    }

    .padrlft {
        padding-left: 0.9375em
    }

    .padrght {
        padding-right: 0.9375em
    }
}

@media screen and (min-width:320px) and (max-width:1024px) {
    .title_hover {
        cursor: pointer;
        color: #0653ab
    }

    .pricelinelinks_mobile {
        display: block
    }

    .pricelinelogo {
        margin-top: 0
    }
}

.more_info .more_info_btn {
    background: #007FEB;
    border-color: #007FEB;
    font-weight: 600;
}
.more_info .more_info_btn:hover, .more_info .more_info_btn:focus {
    background: #03579e;
    border-color: #03579e;
}
.medical_popup .city_main_sec .no_content_sec p{
    font-size: 1em;
}