@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-size: 14px;
    font-family: "Roboto", sans-serif !important;
}

div#navbarNavDropdown {
    justify-content: end;
}

div#demo .carousel-item {
    height: 25.5vw;
    overflow: hidden;
}

    div#demo .carousel-item img {
        object-fit: fill;
        position: absolute;
        width: 100%;
        height: 100%;
    }

.navbar-nav .nav-link {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0 15px !important;
    color: #192455;
    white-space: nowrap;
}

    .navbar-nav .nav-link:hover {
        color: #042f60;
    }

.menu-wrp {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

ul.user-profile {
    margin-bottom: 0;
    list-style: none;
    margin-left: 0px;
    display: flex;
    padding: 0px
}

.sec_one {
    background: #042F60;
}

header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 20px #0000003d;
    z-index: 99;
}

.header-container-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #efefef;
    box-shadow: 0 0 20px #0000003d;
    z-index: 99;
}

.insurance-card {
    width: 100%;
    position: relative;
    text-align: center;
    min-height: 100%;
    margin-top: 2px !important;
    display: block;
    cursor: pointer;
    height: 100%;
    /*text-decoration: none;*/
    color: #000;
    border-radius: .25rem;
    background: linear-gradient(to left, #ffffff 50%, #f3f3f3 50%);
    transition: all .5s ease-in-out;
    padding: 1rem
}

    .insurance-card:hover {
        text-decoration: none;
        background: linear-gradient(to right, #ffffff 50%, #f3f3f3 50%);
    }

        .insurance-card:hover h6 {
            box-shadow: 0px 3px 6px rgba(0,0,0,.15);
            outline: 1px solid rgba(0,0,0,.15);
            background: #fff
        }

    .insurance-card img.service_img {
        height: 60px;
        width: 60px;
        border-radius: 50px;
    }

img.dotted-pt {
    position: absolute;
    width: 20px;
}

.content-wrp-cl {
    position: absolute;
    /*background: #ffffff82;*/
    left: 0;
    bottom: 21px;
    padding: 15px;
}

img.dotted-pt.top-pos {
    top: 7px;
    right: 7px;
}

img.dotted-pt.left-pos {
    top: 7px;
    left: 7px;
}

img.dotted-pt.right-pos {
    bottom: 7px;
    left: 7px;
}

img.dotted-pt.bottom-pos {
    bottom: 7px;
    right: 7px;
}

header-top-form .form-group .control-label {
    display: none !important;
    color: white;
}

.header-top-form .form-control {
    background-color: #fff !important;
    border-color: #ffffff;
    background: #042f60 !important;
    border-radius: 0;
    color: #fff !important;
    border-color: #E4E4E4;
}

    .header-top-form .form-control::placeholder {
        color: #ffffff;
    }

.header-top-form .form-control {
    border-color: #E4E4E4;
}

.header-top-form {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-bottom: 0;
}

.sec_two_1 {
    background: #E3E6EB;
}

    .sec_two_1 ul.nav.nav-pills a {
        border-radius: 0;
        background: transparent;
        padding: 15px;
        color: #000000;
        text-transform: uppercase;
        display: block;
    }

    .sec_two_1 ul.nav.nav-pills li.active a {
        background: white;
    }

.news-tabs img {
    width: 100%;
}

.news-tabs h5:before {
    content: '';
    position: absolute;
    left: 0;
    top: -15px;
    background: #FEEB10;
    width: 100px;
    height: 5px;
}

.news-tabs h5 {
    position: relative;
    margin-top: 30px;
    font-size: 17px;
}

.tab-content {
    /*  border: 1px dashed #dfdfdf;*/
    border-bottom: 0;
}

.heading_one::before {
    content: '';
    position: absolute;
    bottom: -25px;
    width: 200px;
    background: #13548D;
    height: 2px;
}

.heading_one.txt-center {
    text-align: center;
}

    .heading_one.txt-center:before {
        left: 50%;
        transform: translate(-50%, -50%);
    }

.heading_one span {
    content: '';
    position: absolute;
    bottom: -52px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    display: inline-block;
    padding: 0 15px;
    color: #F8D633;
    font-family: 'Oleo Script', cursive;
    font-weight: 100;
    font-size: 24px;
}

.sec_two_2 {
    padding: 30px 0;
}

.heading_one {
    position: relative;
    margin-bottom: 45px;
    font-weight: 900;
    color: #032245;
}

.why-insta-wrp {
    background: url(../img/why-creditista.jpg);
    padding: 50px 0;
}

    .why-insta-wrp .heading_one span {
        background: #f5f1f2;
    }

.why-box-wrp {
    text-align: center;
    margin-top: 50px;
}

    .why-box-wrp span {
        width: 100px;
        height: 100px;
        background: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 100px;
        border: 5px solid #f5f1f2;
        box-shadow: 0 0 0px 5px #fff;
        margin-bottom: 15px;
    }

        .why-box-wrp span img {
            width: 50px;
        }

    .why-box-wrp p {
        color: #000;
        font-size: 16px;
        margin-bottom: 0;
    }

.work-box span {
    width: 150px;
    height: 150px;
    background: #042F61;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 15px solid #fffadc;
    box-shadow: 0 0 0px 4px #042f61;
    margin-bottom: 15px;
}

.work-box {
    text-align: center;
    margin-top: 50px;
}

.Work-with-us {
    background: url(../img/work-with-us.jpg);
    padding: 50px 0;
}

section.Work-with-us .heading_one span {
    background: #fffadc;
}

/*<-----------footer----------->*/

footer {
    background: #192455;
    z-index: 2;
    position: relative;
}

    footer .footer-title {
        padding-left: 30px;
    }

        footer .footer-title h3 {
            color: #ffffff;
            font-weight: 600;
            font-size: 18px;
            border-bottom: 1px solid #f4f4f4;
            padding-bottom: 10px;
        }

    footer .fo-list-item {
        padding: 0px;
        margin: 0px;
    }

        footer .fo-list-item li {
            list-style: none;
        }

            footer .fo-list-item li a {
                position: relative;
                display: block;
                margin-top: 11px;
                color: #fff;
                font-weight: normal;
                text-decoration: none;
                font-size: 17px;
            }

                footer .fo-list-item li a:hover {
                    color: #ece6eb;
                }


.footer_two {
    text-align: center;
    color: #fff;
    padding: 15px;
}

footer h4 {
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    display: table;
}

.ft-bx {
    color: #fff;
    text-align: center;
}

    .ft-bx img {
        margin-bottom: 15px;
    }

img.visibilty-hidden {
    visibility: hidden;
}

.ft-bx p {
    color: #fff;
}

ul.link-ft {
    list-style: none;
    padding-left: 0;
}

section.our-Partners-wrp {
    background: #0B56C6;
    padding: 50px 0;
}

    section.our-Partners-wrp .heading_one {
        color: #fff;
    }

        section.our-Partners-wrp .heading_one:before {
            background: #ffffff66;
        }

        section.our-Partners-wrp .heading_one span {
            background: #0b56c6;
        }

ul.link-ft li a:before {
    position: absolute;
    content: '';
    background: url(../img/arrow_pic.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    left: 0;
}

section.Get-Know-About-Us {
    padding: 50px 0;
}

/*ul.link-ft li a {
    position: relative;
    display: block;
    padding-left: 25px;
    margin-top: 9px;
    color: #fff;
}

footer h5 {
    color: #fff;
    margin-bottom: 15px;
}

footer h4:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    height: 2px;
    width: 100%;
    bottom: -15px;
}*/

/*ul.socail-link {
    padding-left: 0;
    display: flex;
    justify-content: space-evenly;
    list-style: none;
}

    ul.socail-link a {
        width: 50px;
        height: 30px;
        background: #fff;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        border-radius: 49px;
        font-size: 20px;
    }

        ul.socail-link a.face-book {
            color: #4488EF;
        }

        ul.socail-link a.whatsaap {
            color: #4CAF50;
        }

        ul.socail-link a.skype {
            color: #03A9F4;
        }*/

.partner-sl ul.slick-dots {
    position: absolute;
    right: 0;
    top: -57px;
    display: flex;
    list-style: none;
}

.bg-hd {
    background: linear-gradient(90deg, rgba(158, 158, 158, 0.33) 0%, rgba(158, 158, 158, 0) 89.31%);
    padding: 5px 10px;
    font-size: 20px;
    color: #FEEB10;
    margin-bottom: 30px;
}

.news-wrp {
    display: flex;
}

.nes-pic-rt {
    flex: 0 0 30%;
    max-width: 30%;
}

.contet-news {
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 15px;
}

.nes-pic-rt img {
    width: 100%;
}

.contet-news p {
    margin-bottom: 0;
}

.partner-sl ul.slick-dots {
    position: absolute;
    right: 0;
    top: -57px;
    display: flex;
    list-style: none;
}

.carousel-indicators li {
    overflow: hidden;
    text-indent: -990px;
    width: 10px !important;
    height: 10px !important;
    margin-left: 7px;
    border: 1px solid #fff !important;
    background: none !important;
    border-radius: 100%;
}

    .carousel-indicators li.active {
        background: #fff !important;
    }

.carousel-indicators {
    position: absolute;
    display: inline-flex;
    margin: 0 !important;
    justify-content: unset;
    width: auto;
    right: 15px;
    left: unset;
    bottom: -67px !important
}

.partner-sl ul.slick-dots button {
    overflow: hidden;
    text-indent: -990px;
    width: 25px;
    height: 15px;
    margin-left: 7px;
    border: 3px solid #d9d9d9;
    background: #ffffff;
    border-radius: 5px;
}

ul.slick-dots li.slick-active button {
    background: #032245;
}

.latest_box {
    position: relative;
    min-height: 300px;
    z-index: 1;
}

    .latest_box img {
        position: absolute;
        object-fit: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: -1;
    }

.bnt-fn {
    position: absolute;
    top: 15px;
    left: 15px;
    background: linear-gradient(180deg, rgba(253, 217, 44, 0) 38.75%, rgba(255, 255, 255, 0.54) 100%);
    padding: 4px 9px;
    color: #032245;
    font-weight: 600;
    z-index: 1;
}

.content-latest {
    position: absolute;
    left: 15px;
    bottom: 15px;
    right: 15px;
    z-index: 1;
}

ul.view-time {
    padding-left: 0;
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0;
    color: #fff;
    justify-content: space-between;
}

.content-latest h5 {
    color: #032245;
}

.latest-blog ul.slick-dots {
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    list-style: none;
}

    .latest-blog ul.slick-dots button {
        overflow: hidden;
        text-indent: -990px;
        width: 25px;
        height: 15px;
        margin-left: 7px;
        border: 3px solid #d9d9d9;
        background: #ffffff;
        border-radius: 5px;
    }

ul.slick-dots li.slick-active button {
    background: #032245;
}

.heading_two {
    color: #032245;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

section.Latest-From-Blog {
    padding: 50px 0;
}

.heading_two:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #042F60;
    width: 110px;
    height: 7px;
    border-radius: 0 0 100px 100px;
    top: 9px;
}

.heading_two:after {
    content: '';
    position: absolute;
    border-top: 8px solid #042f60;
    border-left: 30px solid #ff000000;
    border-right: 30px solid #61b90000;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 14px;
}

span.text-water {
    font-family: 'Racing Sans One', cursive;
    font-size: 11pc;
    color: rgb(255 255 255 / 4%);
    letter-spacing: 9px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 44%;
}

.border-rght {
    border-right: 1px dashed #dfdfdf;
}

hr.hr-brder {
    margin: 0;
    /*border-top: 1px solid #dfdfdf !important;*/
}

.news-wrp {
    padding: 15px;
}

.news-tabs {
    padding: 15px;
}

footer .row {
    position: relative;
}

.row.position-brder {
    position: relative;
}

span.border-left-abs {
    position: absolute;
    left: 33.3%;
    height: 100%;
    width: 1px;
    background: white;
}

span.border-right-abs {
    position: absolute;
    right: 33.3%;
    height: 100%;
    width: 1px;
    background: white;
}

span.border-top-abs {
    position: absolute;
    top: 55%;
    height: 2px;
    width: 100%;
    background: white;
}

/* Start  Slider */
.slick-slide {
    margin: 0px 15px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    /* -webkit-user-select: none; 
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;*/
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    /* pointer-events: none; */
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.scroltop {
    position: fixed;
    right: 15px;
    bottom: 60px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
}

    .scroltop > img {
        animation: arrow 3s infinite;
        transition-delay: 1s;
        width: 40px;
    }

.whatsappIcon {
    position: fixed;
    right: 15px;
    bottom: 15px;
    z-index: 9;
    width: 40px;
    height: 40px;
    color: #fff;
}

    .whatsappIcon > img {
        animation: arrow 3s infinite;
        transition-delay: 1s;
        width: 40px;
    }


/*use when bottom is used */

/*@media (max-width: 675px) {
    .whatsappIcon {
        display: none;
    }

    .scroltop {
        bottom: 40px;
    }
}*/

/* End Slider */
.hand_pic img {
    max-width: 400px;
    float: right;
}

img.shape-cl {
    position: absolute;
    left: calc(50% - 35px);
    top: -25px;
    width: 70px;
}

.testimonial-sl.slick-dots {
    position: absolute;
    right: 0;
    top: -30px;
    display: flex;
    list-style: none;
}

.testimonial-sl ul.slick-dots button {
    overflow: hidden;
    text-indent: -990px;
    width: 25px;
    height: 15px;
    margin-left: 7px;
    border: 3px solid #d9d9d9;
    background: #ffffff;
    border-radius: 5px;
}

.testimonial-sl ul.slick-dots li.slick-active button {
    background: #032245;
}

.testimonial-sl ul.slick-dots {
    position: relative;
    right: 0;
    display: flex;
    list-style: none;
    justify-content: end;
    margin-top: 15px;
}

/************About us***********/
.about-lt {
    padding-right: 30px;
    position: relative;
}

    .about-lt img {
        width: 100%;
    }

    .about-lt:before {
        border: 1px dashed #969697;
        content: '';
        position: absolute;
        left: 30px;
        width: calc(100% - 30px);
        top: 30px;
        height: 100%;
        z-index: -1;
    }

.about-rt h6 {
    color: #58585894;
}

.about-rt h4 {
    color: #032245;
    font-weight: 600;
}

ul.dotted-li {
    margin-bottom: 0;
    list-style: none;
    position: relative;
}

    ul.dotted-li li:before {
        content: '';
        position: absolute;
        left: -47px;
        background: #0B56C6;
        border: 2px solid #FEEB10;
        width: 15px;
        height: 15px;
        border-radius: 100px;
    }

    ul.dotted-li li {
        position: relative;
        padding-bottom: 15px;
    }

    ul.dotted-li:before {
        content: '';
        border-left: 2px dotted #0b56c6;
        width: 2px;
        height: calc(100% - 25px);
        left: 0;
        top: 0;
        position: absolute;
    }

section.about-sec-1 {
}

section.about-sec-1 {
    background: #042F60;
}

.inner-head-txt {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: linear-gradient(90.24deg, #ffffff00 0.21%, rgb(255 255 255 / 28%),rgb(205 35 35 / 0%) 92.75%);
    color: #fff;
}

section.about-sec-1 img {
    width: 100%;
}

section.about-sec-1 {
}

    section.about-sec-1 .container-fluid {
        padding: 0;
    }

        section.about-sec-1 .container-fluid .row {
            margin: 0;
        }

section.about-sec-2 {
    padding: 50px 0;
}

.media-card {
}

.heading-four {
    font-weight: 600;
    color: #032245;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

    .heading-four:before {
        content: '';
        position: absolute;
        left: 110%;
        width: 70px;
        height: 2px;
        background: #d7d7d7;
        top: 50%;
    }

.testimonila-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.name-tm {
    color: #000;
    font-weight: 600;
}

.profil-lead {
    font-weight: 600;
    color: #0B56C6;
    margin-bottom: 15px;
}

.testimonila-box p {
    margin-bottom: 0;
}

.yellow-br span {
    width: 100px;
    height: 3px;
    background: #FEEB10;
    display: block;
    margin: 9px 0;
}

.Opportunities-row {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .Opportunities-row h6 {
        font-weight: 600;
        margin-right: 15px;
        border-right: 1px solid #d5d5d5;
        padding-right: 15px;
    }

    .Opportunities-row span {
        color: #707070;
    }

section.about-sec-3 {
    padding-bottom: 50px;
}

section.about-sec-4 {
    padding-bottom: 50px;
}

.border-rt {
    border-right: 1px dashed rgb(216, 216, 216);
}

.nav-link span {
    display: none
}

.nav-link strong {
    font-weight: 500;
}

.menu_div {
    display: none
}
/************/
@media (max-width: 1024px) {
    .navbar-brandimg {
        height: 36px !important
    }

    .aboutheading {
        font-size: 30px !important
    }

    .navbar {
        padding: 5px 0px !important
    }

    .navbar-toggler {
        padding: 0px !important
    }

    .blog_ulli {
        position: relative !important;
        height: auto !important
    }

    .blog-username li img {
        width: 20px !important;
        height: 20px !important;
    }

    .blog-username li span {
        font-size: 13px !important;
        margin: 1px 10px !important;
    }

    .blog-username li {
        padding: 0px 10px !important;
        font-size: 13px !important;
    }

    .blogheading {
        font-size: 22px !important
    }

    .earning_description {
        font-size: 14px !important;
        margin: 32px 0px !important
    }

    .mobile-auto {
        margin: 0 auto !important;
        display: block !important;
        float: none
    }

    .menu_mobile {
        float: left;
        width: 100%;
        border-bottom: 1px solid #b8b6b6;
    }

    .menu_div {
        float: left;
        width: 100%;
        display: block
    }

        .menu_div span {
            color: #192455;
            /* H1 28PX */
            font-family: Roboto;
            font-size: 28px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

    div #navbarNavDropdown {
        background: #fff !important;
        top: 0px !important;
        padding: 10px 10px !important;
        width: 110% !important;
        margin-left: -5%;
    }

    .nav-link strong {
        font-weight: 500;
        float: left;
        margin: 1px 10px;
    }

    div#navbarNavDropdown a {
        color: #192455;
        float: left !important
    }

    .sign_input {
        width: 95% !important;
        margin: 25px auto !important;
    }

    .singup_heading {
        font-size: 20px !important
    }

    .nav-link span {
        display: block;
        float: left;
        width: 40px !important
    }

    .menu-wrp {
    }

    .m-width-center {
        text-align: center;
        width: 100%
    }

    div#navbarNavDropdown .get-startedbtn {
        color: #fff !important;
        margin-top: 50px;
    }

    .m-none {
        display: none
    }

    .banner b {
        top: 83px !important;
        left: 30% !important;
        text-align: center;
    }

    .helpdesk img {
        width: 100% !important
    }

    .w-420 {
        width: 38% !important;
        margin: 0 auto;
    }

    .helpdesk {
        display: block !important
    }

    .helpdeskbox {
        width: 100% !important;
        padding: 20px !important
    }

        .helpdeskbox .mb-3 {
            margin-bottom: 0px !important
        }

    .help_number strong {
        font-size: 16px !important
    }

    .help_number p {
        font-size: 14px !important
    }

    .helpcontact svg {
        height: 40px !important;
        width: 40px !important;
        margin-right: 15px;
    }

    

    .w-60-m {
        width: 60% !important;
    }

    .w-40 {
        width: 40% !important
    }

    .w-31 {
        width: 33% !important;
        padding: 0px 10px 0px 14px !important
    }

    .m-p-e0 {
        padding-right: 0px !important
    }

    footer_des {
        font-size: 14px !important;
        width: 100% !important
    }

    footer .footer-title h3 {
        font-size: 16px !important
    }

    footer .fo-list-item li a {
        font-size: 14px !important
    }

    footer .footer-title {
        padding: 32px 16px 0px 16px !important;
        width: 50% !important
    }

    .submitbtn {
        float: left !important;
        margin: 0px 0px 0px 23px !important
    }

    .newsletter label {
        font-size: 16px !important;
        width: 100%;
    }

    .newsletter .form-control {
        width: 61% !important;
        float: left !important
    }

    .para_center {
        font-size: 14px !important
    }

    .para_center_grey {
        font-size: 14px !important;
        padding: 0px 5% !important
    }

    .sharelink img {
        height: 52px !important
    }

    .scrollsidebar {
        margin-top: 30px
    }

    .banner p {
        text-align: center !important;
        margin-top: 16px !important;
        font-size: 14px !important
    }

    .subtitle {
        font-size: 10px !important
    }

    .banner-heading {
        font-size: 34px !important;
        text-align: center;
        margin: 0px !important;
        width: 100% !important
    }

    .service_menu {
        width: 100% !important;
        overflow: auto;
        height: 400px;
    }

    .submenu-list {
        float: left;
        width: 100%
    }

        .submenu-list li a {
            font-size: 16px !important
        }

    .effecttext {
        font-size: 32px !important
    }

    .customerjourney_list {
        padding: 0px 12px !important
    }

    .tab-details {
        margin-bottom: 20px !important
    }

    .m-none {
        display: none
    }

    #exTab1 .nav {
        float: none !important;
        width: 100%
    }

    .m-topmargin {
        margin-top: 30px
    }

    .newsletter-footer .form-control {
        width: 60% !important;
        margin-right: 0% !important;
        float: left !important;
    }

    .product-form h1 {
        font-size: 30px !important;
        margin-bottom: 0px !important;
    }

    .mobilt-top {
        margin-top: 20px
    }

    .featured {
        padding: 32px 0px !important
    }

        .featured .heading {
            margin-bottom: 32px !important
        }

    .Testimonial {
        display: flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        gap: 8px !important;
        align-self: stretch;
        width: 100% !important;
        margin-top: 20px !important;
    }

        .Testimonial p {
            margin: 0px !important;
            width: 69% !important;
            font-size: 12px !important
        }

    .viewbtn {
        margin: 10px auto !important;
        float: none !important;
    }

    .contact-form .form-control {
        padding: 10px !important
    }

    .contactbox {
        height: 365px;
        margin-bottom: 20px;
    }

    .mission {
        height: 458px !important
    }

    .team img {
        width: 100% !important;
        margin-top: 37px !important;
    }

    .about-count {
        margin-bottom: 10px
    }

    .p-75 {
        padding: 10px 5px !important;
    }

    .btn_new {
        margin-bottom: 30px
    }

    .whatwedo .mt-4 {
        margin-top: 0px !important
    }

    .whatwedo .text-center {
        text-align: left !important
    }

        .whatwedo .text-center svg {
            margin-bottom: 10px
        }

    .whatlabel {
        font-size: 16px !important;
        margin-left: 20px !important;
        margin-top: 0px !important
    }

    #carouselExampleSlidesOnly img {
        height: 300px !important;
        margin: 30px auto !important;
    }

    .Parterns {
        justify-content: space-between !important;
        align-items: center !important;
        flex: 1 0 0 !important;
        flex: 1 0 0 !important;
        align-self: stretch !important;
        /*display: none !important*/
    }

        .Parterns div {
            display: flex !important;
            flex-direction: column;
            justify-content: space-between !important;
            align-items: flex-start !important;
            align-self: auto !important;
        }

            .Parterns div img {
                width: 90% !important;
                height: 56px !important;
                margin-bottom: 10px;
            }

    .whatwedo {
        padding-top: 32px !important;
    }

        .whatwedo .pb-5 {
            padding-bottom: 0rem !important;
        }

    .navbar-toggler i {
        color: #192455 !important;
        font-size: 48px !important;
        font-weight: bold !important;
        margin-right: 8px !important;
    }

    .top-header {
        margin-top: 0px !important;
        font-size: 12px !important
    }

    .heading {
        font-size: 20px !important;
        margin-bottom: 50px !important
    }

    .m-img {
        width: 90%;
        margin: 0 auto;
        display: block;
    }

    .featuredbox a svg {
        float: right;
    }

    .servicebox {
        width: 50% !important
    }

        .servicebox strong {
            font-size: 16px !important
        }

        .servicebox img {
            height: 50px !important
        }

    .featuredbox a {
        display: block !important;
        width: 100% !important
    }

    .whyuscontent {
        margin-top: 0px !important
    }

    .whatdescription {
        font-size: 14px !important;
        margin-top: 20px !important
    }

    .featuredbox h3 {
        font-size: 16px !important
    }

    .featuredbox p {
        font-size: 14px !important
    }

    .whyusicon svg {
        width: 75px;
        height: 75px
    }

    .whyuscontent h3 {
        font-size: 16px !important
    }

    .btn_new {
        margin-top: 20px !important
    }

    header {
        box-shadow: 0px 4px 4px 0px rgba(4, 46, 100, 0.06);
    }

    .banner {
        padding: 30px 0px 0px 0px !important
    }

    .whyusbox {
        padding-bottom: 0px !important;
        background-size: 60% !important
    }

    .whyus {
        margin-bottom: 32px !important
    }

    div#navbarNavDropdown {
        background: #0b57c6;
        position: absolute;
        top: 68px;
        width: 100%;
        left: 0;
        z-index: 9;
        padding: 15px;
        z-index: 99;
    }

        div#navbarNavDropdown a {
            width: 100%;
            padding: 11px 15px !important;
            display: block;
            border-bottom: 1px solid #fffdfd33;
        }

    .menu-wrp {
        display: flex;
        flex-flow: column;
        align-items: baseline;
    }

        .menu-wrp ul.navbar-nav {
            width: 100%;
        }

    ul.user-profile {
        margin-left: 0;
        width: 100%;
        padding-left: 0;
    }

        ul.user-profile a {
            color: #fff;
            border-bottom: 0 !important;
        }

        ul.user-profile .fa {
            font-size: 20px;
            margin-right: 7px;
        }

    .navbar-nav .dropdown-menu {
        background: transparent;
        border: 0;
        padding: 0;
    }

    div#navbarNavDropdown a:hover {
        background: #063162;
        color: #fff !important;
    }

    span.text-water {
        display: none;
    }

    .Opportunities-row {
        flex-flow: column;
        align-items: baseline;
    }

        .Opportunities-row h6 {
            border-right: 0;
            padding-right: 0;
            margin-right: 0;
        }

    div#demo {
        margin-top: 30px;
        position: relative;
        margin-bottom: 40px;
    }

    .sec_two_1 ul.nav.nav-pills {
        flex-flow: column;
        margin-top: 15px;
    }

    div#News {
        margin-bottom: 15px;
    }

    .heading_one {
        font-size: 24px;
    }

    .heading_two {
        font-size: 24px;
    }

    .latest-blog ul.slick-dots {
        position: relative;
        top: 15px;
        justify-content: center;
    }

    .partner-sl ul.slick-dots {
        position: relative;
        top: 30px;
        justify-content: center;
    }

    .inner-head-txt {
        height: 75px;
    }

        .inner-head-txt h1 {
            font-size: 24px;
        }

    div#demo .carousel-item img {
        position: relative;
        height: auto;
    }

    div#demo .carousel-item {
        height: auto;
    }

    .row.flip-bn {
        flex-flow: column-reverse;
    }

    form.col-md-12.header-top-form {
        padding: 15px 30px;
        padding-bottom: 0 !important;
        margin-bottom: 0;
        margin-top: 0;
    }

    .content-wrp-cl {
        display: none;
    }

    .row.card-ft .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    img.insuranc-pic {
        width: 60px;
    }

    .insurance-card h5 {
        font-size: 18px;
    }

    .insurance-card {
        margin-top: 15px;
        min-height: 115px;
    }

    .carousel-indicators {
        position: absolute;
        bottom: -30px;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }
}


