*{
    padding: 0;
    margin: 0;
    outline: none;
    border: 0
}
body{
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
a{
    text-decoration: none;
    color: #1A83CD;
}
ul,li{
    list-style:none;
}
.mainTitle{
    background-color: #6743c8;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    color: #fff;
    height: 39px;
    padding: 0;
    padding-left: 0px;
    padding-left: 5px;
    line-height: 39px;
    border-bottom: solid 2px red;
}
.mainTitle a{
    color: white;
}
section.all-list > div, section.update-list > div{
    color: #fff;
    font-weight: 700;
    background: #6743c8;
    padding: 6px;
    text-transform: capitalize;
}
section.all-list > div > h1, section.update-list > div > h1{
    margin: 0px;
    font-size: 15px;
}
section.all-list > ul > li > a{
    color: #1b8cd8;
    background: #ffffff;
    padding: 10px 5px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin: 0px 0px;
    border-bottom: 1px solid #F2F2F2;
}
section.all-list > ul > li > a > span{
    color:red;
}
section.update-list > ul > li{
    margin: 2px;
    padding: 2px;
    border: 1px dotted #f4f4f4;
    font-size: 11.5px;
}
section.update-list > ul > li > a > span{
    color: #6743c8;
}

.home-title-big{
    text-align: center;
    padding: 10px 0px;
    font-weight: normal;
}
div.list-title, .list-title{
    color: #fff;
    font-weight: 700;
    background: #6743c8;
    padding: 6px;
    text-transform: capitalize;
    font-size: 12px;
}
.movie-list li{
    height:100px;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 12px;
}
.movie-list li:hover{
    background-color: #eee;
}
.movie-list li a > div:first-child{
    float:left;
    margin-right:5px;
}

.bread-bcrumb{
    font-size: 13px;
    margin: 10px;
}
.bread-bcrumb span{
    font-size: 11px;
}
.movie-details{
    margin: 5px;
    padding: 15px;
    border: 1px solid #ccc;
    font-size: 15px;
}

.movie-details img{
    border-radius: 4px;
}
a.fb button, a.whatsapp button, a.messenger button, a.google-plus button, a.twitter button{
    background-color: #3b5998;
    color: #fff !important;
    font-size: 10px;
    border-radius: 3px;
    text-decoration: none;
    border-bottom: 1px solid #F2F2F2;
    margin: 5px;
    margin-bottom: 10px;
    padding: 6px 12px;
    cursor: pointer;
}
a.whatsapp button{
    background-color: #16b508;
}
a.messenger button{
    background-color: #0183f7;
}
a.google-plus button{
    background-color: #d95032;
}
a.twitter button{
    background-color: #55acee;
}
.desc p {
    background-color: #ddd;
    margin: 5px; 
    padding: 5px;
    font-size: 12px;
}
.share-on{
    border-top: 4px solid orange;
    font-size: 13px;
    margin-top: 10px;
}
.share-on >  div{
    background-color: #ccc;
    padding-left : 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.share-on > p{
    padding-left: 10px;
}

.share-on > p img{
    width: 32px;
    height: 32px;
    padding: 5px;
    margin-right: 10px;
}
.paging{
    margin: 0 auto;
    padding: 10px;
    text-align: center;
}
.paging a.selected{
    background-color: #1aa2f0;
    color: white;
}
.paging a{
    color: #1aa2f0;
    padding: 3px 8px;
    border-radius: 10px;
}
.search-form{
    background-color: #f4f4f4;
    padding: 3px;
    margin: 1px 0;
}
.search-form form{
    margin: 7px;
    padding: 0 3px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
}
.search-form input, .search-form button{
    background-color:white;
    border: 1px solid #ccc;
    padding: 5px 10px;
}
.search-form input{
    width: 86%;
    border-radius: 12px;
    height: 36px;
}
.search-form button{
    cursor: pointer;
    border-radius: 12px;
    height: 49px;
    min-width: 10%;
    background-color: #1b8cd8;
    color: white;
    font-size: 15px;
}
.search-form button:hover, .search-form input:hover{    
    box-shadow: 0px 0px 3px 0px grey;
}


html,body        {height:100%; width:100%; margin:0;}
.h_iframe iframe {width:100%; height:100%;}
.h_iframe {
    height: 100%; width:100%;
}

.button {
  background-color: #6743c8; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

ul.grid-boxes{
    overflow: auto;
    width: 80%;
    left: 10%;
    margin-top: 30px;
    position: relative;
}
li.grid-box{
    width: 200px;
    height: 250px;
    margin-right: 30px;
    float: left;
}

li.grid-box img{
    box-shadow: 0px 3px 3px 0px gray;
    border-radius: 4px;
    height : 200px;
}

section.categories-list-span{
  clear: both;
  overflow: auto;
  padding: 25px;
}

section.categories-list-span div{
    background-color: #6743c8;
    color: white;
    padding: 8px;
    margin: 5px 25px;
    border-radius: 8px;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
    float: left;
}

@media all and (max-width: 670px) {
    .search-form input{
        width: 95%;
    }
    .search-form button{
        margin-top: 10px;
        width: 40%;
        position: relative;
        left: 30%;
    }
    ul.grid-boxes{
        width: 90%;
        text-align: center;
	left: 8%;
        /* margin-left: 5%; */
    }
    li.grid-box{
        width: 40%;
        height: 280px;
        margin-right: 30px;
        float: left;
        margin: 10px;
        font-size: 12px;
    }
    li.grid-box img{
        width: 85%;
    }
    section.update-list > ul > li{
        font-size: 12px;
        margin: 10px;
    }
    /* CSS rules here for screens lower than 750px */
    section.categories-list-span div {
        background-color: #6743c8;
        color: white;
        padding: 8px;
        margin: 5px 5px;
        border-radius: 8px;
        box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.5);
        float: left;
    }
    section.categories-list-span{
        clear: both;
        overflow: auto;
        padding: 0px;
    }
}

@media all and (max-width: 520px) {
    li.grid-box img{
        width: 100%;
    }

}
