.bg-th{
    background-color: #BFBFBF;
}
.ui-autocomplete {
	z-index: 1000 !important;
}
#search-prs-sessions-filter-form .form-item-field-select-session {
    width: unset !important;
}
.addresswrapwithperson a{
    color: #01519A;
}

.lading-view-bill-videos {
    height: 100%;
}



#videos-landing-page-hindi .owl-prev, #videos-landing-page-hindi .owl-next {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
}

#videos-landing-page-eng .owl-prev, #videos-landing-page-eng .owl-next {
    position: absolute;
    top: 50%;
    margin-top: 0px;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 0;
}

#videos-landing-page-hindi .owl-next {
    right: -20px;
}

#videos-landing-page-hindi .owl-prev {
    left: -20px;
}

#videos-landing-page-hindi .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 20%;
}

#videos-landing-page-eng .owl-next {
    right: -20px;
}

#videos-landing-page-eng .owl-prev {
    left: -20px;
}

#videos-landing-page-eng .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 20%;
}


.form-control {
    border-radius: 0px !important;
}

@media only screen and (max-width: 767px) {
  #videos-landing-page-hindi .owl-dots {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
  }

  .page-policy-review ul.nav-tabs li a {
        padding: 15px 3px;
    }

    .form-item-field-policy-date-value-1-value-year .date-year select.date-year {
        left: 100px;
    }

    .body_content img {
     max-width: 100% !important;
    }
    .views-exposed-form .views-widget-filter-title_field > label, .views-exposed-form .views-widget-filter-title_field > div.views-widget {
        display: block;
    }
}

@media only screen and (max-width: 991px) {
    .navbar-expand-md .navbar-nav .nav-link {
        font-size: 10px;
    }
}

/* video landing page css */
/* .youtube-container {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 30px auto;
} */

.youtube-player {
    display: block;
    /* margin: 20px auto; */
    padding-bottom: 75%;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    cursor: hand;
    cursor: pointer;
}

img.youtube-thumbnail {
    bottom: 0;
    display: block;
    left: 0;
    /* margin: auto; */
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    height: auto;
}

div.youtube-play-btn {
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    background: url(/images/yt-play-button.ico) no-repeat center center;
    background-size: 50px 50px;
}

.youtube-iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}