@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@500&display=swap');
*{
    font-family: 'Open Sans', sans-serif;
}
html, body{
    overflow-x: hidden !important;
    background-color: #1E2126;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', monospace;
}
.app .main {
    min-height: 1080px;
}
.max-width-lg {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
footer {
    background-color: #222;
    min-height: 80px;
}
footer a {
    color: #fff;
}
a {
    color: #1B9BE3;
    font-weight: 500;
}
.row {
    margin-left: 0;
    margin-right: 0;
}
.logo-secondary {
    font-size: 1.4rem;
    padding-left: 10px;
    font-style: italic;
    position: relative;
    top: 8px;
}
.logo {
    width: 175px;
}
.top-shelf {
    box-shadow: 1px 1px 1px 1px #c4c4c4;
}
.video-link {
    cursor: pointer;
}
.menu {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.menu .btn {
    margin-right: 0.25rem;
    border-radius: 10px;
    height: 20px;
    line-height: 0px;
    background-color: transparent;
    border: 1px solid #243565;
    font-size: 10px;
    font-weight: 600;
}
.menu .btn:hover, .menu .btn.active {
    background-color: #243565;
}
.get-more-videos.btn-primary {
    background: #243565;
    border: 1px solid #243565;
}
.title-main {
    font-size: 15px;
    font-weight: 500;
}
.tag-item {
    color: #2A5BAD;
    font-weight: 700;
    font-size: 10px;
}
a.page {
    margin-right: 1rem;
}
a.page:first-child {
    margin-left: 1rem;
}
a.page.selected {
    text-decoration: underline;
}
iframe {
    border-radius: 8px;
    border: 0;
}
iframe {
    cursor: pointer;
    width: 100%;
    background: black;
}
.album{
    position: relative;
}
.view-more{
    position: absolute;
    right: 0;
    top: 30px;
    font-size: 11px;
    text-transform: uppercase;
}
.view-more i {
    margin-left: 5px;
    font-size: 9px;
    transform: translateY(-1px);
}
iframe.main-video {
    height: 720px;
}
.video-card {
    width: 100%;
    margin: 0 auto;
    padding: 11px;
    cursor: pointer;
    transition: width 0.3s;
}
.video-card img {
    width: 100%;
    transform: scale(1, 1) translateZ(0px);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
    /*height: 175px;*/
    max-height: auto;
    min-height: auto;
    border-radius: 6px;
    border: 4px solid rgba(255, 255, 255, 0);
}
.video-card a:hover {
    text-decoration: none;
}
.category, .playlists, .videos-wrapper {
    position: relative;
}
.videos-wrapper {
    min-height: 270px;
    max-width: 100vw;
    width: 100%;
    text-align: center;
}
.videos-wrapper .videos-track {
    position: absolute;
    width: 700%;
    display: flex;
}
.videos-wrapper .video-card:hover img {
    border-radius: 4px;
    border: 4px solid rgba(249, 249, 249, 0.8);
    inset: 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 15px 15px -10px, rgba(0, 0, 0, 0.52) 0px 15px 15px -10px;
    transform: scale(1.05, 1.05) translateZ(0px) translate3d(0px, 0px, 0px);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-out;
}
.videos-wrapper .slick-prev {
    left: -12px !important;
}
.videos-wrapper .slick-next {
    right: -12px !important;
}
.slick-arrow {
    z-index: 99 !important;
}
.video-tags {
    min-height: 25px;
    margin: 10px 0px 0px 0px;
}
.playlists a {
    text-decoration: none;
}
.playlists .card {
    cursor: pointer;
    color: #333;
    background-color: #CCCCCC;
    border: 0;
    border-radius: 0;
    min-height: 330px;
}
.playlists .card:hover {
    background-color: #BBB;
}
.dark #about .card {
    background-color: transparent !important;
    box-shadow: 4px 4px 3px 1px rgb(10 10 10 / 30%);
}
#about .card h5 {
    background-color: #b8001d;
    padding: 5px;
}
#about .card h5 {
    text-align: center;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px 5px 0 0;
    margin-bottom: 0;
}
#about .card p small {
    font-size: 70%;
    color: #888;
    font-style: italic;
}
#about .card h5::before {
    content: "";
    border-top: 10px solid #b8001d;
    border-right: 10px solid transparent;
    border-left: 0 solid transparent;
    position: absolute;
    top: 34px;
    left: 0;
}
#about .header h1 {
    text-align: center;
    margin-bottom: 2rem;
}
#about .header p {
    text-align: center;
    max-width: 600px;
    margin: auto;
}
.dark {
    background-color: #1E2126;
    color: #fff;
    height: 100%;
}
.dark a {
    color: #fff;
}
.dark .top-shelf {
    background-color: #1f201f;
}
.dark .playlists .card {
    background-color: #232323;
}
.dark .playlists .card:hover {
    background-color: #333;
}
.dark .playlists .card .card-body {
    color: white;
}
.dark .menu .btn {
    border: 1px solid #fff;
    color: white;
}
.dark .menu .btn:hover, .dark .menu .btn.active {
    background-color: #243565;
}
.dark .tag-item {
    color: white;
}
.dark .search {
    background-color: transparent !important;
    border: 1px solid #C4C4C4;
    color: #fff !important;
}
.dark .search:focus {
    border: 1px solid #C4C4C4;
}
.dark .search-results {
    background: #2f302f;
    box-shadow: 5px 10px 5px rgba(255, 255, 255, 0.1);
}
.dark .search-results li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.search {
    width: 100% px;
    padding-left: 55px;
    box-sizing: border-box;
    transition: all 0.5s;
    background: url(https://static.tumblr.com/ftv85bp/MIXmud4tx/search-icon.png) no-repeat 9px center;
    cursor: pointer;
}
.search:focus {
    width: 100%;
}
.search-results {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding-left: 0;
    overflow-y: auto;
    max-height: 300px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.1);
}
.search-results li {
    list-style-type: none;
    color: #000;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.search-results li a {
    display: block;
    padding: 1rem 1rem;
}
.search-results li:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
}
.search-results li:hover a {
    color: red;
}
.search-results li a:hover {
    text-decoration: none;
}
.video-description {
    text-align: left;
}
#section-video{
    min-height: auto;
}
#section-video iframe{
    max-height: 650px;
}
.video-item{
    margin:60px 0;
}
#section-search{
    min-height:900px;
}
.pagination{
    color:#555;
    display: inline-flex;
}
.pageitem.active .page-link{
    pointer-events: none !important;
    cursor: default !important;
}
#about .card-body.text-center .w-50.d-inline-block:nth-child(1){
    float:left;
}
#about .card-body.text-center .w-50.d-inline-block:nth-child(2){
    float:right;
}
/*Start placeholder*/
  
  .loader {
    position: relative;
    width: 150%;
    height: auto;
    margin: 0 30px;
  }
  
  .placeholder-card {
    max-width: 320px;
    padding: 5px;
    margin: 0 auto;
  }
  .placeholder-card .image {
    background: rgba(255, 255, 255, 0.1);
    height: 158px;
    border-radius: 5px;
  }
  .placeholder-card .bars {
    height: 85px;
  }
  .placeholder-card .bars .bar {
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 5px;
    height: 18px;
  }
  .placeholder-card .bars .bar1 {
    width: 80%;
    margin-top: 7px;
    border-radius: 5px;
  }
  .placeholder-card .bars .bar2 {
    width: 30%;
    border-radius: 5px;
    height: 16px;
  }
  
  .placeholder-card .loading {
    position: relative;
    overflow: hidden;
  }
  .placeholder-card .loading::after {
    content: "";
    display: block;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: translateX(0);
    animation: 1s loading-placeholder ease-in-out infinite;
  }
  
  @keyframes loading-placeholder {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  .cardV {
    width: 190px;
  }
  .cardV .image {
    background: rgba(255, 255, 255, 0.1);
    height: 285px;
    border-radius: 5px;
  }
/*End placeholder*/
#home-container{
    min-height: 1000px;
    padding: 0 50px;
}
.video-img{
    width: 100%;
    min-height: 150px;
    max-height: auto;
    min-height: auto;
    background: url(../img/video_player_placeholder.gif) no-repeat;
    background-size: contain;
    border-radius: 10px;
    background-size: calc(100% - 13px);
    background-position: center center;
}
.slick-track {
    display: flex;
}

