body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    background-color: #e0f4fa !important;
    color: #131718;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

/* top header css start here */

.top-bar {
    background: #ffffff;
    box-shadow: 6px 1px 4px -1px #9b9b9b6a;
}

.top-bar-right ul {
    float: none;
}

.top-bar ul li {
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    float: none;
    height: 35px;
    line-height: 35px;
    font-size: .7em;
    text-transform: uppercase;
    position: relative;
    border-left: 1px solid #d4d4d4;
    list-style-type: none;
}

    .top-bar ul li:first-child {
        padding-left: 0;
        border-left: 0;
    }

    .top-bar ul li a {
        color: #000;
    }

.icon-down-arrow-slider_seinior-citizen:before {
    content: "\e925";
    color: #969697;
}

ul.gigw {
    position: absolute;
    z-index: 10;
    text-align: center;
    left: 0px;
    width: 100%;
    top: 100%;
    transition: all 0.5s ease;
    visibility: hidden;
    opacity: 0;
}

.gigw li {
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
}

    .gigw li a {
        display: block;
        border-bottom: 1px solid #d0d0d0;
        font-size: initial;
        background: #ededed;
        transition: all 0.5s ease;
    }

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.top-bar ul li.icon {
    font-size: 30px;
}

.top-bar-right ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: right;
}

.top-bar ul li.font-size:hover ul {
    visibility: visible;
    opacity: 1;
}

.top-bar ul li.icon ul.gigw {
    display: block;
}

.gigw li a:hover {
    opacity: .9;
}

.gigw li a.dark {
    background: black;
    color: white;
}

/* top header css end here */

