/********** Template CSS **********/
:root {
    --primary: #355EFC;
    --secondary: #E93C05;
    --tertiary: #555555;
    --light: #DFE4FD;
    --dark: #011A41;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.bl-text {
    color: #000;
}

h1,
.h1,
h2,
.h2,
.fw-bold {
    font-weight: 700 !important;
}

h3,
.h3,
h4,
.h4,
.fw-medium {
    font-weight: 600 !important;
}

h5,
.h5,
h6,
.h6,
.fw-semi-bold {
    font-weight: 500 !important;
}

.business-hours {
    white-space: nowrap;

}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.spinner-border {
    width: 3rem;
    height: 3rem;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #ffffff;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.fixed-top {
    transition: .5s;
}

.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

/* mani */
.navbar .navbar-nav .nav-link {
    padding: 25px 15px;
    color: var(--tertiary);
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}


@media (max-width: 991.98px) {
    .navbar .navbar-nav {
        margin-top: 10px;
        border-top: 1px solid rgba(0, 0, 0, .07);
        background: #FFFFFF;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px 0;
    }

    .fs-27-ul-px {
        font-size: 18px;
        color: #1d78ce;
        text-decoration: underline;
    }

    .fs-27-px {
        font-size: 18px;
    }

    .fs-27-signup-px {
        font-size: 27px;
        color: #0e3e6b;
        font-weight: 590;
    }

    /*** Maitra ekyc ***/
    .maitra-web-kyc-page-header {
        padding-top: 0rem;
        /* background: url(../img/web_banner.png) top right no-repeat; */
        background-size: contain;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }

    .fs-27-px {
        font-size: 25px;
        text-align: center;
    }

    .fs-27-ul-px {
        font-size: 25px;
        color: #1d78ce;
        text-decoration: underline;
    }

    .fs-27-signup-px {
        color: #385688;
    }

    .fs-14 {
        font-size: 14px;
    }

    .ekyc-img {
        margin-top: 2rem;
        width: 95%;
        height: auto;
    }

    /*** Maitra ekyc ***/
    .maitra-web-kyc-page-header {
        padding-top: 6rem;
        /* background: url(../img/web_banner.png) top right no-repeat; */
        background-size: contain;
    }
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-control {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: .375rem .75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-group label {
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
    color: #6c757d;
    font-size: 0.9rem;
}

.form-group.focused label {
    color: #495057;
    font-size: 0.8rem;
    top: -10px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
}

.form-control:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: none;
}

.bn-ekyc-signup {
    background-color: #0e3e6b;
    color: #f8f7f7;
    font-size: small;
}

.bn-fm-row-signup {
    text-align: center;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
    font-weight: 600;
}

.fs-24-w500 {
    color: #385688;
    font-size: 24px;
    font-weight: 500;
}

.fs-20-color {
    font-size: 20px;
    color: #1d78ce;
}

.fs-12px-dark {
    font-size: 14px;
    font-weight: 500;
    color: #0b1018;
}

.fs-12 {
    font-size: 12px;
}

.fs-10 {
    font-size: 10px;
    font-weight: 600;
}

.steps-icon {
    height: 45px;
}

.hw-op-acnt {
    text-align: center;
    margin-top: 2rem;
}

.rw-sup {
    margin-top: 3rem;
    text-align: center;
}

.form-check-input {
    background-color: #355EFC;
    border-color: #355EFC;
    cursor: pointer;
    background-image: url('../img/check-mark-svgrepo-com.svg');
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5;
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.card-img {
    width: 50px;
    height: auto;
    justify-content: center;
}

.card-view {
    background-color: #eaeef3;
    border-radius: 5px;
    color: #000;
    padding: 5px;
    margin: 10px;
}

.invest-layout {
    justify-content: center;
}

.card-inner-layout {
    padding: 5px;
}

.card-title {
    font-size: 18px;
    font-weight: 500;
    color: #385688;
    margin-bottom: 10px;
}

.card-subtitle {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.card-view-img {
    align-content: center;
    text-align: center;
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 300px;
    }

    #header-carousel .carousel-item img {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 90px;
    }

    .slide-button {
        display: none;
    }

    .extbtn {
        display: block;
    }

    .restxtalign {
        margin-top: 90px;
    }
}

@media (min-width:768px) {
    .extbtn {
        display: none;
    }
}


.page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    background-size: cover;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}


