body {
    background-color: #f0f0f0;
    font-family: "Poppins", sans-serif !important;
}

/* .layer-main {
    margin-top: -30px;
} */
.hero-slider-section {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #d1d5de;
    /* margin-top: 68px; */
}

#hero-slider .carousel-item .container {
    height: 100%;
}

#hero-slider .carousel-item img {
    width: 100%;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

#hero-slider .carousel-item article {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
}

#hero-slider .carousel-item .inner-content-sec {
    margin: 0;
    padding: 0px 0 0 0%;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#hero-slider .carousel-item .inner-content-sec .title-sec {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
}

#hero-slider .carousel-item .inner-content-sec .title-sec img {
    width: 40%;
    height: auto !important;
    margin: 0 0 20px;
    display: block;
}

#hero-slider .carousel-item .inner-content-sec h1 {
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    line-height: 100%;
    font-weight: 600;
    color: #4d4d4d;
    letter-spacing: 0;
    margin-bottom: 15px;
    font-display: swap;
}

#hero-slider .carousel-item .inner-content-sec p {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 100%;
    font-weight: 400;
    color: #4d4d4d;
    letter-spacing: 0;
    font-display: swap;
}

#hero-slider .carousel-item .inner-content-sec p span {
    font-weight: 700;
}

#hero-slider .carousel-item .inner-content-sec p b {
    font-weight: 700;
    font-size: 40px;
}

#hero-slider .carousel-item .inner-content-sec .btn-sec {
    margin: 20px 0 0;
    padding: 0;
}

#hero-slider .carousel-item .inner-content-sec .btn-sec img {
    width: auto;
    height: 60px;
}

#hero-slider .carousel-item .inner-content-sec .pricing-2 {
    width: 190px;
    display: flex;
    margin-top: 15px;
}

#hero-slider .carousel-item .inner-content-sec .pricing-2 h4 {
    color: #fff;
    font-weight: 800;
    font-size: 48px;
    line-height: 44px;
    padding-top: 0px;
    letter-spacing: -0.02em;
    position: relative;
    margin-left: 48px;
}

#hero-slider .carousel-item .inner-content-sec .pricing-2 h4 span {
    font-weight: 500;
    line-height: 18px;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: uppercase;
}

#hero-slider .carousel-item .inner-content-sec .pricing-2 h4 span b {
    font-size: 24px;
    font-weight: 600;
}

#hero-slider .carousel-item .inner-content-sec .pricing-2 h4 sup {
    font-size: 24px;
    line-height: 24px;
    display: flex;
    height: 40px;
    position: absolute;
    left: -45px;
    top: 0px;
}

#hero-slider .carousel-item .inner-content-sec .pricing-2 p {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-transform: none;
    margin: -15px 0;
    padding: 0;
}

#hero-slider .carousel-item .inner-content-sec .pricing-2 .month-sec {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: none;
    text-align: right;
    padding: 0;
    margin: 0;
}

#hero-slider .carousel-indicators [data-bs-target] {
    height: 10px !important;
    width: 10px !important;
    border-radius: 100%;
    border-top: 0;
    border-bottom: 0;
    background-color: #fff;
    margin-right: 5px;
    margin-left: 5px;
    opacity: 0.7;
}

#hero-slider .carousel-indicators .active {
    background: #ff0084;
}

.condition-text {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    color: #1a1a1a;
    /* margin-top: 20px; */
    position: absolute;
    bottom: 5%;
}

/* banner end */

header {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
}

.navbar-brand img {
    height: 42px;
}

.navbar-nav {
    margin-left: auto;
}

.navbar-toggler-icon img {
    height: 35px;
}

.navbar-toggler:focus {
    box-shadow: unset;
}

.navbar-nav .nav-item:first-child {
    margin-right: 20px;
}

.navbar-nav .nav-item a:hover {
    text-decoration: none;
}

