#hero {
    background-color: #fff !important
}

body {
    color: #444
}

.details-card {
    border-radius: 24px !important;
    box-shadow: 0 8px 24px #00000026;
    padding: 50px 27px;
    max-width: 370px;
    float: right
}

.form-head {
    font-size: 29px;
    font-weight: 500;
    color: #444;
    padding-bottom: 21px
}

.border-solid {
    border: 1px solid #b7b7b7 !important;
    border-radius: 8px;
    margin-top: 12px;
    height: 55px !important
}

.form-label {
    text-align: left;
    color: #444;
    font-size: 18px;
    margin-top: 23px
}

.submit-button {
    width: 100%;
    margin-top: 43px;
    border-radius: 12px !important;
    height: 54px;
    border: none
}

.m-t-38 {
    margin-top: 38px
}

.m-t-31 {
    margin-top: 31px
}

.m-t-20 {
    margin-top: 20px
}

.p-r-50 {
    padding-right: 50px
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z11lFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1JlFd2JQEl8qw.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: poppins;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v20/pxiByp8kv8JHgFVrLEj6Z1xlFd2JQEk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.f-w-600 {
    font-weight: 600
}

.m-t-b-58 {
    padding-top: 58px;
    padding-bottom: 58px
}

.red-text {
    color: #ed1a3b;
    font-size: 38px
}

.m-l-30 {
    margin-left: 30px
}

.f-s-63 {
    font-size: 63px
}

.reviews-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: column
}

.f-s-30 {
    font-size: 30px
}

.f-s-20 {
    font-size: 20px !important
}

.m-t-10 {
    margin-top: 10px
}

.m-t-75 {
    margin-top: 75px
}

.f-s-24 {
    font-size: 24px
}

.f-s-16 {
    font-size: 16px
}

.f-s-18 {
    font-size: 18px
}

.features-list {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.features-list li:before {
    content: "○";
    color: red;
    font-weight: 700;
    display: inline-block;
    width: 1em;
    margin-left: -1em
}

.m-r-10 {
    margin-right: 10px
}

.m-t-25 {
    margin-top: 25px
}

#show-more-button,
#show-less-button {
    width: 230px;
    height: 54px;
    border-radius: 12px;
    margin-top: 58px;
    border: none
}

.features-icon {
    color: #ed1a3b;
    font-size: 20px
}

.screen-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
    backdrop-filter: blur(6px)
}

.response-dialog {
    box-shadow: inset 5px 5px 17px #ffffff38;
    border-radius: 32px !important;
    margin-top: 20%
}

.response-modal-close {
    position: absolute;
    top: -25px;
    right: -35px;
    margin: 0;
    padding: 0;
    border: none !important;
    background: 0 0;
    height: 27px;
    width: 27px;
    font-weight: 700;
    cursor: pointer
}

.response-wrapper {
    padding: 93px 153px !important
}

.error-icon {
    font-size: 50px !important;
    color: #ed1a3b;
    padding: 20px;
    border-radius: 182px;
    margin-bottom: 20px
}

.demo-grey-para {
    color: #878787
}

.m-w-100 {
    max-width: 100%
}

.m-t-53 {
    margin-top: 53px
}

.mmt-75 {
    margin-top: 75px
}

.custom-btn-style {
    width: 230px !important;
    height: 54px;
    border-radius: 12px !important;
    margin-top: 58px;
    border: none
}

.p-t-15px {
    padding-top: 15px !important
}

@media(max-width:768px) {
    .response-wrapper {
        padding: 20px !important
    }
    .row-reverse-mobile{
        display: flex;
        flex-direction: column-reverse;
        float: center;
        margin-top:20px
    }

    .mobile-center {
        text-align: center !important
    }

    .col-6 {
        width: 60% !important
    }

    .feature-item {
        width: 50% !important
    }

    .w-m-50 {
        width: 50% !important
    }

    .p-r-50 {
        padding-right: 0
    }

    .w-25 {
        width: 25% !important
    }

    .w-75 {
        width: 75% !important
    }

    .mmt-75 {
        margin-top: 0 !important
    }

    .details-card {
        float: left;
        margin: auto
    }
}