.tab-section .bg-light {
    background-color: #f0f0f0 !important
}

.tab-section .nav-pills .nav-link {
    border-radius: 0rem;
    border: 0;
    font-size: 17px !important;
}

    .tab-section .nav-pills .nav-link.active {
        background-color: #fff;
        color: #032245;
        font-weight: 600;
    }

.top-header {
    width: 100%;
    height: 30px;
    background: #192455;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.get-startedbtn {
    background: #5773DD;
    border-radius: 5px;
    padding: 6px 10px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    float: left;
}

    .get-startedbtn:hover {
        text-decoration: none;
        color: #fff;
        background: #192455;
    }

.lang_div {
    padding: 10px 20px;
    font-weight: normal;
    font-size: 18px;
}

.lang_img {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    width: 27px;
}

.cursor {
    cursor: pointer
}

.footerlogo {
    width: 50%
}

.footer_des {
    color: #fff;
    font-size: 18px;
    padding-top: 23px;
    font-weight: 300;
    border-bottom: 1px solid #b1b1b254;
    width: 90%;
    padding-bottom: 33px;
}

.newsletter label {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px
}

.newsletter .form-control {
    background-color: #192455 !important;
    border: 1px solid #6D6D6D !important;
    height: 40px;
    width: 90%;
    border-radius: 5px !important;
}

    .newsletter .form-control::placeholder {
        font-size: 18px
    }