.slick-track>.slick-slide{
flex-grow: 1;
}
.ui-widget-content{
    background-color: #1E2126;
    color:#eeeeee;
}
.ui-menu-item{
    display: flex;
}
.list-item-container{
    display: inline-flex;
}
.list-item-container img{
    align-self: center;
    width: 75px;
    align-self: center;
}
.list-item-container .label{
    align-self: center;
    width: 100%;
    margin: 0 15px;
}
.label h4{
    font-size: 14px;
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    color:#eeeeee;
    max-width: 100%;
}
.ui-state-active .label h4{
    font-weight: bold;
    color: #ffffff;
}
.ui-menu-item-wrapper{
    width: 100%;
}
.ui-state-active .label h4{
    font-weight: bold;
    color: #ffffff;
}
.ui-state-active{
    border: solid 1px #2f302f !important;
    background: #2f302f !important;
    font-weight: bold;
    color: #ffffff;
}
.circle-loader-1 {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    border-top: 5px solid rgba(255, 255, 255, 0.2);
    border-right: 5px solid rgba(255, 255, 255, 0.2);
    border-bottom: 5px solid rgba(255, 255, 255, 0.2);
    border-left: 5px solid rgba(255, 255, 255, 1);
    -webkit-animation: circle-loader-spin 1s infinite linear;
    animation: circle-loader-spin 0.75s infinite linear;
}
#btn-search {
    border-color: rgba(255,255,255,.5) !important;
}
@keyframes circle-loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.navbar .form-inline{
    position: relative;
}
#txt-search{
    background: rgba(0,0,0,.3) !important;
    color: #fff;
    border-color: rgba(255,255,255,.5) !important;
}
.nav-link{
    text-transform: uppercase;
    text-align: center;
}
.nav-item{
    position: relative;
    padding: 0 0.8rem;
}
.nav-item.active .nav-link:after {
    position: absolute;
    content: ' ';
    height: 4px;
    bottom: 0px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 70%;
    background: rgba(255,255,255,0.2);
    transition: 0.5s;
    border-radius: 10px;
}
#span-theme {
    font-size: 11px;
    font-weight: lighter;
    margin: 0 auto;
}
.input-group-append button img{
    width: 24px;
}
.o-none{
    opacity: 0;
}
.slick-next:focus, .slick-prev:focus{
    outline:none;
}
.slick-next, .slick-prev{
    height: 45px;
    width: 45px;
    position: absolute;
    top: 30%;
    background-color: #000;
    border-radius: 50%;
    transition:all linear 300ms;
}
.first-slick {
    text-align: center;
}
.last-slick {
    text-align: center;
}
.slick-next:before,.slick-prev:before {
    content: ' ' !important;
    position: absolute;
    top: 0;
    right: 0;
    background-position: center center;
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    background-size: 28px;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
    outline: none;
    background-color: #000;
    opacity: 1;
}
.slick-next:before {
    background-image: url(../img/chevron-right-w.png);
}
.slick-prev:before {
    background-image: url(../img/chevron-left-w.png);
}
.slick-disabled{
    display: none !important;
}
.carousel-content {
    position: absolute;
    top: 50%;
    left: 5%;
    z-index: 10;
    color: #fff;
    text-align: left;
    transform: translateY(-50%);
    padding: 20px 48px;
}
.carousel-content h1{
    font-size: 3.2rem;
    max-width: 500px;
}
.carousel-content p{
    font-size:1.2rem;
    max-width: 500px;
}
.carousel-content .btn-dark {
    font-size: 1.5rem;
    text-transform: uppercase;
    background:#fff;
    color:#222;
    padding: 10px 50px;
}
.carousel-content .btn-dark:hover {
    background:transparent;
    color:#fff;
    border-color: #fff;
}
.prev-main:focus, .next-main:focus {
    outline: none;
}
.prev-main, .next-main {
    outline: none;
    height: 60px;
    width: 60px;
    background: rgb(150,150,150,0.2);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    z-index: 999;
    outline: none;
    cursor:pointer;
}
.next-main {
    right: 10px;
}
.prev-main {
    left: 10px;
}
.next-main:before {
    background-image: url(../img/chevron-right-w.png);
    left: 55%;
}
.prev-main:before {
    background-image: url(../img/chevron-left-w.png);
    left: 45%;
}
.next-main:before, .prev-main:before {
    content: ' ' !important;
    position: absolute;
    top: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    background-size: 45px;
    transform: translate(-50%, -50%);
}
#section-categories{
    min-height: 800px;
    margin-bottom: 3em;
}
#section-categories .card-body {
    flex: none;
    font-size: 1.3rem;
    text-shadow: 2px 2px 2px rgb(0 0 0 / 80%);
}
#categories h2, #doctors h2 {
    text-align:center;
}
#section-categories .card-wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    transform: scale(1, 1) translateZ(0px);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 2px solid rgba(0,0,0,0.55);
}
#section-categories .card {
    background: rgba(0, 0, 0, 0.55);
}
#section-categories .card-wrapper:hover{
    border: 2px solid rgba(249, 249, 249, 0.8);
    inset: 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 15px 15px -10px, rgba(0, 0, 0, 0.52) 0px 15px 15px -10px;
    transform: scale(1.05, 1.05) translateZ(0px) translate3d(0px, 0px, 0px);
}
.slick-dots{
    bottom: 25px !important;
}
.video-item h3{
    font-size:1.6rem;
}
.video-item p {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.8rem;
    font-weight: normal;
}
.video-item img{
    border-radius: 3px;
    width: 100%;
}
#section-search .placeholder-card{
    width: 100%;
    height: 264px;
    max-width: 100%;
    margin: 0;
    padding: 0;
}
#section-search .image.loading{
    width: 100%;
    height: 100%;
}
#section-search .placeholder-card .bars .bar1 {
    width: 70%;
    margin-top: 0;
    border-radius: 5px;
    height: 30px;
}
#section-search .placeholder-card .bars .bar2 {
    width: 50%;
    border-radius: 5px;
    height: 22px;
}
#section-search .thumbnail.col-md-5 .thumbnail-wrapper{
    width: 100%;
    height: auto;
    max-height: auto;
    min-height: 250px;
    background: url(../img/video_player_placeholder.gif) no-repeat;
    background-size: contain;
    border-radius: 7px;
}
#section-category{
    min-height: 900px;
}
#section-search .description{
    padding:15px 15px 0 15px;
    height: auto !important;
}
#section-category p.mt-4.mb-4 {
    max-width: 550px;
    margin: 0 auto;
}
#section-category .placeholder-card{
    width: 320px;
}
#section-category .video-card{
    width: 320px;
}
#section-category .text-center .bars{
    height: 150px;
}
#section-category .text-center .bars .bar1{
    width: 100%;
    height: 40px;
}
#section-category .text-center .bars .bar2{
    width: 60%;
    border-radius: 5px;
    height: 22px;
    margin: 1rem auto;
}
#section-categories .placeholder-card .image{
    height:330px;
}
#section-categories .placeholder-card{
    max-width: 320px;
    padding: 0 15px;
    margin: 0;
}
.carousel-item{
    height: 800px;
}
#section-video .placeholder-card{
    max-width:none;
}
#section-video .placeholder-card .image{
    height: 640px;
}
.navbar .form-inline .input-group{
    width: 500px;
}
.navbar{
    padding: 1rem 2rem;
    background: linear-gradient(rgba(24,24,24,1), rgba(24,24,24,0));
    transition: all ease-in-out 400ms;
}
.navbar.solid{
    background: #1E2126;
}
.navbar-nav{
    padding-right: 0.8rem;
}
.ui-front {
    z-index: 9999 !important;
}
.scrolled-down{
    transform:translateY(-100%); transition: all 0.3s ease-in-out;
}
.scrolled-up{
    transform:translateY(0); transition: all 0.3s ease-in-out;
}
.navbar .form-control{
    border: 1px solid rgba(255,255,255,0.3) !important;
}
section#categories, section#category, section#search, section#video, section#contact, section#feedback{
    padding-top: 170px;
}
.radnet-exposure .tv-icon{
    width: 64px;
}
.radnet-exposure{
    text-align: center;
}
.map-container{
    position:relative;
    height:100vh;
    max-width:900px;
    margin:0 auto
}
.map-container p{
    margin:0
}
.map-container #tooltip{
    position:absolute;
    top:10px;
    border:1px solid #666;
    z-index:4;
    padding:10px 15px;
    width:200px;
    border-radius:4px;
    display:none;
    background:#fff
}
.map-container #tooltip h3{
    font-size:18px;
    text-transform:uppercase;
    padding-left:20px;
    text-align:left;
    line-height:normal
}
.map-container #tooltip ul li{
    text-align:left
}
.map-container #tooltip .map-link{
    color:#b70000
}
.glowing-orb{
    cursor:pointer;
    height:40px;
    width:40px;
    background:#b70000;
    position:absolute;
    z-index:1;
    border-radius:100%;
    animation:glowing 3s infinite
}
.glowing-orb.california1{
    top:32.46753%;
    left:4.1048%
}
.glowing-orb.california2{
    top:40.45954%;
    left:6.72489%;
    animation-delay:.2s;
    animation-duration:2s
}
.glowing-orb.california3{
    top:45.45455%;
    left:9.30435%;
    animation-delay:.4s;
    animation-duration:3s
}
.glowing-orb.newyork{
    top:28.17183%;
    left:84.86957%
}
.glowing-orb.florida{
    top:68.33167%;
    left:77.56522%;
    animation-duration:2s
}
.glowing-orb.maryland{
    top:35.86414%;
    left:84.08696%;
    animation-delay:.4s
}
.glowing-orb.newjersey{
    top:31.96803%;
    left:85.21739%;
    animation-delay:.7s;
    animation-duration:2s
}
.glowing-orb.delaware{
    top:34.86513%;
    left:82.43478%;
    animation-delay:.3s
}
.glowing-orb.arizona{
    top:50.86513%;
    left:19.43478%;
    animation-delay:.3s
}
@keyframes glowing{
    0%{
        transform:scale(0)
    }
    100%{
        transform:scale(1.5);
        opacity:0;
        box-shadow:0 0 0 10px #b70000
    }
}
#usa-map{
    cursor:pointer;
    position:absolute;
    z-index:3;
    transform:translate(0,0);
    width:100%
}
.layout-center {
    max-width: 1165px;
    margin-left: auto;
    margin-right: auto;
}
#Layer_1 path:focus{
    outline: none !important;
}
.st54:hover, .st55:hover, .st3:hover, .st27:hover, .st45:hover, .st41:hover, .st20:hover, .st48:hover, .st54:hover, .st55:hover, .st3:focus, .st27:focus, .st45:focus, .st41:focus, .st20:focus, .st48:focus, .st54:focus, .st55:focus{
    fill: rgba(183, 0, 0, 1) !important;
    outline: none !important;
}
#banner {
    text-align: center;
    background: url(../img/office-bg.jpg) no-repeat center top;
    animation: fadein 3s;
    -moz-animation: fadein 3s;
    -webkit-animation: fadein 3s;
    -o-animation: fadein 3s;
}
#banner .top {
    height: 135px;
}
#banner .bottom {
    height: 400px;
}
#template-video {
    border: solid 6px #222;
    box-shadow: 5px 5px 3px rgba(0,0,0,.3);
    border-radius: 5px;
    width: 500px;
    max-width: 500px;
}
.radnet-exposure p{
    font-size: 0.8rem;
}
.radnet-exposure h5{
    font-size: 1.15rem;
}
#about .card-body{
    background: rgba(45,45,45);
    border-radius: 0 0 5px 5px;
    padding: 1.75rem 1.25rem;
}
#about .card{
    border:none;
}
#about .card-body p{
    font-size: 1rem;
}
.tooltip-inner {
    background-color: #0066b2 !important;
    padding: 5px 25px;
    color: #fff;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    border-top-color: #0066b2 !important;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    border-right-color: #0066b2 !important;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    border-bottom-color: #0066b2 !important;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
    border-left-color: #0066b2 !important;
}
.tooltip-inner ul{
    padding-left: 20px;
    font-size: 0.8rem;
    text-align: left;
}
.tooltip-inner a{
    font-size: 0.8rem;
}
.tooltip-inner p{
    text-align: center;
}
.tooltip-inner a.close, .tooltip-inner a.close:visited, .tooltip-inner a.close:hover {
    text-decoration: none;
    position: absolute;
    top: 5px;
    right: 5px;
    color: #000;
    font-size: 22px;
    text-shadow: none;
}
footer.hereforyou {
    background-position: center top;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA2MTcuMiAxODMuMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjE3LjIgMTgzLjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7b3BhY2l0eTowLjI1O30KCS5zdDF7b3BhY2l0eTowLjU7ZmlsbDp1cmwoI1NWR0lEXzFfKTtlbmFibGUtYmFja2dyb3VuZDpuZXcgICAgO30KCS5zdDJ7ZmlsbDp1cmwoI1NWR0lEXzAwMDAwMDM1NTA0MDk5ODMwNDY5OTg5OTUwMDAwMDEzNDcxNTQxNzA3NjQ2MTcyMjk1Xyk7ZW5hYmxlLWJhY2tncm91bmQ6bmV3ICAgIDt9Cjwvc3R5bGU+CjxnIGNsYXNzPSJzdDAiPgoJPGcgaWQ9IkxheWVyXzEtMiI+CgkJCgkJCTxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCIgeTE9Ijc2LjQ1IiB4Mj0iNjE2LjIiIHkyPSI3Ni40NSIgZ3JhZGllbnRUcmFuc2Zvcm09Im1hdHJpeCgxIDAgMCAtMSAwIDE4NikiPgoJCQk8c3RvcCAgb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMkE1QkIyIi8+CgkJCTxzdG9wICBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiM3REQ3RUQiLz4KCQk8L2xpbmVhckdyYWRpZW50PgoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLDE4NGg2MTYuMnYtNDhDMTQ1LjEsMTAxLDAsMzUuMSwwLDM1LjFWMTg0eiIvPgoJCQoJCQk8bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzAwMDAwMDIxODMwNzM3NzA2MTI4ODk1OTQwMDAwMDA2MDI0OTE4Mjg5MDU2OTAxNTA3XyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwIiB5MT0iOTMuNiIgeDI9IjYxNy4yIiB5Mj0iOTMuNiI+CgkJCTxzdG9wICBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiMyQTVCQjIiLz4KCQkJPHN0b3AgIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzdERDdFRCIvPgoJCTwvbGluZWFyR3JhZGllbnQ+CgkJPHBhdGggc3R5bGU9ImZpbGw6dXJsKCNTVkdJRF8wMDAwMDAyMTgzMDczNzcwNjEyODg5NTk0MDAwMDAwNjAyNDkxODI4OTA1NjkwMTUwN18pO2VuYWJsZS1iYWNrZ3JvdW5kOm5ldyAgICA7IiBkPSJNNjE3LjIsMTg0SDAKCQkJdi0zMS4yQzQ3MS4xLDExNy43LDYxNy4yLDMuMiw2MTcuMiwzLjJWMTg0eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-size: cover;
    height: 560px;
    font-weight: 400;
}
.hereforyou {
    background: #1E2126;
    font-family: 'Open Sans';
    color: #333;
    line-height: normal;
}
footer.hereforyou ul.social-icon {
    position: relative;
    text-align: center;
    padding: 400px 0 10px;
}
footer.hereforyou .social-icon li {
    display: inline-block;
    list-style: none;
    border-radius: 100%;
    padding-right: 15px;
}
footer.hereforyou .social-icon li a {
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    text-decoration: none;
    transition: all .4s ease-in-out;
    width: 40px;
    height: 40px;
    text-align: center;
    position: relative;
    display: block;
    letter-spacing: 2px;
}
footer.hereforyou .copyright {
    text-align: center;
    font-size: 12px;
    color: #fff;
}
footer.hereforyou .copyright a {
    color: #fff;
}
.ui-widget.ui-widget-content{
    border: none !important;
}
.slick-dots li button:before{ 
    color: white !important;
}
.slick-dots li.slick-active button:before{
    color: white !important;
}
.card {
    border-radius: 3px;
    background: #222;
}
.card-6 {
    background: transparent;
    border:none !important;
}
.card-6 .card-heading {
    background: transparent;
}
.card-6 .card-body {
    background: #34373b;
    position: relative;
    border: 1px solid #34373b;
    border-bottom: none;
    border-radius: 3px;
    padding: 50px 55px;
}
.card-6 .card-body:before {
    bottom: 100%;
    left: 75px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #34373b;
    border-width: 10px;
}
.card-6 .card-footer {
    background: #34373b;
    border: 1px solid #34373b;
    border-top: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding: 45px 55px 50px 55px;
}
@media (max-width: 767px) {
    .card-6 .card-footer {
    padding: 50px 30px;
    }
}
#frm-contact textarea, #frm-feedback textarea{
    height: 120px;
}
.wrapper--w800{
    max-width: 800px;
    padding: 0 90px;
    margin: 0 auto;
}
#frm-contact .input-group-text, #frm-feedback .input-group-text{
background-color: #1E2126;
border: solid 1px #1E2126;
color: #34373b;
}
#frm-contact .form-control, #frm-feedback .form-control{
    background-color: #1E2126;
    border-color: #1E2126;
    border-style: solid;
    border-width: 1px;
    color: #dcdcdc;
}
#btn-send, #btnFeedback{
    background-color: #0066b2;
    font-size: 19px;
    display: block;
    margin: 0 auto;
    padding: 15px;
    width: 50%;
    color: #fff;
}
#btn-send i, #btnFeedback i{
    margin-right: 5px;
}
.is-valid:before, .is-invalid:before{
    color: #28a745;
    content: '\f00c';
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 15px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    z-index: 99;
}
.is-valid:before{
    color: #28a745;
    content: '\f00c';
}
.is-invalid:before{
    color: #dc3545 ;
    content: '\f00d';
}
.form-group{
    margin-bottom: 5px;
}
.radnet-exposure>p{
    max-width: 500px;
    margin: 0 auto;
    font-size:1rem;
}
.is-valid .form-control{
    border-color: #28a745 !important;
}
.is-invalid .form-control{
    border-color: #dc3545 !important;
}
small.text-muted{
    color: #dc3545 !important;
    visibility: hidden;
}
label[for=txtName]+.is-invalid+small.text-muted, label[for=txtEmail]+.is-invalid+small.text-muted, label[for=txtPhone]+.is-invalid+small.text-muted, label[for=txtMessage]+.is-invalid+small.text-muted{
    visibility: visible;
}
.col-lg-20{
    text-align: center;
}
@media (min-width: 960px) {
    .col-lg-20{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
.dr-showcase {
    width: 150px;
    height: 150px;
    background-color: #999;
    border-radius: 50%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: initial;
    transform: scale(1, 1) translateZ(0px);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-out;
    -webkit-font-smoothing: subpixel-antialiased;
    border: 4px solid transparent;
}
#section-doctors a:hover .dr-showcase {
    border: 4px solid rgba(249, 249, 249, 0.8);
    inset: 0px;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 15px 15px -10px, rgba(0, 0, 0, 0.52) 0px 15px 15px -10px;
    transform: scale(1.075, 1.075) translateZ(0px) translate3d(0px, 0px, 0px);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-out;
}
#section-doctors .placeholder-card .image.loading {
    position: relative;
    overflow: hidden;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
}
#section-doctors .placeholder-card .bars .bar1{
    width: 60%;
    margin-top: 7px;
    border-radius: 5px;
    margin: 15px auto 0 auto;
}
#section-doctors .placeholder-card .bars{
    height: auto !important;
}
.carousel-slide .carousel-item{
    background-position: center;
    background-size: cover;
}
#slide1{
    background-image:url(../img/rtv-banner-4.jpg)
}
#slide2{
    background-image:url(../img/rtv-banner-1.jpg)
}
#slide3{
    background-image:url(../img/rtv-banner-2.jpg)
}
#slide4{
    background-image:url(../img/rtv-banner-3.jpg)
}
section#video{
    padding-left:35px;
    padding-right:35px;
}
.wrapper-menu {
    width: 50px;
    height: 45px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: transform 330ms ease-out;
}
.line-menu {
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    height: 3px;
}
.line-menu.start {
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: right;
}
.line-menu.half {
    width: 50%;
}
.line-menu.end {
    align-self: flex-end;
    transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
    transform-origin: left;
}
.navbar-toggler.collapsed .wrapper-menu {
    transform: rotate(0deg);
}
.navbar .btn{
    border-radius: .15rem;
}
.form-control{
    border-radius: .15rem;
}
.navbar-toggler.collapsed .line-menu.start {
    transform: rotate(0deg) translateX(0px);
}
.navbar-toggler.collapsed .line-menu.end {
    transform: rotate(0deg) translateX(0px);
}
.navbar-toggler .wrapper-menu {
    transform: rotate(-45deg);
}
.navbar-toggler .line-menu.start {
    transform: rotate(-90deg) translateX(4px);
}
.navbar-toggler .line-menu.end {
    transform: rotate(-90deg) translateX(-4px);
}
.navbar-toggler:focus{
    outline:none !important;
}
#search-pagination nav{
    text-align: center;
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#btnBack span{
    padding: 10px 35px;
}
h6.duration {
    font-size: 1rem;
    background: #333;
    padding: 7px;
    border-radius: 4px;
    display: inline-block;
    margin: 10px 0;
}
#section-related {
    padding-top: 3em;
}
.navbar-wrapper{
    width: 100%;
    display: inline-flex;
}
.sites{
    padding: 10px 0;
    text-align: center;
}
.sites a, .sites, .sites a:hover{
    color:#fff;
    font-size: 13px;
}
@media (max-width: 1200px) {
    .navbar .form-inline .input-group{
        width: 100%;
    }
}
@media (max-width: 991px) {
    .navbar-wrapper{
        display: flex;
        flex-wrap: wrap;
    }
    .navbar-wrapper .navbar-nav{
        flex-basis: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .navbar-wrapper .form-inline{
        flex-basis: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .navbar-wrapper .form-inline {
        margin: 2rem 0 0.5rem 0;
    }
}
@media (max-width: 960px) {
    .navbar-nav .nav-link {
        font-size: 1.5rem;
        padding: 1.5rem 0;
    }
    .nav-item.active .nav-link:after {
        bottom: 15px;
    }
    .dr-showcase {
        background-size: initial;
        border: 4px solid transparent;
    }
    #home-container h3 {
        text-align:center;
    }
    .carousel-content, .carousel-content p, .carousel-content h1{
        text-align: center;
    }
    .carousel-content p{
        margin:25px auto;
    }
    .prev-main, .next-main {
        height: 45px;
        width: 45px;
    }
    .next-main:before, .prev-main:before {
        height: 35px;
        width: 35px;
        background-size: 35px;
    }
    .carousel-content{
        left: 0%;
        right: 0%;
    }
    .carousel-content .btn-dark{
        width: 100%;
    }
    .next-main {
        right: 5px;
    }
    .prev-main {
        left: 5px;
    }
    .videos-wrapper .slick-next {
        right: 0px !important;
    }
    .videos-wrapper .slick-prev {
        left: 0px !important;
    }
    .nav-item.active .nav-link:after{
        width: 30%;
    }
    .navbar-nav .nav-link {
        font-size: 1.5rem;
    }
    .navbar.expanded {
        background: linear-gradient(rgba(24,24,24,1), rgba(24,24,24,0.9));
    }
    #about h5{
        font-size: 1.2;
    }
    #about .card-title{
        font-size:2rem;
    }
    #about .card-body p{
        font-size:0.8rem;
    }
    .wrapper--w800{
        max-width: 100%;
        padding: 0;
    }
    section#video{
        padding-left:15px;
        padding-right:15px;
    }
    #section-video>iframe, #section-video .placeholder-card .image{
        height: 550px;
    }
}
@media (max-width: 700px) {
    .carousel-content h1{
        font-size: 2rem;
    }
    .carousel-content p{
        font-size: 1rem;
    }
    #section-video>iframe, #section-video .placeholder-card .image{
        height: 450px;
    }
    #section-video h2{
        font-size:1.6rem;
    }
    #section-video p{
        font-size:0.8rem;
    }
    #section-related h3{
        font-size: 1.2rem;
    }
    #home-container{
        padding: 0 5px;
    }
    .navbar{
        padding: .5rem 1rem;
    }
}
@media (max-width: 650px) {
    #template-video {
        width: 98%;
        max-width: none;
        margin: 0 auto;
    }
    #btn-send, #btnFeedback{
        width: 100%;
    }
    .card-6 .card-body{
        padding: 50px 20px;
    }
    .video-item h3 {
        font-size: 1.2rem;
    }
    .video-item .description span {
        font-size: 0.9rem;
    }
    h6.duration {
        font-size: 0.9rem;
    }
    .view-more{
        display: none;
    }
}
@media (max-width: 550px) {
    #section-video>iframe, #section-video .placeholder-card .image{
        height: 350px;
    }
    .slick-next, .slick-prev{
        top:34%;
    }
}
@media (max-width: 450px) {
    .dr-showcase {
        width: 130px;
        height: 130px;
    }
    .dr-showcase+h6 {
        font-size:0.8rem;
    }
    #section-video>iframe, #section-video .placeholder-card .image{
        height: 250px;
    }
}