/* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #dd2428 #ffffff;
}

.form-group p {
    color: red !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 5px !important;
    /*font-family: 'Recursive', sans-serif !important;*/
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 2px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #dd2428;
    border-radius: 10px;
    height: 5px;
    border: 3px none #ffffff;
}


/*@font-face {*/


/*    font-family: 'circularstd-light';*/


/*    src: url("../font/circularstd-light.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-medium';*/


/*    src: url("../font/circularstd-medium.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-bold';*/


/*    src: url("../font/circularstd-bold.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-book';*/


/*    src: url("../font/circularstd-book.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-black';*/


/*    src: url("../font/circularstd-black.otf");*/


/*}*/

body {
    /*font-family: 'Recursive', sans-serif;*/
    font-family: arial, helvetica, sans-serif;
}

.ss_main_header_section {
    /*padding: 50px 15px;*/
    padding: 0 50px 15px;
}

.ss_main_header_section_box {
    background: #FFFFFF;
    box-shadow: 0px 1px 15px rgba(113, 113, 113, 0.15);
    border-radius: 10px;
    padding: 20px 30px;
    background-image: url(../images/search_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9999;
}

.ss_main_header_section_box::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: -1;
    background-color: rgba(221, 36, 40, 0.8);
}

.ss_main_header_section_box .ss_des h1 {
    font-size: 22px;
    color: #fff;
    margin-bottom: -5px;
    font-weight: 700;
    text-transform: uppercase;
}

.ss_main_header_section_box .ss_des .ss_lines img {
    height: 4px;
}

.ss_main_header_section_box .ss_des p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.ss_select_option .nice-select {
    min-width: 200px;
    font-weight: 500;
    font-size: 13px;
}

.ss_select_option .nice-select.open .list {
    width: 100%;
    overflow-y: scroll;
}

.nice-select .option {
    line-height: 46px;
    list-style: none;
    min-height: 46px;
    color: #717171;
    font-weight: 500;
    font-size: 12px;
}

.nice-select .option.selected {
    font-weight: inherit;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgba(237, 38, 46, 0.1);
}

.nice-select:after {
    height: 6px;
    width: 6px;
}

.ss_select_option2 .nice-select {
    min-width: 150px;
}

.ss_checkbox .btn-outline-primary {
    color: #717171;
    border-color: #fff;
    font-size: 13px;
    height: 42px;
    font-weight: 500;
    line-height: 42px;
    background-color: #fff;
    transition: all ease 0.5s 0s;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #dd2428;
    border-color: #dd2428;
    transition: all ease 0.5s 0s;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.0rem rgb(13 110 253 / 00%);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #dd2428;
    border-color: #dd2428;
}

.ss_checkbox .btn-group label {
    padding: 0 15px;
}

.ss_checkbox .btn-group {
    min-width: 140px;
}

.title-secondary {
    margin-bottom: 24px; 
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
}
@media screen and (min-width: 768px) {
    .title-secondary {
        font-size: 22px;
    }
}

/* .ss_ticket{
    .ss_info_section {
        background: #dd2428;
        font-size: 14px;
    }
    /* Firefox */

* {
    scrollbar-width: auto;
    scrollbar-color: #dd2428 #ffffff;
}

.form-group p {
    color: red !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    letter-spacing: 0.3px !important;
    margin-bottom: 5px !important;
    /*font-family: 'Recursive', sans-serif !important;*/
}


/* Chrome, Edge, and Safari */

*::-webkit-scrollbar {
    width: 2px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #dd2428;
    border-radius: 10px;
    height: 5px;
    border: 3px none #ffffff;
}


/*@font-face {*/


/*    font-family: 'circularstd-light';*/


/*    src: url("../font/circularstd-light.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-medium';*/


/*    src: url("../font/circularstd-medium.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-bold';*/


/*    src: url("../font/circularstd-bold.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-book';*/


/*    src: url("../font/circularstd-book.otf");*/


/*}*/


/*@font-face {*/


/*    font-family: 'circularstd-black';*/


/*    src: url("../font/circularstd-black.otf");*/


/*}*/

body {
    /*font-family: 'Recursive', sans-serif;*/
    font-family: arial, helvetica, sans-serif;
}

.ss_main_header_section {
    padding: 0 50px 15px;
}

.ss_main_header_section_box {
    background: #FFFFFF;
    box-shadow: 0px 1px 15px rgba(113, 113, 113, 0.15);
    border-radius: 10px;
    padding: 20px 30px;
    background-image: url(../images/search_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9999;
}

.ss_main_header_section_box::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 10px;
    z-index: -1;
    background-color: rgba(221, 36, 40, 0.8);
}

.ss_main_header_section_box .ss_des h1 {
    font-size: 22px;
    color: #fff;
    margin-bottom: -5px;
    font-weight: 700;
    text-transform: uppercase;
}

.ss_main_header_section_box .ss_des .ss_lines img {
    height: 4px;
}

.ss_main_header_section_box .ss_des p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}

