.banner-section {
      background: linear-gradient(90deg, #2243A4 0%, #2243A4 86.95%, #566BD0 100%)!important;
    padding: 103px 0 60px;
    position: relative;
}
.serviceBannerMicroCopy{
    max-width: max-content;
    width: 100%;
    height: 34px;
    border-radius: 100rem;
    margin-bottom: 15px;
    color:#AED7FF;
    border: 1px solid #3564A6;
    background: #204D8B;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    padding:  0 15px;
    font-size: 13px;
    line-height: 100%;
}
.emoticonIcon{
  font-size: 18px!important;
}
.trustServiceBanner {
  width: 100%;
  background: transparent; /* no banner background */
}

.trustServiceBanner .tsb-wrap {
 display: flex;
    align-items: center;
    justify-content: start;
    gap: 15px;
 
}

.trustServiceBanner .tsb-item {
  text-align: left;
    min-width: max-content;
}

.trustServiceBanner .tsb-value {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.2px;
  color: #fff; /* white like screenshot */
}

.trustServiceBanner .tsb-label {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 450;
  color: #fff;
}
 

/* Responsive */
@media (max-width: 600px) {
  .trustServiceBanner .tsb-wrap {
    justify-content: center;
    max-width: max-content;
    margin: auto;
    gap: 16px;
  }
  .trustServiceBanner .tsb-item {
    min-width: auto;
  }
  .trustServiceBanner .tsb-value {
    font-size: 25px;
  }
  .trustServiceBanner .tsb-label {
    font-size: 13px;
  }
  .trustServiceBanner .tsb-divider {
    height: 30px;
  }
}

.bannerSecWrap{
    display: flex;
    justify-content: space-between;
        align-items: center;
}
.bannerLeftcol{
    max-width: 648px;
    width: 100%;
}
.banner-head {
    text-align: left;
}
.banner-head h1 {
    font-weight: 800;
    font-style: Bold;
    font-size: 43px;
    line-height: 140%;
    color: white;
    max-width: 564px;
    margin-bottom: 18px;
    width: 100%;
    font-family: 'Inter', sans-serif;
}
 
/* .banner-head h1::after {
    content: "";
    position: absolute;
    width: 191px;
    height: 12px;
    background-image: url(/new-land/images/ce-banner/heading-prop.svg);
    right: 135px;
    top: 51px;
} */
 .banner-ctaList {
    display: flex;
    gap: 18px 13px;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 30px;
    border-top: 1px solid #3564A6;
    margin-top: 30px;
    max-width: 100%;
}
.banner-head p {
font-weight: 300;
font-size: 16px;
line-height: 180%;
letter-spacing: 0%;
    max-width: 550px;
margin-bottom: 30px;
color: white;
font-family: 'Inter', sans-serif;

}

.form-wrapper {
    max-width: 700px;
    width: 100%;
    display: flex;
    margin: 50px auto 30px;
    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;
}
.deadline-group:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    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);
    pointer-events: none;
}
.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: start;
    flex-wrap: wrap;
    margin: 0px auto 34px;
    padding-bottom: 35px;
    gap: 10px;
        border-bottom: 1px solid #3564A6;
}
.list-card {
    max-width: max-content;
    width: 100%;
    display: flex;
    gap: 8px;
    height: 36px;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 12px;
    background: #204D8B;
border: 1px solid #3564A6;
    border-radius: 5px;
}
.list-card p {
 
font-weight: 450;
 
font-size: 14px;
 
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: 199px;
    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: 0px;
}
.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: 100%;
    width: 100%;
        padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 22px;
}
.reviews-rating {
    max-width: 106px;
    width: 100%;
    height: 48px;
}
.reviews-rating p {
    font-weight: 500;
    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: 10px;
}
.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;
}
.trustWrap {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 30px auto 0px;
    padding-top: 35px;
    flex-wrap: wrap;
    border-top: 1px solid #3564A6;
}
.trustWrapitem {
    display: flex;
    align-items: center;
    gap: 6px;
    min-width: max-content;
    width: 100%;
    max-width:max-content;
}
.trustWrapitem .trustIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
        position: relative;
    top: -2px;
}
.trustWrapitem span {
       font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    color: white;
    display: inline-block;
}
.ce-algin-top{
       padding-right: 5px;
    position: relative;
    top: -1px;
}
.trustWrapitem span strong{
  
font-weight: 500;
 
font-size: 16px;
 
line-height: 100%;
letter-spacing: 0%;
color: #fff;
}
.writers-profile {
    width: max-content;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 4px solid #0f3870;
    background: #0f3870;
    text-align: center;
    margin-left: -7px;
    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 5px 7px 0px;
}
.profile-img span {
    font-family: Inter;
    font-weight: 600;
    font-size: 8px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #ffffff;
    text-align: center;
}
.deadline-group {
    position: relative;
    max-width: 239px;
    width: 100%;
}
.deadline {
    background: transparent !important;
    color: white;
    border: 1px solid #c5d0df !important;
}
.deadline::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 109%;
    letter-spacing: 0%;
    color: #c5d0df;
}
.deadline-group:hover .deadline {
    border: 1px solid white !important;
}
.deadline-group:hover .deadline::placeholder {
    color: white;
}
.deadline-group:hover::after {
    background-color: white;
}
#dob {
    background: transparent;
}
@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;
}
.costCalculator .pillDesc {
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #465a77;
    text-align: center;
    margin-top: 9px;
}
.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) {
    .bannerSecWrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
            gap: 40px;
    }
    .trustWrapitem span strong {
    font-weight: 500;
    font-size: 14px;
}
    .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 {
           font-weight: 400;
        font-size: 14px;
        line-height: 170%;
        letter-spacing: 0%;
        color: white;
        max-width: 780px;
        margin: auto;
        text-align: center;
                margin-bottom: 0px;
    }
    .banner-head h1 {
        max-width: 360px;
        width: 100%;
        margin: 0 auto;
        font-size: 26px;
        text-align: center;
        line-height: 150%;
        margin-bottom: 30px;
    }
    .bannnerRightcol{
        width: 100%;
    }
    .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: 35px 0 25px;
        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 {
 
        width: 100%;
        
        flex-wrap: wrap;
             justify-content: center;
        gap: 15px;
 
        height: unset;
    }
    .student-profile {
        margin-top: -22px;
    }
    .reviews-content {
        flex-wrap: wrap;
   
            flex-direction: column;
    }
    .trustWrap {
               flex-wrap: wrap;
        gap: 12px;
        width: 100%;
        justify-content: center;
        flex-direction: column;
    }
    .trustWrapitem span {
        font-size: 14px;
    }
    .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;
    }
    .deadline-group {
        max-width: 330px;
    }
    .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;
    }
    .banner-head h1 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}
