.ucn-video-wrapper {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
}

.nobg {
    background-color: #e6ebef;
}
.ucn-video-title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.ucn-video-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 12px;
    background-color: #000;
}

.ucn-video-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ucn-video-content {
    margin-top: 25px;
}

.ucn-video-meta {
    margin-top: 25px;
    color: #777;
}

.ucn-video-archive {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

.ucn-video-archive .archive-header {
    margin-bottom: 20px;
}

.ucn-video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.ucn-video-item {
    background: #fff;
    border: 1px solid #eee;
    padding: 12px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}

.ucn-video-item .ucn-video-title-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.ucn-video-item .ucn-video-title-link:hover,
.ucn-video-item .ucn-video-title-link:focus {
    text-decoration: underline;
}

.ucn-video-item h2 {
    font-size: 1.05rem;
    margin: 10px 0 0;
}

.ucn-video-embed {
    margin-top: 10px;
}

.ucn-video-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f4f7;
    border-radius: 4px;
    padding: 20px;
    min-height: 180px;
    text-align: center;
    width: 100%;
    position: relative;
}

.ucn-video-fallback img {
    width: 100%;
    max-width: 320px;
    height: auto;
}

#Toplink-section .video-term-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
    gap: 16px;
}

#Toplink-section .video-term-nav li {
    margin: 0;
}

#Toplink-section .video-term-nav li.is-active {
    background-color: #07a6c5;
}

#Toplink-section .video-term-nav li.is-active a {
    color: #fff;
}
.vl-toplink {
    padding: 33px 0;
    background-color: #fff;
}

.video-term-nav {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 12px 0 0 0;
    list-style: none;
    margin: 0;
}

.video-term-nav li {
    list-style: none;
    margin: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 25px;
    padding: 10px 26.5px;
    cursor: pointer;
}

.video-term-nav li a {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.18px;
    text-align: center;
    color: #000;
}

.video-term-nav li.is-active {
    background-color: #07a6c5;
}

.video-term-nav li.is-active a {
    color: #fff;
}
.vl-toplink-right {
    display: flex;
    align-items: center;
}

.vl-toplink-right span {
    margin: 15px 14px 14px 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}

.vl-toplink-right a {
    border-radius: 4px;
    background-color: #07a6c5;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
    color: #fff;
    padding: 12px 30px 11px;
    justify-content: center;
    display: flex;
    align-items: center;
}
/*===========UCN Videos Css=========*/
body {
    font-family: "Work Sans", sans-serif;
}

.main-heading {
    padding: 0;
    background-color: rgb(11 61 96 / 10%);
}

.main-heading h2,
.main-heading h4 {
    font-family: 'DM Sans', sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 1.8px;
    color: #0b3d60;
    padding: 16px 0px 15px 0px;
    margin: 0;
    text-transform: uppercase;
}
#header {
    padding-top: 0;
}

/*====== top-section Starts=====*/
#Toplink-section {
    padding: 54px 0 46px 0;
}
#Toplink-section ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 12px 0 0 0;
}
#Toplink-section ul li {
    list-style: none;
  background-color: #fff;
  border-radius: 25px;
  padding: 10px 26.5px;
  cursor: pointer;
}
#Toplink-section ul li:hover {    
  background-color: #07a6c5;
}
#Toplink-section ul li a {
    color: #000;
    font-family: "Work Sans", sans-serif;
    letter-spacing: -0.2px;
    font-size: 20px;
  font-weight: 600;
}
#Toplink-section ul li:hover a {
    color: #fff;
}
.video-searchbox {
    position: relative;
    max-width: 809px;
    margin: 0 auto 52px;
}
.search-videos {
    width: 100%;
     padding: 22px 25px 21px 26.5px;
  border-radius: 5px;
  border: solid 1px #d8d8d8;
  background-color: #f8f8f8;

}