.ss_select_option .nice-select {
    min-width: 200px;
    font-weight: 500;
    font-size: 14px;
}

.ss_select_option .nice-select.open .list {
    width: 100%;
    overflow-y: scroll;
}

.nice-select .option {
    line-height: 46px;
    list-style: none;
    min-height: 46px;
    color: #717171;
    font-weight: 500;
    font-size: 12px;
}

.nice-select .option.selected {
    font-weight: inherit;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: rgba(237, 38, 46, 0.1);
}

.nice-select:after {
    height: 6px;
    width: 6px;
}

.ss_select_option2 .nice-select {
    min-width: 150px;
}

.ss_checkbox .btn-outline-primary {
    color: #717171;
    border-color: #fff;
    font-size: 13px;
    height: 42px;
    font-weight: 500;
    line-height: 42px;
    background-color: #fff;
    transition: all ease 0.5s 0s;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff;
    background-color: #dd2428;
    border-color: #dd2428;
    transition: all ease 0.5s 0s;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.0rem rgb(13 110 253 / 00%);
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #dd2428;
    border-color: #dd2428;
}

.ss_checkbox .btn-group label {
    padding: 0 15px;
}

.ss_checkbox .btn-group {
    min-width: 140px;
}


/* .ss_ticket{
    background: #FFFFFF;
    box-shadow: 0px 1px 15px rgb(113 113 113 / 15%);
    border-radius: 10px;
    padding: 10px;
    max-height: 600px;
    overflow-y: scroll;
} */

.ss_ticket {}


/* placeholder */


/* width */

.ss_ticket::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    border-radius: 5px;
}


/* Track */

.ss_ticket::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}


/* Handle */

.ss_ticket::-webkit-scrollbar-thumb {
    background: #ED262E;
    border-radius: 5px;
}


/* Handle on hover */

.ss_ticket::-webkit-scrollbar-thumb:hover {
    background: #ED262E;
    border-radius: 5px;
}

