/* Common css */
*{box-sizing: border-box;padding: 0; margin: 0;font-family: 'Montserrat', sans-serif;
}
p,h1,h2,h3,h4,h5,h6,ul,li{padding: 0; margin: 0;}
img{max-width: 100%;}
.container{max-width: 1920px; padding: 0 5vw;margin: 0 auto;width: 100%;}
ul{list-style: none;}
a{text-decoration: none;cursor: pointer;}


/* Animation */
.btn{z-index: 666; position: relative; overflow: hidden; display: inline-block; background: transparent; border-radius: 31px; padding: 14px 45px; font-weight: 500; font-size: 18px; line-height: 22px; text-transform: capitalize; color: #0D0F25; border: 1px solid #0D0F25;}


/* Announsment Bar */
.announsment_bar { background: #233152; padding: 14px 0; }
.announsment_flex { display: flex; width: 100%; align-items: center; }
.announsment_flex  .icon_with_text { width: calc(100% - 200px); display: flex;gap: 33px; }
.announsment_flex a img { max-height: 20px; margin-right: 9px;filter: grayscale(100%) brightness(1000%); }
.announsment_flex  a { padding: 0; display: flex; align-items: center; font-style: normal; font-weight: 300; font-size: 14px; line-height: 17px; text-transform: lowercase; color: #FFFFFF; text-decoration: none; }
.announsment_bar .social_icon { display: flex; gap: 14px; justify-content: right; width: 200px; }
.announsment_bar .social_icon img{max-height: 20px;}
.container-full { padding: 0px 5vw; width: 100%; }


/* Header */
.header { background: #FFFFFF; box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25); width: 100%;padding: 15px 0 15px 0; }
.header_flex { display: flex; align-items: center; justify-content: space-between; width: 100%; }
.logo { width: 190px; }
.logo img{width: 100%;}
.navigation_menu { width:100%; }
.navigation_menu ul { display: flex; justify-content: flex-end; align-items: center; flex-direction: inherit;}
.navigation_menu ul li {
	padding-left: 30px;
}
.navigation_menu ul li:first-of-type {
	padding-left: 0;
}
.input-box {
	width: 100%;
	display: inline-block;
}
.input-box .question-dropdown {
	height: 48px;
	background: transparent;
	border: 1px solid #000;
	border-radius: 4px;
	margin-top: 5px;
}
.navigation_menu ul li a{font-weight: 500; font-size: 16px; line-height: 19px; text-transform: capitalize; color: #233152;margin: 0;padding: 0;background: none;}
.header a.common_button {display: inline-block; background: transparent;border-radius: 30px;padding: 14px 45px; font-weight: 500; font-size: 18px; line-height: 22px; text-transform: capitalize; color: #233152;border: 1px solid #233152; }
.header a.btn:hover{color: #fff;transition: 0.5s;border: 1px solid #ff4400;}
.menu_bar_icon_outer{display: none;}
.close_menu{display: none;}
.navigation_menu ul.sub-menu { padding-top: 50px; display: none; max-width: 192px; background: #fff; position: absolute; flex-wrap: wrap; }
.navigation_menu ul.sub-menu li a { display: block; border-bottom: 1px solid #ebebeb; padding: 10px; } 
.navigation_menu ul li a:hover { color: #ff4400; } ul.sub-menu li { position: relative; width: 100%; } 
ul.menu > li:hover .sub-menu { display: block; }
.drop-down li a { position: relative; }
li.drop-down > a::after{ content: ''; position: absolute; background-image: url('../images/Arrow-Bottom.svg'); width: 20px; height: 20px; }
li.drop-down-menu > a::after { content: ''; position: absolute; background-image: url('../images/Arrow-Bottom.svg'); right: 15px; width: 20px; rotate: 270deg; height: 20px; }
ul.sub-menu ul.sub-menu { top: 0; right: -192px; width: 100%; position: absolute; } 
ul.sub-menu-inner { padding-top: 0; display: none; max-width: 192px; background: #fff; width: 100%; left: 192px; flex-wrap: wrap; top: 0; position: absolute; } 
li.drop-down-menu:hover ul.sub-menu-inner{ display: block; }
.menu_right{display: flex; align-items: center;gap: 40px;justify-content: right;}
.header.active { position: sticky;top: 0;right: 0; left: 0;transition: top 0.5s cubic-bezier(0.5, 0, 0, 1);z-index: 66666; opacity: 0;animation: fadeIn 0.4s ease-in-out forwards;}
@keyframes fadeIn {
    from {opacity: 0;top: -100px; }
    to {top: 0;opacity: 1;}
  }
  body header nav ul.sub-menu li:hover {  background:  #222f50;  color: #fff !important; }

/* upload shorts video sec */
h1.h1  {
  text-align: center;
    font-size: 50px;
    padding-bottom: 40px;
    background: #ff411b;
    -webkit-background-clip: text;
    color: transparent;
}
section.shorts-upload-page {
  padding: 82px 0px;
  padding-bottom: 40px;
}
.upload-shorts {
  max-width: 600px;
  margin: 0px auto;
  padding: 24px;
}
.upload-shorts {
  border: 1px solid #e5e2e2;
  max-width: 600px;
  margin: 0px auto;
  padding: 32px 24px;
  margin-bottom: 40px;
  border-radius: 8px;
  background: #fff;
}
.input-box label {
  font-size: 18px;
  font-weight: 600;
}
.input-box input, .input-box textarea {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #0D0F25;
  padding: 12px;
  border-radius: 4px;
  resize: none;
}
.input-box {
  padding-bottom: 22px;
}
h3.h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  padding-bottom: 16px;
}
.upload-text p {
  padding: 6px 12px;
  background: #ff411b;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 4px;
}
.upload {
  text-align: center;
  position: relative;
  height: 98px;
  border: 2px dotted #ff411b;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
}
.upload-text span {
  color: #747474;
  font-size: 14px;
}
.upload-vdo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0px;
  opacity: 0;
}
.upload-shorts button.btn {
  margin: 0px auto;
  display: block;
  margin-top: 28px;
}
section.shorts-upload-page {
  background-image: url(../images/blog-bg-shape.png);
  padding: 96px 0px;
  background-size: contain;
}
h4.video-title {
  font-weight: 600;
  font-size: 18px;
  margin: 8px 0px;
  padding-bottom: 24px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 24px;
}
section.shorts-upload-page .submit_btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
section.how.Work .about_image img {
  border-radius: 0;
}
.video-img {
  position: relative;
}
.play-btn {
  width: 58px;
  position: absolute;
  top: 50%;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
img.ply {
  background: #fff;
  border-radius: 50%;
}
.thub-box {
  padding-top: 8px;
  flex-wrap: wrap;
  display: flex;
  gap: 14px;
}
.thub-box-card {
  position: relative;
  width: calc(33.33% - 10px);
}
.thub-box-card input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 0;
}
.thub-box-card input+ img {
  border: 4px solid transparent;
 
}
.thub-box-card input:checked+ img {
  border: 4px solid rgb(0, 0, 0);
 
}
.upload-shorts.sec-2 {
  max-width: 920px;
}
.one-row {
  display: flex;
}
.video-img {
  width: 50%;
}
.vdo-dis {
  padding: 0px 20px;
  width: 50%;
}
.one-row {
  padding-bottom: 60px;
  display: flex;
}
/* banner */
.banner_content {height: 100%; text-align: left; padding: 7vw 6vw 10vw 6vw;background-image: linear-gradient(to right, #dfdfdf, #ffffff);display: flex;align-items: center; }
.banner .container { padding: 0; }
.banner_flex{display: grid;grid-template-columns: repeat(2,1fr);width: 100%;align-items: center;direction: rtl;}
.banner_flex .baner_image img{height: 100%;width: 100%;object-fit: cover;}
.banner_content p.sub_heading { color: #000000; font-size: 20px; padding-bottom: 15px; }
.banner_content h1 { font-size: 50px; line-height: 1.2; color: #000000;padding-bottom: 20px; }
.banner  span { color: #ff4400; }
span { color: #ff4400; }
.baner_image{height: 100%;}
.btn::after { z-index: -6; position: absolute; content: ""; background: #ff4400; width: 100%; height: 100%; left: 0; right: 0; top: 0; bottom: 0; border-radius: 0px; transform: translate(0%, -100%); transition: 0.3s; }
body .btn:hover { border-color: #ff4400; color: #fff; z-index: 6; }
.btn:hover::after { transform: translate(0%, 0%); z-index: -1; }
.banner .swiper-button-next { background-color: #ff4400;border-radius: 50%;width: 40px;height: 40px;right: 20px;opacity: 0;transition: 0.3s ease-in-out; }
.banner .swiper-button-prev { background-color: #ff4400;border-radius: 50%;width: 40px;height: 40px;left: 20px;opacity: 0;transition: 0.3s ease-in-out; }
.banner:hover .swiper-button-next,.banner:hover .swiper-button-prev{opacity: 1;transition: 0.3s ease-in-out;}
.banner{position: relative;}
.banner .swiper-button-next:after,.banner .swiper-button-prev:after {font-size: 15px; color: #fff; font-weight: 900; }

/* About section */
.about_section { padding: 70px 0 60px 0; }
.about_head h2 { text-align: center; font-size: 50px; padding-bottom: 40px;background:#ff411b; -webkit-background-clip: text; color: transparent; }
.about_grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 30px; align-items: center; }
.about_content h3 { font-size: 30px; padding-bottom: 20px; }
.about_content p { font-size: 18px; padding-right: 20px; color: #535353; line-height: 1.5; }
.about_image img { border-radius: 60px 0 60px 0; }

/* Footer */
.footer { padding: 20px 0;background: #0D0F25E3; }
.footer_copyright  p,.footer_copyright  p a { font-weight: 300; font-size: 16px; line-height: 26px; text-transform: capitalize; color: #FFFFFF; }
.footer_copyright  p a{color: #ff4400;font-weight: 600;}
.footer-grid{display: flex;justify-content: space-between;align-items: center;}
.footer-grid ul{display: flex;align-items: center;}
.footer-grid ul li a{color: #fff;font-size: 14px;}
.footer-grid ul li{padding-right: 20px;}
.rounded-xl {
  margin: 25px;
}
.heading_label {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	margin: 10px 0 15px;
}
.login_page a {
	outline: none !important;
    --tw-ring-offset-width: 0;
}
.login_page .link_right a {
 margin-left: 10px;
}
.justify-end.link_right {
	width: 100%;
	text-align: right;
}
.login_page .login_btn {
	min-width: 120px;
	text-align: center;
	justify-content: center;
	outline: none !important;
	height: 50px;
    box-shadow: none !important;
    --tw-ring-offset-width: 0;
}
.login_page .bg-white {
	padding-bottom: 40px;
}

#result {
	background: #f5f5f5d9;
	padding: 40px;
	border: 1px solid #cccccc4d;
	margin-bottom: 30px;
	border-radius: 10px;
    width: 100%;
    display: block;
}
#next {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
    text-align: center;
}
.table.history_table_outer {
	table-layout: fixed;
}
.history_table_outer th:first-of-type, 
.history_table_outer td:first-of-type{
    width: 10%;
}

.history_table_outer th:nth-child(2), 
.history_table_outer td:nth-child(2){
    width: 15%;
} 
.history_table_outer th:nth-child(3), 
.history_table_outer td:nth-child(3){
    width: 8%;
} 
.history_table_outer th:nth-child(4), 
.history_table_outer td:nth-child(4){
    width: 22%;
} 
.history_table_outer th:nth-child(5), 
.history_table_outer td:nth-child(5){
    width: 10%;
} 
.history_table_outer th:last-of-type, 
.history_table_outer td:last-of-type{
    width: 10%;
} 
.history_table_outer {overflow-x: scroll;}
table.table.history_table_outer {
  width: 1140px;
  max-width: 1140px;
}
.history_outer { padding: 43px 0 40px ; }
.history_table_outer table,.history_table_outer td,.history_table_outer th {  
    border: 1px solid #ddd;
    text-align: left;
    line-height: 22px;
    padding: 5px 10px !important;
    font-size: 14px;
}
.history_table_outer th {
	background: #f5f5f5;
}
.history_table_outer table {
  border-collapse: collapse;
  width: 100%;
}
.history_outer h2 {
	font-size: 40px;
	margin: 0 0 25px;
	text-align: center;
	font-weight: 500;
	color: #333;
}

.history_outer .container {
	max-width: 1440px;
}


 
.checkbox_cart input {
    width: 30px;
    height: 30px;
    position: relative;
    margin-top: 30px;
}

.checkbox_cart .rounded-xl {
	margin: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.checkbox_cart {
	padding: 15px;
}
#resultData {
	max-width: 1740px;
}

.submit_btn {
	width: 100%;
	display: inline-block;
	margin-top: 70px;
	text-align: center;
}
.table.history_table_outer .yellow-button.pdfGeneratorButton.btn-info {
	margin: 0;
	background: #ff4400;
  text-decoration: none;
}
span.left_text a {
  color: #000!important;
}

.cat_label_name>a {
  color: #000;
}



/* About css start from here */
section.about_banner {
  background-image: url("../images/bg.jpg");
}
section.about_banner {
  padding: 200px;
}
section.about_banner h1 {
  font-size: 52px;
  text-align: center;
  color: #fff;
}
section.about_banner p {
  font-size: 18px;
  padding-right: 20px;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}
.about_film {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  align-items: center;
}
.about_infrom h2 {
  font-size: 30px;
  padding-bottom: 10px;
}
.about_infrom p {
  font-size: 18px;
  padding-right: 20px;
  color: #535353;
  line-height: 1.5;
  text-align: left;
}
.about_infrom {
  width: 50%;
}
.about_infrom span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}
section.how.Work {
  background: #ffefe9;
  padding: 40px 0;
}
section.how.Work .about_film {
  flex-direction: row-reverse;
}
section.footer_bofore .b_block {
  width: 50%;
}
section.footer_bofore .about_film {
  align-items: flex-start;
  gap: 30px;
}
section.footer_bofore p {
  font-size: 18px;
  padding-right: 20px;
  color: #535353;
  line-height: 1.5;
  text-align: left;
}
.b_block h2 {
  margin-bottom:10PX;
}
.footer_bofore{
  background-image: url('../images/brand-bg.png');
}
.footer_bofore {
  background-image: url('../images/brand-bg.png');
  padding: 50px 0;
  color: #fff;
}
.footer_bofore p {
  color: #fff!important;
}

/* contact us css Start  from here */
.conatact_us {
  background-image: url(../images/contact-bg.jpg);
  padding: 200px;
  position: relative;
}
.conatact_us:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.conatact_us h1 {
  font-size: 52px;
  text-align: center;
  color: #fff;
  z-index: 1;
  position: relative;
}
.img_line img {
  width: 100%;
}
.contact_block .top_icon img {
  width: 60px;
}
.contact_block .top_icon{
  text-align: center;
}
.contact_block .top_icon h2 {
  font-size: 30px;
  padding-bottom: 10px;
  margin-top: 10px;
}
.contact_block .top_icon p {
  font-size: 18px;
  color: #535353;
}
.contact_block {
  padding: 40px 0;
}
.contact_form input[type="text"] {
  line-height: 1.2;
  color: rgb(115 115 115);
  width: 100%;
  padding: 19px 30px;
  background-color: #f3f3f3;
  border: none;
  font-size: 15px;
}
.contact_form .div {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.contact_form {
  max-width: 800px;
  margin: 40px auto;
}
.contact_form textarea {
  background: #f3f3f3;
  border: none;
  padding: 18px;
  font-size: 15px;
  resize: none;
  color: rgb(115 115 115);
}
.contact_form textarea:focus-visible, .contact_form input[type="text"]:focus-visible{
  outline: none;
  box-shadow: none;
}
.contact_block button {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  padding: 18px 50px;
  border: 2px solid transparent;
  position: relative;
  background: #ff4400;
  color: #fff;
  text-decoration: none;
  transition: 0.2s ease;
}
.contact_block button:hover {
  background-color: transparent;
  border-color: #ff4400;
  color: #ff4400;

}
.submit_btn {
  text-align: center;
}
.history_outer .new_btn_style .yellow-button.table_btn_style.btn-info.pdfGeneratorButton {
	position: relative;
	overflow: hidden;
	display: inline-block;
	border-radius: 31px;
	padding: 14px 45px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	background: #ff4400 !important;
	margin-top: 50px;
}

/* tearm and Condition */
.terms_condition ul {
  list-style: unset;
  padding: 24px 50px;
  padding-top: 10px;
}
.terms_condition {
  max-width: 1120px;
  margin: 0 auto;
  padding: 40px 0;
}
.terms_condition ul li {
  padding: 8px 0;
}
.terms_condition h3:after {
  position: absolute;
  left: -18px;
  top: 9%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "//";
  margin-right: 10px;
  color: rgb(255,150,50);
}
.terms_condition h3 {
  position: relative;
}

.movie_thumb_box {
  width: 100%;
  display: inline-block;
  background: #fff3f3;
}
.movie_thumb_inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.movie_thumb {
	width: 33.33%;
	padding: 15px;
}
.movie_thumb_desc {
	padding:15px;
	display: inline-block;
	width: 100%;
}
.movie_thumb_img img {
	width: 100%;
}
.movie_thumb_desc h3 {margin: 0 0 15px;font-size: 16px;line-height: 1.3;}
.cat_label_name {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding-bottom: 10px;
	font-weight: 500;
}
.movie_page_outer .filter_filed {display: flex;}
.filter_class_right .green-button.table_btn_style {
	position: relative;
	overflow: hidden;
	display: inline-block;
	padding: 6px 25px;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-transform: capitalize;
	color: #fff;
	border: 1px solid #0D0F25;
	height: 40px;
	margin-right: 0px;
	background: #0D0F25;
    cursor: pointer;
    width: 120px;
}
.movie_page_outer .movie_thumb_img {min-height: 350px;}
.movie_page_outer .movie_thumb_img img {height: 100%;object-fit: cover;}
.movie_page_outer .container { justify-content: right !important; }
.cat_label_name span {
	color: #000;
}
.movie_page_outer #rating-form {
	display: flex;
	width: 100%;
    align-items: center;
}
.movie_page_outer #rating_filter {
	height: 40px;
	padding: 5px;
	background: transparent;
	border: 1px solid #ccc;
	outline: none;
    border-radius: 0;
}
.filter_class_right label {
	padding-right: 10px;
	font-weight: 500;
}
.history_outer.product_page .container {
	max-width: 1920px;
}
.history_outer.product_page .image-sec-inner {
	margin-bottom: 20px;
}

.history_outer.product_page #ratingForm #submitRating {
	margin-top: 20px;
}
.history_outer.product_page .text-sec.new_btn_style h2 {
	font-weight: 600;
	line-height: 1.2;
	font-size: 30px;
	margin-bottom: 15px;
}
.cookie_outer {
	position: fixed;
	bottom: 20px;
	right: 0;
	left: 0;
    z-index: 999;
}
.cooke_inner {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	width: 90%;
	margin: 0 auto;
	border-radius: 4px;
	padding: 25px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
}
.left_dec {
	width: 70%;
	padding-right: 15px;
}
.right_desc {
	width: 30%;
    text-align: right;
}
.right_desc .btn {
    padding: 8px 15px;
    font-size: 15px;
    position: relative;
    top: 2px;
}
.btn.reject_btn {
	margin-left: 10px;
}
#errorPopup h2 {
	font-weight: 600;
	font-size: 26px;
}
#errorPopup #closePopupButton {
	color: #000;
	text-decoration: none;
	padding: 12px 44px;
}
#errorPopup .popup-content {
	width: 100%;
	max-width: 530px;
	padding: 50px 20px;
}
#errorPopup #closePopupButton {
	margin-top: 30px;
}
#errorPopup #closePopupButton:hover{
    color: #fff;
}
.shorts-upload-page.form-section.create_movie_page {
	min-height: 85vh;
}
.movie_page_outer .green-button.table_btn_style {
	min-width: inherit;
}


/* Plan page css starts from here */
.plan_outer {padding: 120px 0 80px 0;  }
.card_outer { display: flex; width: 100%; align-items: flex-start; gap: 20px; }
.card_outer form { width: calc(33.33% - 20px);padding: 30px;border-radius: 20px;box-shadow: 0px 0px 12px 3px #ddd;}
.button_outer { display: flex; justify-content: center; }
.card_outer  form:first-child {background: linear-gradient(45deg, black, #00556b);}
.card_outer  form:nth-child(2) {background: linear-gradient(45deg, black, #ff411b);}
.card_outer  form:last-child {background: linear-gradient(45deg, black, #004a86);}
.card_pricing { background: #fff; padding: 20px; text-align: center; border-radius: 20px; margin-top: -70px; box-shadow: 0px -3px 5px -1px #ddd; }
.des_card p { color: #fff; padding: 80px 20px; text-align: center; font-size: 18px; line-height: 1.5; }
.card_pricing p { font-size: 20px; text-transform: uppercase; font-weight: 600; }
.card_pricing h3 { font-size: 38px; font-weight: 700; }
.card_one .card_pricing p,.card_one .card_pricing h3 {color: #2c273b;}
.btn.plan_btn { background: #fff; padding: 14px 30px; font-size: 18px; font-weight: 500;border: 0;text-transform: uppercase; }
.card_two .card_pricing p, .card_two .card_pricing h3{color: #ff411b;}
.card_three .card_pricing p, .card_three .card_pricing h3{color: #00556b;}


/* Payment Gateway page css start from here */
.payment_outer { padding: 60px 0;}
.payment_outer h1 { color: #000; font-size: 50px; line-height: 1.2; padding-bottom: 29px; font-weight: 600; }
.payment_outer .panel-default>.panel-heading { background: #ff411b; padding: 20px 17px; text-align: center; }
.payment_outer .panel-heading  h3.panel-title { font-size: 23px; font-weight: 500; color: #FFF; }
.payment_outer .panel-default { border: 1px solid #ddd; border-radius: 20px; overflow: hidden; }
.payment_outer  .panel-body { padding: 38px 30px 40px; }
.panel_box { max-width: 700px; margin: 0 auto; }
.panel_box  input.form-control{height: 46px;}
.panel_box .control-label { font-size: 16px; color: #000; font-weight: 500; }
.movie_page_outer .movie_thumb_desc h3 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.movie_page_outer #ReadMoreLink {
	margin: 0;
	display: inherit;
	color: rgb(51, 51, 51);
	border-radius: 22px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: underline;
	position: relative;
	top: -13px;
}
.history_outer .text-sec.new_btn_style #viewMoreLink{
 color: rgb(51, 51, 51);
	border-radius: 22px;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 1px;
	text-decoration: underline;   
}
.history_outer .product-outer .image-sec {
	background: #f5f5f58f;
    padding: 15px;
}
.history_outer .product-outer .image-sec-inner {
	margin: -15px;
}
.history_outer .product-outer .image-sec h3 a {
	text-decoration: none;
	color: #333;
	margin-top: 15px;
	display: inline-block;
    font-size: 22px;
}
.history_outer .product-outer .image-sec h4 a {
	text-decoration: none;
	color: #333;
	margin-top: 15px;
	display: inline-block;
    font-size: 20px;
}
.history_outer .product-outer .image-sec h3 a span,.history_outer .product-outer .image-sec h4 a span {
	color: inherit;
	font-weight: 600;
}
.history_outer .product-outer h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3;
}
.history_outer .product-outer .image-sec #submitRating {
	padding: 12px 30px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
	margin: 20px 0 10px;
}
.history_outer .product-outer spam.category {
	font-size: 18px;
	display: inline-block;
	margin-bottom: 12px;
	color: #ff4400;
}
.history_outer .product-outer spam.category {
	font-size: 12px;
	display: inline-block;
	margin-bottom: 12px;
	color: #fff;
	background: #f40;
	padding: 5px 10px;
}


@media screen and (max-width: 991px) {
.filter_class_right .green-button.table_btn_style {
	padding: 6px 12px;
	font-size: 13px;
}
.about_film {
  justify-content: center;
  flex-wrap: wrap;
}
.conatact_us {
  padding: 60px;
}
section.about_banner {
  padding: 60px;
}
.about_infrom h2 {
  font-size: 30px;
}
.about_infrom {
  width: 100%;
}
section.footer_bofore .b_block {
  width: 100%;
}
.navigation_menu ul li {
  padding-left: 15px;
}
.navigation_menu ul li a {
  font-size: 12px;
}
.footer-grid {
  flex-wrap: wrap;
}
.footer-grid ul li {
  padding-right: 17px;
}
.des_card p { padding: 50px 0px;}
.card_pricing h3 {font-size: 30px;}
.card_pricing p {font-size: 18px;}


}
@media screen and (max-width: 768px) {
  .footer_bofore {
      padding: 25px;
  }
  .terms_condition h3{
    font-size: 12px;
  }
  .terms_condition h1 {
    font-size: 22px;
}
.terms_condition {
  padding: 20px 0;
}
.terms_condition ul{
  padding: 5px 20px 20px 20px!important;
}
.terms_condition h3 {
  margin: 0 10px;
}
.terms_condition ul li {
  padding: 3px 0;
  font-size: 13px;
}
  section.how.Work {
      padding: 25px 0;
  }
  .conatact_us h1 {
      font-size: 35px;
  }
  .contact_form input[type="text"] {
      font-size: 12px;
  }




}

@media screen and (max-width: 767px) {
.movie_thumb {width:100%;}

.pagetitle.heading h2 {
	font-size: 30px;
}  

.movie_page_outer label {
	font-size: 14px;
}
.movie_page_outer #rating-form{
    justify-content: space-between;
}
.filter_class_right {
	width: 100%;
}   
.cooke_inner {
	flex-wrap: wrap;
}  
.left_dec {
	width: 100%;
	padding: 0;
	text-align: center;
}    
.right_desc {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-top: 10px;
}
.cooke_inner p {
	font-size: 14px;
	line-height: 24px;
}
.right_desc .btn {
	font-size: 13px;
} 
.card_outer {flex-wrap: wrap;gap: 82px;}
.card_outer form { width: 100%; }
.plan_outer {padding: 90px 0 50px 0;}
.history_outer {padding: 13px 0 30px 0;}


}