/* Font css */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');

/* Font css */

body {
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    line-height: 38px;
}

a {
    color: #0074E1;
    text-decoration: none !important;
}

p {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0
}

ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

ul.inline-list {
    font-size: 0
}

ul.inline-list li {
    display: inline-block;
    font-size: 14px
}

input.hidden-field {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}

h1,
h2 {
    font-size: 40px;
    line-height: 60px;
    color: #333;
    text-transform: capitalize;
    margin-bottom: 0;
}

h1 span,
h2 span {
    color: #0074E1;
}

h3 {
    font-size: 25px;
}

.hup_btn {
    color: #fff !important;
    background-color: #0074E1;
    font-size: 16px;
    line-height: 38px;
    text-transform: capitalize;
    padding: 13.5px 33.8px;
    text-decoration: none !important;
    border-radius: 5px;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1208px;
    }
}
.row{ margin-left:0; margin-right:0;}
.wrapper.maintenance-mode .home{
	font-size:24px;
}
.wrapper.maintenance-mode .desc p{
	font-weight:500;
}
@media (min-width: 767px) {
    h1,
    h2 {
        font-size: 36px;
        line-height: 54px;
    }

}
.banner_left{
	display:block;
	position:absolute;
	left:8%;
}
.banner_right{
	display:block;
	position:absolute;
	right:8%;
}

/* All-models.css start */

section.title_section {
    position: relative;
    overflow: hidden;
}

section.title_section .title_section_content {
    width: 100%;
    padding: 0 30px;
}

section.title_section .breadcrumb_line {
    text-align: center;
    margin-top: 40px;
}

section.title_section .breadcrumb_line a i {
    color: #333;
}

section.title_section .breadcrumb_line a {
    text-transform: capitalize;
}

section.title_section .title_section_text {
    text-align: center;
    margin-top: 40px;
}

section.title_section .title_section_text p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

section.title_section .title_section_serachbar {
    text-align: center;
}

section.title_section .title_section_serachbar_content input {
    max-width: 365px;
    width: 100%;
    border: 1px solid #33333330;
    padding: 4px 10px 4px 18px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    outline: none;
}

section.title_section .title_section_serachbar_content button.hup_btn {
    margin-left: -4px;
    border-radius: 0 5px 5px 0;
    border: 0;
    padding: 5px 33.8px;
    display: inline;
}

section.title_section .title_section_serachbar_content input::placeholder {
    opacity: 0.5;
}

section.title_section .title_section_serachbar_content {
    margin-top: 30px;
}

section.title_section:before {
    position: absolute;
    content: '';
    width: 335px;
    background-color: #0074E1;
    top: 0;
    right: -13%;
    height: 335px;
    border-radius: 174px;
    opacity: 0.20;
}

a.models_section_inner {
    display: block;
    box-shadow: 0px 8px 20px 0px #4177c120;
    margin-top: 60px;
    transition: all 0.5s;
}