.submitbtn {
    background-color: #FAFAFA !important;
    border-radius: 5px !important;
    color: #5773DD !important;
    padding: 7px 25px !important;
    font-size: 18px !important;
}

.copyright {
    color: #fff;
    font-size: 18px;
    margin-top: 50px
}

.footer_brdr {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 50px;
}

.banner-heading {
    height: 130px;
    float: left;
    margin-right: 0.3em;
    margin-top: 50px;
    font-size: 50px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #192455;
}

.banner b {
    float: left;
    overflow: hidden;
    position: absolute;
    height: 60px;
    top: 120px;
    z-index: 1;
}

@media screen and (min-width:900px) and (max-width:1256px){
    .banner b{
        top:150px;
    }
}

/*.effecttext {
    display: inline-block;
    color: #5773DD;
    position: relative;
    white-space: nowrap;
    font-size: 48px;
    top: 0;
    left: 0;
    -webkit-animation: move 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    font-weight: 500;
}*/

.effecttext {
    display: flex;
    color: #5773DD;
    position: relative;
    white-space: nowrap;
    font-size: 48px;
    top: 0;
    left: 0;
    font-weight: 500;
}

@keyframes move {
    0% {
        top: 0px;
    }

    20% {
        top: -30px;
    }

    40% {
        top: -90px;
    }

    60% {
        top: -160px;
    }
    /*    80% {
        top: -0px;
    }*/
}

