@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');


.hind-light {
    font-family: "Hind", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.hind-regular {
    font-family: "Hind", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.hind-medium {
    font-family: "Hind", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.hind-semibold {
    font-family: "Hind", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.hind-bold {
    font-family: "Hind", sans-serif;
    font-weight: 700;
    font-style: normal;
}

:root {
    --primary: #44198F;
    --pink: #FC20A3;
}

body {
    font-family: "Hind", sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
}

a {
    text-decoration: none;
    color: #383838;
}

a:hover {
    color: var(--primary);
}

/* Bootstarp Overide */

.btn {
    border-radius: 5px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
}

.btn-primary {
    background-color: #44198F;
    border-color: #44198F;
    font-size: 14px;
}

.btn-primary:focus,
.btn-primary:active {
    background-color: #280466 !important;
    border-color: #280466 !important;
}

.btn-primary:hover {
    background-color: #5d00ff;
}

.bg-primary {
    background-color: var(--primary) !important;
}

.text-primary {
    color: #44198F !important;
}

.text-pink {
    color: var(--pink);
}

.mt-10 {
    margin-top: 6rem;
}

.mt-15 {
    margin-top: 9rem;
}

.bg-main {
    background-color: var(--primary);
}

.text-pink {
    color: var(--pink);
}

.fs-7 {
    font-size: 14px;
}

.pointer {
    cursor: pointer;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.scrollbar-hidden::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrollbar-hidden {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.site-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 0.15s ease;
}

/* Footer */
.site-footer {
    float: left;
    width: 100%;
    background: #10002B;
}

.footer-logo {
    width: 100px;
    margin: 0 0 15px;
}

.site-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
    font-weight: 500;
}

.site-footer h6,
.site-footer h5 {
    font-weight: 600;
    font-size: 25px;
    margin: 0 0 20px;
    color: #fff;
}

.site-footer p {
    font-size: 15px;
    color: #383838;
    line-height: 1.8;
    font-weight: 500;
    color: #fff;
}

.bottom-copy {
    background: #10002B;
    float: left;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border-top: 1px solid #250066;
    padding: 15px 0;
}

.bottom-copy p {
    padding: 0;
    margin: 0;
}

.bg-grey {
    background: #F5F5F5;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}

/* header */

.logo img {
    max-width: 80px;
}

.top-menu ul.menu {
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0;
}

.top-menu ul.menu a {
    transition: 0.2s ease all;
    padding: 4px 30px;
    display: block;
    border-radius: 5px;
    font-size: 20px;
    color: #4a4a4a;
    position: relative;
}

.top-menu ul.menu a span {
    font-size: 12px;
    position: absolute;
    bottom: -26px;
    text-align: center;
    line-height: 1;
    background: #44198f;
    display: block;
    padding: 5px 5px 2px;
    border-radius: 5px;
    color: #fff;
    white-space: nowrap;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s ease;
}

.top-menu ul.menu a span::before {
    width: 10px;
    height: 10px;
    background: #44198f;
    content: "";
    position: absolute;
    top: -3px;
    transform: rotate(45deg);
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: -1;
}

.top-menu ul.menu a:hover span {
    opacity: 1;
    visibility: visible;
}

.top-menu ul.menu li:hover a {
    color: #fff;
    background: #44198F;
}

/*  */
.site-pages {
    min-height: 600px;
    width: 100%;
    float: left;
    margin: 104px 0 0;
}

/* Home page */
.blur-bg-blocks {
    overflow-x: hidden;
    overflow-y: hidden;
}

.blur-bg-set {
    overflow: hidden;
}

.blur-bg {
    z-index: 0;
    border-radius: 50%;
    position: absolute;
    width: 500px;
    height: 500px;
    -webkit-filter: blur(100px);
    filter: blur(100px);
    opacity: 20%;
}

.blur-bg-a {
    left: -4%;
    top: -10%;
    background: #ffb600;
}

.blur-bg-b {
    background: #e04446;
    margin: 0 auto;
    left: -20%;
    top: 30%;
}

.blur-bg-c {
    right: 0;
    top: -10%;
    background: #00ffb8;
}

.hero-box .hero-box-1 img {
    margin: -110px 0 0;
}

.hero-box h1 {
    font-size: 57px;
    font-style: normal;
    line-height: 1.3;
}

.hero-box p {
    font-size: 18px;
}

.service-box {
    padding-bottom: 90px;
}

.service-box .ser-link {
    text-align: center;
    display: inline-block;
    padding: 20px 0;
    transition: 0.2s ease;
    border: 1px solid #44198f00;
    border-radius: 10px;
    width: 100%;
}

.service-box .ser-link:hover {
    border: 1px solid #44198f;
    transform: scale(1.1);
    background: #fff;
}

.service-box .ser-img {
    display: inline-block;
    background: #f5f5f5;
    border-radius: 100%;
    padding: 20px;
    border: 1px solid #cfcfcf;
    margin: 0 0 20px;
    transition: 0.2s ease;
}

.service-box .ser-link:hover .ser-img {
    background: #fff;
    border: 1px solid #cfcfcf00;
}

.service-box .ser-img img {
    max-width: 70px;
}

.ser-text {
    font-weight: bold;
    font-size: 18px;
}

.req-call {
    background: url('../images/wideimg.png') center fixed;
    position: relative;
}

.req-call:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    background-image: radial-gradient(circle at bottom right, #34218d 0, #34218d 20%, #3432a8 20%, #3432a8 40%, #3444c3 40%, #3444c3 60%, #3455dd 60%, #3455dd 80%, #3466f8 80%, #3466f8 100%);
    opacity: .6;
    z-index: 1;
}

.about-section {
    margin: 40px 0;
}

.client-image {
    width: 75px;
    height: 75px;
    border-radius: 100px;
    outline: 10px solid #D2D2D2;
    box-shadow: 0px 0px 0px 11px #efefef;
}

.service-botm-icon {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease all;
}

.service-botm-icon:hover {
    border: 1px solid #280466;
}


.service-botm-icon img {
    width: 50PX;
}

.flip {
    transform: rotateZ(180deg);
}

.question-box {
    background: #EFEFEF;
    padding: 40px;
    border-radius: 5px;
}

.statics-section {
    background: #F5F5F5;
}

.counter-slider {
    display: flex;
    justify-content: center;
}

.counter-slider-parent {
    display: block;
    overflow: hidden;
    height: max-content;
    position: relative;
}

.counter-slider-parent span {
    display: block;
}

.offer-section {
    letter-spacing: 0.9px;
}

.get-start {
    min-height: 650px;
    background-color: rgb(239 239 239 / 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.anim-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.anim-bg .bg-1,
.anim-bg .bg-2,
.anim-bg .bg-3,
.anim-bg .bg-4 {
    width: 50%;
    float: left;
    height: 50%;
    position: relative;
}

.anim-bg .bg-1 img {
    width: 94%;
    height: auto;
    position: absolute;
    top: -169px;
    left: -219px;
    transform: rotate(39deg);
}

.anim-bg .bg-2 {
    transform: rotateY(180deg);
}

.anim-bg .bg-2 img {
    width: 94%;
    height: auto;
    position: absolute;
    top: -192px;
    left: -222px;
    transform: rotate(42deg);
}

.anim-bg .bg-3 {
    transform: rotateX(180deg);
}

.anim-bg .bg-3 img {
    width: 94%;
    height: auto;
    position: absolute;
    top: -220px;
    left: -219px;
    transform: rotate(39deg);
}

.anim-bg .bg-4 {
    transform: rotate(180deg);
}

.anim-bg .bg-4 img {
    width: 94%;
    height: auto;
    position: absolute;
    top: -242px;
    left: -222px;
    transform: rotate(42deg);
}

.gender-select {
    display: flex;
    justify-content: center;
    gap: 80px;
}

.gender-select-box {
    width: 220px;
    background-color: #D2D2D2;
    text-align: center;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s ease all;
}

.gender-img {
    height: 180px;
    width: 180px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    cursor: pointer;
}

.gender-select input.gender-radio,
.member-check {
    position: absolute;
    visibility: hidden;
    opacity: 0;
}

.gender-select-box-active {
    background: #44198F;
}

.gender-select-box-active h3 {
    color: #fff !important;
}

.member-steps {
    white-space: nowrap;
    font-size: 0;
}

.member-steps * {
    font-size: 16px;
}

.member-step-box {
    display: inline-flex;
    width: 100%;
    padding: 0 10px;
}

.member-steps .step-1,
.member-steps .step-2,
.member-steps .step-3,
.member-steps .step-4,
.member-steps .step-5,
.member-steps .step-6 {
    position: relative;
    left: 0;
    transition: 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
}

.member-steps .step-1,
.member-steps .step-2,
.member-steps .step-3,
.member-steps .step-4,
.member-steps .step-5,
.member-steps .step-6 {
    height: 100%;
    justify-content: center;
    align-items: center;
}

.member-steps .step-2,
.member-steps .step-3,
.member-steps .step-4,
.member-steps .step-5,
.member-steps .step-6 {
    height: 400px;
    align-items: baseline;
}

.member-steps .step-active {
    height: auto;
}

.member-steps .step-3-active {
    left: -200%;
    height: auto;
}

.member-steps .step-4-active {
    left: -300%;
    height: auto;
}

.member-steps .step-6-active {
    left: -400%;
    height: auto;
}

.member-steps .step-6-active {
    left: -500%;
    height: auto;
}

.member-steps .hide-step-1,
.member-steps .hide-step-2,
.member-steps .hide-step-3,
.member-steps .hide-step-4,
.member-steps .hide-step-5,
.member-steps .hide-step-6 {
    left: -100%;
    opacity: 0;
}

.member-select {
    display: flex;
    justify-content: center;
}

.member-select-box {
    width: 578px;
}

.member-select-box-form {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: 20px 32px;
}

.member-img-box {
    background: #D9D9D9;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 100px;
}

.member-img-box img {
    max-width: 100%;
    height: auto;
}

.member-select-box-label {
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    transition: 0.2s ease all;
    cursor: pointer;
    margin: 0 0 10px;
    display: block;
}

.member-select-box-label:last-child {
    margin: 0;
}

.member-select-box-label-active {
    background: #44198F;
    color: #fff;
}

.member-select-box p {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.input-number {
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
.input-number input::-webkit-outer-spin-button,
.input-number input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.input-number input[type=number] {
    -moz-appearance: textfield;
    border: none;
    width: 60%;
    height: 20px;
    text-align: center;
}

.input-number {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid var(--primary);
    background: #fff;
    width: 90px;
    height: 22px;
}

.input-number span {
    font-size: 1rem;
    padding: 0.1rem;
    cursor: pointer;
    color: #060606;
}

.pre-city {
    padding: 5px 10px;
    display: inline-block;
    box-shadow: 0 0 5px #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.pre-city-active {
    background-color: var(--primary);
    color: #fff;
}

.city-box {
    position: relative;
}

.city-box .get-location {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    cursor: pointer;
}

.account-left h5 {
    line-height: 1;
    padding: 10px;
    background: var(--primary);
    color: #fff;
    border-radius: 5px 5px 0 0;
    margin: 0;
}

.account-left ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.account-left ul a {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    display: block;
    transition: 0.2s ease all;
}

.account-left ul a:hover {
    background: var(--primary);
    color: #fff;
}

.query-box {
    height: 500px;
    overflow-y: scroll;
}

.query-msg-box {
    margin-bottom: 30px;
}

.query-msg-inner {
    max-height: 100px;
    overflow: hidden;
    transition: 0.2s ease all;
}

.query-msg-inner p {
    font-size: 14px;
}

.query-msg-details p {
    font-size: 12px;
}

.query-msg-inner-expend {
    max-height: 300px;
    overflow-y: scroll;
}

.expend-box {
    bottom: 37px;
    background: #f5f5f5;
    cursor: pointer;
    font-size: 12px;
}

.expend-box-left {
    left: 18px;
}

.expend-box-right {
    right: 18px;
}

.quote-files {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.quote-files a {
    display: block;
    padding: 5px;
    border: 1px solid #efefef;
    height: 50px;
    width: 50px;
}

.quote-files img {
    max-width: 100%;
}

.quote-message-box {
    max-height: 450px;
    overflow-y: scroll;
    box-shadow: 0 0 10px #ccc inset;
}

table {
    font-size: 14px;
}

#toasts {
    min-height: 0;
    position: fixed;
    right: 20px;
    bottom: 60px;
    width: 400px;
    z-index: 9999;
}

#toasts .toast {
    background: #d6d8d9;
    border-radius: 3px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, .1);
    color: #fff;
    cursor: default;
    margin-bottom: 20px;
    opacity: 0;
    position: relative;
    padding: 10px 20px;
    transform: translateY(15%);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
    width: 100%;
    will-change: opacity, transform;
    z-index: 1100;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#toasts .toast p {
    margin: 0;
}

#toasts .toast.success {
    background: #26d68a;
}

#toasts .toast.warning {
    background: #ffa533;
}

#toasts .toast.info {
    background: #2cbcff;
}

#toasts .toast.error {
    background: #f44336;
}

#toasts .toast.show {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .5s ease-in-out, transform .5s ease-in-out;
}

#toasts .toast.hide {
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 30px;
    transition: all .5s ease-in-out;
}

#toasts .toast .close {
    cursor: pointer;
    font-size: 24px;
    width: 16px;
}

