*{
	margin: 0px;
	padding: 0px;
	outline: none;
}
a {
    color: #d31e25;
}
img{
    max-width:100%;
}

.form-control:focus{
    box-shadow:none;
}
header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #fff;
    /*box-shadow: 0px 0px 10px #ccc;*/
    position: relative;
        margin-bottom: 12px;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 999;
}

header.sticky-header.stick .actionBar {
    display: none;
}

body{
	box-sizing: border-box;
	scroll-behavior: smooth;
	font-size: 14px;
    font-family: lato,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased
}


.verticalAds {
    text-align: center;
}


.squreAds img {
    max-width: 100%;
}

ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.pager {
    text-align: center;
}


/*Header css Start*/

.multi-lavel ul li {
    padding: 0px 5px;
}

ul#menu li a {
    border-bottom: 1px solid #d6d4d4;
    display: inline-block;
    padding: 6px 0;
    color: black;
    width: 100%;
}

.has-arrow{
  cursor: pointer;
  position: absolute;
}

ul#menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#fbboxdiv3{
    position: fixed;
    background: #ffffff;
    padding: 10px;
    top: 0px;
    right: -300px;
    width: 300px;
    height: 100%;
    z-index: 9999999999999999999999;
    box-shadow: -1px 2px 8px 0px rgba(182, 182, 182, 0.75);
}

div#fbboxdiv3 img {
    width: 100%;
}

#fbboxdiv3 .mobile-menu-list li{
  padding: 4px 0px;
  text-align: center;
}

#fbboxdiv3 .mobile-menu-list li a{
  text-decoration: none;
  color: #000;
  font-size: 20px;
  font-family: 'Kanit', sans-serif;
}

#fbboxdiv{
    cursor: pointer;
    color: #444;
    display: none;
    color: #ea1b23;
}

a#fbboxdiv6 {
    color: #ea1b23;
    display: block;
    text-align: center;
    margin-top: 10px;
}


/*.CountryListH{*/
/*    overflow-y: auto;*/
/*    white-space: nowrap;*/
/*}*/


.subMenus ul li {
    display: inline-block!important;
    text-align:center;
    white-space: nowrap;
}

.subMenus ul li .slick-box{
    width: 80px;
}