.top-header-logo .logo-grp,
.right-logos {
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu > ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .menu > ul > li > a {
        display: inline-block;
        padding: 8px 16px;
        font-size: 17px;
        line-height: 34px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        white-space: nowrap;
    }

.menu-grp {
    display: block;
    background-color: #1454a1;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.home-icons {
    display: block;
    text-align: center;
}

.use-login p {
    margin: 0;
    font-size: 11px;
    white-space: nowrap;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    padding: 0 6px;
}

.use-login {
    display: block;
    text-align: center;
}

.menu-grp:before {
    display: none;
}

.row.menu-grp > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.use-login > a {
    display: inline-block;
    background-color: #0a327c;
    padding: 0 5px;
    border-top-right-radius: 16px;
}

.row.menu-grp {
    display: flex;
    align-items: center;
}

.header-search form input[type="text"] {
    border-radius: 18px;
    font-size: 14px;
    padding: 7px 50px 7px 15px;
    color: #000;
    border: 1px solid #e0f4fa;
    width: 100%;
    outline: none;
}

.home-icons > a {
    display: inline-block;
    background-color: #0a327c;
    padding: 14px;
    margin-left: -14px;
    border-top-left-radius: 16px;
}

.header-search form {
    position: relative;
}

    .header-search form input[type="text"]::-webkit-input-placeholder {
        color: #000;
    }

    .header-search form input[type="text"]:-ms-input-placeholder {
        color: #000;
    }

    .header-search form input[type="text"]::placeholder {
        color: #000;
    }

    .header-search form button[type="submit"] {
        position: absolute;
        top: 4px;
        left: auto;
        right: 9px;
        -webkit-appearance: button;
        cursor: pointer;
        background-color: transparent;
        border: none;
        box-shadow: none;
    }

        .header-search form button[type="submit"] img {
            width: 27px;
            height: 27px;
        }

.slide-img {
    display: block;
    margin-top: -50px;
    margin-bottom: -40px;
    position: relative;
    z-index: 1;
}

.slide-img-one img {
    width: 100%;
}

.slide-img-one {
    position: relative;
    box-shadow: 2px 10px 0 -8px #c1c8ca;
}

    .slide-img-one .img-content {
        position: absolute;
        top: 45%;
        right: 39px;
        left: auto;
        z-index: 1;
    }

        .slide-img-one .img-content p {
            color: #fff;
            padding: 0;
            margin: 0;
        }

    .slide-img-one .img-content {
        display: block;
        text-align: center;
    }

        .slide-img-one .img-content h2 {
            font-size: 22px;
            color: #fff;
            margin: 0;
        }

.slide-more-cont {
    background-image: linear-gradient(#d3f4ff, #f6fdff);
    border: 1px solid #ededed;
    margin-top: 17px;
    display: block;
    padding: 15px;
    font-size: 15px;
    box-shadow: 1px 0px 2px 1px #cfcfcf;
    border-radius: 16px;
}

    .slide-more-cont p {
        padding: 0;
        margin: 0;
        font-size: 15px;
        font-weight: 500;
        color: #000;
    }

.boat-item {
    display: block;
    width: 100%;
    background-color: #52301c;
    padding: 100px 0;
    background: url(../images/background-ship.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-position-y: 10px;
}

.oral-hearing {
    display: block;
    width: 100%;
    background-color: #52301c;
    padding: 100px 0;
    background: url(../images/background2.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    background-position-y: 10px;
}

.boat-item-grp {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 7px;
}

.items-icons {
    border: 1px solid #814f30;
    white-space: normal;
    display: block;
    text-align: center;
    padding: 15px 15px;
    border-radius: 16px;
    width: 16%;
    background-color: #814f30;
    transition: all .4s;
}

    .items-icons:hover {
        background-color: #361e11;
        border-color: #361e11;
    }

    .items-icons p {
        color: #dfdfdf;
        font-size: 14px;
        padding: 0;
        margin: 0;
        line-height: normal;
    }

    .items-icons > a {
        text-decoration: none;
        display: inline-block;
    }

        .items-icons > a:hover {
            text-decoration: none;
        }

.title h2 {
    font-size: 25px;
    line-height: normal;
    padding: 0;
    margin: 0;
    color: #fff;
}

.contin-scrol-grp {
    display: flex;
    align-items: flex-start;
    padding: 18px 15px;
    background-color: #ffffff9a;
    border-bottom: 1px solid #dadada;
}

    .contin-scrol-grp p {
        padding: 0;
        margin: 0;
        font-size: 14px;
        line-height: normal;
        display: inline-block;
        color: #000;
        font-weight: 500;
    }

.contin-scrol-grp {
    display: flex;
    align-items: flex-start;
    padding: 19px 15px;
    background-color: #ffffff6a;
    border-bottom: 1px solid #dadada;
}

    .contin-scrol-grp:first-child {
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
    }

    .contin-scrol-grp date {
        font-size: 12px;
        color: #000;
        font-weight: 500;
    }

.oral-hearing {
    /* background: rgb(12,71,132);
    background: linear-gradient(90deg, rgba(12,71,132,0.9023984593837535) 37%, rgba(105,166,205,1) 100%); */
    display: block;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 15px;
}
/* .oral-content {
    display: block;
    overflow-y: auto;
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
} */
.oral-content.oral-slider-img {
    max-height: 100%;
    overflow: hidden;
}

.contin-scrol-grp:last-child {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
}

.carousel.banner-slide.banner-radius .carousel-inner {
    border-radius: 50px;
}

.ft-related-links {
    display: flex;
    align-items: center;
}

    .ft-related-links .related-title h2 {
        padding: 0;
        margin: 0;
    }

.related-title {
    position: relative;
}

    .related-title img {
        width: 100%;
    }

    .related-title h2 {
        display: inline-block;
        position: absolute;
        top: 30%;
        left: 0;
        color: #fff;
        text-align: center;
        right: 0;
        width: 100%;
        font-size: 28px;
    }

.ft-related-links .related-title h2 {
    padding: 0;
    margin: 0;
}

.doc-links > ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
}

    .doc-links > ul > li {
        padding: 0 15px;
    }

        .doc-links > ul > li > a {
            color: #19486c;
            font-weight: 500;
            font-size: 18px;
            text-transform: uppercase;
            text-decoration: none;
        }

            .doc-links > ul > li > a > span {
                display: inline-block;
                padding-left: 15px;
            }

.ft-related-links {
    padding-top: 15px;
}

.footer-slider .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-slider {
    display: block;
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 13px;
    border-radius: 14px;
    border-radius: 100p;
}

.bottom-ft > .container > .row {
    background-color: #217eb7;
    padding: 5px 5px 10px 5px;
}

.bottom-ft ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

.bottom-ft ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

    .bottom-ft ul.social li {
        display: inline-block;
    }

        .bottom-ft ul.social li a svg {
            width: 25px;
            height: 25px;
        }

        .bottom-ft ul.social li a {
            display: inline-block;
            vertical-align: top;
            border: 1px solid #fff;
            border-radius: 50%;
            background-color: #fff;
            padding: 7px;
        }

.top-links-soac {
    align-items: flex-end;
}

.updated-content p {
    padding: 0;
    margin: 0;
    text-align: right;
    color: #fff;
    font-size: 13px;
}

.updated-content {
    align-items: flex-end;
    margin-bottom: 10px;
}

.mii p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 13px;
}

.mii > div:last-child p {
    text-align: right;
}

.ft-slider-img {
    background-color: #0c4784;
    padding: 0;
    border-bottom: 2px solid white;
    display: block;
    padding: 15px 20px;
}

.slick-custom-arrow svg {
    width: 25px;
    height: 25px;
    fill: #fff;
    border: 1px solid #0c4784;
    border-radius: 50%;
    background-color: #0c4784;
}

.slick-custom-arrow {
    display: inline-block;
    position: absolute;
    top: 34%;
    z-index: 1;
    cursor: pointer;
}
/* .ft-icon-slide a img {
    width: auto;
    border-radius: 20px;
} */

.ft-icon-slide a img {
    width: 100%;
    border-radius: 20%;
    aspect-ratio: 3 / 2;
    object-fit: contain;
    height: 88px;
}

.ft-icon-slide {
    display: block;
    text-align: center;
}

.slick-custom-arrow.slick-custom-arrow-left svg {
    transform: rotate(180deg);
    left: 0;
}

.slick-custom-arrow.slick-custom-arrow-right {
    right: -15px;
}

.slick-custom-arrow.slick-custom-arrow-left {
    left: -15px;
}

.ft-related-links {
    padding-bottom: 15px;
}

.carousel.banner-slide.slide.banner-radius {
    position: relative;
    width: 95%;
    margin: 0 auto;
}

.slick-arrow i {
    background: #e0f4fa;
    padding: 7px 9px;
    border-radius: 100px;
}

.registration-form {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    background-color: #1f60b2;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    display: inline-block;
    padding: 25px;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

    .registration-form form h1 {
        color: #fff;
        font-size: 30px;
    }

    .registration-form form .form-group label {
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

    .registration-form form .form-group input[type="text"],
    .registration-form form .form-group input[type="NUMBER"] {
        border: 2px solid #fff;
        border-radius: 40px;
        background-color: transparent;
        color: #fff;
        display: inline-block;
        height: 34px;
    }

    .registration-form form input[type="submit"],
    .registration-form form .form-group a {
        display: inline-block;
        border: 1px solid grey;
        background-color: #f77f29;
        color: #fff;
        font-weight: 500;
        border-radius: 35px;
        display: inline-block;
        padding: 7px 20px;
        font-size: 18px;
        text-decoration: none;
    }

    .registration-form form .form-group a {
        padding: 7px 35px;
    }

    .registration-form form .form-group input[type="text"]::placeholder,
    .registration-form form .form-group input[type="number"]::placeholder {
        color: #fff;
    }

    .registration-form form .form-group input[type="text"]:-ms-input-placeholder,
    .registration-form form .form-group input[type="number"]:-ms-input-placeholder {
        color: #fff;
    }

    .registration-form form .form-group input[type="text"]::-ms-input-placeholder,
    .registration-form form .form-group input[type="number"]::-ms-input-placeholder {
        color: #fff;
    }

    .registration-form form p a {
        color: #fff;
        font-weight: bold;
        text-decoration: none;
    }

    .registration-form form p {
        padding: 0;
        margin: 0;
        padding-bottom: 36px;
        color: #fff;
        padding-left: 25px;
    }

.carousel.banner-slide.slide.banner-radius ol.carousel-indicators {
    bottom: 45px;
    width: 40%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none !important;
}

.carousel.banner-radius .carousel-control-prev svg,
.carousel.banner-radius .carousel-control-next svg {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff6a;
    display: inline-block;
    border-radius: 50%;
    background-color: #ffffffa6;
    fill: #1f60b2;
    padding: 6px;
}

.carousel.banner-radius .carousel-control-next {
    right: 30%;
}

.carousel.banner-radius .carousel-control-prev svg {
    transform: rotate(180deg);
}

.carousel.banner-slide.slide.banner-radius ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
}

    .carousel.banner-slide.slide.banner-radius ol.carousel-indicators li.active {
        background-color: #1f60b2;
    }

.banner-content {
    position: absolute;
    top: 35%;
    left: 0;
    width: 70%;
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .banner-content img {
        width: auto;
    }

.oral-content.contin-scrol {
    height: 316px;
    overflow: hidden;
    position: relative;
}

.contin-scrol-grp:last-child {
    border: none;
}

.oral-content.orl-scroll {
    max-height: 307px;
    overflow: auto;
}

.oral-slide-grp .slick-track {
    display: flex;
    align-items: center;
}

    .oral-slide-grp .slick-track .oral-slide-grp-img img {
        display: inline-block;
        width: 100%;
    }

    .oral-slide-grp .slick-track .oral-slide-grp-img {
        display: inline-block;
    }

.oral-slide-grp .slick-custom-arrow {
    top: 50%;
}

    .oral-slide-grp .slick-custom-arrow.slick-custom-arrow-left svg {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.oral-slide-grp svg {
    width: 30px;
    height: 30px;
}

.oral-slide .oral-slide-grp .slick-custom-arrow.slick-custom-arrow-left {
    left: 15px;
}

.oral-slide .oral-slide-grp .slick-custom-arrow.slick-custom-arrow-right {
    right: 15px;
}

.oral-slide-grp .slick-custom-arrow.slick-custom-arrow-right svg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.oral-slide .oral-slide-grp .slick-custom-arrow svg {
    padding: 4px;
    width: 35px;
    height: 35px;
}

.oral-slide-grp-img {
    position: relative;
}

.locate {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px 15px;
    border-top: 1px solid #b3b2b2;
}

.locate-content h2 {
    font-size: 16px;
    color: #fff;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.locate-content p {
    padding: 0;
    margin: 0;
    color: #fff;
}

.locate-content a {
    text-decoration: none;
    border: 1px solid #0c4784;
    background-color: #0c4784;
    color: #fff;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 35px;
    font-size: 13px;
    font-weight: 500;
}

    .locate-content a:hover {
        text-decoration: none;
        color: #fff;
    }


footer {
    background-image: linear-gradient(#dbf2fa, #ace0f6);
}

.footer-wrapper .bottom-ft {
    padding: 22px 10px;
    background: #0c4784;
}

.registration-form.login-form form h1 {
    padding-bottom: 20px;
}

.registration-form.login-form form input[type="text"],
.registration-form.login-form form input[type="password"] {
    border: 2px solid #fff;
    border-radius: 40px;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    height: 50px;
}

.registration-form.login-form form .form-group p {
    padding: 0;
    display: block;
    padding-top: 15px;
    font-weight: 500;
}

.registration-form.login-form form input[type="submit"] {
    padding: 7px 35px;
}

.registration-form.login-form form input[type="password"]::-webkit-input-placeholder {
    color: #fff;
}

.registration-form.login-form form input[type="password"]:-ms-input-placeholder {
    color: #fff;
}

.registration-form.login-form form input[type="password"]::placeholder {
    color: #fff;
}

.banner-img h1 {
    display: block;
    text-align: center;
    font-size: 25px;
    color: #fff;
}

.banner-img {
    background-color: #0c4784;
    width: 95%;
    margin: 0 auto;
    border-radius: 16px;
    min-height: 150px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.upload-document form {
    width: 600px;
    margin: 0 auto 30px;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 30px 15px 15px 15px;
    border-radius: 16px;
    box-shadow: -1px -2px 9px 5px #e2e2e2;
    /*border-bottom: 10px solid #0c4784;*/
}

    .upload-document form input[type="file"] {
        border: 1px solid #0c4784;
        border-radius: 35px;
        height: 37px;
        font-size: 12px;
        outline: none;
    }

    .upload-document form .form-group {
        position: relative;
        display: block;
        text-align: center;
    }

.fil-icon {
    position: absolute;
    top: 0;
    right: 15px;
    background-color: #0c4784;
    width: 38px;
    height: 100%;
    display: block;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

    .fil-icon svg {
        color: #fff;
    }

.upload-document form .form-group input[type="checkbox"] {
    width: auto;
    display: inline-block;
    line-height: normal;
    height: auto;
    box-shadow: 1px -1px 0px 0px #0c4784;
    vertical-align: middle;
}

.upload-document form .form-group.check-space {
    margin: 0;
    padding-bottom: 10px;
}

    .upload-document form .form-group.check-space label {
        margin: 0;
        font-size: 14px;
        padding-left: 5px;
        color: #0c4784;
    }

.upload-document form .form-group input[type="submit"],
.upload-document form .form-group a {
    border: 1px solid #0c4784;
    background-color: #0c4784;
    color: #fff;
    font-weight: 400;
    border-radius: 35px;
    display: inline-block;
    padding: 5px 24px;
    font-size: 15px;
    line-height: 19px;
    margin: 15px 0 15px 0;
    text-decoration: none;
}

.upload-document form .form-group.check-space select {
    width: 160px;
    border: 1px solid #0c4784;
    border-radius: 12px;
    padding: 3px;
    font-size: 14px;
    color: #0c4784;
    outline: none;
}

.upload-document form img {
    width: auto;
    margin: 0 auto;
    display: block;
    text-align: center;
}

.upload-document.date img {
    display: block;
    text-align: center;
    margin: 0 auto 30px;
}

.upload-document.date form {
    text-align: center;
}

.upload-document.date a {
    display: inline-block;
}

.upload-document.date {
    text-align: center;
}

@media only screen and (min-width: 1501px) {
    .carousel.banner-slide.slide.banner-radius {
        width: 70%;
    }

    .banner-img {
        width: 70%;
    }
}

@media only screen and (max-width: 1500px) {
    .carousel.banner-slide.slide.banner-radius {
        width: 95%;
    }
}

.bottom-ft .container-fluid {
    background: transparent !important;
}


.footer-wrapper {
    margin-top: 0;
}

section.about-sec {
    padding: 20px 0;
}

    section.about-sec .mt-4 {
        /* padding: 0 38px; */
        margin-top: 0 !important;
        margin: auto;
        max-width: calc(100% - 73px);
        background: #ffffff1c;
        padding: 26px;
        box-shadow: 0px 0px 12px #71717140;
        border-radius: 13px;
    }

.hmcard h4, .hmlog-in h4 {
    color: transparent; /* Makes the text transparent to reveal the gradient */
    background: linear-gradient(90deg, #0058ff, #002148); /* Gradient from orange to blue */
    background-clip: text; /* Ensures the gradient applies only to the text */
    -webkit-background-clip: text; /* Safari fix */
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding-bottom: 5px;
    border-bottom: 3px solid #195296;
    position: relative; /* For positioning the mask */
}

    .hmcard h4::before, .hmlog-in h4::before {
        content: ''; /* Add a pseudo-element for the mask effect */
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 100%);  */
        mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* Mask effect */
        -webkit-mask-image: radial-gradient(circle, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%); /* Safari fix */
        pointer-events: none; /* Ensure the mask doesn't interfere with text interaction */
    }




