@font-face {
    font-family: montserrat-black;
    src: url(../fonts/Montserrat-Black.ttf);
}

@font-face {
    font-family: montserrat-medium;
    src: url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: montserrat-bold;
    src: url(../fonts/Montserrat-Bold.otf);
}

@font-face {
    font-family: montserrat-light;
    src: url(../fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: montserrat-regular;
    src: url(../fonts/Montserrat-Regular.ttf);
}

html {
    overflow-x: hidden;
}

body {
    font-family: montserrat-medium !important;
    font-size: 14px;
    overflow-x: hidden;
}

.mynavbar {
    background-color: #fff;
    height: 85px;
    position: relative;
    z-index: 999;
    padding: 10px 0px;
}

.mynavbar .navbar {
    margin-bottom: 0px;
    min-height: 60px;
    border: 0px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border: 1px solid #000;
}

.collapse.navbar-collapse {
    background-color: #fff;
}

.mynavbar .navbar ul li.mybtn {
    padding: 16px 15px;
}

.mynavbar .navbar ul li {
    padding: 25px 15px;
}

.mynavbar .navbar a {
    font-family: montserrat-medium;
    font-size: 15px;
    color: #000;
    padding: 0px;
    font-weight: 600;
}

.mynavbar .navbar ul li a:hover {
    background-color: transparent;
    border-bottom: 2px solid #d22222;
}

.mylogo img {
    width: 200px;
}

.mynavbar ul li button {
    border: 0px;
    background-color: #d22222;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    outline: none;
    transition: .2s linear;
    animation: wiggle 2s infinite;
}

.mynavbar ul li button:hover {}

html.hidesc {
    overflow: hidden;
}

.modal.fade.in {
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.modal-dialog {
    margin: auto;
}

.modal-confirm {
    color: #636363;
    width: 325px;
}

.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
}

.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
}

.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
    min-height: 40px;
    border-radius: 3px;
}

.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -5px;
}

.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
}

.modal-confirm .icon-box {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -70px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #2a107b;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
    font-size: 58px;
    position: relative;
    top: 3px;
}

.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #2a107b;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
    background: #2a107b;
    outline: none;
}

.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

@keyframes slide {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

em.error {
    color: orangered;
}

@media(min-width:767px) {
    .vjs-default-skin.vjs-has-started.vjs-paused .vjs-big-play-button {
        display: block;
    }
}

#player {
    width: 100%;
}

#player video {
    width: 100% !important;
    height: auto !important;
}

.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 500px;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ytp-chrome-top.ytp-show-watch-later-title.ytp-share-button-visible.ytp-show-share-title.ytp-show-cards-title,
.ytp-gradient-top {
    display: none !important;
}

.none {
    display: none !important;
}

.smp {
    width: 650px;
    margin: 0px auto;
    position: relative;
    top: -60px;
    background-color: #fff;
}

.mytimer h3 {
    text-align: center;
    margin: 0px;
    padding: 15px 0px;
    color: #d22222;
    border: 2px solid #d22222;
    font-size: 46px;
    font-family: montserrat-medium;
    text-transform: uppercase;
}