.models_section_inner_img {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.models_section_inner_text p {
    color: #333;
    padding: 8px 20px;
}

.models_section_inner_text {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

a.models_section_inner:hover .models_section_inner_text {
    background-color: #0074E1;
}

a.models_section_inner:hover .models_section_inner_text p {
    color: #fff;
}

a.models_section_inner:hover {
    margin-top: 40px;
}

.models_section_inner_img img {
    max-height: 203px;
    width: 100%;
    object-fit: cover;
}

.lastsection_allmodels_maincontent {
    display: flex;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 40px;
}

.lastsection_allmodels_left,
.lastsection_allmodels_right {
    flex: 0 0 50%;
    padding: 0 15px;
}

.lastsection_allmodels_left_img img {
    max-width: 100%;
}

.lastsection_allmodels_right_desc {
    max-width: 540px;
}

.lastsection_allmodels_right_desc h2 {
    margin-bottom: 20px;
}

.lastsection_allmodels_right_desc p {
    margin-bottom: 15px;
}

section.models_section {
    margin-top: 20px;
    background-image: url(../images/bodybackground.png);
    background-repeat: no-repeat;
    padding-bottom: 90px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
}

section.models_section:after {
    position: absolute;
    content: '';
    width: 335px;
    background-color: #0074E1;
    top: 0;
    left: -13%;
    height: 335px;
    border-radius: 174px;
    opacity: 0.20;
    z-index: -1;
}

section.title_section .breadcrumb_line a {
    color: #0074E1;
}

.allmodels_pagination .pagination {
    justify-content: center;
    margin-bottom: 20px;
}

.allmodels_pagination .gotopage{
	text-align:center;
}

.allmodels_pagination .gotopage .jump_page_num{
	height:25px;
	width:80px;
	text-align:center;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.allmodels_pagination .pagination a,
.allmodels_pagination .pagination span{
    color: #333;
    float: left;
    padding: 1px 16px;
    text-decoration: none;
}

.allmodels_pagination .pagination a.active,
.allmodels_pagination .pagination span{
    color: #0074E1;
}

a.models_section_inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}


/*.allmodels_pagination .pagination a:hover:not(.active) {background-color: #ddd;}*/

.allmodels_pagination a.prev {
    background-color: #0074E1;
    color: #fff;
    display: inline-block;
    margin-right: 30px;
}

.allmodels_pagination a.next {
    background-color: #0074E1;
    color: #fff;
    display: inline-block;
    margin-left: 30px;
}

footer {
    background-image: url(../images/Footer_background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 30px;
	font-size:14px;
}

footer .container .row .usc{
	padding-top:15px;
}
footer .container .row .usc a{
	color:#fff;
}
.header_user_icon a {
    color: #0074e1;
}

.footer_links_title h3 {
    color: #10E7DC;
    margin-bottom: 25px;
	font-size:18px;
}
.footer_main_links {
	padding-left:8px;
}
.footer_main_links a {
    padding: 5px 0;
    color: #fff;
    margin-bottom: 0;
    display: block;
    line-height: normal;
    transition: all 0.5s;
}
.footer_main_links a:hover {
	color: #10E7DC;
}
.footer_links_title_hidden {
    visibility: hidden;
}

footer .container {
    max-width: 1400px;
    padding-right: 20px;
    padding-left: 20px;
}
.footer_email_links ul li{
    line-height: normal;
}
.footer_email_links a {
    color: #fff;
    padding: 5px 0;
    display: block;
}

.footer_email_links a i {
    padding-right: 10px;
}

.footer_copyright_section p {
    color: #fff;
    text-align: center;
}

.footer_copyright_section {
    background-color: #0074E1;
    padding: 10px 0;
}

.footer_copyright_section p {
    color: #fff;
    text-align: center;
}

.header_serachbar input {
    width: 100%;
    border: 1px solid #33333330;
    padding: 4px 10px 4px 18px;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    outline: none;
}
.home_search{
  padding:15px;
  justify-content:center;
  border:1px solid #0074E1;
}
.home_search .ss{
	border-top:1px solid #0074E1;
}
.home_search .row{ margin:0;}
.home_search .btn_search {
	padding:5px 20px;
    border: 0;
}
.header_serachbar button.hup_btn {
    margin-left: -4px;
    border-radius: 0 5px 5px 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
}

.header_serachbar {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 480px;
}

header .row {
    align-items: center;
    justify-content: space-between;
}

.header_user_icon {
    color: #0074E1;
    margin-right: 25px;
    position: relative;
}
.header_user_icon .freetoken{
	color:#e21f14;
}
.header_user_icon .user-icon{
	display:inline-flex;
	font-size: 26px;
	justify-content:center;
	align-items:center;
}

.user-nav{
    position: absolute;
    top: 40px;
    /*right: 0;*/
    background: #fff;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease;
    border: 1px solid #f0f0f0;
    z-index: 2;
    width: 180px;
    -webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.2);
    border-radius: 5px;
}

.user-nav.visible{
    opacity: 1;
    visibility: visible;
}

.user-nav li{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f0f0;
}

.user-nav li:last-child{
    border-bottom: 0;
}

.user-nav span{
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #333;
    padding: 5px 20px;
    border-bottom: 20px;
}

.user-nav a{
    display: flex;
    align-items: center;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    width: 100%;
    color: #333;
    padding: 7px 20px;
    transition: all .3s ease;
}

.user-nav a:hover{
    color: #0074E1;
}

.header_rightsideicon {
    display: flex;
	height:26px;
}

.header_signup_btn .hup_btn {
    background-color: #fff0;
    border: 1px solid #0074E1;
    color: #0074E1 !important;
}

.header_main_menu {
    position: relative;
    background-color: #333;
}

.menu_links a {
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.menu_links a.active {
    background-color: #0074E1;
}

.menu_links {
    margin-left: auto;
    margin-right: auto;
}

#myTopnav .icon {
    display: none;
}

@media (max-width: 1330px) {
    section.models_section:after {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1230px) {
    .site-logo {
        padding-left: 20px;
    }
    .header_signup_btn {
        margin-right: 20px;
    }
}
@media (min-width:992px) and (max-width: 1200px){
    .menu_links a {
        padding: 10px 20px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .models_section_inner_img img {
        width: unset;
    }
}
@media(max-width:1350px) {

}

@media(max-width:1352px) {
	.banner_left{
		left:0.5%;
	}
	.banner_right{
		right:0.5%;
	}
}
@media(max-width:1151px) {
	.banner_left{
		display:none;
	}
	.banner_right{
		display:none;
	}
}
@media(max-width:1024px) {
	.purchased_video_section_text {
		text-align:center;
	}
	.purchased_video_section_text .hup_purchased_video_btn{
		margin-left:0;
		margin-right:0;
	}
}
@media(min-width:992px) {
	.container{
		padding-left:0;
		padding-right:0;
	}
}
@media (min-width: 767px) and (max-width: 991px) {
    .site-logo img {
        max-width: 150px;
    }
    .header_serachbar {
        max-width: 350px;
    }
    .header_serachbar a.hup_btn,
    .header_signup_btn .hup_btn {
        padding: 5px 20.8px;
    }
    .header_serachbar input {
        font-size: 14px;
    }
    .menu_links a {
        padding: 10px 4px;
    }
}

@media (max-width: 768px) {
    h1,
    h2 {
        font-size: 32px;
        line-height: 50px;
    }

    .models_section_inner_img img {
        max-height: unset;
    }
    section.title_section:before {
        width: 100%;
        height: 100%;
        border-radius: 0;
        right: 0;
    }
	section.title_section .title_section_serachbar_content button.hup_btn {
		border-radius:5px;
	}
    section.title_section .title_section_text {
        margin-top: 25px;
    }
    section.title_section .title_section_text p {
        margin-top: 15px;
    }
    section.title_section .title_section_serachbar_content {
        margin-top: 25px;
    }
    section.title_section .title_section_serachbar_content input {
        border-right: 1px solid #33333330;
    }
    section.title_section .title_section_serachbar_content a.hup_btn {
        border-radius: 5px 5px;
        display: inline-block;
        padding: 5px 34px;
        margin-top: 15px;
    }
    section.title_section .breadcrumb_line {
        margin-top: 30px;
    }
    section.title_section .title_section_content {
        padding: 0 30px 30px;
        z-index: 1;
    }
    .lastsection_allmodels_maincontent {
        padding-top: 60px;
        flex-direction: column;
    }
    .lastsection_allmodels_right {
        margin-top: 40px;
    }
    .lastsection_allmodels_right_desc {
        max-width: 100%;
    }
    section.models_section:after {
        display: none;
    }
    .allmodels_pagination .pagination a {
        padding: 1px 14px;
    }
    .allmodels_pagination a.next {
        margin-left: 0;
    }
    .allmodels_pagination a.prev {
        margin-right: 0;
    }
    header .header_serachbar {
        order: 1;
        padding: 0 15px;
        margin-top: 10px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .site-logo {
        /*padding-left: 20px;*/
    }
    .site-logo img {
        max-width: 150px;
    }
	.header_user_icon {
        font-size: 14px;
    }
    .header_user_icon .user-icon{
        font-size: 26px;
    }
	.header_user_icon{
		margin-right:18px;
	}
	.header_user_icon .user-nav {
		right:0;
	}
    .header_signup_btn .hup_btn {
        padding: 10px 12px;
    }
    .header_rightsideicon {
		justify-content:center;
		align-items:center;
		/*width:100%;*/
    }
    .header_serachbar input {
        padding: 4px 10px 4px 10px;
        font-size: 11px;
    }
    .header_serachbar a.hup_btn {
        padding: 5px 20.8px;
    }
    .footer_links_title_hidden {
        display: none;
    }
    .footer_links_title {
        margin-top: 25px;
    }
    footer {
        padding: 25px 0 50px;
    }
    .menu_links {
        width: 100%;
    }
    .menu_links a.active {
        background-color: #333;
    }
    #myTopnav a:not(:first-child) {
        display: none;
    }
    #myTopnav a.icon {
        float: right;
        display: block;
    }
    #myTopnav.responsive {
        position: relative;
        width: 100%;
    }
    #myTopnav.responsive .icon {
        position: absolute;
        top: 0;
        right: 0;
    }
    #myTopnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .models_section button.close {
      right: 10px;
      color: #000 !important;
      z-index: 999;
    }
}


