
body {
	background: #141414;
	font-family: 'Asap', sans-serif;
}

@font-face {
	font-family: 'Norwester Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Norwester Regular'), url('../fonts/norwester.woff') format('woff');
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Norwester Regular';
}
a:hover {
    text-decoration: none;
}
#scroll {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    padding: 5px 15px;
    color: #fff;
    background: #999;
    cursor: pointer;
    font-size: 22px;
    border-radius: 2px;
    transition: all ease .5s;
}

#scroll:hover {
    background: rgb(107, 106, 106);
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
@media (min-width: 1200px) {
  .container {
    max-width: 1290px;
  }
}

.title {
    margin-bottom: 15px;
	font-size: 24px;
    color: #f8b815;
    text-transform: uppercase;
}
.movititle-icon {
    padding-right: 5px;
    color: #eabe4d;
    font-size: 22px;
}
.title span {
	vertical-align: middle;
}
.page-heading2 {
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 15px;
	text-transform: uppercase;
} 
p {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    letter-spacing: 0.2px;
}
.menuBtn {
    display: none;
    position: relative;
    top: 0px;
    padding: 2px 5px;
    line-height: 1.2;
    margin-right: 5px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content {
    height: 100%;
    overflow-y: auto;
}
.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}
/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}
.modal-header {
    border-bottom-color: #eeeeee;
    background-color: #fafafa;
}
.sb_body {
    background: red;
    width: 275px !important;
}
.sb_body .modal-content {
    padding: 0;
}

.sb_body .modal-body {
    padding: 0;
}
.sbClose {
    position: absolute;
    left: 10px;
    font-size: 20px;
    top: 2px;
    cursor: pointer;
    color: #DF384D;
}
.sbClose img {
    width: 17px;
}
.sb_logo {
    text-align: center;
    margin: 50px 0 35px;
}
.sb_logo img {
    width: 125px;
}
.sb_menuList {
    display: inline-block;
    width: 100%;
}
.sb_menuList a {
    display: inline-block;
    width: 100%;
    padding: 9px 15px;
    border-bottom: 1px solid #f0f0f0;
    color: #DF384D;
    font-size: 14px;
}
.sb_menuList a:hover {
    text-decoration: none;
}

.viewall {
    float: right;
    color: #0d0d0d;
    font-size: 15px;
    position: relative;
    top: 10px;
    transition: .5s;
    background: #f8b815;
    padding: 5px 15px 6px;
    border-radius: 20px;
}
.viewall:hover {
	/*background: #DF384D;*/
	transition: .5s;
    color: #fff;
}
.common-btn {
    background: #fdc433;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.bg-black {
    background: #000000;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.form-control:-moz-placeholder { 
    color: #fff; 
    font-size: 14px;
    font-weight: 500; 
}
.form-control::-moz-placeholder {  
    color: #fff; 
    font-size: 14px;
    font-weight: 500;
}
.form-control:-ms-input-placeholder {
    color: #fff;  
    font-size: 14px;
    font-weight: 500;
}
.form-control {
    font-size: 14px;
    color: #fff;
}
.form-control:focus {
    font-size: 14px;
    color: #ffffff;
}


.banner-section {
    /* min-height: 100vh; */
}
#bannerSlider, .banner-carousel {
    width: 100%;
    float: left;
}
.bannerBox {
   width: 100%;
    float: left;
    position: relative;
    height: 583px;
    overflow: hidden;
}
.bannerBox img {
	width: 100%;
}

.playBtn {
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.playBtn img {
	width: 45px;
	height: 45px;
}
.banner-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    max-height: 300px;
    /*background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, #000 70%);*/
    background-image: linear-gradient(rgba(0,0,0,0) 0%, rgb(0 0 0 / 44%) 15%, #000000a6 100%);  
    background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgb(0 0 0 / 44%) 15%, #000000a6 100%);  
	background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgb(0 0 0 / 44%) 15%, #000000a6 100%);
	background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgb(0 0 0 / 44%) 15%, #000000a6 100%);
	background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgb(0 0 0 / 44%) 15%, #000000a6 100%);
    padding:15px 50px 0px;
}
.banner-content h1 {
    display: none;
	font-size: 46px;
	margin: 0;
	text-transform: uppercase;
}
.banner-section .owl-dots {
    position: absolute;
    width: 100%;
    margin-top: 0 !important;
    bottom: 8px;
    text-align: center;
    padding: 0 10px;
}
.banner-section button.owl-dot {
    width: 52px;
    padding: 10px 4px !important;
    outline: none;
}
.banner-section button.owl-dot span {
    width: 100% !important;
    height: 4px !important;
    display: inline-block;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.5) !important;
    /* border-radius: 0px !important; */
    outline: none;
}