.mytimer ul {
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mytimer ul li {
    color: #fff;
    background-color: #d22222;
    font-size: 24px;
    text-align: center;
    width: 24.5%;
    margin: 0px 0px 0px 4px;
    margin-top: 20px;
    padding: 20px 10px;
}

.mytimer ul li span {
    font-size: 51px;
}

.mytimer button {
    margin-bottom: 10px;
    color: #fff;
    background-color: #d22222;
    font-size: 20px;
    font-family: montserrat-medium;
    border-radius: 60px;
    font-weight: 600;
    width: 100%;
    padding: 15px 0px;
    border: 0px;
    outline: none;
    animation: pulse 2s infinite;
    width: 60%;
}

.myfooter {
    background-color: #393939;
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: center;
}

.myfooter img {
    margin-bottom: 60px;
}

.myfooter p,
.myfooter p a {
    font-family: montserrat-medium;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.myfooter p i {
    font-size: 20px;
}

.mt33 {
    margin-top: 33px;
}

.rightreserved {
    background-color: #2b2b2b;
    padding: 10px 0px;
}

.rightreserved p {
    color: #fff;
    font-size: 14px;
    font-family: montserrat-medium;
}

.rightreserved p a {
    background-color: #7f7f7f;
    color: #2b2b2b;
    font-size: 16px;
    padding: 5px 9px;
    margin-left: 4px;
    border-radius: 4px;
}

.text-right {
    text-align: right;
}

section.gallery-banner {
    background-image: url(../images/gallery-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 105px;
    background-position: bottom;
}

section.gallery-banner h1 {
    text-align: center;
    color: #fff;
    font-family: montserrat-medium;
    font-size: 34px;
}

section.gallery-content {
    padding: 100px 0;
}

.gallery-imgs .owl-theme .owl-dots .owl-dot.active span,
.gallery-imgs .owl-theme .owl-dots .owl-dot:hover span {
    background: #d22222;
    width: 30px;
    height: 4px;
    outline: none;
}

.gallery-imgs .owl-theme .owl-dots .owl-dot span {
    margin: 5px 7px;
    background: #000;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
    width: 30px;
    height: 4px;
}

.gallery-imgs .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.gallery-imgs .item {
    margin: 20px;
    position: relative;
    box-shadow: 15px 15px 5px 0px rgba(0, 0, 0, 0.12);
}

.gallery-imgs .item:hover {
    box-shadow: 15px 15px 5px 0px rgba(0, 0, 0, 0.3);
}

.gallery-imgs .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 50px;
}

.gallery-imgs.vids {
    padding-top: 50px;
}

img.play-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 103px !important;
}

a.fancybox-media:hover .play-btn {
    transform: rotate(360deg) scale(1.2);
    transition: all 0.35s ease 0s;
}

@media(max-width:480px) {
    section.gallery-content {
        padding: 40px 0;
    }
    .gallery-imgs .owl-theme .owl-dots .owl-dot.active span,
    .gallery-imgs .owl-theme .owl-dots .owl-dot:hover span {
        width: 10px;
    }
    .gallery-imgs .owl-theme .owl-dots .owl-dot span {
        margin: 5px 3px;
        width: 10px;
    }
    section.gallery-banner {
        padding: 0px;
    }
    .gallery-imgs .owl-theme .owl-nav.disabled+.owl-dots {
        margin-top: 25px;
    }
}

.ticketbanner {
    text-align: center;
    background-image: url(../images/ticketbanner.png);
    background-size: cover;
    background-position: left;
    padding: 115px 0px;
}

.ticketbanner h2::before {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #2a107b;
    position: absolute;
    top: 25%;
    left: -35px;
}

.ticketbanner h2::after {
    content: "";
    width: 70px;
    height: 2px;
    background-color: #2a107b;
    position: absolute;
    top: 25%;
}

.ticketbanner h2,
.ticketbanner h3 {
    margin: 0px;
    color: #2a107b;
    font-family: montserrat-medium;
    font-weight: 600;
    font-size: 35px;
    text-transform: uppercase;
}

.ticket-content {
    width: 580px;
    margin: 0px auto;
    position: relative;
}

.ticketform {
    width: 100%;
    margin: 0px auto;
    background-color: #fff;
    border: 1px solid #393939;
    padding: 15px 0px;
    position: relative;
    top: -40px;
}

.ticketform h2 {
    font-family: montserrat-light;
    font-size: 31px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}

.ticketform h5 {
    font-family: montserrat-medium;
    font-size: 24px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin: 0px;
}

.ticketform p {
    font-family: montserrat-light;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

.ticketform ul {
    text-align: center;
    padding-left: 0px;
    list-style: none;
}

.ticketform ul li {
    margin: 5px 5px;
    display: inline-block;
}

.ticketform ul li select {
    border: 1px solid #cdcdcd;
    padding: 10px 10px;
}

.ticketform ul li select.error {
    border: 1px solid orangered;
}

.ticketform ul li input {
    border: 1px solid #cdcdcd;
    padding: 10px 10px;
    font-family: montserrat-light;
    color: #000;
    font-size: 15px;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.ticketform ul li input::placeholder {
    color: #cdcdcd;
    font-family: montserrat-light;
    font-weight: 600;
    font-size: 16px;
}

.ticketform ul li .subtn {
    color: #d22222;
    border: 2px solid #d22222;
    border-radius: 20px;
    font-family: montserrat-medium;
    font-weight: 600;
    font-size: 16px;
    background-color: transparent;
    padding: 10px 30px;
    outline: none;
}

#myVideo {
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 600px !important;
    object-fit: fill;
}

.privacy-term img {
    width: 100%;
    object-fit: cover;
    object-position: bottom center;
}

.privacy-content h1 {
    color: #2a107b;
    font-family: montserrat-medium;
    font-weight: 600;
    font-size: 30px;
    text-transform: uppercase;
}

.privacy-content h2 {
    color: #2a107b;
    font-family: montserrat-medium;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.privacy-content {
    padding: 30px 0 50px;
}

.mybox {
    text-align: center;
}

.mybox button {
    border: 0px;
    background-color: #d22222;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    outline: none;
    transition: .2s linear;
    animation: pulse 2s infinite;
    border: 2px solid #d22222;
}

.mybox button:hover {
    background-color: transparent;
    color: #d22222;
    border: 2px solid #d22222;
}

@keyframes wiggle {
    0% {
        transform: rotate(0deg);
    }
    80% {
        transform: rotate(0deg);
    }
    85% {
        transform: rotate(5deg);
    }
    95% {
        transform: rotate(-5deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }
    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }
    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }
    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }
    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }
    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }
    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }
    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }
    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }
    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }
    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 63, 35, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(239, 63, 35, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(239, 63, 35, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(239, 63, 35, 0.6);
        box-shadow: 0 0 0 0 rgba(239, 63, 35, 0.6);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(239, 63, 35, 0);
        box-shadow: 0 0 0 10px rgba(239, 63, 35, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(239, 63, 35, 0);
        box-shadow: 0 0 0 0 rgba(239, 63, 35, 0);
    }
}

.pricetabs {
    padding-bottom: 50px;
    margin-top: 50px;
}

.pricetabs h2 {
    font-size: 25px;
    font-family: montserrat-medium;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 0px;
    padding-bottom: 20px;
}

.priceportion {
    width: 100%;
    height: 485px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #b0b0b0;
    transition: 0.2s linear;
    background-color: #fff;
}

.priceportion:hover {
    transform: scale(1.085);
    cursor: pointer;
    position: relative;
    z-index: 999;
    box-shadow: 2px 2px 13px rgba(0, 0, 0, .2);
}

.priceportion h3 {
    margin: 0px;
    font-family: montserrat-medium;
    color: #fff;
    font-size: 20px;
    padding: 20px 0px;
    background-color: #2a107b;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.priceportion h6 {
    margin: 0px;
    font-family: montserrat-light;
    font-size: 16px;
    color: #000;
    background-color: #e4e4e4;
    font-weight: 600;
    padding: 10px 0px;
}

.priceportion p {
    margin: 0px;
    font-family: montserrat-light;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    background-color: #ededed;
    padding: 10px 0px;
    position: relative;
}

.priceportion p:after {
    width: 0;
    height: 0;
    border-bottom: 0px solid #ededed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 13px solid #ededed;
    content: "";
    position: absolute;
    top: 42px;
    left: 46%;
    right: 0;
}

.priceportion ul {
    font-family: montserrat-light;
    font-size: 16px;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding-top: 35px;
    padding-left: 15px;
}

.p3 {
    padding: 0px 3px !important;
}

ul.dashed {
    list-style-type: none;
}

ul.dashed > li {
    text-indent: -5px;
}

ul.dashed > li:before {
    content: "-";
    padding-right: 10px;
}

.blur {
    -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -ms-filter: blur(4px);
    -o-filter: blur(4px);
    filter: blur(8px);
    background-color: #212121;
    border-radius: 39px;
    padding: 5px 70px;
}

.d767 {
    display: none;
}

@media(max-width:1200px) {
    .ticketbanner {
        background-position: center;
    }
}

@media(max-width:991px) {
    .mynavbar {
        height: auto;
    }
    .navbar-header {
        width: 100%;
        float: none;
        text-align: center;
    }
    .navbar-header img {
        margin: 0px auto;
    }
    .navbar-right {
        float: none;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    .ticketform {
        width: 700px;
    }
    .ticketform ul {
        list-style: none;
        display: block;
        padding-left: 0px;
        width: 90%;
        margin: 0px auto;
    }
    .ticketform ul li input {
        width: 100%;
    }
    .ticketform ul li select {
        width: 100%;
    }
    .ticketform ul li {
        display: block;
    }
    .ticketform ul li {
        margin: 5px 10px;
    }
    .priceportion {
        margin-top: 25px;
    }
    .group {
        margin-bottom: 20px;
    }
    .blur {
        padding: 5px 45px;
    }
}

@media(max-width:767px) {
    .vjs-control-bar {
        display: none !important;
    }
    .vjs-default-skin.vjs-user-inactive .vjs-control-bar {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 1.5s, opacity 1.5s;
        -moz-transition: visibility 1.5s, opacity 1.5s;
        -ms-transition: visibility 1.5s, opacity 1.5s;
        -o-transition: visibility 1.5s, opacity 1.5s;
        transition: visibility 1.5s, opacity 1.5s;
    }
    .mynavbar .navbar a {
        display: inline-block;
    }
    .ticketform {
        padding: 15px 5px;
    }
    .table-responsive {
        border: 0px;
    }
    .fancybox-prev {
        left: 0;
        display: none;
    }
    .fancybox-next {
        display: none;
    }
    .d767 {
        display: unset;
    }
    .dm767 {
        display: none;
    }
    .navbar-right {
        display: block;
        float: left;
        text-align: left;
    }
    .mynavbar .navbar ul li {
        padding: 10px 15px;
    }
    .navbar-header {
        width: 100%;
        float: none;
        text-align: left;
        margin: 0px !important;
    }
    .mytimer h3 {
        font-size: 30px;
    }
    .mytimer ul li span {
        font-size: 35px;
    }
    .mytimer ul li {
        font-size: 16px;
    }
    .mytimer button {
        margin-top: 10px;
    }
    .myfooter img {
        margin-bottom: 25px;
    }
    .smp {
        width: 100%;
    }
    .rightreserved p {
        text-align: center;
    }
    .navbar-toggle {
        margin-right: 0px;
    }
    .mylogo img {
        width: 160px;
        margin-top: 5px !important;
    }
    .ticketform {
        width: 90%;
    }
    .ticketform h2 {
        font-family: montserrat-light;
        font-size: 21px;
    }
    .priceportion {
        width: 80%;
        margin: 10px auto;
    }
    .ticket-content {
        width: 100%;
    }
    .ticketbanner h2,
    .ticketbanner h3 {
        font-size: 26px;
    }
    .ticketbanner h2::before,
    .ticketbanner h2::after {
        display: none;
    }
    #myVideo {
        height: 500px;
    }
}

@media(max-width:500px) {
    .smp {
        width: 100%;
    }
    .videoWrapper {
        position: relative;
        padding-top: 25px;
        height: 390px;
    }
    .mytimer h3 {
        font-size: 21px;
        font-weight: 600;
    }
    .mytimer ul li span {
        font-size: 25px;
    }
    .mytimer ul li {
        font-size: 10px;
        padding: 15px 10px;
    }
    .mytimer button {
        margin-top: 10px;
        font-size: 14px;
        padding: 15px 10px;
    }
    #myVideo {
        right: 0;
        bottom: 0;
        width: 100% !important;
        height: 380px !important;
        object-fit: fill;
    }
    .artist-banner img{
        width:100%;
    }
}

