:root {
    --bs-border-radius-pill: 50rem;
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --primary-color: #990033;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-warning-rgb: 255, 193, 7;
    --bs-white-rgb: 255, 255, 255;
    --bs-border-radius-lg: 0.5rem;
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
}

html,
body {
    font-family: Arial, Helvetica, sans-serif;
}

.text-transform-none {
    text-transform: none !important;
}

.p-0 {
    padding: 0 !important;
}

.p-7 {
    padding: 5rem !important;
}

.m-0 {
    margin: 0;
}

.mb-1 {
    margin-bottom: 8px;
}

.sps {
    height: 20px;
    width: 100%;
}

.sps-15 {
    height: 15px;
    width: 100%;
}

.sps-10 {
    height: 10px;
    width: 100%;
}




.z-1 {
    z-index: 1;
}

.position-relative {
    position: relative;
}

.Loginslider.slider img {
    width: 100%;
}

.Loginslider.slider {
    position: relative !important;
    overflow: hidden;
    width: 100%;
    max-width: 702px;
    background-color: transparent;
    max-height: 757px;
}

    .Loginslider.slider:before {
        display: none;
    }

.Loginslider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

    .Loginslider .slick-dots li button {
        width: 7px;
        height: 7px;
        border: 0px;
    }

    .Loginslider .slick-dots li.slick-active button {
        width: 12px;
        height: 12px;
        background-color: #fff;
    }

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(77, 77, 77, 0.29);
    text-transform: capitalize;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(77, 77, 77, 0.29);
    text-transform: capitalize;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(77, 77, 77, 0.29);
    text-transform: capitalize;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(77, 77, 77, 0.29);
    text-transform: capitalize;
}

.combutton {
    background-color: #990033;
    color: #ffffff !important;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 20px 24px;
    border: 0px;
    overflow: hidden;
    text-decoration: none;
}

.text-decoration-underline {
    text-decoration: underline;
}

.ctmSelect {
    position: relative;
    border-radius: 4px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    border: 0;
    padding: 15px;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    /*.modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: -webkit-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    }*/

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

/*.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}*/

/*.modal-center {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    top: 0;
    bottom: 0;
    margin: 0 auto !important;
}*/

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.nav-menu > li:hover .megamenu-panel,
.nav-menu > li:focus-within .megamenu-panel,
.nav-menu > li > a:focus + .megamenu-panel {
    display: block !important;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}


.top_header {
    display: flex;
    justify-content: center;
    position: relative;
    background: #903;
    align-items: center;
}

    .top_header p {
        color: #fff;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        margin: 0;
        padding: 12px;
    }

    .top_header button {
        opacity: 1;
        font-size: 10px;
        position: absolute;
        right: 12px;
        background-color: transparent;
        border: 0;
    }

header .nav-link {
    color: #003366;
    text-align: right;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.8px;
    margin: 0 10px;
    text-transform: uppercase;
}

header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    color: #FF9900;
    border-radius: 15px;
    position: relative;
    left: 10px;
    top: 2px;
}

.navright {
    align-items: center;
}

    .navright .nav-link {
        margin-left: 30px;
    }

.navbar {
    padding: 16px 0;
}

.navright button {
    margin-left: 40px;
}

.MyNavSearchForm {
    min-width: 300px;
    display: flex;
    padding: 10px;
}



.subtitlerow {
    background-color: #003366;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .subtitlerow p {
        color: #fff;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 6px auto;
    }

#user-nav:hover > .user-dropdown {
    opacity: 1;
}

#user-nav {
    position: relative;
}

    #user-nav a {
        line-height: 35px;
    }

.user-dropdown-toggle {
    padding: 0 30px 0px 10px;
}

.user-dropdown {
    opacity: 0;
    display: block;
    position: absolute;
    padding: 10px 0;
    top: 100%;
    margin-top: 15px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    width: 196px;
    right: 0;
}

    .user-dropdown li {
        list-style-type: none;
    }

        .user-dropdown li a {
            text-decoration: none;
            padding: 0em 1em;
            display: block;
        }


.commo-button {
    background-color: #990033;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    border: 0;
    padding: 15px 50px;
    text-transform: uppercase;
}

    .commo-button:hover, .commo-button:hover, .commo-button:focus {
        color: #fff !important;
    }


/* Registration Sceen Start */
.registration-page h1 {
    font-size: 32px;
}