/* two vehicle form */

.two-vehicle-box {
    max-height: 400px;
    overflow-y: scroll;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 1s ease all;
    filter: blur(10px);
}

.two-vehicle-box-active {
    visibility: visible;
    opacity: 1;
    position: relative;
    filter: blur(0px);
}

.add-policy-circle {
    border: 2px dashed #ccc;
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.multi-file-preview {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.multi-file-preview .prev-box {
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #efefef;
    cursor: pointer;
    background: url('../images/126477.png') no-repeat center;
    background-size: 50px;
    overflow: hidden;
    padding: 12px;
}

.multi-file-preview .prev-box-add {
    background: url('../images/32339.png') no-repeat center;
    background-size: 50px;
}

.multi-file-preview .prev-box-active {
    background: #fff;
    background-size: 50px;
}

.multi-file-preview .prev-box input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
}

.multi-file-preview .prev-box img {
    max-width: 100%;
    height: 100%;
}

@media only screen and (min-width: 300px) and (max-width: 576px) {
    .site-pages {
        min-height: 400px;
    }

    .blur-bg {
        width: 100%;
    }

    .menu-bar {
        position: fixed;
        bottom: 20px;
        z-index: 99999;
        height: 30px;
        width: 30px;
        background: #fff;
        display: flex;
        padding: 5px;
        border-radius: 100px;
        filter: drop-shadow(0px 1px 1px #000);
        right: 10px;
        cursor: pointer;
        transition: 0.2s ease-in-out all;
    }

    .menu-bar img {
        transition: 0.2s ease-in-out all;
    }

    .menu-bar:hover {
        background: #44198f;
    }

    .menu-bar:hover img {
        filter: invert(1);
    }

    .top-menu {
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: 0.2s ease-in-out all;
    }

    .top-menu-active {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .top-menu ul.menu {
        display: none;
        padding: 0;
    }

    .top-menu ul.menu li {
        border-bottom: 1px solid #ececec;
    }

    .top-menu-active ul.menu {
        display: block;
    }

    .top-menu ul.menu li a {
        padding: 15px 10px;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .top-menu ul.menu a span {
        opacity: 1;
        visibility: visible;
        position: relative;
        bottom: 0;
        left: 0;
        transform: translateX(0);
        background: none;
        color: #000;
        padding: 0;
        display: inline-block;
        font-size: 16px;
    }

    .top-menu ul.menu a span::before {
        display: none;
    }

    .close-nav {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    .close-nav span {
        display: inline-block;
        padding: 7px;
        filter: drop-shadow(0 4px 2px #ccc);
        background: #fff;
        border-radius: 100px;
    }

    .close-nav span img {
        opacity: 0.5;
    }

    .hero-box h1 {
        font-size: 23px;
    }

    .hero-box p {
        font-size: 15px;
    }

    .ser-text {
        font-weight: bold;
        font-size: 15px;
    }

    .about-section {
        margin: 0;
    }

    .question-box {
        padding: 20px;
    }

    .bottom-copy {
        font-size: 12px;
    }

    .statics-section h5 {
        font-size: 16px;
    }

    .statics-section-last {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .offer-section .alert-dismissible .btn-close {
        right: -30px;
    }

    .get-start {
        min-height: 300px;
        padding: 20px 0;
        display: block;
    }

    .gender-select {
        gap: 10px;
    }

    .gender-select-box {
        padding: 10px;
        width: 150px;
    }

    .gender-img {
        height: 120px;
        width: 120px;
    }

    .gender-img img {
        max-width: 60%;
    }

    .member-select-box {
        width: 99%;
    }

    .member-step-box {
        white-space: normal;
    }

    .member-select-box-form {
        padding: 20px 12px;
    }

    .member-steps .step-2,
    .member-steps .step-3,
    .member-steps .step-4,
    .member-steps .step-5,
    .member-steps .step-6 {
        height: 190px;
    }

    .member-steps .step-active {
        height: auto;
    }
}

@media only screen and (min-width: 567px) and (max-width: 768px) {
    .site-pages {
        min-height: 400px;
    }

    .menu-bar {
        position: fixed;
        bottom: 20px;
        z-index: 99999;
        height: 30px;
        width: 30px;
        background: #fff;
        display: flex;
        padding: 5px;
        border-radius: 100px;
        filter: drop-shadow(0px 1px 1px #000);
        right: 10px;
        cursor: pointer;
        transition: 0.2s ease-in-out all;
    }

    .menu-bar img {
        transition: 0.2s ease-in-out all;
    }

    .menu-bar:hover {
        background: #44198f;
    }

    .menu-bar:hover img {
        filter: invert(1);
    }

    .top-menu {
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: 0.2s ease-in-out all;
    }

    .top-menu-active {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .top-menu ul.menu {
        display: block;
        padding: 0;
    }

    .top-menu ul.menu li {
        border-bottom: 1px solid #ececec;
    }

    .top-menu ul.menu li a {
        padding: 15px 10px;
    }

    .close-nav {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    .close-nav span {
        display: inline-block;
        padding: 7px;
        filter: drop-shadow(0 4px 2px #ccc);
        background: #fff;
        border-radius: 100px;
    }

    .close-nav span img {
        opacity: 0.5;
    }

    .hero-box h1 {
        font-size: 23px;
        text-align: center;
        margin: 15px 0 0;
    }

    .hero-box .hero-box-1 .btn {
        font-size: 15px;
        width: 100%;
        margin: 15px 0 0;
    }

    .hero-box-2 {
        padding: 20px 10px;
    }

    .hero-box-2 span.close-hero {
        top: 0px;
        right: 0px;
    }

    .hero-form {
        margin: 36px 0 0;
        padding: 20px 20px;
    }

    .hero-box-2 h3 {
        padding: 30px 0 0;
    }

    .hero-right .btn {
        padding: 7px 24px;
        font-size: 15px;
        width: 100%;
        margin: 15px 0 0;
    }

    .service-card {
        padding: 20px;
        width: 100%;
        margin: 0 0 20px;
    }

    .service-card:last-child {
        margin: 0;
    }

    .service-card h2 {
        font-size: 26px;
    }

    .service-card h4 {
        font-size: 20px;
    }

    .service-card p {
        font-size: 16px;
        line-height: 1.5;
    }

    .service-card .btn {
        font-size: 16px;
    }

    .about-section {
        margin: 30px 0;
    }

    .service-anim {
        display: none;
    }

    .service-botm-icon {
        width: 80px;
        height: 80px;
    }

    .question-box {
        padding: 20px;
    }

    .statics-section h5 {
        font-size: 16px;
    }

    .statics-section-last {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin-top: 20px;
    }

    .offer-section .alert-dismissible .btn-close {
        right: -30px;
    }

    .get-start {
        min-height: 300px;
        padding: 20px 0;
    }

    .gender-select {
        gap: 10px;
    }

    .gender-select-box {
        padding: 10px;
        width: 150px;
    }

    .gender-img {
        height: 120px;
        width: 120px;
    }

    .gender-img img {
        max-width: 60%;
    }

    .member-select-box {
        width: 99%;
    }

    .member-step-box {
        white-space: normal;
    }

    .member-select-box-form {
        padding: 20px 12px;
    }

    .step-2,
    .step-3,
    .step-4,
    .step-5,
    .step-6 {
        height: 190px;
    }

    .step-active {
        height: auto;
    }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
    .site-pages {
        min-height: 400px;
    }

    .menu-bar {
        position: fixed;
        bottom: 20px;
        z-index: 99999;
        height: 30px;
        width: 30px;
        background: #fff;
        display: flex;
        padding: 5px;
        border-radius: 100px;
        filter: drop-shadow(0px 1px 1px #000);
        right: 10px;
        cursor: pointer;
        transition: 0.2s ease-in-out all;
    }

    .menu-bar img {
        transition: 0.2s ease-in-out all;
        display: block;
    }

    .menu-bar:hover {
        background: #44198f;
    }

    .menu-bar:hover img {
        filter: invert(1);
    }

    .top-menu {
        position: fixed;
        width: 100%;
        background: #fff;
        left: 0;
        right: 0;
        height: 100%;
        z-index: 999;
        top: 0;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform: scale(0.8);
        transition: 0.2s ease-in-out all;
    }

    .top-menu-active {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .top-menu ul.menu {
        display: block;
        padding: 0;
    }

    .top-menu ul.menu li {
        border-bottom: 1px solid #ececec;
    }

    .top-menu ul.menu li a {
        padding: 15px 10px;
    }

    .close-nav {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        text-align: center;
        cursor: pointer;
    }

    .close-nav span {
        display: inline-block;
        padding: 7px;
        filter: drop-shadow(0 4px 2px #ccc);
        background: #fff;
        border-radius: 100px;
    }

    .close-nav span img {
        opacity: 0.5;
    }

    .hero-box h1 {
        font-size: 23px;
        text-align: center;
        margin: 15px 0 0;
    }

    .hero-box .hero-box-1 .btn {
        font-size: 15px;
        width: 100%;
        margin: 15px 0 0;
    }

    .hero-box-2 {
        padding: 20px 10px;
    }

    .hero-box-2 span.close-hero {
        top: 0px;
        right: 0px;
    }

    .hero-form {
        margin: 36px 0 0;
        padding: 20px 20px;
    }

    .hero-box-2 h3 {
        padding: 30px 0 0;
    }

    .hero-right .btn {
        padding: 7px 24px;
        font-size: 15px;
        width: 100%;
    }

    .service-card {
        padding: 20px;
        width: 100%;
    }

    .service-card h2 {
        font-size: 21px;
    }

    .service-card h4 {
        font-size: 18px;
    }

    .service-card p {
        font-size: 16px;
        line-height: 1.5;
    }

    .service-card .btn {
        font-size: 16px;
    }

    .about-section {
        margin: 30px 0;
    }

    .service-anim {
        display: none;
    }

    .service-botm-icon {
        width: 80px;
        height: 80px;
    }

    .question-box {
        padding: 20px;
    }

    .statics-section h5 {
        font-size: 16px;
    }

    .offer-section .alert-dismissible .btn-close {
        right: -30px;
    }

    .get-start {
        min-height: 300px;
        padding: 20px 0;
        overflow: hidden;
    }

    .gender-select {
        gap: 10px;
    }

    .gender-select-box {
        padding: 10px;
        width: 150px;
    }

    .gender-img {
        height: 120px;
        width: 120px;
    }

    .gender-img img {
        max-width: 60%;
    }

    .member-select-box {
        width: 99%;
    }

    .member-step-box {
        white-space: normal;
    }

    .member-select-box-form {
        padding: 20px 12px;
    }

    .step-2,
    .step-3,
    .step-4,
    .step-5,
    .step-6 {
        height: 190px;
    }

    .step-active {
        height: auto;
    }
}
