@import 'https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.theme.default.css';
@import 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css';
@import 'https://unpkg.com/aos@2.3.1/dist/aos.css';
@import 'validation.css';
@import 'common.css';
@import 'https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Suranna&display=swap';
@import 'https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/17.0.13/css/intlTelInput.css';

* {
    font-family: "IBM Plex Sans", sans-serif;
}

body {
    overflow-x: hidden;
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
}
h1,h2,h3 {
    text-transform: capitalize;
}

@media (min-width: 1300px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1200px;
    }
}

::-webkit-scrollbar-track-piece {
    background: #ccc;
    width: 4px !important;
}

::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 50px;
    width: 4px !important;
}

::-webkit-scrollbar-track-piece:decrement {
    background: #ccc;
    width: 4px !important;
}

::-webkit-scrollbar {
    width: 4px !important;
}

.mobile-view-content{
    text-align: right !important;
}

.header {
    background-color: #E7E7E7;
}

.header .navbar {
    padding: 0;
}

.header .navbar-expand-xl .navbar-collapse {
    margin-left: 2rem;
}

.header .navbar-expand-xl .navbar-nav .nav-item {
    margin: 0 12px;
}

.header .navbar-expand-xl .navbar-nav .nav-link {
    color: #2E2E2E;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
    padding: 8px 0;
    position: relative;
}

.header .navbar-expand-xl .navbar-nav .nav-link::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background: #d3292a;
    transition: .7s;
}

.header .navbar-expand-xl .navbar-nav .nav-link.header-btn::after {
    display: none;
}

.header .navbar-expand-xl .navbar-nav .nav-link:hover::after,.header .navbar-expand-xl .navbar-nav .nav-link.active::after {
    width: 100%;
    transition: .7s;
}

.header .navbar-expand-xl .navbar-nav .nav-link.header-btn {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    border-radius: 8px;
    background: #000;
    /* text-transform: capitalize; */
    text-transform: uppercase;
    padding: 8px 25px;
}

main {
    margin-top: 65px;
}

.hero-section {
    background: #0A143C;
    height: 100vh;
}

.hero-section .container-fluid {
    position: relative;
    background: #0A143C;
}

.hero-section .banner-video {
    position: absolute;
    width: 75%;
    height: 100vh;
    right: 0;
    overflow: hidden;
}

.hero-section .banner-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.hero-section .banner-color-layer {
    position: absolute;
    width: 55%;
    height: 100vh;
    left: 0;
    background: linear-gradient(90deg, #0A143C 48.09%, rgba(10, 20, 60, 0.00) 101.11%);
}

.hero-section .container {
    position: relative;
    z-index: 9;
    color: #fff;
    height: 100vh;
}

.hero-section .hero-banner-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    gap: 20px;
}

.hero-section .hero-banner-box .hero-banner-heading {
    text-align: center;
    color: #FFF;
    font-size: 50px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.hero-section .hero-banner-box .hero-banner-para {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
}

.hero-section .hero-banner-box .hero-banner-btn-sec {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding-top: 10px;
}

.hero-section .hero-banner-box .watch-film {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    border-radius: 50px;
    background: #FFF;
    padding: 7px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-bottom: 10px;
    display: inline-flex;
}

.hero-section .hero-banner-box .watch-film:hover {
    background: transparent;
    color: #FFF;
    box-shadow: 0 0 10px #aba3a3a6;
}

.hero-section .hero-banner-box .learn-more {
    color: #FFF;
    font-size: 17px;
    font-weight: 500;
    line-height: normal;
    border-radius: 50px;
    background: transparent;
    padding: 7px 20px;
    text-decoration: none;
    border: 1px solid #fff;
    margin-bottom: 10px;
    display: inline-flex;
}

.hero-section .hero-banner-box .learn-more:hover {
    color: #000;
    background: #FFF;
    box-shadow: 0 0 10px #aba3a3a6;
}

.hero-banner-links {
    display: flex;
    list-style: none;
    padding-left: 0;
    justify-content: center;
}

.hero-section .hero-banner-box .hero-banner-links li a {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: .5s;
    padding: 6px;
}
.hero-section .hero-banner-box .hero-banner-links li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 1px;
    transition: .5s;
}

