@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

body {
    /*background: url("https://image.evsreg.com/iuhpe2025_bg.jpg") center center repeat fixed;*/
    font-family: "IBM Plex Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0;
    background-size: cover;
    background-position: center center;
    color: #000;
    position: relative;
    background-repeat: no-repeat;
}

/*body:before {
    background: #093e62b0;
    content: "";
    left: auto;
    top: 0px;
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
}*/

sup {
    text-transform: lowercase !important;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
    line-height: 16px;
    font-size: 12px;
}

.mainContent {
    width: 100%;
}

.contetnWrap {
    position: relative;
}

    .contetnWrap:before {
        background: #a4907ab0;
        content: "";
        left: auto;
        top: 0px;
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0;
        display: none;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: "IBM Plex Sans", sans-serif;
}

input,
textarea,
select,
p,
label,
small,
span {
    font-family: "IBM Plex Sans", sans-serif;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }

.themeFont-en,
.themeFont-en * {
    font-family: "IBM Plex Sans", sans-serif;
    text-align: left;
}

.themeFont-ar,
.themeFont-ar * {
    text-align: right;
    font-size: 92%;
    font-family: "Noto Sans Arabic", sans-serif !important;
}

.flexBox {
    display: flex;
    justify-content: space-between;
}

.flexBoxFull {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
}

small.flexBoxFull {
    gap: 5px;
    margin-top: 10px;
}

html,
body {
    height: 100%;
}

.logo {
    width: 100%;
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    /* display: none; */
    margin-top: 30px;
    max-width: 100%;
    margin: 0 auto;
}

    .logo a {
        text-transform: uppercase;
        font-size: 22px;
        font-weight: 900;
        color: rgb(24, 28, 50);
        font-style: italic;
        text-decoration: none;
    }

        .logo a:hover {
            text-decoration: none;
        }

.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    outline: none;
    min-height: 46px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #151515;
    top: 0px;
    left: 0px;
    padding: inherit;
    height: 100%;
    width: 100%;
    text-align: left;
}

.contetnWrap {
    min-height: 100%;
    display: flex;
    flex-flow: column nowrap;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
}

    .contetnWrap p {
        margin-bottom: 7.5px;
        letter-spacing: 0px;
    }

        .contetnWrap p b {
            font-weight: bold;
        }

    .contetnWrap small,
    .contetnWrap small i {
        line-height: 20px;
        display: inline-block;
        margin-top: 5px;
    }

.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: rgb(255, 255, 255);
    inset: 0px;
}