.subMenus .next_arrow.slick-arrow {
    float: right;
    top: 2px;
    right: -7px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.subMenus .priv_arrow.slick-arrow {
    float: left;
    top: 1px;
    left: 10px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.CountryListH ul li {
    display: inline-block!important;
    text-align:center;
    white-space: nowrap;
}

.showList li{
    display: block;
    border-bottom: 1px solid aliceblue;
    padding: 5px 0;
    cursor: pointer;
}

.js-wc-star-rating strong {
    float: right;
}

/* width */
/*.CountryListH::-webkit-scrollbar {*/
/*  width: 2px;*/
/*  height:2px;*/
/*}*/

/* Track */
/*.CountryListH::-webkit-scrollbar-track {*/
/*  background: red; */
/*}*/
 
/* Handle */
/*.CountryListH::-webkit-scrollbar-thumb {*/
/*  background: #888; */
/*}*/


.mobileSlidersNewsn {
    max-height: 300px;
    overflow: hidden;
}

.CountryListH .next_arrow.slick-arrow {
    float: right;
    top: 10px;
    right: 0;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.CountryListH .priv_arrow.slick-arrow {
    float: left;
    top: 8px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

a.webSiteLogo{
    display: block;
}

.webSiteLogo img {
    max-width: 100%;
    display: block;
    max-height: 45px;
}

.topBar {
    padding: 10px 0px;
}

.topBar .input-group {
    margin: 4px 0px;
}

.topBar  input.form-control:focus {
    box-shadow: none;
}

.searchBar {
    margin: 10px 0px;
    border: 1px solid #ced4da;
    border-radius: 20px;
}

.searchBar select {
    max-width: 130px;
    border-radius: 20px;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    background: none;
    border: none;
    border-right: 1px solid #ced4da;
}

.searchBar input.form-control {
    border: none;
    height: auto;
    padding: 4px 18px;
    margin-left: 5px !important;
}

.searchBar .input-group-text {
    background: transparent;
    border-left: none;
    border-radius: 20px;
    padding: 3px 10px 5px;
    cursor: pointer;
    border: none;
}


.searchBar .input-group-text:focus{
    outline:0;
}

.searchArea form {
    padding-left: 50px;
}

.searchArea form.auth {
    padding-left: 20px;
}

.destopHide{
    display:none;
}
.filterAction {
    cursor: pointer;
}



.filterAction h2{
    font-size: 20px;
    color: #495057;
    margin: 0;
    padding: 5px;
}
ul.topList {
    margin-left: 5px;
    text-align:right;
}

ul.topList li{
    display: inline-block;
    position:relative;
}

ul.topList li ul{
    position: absolute;
    min-width: 120px;
    background: white;
    border: 1px solid #f1f1f1;
    display: none;
    z-index:999;
    right:0;
}
ul.topList li ul.UserMenus {
    min-width: 170px;
}
ul.topList li:hover ul{
    display:block;
}

ul.topList li ul li {
    display: block;
    border-bottom: 1px solid #f1f1f1;
}
ul.topList li ul li a {
    display: block;
    padding: 5px 10px;
    text-align:left;
}
ul.topList li a{
    display: block;
    text-decoration: none;
    color: #d31e25;
    font-size: 16px;
    font-weight: bold;
    padding: 12px 7px;
}

.homeMenu{
    background-color: #d31e25;
}

.homeMenu ul{
    list-style-type: none;
    text-align: center;
}

.homeMenu ul li{
    display: inline-block;
    padding: 15px 10px;
    white-space: nowrap;
}

.homeMenu ul li a{
    display: block;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.homeMenu ul li.active a {
    border-bottom: 2px solid #ffffff;
}

/*.homeMenu ul li:hover ul.dropdownList{*/
/*    display: block;*/
/*}*/

ul.dropdownList {
    display: none !important;
    position: absolute;
    width: 100%;
}

ul.dropdownList.active {
    display: block;
}

ul.dropdownList li{
    display: inline-block;
}

ul.dropdownList li a{
    display: block;
    padding: 5px 10px;
    color: #3a3a3a;
    font-weight: normal;
    text-transform: inherit;
}

ul.dropdownList li a:hover{
    color: #d31e25;
}

ul.dropdownList li:first-child{
    border-top: none;
}

.overFlowMenu{
    background: white;
    text-align: center;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 5px;
}
/* width */
.overFlowMenu::-webkit-scrollbar {
  height: 2px;
}

/* Track */
.overFlowMenu::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.overFlowMenu::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.overFlowMenu::-webkit-scrollbar-thumb:hover {
  background: red; 
}

.overFlowMenu ul{
    text-align: center;
    list-style-type: none;
    display: inline-flex;
}

.overFlowMenu ul li{
    display: inline-block;
    white-space: nowrap;
}


.overFlowMenu ul li a{
    display: block;
    padding: 5px 10px;
    color: #3a3a3a;
}

.overFlowMenu ul li.active a {
    font-weight: bold;
}











.newsMenu{
    box-shadow: 0px 0px 10px #ccc;
    background: white;
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 10px;
}



/* width */
.newsMenu::-webkit-scrollbar {
  height: 2px;
}

/* Track */
.newsMenu::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
.newsMenu::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.newsMenu::-webkit-scrollbar-thumb:hover {
  background: red; 
}

.newsMenu ul{
    text-align: center;
    list-style-type: none;
    display: inline-flex;
}

.newsMenu ul li{
    display: inline-block;
    white-space: nowrap;
}

.net_worth {
    padding: 20px 0;
}
.newsMenu ul li a{
    display: block;
    padding: 5px 10px;
    color: #3a3a3a;
}

.newsMenu ul li.active a {
    font-weight: bold;
}

.sliderSection {
    padding: 15px 0px;
}

.newsGrids .image {
    overflow: hidden;
    height: 145px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.newsGrids .image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.newsGrids .content a {
    color: #3d3d3d;
    font-weight: 600;
    line-height: 18px;
    display: block;
    font-size: 12px;
    text-decoration: none;
}

.newsGrids .content p span.dates {
    float: right;
}

.newsGrids .content p{
    margin:0;
}

.newsGrids .content p span {
    color: #a0a0a0;
}

.sliderSection .images {
    position: relative;
    background-image: url(http://nit.hostrb.com/sub/celedrama/public/medies/noimage.jpg);
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
}

.sliderSection .images.first{
    height: 450px;
    background-size: 113% 100%;
}

.sliderSection .images a {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    background-image: linear-gradient(180deg,rgba(0,0,0,.04) 0,#00000026);
}
.sliderSection .images:hover a{
    background-image:none;
}

.sliderSection .images .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    /*background-image: linear-gradient(to bottom,transparent,rgb(0 0 0 / 49%) 100%);*/
    background-image: linear-gradient(to bottom,transparent,#0000007a 100%);
}

.Image.imageCastCrew {
    height: 170px;
    width: 170px;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 100%;
}

.imageCastCrew img{
    height: 130%;
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
}





.signUpDiv {
    display: flex;
    justify-content: center;
    align-items: center;
}

.signUpDiv a {
    font-size: 18px;
    font-weight: 600;
    margin-left: 11px;
}

.signUpDiv p {
    margin: 0;
    font-size: 20px;
}



.sliderSection h2 {
    font-size: 18px;
    color: white;
    height: 40px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgb(0 0 0 / 33%);
}
.sliderSection p {
    margin: 0;
}

.slider-drama .slick-arrow{
    position: absolute;
    top: 36%;
    color: #ec1c24;
    z-index: 1;
    font-size: 30px;
    cursor: pointer;
    -webkit-box-shadow: 1px 3px 7px 2px rgb(0 0 0 / 33%);
}

.slider-drama span.next_arrow {
    right: 4%;
}

.slider-drama span.priv_arrow {
    left: 4%;
}

.tailorPlayer{
    min-height: 400px;
}

.tailorPlayer p {
    color: #8b8a8a;
    font-size: 24px;
    margin-top: 10%;
}

.slider-born .slick-arrow {
    display: none !important;
}

.punchLine{
    padding: 15px 0px;
}

.newsContent h1, h2{
    font-size: 24px;
}

ul.punchList{
    text-align: center;
}

ul.punchList li a{
    color:white;
    text-decoration:none;
}

ul.punchList li{
    display: inline-block;
    background-color: #d31e25;
    color: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ddd;
    min-width: 160px;
}

ul.punchList li p{
    margin: 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.mostWatchlist {
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #efeded;
    line-height: 10px;
    background: #fffdfd;
    color: #7a8fdd;
    margin-left:10px;
}

.titleBoxLine {
    position: relative;
}

.titleBoxLine h4 {
    display: inline-block;
    background: #ffffff;
    z-index: 9;
    position: inherit;
    padding-right: 10px;
    color: #d31e25;
    font-weight: bold;
}

.titleBoxLine span {
    background: red;
    width: 100%;
    display: block;
    height: 2px;
    position: absolute;
    margin: 15px 0;
    top: 0px;
}

.custom-checkbox{
    position: relative;
  }
  .custom-checkbox input{
    visibility: hidden;
    margin-right: 12px;
  }
  .custom-label:before,.custom-label:after{
     width: 22px;
    height: 22px;
    content: "";
    border: 1px solid;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0px;
    border: #adb5bd solid 1px;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: .25rem;
  }
  .custom-checkbox input:checked + .custom-label:before{
    border-color: #007bff;
    background-color: #007bff;
  }
  .custom-checkbox input:checked + .custom-label:after{
    width: 9px;
    border: 2px solid #ffffff;
    height: 14px;
    border-top: none;
    border-left: none;
    transform: rotate(38deg);
    left: 7px;
    top: 2px;
  }
 .login-part {
        border: 1px solid #d5d5d5;
        padding: 60px;
        padding-top: 20px;
        border-radius: 10px;
}
    

.sideCategory {
    border: 1px solid #d9d9d9;
    padding: 5px;
}

.sideCategory label {
    margin: 0;
    cursor: pointer;
}

.sideCategory h2 {
    font-size: 20px;
    border-bottom: 1px solid #d0d0d0;
    font-weight: bold;
    color: gray;
    padding-bottom: 10px;
}

.sideCategory ul li {
    padding: 5px;
}

.sideCategory ul li.active{
    background: #d31e25;
}

.sideCategory ul li.active a{
    color:white;
}

.sideCategory ul li:hover{
    background: #d31e25;
    color:white;
}

.sideCategory ul li:hover a{
    color:white;
}

.sideCategory ul li a {
    display: block;
    color: black;
    text-decoration:none;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.sideCategory ul li span.ctgCountsPost {
    float: right;
}

.homeNewsBlogs {
    padding: 0px 0px;
}

.homeNewsBlogs h4{
    font-weight: bold;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
}

.CountryListH ul.slick-dots {
    display: none !important;
}

.slider-born ul.slick-dots {
    display: none !important;
}

.mobileSlidersNews{
    display:none;
}

.mobileSlidersNews ul.slick-dots {
    display: none !important;
}

.newsGrid{
    display: block;
    text-decoration: none;
    background-color: #eeeeee;
    transition-duration: 0.3s;
    border-radius: 5px
}


.newsGrid:hover{
    text-decoration:none;    
}

.newsGrid img{
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.newsGrid span{
    display: block;
    font-weight: bold;
    font-size: 15px;
    
    color: #d31e25;
}

.mainContentRigh.col-lg-12 .newsGrid .image{
	height: 220px;
}



.newsGrid .image {
    overflow: hidden;
    /*height: 160px;*/
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}



.newsGrid:hover .image img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.newsGrid .content a{
    font-weight: bold;
    text-decoration: none;
    color: #404040;
    line-height: 18px;
    overflow: hidden;
    display: inline-block;
    height: 55px;
}

.newsGrid h5{
    margin: 0;
    font-size: 13px;
    color: #787878;
    font-weight: bold;
    
}
.newsGrid .content {
    padding: 10px;
}
.viewAllBtn {
    display: block;
    width: 30%;
    margin: 10px auto 0px;
    border: 1px solid #d31e25;
    border-radius: 15px;
    text-align: center;
    text-decoration: none;
    color: #d31e25;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 3px 0px;
    transition-duration: 0.3s;
}

.viewAllBtn:hover{
    background-color: #d31e25;
    color: #fff;
}


.newsTitle {
    font-size: 28px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}

.commentHead h3 {
    margin: 0;
    padding: 8px 15px;
    background: #e8e8e8;
    font-size: 20px;
}

.commentHead {
    border: 1px solid #d9d6d6;
}
.commentWrite {
    padding: 15px;
    margin: 5px 0;
}
.commentsBody {
    border: 1px solid #e8e8e8;
    background: #f9f9f9;
}
.newsImage {
    text-align: center;
}
.commentslist .row {
    margin: 0;
}
.commentslist {
    border-bottom: 1px solid #e8e8e8;
}
.commentslist .col.image {
    max-width: 100px;
    padding:10px;
}
.commentContent {
    padding: 10px;
}
.commentslist .col.image img {
        padding: 5px;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 2px solid #eea6a9;
}

.commentslist .col {
    padding: 0;
}


.slideBarFst{
    padding: 10px;
    /*background-color: aliceblue;*/
    box-shadow: 0px 0px 4px #ddd;
}

.slideBarFst h3 {
    font-size: 20px;
}

.slideBarFst a.moreBtn{
    float: right;
    margin-top: -35px;
    font-weight: bold;
    color: #444;
    
    font-size: 15px;
}

.slideBarFst ul li {
    /*display: block;*/
    /*border-bottom: 1px solid aliceblue;*/
    /*padding: 5px 0;*/
    cursor: pointer;
}

.slideBarFst ul li:hover > .slideBarFst ul li p{
    font-weight:bold;
}

.slideBarFst ul li img{
    display: block;
    max-width: 100px;
    max-height: 100px;
}

.slideBarFst ul li a.showTitle {
    text-decoration: none;
    color: #d31e25;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 80%;
}

.slideBarFst ul li p{
    margin: 0;
    font-size: 14px;
}

.slideBarFst ul li span{
    margin: 0;
    display: block;
    font-size: 14px;
}

.sidebarSecond{
    padding: 10px;
    /*background-color: aliceblue;*/
    box-shadow: 0px 0px 4px #ddd;
}

.sidebarSecond h3 {
    font-size: 20px;
}

.sidebarSecond a.moreBtn {
    float: right;
    margin-top: -35px;
    font-weight: bold;
    color: #444;
    font-size: 15px;
}

.sidebarSecond ul li {
    display: block;
    border-bottom: 1px solid aliceblue;
    cursor: pointer;
}

.sidebarSecond ul li:hover {
    border-bottom: 1px solid #d8dfe5;
}

.sidebarSecond ul li img {
    display: block;
    max-width: 100px;
    max-height: 60px;
}

.sidebarSecond ul li a.showTitle {
    text-decoration: none;
    color: #d31e25;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    width: 70%;
}

.sidebarSecond ul li p {
    margin: 0;
    font-size: 14px;
}
.sidebarSecond ul li span {
    margin: 0;
    display: block;
    font-size: 14px;
}

 

.UpdateNewimages img {
    max-width: 100%;
    display:none;
}

.sideCategory p {
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    margin-left:8px;
    padding-bottom: 5px;
    color: gray;
    padding-top: 3px;
}
.sideCategory ul li i {
    color: #ff9800;
}

.dramaSidebar {
    padding: 10px;
    /* background-color: aliceblue; */
    box-shadow: 0px 0px 4px #ddd;
    margin-top: 15px;
    margin-bottom:15px;
}

.reviewSideBar {
    margin-top: 15px;
}


.dramaSidebar h3 {
    font-size: 25px;
}



.dramaSidebar a.moreBtn {
    float: right;
    margin-top: -35px;
    font-weight: bold;
    color: #444;
    font-size: 15px;
}
.dramaSidebar ul li.first .media {
    display: block;
}
.dramaSidebar ul li.first img {
    max-width: 100%;
    max-height: 100%;
}
.dramaSidebar ul li {
    display: block;
    border-bottom: 1px solid aliceblue;
    cursor: pointer;
}

.dramaSidebar ul li:hover {
    border-bottom: 1px solid #d8dfe5;
}

.dramaSidebar ul li img {
    display: block;
    max-width: 100px;
    max-height: 100px;
}

.dramaSidebar ul li a.showTitle {
    text-decoration: none;
    color: #d31e25;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

.dramaSidebar ul li p {
    margin: 0;
    font-size: 14px;
}
.dramaSidebar ul li span {
    margin: 0;
    display: block;
    font-size: 14px;
}

span.starList i {
    color: #FFC107;
}

.dramaSummery {
    margin-bottom: 20px;
}

.dramaSummery .title {
    color: white;
    background: #d31e25;
    padding: 8px 10px;
    font-weight: bold;
}

.dramaSummery .body {
    padding: 15px;
    background: whitesmoke;
}

.dramaSummery .body p {
    margin: 0;
}

ul.moviesTags {
    margin-bottom: 15px;
}

ul.moviesTags li {
    display: block;
    padding:0;
    margin:2px 0;
}

ul.moviesTags li a {
    display: block;
    padding: 5px 15px;
    text-decoration: none;
    color: black;
}

ul.moviesTags li.active {
   font-weight: bold;
   background: #d31e25;
}

ul.moviesTags li.active a {
    color: white;
}

.tagsGrids {
    border: 1px solid #d31e25;
}

.tagsGrids .title {
    padding: 8px 15px;
    border-bottom: 1px solid #d31e25;
    background: #d31e25;
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.tagsGrids .title a {
    display: inline-block;
    float: right;
    color: white;
}

.tagsGrids .details {
    padding: 15px;
}


.tagsGrids .footer {
    text-align: center;
    padding: 10px;
    background: #d31e25;
}

.tagsGrids .footer a {
    color: white;
}

.seriesGrid .image {
    height: 250px;
    overflow: hidden;
}
.seriesGrid .titles a {
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.seriesGrid .titles {
    padding: 5px;
    border: 1px solid #dfdede;
}
.seriesGrid .titles p {
    margin: 0;
}

.seriesGrid .titles .rating i {
    color: #FFC107;
}
.seriesGrid .titles .rating span {
    display: block;
    color: gray;
}

.reviewRatingIcon i {
    color: #FFC107;
    font-size: 15px;
    text-align: center;
}


.reviewBtn {
    background: #d31e25;
    color: white;
    min-width: 200px;
}

.reviewBtn:hover {
    color: #cdc8c8;
}

.ratingTable {
    float: right;
    width: 180px;
    border: 1px solid #e1dede;
}

.ratingTable tr th {
    padding: 8px;
    background: whitesmoke;
}

.ratingTable tr td {
    padding: 1px 8px;
}

.yourRating .rating i {
    color: #FFC107;
}

.countryTrading {
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
}

.countryTrading {
    border-top: 1px solid #e5e4e4;
    border-bottom: 1px solid #e5e4e4;
    display: flex;
}
.countryTrading ul {
    width: 100%;
}
.countryTrading ul li {
    border: none;
    width: 33%;
    float: left;
    display: inline-block;
}

.countryTrading .nav-link {
    background: white;
    border: none;
}

.countryTrading .nav-link.active {
    font-weight: bold;
    color: #d31e25;
}

.countryTrading .nav-link:hover {
    border-color:white;
}

.countryTrading .nav-link:focus, .countryTrading .nav-link:hover {
    outline: none;
    border-color: white;
}


.countryTrading ul li:hover {
    border-bottom: none;
}

.countryTradingTabs {
    border: none !important;
}


.postReviewsGrid .col.image {
    max-width: 100px;
    padding: 10px;
}
.postReviewsGrid .col.image img {
    padding: 5px;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 2px solid #eea6a9;
}
.reviewNumber {
    text-align: center;
    height: 100px;
    width: 100px;
    background: #d31e25;
    box-shadow: 0 1px 1px 0 rgb(0 0 0 / 25%);
    border-radius: 10px;
    color: white;
    padding: 24px;
    font-size: 30px;
}

.postReviewsGrid .row {
    background: whitesmoke;
}

.reviewWrite {
    border-bottom: 1px solid #d31e25;
    padding: 10px;
}

.reviewText {
    padding: 10px 0;
    min-height:160px;
}

.realatedNews {
    padding: 10px;
}

.realatedNews .content {
    padding: 10px 0;
}

.realatedNews .content .newsCtg {
    margin-bottom: 10px;
    display: block;
}

.realatedNews .content .name {
    font-size: 18px;
    line-height: 18px;
    display: block;
    margin-bottom: 10px;
}

.realatedNews .content .newsCtg .ctg {
    font-size: 14px;
    background: #d31e25;
    padding: 2px 10px;
    border-radius: 9px;
    margin-right: 10px;
    color: white;
}

.realatedNews .content .newsCtg .date {
    font-size: 14px;
    color: gray;
}

ul.starList li {
    display: inline-block;
    color: #ffc107;
    font-size: 13px;
    margin: 0;
}
.bioProfilImage {
    border: 1px solid #d1d1d1;
    padding: 5px;
    margin-bottom: 10px;
    text-align:center;
}

ul.bioSocialLink {
    margin-bottom: 15px;
    text-align: center;
}

ul.bioSocialLink li {
    display: inline-block;
}

ul.bioSocialLink li a {
    color: black;
    padding: 5px 10px;
    display: inline-block;
}
.bioInfoList {
    text-align: center;
    border: 1px solid #e9e8e8;
    padding: 5px;
    height: 70px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #ddd;
}
.bioInfoList h4 {
    font-size: 9px;
    text-transform: uppercase;
    height: 16px;
    line-height: 12px;
}

.bioInfoNote p {
    margin-bottom: 5px;
    font-size:16px;
}

/*.movieGrid .image img {*/
/*    height: 269px;*/
/*}*/

.movieGrid .content {
    background-color: #eeeeee;
    padding: 10px;
}
.movieGrid .content b {
    display: block;
}
.movieGrid .content b i {
    color: #ffc107;
}

.movieGrid .content a.title {
    font-weight: bold;
    text-decoration: none;
    color: #404040;
    line-height: 18px;
    overflow: hidden;
    display: block;
    height: 35px;
}

.movieGrid .content .watchBtn {
    background: #d31e25;
    color: white;
}

.movieGrid .content a.PlayTailer {
    display: block;
    padding-top: 10px;
    text-align: center;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}

.movieGrid img{
    width:100%;
}

.biographyWidth{
    width: 190px;
}

.bioGrid {
    display: block;
    text-decoration: none;
    transition-duration: 0.2s;
    border:1px solid white;
}

.bioGrid .image {
    overflow: hidden;
    height: 215px;
}
.bioGrid:hover{
    text-decoration: none;
}

.bioGrid .content {
    padding: 5px 5px 5px;
    background: #f1f3f4;
}

.mainContentRigh.col-lg-12 .bioGrid .image{
    height: 300px;
}

.bioGrid .image img{
    width: 100%;
    display: block;
    /*height: 100%;*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.bioGrid:hover .image img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.bioGrid h5{
    color: #d31e25;
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient:vertical
}

.bioGrid p{
    margin: 0;
    font-size: 14px;
    color: #3d3d3d;
}

/*.reviewGrid {*/
/*    display: block;*/
/*    position: relative;*/
    
/*}*/

.reviewGrid .reviewContent {
    background-color: #eeeeee;
    padding: 10px;
}

.reviewGrid img{
    width: 100%;
    display: block;
    /*height: 235px;*/
}

.reviewGrid h5{
    color: #d31e25;
    font-size: 15px;
    font-weight: bold;
    margin: 10px 0px 2px;
}

.reviewGrid p{
    margin: 0;
    font-size: 14px;
    color: #3d3d3d;
}

.reviewGrid i{
    color: #ffc107;
}

.reviewGrid:hover {
    text-decoration: none;
    color: #d31e25;
}
.revCount{
    position: absolute;
    width: 75px;
    text-align: center;
    background-color: #fff;
    padding: 5px 0px;
    border-radius: 2px;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 40%);
    bottom: 20%;
    left: 4%;
}

.revCount b{
    display: block;
    margin-bottom: -8px;
    color: #d17700;
    font-size: 20px;
}

.revCount ul:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    bottom: -9px;
    left: 50%;
    box-sizing: border-box;
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 5px;
    transform-origin: 0 0;
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgb(0 0 0 / 40%);
}

.revCount ul li{
    display: inline-block;
    color: #ee8700;
    font-size: 12px;
    margin: 0px -1px;
}


.vedioGrid {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 25%);
    border-radius: 5px;
    transition: .3s;
}

.vedioGrid:hover {
    box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 5%);
}

.vedioGrid .image {
    position: relative;
    /*height: 150px;*/
    overflow:hidden;
}


.mainContentRigh.col-lg-12 .vedioGrid .image {
    height: 200px;
}

/*.videoFile{*/
/*    margin-top: 9%;*/
/*}*/

.videoFile video {
    max-width: 100%;
}

.playIcon {
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    text-align: center;
    color: white;
    background-color: #1f1f1f96;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.playIcon i {
    padding-top: 25%;
    font-size: 40px;
}

.vedioGrid:hover a {
    text-decoration: none;
}

.playIcon .duration {
    bottom: 5px;
    position: absolute;
    right: 5px;
    background: black;
    padding: 0 5px;
    border-radius: 10px;
}

.vedioGrid .image img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width:100%;
    height:100%;
}

.vedioGrid .content {
    padding: 10px;
}

.vedioGrid .content p {
    margin: 0;
    color: #0d0d0d;
    margin-bottom: 5px;
    height: 65px;
    /*font-size: 16px;*/
    line-height: 16px;
}

.vedioGrid .content h5 {
    margin: 0;
    font-size: 12px;
    color: #aba7a7;
}

.bioDetails h2 {
    font-size: 24px;
}

.bioDetails table tr th {
    padding: 10px;
}

.bioDetails h2 {
    font-size: 24px;
    padding: 10px 0;
    font-weight: bold;
    color: gray;
}


.bornToday {
    padding: 20px 0;
    margin: 10px 0;
}

.bornToday h5{
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin: 0 0 5px;
}

.bornToday p{
    margin: 0;
    font-size: 13px;
}

.bornGrid{
    display: block;
    text-align: center;
    text-decoration: none;
}

.bornGrid .image {
    height: 180px;
    width: 180px;
    margin: auto;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 100%;
}

.bornGrid img{
    max-width: 100%;
    min-height: 100%;
    display: block;
}

.bornGrid h5{
    border: none;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    color: red;
}

.bornGrid span{
    display: block;
    color: #2c2b2b;
    font-size: 12px;
    
}

.slider-born span.prev_arrow.slick-arrow {
    display: none!important;
}

.slider-born span.next_arrow.slick-arrow {
    display: none!important;
}

.subsCribe {
    margin-bottom: 25px;
}

.subBox{
    text-align: center;
    background-color: #d31e25;
    padding: 45px 30px;
}

.subBox h3{
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
}

.subBox span#basic-addon2 {
    background-color: #262626;
    color: #fff;
    font-weight: bold;
    letter-spacing: 3px;
    cursor: pointer;
}

ol.breadcrumb {
    margin: 20px 0px;
}


img.bannerNews{
    width: 100%;
    display: block;
    margin: 10px auto;
}

 .pageSection {
    min-height: 700px;
}

.breadcrumb h1 {
    font-size: 30px;
}

.breadcrumb{
    padding: 2rem 1rem;
}
.pageContent {
    margin-top: 70px;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li {
    display: inline-block;
}
.breadcrumb ul li:not(:last-child)::after {
    margin: 1px 5px;
    border-style: solid;
    box-sizing: unset;
    border-width: 1px 1px 0px 0px;
    content: "";
    display: inline-block;
    transform: rotate(45deg);
    position: relative;
    height: 0.375rem;
    width: 0.375rem;
}

.dramapage {
    padding: 20px 0px;
}

.dramaCtgList .nav-tabs .nav-link {
    color: #737373;
}

.dramaCtgList .nav-tabs .nav-link.active {
    color: #d31e25;
    font-weight: bold;
}

div#myTabContent {
    border: 1px solid #ddd;
    border-top: none;
    padding: 2px;
}

.draMaGrid{
    margin: 20px 0px;
}

a.dramaImg img{
    display: block;
    width: 100%;
}
.loginDiv {
    display: flex;
    justify-content: center;
}
.loginDiv p {
    font-size: 21px;
}

.loginDiv a {
    font-size: 20px;
    font-weight: 600;
    margin-left: 10px;
}
p.ratingDrama {
    margin: 5px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #d31e25;
}

a.darmaTitle{
    display: block;
    text-decoration: none;
    color: #434343;
    font-size: 15px;
    font-weight: bold;
    
    line-height: 18px;
    height: 40px;
    transition-duration: 0.2s;
}

a.darmaTitle:hover{
    color: #d31e25;
}

a.watchListbtn{
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
    margin: 5px 0px;
    font-size: 14px;
    padding: 3px 0px;
    transition-duration: 0.2s;
    text-decoration: none;
}

a.watchListbtn:hover{
    background-color: #d31e25;
}

a.trailerbtn{
    display: block;
    text-align: center;
    background-color: #d31e25;
    color: #fff;
    margin: 5px 0px;
    font-size: 14px;
    padding: 3px 0px;
    transition-duration: 0.2s;
    text-decoration: none;
}

a.trailerbtn:hover{
    background-color: #000;
}


.amajonBtn {
    background: #e8e8e8;
}

.watchBtn {
    border: 1px solid gray;
    margin-bottom:10px;
}

.watchsBtn {
    background: #d31e25;
    color: white;
}

.watchsBtn:hover {
    color: white;
}
.tailorlist ul li {
    border: 1px solid #443f3f;
    margin: 5px 0;
    color: white;
    padding: 5px;
    cursor: pointer;
}
.tailorlist ul li:hover {
    border: 1px solid #ffffff;
}
.tailorlist {
    height: 300px;
    overflow: auto;
}

/* width */
.tailorlist::-webkit-scrollbar {
  width: 1px;
}

/* Track */
.tailorlist::-webkit-scrollbar-track {
  background: #000000; 
}
 
/* Handle */
.tailorlist::-webkit-scrollbar-thumb {
  background: #888; 
}

.productDetails {
    background-color: aliceblue;
    padding: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.productDetails h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.productDetails .nav-tabs .nav-link {
    color: #444;
    font-size: 15px;
}

img.dramaImgView {
    display: block;
    width: 100%;
}

.productDetails div#nav-tabContent {
    padding: 10px;
}

ul.dramaSocial {
    text-align: center;
    margin: 5px 0px;
}

ul.dramaSocial li{
    display: inline-block;
}

ul.dramaSocial li a{
    display: block;
    color: #000;
    font-size: 18px;
    padding: 10px;
}

img.mediaImg {
    width: 20%;
    box-shadow: 0px 0px 5px #ddd;
}

.dramaMedia span {
    display: block;
    font-size: 15px;
    margin: 0;
}

.description {

}

.description p{
    margin: 3px 0px;
    font-size: 15px;
}

.description p b{
    color: #006d4f;
}

.castDrama {
    margin: 25px 0px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
    padding-bottom: 10px;
}

.castDrama h3{
    background-color: #1e95d3;
    color: #fff;
    font-size: 22px;
    padding: 7px 10px;
    border-radius: 5px 5px 0 0;
    margin: 0;
}

.castDrama .media img{
    width: 40%;
    display: block;
    border-radius: 7px;
}

.castDrama .media a{
    
    display: block;
    font-size: 17px;
}

.castDrama .media p{
    margin: 0;
    font-size: 14px;
}

.castDrama .media span{
    display: block;
    font-size: 14px;
    color: #a1a1a1;
}

.dramaPictures {
    margin: 25px 0px;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 5px;
}

.dramaPictures h3{
    background-color: #1e95d3;
    color: #fff;
    font-size: 22px;
    padding: 7px 10px;
    border-radius: 5px 5px 0 0;
    margin: 0;
}

.dramaPictures a.viewPics{
    display: block;
    float: right;
    margin-top: -31px;
    color: #dedede;
    font-size: 15px;
    padding-right: 10px;
}

.dramaPictures img{
    width: 100%;
    padding: 10px;
}

.slick-dramapic span.priv_arrow.slick-arrow {
    display: none!important;
}

.slick-dramapic span.next_arrow.slick-arrow {
    display: none!important;
}

.reviewBox {
    padding: 15px;
}

.reviewBox p{
    margin: 0;
    font-size: 15px;
    color: #444;
}



ul.contriList li{
    display: block;
    margin: 10px 0px;
}

ul.contriList li img{
    width: 15%;
    padding: 0;
    border-radius: 50%;
}

ul.contriList li a{
    display: block;
    text-decoration: none;
}

ul.articleList {

}

ul.articleList li{
    margin-bottom: 20px;
}

ul.articleList li img{
    display: block;
    width: 100%;
    padding: 0;
}

ul.articleList li a{
    display: block;
    text-decoration: none;
    margin: 5px 0px;
    line-height: 19px;
    font-size: 15px;
}

ul.articleList li span{
    font-size: 14px;
    display: block;
    color: #aeaeae;
    margin-top: -3px;
}

.commentBox{
    padding: 20px;
}

.commentBox .media{
    margin: 15px 0px;
}

.commentBox img{
    width: 12%;
    padding: 0;
    border-radius: 50%;
}

.commentBox a{
    margin-right: 10px;
}

.commentBox span{
    font-size: 14px;
    color: #9c9c9c;
}

.commentBox p{
    font-size: 15px;
    margin: 0px 0px 5px;
}

.viewsCount {
    text-align: right;
}

.newsDetails {
    padding: 20px;
    background-color: aliceblue;
    box-shadow: 0px 0px 5px #ccc;
}

.newsDetails h3{
    font-size: 22px;
}

.newsDetails p{
    color: #979797;
    font-size: 14px;
}

.newsDetails span{
    color: #a1a1a1;
    font-size: 14px;
    word-spacing: 3px;
    display: block;
}

.newsDetails span a{
    text-decoration: none;
}

.newsDetails ul.followList{
    display: block;
    margin: 15px 0px;
}

.newsDetails ul.followList li {
    display: inline-block;
}

.newsDetails ul.followList li a{
    border: 1px solid #444;
    border-radius: 20px;
    padding: 3px 20px;
    font-size: 15px;
    display: block;
    text-decoration: none;
    color: #444;
}

.newsDetails ul.followList li a i{
    color: #d31e25;
}

img.newsSingleIMg {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

p.description {
    color: #000;
    font-size: 15px!important;
}

a.alsoNews {
    display: block;
    margin: 10px;
    text-decoration: none;
}

a.alsoNews img{
    width: 100%;
    display: block;
    padding: 0;
}

a.alsoNews p{
    color: #444;
    line-height: 17px;
    font-size: 13px;
    margin: 7px 0px 0;
}

.slick-alsoLike span.priv_arrow.slick-arrow {
    display: none!important;
}

.slick-alsoLike span.next_arrow.slick-arrow {
    display: none!important;
}










footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
}

ul.socialList {
    text-align: center;
    margin: 0px auto;
}

ul.socialList li{
    display: inline-block;
}

ul.socialList li a{
    text-decoration: none;
    color: #d31e25;
    font-size: 25px;
    display: block;
    padding: 5px 10px;
    transition-duration: 0.2s;
}

ul.socialList li a:hover{
    color: #d31e25;
}

ul.footerMenu {
    text-align: center;
    width: 80%;
    margin: 20px auto;
}

ul.footerMenu li{
    display: inline-block;
}

ul.footerMenu li a{
    text-decoration: none;
    color: #444;
    font-size: 18px;
    padding: 2px 10px;
    display: block;
    transition-duration: 0.2s;
}

ul.footerMenu li a:hover{
    color: #d31e25;
}

p.copyRight {
    text-align: center;
    font-size: 18px;
    margin: 0;
    
}


/*User Dashboard*/

.userDashboard{
    margin-top: 25px;
}
.userSidebar {
    background: #cfcfcf;
}
.userSidebar ul li {
    border-bottom: 1px solid #ebebeb;
}
.userSidebar ul li a {
    display: block;
    padding: 8px 10px;
    color: #383838;
    font-weight: bold;
}
.userSidebar ul li a:hover {
    color: #f7f7f7;
    background: #d31e25;
    text-decoration: none;
}

.userSidebar ul li a.active {
    background: #d31e25;
    color: white;
}

.userTable tr th {
    background: gainsboro;
    border: 1px solid #c1c1c1;
    padding: 8px;
}

.userTable tr td {
    border: 1px solid #c1c1c1;
    padding: 8px;
}

ul.topList li.searchMenu {
        display: none;
}
.login-part h1 {
        font-size: 28px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        color: #3c3c3c;
    }
    
  .socialBtn {
        border: 1px solid #e3e3e3;
        padding: 7px;
        font-size: 20px;
        position: relative;
 }
    
.dramaSidebar h3 {
        font-size: 20px;
}    
    
    
    
    
    

@media only screen and (min-width: 992px) {
    
    .modal-lg, .modal-xl {
        max-width: 70%;
    }
    
    .slideBarFst ul li a.showTitle {
        width: 72%;
    }
    .dramaSidebar ul li a.showTitle {
    }
    
}

@media only screen and (max-width: 1200px) {
    ul.topList li a {
        display: block;
        text-decoration: none;
        color: #d31e25;
        font-size: 12px;
        font-weight: bold;
        padding: 15px 5px;
    }
    
    ul.punchList li {
        min-width: 120px;
        padding: 10px;
        margin: 5px;
    }
    ul.punchList li p {
        font-size: 18px;
        line-height: 20px;
    }
    .homeMenu ul li {
        padding: 15px 6px;
    }
    .homeMenu ul li a {
        font-size: 12px;
    }
    .bioGrid p {
    font-size: 12px;
    }
    
}



@media only screen and (max-width: 1024px) {
  
    

}



@media only screen and (max-width: 991px) {
    .slideBarFst ul li a.showTitle {
        width: 68%;
    }
    
    
    header.sticky-header.active {
        min-height: 90px;
    }
    .searchArea{
        display:none;
    }
    ul.topList li.searchMenu {
        display: inline-block;
    }
    .homeMenu::-webkit-scrollbar {
      height: 0px;
    }
    .newsMenu::-webkit-scrollbar {
      height: 0px;
    }
    .newsMenu ul li a {
        margin: 3px 5px;
        border-radius: 20px;
        border: solid 1px #ebebeb;
        background: #f5f5f5;
    }
    .dramaSidebar h3 {
        font-size: 13px;
    }
    .newsTitle {
    font-size: 24px;
    }
    p.terms {
    font-size: 12px;
    }
    ul.punchList li {
        min-width: 95px;
    }
    ul.punchList li p {
        font-size: 16px;
        line-height: 18px;
    }
    .dramaSidebar h3 {
        font-size: 14px;
        font-weight: bold;
    }
    .socialBtn {

    font-size: 12px;

    }
    .loginDiv a {
        font-size: 14px;
    }
    .forgetPassword a {
         font-size: 12px;
    }
    .login-part {
         padding: 20px;
    }
    .sidebarSecond h3 {
        font-size: 13px;
    }
   .vedioGrid .content p {
        font-size: 12px;
        line-height: 16px;
        height: 50px;
    }
    .dramaSidebar a.moreBtn {
        margin-top: -28px;
    }
    .slideBarFst a.moreBtn {
        margin-top: -28px;
    }
    .bioGrid h5 {
        font-size: 12px;
    }
    .sidebarSecond h3 {
        font-size: 14px;
        font-weight: bold;
    }
    .vedioWatchCount {
        font-size: 7px;
    }
    .dramaSidebar ul li a.showTitle {
        font-size: 12px;
    }
    .bioGrid h5 {
        font-size: 12px;
    }
    .sidebarSecond a.moreBtn {
        margin-top: -28px;
    }
     p.yourRating {
        font-size: 9px;
    }
    .bioInfoNote p {
        font-size: 12px;
    }
    .slideBarFst h3 {
        font-size: 14px;
        font-weight: bold;
    }
    .birthDate ul {
        display: flex;
        overflow: auto;
        padding-bottom: 10px;
    }
    .dramaSidebar ul li span {
        font-size: 11px;
    }
    .mobileHide{
        display:none;
    }
    .destopHide{
        display: block;
    }
    p.singUpL {
    text-align: center;
    font-size: 13px;
    }
    .signUpDiv a {
    font-size: 13px;
   
    }
    .modalHightWidth{
        height: 100%;
        
    }
    .otherVideosList a {
        font-size: 12px;
    }
    
    .otherVideosList span {
        font-size: 12px;
    }
    #fbboxdiv {
        color: #fd6900;
        display: inline-block;
    }
    .bioGrid p {
        font-size: 11px;
    }
    .topBar {
        padding: 5px 0px;
    }
    
    ul.topList li a{
        padding:10px;
        font-size:16px;
    }
    
    .homeMenu ul{
        display:inline-flex;
    }
    
 
    
    .sliderSection .images.first {
        height: 300px;
    }
    .sliderSection .images .content {
        padding: 10px;
    }
    
    .sliderSection .images {
        height: 150px;
    }
    
    .sliderSection h2 {
        font-size: 14px;
    }
    /*.newsSidebar .media img {*/
    /*    max-width: 100%;*/
    /*}*/
    
    /*.newsSidebar .media {*/
    /*    display: inline-block;*/
    /*}*/
    
    .bioGrid .image {
        height: auto;
    }
    .login-part h1 {
        font-size: 18px;
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
        color: #3c3c3c;
    }
    .socialBtn {
    border: 1px solid #e3e3e3;
    padding: 7px;
    font-size: 12px;
    position: relative;
    }
    
    
    
    
}




    .lostpassheader{
        text-align:center;   
    }
   
    
    .faviconLogo {
        text-align: center;
    }
    .faviconLogo img {
        max-width: 100px;
    }
    .socialBtn {
        border: 1px solid #e3e3e3;
    }
    
    .socialBtn:hover{
        border: 1px solid #e3e3e3;
        background: gainsboro;
    }
    
    .socialBtn.google {
        background: #000c9f;
        color: white;
    }
    .socialBtn span {
        float: left;
        padding-left: 25px;
        font-weight: bold;
        position: absolute;
        left: 0;
    }
    .forgetPassword{
        text-align:right;
        display:block;
        color:black;
    }
    .submitbutton {
    font-weight: bold;
    padding: 10px;
    background-color: #d31e25;
    border-color: #d31e25;
    color: white;
    }
    .submitbutton:hover {
        color: white;
    }
    p.terms {
    color: gray;
    }
    p.terms a {
    color: #d31e25;
}
   
    p.singUpL a{
    color: #d31e25;
    font-weight: bold;
    }

.model-login-part {
    border: 1px solid #d5d5d5;
    padding: 35px;
    padding-top: 25px;
    border-radius: 10px;
}

.model-login-part .faviconLogo {
    width: 120px;
    text-align: center;
    margin: auto;
}

.model-login-part h1 {
    font-size: 2rem;
    text-align: center;
}

.forgetPassword {
    text-align: right;
}


.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.socialBtn.google {
    background: #000c9f;
    color: white;
}

.terms {
    color: gray;
    text-align: center;
}

.RegistrationURL{
    font-size: 16px;
    margin: 0;
    text-align:center;
}

@media (min-width: 768px){
    .colmd2 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    

}

@media only screen and (max-width: 767px) {
    .mobileMdHide{
        display:none;
    }
    .biographyWidth {
        width: 130px;
    }
    
    p.viewCount {
        font-size: 16px;
    }


   .dramaSidebar ul li p {
     font-size: 16px;
    }
    .sidebarSecond ul li p {
         font-size: 16px;
    }
    .sidebarSecond ul li a.showTitle {
        font-size: 16px;
    }
    .bioGrid h5 {
        font-size: 18px;
    }
    .dramaSidebar ul li a.showTitle {
         font-size: 17px;
    }
    p.yourRating {
        font-size: 15px;
    }
    .bioInfoNote p {
        font-size: 18px;
    }
    
    .sliderSection h2 {
        font-size: 20px;
    }
    .vedioWatchCount {
        font-size: 14px;
    }
    .otherVedios {
        display: none;
    }
    .yourRating span {
    font-size: 18px;
    }
    
    p.yourRating b {
        font-size: 19px;
    }
    
    span.rating i {
        font-size: 18px;
    }
    
    p.yourRating a {
        font-size: 18px;
    }
    .bioGrid p {
        font-size: 14px;
    }
    .dramaSidebar h3 {
         font-size: 18px;
    }
    .dramaSidebar ul li span {
        font-size: 16px;
    }
    p.singUpL {
        font-size: 18px;
    }
    .signUpDiv {
        display: block;
        justify-content: center;
        align-items: center;
    }
    .loginDiv {
        display: flex;
        justify-content: center;
        
    }
    .loginDiv a {
        margin-left: 20px;
        font-size: 16px;
        font-weight: bold;
    }
    .signUpDiv a {
        margin-left: 41%;
        font-size: 18px;
    }
    .sidebarSecond h3 {
        font-size: 16px;
    }
    .vedioGrid .content p {
    font-size: 14px;
    line-height: 16px;
    height: 50px;
    }
    
    .slideBarFst ul li p {
        font-size: 16px;
    }
    .slideBarFst ul li a.showTitle {
        font-size: 17px;
    }
    

    
    
}


@media only screen and (max-width: 768px) {
    .mobileHide{
     display:none;
    }
    .padding-0{
        padding: 0;
    }
    
    .biographyWidth{
        width: 150px;
    }
    
    .net_worth .biographyWidth{
        width: 150px;
    }
    
    .mobileSlidersNews{
        display:block;
    }
    .mobileSlidersNews .slick-arrow {
        display: none !important;
    }
    .dramaSidebar .media img {
        max-width: 100px;
    }
    
    .dramaSidebar .media {
        display: flex;
    }
    
    .login-part{
        padding:15px;
    }
    .login-part h1 {
        font-size: 20px;
    }
    /*.dramaSidebar h3 {*/
    /*    font-size: 18px;*/
    /*}*/
    /*.slideBarFst h3 {*/
    /*    font-size: 18px;*/
    /*}*/
   
    /*.bioGrid .image {*/
    /*    height: 180px;*/
    /*}*/


    
    ul.topList li ul{
        right:0;    
    }
    .homeMenu ul li{
        padding: 5px 10px;
    }
    
    /*header.sticky-header.active {*/
    /*    height: 90px;*/
    /*}*/
    
    .verticalAds img{
        max-width:100%;
    }
    
    .homeMenu {
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        
    }
    
    /*.sliderSection .images.first {*/
    /*    height: 360px;*/
    /*}*/
    /*.vedioGrid .image{*/
    /*    height:125px;*/
    /*}*/
    .playIcon i {
        padding-top: 20%;
    }
    ul.punchList li p{
        font-size: 18px;
        line-height: 24px;
    }
    /*.newsMenu {*/
    /*    display: none;*/
    /*}*/
    .newsGrid .image {
        overflow: hidden;
        height: auto;
    }
    .mainContentRigh.col-lg-12 .newsGrid .image{
        height:auto;
    }

    ul.punchList li {
        margin-bottom: 15px;
        padding: 15px 5px;
        min-width: 130px;
    }

    .homeNewsBlogs h4 {
        text-align: center;
    }

    .subBox {
        padding: 10px;
    }



    ul.footerMenu {
        width: 100%;
    }

    ul.footerMenu li a {
        font-size: 13px;
        padding: 2px 5px;
    }

    p.copyRight {
        font-weight: bold;
        font-size: 15px;
        
        color: #d31e25;
    }

    .media.dramaMedia {
        margin-top: 20px;
    }
    
    ul.dropdownList.active {
    display: none;
    }
    
    .newsTitle {
    font-size: 20px;
    }
    
    .newsContent h1, h2 {
        font-size: 22px;
    }
   
    .watchBtn {
        font-size: 15px;
    }
    .amajonBtn {
        font-size: 12px;
        padding: 9px 0;
    }
    /*.dramaSidebar ul li a.showTitle {*/
    /*    font-size: 16px;*/
    /*}*/
    
   
    .bioInfoList h4 {
        font-size: 7px;
        height: 16px;
        line-height: 1;
    }
   
    .reviewGrid i {
        font-size: 12px;
    }
    .reviewGrid h5 {
        font-size: 13px;
    }
    .reviewGrid p {
         font-size: 13px;
    }
    
    
   
    
   
    .news-contents {
        margin-top: 30px;
    }

}



@media only screen and (max-width: 600px) {



}


    
@media only screen and (max-width: 575px) {
    ul.topList li .textHide {
        display: none;
    }
    ul.topList li a {
        padding: 10px 8px;
    }
    a.webSiteLogo{
        margin-left:10px;
    }
    .newsTitle {
        font-size: 18px;
    }


    
    .tailorPlayer {
        min-height: 200px;
    }
    
    .bornGrid .image {
        height: 150px;
        width: 150px;
    }
    .Image.imageCastCrew {
        height: 150px;
        width: 150px;
    }
    .sidebarSecond ul li a.showTitle {
        width:75%;
    }
    
}

@media only screen and (max-width: 380px) {
    .bioGrid p{
        font-size:14px;
    }
    .slideBarFst ul li a.showTitle {
        width: 72% !important;
    }
    .slideBarFst ul li p {
        font-size: 14px;
    }
    
    .dramaSidebar ul li a.showTitle {
        font-size: 14px;
    }
}
@media only screen and (max-width: 360px) {
   
   .sliderSection h2 {
        font-size: 20px;
    }
    .dramaSidebar ul li a.showTitle {
        font-size: 16px;
    }
   .reviewGrid p {
        font-size: 13px;
    }
    .reviewGrid h5 {
        font-size: 13px;
    }
    .bioGrid p {
        font-size: 13px;
    }
    .bioGrid h5 {
        font-size: 16px;
    }
    p.yourRating {
        font-size: 16px;
    }
    .bioInfoNote p {
        font-size: 18px;
    }
    .vedioWatchCount {
        padding: 5px 10px;
        font-size: 14px;
    }
   
}

@media only screen and (max-width: 330px) {
    ul.topList li a {
        padding: 6px;
    }
}




