.banner-section {
    background: radial-gradient(50% 50% at 50% 50%, #326bbc 0%, #0f3870 100%);
    padding: 127px 0 29px;
}
.banner-head {
    text-align: center;
}
.banner-head h1 {
    font-weight: 700;
    font-size: 35px;
    line-height: 109.00000000000001%;
    letter-spacing: 0%;
    margin: 0 auto 34px;
    position: relative;
    color: white;
    max-width: 990px;
    width: 100%;
}
.banner-head h1::after {
    content: "";
    position: absolute;
    width: 191px;
    height: 12px;
    background-image: url(/new-land/images/ce-banner/heading-prop.svg);
    right: 37px;
    top: 42px;
}
.banner-head p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}
.form-wrapper {
    max-width: 741px;
    width: 100%;
    display: flex;
    margin: 50px auto 20px;
    gap: 12px;
}
#banner-form .inputGroup {
    position: relative;
    max-width: 239px;
    width: 100%;
}
#banner-form .inputGroup input,
.inputGroup select {
    display: block;
    padding: 11px 17px 10px;
    width: 239px;
    border: 1px solid #c5d0df;
    border-radius: 100px;
    outline: 0;
    color: #c5d0df;
    background: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 109%;
    letter-spacing: 0%;
    height: 48px;
    --webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.calendar input {
    height: 52px;
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    padding: 17px 40px 15px 20px;
}
.calendar input[type="text"]::placeholder {
    color: #c5d0df;
    font-weight: 450;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0%;
    margin-top: 2px;
}
#dob[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}
#banner-form .inputGroup.calendar:hover input {
    border: 1px solid white;
}
.calendar:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 18px;
    transform: translateY(-38px);
    background-color: #c5d0df;
    mask-image: url(/new-land/images/ce-banner/calendar-icon.svg);
    -webkit-mask-image: url(/new-land/images/ce-banner/calendar-icon.svg);
}
#banner-form .inputGroup.calendar:hover::after {
    background-color: white;
}
#banner-form .inputGroup.calendar:hover input:first-child::placeholder {
    color: white;
}
#banner-form .inputGroup .calendar {
    position: relative;
    max-width: 333px;
    margin: 0 auto;
}
.calendar input {
    appearance: none;
}
#dob {
    border: none;
    box-sizing: border-box;
    outline: 0;
    padding: 14px 18px;
    position: absolute;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 1;
    left: 10px;
}
.invalidSelection {
    border: 1px solid #ff4d01 !important;
    animation: shake 0.4s ease;
}
.inputGroup.selectGroup .selection .select2-selection--single .select2-selection__rendered {
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #c5d0df;
    padding: 0;
    max-width: 178px;
    width: 100%;
}
.inputGroup.selectGroup .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: unset;
    border: unset;
    width: 24px;
    height: 24px;
    left: -14px;
    transform: translateY(0px);
    background-color: #c5d0df;
    mask-image: url("/new-land/images/ce-banner/dropdown-icon.svg");
    -webkit-mask-image: url("/new-land/images/ce-banner/dropdown-icon.svg");
}
.inputGroup.selectGroup .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-width: unset;
    border: unset;
    width: 24px;
    height: 24px;
    transform: rotateX(160deg) translateY(1px);
}
.inputGroup.selectGroup .selection .select2-selection--single {
    width: 100%;
    border: 1px solid #c5d0df;
    border-radius: 100px;
    height: 48px;
    background: none;
    padding: 15px 18px;
    outline: none !important;
    box-shadow: none !important;
}
.inputGroup.selectGroup .selection .select2-selection--single:hover {
    border: 1px solid white;
}
.inputGroup.selectGroup .selection .select2-selection--single:hover .select2-selection__rendered {
    color: white;
}
.inputGroup.selectGroup .selection .select2-selection--single:hover .select2-selection__arrow b {
    background-color: white;
}
.inputGroup.selectGroup .select2-container--default .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 26px;
}
.select2-dropdown {
    background-color: #1b498a !important;
    border: 1px solid #ffffff !important;
    border-radius: 26px !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 9 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-top: none !important;
    min-height: 149px !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: transparent !important;
    color: white !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #1b498a !important;
    color: white;
}
.select2-results {
    padding: 12px 0 20px;
}
.select2-results__option--selectable {
    color: #c5d0df;
}
.select2-results__option {
    padding: 0 18px 15px 18px !important;
    font-size: 15px;
    font-weight: 400;
    line-height: 130%;
}
.select2-results__option:last-child {
    padding: 0 18px 0px 18px !important;
}
.select2-dropdown.no-search .select2-search--dropdown {
    display: none !important;
}
.select2-search--dropdown {
    padding: 13px 0px 11px !important;
    background: #1b498a;
    margin: 0 18px;
    border-bottom: 1px solid #4c74aa;
    position: relative;
}
.select2-search--dropdown::after {
    content: "";
    position: absolute;
    background-image: url(/new-land/images/ce-banner//search-icon.svg);
    width: 16px;
    height: 16px;
    right: 0;
}
.select2-search--dropdown input {
    background: #1b498a;
    border: none !important;
    padding: 0 !important;
    font-weight: 450 !important;
    font-size: 15px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    color: #c5d0df !important;
}
.select2-search--dropdown input::placeholder {
    color: #c5d0df !important;
}
.select2-results__option.select2-results__message {
    color: #c5d0df !important;
}
.select2-search--dropdown input:focus {
    outline: none !important;
    box-shadow: none !important;
}
.select2-results__option--disabled {
    display: none !important;
}
.select2-container .select2-results__options::-webkit-scrollbar {
    width: 6px;
}
.select2-container .select2-results__options::-webkit-scrollbar-track {
    background: #4c74aa;
    border-radius: 3px;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 3px;
}
.selected-option {
    color: white !important;
}
.select2-container .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: white;
}
.select2-container--default .select2-results > .select2-results__options {
    margin-right: 18px;
}
.select2-container.select2-container--default .select2-results > .select2-results__options {
    max-height: 156px;
    overflow-y: auto;
}
#date-value.date-selected {
    color: white !important;
}
.banner-list {
    max-width: 865px;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 60px auto 46px;
    gap: 10px;
}
.list-card {
    max-width: max-content;
    width: 100%;
    display: flex;
    gap: 8px;
    height: 38px;
    justify-content: flex-start;
    align-items: center;
    padding: 8px 15px;
    backdrop-filter: blur(10px);
    background: #00000014;
    border-radius: 100px;
}
.list-card p {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}
.list-card-img {
    width: 18px;
    height: 18px;
}
.banner-image {
    margin-bottom: -6px;
    margin-left: -75px;
}
.banner-btn {
    max-width: 239px;
    width: 100%;
    height: 48px;
    margin: 0 auto;
    display: block;
    padding: 13px 24px 12px;
    background: linear-gradient(90deg, #4caeff 0%, #294bfc 100%);
    color: white;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 100px;
    text-decoration: none;
    outline: none;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    margin-top: 40px;
}
.banner-btn:hover {
    transform: scale(1.05);
}
.banner-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    transform: skewX(-20deg);
    background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: 1.75s linear infinite shine;
}
@keyframes shine {
    0% {
        left: -200%;
    }
    100% {
        left: 200%;
    }
}
.banner-reviews {
    max-width: 796px;
    width: 100%;
    height: 89px;
    margin: 80px auto 0;
    background: #011f5b;
    border-radius: 100px;
    padding: 17px 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}