.video-searchbox .bi-search::before {
    color: #07a6c5;
}
.video-searchbox-icon,
.video-searchbox-submit {
    width: 42px;
    height: 42px;
    display: block;
    position: absolute;
    top: 15px;
    font-family: verdana;
    font-size: 1.5rem;
    right: 15px;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    /*color:#FFFFFF;*/
    background: transparent;
    /* background: linear-gradient(180deg, rgba(12, 43, 65, 80%) 0%, rgba(9, 26, 39, 90%) 100%); */
    border-radius: 100%;
}
.video-searchbox-submit {
    text-indent: -9999px;
}
input:focus {
    border-color: #d8d8d8; /* Changes the border color to blue on focus */
  outline: none; /* Removes the default browser outline */
}
::placeholder {
  color: rgb(0 0 0 / 80%);
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */  
  color: rgb(0 0 0 / 80%);
}
/* .instruction-section {
    text-align: center;
    margin-bottom: 69px;
}
.instruction-section h2 {
  font-family: 'Work Sans', sans-serif;
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.07;
  letter-spacing: -0.4px;
  color: #000;
  margin: 0;
}
.instruction-section h3 {
    font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #000;
  margin: 12px 0 49px 0;
}
.instruction-section p {
   font-family: 'DM Sans', sans-serif;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3;
  letter-spacing: 1.2px;
  text-align: center;
  color: #000;
  margin: 0 0 7px 0;
} */
.section-select {
    max-width: 880px;
    margin: 0 auto;
    padding: 12px;
    border-radius: 5px;
    background-color: #f8f8f8;
}
.section-select a {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.2px;
  text-align: center;
  color: #000;
}
/*======platform Starts=====*/
#platform {
    background-color: #e6ebef;
    padding-top: 68px;
}
.past-sub {
    border-top: solid 1px #0b3d60;
    margin-bottom: 42px;
}
.past-sub span::after {
    content: '';
    position: absolute;
    background-color: #0b3d60;
    width: 100%;
    height: 7px;
    left: 0;
}
.past-sub span {
   font-family: 'DM Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -0.3px;
  color: #0b3d60;
  position: relative;
}
.courses {
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-bottom: 28px;
}
.more-video-wrapper .courses {
    margin: 0 13px 28px 13px;
}
.courses .date {
    width: 85px;
  height: 20px;
     border-radius: 2px;
  background-color: #07a6c5;
   font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  color: #fff;
  display: flex;
    align-items: center;
    justify-content: center;
        position: absolute;
        top: 22px;
        left: 22px;
        text-transform: uppercase;
        z-index: 10;
}
.courses .img-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
}
.ucn-video-thumbnail-container {
    position: relative;
    /* width: 100%;
    display: block;
    padding-bottom: 56.25%; /* 16:9 aspect ratio 
    overflow: hidden; */
}
.ucn-video-thumbnail-container img {
    max-width: 100%;
}
/* .ucn-video-thumbnail-container > img,
.ucn-video-thumbnail-container > * > img {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */
.ucn-video-thumbnail-container .view-all-courses img {
    position: static !important;
    width: auto !important;
    height: 59px !important;
    object-fit: initial !important;
}
.ucn-video-thumbnail-container .view-all-courses {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.ucn-video-embed-container {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
}
.ucn-video-embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.img-wrapper:hover {    
    background-color: #000000;
    border-radius: 2px;
}
.view-all-courses .bi {
    font-size: 36px;
}
.view-all-courses .bi-play-btn-fill::before {
    color: #ffffff;
}
.view-all-courses {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    text-align: center;
    opacity: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.courses:hover .view-all-courses {
    opacity: 1;
    background-color: rgb(12 43 65 / 50%);
    border-radius: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 1.2px;
}
.view-all-courses img {
    height: 59px;
    width: auto;
    max-width: 80px;
    margin: 0 auto;
}
.blue-icon {
    display: none;
}
.view-all-courses:hover img.transparent {
    display: none;
}
.view-all-courses:hover .blue-icon {
    display: block;
}
.courses a.title {
  font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: #000;
  padding-top: 26px;
    display: block;
}
.courses p {
     margin: 6px 0 15px 0;
  font-family: 'Work Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54;
  letter-spacing: -0.2px;
  color: #000;
  min-height: 40px;
}
.courses .content-wrapper {
    padding: 22px 21px;
}
.courses a.btn {
    border-radius: 2px;
    border: solid 1px #07a6c5;
    width: 100%;
    height: 44px;
    color: #07a6c5;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

.courses a.btn .bi {
    font-size: 18px;
}

.courses a.btn .bi-arrow-right-short::before {
    float: right;
}

.courses a.btn:hover {
    background-color: #07a6c5;
    color: #ffffff;
}
.courses a.btn.watch {
    background-color: #07a6c5;
    color: #fff;
}
.courses a.btn.watch {
    background-color: #07a6c5;
    color: #fff;
}  
/*======market-reports Starts=====*/
#market-reports {
    background-color: #e6ebef;
}
#market-reports .past-sub:before {
    width: 263px;
}

/*======data-tools Starts=====*/
#data-tools {
    background-color: #e6ebef;
        padding-bottom: 135px;
}
#data-tools .past-sub:before {
    width: 222px;
}