.RegistrationBlockBtn {
    margin-right: 15px;
    display: flex;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

    .RegistrationBlockBtn a {
        margin-right: 20px;
        margin-bottom: 20px;
    }

.registration-pageBG {
    background: #F4F5F7;
}

.registration-page {
    padding: 20px 0 0;
}

    .registration-page .co-breadcrumb a {
        color: #333333;
        text-decoration: none;
    }

.registration-page-h3 {
    color: #990033;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    margin-bottom: 40px;
    width: 100%;
    display: block;
}

.registration-pageBG .content-inner h2 {
    font-size: 28px;
}

.registration-pageBG .content-inner {
    padding: 20px 0 0;
}

.registration-pageBG .block-list img {
    display: block;
}

.content-inner-p {
    font-size: 22px;
    line-height: 40px;
    color: #333333;
}

.Title-h3 {
    font-size: 24px;
    font-weight: 700;
    color: #333333;
    text-transform: capitalize;
}

.Title-f24 {
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
    color: #333333;
}

.regis-highlights {
    max-width: 430px;
    box-shadow: 0px 0px 4px 0px #00000040;
    position: relative;
    height: 100%;
}

    .regis-highlights > h5 {
        background-color: #003366;
        height: 60px;
        font-size: 22px;
        font-weight: 700;
        line-height: 28px;
        letter-spacing: 1px;
        text-transform: uppercase;
        text-align: center;
        margin: 0 0 45px 0;
        padding: 0;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .regis-highlights .Inclusive-img {
        width: 88px;
        height: 88px;
    }

    .regis-highlights .Inclusive-content {
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.03em;
        height: 68px;
        padding: 0 0 0 75px;
        box-shadow: 0px 0px 5px 0px #0000001F;
        border-radius: 0;
    }

    .regis-highlights .Inclusive-ul li {
        margin-bottom: 40px;
    }

ul.regis-highlights-ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.RegiPage-packageBlokNew .packageAcountBlock {
    max-width: 1250px;
    margin: 0 auto;
}


ul.regis-highlights-ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.regis-highlights-last .Inclusive-ul {
    flex-direction: column;
    padding: 30px 30px 0;
}

.regis-highlights-last ul.Inclusive-ul li {
    flex-direction: column;
    margin-bottom: 0;
}

    .regis-highlights-last ul.Inclusive-ul li .Inclusive-img {
        top: -50px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .regis-highlights-last ul.Inclusive-ul li span.Inclusive-content {
        height: 250px;
        padding: 20px 27px 0;
        text-align: justify;
    }

.regis-highlights ul.Inclusive-ul li:last-child {
    margin-bottom: 30px;
}

.ExperienceMaker-UL li {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.03em;
    text-align: justify;
    color: #333333;
    padding-left: 50px;
    margin-bottom: 20px;
}

    .ExperienceMaker-UL li:before {
        content: "";
        width: 10px;
        height: 15px;
        border: 2px solid #FF9900;
        position: absolute;
        left: 0;
        top: 10px;
        transform: rotate(45deg);
        border-left: 0;
        border-top: 0;
    }

.padd-top-40 {
    padding-top: 40px;
}

.border {
    border: 1px solid #B3B3B3;
}

    .border .content-inner-p-bold {
        padding: 0 40px;
    }

.content-inner-p-bold {
    font-size: 22px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0px;
    color: #333333;
}

.summaryTable {
    width: 100%;
    max-width: 896px;
    margin: 0 auto;
    box-shadow: 0px 5px 8px 0px #0615381A;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.text-right {
    text-align: right;
}

.summaryTableHead {
    background: #036;
    color: #FFF;
    text-align: left;
}

.summaryTable td, th {
    vertical-align: middle;
    padding: 15px 0;
}

.summaryTable td {
    border: 1px solid #E6E6E6;
    min-width: 280px;
}

.summaryTable th {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 1px;
}

.tblTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #036;
    padding: 8px 20px;
}

.tblTitleRed {
    color: #903;
}

.tblTitleGrn {
    color: #669933;
}

.innrtd .tblTitle:first-child {
    border-bottom: 1px solid #E6E6E6;
}

.innrtd .tblTitle {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.tblTitle > i {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: 0em;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    font-style: normal;
    margin-left: 13px;
    color: #333333;
}

.summaryTable tr:nth-child(2n) {
    background: #F3F5F7;
}

.summaryTable1380 {
    max-width: 1180px;
}

    .summaryTable1380 td {
        padding: 20px;
        min-width: 240px;
    }

        .summaryTable1380 td > .tblTitle {
            padding: 0px;
        }

.tblTitle > span {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
}

.summaryTableP {
    max-width: 1180px;
    margin: 10px auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0.03em;
}

.RegistProcessTitle {
    text-align: center;
    margin: 35px 0 0;
}

    .RegistProcessTitle h2 {
        font-family: Arial;
        font-size: 32px;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0px;
        text-align: center;
        text-transform: capitalize;
        color: #003366;
        margin-bottom: 25px;
    }

    .RegistProcessTitle h3 {
        font-family: Arial;
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0px;
        text-align: center;
        color: #003366;
        margin-bottom: 15px;
        text-transform: capitalize;
    }

    .RegistProcessTitle p {
        font-family: Arial;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.03em;
        text-align: center;
        color: #666666;
    }

.title-h6 {
    font-family: Arial;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    text-align: left;
    color: #036;
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.RegiPage-packageBlokNew .packageAcountBlockCont .title-h5 i {
    display: block;
    font-family: Arial;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000;
    text-transform: lowercase;
}

.RegiPage-packageBlokNew li {
    max-width: 363px !important;
    width: 100% !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin: 0 0px 20px 0px !important;
}

.RegiPage-packageBlokNew .packageAcountBlockCont {
    max-width: 363px;
    padding: 0px 21px 0px 40px;
}

.summaryBigImg {
    background: #036;
    border-radius: 10px;
    max-width: 743px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 27px 0;
}

.summaryTableFixed {
    width: 873px;
}

.CstmTblHead td, .CstmTblHead td span {
    background: #036 !important;
    color: #fff !important;
    border: 0;
}

.summaryTableFixed td {
    padding: 15px 20px;
}

.tblTitleMute {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #4D4D4D;
}

.registration-pageGreenBG {
    background: #693;
    text-align: center;
    color: #fff;
    padding: 10px 10px 40px 10px;
}

.whatapblock h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 36px;
    margin: 25px 0 20px;
    letter-spacing: 2px;
    text-align: center;
}

.whatapblockIcon img {
    margin-right: 20px;
}

.whatapblockIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.03em;
}
/* Registration Sceen Endd */







/* Banner Section start here */
.banner {
    position: relative;
    width: 100%;
    background-image: url("../images/Dreams_Park_bg.jpg");
    min-height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
}

    .banner:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgb(0 0 0 / 70%);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
    }

.buttonsGroups {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 10px;
    flex-direction: column;
    text-align: center;
    max-width: 662px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow: 0px 5px 8px 0px rgba(6, 21, 56, 0.10), 0px -1px 2px 0px rgba(223, 225, 230, 0.50);
    margin: 50px auto;
}

    .buttonsGroups a {
        margin-bottom: 35px;
        padding: 15px 37px 15px 36px;
    }

    .buttonsGroups h2 {
        color: #003366;
        text-align: center;
        font-family: Arial;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        /* 100% */
        letter-spacing: 1.08px;
        text-transform: capitalize;
        margin-bottom: 60px;
    }

/* Note Block Start */
.NotesBlock {
    margin: 0 auto;
    max-width: 1154px;
    padding: 35px 12px;
}

.NotesBlockInner {
    margin: 35px 0;
}

.NotesBlockbody {
    background: #F8F9FB;
    color: #1A1A1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.6px;
    padding: 40px 77px;
    box-shadow: 0px 5px 8px 0px rgba(6, 21, 56, 0.10), 0px -1px 2px 0px rgba(223, 225, 230, 0.50);
}

.NotesBlock h1 {
    text-align: center;
}

.NotesBlockHead {
    background: #003366;
    text-align: center;
    min-height: 112px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

    .NotesBlockHead h5 {
        color: #FFF;
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%;
        /* 24px */
        text-transform: uppercase;
        margin: 0;
        padding: 10px 0;
    }

    .NotesBlockHead p {
        color: #ffffff;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        /* 120% */
        letter-spacing: 0.6px;
        margin: 0;
    }

.NotesBlockbootem {
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.6px;
    background: #666666;
    text-align: center;
    padding: 11px;
}

    .NotesBlockbootem a {
        color: #fff;
        text-decoration: underline;
    }

.NotesBlockBtn {
    text-align: center;
    margin: 40px auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .NotesBlockBtn .combutton {
        margin: 0;
        padding: 15px 24px;
    }





/* Form Registration Login */
.form-registration-login-inner .container {
    background: var(--Primary-White, #FFF);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    max-width: 1388px;
    padding: 0 12px;
    margin: 40px auto;
}

    .form-registration-login-inner .container .row {
        margin: 0 -12px;
    }

.Form-regist-iconsblk {
    background-image: url(../images/login-part-bg.png);
    display: flex;
    flex-wrap: wrap;
    min-height: 776px;
    justify-content: start;
    align-items: center;
    padding: 65px;
}

.form-registration-login-inner .col {
    padding: 0;
    margin: 0;
}

.Form-regist-iconsblk span {
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #B3B3B3;
    box-sizing: border-box;
    margin: 0px 44px 0px 44px;
    cursor: pointer;
}

.form-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 88px 0 0 0;
}

    .form-logo img {
        width: 107px;
        height: 99px;
        display: block;
    }

.Form-Container {
    padding: 15px;
}

.form-title {
    color: #003366;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    /* 33.6px */
    text-transform: inherit;
    margin: 25px 0 40px;
    letter-spacing: 0;
}

.formField {
    text-align: center;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 416px;
    margin: 0 auto;
}

    .formField .form-group {
        display: flex;
        margin: 0 auto;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

        .formField .form-group input {
            border-radius: 4px;
            background: #ffffff;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
            outline: none;
            width: 100%;
            max-width: 416px;
            color: #333333;
            font-size: 16px;
            font-style: normal;
            font-weight: 400;
            line-height: 120%;
            padding: 14px 15px;
            box-sizing: border-box;
            border: 0;
        }

        .formField .form-group label {
            color: #808080;
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 20px;
            margin-bottom: 8px;
        }

.useotp {
    position: absolute;
    right: 10px;
    top: 43px;
    color: #333333;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    cursor: pointer;
}

    .useotp a {
        color: #333333;
    }

.formField button {
    width: 100%;
    border: 0;
    background: #990033;
    border-radius: 5px;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    margin: 40px 0 20px;
    display: block;
}

.or-login {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 5px 0 -5px 0px;
    color: #808080;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

    .or-login:after {
        content: "";
        background-color: #999999;
        position: absolute;
        width: 46%;
        right: 0;
        left: 0;
        height: 1px;
        top: 14px;
    }

    .or-login:before {
        content: "";
        background-color: #999999;
        position: absolute;
        width: 46%;
        right: 0;
        height: 1px;
        top: 14px;
    }

.form-footer {
    color: #666;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 80px 0 0 0;
}

.otpinpt {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .otpinpt input {
        width: 56px !important;
        text-align: center;
        color: #333333;
    }

.otpinputgrp {
    padding: 20px 0 0;
}

    .otpinputgrp span {
        text-align: right;
        display: block;
        width: 100%;
        margin: 10px 0 -15px 0;
        color: #666;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
    }

        .otpinputgrp span a {
            text-decoration: underline;
        }

.iti {
    width: 100%;
}

.iti__selected-flag {
    background-color: #fff !important;
    border-right: 1px solid #ddd;
    overflow: hidden;
    border-radius: 5px 0px 0px 5px;
    width: 83px;
    display: flex;
    justify-content: space-around;
}

.iti__selected-dial-code {
    display: none;
}

.iti__arrow {
    margin: -3px 0px 0px 5px;
    width: 10px;
    height: 10px;
    border: 1px solid #666;
    background: #fff;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
}

.passwordgrp {
    padding: 20px 0 0 0;
}

    .passwordgrp a {
        text-align: right;
        width: 100%;
        color: #990033;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        margin-top: 10px;
        text-decoration-line: underline;
        margin-bottom: -10px;
    }

/* FOrgot password */
.ForgotPage {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
}

.Forgot-with-mobile {
    text-align: left;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 416px;
    margin: 0 auto;
}

    .Forgot-with-mobile label {
        color: #808080;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        margin-bottom: 8px;
    }

    .Forgot-with-mobile input {
        border-radius: 4px;
        background: #ffffff;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
        outline: none;
        width: 100%;
        max-width: 416px;
        color: #333333;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        padding: 14px 15px;
        box-sizing: border-box;
        border: 0;
    }

    .Forgot-with-mobile button {
        width: 100%;
        border: 0;
        background: #990033;
        border-radius: 5px;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 50px;
        text-transform: uppercase;
        margin: 40px 0 20px;
        display: block;
    }

    .Forgot-with-mobile .otpinpt {
        margin: 20px auto;
    }

.dontrecotp {
    color: #666;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin: 80px 0 0 0;
}

.Forgot-with-mobile .eyePassword,
.Forgot-with-mobile .eyePassword-1 {
    position: absolute;
    right: 10px;
    top: 43px;
    cursor: pointer;
    background: url(../images/eye-solid.svg);
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}

.Forgot-with-mobile .eyePasswordslash,
.Forgot-with-mobile .eyePasswordslash-1 {
    position: absolute;
    right: 10px;
    top: 43px;
    cursor: pointer;
    background: url(../images/eye-slash-solid.svg);
    width: 20px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: cover;
}

.sign-up-section {
    margin-bottom: 25px;
}
/* Sign Up Page */
.sign-up-form {
    margin: 30px auto;
    max-width: 1074px;
    border-radius: 12px;
    background: var(--Primary-White, #FFF);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 30px;
}

.sign-up-inner {
}

.sign-up-section h2 {
    margin: 40px 0 0 0;
    padding: 0;
    color: #003366;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

.sign-up-inner h3 {
    color: rgb(0, 51, 102);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 22px;
}

.sign-up-inner .form-group {
    display: flex;
    flex-direction: column;
}

    .sign-up-inner .form-group label {
        color: #4D4D4D;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.48px;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .sign-up-inner .form-group input {
        border-radius: 4px;
        background: #fff;
        box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
        border: 0;
        padding: 15px;
    }

.sign-up-footer {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 25px;
}

#step-3 .sign-up-form {
    max-width: 600px;
}

.sign-up-footer button {
    color: #003366;
    text-align: center;
    padding: 15px 35px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #036;
    background: #FFF;
    width: 154px;
    margin-left: 20px;
}

.TearmConditionModal {
    width: 100%;
    max-width: 854px;
}

    .TearmConditionModal .modal-body {
        background: #fff;
    }

        .TearmConditionModal .modal-body .cstmcheckcntnr {
            border: 0;
            padding: 0;
            border-radius: 0;
            margin: 32px 20px 50px 20px;
        }

        .TearmConditionModal .modal-body .cstmcheckcntnrlbl-term {
            color: #666666 !important;
            text-align: justify;
            font-family: Arial;
            font-size: 20px !important;
            font-style: normal;
            font-weight: 700 !important;
            line-height: 28px !important;
            letter-spacing: 0.2px !important;
            padding: 0 0 0 40px !important;
        }

        .TearmConditionModal .modal-body.ctmcheck-term:not(:checked) + .TearmConditionModal.modal-body.cstmcheckcntnrlbl-term::before {
            left: -5px !important;
            top: 4px !important;
            background: transparent;
            border: 1px solid #AEAEB2 !important;
            width: 20px;
            height: 20px;
        }

        .TearmConditionModal .modal-body.ctmcheck-term:checked + .TearmConditionModal.modal-body.cstmcheckcntnrlbl-term:before {
            left: -5px !important;
            top: 4px !important;
            width: 20px !important;
            height: 20px !important;
        }

        .TearmConditionModal .modal-body .sign-up-footer {
            margin: 0 20px 10px 0px !important;
        }

        .TearmConditionModal.modal-body.cstmcheckcntnrlbl-term::after {
            left: 2px !important;
            top: 6px !important;
            height: 10px !important;
        }

        .TearmConditionModal .modal-body .cstmcheckcntnrlbl-term::after {
            left: 14px !important;
        }

        .TearmConditionModal .modal-body .cstmcheckcntnrlbl-term::before {
            left: -11px !important;
        }

.activebtn {
    color: #ffffff !important;
    background-color: #990033 !important;
    border-color: #990033 !important;
}

.required {
    color: red;
    font-size: 15px;
}

/* Custom CSS for the stepper */
.step {
    display: none;
}

    .step.active {
        display: block;
    }

.step-heading {
    font-size: 18px;
    font-weight: bold;
}

.step-content {
    margin-top: 5px;
    border-radius: 8px;
    background: #F1F1F1;
    padding: 30px;
}

.step-buttons {
    margin-top: 20px;
}

/* Set Password Page */
.set-password-page .container {
    background: var(--Primary-White, #FFF);
    box-shadow: none;
    max-width: 1388px;
    padding: 0 12px;
    margin: 70px auto;
}

.set-pswrd-btn {
    display: flex;
    justify-content: space-between;
}

.set-pswrd-btn {
}

    .set-pswrd-btn button {
        width: 100%;
        margin: 0;
        max-width: 185px;
        border-radius: 0;
    }

.setpswrd-cont {
    color: #000;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
}

.closemodalbtn {
    position: absolute;
    right: -15px;
    top: -15px;
    border: 0;
    border-radius: 36px;
    background: #903;
    box-shadow: 0px 0px 3px 0px #903;
    width: 40px;
    height: 40px;
}

.signupsuccess-cont,
.signupsuccess-cont .modal-content {
    width: 742px;
    border-radius: 10px;
}


.arrowpart {
    background: #669933;
    text-align: center;
    padding: 36px 0;
    border-radius: 10px 10px 0px 0;
}


.signupsuccont {
    text-align: center;
    padding: 10px;
}

    .signupsuccont h3 {
        color: #003366;
        font-size: 36px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 3.6px;
        text-transform: uppercase;
        padding: 30px 0 20px 0;
        margin: 0;
    }

    .signupsuccont p {
        color: #4D4D4D;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        /* 128.571% */
        letter-spacing: 0.84px;
    }

.Signup-Modal {
    width: 100% !important;
    max-width: 896px;
}

    .Signup-Modal .modal-content {
        width: 100%;
        padding: 55px 10px 40px;
        border-radius: 0;
    }

    .Signup-Modal .formField {
        max-width: none;
    }

    .Signup-Modal h3 {
        color: #003366;
        text-align: center;
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 0;
        text-transform: none;
        margin: 0 0 20px 0;
    }

    .Signup-Modal p {
        color: #4D4D4D;
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: 36px;
        letter-spacing: 0.72px;
        margin-bottom: 20px;
    }

    .Signup-Modal .otpinpt {
        max-width: 400px;
        margin: 0 auto;
    }

    .Signup-Modal button {
        width: 155px;
        margin: 40px auto 10px;
        border-radius: 0;
        line-height: 48px;
        color: #fff;
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase;
    }

    .Signup-Modal .formField .otpinputgrp span a {
        color: #990033;
        text-decoration: none;
    }

    .Signup-Modal .formField > a {
        color: #990033;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        text-decoration-line: underline;
    }

    .Signup-Modal .otpinputgrp span {
        text-align: center;
        padding: 20px 0 20px 0px;
        margin-bottom: 10px;
    }



/* Package Detail Page  */
.package-detail-page .container {
    max-width: 1388px;
    padding: 0 12px;
    margin: 40px auto;
}

.package-detail-page h2 {
    color: #003366;
    text-align: center;
    font-family: Arial;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.6px;
    text-transform: uppercase;
}

.steprBtn {
    display: flex;
    justify-content: center;
    position: relative;
    flex-wrap: wrap;
    margin: 0px auto 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding: 19px 0;
}

.steprheader {
    position: relative;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0 20px;
}

.steprheaderdigit {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #666;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    justify-content: center;
    margin-right: 15px;
    position: relative;
    min-width: 42px;
}

.dotedt {
    content: "";
    border-top: 1px dashed #003366;
    height: 1px;
    width: 140px;
    left: 15px;
    position: relative;
    right: 0;
}

.steprheader.active .dotedt {
    border-color: #003366;
}

.steprheader.active .steprheaderdigit {
    background: #003366;
}

.steprheader.active {
    color: #003366;
}

.packageBlok {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 8px 0px rgba(6, 21, 56, 0.10), 0px -1px 2px 0px rgba(223, 225, 230, 0.50);
    width: 100%;
}

.packageBlokHead {
    height: 110px;
    background: #003366;
    border-radius: 10px 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 10px;
}

    .packageBlokHead .darkfont {
        color: #ffffff;
        text-align: center;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        letter-spacing: 0.6px;
        max-width: 800px;
    }

    .packageBlokHead h3 {
        color: #fff;
        font-family: Arial;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        text-transform: uppercase;
        text-align: center;
        margin: 10px auto 0;
        width: 100%;
        letter-spacing: 0px;
    }

    .packageBlokHead p {
        color: #fff;
        text-align: center;
        font-family: Arial;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.6px;
        margin: 10px 0;
    }

.allInclusive {
    margin: 28px auto 60px;
    text-align: center;
    width: 529px;
    height: 76px;
    background: rgb(255 245 230 / 90%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #990033;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: capitalize;
}

.Inclusive-ul {
    margin: 0 auto;
    padding: 0 20px 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

    .Inclusive-ul li {
        width: 100%;
        max-width: 618px;
        position: relative;
        margin-bottom: 46px;
    }

.Inclusive-content {
    border-radius: 10px;
    background: #F9F9F9;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    max-width: 613px;
    height: 118px;
    display: flex;
    align-items: baseline;
    color: #003366;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.72px;
    padding: 0 10px 0px 138px;
    flex-direction: column;
    justify-content: center;
}

    .Inclusive-content span {
        color: #003366;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: 0.6px;
    }

.Inclusive-img {
    width: 144px;
    height: 144px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #B3B3B3;
    border-radius: 100%;
    position: absolute;
    left: -30px;
    top: -15px;
    background: #fff;
    box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

.Inclusive-ul li:last-child {
    width: 100%;
    max-width: none !important;
}

    .Inclusive-ul li:last-child .Inclusive-content {
        max-width: none;
    }

.packageBlokNew {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 5px 8px 0px rgba(6, 21, 56, 0.10), 0px -1px 2px 0px rgba(223, 225, 230, 0.50);
    margin: 40px auto 15px;
    padding: 40px 40px 0px 40px;
}

.packageAcountBlock {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 0 40px;
}

    .packageAcountBlock li:last-child {
        margin-right: 0;
    }

    .packageAcountBlock li {
        position: relative;
        background: #F8F9FB;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        height: 129px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
        flex-wrap: wrap;
        flex-direction: column;
        max-width: 390px;
        margin: 0 0px 40px 0px;
    }

.packageAcountBlockNumber {
    position: absolute;
    left: 20px;
    background: #003366;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: Arial;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    border-radius: 100%;
    left: -38px;
}

.packageAcountBlockCont {
    padding: 0px 22px 0px 50px;
}

.title-h5 {
    margin: 0;
    letter-spacing: 0;
    color: #003366;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
}

.packageAcountBlockCont i {
    color: #000000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.6px;
}

.timelinttitle {
    color: #000000;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    letter-spacing: 0.6px;
}

.timelintcontent {
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: 0.6px;
    background: #666666;
    padding: 27px 10%;
}

.package-detail-page button {
    text-align: center;
    padding: 15px 35px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    border: 1px solid #036;
    background: #FFF;
    width: 154px;
    margin-left: 20px;
    color: #ffffff !important;
    background-color: #990033 !important;
    border-color: #990033 !important;
}

.package-detail-page .footer-block-content {
    display: flex;
    justify-content: end;
}

.steprheaderDone .steprheaderdigit {
    background: #669933;
    font-size: 0;
}

    .steprheaderDone .steprheaderdigit:after {
        content: "";
        position: absolute;
        left: auto;
        right: auto;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        background: url(../images/Check-arrow.png);
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        background-position: center;
    }

.steprheaderDone .dotedt {
    border-style: solid;
}

.steprheaderDone {
    color: #669933;
}

/* Package Detail Page End  */

/* Tournament Details Page Start  */

.tournament-details-page .packageBlok {
    max-width: 1040px;
    margin: 0 auto;
}

.tournament-details-page .footer-block-content {
    max-width: 1040px;
    margin: 35px auto 0;
    justify-content: space-between;
}

    .tournament-details-page .footer-block-content button {
        min-width: 154px;
        margin: 0;
        width: auto;
    }

    .tournament-details-page .footer-block-content > div > button {
        margin-left: 20px;
    }

        .tournament-details-page .footer-block-content > div > button:first-child {
            background: transparent !important;
            color: #003366 !important;
            border-color: #003366 !important;
        }

.tournament-details-page ul {
    display: flex;
    flex-wrap: wrap;
    padding: 35px 20px;
    margin: 0 auto;
    justify-content: space-between;
}

    .tournament-details-page ul li {
        width: 32%;
        margin-bottom: 15px;
    }

.cstmcheckcntnr {
    border-radius: 6px;
    border: 2px solid var(--Black-Light-900, #E6E6E6);
    background: var(--Primary-White, #FFF);
    padding: 9px;
    display: flex;
    align-items: center;
    position: relative !important;
}

.cstmcheckcntnrlbl {
    color: #666666 !important;
    text-align: left;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 42px !important;
    letter-spacing: 0.6px !important;
    padding: 0 0 0 40px !important;
}

.ctmcheck {
    position: absolute !important;
    left: 0px !important;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: -1px !important;
    opacity: 0 !important;
    cursor: pointer;
    right: 0;
    bottom: 0;
}


    .ctmcheck:checked + .cstmcheckcntnrlbl:before {
        left: 6px !important;
        top: 8px !important;
        background: #669933;
        border: 0 !important;
        width: 25px;
        height: 25px !important;
    }

.cstmcheckcntnrlbl:after {
    left: 16px !important;
    top: 12px !important;
    opacity: 1 !important;
    width: 5px !important;
    height: 12px !important;
    border-width: 0 2px 2px 0 !important;
    border-color: #fff !important;
    top: 12px !important;
}

.ctmcheck:checked {
    z-index: 99;
    opacity: 0;
}

.Datechecked {
    border-color: #669933;
}

    .Datechecked .cstmcheckcntnrlbl {
        color: #669933 !important;
    }

.ctmcheck:not(:checked) + .cstmcheckcntnrlbl:before {
    left: 6px !important;
    top: 8px !important;
    border: 2px solid #666 !important;
}


.SeasonCalenderIn {
    padding: 0px;
}

/* Tournament Details Page End  */

/* Team Details Page End  */
.sign-up-footermain {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.teamDetail .sign-up-footer {
}

    .teamDetail .sign-up-footer > div {
        display: flex;
        justify-content: space-between;
    }

    .teamDetail .sign-up-footer button {
        min-width: 155px;
        width: auto;
        padding: 14px 35px;
    }

.teamDetailTablelb {
    color: #003366;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.6px;
}

    .teamDetailTablelb > i {
        display: block;
        text-align: left;
        color: #003366;
        font-family: Arial;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: 0.48px;
        text-transform: lowercase;
    }

.teamDetailTable select {
    min-width: 188px;
    border-radius: 0;
    border: 1px solid #E6E6E6;
    box-shadow: none;
    color: rgba(77, 77, 77, 0.29);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    padding: 11px 15px;
}

.teamDetailTable tr:last-child td {
    padding-bottom: 0;
}

.teamDetailTable td:first-child {
    width: 370px;
}

.teamDetailTable td {
    padding-bottom: 30px;
    vertical-align: middle;
}

.tabdivradio {
    position: relative;
    display: flex;
}

.ctmRadio {
    position: relative;
}

.ctmRadiolbl {
    position: relative;
    color: #003366;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    /* 120% */
    letter-spacing: 0.6px;
}

.Organizationradiopgrp {
    display: flex;
}

.customradiomain {
    color: #003366;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.6px;
}

.customradio {
    display: none;
}

    .customradio + label {
        font-weight: normal;
        cursor: pointer;
        margin-left: 15px;
        margin-right: 30px;
    }

        .customradio + label span {
            display: inline-block;
            vertical-align: middle;
            margin-right: 5px;
            width: 18px;
            height: 18px;
            cursor: pointer;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            position: relative;
            border: 2px solid #49454F;
        }

            .customradio + label span::before {
                content: "";
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                opacity: 0;
                width: 9px;
                height: 9px;
                -moz-border-radius: 50%;
                -webkit-border-radius: 50%;
                border-radius: 50%;
                background-color: #990033;
                position: absolute;
                left: 50%;
                top: 50%;
                bottom: auto;
                right: auto;
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                -moz-transition: opacity 0.2s;
                -o-transition: opacity 0.2s;
                -webkit-transition: opacity 0.2s;
                transition: opacity 0.2s;
            }

    .customradio:checked + label span::before {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    .customradio:disabled + label {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
        opacity: 0.5;
    }

        .customradio:disabled + label,
        .customradio:disabled + label span {
            cursor: default;
        }

    .customradio:checked + label span::after {
        opacity: 1;
    }

    .customradio:checked + label span {
        border-color: #990033;
    }


.Draganddropcontainer {
    border: 2px dashed #B3B3B3;
    background: #F8F9FB;
    max-width: 580px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 580px;
}

.dragbutton {
    color: #fff;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    background: #990033;
    display: flex;
    width: 204px;
    height: 48px;
    padding: 15px 39px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border: 0;
}

.uploadOuter {
    text-align: center;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.dragBox {
    color: #003366;
    text-align: center;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.6px;
}

.uploadOuter strong {
    color: #808080;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-transform: lowercase;
    margin: 15px;
    display: block;
    width: 100%;
}

#Inpusignfile .dragbutton {
    margin: 0 auto 23px;
}

.dragBox input {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.teamtblnoteTD {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    height: 220px;
}

.teamtblnote {
    color: var(--Black-Light-600, #999);
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
}

#preview {
    display: flex;
    flex-direction: column;
}

#previewdiv {
    background: #E6E6E6;
    width: 100%;
    text-align: center;
    border: 2px solid #fff;
}

.Draganddropcontainer-new #previewdiv {
    background: #ffffff;
    width: 100%;
    text-align: center;
    border: 2px solid #669933;
}

#preview img {
    max-height: 83px;
    padding: 8px;
}

#signmsg {
    margin-top: 13px;
}

.Draganddropcontainer-new {
    border-color: #669933;
    background: #F8F9FB;
}

.successfullyMsg {
    color: #003366;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .successfullyMsg img {
        margin: 0 10px 0px 1px !important;
        display: block;
        padding: 0;
    }

.teamDetailTable .cstmcheckcntnr {
    border: 0;
    background: transparent;
    padding: 20px 0 0 0;
}

.teamDetailTable .cstmcheckcntnrlbl {
    color: #5A5A5A !important;
    text-align: justify;
    font-family: Arial;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 28px !important;
    letter-spacing: 0.2px !important;
    padding: 0 0 0 30px !important;
}

.ctmcheck-new:not(:checked) + .cstmcheckcntnrlbl-new::before {
    left: -5px !important;
    top: 4px !important;
    background: transparent;
    border: 1px solid #AEAEB2 !important;
    width: 20px;
    height: 20px;
}

.ctmcheck-new:checked + .cstmcheckcntnrlbl-new:before {
    left: -5px !important;
    top: 4px !important;
    width: 20px !important;
    height: 20px !important;
}

.cstmcheckcntnrlbl-new::after {
    left: 2px !important;
    top: 6px !important;
    height: 10px !important;
}

/* Team Details Page End  */

/* Payment Notes Page Start  */
.timelinttitle strong {
    color: #990033;
}

.paymentDetailpackageBlok {
    margin: 0;
    padding-top: 15px;
}

    .paymentDetailpackageBlok .packageAcountBlock li {
        background: transparent;
        box-shadow: none;
        height: auto;
        max-width: 420px;
        margin: 0;
    }

    .paymentDetailpackageBlok .packageAcountBlockNumber {
        width: 72px;
        height: 72px;
    }

    .paymentDetailpackageBlok .title-h5 {
        color: #990033;
        text-align: left;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 30px;
        /* 150% */
        letter-spacing: 0.6px;
        text-transform: capitalize;
    }

        .paymentDetailpackageBlok .title-h5 > a {
            text-transform: lowercase;
            color: #990033;
        }

    .paymentDetailpackageBlok .packageAcountBlockCont {
        padding: 0 0 0 30px;
    }

    .paymentDetailpackageBlok .timelinttitle {
        margin: 0;
    }

    .paymentDetailpackageBlok .title-h5 i {
        width: 80px;
        display: inline-block;
        text-align: left;
        color: #000;
        font-family: Arial;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 36px;
        letter-spacing: 0.6px;
        margin-bottom: 0;
    }

    .paymentDetailpackageBlok .cstmcheckcntnr {
        padding: 28px;
        border: 0;
        background: #F1F1F1;
        border-radius: 0;
        margin: 25px 0 30px;
    }

.cstmcheckcntnrlbl-payment {
    color: #666 !important;
    text-align: justify;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    letter-spacing: 0.2px !important;
}

.ctmcheck-payment:not(:checked) + .cstmcheckcntnrlbl-payment::before {
    left: -5px !important;
    top: 4px !important;
    background: transparent;
    border: 1px solid #AEAEB2 !important;
    width: 20px;
    height: 20px;
}

.ctmcheck-payment:checked + .cstmcheckcntnrlbl-payment:before {
    left: -5px !important;
    top: 4px !important;
    width: 20px !important;
    height: 20px !important;
}

.cstmcheckcntnrlbl-payment::after {
    left: 2px !important;
    top: 6px !important;
    height: 10px !important;
}

/* Payment Notes Page End  */

/* Registration Signup Successful Page Start */
.registration-sucflypage .packageBlok {
    max-width: 896px;
    margin: 0 auto;
}

.registration-sucflypage h5 {
    color: #669933;
    text-align: center;
    font-family: Arial;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.84px;
    text-transform: none;
    margin-bottom: 20px;
}

.registration-sucflypage .footer-block-content button {
    width: auto;
    min-width: 154px;
    margin-top: 35px;
}

.registration-sucflypage .footer-block-content {
    justify-content: center;
    display: flex;
}

/* Registration Signup Successful Page End */



/*PDF Style Start */
.registrationPDF {
    text-align: center;
    padding: 10px;
    margin: 10px auto;
    font-family: Arial, sans-serif;
    /* font-family: 'Times New Roman', Times, serif !important; */
    max-width: 1100px;
    background-color: #fff;
    background-image: url("../images/A4.png");
    background-position: 100% 16%;
    background-repeat: no-repeat;
    background-size: contain;
}



    .registrationPDF p,
    .registrationPDF h3,
    .registrationPDF h2,
    .registrationPDF h4,
    .registrationPDF h5 {
        letter-spacing: 0;
        text-transform: capitalize;
        padding: 0;
        margin: 0;
    }

.PDFheadtitle {
    color: #F00;
    font-size: 23px;
    font-weight: bold;
}

.PDFcont-1 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
}

.fntitl {
    font-style: italic;
}

.PDFcont-2 {
    font-size: 17px;
    font-weight: bold;
    line-height: 21px;
}

.PDFsemiTitle {
    font-size: 20px;
    color: #000080;
    list-style: 24px;
    line-height: normal;
}

.PDFListouter {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0px;
    justify-content: space-between;
}

    .PDFListouter li {
        font-size: 17px;
        font-weight: bold;
        line-height: 21px;
        text-align: left;
        list-style: disc;
        width: 45%;
    }


table.PDFTBl {
    text-align: left;
    margin: 40px 0;
}

    table.PDFTBl td:first-child {
        color: #000080;
        font-size: 17px;
        font-weight: bold;
        line-height: 21px;
        min-width: 300px;
        padding-right: 25px;
    }

    table.PDFTBl td:last-child span {
        color: #00F;
    }

    table.PDFTBl td:last-child {
        color: #F00;
        font-size: 17px;
        font-weight: bold;
        line-height: 21px;
        min-width: 300px;
    }

p.PDFcont-3 {
    font-size: 18px;
    font-weight: bold;
    list-style: 22px;
    text-decoration: underline;
}

.PDFSelectDateMain {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    margin: 40px 0;
}

.PDFSelectDate li {
    font-size: 17px;
    font-weight: bold;
    text-align: left;
    display: flex;
    align-items: baseline;
}

.RegiDetailOuter {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.PDFSelectDate li span {
    width: 40px;
    border-bottom: 2px solid #000;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: end;
    margin-right: 8px;
    height: 20px;
}

.RegiDetailOuterLbl {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 25px;
    font-weight: bold;
}

.RegiDetailOuter ul {
    display: flex;
    flex-wrap: wrap;
}

.RegiDetailOuterLblValue {
    border-bottom: 2px solid #000;
    padding: 0 20px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}

.PDFReturning {
    font-style: italic;
    text-align: left;
    font-size: 23px;
    font-weight: bold;
    margin: 30px 0;
}

    .PDFReturning span {
        border-bottom: 2px solid #000;
        padding: 0 20px;
        margin: 0 5px;
        text-align: center;
        display: inline-flex;
        justify-content: center;
    }

.signUL i {
    text-align: left;
    font-size: 17px;
    font-weight: normal;
    display: block;
}

.signUL {
    text-align: left;
    font-size: 19px;
    font-weight: bold;
    display: inline-flex;
    align-items: baseline;
    justify-content: left;
    width: 100%;
}

.PDFclndImg img {
    max-width: 1000px;
    margin: 40px auto;
    width: 100%;
    height: auto;
}

@page {
    size: A4 landscape;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0;
    -webkit-print-color-adjust: exact;
}

@media print {
    body {
        print-color-adjust: exact;
        -webkit-print-color-adjust: exact;
        position: relative;
    }

        body:after {
            position: absolute;
            content: url("../images/A4.png") no-repeat top center;
            background-position: 100% 16%;
            background-repeat: no-repeat;
            background-size: contain;
            print-color-adjust: exact;
            top: 0;
        }
}


/*PDF Style Start */




/* From Registration Details Tab Page Start*/
.TabContainer {
    padding: 42px 0;
}

.vertical-tabs {
    display: flex;
    flex-direction: column;
    width: 230px;
    border-left: 1px solid #990033;
    min-width: 230px;
}

.vertical-tab.active {
    color: #003366;
    font-weight: bold;
    border-left: 1px solid #003366;
}

.vertical-tab {
    cursor: pointer;
    color: #4D4D4D;
    text-align: left;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 24px;
    letter-spacing: 1px;
    padding-left: 40px;
    border-left: 1px solid transparent;
}

    .vertical-tab:last-child {
        margin-bottom: 0px;
    }

    .vertical-tab:hover {
    }

.tab-content {
    display: none;
}

.TabContainer {
    padding: 42px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.TabContainerRight {
    border-left: 2px solid #CCCCCC;
    padding-left: 40px;
    width: 100%;
}

.fourblock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .fourblock li {
        border-radius: 10px;
        background: #FFF;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
        width: 257px;
        min-height: 121px;
        padding: 16px 0px 0px 24px;
        margin-bottom: 20px;
    }

        .fourblock li h5 {
            color: #4D4D4D;
            font-family: Arial;
            font-size: 22px;
            font-style: normal;
            font-weight: 400;
            line-height: normal;
            text-transform: capitalize;
            margin: 0 0 10px 0;
            padding: 0;
            letter-spacing: 0;
        }

        .fourblock li h3 {
            color: #003366;
            font-size: 22px;
            font-style: normal;
            font-weight: 700;
            line-height: 32px;
            text-transform: capitalize;
            margin: 0 0 0px 0;
            padding: 0;
            letter-spacing: 0;
        }

.TabContainerInnercontnr {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    padding: 27px;
    margin-bottom: 20px;
}

.Title20PX {
    color: #003366;
    font-family: Arial;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    display: flex;
    margin-bottom: 10px;
}

.Notetitle {
    color: #4D4D4D;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: normal;
}

.Title20PX i {
    margin-left: 20px;
    color: #4D4D4D;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.6px;
    text-transform: lowercase;
}

.TabContainerInnercontnr p {
    color: #4D4D4D;
    text-align: justify;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.6px;
    margin: 0 0 10px 0;
}

.TblDownloadSection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 27px;
}

    .TblDownloadSection li > div {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

.TblDownloadSectionPDF {
    color: #003366 !important;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.48px;
    text-transform: lowercase;
    display: flex;
    align-items: center;
}

.TblDownloadSection li > div img {
    margin-right: 15px;
}

.TblDownloadSectionPDF > span {
    width: 47px;
    height: 47px;
    border-radius: 10px;
    border: 1px solid #949494;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
}

.TblDownloadSectionDownlod {
    color: #4D4D4D !important;
    text-align: center;
    font-family: Arial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0.48px;
    text-transform: capitalize;
    display: flex;
    align-items: end;
}

    .TblDownloadSectionDownlod > span {
        margin-right: 10px;
    }

.userDetailUL {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 10px 20px 20px;
}

.userdTitle {
    letter-spacing: 0;
    font-size: 22px;
    text-transform: capitalize;
    line-height: 26px;
    color: #003366;
    margin: 0 0 12px 0;
}

.userDetailContct {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.userDetailULImg {
    margin-right: 25px;
}

.userDetailContct a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #000000;
    text-decoration: none;
}

.userDetailContct span {
    width: 6px;
    height: 6px;
    background-color: #838383;
    border-radius: 100%;
    margin: 0 20px;
    display: inline-block;
}

.userDetailULDetailUL {
    border-top: 1px solid #CDCDCD;
    display: flex;
}

.userDetailULDetailLI {
    padding: 25px 40px;
    border-right: 1px solid #CDCDCD;
    font-size: 16px;
    line-height: 20px;
    color: #003366;
    font-weight: normal;
    font-style: normal;
}

    .userDetailULDetailLI:last-child {
        border: 0;
    }

    .userDetailULDetailLI i {
        font-size: 12px;
        line-height: 16px;
        color: #8A8A99;
        font-weight: 400;
        display: block;
        font-style: normal;
    }

.converSectionMain {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 30px;
}

.AddnotesBlock {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.conversationLeft {
    min-width: 560px;
    padding: 0px 30px 27px 0;
    border-right: 1px solid #CDCDCD;
    margin-top: 25px;
}

.converSection {
    position: relative;
    padding: 15px 0px 0px 50px;
}

    .converSection:before {
        content: "";
        position: absolute;
        height: 104%;
        background-color: #CDCDCD;
        width: 1px;
        left: 15px;
        top: 2px;
    }

    .converSection li {
        position: relative;
        display: flex;
        flex-direction: column;
        margin-bottom: 15px;
        border: 1px solid #CDCDCD;
        padding: 8px 8px 12px 12px;
        border-radius: 3px;
    }

.conversationULTitle {
    font-size: 13px;
    line-height: 16px;
    color: #4A4A4A;
    font-weight: 700;
    margin-bottom: 10px;
}

    .conversationULTitle i {
        font-size: 9px;
        line-height: 13px;
        color: #8A8A8A;
        font-weight: 400;
        margin-left: 5px;
        font-style: normal;
    }

.conversationULContent {
    font-size: 10px;
    line-height: 13px;
    color: #595959;
    font-weight: 400;
    margin-bottom: 7px;
}

.concerauthor {
    font-size: 10px;
    line-height: 13px;
    color: #595959;
    font-weight: 400;
}

.conversationUL {
    position: relative;
    padding-left: 10px;
}

.conversationULCall {
    position: relative;
}

    .conversationULCall:before {
        background-image: url(../images/call-2.png);
        background-color: #003366;
    }

.conversationULMessage:before {
    background-image: url(../images/meddage-2.png);
    background-color: #990033;
}

.conversationUL:before {
    content: "";
    border-radius: 100%;
    position: absolute;
    left: -53px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center;
    top: 27%;
    z-index: 9;
}

.conversationUL:after {
    background-color: #CDCDCD;
    content: "";
    width: 30px;
    position: absolute;
    height: 1px;
    left: -20px;
    top: 50%;
}

.conversationRight {
    height: 100%;
}

.AddnotesBlockTitlre {
    display: flex;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

    .AddnotesBlockTitlre span {
        width: 70px;
        height: 28px;
        background-color: #003366;
        border-radius: 4px 4px 0px 0px;
        font-size: 16px;
        font-weight: 700;
        line-height: 26px;
        color: #fff;
        text-align: center;
    }

.AddnotesBlock form {
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 440px;
    padding-bottom: 25px;
}

.clndicon {
    display: block;
    text-align: right;
    margin: 0px 0 5px 0;
}

.AddnotesBlock form input {
    margin: 0px 0 10px 0;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
}

.AddnotesBlock form textarea {
    margin: 0px 0 10px;
    padding: 16px;
    border-radius: 4px;
    border: 1px solid #CDCDCD;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    resize: none;
}

.AddnotesBlockButton {
    display: flex;
    justify-content: space-between;
}


.Addnotefstbtn {
    border: 1px solid #990033;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 10px;
    color: #990033;
    text-transform: uppercase;
    margin-top: 15px;
}


.Addnotecnclbtn {
    border: 1px solid #003366;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 10px;
    color: #003366;
    min-width: 124px;
    text-transform: uppercase;
    margin-top: 15px;
    margin-right: 15px;
}

.Addnotesvbtn {
    border: 1px solid #990033;
    background: #990033;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 10px;
    min-width: 124px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 15px;
}

.AddnotesBlockButton span {
    display: flex;
}

.tab-content .form-group {
    display: flex;
    flex-direction: column;
}

    .tab-content .form-group label {
        font-size: 16px;
        font-weight: 400;
        color: #4D4D4D;
        margin-bottom: 5px;
    }

    .tab-content .form-group input,
    .tab-content .form-group select {
        box-shadow: none;
        font-size: 16px;
        font-weight: 400;
        color: #4D4D4D;
        margin-bottom: 5px;
        border: 1px solid #E6E6E6;
        border-radius: 0px;
        padding: 14px 16px;
    }

.pr-10 {
    padding-right: 15px;
}

/* From Registration Details Tab Page End */

.CLNMain {
    max-width: 780px;
    width: 100%;
    margin: 0 auto;
}

.CLNMonthTitle {
    font-size: 30px;
    letter-spacing: normal;
    text-align: left;
}

.ctmTable {
    max-width: 350px;
    margin-bottom: 40px;
}

    .ctmTable tr {
    }

        .ctmTable tr td {
            overflow: hidden;
            border-radius: 8px;
            position: relative;
        }

            .ctmTable tr td > span {
                border: 1px solid #000;
                width: 50px;
                height: 50px;
                border-radius: 8px;
                cursor: pointer;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
                font-size: 14px;
                z-index: 9;
            }

                .ctmTable tr td > span i:first-child {
                    position: absolute;
                    top: -8px;
                    font-size: 0.6rem;
                    left: 3px;
                    font-style: normal;
                }

                .ctmTable tr td > span i:last-child {
                    position: absolute;
                    bottom: -8px;
                    font-size: 0.6rem;
                    right: 3px;
                    font-style: normal;
                    color: #6b8dc5;
                }

.startTnmnt {
    background-color: #6b8dc5;
}

.bLankTD {
    border-color: transparent !important;
}

.checkout::after {
    content: "";
    position: absolute;
    width: 64px;
    height: 50px;
    top: -18px;
    background: #6b8dc5;
    transform: rotate(314deg);
    left: -25px;
}


.entry::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 53px;
    top: 16px;
    background: #6b8dc5;
    transform: rotate(316deg);
    left: 11px;
}

.GRCheckout::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 50px;
    bottom: -18px;
    background: #aeafb0;
    transform: rotate(317deg);
    left: 11px;
}

.GRentry span::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 50px;
    top: 16px;
    background: #6b8dc5;
    transform: rotate(315deg);
    left: 11px;
    z-index: -9;
}

.GRentry > span i:last-child {
    color: #fff !important;
}

.GRentry::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 54px;
    top: -11px;
    background: #aeafb0;
    transform: rotate(315deg);
    left: -15px;
}

.GRentry span {
    z-index: 99 !important;
}

td.checkout > span i:first-child {
    color: #fff;
}

td.entry span i:last-child {
    color: #fff !important;
}

.bLankTD span {
    border-color: transparent !important;
}

td.startTnmnt > span i:last-child {
    color: #fff !important;
}

.GrayBG span {
    background-color: #aeafb0;
}

td.entry > span i:first-child {
    color: #6b8dc5;
}

.FootLogo {
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 750px;
    margin: 50px auto;
}

    .FootLogo h1 {
        color: #a91e2d;
        letter-spacing: 0;
        font-size: 40px;
        width: auto;
    }


/* #6b8dc5 */

@media (max-width:575px) {
    .regis-highlights {
        max-width: 100%;
    }
}

@media (max-width:767px) {
    .vertical-tab {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }

        .vertical-tab.active {
            border: 0;
        }

    .fourblock li {
        width: 100%;
    }

    .Title20PX i {
        margin: 0;
    }

    .Title20PX {
        flex-direction: column;
    }

    .TblDownloadSectionPDF {
        word-break: break-all;
    }

    .userDetailULDetail {
        display: flex;
        flex-direction: column;
    }

    .userDetailUL {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .userDetailContct {
        justify-items: center;
        flex-direction: column;
    }

        .userDetailContct span {
            display: none;
        }

        .userDetailContct a {
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 auto 15px;
        }

            .userDetailContct a img {
                margin-right: 10px;
            }

    .userDetailULDetailLI {
        border-right: 0;
        border-bottom: 1px solid #CDCDCD;
    }

    .userDetailULDetailUL {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .converSectionMain {
        padding: 0 15px;
    }

    .conversationLeft {
        padding: 0 10px !important;
    }

    .CLNMain > tbody > tr > td {
        display: block;
    }

    .RegiDetailOuterLbl, .RegiDetailOuterLbl span {
        width: 100% !important;
    }
}

@media (max-width:991px) {
    .steprheader .steprheaderdigit {
        width: 22px;
        height: 22px;
        font-size: 12px;
        margin: 0 0 10px;
        min-width: inherit;
    }

    .steprheader .dotedt {
        width: 100%;
        left: 50%;
        position: absolute;
        right: -50%;
        top: 11px;
        z-index: -1;
    }

    .steprBtn .steprheader {
        font-size: 14px;
        text-align: center;
    }

    .steprheader.steprheaderDone .steprheaderdigit {
        font-size: 0;
    }

    .steprheaderDone .steprheaderdigit:after {
        background-size: 14px auto;
    }
}

@media (max-width: 992px) {

    .form-registration-login-inner {
        margin: 0 15px;
    }

    .buttonsGroups h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .NotesBlockbody {
        padding: 20px 35px;
    }

    .Form-regist-iconsblk {
        padding: 15px;
        justify-content: center;
    }

        .Form-regist-iconsblk span {
            padding: 15px;
            margin: 8px;
        }

    .Form-regist-iconsblk {
        padding: 15px;
        min-height: auto;
    }

    .signupsuccess-cont,
    .signupsuccess-cont .modal-content {
        width: 90%;
        border-radius: 10px;
    }

    .PDFList .PDFListouter {
        flex-direction: column;
    }

    table.PDFTBl td:last-child,
    table.PDFTBl td:first-child {
        min-width: auto !important;
    }

    .TabContainer {
        flex-wrap: wrap;
    }

    .TabContainerRight {
        border: 0;
        padding: 0px;
    }

    .vertical-tabs,
    .TblDownloadSection {
        flex-wrap: wrap;
    }

    .vertical-tabs {
        flex-wrap: wrap;
        width: 100%;
        min-width: auto;
        flex-direction: row;
        border-bottom: 1px solid #990033;
        border-left: 0px solid #990033;
    }

    .TblDownloadSection li {
        text-align: center;
        margin: 10px auto 0;
    }

    .vertical-tab {
        padding: 0 20px;
        margin-bottom: 0px;
    }

        .vertical-tab.active {
            color: #003366;
            font-weight: bold;
            border-left: 0px solid #003366;
            border-bottom: 1px solid #003366;
        }

    .TabContainerInner {
        margin-top: 20px;
    }

    .packageAcountBlock {
        flex-wrap: wrap;
        margin: 10px;
        justify-content: center;
    }

    .steprBtn {
        padding: 0;
        margin: 0;
        border: none;
    }

    .steprheader {
        float: left;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 40px;
    }

    .registration-sucflypage .footer-block-content {
        flex-wrap: wrap;
    }

    .teamDetail .sign-up-footer {
        flex-wrap: wrap;
        justify-content: center;
    }

        .teamDetail .sign-up-footer button {
            margin: 0 auto 20px !important;
            width: 80%;
            max-width: 250px;
        }

    .allInclusive {
        max-width: 529px;
        width: 100%;
        font-size: 19px;
        line-height: 22px;
        margin: 30px auto 0;
        padding: 0 10px
    }

    .Inclusive-img {
        width: 50px;
        height: 50px;
        padding: 5px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
        text-align: center;
        right: 0;
        left: 0;
        top: 9px;
    }

    .Inclusive-content, .regis-highlights .Inclusive-content {
        padding: 20px 10px;
        font-size: 19px;
        line-height: 24px;
        text-align: center;
        align-items: center;
        height: auto;
    }

    .registration-pageBG .block-list img {
        width: 100%;
    }

    h3 {
        font-size: 19px !important;
        line-height: 24px !important;
    }

    h2 {
        font-size: 24px !important;
        margin-bottom: 20px !important;
    }

    p {
        font-size: 14px !important;
        line-height: 24px !important;
    }

    .Inclusive-ul {
        justify-content: center;
        padding: 20px;
    }

        .Inclusive-ul li {
            margin: 10px;
            max-width: 400px;
        }

            .Inclusive-ul li:last-child {
                max-width: 400px !important;
            }

    .Inclusive-content span {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .packageAcountBlock li {
        flex-wrap: wrap;
        margin: 10px !important;
        height: auto;
        padding: 10px;
        text-align: center;
        width: 100%;
    }

    .packageAcountBlockCont i {
        font-size: 12px;
        line-height: 14px;
        display: block;
    }

    span.packageAcountBlockNumber {
        position: relative;
        right: 0;
        left: 0;
        margin: 0 auto;
        font-size: 20px;
        width: 40px;
        height: 40px;
    }

    .packageAcountBlockCont {
        padding: 10px;
    }

    .packageBlokNew {
        padding: 10px;
        margin: 10px;
    }

    .title-h5 {
        font-size: 19px;
        line-height: 24px;
    }

    .package-detail-page .container {
        max-width: 920px;
    }

    .packageBlokHead {
        height: auto;
        padding: 10px;
    }

    .tournament-details-page ul {
        justify-content: center;
        padding: 10px;
        margin: 25px auto;
    }

        .tournament-details-page ul li {
            width: 100%;
            margin-left: 5px;
            margin-right: 5px;
            max-width: 350px;
        }

    .tournament-details-page .footer-block-content {
        flex-direction: column;
    }

        .tournament-details-page .footer-block-content > div > button {
            width: 100%;
            margin: 5px;
            max-width: 280px;
        }

    .tournament-details-page .footer-block-content {
        margin: 0 auto;
    }

        .tournament-details-page .footer-block-content button {
            max-width: 300px !important;
            margin: 10px auto 10px;
        }

        .tournament-details-page .footer-block-content > div {
            margin: 0 auto;
            display: flex;
            flex-direction: column;
        }

    .teamDetail .sign-up-footer > div {
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }

    .package-detail-page .footer-block-content {
        justify-content: center;
        width: 100%;
    }

        .package-detail-page .footer-block-content button {
            max-width: 280px;
            width: 100%;
            margin: 0 auto;
        }

    .teamDetailTable td {
        display: block;
        width: 100% !important;
    }

    .Draganddropcontainer {
        width: 100%;
        padding: 10px;
    }

    .TearmConditionModal .modal-body .cstmcheckcntnr {
        margin: 10px !important;
    }

    .TearmConditionModal .modal-body .cstmcheckcntnr {
        margin: 10px;
    }

    .TearmConditionModal {
        width: 90%;
        margin: 30px auto !important;
    }

    .sign-up-form {
        margin: 10px 0 35px 0;
        padding: 10px;
    }

    .teamtblnoteTD {
        height: auto;
        margin-bottom: 10px;
    }

    .paymentDetailpackageBlok .packageAcountBlockCont {
        padding: 0;
    }

    .paymentDetailpackageBlok .title-h5 {
        font-size: 15px;
        line-height: 18px;
    }

    .paymentDetailpackageBlok .packageAcountBlockNumber {
        width: 45px;
        height: 45px;
        padding: 12px;
    }

    .arrowpart svg {
        width: 100px;
        height: auto;
    }

    .arrowpart {
        padding: 20px;
    }

    .paymentBtn button {
        margin-top: 20px !important;
        max-width: 280px !important;
    }

    .fourblock li {
        width: 48%;
    }

    .userDetailULDetailLI {
        padding: 20px;
    }

    .userDetailUL {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .conversationLeft {
        min-width: 100%;
        border: 0;
    }

    .AddnotesBlock form {
        min-width: 100%;
    }

    .AddnotesBlockButton,
    .AddnotesBlockButton span {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 10px;
    }

    .conversationRight {
        width: 100%;
        margin-bottom: 20px;
    }

    ul.regis-highlights-ul li {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .regis-highlights {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
        width: 100%;
    }

    .regis-highlights-last ul.Inclusive-ul li .Inclusive-img {
    }

    .regis-highlights-last ul.Inclusive-ul li span.Inclusive-content {
        height: auto;
        padding: 20px;
        text-align: justify;
        margin-top: -50px;
    }

    .mob_scroll {
        overflow: auto;
    }

    .registration-page h1, .whatapblockIcon {
        font-size: 26px;
    }

    .regis-highlights > h5 {
        font-size: 18px;
    }

    .Title-f24 {
        font-size: 20px;
    }

    .ExperienceMaker-UL li {
        font-size: 15px;
        line-height: 20px;
    }

    .tblTitle {
        font-size: 17px;
    }

    .whatapblockIcon img {
        width: 30px;
    }

    .summaryBigImg {
        text-align: center;
        margin: 25px auto;
    }
}

@media (max-width: 1400px) {
    .homepage-footer .row {
        margin: 0px !important;
    }
}

@media (max-width: 1400px) {
    .homepage-footer .row {
        margin: 0px !important;
    }
}





@media (max-width:1340px) {
    .conversationLeft {
        min-width: auto;
        max-width: 100%;
        padding: 0px 30px 27px 0;
        border-right: 0px solid #CDCDCD;
        margin-top: 25px;
        width: 100%;
    }

    ul.regis-highlights-ul li {
        justify-content: space-around;
        margin-bottom: 20px;
    }

        ul.regis-highlights-ul li .regis-highlights {
            height: auto;
            margin-bottom: 25px;
        }
}

.AddnotefstbtnFile {
    position: relative;
    max-width: 137px;
}

    .AddnotefstbtnFile > input {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        padding: 0 !important;
        margin: 0 !important;
        border-radius: 0 !important;
    }

/*Vertical Step Wizard */
.vertical-step-wizard .dotedt {
    display: none;
}

.vertical-step-wizard .steprheader {
    padding-bottom: 50px;
}

    .vertical-step-wizard .steprheader:last-child {
        padding-bottom: 0;
    }

    .vertical-step-wizard .steprheader::after {
        width: 3px;
        height: 100%;
        content: "";
        position: absolute;
        background-color: transparent;
        border-left: 2px solid #003366;
        top: 0;
        left: 20px;
        z-index: -1;
    }

    .vertical-step-wizard .steprheader.steprheaderDone::after {
        background-color: transparent;
        border-left: 2px dashed #669933;
    }

@media (max-width:1199px) {
    .vertical-step-wizard .steprheader .steprheaderdigit {
        width: 42px;
        min-width: 42px;
        height: 42px;
        margin: 0 15px 0 0;
    }

    .vertical-step-wizard .steprheader {
        margin: 0;
        float: none;
    }
}

@media (max-width:991px) {
    .vertical-step-wizard .steprheader .steprheaderdigit {
        width: 32px;
        min-width: 32px;
        height: 32px;
        margin: 0 7px 0 0;
    }

    .vertical-step-wizard .steprheader {
        font-size: 14px;
        padding-bottom: 30px;
    }

        .vertical-step-wizard .steprheader::after {
            left: 15px;
        }
}

@media (max-width:767px) {
    .vertical-step-wizard .steprheader::after {
        display: none;
    }

    .vertical-step-wizard .steprheader {
        padding-bottom: 15px;
    }

        .vertical-step-wizard .steprheader:last-child, .vertical-step-wizard .steprheader:nth-child(3) {
            padding-bottom: 0;
        }
}

/* familyguide css */
.letter-spacing-none {
    letter-spacing: normal !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-12 {
    font-size: 12px;
}

.f-75px {
    font-size: 75px;
}

.icon-box-77 {
    width: 77px;
    height: 72px;
}

.symbol-80px {
    width: 80px;
    height: 80px;
}

.symbol-50px {
    width: 50px;
    height: 50px;
}

.symbol-36 {
    width: 36px;
    height: 36px;
}

.symbol-63 {
    width: 63px;
    height: 63px;
}

.symbol-28 {
    width: 28px;
    height: 28px;
}

.symbol-22 {
    width: 22px;
    height: 22px;
}

.symbol-40px {
    width: 40px;
    height: 40px;
}

.w-200px {
    width: 200px;
}

.w-210px {
    width: 210px;
}

.w-105px {
    width: 105px;
}

.w-100px {
    width: 100px;
}

.w-130px {
    width: 130px !important;
}

.w-140px {
    width: 140px;
}

.min-w-150px {
    min-width: 150px;
}

.min-w-130px {
    min-width: 130px;
}

.min-w-72px {
    min-width: 72px;
}

.min-h-250px {
    min-height: 250px;
}

.form-check.custom-radio-box .form-check-label {
    border: 1px solid #A9ABAD;
}

.form-check.custom-radio-box input[type="radio"]:checked + .form-check-label {
    border: 1px solid var(--primary-color) !important;
}

    .form-check.custom-radio-box input[type="radio"]:checked + .form-check-label > div {
        border: 1px solid var(--primary-color) !important;
    }

.rounded-pill {
    border-radius: 50% !important;
}

.custom-bootstrap .rounded-pill {
    border-radius: var(--bs-border-radius-pill) !important;
}

.custom-bootstrap .rounded {
    border-radius: var(--bs-border-radius) !important;
}

.custom-bootstrap .rounded-0 {
    border-radius: 0 !important;
}

.custom-bootstrap .rounded-1 {
    border-radius: var(--bs-border-radius-sm) !important;
}

.custom-bootstrap .rounded-2 {
    border-radius: var(--bs-border-radius) !important;
}

.custom-shadow {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}

.text-field-shadow {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

.custom-shdow-small {
    box-shadow: 0px 4px 4px 0px #00000066;
}

.custom-shadow-big {
    box-shadow: 0px 0px 8px 0px rgba(6, 21, 56, 0.1);
}

.btn-outline-red {
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    background-color: transparent !important;
}

    .btn-outline-red:hover {
        background-color: var(--primary-color) !important;
        color: #fff !important;
    }

.border-outline-red {
    border-color: var(--primary-color) !important;
}

.border-grey {
    border-color: #CBD5E1 !important;
}

.border-grey-light {
    border: 1px solid #A9ABAD;
}

.border-dashed {
    border: 1px dashed #8e8e8e;
}

.custom-bootstrap .border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.fw-medium {
    font-weight: 500;
}

.no-flex {
    flex: none !important;
}

.section-bg {
    background-color: #F1F1F1;
}

.orange-bg {
    background-color: #FF9900;
}

.orange-text {
    color: #FF9900;
}

.orange-lite-bg {
    background-color: #FFEBCC !important;
}

.custom-bootstrap .border.orange-border {
    border: 1px solid #FF9900 !important;
}

.green-bg {
    background-color: #75A347;
}

.green-text {
    color: #75A347;
}

.green-lite-bg {
    background-color: #E0EBD6 !important;
}

.custom-bootstrap .border.green-border {
    border: 1px solid #75A347 !important;
}

.blue-bg {
    background-color: #003366 !important;
}

.text-blue {
    color: #003366;
}

.blue-lite-bg {
    background-color: #CCD6E0 !important;
}

.violet-bg {
    background-color: #7239EA;
}

.violet-text {
    color: #7239EA;
}

.violet-lite-bg {
    background-color: #F8F5FF !important;
}

.dark-blue-bg {
    background-color: #071437;
}

.text-dark-blue {
    color: #071437;
}

.text-dark-blue-lite-bg {
    background-color: #D8DFE9 !important;
}

.grey-bg {
    background-color: #333333;
}

.text-grey {
    color: #333333;
}

.grey-lite-bg {
    background-color: #D9D9D9 !important;
}

.teal-bg {
    background-color: #227B94;
}

.text-teal {
    color: #227B94;
}

.teal-lite-bg {
    background-color: #EBF4F8 !important;
}

.light-grey-text {
    color: #808080 !important;
}

a.light-grey-text:hover {
    color: #990033 !important;
}

.bg-grey-dark {
    background-color: #f5f5f5;
}

.bg-grey-light-overlay {
    background: rgba(241, 241, 241, 0.89);
}

.bg-red {
    background-color: var(--primary-color) !important;
}

.bg-light-blue {
    background-color: #EBF2F9 !important;
}

.red-text {
    color: var(--primary-color) !important;
}

.custom-bootstrap .border.red-border {
    border: 1px solid var(--primary-color) !important;
}

.bg-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 29.8%, rgba(0, 0, 0, 0.7) 100%);
}

.place-slider .slick-list, .destination-slider .slick-list, .businesstype-slider .slick-list {
    padding: 0 !important;
}

.list-style-outside {
    list-style: outside;
}

.place-slider .slick-arrow, .businesstype-slider .slick-arrow {
    top: calc(50% - 55px);
}

    .place-slider .slick-arrow.slick-prev, .businesstype-slider .slick-arrow.slick-prev {
        height: 53px;
        width: 53px;
        background-image: url(/images/slider-left-arrow.svg);
        border-radius: 50%;
        left: 33px !important;
    }

    .place-slider .slick-arrow.slick-next, .businesstype-slider .slick-arrow.slick-next {
        height: 53px;
        width: 53px;
        background-image: url(/images/slider-right-arrow.svg);
        border-radius: 50%;
        right: 33px !important;
    }

.slick-track {
    margin: 0;
}

.destination-slider .slick-arrow {
    top: -36px;
}

    .destination-slider .slick-arrow.slick-prev {
        height: 50px;
        width: 50px;
        background-image: url(/images/left-arrow-blue.svg);
        border-radius: 50%;
        right: 82px;
        left: auto !important;
    }

    .destination-slider .slick-arrow.slick-next {
        height: 50px;
        width: 50px;
        background-image: url(/images/right-arrow-blue.svg);
        border-radius: 50%;
        right: 20px !important;
    }

.near-bg {
    background-image: url(/images/near-by-bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.right-0 {
    right: 0;
}

.form-control.textarea {
    resize: none;
}

.table.custom-table > :not(caption) > * > * {
    border: none;
    text-wrap: nowrap;
}

.custom-nav-vertical.nav-pills .nav-link {
    padding: 22px 25px;
    text-align: left;
    font-size: 16px;
    color: #990033;
    font-weight: bold;
    border-left: 1px solid rgba(0, 0, 0, 0.2) !important;
    letter-spacing: 2.3px;
    text-transform: uppercase;
    border-radius: 0 !important;
}

    .custom-nav-vertical.nav-pills .nav-link.active, .custom-nav-vertical.nav-pills .show > .nav-link {
        color: #003366 !important;
        background: none !important;
        border-left-color: #003366 !important;
    }

.custom-nav-vertical i.fa-solid, .custom-nav-vertical i.fa-regular {
    min-width: 45px;
    font-size: 20px !important;
}

.cropper-container, .cropper-crop-box {
    max-width: 100%;
}

.loading {
    height: 0;
    width: 0;
    padding: 40px;
    border: 6px solid #ccc;
    border-right-color: #990033;
    border-radius: 50%;
    -webkit-animation: rotate 1s infinite linear;
    /* left, top and position just for the demo! */
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99;
    margin-top: -20px;
}

.loading-outside {
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    bottom: 0;
}

.loading:before {
    content: "";
    background-color: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
}

@-webkit-keyframes rotate {
    /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
    100% {
        -webkit-transform: rotate(360deg);
    }
}

.min-w-150px {
    min-width: 150px;
}
/* Timeline UI */
ul.timeline-block {
    border-left: 4px solid #990033;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    padding: 30px 0 30px 50px;
    margin-left: 10px;
}

    ul.timeline-block li {
        padding-bottom: 25px;
        position: relative;
    }

        ul.timeline-block li:last-child {
            padding-bottom: 0;
        }

        ul.timeline-block li span.date {
            display: block;
        }

        ul.timeline-block li:after {
            box-shadow: 0 0 0 4px #990033;
            left: -39px;
            background: #fff;
            border-radius: 50%;
            height: 11px;
            width: 11px;
            content: "";
            top: 8px;
            position: absolute;
            display: block;
        }

@media (min-width:768px) {
    ul.timeline-block {
        margin-left: 200px;
    }

        ul.timeline-block li span.date {
            left: -210px;
            position: absolute;
            top: 0;
        }
}
/* End Timeline UI */

.family-guide-bg {
    background-image: url("../images/family-guide-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.family-guide-user-side-bg {
    background-image: url("../images/family-guide-user-side-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.plan-stay-bg {
    background-image: url("../images/plan-stay-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.map-pin {
    width: 27px;
    min-width: 27px;
    min-height: 33px;
    height: 33px;
    background-image: url("../images/map-pin-icon.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-left: 12px;
}

@media (min-width:576px) {
    .start-sm-100 {
        left: 100% !important;
    }

    .map-pin {
        margin-left: -12px;
    }

    .translate-sm-middle {
        transform: translate(-50%, -50%) !important;
    }

    .end-sm-auto {
        right: auto !important;
    }
}

@media (min-width:768px) {
    .border-md-start {
        border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
    }
    .h-md-100 {
        height: 100% !important;
    }
    .object-fit-md-cover {
        object-fit: cover !important;
    }
}

@media (min-width:992px) {
    .w-lg-75 {
        width: 75%;
    }

    .f-134px {
        font-size: 134px;
    }

    .symbol-lg-160 {
        width: 160px;
        height: 160px;
    }

    .custom-nav-vertical.nav-pills .nav-link {
        padding: 22px 32px;
    }

    .family-guide-user-side-bg {
        min-height: 313px;
    }
}

@media (min-width:992px) {
    .w-lg-75 {
        width: 75%;
    }

    .f-134px {
        font-size: 134px;
    }

    .symbol-lg-160 {
        width: 160px;
        height: 160px;
    }

    .custom-nav-vertical.nav-pills .nav-link {
        padding: 22px 32px;
    }
}

@media (min-width:1400px) {
    .lh-xxl-lg {
        line-height: 2 !important;
    }
}


@media (max-width:767px) {
    .w-mobile-200px {
         width:200px !important;
    }

}
