* {
    font-family: "Montserrat", serif !important;

}


/* Header  */
.navbar-position-sticky{
    position: sticky !important;
    top: 0;
    z-index: 9999;
}

.custom-nav-link {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.login a {
    text-decoration: none;
    color: #000;
}

.login a:hover {
    color: #000;
}

.custom-cont {
    max-width: 85%;
    padding: 0% !important;
}

.custom-ul-center {
    justify-content: space-between;
}

.ul-style {
    width: 100%;
    justify-content: center;
}

.nav-ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

.nav-ul a {
    font-size: 14px;
    color: #000 !important;
}

.login {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

/* Banner  */
/* .banner-image {
    background-image: url("{{ \App\Helpers\TenantHelper::getMainImageFromS3('home/home-banner.jpg', 'website-images') }}");
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 750px;
} */

.text-style {
    color: #fff;
    text-align: center;
}

.text-style button {
    color: #013A83;
    background-color: #fff;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 2rem 0.5rem 2rem;
    font-weight: bold;
}

.text-style button:hover {
    opacity: 0.8;
}

/* Service  */

.col-image img {
    width: 100%;
}

.card-text-1 {
    line-height: 20px;
}

.card-style-1 {
    height: 500px;
    border-radius: 1rem !important;
    background-color: #ffe782;
    text-align: center;
}

.card-style-2 {
    height: 500px;
    border-radius: 1rem !important;
    background-color: #8cdb8c;
    text-align: center;
}

.card-style-3 {
    height: 500px;
    border-radius: 1rem !important;
    background-color: skyblue;
    text-align: center;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

}

.mains {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


.card-img-top {
    height: 250px;
    width: 100px;
    object-fit: contain;
}

.mains .card-title {
    min-height: 40px;
}

.image-style img {
    width: 80%;
}

.column-heading {
    text-align: center;
}

/* first column */

.row-1 {
    width: 95%;
    background-color: #FFFDF1;
    border-radius: 1rem;
    border-top: 10px solid #FFE979;
    margin-bottom: -1rem;
    z-index: 999;
}

.card-image {
    text-align: center;
    padding: 2rem;
}

.card-image img {
    height: 150px;
}

.row-2 {
    background-color: #FFE979;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    height: 120px;

}

.row-2 h5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-3 {
    width: 95%;
    background-color: #FFFDF1;
    border-radius: 1rem;
    border-bottom: 10px solid #FFE979;
    margin-top: -1rem !important;
}

.card-newtext {
    height: 195px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.card-newtext p{
    font-size: 13px;
    font-weight: 500;

}

/* Second column */

.row-4 {
    width: 95%;
    background-color: #F8FEF5 !important;
    border-radius: 1rem;
    border-top: 10px solid #B7F598 !important;
    margin-bottom: -1rem;
    z-index: 999;
}

.row-5 {
    background-color: #B7F598 !important;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    height: 120px;

}

.row-5 h5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-6 {
    width: 95%;
    background-color: #F8FEF5 !important;
    border-radius: 1rem;
    border-bottom: 10px solid #B7F598 !important;
    margin-top: -1rem !important;
}

/* Third column */

.row-7 {
    width: 95%;
    background-color: #F2FBFE !important;
    border-radius: 1rem;
    border-top: 10px solid #7ED5F0 !important;
    margin-bottom: -1rem;
    z-index: 999;
}

.row-8 {
    background-color: #7ED5F0 !important;
    border-radius: 1rem;
    width: 100%;
    text-align: center;
    height: 120px;

}

.row-8 h5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.row-9 {
    width: 95%;
    background-color: #F2FBFE !important;
    border-radius: 1rem;
    border-bottom: 10px solid #7ED5F0 !important;
    margin-top: -1rem !important;
}


/* Why Mobi App  */
.image-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.column-text {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 1rem;
}

.icon-style img {
    width: 30px;
}


/* Sample App */

.grey-style {
    background-color: #f5f5f5;
    border-radius: 25rem 0rem 0rem 25rem;
    margin-left: 6rem;
}

.h2-center {
    padding-top: 5rem;
    padding: 4rem;
    font-size: 4rem;
}

/* destop */
.swiper {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 60%;
    object-fit: contain;
}
.swiper-slide p {
    font-size: 10px;
    font-weight: 600;
}
.swiper-button-prev {
    z-index: 10;
    color: #000 !important;
    left: -5rem !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
}
/* phone */
.swiper {
    width: 100%;
}
.phone{
    margin-top: 30px;
}
.phone .swiper {
    height: 287px;
    padding: 8px;
}
.phone .swiper-slide {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: scale(0.3) !important;
}
.phone .swiper-slide img {
    width: 150px;
}
.phone .swiper-slide p {
    font-size: 8px;
    text-align: center;
    font-weight: 600;
}
.phone .swiper-slide-active{
    transform: scale(1.3) !important;
    z-index: 10;
}
.phone .swiper-slide-next,
.phone .swiper-slide-prev {
    transform: scale(0.3) !important;
    z-index: 5 !important;
    opacity: 0.6 !important;
}
.image-center {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
@media (max-width: 768px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}
.center-style {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.slide-center {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column;
}

/* Footer  */

.blue-style {
    background-color: #013A83;
    height: 200px;
}

.footer-links {
    gap: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-links a {
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    border-right: 1px solid white;
    padding-right: 1rem;
}

.footer-links a:hover {
    color: #fff;
}

.footer-button {
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.footer-button button {
    color: #013A83;
    background-color: #fff;
    border-radius: 0.5rem;
    border: none;
    padding: 0.5rem 2rem 0.5rem 2rem;
    font-weight: bold;
}

.footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;

}

.underline {
    color: #fff;
    margin-top: 2rem !important;
}

.custom-footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

/* Modal Container */

.custom-modal .modal-content.main-modal{
    margin-top: 90px;
}


.custom-modal .modal-body {
    background: #e4e4e4;
    padding: 10px 0px;
    border-radius: 10px;
}

.custom-modal button.btn-close.cross-button {
    display: none;
}

.custom-modal .modal-first-column{
    padding: 0px 10px;
}
.custom-modal .form-row{
    padding: 10px;
}
.custom-modal .modal-left-column{
    padding-left: 0px;
}
.custom-modal .custom-row .basic-style {
    height: 0px;
}


.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal.active {
    display: flex;
}

.form-cont {
    max-width: 95% !important;
    margin: auto;
}

.form-row {
    background-color: #fff;
    border-radius: 1rem;
}

.modal-left {
    background-color: #013A83;
    color: #fff;
    height: 400px;
    padding: 1.5rem;
    border-radius: 1rem;
}

.step-number {
    font-size: 12px;
    text-align: start;
}

.form-icon {
    background-color: white;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
    opacity: 0.6;
    transition: background-color 0.3s, opacity 0.3s;
}

.form-icon div {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 50%;
    border: 1px solid #013A83;
    width: 28px;
    height: 28px;
    color: #013A83;
}

.form-icon.active {
    background-color: white;
    opacity: 1;
}

.form-icon.active div {
    color: #013A83;
}

.line {
    height: 40px;
    background-color: #ffffff;
    width: 3px;
    position: absolute;
    right: 38.5px;
    opacity: 0.6;
    transition: background-color 0.3s, opacity 0.3s;
}

.line.active {
    background-color: white;
    opacity: 1;
}

.steps {
    opacity: 0.6;
    transition: opacity 0.3s;
}

.steps.active {
    opacity: 1;
}

.line-1 {
    top: 62px;
}

.line-2 {
    top: 136px;
}

.step1,
.step2,
.step3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2rem;
}

.form-text {
    border-bottom: 0;
    text-align: start;
    margin-top: .25rem;
    font-size: .875em;
    color: #6c757d;
}

.form-text label {
    padding-left: 0.8rem;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: -0.5rem;
}

.form-text input {
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #7d7d7d !important;
}

.form-column {
    position: relative;
}

.form-button {
    display: flex !important;
    align-items: flex-end;
    justify-content: flex-end;
}

.form-button button {
    font-weight: bold;
    width: 260px;
    background-color: #013A83;
    color: #fff;
    border-radius: 0.3rem;
    padding: 0.8rem;
    border: none;
    bottom: 0;
    right: 0;
}

.form-button .back-btn {
    right: 145px;
    width: 130px;
    background-color: #fff;
    border: 2px solid #013A83;
    color: #013A83;
    margin-right: 0.5rem;
}

.form-button .next-btn-2 {
    width: 130px;
    border: 2px solid #013A83;

}

.form-button .next-btn-2:hover {
    width: 130px;
    background-color: #fff;
    border: 2px solid #013A83;
    color: #013A83;
}

.basic-style h2 {
    text-align: start;
    padding-left: 0.8rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}

.input-text {
    text-align: start;
    font-size: 12px;
    padding-left: 1rem;
    font-weight: bold;
    color: #7d7d7d;
}

.modal-left {
    position: relative;
}

.line-animation {
    animation: line-animation 1.3s linear 1;
}

@keyframes line-animation {
    from {
        height: 0px;
    }

    to {
        height: 41px;
    }
}

.opacity-of-circle-ani {
    animation: opacity-of-circle-ani 1s linear 1;
    opacity: 1;
}

@keyframes opacity-of-circle-ani {
    from {
        opacity: 0.6;
    }

    to {
        opacity: 1;
    }
}

*/ select:focus {
    outline: none;
    border: 2px solid #013A83;
    background-color: #f0f8ff;
}


option:checked {
    background-color: #013A83;
    color: white;
}

#options {
    width: 100%;
    border: none;
}


.dropdown-heading {
    text-align: start !important;
    font-size: 12px;
    color: #000;
    font-weight: bold;
    padding-left: 12px;
    border-bottom: 0;
    margin-top: 7.5px;
}

.form-text input:focus,
.dropdown-heading select:focus {
    box-shadow: none;
}

.dropdown-heading select {
    border: none;
}

.modal-dialog {
    max-width: 95% !important;
}

.file-style {
    margin-top: 1rem;
    color: #000;
    text-align: start;
    font-size: 14px;
    font-weight: bold;
    padding-left: 0.7rem;
}

.file-style input {

    background-color: #013A83;
    color: #fff;
    width: 100%;
    border-radius: 0.4rem;
    border: 1px solid #7d7d7d;
    margin-top: 7px;
}

.modal-header-style {
    border: none !important;
}

.custom-modal .main-modal {
    margin: auto;
    width: 80% !important;
}

.step-form {
    display: none;
}

.step-form.active {
    display: block;
}

.error-message {
    color: red;
    font-size: .875em;
    margin-top: 0.1rem;
    display: block;
    padding-left: 1rem;
    font-weight: 500;
}

.cross-button {
    padding: 0 !important;
    position: absolute;
    top: 10px;
    right: 10px;
}

.step-form-container,
.step-form {
    height: 100% !important;
}

.custom-row {
    height: 100%;
}

.modal-left-2 {
    display: none;
}


/* Terms & Condition  */

.terms-image img {
    height: 150px;
}

.terms-heading p {
    color: grey;
}

.terms-text {
    text-align: justify;
}

.li-hide {
    list-style: none;
}



/* Guidance  */

.top-button {
    display: flex;
    justify-content: space-around;
}

.main-video-headings h1 {
    font-weight: bold;
}

.user-button button {
    background-color: #013A83;
    color: white;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: none;
    border-radius: 10px;
    width: 170px;
    height: 47px;
}

.user-button img {
    width: 20px;
}

/* Tabs  */
.tabs h2 {
    font-size: 35px;
    font-weight: bold;
}

.tab {
    padding: 5px 10px;
    margin-bottom: 1px;
    background-color: #fff;
    border-radius: 0px 25px 25px 0px;
    cursor: pointer;
    text-align: left;
    font-size: 16px;
    color: #013A83;
    transition: background-color 0.3s, color 0.3s;
    font-weight: bold;
}

.tab.active {
    background-color: #013A83;
    color: #fff;
}

.tab:hover {
    background-color: #013A83;
    color: #fff;
}

.tab-content {
    color: #000;
}

.tab-content video {
    width: 100%;
    border-radius: 15px;
}

.content h4 {
    font-size: 1rem;
    padding-top: 5px;
}

.content.active {
    visibility: visible;
    height: auto;
    transform: scale(1);
    opacity: 1;
    overflow: hidden;
}

.content {
    transform: scale(0.3);
    opacity: 0.6;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 1.5s ease;
}



/* FAQs */
.faq-container {
    max-width: 80%;
    margin: auto;
    padding: 20px;
}

.faq-container h1 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.faq-container p {
    text-align: left;
    margin-bottom: 30px;
    color: #555;
    font-weight: 500;
}
.main-video-headings p{
    text-align: left;
    margin-bottom: 30px;
    color: #555;
    font-weight: 500;
}
.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    /* overflow: hidden; */
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 15px;
    transition: background-color 0.8s ease;
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}

.faq-question:hover {
    background-color: #e9ecef;
  }

.faq-question span {
    font-size: 1.1rem;
    font-weight: 500;
}

.faq-icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}


.faq-answer {
    padding: 10px 0;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.5;
    padding: 0px 15px;
    font-size: 13px;
    font-weight: 500;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}


.faq-item.active .faq-answer {
    max-height: 300px !important;
    padding: 15px !important;
    opacity: 1 !important;
}
.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.activeQuestionStyles {
    background-color: #013A83;
    color: white;
    border-radius: 10px 10px 0px 0px !important;
    transition: all 0.3s  ease-in-out;
}
.activeQuestionStyles:hover {
    background-color: #013A83 !important;
}

.activeAnswerStyles {
    background-color: #1b10970d !important;
    color: #000;
    padding: 15px;
    font-size: 13px;
    border-radius: 0px 0px 10px 10px;
    max-height: 300px;
    transition: all 0.5s ease-in-out ;
}
.modal-left-text {
    display: none;
}


/* Mobi Store Features */

.main-store-heading h1 {
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
}

.features-image {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.features-image img {
    width: 80%;

}

.features-image-2 {
    display: flex;
    justify-content: flex-end;
}

.features-image-2 img {
    width: 80%;
}

.features-image-3 {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

.features-image-3 img {
    width: 80%;
}

.features-heading h2 {
    font-weight: bold;
    padding-bottom: 15px;
    font-size: 30px;

}

.features-text p {
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 600;
}

.features-text img {
    width: 22px;
    height: 22px;
}

.features-cont {
    background-color: #e5f6fd;
    border-radius: 25px;
}

.features-text-2 p {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.features-text-2 img {
    width: 12px;
    height: 12px;
}

.features-heading-2 h2 {
    font-weight: bold;
    font-size: 30px;
}

.features-cont-2 {
    background-color: #f1fceb;
    border-radius: 25px;
}

.features-cont-3 {
    background-color: #fffbe5;
    border-radius: 25px;
    margin-bottom: 30px;
}

.mobi-store-background {
    background-image: url('https://mobi-app-staging-bucket.s3.ap-south-1.amazonaws.com/website-images/features/Group-384.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 570px;
}

.mobi-store-text-1 h1 {
    color: #fff;
    font-weight: bold;
}

.mobi-store-icon {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.mobi-store-icon img {
    height: 50px;
}

.main-icon-text {
    padding: 2rem;
}

.icon-text-1 {
    color: #fff;
}

.icon-text-1 h3 {
    font-size: 25px;
}

.icon-text-1 p {
    font-weight: 600;
}

.mobile-image-1 {
    padding-right: 2rem;
    text-align: right;
}

.mobile-image-1 img {
    height: 455px;
}



@media screen and (min-width: 320px) and (max-width: 992px) {

    .card-center {
        width: 80% !important;
        margin: auto !important;
        margin-bottom: 1rem !important;
    }

    .br-hide {
        display: none !important;
    }

    .terms-image img {
        display: none !important;
    }

    .terms-heading {
        text-align: center;
        margin-bottom: 2rem;
    }

    .banner-image {
        height: 400px !important;
    }

    .col-image {
        display: none;
    }

    .image-style img {
        display: flex;
        margin: auto;
    }

    .heading {
        text-align: center;
    }

    .grey-style {
        background-color: unset !important;
        margin-left: 0rem !important;
    }

    .text-col {
        display: flex;
        justify-content: center;
    }

    .text-col h2 {
        padding: 0rem 2rem !important;
        font-size: 2rem !important;
        text-align: center !important;
    }

    .swiper-button-prev,
    .swiper-rtl .swiper-button-next {
        display: none !important;
    }

    .blue-style {
        background-color: #013A83;
        height: 400px !important;
    }

    .footer-links {
        flex-direction: column !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .footer-button {
        flex-direction: column !important;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .footer-links a {
        padding-bottom: 1rem !important;
    }

    .footer-links a {
        border: none !important;
        padding-right: 0rem !important;
    }

    .text-style {
        padding-top: 2.5rem !important;
        color: #fff;
        text-align: center;
    }

    .nav-center {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .nav-ul {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0rem !important;
    }

    .tabs h2 {
        font-size: 20px !important;
        font-weight: bold;

    }

    /* mobi-store-features */
    .main-store-heading {
        text-align: center !important;
    }


    .features-heading h2 {
        font-size: 19px !important;
        /* text-align: center; */
    }

    .features-text p {
        font-weight: 400;
        font-size: 12px;
    }

    .features-heading-2 h2 {
        font-weight: 600 !important;
        /* text-align: center; */
        font-size: 19px !important;
        padding-bottom: 10px;
    }

    .features-text-2 p {
        /* display: flex;
        align-items: center;
        gap: 10px; */
        font-weight: 400;
        font-size: 12px;

    }

    .features-image,
    .features-image-2,
    .features-image-3 {
        display: flex;
        justify-content: center;
    }

    .features-text img {
        width: 15px !important;
        height: 15px !important;
    }

    .mobi-store-background {
        height: 440px;
    }

    .icon-text-1 h3 {
        font-size: 18px;
    }

    .icon-text-1 p {
        font-size: 10px;
    }

    .main-icon-text {
        padding: 1rem;
    }

    .mobi-store-icon img {
        height: 35px;
    }

    .mobi-store-text-1 h1 {
        font-size: 23px;
    }

    .mobile-image-1 img {
        height: 345px;
    }
}

@media screen and (min-width: 320px) and (max-width: 769px) {
    .custom-modal .modal-body {
        padding: 10px 10px !important;
    }
    .video-row .col-md-4{
        width: 100%;
    }   
    .video-row .col-md-8{
        width: 100%;
    }
    .tabs h2 {
        text-align: center;
    }

    .tab {
        border-radius: 25px;
        text-align: center;
    }

    .tabs {
        padding-top: 30px;
    }

    .video-row {
        flex-direction: column-reverse;
    }

    .main-video-headings {
        text-align: center;
    }

    .user-button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 10px;
    }

    .top-button {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column !important;
    }

    .faq-container p {
        font-size: 10px
    }

    .faq-container h1 {
        font-size: 1.2rem !important;
    }

    .step1,
    .step2,
    .step3 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 0rem;
        flex-direction: column !important;

    }

    .steps .form-icon {
        z-index: 99;
    }


    .line {
        height: 2px !important;
        background-color: #ffffff;
        width: 180px !important;
        opacity: 0.6;
        transition: background-color 0.3s, opacity 0.3s;
        z-index: 9;
        position: static;
    }

    .line-2 {
        left: 390px !important;

    }

    .modal-left {
        display: none !important;
    }

    .modal-left-2 {
        display: block !important;
        background-color: #013A83;
        color: #fff;
        width: 100%;
        display: flex !important;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        margin: auto;
        display: none;
        padding: 1rem;

    }

    .modal-left-2-parent {
        background-color: #013A83;
        padding: 1rem;
        border-radius: 1rem 1rem 0rem 0rem;

    }

    .modal-left-text {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #fff;
        font-size: 10px;
        text-align: center;
    }

    .step-number p {
        font-size: 12px !important;
        text-align: center;
    }

    .form-button button {
        margin-top: 2rem;
        width: 100% !important;
    }

    .basic-style h2 {
        font-size: 12px;
    }

    .form-text label {
        font-size: 10px;
    }

    .input-text small {
        font-size: 7px;
    }

    .dropdown-heading {
        padding-top: 10px;
    }

    .column-hide {
        display: none;
    }

    .mobi-store-text-1 h1 {
        text-align: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .mains .card-title {
        font-size: 16px !important;
        min-height: 30px !important;
    }

    .card-img-top {
        height: 160px !important;
        width: 80px !important;
    }

    .card-text {
        font-size: 13px;
    }

    .card-style-1 {
        height: 450px !important;
    }

    .card-style-2 {
        height: 450px !important;
    }

    .card-style-3 {
        height: 450px !important;
    }

    /* .modal-left{
        width: 240px !important;
    } */
    .form-button button {
        margin-top: 1rem;
    }

    .steps span {
        font-size: 9px;
        text-align: start;
    }

    .step-number {
        font-size: 10px !important;
    }

    .tab {
        font-size: 10px;
    }

    /* .mobi-store-background {
        height: 440px;
    }
    .icon-text-1 h3{
        font-size: 19px;
    }
    .icon-text-1 p{
        font-size: 12px;
    }
    .main-icon-text {
        padding: 1rem;
    }
    .mobi-store-icon img {
        height: 35px;
    }
    .mobi-store-text-1 h1{
        font-size: 25px;
    }
    .mobile-image-1 img {
        height: 345px;
    } */
}

@media screen and (min-width: 993px) {
    .card-style-1 {
        height: 550px !important;

    }

    .card-style-2 {
        height: 550px !important;

    }

    .card-style-3 {
        height: 550px !important;

    }

}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .h2-center {
        font-size: 3rem !important;
        padding: 2rem !important;
    }

    .grey-style {
        margin-left: 2rem !important;
    }

    .image-style img {
        padding-top: 10rem !important;
    }

    .footer-links a {
        /* font-size: 14px; */
        text-decoration: none;
        color: #fff;
        border-right: 1px solid white;
        padding-right: 0.5rem !important;
        padding-left: 1rem !important;
    }

    .main-modal {
        max-width: 90% !important;
    }

    .step-headings {
        font-size: 13px;
    }

    .mobi-store-text-1 h1 {
        color: #fff;
        font-weight: bold;
        font-size: 30px !important;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .h2-center {
        font-size: 3rem !important;
        padding: 4rem !important;
    }

    .grey-style {
        margin-left: 3rem !important;
    }

    .image-style img {
        padding-top: 5rem !important;
    }
}

@media only screen and (max-width: 865px) {
    .new-line1 {
        top: 58px !important;
    }

    .small-line {
        height: 43px !important;
        background-color: #ffffff;
        width: 2px;
        position: absolute;
        right: 36.5px;
        opacity: 0.6;
        transition: background-color 0.3s, opacity 0.3s;
    }

    .form-icon div {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 50%;
        border: 1px solid #013A83;
        width: 20px;
        height: 20px;
        color: #013A83;
    }

    .form-icon {
        background-color: white;
        border-radius: 50%;
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99;
        opacity: 0.6;
        transition: background-color 0.3s, opacity 0.3s;
    }

    .new-line2 {
        top: 128px !important;
    }

}

@media only screen and (max-width: 999px) {
    .step-headings {
        font-size: 11px !important;
    }
}

@media only screen and (max-width: 992px) {
    .step-headings {
        font-size: 7px !important;
    }

    .small-line {
        height: 44px !important;
    }

    .new-line1 {
        top: 58px !important;
    }

    .new-line2 {
        top: 127px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .new-line1 {
        top: 59px;
    }

    .small-line {
        height: 46px;
        background-color: #ffffff;
        width: 2px;
        position: absolute;
        right: 36.5px;
        opacity: 0.6;
        transition: background-color 0.3s, opacity 0.3s;
    }

    .form-icon div {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        border-radius: 50%;
        border: 1px solid #013A83;
        width: 20px;
        height: 20px;
        color: #013A83;
    }

    .form-icon {
        background-color: white;
        border-radius: 50%;
        width: 27px;
        height: 27px;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99;
        opacity: 0.6;
        transition: background-color 0.3s, opacity 0.3s;
    }

    .new-line2 {
        top: 133.5px;
    }
}

@media only screen and (min-width: 1400px) {
    .custom-modal .main-modal {
        margin: 0 auto;
        width: 60% !important;
    }
}

/* New CSS */
.custom-ul-center a{
    font-weight: 600;
}

.basic-style {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}
.basic-style button{
    margin-top: -7px;
    font-size: 12px;
}
.basic-style button:focus{
    box-shadow: none !important;
}

select#category {
    border-bottom: 1px solid #7d7d7d;
    border-radius: 0;
}

select#industry{
    border-bottom: 1px solid #7d7d7d;
    border-radius: 0;
}

select#city{
    border-bottom: 1px solid #7d7d7d;
    border-radius: 0;
}

.navbar-toggler{
    box-shadow: unset !important;
}

.icon-text p{
    font-size: 14px;
}

@media screen and (min-width: 1570px) {
    .custom-cont {
        max-width: 80% !important;
        padding: 0% !important;
    }
}

@media screen and (max-width: 354px) {
    .swiper-slider-d-none{
        display: none;
    }
}