.loader {
    border-width: 16px;
    border-style: solid;
    border-color: #a4907a #000 #000;
    border-image: initial;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: 2s linear 0s infinite normal none running spin;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.themeColor {
    color: #a4907a !important;
}

a {
    color: #a6907b !important;
}

    a:hover {
        color: #a4907a !important;
        text-decoration: underline;
    }

.loaderText {
    width: calc(100% - 32px);
    font-size: 18px;
    line-height: 22px;
    position: absolute;
    overflow: hidden;
    height: 66px;
    margin-right: auto;
    top: 50%;
    left: 50%;
    margin-left: calc(-50% - -16px);
    margin-top: -27px;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: -75px auto 0px;
    position: relative;
    top: 50%;
}

table svg {
    width: 34px;
}

.stepwizard .stepwizard-row,
.clickAbleBtnBox ul {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    overflow: auto;
    margin-bottom: 30px;
    flex-wrap: wrap;
}


    .stepwizard .stepwizard-row::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .stepwizard .stepwizard-row::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .stepwizard .stepwizard-row::-webkit-scrollbar-thumb {
        background: #888;
    }

        .stepwizard .stepwizard-row::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


    .clickAbleBtnBox ul li {
        list-style: none;
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        margin: 0px;
        width: auto;
        text-align: center;
        min-width: 18.5%;
    }

    .stepwizard .stepwizard-row .btn,
    .clickAbleBtn {
        background: rgb(232 228 220);
        font-weight: bold;
        display: inline-block;
        text-transform: uppercase;
        letter-spacing: 0px;
        font-size: 14px;
        border-radius: 0px;
        width: 100%;
        padding: 5px 20px 10px;
        text-align: left;
        line-height: 26px;
        box-shadow: rgba(8, 21, 66, 0.05) 0px 0px 20px;
        word-break: break-word;
        white-space: normal;
    }

        .stepwizard .stepwizard-row .btn span,
        .clickAbleBtn span {
            font-size: 17px;
            display: block;
            font-weight: 700;
            opacity: 0.5;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .stepwizard .stepwizard-row .btn-primary {
        color: rgb(255, 255, 255);
        background-color: #a4907a;
        border-color: #a4907a;
        cursor: pointer;
        pointer-events: none;
    }

        .stepwizard .stepwizard-row .btn-primary:hover,
        .stepwizard .stepwizard-row .btn-primary:focus {
            background-color: #a4907a;
            border-color: #a4907a;
        }

        .stepwizard .stepwizard-row .btn-primary span {
            opacity: 0.5;
        }

.form-group {
    margin-bottom: 15px;
}

.form-label,
label,
label.font-weight-bold {
    font-size: 16px;
    color: #000;
    width: 100%;
    margin-bottom: 5px;
    display: inline-block;
    font-weight: 700 !important;
    text-transform: uppercase;
}

/*.auth-page-content label {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
}*/

.field {
    margin-top: 0px;
}

.mobileField .col-5 {
    padding-right: 0px !important;
}

.form-control {
    padding: 7.5px 15px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    outline: none;
    min-height: 46px;
    background: #ffffff;
    border-radius: 0px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #151515;
}

    .form-control:focus {
        color: rgb(0, 0, 0);
        background-color: rgb(255, 255, 255);
        border-color: rgb(0, 0, 0);
        outline: 0px;
        box-shadow: none;
    }

.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none;
}

select.form-control,
.select2-container--default .select2-selection--single {
    background: url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png") calc(100% - 15px) center no-repeat #ffffff;
    appearance: none;
    padding: 7.5px 15px;
    border: 1px solid #d3d3d3;
    box-shadow: none;
    outline: none;
    min-height: 46px;
    border-radius: 0px;
    font-size: 16px;
    font-weight: normal;
    color: #151515;
}

.select2-container.select2-container--open.select2-container--default .select2-selection--single {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
}

.select2-container {
    max-width: 100%;
    width: 100% !important;
}

form .form-check {
    padding: 0px;
}

    form .form-check label {
        margin-right: 15px;
    }

.required {
    color: rgb(255, 0, 0);
}

.errorMsg {
    font-size: 14px;
    color: #dc3545 !important;
}

.checkBoxTable,
.radioBoxTable,
.checkBoxTable tbody,
.radioBoxTable tbody {
    width: 100%;
    display: inline-block;
}

    .checkBoxTable tr,
    .radioBoxTable tr {
        width: 50%;
        display: inline-block;
        vertical-align: top;
    }

.otherBox {
    margin: 15px 0px;
}

.redioBoxWrap,
.radioBoxTable td {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 0px;
    margin-top: 15px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    margin-bottom: 0px;
    font-weight: 600;
}

    .redioBoxWrap input,
    .radioBoxTable input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    .redioBoxWrap .checkmark,
    .radioBoxTable label {
        position: relative;
        padding-left: 20px;
        font-weight: normal;
        font-size: 14px;
        cursor: pointer;
    }

        .redioBoxWrap .checkmark,
        .radioBoxTable label::before {
            position: absolute;
            top: 0px;
            content: "";
            left: 0px;
            height: 25px;
            width: 25px;
            background-color: transparent;
            border: 1px solid rgb(109, 106, 100);
            border-radius: 50px;
        }

    .radioBoxTable td input:checked ~ label::before {
        background-color: #a4907a;
        border: 2px solid #a4907a;
    }

    .redioBoxWrap .checkmark::after,
    .radioBoxTable label::after {
        content: "";
        position: absolute;
        display: none;
    }

    .redioBoxWrap input:checked ~ .checkmark::after,
    .radioBoxTable td input:checked ~ label::after {
        display: block;
    }

    .redioBoxWrap .checkmark::after,
    .radioBoxTable td label::after {
        top: 5px;
        left: 6px;
        width: 12px;
        height: 12px;
        background: #a4907a;
        border-radius: 50px;
    }

.checkBoxWrap {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    padding-right: 0px;
    margin-top: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    user-select: none;
    min-width: 40%;
    margin-bottom: 0px;
    padding-top: 2.5px;
}

    .checkBoxWrap input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    .checkBoxWrap .checkmark {
        position: absolute;
        top: 0px;
        content: "";
        left: 0px;
        height: 25px;
        width: 25px;
        background-color: transparent;
        border: 2px solid rgb(189, 195, 199);
        border-radius: 4px;
    }

    .checkBoxWrap:hover input ~ .checkmark {
        background-color: transparent;
    }

    .checkBoxWrap input:checked ~ .checkmark {
        background-color: rgb(255, 255, 255);
    }

    .checkBoxWrap .checkmark::after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxWrap input:checked ~ .checkmark::after {
        display: block;
    }

    .checkBoxWrap .checkmark::after {
        left: 7px;
        top: 3px;
        width: 7px;
        height: 12px;
        border-style: solid;
        border-color: #a4907a;
        border-image: initial;
        border-width: 0px 3px 3px 0px;
        transform: rotate(45deg);
    }

.form-group.has-error input,
.form-group.has-error select {
    border: 2px solid rgb(255, 0, 0);
}

.mainBg {
    background: center center / cover rgb(230, 230, 230);
}

.header {
    padding: 30px 0px;
    background: transparent;
    width: 100%;
}

.p-0.header {
    background: transparent;
}

/*
.banner {
    margin-bottom: 30px;
    background: #fff;
    padding: 10px 20px 20px;
    border-radius: 8px;
}

    .banner img {
        border-radius: 8px;
        width: 100%;
    }*/

.banner {
    margin-bottom: 0;
    background: transparent;
    padding: 0;
    text-align: center;
    border-radius: 0;
    display: none;
}

    .banner img {
        border-radius: 0px;
        width: 200px;
    }

.footer {
    padding: 50px 30px;
}

.menu {
    margin-left: 30px;
}

    .menu ul {
        display: flex;
    }

        .menu ul li {
            list-style: none;
            margin: 0px 5px;
        }

            .menu ul li a {
                color: rgb(0, 0, 0);
                font-size: 20px;
                font-weight: 400;
            }

                .menu ul li a:hover {
                    color: #a4907a;
                }

.mainContent .whiteBg {
    background: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 0;
    padding: 20px 20px 10px;
    margin-bottom: 50px;
    box-shadow: 5px 5px 80px 0px rgb(255 255 255 / 75%) inset;
    width: 100%;
}

.tabWrap .contentBox h1.heading {
    margin-bottom: 10px;
    color: #151515;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 18px;
    background: transparent;
    text-shadow: none;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

    .tabWrap .contentBox h1.heading strong {
        background: transparent;
        color: #151515;
        font-size: 26px;
        font-weight: 700;
    }

.heading span {
    color: #a4907a;
}

#RowHtml {
    margin: 30px 0px 0px;
}

.earlybirdDes li {
    font-size: 12px !important;
}

.prevBtnNew {
    background: transparent;
    padding: 0px 30px;
    min-width: 150px;
    color: rgb(199, 199, 199);
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    line-height: 46px;
    font-weight: 800;
    font-size: 18px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid rgb(199, 199, 199);
}

.prevBtn {
    background: #a4907a5c;
    padding: 0px 30px;
    border: 0px;
    min-width: 150px;
    color: #a4907a;
    display: inline-block;
    cursor: pointer;
    z-index: 1;
    line-height: 50px;
    font-weight: 800;
    font-size: 16px;
    border-radius: 50px;
    text-transform: uppercase;
}

.prevBtnNew:hover,
.prevBtnNewfocus {
    background: #a4907a;
    border-color: #a4907a;
    color: #fff;
}

.registrationForm {
    padding: 0;
    background: transparent;
    margin: 20px 0px;
    border-radius: 0;
}

.security {
    display: flex;
    align-items: center;
}

    .security .sure_payment {
        color: #a4907a;
        font-size: 20px;
        align-items: center;
        display: flex;
    }

.send.nextBtn,
.btnCustom,
.btn.btn-primary {
    padding: 15px 35px;
    min-width: inherit;
    color: rgb(255, 255, 255) !important;
    display: inline-block;
    z-index: 1;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 8px;
    text-transform: uppercase;
    border: 0px solid #a4907a;
    white-space: normal;
    background: #a4907a;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    border-radius: 60px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    min-width: inherit;
}

    .send.nextBtn:hover,
    .btnCustom:hover,
    .btn.btn-primary:hover,
    .btn.btn-primary:focus {
        background: #7a6a59;
        border-color: #7a6a59;
        box-shadow: none !important;
        color: rgb(255, 255, 255);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }



.back.prevBtn {
    padding: 10px 0px;
    background: #a4907a57;
    border: 0px;
    min-width: inherit;
    color: #a4907a;
    cursor: pointer;
    font-weight: normal;
}

    .back.prevBtn:hover {
        background: transparent;
        color: rgb(0, 0, 0);
    }

.simpleLable {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contentBox h1 {
    font-size: 34px;
    color: #000;
    font-weight: 400;
    margin-bottom: 0px;
    text-transform: uppercase;
    margin-right: 0px;
    position: relative;
    text-shadow: none;
    width: auto;
    margin: 0 auto;
}

    .contentBox h1 strong {
        position: relative;
        /* z-index: 1; */
        /* background: -webkit-linear-gradient(45deg, #543386 40%, #00CE84); */
        /* -webkit-background-clip: text; */
        /* -webkit-text-fill-color: transparent; */
        /* font-size: 36px; */
        font-weight: 800;
    }

/*.contentBox h1:before {
    content: "";
    width: 40%;
    height: 4px;
    background: #000000;
    position: absolute;
    left: 50%;
    bottom: -10px;
    z-index: -1;
    margin: 0 -20%;
    min-width: 95px;
}*/

.contentBox h2 {
    font-size: 22px;
    color: rgb(0, 0, 0);
}

.contentBox h3 {
    font-size: 18px;
    color: rgb(0, 0, 0);
}

.contentBox p {
    font-size: 16px;
    line-height: 26px;
    word-wrap: break-word;
    text-align: justify;
}

.contentBox ul {
    padding-left: 30px;
    color: rgb(0, 0, 0);
}

.userDropdown .btn.btn-secondary.dropdown-toggle {
    background: transparent;
    border-color: transparent;
    height: 60px;
    padding: 0px;
    color: rgb(0 0 0);
    font-weight: 600;
    font-size: 14px;
    outline: none;
    box-shadow: none;
    display: flex;
    align-items: center;
}

    .userDropdown .btn.btn-secondary.dropdown-toggle img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        object-position: center center;
        border-radius: 50px;
        margin-left: 10px;
        overflow: hidden;
    }

    .userDropdown .btn.btn-secondary.dropdown-toggle span {
        text-overflow: ellipsis;
        word-wrap: normal;
        overflow: hidden;
        white-space: nowrap;
        width: 200px;
        text-align: right;
        padding-right: 0;
        font-size: 13px;
    }

.dropdown-menu {
    margin-top: 10px;
}

    .dropdown-menu ul {
        margin: 0px;
    }

.dropdown-item {
    padding: 5px 10px;
    text-transform: none;
    font-size: 14px;
    color: rgb(0, 0, 0);
}

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: inherit;
        text-decoration: none;
        background-color: transparent;
    }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0px;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    margin: 15px 0px 0px;
    color: rgb(0, 0, 0);
    list-style: none;
    border-width: 0px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: rgba(0, 0, 0, 0.15);
    border-right-color: rgba(0, 0, 0, 0.15);
    border-left-color: rgba(0, 0, 0, 0.15);
    border-image: initial;
    background: rgb(255, 255, 255);
    font-weight: bold;
    border-bottom-style: initial;
    border-bottom-color: initial;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 12px;
    padding: 0;
    text-align: left;
    line-height: 30px;
    box-shadow: #a4907a12 0px 0px 20px;
    word-break: break-word;
    white-space: normal;
    border-radius: 0 !important;
}