section.event-banner {
    background-image: url(../images/event-detail-banner.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 108px 0;
}

section.event-banner h1 {
    text-align: center;
    color: #fff;
    font-family: montserrat-medium;
    font-size: 34px;
}

section.event-content {
    background-color: #fff;
    padding: 40px 0;
}

section.event-content p {
    font-family: montserrat-light;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0;
    padding: 0 0 20px 0;
}

section.event-content p b {
    color: #d22222;
    font-size: 17px;
    font-family: montserrat-medium;
}

.event-side-img {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 30px;
}

@media(max-width:992px) {
    .event-side-img {
        text-align: center;
    }
    section.event-banner h1 {
        font-size: 22px;
    }
    section.event-banner {
        padding: 45px;
    }
}

@media(max-width:1000px) {
    .fancybox-opened {
        width: 90% !important;
        margin: 0px auto !important;
    }
    .fancybox-opened img {
        width: 100% !important;
    }
    .fancybox-inner {
        width: 100% !important;
    }
}

section.artist-banner {
    background-image: url(../images/artist-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 105px 0;
    background-position: bottom;
    text-align:center;
}

section.artist-banner h1 {
    text-align: center;
    color: #fff;
    font-family: montserrat-medium;
    font-size: 34px;
    text-transform: uppercase;
}

.artist-content-box h3 {
    font-family: montserrat-medium;
    color: #150836;
    font-size: 30px;
    margin: 20px 0px;
}
.artist-content-box p{
    font-family: montserrat-light;
    color: #150836;
    font-weight: 600;
    font-size: 20px;
}

.artist-content-box {
    height: 500px;
    padding: 0px 29px;
    display: table-cell;
    vertical-align: middle;
}

.artist-img-box {
    margin: 0 -15px;
}

.artist-img-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.artist-content-box h2 {
    text-transform: uppercase;
    font-size: 56px;
    font-family: montserrat-medium;
    padding: 0 90px;
    width: 70%;
    color: #150836;
    justify-content: center;
    display: flex;
    align-items: center;
    height: 400px;
}

.artist-content-box.left h2 {
    float: right;
}

@media(max-width:1400px) {
    .artist-content-box h2 {
        font-size: 25px;
        padding: 0 60px;
    }
}

@media(max-width:991px) {
    .artist-content-box h2 {
        font-size: 26px;
        width: 80%;
        padding: 0 35px;
        height: 300px;
    }
    .artist-img-box img {
        height: 330px;
    }
}

@media(max-width:767px) {
    .mt33 {
        margin: 0px;
    }
    .myfooter p,
    .myfooter p a {
        font-family: montserrat-medium;
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        padding: 0px 10px;
    }
    .artist-content-box h2 {
        font-size: 20px;
        width: 100%;
        padding: 0 0px;
        height: 100px;
        text-align: center;
    }
    .artist-img-box img {
        height: unset;
        object-fit: cover;
    }
    section.artist-banner {
        padding: 40px 0;
    }
    section.artist-banner h1 {
        font-size: 22px;
    }
    .fancybox-opened .fancybox-skin {
        width: 300px !important;
        height: 300px !important;
        margin: auto !important;
        padding: 0 !important;
    }
}

.af-table-tickets table {
    width: 100%;
    text-align: center;
}

.af-table-tickets table th {
    text-align: center;
    width: 200px;
    border: 1px solid #e0e0e0;
    font-family: Montserrat-Regular;
    font-size: 16px;
    color: #000;
    background-color: #f9f9f9;
    padding: 10px 0;
}

.af-table-tickets table td {
    width: 200px;
    border: 1px solid #e0e0e0;
    font-family: Montserrat-Regular;
    font-size: 15px;
    color: #000;
    padding: 10px 0;
}

.af-table-tickets table tr:nth-child(2n+2) {
    background-color: #f9f9f9;
}

.af-table-tickets {
    width: 100%;
    float: left;
    padding: 50px 0;
}

tr.af-special th a {
    width: 80%;
    margin: 0 auto;
    text-transform: uppercase;
    background-color: #2a107b;
    height: 50px;
    text-align: center;
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-size: 15px;
    font-family: montserrat-medium;
    text-decoration: none;
}

tr.af-special th {
    background-color: #fff !important;
    border: 1px solid transparent;
    padding: 0;
}

@media(max-width:1200px) {
    .af-table-tickets table td {
        font-size: 13px;
    }
    tr.af-special th a {
        font-size: 14px;
    }
}

@media(max-width:991px) {
    .af-table-tickets table td {
        font-size: 11px;
    }
    tr.af-special th a {
        font-size: 10px;
    }
}

.group {
    position: relative;
}

.ticketform ul li input:focus {
    outline: none;
}

.ticketform ul li input.error {
    border: 1px solid orangered;
}

.login-section input:focus ~ label {
    bottom: 25px !important;
    left: 15px !important;
    font-family: montserrat-light;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
}

.login-section input.error ~ label {
    bottom: 25px !important;
    left: 15px !important;
    font-family: montserrat-light;
    font-size: 12px;
    font-weight: 600;
    color: orangered;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
}

.login-section input.valid ~ label {
    bottom: 25px !important;
    left: 15px !important;
    font-family: montserrat-light;
    font-size: 12px;
    font-weight: 600;
    color: #999;
    padding: 5px;
    border-radius: 10px;
    background-color: #fff;
}

.login-section label {
    position: absolute;
    pointer-events: none;
    font-family: montserrat-light;
    font-size: 14px;
    color: #cdcdcd;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    left: 15px;
    bottom: 7px;
    background-color: #fff;
}

.musicvideo {
    background-color: #000;
}

.box {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
}

.box button {
    border: 0px;
    background-color: #d22222;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
    outline: none;
    transition: .2s linear;
}

.box button:hover {
    background-color: transparent;
    color: #d22222;
    border: 2px solid #d22222;
}

@media(max-width:767px) {
    .fancybox-opened .fancybox-skin {
        width: 260px !important;
        height: unset !important;
        margin: auto !important;
        padding: 0 !important;
    }
    .fancybox-inner {
        height: unset !important;
    }
    .fancybox-opened img {
        width: 100% !important;
        height: 260px !important;
    }
}

@media(max-width:480px) {
    .fancybox-opened .fancybox-skin {
        width: 260px !important;
        height: unset !important;
        margin: auto !important;
        padding: 0 !important;
    }
    .fancybox-inner {
        height: unset !important;
    }
    .fancybox-opened img {
        width: 100% !important;
        height: 260px !important;
    }
}

@media (max-width:400px) {
    .ticketform ul li .subtn {
        width: 100%;
        margin-left: 0%;
    }
    .ticketform h2 {
        font-size: 18px;
    }
    .pricetabs h2 {
        padding: 0px 0px;
    }
}

.ticketsbook .group {
    margin-bottom: 20px;
    width: 80%
}

.ticketsbook input {
    padding: 10px 15px;
    width: 100%;
    border: 1px solid #d7d7d7;
    outline: none;
}

.ticketsbook select {
    width: 100%;
    border: 1px solid #d7d7d7;
    font-family: montserrat-light;
    font-weight: 600;
    outline: none;
    background: url(../images/mydrop.png) no-repeat;
    background-size: 9px;
    background-position: center right;
    background-position: 95%;
    -webkit-appearance: none;
    height: auto;
    padding: 7px 11px;
}

.ticketform ul li select {
    background: url(../images/mydrop.png) no-repeat;
    background-size: 9px;
    background-position: center right;
    background-position: 95%;
    -webkit-appearance: none;
}

.ticketsbook select:focus {
    border-color: #ccc;
    box-shadow: none;
}

.ticketsbook input ~ label {
    color: #d7d7d7;
}

.ticketsbook input:focus ~ label,
.ticketsbook input.valid ~ label {
    color: #000;
}

.spinner {
    width: 100px;
}

.spinner input {
    text-align: right;
}

.input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px;
    margin-left: -1px;
    position: relative;
    border-radius: 0;
}

.input-group-btn-vertical > .btn:first-child {
    border-top-right-radius: 4px;
}

.input-group-btn-vertical > .btn:last-child {
    margin-top: -2px;
    border-bottom-right-radius: 4px;
}

.input-group-btn-vertical i {
    position: absolute;
    top: 0;
    left: 4px;
}

.af-price-box {
    padding: 10px 13px;
    border: 1px solid #ccc;
    border-radius: 0px;
}

.af-price-box p input[type="text"] {
    width: 100%;
    width: 260px !important;
    height: 50px;
    padding-right: 75px;
    padding-left: 13px;
    border-radius: 20px;
}

.af-price-box p input[type="button"] {
    margin-left: -90px;
    height: 50px;
    width: 90px;
    background: #d22222;
    color: white;
    border: 0;
    font-size: 13px;
    -webkit-appearance: none;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

ul.ticketsteps {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-left: 0px;
    position: relative;
    z-index: 333;
}

ul.ticketsteps::before {
    content: "";
    position: absolute;
    background-image: url(../images/line.png);
    background-repeat-y: no-repeat;
    top: 70px;
    height: 6px;
    bottom: 0;
    right: 100px;
    left: 95px;
    z-index: -1;
}

ul.ticketsteps li {
    width: 32%;
}

.ticketbooking {
    background-color: #2a107b;
    padding: 30px 0px;
}

.ticketbooking h2 {
    text-align: center;
    font-family: montserrat-medium;
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
}

.ticketbooking p {
    font-family: montserrat-light;
    font-weight: 600;
    font-size: 19px;
    color: #fff;
    min-height: 50px;
}

.terms h2 {
    font-size: 18px;
    font-family: montserrat-medium;
}

.terms ul {
    padding: 0 20px;
}

.payment-btn {
    text-align: center;
    width: 100%;
}

.payment-btn input {
    border: 0px;
    background-color: #fff;
    color: #525151;
    padding: 10px 30px;
    border-radius: 30px;
    outline: none;
    text-decoration: none;
    width: 100%;
    float: left;
    font-family: montserrat-medium;
    font-size: 22px;
    border: 2px solid #525151;
    margin: 25px 0px;
    margin-top: 40px;
}

.payment-btn input:hover {
    color: #fff;
    background-color: #d22222;
    border: 2px solid #d22222;
    text-decoration: none;
}

.policy-text {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.policy-text p a {
    color: #0000ff;
    text-decoration: underline;
}

.af-price-box h2 {
    color: #aeaeae;
    font-size: 22px;
    font-family: montserrat-medium;
}

.af-price-box p #priceDiv {
    font-size: 33px !important;
}

.af-price-box p span {
    font-size: 12px;
}

.group.dispinline {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
}

.group.dispinline h3 {
    margin: 0px;
    font-family: montserrat-light;
    font-weight: 600;
}

.group.dispinline p {
    padding: 0px;
    color: #000;
    font-size: 16px;
    font-family: montserrat-light;
    font-weight: 600;
}

.cta {
    background-color: rgba(246, 246, 246, .5);
    box-shadow: 4px 2px 19px rgba(0, 0, 0, .5);
    text-align: center;
    padding: 10px 0;
    margin: 30px 0;
}

@media(max-width:1200px) {
    .af-price-box h2 {
        color: #aeaeae;
        font-size: 19px;
        font-family: montserrat-light;
        font-weight: 600;
    }
    .af-price-box p #priceDiv {
        font-size: 30px !important;
    }
    small.pkr {
        font-size: 16px;
        font-weight: 600;
    }
    .af-price-box p input[type="text"] {
        width: 205px !important;
        font-size: 14px;
        position: relative;
        top: 2px;
        z-index: 0;
        height: 40px;
    }
    .af-price-box p input[type="text"]::placeholder {
        font-size: 12px;
    }
    .af-price-box p input[type="button"] {
        margin-left: -82px;
        height: 40px;
        width: 84px;
        background: #d22222;
        color: white;
        border: 0;
        font-size: 11px;
        -webkit-appearance: none;
        border-radius: 16px;
        position: relative;
        z-index: 99;
    }
    section.event-content p {
        font-size: 15px;
    }
    .payimg img {
        width: 100%;
    }
    .payment-btn input {
        font-size: 20px;
    }
}

@media(max-width:991px) {
    .af-price-box p input[type="text"] {
        width: 235px !important;
    }
    ul.ticketsteps::before {
        content: "";
        position: absolute;
        background-image: url(../images/line.png);
        background-repeat-y: no-repeat;
        top: 40px;
        bottom: 0;
        right: 70px;
        left: 33px;
        z-index: -1;
    }
    ul.ticketsteps li img {
        width: 80px;
    }
    .ticketbooking p {
        font-size: 13px;
    }
}

@media(max-width:767px) {
    .ticketsbook .group {
        width: 100%;
    }
    .af-price-box {
        width: 300px;
        margin: 0px auto;
    }
    .payment-btn input {
        float: none;
    }
    .payment-btn {
        width: 300px;
        margin: 0px auto;
    }
    .payimg {
        width: 300px;
        margin: 0px auto;
    }
}

@media(max-width:600px) {
    .group.dispinline {
        display: inline;
        justify-content: space-between;
        align-items: center;
    }
    .group.dispinline h3 {
        margin: 10px 0px;
    }
    .group.dispinline p {
        margin: 10px 0px;
    }
    .spinner {
        width: 100%;
    }
}

@media(max-width:450px) {
    .terms ul {
        font-size: 11px;
    }
    ul.ticketsteps li img {
        width: 65px;
    }
    ul.ticketsteps::before {
        top: 30px;
    }
    .ticketbooking p {
        font-size: 9px;
    }
    .group.dispinline p {
        font-size: 12px;
    }
    .ticketbooking h2 {
        font-size: 18px;
    }
    .ticketbooking {
        padding: 15px 0px;
    }
}

h1.bigh1 {
    text-align: center;
    color: rgb(210, 34, 34);
    font-size: 46px;
    font-family: montserrat-medium;
    text-transform: uppercase;
    margin: 0px;
    padding: 15px 0px;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(210, 34, 34);
    border-image: initial;
}


@media(max-width:1199px){
    .artist-content-box h3 {
        font-size: 25px;
    }
    .artist-content-box p {
        font-size: 16px;
    }
    .artist-img-box img {
        height: 400px;
    }
    .artist-content-box {
        height: 400px;
    }
}

@media(max-width:992px){
    .artist-content-box h3 {
        font-size: 22px;
    }
    .artist-content-box p {
        font-size: 14px;
    }
    .artist-img-box img {
        height: 400px;
    }
    .artist-content-box {
        height: 400px;
    }
}

@media(max-width:992px){
    .artist-content-box h3 {
        font-size: 22px;
    }
    .artist-content-box p {
        font-size: 14px;
    }
    .artist-img-box img {
        height: auto;
    }
    .artist-content-box {
        height: auto;
    }
}


/*************************Thanks***********************************/
section.message-body {
    padding: 80px 0;
    text-align: center;
}

section.message-body h1 {
    font-size: 60px;
    text-transform: uppercase;
    font-family: "Montserrat-Regular";
}

section.message-body h2 {
    font-size: 25px;
    font-family: 'Montserrat-Light';
    margin: 0;
    padding: 20px 0;
    width: 100%;
    float: left;
}

section.message-body img {
    margin-bottom: 50px;
    width: 325px;
}

section.message-body a {
    font-family: 'Montserrat-Light';
    font-size: 25px;
    text-decoration: underline;
    color: #201b54;
    padding: 15px 0;
    width: 100%;
    float: left;
}
.confirm-order .yourprice .timer-box label {
    color: #000;
    font-weight: normal;
    padding: 0;
    float: left;
    margin: 3px 0 0;
}
.remaining-part {
    width: 100%;
    float: left;
    border-top: 1px solid #ccc;
}
@media(max-width:767px){
  section.message-body a {
    font-size: 18px;
  }
  section.message-body h2 {
    font-size: 18px;
  }
  section.message-body img {
    width: 60%;
  }
  section.message-body h1 {
    font-size: 50px;
  }

}