.nav-link {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.nav-link:hover {
    color: #4D4D4D !important;
}

.nav-link.register-btn:focus {
    color: #fff !important;
}

a.register-btn:hover {
    color: #fff !important;
}

.register-btn {
    background-color: #1a1a1a;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    padding: 8px 20px 6px;
    border-radius: 50px;
    min-width: 190px;
    text-align: center;
}

.register-btn:hover {
    text-decoration: none;
    color: #fff;
}

.language-drop {
    margin: 0 0 0 30px;
    padding: 0;
    position: relative;
}

.language-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.language-drop ul li {
    margin: 0 8px;
}

.language-drop ul li a {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.6px;
    color: #1a1a1a;
    text-decoration: none;
}

.language-drop ul li a.active {
    color: #1a1a1a;
    font-weight: 600;
}

.language-drop ul li a.dactive {
    color: #6B6B6B;
    font-weight: 400;
}


/* mid section */

.mid-section {
    padding: 70px 0;
}

.mid-section-inner {
    background-color: #fff;
    border-radius: 30px;
}

.mid-inner-content {
    margin: 0;
    padding: 0 20px 0 40px;
}

.mid-inner-content h2 {
    font-family: "Poppins", sans-serif;
    font-size: 53px;
    line-height: 110%;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    margin: 0px 0 25px;
}

.mid-inner-content p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0;
    color: #4D4D4D;
    margin: 0;
    padding: 0;
}

.mid-video-box {
    position: relative;
    padding: 20px 10px 20px 0;
    margin: 0;
    min-height: auto;
}

.mid-video-box-l {
    padding: 20px 10px 20px 10px;
}

.unboxing-video-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    bottom: 0px;
    color: #FFF;
    /* position: absolute;
    left: 0px;
    right: 0px;
    top: 0px; */
}

.mid-video-box .unboxing-video-section video {
    /* position: absolute;
    top: 5%;
    right: 2%; */
    min-width: 100%;
    min-height: 85%;
    width: 100%;
    height: auto;
    z-index: 0;
    border-radius: 25px;
}

/* .unboxing-video-section .unboxing-video-section-inner {
    padding: 0;
    margin: 0;
}

.unboxing-video-section .unboxing-video-section-inner iframe {
    display: block;
    width: 100%;
    height: 307px;
    margin: 0 auto;
} */

/* mid section end */

/* process section */
.process-section {
    background-color: unset;
    padding: 0px 0 70px;
}

.pro-head-section h3 {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    text-align: center;
}

.pro-head-section p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    color: #4d4d4d;
    text-align: center;
}

.pro-head-section p span {
    font-weight: 600;
}

.pro-content-section {
    padding: 30px 20px 20px;
    margin: 0;
    border-radius: 20px;
    height: 340px;
    position: relative;
    display: flex;
    flex-direction: row;
    background: #fff;
}

