/* @font-face {
    font-family: Montserrat;
    src: url(/assets/fonts/Montserrat/static/Montserrat-Regular.ttf);
}

@font-face {
    font-family: Montserrat-bold;
    src: url(/assets/fonts/Montserrat/static/Montserrat-Bold.ttf);
} */

@font-face {
    font-family: Sora;
    src: url(../fonts/Sora/static/Sora-Regular.ttf);
}

/* @font-face {
    font-family: Sora-bold;
    src: url(../fonts/Sora/static/Sora-Bold.ttf);
} */

* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: Sora;
    scroll-behavior: smooth;

    /* overflow-y: hidden; */
}

h1,
h2,
h3,
h4,
h5,
a {
    font-family: Sora !important;
}

h5,
h6 {
    word-spacing: 1px;
    line-height: 20px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

body {
    /* background-color: #F5F5F5; */
}

a {
    /* font-family: Sora-bold; */
    text-decoration: none;
    color: rgba(30, 30, 86, 1);
    /* font-weight: bolder; */
}

li {
    list-style: none;
}

nav a {
    font-size: 14px !important;
}

h1 {
    font-weight: bold;
}

.w-240 {
    width: 240px;
    height: 240px;
}
.w-32 {
    width: 32% !important;
}
.w-97 {
    max-width: 600px !important;
}
.border-2x {
    /* border: 2px solid darkgrey; */
    border-radius: 15px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
}

.w-100 {
    width: 100% !important;
}

.w-48 {
    width: 49% !important;
}

.wh-100 {
    width: 100vw !important;
    height: 95vh !important;
}

.pr-70 {
    padding-right: 70px;
}

.p-lr {
    padding: 0px 25px;
}

.center-img {
    display: flex;
    margin: auto;
}

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

.line-25 {
    line-height: 25px;
}

.m-l {
    margin: 3px 0px 0px 7px;
}

.p-65 {
    padding: 0px 65px;
}
.dispute_reg label {
    font-weight: bold !important;
}
.browse-card {
    border: none;
    box-shadow: 0px 8px 24px -12px rgba(0, 0, 0, 0.12);
    width: 98% !important;
    padding: 10px 15px;
}
.browse-card button {
    margin: 0px 10px;
    border: 1px solid grey;
}
.b-none {
    border: none !important;
}
.mini-h6 {
    font-size: 14px !important;
}
.oranged {
    background-color: #f15a24 !important;
    color: white;
}
.oranged-btn {
    padding: 10px;
    border: none;
    border-radius: 20px;
    background-color: #f15a24 !important;
    color: white;
}
.bg-orange {
    color: rgba(241, 90, 36, 1) !important;
}

.bg-grey {
    background-color: #f5f5f5;
}

.radius {
    border-radius: 10px;
}

.font-normal {
    font-weight: normal;
}

.long-btn-orange {
    background-color: rgba(241, 90, 36, 1);
    padding: 14px 48px;
    border-radius: 40px;
    color: white;
}

.long-btn-blue {
    background-color: #1e1e56 !important;
    padding: 20px 48px;
    width: 30% !important;
    border-radius: 40px;
    color: white !important;
}

.long-btn-blue1 {
    background-color: #1e1e56 !important;
    padding: 20px 48px;
    /* width: 30% !important; */
    border-radius: 40px;
    color: white !important;
}

.long-btn-blue-light {
    background-color: rgba(30, 30, 86, 0.1) !important;
    padding: 20px 48px;
    width: 30% !important;
    border-radius: 40px;
    color: #1e1e56 !important;
}

/* .long-btn-blue-light:hover {
    background-color:#1E1E56 !important;
    padding: 20px 48px;
    width: 30% !important;
    border-radius: 40px;
    color: white !important;
} */

/* .long-btn-blue:hover {
    background-color:rgba(30, 30, 86, 0.1) !important;
    padding: 20px 48px;
    border-radius: 40px;
    color: #1E1E56 !important;
} */

.a-btn {
    padding: 15px 20px;
    background: #1e1e56;
    border-radius: 30px;
    color: white;
}

.a-btn-light {
    padding: 10px 20px;
    background: rgba(30, 30, 86, 0.1);
    border-radius: 30px;
    color: #1e1e56;
}

.nav-links {
    background-color: #1e1e56;
    color: white;
    align-items: center;
}

.nav-links ul li {
    display: inline-flex;
    /* padding: 5px 15px; */

    /* border-right: 1px solid white; */
}

.nav-links ul li a {
    padding: 5px 15px;
    /* font-weight: bold; */
    transition: all 0.5s;
}

.nav-links ul li a:hover {
    background-color: white;
    color: #1e1e56 !important;
    /* font-weight: bold; */
}

.dropdown-item:hover {
    background-color: rgb(202, 200, 200) !important;
    color: white !important;
    font-weight: normal !important;
    /* border-radius: 20px !important; */
}

.sub-heading li {
    padding: 0px !important;
    width: 100% !important;
}

/* ***********************navbar toggle start ********************** */
.menu {
    background: #edecec;
    border-radius: 8px;
    border: none;
    padding: 0 12px;
    height: 56px;
    position: relative;
    line-height: 0;
    width: 58px;
}

.menu:focus {
    box-shadow: none;
}

.menu .toggle-btn {
    height: 2px;
    width: 25px;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    /* top: 50%; */
    /* left: 50%; */
    transform: translate(-50%);
    margin: auto;
    display: inline-block;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu .toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu .toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu[aria-expanded="true"] .toggle-btn {
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.menu[aria-expanded="true"] .toggle-btn:before {
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu[aria-expanded="true"] .toggle-btn:after {
    top: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.menu[aria-expanded="true"] .type1:before {
    left: 6px;
    transform: translateY(7px) rotate(-45deg);
}

.menu[aria-expanded="true"] .type1:after {
    top: 0;
    left: 6px;
    transform: translateY(-7px) rotate(45deg);
}

.navbar-expand-lg .navbar-collapse {
    display: none !important;
}

/* ***********************navbar toggle end ********************** */
/* .nav-links ul {
    display: flex;
    justify-content: space-evenly;
    padding: 7px;
    margin: 0px;
} */

.carousel-indicators button {
    height: 5px !important;
}

.carousel-indicators .active {
    background-color: #1e1e56;
}

.customized-layout {
    position: relative;
}

.hamburger {
    display: none;
    /* position: absolute;
    top: 100%;
    background-color: white;
    width: 100%; */
}

.show1 {
    display: none !important;
}

.show11 {
    display: none !important;
}

.layout {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    /* left: -60px; */
    top: 0px;
    background: linear-gradient(70deg, #f5f5f5 0%, rgba(245, 245, 245, 0) 100%);
}

.layout-ngradient {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100vw;
    height: 100%;
    /* left: -60px; */
    top: 0px;
    background: transparent;
}

.slide-2-h {
    background-color: rgba(255, 255, 255, 0.5);
}

.text-box {
    width: 70%;
    margin-left: 5%;
}

.read-btn {
    padding: 15px 20px;
    width: 24%;
    border: 1px solid #666666;
    border-radius: 30px;
    margin-top: 30px;
    color: #1e1e56;
    background: linear-gradient(to left, transparent 50%, #f15a24 50%) right;
    background-size: 200% 100%;
    transition: all ease 0.5s;
}

.read-btn:hover {
    color: white;
    border: none;
    background-position: left;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
}

.long-btn {
    padding: 20px 48px;
    background: #1e1e56;
    border-radius: 40px;
    color: white;
}

.long-btn1 {
    padding: 20px 48px;
    border: 2px solid white;
    border-radius: 40px;
    color: white;
}

.key-member {
    position: relative;
    background-color: white;
    border-radius: 40px;
}

.key-member .hement-img {
    position: absolute;
    bottom: 0px;
    left: 60px;
}

.card-gradient {
    background: linear-gradient(89.96deg, #1e44a6 0.01%, #1e1e56 99.94%);
    color: white;
    padding: 10px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.footer {
    background-color: rgba(30, 30, 86, 1);
}

.rounded1 {
    width: 201px;
    border-radius: 50% !important;
}

.about_dropdown {
    display: none;
    position: absolute;
    /* padding: 10px 15px; */
    background-color: rgba(30, 30, 86, 1);
    color: white;
    border-radius: 20px;
    width: 151px;
    text-align: center;
}

.show {
    display: block;
}

.about_dropdown a {
    color: white;
    display: block;
    padding: 10px;
}

.about_dropdown a:hover {
    background-color: white;
    color: #1e1e56;
    display: block;
    border-radius: 20px;
    padding: 10px;
}

.stepper-span {
    position: absolute;
    top: 44px;
    left: -143%;
    color: #1e1e56;
    width: 215px;
}

.radio-col {
    border-radius: 10px;
    width: 15% !important;
    margin: 0px 15px 0px 0px;
    background-color: white;
    padding: 9px;
}
.radio-col1 {
    border-radius: 10px;
    width: auto;
    margin: 0px 15px 0px 0px;
    background-color: white;
    padding: 9px;
}

.radio-col12 {
    border-radius: 10px;
    width: auto;
    margin: 0px 15px 0px 0px;
    background-color: white;
    padding: 4px 15px;
}
.p-0-10 {
    padding: 0px 10px;
}

.radio-col p {
    margin: 0px;
}

.form-check-input:checked {
    background-color: black;
    border-color: black;
}

.form-check-input {
    margin-top: 0px;
}

/* ***************************scroll text  start******************** */
.news-row {
    background-color: #f15a24;
    color: white;
    padding: 5px;
}

#scroll-container {
    /* border: 3px solid black; */
    border-radius: 5px;
    display: flex;
    overflow: hidden;
}

#scroll-text h6 {
    margin: 0px;
}

#scroll-text {
    border-left: 2px solid white;
    padding: 2px 10px;
    white-space: nowrap;
    /* animation properties */
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);

    -moz-animation: my-animation 5s linear infinite;
    -webkit-animation: my-animation 5s linear infinite;
    animation: my-animation 5s linear infinite;
}

/* for Firefox */
@-moz-keyframes my-animation {
    from {
        -moz-transform: translateX(0%);
    }

    to {
        -moz-transform: translateX(-100%);
    }
}

/* for Chrome */
@-webkit-keyframes my-animation {
    from {
        -webkit-transform: translateX(0%);
    }

    to {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes my-animation {
    from {
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    to {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

/* ************************************************************************ */
.main-container {
    margin-top: 4%;
}

.green {
    background-color: #108431;
}

.dataTables_scrollBody {
    overflow-y: hidden !important;
}

/* ******************************14 feb css********************** */
.coming-soon {
    height: 100vh;
    width: 100vw;
    background-image: url("../../images/background1.png");
    background-size: cover;
}

.coming_layer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100vh;
    width: 100vw;
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 0.452) 0%,
        rgba(9, 9, 121, 0.562) 35%,
        rgba(0, 213, 255, 0.644) 100%
    );
    z-index: 1;
}

.coming-text {
    position: absolute;
    top: 40%;
    left: 7%;
    z-index: 999;
}

.rocket-img {
    display: none;
    position: absolute;
    right: 5%;
    bottom: 0%;
    z-index: 9999999;
    animation: rocket 3s linear infinite;
}

@keyframes rocket {
    0% {
        bottom: 0%;
        opacity: 0;
    }

    100% {
        bottom: 105%;
        opacity: 1;
    }
}

/* **********************pop-up__________________________ */

.modal-dialog {
    display: flex;
}

.modal-content {
    width: 80vw;
    height: 80vh;
}

.customize-popup {
    padding: 10px;
    background: linear-gradient(
        90deg,
        rgba(2, 0, 36, 0.989) 0%,
        rgb(9, 9, 121) 35%,
        rgb(0, 213, 255) 100%
    );
    position: absolute;
    top: 0px;
    left: -2px;
    bottom: 0px;
    right: -2px;
    z-index: 999999;
    width: 100%;
}

.hidden {
    display: none;
}

.close-btn {
    float: right;
    position: absolute;
    bottom: 15%;
    left: 48.5%;
    right: 48.5%;
    /* border-radius: 50%; */
    /* background-image: url("../images/close.png"); */
    background-size: contain;
    background-repeat: no-repeat;
}

.close-btn img {
    width: 25px;
}

#pdf-frame {
    position: absolute;
    top: 0%;
    height: 150%;
}

/* ********************popup end**************************** */

/* ******************************16 feb************************* */
.member-bg-img {
    background-image: url("../images/member.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.dispute-bg-img {
    background-image: url("../images/dispute.png");
    background-repeat: no-repeat;
    /* margin: 10px; */
    background-size: cover;
}

.about-bg-img {
    background-image: url("../images/about_logo2.png");
    background-repeat: no-repeat;
    /* margin: 10px; */
    background-size: cover;
}

/* ******************************form css***************************** */
.w-8 {
    width: 8% !important;
}

.d-hide {
    display: none !important;
}
.infobtn {
    padding: 0px;
    padding-bottom: 5px;
    /* margin-bottom: 5px; */
}
.infobtn:focus {
    border: none !important;
}

/* ********************************tabbar css************************** */

/* Style tab links */
.tablink {
    background-color: white;
    color: black;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 20%;
}

.tablink:hover {
    background-color: #777;
    color: white;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color: white;
    display: none;
    padding: 50px 20px;
    /* height: 100%; */
}

#Home {
    background-color: white;
    color: black;
}

#News {
    background-color: white;
    color: black;
}

#Contact {
    background-color: white;
    color: black;
}

#About {
    background-color: white;
    color: black;
}

.bg-boot {
    color: #0a58ca;
    background-color: #e9f5ff;
    border-radius: 5px;
    transition: all ease-in 0.3s;
}
.bg-boot:hover {
    scale: 1.01;
}
.bg-boot a {
    color: #0a58ca;
}

.dataTables_wrapper {
    width: 98%;
}

.about-li li {
    list-style: square;
    text-align: justify;
}

.about-content h6 {
    text-align: justify;
    line-height: 25px;
}

.orange-div {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: rgba(241, 90, 36, 1);
    margin: 0% 4%;
}

.f-60 {
    font-size: 60px;
}

.slide3 {
    position: absolute;
    width: 100%;
    height: 100%;
    /* left: -60px; */
    top: 0px;
    background: linear-gradient(90deg, #e5f1fa 0%, rgba(229, 241, 250, 0) 100%);
}

.iiac,
.concel {
    border-radius: 0px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: black;
    color: white;
    cursor: pointer;
    padding: 10px 20px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.04);
}

#myBtn:hover {
    background-color: #555;
}

.text-box h1 {
    animation: slide 1s ease-in-out forwards;
}

.text-box h5 {
    animation: slide 1.4s ease-in-out forwards;
}

@keyframes slide {
    from {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    to {
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
    }
}

.empanelment {
    padding: 3% 0%;
    background-image: url("../images/wave.png");
    background-size: cover;
    background-repeat: no-repeat;
    /* height: 100vh; */
    width: 100%;
}

.empanel-card {
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08);
    padding: 10px 15px;
}
/* ****************************popup******************* */
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.628);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    width: 100%;
    height: 100%;
    background: #00000029;
    border-radius: 0.25em 0.25em 0.4em 0.4em;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translatex(-400px);
    -moz-transform: translatex(-400px);
    -ms-transform: translatex(-400px);
    -o-transform: translatex(-400px);
    transform: translatex(-400px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.cd-popup-container p {
    padding: 0px;
    margin: 0px;
}
.cd-popup-container .col-5 {
    position: relative !important;
}

.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 30px;
    height: 30px;
    color: white;
}

.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: #8f9cb5;
}