.ss_ticket ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.ss_ticket ul li {
    padding: 10px 0;
    margin: 0;
    list-style: none;
    border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.ss_ticket ul li:last-child {
    border-bottom: 1px solid rgba(113, 113, 113, 0.0);
}

.ss_ticket_box .ss_des h5 {
    font-size: 16px;
    color: #020202;
    margin-bottom: 0;
    font-weight: 600;
}

.ss_ticket_box .ss_ticket_count span {
    font-size: 14px;
    color: #717171;
    display: inline-block;
    font-weight: 500;
}

.ss_ticket_box .ss_ticket_button button {
    background: #FFFFFF;
    border: 1px solid #dd2428;
    color: #dd2428;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    transition: all ease 0.5s 0s;
}

.ss_ticket_box .ss_ticket_button button:hover,
.ss_ticket_box .ss_ticket_button button:focus {
    background: #dd2428;
    border: 1px solid #dd2428;
    color: #FFFFFF;
    transition: all ease 0.5s 0s;
}

.ss_ticket ul li:hover .ss_ticket_box .ss_ticket_button button {
    background: #dd2428;
    border: 1px solid #dd2428;
    color: #FFFFFF;
}

.ss_ground_images img {
    max-height: 600px;
    display: inline-block;
}

.ss_ground_images {
    text-align: center;
}


/***********header*******/

.ss_info_section {
    background: #dd2428;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
}

.ss_social_media h6 {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: middle;
    line-height: normal;
    padding-right: 10px;
}

.ss_info_section .bd-highlight {
    display: table;
}

.ss_social_media {
    float: right;
}

.ss_social_media_icons .social_icon {
    height: 28px;
    width: 28px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #dd2428;
    line-height: 28px;
    display: inline-block;
    transition: all ease 0.5s 0s;
    margin: 0px 3px;
    background-color: #fff;
}

.ss_social_media_icons .social_icon i {
    color: #dd2428;
    /*//#dd2428;*/
    transition: all ease 0.5s 0s;
}

.footer_social .social_icon i {
    color: #dd2428;
}

.ss_social_media_icons .social_icon:hover {
    background-color: #fff !important;
    border: 1px solid #fff;
    transition: all ease 0.5s 0s;
    color: #dd2428;
}

.ss_social_media_icons .social_icon:hover i {
    color: #dd2428;
    transition: all ease 0.5s 0s;
}

.call_top p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0px;
    line-height: normal;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.call_top {
    display: table;
    height: 100%;
    text-align: left;
    width: 100%;
}

.header_logo {
    width: 40%;
}

.header_menu_box {
    /*width: 100%;*/
    margin-left: auto;
}

.header_menu_phone {
    margin-right: 16px;
    font-size: 13px;
}
.header_menu_phone:hover {
    text-decoration: none;
}

.navbar-toggler {
    margin-left: 16px;
    border-width: 2px;
}

.header_nav {
    border-radius: 10px;
    background: #C6362C;
}
.header_nav ul {
    margin-bottom: 0;
    padding: 32px;
}
.header_nav li {
    list-style: none;
}
.header_nav a {
    display: block; 
    padding: 6px;
    color: #ffff;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
}
.header_nav a:hover {
    color: black;
}

.nav-item a {
    font-size: 16px;
    color: #717171;
    letter-spacing: normal;
    line-height: normal;
    padding: 0;
    font-weight: 600;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
}

li.nav-item {
    margin-left: 25px;
}

header {
    /*background-color: #f9f9f9;*/
    /* box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1); */
}

.navbar {
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

.navbar-toggler:focus {
    box-shadow: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #828282;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

footer {
    padding-top: 60px;
    /* margin-top: 100px; */
    background-color: #dd2428;
    /*background-color: #fff5f5;*/
    /* background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-size: cover; */
}

.footer_about p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 0px;
    letter-spacing: 0.2px;
}

.footer_social .social_icon {
    height: 36px;
    width: 36px;
    line-height: 34px;
    background-color: #fff;
    margin: 0px 10px 0px 0px;
    /*border-radius: 100%;*/
}

.footer_social {
    margin-top: 20px;
}

.footer_title h3 {
    font-size: 17px;
    /*color: #333;*/
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact_con ul {
    padding: 0;
}

.contact_con ul li {
    list-style: none;
    font-size: 14px;
    /*color: #717171;*/
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact_con ul li a {
    /*color: #717171;*/
    color: #fff;
    /*text-decoration: none;*/
}

.footer-link ul {
    padding: 0;
}

.footer-link ul li {
    font-size: 13px;
    color: #4a4a4a;
    letter-spacing: 0.5px;
    line-height: 30px;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -ms-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
    padding-left: 25px;
}

.footer-link ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
}

.footer-link ul li::before {
    content: "\f105";
    position: absolute;
    left: 0;
    top: -1px;
    color: #ED262E;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-family: FontAwesome;
    font-size: 21px;
}

.footer-link ul li a {
    font-size: 15px;
    color: #717171;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-decoration: none;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -ms-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}

.footer-link ul li:hover {
    color: #ED262E;
    padding-left: 25px;
    transition: all ease 0.5s 0s;
    -webkit-transition: all ease 0.5s 0s;
    -moz-transition: all ease 0.5s 0s;
    -ms-transition: all ease 0.5s 0s;
    -o-transition: all ease 0.5s 0s;
}

.footer-link,
.contact_con {
    margin-top: 20px;
}

.contact_con p a {
    font-size: 15px;
    color: #717171;
    font-weight: 500;
    text-decoration: none;
}

.contact_con p img {
    margin-top: -3px;
    height: 20px;
    width: 20px;
}

.bottom_footer {
    margin-top: 50px;
    /*border-top: 2px solid rgba(133, 137, 146, 0.3);*/
    border-top: 2px solid rgba(255, 255, 255, 0.1);
}

.footer_text {
    margin-bottom: 0px;
    font-size: 15px;
    /*color: #424143;*/
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ss_close_model {
    background: transparent;
    border: 0!important;
}

.ss_models_titles .ss_models_box h5 {
    font-size: 16px;
    margin-bottom: 0;
}

.ss_select_optionmodel .nice-select {
    min-width: 100%;
    display: inline-block;
}

.ss_select_optionmodel {
    min-width: 100%;
    display: inline-block;
}

.ss_models_titles {
    padding-top: 15px;
}

.ss_model_button button {
    color: #FFFFFF;
    border: 1px solid #dd2428;
    font-size: 14px;
    height: 42px;
    font-weight: 500;
    background: #dd2428;
    line-height: 42px;
    transition: all ease 0.5s 0s;
    padding: 0 10px;
    box-shadow: 0;
    border-radius: 5px;
    margin-right: 8px;
    width: 100%;
    margin-bottom: 15px;
}

.ss_model_button button:hover {
    background: #dd2428;
    border: 1px solid #dd2428;
    color: #FFFFFF;
}

.modal-dialog {
    max-width: 300px;
    margin: 1.75rem auto;
}

.ss_models_box p {
    font-size: 14px;
    padding-top: 5px;
    color: #717171;
}

.ss_models_box {
    margin-bottom: 5px;
}

.ss_select_optionmodel label {
    margin-bottom: 5px;
}

@media (min-width: 320px) and (max-width: 767px) {
    li.nav-item {
        margin-left: 0px;
    }
    .header_menu_box>div {
        margin-left: 0px !important;
    }
    .navbar-brand img {
        /*width: 70%;*/
        width: 100%;
    }
    li.nav-item {
        padding: 10px 0px;
    }
    /* .show, .collapse {
        margin-top: 20px;
    } */
    .navbar-light .navbar-toggler {
        /*border: none;*/
    }
    .call_top p {
        font-size: 14px;
    }
    .call_top {
        margin-top: 0px;
        margin-bottom: 0px;
        text-align: left;
    }
    .ss_social_media>div {
        justify-content: center!important;
    }
    .footer_about {
        margin-bottom: 30px;
    }
    .footer-link,
    .contact_con {
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .ss_ticket {
        margin-bottom: 50px;
    }
    .footer_about {
        margin-bottom: 30px;
    }
    .footer-link,
    .contact_con {
        margin-top: 10px;
    }
    footer {
        padding-top: 50px;
    }
}

.ss_select_option select option {
    color: #717171;
}

.nice-select .current {
    color: #717171;
}

.ss_lines rect {
    fill: #fff;
}

.modal {
    z-index: 9999999;
}

.modal-backdrop {
    z-index: 999999;
}


/*********form****/

.form_box {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form_box_main {
    background: #FFFFFF;
    box-shadow: 0px 1px 15px rgb(113 113 113 / 15%);
    border-radius: 10px;
    padding: 20px;
}

.form-group label {
    color: #717171;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    /*font-family: 'Recursive', sans-serif;*/
}

.form-control {
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
}

.form-control::placeholder {
    color: #b3b3b3;
}

.form-group {
    margin-bottom: 20px;
}

.nice-select {
    width: 100%;
}

.title_box h3 {
    font-size: 20px;
    color: #020202;
    font-weight: 700;
    margin-bottom: -8px;
}

.submit-button {
    color: #FFFFFF;
    border: 1px solid #dd2428;
    font-size: 14px;
    height: 42px;
    font-weight: 500;
    background: #dd2428;
    line-height: 42px;
    transition: all ease 0.5s 0s;
    padding: 0 25px;
    box-shadow: 0;
    border-radius: 5px;
    margin-right: 8px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.card_con h6 {
    font-size: 17px;
    color: #020202;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
}

.info #show-hidden-menu {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ababab;
    margin-bottom: 10px;
}

.info #show-hidden-menu i.fa.fa-angle-down {
    float: right;
    font-size: 23px;
    font-weight: 600;
}

.hide_con p {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.hide_con p i {
    margin-right: 5px;
    color: #dd2428;
}

.second_col {
    border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.second_col p {
    border: none;
}

.note_info p {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}

.note_info {
    margin-top: 20px;
    background-color: #d9d9d9;
    border-radius: 5px;
    padding: 10px;
}

.price p {
    border: none;
}

.sep {
    border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.pro_into p {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0px;
    border-bottom: none;
}

.pro_into {
    padding-top: 10px;
    padding-bottom: 10px;
}

.total_main {
    font-size: 20px !important;
}

.promo_code #show-hidden-menu1 {
    font-size: 15px;
    color: #188000;
    font-weight: 500;
}

.promo_code #show-hidden-menu1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.promo_code #show-hidden-menu1 i.fa.fa-angle-down {
    float: right;
    font-size: 23px;
    font-weight: 600;
}

.promo_box {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.searchTerm {
    width: 100%;
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px 0px 0px 5px;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: auto;
    height: 46px;
    border: 1px solid #ED262E;
    background: #ED262E;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
}

.card_con {
    background-color: #f6f6f6;
    padding: 25px 16px;
    border-radius: 5px;
}

.qty .form-group {
    display: flex;
}

.qty .form-group .form-control {
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    width: 70px;
}

.qty_label {
    line-height: 46px;
    margin-bottom: 0px !important;
    margin-right: 10px;
}

.qty_price {
    margin-top: 20px;
}

.payment_input input {
    border: none;
    height: 44px;
}

.payment_input {
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    border-radius: 5px;
}

.input_box_1 {
    position: relative;
}

.input_box_1 input {
    padding-left: 38px;
}

.input_box_1 .icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 17px;
    left: 8px;
    top: 10px;
    color: #717171;
    pointer-events: none;
}

.icon svg path {
    fill: #717171;
}

.icon svg rect {
    fill: #717171;
}

.input_box_2 {
    width: 15%;
}

.input_box_3 {
    width: 12%;
}

.input_box_1 {
    width: 100%;
}

.input_1:focus {
    border: none !important;
}

.form-control:focus {
    border: solid 1px #e8e8e8;
    box-shadow: none;
}

.info_tickets h4 {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 24px;
}

.info_tickets i.fa.fa-angle-down {
    float: right;
    font-size: 23px;
    font-weight: 600;
}

.info_tickets {
    margin-top: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.qty .form-group {
    margin-bottom: 0px;
}

.info_tickets .ms-auto {
    margin-bottom: 0px;
    margin-right: 15px;
}


/********test*********/

#stripe-token-handler {
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    padding: 20px 30px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translateY(0);
    opacity: 1;
    background-color: white;
}

#stripe-token-handler.is-hidden {
    opacity: 0;
    transform: translateY(-80px);
}

.form-row {
    width: 100%;
    float: left;
}

#card-element {
    width: 100%;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    border-radius: 5px;
}

.btn-Stripe {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    float: left;
    margin-left: 12px;
    margin-top: 28px;
}

.btn-Stripe:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background-color: #43458b;
}

#card-element--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

#card-element--invalid {
    border-color: #fa755a;
}

#card-element--webkit-autofill {
    background-color: #fefde5 !important;
}

.form-row iframe {
    height: 46px !important;
}

.ElementsApp,
.ElementsApp .InputElement {
    height: 46px !important;
}

#card-element {
    padding: 0px 15px !important;
    /*font-family: 'Recursive', sans-serif !important;*/
}

.cart_icon {
    /*height: 40px;
    width: 40px;*/
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #dd2428;
}

.qty .ss_select_option .nice-select {
    min-width: 80px;
    font-weight: 500;
    font-size: 13px;
}

.cart_count {
    background-color: #dd2428;
    height: 22px;
    width: 22px;
    color: #fff;
    text-align: center;
    line-height: 19px;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: -10px;
}

.main_cart {
    position: relative;
}

.desktop_cart {
    display: block;
}

.phone_cart {
    display: none;
}

.com_text {
    font-size: 14px;
    color: #717171;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
}

#wrapper {
    width: 100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: 10px solid #aaa;
    border-radius: 15px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #aaa;
    background-color: #eee;
    background-image: linear-gradient(top, #fff, #f0f0f0);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #666;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.button:hover {
    border-color: #999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.button:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}

.overlay.light {
    background: rgba(255, 255, 255, 0.5);
}

.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    overflow: hidden;
}

.popup {
    margin: 75px auto;
    background: #fff;
    border: 1px solid #666;
    width: 300px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
}

.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
    margin-top: 0;
    color: #666;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 10px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

.popup .close:hover {
    opacity: 1;
}

.popup .content {
    max-height: 400px;
    overflow: auto;
}

.popup p {
    margin: 0 0 1em;
}

.popup p:last-child {
    margin: 0;
}

.popup .ss_models_titles {
    margin-top: 5px;
}

.main_col {
    position: relative;
    height: 600px;
    border-radius: 10px;
    overflow-y: scroll;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 1px 15px rgb(113 113 113 / 15%);
    width: 100%;
    overflow-x: hidden;
}

#loaderImage {
    position: absolute;
}

