.demand-webcasts {
    display: inline-block;
    width: 100%;
    padding: 78px 0 91px;
}
.heading-ui h4{
  color: #051227;
  font-size: 37px;
  line-height: 43px;
  margin:0 0 45px;
}

.webcast-ui-block {
    border:1px solid #d7d7d7;;
    display: inline-block;
    width: 100%;
    padding:18px 16px;
    border-radius:2px;
    position: relative;
    transition:0.2s ease-in-out;
    overflow:hidden;
   
    margin-bottom:22px; 
}

@media (max-width:767px){

.webcast-ui-block {
  height:auto;
}

}

.webcast-ui-block:hover{
  box-shadow: 2px 4px 13px rgba(5, 18, 38, 0.12);
}
.webcast-content-ui{
  padding-left: 100px;
}


.webcast-ui-block .date-ui{
  width: 116px;
  position: absolute;
  left: 0;
  text-align: center;
}
.webcast-ui-block .date-ui p{
      color:#03ade4;
      font-size: 38px;
      line-height:42px;
      display: inline-block;
      margin: 0;
      font-family: "Catamaran";
      padding: 0 10px;
  }

  .webcast-ui-block .date-ui span{
    color:#03ade4;
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    font-family: "Catamaran";
  }

.webcast-content-ui h4{
    font-size: 24px;
    color:#051227;
    line-height: 32px;
    margin: 0;
        position: relative;
    top: -7px;
}
.webcast-content-ui p{
  color:#767b83;
  font-size: 16px;
  line-height: 30px;
  font-weight:600;
  margin:10px 0 25px;
}

.webcast-content-ui .blue-btn{
  min-width: 138px;
  text-align: center;
}

.webcast-content-ui .inner-content{
  padding:0 15px;
  border-left: 1px solid #d7d7d7;
}


.webcasts-listing {
    display: inline-block;
    background: #f7f8f9;
    padding: 85px 10px 140px;
    width: 100%;
}
.cs-card-ui{
  width: 100%;
 min-height:300px;
  background: #fff;
  transition:transition: 200ms ease-in-out;
  border-radius:2px;
}
.cs-card-ui:hover{
  box-shadow:3px 4px 11px rgba(5, 18, 38, 0.1);
}

.webcasts-listing .heading-ui h4 {
  margin: 0;
    padding-top: 10px;
}

.cs-search-ui{
  position:relative;
}

.cs-search-ui input{
  background: #ffffff;
  height: 60px;
  width:100%;
  border:none;
  padding: 0 16px;
  box-sizing: border-box;
} 

.cs-search-ui input:focus{
     border-bottom: 1px solid #00acd7 !important;
    box-shadow: 0 1px 0 0 #00acd7!important;
}
.cs-search-ui .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    border: none;
    width: 50px;
    height: 60px;
    line-height: 64px;
}