/* All-models.css start */



/* purchased video css */


.purchased_video_section_inner {
    display: block;
    box-shadow: 0px 8px 20px 0px #4177c120;
    margin-top: 60px;
    transition: all 0.5s;
}
.purchased_video_section_inner:hover {
    margin-top: 40px;
}
.purchased_video_section_inner:hover .purchased_video_section_text {
    background-color: #0074E1;
}
.purchased_video_section_inner:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.purchased_video_section_video {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.purchased_video_section_video.overflowshow{
	overflow:visible;
}
.purchased_video_section_video img {
    max-height: 203px;
    width: 100%;
    object-fit: cover;
}
.purchased_video_section_text {
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    padding-bottom: 25px;
}
.purchased_video_section_text .title {
    color: #333;
    padding: 8px 20px;
}
.purchased_video_section_text .title span{
	float:right;
}
.hup_purchased_video_btn {
    display: inline-block;
    padding: 4px 29px;
    border: 1px solid #0074E1;
    border-radius: 5px;
    font-weight: 700;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
    transition:all 0.5s;
    color: #0074E1;
    position: relative;
    z-index: 1;
}
.purchased_video_section_inner:hover .purchased_video_section_text p,
.purchased_video_section_inner:hover .purchased_video_section_text a{
    color: #fff;
}
.purchased_video_section_inner:hover .hup_purchased_video_btn {
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
}
#closer_videopopup {
    cursor: pointer !important;
}
.purchased_video_section_videocontrol {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 49px;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.purchased_video_section_video {
    position: relative;
}
.purchased_video_section_video:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #0074E1;
    top: 0;
    left: 0;
    opacity: 0;
    transition:all 0.5s;
}
@keyframes rotate {
    0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.star {
  animation: 2.5s rotate infinite;
  animation-timing-function: linear;
}

.star_holder{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  width:50px;
}

.star {
  margin: 50px auto;
  width: 40px;
  height: 40px;
  background: yellow;
  position:absolute;
}
.star:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: yellow;
  transform: rotate(45deg);
}
.star_holder span{
  position: absolute;
  color:red;
  font-weight:bold;
  font-style:italic;
  z-index:99;
  transform:rotate(-40deg);
}
.purchased_video_section_inner:hover .purchased_video_section_video:after {
    opacity: 0.5;
}
.purchased_video_section_videocontrol {
    opacity: 0;
}
.purchased_video_section_inner:hover .purchased_video_section_videocontrol {
    opacity: 1;
}
.purchased_video_section_videocontrol img {
    max-width: 60px;
}
.purchased_video_page .modal-header {
    padding: 0 !important;
    border-bottom: 0 !important;
}
.purchased_video_page video {
    width: 100%;
    outline: none !important;
}
section.models_section.purchased_video_page:after {
    display: none;
}
button.close {
    position: absolute;
    right: -30px;
    color: #fff !important;
    opacity: 1;
    font-size:42px;
    padding: 0 !important;
    margin: 0 !important;
    opacity: 1 !important;
    outline: none !important;
}