.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.is-visible .cd-popup-container {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
/* ****************************popup******************* */
.claiment-mobile {
    display: none;
}
.claiment-otp {
    display: none;
}
.opponent-otp {
    display: none;
}
.opponent-mobile {
    display: none;
}

.badge1 {
    display: inline;
    border: 1px solid #f15a24;
    padding: 5px;
    border-radius: 16px;
    color: #f15a24;
    font-size: 13px;
    font-weight: bold;
}
.dispute_reg label {
    font-weight: bold;
}
.bold-t {
    font-weight: bold;
}
.m-l-r {
    margin: 0px 10px;
}
.disabled {
    color: #666666 !important;
}
.sectionD1,
.sectionD2,
.sectionD3 {
    margin-top: 10px !important;
}
.otp-btn {
    background-color: rgba(241, 90, 36, 1);
    padding: 6px 29px;
    border-radius: 7px;
    color: white;
    border: none;
}

.custom_error_t {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
    font-size: 12px;
}

.sign_date {
    border-left: 1px solid grey;
}
.textcaps {
    text-transform: uppercase;
}
.bold-label label {
    font-weight: bold !important;
}

.help-inline {
    color: red;
    font-size: 13px;
}
.profile_col {
    max-height: 462px !important;
    height: 100% !important;
}
.profile_img {
    margin: 10px;
    width: 90%;
    height: 60%;
    max-height: 240px;
    aspect-ratio: 1/1;
}

/* **************************marquee style********************* */

.marqq {
    color: white !important;
    background-color: #f15a26;
    padding: 5px;
}

.mar-text {
    position: absolute;
    padding: 5px;
    background-color: #f15a26;
    z-index: 9999;
    width: auto;
}
/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */
.rounded_chamber {
    width: 125px;
    border-radius: 50% !important;
}
.chamber_card {
    width: 23% !important;
    margin: .8% .9% !important;
}
.chamber_card .row {
    max-height: 95px !important;
}
.notice_guest {
    width: 70px;
    border-radius: 50%;
}

.gallery-card{
    border-radius: 15px;
        /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.08); */
        cursor: pointer;
            
    }
    .gallery-card:hover .card-img-top{
    transition: all ease-out 1s;
        scale: 1.01;
    }
    .gallery-card:hover.gallery-card .mini-h6{
        color: #f15a26;
    }
    .gallery_crousel{
        width: 62% !important;
        /* height: 62% !important; */
    }
    .close-btn-gallery{
            float: right;
        position: absolute;
      
        right: 1.5%;
        /* border-radius: 50%; */
        /* background-image: url("../images/close.png"); */
        background-size: contain;
        background-repeat: no-repeat;
    }
    .close-btn-gallery img {
        width: 25px;
    }
    .customize-popup1,.customize-popup2,.customize-popup3 {
        padding: 10px;
        background: rgba(0, 0, 0, 0.874);
        position: absolute;
        top: 0px;
        left: -2px;
        bottom: 0px;
        right: -2px;
        z-index: 999999;
        width: 100%;
    
    }