.banner-section button.owl-dot.active span {
    background: #bf9f01 !important;
    outline: none;
}
div#load_data {
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.movie-section {
	width: 100%;
    float: left;
    padding: 15px 0 0px 0;
}
.movie-section .row {
    margin-right: -5px;
    margin-left: -5px;
}
.movie-section .movieMain {
    padding-right: 5px;
    padding-left: 5px;
}
.movie-panel .movieBox {
    margin-bottom: 0px;
}
.movi-poster {
    width: 190px;
    height: 190px;
    overflow: hidden;
}
.movi-poster img {
    max-height: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.movie-panel:hover .movi-poster img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.rectangleimg-panel {
    height: 315px;
}
.rectangleimg-roundpanel {
    height: 280px;
}
.movieBox {
    position: relative;
    margin-bottom: 10px;
    height: calc(100% - 10px);
    display: inline-block;
    width: 100%;
    text-decoration: none;
}
.movieBox img {
	width: 100%;
}
.moviecommon-slider .rounded {
    border-radius: 6px !important;
}
.shareBtn {
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 2;
    display: none;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.16);
    border-radius: 50%;
}

.movieContent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 195px;
    color: #fff;
    max-height: 250px;
    background-image: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 15%, #000000 100%);
    background-image: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 15%, #000000 100%);
    background-image: -moz-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 15%, #000000 100%);
    background-image: -ms-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 15%, #000000 100%);
    background-image: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 15%, #000000 100%);
    padding: 18px 12px;
}

.moviecommon-slider .owl-nav .owl-prev, .moviecommon-slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    background: #ffffffeb !important;
    display: inline-block;
    width: 45px;
    height: 45px;
    color: #171717 !important;
    font-size: 22px !important;
    text-align: center;
    line-height: 44px !important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border: solid 1px #e8e5e5eb !important;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    outline: none !important;
}
.moviecommon-slider .owl-nav .owl-prev {
    left: -10px;
}
.moviecommon-slider .owl-nav .owl-prev i {
    margin-left:-2px;
}
.moviecommon-slider .owl-nav .owl-next {
    right:-10px;
}
.moviecommon-slider .owl-nav .owl-next i{
    margin-right:-2px;
}
.moviecommon-slider:hover .owl-nav .owl-prev, .moviecommon-slider:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}
.movieContent .movieTime span {
    height: 25px;
    line-height: 26px;
    padding: 0 12px;
    font-size: 11px;
    margin-right: 2px;
}
.movieContent .movieTime .type {
    font-size: 13px;
}
.movieContent h1 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0;
}

.movieContent .movie-type {
    font-size: 12px;
    color: #fff;
    padding: 5px 0 12px;
}

.movieAllView {
	background: #DF384D;
	cursor: pointer;
}

