@font-face {
    font-family: "GilroyRegular";
    src: url("../fonts/GilroyRegular.eot");
    src: url("../fonts/GilroyRegular.eot") format("embedded-opentype"), url("../fonts/GilroyRegular.woff2") format("woff2"), url("../fonts/GilroyRegular.woff") format("woff"), url("../fonts/GilroyRegular.ttf") format("truetype"), url("../fonts/GilroyRegular.svg#GilroyRegular") format("svg");
}

@font-face {
    font-family: "GilroyBold";
    src: url("../fonts/GilroyBold.eot");
    src: url("../fonts/GilroyBold.eot") format("embedded-opentype"), url("../fonts/GilroyBold.woff2") format("woff2"), url("../fonts/GilroyBold.woff") format("woff"), url("../fonts/GilroyBold.ttf") format("truetype"), url("../fonts/GilroyBold.svg#GilroyBold") format("svg");
}

@font-face {
    font-family: "GilroyBlack";
    src: url("../fonts/GilroyBlack.eot");
    src: url("../fonts/GilroyBlack.eot") format("embedded-opentype"), url("../fonts/GilroyBlack.woff2") format("woff2"), url("../fonts/GilroyBlack.woff") format("woff"), url("../fonts/GilroyBlack.ttf") format("truetype"), url("../fonts/GilroyBlack.svg#GilroyBlack") format("svg");
}

@font-face {
    font-family: "GilroyMedium";
    src: url("../fonts/GilroyMedium.eot");
    src: url("../fonts/GilroyMedium.eot") format("embedded-opentype"), url("../fonts/GilroyMedium.woff2") format("woff2"), url("../fonts/GilroyMedium.woff") format("woff"), url("../fonts/GilroyMedium.ttf") format("truetype"), url("../fonts/GilroyMedium.svg#GilroyMedium") format("svg");
}

@font-face {
    font-family: 'GilroySemiBold';
    src: url('../fonts/GilroySemiBold.eot');
    src: url('../fonts/GilroySemiBold.eot') format('embedded-opentype'), url('../fonts/GilroySemiBold.woff2') format('woff2'), url('../fonts/GilroySemiBold.woff') format('woff'), url('../fonts/GilroySemiBold.ttf') format('truetype'), url('../fonts/GilroySemiBold.svg#GilroySemiBold') format('svg');
}