#loaderImage img {
    width: 10%;
    margin: auto;
}

#loaderImage {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    display: table-cell;
    vertical-align: middle;
}

.loader_center {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.loader_c {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.ss_ticket {
    position: relative;
}

.footer_about {
    margin-right: 50px;
}

.sorry_box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 1px 15px rgb(113 113 113 / 15%);
}

footer {
    padding-top: 50px;
}

.ss_select_option select option {
    color: #717171;
}

.nice-select .current {
    color: #717171;
}

.ss_lines rect {
    fill: #fff;
}

.modal {
    z-index: 9999999;
}

.modal-backdrop {
    z-index: 999999;
}


/*********form****/

.form_box {
    margin-top: 80px;
    margin-bottom: 80px;
}

.form_box_main {
    background: #FFFFFF;
    box-shadow: 0px 1px 15px rgb(113 113 113 / 15%);
    border-radius: 10px;
    padding: 20px;
}

.form-group label {
    color: #717171;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 5px;
    /*font-family: 'Recursive', sans-serif;*/
}

.form-control {
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
}

.form-control::placeholder {
    color: #b3b3b3;
}

.form-group {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

.nice-select {
    width: 100%;
}

.title_box h3 {
    font-size: 20px;
    color: #020202;
    font-weight: 700;
    margin-bottom: -8px;
}

.submit-button {
    color: #FFFFFF;
    border: 1px solid #dd2428;
    font-size: 14px;
    height: 42px;
    font-weight: 500;
    background: #dd2428;
    line-height: 42px;
    transition: all ease 0.5s 0s;
    padding: 0 25px;
    box-shadow: 0;
    border-radius: 5px;
    margin-right: 8px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.submit-button:hover {
    background-color: #dd2428;
    border: 1px solid #dd2428;
    color: #fff;
}

.card_con h6 {
    font-size: 17px;
    color: #020202;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 5px;
}

.info #show-hidden-menu {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #ababab;
    margin-bottom: 10px;
}

.info #show-hidden-menu i.fa.fa-angle-down {
    float: right;
    font-size: 23px;
    font-weight: 600;
}

.hide_con p {
    font-size: 14px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.hide_con p i {
    margin-right: 5px;
    color: #dd2428;
}

.second_col {
    border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.second_col p {
    border: none;
}

.note_info p {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    border: none;
}

.note_info {
    margin-top: 20px;
    background-color: #d9d9d9;
    border-radius: 5px;
    padding: 10px;
}

.price p {
    border: none;
}

.sep {
    border-bottom: 1px solid rgba(113, 113, 113, 0.2);
}

.pro_into p {
    font-size: 16px;
    color: #666;
    font-weight: 500;
    margin-bottom: 0px;
    border-bottom: none;
}

.pro_into {
    padding-top: 10px;
    padding-bottom: 10px;
}

.total_main {
    font-size: 20px !important;
}

.promo_code #show-hidden-menu1 {
    font-size: 15px;
    color: #188000;
    font-weight: 500;
}

.promo_code #show-hidden-menu1 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.promo_code #show-hidden-menu1 i.fa.fa-angle-down {
    float: right;
    font-size: 23px;
    font-weight: 600;
}

.promo_box {
    width: 100%;
    position: relative;
    display: flex;
    margin-bottom: 20px;
}

.searchTerm {
    width: 100%;
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    padding: 10px 15px;
    border-radius: 5px 0px 0px 5px;
}

.searchTerm:focus {
    color: #00B4CC;
}

.searchButton {
    width: auto;
    height: 46px;
    border: 1px solid #ED262E;
    background: #ED262E;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 20px;
}

.card_con {
    background-color: #f6f6f6;
    padding: 25px 16px;
    border-radius: 5px;
}

.qty .form-group {
    display: flex;
}

.qty .form-group .form-control {
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    width: 70px;
}

.qty_label {
    line-height: 46px;
    margin-bottom: 0px !important;
    margin-right: 10px;
}

.qty_price {
    margin-top: 20px;
}

.payment_input input {
    border: none;
    height: 44px;
}

.payment_input {
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    border-radius: 5px;
}

.input_box_1 {
    position: relative;
}

.input_box_1 input {
    padding-left: 38px;
}

.input_box_1 .icon {
    position: absolute;
    display: block;
    width: 24px;
    height: 17px;
    left: 8px;
    top: 10px;
    color: #717171;
    pointer-events: none;
}

.icon svg path {
    fill: #717171;
}

.icon svg rect {
    fill: #717171;
}

.input_box_2 {
    width: 15%;
}

.input_box_3 {
    width: 12%;
}

.input_box_1 {
    width: 100%;
}

.input_1:focus {
    border: none !important;
}

.form-control:focus {
    border: solid 1px #e8e8e8;
    box-shadow: none;
}

.info_tickets h4 {
    font-size: 16px;
    color: #3b3b3b;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 24px;
}

.info_tickets i.fa.fa-angle-down {
    float: right;
    font-size: 23px;
    font-weight: 600;
}

.info_tickets {
    margin-top: 10px;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    position: relative;
}

.qty .form-group {
    margin-bottom: 0px;
}

.info_tickets .ms-auto {
    margin-bottom: 0px;
    margin-right: 15px;
}


/********test*********/

#stripe-token-handler {
    position: absolute;
    top: 0;
    left: 25%;
    right: 25%;
    padding: 20px 30px;
    border-radius: 0 0 4px 4px;
    box-sizing: border-box;
    box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transform: translateY(0);
    opacity: 1;
    background-color: white;
}