.banner {
    padding: 30px 0px
}

    .banner p {
        margin-top: 25px;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.viewbtn {
    border: 1px solid;
    background: #5773DD;
    padding: 10px 25px;
    border-radius: 5px;
    color: #fff;
    margin-top: 40px;
    float: left;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #5773DD !important;
}

    .viewbtn:hover {
        text-decoration: none;
        color: #fff;
        background: #192455;
        border: 1px solid #192455 !important;
    }

#carouselExampleSlidesOnly img {
    height: 440px;
    margin: 0 auto
}

.whatwedo {
    padding: 30px 0px 0px 0px
}

.subtitle {
    color: #6D6D6D;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.heading {
    color: #192455;
    /* H3 SB */
    font-family: Roboto;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 75px
}

.whatwedo .heading span {
    color: #5773DD
}

.whatlabel {
    color: #192455;
    /* Body SB */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 22px;
    text-align: left
}

.whatdescription {
    color: #192455;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px
}

.btn_new {
    border-radius: 5px;
    background: #5773DD;
    padding: 10px 20px;
    color: #FAFAFA;
    /* Body - Regular */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
    float: left
}

    .btn_new:hover {
        text-decoration: none;
        color: #fff
    }

.w-86 {
    width: 86% !important
}

.pt-250 {
    padding-top: 250px !important
}