::placeholder {
    color: #A0A7BB !important;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #A0A7BB !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #A0A7BB !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #A0A7BB !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #A0A7BB !important;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

* {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'GilroyRegular';
}

.main-row {
    padding-top: 80px;
    position: unset;
    z-index: 10;
}

.home-page-of-gentlease {
    background: linear-gradient(233deg, #FFDDED 17.05%, #CEF6FF 79.49%);
    min-height: 620px;
    /* min-height: 100vh; */
    position: relative;
}

.join-study-feedback-form-content {
    background: linear-gradient(233deg, #FFDDED 17.05%, #CEF6FF 79.49%);
}

.gentlease-main-title {
    font-family: 'GilroyBlack';
    font-size: 50px;
    font-weight: 900;
    color: #854573;
    width: fit-content;
}

.gentlease-join-study-title .title-wrapper {
    font-family: 'GilroyBlack';
    font-size: 24px;
    font-weight: 900;
    background: -webkit-linear-gradient(127.11deg, #53A9F9 3.93%, #6574FF 88.87%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    width: fit-content;
}

.title-wrapper.join-study-title-wrapper {
    position: relative;
}

.white-bg-join-study {
    background: white;
    width: 100%;
    height: 12px;
    border-radius: 2px;
    margin-top: -16px;
}

.white-underline-bg {
    background: white;
    width: 100%;
    height: 27px;
    border-radius: 2px;
    margin-top: -34px;
}

.left-gentlease-title {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    justify-content: space-around;
    height: 100%;
}

.left-gentlease-title a.gentlease-home-btn{
    position: relative;
    z-index: 100;
}

.gentlease-desc {
    color: #5F5560;
    font-size: 18px;
    font-weight: 500;
    font-family: 'GilroyMedium';
    width: 480px;
}

.cmn-btn-gentlease {
    background: linear-gradient(127.11deg, #53A9F9 3.93%, #6574FF 88.87%);
    border-radius: 8px;
    padding: 10px 20px;
    font-family: 'GilroyBold';
    color: white;
    width: fit-content;
}

a.cmn-btn-gentlease:hover,
a.cmn-btn-gentlease:focus,
a.cmn-btn-gentlease:active {
    color: white;
}

.right-gentlease-part {
    position: relative;
}

.baby-product-image {
    position: relative;
    z-index: 11;
}

.baby-image {
    position: absolute;
    z-index: 12;
    top: 120px;
    left: -280px;
}

.baby-image img {
    height: 400px;
}

.clouds-bg {
    background: url('../images/clouds.png') no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: absolute;
    bottom: 0;
    z-index: 13;
    background-position: 0 98%;
}

.get-benefit-section {
    min-height: 400px;
}

.get-benefit-title {
    color: #854573;
    font-size: 30px;
    font-family: 'GilroyMedium';
    font-weight: 700;
}

.get-benefits-para {
    margin-top: 20px;
    position: relative;
}

.bg-gradient {
    position: absolute;
    z-index: 80;
    width: 520.72px;
    height: 282.22px;
    right: 25px;
    /* border: 2px solid red; */
    background: linear-gradient(286.69deg, #FF8FC5 14.54%, #75CDFF 88.89%) !important;
    filter: blur(200px);
    transform: rotate(-16.31deg);
}

.star-group {
    position: absolute;
    right: 180px;
    z-index: 100;
}

.get-benefits-para span.remain-p-dark {
    font-weight: 400;
    color: #5F5560;
    font-family: "GilroyBlack";
}

.get-benefits-para p {
    font-family: 'GilroyMedium';
    color: #5F5560;
    width: 600px;
    font-size: 16px;
}

.remain-p {
    font-family: 'GilroyMedium';
    color: #5F5560;
    font-size: 16px;
}

.last-p {
    margin-bottom: 25px;
}

.footer-section {
    background: linear-gradient(94.97deg, #ff8fc54b 20.73%, #75ccff75 75.97%);
    min-height: 70px;
    width: 100%;
}

.reg-trademark {
    font-size: 22px;
    position: relative;
    bottom: 28px;
    right: 5px;
}

.rose-star {
    position: relative;
}

.rose-star img {
    position: absolute;
    left: -30px;
    top: -20px;
}

.walmart-logo {
    height: 40px;
    border-right: 3px solid white;
}

.footer-desc {
    font-family: 'GilroyMedium';
    color: #5F5560;
    font-weight: 500;
}

.footer-l-spacing {
    padding-left: 40px;
}

a.footer-link {
    color: #854573;
    font-family: "GilroyBold";
}

a.footer-link:hover,
a.footer-link:focus,
a.footer-link:active {
    color: #854573;
}

.walmart-logo-part {
    padding: 0 !important;
}

.join-study-form-title {
    font-size: 32px;
    color: #854573;
    font-family: "GilroyBlack";
}

.join-study-sub-title {
    color: #5F5560;
    font-size: 18px;
    /* font-weight: 600; */
    font-family: "GilroyMedium";
}

.join-form-row input {
    height: 40px;
    border: 1px solid white;
    box-shadow: 0px 0px 20px rgb(57 59 73 / 8%);
    border-radius: 8px;
    padding: 8px;
    outline: none;
}

.join-form-row textarea {
    height: 66px;
    width: 100%;
    border: 1px solid white;
    box-shadow: 0px 0px 20px rgb(57 59 73 / 8%);
    border-radius: 8px;
    padding: 8px;
    outline: none;
    resize: none;
}

.join-form-row label {
    color: #5F5560;
    font-family: "GilroyBold";
    font-size: 16px;
}

.err-true input,
.err-true textarea {
    border-color: #FF7F7F;
}

.err-msg {
    display: none;
    margin-right: 8px;
    color: #FF7F7F;
    font-size: 16px;
    font-family: "GilroyMedium";
}

.err-true .err-msg {
    display: block;
}

label.question {
    font-family: "GilroyMedium";
}

.join-form-row {
    margin: 10px !important;
}

.single-field-row {
    margin-bottom: 20px !important;
}

.single-field-row .err-msg {
    position: absolute;
    right: 15px;
    bottom: -30px;
}

.keyboard-icon {
    position: absolute;
    right: 25px;
    top: 8px;
}

.keyboard-icon i {
    color: #A0A7BB;
}


/* custome radio buttons */

.radio-custom {
    opacity: 0;
    position: absolute;
}

.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
    display: flex;
    align-items: center;
}

.radio-custom+.radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid white;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.err-true .radio-custom+.radio-custom-label:before {
    border-color: #FF7F7F;
}

.radio-custom+.radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked+.radio-custom-label.radio-yes:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #64DA9A;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio-custom:checked+.radio-custom-label.radio-no:before {
    content: "\274c";
    font-family: 'FontAwesome';
    color: #FF7F7F;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* custom radio css ends here  */

.submit-section {
    padding: 12px 0;
}

.go-back-inner {
    width: 100px;
    height: 60px;
    height: 45px;
    position: absolute;
    left: -7px;
    top: -8px;
    background: linear-gradient(white, white) padding-box, linear-gradient(127.11deg, #53A9F9 3.93%, #6574FF 88.87%)border-box;
    border-radius: 8px;
    border: 2px solid transparent;
}

a.go-back-btn {
    background: linear-gradient(127.11deg, #53A9F9 3.93%, #6574FF 88.87%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-family: "GilroyBold";
    position: relative;
    z-index: 100;
    padding: 8px;
    font-size: 18px;
}

.submit-btn {
    background: linear-gradient(127.11deg, #53A9F9 3.93%, #6574FF 88.87%);
    color: white;
    font-family: "GilroyBold";
    padding: 0 25px;
    height: 45px;
    border: none;
    outline: none;
    border-radius: 8px;
    font-size: 18px;
}

.baby-carriage-icon {
    position: absolute;
    right: 25px;
    top: 8px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.reg-trademark-join-form {
    position: absolute;
    font-size: 14px;
    color: #53A9F9;
    top: 0;
    left: 112px !important;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
    opacity: 0;
    position: relative;
    z-index: 100;
}

.date-calender-icon.first {
    right: 11px;
}

.date-calender-icon {
    position: absolute;
    right: 11px;
    top: 8px;
}

.congratulations-popup {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 2000;
    backdrop-filter: blur(8px);
    background: rgba(255, 255, 255, 0.412);
}

.congratulations-content {
    box-shadow: 0px 8px 24px 0px #393B4929;
    border-radius: 56px;
    background: #fff;
    width: 680px;
    height: 404px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
}

.congratulations-content .back-design {
    position: absolute;
    right: 80px;
    height: 150px;
    width: 380px;
    background: linear-gradient(286.69deg, #FF8FC5 14.54%, #75CDFF 88.89%);
    opacity: 0.4;
    filter: blur(100px);
    transform: rotate(20.78deg);
}

.congratulations-head {
    font-size: 32px;
    color: #854573;
    font-family: "GilroyBlack";
}

.congratulations-subtitle {
    font-family: "GilroyMedium";
    font-size: 20px;
    color: #5F5560;
}

.participant-id {
    background: transparent;
    border-radius: 8px;
    font-size: 25px !important;
    color: #000;
    font-family: "GilroyMedium";
    font-weight: bold;
    box-shadow: 0px 0px 20px 0px #393B4914;
    padding: 15px;
    margin-left: 15px;
    z-index: 100;
}

.desc-cong-popup {
    width: 80%;
    margin: 0 auto;
}

.apple-icon-download {
    width: 150px;
}

.download-links-with-img a {
    margin: 0 12px !important;
}

.modal-animation .congratulations-content {
    animation: modalanime 1s 1;
    transform: scale(1);
}

.modal-animation .congratulations-popup {
    animation: modalbluranime 1s 1;
    backdrop-filter: blur(8px) opacity(1);
}

.sorry-modal .submit-btn {
    padding: 8px 25px;
    width: fit-content;
    margin: 0 auto !important;
    cursor: pointer;
}

.modal-close-icon {
    position: absolute;
    color: #854573 !important;
    transform: rotateZ(45deg);
    top: 5px;
    right: 40px;
    cursor: pointer;
}

.modal-close-icon::before {
    content: '+';
    font-size: 40px;
    font-family: 'GilroyMedium';
    color: #854573 !important;
}

@keyframes modalbluranime {
    0% {
        backdrop-filter: blur(0px) opacity(0);
    }
    100% {
        backdrop-filter: blur(8px) opacity(1);
    }
}

@keyframes modalanime {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}


/* media queries  */

@media (min-height:900px) and (min-width:992px) {
    .join-study-main-container {
        height: calc(100vh - 91px);
    }
}

@media (min-height:1089px) and (min-width:1024px) {
    .benefit-page {
        height: calc(100vh - 690px);
    }
}

@media (max-width:1500px) {
    .congratulations-content {
        width: 562px;
        height: 343px;
    }
}

@media (max-width:1200px) {
    .star-group {
        right: 120px;
    }
}

@media (max-width:991px) {
    .footer-section {
        min-height: 130px;
    }
    .walmart-logo {
        text-align: center;
        border-right: 0;
    }
    .gentlease-desc {
        width: 100%;
    }
    .baby-product-image {
        width: fit-content;
        float: right;
    }
    .baby-product-image img {
        height: 300px;
    }
    .baby-image img {
        height: 300px;
    }
    .baby-image {
        left: 223px;
        top: 164px;
    }
    .home-page-of-gentlease {
        min-height: 760px;
    }
    .star-group {
        top: 28px;
        right: 0;
    }
    .main-row {
        padding-top: 15px;
    }
    .congratulations-head {
        font-size: 28px;
    }
    .congratulations-subtitle {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .footer-section {
        min-height: 130px;
    }
    .baby-product-image {
        width: fit-content;
        float: right;
        top: 15px;
    }
    .baby-product-image img {
        height: 200px;
    }
    .baby-image {
        left: -9%;
        top: 85px;
    }
    .baby-image img {
        height: 200px;
    }
    .home-page-of-gentlease {
        min-height: 590px;
    }
    .star-group {
        display: none;
    }
    .get-benefits-para p {
        width: 100%;
        font-size: 15px;
        margin: 20px 0;
    }
    .bg-gradient {
        display: none;
    }
    .rose-star img {
        left: -5px;
    }
    .gentlease-main-title {
        font-size: 35px;
    }
    .gentlease-desc {
        width: 100%;
        margin-bottom: 15px;
        font-size: 15px;
    }
    .white-underline-bg {
        height: 21px;
        margin-top: -26px;
    }
    .benefit-page {
        padding-bottom: 18px;
    }
    .walmart-logo,
    .footer-desc {
        margin: 8px 0;
    }
    .title-wrapper.join-study-title-wrapper {
        font-size: 20px !important;
        align-items: center;
    }
    .join-study-form-title {
        font-size: 27px;
    }
    .join-study-sub-title {
        font-size: 15px;
    }
    .form-inner-container {
        padding: 0 !important;
    }
    .join-form-row {
        margin: 5px 0 !important;
    }
    .join-form-row label,
    .join-form-row input,
    .join-form-row textarea {
        font-size: 15px;
    }
    .join-form-row label {
        margin: 2px 0;
    }
    /* .join-form-row .err-true label {
        margin-bottom: 0;
    } */
    .join-form-row .col-lg-6 {
        margin: 5px 0;
        padding: 0;
    }
    .err-msg {
        position: absolute;
        top: 3px;
        right: -8px;
        font-size: 14px;
    }
    .err-true .radio-wrapper+.err-msg {
        position: absolute;
        top: 8px !important;
        right: 2px;
        font-size: 14px;
    }

    .single-field-row .err-msg {
        position: relative;
        right: 0;
        margin-right: 0;
    }
    
    .reg-trademark-join-form {
        left: 96px !important;
    }
    a.go-back-btn,
    .submit-btn {
        font-size: 16px;
        height: 40px;
    }
    .go-back-inner {
        height: 40px;
        width: 100% !important;
    }
    .go-back-btn-wrapper {
        width: 80%;
        margin-left: 15px;
        margin-top: 11px;
        text-align: center;
    }
    .go-back-btn {
        width: 100%;
    }
    .submit-btn {
        width: 80%;
        margin: 11px !important;
    }
    .submit-section {
        flex-direction: column-reverse;
    }
    .sorry-modal .back-design {
        display: none;
    }
    .modal-close-icon {
        right: 15px;
        top: 0;
    }
    /* .footer-desc {
        text-align: center;
    } */
    .footer-l-spacing {
        padding-left: 0;
    }
    .join-study-form-title {
        margin-top: 20px !important;
    }
}

@media (max-width:650px) {
    .baby-image {
        left: -2%;
        top: 85px;
    }
}

@media (max-width:575px) {
    .baby-image img {
        height: 160px;
    }
    .baby-image {
        left: 51px;
        top: 115px;
    }
}

@media (max-width:425px) {
    .title-wrapper:not(.title-wrapper.join-study-title-wrapper) {
        font-size: 40px;
        flex-direction: column;
    }
    .congratulations-content {
        width: 95%;
        height: auto;
        padding: 8px;
    }
    .congratulations-subtitle {
        font-size: 16px;
    }
    .participate-section {
        flex-direction: column;
    }
    .participant-id {
        padding: 8px;
        width: 88%;
        margin-left: 0;
    }
    .apple-icon-download {
        width: 95px;
    }
    .download-links-with-img a {
        margin: 8px !important;
    }
}

.no-margin {
    margin: 0;
}