.movieAllView .movieContent {
	min-height: 16vh;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, #000);
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0) 10%, #000);
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0) 10%, #000);
	background-image: -ms-linear-gradient(rgba(0, 0, 0, 0) 10%, #000);
	background-image: -o-linear-gradient(rgba(0, 0, 0, 0) 10%, #000);
}
.movieAllView .movieContent h1 {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    text-align: center;
    font-size: 25px;
}

.upcomingSection {
	padding: 0 0 60px;
}


.nearbytheaterSection {
    padding: 30px 0 60px;
}
.nearbytheater {
	padding: 15px 30px;
    border-radius: 5px;
    filter: drop-shadow(0.707px 0.707px 1px rgba(169,169,169,0.5));
    background-color: #2d2c2c;
}
.nearbytheater .title i {
    color: #f54f64;
    font-size: 30px;
}
.nearbytheaterOuter {
	width: 100%;
}

.theateraddress-grid {
    width: auto;
    position: relative;
    padding: 5px 2px;
}
.theater-address {
    border-radius: 4px;
    box-shadow: 0px 1px 3px 0px rgb(169 169 169 / 50%);
    background-color: #fff;
    padding: 20px 20px;
    position: relative;
}
.theater-address h2 {
    margin-bottom: 15px;
    color: #5a5a5a;
    font-size: 22px;
    text-transform: uppercase;
}
.theater-address p {
    margin-bottom: 0;
    color: #717070;
    font-size: 18px;
    line-height: 22px;
}
.theater-address .distance {
    position: absolute;
    right: 25px;
    top: 20px;
    background: #DF384D;
    color: #fff;
    padding: 5px 10px 4px;
    border-radius: 25px;
    font-size: 13px;
}
.square-panel {
    width: 190px;
    height: 190px
}


/*==================================movilist-page-Start==================================*/

.movilist-page {
    width: 100%;
    float: left;
    padding-bottom: 80px;
}

.movilist-page .movi-poster, .movilist-grid .movi-poster  {
    margin: 5px 5px;
    border: solid 2px #aba8a8;
}
.movilist-page .title, .movilist-grid  .title {
    font-size: 32px;
}
.innerpage-title {
    padding: 8px;
    background-color: #282727;
    font-size: 32px;
    color: #dbdbd9;
}
/*==================================movilist-page-End==================================*/

/*==================================movi-details-page-End==================================*/
.movitab-section {
    width: 100%;
    display: inline-block;
    background-color: #000;
}
.movitab-list {
    width: 100%;
    padding: 0px 50px 0px 50px;
    margin: 0px;
    display: inline-block;
    list-style: none;
    border-bottom: solid 1px #282828;
}
.innerpage-poster {
    width: 100%;
    display: inline-block;
    position: relative;
    height: calc(80vh - 80px);
    overflow: hidden;
}
.innerpage-banner {
    width: 100%;
    padding-top: 40px;
    display: inline-block;
    background: #212121;
}
.innerpage-poster iframe {
    width: 70%;
    min-height: 400px !important;
    margin: auto;
}
.movishortinfo-section {
    padding: 35px 35px;
}
.movishortinfo-media {
    min-height: 150px;
    max-height: 300px;
}
.movishortinfo-media img{
    border: solid 2px #807575;
    box-shadow: 0px 2px 8px 5px rgb(13 12 12);
}
.movishortinfo-text h3 {
    font-size: 28px;
    color: #fff;
}
.likestar-list span {
    color: #e18f00;
    font-size: 15px;
    cursor: pointer;
}
.add-btn {
    background-color: #e50914;
    padding: 12px 24px;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: initial;
    text-transform: uppercase;
    border: 1px solid #e50914;
    border-radius: 4px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    outline: none;
}
.add-btn:hover, .add-btn:focus {
    color: #fff;
    outline: 0;
    box-shadow: none;
}
.movietype-date {
    padding: 12px 0px 0px 20px;
}
.movietype-date li {
    padding: 3px 0px;
    color: #888888;
    font-size: 18px;
}
.movidetail-tablist {
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
}
.movidetail-tablist li {
    float: left;
	margin-right: 60px;
}
/* .movitab-list .nav-tabs .nav-item.show .nav-link {
    background-color: #000;
    border: none;
    border-bottom: solid 3px #ffffff;
} */
.movitab-list .nav-tabs .nav-link.active {
    color: #fbfbfb;
    background-color: #000;
    border: none;
    border-bottom: solid 3px #e50914 !important;
}
.movidetail-tablist li a {
    background-color: #000;
    border: none !important;
    border-bottom: solid 3px #ffffff !important;
    display: inline-block;
    padding:48px 0 12px;
    color: #b1afaf;
    font-size: 18px;
    text-transform: uppercase;
}
.movidetail-tablist li a:hover {
	text-decoration: none;
}
.movieDetailTabContent {
	width: 100%;
	display: inline-block;
    margin-bottom: 25px;
    background: #fff;
    box-shadow: 0px 0px 6px -5px rgba(0, 0, 0, 0.5);
}

.theatersShow {
    padding: 0 0 20px;
    border-bottom: 2px dashed #CBCBCB;
    margin-bottom: 25px;
}
.theatersShow:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 5px;
}

.castlist-section {
    background: #1b1a1a;
    padding: 40px 40px 40px;
    border-bottom: 1px solid #2f2e2e;
}
.castlist-section .row {
	margin-right: -5px;
    margin-left: -5px;
}
.castlist-section .cast {
	padding-right: 5px;
    padding-left: 5px;
}

.castbox-panel {
    padding: 15px 10px;
    background: #000;
    margin: 5px 0px;
    box-shadow: 1px 2px 6px 0px rgb(245 245 245 / 18%);
    text-align: center;
    border: solid 1px #131212;
    border-radius: 4px;
}
.castimg-panel {
	width: 135px;
    height: 135px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 15px;
    border: solid 2px #484848;
}
.castimg-panel img {
	width: 100%;
	height: 100%;
}
.castbox-panel h6 {
	font-size: 17px;
	margin-bottom: 6px;
	color: #fff;
	font-family: 'Asap', sans-serif;
}
.castbox-panel p {
	color: #DF384D;
	margin: 0;
}
.movivideo-section {
    background: #1b1a1a;
    padding: 40px 40px 40px;
    border-bottom: 1px solid #2f2e2e;
}

.trailer-media {
    padding: 10px 10px;
    margin: 7px 0px;
    box-shadow: 1px 0px 7px 0px rgb(239 236 236 / 14%);
    border-radius: 4px;
}