.reviews-rating {
    max-width: 106px;
    width: 100%;
    height: 48px;
}
.reviews-rating p {
    font-weight: 900;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    text-align: center;
    margin-bottom: 2px;
}
.reviews-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
.reviews-content p {
    max-width: 290px;
    width: 100%;
    font-family: Inter;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: white;
}
.writers-profile {
    width: 213px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #011f5b;
    background: #28548f;
    text-align: center;
    margin-left: -11px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-img img {
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.writers-profile .profile-img:first-child {
    margin-left: 0;
}
.writers-profile .profile-img:last-child {
    padding: 8px 3px 7px 1px;
}
.profile-img span {
    font-family: Inter;
    font-weight: 600;
    font-size: 11px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    text-align: center;
}
.deadline::placeholder {
    font-weight: 400;
    font-size: 17px;
    line-height: 130%;
    letter-spacing: 0%;
    color: red;
}
@keyframes shake {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-5px);
    }
    40% {
        transform: translateX(5px);
    }
    60% {
        transform: translateX(-5px);
    }
    80% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0);
    }
}
.pillDesc {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    text-align: center;
}
.pillDesc.left{
    text-align: left;
    font-size: 14px;
}
@media (max-width: 1366px) and (max-height: 690px) {
    .banner-section {
        padding: 130px 0 30px;
    }
}
@media (max-width: 575px) {
    .banner-section {
        padding: 100px 0 30px;
    }
    .banner-image {
        margin-bottom: 0;
        margin-left: 0;
        display: none;
    }
    .banner-image img {
        width: 100%;
        height: 100%;
    }
    .banner-head p {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        font-size: 15px;
        line-height: 180%;
        text-align: center;
    }
    .banner-head h1 {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        font-size: 26px;
        line-height: 150%;
        margin-bottom: 30px;
    }
    .banner-head h1::after {
        content: "";
        position: absolute;
        width: 138px;
        height: 10px;
        right: 28px;
        background-size: contain;
        background-repeat: no-repeat;
        background-image: url(/new-land/images/ce-banner/heading-prop-mob.svg);
        top: 76px;
    }
    .banner-wrapper {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
    }
    .form-wrapper {
        margin-top: 40px;
        justify-content: center;
        flex-wrap: wrap;
    }
    .inputGroup.selectGroup .selection .select2-selection--single .select2-selection__rendered {
        font-size: 15px;
    }
    .banner-list {
        max-width: 360px;
        width: 100%;
        justify-content: center;
        margin: 40px 0;
        row-gap: 10px;
    }
    .list-card-img img {
        width: 16px;
        height: 16px;
    }
    .list-card {
        gap: 12px;
    }
    .list-card p {
        font-size: 15px;
    }
    .banner-list .list-card {
        max-width: 216px !important;
        width: 100%;
    }
    .banner-list .list-card:nth-of-type(1)::after,
    .banner-list .list-card:nth-of-type(3)::after {
        content: unset;
    }
    .banner-btn {
        margin: 30px auto 0;
    }
    .pillDesc{
        line-height: 130%;
    }
    #banner-form .inputGroup .selection .select2-selection--single {
        height: 48px;
    }
    .banner-reviews {
        max-width: 322px;
        width: 100%;
        margin: 50px auto 0;
        flex-wrap: wrap;
        padding: 20px;
        gap: 15px;
        border-radius: 20px;
        height: unset;
    }
    .student-profile {
        margin-top: -22px;
    }
    .reviews-content {
        flex-wrap: wrap;
        gap: 20px;
    }
    .reviews-sites {
        flex-wrap: wrap;
    }
    .reviews-sites .sites-card:nth-of-type(1) img:first-child {
        width: 87px;
    }
    .sites-card span {
        font-size: 14px;
    }
    .reviews-sites .sites-card:nth-of-type(2) img:first-child {
        width: 95px;
    }
    .reviews-sites .sites-card:nth-of-type(3) img:first-child {
        width: 120px;
    }
    .reviews-content p {
        font-size: 13px;
        text-align: center;
    }
    .calendar input {
        font-size: 14px;
        height: 50px;
    }
    .form-wrapper#banner-form,
    #banner-form .inputGroup {
        max-width: 330px;
    }
    .form-wrapper {
        margin: 40px auto 25px;
    }
    #banner-form .inputGroup input,
    #banner-form .inputGroup select {
        width: 100%;
    }
    .calendar input:first-child::placeholder {
        font-size: 15px;
        line-height: 120%;
    }
    .sites-card img:nth-of-type(2) {
        width: 15px;
        height: 15px;
    }
    .inputGroup.selectGroup .selection .select2-selection--single .select2-selection__rendered {
        max-width: 266px;
        width: 100%;
    }
    .inputGroup.selectGroup .selection .select2-selection--single {
        padding: 16px 18px;
    }
    .reviews-rating p {
        margin-bottom: 6px;
    }
    .select2-dropdown {
        border-top: 1px solid #ffffff !important;
        border-radius: 0 !important;
    }
}