.table,
.table-bordered td,
.table-bordered th {
    border-color: #a6907b;
    background: #fff;
}

.table-bordered th {
    padding: 10px;
}

.table-bordered thead td {
    border-right: 1px solid rgb(255, 255, 255);
}

    .table-bordered thead td:last-child {
        border-right: 0px solid rgb(255, 255, 255);
    }

.table thead {
    background: #a6907b;
    color: rgb(0, 0, 0);
    box-shadow: none;
    border-radius: 0px;
}

    .table thead tr {
        border-radius: 0px;
    }

.table tbody tr:first-child td {
    padding: 10px 10px;
}

.table td,
.table th {
    vertical-align: middle;
    padding: 10px 10px;
}

.importantMsg {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    background: #a4907a;
    text-align: center;
    line-height: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.filepond--root .filepond--drop-label,
.filepond--drop-label label {
    cursor: pointer;
}

.tableRresponsive {
    overflow-x: scroll;
}

.userInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
}

    .userInfo img {
        width: 50px;
        height: 50px;
    }

    .userInfo h2 {
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        margin: 0px;
    }

        .userInfo h2 span {
        }

.userDetail .heading {
    margin-bottom: 0px;
    background: #a4907a;
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    cursor: pointer;
    padding: 15px 0px;
    width: 100%;
    display: inline-block;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.5;
    transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    text-align: center;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .userDetail .heading h1 {
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        margin: 0px;
    }

.userDetail {
    background: #a4907a;
    border-radius: 12px;
}

    .userDetail .card {
        border: 0px;
        width: 100%;
        padding: 20px;
        background: #a4907a;
        color: rgb(255, 255, 255);
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

.card-body {
    padding: 0px;
}

h5.card-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

.box-panel {
    background: rgb(236, 246, 236);
    padding: 15px;
    margin-top: 15px;
    border-radius: 0px;
}

.table thead th {
    color: rgb(255, 255, 255);
    background: #a6907b;
    padding: 12.5px 10px;
}

    .table thead th:last-child {
        text-align: right;
    }

.userDetailTable {
    margin: 30px auto;
}

    .userDetailTable thead td {
        font-weight: bold;
    }

    .userDetailTable tr td {
        font-size: 14px;
    }

        .userDetailTable tr td:first-child {
            font-weight: bold;
        }

.btnsPack {
    margin-top: 30px;
}

    .btnsPack .btn {
        width: 100%;
        margin-bottom: 15px;
        border-radius: 50px;
        padding: 10px 15px;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        background: #a4907a;
        border-color: #a4907a;
        white-space: normal;
    }

.overflow-auto {
    overflow: auto;
}

#Bankdetails {
}

    #Bankdetails h3 {
        text-transform: uppercase;
        margin-top: 30px;
        font-size: 16px;
        font-weight: bold;
        color: black;
        line-height: 30px;
        margin-bottom: 10px;
    }

    #Bankdetails ul {
        padding-left: 25px;
    }

        #Bankdetails ul li {
            list-style: none;
            font-size: 14px;
            line-height: 22px;
            color: black;
            margin-bottom: 5px;
        }

            #Bankdetails ul li.bollets {
                list-style: disc;
            }