.trailerimg-panel {
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.trailerimg-panel a {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	display: inline-block;
}
.trailerimg-panel img {
	width: 100%;
}
.trailer-media p {
    padding: 10px 20px;
    background: #302f2f;
    margin: 0;
    font-size: 18px;
    color: #fff;
}
.moviewphoto-section {
    background: #1b1a1a;
	padding: 40px 40px 40px;
    border-bottom: 1px solid #2f2e2e;
}
.moviewphoto-section .row {
	margin-right: -6px;
    margin-left: -6px;
}
.moviewphoto-section .mPhotos {
	padding-right: 6px;
    padding-left: 6px;
}
.moviewphoto-panel {
	overflow: hidden;
	border-radius: 5px;
    margin-bottom: 15px;
}
.moviewphoto-panel img {
	width: 100%;
    height: auto;
    border-radius: 4px;
    border: solid 2px #afaaaa;
}
.reviewdata-section {
    background: #1b1a1a;
    padding: 40px 45px 45px;
    border-bottom: 1px solid #eaeaea;
}

.reviewdata-section .row {
    margin-right: -6px;
    margin-left: -6px;
}
.reviewdata-section .reviewMain {
    padding-right: 6px;
    padding-left: 6px;
}
.reviewBox {
    margin-bottom: 15px;
    background: #fff;
    border-radius: 5px;
    padding: 15px 10px;
    box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.15);
    height: 110px;
}
.reviewImg {
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 75px;
    border-radius: 50%;
}
.reviewImg img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.reviwContent {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    width: calc(100% - 75px - 4px);
}
.reviwContent h6 {
    font-size: 16px;
    margin-bottom: 0;
}
.reviwContent .star {
    padding: 5px 0;
    font-size: 14px;
    color: #ffd50a;
}
.reviwContent p {
    font-size: 13px;
    margin: 0;
    line-height: 1.1em;
}
.storyglance-section {
	padding: 40px 45px 45px;
    border-bottom: 1px solid #2f2e2e;
}
.storyglance-panel {
	padding: 0px 20px;
    margin-bottom: 25px;
    position: relative;
}
.storyglance-panel::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15%;
    width: 8px;
    height: 8px;
    background-color: #df2820;
    border-radius: 100px;
}
.storyglance-panel:last-child::before {
    display: none;
}
.storyglance-panel h5 {
    margin-bottom: 5px;
    color: #DF384D;
    font-size: 17px;
    font-family: 'Asap', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.storyglance-panel p, .storyglance-panel p a  {
	color: #fafafa;
	font-size: 15px;
	margin: 0;
}
.storyglance-panel p a:hover {
	color: #DF384D;
}

/*==================================Movi-details-page-End==================================*/

/*==================================Planpackage-page-Start==================================*/
.planepackage-banner {
    width: 100%;
    padding: 30px 40px;
    display: inline-block;
    background: #212121;
}
.subscribe-section h1 {
    font-size: 50px;
    color: #fff;
}
.chooseplane-heading {
    margin-bottom: 40px;
    color: #becad8;
    font-size: 35px;
}
.planepackage-section {
    background: #000;
    padding: 40px 40px;
}
.accesstext-list {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.accesstext-list li{
    display: flex;
    align-items: center;
    padding: 0px 1px;
    margin-bottom: 10px;
    color: #fafafa;
    font-size: 14px;
    position: relative;
}
.accesstext-list li span {
    display: inline-block;
    padding-right: 15px;
}
.accesstext-list li i {
    width: 32px;
    height: 32px;
    background: #212121;
    font-size: 11px;
    color: #f8b815;
    line-height: 30px;
    text-align: center;
    border: solid 2px #323131;
}
.coupen-panel .form-control{
    margin-right: 20px;
}
.coupen-panel .form-control {
    height: 40px;
    padding: 0px 20px;
    border: solid 1px #444343;
    border-radius: 0px;
    box-shadow: none !important;
    background-color: transparent;
    outline: none !important;
}
.input-group-text {
    background-color: #309d10;
    border: 1px solid #208c08;
    background-color: #2eb8065e;
    border: 1px solid #1e700cf5;
    color: #fbfbfb;
    text-align: center;
}
.planepackage-panel {
    min-height: 270px;
    padding: 30px;
    margin: 5px 0px;
    border-radius: 4px;
    background: #1D4350;
    background: -webkit-linear-gradient(to right, #A43931, #1D4350);
    background: linear-gradient(to right, #A43931, #1D4350);
    background: #f12711;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f5af19, #f12711); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #c31432;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #1a2a6c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #1D4350;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #A43931, #1D4350);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #A43931, #1D4350); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #c31432;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #240b36, #c31432);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #240b36, #c31432); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    text-align: center;
}
.planepackage-panel:hover {
    background: #1a2a6c;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #fdbb2d, #b21f1f, #1a2a6c);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #fdbb2d, #b21f1f, #1a2a6c); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.planepackage-panel p {
    margin: 0px;
    font-size: 15px;
    line-height: 26px;
    letter-spacing: 1px;
}
.plan-time {
    display: inline-block;
    background: #ab1333;
    background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to top, #360c36, #c31432);
    color: #fff;
    padding: 10px 20px;
    font-family: 'Norwester Regular';
    font-size: 35px;
    line-height: 28px;
    position: relative;
    top: -55px;
}
.plan-price {
    display: inline-block;
    margin-top: -10px;
    padding: 0px 0px 35px 0px;
    font-size: 35px;
    line-height: 28px;
}
.plan-price i {
    padding-right: 5px;
    font-size: 26px;
}
.plan-price strong {
    font-weight: 600;
}
.getstart-btn {
    background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #c31432, #c31432);
    padding: 12px 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: initial;
    text-transform: uppercase;
    border: 1px solid #f55671;
    border-radius: 100px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    outline: none !important;
}
.activeplan-grid h2 {
    font-size: 50px;
}
.activeplan-text {
    font-family: 'Norwester Regular';
    font-size: 40px;
    color: #ffb700;
    line-height: 28px;
}
.activplanepackage-panel {
    /* background: #1D4350;
    background: -webkit-linear-gradient(to right, #A43931, #1D4350);
    background: linear-gradient(to right, #A43931, #1D4350); */
    min-height: 200px;
    padding: 15px;
    border-radius: 4px;
    background: #1D4350;
    background: -webkit-linear-gradient(to right, #A43931, #1D4350);
    background: linear-gradient(to right, #A43931, #1D4350);
    background: #f12711;
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);
    background: linear-gradient(to right, #f5af19, #f12711);
    background: #c31432;
    background: -webkit-linear-gradient(to right, #240b36, #c31432);
    background: linear-gradient(to right, #240b36, #c31432);
    background: #1a2a6c;
    background: -webkit-linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);
    background: linear-gradient(to right, #fdbb2d, #b21f1f, #1a2a6c);
    background: #1D4350;
    background: -webkit-linear-gradient(to left, #c21104, #1D4350);
    background: linear-gradient(to left, #c21104, #1D4350);
    color: #fff;
    text-align: center;
    background: linear-gradient(
        130deg
        , rgb(173, 144, 193) 0%, rgb(3, 0, 84) 100%), linear-gradient(
        130deg
        , rgb(9, 0, 123) 0%, rgba(15, 0, 66, 0) 30%), linear-gradient(
        129.96deg
        , rgb(255, 47, 47) 10.43%, rgb(0, 4, 96) 92.78%), radial-gradient(100% 246.94% at 100% 0%, rgb(255, 255, 255) 0%, rgba(37, 0, 66, 0.8) 100%), linear-gradient(
        121.18deg
        , rgb(20, 0, 255) 0.45%, rgb(27, 0, 62) 100%), linear-gradient(
        154.03deg
        , rgb(206, 0, 0) 0%, rgb(255, 0, 61) 74.04%), linear-gradient(
        341.1deg
        , rgb(178, 91, 186) 7.52%, rgb(16, 0, 119) 77.98%), linear-gradient(
        222.34deg
        , rgb(169, 0, 0) 12.99%, rgb(0, 255, 224) 87.21%), linear-gradient(
        150.76deg
        , rgb(183, 213, 0) 15.35%, rgb(34, 0, 170) 89.57%);
            background-blend-mode: overlay, normal, overlay, color-burn, screen, overlay, difference, difference, normal;
}
.activplanepackage-panel:hover {
    background: #1D4350;
    background: -webkit-linear-gradient(to left, #c21104, #1D4350);
    background: linear-gradient(to left, #c21104, #1D4350);
}
.activeplan-list li {
    padding: 8px 0px;
    font-size: 18px;
}
.activeplan-list li strong {
    display: inline-block;
    width: 180px;
}
.activeplan-list li span {
    font-size: 18px;
}
.activeplan-list .plan-price {
    font-size: 20px;
}
.activeplan-list .plan-price i {
    font-size: 18px;
}
/*==================================Planpackage-page-End==================================*/

/*==================================account-setting-page-Start==================================*/
.accountsetting-page .innerpage-banner {
    display: block;
    padding: 0px;
    overflow: hidden;
}
.accountsetting-cover {
    width: 100%;
    position: relative;
    height: calc(62vh - 80px);
    overflow: hidden;
}
.accountsetting-coverimg {
    height: 100%;
}
.accountsetting-coverimg img {
    width: 100%;
    min-height: 100%;
}
.cover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #00000099;
}
.accountsetting-conts {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
}
.change-profile {
    width: 110px;
    padding-top: 10px;
    text-align: center;
}
.commonicon-uploadbtn {
    width: 40px;
    height: 35px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    margin: auto;
}
.commonicon-uploadbtn .custom-file {
    margin: auto;
    height: auto;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
}
.commonicon-uploadbtn .custom-file .custom-file-input {
    height: 100%;
    margin: 0;
}
.commonicon-uploadbtn .custom-file .custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    padding: 5px;
    margin: auto;
    font-size: 14px;
    line-height: 24px;
    color: #040303;
    text-align: center;
    background-color: #e0dfdf;
    border: none;
    height: 100%;
    display: inline-block;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.commonicon-uploadbtn .custom-file .custom-file-label i {
    display: block;
    font-size: 22px;
    line-height: 25px;
}
.commonicon-uploadbtn .custom-file-label::after {
    display: none;
}
.userprofile-panel {
    padding: 30px 0px;
}
.userprofile-img {
    height: 110px;
    width: 110px;
    border: solid 1px rgb(183, 183, 183);
    border-radius: 100%;
}
.userprofile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%!important;
}
.username-name {
    padding: 15px 0px 5px 0px;
    color: #fff;
}
.username-name h3{
    margin: 0px;
    font-size: 30px;
}
.username-name p{
    margin: 0px;
    padding-top: 10px;
    font-size: 16px;
    color: #efdfcf;
}
.userprofile-inputgroup label {
    color: #fff;
}
.accountsetting-formsection {
    padding: 25px 0px 25px 0px;
}
.accountsetting-form .chooseplane-heading {
    margin-bottom: 0px;
    color: #becad8;
    font-size: 35px;
}
.userprofile-inputgroup .form-control {
    height: 50px;
    background-color: transparent;
    color: #b7b7b7;
    border: 1px solid #636363 !important;
    border-radius: 0px;
    box-shadow:0px 0px 2px 2px #e1e1e112 inset !important;
}
.userprofile-inputgroup .update-btn {
    background-color: #2f2f2f;
    padding: .375rem 1.5rem;
    font-size: 20px;
    color: #fff;
    border-color: #5a5957;
}
.userprofile-inputgroup .form-group {
    margin-bottom: 0rem;
}
.playlist-section {
    padding: 20px 0px 60px 0px;
    background: #272626;
}
.playlist-section .movieMain{
    margin: 20px 0px;
}
.playlist-section .title {
    font-size: 30px;
}
.playlist-section .movititle-icon {
    font-size: 28px;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/*==================================account-setting-page-End==================================*/

/*==================================chooseplan-page-Start==================================*/

.chooseplan-main {
    padding: 40px 100px;
    background: #444343;
}
.chooseplan-list {
    color: #fff;
}
.chooseplan-list h1 {
    margin: 0px;
    font-size: 38px;
    color: #ffb803;
}
.chooseplan-list ul {
    margin: 0px;
    padding: 11px 20px;
}
.chooseplan-list li {
    padding: 5px 0px;
    font-size: 18px;
}
.chooseplan-colrow {
    display: flex;
}
.chooseplan-panel {
    flex-grow: 1;
}

.chooseplan-tablehead {
    background: #ffe194;
    padding: 10px 20px;
}
.chooseplan-tablehead h2 {
    font-size: 20px;
}
.chooseplan-content p {
    margin: 0px;
    color: #000;
    font-size: 20px;
}
.chooseplan-content .plan-price {
    margin-top: 0px;
    padding: 0px;
    font-size: 20px;
    font-weight: 600;
}
.chooseplan-tablebody {
    padding: 15px 15px;
    font-size: 20px;
}
.chooseplan-tablebody ul {
    padding: 0px 0px 0px 30px;
}
.chooseplan-tablebody ul li {
    color: #fff;
}
.screen-support {
    color: #4fab20;
}
.chooseplan-tabledata .table tr{
    background-color: #f9f9f9!important;
}
/* .chooseplan-tabledata .table tr:last-child {
    background-color: transparent !important;
} */
.chooseplan-tabledata .table th {
    background-color: #f9c02b;
    padding: 6px 30px;
    color: #0b0b0b;
    font-size: 20px;
    text-transform: uppercase;
    border-color: #dda61a;
}
.chooseplan-tabledata .table td{
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}
.custom-control.custom-radio .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fc8825;
    background-color: #fc8f33;
}
.custom-control.custom-radio .custom-control-input {
    width: 1.5rem;
    height: 1.5rem;
}
.custom-control.custom-radio .custom-control-label::before {
    width: 1.8rem;
    height: 1.8rem;
    top: -0.2rem;
    left: -0.24em;
}
.custom-control.custom-radio .custom-control-label::after {
    top: -0.53rem;
    width: 2.5rem;
    height: 2.5rem;
    left: -0.6rem;
}
.common-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}
.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 0.2rem #e1e1e1ab;
}
/*==================================chooseplan-page-End==================================*/


/*==================================AboutUs-page-Start==================================*/

.aboutus-main {
    padding: 60px 0px;
}
.aboutus-main ul li {
    padding: 10px 0px;
    color: #fff;
    font-size: 18px;
}
/*==================================AboutUs-page-End==================================*/

/*==================================termcondition-page-Start==================================*/
.termscondtions-main, .privacypolicy-main {
    padding: 60px 0px;
}
.termscondtions-main p .privacypolicy-main p{
    padding: 0px 30px;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.privacypolicy-contents ul li {
    padding: 5px 0px;
    color: #f1b815;
    font-size: 18px;
}
/*==================================termcondition-page-End==================================*/

/* Contact Us Area css

============================================================================================ */
.contactus-main {
    width: 100%;
    float: left;
}
.contactus-banner {
    width: 100%;
    padding:40px 0px;
    min-height: calc(100vh - 100px);
    background: linear-gradient(204.02deg, #9F2FFF 15.22%, #00BBFF 111.75%);
}
.contactform-main {
    width: 100%;
    padding-top: 25px;
}
.contactus-media {
    width: 100%;
    height: 100%;
}
.contactus-media img {
    max-width: 100%;
}

.contactform-main h5{
    padding-bottom: 30px;
    margin: 0px;
    font-size: 30px;
    color: #fff;
    line-height: 36px;
}
.contact-us-area {
    width: 100%;
    padding: 40px 0px;
    background-color: #e7e7e7;
}

.contact-form .form-group {
    margin-bottom: 15px;
}
.contact-form .form-group input {
    border: 1px solid #fff;
    border-radius: 6px;
    background: none;
    height: 52px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 24px;
    outline: none;
    font-size: 16px;
    color: #fff;
    letter-spacing: .51px;
    margin-bottom: 0;
}
.contact-form .form-group input.placeholder {
    font-size: 15px;
    color: #797979;
    letter-spacing: .51px;
}
.contact-form .form-group input:-moz-placeholder {
    font-size: 15px;
    color: #fff;
    letter-spacing: .51px;
}
.contact-form .form-group input::-moz-placeholder {
    font-size: 15px;
    color: #fff;
    letter-spacing: .51px;
}
.contact-form .form-group input::-webkit-input-placeholder {
    font-size: 15px;
    color: #fff;
    letter-spacing: .51px;
}
.contact-form .form-group input:focus {
    border-color: #fff;
}
.contact-form .form-group label {
    font-size: 14px;
    color: #ff1515;
    letter-spacing: .51px;
    font-weight: normal;
    margin-bottom: 0px;
}
.error {
    font-size: 14px;
    color: #ff1515;
    letter-spacing: .51px;
    font-weight: normal;
    margin-bottom: 0px;
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group textarea {
    border: 1px solid #fff;
    border-radius: 6px;
    background: none;
    height: 120px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 24px;
    outline: none;
    font-size: 16px;
    color: #fff;
    letter-spacing: .51px;
    resize: none;
}
.contact-form .form-group textarea.placeholder {
    font-size: 15px;
    color: #797979;
    letter-spacing: .51px;
}
.contact-form .form-group textarea:-moz-placeholder {
    font-size: 15px;
    color: #797979;
    letter-spacing: .51px;
}
.contact-form .form-group textarea::-moz-placeholder {
    font-size: 15px;
    color: #797979;
    letter-spacing: .51px;
}
.contact-form .form-group textarea::-webkit-input-placeholder {
    font-size: 15px;
    color: #fff;
    letter-spacing: .51px;
}
.contact-form .form-group textarea:focus {
    border-color: #dedbdb;
}
.subbmit-parent {
    width: 100%;
    padding-top:10px;
}
.subbmit-parent .common-btn {
    display: inline-block;
    background: #ffbb0e;
    padding: 12px 48px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    outline: none;
    border: solid 1px #fff;
    border-radius: 6px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}
.subbmit-parent .common-btn::before {
    border-radius: 24px;
    background: #761476;
    transition: width 0.3s ease;
}
.contact-us-details {
    width: 100%;
    float: left;
    padding-top: 0px;
}
.c-details-item {
    padding: 28px 0px;
    margin-bottom: 15px;
}
.c-details-item .media .media-left {
    padding-right: 10px;
    vertical-align: middle;
}
.c-details-item .media .media-left i {
    min-width: 10px;
    display: inline-block;
    font-size: 25px;
    color: #fed30e;
}
.c-details-item .media .media-left i img{
    max-width: 100%;
}
.c-details-item .media .media-body p {
    margin: 0px;
    color: #eeecec;
    font-weight: 400;
    font-size: 22px;
    line-height: 28px;
}
.c-details-item .media .media-body a {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
}
.map_area .mapBox {
    height: 440px;
}
.map-panel{
    width: 100%;
    float:left;
}
.map-panel iframe {
    width: 100%;
    height: 345px;
    box-shadow: 0px 10px 30px rgba(53, 43, 43, 0.25);
}
/* Start responsive css*/

@media screen and ( max-width: 992px) {
    .contact-us-area {
        padding: 60px 0px;
    }
    .contactform-main {
        padding-top:80px;
    }
    .contact-form {
        padding: 50px 30px;
    }
      .contactform-main h5 {
    padding-bottom:0px;
    text-align: center;
    }   
    .contact-us-details {
       padding-bottom: 40px;
    }
    .map-outer {
        margin-bottom:70px;
    }
}


@media screen and ( max-width: 767px) {
    .contactus-page {
        margin-top:70px;
    }
    .contact-us-area {
    padding: 40px 0px 80px 0px;
}
    .c-details-item {
        padding: 18px 15px;
    }
    .map-panel {
        padding: 0px 30px;
    }
}


@media screen and ( max-width:480px) {
   .contactus-banner {
    padding: 30px 0px;
    min-height: calc(100vh - 70px);
   }
   .contactus-media img {
    max-width: 80%;
}

.contactform-main {
    padding-top: 0px;
}
.contact-us-area {
    padding: 40px 0px 60px 0px;
}
.contact-form {
    padding: 30px 20px;
}
.c-details-item .media .media-body p {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 27px;
}
.c-details-item .media .media-body a {
    letter-spacing: 0;
    font-size: 20px;
    line-height: 27px;
}
.c-details-item .media .media-left {
    padding-right: 15px;
}
.c-details-item {
    padding: 5px 0px;
}
.map-panel {
    padding: 0px 15px;
}
}




/*==================================Footer-End==================================*/

footer {
    width: 100%;
    float: left;
	background: #f5f5f5;
    padding: 40px 0 0;
}

.footContent .footLogo {
    margin-bottom: 15px;
}
.footContent .footLogo a {
    display: inline-block;
}

/* .footContent p {
    max-width: 80%;
    padding: 10px 0px 20px 0px;
    margin: auto;
    font-size: 15px;
    line-height: 1.4em;
} */

.footAppBox p {
    margin-bottom: 15px;
    font-size: 26px;
    color: #0d0d0c;
    font-weight: bold;
}
.footAppBox a {
	display: inline-block;
	margin-right: 10px;
}
.footAppBox a img {
    width: 120px;
}

.footerBottom {
    padding: 10px 0;
    border-top: 1px solid #dbd7d7;
    margin-top: 15px;
}
.footerBottom .footLink {
    display: inline-block;
    width: 100%;
    position: relative;
    top:5px;
}
.footerBottom .footLink a {
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #3F3F3F;
    display: inline-block;
    color: #3F3F3F;
    line-height: 1.1em;
    transition: .5s;
}
.footerBottom .footLink a:hover {
	text-decoration: none;
	color: #DF384D;
	transition: .5s;
}
.footerBottom .footLink a:last-child {
	border-right: none;
}
.footer-logo img {
    max-width: 190px;
    padding-bottom: 20px;
}

.footSocial a {
	display: inline-block;
	margin-left: 15px;
	font-size: 22px;
	color: #585E62;
	transition: .5s;
}
.footSocial a:hover {
	color: #DF384D;
	text-decoration: none;
	transition: .5s;
}
.copyright-panel h3 {
    font-size: 20px;
}
/*==================================Footer-End==================================*/
/*==================================subscribe-popup-Start==================================*/
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000000c4;
    display: none;
}
.popup-overlay.open {
    display: block;
}
.subscribe-popup {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 370px;
    background-color: #000000;
    border: solid 1px #2e2d2d;
    margin: auto;
    border-radius: 8px;
}
.subscribe-main {
    height: 100%;
    background-color: #00b6f9;
}
.subscribe-img {
    width: 55%;
    height: 100%;
    float:left;
    background: url(../images/loginregister-bg.jpg) left top no-repeat;
    background-size: cover;
}
.subscribe-popup h3 {
    padding: 10px 10px;
    margin: auto;
    color: #ffffff;
    font-size: 40px;
    text-align: center
}
.subscribe-content {
    width: 45%;
    height: 100%;
    padding: 80px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    float: right;
    text-align: center;
}
.subscribe-content p{
    margin: 0px;
    padding-bottom: 30px;
    font-family: sans-serif;
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
}
.close-btn {
    width: 32px;
    height: 32px;
    background: #ff8200;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    position: absolute;
    right: -10px;
    top: -20px;
    border-radius: 100px;
    border: solid 2px #fff;
    cursor: pointer;
}
.subscribe-btn {
    margin-top: 10px;
    height: 50px;
    padding: 0px 38px;
    background-color: #ff8200;
    border-color: #ff8200;
    font-size: 22px;
    color: #fff !important;
    line-height: 2.2;
    box-shadow: none !important;   
}
.subscribe-btn:hover {
    color: #fff;
}
/*==================================subscribe-popup-End==================================*/