.featured {
    padding: 80px 0px;
    color: #fff;
    background: #192455;
}

    .featured .heading {
        margin-bottom: 90px
    }

.featuredbox {
    border-radius: 8px;
    border: 1px solid #192455;
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    -webkit-transition: background-color 1s ease-out;
    -moz-transition: background-color 1s ease-out;
    -o-transition: background-color 1s ease-out;
    transition: background-color 1s ease-out;
    margin-bottom: 30px;
    color: #192455
}

    .featuredbox:hover {
        background: #fff;
        color: #192455
    }

    .featuredbox img {
        height: 165px;
        align-self: stretch;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .featuredbox h3 {
        /* Subtitle + Button SB */
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 15px;
    }

    .featuredbox p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        height: 45px;
        overflow: hidden;
    }

    .featuredbox a {
        border-radius: 5px;
        background: #5773DD;
        padding: 10px;
        gap: 15px;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        color: #FAFAFA;
        width: 100%
    }

        .featuredbox a svg {
            width: 8px;
            height: 16px;
            stroke-width: 2px;
            float: right;
            margin-top: 2px;
        }

        .featuredbox a:hover {
            text-decoration: none;
            background: #192455;
            color: #FAFAFA;
        }

.w-65 {
    width: 65%
}

.servicebox {
    text-align: center;
    margin-bottom: 50px
}

    .servicebox strong {
        float: left;
        width: 100%;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-top: 25px;
        color: #fff
    }

    .servicebox img {
        height: 70px;
        transition: transform .5s;
    }

        .servicebox img:hover {
            -ms-transform: scale(1.3); /* IE 9 */
            -webkit-transform: scale(1.3); /* Safari 3-8 */
            transform: scale(1.3);
            filter: brightness(0) invert(1)
        }

.whyus {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 85px;
}

.whyusicon {
    width: 100px;
    height: 100px;
    fill: #5773DD;
}

    .whyusicon svg {
        width: 100px
    }

.whyuscontent {
    display: flex;
    padding-top: 15px;
    flex-direction: column;
    align-items: flex-start;
}

    .whyuscontent h3 {
        color: #fff;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

.bluecolor {
    color: var(--LIGHT-BLUE, #5773DD) !important;
}

.text-dark {
    color: #192455;
}

.whyuscontent p {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}

.whyusbox {
    background: url('../ciwebimg/bg1.png') no-repeat left #192455;
    background-size: 37%;
}

.whyusbox-light {
    background: url('../ciwebimg/bg1.png') no-repeat left;
    background-size: 37%;
}

#exTab1 .nav li a {
    padding: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FAFAFA;
    margin-right: 32px;
}

    #exTab1 .nav li a:last-child {
        margin-right: 0px;
    }

    #exTab1 .nav li a.active {
        border-bottom: 3px solid #FAFAFA;
    }

    #exTab1 .nav li a:hover {
        text-decoration: none
    }

#exTab1 .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    float: right;
    margin-top: 33px
}



#exTab1 .tab-content {
    padding: 0px;
}

#exTab2 .nav li a {
    padding: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #FAFAFA;
    margin-right: 32px;
}

    #exTab2 .nav li a:last-child {
        margin-right: 0px;
    }

    #exTab2 .nav li a.active {
        border-bottom: 3px solid #FAFAFA;
    }

    #exTab2 .nav li a:hover {
        text-decoration: none
    }

#exTab2 .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
}

#exTab2 .tab-content {
    padding: 50px 0px;
}

#exTab3 .nav li a.active {
    border-bottom: 3px solid #5773DD;
    font-weight: 600
}

#exTab3 .nav li a:hover {
    text-decoration: none
}

.tab-details {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

    .tab-details img {
        height: 250px;
        align-self: stretch;
        border-radius: 5px;
    }

    .tab-details p {
        color: #FAFAFA;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        height: 64px;
    }

    .tab-details a {
        display: flex;
        padding: 10px;
        justify-content: center;
        align-items: center;
        align-self: stretch;
        border-radius: 5px;
        background: #91A4EC;
        color: #FAFAFA;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        .tab-details a:hover {
            color: #fff;
            background: #989898;
            text-decoration: none
        }

.viewallbtn {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FAFAFA;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    right: 160px;
    bottom: 47.035px;
}

.Parterns {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
}

    .Parterns div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-self: stretch;
    }

    .Parterns img {
        height: 45px;
    }

.earningbox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

    .earningbox .earning_div {
        display: flex;
        align-items: center;
    }

        .earningbox .earning_div img {
            display: flex;
            width: 100px;
            height: 100px;
            padding: 12.5px;
            justify-content: center;
            align-items: center;
            gap: 5px;
        }

        .earningbox .earning_div p {
            color: #FAFAFA;
            /*text-align: center;*/
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-top: 12px;
        }

.about .earningbox {
    display: flex;
    gap: 25px;
}

    .about .earningbox .earning_div {
        gap: 25px;
    }

.earning_description {
    color: #FAFAFA;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 75px 0px 30px 0px
}