ul li .bollets {
    list-style: circle;
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    border: 0;
    background: #ffffff !important;
    min-height: 45px;
    border-radius: 0px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    overflow: hidden;
    line-height: 34px;
    font-size: 14px;
    font-weight: 400;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: rgb(0, 0, 0);
    background-color: transparent;
    border-color: rgb(227, 230, 249);
}

.bootstrap-select .dropdown-toggle:focus {
    outline: none;
}

.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    color: rgb(0, 0, 0);
}

.bootstrap-select .dropdown-menu li.active a span.text {
    color: #fff;
}

.bootstrap-select .dropdown-menu li.selected a span.text {
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: rgb(0, 0, 0) transparent transparent;
    border-style: solid;
    border-width: 7px 7px 0px;
    height: 0px;
    left: 50%;
    margin-left: -9px;
    margin-top: -5px;
    position: absolute;
    top: 50%;
    width: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 46px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(68, 68, 68);
    line-height: 34px;
    padding: 0px;
}

.select2-container--default .select2-selection--single {
    font-size: 15px;
    height: 36px;
    padding: 0px 14px;
    border-radius: 3px;
    color: rgb(43, 36, 36);
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(129, 138, 145);
    vertical-align: middle;
    -webkit-box-flex: 1;
    flex-grow: 1;
    width: 100%;
    line-height: 36px;
}

.ticketButton,
.speakerButton {
    position: relative;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    display: flex;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 40px;
    border-radius: 6px;
    padding: 0px 15px;
    min-width: 104px;
}

    .ticketButton input,
    .speakerButton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0px;
        width: 0px;
    }

    .ticketButton .checkmark,
    .speakerButton .checkmark {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background-color: transparent;
        border: 1px solid rgb(168 144 124);
        min-height: 40px;
        border-radius: 50px;
    }

    .ticketButton:hover input ~ .checkmark,
    .speakerButton:hover input ~ .checkmark {
        background-color: #a4907a;
        border-color: #a4907a;
    }

    .ticketButton:hover input ~ span.btnText,
    .speakerButton:hover input ~ span.btnText {
        color: rgb(255, 255, 255);
    }

    .ticketButton input ~ span.btnText,
    .speakerButton input ~ span.btnText {
        color: rgb(0, 0, 0);
        width: 100%;
        display: block;
        line-height: 40px;
        font-size: 14px;
        position: relative;
        z-index: 2;
        border-radius: 6px;
    }

    .ticketButton input:checked ~ .checkmark,
    .speakerButton input:checked ~ .checkmark {
        background-color: #a4907a;
        border-color: #a4907a;
        border-radius: 60px;
    }

    .ticketButton input:checked ~ span.btnText,
    .speakerButton input:checked ~ span.btnText {
        background-color: #a4907a;
        border-color: #a4907a;
        color: rgb(255, 255, 255);
        font-size: 18px;
    }

    .ticketButton .checkmark::after,
    .speakerButton .checkmark::after {
        content: "";
        position: absolute;
        display: none;
    }

    .ticketButton input:checked ~ .checkmark::after,
    .speakerButton input:checked ~ .checkmark::after {
        display: block;
    }

.ticketType .orderSummaryTable tr td,
.ticketType .orderSummaryTable tr th {
    color: #000000;
    border-bottom: 1px solid #a4907a !important;
}

.ticketType .orderSummaryTable tr th {
    color: rgb(255, 255, 255);
}