/*** Facts ***/
.facts {
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
}


/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h4 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h4 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: center;
    min-height: 250px;
}

.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-item .testimonial-text::before {
    position: absolute;
    content: "";
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: var(--light) transparent transparent transparent;
}

.testimonial-item .testimonial-text::after {
    position: absolute;
    content: "";
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    border: 30px solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.testimonial-carousel .owl-item img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots {
    margin-top: 25px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 30px;
    height: 30px;
    border: 1px solid var(--light);
    border-radius: 30px;
    transition: .5s;
}

.testimonial-carousel .owl-dot::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 6px;
    left: 6px;
    border-radius: 16px;
    background: var(--light);
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    border-color: var(--primary);
}

.testimonial-carousel .owl-dot.active::after {
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--light);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer-info-txt {
    font-size: 14px;
    color: #000;
}

.footer-link-txt {
    font-size: 14px;
    color: #000;
    display: block;
}

.footer-logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-copyright-txt {
    font-size: 16px;
    color: #000;
}

.user-1 {
    margin: 50px;
}

.copyright {
    color: var(--light);
    background: #000B1C;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}

.scrollable-menu {
    /* height: auto; */
    /* max-height: 250px; */
    /* overflow-x: hidden; */
    height: fit-content;
}

.service-menuitems {
    right: 0px;
}

.maitra-logo {
    width: 150px;
    height: 75px;
}

.maitra-testimonial {
    min-height: 225px;
}

.no-href-navitem {
    cursor: pointer;
}

.address {
    margin-bottom: 1rem;
}

.importantlinks .links {
    color: #ffffff;
    border-right: 2px solid #5882d4;
    margin-right: 5px;
    padding-right: 5px;
}

.importantlinks .links:last-child {
    color: #ffffff;
    border-right: none;
    margin-right: 5px;
    padding-right: 5px;
}

.note_text li {
    font-size: 12px;
}

.note_text .title {
    font-size: 14px;
    font-weight: 600;
}

.attention {
    height: 20px;
    overflow: hidden;
    position: relative;
    font-weight: 550;
}

.marqueescrolltimeout {
    scrollamount: 5;
}

#header_slogan {
    color: #011A41;
    font-weight: 700 !important;
    font-family: "Jost", sans-serif;
}

.h1tag_1rgher {
    font-weight: 700 !important;
    font-size: 3rem;
    line-height: 1.2;
    color: #011A41;
    font-family: "Jost", sans-serif;
}

.fact {
    font-family: "Jost", sans-serif;
    margin-bottom: 0.5rem;
}

.def_fhf {
    font-weight: 600 !important;
    font-size: 1.75rem;
    color: #011A41;
    font-family: "Jost", sans-serif;
}

.tex_rff {
    font-weight: 600 !important;
    font-size: 1.5rem;
    color: #011A41;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    font-family: "Jost", sans-serif;
}

.h5_rui {
    font-weight: 500 !important;
    font-size: 1.25rem;
    color: #011A41;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
}