.cs-card-ui figure{
    width: 100%;
    height: 220px;
    position: relative;
    background:#eff0f1;
    margin: 0;
    transition: 200ms ease-in-out;
}
.cs-card-ui figure video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.cs-card-ui figure .preview-image img{
  height:220px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.cs-card-ui figure .play-btn img{
  width: auto;
  height: auto;
  object-fit: initial;
  position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.cs-card-ui figure .play-btn{
      display: block;

    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
} 

.cs-card-ui figure .preview-image + .play-btn:hover{
  background-color:transparent !important; 
}


.cs-card-ui figure .play-btn:hover{
  background-color:#00acd7;
}


.cs-card-ui figcaption{
  padding:20px 15px 20px;
}
.cs-card-ui figcaption h5{
  margin:0 0 5px;
  color: #051227;
  line-height: 32px;
  font-size: 24px;
  font-weight:500;
}
.cs-card-ui figcaption p{
  color: #767b83;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin: 0 0 2px;
}
.cs-card-ui figcaption p a{
color: #767b83;
}

.page-template-podcast  .cs-card-ui figcaption p .text-undrline{
color: #051227 !important;
/*text-decoration:underline;*/
}

.single-podcast .text-undrline{
    color: #051227 !important;
    font-weight: 600;
/*text-decoration:underline;*/
}

.cs-card-ui figcaption .text-btn{
  color:#00acd7;
  font-size: 14px;
  line-height: 36px;
  text-decoration: none;
  background: none;
  border: none;
  padding: 0;
}

.webcasts-listing .listing-ui .col.s4{
  margin-bottom: 30px;
}
.webcasts-listing .listing-ui{
  margin-bottom: 0;
}


/* seond page css*/

.back-btn-ui{
  color:#767b83;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
}



.back-btn-ui .back-icon{ margin-right: 10px; position: relative; top: -1px;  }
.sponserd-logo{ padding-top: 60px; padding-bottom:20px; }
.product-heading-ui h3{
      width: 100%;
    float: left;
    color: #051227;
    font-size: 3.250em;
    margin: 0 0 25px 0;
    font-family: "Catamaran";
    font-weight: 700;
    letter-spacing: 2px;
}

.posted-ui p{
  margin: 0;
  font-size: 14px;
  color: #979ba1;
  margin-bottom:25px;
}

.posted-ui ul {
    border-left: 2px solid #00acd7;
    padding-left: 10px;
}

.posted-ui ul li{ 
  display: inline-block;
padding: 10px 15px;
 }
 .detail-content-ui{
  padding-top: 20px;
  padding-bottom: 80px;
 }

  .detail-content-ui .video-ui{
  /*  padding-bottom: 40px;
    height: 440px;*/
    position: relative;
 }

 .detail-content-ui .video-ui video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
 }

 .detail-content-ui .content-ui p{
   margin: 0 0 20px;
   color: #767b83;
   font-size: 16px;
   line-height: 30px;
 } 

 .interested-ui .heading-ui{
  padding-bottom: 25px;
 }

.webcasts-listing.interested-ui{
  padding-bottom:70px;
}


.form-ui .form-inner-ui{
    background: #051227;
    padding: 20px;
    width: 100%;
    display: inline-block;
}
.form-inner-ui .form-group{
  margin-bottom: 10px;
}

.form-inner-ui .form-group input{
  height:52px;
  background-color:#f5f5f5;
  border-radius: 2px;
  padding: 0 20px;
  box-sizing: border-box;
  border:none;
  margin-bottom: 0;
}
.res-card .cs-card-ui{
margin-bottom:25px;}


.form-inner-ui .form-group input:focus{
  outline: none !important;
  border:none !important;
}

.form-inner-ui .form-group .watch-btn{
  border: 2px solid #00acd7;
  background-color: transparent;
  width: 100%;
  color: #00acd7;
  font-size: 14px;
  text-transform:uppercase;
}


.playpause {
    background-image:url(../images/video-icn.png);
    background-repeat:no-repeat;
    width:50%;
    height:50%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:20px;
    background-position: center;
    cursor: pointer;
}




@media only screen and (max-width:991px){
      .webcast-content-ui{
        padding-left: 84px;
      }
      .webcast-ui-block .date-ui{
        width: 100px;
      }
      .webcast-ui-block .date-ui p{
        font-size: 30px;
        line-height: 36px;
      }
      .heading-ui h4{
        margin-bottom: 0;
      }

      .heading-ui h4{
        font-size: 30px;
        line-height: 36px;
      }
        .demand-webcasts .row .col.s12 {
        margin-bottom: 20px;
    }

    .col.s4.form-ui{
      width: 100%;
    }

    .detail-content-ui .col.s8{
      width: 100%;
    }
    .row .col.s8.mob-full{
      width: 100%;
    }

    .row.detail-content-ui{
      padding-bottom: 40px;
    }
}



@media only screen and (max-width:767px){
  .demand-webcasts .row .col, .listing-ui.row .col {
      width: 100%;
      float: left;
      margin-bottom: 40px;
  }
  .webcasts-listing{
    padding-bottom: 40px;
    padding-top: 40px;
  }

  .webcasts-listing .listing-ui .col.s4{
    width: 50%;
  }
  .cs-card-ui figcaption h5{
    font-size: 20px;
    line-height: 26px;
  }
  .cs-card-ui figcaption p{
    font-size: 14px;
    line-height: 26px;
  }
  .cs-card-ui figure{
    height: 230px;
    overflow:hidden;
  }
  .cs-card-ui .play-btn img{
    width: 70px;
  }

  .webcasts-listing .row .col.s6{
    width: 100%;
  }

  .webcasts-listing .heading-ui h4{
    margin-bottom: 20px;
    padding-top: 0;
  }

  .demand-webcasts{
    padding-bottom: 0;
  }
  .cs-search-ui input{
    margin-bottom: 0;
  }

  .sponserd-logo {
    padding-top: 30px;
  }

}


@media only screen and (max-width:480px){
  .webcasts-listing .listing-ui .col.s4{
    width:100%;
  }
  .cs-card-ui figcaption{
    padding: 20px 18px 20px;
  }
  .cs-card-ui figcaption h5{
    margin-bottom: 12px;
  }
  .cs-card-ui figcaption p{
    margin-bottom: 20px;
  }

  .heading-ui h4{
    font-size: 26px;
  }

  .webcasts-listing{
    padding: 40px 0px 40px;
  }
}

@media only screen and (max-width:400px){
  .webcast-ui-block .date-ui {
      width: 100%;
      position: relative;
      text-align: left;
  }
   .webcast-ui-block .date-ui p{
    padding: 0 0 10px;

   }

  .webcast-content-ui{
    padding-left: 0;
    border:0;
  }
  .webcast-content-ui .inner-content{
    padding: 0;
    border:0;
  }

}

 /*   overflow:hidden;
    height:400px;
    margin-bottom:22px;*/

.sponserd-logo .sponsor-tag {
    position: absolute;
    top: 35px;
    color: rgba(0,0,0,0.4);
    font-weight: 600;
}

.sponserd-logo {
    position: relative;
}
.sponserd-logo img {
    width: 180px;
}
input[type=tel]:-ms-input-placeholder{color:#767b83;
  opacity: 1;}
input[type=tel]::-moz-placeholder{color:#767b83;
  opacity: 1;}
input[type=tel]:-moz-placeholder{color:#767b83;
  opacity: 1;}
input[type=tel]::-webkit-input-placeholder{
  color:#767b83;
  opacity: 1;
}


::-webkit-input-placeholder{color:#767b83;}
:-moz-placeholder {color:#767b83;}
::-moz-placeholder{color:#767b83;} 
:-ms-input-placeholder{color:#767b83;}

.cs-search-ui.search-main{
    max-width:910px;
    margin:0 auto;
}
.cs-search-ui.search-main input{
      background: #f8f8f8;
}
.searchfield-box{
width: 100%;
    display:block;
    max-width: 777px;
    position: relative;
    text-align: left;
    margin:0px auto 30px;
}
.searchfield-box button.search-btn {
    width: 30px;
    height: 30px;
    background: url(../images/searchicon.png) no-repeat;
    text-indent: -9999px;
    border: none;
    background-position: center;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.searchfield-box ul.tagit li.tagit-new{
    margin: 0;
    padding: 0;
}
.searchfield-box ul.tagit input[type="text"]
{
padding: 0 12px 0 12px;
    border-radius: 0;
    height: 30px;
}

.searchfield-box ul.tagit input[type="text"]:focus {
    border-color: #00acd7;
    box-shadow: 0 0px 0 0 #00acd7;
}
/*.searchfield-box input.tagit-hidden-field{
    padding: 0 12px 0 12px;
    border-radius: 0;
    display:block;
    height: 30px;

}*/
.error-msg{
    color: red;
    padding: 6px 0px 7px;
    display: block;
    font-size: 13px;
}

.search-error {
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
margin-bottom:0px;
}

.detail-content-ui .content-ui ul{
  list-style-type: disc;
  padding-left:25px;
}

.detail-content-ui .content-ui ul li{
  list-style-type: disc;
  margin: 0 0 5px;
  color: #767b83;
  font-size: 16px;
  line-height: 29px;
}