.ticketType h1.ticketMainHeading {
    background: #000;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 15px;
    display: block;
    font-size: 18px;
    border-radius: 6px;
    margin-bottom: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

.ticketType .ticketBox {
    background: #e8e4dd;
    margin-bottom: 30px;
    border: 1px solid #e8e4dd;
}

    .ticketType .ticketBox .heading {
        text-align: center;
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .ticketType .ticketBox .heading h1 {
            font-size: 22px;
            margin-bottom: 0;
            color: #151515;
            text-transform: uppercase;
        }

    .ticketType .ticketBox .ticketPrice {
        background: #a6907b;
        color: rgb(255, 255, 255);
        font-size: 24px;
        line-height: 26px;
        margin-left: -15px;
        margin-right: -15px;
    }

        .ticketType .ticketBox .ticketPrice b {
            display: inline-block;
            font-size: 24px;
        }

        .ticketType .ticketBox .ticketPrice span {
            display: block;
            font-size: 14px;
        }

    .ticketType .ticketBox .ticketButton {
        width: auto;
        height: 50px;
        background: transparent;
        padding: 0px;
        text-align: center;
        margin: 0px auto;
        color: rgb(0, 0, 0);
        border-radius: 0px;
        overflow: hidden;
    }

    .ticketType .ticketBox span.btnText {
        width: 100%;
        height: 100%;
        line-height: 48px;
        font-weight: 800;
        font-size: 16px;
        border-radius: 60px;
        text-transform: uppercase;
        z-index: 12;
    }

    .ticketType .ticketBox .ticketButtonWrap {
        margin: 15px auto 0px;
    }

.ticketType .ticketBox {
    padding: 15px;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
}

.ticketBox {
    flex-direction: column;
    gap: 20px;
    display: flex !important;
}

.ticketType {
    padding: 0px;
}

.ticketContent {
}

    .ticketContent ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .ticketContent ul li {
            min-height: inherit;
            color: rgb(0, 0, 0);
            border-bottom: 1px solid rgb(0 62 97 / 15%);
            padding: 7.5px 0px;
            font-size: 16px;
        }

            .ticketContent ul li:last-child {
                border-bottom: 0px;
            }

            .ticketContent ul li span.date {
                color: rgb(0, 0, 0);
                line-height: 24px;
                width: 160px;
                display: inline-block;
            }

.mobileNumber {
    margin: 0px;
}

    .mobileNumber .col-5,
    .mobileNumber .col-7 {
        padding: 0px;
    }

    .mobileNumber .col-5 {
        padding-right: 7.5px;
    }

    .mobileNumber .col-7 {
        padding-left: 7.5px;
    }

.repeatsection {
    background: #a4907a;
    padding: 20px 0px;
    margin: 0px 0px 30px;
    border-radius: 0px;
    color: rgb(255, 255, 255);
}

.ticketType .col-sm-4 {
}

/* .ticketType .ticketBox .heading h1 {
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.ticketType .ticketBox .ticketPrice {
    min-height: inherit;
    padding: 15px 15px;
    border-radius: 0;
}

.speakersList {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.speakerBox {
    width: 32%;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(227, 230, 249);
    padding: 15px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

    .speakerBox:hover {
        border: 1px solid rgb(0, 0, 0);
    }

    .speakerBox .heading {
        font-size: 16px;
    }

        .speakerBox .heading h1 {
            font-size: 16px;
            font-weight: 900;
        }

        .speakerBox .heading p {
            font-size: 14px;
            font-weight: normal;
            text-transform: none;
        }

    .speakerBox .speakerInfo {
        display: flex;
        align-items: center;
        gap: 20px;
        margin-bottom: 0px;
    }

        .speakerBox .speakerInfo .speakerImage {
            width: 50px;
            height: 50px;
            border-radius: 50px;
            overflow: hidden;
        }

            .speakerBox .speakerInfo .speakerImage img {
                width: 50px;
                height: 50px;
                display: block;
                object-fit: cover;
                object-position: center center;
            }

        .speakerBox .speakerInfo .speakerName span.speakerTitle {
            width: 100%;
            font-size: 14px;
            color: rgb(0, 0, 0);
            font-weight: bold;
        }

        .speakerBox .speakerInfo .speakerName span {
            display: block;
            font-size: 14px;
            color: rgb(135, 135, 135);
        }

    .speakerBox .speakerButtonWrap {
        text-align: right;
        display: flex;
        justify-content: flex-end;
    }

.userInfo {
    margin-top: 5px;
}

    .userInfo ul {
        list-style: none;
        padding: 0px;
        margin: 0px;
        width: 100%;
    }

    .userInfo li {
        border-bottom: 1px solid rgb(227, 230, 249);
        margin-bottom: 25px;
    }

        .userInfo li .form-group label {
            font-weight: bold !important;
        }

        .userInfo li .form-group span.value {
            font-size: 18px;
            font-weight: 400 !important;
        }

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: inherit;
    width: 100%;
    height: 100%;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
    background-position: 50% 50%;
    opacity: 0;
    z-index: -1111;
}

.count-particles {
    background: rgb(0, 0, 34);
    position: absolute;
    top: 48px;
    left: 0px;
    width: 80px;
    color: rgb(19, 232, 233);
    font-size: 0.8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-weight: bold;
}

.js-count-particles {
    font-size: 1.1em;
}

#stats,
.count-particles {
    user-select: none;
    margin-top: 5px;
    margin-left: 5px;
}

#stats {
    border-radius: 3px 3px 0px 0px;
    overflow: hidden;
}

.count-particles {
    border-radius: 0px 0px 3px 3px;
}

.authBody {
    background: url("") center center / cover;
    background-attachment: fixed;
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: relative;
}

/*.authBody:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 200%;
        background: rgba(236,138,4,0.85);
    }*/

.auth-page-content h6 {
    font-size: 16px;
    line-height: 22px;
}

.auth-page-content .row.justify-content-center {
    width: auto;
}

.auth-page-content .container {
    /*height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;*/
    width: 100%;
}

.auth-one-bg-position {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 380px;
}

/*.auth-one-bg .bg-overlay {
    opacity: 0.8;
    background: radial-gradient( circle, rgb(255, 255, 255) 0%, #000 100% );
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    inset: 0px;
    opacity: 0.7;
    background-color: rgba(0, 0, 0, .7);
}
*/

/*
.auth-page-content:before {
    content: "";
    position: absolute;
    background: radial-gradient( circle, rgb(255, 255, 255) 0%, #000 100% );
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    opacity: .7;
    bottom: -70px;
}*/

.auth-page-content p,
.auth-page-content p a {
    color: #151515;
}

.shape {
    display: none;
    position: absolute;
    bottom: -10px;
    right: 0px;
    left: 0px;
    z-index: 1;
    pointer-events: none;
}

    .shape svg {
        fill: rgb(243, 246, 249);
    }

a {
    color: #151515;
    text-decoration: none;
    background-color: transparent;
}

    a:hover,
    a:focus {
        color: #093e62;
    }

.card {
    background: #e8e4db;
}

.card-body h1 {
    margin-bottom: 30px;
    text-align: center;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 34px;
}

    .card-body h1 strong {
        position: relative;
    }

        .card-body h1 strong:before {
            content: "";
            width: 105%;
            height: 15px;
            background: #a4907a;
            position: absolute;
            left: 0px;
            bottom: 0;
            z-index: -1;
        }

.card-body p {
    line-height: 24px;
    font-size: 16px;
    color: #151515;
    text-align: justify;
}

.card {
    z-index: 2;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    box-shadow: 5px 5px 30px rgb(0 0 0 / 15%);
}

    .card .btn-success {
        width: auto !important;
        padding: 15px 35px;
        min-width: inherit;
        color: rgb(255, 255, 255);
        display: inline-block;
        z-index: 1;
        line-height: 22px;
        font-weight: 700;
        font-size: 16px;
        border-radius: 8px;
        text-transform: uppercase;
        border: 0px solid #a4907a;
        white-space: normal;
        background: #a4907a;
        background: linear-gradient(-10deg, #a4907a 0%, #a4907a 100%);
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        cursor: pointer;
    }

        .card .btn-success:hover,
        .card .btn-success:focus {
            color: #ffffff;
            background: #a4907a;
            background: linear-gradient(-190deg, #a4907a 0%, #a4907a 100%);
            -webkit-transition: all .3s ease-in-out;
            -moz-transition: all .3s ease-in-out;
            -ms-transition: all .3s ease-in-out;
            -o-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

    .card .form-control {
        display: block;
        width: 100%;
        padding: 7.5px 15px;
        font-size: 16px;
        line-height: 21px;
        color: #151515;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #d3d3d3;
        border-radius: 0px;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

.dropdown-toggle::after {
    display: none;
}

.quantityWrap {
}

    .quantityWrap h3 {
        font-size: 16px;
        font-weight: 800;
        text-transform: uppercase;
        color: #000;
        text-align: left;
        margin: 15px 0px;
    }

    .quantityWrap .quantityBox {
        display: flex;
        gap: 15px;
    }

    .quantityWrap .btn {
        width: 80px;
        font-size: 30px;
        line-height: 30px;
    }

    .quantityWrap input {
        text-align: center;
    }

    .quantityWrap .btn:hover {
        background: #a4907a;
        color: rgb(255, 255, 255);
    }

.tickectInfo {
    display: flex;
}

    .tickectInfo span {
        font-weight: 400;
    }

    .tickectInfo h3 {
        font-size: 18px;
        font-weight: normal;
        color: rgb(0, 0, 0);
        line-height: 20px;
        margin: 0px;
        font-weight: 500;
    }

    .tickectInfo .counter {
    }

    .tickectInfo .counter {
        font-size: 70px;
        line-height: 50px;
        font-weight: bold;
    }

    .tickectInfo.available {
        background: rgb(121 190 112 / 37%);
        border: 0px;
    }

    .tickectInfo.booked {
        background: rgba(172, 83, 155, 0.25);
        border: 0px;
    }

.tickectInfo {
    border: 1px solid rgb(227, 230, 249);
    padding: 15px 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 6px;
    margin-bottom: 30px;
}

.ticketBoxRight {
    max-width: 200px;
}

.ticketBoxLeft {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding-right: 30px;
}

    .ticketBoxLeft h1 {
        margin: 0px;
        font-weight: bold;
        font-size: 32px;
        line-height: 42px;
    }

.resultBox {
    margin: 0;
    list-style: none;
    margin-bottom: 30px;
    background: #ffffff;
    padding: 15px 5px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px !important;
}

.resultBox {
}

    .resultBox li {
    }

        .resultBox li span.resultLabel {
            font-weight: 700;
            width: 100%;
            display: block;
            font-size: 14px;
            text-transform: uppercase;
        }

        .resultBox li span.resultName {
            display: block;
        }

        .resultBox li span.resultName {
            text-overflow: ellipsis;
            word-wrap: normal;
            overflow: hidden;
            white-space: nowrap;
            width: 100%;
            font-size: 16px;
        }

/*.resultBox li:last-child {
            border: 0px;
        }*/

.text-success {
    color: #e18b19 !important;
}

.resultBox li {
    width: calc(50% - 10px);
    border-bottom: 1px solid #a4907a;
    margin-bottom: 15px;
    padding: 5px 10px;
    margin: 5px;
}

.importMessage h5 {
    font-size: 16px;
}

.importMessage ul {
    margin-left: 25px;
    margin-bottom: 30px;
}

    .importMessage ul li {
        margin-bottom: 5px;
        font-size: 14px;
    }

.btn.btn-primary.previousBtn {
    background: #151515;
    border-color: #151515;
    color: #000;
}

    .btn.btn-primary.previousBtn:hover {
        background: #63656a;
        border-color: #63656a;
        color: #fff;
    }

.stepwizard .stepwizard-row .btn.btn-default.enabletab {
    cursor: pointer !important;
    pointer-events: auto !important;
}

.stepwizard .stepwizard-row .btn.btn-default,
.stepwizard .stepwizard-row .btn.btn-default.disabletab,
.stepwizard .stepwizard-row .btn.btn-default.btn-success.disabletab {
    cursor: auto !important;
    pointer-events: none !important;
}

    .stepwizard .stepwizard-row .btn.btn-default.btn-success {
        cursor: pointer !important;
        pointer-events: auto !important;
        background: #a4907a;
        color: #fff !important;
        border-color: #a4907a;
    }

        .stepwizard .stepwizard-row .btn.btn-default.btn-success span {
            opacity: 1;
        }

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 2.5px;
    text-transform: none;
}

    .checkBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .checkBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #50658038;
        border-radius: 4px;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #a4907a;
    }

    .checkBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .checkBoxContainer .checkmark:after {
        left: 9px;
        top: 4px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.headingWithButton {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

    .headingWithButton .buttonBox {
    }

.userDropdown {
    display: flex;
    justify-content: flex-end;
    outline: none;
    box-shadow: none;
}

.dropdown,
.dropup {
    outline: none !important;
    box-shadow: none !important;
}


.field-validation-error span {
    font-size: 14px;
}

.authFooter p {
    margin-bottom: 0px;
}

    .authFooter p a {
        text-decoration: underline;
        font-weight: 500;
    }

.active {
    color: #fff !important;
    background: #a4907a !important;
    border-color: #a4907a !important;
}

.filter-option {
    background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) calc(100% - 15px) center no-repeat #ffffff !important;
}

.languageSwitcher {
}

    .languageSwitcher .form-group {
        display: flex;
        gap: 5px;
        align-items: flex-start;
        width: auto;
        flex-direction: column;
    }

    .languageSwitcher label {
        margin: 0;
        width: auto;
    }

    .languageSwitcher select {
        width: auto;
        min-width: 100px;
        height: 30px !important;
        min-height: 30px;
        font-size: 14px;
        padding: 0px 10px;
        background-size: 12px;
    }

.text-danger li {
    color: red;
}

a.filepond--credits {
    display: none !important;
    visibility: hidden;
    z-index: -999;
}

.form-group.align-items-center.importantBox {
    background: #a4907a;
    padding: 12px;
    border-radius: 6px;
    animation: shake 3s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

    .form-group.align-items-center.importantBox label {
        color: #fff;
    }

    .form-group.align-items-center.importantBox .checkBoxContainer .checkmark {
        background: #ffffffa6;
    }

    .form-group.align-items-center.importantBox .checkBoxContainer input:checked ~ .checkmark {
        background: #a4907a;
    }

.modal-content {
    border: 0;
    border-radius: 6px;
}

.modal-header {
    box-sizing: border-box;
    display: flex;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    cursor: pointer;
    background: #a4907a;
    font-weight: bold;
    text-transform: uppercase;
}

    .modal-header h5 {
        font-weight: bold;
        text-transform: uppercase;
        color: #fff;
        font-size: 18px;
        line-height: 26px;
    }


    .modal-header .close {
        background: url(https://image.evsreg.com/cancel.svg);
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 1;
        width: 24px;
        margin: 0 0 0 auto;
        height: 24px;
    }

        .modal-header .close span {
            display: none;
        }

.modal-body {
    text-align: center;
}

    .modal-body img {
        max-height: 60vh;
        width: auto !important;
    }

.enteryButtonsWrap {
    display: flex;
    gap: 30px;
    height: 100%;
    flex-wrap: wrap;
}

    .enteryButtonsWrap a {
        padding: 10px;
        display: flex;
        gap: 10px;
        align-items: center;
        font-size: 24px;
        width: 100%;
        line-height: 34px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        text-decoration: none !important;
        border-radius: 0;
        box-shadow: 5px 5px 80px 0px rgb(0 62 97 / 41%) inset;
        /* -webkit-box-shadow: 5px 5px 80px 0px rgb(255 255 255 / 75%) inset; */
        -moz-box-shadow: 5px 5px 80px 0px rgb(255 255 255 / 75%) inset;
    }

        .enteryButtonsWrap a span {
            color: #151515;
            font-weight: 700;
        }

            .enteryButtonsWrap a span.btn {
                min-width: 205px;
            }

.card .input-group input.form-control {
    width: auto;
}

.card .input-group .input-group-text {
    background: #a4907a;
    border-color: #a4907a;
    color: #fff;
    border-radius: 0;
}

.toggle-password {
    cursor: pointer;
    /* This will make the cursor a hand when hovering */
}

.Guestselector {
    background: #a4907a;
    padding: 20px;
    margin-bottom: 0;
}

    .Guestselector label {
        color: #ffffff;
    }

.guestBox {
    background: #a4907a45;
    padding: 20px;
}

    .guestBox .row {
        padding: 0px 15px;
    }

    .guestBox legend {
        font-size: 20px;
        font-weight: bold;
        padding-left: 15px;
        text-transform: uppercase;
        color: #a4907a !important;
    }

    .guestBox fieldset {
        margin: 0;
        margin-bottom: 25px;
        border-color: #a4907a !important;
    }

.tourBox {
    border: 0px solid #dedede;
    border-radius: 12px;
    background: #fff;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tourBoxSection .card-body p,
.tourBoxSection .card-body ul li {
    font-size: 16px;
    line-height: 24px;
}



.tourBox .tourSelectButton .redioBoxWrap {
    width: 140px;
    display: inline-block;
    padding: 0;
    text-align: center;
    line-height: 50px;
    margin-top: 0;
}

    .tourBox .tourSelectButton .redioBoxWrap .checkmark {
        width: 140px;
        height: 50px;
        border-radius: 0;
        padding: 0;
        border-color: #a4907a;
    }

        .tourBox .tourSelectButton .redioBoxWrap .checkmark:hover {
            background: #a4907a;
        }

    .tourBox .tourSelectButton .redioBoxWrap .btnText {
        font-size: 16px;
        /* font-weight: 700; */
        /* text-transform: uppercase; */
        z-index: 99;
        position: relative;
    }

.tourBox .tourSelectButton input:checked ~ .checkmark::after {
    width: 140px;
    height: 50px;
    top: 0;
    left: 0;
    border-radius: 0;
    background: #a4907a;
}

.tourBox .tourSelectButton input:checked ~ .btnText {
    color: #fff;
}

.tourBox .heading {
    display: flex;
    justify-content: flex-start;
    text-align: left;
    cursor: pointer;
    gap: 25px;
}

.tourBox h1 {
    text-align: left;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
}

    .tourBox h1 span {
        display: block;
        font-size: 16px;
    }

    .tourBox h1 b {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
    }

.tourBoxSection {
}

.tourBoxSection {
}

    .tourBoxSection img {
        width: 100%;
    }

    .tourBoxSection .card {
        margin-bottom: 15px;
    }

    .tourBoxSection .card-body {
        padding: 15px;
        background: #a4907a45;
    }

    .tourBoxSection .heading span.icon {
        display: flex;
        background: #a4907a;
        border-radius: 30px;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
    }

        .tourBoxSection .heading span.icon svg {
            width: 40px;
            height: 40px;
        }

            .tourBoxSection .heading span.icon svg path {
                stroke: #fff;
            }

            .tourBoxSection .heading.collapsed span.icon svg.minus,
            .tourBoxSection .heading span.icon svg.plus {
                display: none;
            }

            .tourBoxSection .heading span.icon svg.plus {
                display: none;
            }

    .tourBoxSection .heading.collapsed span.icon svg.plus {
        display: block;
    }

    .tourBoxSection .card-header {
        padding: 0;
        border: 0;
        border: 1px solid #dedede;
    }

@media (max-width: 1280px) {
    .speakerBox {
        width: 31.77%;
    }
}

@media (max-width: 991px) {
    .stepwizard .stepwizard-row {
        gap: 10px;
        flex-wrap: wrap;
    }

    .speakerBox {
        width: 48.33%;
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        /* width: calc(33% - 5px); */
    }

    .stepwizard .stepwizard-row .btn,
    .clickAbleBtn {
        font-size: 14px;
    }

        .stepwizard .stepwizard-row .btn span,
        .clickAbleBtn span {
            font-size: 18px;
        }
}

@media (max-width: 767px) {
    .mainContent .whiteBg {
        padding: 12.5px;
    }

    .enteryButtonsWrap {
        gap: 20px;
        flex-wrap:wrap;
    }

    .banner img {
        border-radius: 0px;
        width: 120px;
    }
    .tourBox{
        flex-wrap:wrap;
        justify-content:center;
    }
    .send.nextBtn,
    .btnCustom,
    .btn.btn-primary {
        padding: 7.5px 15px;
    }

    .contentBox h1 {
        font-size: 28px;
        width: 100%;
    }

    .contentBox {
        text-align: left;
    }

        .card-body h1,
        .contentBox h1.heading,
        .contentBox h1.heading strong {
            font-size: 22px !important;
        }

    .tabWrap .contentBox h1.heading strong {
        text-align: left;
    }

    .auth-page-content h6 {
        font-size: 14px;
    }


    .logo {
       /* width: 80%;*/
    }

    .tabButtons .d-flex {
        align-items: flex-end;
        gap: 30px;
    }

    .tabButtons .btn {
        margin-bottom: 15px;
        font-size: 14px
    }

    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        margin: 1.5px;
        width: auto;
    }

    .speakerBox .speakerInfo,
    .clickAbleBtnBox ul {
        gap: 10px;
    }

        .stepwizard .stepwizard-row .stepwizard-step,
        .clickAbleBtnBox ul li {
            width: 47%;
        }

    .heading {
        font-size: 30px;
    }

    .pr-s-0 {
        padding-right: 0px;
    }

    .btnsPack .btn {
        font-size: 12px;
    }

    /* .header {
        padding: 15px 0px;
    }*/

    .stepwizard .stepwizard-row .btn {
        font-size: 14px;
        line-height: 24px;
    }

        .stepwizard .stepwizard-row .btn span {
        }


    .speakerBox {
        width: 100%;
    }

    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .input-group {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .card .input-group input.form-control {
        width: 100%;
    }
}

@media (max-width: 575px) {

    .prevBtnNew,
    .send.nextBtn,
    .btnCustom {
        min-width: inherit;
    }

    .redioBoxWrap {
        min-width: 100%;
    }

    body {
        font-size: 14px;
    }

    td.tddescription {
        padding-left: 0px;
        padding-right: 0px;
    }

        td.tddescription ul {
            padding-left: 10px !important;
        }

    .stepwizard .stepwizard-row .btn {
        font-size: 12px;
        line-height: 24px;
        padding: 5px 10px;
    }

        .stepwizard .stepwizard-row .btn span {
            font-size: 16px;
        }

    .speakerBox {
        width: 100%;
    }

    .userDetail {
        margin-top: 30px;
    }

    /* 
    .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        margin: 0px 0px 2.5px;
    } */

    .send.nextBtn,
    .back.prevBtn {
        min-width: 100px;
    }

    .heading {
        margin-bottom: 0px;
        font-size: 20px;
    }

    .checkBoxTable tr,
    .radioBoxTable tr {
        width: 100%;
    }

    /* .stepwizard .stepwizard-row .stepwizard-step,
    .clickAbleBtnBox ul li {
        width: calc(50% - 5px);
    }
 */
    .userDropdown .btn.btn-secondary.dropdown-toggle img {
        width: 35px;
        height: 35px;
        margin-left: 5px;
    }

    .userDropdown .btn.btn-secondary.dropdown-toggle span {
        font-size: 12px;
        text-overflow: ellipsis;
        word-wrap: normal;
        overflow: hidden;
        white-space: nowrap;
        width: 125px;
        padding-right: 0;
    }

    .ticketBox {
        flex-direction: column;
        gap: 20px;
        display: flex !important;
    }

        .ticketBox .ticketBoxRight {
            max-width: 100%;
        }

    .ticketType .ticketBox .ticketPrice {
        min-height: inherit;
        padding: 5px 15px;
        margin: 0px 0px;
        border-radius: 6px;
    }

    .ticketBox .ticketBoxLeft {
        align-items: flex-start;
    }

    .ticketBox {
    }
}