.service .nav .nav-link.active .h5_rui {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active .h5_rui i {
    color: #FFFFFF !important;
}

.headgjh {
    font-weight: 600 !important;
    font-size: 1.75rem;
}

.botdfd {
    font-size: 1.5rem;
}

.rtjnfs {
    font-weight: 500 !important;
    font-size: 1.25rem;
}

.social-icon-fhgf {
    display: inline-block;
    margin: 0 8px;
    width: 40px;
    height: 40px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    transition: transform 0.3s;
    line-height: 40px;
    border-radius: 50%;
}

.social-icon-fhgf:hover {
    color: #000;
    background-color: #fff;
    transform: scale(1.2);
}


/*** Maitra Web ***/
.maitra-web-page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    /* background: url(../img/web_banner.png) top right no-repeat; */
    background-size: contain;
}


.content {
    font-weight: bolder;
}

.min_width img {
    max-width: 75%;
    height: 75%;
}

.greedwdw {
    max-width: 600px;
}

/*** Maitra App ***/
.maitra-app-page-header {
    padding-top: 12rem;
    padding-bottom: 6rem;
    /* background: url(../img/WEBBACK.png) top right no-repeat; */
    background-size: contain;

}

.serv-call {
    border: solid;
    border-radius: 25px;
    border-color: #555555;
    border-width: thin;
    color: #555555;
    padding: 6px 20px;
}

.serv-call:hover {
    color: white;
    background-color: black;
}

i.bi.bi-telephone {
    margin-right: 6px;
}

button.btn.btn-primary.py-3.px-5 {
    border-radius: 50px;
}

#map-container {
    text-align: center;
}

.contact-info {
    overflow: hidden;
}

.contact-info:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    visibility: hidden;
}

.contact-info p {
    margin: 5px;
    float: left;
}

.contact-info b {
    color: #333;
}

.phone-number {
    font-size: 1.2em;
    color: #555555;
}

ul.listing_no {
    list-style-type: none;
}

.building_img img {
    transition-duration: 0.4s;
}

.building_img img:hover {
    transform: translateY(-10px);
}

.contactnews {
    background-color: #ddddddab;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 3px 4px 5px #ccc;
    text-align: center;
}

.btn-subscribe {
    background-color: #000;
    color: white;
}

.col-md-6.col-sm-12.mb-4.border {
    margin-bottom: 0 !important;
}

.blog_box h3 {
    text-align: center;
    margin-bottom: 50px;
    color: #2A394E;
    font-size: 40px;
    font-weight: 700;
}

.vlog_inner_content {
    margin-bottom: 20px;
}

.demat_grid h2 {
    color: #2A394E;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 10px;
}

.demat_grid .btn.btn-lg {
    background-color: #436AF5;
    color: #fff;
    border-radius: 0;
    padding: 10px 35px;
    font-size: 18px;
}

.portfolio-heading {
    text-align: center;
    color: #2A394E;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.portfolio {
    text-align: center;
    color: #6A7582;
    font-size: 16px;
}

.fraud_prevent {
    color: #555555;
}

.fraud_prevent:hover {
    color: blue;
}

i.fas.fa-clipboard {
    color: #23a66f;
    margin-right: 5px;
}

.product_services li {
    break-inside: avoid;
    margin-bottom: 10px;
}


a {
    color: #000;
}

.middle_content .nav a.active {
    background-color: #1a2a5b;
    color: #ffff;
}

.middle_content .nav a {
    display: block;
    color: #333;
    padding: 12px 25px;
    border: 1px solid #000;
    margin: 0 10px;
    transition-duration: 0.4s;
    font-size: 18px;
    border-radius: 5px;
}

.middle_content .nav :hover {
    cursor: pointer;
}

#border-set {
    border: solid;
    border-width: thin;
    border-color: #dfdfdf;
}

/* about page */
.abtxaw {
    padding: 20px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.24);
}

.about_content {
    text-align: justify;
    line-height: 30px;
    word-spacing: 3px;
}

/* charges */
.texdd {
    max-width: 600px;
}

/* Contact page */
.formlaycc {
    margin: 10px;
}

.layttweq {
    margin-bottom: 10px;
}

.selrew {
    padding: 1rem 0.75rem;
}

.defssa {
    padding: 20px;
    height: 21rem;
}