.pro-content-section-bg1 {
    background: -moz-linear-gradient(45deg, #c6c4c5 0%, #fff 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #c6c4c5), color-stop(100%, #fff));
    background: -webkit-linear-gradient(45deg, #c6c4c5 0%, #fff 100%);
    background: -o-linear-gradient(45deg, #c6c4c5 0%, #fff 100%);
    background: -ms-linear-gradient(45deg, #c6c4c5 0%, #fff 100%);
    background: linear-gradient(45deg, #c6c4c5 0%, #fff 100%);
}

.pro-content-section-bg2 {
    background: -moz-linear-gradient(140deg, #fff 0%, #c6c4c5 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #fff), color-stop(100%, #c6c4c5));
    background: -webkit-linear-gradient(140deg, #fff 0%, #c6c4c5 100%);
    background: -o-linear-gradient(140deg, #fff 0%, #c6c4c5 100%);
    background: -ms-linear-gradient(140deg, #fff 0%, #c6c4c5 100%);
    background: linear-gradient(140deg, #fff 0%, #c6c4c5 100%);
}

.pro-content-section .pro-content-inner-section {
    margin: 0;
    padding: 0;
}

.pro-content-section .pro-content-inner-section h3 {
    font-family: "Poppins", sans-serif !important;
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #4d4d4d;
    text-transform: none;
    margin-bottom: 15px;
}

.pro-content-section .pro-content-inner-section p {
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    line-height: 150% !important;
    font-weight: 400 !important;
    letter-spacing: 0px !important;
    color: #4d4d4d;
    text-align: left !important;
}

.pro-content-section .common-bottom-sec {
    margin-top: 30px;
    text-align: right;
    position: relative;
}

.pro-content-section .common-bottom-sec .b-quotes-bg-r {
    position: absolute;
    right: 10px;
    bottom: 2%;
    height: 60px;
    width: auto;
}

/* process section end*/

/* form section */

.form-section {
    background-image: url(/wp-content/uploads/2025/08/form-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: unset;
    padding: 0px 0 0px;
    position: relative;
    margin-bottom: -1px;
}

.f-l-shadow {
    position: absolute;
    top: -126px;
    left: 0;
    width: 35%;
    z-index: -9;
}

.f-r-shadow {
    position: absolute;
    top: -126px;
    right: 0;
    width: 35%;
    z-index: -9;
}

.form-inner-section {
    background-color: #fff;
    padding: 70px 20px 50px;
    margin: 0;
    border-radius: 30px;
}

.form-inner-section h4 {
    font-family: "Poppins", sans-serif;
    font-size: 55px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.02em;
    color: #1a1a1a;
    text-align: center;
}

.form-inner-option {
    margin: 40px 0 0;
    padding: 0;
}

.form-inner-option .form-group {
    position: relative;
    margin: 50px 0;
}

/* .form-inner-option .form-group:first-child {
      margin: 0;
    } */

.form-inner-option i.fa {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 9999;
}

.form-inner-option .form-group .form-control {
    border-radius: 12px;
    box-shadow: 1px 2px 0px 0px rgba(136, 136, 136, 0.5);
    -webkit-box-shadow: 1px 2px 0px 0px rgba(136, 136, 136, 0.5);
    min-height: 48px;
}

.form-control {
    position: relative;
    padding-left: 45px !important;
}

.icon-name input {
    padding-left: 35px;
    /* Space for icon */
    background: url('/wp-content/themes/ilmu.ai/assets/images/user.svg') no-repeat 15px center;
    background-size: 18px 18px;
    text-indent: 30px;
}

.icon-email input {
    padding-left: 35px;
    /* Space for icon */
    background: url('/wp-content/themes/ilmu.ai/assets/images/email.svg') no-repeat 15px center;
    background-size: 18px 18px;
    text-indent: 30px;
}

.icon-work input {
    padding-left: 35px;
    /* Space for icon */
    background: url('/wp-content/themes/ilmu.ai/assets/images/work.svg') no-repeat 15px center;
    background-size: 18px 18px;
    text-indent: 30px;
}

.icon-why input {
    padding-left: 35px;
    /* Space for icon */
    background: url('/wp-content/themes/ilmu.ai/assets/images/why.svg') no-repeat 15px center;
    background-size: 18px 18px;
    text-indent: 30px;
}


.btn-submit {
    background-color: #1a1a1a;
    color: #fff;
    padding: 20px 50px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 50px;
    width: 100%;
}

.btn-submit:hover {
    text-decoration: none;
    color: #fff;
}

.f-botton-text {
    margin: -25px 0 0;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 150%;
    text-align: center;
}

.f-botton-text span {
    font-weight: 600;
}

.fm-form-container .fm-form .fm-message.fm-notice-error{
    border-radius: 12px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
}

/* form section end*/

/* footer section */

.footer {
    background-color: #242424;
    font-size: 14px;
    color: #fff;
    position: relative;
    padding: 70px 0 0;
}

.footer .footer-top {
    padding-top: 50px;
    border-top: 0px solid #fff;
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 15px;
}

.footer .footer-about .logo img {
    max-height: 40px;
    margin-right: 6px;
}

.footer .footer-about .sitename {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    line-height: 140%;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
}

.footer .footer-about p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 100%;
}

.footer .footer-contact p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 26px;
    color: #E8E9ED;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a img {
    height: 30px;
    width: 30px;
}

.footer h4 {
    font-size: 14px;
    font-weight: 400;
    color: #E8E9ED;
    position: relative;
    padding-bottom: 12px;

}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 12px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    line-height: 1;
}

.footer .footer-links ul a:hover {
    text-decoration: underline;
    color: #fff;
}



.footer-logo-m {
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.footer .copyright {
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 3rem;
}

.footer .copyright p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #E8E9ED;
    letter-spacing: 0%;
    margin-bottom: 0;
}

/* footer section end */

/* privacy section */
.privacy-section {
    background-color: #fff;
    border-radius: 20px;
    position: fixed;
    bottom: 0;
    margin: 0 auto;
    padding: 20px;
    left: 0;
    right: 0;
    width: 70%;
}

.privacy-inner-section {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.privacy-inner-section .left-privacy-content {
    margin: 0;
    padding: 0;
}

.privacy-inner-section .left-privacy-content h5 {
    margin: 0 0 0px;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #10182F;
    letter-spacing: 0%;
    vertical-align: middle;
}

.privacy-inner-section .left-privacy-content p {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #10182F;
    letter-spacing: 0%;
    vertical-align: middle;
}

.privacy-inner-section .right-privacy-content {
    margin-left: auto;
    display: flex;
    gap: 10px;
}

.privacy-inner-section .right-privacy-content .btn-reject {
    background-color: #DCDCDD;
    color: #fff;
    padding: 10px 20px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 50px;
    width: 100%;
}

.privacy-inner-section .right-privacy-content .btn-allow {
    background-color: #2B2B2B;
    color: #fff;
    padding: 10px 20px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    border-radius: 50px;
    width: 100%;
}

.privacy-inner-section .right-privacy-content .btn-allow:hover {
    text-decoration: none;
    color: #fff;
}

/* privacy section end*/

@media only screen and (min-device-width: 1600px) and (max-device-width: 2880px) {
    #hero-slider .carousel-item .inner-content-sec {
        margin: 0;
        padding: 0px 0 0 0%;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: self-start;
        text-align: left
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec img {
        width: 40%;
        height: auto !important;
        margin: 0 0 20px;
        display: block;
    }

    #hero-slider .carousel-item .inner-content-sec h1 {
        font-family: "Poppins", sans-serif;
        font-size: 80px;
        line-height: 108%;
        font-weight: 600;
        letter-spacing: -0.02em;
        margin-bottom: 15px;
        font-display: swap;
    }

    #hero-slider .carousel-item .inner-content-sec p {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.02em;
        font-display: swap;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec {
        margin: 30px 0 0;
        padding: 0;
    }

    .pink-btn {
        font-size: 24px !important;
    }

    .blue-btn {
        font-size: 24px !important;
    }
}

@media only screen and (max-device-width: 992px) {
    #hero-slider .carousel-item img {
        width: 100%;
        height: auto;
        min-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }


    #hero-slider .carousel-item .inner-content-sec {
        margin: 35px auto;
        padding: 0px 0 0 0%;
        width: 95%;
        height: auto;
        /* display: block; */
        align-items: self-start;
        text-align: left
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec {
        position: relative;
        /* display: block; */
        width: 100%;
        text-align: left;
    }


    #hero-slider .carousel-item .inner-content-sec .title-sec img {
        width: 40%;
        height: auto !important;
        margin: 0 auto 20px;
        display: block;
    }

    #hero-slider .carousel-item .inner-content-sec h1 {
        font-family: "Poppins", sans-serif;
        font-size: 60px;
        line-height: 66px;
        font-weight: 600;
        letter-spacing: -0.02em;
        margin-bottom: 15px;
        font-display: swap;
    }

    #hero-slider .carousel-item .inner-content-sec p {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.02em;
        font-display: swap;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec {
        margin: 30px 0 0;
        padding: 0;
    }

    .carousel-indicators {
        margin-bottom: 1rem;
    }

    .mid-video-box {
        position: relative;
        padding: 20px 10px 20px 10px;
        margin: 0;
        min-height: auto;
    }

    .mid-video-box-l {
        padding: 20px 10px 20px 10px;
    }

    /* .mid-video-box .unboxing-video-section video {
        top: 4%;
        right: 0%;
    } */

    .mid-inner-content {
        margin: 0;
        padding: 20px 20px 20px 40px;
    }

    .getway {
        scroll-snap-type: x mandatory;
        overflow-y: auto;
        padding: 0px 0 20px;
    }

    /* .data_rwd {
        width: 85%;
    } */

    /* .f-botton-text br{
        display: none;
    } */
}

/* IPAD Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 990px) and (-webkit-min-device-pixel-ratio: 2) {

    /* .hero-slider-section {
        margin-top: 100px;
    } */
    .navbar-toggler {
        padding: .25rem .0rem !important;
    }

    .navbar-brand img {
        height: 35px;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }

    .language-drop {
        margin: 15px 0 0 0px;
        padding: 0;
        position: relative;
    }

    .language-drop ul {
        justify-content: center;
    }

    #hero-slider .carousel-item .inner-content-sec {
        margin: 35px auto;
        padding: 0 0 0 15px;
        width: 100%;
        /* display: block; */
        height: unset;
        align-items: flex-start !important;
    }

    #hero-slider .carousel-item img {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec {
        position: relative;
        display: block;
        width: 100%;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec img {
        width: 40%;
        margin: 0 auto 15px;
    }

    #hero-slider .carousel-item .inner-content-sec h1 {
        font-size: 60px;
        line-height: 66px;
        margin-top: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    #hero-slider .carousel-item .inner-content-sec p {
        font-size: 24px;
        line-height: 30px;
        text-align: left;
    }

    #hero-slider .carousel-item .inner-content-sec p br {
        display: unset;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec {
        margin: 20px auto;
        padding: 0;
        text-align: center;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec .pink-btn,
    #hero-slider .carousel-item .inner-content-sec .btn-sec .blue-btn {
        font-size: 16px;
        font-weight: 700;
        line-height: 18px;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec img {
        width: auto !important;
        height: 35px !important;
        margin: 0px auto;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 {
        width: auto;
        display: flex;
        margin-top: 15px;
        margin: 0 auto;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 {
        font-weight: 800;
        font-size: 48px;
        line-height: 31px;
        padding-top: 5px;
        position: relative;
        margin-left: 48px;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 sup {
        font-size: 24px;
        line-height: 24px;
        height: 40px;
        left: -45px;
        top: 0px;
    }

    .carousel-indicators {
        margin-bottom: 0.5rem;
    }

    .condition-text {
        font-size: 8px;
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

    .getway {
        scroll-snap-type: x mandatory;
        overflow-y: auto;
        padding: 0px 0 20px;
    }

    /* .data_rwd {
        width: 85%;
    } */

    .mid-section {
        padding: 50px 0;
    }

    .mid-section-inner {
        margin: 0;
    }

    .mid-inner-content {
        margin: 0;
        padding: 20px 20px;
    }

    .mid-video-box-l {
        padding: 20px 0 0;
    }

    .privacy-section {
        width: 80%;
    }

    .privacy-inner-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer-logo-m {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .footer .copyright {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .footer .copyright p {
        text-align: left;
    }
}

/*IPAD Air*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1500px) and (orientation: landscape) {}

/* @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)  */
@media only screen and (min-device-width: 280px) and (max-device-width: 767px) and (-webkit-min-device-pixel-ratio: 2) {
    .navbar-collapse {
        position: absolute;
        background: #fff;
        width: 100%;
        padding: 20px;
        top: 100%;
        z-index: 99;
        left: 0;
    }

    .navbar-toggler {
        padding: .25rem .0rem !important;
    }

    .navbar-brand img {
        height: 30px;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }

    .language-drop {
        margin: 15px 0 0 0px;
        padding: 0;
        position: relative;
    }

    .language-drop ul {
        justify-content: center;
    }

    /* .hero-slider-section {
        margin-top: 90px;
    } */

    #hero-slider .carousel-item .inner-content-sec {
        margin: 20px auto;
        padding: 0 0 0 15px;
        width: 100%;
        /* display: block; */
        height: unset;
        align-items: flex-start !important;
    }

    #hero-slider .carousel-item img {
        height: auto;
        -o-object-fit: unset;
        object-fit: unset;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec {
        position: relative;
        display: block;
        width: 100%;
    }

    #hero-slider .carousel-item .inner-content-sec .title-sec img {
        width: 30%;
        margin: 0 auto 10px;
    }

    #hero-slider .carousel-item .inner-content-sec h1 {
        font-size: 32px;
        line-height: 108%;
        margin-top: 0px;
        text-align: left;
        margin-bottom: 10px;
    }

    #hero-slider .carousel-item .inner-content-sec p {
        font-size: 14px;
        line-height: 160%;
        text-align: left;
    }

    #hero-slider .carousel-item .inner-content-sec p br {
        display: unset;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec {
        margin: 10px auto;
        padding: 0;
        text-align: center;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec .pink-btn,
    #hero-slider .carousel-item .inner-content-sec .btn-sec .blue-btn {
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
    }

    #hero-slider .carousel-item .inner-content-sec .btn-sec img {
        width: auto !important;
        height: 35px !important;
        margin: 0px auto;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 {
        width: auto;
        display: flex;
        margin-top: 15px;
        margin: 0 auto;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 {
        font-weight: 800;
        font-size: 40px;
        line-height: 31px;
        padding-top: 5px;
        position: relative;
        margin-left: 48px;
    }

    #hero-slider .carousel-item .inner-content-sec .pricing-2 h4 sup {
        font-size: 24px;
        line-height: 24px;
        height: 40px;
        left: -45px;
        top: 0px;
    }

    .condition-text {
        font-size: 8px;
        position: absolute;
        bottom: 10px;
        right: 15px;
    }

    .mid-section {
        padding: 30px 0 60px;
    }

    .mid-section-inner {
        margin: 0;
        padding-bottom: 10px;
    }

    .mid-inner-content {
        margin: 0;
        padding: 30px 20px 10px;
    }

    .mid-inner-content h2 {
        font-size: 28px;
        margin: 0px 0 15px;
    }

    /* .mid-inner-content h2 br{
        display: none;
    } */

    .mid-inner-content p {
        font-size: 12px;
    }

    /* .mid-inner-content p br{
        display: none;
    } */

    .mid-video-box {
        position: relative;
        padding: 20px 0px 0px 0;
        margin: 0;
        min-height: auto;
    }

    .mid-video-box-l {
        padding: 20px 0 0;
    }

    /* .mid-video-box .unboxing-video-section video {
        top: 0;
        right: 0
    } */

    .process-section {
        background-color: unset;
        padding: 0px 0 30px;
    }

    .pro-content-section {
        padding: 30px 20px 20px;
        margin: 0;
        height: 300px;
    }

    .getway {
        scroll-snap-type: x mandatory;
        overflow-y: auto;
        padding: 0px 0 20px;
    }

    .data_rwd {
        width: 85%;
    }

    .pro-head-section h3 {
        font-size: 28px;
        padding: 0 20px;
    }

    .pro-head-section p {
        font-size: 14px;
        padding: 0 20px;
    }

    .pro-head-section p br {
        display: none;
    }
    .form-inner-option {
    margin: 20px 0 0;
    padding: 0;
}

    .form-inner-section h4 {
        font-size: 28px;
    }

    .f-botton-text {
        margin: -20px 0 0;
        font-size: 14px;
    }

    .footer-logo-m {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .footer .footer-about .sitename {
        padding-right: 30px;
    }

    .footer .copyright {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
    }

    .footer .copyright p {
        text-align: left;
    }

    .privacy-section {
        width: 90%;
    }

    .privacy-inner-section {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .privacy-inner-section .right-privacy-content {
        margin-left: unset;
        margin-top: 10px;
    }

    .privacy-inner-section .left-privacy-content h5 {
        font-size: 16px;
    }

    .privacy-inner-section .left-privacy-content p {
        font-size: 12px;
        line-height: 20px;
    }
}