#stripe-token-handler.is-hidden {
    opacity: 0;
    transform: translateY(-80px);
}

.form-row {
    width: 100%;
    float: left;
}

#card-element {
    width: 100%;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    border: solid 1px #e8e8e8;
    color: #717171;
    font-size: 14px;
    height: 46px;
    font-weight: 500;
    border-radius: 5px;
}

.btn-Stripe {
    border: none;
    border-radius: 4px;
    outline: none;
    text-decoration: none;
    color: #fff;
    background: #32325d;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-decoration: none;
    -webkit-transition: all 150ms ease;
    transition: all 150ms ease;
    float: left;
    margin-left: 12px;
    margin-top: 28px;
}

.btn-Stripe:hover {
    transform: translateY(-1px);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .10), 0 3px 6px rgba(0, 0, 0, .08);
    background-color: #43458b;
}

#card-element--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}

#card-element--invalid {
    border-color: #fa755a;
}

#card-element--webkit-autofill {
    background-color: #fefde5 !important;
}

.form-row iframe {
    height: 46px !important;
}

.ElementsApp,
.ElementsApp .InputElement {
    height: 46px !important;
}

#card-element {
    padding: 0px 15px !important;
    /*font-family: 'Recursive', sans-serif !important;*/
}

.cart_icon {
    /*height: 40px;
    width: 40px;*/
    width: 45px;
    height: 45px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    border: 2px solid #dd2428;
}

