.container {
    max-width: 1280px;
}

.container-large {
    max-width: 1700px;
}

.journy input {
    /* background: #007AC2; */
    font-size: 20px;
    color: #808080;
    width: 100%;
    padding: 8px 10px;
    margin-top: 18px;
    border: 1px solid white;
    border-radius: 8px;
    outline: none;
    font-family: "Poppins-Regular", sans-serif;
}

.journy #contactForm input,
.journy #contactForm select {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 16px;
}

.journy input::placeholder {
    color: #808080;
}

.journy input:focus {
    border: 1px solid white !important;
    outline: none !important;
}

.journy select:focus {
    border: 1px solid white !important;
    outline: none !important;
}

.journy select {
    /* background: #0B295A; */
    font-size: 20px;
    color: #808080;
    width: 100%;
    padding: 8px 10px;
    height: 49px;
    margin-top: 18px;
    border: 1px solid white;
    outline: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-appearance: none;
}

.error-message {
    color: red;
    margin-top: 2px;
}

#cookieNotice {
    position: fixed;
    bottom: 15px;
    left: 10px;
    background: #000000;
    padding: 15px;
    border-radius: 10px;
    width: 460px;
    border-top: 4px solid #ffe69d;
    z-index: 99;
    color: white;
}

#cookieNotice h4 {
    font-size: 20px;
    color: white;
    font-weight: 600;
    margin-bottom: 10px;
}

#cookieNotice p {
    font-size: 16px;
    /* color: black; */
}

#cookieNotice button {
    margin-top: 20px;
    width: 100%;
    border-radius: 40px;
    height: 45px;
    background: #ffe69d;
    text-transform: uppercase;
    font-size: 15px;
    box-shadow: none;
    outline: none;
    color: #000;
    font-weight: 600;
    border: none;
}

.fulht {
    height: auto;
}

.bg-blue {
    background-color: #0084FF;
}

@media (min-width: 1025px) {
    .fulht {
        height: 100vh;
    }
}


.tab.visited .circle_main {
    background: #B1D3F2;
    border: 2px solid #B1D3F2;
}

.tab.visited .circle_inner {
    background: none;
    position: relative;
}

.tab.visited .circle_inner::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(-40%, -40%);
    left: 50%;
    background-image: url('../../admin/images/tick.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

.tab.active {
    color: #fff;
    font-family: "Poppins-Bold", sans-serif;
    font-optical-sizing: auto;
}

.form_container {
    width: calc(100% - 100px);
    margin: auto;
    min-height: 620px;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1280px) {
    .form_container {
        width: 100%;
    }
}


/* scroll bar code  */
/* Chrome, Edge, and Safari */
*:not(html)::-webkit-scrollbar {
    width: 8px;
}

*:not(html)::-webkit-scrollbar-track {
    background: transparent;
}

*:not(html)::-webkit-scrollbar-thumb {
    background-color: #357DC1;
    border-radius: 6px;
}

/* Firefox */

*:not(html) {
    scrollbar-width: thin;
    scrollbar-color: #357DC1 transparent;
}



/* new site css  */

.text-gradient {
    background: -webkit-linear-gradient(#0171D5, #013C75);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg_design::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    display: block;
    background-size: 100%;
    z-index: 0;

}

.bg_design::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    display: block;
    background-size: 100%;
    z-index: 0;
}

.terms_main .error-message {
    order: 3;
    width: 100%;
    display: block;
    font-size: 14px;
}

@media (max-width: 639px) {
    .bg_design::before {
        background-image: url('../../admin/images/commom-bg.png');
        width: 300px;
        height: 370px;
    }

    .bg-3::before {
        background-image: url('../../admin/images/acc-bg.png');
        width: 15%;
        height: 500px;
    }
}

@media (min-width: 640px) {
    .bg-1::before {
        background-image: url('../../admin/images/bg-1.png');
        width: 300px;
        height: 370px;
    }

    .bg-1::after {
        background-image: url('../../admin/images/bg-2.png');
        width: 300px;
        height: 370px;
    }

    .bg-2::before {
        background-image: url('../../admin/images/bg-3.png');
        width: 300px;
        height: 530px;
    }

    .bg-2::after {
        background-image: url('../../admin/images/bg-4.png');
        width: 300px;
        height: 450px;
    }

    .bg-3::before {
        background-image: url('../../admin/images/bg-6.png');
        width: 120px;
        height: 280px;
    }

    .bg-3::after {
        background-image: url('../../admin/images/bg-5.png');
        width: 300px;
        height: 300px;
    }
    
}


.litepicker-calender-custom-style {
    width: 100%;
    height: 100%;
}

.litepicker-calender-custom-style .litepicker {
    width: 100%;
    height: 100%;
}

.litepicker-calender-custom-style .litepicker .container__main {
    height: 100%;
}

.litepicker-calender-custom-style .litepicker .container__months {
    width: 100%;
}

.litepicker-calender-custom-style .litepicker .container__months .month-item {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.litepicker-calender-custom-style .litepicker .container__months .month-item-weekdays-row {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
}

.litepicker-calender-custom-style .litepicker .container__days {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    width: 100%;
    grid-template-rows: repeat(0, minmax(100px, auto));
    flex: 1;
}

.litepicker-calender-custom-style .litepicker .container__days .day-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

.litepicker-calender-custom-style .litepicker .container__days .day-item.is-start-date {
    background: linear-gradient(to top, #002B56, #0070D5);
}

.maintenancelayout {
    background-image: url('../../images/maintenance-background.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
}






/* 
.custom-radio-select {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");

    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
} */