.hero-banner-links li+li:before {
    padding: 8px;
    content: "|";
}

.form-group .text-end {
    text-align: left !important;
}

.applications-sec {
    padding: 60px 0 40px;
}

.applications-sec .applications-sec-heading {
    color: #231F20;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}

.applications-sec .applications-sec-para {
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.left-content-sec {
    background: linear-gradient(270deg, rgba(217, 217, 217, 0.00) 48.85%, #12024A 144.27%);
    padding: 50px 0;
    margin-bottom: 1rem;
}

.left-content-sec .left-content-sec-heading {
    color: #231F20;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.left-content-sec .left-content-sec-para {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}

.left-content-sec .btn-style,
.right-content-sec .btn-style {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    background: #FFF;
    display: inline-flex;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
    transition: .7s;
}

.left-content-sec .btn-style:hover,
.right-content-sec .btn-style:hover {
    transition: .7s;
    box-shadow: 0px 0px 10px 0px rgb(0 26 91 / 83%);
}

.right-content-sec {
    background: linear-gradient(90deg, rgba(217, 217, 217, 0.00) 48.85%, #12024A 144.27%);
    padding: 50px 0;
    text-align: end;
    margin-bottom: 1rem;
}

.right-content-sec .right-content-sec-heading {
    color: #231F20;
    font-size: 25px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.right-content-sec .right-content-sec-para {
    color: #333;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 18px;
}

.right-content-sec .right-content-sec-img,
.left-content-sec .left-content-sec-img {
    width: 100%;
}

.get-app-mobile {
    padding: 100px 0 70px;
    overflow: hidden;
}

.get-app-mobile .get-app-mobile-box {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(213, 173, 219, 0.50) 100%);
    backdrop-filter: blur(2px);
    padding: 30px 35px;
    /* margin-bottom: 2rem; */
    box-shadow: 0 0 5px #ccc;
    box-shadow: 0 -55px 90px #e64e4e2b;
}

.get-app-mobile .get-app-mobile-box .get-app-mobile-heading {
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 8px;
}

.get-app-mobile .get-app-mobile-box .get-app-mobile-para {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.get-app-mobile .get-app-mobile-box .btn-style {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    display: inline-flex;
    padding: 8px 15px 9px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 26, 91, 0.25);
    transition: .7s;
}

.get-app-mobile .get-app-mobile-box .btn-style:hover {
    transition: .7s;
    box-shadow: 0px 0px 10px 0px rgb(0 26 91 / 83%);
}

.get-app-mobile .container {
    position: relative;
}

.get-app-mobile .right-side-circle {
    position: absolute;
    top: 35px;
    right: -200px;
    width: 400px;
    height: 400px;
    border-radius: 457px;
    border: 40px solid #D9D9D9;
}

.get-app-mobile .left-side-circle {
    position: absolute;
    left: -150px;
    bottom: -170px;
    width: 375px;
    height: 375px;
    border-radius: 457px;
    border: 40px solid #D9D9D9;
}

.get-app-mobile .right-side-circle-dot {
    position: absolute;
    left: 250px;
    bottom: 145px;
    width: 100px;
    height: 100px;
    background: #f64043;
    fill: #F64043;
    filter: blur(100px);
    z-index: -1;
}

.get-app-mobile .left-side-circle-dot {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: #f64043;
    fill: #F64043;
    filter: blur(100px);
    z-index: -1;
}

.explore-variants {
    background: linear-gradient(180deg, #0C1148 -24.7%, #6E7FC7 40.83%, #FFF 100%);
    padding: 50px 0 90px;
    text-align: center;
    overflow: hidden;
}

.explore-variants .explore-variants-heading {
    color: #FFF;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 35px;
}

.explore-variants a {
    text-decoration: none;
}

.explore-variants .explore-variants-box {
    position: relative;
    background: linear-gradient(180deg, rgba(74, 90, 190, 0.50) 0%, rgba(32, 42, 96, 0.50) 100%);
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    padding: 15px 15px 25px;
    z-index: 1;
    overflow: hidden;
    gap: 10px;
    min-height: 400px;
    justify-content: space-between;
}
.explore-variants .explore-variants-box.about {
    min-height: auto !important;
}

.explore-variants .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    top: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    left: 0px;
}

.explore-variants .owl-nav button.owl-prev {
    color: #fff;
    margin-left: -15px;
    background: transparent;
}

.explore-variants .owl-nav button.owl-next {
    color: #fff;
    margin-right: -15px;
    background: transparent;
}

.explore-variants .explore-variants-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    /* Match the border-radius of the main element */
    padding: 1px;
    /* Border width */
    background: linear-gradient(to bottom, #fff, #202a60);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    z-index: -1;
}

.explore-variants .explore-variants-box .explore-variants-box-content .explore-variants-box-content-heading {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 10px;
}

.explore-variants .explore-variants-box .explore-variants-box-content .explore-variants-box-content-btn-style {
    display: flex;
    border-radius: 50px;
    border: 1px solid #FFF;
    padding: 7px 25px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: .7s;
}

.explore-variants .explore-variants-box .explore-variants-box-content .explore-variants-box-content-btn-style:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
    box-shadow: 0 0 5px 1px #ffffff85;
    transition: .7s;
}

.explore-variants .container {
    position: relative;
}

.explore-variants .right-side-circle {
    position: absolute;
    right: -120px;
    bottom: -85px;
    width: 200px;
    height: 220px;
    border-radius: 457px;
    border: 25px solid #E7E7E7;
}

.blog-sec {
    padding: 40px 0;
}

.blog-sec .blog-sec-heading {
    color: #231F20;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 2rem;
}

.blog-sec .blog-sec-atag {
    text-decoration: none;
}

.blog-sec .blog-sec-box {
    border-radius: 10px;
    border: 2px solid #FFF;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.50) 0%, rgba(173, 187, 219, 0.50) 100%);
    backdrop-filter: blur(2px);
    overflow: hidden;
    box-shadow: 0 0 5px #ccc;
    margin-bottom: 20px;
}

.blog-sec .blog-sec-box .blog-sec-box-img {
    height: 185px;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-sec .blog-sec-box .blog-sec-box-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-sec .blog-sec-box .blog-sec-box-content {
    padding: 0px 15px 5px;
    height: 135px;
    overflow-y: auto;
    margin-bottom: 6px;
}
.blog-sec .blog-sec-box .blog-sec-box-content .blog-sec-box-content-date {
    color: #e41e25;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0;
}
.date-word {
    color: #231F20;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}
.blog-sec .blog-sec-box .blog-sec-box-content .blog-sec-box-content-heading {
    color: #231F20;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0px;
}

.blog-sec .blog-sec-box .blog-sec-box-content .blog-sec-box-content-para {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.blog-sec .btn-style {
    display: inline-flex;
    width: 196px;
    height: 45px;
    padding: 11px 32px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 50px;
    background: #FFF;
    box-shadow: 2px 4px 4px 0px rgba(0, 26, 91, 0.25);
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    transition: .7s;
}

.blog-sec .btn-style:hover {
    box-shadow: 0px 0px 10px 0px rgb(0 26 91 / 78%);
    transition: .7s;
}

.faqs {
    padding: 40px 0;
}

.faqs .faqs-sec .faqs-sec-heading {
    color: #231F20;
    font-size: 40px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    margin-bottom: 40px;
}

.faqs .faqs-sec .card {
    border: none;
    border-bottom: 1px solid #8F8F8F;
    border-radius: 0;
    margin-bottom: 15px;
}

.faqs .faqs-sec .card:last-child {
    border: none;
}

.faqs .faqs-sec .card-header {
    padding: 5px 0;
    border: none;
    background: transparent;
}

.faqs .faqs-sec .faqs-sec-btn {
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    gap: 10px;
    border: none;
}

.faqs .faqs-sec .faqs-sec-btn .btn-content {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 145%;
    text-align: left;
}

.faqs .faqs-sec .faqs-sec-btn .plus-icon {
    transition: .7s;
    transform: rotate(45deg);
}

.faqs .faqs-sec .faqs-sec-btn.collapsed .plus-icon {
    transform: rotate(360deg);
    transition: .7s;
}

.faqs .faqs-sec .card-body,
.faqs .faqs-sec .card-body p {
    color: #7A7A7A;
    font-size: 16px;
    font-weight: 400;
    line-height: 145%;
    /* 23.2px */
    padding: 0;
}

.faqs .faqs-sec .card-body {
    padding-bottom: 15px;
}

.switches {
    padding: 30px 0 19px;
}

.switches .switches-box {
    /* background: url(../images/resource/switches.webp) no-repeat center / cover; */
    padding: 40px;
    text-align: center;
    border-radius: 8px;
    border-radius: 8px;
    background: url(../images/resource/switches.webp) lightgray 0px -292.524px / 100% 354.902% no-repeat;
    background: linear-gradient(0deg, rgb(0 0 0 / 21%) 0, rgb(0 0 0 / 17%) 43%) 0 0 / cover, url(../images/resource/switches.webp) center / cover no-repeat;
}

.switches .switches-box .switches-box-heading {
    color: #231F20;
    font-size: 25px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

.switches .switches-box .switches-box-heading span {
    font-size: 35px;
}

.switches .switches-box .swt-btn {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    transition: .7s;
}

.switches .switches-box .swt-btn:hover {
    transition: .7s;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 63%);
}

.more-information-sec {
    background: url(../images/resource/more-information.webp) lightgray -2.415px 2.595px / 30.912% 99.241% no-repeat;
    background-size: cover;
    background-position: left top;
    padding: 50px 0;
}

.more-information-sec .more-imp-sec-heading {
    color: #686868;
    font-size: 40px;
    font-weight: 600;
    line-height: normal;
}

.more-information-sec .more-imp-sec-para {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    /* 20.3px */
    margin-bottom: 20px;
}

.more-information-sec .form-section .form-control {
    border-radius: 5px;
    border: 0.5px solid #00000052;
    opacity: 0.7;
    background: #FFF;
    margin-bottom: 15px;
}

.iti {
    display: block;
    margin-bottom: 1rem;
}

.iti .iti__country-list {
    z-index: 9999999 !important;
}
#country-code-input {
    position: absolute;
}

.more-information-sec .form-section .button-style {
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    border: 1px solid #000;
    background: #FFF;
    padding: 10px 30px;
    text-decoration: none;
    transition: .7s;
}

.more-information-sec .form-section .button-style:hover {
    transition: .7s;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 55%);
}

.footer {
    padding: 50px 0 10px;
}

.footer .footer-heading {
    color: #231F20;
    font-size: 18px;
    font-weight: 500;
    line-height: 145%;
    /* 26.1px */
    margin-bottom: 15px;
}

.footer .footer-links {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 10px 0;
}

.footer .footer-links li {
    flex: 0 0 auto;
    width: 50%;
    list-style: none;
}

.footer .footer-links .footer-link {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 145%;
    /* 20.3px */
    text-decoration: none;
}

.footer p,
.footer p a {
    color: #333;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    /* 21px */
    text-decoration: none;
    margin: 0;
}

.footer .contact-box {
    margin-top: 45px;
}

.footer .contact-box p {
    margin-bottom: 10px;
}

.footer .border-link-box {
    border-right: 1px solid #ccc;
    min-height: 110px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .social-links {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    gap: 12px;
    margin-top: 15px;
    margin-bottom: 0;
}

.footer .social-links a {
    background: -webkit-linear-gradient(top, #f9f9f9 0%, #D2D2D2 80%, #c0c0c0 100%);
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 7px;
    border-color: #e0e0e0 #b0b0b0;
    border-style: solid;
    border-radius: 7px;
    transition: all 0.3s;
    cursor: pointer;
}

.footer .social-links a:hover,
.footer .social-links a:active {
    transform: translateY(2px);
}

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

.footer .bottom-footer {
    border-top: .5px solid #8F8F8F;
    padding-top: 10px;
    margin-top: 30px;
}

.footer iframe {
    height: 150px;
}

/* .scroll-top {
    width: 2.4rem;
    height: 2.4rem;
    background: #d9281f;
    color: #ffffff;
    position: fixed;
    bottom: 4rem;
    right: 2rem;
    z-index: 9999;
    border: none;
    border-radius: .3rem;
    display: none;
    transition: 0.5s ease;
} */

#scrollTopBtn {
    position: fixed;
    bottom: 80px;
    right: 0px;
    background-color: transparent;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    display: none;
    font-size: 16px;
}
#scrollTopBtn img {
    width: 40px;
    transition: .7s;
}
#scrollTopBtn:hover img {
    transform: translateY(-10px);
    transition: .7s;
}

/* #scrollTopBtn:hover {
    background-color: #312b69;
} */
.other-site {
    font-weight: 500;
    font-size: 15px;
    margin: 10px 0;
    color: #feed00;
    background: #312b69;
    transition: .7s;
}
.other-site:hover {
   transition: .7s;
   color: #feed00;
   background: #312b69;
    box-shadow: 0 0 10px #2a2951;
}
.modal-content {
    background: linear-gradient(180deg, #0C1148 -24.3%, #6a7cca 75.83%, #FFF 100%);
    border: none;
}

.modal-header {
    position: absolute;
    background: #202a60;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    border: none;
}

.modal-header .modal-title {
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.modal-header .btn-close {
    background: transparent;
    font-size: 36px;
    color: #fff;
    opacity: 1;
}

.modal-body {
    height: 400px;
    overflow-y: auto;
    margin-top: 100px;
    padding-bottom: 30px;
}

.modal-body p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: normal;
    margin-bottom: 5px;
    text-align: center;
}

.modal-body h5 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: normal;
    margin-bottom: 5px;
    text-align: center;
}

.modal-body .modal-img {
    border: 1px solid #919191;
    box-shadow: 0 0 10px #505050ad;
    border-radius: 10px;
    margin: 20px 0;
}

@media (max-width: 1200px) {
    main {
        margin-top: 75px;
    }

    .header .navbar {
        padding-bottom: 10px;
    }

    .header .navbar-expand-xl .navbar-collapse {
        margin-left: 0;
        margin-top: 1rem;
    }

    .header .navbar-expand-xl .navbar-nav .nav-item {
        margin: 0;
    }

    .header .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 15px;
        line-height: 20px;
        padding: 5px 0;
        display: inline-block;
    }

    .header .navbar-expand-xl .navbar-nav .nav-link::after {
        bottom: 3px;
    }

    .header .navbar-expand-xl .navbar-nav .nav-link.header-btn {
        margin-top: 10px;
    }

    .navbar-toggler {
        padding: 0;
        border: none !important;
        box-shadow: none !important;
    }

    .hero-section .hero-banner-box .hero-banner-heading,
    .applications-sec .applications-sec-heading {
        font-size: 36px;
    }

    .hero-section .hero-banner-box .hero-banner-links li a {
        font-size: 16px;
    }

    .hero-section .hero-banner-box .watch-film {
        font-size: 15px;
    }

    .applications-sec,
    .left-content-sec,
    .right-content-sec,
    .get-app-mobile,
    .explore-variants,
    .blog-sec,
    .faqs,
    .more-information-sec {
        padding: 40px 0;
    }

    .applications-sec .applications-sec-para {
        font-size: 16px;
    }

    .right-content-sec,
    .left-content-sec {
        background: #c7bee7;
    }

    .left-content-sec .left-content-sec-heading,
    .right-content-sec .right-content-sec-heading {
        font-size: 20px;
    }

    .left-content-sec .left-content-sec-para,
    .right-content-sec .right-content-sec-para {
        font-size: 15px;
    }

    .left-content-sec .btn-style,
    .right-content-sec .btn-style {
        font-size: 16px;
        padding: 8px 20px;
    }

    .get-app-mobile .get-app-mobile-box .btn-style {
        font-size: 15px;
    }

    .explore-variants .explore-variants-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .explore-variants .explore-variants-box .explore-variants-box-content .explore-variants-box-content-heading {
        font-size: 18px;
    }

    .explore-variants .explore-variants-box .explore-variants-box-content .explore-variants-box-content-btn-style {
        padding: 5px 20px 6px;
        font-size: 16px;
    }

    .explore-variants .explore-variants-box {
        padding: 15px 15px 20px;
    }

    .blog-sec .blog-sec-heading {
        font-size: 36px;
        margin-bottom: 1rem;
    }

    .blog-sec .blog-sec-box .blog-sec-box-content .blog-sec-box-content-heading {
        font-size: 15px;
        line-height: normal;
        margin-bottom: 5px;
    }

    .blog-sec .blog-sec-box .blog-sec-box-content .blog-sec-box-content-para {
        font-size: 15px;
        line-height: normal;
    }

    .faqs .faqs-sec .faqs-sec-heading {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .faqs .faqs-sec .faqs-sec-btn .btn-content {
        font-size: 17px;
    }

    .faqs .faqs-sec .card-body,
    .faqs .faqs-sec .card-body p {
        font-size: 15px;
    }

    .switches .switches-box .switches-box-heading {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .switches .switches-box .switches-box-heading span {
        font-size: 28px;
    }

    .switches .switches-box .swt-btn {
        font-size: 17px;
        padding: 7px 20px;
    }

    .switches .switches-box {
        padding: 20px;
    }

    .footer {
        padding: 40px 0 10px;
    }

    .footer .footer-heading {
        margin-bottom: 10px;
    }

    .footer .footer-links {
        gap: 3px 0;
    }

    .more-information-sec .more-imp-sec-heading {
        font-size: 36px;
    }

    .more-information-sec .form-section .button-style {
        font-size: 17px;
        padding: 7px 20px;
    }

    .footer .bottom-footer {
        padding-top: 8px;
        margin-top: 20px;
    }

    .footer p,
    .footer p a,
    .footer .footer-links .footer-link {
        font-size: 12px;
        line-height: normal;
    }

    .footer .border-link-box {
        min-height: 100px;
    }

    .footer .contact-box {
        margin-top: 35px;
    }

    .footer .contact-box img {
        width: 15px;
    }

    .footer iframe {
        height: 110px;
        margin-top: 20px;
    }

    .footer .contact-box p {
        margin-bottom: 5px;
    }
}

@media (max-width: 991px) {
    .hero-section {
        height: auto;
        padding-bottom: 30px;
    }

    .hero-section .banner-video {
        position: static;
        width: 100%;
        height: auto;
    }

    .hero-section .hero-banner-box {
        height: auto;
        gap: 20px;
        padding-top: 20px;
    }

    .hero-section .container {
        height: auto;
    }

    .hero-section .banner-color-layer {
        display: none;
    }

    .hero-banner-links {
        margin-bottom: 20px;
    }

    .hero-section .hero-banner-box .hero-banner-para {
        font-size: 16px;
    }

    .applications-sec,
    .left-content-sec,
    .right-content-sec,
    .get-app-mobile,
    .explore-variants,
    .blog-sec,
    .faqs,
    .more-information-sec {
        padding: 30px 0;
    }

    .hero-section .hero-banner-box .hero-banner-heading,
    .applications-sec .applications-sec-heading {
        font-size: 32px;
    }

    .right-content-sec,
    .left-content-sec {
        margin-bottom: 0;
    }

    .get-app-mobile .get-app-mobile-box {
        padding: 20px;
    }

    .explore-variants .explore-variants-heading {
        font-size: 32px;
    }

    .explore-variants .explore-variants-box {
        padding: 15px 15px 25px;
        /* height: 95%; */
        margin-bottom: 11px;
    }

    .blog-sec .blog-sec-heading {
        font-size: 32px;
    }

    .faqs .faqs-sec .faqs-sec-heading {
        font-size: 32px;
        margin-bottom: 18px;
    }

    .switches {
        padding: 25px 0 15px;
    }

    .switches .switches-box .switches-box-heading {
        font-size: 17px;
        margin-bottom: 10px;
    }

    .switches .switches-box .switches-box-heading span {
        font-size: 24px;
    }

    .switches .switches-box .swt-btn {
        font-size: 15px;
        padding: 5px 17px;
    }

    .blog-sec .btn-style {
        width: auto;
        height: auto;
        padding: 7px 25px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    .applications-sec,
    .left-content-sec,
    .right-content-sec,
    .get-app-mobile,
    .explore-variants,
    .blog-sec,
    .faqs,
    .more-information-sec {
        padding: 25px 0;
    }

    .get-app-mobile .get-app-mobile-box {
        margin: 20px 0;
    }

    .get-app-mobile {
        padding: 20px 0;
    }

    .get-app-mobile .left-side-circle,
    .get-app-mobile .right-side-circle {
        z-index: -1;
    }

    .explore-variants .explore-variants-heading {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .explore-variants .explore-variants-box {
        height: auto;
        margin-bottom: 15px;
    }

    .more-information-sec .more-imp-sec-heading {
        font-size: 28px;
    }

    .right-content-sec .right-content-sec-img,
    .left-content-sec .left-content-sec-img {
        margin-bottom: 1.2rem;
    }

    .left-content-sec .btn-style {
        margin-bottom: 24px;
    }

    .footer .bottom-footer {
        text-align: center;
    }
    #scrollTopBtn {
        right: unset;
        left: 0;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding-bottom: 20px;
    }

    .hero-section .hero-banner-box {
        gap: 10px;
        padding-top: 15px;
    }

    .hero-section .hero-banner-box .hero-banner-heading,
    .applications-sec .applications-sec-heading {
        font-size: 24px;
    }

    .hero-section .hero-banner-box .hero-banner-para {
        font-size: 15px;
        line-height: normal;
    }

    .hero-banner-links {
        flex-wrap: wrap;
        gap: 10px;
    }

    .hero-section .hero-banner-box .learn-more {
        font-size: 15px;
        padding: 5px 15px;
    }

    .applications-sec .applications-sec-para {
        font-size: 15px;
        line-height: normal;
    }

    .left-content-sec .left-content-sec-img{
        margin-top: 20px;
    }

    .right-content-sec.solution-content .right-content-sec-img, .left-content-sec.solution-content .left-content-sec-img {
        height: 100%;
    }

    /*.applications-sec,*/
    /*.left-content-sec,*/
    /*.right-content-sec,*/
    /*.get-app-mobile,*/
    /*.explore-variants,*/
    /*.blog-sec,*/
    /*.faqs {*/
    /*    padding: 0px 0 20px 0;*/
    /*}*/

     .more-information-sec {
        padding: 20px 0;
    }

    .left-content-sec,
    .right-content-sec {
        font-size: 20px;
        /* text-align: center; */
    }

    .left-content-sec .btn-style,
    .right-content-sec .btn-style {
        font-size: 16px;
        padding: 5px 15px;
        /* margin-bottom: 10px; */
    }

    .explore-variants .explore-variants-heading {
        font-size: 24px;
    }

    .faqs .faqs-sec .faqs-sec-btn .btn-content {
        font-size: 15px;
        text-align: left;
        margin-bottom: 0px;
    }

    .switches .switches-box {
        padding: 10px;
    }

    .footer .border-link-box {
        border-right: none;
    }

    .footer .border-link-box {
        min-height: auto;
    }

    .footer .footer-heading {
        margin-bottom: 0;
    }

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

    .footer p br {
        display: none;
    }

    .explore-variants .owl-theme .owl-nav {
        margin-top: 10px;
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        top: unset;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-around;
        left: 0px;
    }

    .explore-variants .owl-nav button.owl-prev,
    .explore-variants .owl-nav button.owl-next {
        margin: 0 !important;
        background: #000;
        padding: 5px 12px !important;
        border-radius: 10px;
    }

    .form-group .text-end {
        text-align: center !important;
    }

    .mobile-view-content{
        text-align: left !important;
    }

    .right-content-sec-btns {
        justify-content: start !important;
    }
}