.qty .ss_select_option .nice-select {
    min-width: 80px;
    font-weight: 500;
    font-size: 13px;
}

.cart_count {
    background-color: #dd2428;
    height: 22px;
    width: 22px;
    color: #fff;
    text-align: center;
    line-height: 19px;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    right: -10px;
    top: -10px;
}

.main_cart {
    position: relative;
}

.desktop_cart {
    display: block;
}

.phone_cart {
    display: none;
}

.com_text {
    font-size: 14px;
    color: #717171;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
}

#wrapper {
    width: 100px;
    margin: 0 auto;
    background: #fff;
    padding: 20px;
    border: 10px solid #aaa;
    border-radius: 15px;
    background-clip: padding-box;
    text-align: center;
}

.button {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 5px 10px;
    border: 1px solid #aaa;
    background-color: #eee;
    background-image: linear-gradient(top, #fff, #f0f0f0);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    color: #666;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    cursor: pointer;
    transition: all 0.2s ease-out;
}

.button:hover {
    border-color: #999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.button:active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25) inset;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 200ms;
    visibility: hidden;
    opacity: 0;
}

.overlay.light {
    background: rgba(255, 255, 255, 0.5);
}

.overlay .cancel {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    overflow: hidden;
}

.popup {
    margin: 75px auto;
    background: #fff;
    border: 1px solid #666;
    width: 300px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    position: relative;
}

.light .popup {
    border-color: #aaa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.popup h2 {
    margin-top: 0;
    color: #666;
    font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
}

.popup .close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 0;
    right: 10px;
    opacity: 0.8;
    transition: all 200ms;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    color: #666;
}

