/* Main Fonts */
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: 'suisseintl-medium';
    src: url('../../fonts/suisseintl-medium.woff2') format('woff2');
}

@font-face {
    font-family: 'suisseintl-regular';
    src: url('../../fonts/suisseintl-regular.woff2') format('woff2');
}

body {
    /* font-family: 'suisseintl-regular'; */
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.02em;
    background: rgb(222, 222, 222);
    background-position: center center;
    background-size: cover;
    min-height: 97dvh;
    display: flex;
    justify-content: center;
    color: #755b50;
}

.loaderBox {
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background: #765B4F;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.loader {
    border: 16px solid #ffffff;
    border-radius: 50%;
    border-top: 16px solid #32150b;
    width: 100%;
    height: 100%;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.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: -31px;
    color: #fff;
}

.loaderWrap {
    width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    top: 50%;
    margin-top: -75px;
}

#loader {
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0px;
    bottom: 0px;
    z-index: 999;
    display: none;
}

.loaderImg {
    width: 100%;
    height: 100vh;
    background: transparent;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ar {
    font-family: "Noto Kufi Arabic", sans-serif !important;
    direction: rtl !important;
}

.en {
    font-family: "Barlow", sans-serif !important;
    direction: ltr !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Barlow", sans-serif;
}

p, ul li {
    font-size: 1rem;
    font-weight: 400;
}

.small,
small {
    font-size: 80%;
    font-weight: 400;
}

form, .thankYouWrapper {
    /*    margin-block: 20px;
    position: relative;
    padding: 30px;
    background: #2f385f;
    border-radius: 0px;
    margin-top: 0px;*/
}

.gradientHeader {
    height: 100px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.imageWrap, .labelWrapper {
    margin-bottom: 25px;
}

    .imageWrap img {
        max-width: 100%;
    }

.labelWrapper {
    position: relative;
}

.BlueBox {
    display: flex;
    width: 30px;
    height: 30px;
    background: #0033a9;
    color: #fff;
    justify-content: center;
    place-items: center;
    position: absolute;
    top: 0px;
    left: 1.25rem;
}

.section-title,
.contentWrap h1 {
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #081528;
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-color: transparent; */
    /* background-image: linear-gradient(180deg, #078243 0%, #002b68 100%); */
    font-size: 31px;
    font-weight: 600;
    position: relative;
    width: auto;
    display: inline-block;
    margin: 30px auto 20px;
}

    .contentWrap h1:after,
    .contentWrap h1:before {
        content: "";
        width: 114px;
        height: 3px;
        background: #078243;
        left: -125px;
        position: absolute;
        top: 20px;
    }

    .contentWrap h1:after {
        right: -125px;
        left: auto;
    }

.contentWrap h2 {
    color: #000000;
    font-weight: bold;
    font-size: 28px;
}

.formWrap input.form-control,
.formWrap select.form-control,
.formWrap textarea.form-control {
    border: 1px solid #e3dcd5;
    color: #755b50;
    padding: 9px 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    background: #e3dcd4;
    border-radius: 15px;
}

    .formWrap input.form-control::placeholder {
        color: transparent;
    }



select.form-control {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background: #e3dcd4 !important;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>") !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
    background-size: 30px !important;
}

    .form-control:focus, select.form-control:focus, .form-control:hover, select.form-control:hover {
        border-bottom: 0;
        box-shadow: none;
    }

.form-group:has(.form-control) label {
    font-size: 1rem;
    font-weight: 400;
    /* position: absolute; */
    /* z-index: 0; */
    /* bottom: 21px; */
    /* left: 0; */
    transition: .5s;
}

.formWrap label {
    font-size: 1rem;
    font-weight: 400;
}

.formWrap .ar {
    direction: rtl;
}

.btnsPack .btn {
    margin-bottom: 15px;
}

a {
    color: #32150b;
}

.formWrap button.btn.btn-primary,
.btn.btn-primary, .btn.btn-info {
    padding: 15px 42px;
    position: relative;
    color: #755b50;
    display: inline-block;
    border: 0px;
    font-weight: 600;
    font-size: 22px;
    border-radius: 12px;
    min-width: auto;
    height: auto;
    background-color: #e3dcd4;
    line-height: 26px;
}

.buttonsWrap {
    gap: 30px;
    display: flex;
    justify-content: center;
}

.formWrap button.btn.btn-primary:focus,
.btn.btn-primary:focus,
.formWrap button.btn.btn-primary:hover,
.btn.btn-primary:hover,
.btn.btn-info:hover,
.btn.btn-info:focus {
    background-color: #32150b;
    color: #fff;
}



.buttonsWrap .btn {
    background-color: transparent;
    background-image: linear-gradient(86deg, #078243d6 0%, #002b68b3 60%);
    color: #fff;
}

    .buttonsWrap .btn:hover {
        background-color: transparent;
        background-image: linear-gradient(-86deg, #078243d6 0%, #002b68b3 60%);
        color: #fff;
    }

.divider {
    background: #666;
    height: 1px;
    margin: 40px 0px 10px;
    width: 100%;
    border: 0px;
}

.radioGroup {
    display: flex;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

    .radioGroup label {
        text-transform: capitalize !important;
        font-size: 15px;
    }

    .radioGroup .form-check {
        padding-right: 20px;
        display: flex;
        align-items: center;
        padding: 5px 30px;
    }

        .radioGroup .form-check label {
            font-weight: normal;
            line-height: 17px;
            font-size: 15px;
        }

label.radio-button__label {
    margin-bottom: 1px;
}

.radioGroup .form-check input {
    accent-color: #0033a9;
    width: 24px;
    height: 24px;
    transform: translate(-10px, -2px);
}

.radio-button.TandC {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

    .radio-button.TandC input {
        margin-top: 3px;
        width: 20px;
        height: 20px;
    }

.panelBox {
    background-color: transparent;
    padding: 2em 2.5em;
    text-align: center;
    border-top: 1px solid #666;
    margin-top: 2rem;
}

.replyBox h1 {
    font-size: 1.2rem !important;
    color: #009fc9 !important;
}

.panelBox h2 {
    margin: 0px 0px 15px !important;
    font-size: 2rem;
    color: #081528;
    font-weight: 800;
}

.panelBox .buttonsWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

    .panelBox .buttonsWrap .btn {
        margin-left: -50px;
    }

.radioBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .radioBoxContainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .radioBoxContainer .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #ebebeb;
        border-radius: 50%;
    }

    .radioBoxContainer:hover input ~ .checkmark {
        background-color: #666;
    }

    .radioBoxContainer input:checked ~ .checkmark {
        background-color: #081528;
    }

    .radioBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .radioBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .radioBoxContainer .checkmark:after {
        top: 9px;
        left: 9px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: white;
    }

.radioWrap .radioBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkboxWrap .checkBoxContainer {
    display: inline-block;
    padding-right: 50px;
}

.checkBoxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: 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: #dedede;
    }

    .checkBoxContainer:hover input ~ .checkmark {
        background-color: #c8c0c0;
    }

    .checkBoxContainer input:checked ~ .checkmark {
        background-color: #755b50;
    }

    .checkBoxContainer .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .checkBoxContainer input:checked ~ .checkmark:after {
        display: block;
    }

    .checkBoxContainer .checkmark:after {
        left: 9px;
        top: 5px;
        width: 7px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.ticketButton {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
}

    .ticketButton input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .ticketButton .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #666;
        border-radius: 0;
    }

    .ticketButton:hover input ~ .checkmark {
        background-color: #081528;
    }

    .ticketButton input:checked ~ .checkmark {
        background-color: #081528;
    }

    .ticketButton .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .ticketButton input:checked ~ .checkmark:after {
        display: block;
    }

/* .ticketButton .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
  } */

.ticketType .orderSummaryTable tr td,
.ticketType .orderSummaryTable tr th {
    color: #000;
}

.ticketType h1.ticketMainHeading {
    background: #081528;
    text-align: center;
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: bold;
}

.ticketType .ticketBox {
    background: #f5f5f5;
    margin-bottom: 30px;
}

    .ticketType .ticketBox .heading {
        text-align: center;
    }

        .ticketType .ticketBox .heading h1 {
            font-size: 20px;
            margin-bottom: 30px;
        }

    .ticketType .ticketBox .ticketPrice {
        background: #32adff2b;
        padding: 20px;
        color: #000;
        font-size: 26px;
        line-height: 32px;
        margin-left: -20px;
        margin-right: -20px;
    }

        .ticketType .ticketBox .ticketPrice b {
            display: block;
        }

        .ticketType .ticketBox .ticketPrice span {
            display: block;
            font-size: 18px;
        }

    .ticketType .ticketBox .ticketButton {
        width: 200px;
        height: 50px;
        background: #081528;
        padding: 0;
        text-align: center;
        margin: 0px auto 0px;
        color: #fff;
        border-radius: 50px;
        overflow: hidden;
    }

    .ticketType .ticketBox span.btnText {
        z-index: 1;
        width: 100%;
        height: 100%;
        line-height: 45px;
        font-weight: 800;
        font-size: 15px;
        border-radius: 50px;
        text-transform: uppercase;
    }

    .ticketType .ticketBox .ticketButtonWrap {
        margin: 30px auto 20px;
    }

.ticketType .ticketBox {
    padding: 20px;
    text-align: center;
}

.ticketType {
}

.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    z-index: 1;
    text-align: right;
    white-space: nowrap;
    border: none;
    border-radius: 0;
    color: #081528;
    padding: 0.329rem 0.75rem;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 8px;
    outline: none;
    box-shadow: none;
    background: transparent;
    border: 1px solid #e3dcd4;
    color: #000;
    padding: 9px 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    background: #e3dcd4;
    border-radius: 15px;
}

.dropdown.bootstrap-select.Country .dropdown-toggle:focus {
    box-shadow: none;
    border-radius: 15px !important;
    outline: none !important;
    outline-offset: 0px !important;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background-color: transparent;
    border-color: transparent;
    border: 1px solid #333;
    border-radius: 0;
    color: #081528;
    padding: 0.329rem 0.75rem;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
    outline: none;
    box-shadow: none !important;
}

.site-footer .bottom-info {
    font-size: 1rem;
    line-height: 1.5rem;
    background: #0a1034;
    color: #fff;
    padding: 15px 0px;
}

    .site-footer .bottom-info p {
        color: #fff;
    }

    .site-footer .bottom-info a {
        margin: 0px 5px;
        color: #fff;
    }

.userDetailTable p {
    margin-bottom: 0px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    accent-color: #b59152;
}

.section.formWrap.mt-5.mb-5 p {
    color: #0a0808;
    font-size: 18px;
}

.section.formWrap.mt-5.mb-5 .btn.btn-info {
    padding: 15px 17px;
}

.form-group {
    margin-bottom: 5px;
    position: relative;
    height: auto;
    padding-bottom: 0;
    text-align: left;
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}

    .form-group:has(input:focus) label, .form-group:has(input:focus-visible) label, .form-group:has(.form-control.has-value) label, .form-group:has(.valid.input-validation-error) label {
        top: -12px;
        bottom: auto;
    }

    .form-group:has(.input-validation-error) label {
        /* top: auto; */
        /* bottom: 25px; */
    }


.dropdown.form-control {
    width: 50%;
    !i;
    !;
    /* border: 1px solid #C2C6CC; */
    /* color: #000; */
    /* padding: 9px 20px; */
    /* font-weight: 400; */
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    /* letter-spacing: 0; */
    /* margin: 0; */
    /* width: 100%; */
    /* height: auto; */
    /* min-height: 60px; */
    /* background: #fff; */
    border-radius: 15px;
}

.bootstrap-select .dropdown-menu {
    min-width: 100% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: normal;
    background-color: transparent;
    border: 0;
    text-overflow: ellipsis;
    width: 100%;
    min-width: 280px;
}

.inner.show {
    max-height: 350px !important;
}

.es-social img {
    width: 32px;
    height: 32px !important;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.container {
    width: 100%;
    max-width: 1170;
}

.errorMsg {
    /* position: absolute; */
    bottom: 0;
    left: 0;
}

@media (max-width: 991px) {
    .site-footer * {
        text-align: center !important;
    }
}

@media (max-width: 767px) {
    .dropdown.form-control {
        width: 100%;
    }

    .section-title,
    .contentWrap h1,
    .panelBox h2 {
        font-size: 24px;
        /* margin: 15px 0px; */
    }

        .contentWrap h1:after, .contentWrap h1:before {
            display: none;
        }

    .section.formWrap.mt-5.mb-5 p {
        font-size: 18px;
    }

    /*    form, .thankYouWrapper {
        padding: 30px 15px;
    }*/
}

@media (max-width: 520px) {

    .section.formWrap.mt-5.mb-5 p, .section.formWrap.mt-5.mb-5 ul li {
        font-size: 14px;
    }

    /*    .imageWrap {
        padding: 0.2rem;
    }*/
    p {
        font-size: .8rem;
    }

    .formWrap label, .formWrap input.form-control, .formWrap select.form-control, .formWrap textarea.form-control {
        font-size: .8rem;
        font-weight: 400;
    }

    .form-group:has(.form-control) label {
        font-size: .8rem;
    }
}

/*for ticket css*/

.checkbox input[type="checkbox"] {
    float: left;
    margin: 5px 7.5px 0px 0px;
}

.checkbox input[type="radio"] {
    float: left;
    margin: 5px 7.5px 0px 0px;
}

.orderSummaryTable {
    background: #ffffff;
    border-radius: 10px;
    border: 0 !important;
}

.ticketContent ul {
    padding: 0px;
    list-style: none;
}

    .ticketContent ul li {
        color: #081528;
        border-bottom: 1px solid #666;
        padding: 10px 5px;
    }

        .ticketContent ul li:last-child {
            border-bottom: 0px;
        }

        .ticketContent ul li span.date {
            color: #b51922;
        }

.inputButtonWrap {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 25px;
}

    .inputButtonWrap .checkbox.chk {
        /* width: 30%; */
        /* border-bottom: 1px solid #666; */
        padding-bottom: 10px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 5px;
    }

        .inputButtonWrap .checkbox.chk:hover {
            background: #081528;
        }
/*.thankyoucontent *{
    text-align:center;
}*/
.cstmTopButton {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 30px;
    top: 30px;
}

/* .cstmTopButton a {
        color: #fff;
        display: inline-block;
        text-decoration: none;
        border-radius: 0;
        background: #2f385f;
        font-size: 16px;
        padding: 10px 30px;
    }*/


/*.cstmTopButton a:hover {
            background: #161c31;
        }*/

/*.textbox {
    height: 70px;
    width: 50%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-family: "textbox";
    text-align: center;
    font-size: 28px;
    padding: 0;
}

.textbox1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 40px;
    font-family: 'Lato', sans-serif !important;
    text-align: center;
    width: 54%;
    font-size: 18px;
}
*/
.swal-text {
    line-height: 24px !important;
    text-align: center !important;
    padding: 0 15px !important;
}

.swal-button {
    background-color: #2f385f !important;
}

    .swal-button:hover {
        background-color: #161c31 !important;
    }


.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1080px;
}

.banner.bg-white {
    background: transparent !important;
    border-radius: 20px;
    margin: 30px auto 50px !important;
    padding: 0 30px;
}

.table {
    width: 100%;
}

.footballogo {
    width: 100%;
    margin: 0;
    margin-bottom: 50px;
    text-align: left;
    /* max-width: 245px; */
    margin: 0 auto 50px;
}

.checkingFormWrap label {
    font-size: 16px !important;
    font-weight: 400;
    margin-bottom: 5px;
    width: 30%;
    min-width: 180px;
}

.col_c {
    /* width: 70%; */
}

.varticalLogo {
    display: none;
}

#Div1 {
    text-align: left;
}

.horizontalLogo {
    display: inline-block;
    width: 100%;
}


.checkingFormWrap input {
    border: 1px solid #C2C6CC;
    color: #000;
    padding: 10px 20px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0;
    margin: 0;
    width: 100%;
    height: auto;
    min-height: 60px;
    background: #fff;
    border-radius: 15px;
    font-size: 24px;
    text-align: center;
}

    .checkingFormWrap input:focus {
        border: 1px solid #C2C6CC;
        outline: none;
        box-shadow: none !important;
        -webkit-appearance: none;
    }

.search-Btn,
.back-Btn,
.cstmTopButton a {
    position: relative;
    border: 0px;
    background: #f5f3eb;
    color: #2a526f;
    font-family: "SuisseIntl-Regular";
    font-size: 26px;
    font-weight: 400;
    line-height: 30px;
    /*display: flex;
    align-items: center;*/
    padding: 12.5px 60px;
    white-space: nowrap;
    justify-content: space-between;
    width: fit-content;
    border-radius: 15px;
    text-decoration: none;
    display: flex;
}

    .search-Btn:hover {
        background: #d5d2c9;
        color: #2a526f;
    }

    .search-Btn:before {
        background: #c7980d;
    }


.back-Btn {
    background: #e4e6e8a3;
    color: #2a526f;
}

    .back-Btn:hover,
    .cstmTopButton a:hover {
        text-decoration: none;
        background: #1b3a50;
        color: #fff;
    }

.cstmTopButton a {
    /* border: 1px solid #2a526f; */
    color: #fffdf3;
    background: #2a526f;
    padding: 12.5px 30px;
}

.name:link, .name:visited {
    display: block;
    width: auto;
    padding: 2.5px 7.5px;
    line-height: 1.4;
    background-color: #16354c;
    color: #fff;
    border-radius: 0;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
}

.name:hover {
    background-color: #5E7FC0;
}

.table thead th {
    background: #fffdf3;
    color: #2a526f;
}

.table td {
    color: #fff;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .varticalLogo {
        display: inline-block;
        max-width: 100%;
    }
    /* .horizontalLogo {
                display: none;
            }*/
    /*.checkingFormWrap label {
              font-size: 18px;
          }*/
    .checkingFormWrap input[readonly=readonly] {
        font-size: 26px;
        line-height: 50px;
        height: 50px;
        margin-bottom: 15px;
    }
    /*.container {
              padding-bottom: 20px;
              padding-top: 20px;
          }*/
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {


    .varticalLogo {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    /*form, .thankYouWrapper {
        padding: 75px 15px 15px;
    }*/
    .checkingFormWrap label {
        width: 100%;
    }

    .col_c {
        width: 100%;
    }

    .hide_sm {
        display: none;
    }

    .banner h1 {
        margin-left: -30px;
        margin-right: -30px;
        font-size: 14px;
    }

    .checkingFormWrap .form-group {
        flex-direction: column;
    }

    .banner.bg-white {
        padding: 15px;
    }

    .BoxGrey h2, .importantNote, .importantNote p,
    .formWrap label {
        font-size: 14px;
    }
}

@media only screen and (max-width : 600px) {
    /*td {
              display: block;
              text-align: center;
          }*/
    .search-Btn, .back-Btn, .cstmTopButton a {
        font-size: 18px;
    }

    .table td {
        display: block;
    }

    .table {
        width: 100%;
    }


    /* .checkingFormWrap input, .checkingFormWrap select, .checkingFormWrap textarea {
                width: 90% !important;
            }*/

    .container, .content {
        text-align: center;
        display: block;
    }

    /* .footballogo {
                width: 80% !important;
                max-width: 280px;
            }

                .footballogo img {
                    max-width: 100% !important;
                    width: auto !important
                }
*/
    .responsiveTable {
        width: 100%;
        overflow: scroll;
    }

        .responsiveTable table {
            min-width: 700px;
        }
}