/* purchased video css */


/* Sample Videos css */

.Sampleviedo_lastsection .lastsection_allmodels_right_desc {
    margin-left: auto;
}
.sample_video_section_btn {
    display: flex;
    justify-content: space-between;
}
.sample_video_section_btn .hup_purchased_video_price {
   font-size: 30px;
   line-height: 38px;
   color: #0074E1;
   font-weight: 500;
}
.purchased_video_section_inner:hover .hup_purchased_video_price {
   color:#FFE600 !important;
}
.sample_video_section_btn .hup_purchased_video_btn {
    background-color: #0074E1;
    color: #fff;
}
.purchased_video_section_inner .free-tokens{
    color: #D73974;
    transition: all 0.5s;
}
.purchased_video_section_inner:hover .free-tokens{
    color: #fff;
}
.purchased_video_section_inner:hover .sample_video_section_btn .hup_purchased_video_btn {
   background-color:#fff !important;
   color:#0074E1 !important;
}
.sampleviedo_tags {
    position: absolute;
    top: 10px;
    left: 1px;
    color: #fff;
    z-index: 1;
}
.sampleviedo_tags p {
 border-radius: 0px 5px 5px 0px;
 padding: 0 22px;
 text-transform: capitalize;
 }
 .sampleviedo_tags p.sampleviedo_tags_premium {
   background: #FF3A81;
 }
 .sampleviedo_tags p.sampleviedo_tags_trending {
   background: #FF3A3A;
 }
 .sampleviedo_tags p.sampleviedo_tags_latest {
   background: #1C851A;
}
.models_section ul.nav.nav-tabs {
    width: 100%;
    display: flex;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    border: none;
    justify-content: space-around;
    margin-top: 40px;
}
.models_section ul.nav.nav-tabs li {
    text-align: center;
}
.models_section ul.nav.nav-tabs li a {
    color: #333;
    padding: 0 10px;
    position: relative;
}
.models_section ul.nav.nav-tabs li a:after {
   position: absolute;
   content: '';
   width: 100%;
   height: 2px;
   background-color: #fff0;
   bottom:-5px;
   left: 0;
}
.models_section ul.nav.nav-tabs li a.active:after {
   background-color: #0074E1;
}
@media (min-width: 992px) and (max-width: 1199px){
   .sample_video_section_btn .hup_purchased_video_price {
    font-size: 14px;
 }
}
@media (min-width: 768px) and (max-width: 991px){
   .sample_video_section_btn .hup_purchased_video_price {
    font-size: 26px;
 }
}
@media (max-width:767px){

.models_section ul.nav.nav-tabs {
      justify-content: center;
   }
   .Sampleviedo_lastsection .lastsection_allmodels_maincontent {
    flex-direction: column-reverse;
}
}
@media (min-width: 361px) and (max-width: 520px){
.models_section ul.nav.nav-tabs li a {
      font-size: 14px;
      padding: 0 5px;
   }
     .sample_video_section_btn .hup_purchased_video_price {
    font-size: 28px;
}
}
@media (max-width: 360px){
   .models_section ul.nav.nav-tabs li a {
      font-size: 12px;
      padding: 0 5px;
   }
   .sample_video_section_btn .hup_purchased_video_price {
    font-size: 14px;
}
}
/* Sample Videos css */