.popup .close:hover {
    opacity: 1;
}

.popup .content {
    max-height: 400px;
    overflow: auto;
}

.popup p {
    margin: 0 0 1em;
}

.popup p:last-child {
    margin: 0;
}

.popup .ss_models_titles {
    margin-top: 5px;
}

.main_col {
    position: relative;
    height: 600px;
    border-radius: 10px;
    overflow-y: scroll;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 1px 15px rgb(113 113 113 / 15%);
    width: 100%;
    overflow-x: hidden;
}

#loaderImage {
    position: absolute;
}

#loaderImage img {
    width: 10%;
    margin: auto;
}

#loaderImage {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    display: table-cell;
    vertical-align: middle;
}

.loader_center {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.loader_c {
    display: table;
    width: 100%;
    height: 100%;
    position: absolute;
}

.ss_ticket {
    position: relative;
}

.footer_about {
    margin-right: 50px;
}

.sorry_box {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 80px;
    box-shadow: 0px 1px 15px rgb(113 113 113 / 15%);
}

.sorry_box h1 {
    font-size: 40px;
    font-weight: 600;
    color: #dd2428;
}

.sorry_box p {
    font-size: 15px;
    color: #717171;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 20px;
    width: 100% !important;
}

.sorry_box ul {
    padding: 0;
    text-align: left;
    display: inline-block;
}

.sorry_box ul li {
    font-size: 15px;
    color: #8A8A8A;
    font-weight: 500;
    margin-bottom: 10px;
    list-style: none;
}

.btn_box {
    color: #fff;
    border-color: #dd2428;
    font-size: 13px;
    height: 42px;
    font-weight: 500;
    line-height: 42px;
    background-color: #dd2428;
    transition: all ease 0.5s 0s;
    text-decoration: none;
    padding: 15px;
    border-radius: 5px;
}

.btn_box:hover {
    background-color: #dd2428;
    border-color: #dd2428;
    color: #fff;
    transition: all ease 0.5s 0s;
}

.sorry_box ul li i {
    font-size: 18px;
    font-weight: 600;
    color: #dd2428;
    margin-right: 5px;
}

.sorry_box ul li a {
    color: #dd2428;
}

.tevo-stripe-success {
    display: none !important;
}

.tevo-stripe-form {
    width: 100% !important;
}

input.tevo-stripe-field.is-empty {
    border: solid 1px #e8e8e8 !important;
    color: #717171 !important;
    font-size: 14px !important;
    height: 46px !important;
    /*font-weight: 500 !important;*/
    padding: 0px 15px;
    border-radius: 5px;
}

.tevo-stripe-field {
    border: solid 1px #e8e8e8 !important;
    color: #717171 !important;
    font-size: 14px !important;
    height: 46px !important;
    /*font-weight: 500 !important;*/
    padding: 0px 15px;
    border-radius: 5px;
    padding-bottom: 0px !important;
    /*font-family: 'Recursive', sans-serif !important;*/
}

.tevo-stripe-field.is-empty:not(.is-focused) {
    opacity: 1 !important;
}

.tevo-stripe-label span {
    display: none !important;
}

.CardField-number input {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.tevo-stripe-button {
    margin-top: 0px !important;
    color: #fff !important;
    border-color: #dd2428 !important;
    font-size: 13px !important;
    height: 42px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
    background-color: #dd2428 !important;
    transition: all ease 0.5s 0s !important;
    text-decoration: none !important;
    padding: 0px 35px !important;
    border-radius: 5px !important;
    width: auto !important;
}

.ElementsApp,
.ElementsApp .InputElement {
    color: black;
    line-height: 36px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 19px;
    height: 36px;
}

.tevo-stripe-label {
    height: 35px;
    position: relative;
    color: #8798AB;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}


/* .social_icon a i{
    
    .sorry_box h1 {
        font-size: 40px;
        font-weight: 600;
        color: #dd2428;
    }
    
    .sorry_box p {
        font-size: 15px;
        color: #717171;
        display: inline-block;
        font-weight: 500;
        margin-bottom: 20px;
    }
    
    .sorry_box ul {
        padding: 0;
        text-align: left;
        display: inline-block;
    }
    
    .sorry_box ul li {
        font-size: 15px;
        color: #8A8A8A;
        font-weight: 500;
        margin-bottom: 10px;
        list-style: none;
    }
    
    .btn_box {
        color: #fff;
        border-color: #dd2428;
        font-size: 13px;
        height: 42px;
        font-weight: 500;
        line-height: 42px;
        background-color: #dd2428;
        transition: all ease 0.5s 0s;
        text-decoration: none;
        padding: 15px;
        border-radius: 5px;
    }
    
    .btn_box:hover {
        background-color: #fff;
        border-color: #dd2428;
        color: #dd2428;
        transition: all ease 0.5s 0s;
    }
    
    .sorry_box ul li i {
        font-size: 18px;
        font-weight: 600;
        color: #dd2428;
        margin-right: 5px;
    }
    
    .sorry_box ul li a {
        color: #dd2428;
    }
    
    .tevo-stripe-success {
        display: none !important;
    }
    
    .tevo-stripe-form {
        width: 100% !important;
    }
    
    input.tevo-stripe-field.is-empty {
        border: solid 1px #e8e8e8 !important;
        color: #717171 !important;
        font-size: 14px !important;
        height: 46px !important;
        /*font-weight: 500 !important;
        padding: 0px 15px;
        border-radius: 5px;
    }*/

.tevo-stripe-field {
    border: solid 1px #e8e8e8 !important;
    color: #717171 !important;
    font-size: 14px !important;
    height: 46px !important;
    /*font-weight: 500 !important;*/
    padding: 0px 15px;
    border-radius: 5px;
    padding-bottom: 0px !important;
    /*font-family: 'Recursive', sans-serif !important;*/
}

.tevo-stripe-field.is-empty:not(.is-focused) {
    opacity: 1 !important;
}

.tevo-stripe-label span {
    display: none !important;
}

.CardField-number input {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500 !important;
}

.tevo-stripe-button {
    margin-top: 0px !important;
    color: #fff !important;
    border-color: #dd2428 !important;
    font-size: 13px !important;
    height: 42px !important;
    font-weight: 500 !important;
    line-height: 42px !important;
    background-color: #dd2428 !important;
    transition: all ease 0.5s 0s !important;
    text-decoration: none !important;
    padding: 0px 35px !important;
    border-radius: 5px !important;
    width: auto !important;
}

.ElementsApp,
.ElementsApp .InputElement {
    color: black;
    line-height: 36px;
    font-weight: 300;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    font-size: 19px;
    height: 36px;
}

.tevo-stripe-label {
    height: 35px;
    position: relative;
    color: #8798AB;
    display: block;
    margin-top: 0px !important;
    margin-bottom: 20px !important;
}


/* .social_icon a i{
    line-height: 27px;
} */


/* .cart_icon img {
    padding-top: 8px;
} */


/* .footer_social .social_icon a i{
    line-height: 34px;
} */

.tevo-stripe-label {
    height: 46px !important;
}

a {
    color: #dd2428;
}

a:hover {
    color: #dd2428;
}

.modal.fade {
    transition: opacity .15s linear;
    opacity: 1;
}

.delete_icon {
    background-color: #dd2428;
    height: 26px;
    width: 26px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 99999;
    cursor: pointer;
}

.delete_icon i {
    color: #fff;
    font-size: 14px;
}

.svg-icon.svg-icon-5tx svg {
    height: 5.75rem !important;
    width: 5.75rem !important;
}

.svg-icon.svg-icon-warning svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #dd2428;
}

.svg-icon.svg-icon-warning svg:hover [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
}

.separator {
    display: block;
    height: 0;
    border-bottom: 1px solid #EFF2F5;
}

.separator.separator-dotted {
    border-bottom-style: dotted;
    border-bottom-color: #E4E6EF;
}

.separator.separator-dashed {
    border-bottom-style: dashed;
    border-bottom-color: #E4E6EF;
}

.opacity-25 {
    opacity: 0.25 !important;
}

.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.px-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.svg-icon.svg-icon-1 svg {
    height: 1.75rem !important;
    width: 1.75rem !important;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: none;
    border-radius: 0.475rem;
}

.alert-dismissible {
    padding-right: 3rem;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {
    .modal-md {
        max-width: 400px;
    }
    .header_menu_phone {
        margin-right: 24px;
        font-size: 16px;
    }
    .navbar-toggler {
        margin-left: 24px;
    }
    .navbar-expand-lg .navbar-toggler {
      display: block; /*overrides bootstraps hide*/
    }

}

.mb-9 {
    margin-bottom: 2.25rem !important;
}

.fs-1 {
    font-size: calc(1.3rem) !important;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.congratulations_sec {
    /*height: calc(100vh - 378px);*/
    margin-bottom: 96px;
}

.text-sortby {    
    line-height: 45px;
}

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

@media (min-width: 992px) {
    .map {
        border: 4px solid #dd242826;
        border-radius: 11px;
    }
}