@import url('https://fonts.googleapis.com/css2?family=Mukta+Malar:wght@200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsoutlined/v63/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}
@font-face {
    font-family: 'Material Icons Filled';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/materialiconsfilled/v63/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}
.material-icons {
    font-family: 'Material Icons ';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

a:hover{ text-decoration:none ; }

.ficon {
    font-size: 20px !important;
}

.algn-v {
    vertical-align: middle;
}

.mr-1 {
    margin-right: 5px;
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/graphik/graphik-regular.woff') format('woff'), url('../fonts/graphik/graphik-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: italic;
    font-weight: 400;
    src: url('../fonts/graphik/graphik-regular-italic.woff') format('woff'), url('../fonts/graphik/graphik-regular-italic.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/graphik/graphik-medium.woff') format('woff'), url('../fonts/graphik/graphik-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Graphik';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/graphik/graphik-semibold.woff') format('woff');
}

@font-face {
    font-family: 'Shentox';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/shentox/shentox-medium.woff') format('woff'), url('../fonts/shentox/shentox-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'Avalon';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/avalon/avalon-bold-webfont.woff') format('woff'), url('../fonts/avalon/avalon-bold-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'Avalon';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/avalon/avalon-book-webfont.woff') format('woff'), url('../fonts/avalon/avalon-book-webfont.woff2') format('woff2');
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

body {
    line-height: 1;
}

html {
    /*overflow-x: hidden;
    overflow-y: scroll; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #f1f1f1;
    font-family: Graphik, Arial, Helvetica, sans-serif;
    font-size: 14px;
    -webkit-touch-callout: none;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.3px;
    line-height: 1.2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

.bg_white {
    background: #fff;
}

.bg_pink {
    background: #716aca !important;
}

.bg_red {
    background: ##4bb680 !important;
}

.a_left {
    text-align: left !important;
}



textarea:focus,
input:focus,
select:focus,
a:focus {
    outline: none !important;
}

input[type="file"] {
    border: 0px !important;
    padding: 0px !important;
}

table {
    border-collapse: collapse;
}

tr {
    border-bottom: 0px;
}

th,
td {
    text-align: left;
    padding: 4px;
}

ul,
li {
    list-style: none;
}

*:focus {
    outline: 0 !important;
}

.top-header {
    width: 100%;
    background: #202f4f;
    height: 36px;
    display: flex;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    display: block;
    padding: 0 10px;
}

.ze-support {
    float: left;
    margin-right: 20px;
    padding: 0px;
}

.ze-support li {
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    color: #fff;
    padding: 7px 10px 7px 0;
}

.h-social {
    float: right;
    padding: 0px;
    margin: 5px 0 0;
}

.h-social li {
    float: left;
    padding: 0px;
}

.h-social li a {
    display: block;
    padding: 0 5px;
    width: 36px;
    height: 36px;
}

.h-social li a img {
    width: 100%;
}

header {
    padding: 10px 0;
    background: #fff;
    display: flex;
    width: 100%;
    box-shadow: 0 1px 6px 0 rgb(32 33 36 / 8%);
}

.ze-logo {
    float: left;
    padding: 0px;
    margin: 0px 20px 0 0;
}

.ze-logo img {
    width: 160px;
}

nav {
    float: left;
    padding: 15px 0 0;
    margin: 0px 20px 0 0;
}

nav ul {
    padding: 0px;
    margin: 0px;
}

nav ul li {
    float: left;
    padding: 0 10px;
}

nav ul li a {
    font-family: 'Shentox', arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #202f4f;
    display: block;
    padding: 10px 0;
}

nav ul li a:hover, nav ul li a.active {
    color: #ff4437;
}

.create-btn-epage{ display: inline-block; width: 100%; margin-bottom: 10px; padding: 0px; }
.create-btn-epage a{ float: right; border-radius: 4px;  padding: 10px 15px; margin: 0px;}

footer{ border: 0px !important; padding: 10px 0 0; }

.sgn-btn {
    float: right;
    padding: 8px 15px;
    margin-top: 10px;
    font-size: 15px;
    background: #ff4437;
    color: #fff;
    border-radius: 3px;
    font-family: Shentox;
    text-transform: uppercase;
}

.h-search {
    width: 28%;
    display: flex;
    border-radius: 3px;
    background: #fff;
    padding: 0px 30px 0px 10px;
    margin: 10px 0 0;   
    border: 1px solid #e3e3e3;
    position: relative;
}

.hsearch-drop{ position: absolute; /* top: 40px; */ top: 1px;  z-index: 10; left: 0px; right: 0px; padding: 0px; background: #fff; border: 1px solid #e3e3e3; box-shadow: 0 1px 6px 0 rgb(32 33 36 / 8%);  }
.hsearch-drop ul{ padding: 0px; margin:0px;  }
.hsearch-drop ul li{ padding: 0px; display: block;  }
.hsearch-drop ul li { display: block; font-family: inherit; font-size: 14px; color: #333; padding: 8px 10px; font-weight: 400;  } /* Added new */
.hsearch-drop ul li a{ display: block; font-family: inherit; font-size: 14px; color: #333; padding: 8px 10px; font-weight: 400;  }
.hsearch-drop ul li a:hover{ color: #0779ff; background: #f4f4f4; }

.h-search input {
    width: 100%;
    border: 0px;
    font-family: inherit;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.s-icon {
    position: absolute;
    top: 8px;
    right: 5px;
}

.countdown-timer {
    padding: 15px 0;
    margin: 0px;
    text-align: center;
}

.furnal-section {
    background-image: linear-gradient(180deg, #101011, #1e2c49);
    box-shadow: 2px 4px 20px rgb(34 90 89 / 20%);
    border-radius: 8px;
    overflow: hidden;
}

.furnal-header {
    padding: 20px;
    text-align: center;
    background: #fff;
    font-family: 'Mukta Malar', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #101010;
    position: relative;
    display: inline-block;
    width: 100%;
}
.live-link{ /* position: absolute; right:10px; top:12px; */ display: inline-block;}
.furnal-subheader{ padding: 15px; background: #1b253b; }
.furnal-subheader span{ font-family: inherit; font-size: 14px; color: #ffffff; font-weight: 500; }
.furnal-subheader span:first-child{ padding-right: 15px; }
.zecast-app{  width: 100%; display: block; padding: 20px 0; margin: 0 auto; text-align: center; }
.furnal-content {
    width: 100%;
    display: inline-block;
    margin: 0px;
}
.app-feature{ padding: 0px 0 0 20px; margin: 0px; display: inline-block; text-align: left;  }
.app-feature li{ padding: 10px 0; display: block; font-family: inherit; font-size: 15px; font-weight: 500; }
.app-feature i{ vertical-align: middle; display: inline-block; margin-right: 10px; color: #ff4437; float: left; }
.app-store{ text-align: center; padding-top: 20px; }
.furnal-subheader span:last-child{ color: #ff4437; float: right; font-weight: 600; font-size: 15px; }
.support-d{ display: inline-block; width: 100%; padding: 0px; margin: 20px 0 0; }
.cs-title{ background: #ff4437; color: #fff; font-family: inherit; font-size: 16px; padding: 10px 30px; display: inline-block; border-radius: 3px; margin-bottom: 20px; }
.cs-dd{ display: inline-block; width: 100%; padding: 0px; margin: 0px; }
.cs-dd span{ font-family: inherit; font-size: 15px; color: #000; font-weight: 500; padding: 0 20px;  }
.cs-dd span i{ display: inline-block; vertical-align: middle; margin-right: 10px; }

/* event pagination */
.event-pagenation{ display: inline-block; width: 100%; padding: 10px 0; margin: 0px; }
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    float: right;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.75rem 0.95rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
}
.page-link:hover{ background: #dee2e6; }
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.furnal-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
}

.furnal-column {
    flex-basis: 25%;
    max-width: 25%;
    padding: 10px;
    position: relative;
}

.furnal-column:nth-child(2) {
    flex-basis: 50%;
    max-width: 50%;
    padding: 10px;
}

.fjfs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0px);
}

.a-center {
    text-align: center;
}

.fr span {
    font-family: 'Mukta Malar', sans-serif;
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding-bottom: 5px;
}

.fr span:last-child {
    font-family: inherit;
    font-size: 14px;
}

.fimage {
    margin: auto;
    position: relative;
}

.fimage img {
    width: 80%;
    margin: auto;
    display: flex;
}
/* frame start */

.f-frame1 .fnl-thumb{ width: 43.7%; height: 73.3%; left: 45.8%;}
.f-frame2 .fnl-thumb{  width: 35.4%; height: 70.3%; left: 56%; top: 7%; overflow: inherit;}
.f-frame3 .fnl-thumb{  width: 35%; height: 67.4%; left: 58.5%; top: 8%; }
.f-frame4 .fnl-thumb{  width: 32%; height: 69%; left: 54.5%; top: 15.5%; }
.f-frame2 .fwr{  position: absolute; top: 19%; left: -15%;  z-index: 100; }
.f-frame2 .fwr img{ width: 120%; height: auto; object-fit: inherit; }
/* wedding */
.image-wedding1{ 
    width: 50%;
    display: block;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;   
    background: url(../img/w-1.png) no-repeat;
    background-size: 100% }
.image-wedding1 img {
    position: absolute;
    top: 55.5%;
    left: 50.7%;
    width: 49.8%;
    height: 50.4%;
    object-fit: cover;
    object-position: top center;
    border-radius: 100%;
    transform: translate(-50%, -50%);
}
.image-wedding2
{ 
    width: 50%;
    display: block;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;   
    background: url(../img/w-2.png) no-repeat;
    background-size: 100% }
 .image-wedding2 img {
       position: absolute;
    top: 30.5%;
    left: 36.7%;
    width: 81.3%;
    height: 66%;
    object-fit: cover;
    object-position: top center;
    transform: translate(-34.5%, -34.5%);
}  

.image-wedding3
{ 
    width: 50%;
    display: block;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;   
  }
 .image-wedding3 img {
       position: absolute;
    top: 53%;
    left: 52%;
    width: 79%;
    height: 79%;
    object-fit: cover;
    object-position: top center;
    transform: translate(-50%, -50%);
    border-radius: 100%;
}   
.w-bgimage{     position: absolute;
    top: 50%;
    left: 50%;
    background-image: url(../img/w-3.png);
    background-size: cover;
    z-index: 10;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%); }

.fnl-thumb {
    width: 40%;
    height: 62%;
    overflow: hidden;
    display: block;
    margin: 0px auto;
    top: 10%;
    position: absolute;
    left: 50.8%;
    transform: translate(-50%, 0px);
}

.fnl-thumb img {
    height: 100%;
    text-align: center;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.furnal-descrription {
    background: #fff;
    width: 100%;
    display: inline-block;
    padding: 30px;
}

.f-desc-header {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.ate-fnl {
    float: left;
    border-radius: 3px;
    padding: 10px 30px;
    background: #ff4437;
    color: #fff;
    font-family: 'Avalon', arial, sans-serif;
    font-size: 18px;
}

.fnl-right {
    float: right;
}

.fnl-right span {
    padding: 0 10px;
}

.video_head{ display: flex;  flex-wrap: wrap; }

.fnl-paragraph {
    font-family: inherit;
    font-size: 15px;
    color: #505666;
    line-height: 1.65;
    font-weight: 500;
}

.fnl-title {
    font-family: 'Mukta Malar', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #ffb400;
    text-align: center;
}

.age-fnl {
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Mukta Malar', sans-serif;
    color: #fff;
    font-weight: 600;
    width: 130px;
    background: #5a82d1;
    border-radius: 3px;
    padding: 10px 20px;
    display: block;
    margin: 10px auto;
    text-align: center;
}

.furnal-address {
    text-align: center;
    font-family: inherit;
    font-size: 16px;
    color: #fff;
    padding: 15px 0;
    font-weight: 500;
    display: block;
}

.footer-top {
    background: #202f4f;
    padding: 10px 0;
    margin: 30px 0 0;
}

.fnav {
    margin: auto;
    text-align: center;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fnav li {
    float: left;
    padding: 0px;
}

.fnav li a {
    display: block;
    font-family: Shentox, sans-serif;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

.footer-bottom {
    background: #1a2640;
    padding: 10px 0;
    text-align: center;
}

.footer-bottom span {
    color: #fff;
    font-family: inherit;
    font-size: 14px;
}
.v-align{ font-size: 20px !important; vertical-align: middle; }
.catchup-btn{ background: #ff2543;
    color: #fff;
    display: inline-block;
    font-family: inherit;
    font-size: 13px;
    text-transform: uppercase;
    padding: 7px 35px;
    border-radius: 3px;
    margin: 5px 0 0 10px;
    font-weight: 500; }
.catchup-btn span{ margin-right: 5px; }   

/* timer */

#timer {
    font-size: 3em;
    font-weight: 100;
    color: white;
    margin-bottom: 15px;
}

#timer div {
    display: inline-block;
    min-width: 70px;
    background: #ff4437;
    margin: 0px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    color: #fff;
}

#timer div span {
    color: #fff;
    display: block;
    font-size: 0.3em;
    font-weight: 400;
}


._timers {
    text-align: center;
}


/* end */

.bmenu{ color: #000 !important; }
.mb_user {
    float: left;
    padding: 9px 4px;
    margin-right: 10px;
    margin-top: 4px;
    display: none;
}

.mb_user span {
    color: #fff;
    font-size: 28px;
}

#mmenu {
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0px;    
    z-index: 999;
    display: none;
    box-shadow: 0 0px 5px rgb(0 0 0 / 40%);
}

.mmenu_wrap {
    padding: 20px;
    margin: 0px;
}

.mmenu_head {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin-bottom: 20px;
}

.mbtn,
.mmenu_right a {
    float: left;
    font-weight: 600;
    border-radius: 4px;
    border: 2px solid #38333c;
    color: #38333c;
    font-family: inherit;
    font-size: 17px;
    text-transform: uppercase;
}

.mmenu_right {
    float: right;
}

.mmenu_right a {
    margin: 0 5px;
}

.mmenu_section {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.mnav_menu {
    padding: 0px 0 10px 0;
    margin: 0px 0 10px;
    border-bottom: 1px solid #ddd;
}

.mnav_menu li {
    display: block;
    padding: 8px 10px;
}

.mnav_menu a {
    display: block;
    font-family: 'Avalon', arial, sans-serif;
    font-size: 19px;
    color: #38333c;
}
.mnav_menu a.active{ color: #ff4437; }

.mpp_nav {
    display: block;
    text-align: center;
    font-family: inherit;
    font-size: 26px;
    color: #421b67;
    margin-bottom: 20px;
}

.mnav_partner a {
    color: #101010 !important;
    font-size: 17px;
}

.mnav_legal li {
    display: block;
}

.mnav_legal a {
    color: #101010 !important;
    font-size: 17px;
}

.m-so {
    display: block !important;
}

.m-so.h-social {
    float: left;
    padding-top: 10px;
}

.m-so.h-social li a {
    width: 36px;
    height: 36px;
    padding: initial;
    margin: 0 5px;
}

.catchup {
    width: 290px;
    float: right;
    margin-left: 20px;
    background: #fff;
    box-shadow: 2px 4px 20px rgb(34 90 89 / 20%);
    padding: 15px;
}

.catchup h1 {
    font-size: 20px;
    color: #ff4437;
    font-family: 'Avalon', arial, sans-serif;
    padding-bottom: 10px;
    border-bottom: 1px solid #ff4437;
    margin: 0 0 15px 0;
}

.video-player-sec {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
}

.container_video {
    max-width: 1100px;
    width: 100%;
    position: relative;
    display: block;
    margin: 0px;
    float: left;
}

.video_wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
    height: 0px;
    background: #000;
    background-size: 100%;
}

.video_wrap iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.video_wrap video {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.player {
    width: calc(100% - 310px);
    padding: 0px;
    min-width: 0;
}

.catchup li {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.catchup li:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.catch-thumb {
    float: left;
    width: 100px;
    height: 52px;
    background: #ddd;
    position: relative;
    padding: 0px;
    margin: 0px 10px 0 0;
    overflow: hidden;
}

.catch-thumb img {
    width: 100%;
}

.catchup-des {
    overflow: hidden;
    padding: 0px;
}

.catchup-des h2 {
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #101010;
    padding-bottom: 10px;
}

.catchup-des span {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 0px;
    color: #616669;
    font-size: 12px;
}

.catchup-des span i {
    font-size: 17px;
}
.btitle{ font-family: 'Graphik', arial; font-size: 15px; color: #333; margin-bottom: 10px; }


/* input-styles-here */

input, select {
    width: 100%;
    padding: 12px 10px;
    border-radius: 3px;
    border: 2px solid #d0d6dc;
    font-family: 'Graphik', arial;
    font-size: 15px;
    background: transparent;
}

select option{ font-size: 13px; max-width: 300px; text-transform: capitalize; }

label {
    margin-bottom: 3px;
    display: block;
    color: #727575;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Shentox', arial, sans-serif;
    text-transform: uppercase;
}
._dimage_t {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    position: relative;
}
._dimage_ads {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
._dimage_t img {
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin-right: 15px;
    border-radius: 100%;
    background: #eaecf1;    
    object-fit: cover;
    object-position: center;
    display: inline-block;
}
._dimage_t input[type="file"] {
    display: none;
}
._dimage_t label {
    border: 2px solid #333;
    padding: 5px;
    display: inline-block;
    bottom: 20px;
    font-weight: 500;
    cursor: pointer;
    position: absolute;
    right: 0px;
    border-radius: 100%;
    background: #fff;
}
._dimage_t label i{ font-size: 20px; }


/* broadcast-section */

.b-cast-btn {
    color: #fff;
    float: right;
    padding: 8px 10px;
    background-color: #ff4437;
    display: flex;
    align-items: center;
    margin-top: 10px;
    font-size: 15px;
    border-radius: 3px;
    font-family: 'Shentox';
}

.b-cast-btn:hover {
    opacity: 80%;
    color: #fff;
}

.b-cast-btn i {
    margin-right: 8px;
}

.pa-login {
    width: 100%;
}

.p-cont {
    padding: 10px 0;
    width: 100%;
    max-width: 1400px;
    margin: auto;
}

.p-wapper {
    display: flex;
    flex-wrap: wrap;
}

.n-pl {
    flex-basis: 50%;
    margin-bottom: 10px;
}

.cover {
    padding: 10px 40px;
    width: 100%;
    overflow: hidden;
}

.n-p-form {
    width: 100%;
    background-color: #fff;
    border-radius: 30px;
    max-width: 600px;
    padding: 10px 45px 30px;
}

.n-p-form .title {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    margin: 10px 0px 30px;
    font-family: 'Avalon';
}

.n-p-form form {
    width: 100%;
}

.n-p-form form .form-row {
    width: 100%;
}

.form-row .l-s {
    position: relative;
    margin: 0px 0px 2px;
    width: 100%;
    display: block;
    color: #727575;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Shentox';
}

.form-row .l-s em{
    
    color: red; 
    padding-left: 4px;   
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
}

.input-wrap {
    width: 100%;
    border-radius: 2px;
    font-family: inherit;
    padding: 0px 12px;
    border: 1px solid #d0d6dc;
    color: #404145;
    font-size: 15px;
    display: flex;
    margin: 0px 0px 15px 0px;
    align-items: center;
}
.text-wrap {
    width: 100%;
    border-radius: 2px;
    font-family: inherit;
   
    border: 1px solid #d0d6dc;
    color: #404145;
    font-size: 15px;
    display: flex;
    margin: 0px 0px 15px 0px;
    align-items: center;
}
.text-wrap textarea{ width: 100%; border: 0px; padding: 10px; font-size: 15px;  font-family: inherit; }

.input-wrap input {
    border: none;
    outline: none;
}

.input-wrap i {
    width: 5%;
    margin-right: 8px;
    color: #585e6e;
    font-size: 22px;
}

.check-row {
    display: flex;
}

.check-row label p {
    font-weight: 500;
    font-size: 14px;
    margin: 0px 3px 5px 0px;
}

.check-row [type="checkbox"] {
    margin-right: 8px;
    width: 15px;
    height: 15px;
}

.check-row label span {
    color: #0184ff;
    font-weight: 500;
    font-size: 14px;
}
.forgot-text{ font-family: Graphik, Arial, Helvetica, sans-serif; font-size: 14px; color: #555; padding-top: 10px; font-weight: 500; }
.forgot-text a{ color: #0881ff; }
.forgot-wrap{ max-width: 500px; width: 100%; margin: 50px auto 0; }
.btn-login{
    width: 100%;
    margin-top: 15px;
    padding: 12px 0;
    background-color: #ff2543;
    text-transform: uppercase;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 2px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
    font-family: 'Graphik', arial;
    font-weight: 500;
    opacity: 100%;
}

.btn-login:hover {
    opacity: 90%;
    transition: 0.3s;
}


/* e-pl */

.e-pl {
    flex-basis: 40%;
}

.e-pl-form {
    width: 100%;
    padding: 10px;
}

.e-pl-form .title {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px 30px;
}

.e-pl-form form {
    width: 100%;
    padding: 10px;
}

.e-pl-form form .form-row .input-wrap {
    background-color: #fff;
}

.e-pl-form form .form-row .l-s {
    font-family: 'Shentox';
    position: relative;
    margin: 0px 0px 10px;
    width: max-content;
    display: block;
    color: #727575;
    font-size: 14px;
    font-weight: 500;
}

.e-pl-form form .form-row .l-s:after {
    content: "*";
    color: red;
    position: absolute;
    top: -5px;
    right: -10px;
    font-weight: 500;
    font-size: 17px;
}

.f-min-wrap {
    width: 100%;
    margin: 20px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-min-wrap .c-row {
    display: flex;
    align-items: center;
}

.f-min-wrap .c-row label {
    color: #000;
    font-weight: 500;
    font-family: 'graphik';
    font-size: 14px;
    margin-bottom: 0px;
}

.f-min-wrap .c-row [type="checkbox"] {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin-right: 5px;
}

.f-min-wrap a {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    color: #007eff;
}

.epl-btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0;
    background-color: #ff2543;
    text-transform: uppercase;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
    font-family: inherit;
    font-weight: 500;
}

.epl-btn:hover {
    transition: 0.3s;
    opacity: 80%;
}


/* forget-popup-here */

.fp-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.700);
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 500;
}

.fp-box {
    width: 80%;
    max-width: 400px;
    padding: 10px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 22px;
}

.fp-box .fp-wrap {
    padding: 20px 20px 40px;
}

.fp-wrap button {
    width: 100%;
    padding: 10px 25px;
    border-radius: 3px;
    background-color: #ff2543;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 0.5s;
}

.fp-wrap button i {
    margin-left: 8px;
    font-size: 17px;
}

.fp-wrap button:hover i {
    margin-left: 15px;
    transition: 0.5s;
}

.fp-wrap h1 {
    font-size: 20px;
    margin-bottom: 10px;
}

.fp-wrap p {
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'Graphik';
    margin-bottom: 15px;
    line-height: 20px;
}

.fp-form-row label {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Shentox';
}

.fp-form-row [type="email"] {
    width: 100%;
    margin: 10px 0px 20px;
    padding: 10px 5px;
    border: 1px solid #d0d6dc;
}


/* forget-popup-end */


/* succes-overlay-here */

.success-overlay {
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.700);
    z-index: 500;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    display: none;
}

.success-popup {
    width: 80%;
    max-width: 400px;
    padding: 10px;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 22px;
}

.success-warp {
    width: 100%;
    padding: 20px 20px 40px;
}

.success-content {
    width: 100%;
}

.success-content i {
    color: #1dbf73;
    font-size: 80px;
    margin-bottom: 15px;
}

.success-content h2 {
    text-align: center;
    font-size: 18px;
    font-family: 'Graphik';
    color: #555555;
    letter-spacing: 1px;
    font-weight: 800;
}

.success-content p {
    text-align: center;
    font-size: 14px;
    font-family: 'Graphik';
    color: #555555;
    font-weight: 500;
    line-height: 20px;
}


/* succes-overlay-ends */


/* .z-empty-event-start */

.z-sec {
    width: 100%;
    padding: 15px 0px;
}

.z-empty-event .container {
    padding: 10px;
}

.z-wrap {
    width: 100%;
    max-width: 1300px;
    display: flex;
    flex-wrap: wrap;
}

.z-sidebar {
    flex-basis: 20%;
}

.z-content {
    flex-basis: 80%;
    padding: 10px;
    max-width: 1200px;
}

.z-sidebar-content {
    width: 100%;
    padding: 13px 30px;
    position: sticky;
    top: 5px;
}

.z-sidebar-content ul li {
    text-decoration: none;
    width: 100%;
}

.z-sidebar-content ul li a {
    height: 40px;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #202f4f;
    font-weight: 500;
    font-family: inherit;
}

.z-sidebar-content ul li:hover a {
    color: #ff2543;
}

.z-sidebar-content ul li :hover i {
    color: #ff2543;
}

.z-sidebar-content ul li a i {
    margin-right: 5px;
    color: #202f4f;
}

.z-sidebar-content ul li .active {
    background-color: #ffff;
    border-radius: 5px;
    color: #ff2543;
}

.z-sidebar-content ul li .active i {
    color: #ff2543;
}

.c-content {
    width: 100%;
    border-radius: 15px;
    background-color: #ffff;
    padding: 20px 40px 240px;
}

.no-event-sec {
    width: 100%;
    max-width: 600px;
    padding: 60px 40px 20px;
    margin: auto;
    text-align: center;
}

.no-event-sec span {
    font-size: 140px;
    color: #c5cacf;
}

.no-event-sec h3 {
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 600;
    margin: -19px auto 5px auto;
}

.no-event-sec p {
    font-size: 16px;
    font-family: 'Graphik';
    font-weight: 500;
    color: #5a6375;
    margin-bottom: 30px;
}

.no-event-sec .clv {
    max-width: 260px;
    padding: 14px 10px;
    border-radius: 25px;
    color: #fff;
    background-color: #0f8ff1;
    font-family: inherit;
    font-weight: 500;
    cursor: pointer;
    display: block;
    margin: auto;
    overflow: hidden;
    transition: ease-out 0.3s;
    font-size: 16px;
}

.no-event-sec .clv:hover {
    transform: scale(0.95);
}


/* .z-empty-event-ends */


/* creating-event-start */

.event-creation-wrap {
    width: 100%;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
}

.event-creation-wrap h3 {
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0px 12px;
    font-family: 'Graphik';
    width: 100%;
    padding-top: 15px;
}

.form-content {
    width: 100%;
    padding: 20px 40px 10px;
    max-width: 1000px;
    margin: auto;
}

.form-content form {
    width: 100%;
    padding: 10px 20px;
}

.form-row-eventtitle {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
}

.form-row-event {
    width: 100%;
    margin-bottom: 5px;
    padding: 10px;
}
.ah-btn{ padding: 9px 15px;
    background: #4bb680;
    color: #fff;
    clear: both;
    border-radius: 3px;
    display: block;
    width: 110px;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: inherit;
    text-align: center; }
	
.ah-btn:hover{ opacity: .9; color:#fff; }

/* event-dnt-here */

.form-row-eventdnt {
    width: 100%;
    margin-bottom: 10px;
}

.date-box {
    flex-basis: 50%;
    padding: 10px;
    max-width: 50%;
    
}

.event-warp-dnt {
    margin: 0 -10px;
    display: flex;
}

.event-warp-dnt {
    color: #617795;
}

.date-content input i {
    width: 10%;
    display: block;
}

.time-box {
    flex-basis: 50%;
}

.time-box-wrap {
    display: flex;
    align-items: center;
    align-content: center;
}

.start-time-row {
    flex-basis: 50%;
    padding: 10px;
}

.start-time-content {
    width: 100%;
    padding: 10px 5px;
    height: 45px;
    border-radius: 3px;
    border: 2px solid #d0d6dc;
}


/* country-event-here */


.form-row-event select {
    width: 100%;
    height: 45px;
    padding: 10px;
    outline: none;
    border: 2px solid #d0d6dc;
}


/* location-row-here */

.location-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.loc-row {
    flex-basis: 50%;
    padding: 10px;
    max-width: 50%;
    margin-bottom: 5px;
}


/* discription-here */



.form-row-event textarea {
    width: 100%;
    padding: 10px 10px;
    border-radius: 3px;
    border: 2px solid #d0d6dc;
   background:transparent;
   outline:none;
   font-family: inherit;
   color: #000;
   font-size: 15px;
}

._dimagee_t {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
._dimagee_ads {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
}
._dimagee_t img {
    width: 450px;
    height: 450px;
    overflow: hidden;
    margin-right: 15px;
    background: #eaecf1;    
    object-fit: cover;
    object-position: center;
}
._dimagee_t input[type="file"] {
    display: none;
}

._dimagee_t label{ border: 2px solid #0d6efd; padding: 8px 15px; color: #0d6efd; display: inline-block; position: relative; top: -20px; font-weight: 500;
    border-radius: 4px; cursor: pointer; }
._dimagee_t label:hover{ background: #0d6efd; color: #fff; }  

._dimagee_ads input[type="file"] {
    display: none;
} 
.u-text{ font-size: 16px; font-weight: 500; font-family: 'Shentox'; color: #727575; text-transform: uppercase; }


/* pay-type-here */

.payt-row {
    width: 100%;
    padding: 10px;
}

.payt-wrapper .paymark {
    display: flex;
    margin-right: 20px;
}

.payt-wrapper {
    width: 100%;
    display: flex;
    padding-top: 10px;
}

.paymark label {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-family: 'graphik';
    line-height: 28px;
}

.paymark label [type="radio"] {
    width: 80px;
    height: 80px;
}

.paymark label::before {
    content: "";
    border: 2px solid #949ba5;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: -8px 12px;
    margin-left: 0;
    border-radius: 50%;
}

.paymark label::after {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    background: rgba(34, 34, 34, 0);
    left: -15px;
    top: 12px;
    margin: -8px 20px;
    border-radius: 50%;
    transition: all 0.4s;
}

.paymark input[type="radio"] {
    display: none;
}

.paymark input[type="radio"]:checked+label::after {
    background: #1f68fb;
}


/* pay-type-ends */


/* e-details-here*/

.e-details {
    display: flex;
    flex-wrap: wrap;    
    margin: 0 -10px;
}

.e-details .booked {
    flex-basis: 50%;
    padding: 10px;
}

.e-details .ph-no {
    flex-basis: 50%;
    padding: 10px;
}


/* e-details-ends*/


/* e-user-mail-start */

.e-user-mail {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
}
.duration{ font-family: inherit; font-size: 14px; color: #333; display: block; width: 100%; padding:0 10px ; text-align: center; }
.duration em{ font-style: normal; color:#1266f1 ; font-weight: 500; }

.psuccess{ width:60%;top:15px; margin-left: auto;margin-right: auto;}

/* e-user-mail-ends */


/* f-foot-here */

.f-foot-here {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.f-foot-here .e-submit {
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    padding: 10px;
}

.f-foot-here .e-payment {
    flex-basis: 50%;
    text-align: center;
    padding: 10px;
    max-width: 50%;
}

.f-foot-here .e-submit a, .f-foot-here .e-submit .btn-all {
    text-decoration: none;
    background-color: #ff2543;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-family: 'graphik';
    font-weight: 500;
}

.btn-all { border: 0px; cursor: pointer; width: 100%; }

.f-foot-here .e-payment a {
    text-decoration: none;
    background-color: #1f68fb;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-family: 'graphik';
    font-weight: 500;
}

.f-foot-here .e-submit a:hover, .f-foot-here .e-submit .btn-all:hover {
    transition: 0.3s;
    opacity: 80%;
}

.f-foot-here .e-payment a:hover {
    transition: 0.3s;
    opacity: 80%;
}


/* f-foot-ends */


/* creating-event-ends */


/* ------------------------- */


/* pay-sec-start-here */

.pay-sec {
    width: 100%;
    padding-top: 20px;
}

.pay-wrap {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    max-width: 1400px;
    padding: 20px 40px;
    min-height: 100vh;
}

.pay-wrap h3 {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    margin: 10px 0px 12px;
    font-family: 'avalon';
    width: 100%;
}

.pay-categories {
    width: 100%;
    max-width: 1100px;
    margin: 20px auto 40px;
    /* display: flex; */
}
.dpayment{ padding: 30px 0 0 0; }
.dpayment h2{ font-family: inherit; font-size: 25px; padding: 10px 0; }

.pay-box {
    flex-basis: 33.3%;
    border-radius: 25px;
    padding: 20px;
}

.pay-box a {
    display: block;
    padding: 40px 10px;
    border: 4px solid #cbd7e5;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.pay-box .active {
    border: 4px solid #0779ff;
}

.pay-box .active h3 {
    color: #0779ff;
}

.pay-box .active p {
    color: #0779ff;
}

.pay-box a h3 {
    font-size: 28px;
    color: #091846;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: 'Graphik';
}

.pay-box a p {
    font-size: 18px;
    font-family: 'Graphik';
    font-weight: 500;
    color: #727b8f;
}

.stripimg {
    max-width: 400px;
    margin: 10px auto;
    padding: 20px;
}

.stripimg img {
    width: 100%;
    object-fit: contain;
}

.pay-form {
    width: 100%;
    max-width: 600px;
    padding: 10px;
    margin: 20px auto;
}

.card-no-row {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
}

.card-no-row input::placeholder {
    color: #090F3F;
    font-weight: 600;
    font-size: 15px;
}

.edc-row {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}

.exp-row {
    flex-basis: 60%;
    padding: 0px 10px;
}

.exp-row input::placeholder {
    color: #090F3F;
    font-weight: 600;
    font-size: 15px;
}

.cv-row {
    flex-basis: 40%;
    padding: 0px 10px;
}



.cv-row input::placeholder {
    color: #090F3F;
    font-weight: 600;
    font-size: 15px;
}

.sub-row {
    width: 100%;
    padding: 10px;
}

.sub-row .subtn {
    width: 100%;
    outline: none;
    border: none;
    height: 45px;
    background-color: #2068FB;
    color: #fff;
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}

.sub-row .subtn:hover {
    transition: 0.3s;
    opacity: 80%;
}


/* pay-sec--ends*/


/* z-live-here */

.z-live-wrap {
    width: 100%;
}

.z-live-contents {
    width: 100%;
    background-color: #ffff;
    padding: 10px;
    border-radius: 30px 30px 0px 0px;
    margin-bottom: 10px;
}

.z-con-top {
    display: flex;
    padding: 15px 12px;
    flex-wrap: wrap;
}

.live-event-posts {
    flex-basis: 16%;
    padding: 0px;
}

/*.post-imgbox {
    width: 100%;
    position: relative;
    padding-bottom: 60%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
}*/

.post-imgbox {
    width: 100%;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    background: url(../img/placeholder-gray-1x1.png);
    background-size: 100%;
}

.post-imgbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.event-details {
    flex-basis: 84%;
    padding: 0px 0px 0 15px;
}

.event-detail-wrap {
    width: 100%;
}

.t-edit {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.t-edit .z-title0ne {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 18px;
    color: #2586ff;
}

.e-option {
    color: #2586ff;
    font-size: 14px;
    font-family: 'Graphik';
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8px;
}

.e-option span {
    margin-right: 5px;
    font-size: 13px;
    vertical-align: middle;
}
.e-option.c-red{ color: #ff3925 !important; } .e-option.c-red span{ font-size: 16px; }

.type {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 14px;
}

.s-text {
    color: #93989e;
    font-weight: 500;
    font-family: 'Graphik';
    margin-right: 8px;
    font-size: 14px;
}

.event-discription {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 14px;
    color: #6f757d;
    margin-top: 10px;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0px 5px;
    line-height: 21px;
}


.address-row {
    font-size: 14px;
    color: #0779ff;
    margin: 10px 0px;
    font-family: inherit;
    font-weight: 500;
}

.et-location {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.zevent-date {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 13px;
    color: #000;
    margin-top: 10px;
}

.zevent-country {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 13px;
    color: #000;
    margin-top: 10px;
}

.e-timing {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    width: 100%;
    overflow: hidden;
    padding-right: 0px;
    flex-wrap: wrap;
}

.e-start-time {
    font-weight: 600;
    font-family: 'Graphik';
    font-size: 16px;
    color: #000;
}

.e-start-time {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 14px;
    color: #000;
    padding: 5px 0px;
}

.e-end-time {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 13px;
    color: #000;
     padding: 5px 10px;
}

.total-hours {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 13px;
    color: #000;
     padding: 5px 10px;
}

.code-box-sec {
    display: flex;
    margin-top: 10px auto;  
    margin: 10px auto 5px;
    align-items: flex-start;
    width: 100%;
    overflow: hidden;
    justify-content: space-between;
    padding: 0px 10px 10px;
    flex-wrap: wrap;
}

.donation-gift-box {
    display: flex;
    /* align-items: center; */
}

.donation-gift-box p {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 14px;
    color: #000;
    padding-right: 10px;
    margin-top: 4px;
}

.donation-gift-box .gift {
    padding: 6px 15px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #4bb680;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'graphik';
    text-align: center;
    max-width: 100px;
    text-transform: uppercase;
}

.donation-gift-box .donation {
    padding: 6px 15px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #ff2543;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    font-family: 'graphik';
    text-align: center;
    max-width: 100px;
    text-transform: uppercase;
}

.donation-gift-box .non {
    padding: 6px 15px;
    border-radius: 25px;
    overflow: hidden;
    background-color: #e3e8ee;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'graphik';
    max-width: 100px;
    text-align: center;
    text-transform: uppercase;
}

.brodcasting-code {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 14px;
    color: #ff2543;
    line-height: 20px;
}

.v-code {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 14px;
    color: #ff2543;
    line-height: 20px;
}

.paid {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 14px;
    color: #0779ff;
    text-transform: uppercase;
}

.pending {
    font-weight: 600;
    font-family: 'Graphik';
    font-size: 14px;
    color: #fa6f09;
    text-transform: uppercase;
}

.u-d {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 2px solid #eaeaea;
}
.sm-btn{ display: inline-block; width: 100%; padding: 12px 0; font-family: 'Shentox', arial, sans-serif; font-size: 14px; color: #fff; background: #0779ff; text-align: center;
text-transform: uppercase; font-weight: 500; border-radius: 4px;  }

.pay-nowbtn {
    background-color: #0779ff;
    padding: 10px 15px;
    color: #fff;
    display: block;
    max-width: 150px;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-family: inherit;
    margin: 10px 0px;
    text-transform: uppercase;
    letter-spacing: inherit;
    font-weight: 500;
    /*transition: ease-out 0.3s;*/
}

.pay-nowbtn:hover {
    /*transform: scale(0.92);*/
	color:#fff;
	opacity:0.8;
}

.bookedby {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 12px;
    color: #000;
    margin: 0px 10px 10px;
}

.contactnum {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 12px;
    color: #000;
    margin: 0px 10px 10px;
}

.z-email {
    font-weight: 500;
    font-family: 'Graphik';
    font-size: 13px;
    color: #000;
    margin: 0px 10px 10px;
}


/* profile-settings-here */

.z-user-profile-sec {
    width: 100%;
    padding-top: 20px;
}

.user-dp {
    color: #fff;
    float: right;
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 15px;
    border-radius: 3px;
    font-family: 'Shentox';
    display: flex;
    position: relative;
}

.user-dp i {
    cursor: pointer;
    color: #202f4f;
}

.u-img-box {
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 8px;
    background-color: #ddd;
  
}

.u-img-box img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    cursor: pointer;    
    height: 100%;
}

.user-name {
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    color: #202f4f;
    max-width: 100px;
    cursor: pointer;
}


/* user-drop-down-here */

.u-drop-down {
    max-width: 165px;
    width: 165px;
    background-color: #fff;
    z-index: 10;
    border-radius: 15px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    cursor: pointer;
    position: absolute;
    top: 58px;
    right: 0px;
    display: none;
    transition: ease-out 0.3s;
}

.u-con {
    padding: 10px 10px;
}

.nphistory{ text-align: center; padding:50px 0 ; }
.nphistory p{ font-family: inherit; font-size: 17px; color: #666; padding-top: 20px;  }
.hbt{ float: left; width: auto !important; margin: 0 5px !important; }

.u-con ul li a {
    text-decoration: none;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center;
}

.u-con ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.u-con ul li a {
    list-style: none;
    width: 100%;
    margin: 5px auto;
    color: #000;
    padding: 5px 0px;
    display: flex;
    justify-content: left;
    text-align: left;
}

.u-con ul li a span {
    font-size: 20px;
    color: #ff6343;
    margin-right: 8px;
}

.u-con ul li a:hover {
    color: #cc0001;
}


/* .z-us-wapper-here */

.z-us-wapper {
    width: 100%;
    /*max-width: 1200px; */
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    background-color: #ffff;
    min-height: 100vh;
}

.pro-top {
    padding: 10px;
    margin-bottom: 10px;
}

.profile-pic {
    width: 150px;    
    position: relative;
   
    margin-right: 20px;

    
}

.u-details {
    display: block;
}



.pwarp {
    display: flex;
    align-items: center;
    align-content: center;
}

.pro-user-name {
    font-size: 16px;
    font-family: inherit;
    font-weight: 600;
    font-family: 'graphik';
    letter-spacing: 0.60px;
    margin-bottom: 8px;
    color: #000;
}

.ph-n {
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    font-family: 'graphik';
    letter-spacing: 0.60px;
    margin-bottom: 4px;
    color: #888585;
}

.Us-mail {
    font-size: 14px;
    font-family: inherit;
    font-weight: 500;
    font-family: 'graphik';
    letter-spacing: 0.60px;
    margin-bottom: 4px;
    color: #888585;
}

.pro-form {
    padding: 0px;
}

.f-100 {
    flex-basis: 100% !important;
}

.p-in-wapper {
    display: flex;
    flex-wrap: wrap;
}

.p-in-row {
    flex-basis: 50%;
    padding: 10px;
}

.p-in-row .l-s em {
    color: red;
    padding-left: 4px;
    font-weight: 500;
    font-size: 17px;
    font-style: normal;
}

.p-in-line {
    width: 100%;
    padding: 10px;
}

.p-in-line input {
    background-color: rgb(238 238 238 / 85%);
    border: 1px solid #d0d6dc;
}

.p-in-row input {
    background-color: rgb(238 238 238 / 85%);
    border: 1px solid #d0d6dc;
}

.p-in-row label {
    position: relative;
    margin: 0px 0px 3px;
    width: 100%;
    /*width: max-content; */
    display: block;
    color: #727575;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Shentox';
}

.p-in-row ::placeholder {
    font-size: 15px;
    font-family: inherit;
    color: #939394;
}



.up-load-strip {
    padding: 10px;
}

.z-up-wrap {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: center;
}

.Z-ipload-box {
    background-color: #E8E8E8;
    max-width: 160px;
    width: 160px;
    height: 140px;
    border-radius: 15px;
    position: relative;
    margin: 0px 10px 10px 0px;
    display: block;
}

.Z-ipload-box span {
    color: rgb(120, 120, 121);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.z-up-wrap input {
    display: none;
}

.z-up-box label {
    max-width: 160px;
    padding: 9px 30px;
    color: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: #ff2543;
    color: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: inherit;
    font-size: 14px;
    transition: ease-out 0.3s;
}

.z-up-box label:hover {
    background-color: #000;
}

.z-up-box label i {
    margin-right: 10px !important;
}

#em {
    transition: ease-out 0.3s;
}


/* catch up sec-here */

.z-catup-content {
    padding: 10px;
}

.z-catch-wrap {
    width: 100%;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    border-radius: 20px;
}

.z-catch-box {
    flex-basis: 25%;
    padding: 10px;
    margin-bottom: 10px;
    max-width: 25%;
}

.z-catch-box h3 {
    font-size: 16px;
    margin-bottom: 2px;
    font-family: 'graphik';
    font-weight: 500;
    color: #000;
    display: block;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
	padding-bottom:5px;
}

.z-catch-box p {
    font-size: 12px;
    font-family: 'graphik';
    font-weight: 500;
    color: #888585;
}

.z-v-box {
    width: 100%;
    padding-top: 60%;
    height: 0px;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 10px;
}

/* .z-content i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
    font-size: 44px;
    color: #ffffffb0;
    cursor: pointer;
    display: none;
  
} */

.z-v-box:hover i {
    display: block;
}

.z-v-box:hover a video {
    transform: scale(1.10);
}

.z-v-box video {
    object-fit: cover;
    object-position: center;
    margin-bottom: 8px;
    width: 100%;
    height: 100%;
    transition: ease-out 0.3s;
    position: absolute;
    top: 0px;
    left: 0px;
}

.z-v-info{ display: inline-block; width: 100%; padding: 0px; }
.z-v-box a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* z-catchup-player-section-here */

.sub-nav {
    width: 100%;    
    padding: 10px 0px;
    margin: 10px 0 0;
}

.sub-nav-wrap {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 400px;
}

.sub-nav-wrap ul{ display: flex;
    width: 100%;
    margin: auto;
    border: 2px solid #ff2543;
    border-radius: 4px; }

.sub-nav-wrap ul li {
    text-decoration: none;
    max-width: 50%;
    flex-basis: 50%;
    border-right: 2px solid #ff2543;
}
.sub-nav-wrap ul li:last-child{ border-right: 0px; }
.sub-nav-wrap ul li a.active {
    background-color: #ff2543;
    border-radius: 0px;
    color: #fff;
    text-align: center;
}

.sub-nav-wrap ul li a {
    height: 40px;
    padding: 10px;
    width: 100%;
    display: block;
    align-items: center;
    color: #202f4f;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-bottom: 0px;
}



.sub-nav-wrap ul li a i {
    margin-right: 5px;
    color: #3c4861;
    vertical-align: middle;
    display: inline-block;
}

.sub-nav-wrap ul li a.active i{ color: #fff; }



.player-cathi {
    width: 100%;
    background-color: #fff;
    padding: 20px;
    margin: auto;
    border-radius: 20px;
    margin: 20px 0;
}

.p-c-wrap-row {
    display: flex;
    flex-wrap: wrap;
}

.p-c-left {
    flex-basis: 75%;
    max-width: 75%;
    padding-right: 20px;
}

.p-c-right {
    padding: 0px;
    flex-basis: 25%;
    max-width: 25%;
    overflow: hidden;
}

.p-c-rigt-content { display: inline-block; width: 100%; margin-bottom: 25px;}
.c_sroll{ height: 510px; overflow: auto;  }

.e-v-box {
    width: 100%;
    display: flex;
    margin-bottom: 10px;
}

.vid-poster {
    
    position: relative;
    overflow: hidden;   
    border-radius: 4px;    
    margin-right: 10px;
    width: 90px;
    float: left;
    height: 90px;
}
.bg-title{ font-family: inherit; font-size: 16px; color: #333; padding-bottom: 4px; }
.paly-hours{ font-family: inherit; font-size: 13px; color: #777; }

.vid-poster-info{ overflow: hidden; padding: 0px; }
.e-v-box .vid-poster video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

}

.min-vid-titles {
    flex-basis: 50%;
    padding: 0px 5px;
    text-decoration: none;
    display: block;
    max-width: 55%;
    cursor: pointer;
}

.min-vid-titles h3 {
    font-size: 14px;
    font-family: 'graphik';
    font-weight: 600;
    color: #000;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.min-vid-titles p {
    font-size: 12px;
    color: #747a89;
    font-family: 'graphik';
    font-weight: 500;
}

.v-con {
    display: block;
}

.video-container {
    width: 100%;
    padding: 0px;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 5px;
}

.video-container video {
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.v-name-box {
    width: 100%;
    display: block;
    max-width: 100%;
    padding:0px;
    margin-bottom: 20px;
}

.video-t-name {
    font-size: 18px;
    font-family: 'graphik';
    font-weight: 600;
    color: #000;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 5px;
}

.play-hours {
    font-size: 14px;
    font-family: 'graphik';
    font-weight: 500;
    color: #747a89;
}

.video-foot {
    display: block;
    width: 100%;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(220 216 216 / 56%);
    border-top: 1px solid rgb(220 216 216 / 56%);
    margin-bottom: 15px;
}


.video-foot-warp {
    
    padding: 0px;
    display: flex;
    justify-content: space-between;
   
}

.v-share {
    text-align: center;
    margin: 0px 10px 10px 0px;
}

.v-share a {
    display: block;
}

.v-share a span {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    font-size: 22px;
    color: #595959;
}

.v-share-1 {
    text-align: center;
    margin-right: 40px;
}

.v-share-1 a {
    display: block;
}

.v-share-1 a span {
    color: #595959;
    font-size: 22px;
}

.down-text {
    font-size: 12px;
    font-family: 'graphik';
    font-weight: 500;
    color: rgb(144, 144, 144);
    margin-top: 2px;
}

.cvi {
    display: flex;
    align-items: center;
}

.v-share-1 {
    margin-right: 20px;
}

.boxx {
    display: block;
}

.boxx em{ font-style: normal; }


/* image upload */
.ui-sortable-placeholder { 
border: 1px dashed black!important; 
visibility: visible !important;
background: #eeeeee78 !important;
}
.ui-sortable-placeholder * { visibility: hidden; }
.RearangeBox.dragElemThumbnail{opacity:0.6;}
.RearangeBox {
width: 200px;
height:150px;
padding:10px 5px;
cursor: all-scroll;
float: left;
border: 1px solid #9E9E9E;
font-family: sans-serif;
display: inline-block;            
margin: 5px!important;
text-align: center;
color: #673ab7;
/*background: #ffc107;*/
/*color: rgb(34, 34, 34);
background: #f3f2f1;     */
}

.IMGthumbnail{
max-width:200px;
height:113px;
margin:auto;
background-color: #ececec;
padding:2px;
border:none;
}

.IMGthumbnail img{
max-width:100%;
max-height:100%;
}

.imgThumbContainer{
margin:4px;
border: solid;
display: inline-block;
justify-content: center;
position: relative;
border: 1px solid rgba(0,0,0,0.14);
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.2);
box-shadow: 0 0 4px 0 rgba(0,0,0,.2);
}



.imgThumbContainer > .imgName{
  text-align:center;
  padding: 2px 6px;
  margin-top:4px;
  font-size:13px;
  height: 15px;
  /*overflow: hidden; */
}

.imgThumbContainer > .imgRemoveBtn{
position: absolute;
color: #e91e63ba;
right: 2px;
top: 2px;
cursor: pointer;
display: none;
}

.RearangeBox:hover > .imgRemoveBtn{ 
 display: block;
}
.image-upload-row{ display: inline-block; width: 100%; padding: 10px; }
.show-on-focus {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba;
    background: transparent;
    font-size: 15px;
    font-family: 'graphik';
    font-weight: 600;
}

.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #1779ba;
    color: #fefefe;
}

/* end */

.z_donate{  vertical-align: top; position: absolute; top: 5px; right: 10px; border-radius: 30px; padding: 10px 20px;
color: #fff; font-family: inherit; font-size: 15px; font-weight: 500; background: #ff1b6f; border:0px; }
.z_donate i{ display: inline-block; vertical-align: middle; margin-right: 5px; }
.comment_sec{ width: 100%; display: inline-block; padding: 0px; margin: 20px 0 0; }
.comment_sec ul{ padding: 0px; margin: 0px; }
.comment_sec ul li{     width: 100%;
    padding-bottom: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;   }
.rws-thumb{ width: 50px; height: 50px; border-radius: 100%; background: #ddd; float: left; margin-right: 15px; }
.rws-thumb img{ width: 50px; height: 50px; object-fit: cover; object-position: center; }
.chat_detail{  padding: 0px; width: 100%; }
.chat_header{ width: 100%; display: inline-block; padding-bottom: 10px; }
.zc_name{ font-family: inherit; font-size: 16px; color: #000; padding-right: 10px; font-weight: 600; }
time{ color:#7b7b7b; font-family: inherit; font-size: 14px;}
.cmnts_p{ position: relative; }
.chat_detail .cmnts_p p{ font-family: inherit; font-size: 15px; color: #333; padding: 10px 15px; border-radius: 6px; background: #f8f8f8; font-weight: 500; line-height: 21px;
margin-right: 40px; }
.title_ccout{ font-family: inherit; font-size: 18px; font-weight: 600; color: #000; padding-bottom: 10px; border-bottom: 1px solid #dddddd69; display: inline-block; width: 100%; margin-bottom: 20px; }
.wr_comment{ float: right; color: #3383fb; font-family: inherit; font-size: 15px;}
.wr_comment i{ display: inline-block; vertical-align: middle; }
.edte_drop{ position: absolute; right: 8px; top: 0px;  }
.edte_drop span{ padding: 0px; display: inline-block; cursor: pointer;} .edte_drop span i{ color: #89898987; }
.more_dropdown{ position: absolute; display: none; top:25px; right: 0px; background: #fff; border-radius: 8px; padding: 5px 0; width: 100px; box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%); }
.more_dropdown a{ display: block; font-family: inherit; font-size: 14px; color: #444; padding: 5px 10px; }
.more_dropdown a:hover{ background: #e3edfa; color: #1967d2; }
.py_text{ font-family: 'avalon', arial; font-size: 21px; color: #000; text-align: center; display: inline-block; width: 100%; }
.dp_amount{ display: inline-block; width: 100%; padding: 30px 0; text-align: center; }
.dp_amount input{ width: 200px; padding: 15px; font-family: inherit; font-size: 15px; color: #333;  }
.dp_amount select{ width: 100px; padding: 15px; font-family: inherit; font-size: 16px; font-weight: 500; color: #333; border: 0px; }
.stripe{ padding: 50px 0 0; margin: 0px; text-align: center; display: inline-block; width: 100%; } .stripe img{ width: 80%; }
.pptext{ font-family: inherit; font-size: 17px; color: #333; text-align: center; }
.py_btn { width: 80%; padding: 15px; background: #3383fb; text-align: center;  font-family: 'avalon', arial; font-size: 17px; color: #fff;
    display: block; margin: 50px auto 0; border-radius: 4px; }
.py_btn i{ color: #fff; vertical-align: middle; }  
.py_amount_summry{ border-radius: 10px; width: 100%; display: inline-block; padding: 20px;  background: #e8f0fa; margin: 10px 0 0;}  
.py_amount_summry span{ font-family: 'avalon', arial; font-size: 17px; color: #333; text-transform: uppercase; text-align: center; display: block; }
.py_fcontrol{ margin: 30px 0 0; display: inline-block; width: 100%; }

/* modal */
.modal-window {
    background: #FFF;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
        -moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
            -webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
    position: fixed;
    top: 50%;    
    left: 50%;    
    line-height: 25px;
    z-index: 99;
    transform: translate(-50%, -50%);
}

.modal {
    background: rgba(0,0,0,.9);
    zoom: 1;
    opacity: 1;
    filter: alpha(opacity=80); 
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    display: none;
}
.modal.active{ display: block; } 
.modal-wrapper {
    align-items: center;
    background-color: rgba(100, 100, 100, 0.9);
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
}

.modal-wrapper.visible {
    opacity: 1;
    visibility: visible;
}

.modal_write{ font-family: 'Avalon', arial; font-size: 19px; color: #000; font-weight: 600; padding: 15px; margin: 0 0 10px 0; border-bottom: 1px solid #dddddd69; }
.m-header{ position: relative; }
.m-header .close{ position: absolute; top: 10px; right: 10px; color: #000; cursor: pointer; }
.modal_form{ width: 100%; display: inline-block; padding: 25px;   }
.m-form-row{ display: inline-block; width: 100%; margin-bottom: 10px;  }
.m-form-row label{ display: block; font-family: inherit; font-size: 14px; color: #333; text-transform: inherit; text-align: left; }
.m-form-row input, .m-form-row textarea{ width: 100%; padding: 10px; border-radius: 2px; border: 1px solid #ececec; font-family: inherit; font-size: 14px; color: #333; }
.mf_submit{ padding: 14px; width: 100%; display: inline-block; background: #3383fb; text-align: center; color: #fff; border-radius: 3px; border: 0px; font-family: inherit; font-size: 15px; cursor: pointer; }
.write_commnts{ display: inline-block; width: 100%; padding: 10px 0; margin-bottom: 30px; }
.write_commnts textarea{ border-radius: 10px; border: 1px solid #dddddd66; padding: 15px; font-family: inherit; font-size: 15px; margin-bottom: 15px; width: 100%; color: #333; }
.st_btn{ background: #3383fb; padding: 12px 30px; border-radius: 4px; border: 0px; text-align: center; float: right;  font-family: inherit; font-size: 15px; color: #fff; cursor: pointer; font-weight: 500;} 
.comment_sec ul{ max-height: 680px; overflow-y: auto; }
.cmmts_r{ width: 100%; display: inline-block; padding: 8px 0; }
.cmmts_r button{ margin-right: 10px; color: #65676b; font-family: inherit; font-size: 14px; font-weight: 500; background: transparent; border: 0px; cursor: pointer; } .cmmts_r button:hover{ text-decoration: underline;  }
.cmtlike.active{ color: #3383fb !important; }
.rply_cmmnt{ width: 100%;  margin-top: 20px; position: relative; }
.rpy_thumb{ width: 38px; height: 38px; border-radius: 100%; background: #ececec; float: left; margin-right: 10px; }
.rpy_thumb img{ width: 38px; height: 38px; object-fit: cover; object-position: center; }
.rply_sec{  padding: 0px; margin-left: 50px; }
.rply_sec textarea{ width: 100%; font-family: inherit; font-size: 15px; color: #333; font-weight: 400; padding: 10px; border: 1px solid #cfcfcf;  border-radius: 6px; }
.cmmt_action{ display: inline-block; width: 100%; padding: 0px; margin: 10px 0 0; }
.cmmt_action .cmt-btnaction{ padding: 10px 15px; float: right; background: #ececec; color: #333; margin-left: 10px; font-family: inherit; font-size: 14px; border: 0px; border-radius: 3px; font-weight: 500;
cursor: pointer; }
.cmmt_blue{ background: #3383fb !important; color: #fff !important; }
.rply_commnts{ padding-left: 20px; }
.sub_cthumb{ width: ; }

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #c3c3c3;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #c3c3c3;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #c3c3c3;
}

/* comments */

/* payment option */
section {
   display: flex;
   flex-flow: row wrap;
}
 section > div {
   flex: 1;
   padding: 0.5rem;
}
 .ssinput input[type="radio"] {
   display: none;
}
 .ssinput input[type="radio"]:not(:disabled) ~ label {
   cursor: pointer;
}
 .ssinput input[type="radio"]:disabled ~ label {
   color: rgba(188, 194, 191, 1);
   border-color: rgba(188, 194, 191, 1);
   box-shadow: none;
   cursor: not-allowed;
}
 .ssinput label {
   height: 100%;
   display: block;
   background: white;
   border: 2px solid rgba(32, 223, 128, 1);
   border-radius: 20px;
   padding: 1rem;
   margin-bottom: 1rem;
   text-align: center;
   box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
   position: relative;
}
 .ssinput input[type="radio"]:checked + label {
   background: rgba(32, 223, 128, 1);
   color: rgba(255, 255, 255, 1);
   box-shadow: 0px 0px 20px rgba(0, 255, 128, 0.75);
}
 .ssinput input[type="radio"]:checked + label::after {
   color: rgba(61, 63, 67, 1);
   font-family: FontAwesome;
   border: 2px solid rgba(29, 201, 115, 1);
   content: "\f00c";
   font-size: 24px;
   position: absolute;
   top: -25px;
   left: 50%;
   transform: translateX(-50%);
   height: 50px;
   width: 50px;
   line-height: 50px;
   text-align: center;
   border-radius: 50%;
   background: white;
   box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
 .ssinput input[type="radio"]#control_05:checked + label {
   background: red;
   border-color: red;
}
 p {
   font-weight: 900;
}

/* success start */
.divsuccess{ padding: 30px; margin: 0px; display: inline-block; text-align: center; width: 100%; }
.divsuccess .ssicon{ font-size: 100px !important; color: #17d475 !important; }
.sstext{ font-family: inherit; text-align: center; font-size: 32px; color: #17d475; font-weight: 600;  display: inline-block; width: 100%; padding: 15px 0;}
.pay-id{ padding: 25px; margin: 20px auto 0;  max-width: 600px; width: 100%; display: block; background: #f2f2f2;
    border-radius: 10px; }
.payid-column{ display: flex; flex-wrap: wrap; padding: 0px;}
.payid-column span{ flex-basis: 50%; max-width: 50%; text-align: left; font-family: inherit; font-size: 15px;  padding: 8px 0;
    color: #152430;  font-weight: 500; }
.payid-column span:last-child{ text-align: right; color: #192a38; }
.py-p{ font-family: inherit; font-size: 15px; color: #5e5e5e; font-weight: 600; }
.go-live{ max-width: 350px; width: 100%; display: block; margin: 20px auto 0; background: #cc0000; color: #fff; border-radius: 4px; padding: 10px 20px; text-align: center; text-transform: uppercase; font-weight: 600;
font-family: inherit; font-size: 14px; }
.go-live:hover{ opacity: 0.8; }
.payh-row{ display: inline-block; width: 100%; padding: 15px 0; border-bottom: 1px solid #f3f3f3; }
.payh-row:last-child{ border: 0px; }
.ph-event-name{ padding: 0px; margin: 0px; float: left; width: 60%; }
.pethumb{ float: left; width: 120px; height: 120px; margin-right: 15px; background: #f6f6f6; border-radius: 6px; overflow: hidden;  }
.pethumb img{ max-width: 100%; height: 100%; object-fit: cover; object-position: center; }
.ph-tdetail{ overflow: hidden; padding: 0px; }
.pename{ font-family: 'Avalon', sans-serif, arial; font-size: 22px; color: #343e50; display: block; padding-bottom: 5px;  }
.edate{ font-family: inherit; font-size: 15px; color: #919aa6; font-weight: 500; }
.des-tittle{ font-family: avalon, arial, sans-serif; font-size: 23px;  color: #cc0000;
    padding: 10px; border-bottom: 1px dashed #ddd; margin-bottom: 17px;  }

.blinking{
    animation:blinkingText 0.4s infinite;
}
@keyframes blinkingText{
    0%{     color: #000;    }
    49%{    color: red; }
    50%{    color: red; }
    99%{    color:red;  }
    100%{   color: #000;    }
}

/* payment history */
.ph-title{  font-family: 'Avalon', sans-serif, arial; color: #000; font-size: 28px; padding: 10px 0 20px; }
.paid-amount{ float: left; width: 40%; text-align: right; }
.apaid{ font-family: 'Avalon', sans-serif, arial; font-size: 30px; color: #32363e; display: block; padding-bottom: 5px; }
.ramount{ font-family: inherit; font-size: 16px; color: #18bf7a; font-weight: 500; }

.furnal-column-wedding {
    flex-basis: 100%;
    max-width: 100%;
    padding: 20px 0;
    position: relative;
}
.image-wedding {
    width: 50%;
    display: block;
    padding-top: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    border: 4px solid #c27423;
    background: #fff;
    background: url(../img/placeholder-gray-1x1.png);
    background-size: 100%;
}

.image-wedding img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    border: 15px solid #fff;
}
.furnal-header-wedding {
    padding: 0px;
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-size: 34px;
    font-weight: 700;
    color: #e49600;
}
.fnl-title-w {
    font-family: 'Philosopher', sans-serif;
    font-size: 35px;
    font-weight: 600;
    padding: 10px 0 0;
    color: #c27423;
    text-align: center;
}
.age-fnl-w {
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Philosopher', sans-serif;
    color: #d99f30;
    font-weight: 600;
    border-radius: 3px;
    padding: 10px 20px;
    display: block;
    margin: 10px auto;
    text-align: center;
}
.furnal-address-w {
    text-align: center;
    font-family: 'Philosopher', sans-serif;
    font-size: 18px;
    color: #ff0248;
    padding: 0px 0 10px;
    font-weight: 600;
    display: block;
}
.lw-100{  flex-basis: 100% !important;  max-width: 100% !important; padding-right: 0px;}

 @media only screen and (max-width: 700px) {
   section {
     flex-direction: column;
  }
  .furnal-subheader{ text-align: center; }
}


/* payment option end */

/* ----------------------------------------------------- */

@media screen and (max-width: 1200px) {
	.furnal-subheader{ text-align: center; }
	
    .h-search {
        width: 25%;
    }
    /* login */
    .f-min-wrap .c-row label {
        font-size: 12px;
    }
    .f-min-wrap a {
        font-size: 12px;
    }
    .e-pl-form form .form-row .l-s {
        font-size: 12px;
    }
    nav ul li{ padding: 0 10px; }

    header .container, .top-header .container {
    max-width: 100%;
}

}


/* ----------------------------------- */

@media screen and (max-width: 1023px) {
.furnal-subheader{ text-align: center; }
.c_sroll{ height: auto; overflow: inherit; }

.live-link{ position: initial;  margin: 10px 0 0;  display: inline-block;  }    
header .container, .top-header .container{ max-width: 100%;}
.ze-logo img {
    width: 120px;
}

nav,
.h-social {
    display: none;
}

.h-search {
    width: 100%;
    margin-top: 5px;
    display: inline-block;
}
.ze-support {
    margin-right: 0px;
}
.fnav {
    display: inline-block;
    text-align: left;
    align-items: normal;
    justify-content: normal;
}
.fnav li {
    width: 50%;
}
.sgn-btn {
    padding: 6px 10px;
    font-size: 14px;
}
.fnl-title {
    font-size: 24px;
}
.player,
.catchup {
    width: 100%;
}
.furnal-descrription {
    padding: 15px;
}
.mb_user {
    display: block;
}
.n-p-form {
    width: 100%;
    max-width: 600px;
    padding: 10px 29px 30px;
    margin: auto;
}
.n-pl {
    flex-basis: 100%;
}
.e-pl {
    flex-basis: 100%;
}
.cover {
    padding: 10px 00px;
}
.e-pl {
    max-width: 600px;
    margin: auto;
    width: 100%;
}
.input-wrap i {
    font-size: 18px;
}
.pwarp {
    justify-content: center;
}
.u-details {
    text-align: center;
}
.z-us-wapper {
    padding: 10px;
}
.pwarp {
    flex-direction: column;
}
/* catchup-vid */
.z-catch-box h3 {
    font-size: 15px;
}
.z-catch-box p {
    font-size: 10px;
    margin-top: 3px;
}
.z-catch-wrap {
    padding: 10px;
}
.z-catch-box {
    padding: 5px;
}
.z-sidebar-content {
    padding: 13px 0px;
}

.e-timing {
    padding-right: 0px;
    margin: 0 -10px;
width: auto;
}
.donation-gift-box {
    flex-direction: column;
}
.donation-gift-box p {
    padding-right: 0px;
    margin-bottom: 10px;
}
.pay-nowbtn {
    padding: 8px 10px;
    max-width: 100px;
}

.create-btn-epage .pay-nowbtn { max-width: none; }
.live-event-posts {
    flex-basis: 25%;
    padding: 0px;
}
.event-details {
    flex-basis: 75%;
    padding: 0px 0px 0 12px;
}
  .p-c-left {
    flex-basis: 100%;
    max-width: 100%;
    padding-right: 0px;
}
.p-c-rigt-content{ margin: 10px -10px; width: auto; display: inherit;  }
.e-v-box{  width: 25%; display: block; margin-bottom: 10px; float: left; padding: 10px; }
.p-c-right {
    flex-basis: 100%;
    max-width: 100%;
}
.vid-poster {
   padding-bottom: 100%; margin-bottom: 10px; width: 100%; height: auto; float: none; display: block;
}

.z-sidebar { flex-basis: 100%;}
.z-sidebar-content ul {
display: flex;
width: 80%;
margin: auto;
border: 2px solid #ff2543;
border-radius: 4px;
}
.z-sidebar-content ul li {
    text-decoration: none;
    max-width: 50%;
    flex-basis: 50%;
}
.z-sidebar-content ul li .active {
    background-color: #ff2543;
    border-radius: 0px;
    color: #fff;
    text-align: center;
}
.z-sidebar-content ul li a {
    height: 40px;
    padding: 10px;
    width: 100%;
    display: block;
    align-items: center;
    color: #202f4f;
    font-weight: 500;
    font-family: inherit;
    text-align: center;
    display: block;
    vertical-align: middle;
    margin-bottom: 0px;
}
.z-sidebar-content ul li .active i {
    color: #fff;
}
.z-sidebar-content ul li a i {
    margin-right: 5px;
    color: #202f4f;
    vertical-align: middle;
}
.z-content {
    flex-basis: 100%;
    padding: 0px;
}
.form-content {
    padding: 20px 10px 10px;
}
.form-content form {
    width: 100%;
    padding: 10px 0px;
}

}


/* ----------------------------------- */

@media screen and (max-width: 768px) {
	.furnal-subheader{ text-align: center; }
	.cropme{ width: 450px !important; height: 450px !important; position: relative; display: block; }
	.cropme img{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .e-v-box{  width: 33.33%; display: block; margin-bottom: 10px; float: left; padding: 10px; }
     .psuccess{ width: 100%; }
    .forgot-wrap{ margin: 20px 0 0 0; }
    .divsuccess{ padding: 10px; } .sstext{ font-size: 25px; } .divsuccess .ssicon{ font-size: 70px !important; }
    .pay-id{ padding: 15px; } .payid-column span{ font-size: 14px; }
    .payh-row{ padding: 10px 0px; } .pethumb{ width: 80px; height: 80px; margin-right: 10px; }
    .ph-event-name{ width: 70%; } .paid-amount{ width: 30%; } .pename{ font-size: 16px; }  .edate{ font-size: 14px; }
    .apaid { font-size: 20px; } .ramount{ font-size: 14px; } .ph-title{ font-size: 24px;  padding: 0px 0 10px;  }
    .event-warp-dnt, .e-details, .f-foot-here{  margin: 0 -10px;}
    .form-row-event{ padding: 10px 5px; }
    .boxx em{ font-style: normal; display: inline-block; width: 100%; padding-top: 5px; }
    .e-start-time{ padding: 5px 10px; }
    nav,
    .h-social {
        display: none;
    }
    .cs-dd span{ display: block; padding: 5px 0; }
    .pay-box {
    
    padding: 5px;
}
    .h-search {
        width: 100%;
        margin-top: 5px;
        display: inline-block;
    }
    .ze-support {
        margin-right: 0px;
    }
    .fr {
        display: none;
    }
    .furnal-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .fnav {
        display: inline-block;
        text-align: left;
        align-items: normal;
        justify-content: normal;
    }
    .fnav li {
        width: 50%;
    }
    .sgn-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
    .fnl-title {
        font-size: 24px;
    }
    .player,
    .catchup {
        width: 100%;
    }
    .furnal-descrription {
        padding: 15px;
    }
    .mb_user {
        display: block;
    }
    /* payment-page */
    .pay-box a p {
        font-size: 16px;
    }
    .pay-box a h3 {
        font-size: 20px;
    }
    .pay-box a {
        padding: 30px 10px;
    }
   
    .pay-wrap {
        padding: 20px 10px;
    }
    .z-content {
        flex-basis: 100%;
        padding: 0px;
    }
    .z-sidebar {
        flex-basis: 100%;
    }
    .z-catch-box {
        flex-basis: 33.33%;
        padding: 5px;
        margin-bottom: 10px;
        max-width: 33.3%;
    }
    .z-catch-box h3 {
        font-size: 14px;
    }
    .z-sidebar-content ul {
        display: flex;
    }
    /* event-creation */
    .form-content {
        padding: 20px 10px 10px;
    }
    .form-content form {
        width: 100%;
        padding: 10px 0px;
    }
    .create-btn-epage a{ border-radius: 2px;  padding: 10px 15px;  margin: 0px;  max-width: 100%; float: none;}
 
    /* catch-player-here */
    .p-c-left {
        flex-basis: 100%;
        max-width: 100%;
        padding-right: 0px;
    }
    .p-c-rigt-content{ margin: 10px -10px; }
    .e-v-box{  width: 33.33%; display: block; margin-bottom: 10px; float: left; padding: 10px; }
    .prv-btn{ max-width: 100%; border-radius: 3px;  padding: 10px;  margin-bottom: 15px !important; }

    .p-c-right {
        flex-basis: 100%;
    }
    
    .min-vid-titles {
        flex-basis: 65%;
        max-width: 65%;
    }
    .vid-poster {
       padding-bottom: 100%; margin-bottom: 10px; width: 100%; height: auto; float: none; display: block;
    }
    .donation-gift-box p {
        font-size: 12px;
    }
    .s-text {
        font-size: 12px;
    }
    .brodcasting-code {
        font-size: 12px;
    }
    .s-text {
        font-size: 12px;
    }
    .paid {
        font-size: 12px;
    }
    .event-discription {
        font-size: 13px;
        /*display: block;*/
    }
    .address-row {
        font-size: 13px;
    }
    .bookedby {
        font-size: 13px;        
    margin: 0px 0 5px;
    }
    .donation-gift-box{ float: left; }
    .contactnum {
        font-size: 13px;
         margin: 0px 0 5px;
    }
    .z-email {
        font-size: 13px;
         margin: 0px 0 5px;
    }
    .pending {
        font-size: 13px;
        text-align: left;
    }
    .boxx {
        margin-bottom: 20px;
    }
    .t-edit .z-title0ne {
        font-size: 16px;
    }
    .e-option {
        font-size: 12px;
    }
    .boxx {
        flex-basis: 50%;
    }
    .z-con-top {
        padding: 15px 5px;
    }
    .live-event-posts {
        flex-basis: 30%;
        padding: 0px;
    }
    .event-details {
        flex-basis: 70%;
        padding: 0px 0px 0 12px;
    }
    /* tabs */
    .z-sidebar-content ul {
        display: flex;
        width: 100%;
        margin: auto;
        border: 2px solid #ff2543;
        border-radius: 4px;
    }
    .z-sidebar-content ul li .active {
        background-color: #ff2543;
        border-radius: 0px;
        color: #fff;
        text-align: center;
    }
    .z-sidebar-content ul li a i {
        margin-right: 5px;
        color: #202f4f;
        vertical-align: middle;
    }
    .z-sidebar-content ul li {
        text-decoration: none;
        max-width: 50%;
        flex-basis: 50%;
    }
    .z-sidebar-content ul li a {
        height: 40px;
        padding: 10px;
        width: 100%;
        display: block;
        align-items: center;
        color: #202f4f;
        font-weight: 500;
        font-family: inherit;
        text-align: center;
        display: block;
        vertical-align: middle;
        margin-bottom: 0px;
    }
    
    .z-sidebar-content ul li .active i {
        color: #fff;
    }
    .code-box-sec {
        text-align: center;
    }
    .donation-gift-box .donation {
        margin: auto;
    }
    .brodcasting-code{ text-align: left; }
    
    .donation-gift-box .non{ display: inline-block; }
    .v-code, .paid{ text-align: left; }
    .furnal-subheader span{ display: block; padding: 5px 0; }
    .furnal-subheader span:last-child{ float: none; }
    .furnal-subheader span:first-child{ padding-right: 0px; }

    
}


/* ----------------------------------- */

@media screen and (max-width: 480px) {
	.furnal-subheader{ text-align: center; }
    #preview .buttons{ width: auto; position: absolute; bottom: -70px; right: 50%; }
    #preview .buttons .cancel, #preview .buttons .ok{ display: inline-block; margin: 0 5px; }
    .cropme{ width: 350px !important; height: 350px !important; position: relative; display: block; }
	.cropme img{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .sub-nav-wrap{ max-width: 320px; }
    .image-wedding{ width: 90%; padding-top: 90%; }
    .event-warp-dnt, .e-details, .f-foot-here{  margin: 0 -5px;}

    .e-v-box {
    width: 50%;
    display: block;
    margin-bottom: 10px;
    float: left;
    padding: 10px;
}
.app-store a{ float: left; width: 50%; padding: 0 5px; }
.app-store a img{ width: 90%; }
._dimagee_t img {
    width: 120px;
    height: 120px;
}
.e-start-time, .e-end-time, .total-hours{ width: 50%; }
.e-end-time{ text-align: right; }

.pay-categories{ flex-wrap: wrap; }
.pay-box{ padding: 10px; flex-basis: 100%; max-width: 100%; }

 .p-c-rigt-content {
    margin: 10px -10px;
}
    nav,
    .h-social {
        display: none;
    }
    .h-search {
        width: 100%;
        margin-top: 5px;
        display: inline-block;
    }
    .ze-support {
        margin-right: 0px;
    }
    .fr {
        display: none;
    }
    .furnal-column {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
    .fnav {
        display: inline-block;
        text-align: left;
        align-items: normal;
        justify-content: normal;
    }
    .fnav li {
        width: 50%;
    }
    .sgn-btn {
        padding: 6px 10px;
        font-size: 14px;
    }
    .fnl-title {
        font-size: 24px;
    }
    .player,
    .catchup {
        width: 100%;
    }
    .furnal-descrription {
        padding: 15px;
    }
    /* mmenu */
    .mb_user {
        display: block;
    }
    /* login */
    .z-us-wapper {
        padding: 5px;
    }
    
    .e-pl-form .title {
        font-size: 16px;
    }
    .n-p-form .title {
        font-size: 16px;
    }
    .check-row label p {
        font-size: 12px;
    }
    .check-row label span {
        font-size: 12px;
    }
    .n-p-form {
        padding: 10px 15px 30px;
    }
    .e-pl-form {
        padding: 0px;
    }
   
    .fp-wrap h1 {
        font-size: 18px;
    }
    .fp-box .fp-wrap {
        padding: 20px 10px 40px;
    }
    .fp-box .fp-wrap {
        padding: 20px 10px 40px;
    }
    .n-pl .n-p-form form .form-row .l-s {
        font-size: 12px;
    }
    .input-wrap {
        padding: 0px 5px;
    }
    /* user-profle */
    .p-in-row {
        flex-basis: 100%;
    }
    .Z-ipload-box {
        margin: 0px 0px 15px 0px;
    }
    .z-up-wrap {
        justify-content: center;
        flex-direction: column;
    }
   
   

    .pay-wrap {
        padding: 20px 10px;
    }
    /* catch-up-vid */
    .z-catch-box {
        flex-basis: 50%;
        padding: 5px;
        margin-bottom: 10px;
        max-width: 50%;
    }
    .z-catch-wrap {
        padding: 5px;
    }
    .z-content {
        flex-basis: 100%;
        padding: 0px;
        max-width: 1200px;
    }
    .start-time-row {
        flex-basis: 100%;
        padding: 5px;
    }
    .event-warp-dnt {
        flex-direction: column;
    }
    .date-box {
        flex-basis: 100%;
        padding: 5px;
        max-width: 100%;
    }
    .form-row-eventtitle {
        padding: 5px;
    }
    .country-event-row {
        padding: 5px;
    }
    .loc-row {
        flex-basis: 100%;
        max-width: 100%;
        padding: 5px;
    }
    .payt-row {
        padding: 5px;
    }
    .e-user-mail {
        padding: 5px;
    }
    .e-details .ph-no {
        flex-basis: 100%;
        padding: 5px;
    }
    .e-details .booked {
        flex-basis: 100%;
        padding: 5px;
    }
    .f-foot-here .e-payment {
        padding: 5px;
        flex-basis: 100%;
        max-width: 100%;
    }
    .f-foot-here .e-submit {
        padding: 5px;
        flex-basis: 100%;
        max-width: 100%;
    }
    .paymark label span {
        margin: 8px;
    }
    .event-creation-wrap {
        padding: 0px;
    }
    .player-cathi {
        padding: 10px;
        border-radius: 4px;
    }
    .z-cp-sec {
        padding: 0px;
    }
    .v-share a span {
        font-size: 18px;
    }
    .v-share-1 a span {
        font-size: 18px;
    }
    
    .video-foot{ padding: 15px 10px; }
    .min-vid-titles h3 {
        margin-bottom: 3px;
    }
    .video-t-name {
        font-size: 16px;
    }
    .z-sidebar-content ul li a {
        font-size: 13px;
    }
   
    .sub-nav-wrap ul li a {
        font-size: 13px;
    }
    .event-details {
        flex-basis: 70%;
    }
    .live-event-posts {
        flex-basis: 30%;
    }
    .p-c-right {
        padding: 5px;
    }
    .z-cp-sec .container {
        padding: 0px 3px;
    }
    .c-content {
        padding: 20px 0px 140px;
    }
    .no-event-sec {
        padding: 13px 19px 20px;
    }
    .live-event-posts {
        flex-basis: 100%;
    }
    .event-details {
        flex-basis: 100%;
    }
    .event-details {
        flex-basis: 100%;
        padding: 0px 0px 0 0px;
    }
    .boxx {
        flex-basis: 100%;
    }
    .code-box-sec {
        padding: 0px 7px 15px;
    }
    .boxx {
        flex-basis: 50%;
    }
    .u-d {
        padding: 5px 0px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: start;
    }
    .u-drop-down{  border-radius: 0px; } .user-name{ display: none; }
}


/* catchup-videos */

@media screen and (max-width: 375px) {
	.furnal-subheader{ text-align: center; }
	.cropme{ width: 330px !important; height: 330px !important; position: relative; display: block; }
	.cropme img{ position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; object-fit: cover; object-position: center; }
    .no-event-sec p {
        font-size: 14px;
    }
    .no-event-sec h3 {
        font-size: 16px;
    }
    .no-event-sec p {
        font-size: 14px;
        font-family: 'Graphik';
        font-weight: 500;
        color: #5a6375;
        margin-bottom: 22px;
    }
    .z-catch-box {
        flex-basis: 100%;
        max-width: 100%;
    }
    .v-share {
        margin: 0px;
    }          
    
    .z-cp-sec .container {
        padding: 0px 5px;
    }
    .e-timing {
        padding-right: 37px;
    }
    .ah-btn{ width: 100%; }
    .et-location {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 375px) {
	.furnal-subheader{ text-align: center; }
    .zevent-date, .zevent-country, .e-start-time, .e-end-time, .total-hours{ width: 100%; }

    .e-end-time{ text-align: left; }
    }
	
.help-blocks{ font-family: inherit; font-size: 13px; color: #eb2323; margin: 5px 0 10px 0; display: block; font-weight: 500;}

.twitter-typeahead{ width: 100%; left: -10px;}

.tt-menu{ left:0px; right: -40px }

@media screen and ( max-width: 400px ){
    li.page-item {

        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child( 2 ),
    .page-item:nth-last-child( 2 ),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {

        display: block;
    }
}