/*=====Get in touch Starts=====*/
#get-in-touch {
    background-color: #f8f8f8;
    padding: 72px 12px;
    text-align: center;
    position: relative;
}
#get-in-touch .first.col-md-6::before {
    content: '';
    position: absolute;
        top: 47px;
    border: solid 1px rgb(0 0 0 / 20%);
    left: 50%;
    height: 176px;
}
#get-in-touch h3 {
    margin: 0 0 32px;
 font-family: 'Work Sans', sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: -0.3px;
  text-align: center;
  color: #000;
 }
#get-in-touch button {
    border-radius: 4px;
  background-color: #07a6c5;
  color: #fff;
  width: 300px;
  height: 68px;
  border: none;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.2px;
  text-align: center;
  color: #fff;
}
#get-in-touch button.white {
    border-radius: 4px;
    background-color: #fff;
  border: solid 1px #07a6c5;
  color: #07a6c5;
}
/*=========Videos Details Page===========*/
iframe {
    border-radius: 6px;
}
.video-details .logo {
    height: 65px;
    margin-bottom: 30px;
}
.video-details h2 {
    margin: 0 0 21px 1px;
  font-family: "Work Sans", sans-serif;
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #000;
}
.video-details .wrapper p {
    margin: 0 1px 31px 0;
  font-family: "Work Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000; 
}
.video-details .wrapper button {
     font-family: 'DM Sans', sans-serif;
     font-size: 14px;
  font-weight: bold;
border-radius: 2px;
  background-color: #07a6c5;
  color: #fff;
  width: 330px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none; 
}
.video-details .wrapper button .bi {
    color: #fff;
        font-size: 18px;
    height: 24px;
    padding-left: 4px;
}
.video-details .img-wrapper {    
    background-color: rgb(12 43 65 / 50%);
    border-radius: 6px;
}
.view-all-courses .bi {
    font-size: 36px;
}
.video-details .view-all-courses .bi-play-btn-fill::before {
    color: #ffffff;
}
#platform .subtype-section:first-child { 
    margin-top: 0 !important;
}
.subtype-section .courses .img-wrapper::before,
.video-details .img-wrapper::before,
.subtype-section .courses a:has(img):before,
.courses .img-wrapper::before {
    content: url(../img/youtube-icn-transparent.svg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background-color: rgb(12 43 65 / 50%);
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    z-index: 1;
}
.subtype-section .courses a.img-wrapper:not(:has(img)):before {
    content: '';
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.subtype-section .courses a:has(img) img,
.ucn-video-thumbnail-container a:has(img) img {
    max-height: 298px;
}
.video-details .courses:hover .img-wrapper::before,
.subtype-section .courses:hover .img-wrapper::before,
.subtype-section .courses:hover a:has(img):before,
.courses:hover .img-wrapper::before {
    content: none;
    cursor: pointer;
}
/*========More Videos Carousel===========*/
.arrows {
    position: relative;
    width: 100%;
}

.arrow-left {
    color: #0c2b41;
    position: absolute;
    left: -60px;
    top: -120px;
    z-index: 97;
    cursor: pointer;
}

.arrow-left .left-hover {
    display: none;
}

.owl-carousel .owl-nav button.owl-next,
.arrow-right {
    color: #0c2b41;
    position: absolute;
    right: -60px;
    top: -120px;
    z-index: 100;
    cursor: pointer;
}

.arrow-left,
.arrow-right {
    display: inline-block;
    width: 49px;
    height: 49px;
    background-size: cover;
}

.arrow-left:hover,
.arrow-left:focus {
    background-image: url('../img/webinars/leftarrow-icn.svg');
}

.arrow-left {
    background-image: url('../img/webinars/group-17.svg');
}

.arrow-right:hover .right-hover {
    display: block;
}

.arrow-right:hover,
.arrow-right:focus {
    background-image: url('../img/webinars/rightarrow-icn.svg');
}

.arrow-right {
    background-image: url('../img/webinars/right-arrow.svg');
}
.owl-carousel .owl-nav button.owl-prev {
    color: #0c2b41;
    position: absolute;
    left: -5px;
    top: 40%;
    z-index: 97;
    cursor: pointer;
}

.owl-carousel .owl-nav button.owl-next {
    color: #0c2b41;
    position: absolute;
    right: -30px;
    top: 40%;
    z-index: 97;
    cursor: pointer;
}

 button.owl-prev,
button.owl-next,
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
    display: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-nav {
    display: block !important;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-nav {
    width: 100%;
}

button.owl-prev,
button.owl-next {
    display: inline-block;
    width: 49px;
    height: 49px;
    background-size: cover;
}

button.owl-prev:hover,
button.owl-prev:focus {
    background-image: url('../img/leftarrow-icn.svg') !important;
}

button.owl-prev {
    background-image: url('../img/group-17.svg') !important;
}

.arrow-right:hover .right-hover {
    display: block;
}

button.owl-next:hover,
button.owl-next:focus {
    background-image: url('../img/rightarrow-icn.svg') !important;
}

button.owl-next {
    background-image: url('../img/right-arrow.svg') !important;
}
.owl-carousel.owl-loaded {
    margin: 0 -12px;
}
/*=========Responsive Media Query===========*/

/* Media Query for Mobile Devices */
@media (max-width: 320px) {

    #main .container {
        padding: 0 12px;
    }
     .video-searchbox {
        margin-top: 40px;
    }

}

@media (min-width: 320px) and (max-width: 480px) {
    .img-fluid.logo {
        max-height: 30px;
    }
    .video-searchbox {
        margin-top: 40px;
    }
    .video-term-nav {
        flex-direction: column;
    }
    .vl-toplink-right {
        display: flex;
        align-items: center;
        flex-direction: column;
}
.courses a.btn.watch {
    margin-bottom: 10px;
}
#get-in-touch button, #get-in-touch button.white {
     width: 240px;
        height: 48px;
}
#get-in-touch .first {
    margin-bottom: 40px;
}
}

/* Media Query for low resolution  Tablets, Ipads */
@media (max-width: 767px) {
    .courses a.title {
        padding-top: 15px;
    }
    .courses {
        margin-bottom: 26px;
    }
    #main .container {
        padding: 0;
    }
    #get-in-touch .first.col-md-6::before {
        content: none;
    }
    #get-in-touch .first {
        margin-bottom: 60px;
    }
}
@media (min-width: 481px) and (max-width: 767px) {
   .video-searchbox {
        margin-top: 40px;
    }
}

/* Media Query for Tablet Devices */
@media (min-width: 768px) and (max-width: 1199px) {

   
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  
}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
 
}

/* Media Query for Desktop Devices */
@media (min-width:1800px) {
   
}
