/* Stage- Bootstrap one page Event ticket booking theme
Created by pixpalette.com - online design magazine */

@charset "utf-8";
/* CSS Document */
html, body {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

/* common style's */
a {
  color: #7447ae;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 24px;
    margin-top: -10px
    margin-bottom -10%;
}

img{
    margin: 0%;
    padding: 0%;
}

/* button style */
.btn-user {
    background: blue;
    color: #ffffff;
    border: 0;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px 20px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    text-align: center;
    margin: 10px;
}

.btn, .btn.disabled {
    background: blue;
    color: #ffffff;
    border: 0;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 5px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin: 10px;
}

.btn:hover {
    background: blue;
	color: #ffffff;
    box-shadow: 6px 6px 15px rgba(0, 0, 0, 0.2);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: .5;
}

/* form style */
label {
    font-weight: 400;
}

.form-group {
    margin-bottom: 10px;
    margin-top: -20px;
    width: 100%;
}

.form-group-user {
    margin-bottom: 10px;
}


.form-control {
    height: 40px;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    padding: 6px 0px;
    box-shadow: none;
	font-weight: 100;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.form-control:focus {
    border-color: #666666;
    outline: 0;
    box-shadow: none;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}


/* loader */
.loader{
    position: fixed;
    color: white;
    background: #ffffff;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.loader > div {
    text-align: center;
    margin: 0px auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.top-wrapper{
    margin-top: 30rem;
    position: absolute;
    width: 100%;
    height: auto;
}

.left-wrapper, .right-wrapper{
    padding-right: 0px;
    padding-left: 0px;
}

/* event banner css */
.event-banner-wrapper {
	position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px;
	background: url(../images/bg3.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
     filter: blur(1px);
    -webkit-filter: blur(1px);
}

.logo{
    position: absolute;
    width: 100%;
    top: 30px;

}

.logo p {
    font-family: 'mallory';
    color: #ffffff;
    font-size: 40px;
    font-weight: 900;
    margin-top: 0.5%;
    text-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
    line-height: 1.2em;
    letter-spacing: -.01em;
    left: 75px;
}

.logo img{
    max-width: 70%;
}

.note{
    position: absolute;
    width: auto;
}

.note p {
    font-family: 'Noto Color Emoji';
    color: #fefdff;
    font-size: 20px;
    font-weight: bold;
    margin-top: 3%;
    background: rgba(158, 158, 158, 0.4);
    line-height: 1.2em;
    letter-spacing: -.01em;
    left: 75px;
}

.messageBox {
    width: 50%;
	color: #000;
    opacity: 0.8;
    padding: 10px;

}

.messageBox h3{
    position: relative;
    background-color: #EEEAEA;
   /* font-size: 24px;
    font-weight: bolder;
    font-family: 'Nixie One', sans-serif;
    margin: 5px; */
    border: 5px solid rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
   /* line-height: 2; */

    font-family: 'mallory';
    font-size: 24px;
    color: #000;
    margin: 0 0 20px;
    letter-spacing: -.01em;
    font-weight: 700;
    line-height: 1.1em;
}

.messageBox h1{
    position: relative;
    background-color: #EEEAEA;
    border: 5px solid rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    line-height: 1;

    font-family: 'noto serif';
    color: #333;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: -.01em;
    margin: 0 0 18px;
}

.messageBox p{
    font-size: 18px;
    font-weight: 900px

    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.messageBox img{
    position:relative;
    max-width: 100%;
    height: auto;
    margin-bottom: -30px;

}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
/*.message p{

    color: #000000;
}*/

.event-banner-wrapper h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 1.5vw;
}

.event-banner-wrapper p {
    position: absolute;
    font-family: 'Nixie One', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #000000;
    margin: 0;
    bottom: 15px;
}

.event-banner-wrapper p a {
	color: #fff;
}

.event-banner-wrapper p a:hover {
	border-bottom: 1px solid #fff;
}


.event-tab .nav-tabs {
	position: fixed;
	top: 0;
	left: 41.66666667%;
	background: #fff;
	width: 58.33333333%;
	border-bottom: 0;
    padding: 20px 40px;
	margin-bottom: 30px;
    z-index: 99;
}

.event-tab .nav-tabs > li > a {
    font-size: 18px;
	color: rgba(0, 0, 0, 0.28);
    margin-right: 30px;
    padding: 5px 0px;
    text-transform: uppercase;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.event-tab .nav-tabs > li.active > a,
.event-tab .nav-tabs > li.active > a:hover,
.event-tab .nav-tabs > li.active > a:focus,
.event-tab .nav-tabs > li > a:hover,
.event-tab .nav-tabs > li > a:focus {
	background: transparent;
    color: #000000;
    border: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.event-tab .tab-content {
    margin-top: 45px;
}

.event-tab .tab-content .tab-pane {
    margin-bottom: 30px;
}

.ticketBox {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 15px 15px;
    /*margin-bottom: 30px;*/
    border-radius: 4px;
    box-shadow: 4px 4px 17px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    align-content:  center;
    width: 100%;
    height: 15rem;
    background-color: #4267B2;
    border: 1px solid black;
}

.ticketBox:hover {
    /*right: 20px;
    background-color: #fff;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    cursor: pointer;
}

.ticketBox p{
    margin: -10%;
}

.ticketBox img{
    margin-bottom: 5%;
}

.inActiveTicket .inactiveStatus {
    background: rgba(248, 248, 248, 0.68);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
	transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.ticketBox .ticket-name span {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 400;
}

.ticketBox .ticket-price-count-box .price {
	margin: 0;
    color: #000000;
    font-weight: 600;
    float: right;
    width: 100%;
    text-align: right;
}

.ticketBox .ticket-price-count-box .ticket-control {
	float: right;
    width: 120px;
}

.ticketBox .ticket-price-count-box .ticket-control .form-control {
	width: 50px;
    font-weight: 600;
    text-align: center;
    border: 0;
    box-shadow: none;
    display: inline-block;
    pointer-events: none;
    font-size: 20px;
    margin: 0px 4px;
    background: transparent;
}

.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button {
    display: inline-block;
    border: 0px solid rgba(0, 0, 0, 0.12);
    padding: 10px;
    width: 32px;
    text-align: center;
    border-radius: 50%;
    font-weight: 600;
    color: #000000;
    font-size: 9px;
    background: rgba(0, 0, 0, 0.03);
	box-shadow: none;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button:hover,
.ticketBox .ticket-price-count-box .ticket-control .input-group .input-group-btn button:focus {
	outline: none;
	background: rgba(0, 0, 0, 0.15);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ticketBox .ticket-description {
    height: 15rem;
    padding-top: 5px;
}

.ticketBox .ticket-description p {
    font-family: 'mallory';
	font-size: 18px;
    font-weight: 900;
    color: #fff;
    width: 90%;
    padding: 10% 10%;
    height: 11rem;
}

.ticketBox-button{
    border-top: 1px solid rgba(0, 0, 0, 1);
    /*margin-top: 5%;
    padding-top: 5%;*/
    margin-bottom: 0%;
}

/* map iframe */
iframe {
	width: 100%;
	border: 0;
}

/* cart style */
.cart {
    padding: 20px 40px;
    background: #fff;
    margin-bottom: 0;
    position: fixed;
    left: 41.66666667%;
    bottom: 0;
    width: 58.33333333%;
    z-index: 99;
}

.cart p {
	color: #000;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    margin-top: 8px;
}

.cart p .divider {
    border-right: 2px solid #ccc;
    padding-left: 15px;
    margin-right: 15px;
}

/* cart ticket details */
.cart-information {
	margin-bottom: 30px;
    color: #000;
}

.cart-information .ticket-type {
	font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.cart-information .ticket-type span {
    font-size: 14px;
    line-height: 18px;
    display: block;
    font-weight: 400;
    color: #666;
}

.cart-information ul {
	margin: 0;
	padding: 0;
}

.cart-information ul li {
    list-style-type: none;
    font-size: 18px;
    margin-bottom: 4px;
}

.cart-information ul li span {
    float: right;
}

.cart-information ul li span.totalAmount {
    font-weight: 600;
}

.cart-information hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

/* contact form style */
.contactForm {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    align-content:  center;
    background-color: #fff;
}


.contactForm h3 {
	font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

.contactForm .btn {
	width: 60%;
}

    .initialBox{
        height: auto;
        margin-top: 10%;
        margin-left: -5%;
    }

.trainingMaterialBox {
        position: relative;
        border: 1px solid rgba(0, 0, 0, 0.04);
        /*box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.08);*/
        padding: 15px 15px;
        border-radius: 4px;

    }

.trainingMaterialBox label{
        position: absolute;
        top: -10px;
        left: 0;
        font-weight: bold;
        font-size: 13px;
}

.card .card-body .traininMaterialLabel{
    position: absolute;
    top: -10px;
    left: 0;
    font-weight: bold;
     font-size: 13px;
}


.trainingMaterialBoxDescription{
    margin-top: -30%;
    margin-left: 30%;
    margin-bottom: -5%;
}

.trainingMaterialBoxDescription a{
    margin-left: 60%;
    }

@media (min-width: 5001px) and (max-width: 5500px) {
    .logo .company-name {
        font-size: 150px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 130px;
    }

    .ticketBox {
        margin-top: 67rem;
        height: 55rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 72px;
        height: 45rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 170rem; padding: 60px;}

    .messageBox h1 {font-size: 68px;}

    .messageBox p {font-size: 68px;}

    .messageBox img {
        height: 400px;
        width: 800px;
    }

    .modal-title {font-size: 72px;}

    .trainingMaterialBox label{font-size: 62px;}

    .training-material-row {
        width: 190rem;
        margin-left: -48rem;
    }

    .trainingMaterialBox {
        height: 40rem;
    }

    .trainingMaterialBox img {
        margin-top: 5rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 62px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 4901px) and (max-width: 5000px) {
    .logo .company-name {
        font-size: 140px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 120px;
    }

    .ticketBox {
        margin-top: 58rem;
        height: 50rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 60px;
        height: 40rem;
    }

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 55px;}

    .messageBox h1 {font-size: 64px;}

    .messageBox p {font-size: 64px;}

    .messageBox img {
        height: 395px;
        width: 795px;
    }

    .modal-lg {max-width: 60%;}

    .modal-title {font-size: 72px;}

    .trainingMaterialBox label{font-size: 62px;}

    .training-material-row {
        width: 190rem;
        margin-left: -48rem;
    }

    .trainingMaterialBox {
        height: 40rem;
    }

    .trainingMaterialBox img {
        margin-top: 5rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 62px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 4801px) and (max-width: 4900px) {
    .logo .company-name {
        font-size: 120px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 100px;
    }

    .ticketBox {
        margin-top: 57rem;
        height: 48rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 65px;
        height: 40rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 50px;}

    .messageBox h1 {font-size: 62px;}

    .messageBox p {font-size: 62px;}

    .messageBox img {
        height: 370px;
        width: 770px;
    }

    .modal-title {font-size: 72px;}

    .trainingMaterialBox label{font-size: 62px;}

    .training-material-row {
        width: 190rem;
        margin-left: -48rem;
    }

    .trainingMaterialBox {
        height: 40rem;
    }

    .trainingMaterialBox img {
        margin-top: 5rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 62px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 4501px) and (max-width: 4800px) {
    .logo .company-name {
        font-size: 110px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 90px;
    }

    .ticketBox {
        margin-top: 55rem;
        height: 47rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 65px;
        height: 39rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 45px;}

    .messageBox h1 {font-size: 60px;}

    .messageBox p {font-size: 60px;}

    .messageBox img {
        height: 350px;
        width: 750px;
    }

    .modal-title {font-size: 72px;}

    .trainingMaterialBox label{font-size: 62px;}

    .training-material-row {
        width: 180rem;
        margin-left: -43rem;
    }

    .trainingMaterialBox {
        height: 34rem;
    }

    .trainingMaterialBox img {
        margin-top: 5rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 62px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 4301px) and (max-width: 4500px) {
    .logo .company-name {
        font-size: 115px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 95px;
    }

    .ticketBox {
        margin-top: 50rem;
        height: 47rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 62px;
        height: 40rem;
    }

    .modal-lg {max-width: 65%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 40px;}

    .messageBox h1 {font-size: 58px;}

    .messageBox p {font-size: 58px;}

    .messageBox img {
        height: 330px;
        width: 730px;
    }

    .modal-title {font-size: 72px;}

    .trainingMaterialBox label{font-size: 62px;}

    .training-material-row {
        width: 180rem;
        margin-left: -43rem;
    }

    .trainingMaterialBox {
        height: 34rem;
    }

    .trainingMaterialBox img {
        margin-top: 5rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 62px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 4001px) and (max-width: 4300px) {
    .logo .company-name {
        font-size: 105px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 85px;
    }

    .ticketBox {
        margin-top: 45rem;
        height: 45rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 60px;
        height: 38rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 40px;}

    .messageBox h1 {font-size: 58px;}

    .messageBox p {font-size: 58px;}

    .messageBox img {
        height: 310px;
        width: 710px;
    }

    .modal-title {font-size: 72px;}

    .trainingMaterialBox label{font-size: 62px;}

    .training-material-row {
        width: 165rem;
        margin-left: -36rem;
    }

    .trainingMaterialBox {
        height: 32rem;
    }

    .trainingMaterialBox img {
        margin-top: 5rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 62px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 3701px) and (max-width: 4000px) {
    .logo .company-name {
        font-size: 100px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 80px;
    }

    .ticketBox {
        margin-top: 40rem;
        height: 40rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 48px;
        height: 30rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 40px;}

    .messageBox h1 {font-size: 58px;}

    .messageBox p {font-size: 58px;}

    .messageBox img {
        height: 310px;
        width: 710px;
    }

    .modal-title {font-size: 72px;}

    .trainingMaterialBox label{font-size: 52px;}

    .training-material-row {
        width: 150rem;
        margin-left: -29rem;
    }

    .trainingMaterialBox {
        height: 30rem;
    }

    .trainingMaterialBox img {
        margin-top: 5rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 52px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 3501px) and (max-width: 3700px) {
    .logo .company-name {
        font-size: 100px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 80px;
    }

    .ticketBox {
        margin-top: 37rem;
        height: 40rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 42px;
        height: 30rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 38px;}

    .messageBox h1 {font-size: 56px;}

    .messageBox p {font-size: 56px;}

    .messageBox img {
        height: 270px;
        width: 670px;
    }

    .modal-title {font-size: 62px;}

    .trainingMaterialBox label{font-size: 42px;}

    .training-material-row {
        width: 130rem;
        margin-left: -19rem;
    }

    .trainingMaterialBox {
        height: 25rem;
    }

    .trainingMaterialBox img {
        margin-top: 3rem;
    }

    .btn-close {
        font-size: 50px;
    }

    .btn {
        font-size: 42px;
        margin: 3rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 3001px) and (max-width: 3500px) {
    .logo .company-name {
        font-size: 100px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 80px;
    }

    .ticketBox {
        margin-top: 33rem;
        height: 40rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 42px;
        height: 30rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 38px;}

    .messageBox h1 {font-size: 48px;}

    .messageBox p {font-size: 48px;}

    .messageBox img {
        height: 200px;
        width: 600px;
    }

    .modal-title {font-size: 48px;}

    .trainingMaterialBox label{font-size: 38px;}

    .training-material-row {
        width: 120rem;
        margin-left: -14rem;
    }

    .trainingMaterialBox {
        height: 23rem;
    }

    .trainingMaterialBox img {
        margin-top: 3rem;
    }

    .btn-close {
        font-size: 40px;
    }

    .btn {
        font-size: 38px;
        margin: 2rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 2901px) and (max-width: 3000px) {
    .logo .company-name {
        font-size: 100px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 80px;
    }

    .ticketBox {
        margin-top: 25rem;
        height: 40rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 42px;
        height: 30rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 38px;}

    .messageBox h1 {font-size: 48px;}

    .messageBox p {font-size: 48px;}

    .messageBox img {
        height: 200px;
        width: 600px;
    }

        .modal-title {font-size: 44px;}

        .trainingMaterialBox label{font-size: 32px;}

        .training-material-row {
            width: 115rem;
            margin-left: -11rem;
        }

        .trainingMaterialBox {
            height: 23rem;
        }

        .trainingMaterialBox img {
            margin-top: 2rem;
        }

        .btn-close {
            font-size: 36px;
        }

        .btn {
            font-size: 32px;
            margin: 2rem;
        }

    .col-md-2 {width: 50%;}
}

@media (min-width: 2701px) and (max-width: 2900px) {
    .logo .company-name {
        font-size: 100px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 80px;
    }

    .ticketBox {
        margin-top: 24rem;
        height: 40rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 42px;
        height: 30rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 34px;}

    .messageBox h1 {font-size: 42px;}

    .messageBox p {font-size: 42px;}

    .messageBox img {
        height: 180px;
        width: 520px;
    }

        .modal-title {font-size: 38px;}

        .trainingMaterialBox label{font-size: 32px;}

        .training-material-row {
            width: 110rem;
            margin-left: -9rem;
        }

        .trainingMaterialBox {
            height: 20rem;
        }

        .trainingMaterialBox img {
            margin-top: 2rem;
        }

        .btn-close {
            font-size: 36px;
        }

        .btn {
            font-size: 32px;
            margin: 2rem;
        }

    .col-md-2 {width: 50%;}
}

@media (min-width: 2561px) and (max-width: 2700px) {
    .logo .company-name {
        font-size: 100px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 80px;
    }

    .ticketBox {
        margin-top: 20rem;
        height: 40rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 42px;
        height: 30rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: 160rem; padding: 30px;}

    .messageBox h1 {font-size: 38px;}

    .messageBox p {font-size: 38px;}

    .messageBox img {
        height: 180px;
        width: 450px;
    }

        .modal-title {font-size: 34px;}

        .trainingMaterialBox label{font-size: 30px;}

        .training-material-row {
            width: 100rem;
            margin-left: -4rem;
        }

        .trainingMaterialBox {
            height: 20rem;
        }

        .trainingMaterialBox img {
            margin-top: 2rem;
        }

        .btn-close {
            font-size: 32px;
        }

        .btn {
            font-size: 30px;
            margin: 1rem;
        }

    .col-md-2 {width: 50%;}
}

@media (min-width: 2401px) and (max-width: 2560px) {
    .logo .company-name {
        font-size: 64px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 44px;
    }

    .ticketBox {
        margin-top: 15rem;
        height: 28rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 32px;
        height: 23rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{height: auto; padding: 25px;}

    .messageBox h1 {font-size: 32px;}

    .messageBox p {font-size: 32px;}

    .messageBox img {
        height: 160px;
        width: 400px;
    }

        .modal-title {font-size: 34px;}

        .trainingMaterialBox label{font-size: 28px;}

        .training-material-row {
            width: 95rem;
            margin-left: -1rem;
        }

        .trainingMaterialBox {
            height: 17rem;
        }

        .trainingMaterialBox img {
            margin-top: 1.5rem;
        }

        .btn-close {
            font-size: 30px;
        }

        .btn {
            font-size: 28px;
            margin: 1rem;
        }

    .col-md-2 {width: 50%;}
}

@media (min-width: 2301px) and (max-width: 2400px) {
    .logo .company-name {
        font-size: 64px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 44px;
    }

    .ticketBox {
        margin-top: 13rem;
        height: 28rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 32px;
        height: 23rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{padding: 25px;}

    .messageBox h1 {font-size: 32px;}

    .messageBox p {font-size: 32px;}

    .messageBox img {
        height: 160px;
        width: 400px;
    }

            .modal-title {font-size: 34px;}

            .trainingMaterialBox label{font-size: 28px;}

            .training-material-row {
                width: 95rem;
                margin-left: -1rem;
            }

            .trainingMaterialBox {
                height: 17rem;
            }

            .trainingMaterialBox img {
                margin-top: 1.5rem;
            }

            .btn-close {
                font-size: 30px;
            }

            .btn {
                font-size: 28px;
                margin: 1rem;
            }

    .col-md-2 {width: 50%;}
}

@media (min-width: 2201px) and (max-width: 2300px) {
    .logo .company-name {
        font-size: 64px;
    }

    .logo img {
        height: 20%;
        width: 20%;
    }

    .note .note-content {
        font-size: 44px;
    }

    .ticketBox {
        margin-top: 11rem;
        height: 28rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 32px;
        height: 23rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{padding: 25px;}

    .messageBox h1 {font-size: 32px;}

    .messageBox p {font-size: 32px;}

    .messageBox img {
        height: 160px;
        width: 400px;
    }

    .modal-title {font-size: 32px;}

    .trainingMaterialBox label{font-size: 24px;}

    .training-material-row {
        width: 90rem;
        margin-left: 0.25rem;
    }

    .trainingMaterialBox {
        height: 16rem;
    }

    .trainingMaterialBox img {
        margin-top: 1rem;
    }

    .btn-close {
        font-size: 28px;
    }

    .btn {
        font-size: 24px;
        margin: 1rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 2002px) and (max-width: 2200px) {
    .logo .company-name {
        font-size: 62px;
    }

    .logo img {
        height: 17%;
        width: 17%;
    }

    .note .note-content {
        font-size: 42px;
    }

    .ticketBox {
        margin-top: 5rem;
        height: 28rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 28px;
        height: 23rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{padding: 25px;}

    .messageBox h1 {font-size: 32px;}

    .messageBox p {font-size: 32px;}

    .messageBox img {
        height: 140px;
        width: 380px;
    }

    .modal-title {font-size: 32px;}

    .trainingMaterialBox label{font-size: 28px;}

    .trainingMaterialBox img {
        margin-top: 1rem;
    }

    .btn-close {
        font-size: 24px;
    }

    .btn {
        font-size: 28px;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 1759px) and (max-width: 2002px) {
    .logo .company-name {
            font-size: 54px;
    }

    .note .note-content {
        font-size: 34px;
    }

    .ticketBox {
            height: 22rem;
    }

    .modal-lg {
        max-width: 60%;
    }

    .modal-xl {max-width: 83%;}

    .messageBox{padding: 20px;}

    .messageBox h1 {font-size: 28px;}

    .messageBox p {font-size: 28px;}

    .messageBox img {
         height: 120px;
         width: 340px;
    }

    .ticketBox .ticket-description p {
    	font-size: 26px;
        height: 15rem;
    }

    .modal-lg {max-width: 60%;}

    .trainingMaterialBox label{font-size: 18px;}

    .trainingMaterialBox img {
        margin-top: 1rem;
    }

    .btn {font-size: 18px;}

    .col-md-2 {width: 50%;}
}

@media (min-width: 1537px) and (max-width: 1759px) {
    .logo .company-name {
            font-size: 52px;
    }

    .note .note-content {
        font-size: 32px;
    }

    .ticketBox {
        height: 18rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 24px;
        height: 14rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{padding: 14px;}

    .messageBox h1 {font-size: 26px;}

    .messageBox p {font-size: 26px;}

    .messageBox img {
         height: 110px;
         width: 310px;
    }

    .trainingMaterialBox label{font-size: 18px;}

    .trainingMaterialBox img {margin-top: 1rem;}

    .btn {font-size: 16px;}

    .col-md-2 {width: 50%;}
}

@media (min-width: 1507px) and (max-width: 1537px) {
    .ticketBox {
        height: 16rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 20px;
        height: 12rem;
    }

    .modal-lg {max-width: 60%;}

    .modal-xl {max-width: 83%;}

    .messageBox{padding: 14px;}

    .messageBox h1 {font-size: 22px;}

    .messageBox p {font-size: 22px;}

    .messageBox img {
         height: 100px;
         width: 260px;
    }

    .trainingMaterialBox label{font-size: 16px;}

    .trainingMaterialBox img {margin-top: 1rem;}

    .btn-lg {font-size: 16px;}

    .col-md-2 {width: 50%;}
}

@media (min-width: 1440.98px) and (max-width: 1507px) {
    .ticketBox {
        height: 16rem;
    }

    .ticketBox .ticket-description p {
    	font-size: 19px;
        height: 12rem;
    }

    .col-md-2 {width: 50%;}
}

@media (min-width: 1199.98px) and (max-width: 1440.98px) {
    .top-wrapper {margin-top: 30rem;}

    .col-md-2 {width: 50%;}
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .top-wrapper {margin-top: 30rem;}

    .ticketBox {
        margin-top: 1rem;
        height: 18rem;
        width: 11rem;
    }

    .ticketBox-button{margin-top: 15%;}

    .col-md-2 {width: 50%;}
}

@media (min-width: 767.98px) and (max-width: 991.98px) {
    .top-wrapper {margin-top: 30rem;}

    .ticketBox {margin-top: 1rem;}

    .ticketBox-button{margin-top: 15%;}

    .col-md-2 {width: 100%;}

    .messageBox {width: 100%;}
}

@media (min-width: 575.98px) and (max-width: 767.98px) {
    .note {width: 100%; left: 0.3%;}

    .top-wrapper {margin-top: 30rem;}

    .ticketBox {margin-top: 1rem;}

    .ticketBox-button{margin-top: 15%;}

    .messageBox {width: 100%;}
}

@media (min-width: 482.98px) and (max-width: 575.98px) {
    .note {width: 100%; left: 0.3%;}

    .top-wrapper {margin-top: 30rem;}

    .ticketBox {margin-top: 1rem;}

    .messageBox {width: 100%;}
}

@media (min-width: 450.98px) and (max-width: 482.98px) {
    .note {width: 100%; left: 0.3%;}

    .top-wrapper {margin-top: 100%;}

    .ticketBox {margin-top: 1rem;}

    .messageBox {width: 100%;}
}

@media (min-width: 340.98px) and (max-width: 450.98px) {
    .note {width: 100%; left: 0.3%;}

    .top-wrapper {margin-top: 100%;}

    .ticketBox {margin-top: 1rem;}

    .messageBox {width: 100%;}
}

@media (max-width: 340.98px) {
  .note {width: 100%; left: 0.3%;}

  .top-wrapper {margin-top: 120%;}

  .ticketBox {margin-top: 1rem;}

  .messageBox {width: 100%;}
}