.sharelink {
    display: grid;
    align-items: flex-start;
    gap: 10px;
    margin-top: 35px;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 23.44px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

    .sharelink img {
        height: 55px;
    }

    .sharelink strong {
        font-weight: 500
    }

.earningbg {
    background: url('../ciwebimg/bgrectangle.png') no-repeat right top #192455;
    background-size: 62%;
}

.testbox {
    display: flex;
    padding: 25px 20px 15px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    color: #FAFAFA;
    align-self: stretch;
    border-radius: 12px;
    background: #192455;
    box-shadow: 0px 0px 20px 0px rgba(83, 83, 83, 0.35);
    margin-bottom: 25px
}

.testheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.testuserdetail {
    display: flex;
    align-items: center;
    gap: 27px;
}

    .testuserdetail img {
        border-radius: 65px;
        background: #C4C4C4;
        width: 65px;
        height: 65px;
    }

.testname {
    display: flex;
    width: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #FAFAFA;
}

    .testname h4 {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .testname span {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.testuserdetail svg {
    display: flex;
    align-items: center;
    gap: 27px;
}

.testbox p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}

.w-420 {
    width: 420px
}

.scrollsidebar {
    height: 500px;
    overflow: auto;
    padding: 0px 35px;
}

    .scrollsidebar::-webkit-scrollbar-track {
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
        border-radius: 10px;
        background-color: #e1e1e1;
    }

    .scrollsidebar::-webkit-scrollbar {
        width: 12px;
        background-color: #e1e1e1;
    }

    .scrollsidebar::-webkit-scrollbar-thumb {
        border-radius: 10px;
        /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
        background-color: #989898;
    }

.img_align {
    display: flex;
    width: 1110px;
    justify-content: space-between;
    align-items: center;
}

.para_center {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 50px 0px
}

.btn_new:hover {
    color: #fff;
    /*background: #989898;*/
    background:#3651CC;
    text-decoration: none
}

.bgheart {
    background: url('../ciwebimg/bg6.png') no-repeat;
    background-size: 100%
}

.para_center_grey {
    color: #192455;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 50px 0px;
    padding: 0px 5%;
}

.helpdesk {
    display: flex;
    align-items: center;
    align-self: stretch;
    justify-content: center;
}

    .helpdesk img {
        width: 627px;
        align-self: stretch;
    }

.helpdeskbox {
    display: flex;
    width: 813px;
    padding: 50px 0px 50px 50px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.helpcontact {
    display: flex;
    align-items: center;
    margin-bottom: 25px
}

    .helpcontact svg {
        width: 55px;
        height: 55px;
        margin-right: 15px;
    }

.help_number {
    display: flex;
    width: 48%;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

    .help_number strong {
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .help_number p {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
.helpdeskbox .accordion {
    background-color: #fff;
    color: #192455;
    cursor: pointer;
    padding: 10px;
    width: 100% !important;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px !important;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.4s;
}

/*    .helpdeskbox .accordion:hover,
    .helpdeskbox .accordion.active {
        background-color: #fff;
    }*/

.helpdeskbox .arrow-icon {
    color: #91A4EC;
    font-size: 24px;
    transition: transform 0.3s ease;
}

.helpdeskbox .accordion.active .arrow-icon {
    transform: rotate(180deg); /* Flip down to up */
}

.helpdeskbox .panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

    .helpdeskbox .panel p {
        width: 100%;
        font-size: 18px;
        color: #192455;
    }


.sign_input::placeholder {
    color: #989898;
    /* Body - Regular */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.singup_heading {
    color: #192455;
    text-align: center;
    /* H3 SB */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.carouse_prev_btn {
    background: #989898;
    border: #989898;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.carouse_next_btn {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 49px;
    background: #fff;
    border: #fff;
    border-radius: 5px;
    line-height: 40px;
}

.section-header {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 75px;
    align-self: stretch;
}

    .section-header .header-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        flex: 1 0 0;
    }

.arrowicon {
    display: flex;
    align-items: center;
    gap: 5px;
}

.Testimonial {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-top: 100px;
    width: 70%
}

.user-test {
    display: flex;
    align-items: flex-start;
    /*    gap: -11.667px;*/
}

    .user-test img {
        width: 35px;
        height: 35px;
        border-radius: 35px;
        margin-left: -11.667px
    }

.Testimonial p {
    color: #989898;
    /* Detail Regular */
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.banner-frame {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.blog-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 75px;
}

.text-black {
    color: #000;
}

.sign_input {
    width: 400px;
    padding: 10px;
    height: 43px !important;
    border-radius: 5px !important;
    border: 1px solid #6D6D6D !important;
    margin: 10px auto;
}

.service_menu {
    width: 1100px;
    /* position: absolute; */
    left: -408px !important;
    border-radius: 30px !important;
    padding: 25px !important;
    top: 52px !important;
    box-shadow: 0px 0px 12px 0px rgba(125, 125, 125, 0.50);
}

/*  .service_menu ul {
        padding: 0px
    }
*/
/*.service_menu li {
        list-style: none;
        border-bottom: 1px solid rgba(152, 152, 152, 0.50);
    }

    .service_menu a {
        color: var(--BLUISH-BLACK, #192455);*/
/* Body SB */
/*font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        padding: 10px 0px;
    }*/
/*
        .service_menu a svg {
            margin-right: 15px
        }*/

header {
    box-shadow: 0px 4px 4px 0px rgba(4, 46, 100, 0.06);
}

.product-form {
    padding: 25px 0px 75px 0px
}

    .product-form h1 {
        color: var(--BLUISH-BLACK, #192455);
        /* H2 SB */
        font-family: Roboto;
        font-size: 48px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        margin-bottom: 50px;
        text-align: center
    }

        .product-form h1 span {
            color: var(--LIGHT-BLUE, #5773DD);
            /* H2 SB */
            font-family: Roboto;
            font-size: 48px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
        }

.w-90 {
    width: 90%
}

.product-form .form-group {
    margin-bottom: 24px
}

.product-form .form-control {
    border-radius: 4px !important;
    border: 1px solid #989898 !important;
    /*padding: 10px 350px 10px 10px;*/
    height: 45px;
    font-size: 18px;
    font-weight: 500 !important;
}

.select-control {
    border-radius: 4px;
    border: 1px solid var(--GREY, #989898);
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500 !important;
    height: 45px;
}

.product-form .form-group .btn {
    border-radius: 5px;
    background: #007bff;
    border: 1px solid var(--GREY, #989898);
    display: flex;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    font-size: 18px;
    color: var(--WHITE, #FAFAFA);
    font-weight: 400;
}

    .product-form .form-group .btn:hover {
        background: var(--LIGHT-BLUE, #5773DD);
        border: 1px solid var(--LIGHT-BLUE, #5773DD);
    }

.product-form .form-group .submit {
    border-radius: 5px;
    background: var(--LIGHT-BLUE, #5773DD);
    border: 1px solid var(--LIGHT-BLUE, #5773DD);
    display: flex;
    padding: 10px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    font-size: 18px;
    color: var(--WHITE, #FAFAFA);
    font-weight: 400;
}

    .product-form .form-group .submit:hover {
        background: var(--GREY, #989898);
        border: 1px solid var(--GREY, #989898);
    }

.benefits p {
    color: var(--WHITE, #FAFAFA);
    /* Body - Regular */
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 50px
}

.benefits_list {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 30px
}

.benefit-icon {
    float: left;
    margin-right: 15px;
    width: 30px;
    margin-top: -10px;
}

    .benefit-icon svg {
        width: 30px
    }

.benefit-content {
    float: left;
    width: 80%
}

    .benefit-content strong {
        color: var(--WHITE, #FAFAFA);
        /* Body SB */
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 100%;
        display: block;
        margin-bottom: 7px
    }

    .benefit-content span {
        color: var(--WHITE, #FAFAFA);
        /* Body - Regular */
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        width: 100%;
        opacity: 0.56;
        display: block
    }

.producttab {
    color: var(--BLUISH-BLACK, #192455);
    /* Body SB */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

    .producttab li {
        font-weight: 600
    }

.productTab_section li {
    margin-right: 100px
}

.productTab_section a {
    display: flex;
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--BLUISH-BLACK, #192455);
    /* Body SB */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.productTab_section li.active a {
    font-weight: 600;
    border-bottom: 4px solid var(--LIGHT-BLUE, #5773DD);
}

.productTab_section li a:hover {
    text-decoration: none
}

.productTab_section .tab-content {
    box-shadow: none;
    border: none;
    padding-top: 75px
}

    .productTab_section .tab-content h3 {
        color: var(--BLUISH-BLACK, #192455);
        /* H3 SB */
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 500 !important;
        line-height: normal;
        margin-bottom: 25px;
    }

        .productTab_section .tab-content h3 span {
            color: var(--LIGHT-BLUE, #5773DD);
        }

    .productTab_section .tab-content .tabimg {
        width: 100%;
        margin-bottom: 25px
    }

.loanbox {
    display: flex;
    margin-bottom: 100px
}

    .loanbox .loanicon {
        width: 100px;
        float: left;
        margin-right: 15px;
        margin-top: 10px
    }

        .loanbox .loanicon svg {
            width: 100px
        }

    .loanbox .loancontent {
        float: left;
        width: 90%
    }

        .loanbox .loancontent strong {
            color: var(--WHITE, #FAFAFA);
            /* Subtitle + Button SB */
            font-family: Roboto;
            font-size: 20px;
            font-style: normal;
            font-weight: 500;
            line-height: normal;
            margin-bottom: 15px;
            display: block
        }

        .loanbox .loancontent p {
            color: var(--WHITE, #FAFAFA);
            /* Detail Regular */
            font-family: Roboto;
            font-size: 14px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            width: 70%
        }

.product_faq .accordion {
    background-color: #192455;
    color: #ffffff;
}

    .product_faq .active, .product_faq .accordion:hover {
        background-color: #192455;
    }

.product_faq .panel {
    background-color: #192455;
    border-bottom: 1px solid rgba(250, 250, 250, 0.25);
    width: 100%;
}

    .product_faq .panel p {
        color: #fff
    }

.customerjourney {
    background: #192455;
    padding-top: 50px;
    color: #fff
}

.customerjourney_list {
    display: flex;
    align-items: flex-start;
    align-self: stretch;
    margin-bottom: 50px
}

.customerjourney-icon {
    float: left;
    margin-right: 25px;
    width: 65px;
}

    .customerjourney-icon svg {
        width: 65px
    }

.customerjourney-content {
    float: left;
    width: 74%
}

    .customerjourney-content strong {
        color: var(--WHITE, #FAFAFA);
        /* Body SB */
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        width: 100%;
        display: block;
        margin-bottom: 15px
    }

    .customerjourney-content span {
        color: var(--WHITE, #FAFAFA);
        /* Body - Regular */
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        width: 100%;
        display: block;
        text-align: justify;
    }

.serviceman {
    margin-top: 50px
}

.about-count {
    border-radius: 12px;
    border: 1px solid rgba(152, 152, 152, 0.25);
    padding: 15px 0px;
    margin-bottom: 50px;
    min-height: 141px;
}

    .about-count h4 {
        color: var(--LIGHT-BLUE, #5773DD);
        text-align: center;
        /* H3 SB */
        font-family: Roboto;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-bottom: 22px
    }

    .about-count label {
        color: var(--BLUISH-BLACK, #192455);
        text-align: center;
        /* Body SB */
        font-family: Roboto;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        width: 100%
    }

.about_des {
    color: var(--BLUISH-BLACK, #192455);
    /* Body - Regular */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.learnmore {
    color: var(--GREY-DARK, #6D6D6D);
    /* Body - Regular */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #6D6D6D;
    border-radius: 5px;
    padding: 10px;
    margin: 42px 0px;
    float: left
}

    .learnmore:hover {
        opacity: 0.5;
        text-decoration: none;
        color: #6D6D6D
    }

.newsletter {
    display: flex;
    padding: 32px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    align-self: stretch;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #989898;
}

.contactbox {
    border-radius: 8px;
    background: var(--BLUISH-BLACK, #192455);
    color: #fff;
    padding: 25px;
    height: 431px;
}

.p-75 {
    padding: 105px 75px
}

.contact-form .form-group {
    margin-bottom: 24px
}

.contact-form .form-control {
    border-radius: 4px !important;
    border: 1px solid #989898 !important;
    padding: 10px 250px 10px 10px;
    height: 40px;
    font-size: 18px;
    font-weight: 500 !important;
}

.contact-form .select-control {
    border-radius: 4px;
    border: 1px solid var(--GREY, #989898);
    display: flex;
    width: 100%;
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500 !important;
    height: 43px;
}

.contact-form .form-group .btn {
    border-radius: 5px;
    background: #007bff;
    border: 1px solid var(--GREY, #989898);
    display: flex;
    padding: 5px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    font-size: 18px;
    color: var(--WHITE, #FAFAFA);
    font-weight: 400;
}

    .contact-form .form-group .btn:hover {
        background: var(--LIGHT-BLUE, #5773DD);
        border: 1px solid var(--LIGHT-BLUE, #5773DD);
    }

.contact-form .form-group .submit {
    border-radius: 5px;
    background: var(--LIGHT-BLUE, #5773DD);
    border: 1px solid var(--LIGHT-BLUE, #5773DD);
    display: flex;
    padding: 5px 25px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    width: 100%;
    font-size: 18px;
    color: var(--WHITE, #FAFAFA);
    font-weight: 400;
}

    .contact-form .form-group .submit:hover {
        background: var(--GREY, #989898);
        border: 1px solid var(--GREY, #989898);
    }

.dob {
    color: var(--BLUISH-BLACK, #192455);
    /* Body SB */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-top: 5px
}

.newsletter-footer label {
    color: var(--WHITE, #FAFAFA);
    /* Body SB */
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 25px;
    width: 100%
}

.newsletter-footer .form-control {
    background-color: #192455 !important;
    border: 1px solid #6D6D6D !important;
    height: 40px;
    width: 71%;
    border-radius: 5px !important;
    display: inline-block;
    margin-right: 2%;
}

    .newsletter-footer .form-control::placeholder {
        font-size: 18px
    }

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
    display: none;
}

.add-read-more.show-more-content .read-more {
    display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.add-read-more {
    width: 100%;
}

.content {
    font-size: 18px;
    line-height: 18px;
    display: -webkit-box;
    /* Set your count of lines. Please note:  you should also change the count in the JS file on row 21 */
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: max-height 0.3s ease;
}

    .content.expanded {
        -webkit-line-clamp: unset;
        max-height: none;
    }

    .content + .read-more.hidden {
        display: none;
    }

.aboutheading {
    font-family: Roboto;
    font-size: 48px;
    font-weight: 500;
    line-height: 56.25px;
    text-align: left;
    color: #192455
}

    .aboutheading span {
        color: #5773DD
    }

.mission {
    position: relative;
    text-align: center
}

    .mission img {
        width: 131px;
        margin: 0 auto;
        display: block;
        position: relative;
        z-index: 1;
    }

.missiondiv {
    border-radius: 12px;
    background: #192455;
    color: #fff;
    padding: 95px 60px 30px;
    position: absolute;
    margin-top: -59px;
}

    .missiondiv h4 {
        font-family: Roboto;
        font-size: 32px;
        font-weight: 600;
        line-height: 37.5px;
        text-align: center;
        margin-bottom: 25px
    }

    .missiondiv p {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 21.09px;
        text-align: center;
    }

.bloginput {
    height: 45px;
    border: 1px solid #ccc !important;
    border-radius: 5px !important;
    padding: 10px;
    width: 100%;
}

.blog-box {
    padding-bottom: 60px;
    min-height: 400px
}

    .blog-box img {
        height: 250px;
        margin-bottom: 30px !important;
        border-radius: 5px
    }

    .blog-box h4 {
        font-size: 2rem;
        color: #192455;
        font-weight: 700;
    }

    .blog-box p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5em;
        margin-top: 0;
        color: #192455;
    }

.readmore {
    font-size: 18px;
    margin-top: 55px;
    color: #5773DD
}

.blog-username {
    list-style: none;
    width: 100%;
    display: block;
    margin: 20px 0px;
    padding: 0px;
    float: left
}

    .blog-username li {
        float: left;
        display: inline-block;
        border-right: 1px solid #ccc;
        font-size: 16px;
        color: #192455;
        padding-right: 10px
    }

        .blog-username li:last-child {
            border-right: none
        }

        .blog-username li img {
            width: 35px;
            height: 35px;
            border-radius: 100%;
            float: left;
            margin: 0px !important
        }

        .blog-username li span {
            float: left;
            font-size: 16px;
            margin: 7px 10px
        }

.blog-ads {
    background: #f3f3f3;
    padding: 30px;
    margin: 0px 20px 20px 20px;
    text-align: center;
    position: fixed;
    max-width: 300px;
}

@media (max-width:600px) {
    .blog-ads {
        position: relative !important;
    }
}

.blog-ads h4 {
    color: #192455;
    margin-bottom: 15px
}

.blog-ads p {
    color: #192455;
    font-size: 17px
}

.btn-ads {
    width: 100%;
    font-size: 20px;
    margin-top: 20px;
    padding: 7px !important
}

.blog_ulli {
    padding: 0px;
    margin: 0px;
    list-style: none;
    position: fixed;
    width: 300px;
    height: 500px
}

    .blog_ulli li {
        list-style: none
    }

        .blog_ulli li a {
            display: block;
            color: #5773DD;
            font-size: 16px;
            margin-bottom: 15px;
            width: 70%
        }

.blogheading {
    font-family: Roboto;
    font-size: 38px;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    color: #5773DD!important;
    margin-top: 30px
}

.blog-details {
    color: #192455;
    font-size: 17px;
    text-align: justify
}

.blogheading {
    scroll-margin-top: 230px; /* Adjust the value as needed */
}

/* For older versions of Safari (11 or older) */
@supports not (scroll-margin-top: 0) {
    .blogheading {
        scroll-snap-margin-top: 230px; /* Compatibility fallback */
    }
}

html {
    scroll-behavior: smooth;
}

.applynowdiv {
    position: fixed;
    right: 0px;
    top: 180px;
    z-index: 99;
}

.applybtn {
    width: 40px;
    cursor: pointer;
    float: left;
    transition: 0.3s;
}

.applymenu {
    display: none;
    float: left;
    right: 0px;
    position: absolute;
    width: 227px;
    background: #fff;
    border-radius: 5px 0px 0px 5px
}

    /*.applynowdiv:hover .applymenu {
    display: block;
}
*/
    .applymenu img {
        float: left
    }

    .applymenu ul {
        list-style: none;
        padding: 5px 5px 0px;
        width: 187px;
        background: #fff;
        float: left;
        min-height: 150px;
    }

        .applymenu ul li a {
            font-family: Roboto;
            font-size: 18px;
            font-weight: 400;
            line-height: 21.09px;
            text-align: left;
            text-underline-position: from-font;
            text-decoration-skip-ink: none;
            border-bottom: 1px solid #B4B4B4;
            padding: 5px;
            list-style: none;
            display: block;
            color: #192455
        }

        .applymenu ul li:last-child a {
            border-bottom: 1px solid #fff;
        }

.sub_menu-box {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #BEBEBE;
    float: left;
    margin-bottom: 1px;
    cursor: pointer;
    background: #fff;
    width: 100%;
    height:138px;
}

    .sub_menu-box p {
        text-align: justify;
    }

.menuname {
    display: block
}

    .menuname h3 {
        font-family: Roboto;
        font-size: 18px;
        font-weight: 600;
        line-height: 21.09px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
        color: #38536C;
        width: 58%;
        display: block;
        float: left;
        min-height: 47px;
    }

    .menuname svg {
        float: right
    }

.sub_menu-box p {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 16.72px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #989898;
    float: left;
    margin-bottom: 0px;
    /*min-height:  35px;*/
}

.submenu-list {
    background: #EFF6FF;
    border-radius: 13px;
    padding: 16px !important;
    list-style: none
}

    .submenu-list li a {
        display: block;
        border-bottom: 1px solid #98989840;
        padding: 8px 7.5px;
        font-size: 20px;
        font-weight: 500;
        line-height: 23.44px;
        border-radius: 8px;
        color: #192455
    }

        .submenu-list li a span {
            padding-left: 10px
        }

.svg-blue path {
    fill: #192455;
    outline: #192455
}

.submenu-list li a:hover, .submenu-list li a.active {
    background: #192455;
    color: #fff !important;
    text-decoration: none;
}

    .submenu-list li a:hover svg path, .submenu-list li a:hover .svg-blue path,
    .submenu-list li a.active svg path, .submenu-list li a.active .svg-blue path {
        fill: #fff;
    }

    .submenu-list li a:hover img, .submenu-list li a.active img {
        filter: brightness(0) invert(1)
    }

#modalServiceList .service-image, #modalServiceListData .service-image {
    float: right;
    width: 38px;
}


.carousel-inner {
    padding: 1em;
}

.card-background .card {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    width:284px;
}

.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

    .carousel-control-prev span,
    .carousel-control-next span {
        width: 1.5rem;
        height: 1.5rem;
    }

@media screen and (min-width: 577px) {
    .cards-wrapper {
        display: flex;
    }

    .card {
        margin: 0 0.5em;
        /*width: calc(100% / 4);*/
    }

    .image-wrapper {
        height: 20vw;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .card:not(:first-child) {
        display: none;
    }
}

.image-wrapper img {
    max-width: 100%;
    max-height: 100%;
}

.process_box {
    display: flex;
    margin-bottom: 50px;
    width: 70%
}

    .process_box .process_svg {
        width: 75px;
    }

.proccess_content {
    padding-left: 15px;
}

    .proccess_content h4 {
        font-family: Roboto;
        font-size: 20px;
        font-weight: 600;
        line-height: 23.44px;
        text-align: left;
        color: #5773DD;
        margin-bottom: 17px
    }

    .proccess_content p {
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 16.41px;
        text-align: left;
        color: #6D6D6D
    }



.text-slide {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out; /* Smooth fade-in/out effect */
}

    .text-slide.active {
        display: inline;
        opacity: 1;
        animation: fadeInUp 0.8s ease-in-out; /* Apply custom animation */
    }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px); /* Slide up from below */
    }

    to {
        opacity: 1;
        transform: translateY(0); /* Final position */
    }
}

@media(max-width: 365px) {
    .visionSpacing {
        margin-top: 20%;
    }

    .visionMisionSpacing {
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    #imageMobile {
        order: 1; /* Image appears first */
    }

    #paraMobile {
        order: 2; /* Paragraph appears second */
    }

    #columnMobile {
        order: 3; /* Counts section appears third */
    }

    .row {
        display: flex !important;
        flex-direction: column; /* Stack items vertically */
    }

    .ourServiceRowDirection {
        display: flex !important;
        flex-direction: row; /* Stack items vertically */
    }

    #imageMobile img {
        width: 100%; /* Make the image responsive for smaller screens */
    }

    .formDOB {
        margin-bottom: 24px;
    }

    .formMobileNumber {
        margin-bottom: 24px;
    }
}


/*Bottom*/

.mob-btm-ftr {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #192455;
    z-index: 99;
    display: none;
}

@media (max-width: 675px) {
    .mob-btm-ftr {
        display: block;
    }
}

.mob-btm-ftr .wrapper {
    display: flex;
    flex-wrap: wrap;
}

    .mob-btm-ftr .wrapper a {
        flex: 1;
        padding: 0 0;
        color: var(--SelecteWhite, #fff);
        text-align: center;
        display: block;
        font-size: 14px;
        padding: 6px 0;
    }

        .mob-btm-ftr .wrapper a:nth-child(2) {
            border-left: 1px solid rgba(255, 255, 255, 0.1607843137);
            border-right: 1px solid rgba(255, 255, 255, 0.1607843137);
        }

@media (max-width:1200px) {
    .benefit_image {
        width: 100% !important;
    }
}

@media (max-width: 400px) {
    .serviceBenefitImage {
        max-width: 360px;
    }
}

.alltermandcondition .address p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.allprivacypolicy .address p {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-align: justify;
}