/* login Page */
section.models_section.login_page {
    background-image: unset;
}
section.models_section.login_page {
    margin-top: 90px;
}
.loginpage_image img {
    max-width: 100%;
}
.loginpage_from_section {
    box-shadow: 0px 8px 30px rgba(0, 116, 225, 0.2);
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 60px;
}
.loginpage_from_section_title {
    text-align: center;
    margin-bottom: 40px;
}
.login_page .loginpage_from_section input {
    border: 1px solid #dedede80 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #333 !important;
    height: 50px;
    box-shadow: none !important;
    padding-left: 30px;
}
.login_page .loginpage_from_section input::placeholder {
    opacity: 0.4 !important;
}
.login_page .panel-body .form-group {
    margin-top: 30px;
    margin-bottom: 0;
}
.login_page .form-group_keepmeloggedin {
    display: flex;
    align-items: center;
}
.login_page .form-group_keepmeloggedin input {
    height: unset !important;
}
.login_page .form-group_keepmeloggedin label {
    margin-bottom: 0;
}
.login_page .form-group_forgotpassword_section {
    display: flex;
    justify-content: space-between;
    padding: 30px 30px 13px;
}
.login_page .form-group_keepmeloggedin label {
    padding-left: 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
}
.login_page .login_btn {
    width: 100%;
    background-color: #0074E1 !important;
    border: none;
    padding: 13px 10px;
    box-shadow: none !important;
}
.login_page p.form-group_forgotpassword {
    color: #0074E1;
    font-weight: 600;
    font-size: 14px;
}
.login_page p.form-group_creataccount {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
p.form-group_creataccount a {
    color: #0074E1;
}
.login_page .row {
    align-items: center;
}
.login_page .loginpage_from_section input#txtPassword {
    background-image: url(../images/login_password_icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
}
.login_page:after {
	background-color: #E993A4 !important;
	top:unset !important;
	bottom: 10%;
}
.contactus_page_firstsection:after {
	background-color: #0074E1 !important;
}
@media (min-width: 768px){
    .col-md-6.login_form {
    flex: 0 0 54%;
    max-width: 54%;
    margin-right: -60px;
    z-index: 1;
}
}
@media (min-width: 768px) and (max-width: 991px){
    .loginpage_from_section {
        padding: 30px 30px;
    }
    .login_page .form-group_forgotpassword_section {
        flex-direction: column;
    }
}
@media (max-width: 767px){
    .loginpage_from_section {
        padding: 20px 20px;
    }
    .login_page .loginpage_from_section input {
        padding-left: 15px;
    }
    .login_form {
    margin-top: 50px;
}
    section.models_section.login_page {
    margin-top: 40px;
    padding-bottom:50px;
}
    .loginpage_from_section_title {
        margin-bottom: 0;
    }
    .login_page .panel-body .form-group {
        margin-top: 20px;
    }
    .login_page .form-group_forgotpassword_section {
        padding: 20px 10px 13px;
        flex-direction: column;
    }
    .login_page .row {
        flex-wrap: wrap-reverse;
    }
}
/* login Page */


/* signup page */
.singup_page .loginpage_from_section_title {
	margin-bottom: 10px;
}
.singup_page .control-group label {
    display: none;
}
.singup_page p.help-block {
    display: none;
}
.singup_page .loginpage_from_section .control-group input {
	width: 100%;
	margin-top: 30px;
	outline: none;
	padding-right: 15px;
}
.singuppage_oneline {
    display: flex;
    justify-content: space-between;
}
.singuppage_oneline .control-group {
    flex: 0 0 48%;
}
.singup_page .form-group_forgotpassword_section {
	padding: 30px 30px 30px;
}
@media (max-width: 991px){
	.singuppage_oneline {
		flex-direction: column;
	}
	.singup_page .form-group_forgotpassword_section {
		padding: 30px 20px 13px;
	}
}
/* signup page */


/* contactus page */
section.contactus_middlesection {
    padding-bottom: 150px;
    padding-top: 150px;
    text-align: center;
    background-image: url(../images/contactus_middlesection_background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
section.contactus_middlesection a span {
    color: #333;
    font-weight: 600;
    margin-left: 10px;
}
section.models_section.contactus_page_firstsection {
    padding-bottom: 0;
}
.contactus_page_lastsection .lastsection_allmodels_maincontent {
	padding-top: 0;
}
.contactus_page_firstsection .login_form {
    margin-left: -60px;
    margin-right: 0;
}
.contactus_page_firstsection label {
	display: none;
}
.contactus_page_firstsection p.help-block {
    display: none;
}
.contactus_page_firstsection .singuppage_oneline input {
    width: 100%;
}
.contactus_page_firstsection .form-group textarea {
	width: 100%;
	border: 1px solid #dedede80 !important;
    border-radius: 5px !important;
    font-size: 14px !important;
    color: #333 !important;
    outline: none;
    padding: 15px 15px 15px 30px;
}
.contactus_page_firstsection .form-group textarea::placeholder {
    opacity: 0.5;
}
.contactus_page_firstsection .singuppage_oneline {
	margin-top: 30px;
}
.contactus_page_firstsection:after {
	width: 190px !important;
	bottom: 0 !important;
    right: 0 !important;
    height: 400px !important;
    border-radius: 200px 0 0 200px !important;
    left: unset !important;
    top: unset !important;
}
.singup_page .loginpage_from_section input#password,.singup_page .loginpage_from_section input#password_confirm {
    background-image: url(../images/login_password_icon.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-origin: content-box;
}
@media (min-width:767px){
	footer .container .row .col-md-3{
	max-width:19%;
	}
}
@media (max-width: 767px){
	.contactus_page_firstsection .row {
    flex-wrap: wrap;
	}
.contactus_page_firstsection .login_form {
    margin-left: 0;
    }

    .contactus_page_firstsection .singuppage_oneline {
    margin-top: 20px;
	}
.contactus_page_firstsection .singuppage_oneline .control-group:first-child{
	margin-bottom: 20px;
	}
	img{width:100%;}
}
@media (max-width: 480px) {
	section.contactus_middlesection {
    	padding-bottom: 50px;
    padding-top: 50px;
    background-size: contain;
    }
}
/* contactus page */

/* forgotpassword-confirmemail page */
.forgetpassword_confirmemail_page .login_btn {
    margin-top: 30px;
}
/* forgotpassword-confirmemail page */


/* buy token page */
.buytokenpage_firstsection:after{
    width: 270px !important;
    height: 270px !important;
    right: -10% !important;
    border-radius: 135px !important;
}
.secondsection_part_title {
    background-color: #0074E1;
       padding: 43px 35px;
    text-align: center;
}
.buytokenpage_secondsection_part {
    border: 1px solid #0074E1;
    background-color: #fff;
}
.secondsection_part_title p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.secondsection_part_boxes {
    display: flex;
    justify-content: space-around;
    padding: 25px 0;
    align-items: center;
    border-bottom: 1px solid #0074E1;
}
.secondsection_part_boxes.best_value{
	position:relative;
	height:120px;
	padding-bottom:0;
	border-left:3px solid #e21f14;
	border-right:3px solid #e21f14;
	border-bottom:3px solid #e21f14;
}
.secondsection_part_boxes.best_value .bheader{
	position:absolute;
	top:0;
	width:100%;
	font-weight:bold;
	color:#fff;
	background-color:#e21f14;
}
.secondsection_part_boxes.best_value .bheader p{
	padding-left:8px;
}
.secondsection_part_boxes.best_value.bottom{
	border-bottom:3px solid #e21f14;
	padding-top:0;
	height:100px;
}
.secondsection_part_boxes_leftside {
    max-width: 200px;
}
.secondsection_part_boxes_rightside .hup_btn {
    padding: 1px 6px;
	border:none;
}
.secondsection_part_logo {
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secondsection_part_boxes_leftside p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}
section.buytokenpage_secondsection {
    padding: 0 0 10px;
   background-image: url(../images/buytoken_secondsection_background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (min-width: 992px) and (max-width: 1200px){
    .secondsection_part_boxes_leftside {
    max-width: 130px;
}
}
@media (max-width: 991px){
   .buytokenpage_secondsection .col-lg-4 {
    margin-top: 50px;
}
.buytokenpage_secondsection .col-lg-4:first-child {
    margin-top: 0;
}
}
@media (max-width: 767px){
    section.buytokenpage_secondsection {
        padding: 30px 0 0;
    }
    .secondsection_part_boxes {
        flex-direction: column;
    }
    .secondsection_part_boxes_leftside {
        max-width: 100%;
    text-align: center;
    padding: 0 20px 15px;
    }
    .secondsection_part_title {
        padding: 30px 20px;
    }
    .secondsection_part_logo {
    height: 105px;
}

}
/* buy token page */

.notification {
	padding: 0.9375rem;
	margin-bottom: 0;
	border: 0.0625rem solid transparent;
	border-radius: 0.25rem;

        margin-top: 20px;
}
.alert-success,
.notification.success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}

.alert-success hr,
.notification.success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link,
.notification.success .alert-link {
	color: #2b542c
}

.alert-info,
.notification.info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	font-size:2em;
}

.alert-info hr,
.notification.info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link,
.notification.info .alert-link {
	color: #245269
}

.alert-warning,
.notification.alert {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}

.alert-warning hr,
.notification.alert hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link,
.notification.alert .alert-link {
	color: #66512c
}

.alert-danger,
.notification.error {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}

.alert-danger hr,
.notification.error hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link,
.notification.error .alert-link {
	color: #843534
}

.form-group,
.control-group{
    position: relative;
}

.show-hide-pass{
    position: absolute;
    width: 20px;
    height: 20px;
    background: transparent;
    bottom: 15px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
}

.user-nav-col {
    flex: 1 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #1e1e1e
}

@media (min-width: 1040px) {
    .user-nav-col {
        margin-right: 320px
    }
}

.user-nav-col .tabs-nav {
    justify-content: flex-end
}

.user-nav-col .tabs-nav a {
    white-space: nowrap
}

.user-nav-col .tabs-nav a .svg-inline--fa {
    color: #ff2024;
    font-size: 18px;
    margin-right: 3px;
    vertical-align: middle;
    margin-top: -2px
}

@media (max-width: 479px) {
    .user-nav-col .tabs-nav li {
        flex-basis: 25%
    }
    .user-nav-col .tabs-nav .sub-label {
        display: none
    }
}

.content-col {
    max-width: 100%;
    margin-bottom: 20px
}

.content-aside-col {
    max-width: 100%
}

@media (min-width: 1040px) {
    .content-aside-col {
        max-width: 320px
    }
}

.user-block {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    max-width: 100%;
    padding: 0 20px 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ced4da
}

.user-aside {
    flex: 0 0 190px;
    margin: 0 auto 10px
}

@media (min-width: 768px) {
    .user-aside {
        margin-right: 40px
    }
}

.fake-upload {
    display: block;
    position: relative
}

.fake-upload input[type="file"] {
    display: none
}

.user-avatar {
    display: block;
    margin-bottom: 10px
}

.user-avatar .image {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 60%;
    height: 0
}

.user-avatar .image img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: auto
}

.user-actions {
    display: block
}

.user-actions .btn {
    display: block;
    font-size: 14px;
    height: 39px;
}

.user-actions .btn+.btn {
    margin-top: 10px
}

.user-info {
    flex: 1 0 100%;
    margin-bottom: 10px
}

@media (min-width: 768px) {
    .user-info {
        flex-basis: 0
    }
}

.user-list {
    display: flex;
    flex-flow: row wrap
}

.user-list li {
    flex: 1 0 100%;
    padding: 7px 20px
}

@media (max-width: 599px) {
    .user-list li:nth-child(2n+1) {
        background-color: #f0f0f0
    }
}

@media (min-width: 600px) {
    .user-list li {
        flex-basis: 50%
    }
    .user-list li:nth-child(4n+1) {
        background-color: #f0f0f0
    }
    .user-list li:nth-child(4n+2) {
        background-color: #f0f0f0
    }
}

.user-list .desc {
    color: #8c8c8c
}

.user-dec {
    flex: 1 0 100%;
    margin-bottom: 10px
}

@media (min-width: 1470px) {
    .user-dec {
        flex-basis: 0;
        margin-left: 40px
    }
}

.user-dec>p,
.user-dec>span,
.user-dec>div:not(.title-col) {
    color: #8c8c8c;
    margin: 0
}

.form-col form,
.form-col .pseudo-form {
    display: flex;
    flex-flow: row wrap;
    max-width: 700px;
    margin: 0 auto
}

.form-col form>.row,
.form-col .pseudo-form>.row {
    flex-basis: 100%
}

.form-block.-edit-profile {
    display: flex;
    width: 100%
}

.form-item {
    flex: 0 1 auto;
    margin-bottom: 15px;
    position: relative
}

.form-item.-full {
    flex-basis: 100%
}

.form-item.-half {
    flex-basis: 50%
}

.form-item.-links {
    flex-basis: 100%;
    text-align: center
}

.form-item.-links a {
    display: block;
    color: #ff2024;
    font-weight: 700;
    font-size: 13px
}

.form-item.-links a:hover {
    color: #ff5356
}

.form-item.-links a+a,
.form-item.-links a+.btn {
    margin-top: 10px
}

.form-item.-actions {
    flex-basis: 100%;
    margin-bottom: 0;
    text-align: center;
    font-size: 0
}

.form-item.-actions .btn {
    font-size: 13px;
    height: 40px;
}

.form-item.-actions .btn+.btn {
    margin-left: 10px
}

.form-item>label,
.form-item>.label {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 1
}

.title-col{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title-col h1,
.title-col h2{
    font-size: 20px;
}

.video-buy-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px; }

.video-buy-trailer {
  flex: 1 0 100%;
  max-width: 800px; }
  @media (max-width: 839px) {
    .video-buy-trailer.-gallery {
      max-width: 100%; } }
  @media (max-width: 1199px) {
    .video-buy-trailer {
      margin-left: auto;
      margin-right: auto; } }
  [id*="buyModal"] .video-buy-trailer {
    max-width: 600px; }

.video-buy-info {
  flex: 1 0 100%;
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .video-buy-info {
      padding-left: 20px;
      flex-basis: 0; } }
  .video-buy-info .item-info {
    flex: 1 0 100%;
    display: flex;
    flex-direction: column; }
  .video-buy-info .item-title {
    display: block;
    margin-bottom: 10px; }
  .video-buy-info .item-desc {
    display: block;
    margin-bottom: 10px;
    font-size: 14px; }
  .video-buy-info .item-stats {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
  .video-buy-info .item-stat {
    margin: 0 5px; }
    .video-buy-info .item-stat .sub-label {
      font-size: 14px; }
    .video-buy-info .item-stat .svg-inline--fa {
      color: #f2ce2f;
      margin-right: 5px; }
  .video-buy-info .content-date .svg-inline--fa {
    color: #f2ce2f;
    margin-right: 5px; }
  .video-vtt{
      display: flex !important;
      flex-wrap: wrap;
  }
  .video-vtt img{
      flex: 1;
      max-width: 50%;
  }
  iframe{
    border: 0;
    overflow-x: hidden;
  }
  @media(max-width:768px){
	.secondsection_part_boxes.best_value{
		height:auto;
		padding-top:60px;
		padding-bottom:25px;
	}
	.secondsection_part_boxes.best_value.bottom{
		padding-top:25px;
		height:auto;
  }
}


.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000000db;
	/* filter: blur(-8px); */
	backdrop-filter: blur(5px);
}

.modal-backdrop.show {
	opacity: 1;
}