.emaff {
    color: #555555;
}

.items_type {
    list-style-type: none;
}

.frhtyio {
    border: 0;
}

.hr {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

/* disclaimer */
.texgrr {
    padding: 10px;
    word-spacing: 3px;
    text-align: justify;
}

/* download */
.downhhd {
    margin-bottom: 15px;
}

.plorewq {
    justify-content: center;
}

.dettdown {
    box-shadow: 2px 3px 18px #ccc;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    transition-duration: 0.4s;
}

.caredwwq {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none
}

.tregrdown {
    display: flex;
    align-items: center;
}

.bocderf {
    margin-right: 10px;
}

.tedfsa {
    margin: 0;
}

.appedrfsa {
    width: 230px;
}

.appfgtre {
    text-align: center;
    color: black;
    font-weight: 600;
}

/* escalation matrix */
.headsjgjf {
    font-weight: bolder;
}

.tabderdds {
    font-weight: bolder;
    text-align: center;
}

.dertskiryfda {
    background-color: #ddddddab;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 3px 4px 5px #ccc;
}

/* fraud prevention */
.padsrefd {
    padding: 10px;
    padding-bottom: 0;
    word-spacing: 3px;
    text-align: justify;
}

/* investors attention */
.hedrteyu {
    font-size: 22px;
}

/* knowledge base */
.gotrwqs {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 20px;
}

.tedreew {
    flex: 0.5;
    border-radius: 0;
}

.btrwewq {
    flex: 0.1;
    border-radius: 0;
}

.rewijfi {
    padding-top: 10px;
    padding-bottom: 10px;
}

.product_services {
    list-style-type: none;
}

/* maitra api */
.httghee {
    height: 12rem;
}

.crduht {
    width: 18rem;
    flex: 1;
}

.ihtreef {
    width: 20%;
    height: auto;
}

.heiftged {
    height: fit-content;
}


/* mutual fund */
.grheieq {
    font-size: 1.25rem;
}

.mutygfewpw {
    word-spacing: 3px;
    text-align: justify;
}

.mytrfrea {
    padding: 20px;
    height: 287px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.weodtyhz {
    color: #6A7582;
    letter-spacing: 8px;
}

.frofwaf {
    font-size: 42px;
    font-weight: 800;
    line-height: 45px;
    margin: 5px 0 0;
    color: #2A394E;
}

.count_grid {
    list-style-type: none;
    padding: 0;
}

.orfyg {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* portfolio */
.account_grid {
    padding: 60px 0px;
}

.porewd {
    margin-bottom: 30px;
}

.yterwq {
    margin-bottom: 20px;
}

/* safe investing */
.information_grid {
    text-align: justify;
    line-height: 30px;
}

.sedfgrqw {
    margin: 25px 0;
    color: #011968;
    font-weight: 600;
}

.fotrqle {
    background-color: #011968;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
}

.crwsqyty {
    box-shadow: 2px 3px 18px #ccc;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 5px;
    height: 100%;
    transition-duration: 0.4s;
}

.qwdshgy {
    background-color: #f41f1f;
    color: #fff;
    padding: 5px 30px;
    border-radius: 30px;
}

.intgre {
    text-align: justify;
    word-spacing: 2px;
}

/* service */
.sdfthq {
    min-height: 350px;
}

.rjiqwcv {
    object-fit: cover;
}

.tefuiol {
    height: 100px;
}

/* spur25 */
.htloews {
    height: 18rem;
}

.fijtyu {
    width: 50%;
    height: auto;
}

.gjured {
    color: green;
}

.rfgoud {
    height: 11rem;
}

/* terms & conditions */
.tegrhtyu {
    padding: 10px;
    word-spacing: 5px;
    text-align: justify;
}

/* vision 18 */
.fijtylvb {
    width: 50%;
    height: auto;
}

.boldtextmmi {
    font-weight: 600;
}