html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
body ul,
body ul li,
p,
ul li a,
form,
label,
button,
nav.navbar.navbar-expand-lg.navbar-light,
a.navbar-brand.logo,
a.nav-link,
.navbar-light .navbar-nav .nav-link {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
	overscroll-behavior: none;
    min-height: 100%;
    height: 100%;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

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

.upload_btn_wrapper input::file-selector-button,
.profile-content-wrapper input#profile-pic::file-selector-button {
    width: 100%;
    height: 100%;
}

input[type=number] {
    -moz-appearance: textfield;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

html body {
    font-family: 'Inter';
    box-sizing: border-box;
    min-height: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

:focus,
.btn-light.focus,
.btn-light:focus,
.bootstrap-select .dropdown-toggle:focus,
select.goog-te-combo {
    outline: 0 !important;
    box-shadow: none !important;
}

/* ------RESET CSS END------- */
:root {
    --primary-color: #2AACEA;
    --secondary-color: #DB2829;
    --warning-color: #E70000;
    --white-color: #fff;
    --dark-color: #000;
    --input-bg: #F6F6F6;
    --heading-color: #070707;
}

.heading1 {
    font-size: 48px;
    font-weight: 900;
    color: var(--heading-color);
    line-height: 1.1;
}

.heading2 {
    font-size: 36px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.4;
}

.heading3 {
    font-size: 30px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.4;
}

.heading4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--heading-color);
    line-height: 1.4;
}

.fs-40 {
    font-size: 40px;
}

.fs-48 {
    font-size: 48px;
}

.heading6 {
    font-size: 18px;
    font-weight: 600;
    color: #3A3434;
    line-height: 1.4;
}

.common-p {
    padding: 70px 20px;
}

.step-sub-head {
    color: #666161;
    font-size: 16px;
    font-weight: 600;
}

.defalut-paragraph {
    color: #7E7C7C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

/*--auth-form--*/
.auth-wrap {
    background-image: url(../images/signIn-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-position: bottom;
    padding: 40px 0;
}

.auth-form {
    padding: 50px;
    background-color: var(--white-color);
    border-radius: 10px;
    max-width: 605px;
    margin: auto;
    box-shadow: 0px 4px 54.4px 0px #0000000F;
    border: 1px solid #E9E8E8;
}

.top-logo img {
    max-width: 400px;
}

.signup-wrap .auth-form {
    max-width: 80%;
}

.auth-form p {
    font-size: 16px;
}

.auth-form h3 {
    font-size: 22px;
    color: var(--dark-color);
    margin-top: 28px;
    font-weight: 500;
    margin-bottom: 14px;
}

.input-wrap {
    margin-bottom: 20px;
    padding: 20px;
    background-color: var(--input-bg);
    border-radius: 8px;
    /* height: 100%;    */
}

.asterisk-sign {
    color: #DB2829;
}

.custom-label {
    font-size: 15px;
    color: #3A3434;
    font-weight: 500;
    margin-bottom: 8px;
}

.custom-input {
    background-color: var(--white-color);
    border-radius: 0;
    border-bottom: 1px solid #D3D2D2 !important;
    border: 0;
    padding: 15px;
    resize: none;
    font-size: 16px;
    font-weight: 500;
    /* text-transform: lowercase; */
}

.custom-select {
    background-color: var(--white-color);
    border-radius: 0;
    border-bottom: 1px solid #D3D2D2 !important;
    border: 0;
    padding: 15px;
    background-image: url(../images/select-icon.svg);
}

.custom-radio {
    color: #7C7777;
    font-weight: 500;
}

.custom-radio .form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.custom-check {
    border-color: #3A3434;
}

.custom-check:checked {
    background-color: var(--primary-color);
}

.custom-input::placeholder {
    color: #A7A5A5;
    font-size: 16px;
    font-weight: 500;
    opacity: 1;
}

.custom-upload {
    background-color: var(--input-bg);
    border: 0;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.custom-input::-ms-input-placeholder {
    color: #A7A5A5;
}

.link-text {
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 8px;
}

.theme-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 15px 15px;
    border-radius: 6px;
    color: var(--white-color);
    display: flex;
    gap: 10px;
    align-items: center;
    font-weight: 500;
    text-transform: uppercase;
}

.auth-wrap .theme-btn {
    padding: 15px 30px;
}

.primary-btn {
    background-color: var(--primary-color);
    box-shadow: 0px 4px 15.5px 0px #07B4D980;
}

.bordred-btn {
    background-color: var(--white-color);
    border: 1px solid #241D1D;
    box-shadow: 0px 4px 15.5px 0px #00000080;
    color: #241D1D;
    font-weight: 600;
}

.white-btn {
    background-color: #fff;
    color: #000;
}

.secondary-btn {
    background-color: var(--secondary-color);
    box-shadow: 0px 4px 15.5px 0px #DB282980;
}

.green-btn {
    background-color: #0D8802;
}

.dark-btn {
    background-color: #241D1D;
    box-shadow: 0px 4px 15.5px 0px #00000080;
}

.dark-bordred {
    background-color: #fff;
    border: 1px solid #241D1D;
    color: #241D1D;
}

.light-btn {
    background-color: #F8F8F8;
    color: #4A4646;
    border: 1px solid #E6E8E8;
}

.connect-list {
    display: flex;
    gap: 30px;
    align-items: center;
    margin-top: 20px;
    justify-content: center;
}

.connect-list h5 {
    font-size: 16px;
    font-weight: 500;
}

.form-link {
    text-align: center;
    /* font-size: 18px; */
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
}

.eye-icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 40%;
    right: 19px;
    transform: translateY(-50%);
    cursor: pointer;
}

.otp-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
}

.otp-grid input {
    text-align: center;
}

.main-step-wrap .theme-btn {
    padding: 15px;
}

/*--auth-form-end--*/

.accord-del {
  background: var(--secondary-color) !important;
}
.accord-add {
  background: #0D8802 !important;
}

/*--common-modal--*/
#termsModal .modal-content {
    padding: 30px;
}

#termsModal .btn-close {
    opacity: 1;
    background-image: none;
}

#changeModal .modal-content {
    border-radius: 10px;
    max-width: 395px;
    margin: 0 auto;
}

.common-modal {
    text-align: center;
    padding: 37px 20px;
}

.common-modal h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 18px 0 16px 0;
}

.common-modal p {
    color: #4A4646;
}

.modal-p {
    font-size: 14px;
    color: #3A3434;
    font-weight: 400;
}

.modalTermsList h5 {
    color: #3A3434;
    font-weight: 600;
    font-size: 20px;
}

.modalTermsList li {
    margin-bottom: 30px;
}

/*--common-modal-end--*/
/*--step-form--*/
.progress-steps {
    margin: 50px 0;
}

.progress-steps {
    display: flex;

    justify-content: center;
}

.progress-steps li {
    width: 235px;
    flex: 1;
    margin-right: -14px;
}

/* .progress-steps li:last-child{
    margin-right: 0px;
} */
.progress-steps li a {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.step-status-badge {
    background-color: #F3F2F2;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    color: #7E7C7C;
    border-radius: 36px;
}

.step-head {
    font-size: 16px;
    color: #241D1D;
    font-weight: 600;
    text-align: center;
}

.step-btn {
    background-color: #E7F8FC;
    color: var(--primary-color);
    padding: 12px 33px;
    font-weight: 600;
    font-size: 14px;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
}

.btn-inprogress {
    background-color: var(--primary-color);
    color: var(--white-color);
}

.btn-completed {
    background-color: #0D8802;
    color: var(--white-color);
}

.status-inprogress {
    background-color: #E7F8FC;
    color: var(--primary-color);
}

.status-completed {
    background-color: #E8FCE7;
    color: #0D8802;
}

.right-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.step-form-btns {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-top: 30px;
    align-items: center;
    flex-wrap: wrap;
}

.edit-form {
    text-transform: uppercase;
    font-size: 16px;
    color: var(--white-color);
    position: absolute;
    z-index: 999;
    right: 76px;
    top: 32%;
    font-weight: 600;
}

.note-text {
    color: #800000;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 800 !important;
}

.step-accordian .accordion-button {
    background-color: var(--primary-color);
    border-radius: 7px;
    color: var(--white-color);
}

.step-accordian .accordion-item {
    border: 0;
    margin-bottom: 30px;
    position: relative;
}

.step-accordian .accordion-header {
    font-size: 18px;
    font-weight: 600;
}

.step-accordian .accordion-button::after {
    background-image: url(../images/accordian-caret-down.svg);
    background-size: 13px;
    /* background-position-y: center; */
    transform: none;
    background-position: right;
}

.step-accordian .accordion-button:not(.collapsed)::after {
    background-image: url(../images/accordian-caret-up.svg);
}

.accordion-body {
    padding: 30px 0;
}

.accordion-button .accordian-heading {
    width: 65%;
    display: inline-block;
}







/* 
.step-head::before{
    content: "step1";
    background-color: #E7F8FC;
    color: var(--primary-color);
    padding: 12px 33px;
    font-weight: 600;
    font-size: 14px;
    clip-path: polygon(90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%, 0% 0%);
    margin-bottom: 10px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
.step-head::after{
    display: block;
    content: "In Progress";
    background-color: #F3F2F2;
    font-size: 13px;
    font-weight: 600;
    padding: 10px;
    color: #7E7C7C;
    border-radius: 36px;
} */

/* #progress-steps {
    margin-top: ;
}
#progress-steps li a {
    width: 100%;
    display: inline-block;
    color: #241D1D;
    font-weight: 600;
    text-align: center;
}
#progress-steps #Proposed-details a:before{
    content: "1";
} 
#progress-steps li a:before {

 width: 35px;
    height: 35px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #989797;
    background: #ffffff;
    border-radius: 50%;
    margin: 0 auto 50px auto;
    padding: 2px;
    font-weight: 500;
    border: 2px solid #B2B2B2;
    position: relative;
    z-index: 2; 
}*/

/*--header--*/
.top-address-bar {
    background: linear-gradient(90deg, #2400FF 0%, #D50707 100%);
    padding: 0 20px;

}

.address-left li span {
    min-width: 15px;
}

.address-left li a {
    display: flex;
    gap: 5px;
    color: var(--white-color);
    border-right: 1px solid #FFFFFF33;
    padding: 9px 15px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}

.address-left ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.lang-switch input {
    display: none;
}

.lang-switch {
    cursor: pointer;
}

.middle-header-ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.middle-header {
    padding: 20px 20px;
}

.bottom-header {
    background-color: #241D1D;
}

.navbar-toggler {
    background-color: #fff;
}

.bottom-header .nav-item a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--white-color);
    padding: 14px 0;
    transition: .2s all ease-in;
}

/* .bottom-header .nav-item a:hover {
    color: var(--secondary-color);
} */

.bottom-header .navbar-nav .nav-link.active,
.bottom-header .navbar-nav .nav-link,
.bottom-header .navbar-nav .nav-link.show {
    color: var(--white-color);
    /* background-color: #E70000; */
}

/* .bottom-header .dropdown-toggle::after {
    filter: brightness(100);
} */

.offcanvas,
.dropdown-menu,
.submenu {
    background-color: #241D1D;
    border: 1px solid #504f4f;
    z-index: 99999;
}

.submenu-icon::after {
    content: url(../images/sub-menu.svg);
    position: absolute;
    right: 0;
}

.bottom-header .dropdown-menu,
.submenu {
    /* padding: 15px; */
    border-radius: 0;
    border-top: 3px solid var(--primary-color);
    margin-top: 4px;
}

.bottom-header .dropdown-menu li,
.submenu li {
    border-bottom: 1px solid #3A3434;
    padding: 10px 20px;
}

.bottom-header .dropdown-menu li:last-child,
.submenu li:last-child {
    border: 0;
}

.bottom-header .dropdown-menu li a,
.submenu li a {
    padding: 0;
    color: #BDBBBB;
}
.bottom-header .dropdown-menu li a:hover,.submenu li a:hover{
    color: var(--primary-color);
}
.mobile-btn,
.canvas-close-btn {
    display: none;
}

.canvas-close-btn {
    position: absolute;
    right: -45px;
    top: 22px;
    opacity: 1;
    background: var(--primary-color);
    border-radius: 100%;
}

.mobile-hide {
    display: block;
}

.header-search {
    background-color: #3C3C3C;
    padding: 16px 16px 16px 47px;
    border: 0;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-position: 7% center;
    font-size: 16px;
    height: 100%;
    color: var(--white-color);
}

.header-search::placeholder {
    color: #FFFFFFB2;
}

.bottom-header .navbar-nav {
    gap: 25px;
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-header .dropdown-toggle::after {
    content: url(../images/drop-down-img.svg);
    border: 0;
    margin-left: 7px;
}

.dropdown-item:hover {
    background-color: #241D1D;
}

.logo img {
    max-width: 400px;
}

.search-btn {
    background-color: #3C3C3C;
    border-radius: 0;
    /* height: 100%; */
}

.toggle-btn svg {
    max-width: 20px;
}

.profile-img-user {
    display: inline-block;
    width: 59px;
    height: 59px;
    border-radius: 100%;
}

.profile-img-user>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.profile-name {
    font-size: 18px;
    font-weight: 400;
    color: var(--white-color);
}

.profile-menu ul {
    width: 369px;
}

.profile-menu ul li a:hover {
    color: #ABABAB;
}

.profile-menu ul li:focus {
    background-color: transparent;
}

.profile-menu ul li a {
    color: #ABABAB;
    padding: 0;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.profile-menu .dropdown-menu li {
    border-bottom: 1px solid #FFFFFF1A;
    padding: 20px 0;
}

.profile-menu .dropdown-menu li:last-child {
    border: 0;
}

.profile-menu .dropdown-menu {
    padding: 30px;
}

.profile-menu .dropdown-toggle::after {
    content: url(../images/profile-drop-down-icon.svg);
    border: 0;
    margin-left: 3px;
}

/*--header-end--*/
/*--footer--*/
.footer-nav ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}
.footer-nav ul li{
    border-right: 1px solid #7C7777;
    padding-right: 30px;
}
.footer-nav ul li:last-child{
    border-right: 0;
}
.footer-nav a{
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
    color: var(--white-color);
    padding: 8px 0;
    transition: .2s all ease-in;
}
.footer-nav a:hover{
    color: var(--primary-color);
}
.footer-top{
    background-color: #241D1D;
    padding: 10px;
}
.footer-bottom {
    background-color: var(--primary-color);
    padding: 10px 20px;
    font-size: 16px;
    color: var(--white-color);
}

.footer-bootom-ul {
    display: flex;
    gap: 26px;
    justify-content: end;
}

.footer-bootom-ul a {
    color: var(--white-color);
}
.footer-middle{
    padding: 30px 10px;
}
.counter-text {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.text-blue {
    color: var(--primary-color);
}

.footer-head {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 20px;
}
/* .track-wrap {
    margin-bottom: 26px;
} */

.track-wrap input::placeholder {
    color: #7E7C7C;
    font-size: 14px;
}

.track-wrap input {
    border: 1px solid #E9E9E9;
    padding: 15px;
}
.track-wrap button{
    box-shadow: none;
}


.move-top {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    background-color: var(--secondary-color);
    border-radius: 100%;
    padding: 10px;
    position: fixed;
    right: 7%;
    bottom: 12%;
    z-index: 9;
}

/*--footer-end--*/
/*--acknowledge-slip--*/
.acknowledge-inner {
    padding: 50px;
    max-width: 60%;
    margin: auto;
    border-top: 2px dashed #989797;
    margin-top: 30px;
}

.acknowledge-wrap table {
    border: 1px solid #000000;
}

.acknowledge-wrap table th {
    padding: 15px 30px;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    text-align: right;
}

.acknowledge-wrap table td {
    padding: 15px 30px;
    color: #646161;
    font-size: 16px;
}

/*--acknowledge-slip-end--*/
/*--dashboard--*/
.dashboard-sidebar {
    background-color: #3A3434;
    padding: 30px 20px;
    border-radius: 10px;
    height: 100%;
}

.dashboard-wrap {
    display: flex;
    gap: 32px;
}

.dashboard-sidebar {
    width: 300px;
}

.dashboard-sidebar nav {
    display: flex;
    flex-direction: column;
}

.dashboard-content {
    width: calc(100% - 332px);
}

.dashboard-sidebar .nav-link.active,
.dashboard-sidebar .show>.nav-link {
    background-color: var(--primary-color);

}

.dashboard-sidebar .nav-link {
    padding: 13px 15px;
}

.dashboard-sidebar .nav-link {
    color: #fff;
    display: flex;
    gap: 20px;
    font-weight: 500;
    text-align: left;
    font-size: 16px;
    border-radius: 8px;
    width: 100%;
}

.dashboard-sidebar .nav-link .dashboard-icon svg {
    fill: #7C7777;
}

.dashboard-sidebar .nav-link.active .dashboard-icon svg {
    fill: #fff;
}

.dashboard-content p,
.cluster-product li,
.des-list li p {
    color: #7C7777;
    font-weight: 400;
}

.dashboard-content h5 {
    color: #3A3434;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.cluster-product li {
    margin-bottom: 10px;
}

.cluster-product li::before {
    content: url(../images/check-list.svg);
    margin-right: 10px;
    vertical-align: middle;
}

.dashboard-head {
    margin-bottom: 40px;
}

.dashboard-head p {
    color: #646161;
}

.news-wrap {
    box-shadow: 0px 15px 15px 0px #00000012;
    padding: 30px 20px;
}

.news-date {
    margin: 10px 0 33px 0;
    display: flex;
    gap: 10px;
    color: #646161;
}

.status-table table {
    border: 1px solid #B6B6B6;
}

.status-table th {
    background-color: #241D1D;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 10px;
    vertical-align: middle;
    /* text-align: center; */
}

.status-table td {
    border-bottom: 1px solid #B6B6B6;
    color: #646161;
    font-weight: 400;
    font-size: 14px;
    padding: 15px 10px;
    vertical-align: middle;
    /* text-align: center; */
}

.status-table tr:nth-child(even) td {
    background: #F6F6F6;
}

.status-table th:first-child {
    border-top-left-radius: 5px;
}

.status-table th:last-child,
.status-table td:last-child {
    text-align: center;
}

.status-table th:last-child {
    border-top-right-radius: 5px;
}

.status-draft {
    color: #D4BF00;
}

.status-inprogress-badge {
    color: #56B9C6;
}

.status-approved {
    color: #56C662;
}

.status-rejected {
    color: #C65656;
}

.status-table .theme-btn {
    padding: 6px 20px;
    box-shadow: none;
    font-size: 14px;
    text-transform: capitalize;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    display: inline-block;
}

.status-btn {
    display: flex;
    gap: 7px;
    flex-direction: column;
}

.dashboard-row [class*="col-"] {
    margin-bottom: 20px;
}

.des-list li span {
    font-weight: 700;
    color: #7C7777;
    font-size: 16px;
}

.des-list li {
    margin-bottom: 20px;
}

.dashboard-search input {
    border: 1px solid #E6E8E8;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px 10px 10px 37px;
    background-image: url(../images/dashboard-search.svg);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.dashboard-search select {
    color: #7E7C7C;
    background-image: url(../images/dashboard-arrow-down.svg);
    background-size: 14px;
}

.dashboard-search input::placeholder {
    font-size: 14px;
    color: #7E7C7C;
}

.dashboard-img .img-span {
    display: inline-block;
    width: 109px;
    height: 109px;
    border-radius: 100%;

}

.dashboard-img .img-span img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.dashboard-img input {
    display: none;
}

.dashboard-img label {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.dashboard-profile {
    display: flex;
    justify-content: center;
    gap: 40px;
}

.profile-right {
    width: 500px;
}

/*--objection-box--*/
.objection-box {
    background-color: #E7F8FC;
    padding: 20px;
    border-radius: 10px;
}

.objection-box span {
    color: #4A4646;
    font-size: 14px;
}

.designation-text {
    font-weight: 600;
    font-size: 14px;
    color: #0D8802;

    text-align: right;
}

.objection-date {
    color: var(--primary-color);
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
}

.objections-form .objection-input {
    background-color: #FCEAEA;
}

.objections-form .objection-input .custom-input {
    border-bottom: 1px solid #db2829 !important;
}

.objection-box h5 {
    font-size: 18px;
    color: #4A4646;
    font-weight: 600;
    margin-bottom: 20px;
}

.objection-box h6 {
    margin-bottom: 20px;
}

.objection-box h5 span {
    color: var(--primary-color);
}

/*--objection-box-end--*/
/*--banner--*/
.slider-slide {
    padding: 50px 0;
}

.slider-slide>.container {
    max-width: 75%;
}

.banner-slider {
    display: block;
    overflow-x: hidden;
    /* padding: 100px 50px; */
    width: 100%;
    position: relative;
}

.slider-right img {
    max-width: 432px;
    border-radius: 20px;
    border: 7px solid #fff;
    margin: auto;
    min-height: 300px;
}

.slider-left p {
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0 40px 0;
}

.banner-slider .slick-prev {
    left: 3%;
}

.banner-slider .slick-prev:before {
    display: none;
}

.banner-slider .slick-next {
    background-image: url(../images/slider-right.svg) !important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 22px!important;
}

.banner-slider .slick-prev {
    background-image: url(../images/slider-left.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 22px!important;
}

.banner-slider .slick-next:before {
    display: none;
}

.banner-slider .slick-next {
    right: 3%;
}

.banner-slider .slick-arrow,
.banner-slider .slick-prev,
.banner-slider .slick-next {
    background-color: #fff !important;
    z-index: 9999;
    width: 59px;
    min-width: 59px;
    height: 59px;
    border-radius: 100%;
}

/* .banner-slider .slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background: #fff !important;
} */

.banner-slide1 {
    background-image: url(../images/top-banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*--banner-end--*/
/*--about--*/
.section-p {
    padding: 100px 0;
}

.section-p-50 {
    padding: 50px 20px;
}

.about-list {
    margin-top: 30px;
}

.about-list li {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.about-list li:last-child {
    margin-bottom: 0px;
}

.about-icon img {
    max-width: 43px;
}

.about-content h3 {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
    color: #302B2B;
    letter-spacing: 1px;
    font-size: 24px;
}

.section-heading {
    font-size: 30px;
    color: #070707;
    font-weight: 600;
    padding-bottom: 15px;
}

.section-heading::after {
    content: "";
    height: 3px;
    width: 86px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 10px;
}

.left-head::after {
    left: 0px;
    right: auto;
}

.common-table table {
    border-collapse: collapse;
    border-radius: 1em;
}

.common-table.status-table table {
    border: 0;
}

.common-table thead th:first-child {
    border-top-left-radius: 10px;
}

.common-table thead th:last-child {
    border-top-right-radius: 10px;
}

.common-table tbody td:first-child {
    border-bottom-left-radius: 10px;
}

.common-table th:last-child,
.common-table td:last-child {
    text-align: left;
}

.common-table img {
    max-width: 20px;
}

/* .common-table tbody tr:last-child td{
    border: 0;
} */
.common-table tbody td:last-child {
    border-bottom-right-radius: 10px;
}


.common-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

.common-table td,
.common-table th {
    position: relative;
}

.common-table th {
    border: 0;
}

.common-table th::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #000000;
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    bottom: 0;
    right: -15px;
}

.common-table th:last-child:after,
.common-table td:last-child:after {
    background-color: transparent;
}

.common-table td::after {
    content: "";
    width: 30px;
    height: 1px;
    background-color: #B6B6B6;
    position: absolute;
    transform: rotate(90deg);
    top: 50%;
    bottom: 0;
    right: -15px;
}

.common-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px 28px;
}

.common-list-single {
    grid-template-columns: 1fr;
}

.common-list li {
    display: flex;
    gap: 12px;
}

.common-list img {
    max-width: 20px;
}

.bg-light {
    background: #DFDFDF33;
}

/*--about--*/
/*--breadcrumbs--*/
.breadcrumb-wrap {
    padding: 3rem 0;
    background: linear-gradient(90deg, #FEE8E6 0%, #DEF2F7 100%);
}

.breadcrumb-wrap h2 {
    color: #302B2B;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.breadcrumb-wrap li {
    font-size: 16px;
}

.breadcrumb-wrap a {
    color: #2AACEA;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #241D1D;
    font-weight: 600;
}

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

/*--breadcrumbs-end--*/



/*--pagination--*/
.pagination {
    gap: 15px;
}

.pagination .page-link {
    padding: 10px 15px;
    line-height: 16px;
}

.pagination .page-item,
.pagination .page-link {
    font-size: 16px;
    border-radius: 5px;
    color: #302B2B;
    font-weight: 600;
}

.pagination .active>.page-link,
.pagination .page-link.active {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

/*--pagination--*/

/*--cluster--*/
.approved-cluster {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
}

.approved-cluster-item {
    padding: 20px;
    box-shadow: 0px 15px 15px 0px #00000012;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cluster-detail p {
    padding: 13px 0;
}

.cluster-footer {
    padding-top: 13px;
    border-top: 1px solid #0000001A;
}

.cluster-footer a {
    color: #241D1D;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.cluster-details .dashboard-content {
    width: 100%;
}

.cluster-right img,
.figure img {
    border-radius: 10px;
}

.figure-caption {
    color: #241D1D;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.figure {
    margin-bottom: 0;
}

.cluster-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 56px;
}

.cluster-video video {
    border-radius: 10px;
    max-width: 80%;
}

/*--cluster-end--*/
/*--media--*/
.gallery-date {
    color: #7E7C7C;
    font-size: 16px;
}

.video-des {
    color: #646161;
    font-size: 16px;
}

.video-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 56px;
}

.video-gallery-item .figure-caption {
    margin-bottom: 10px;
}

.gallery-date {
    padding-top: 10px;
    border-top: 1px solid #D7D7D7;
    margin-top: 10px;
}

.video-gallery-item .gallery-video video {
    border-radius: 10px;
    height: 100%;
    width: 100%;
}

.video-gallery-item video source {
    width: 100%;
    height: 100%;
    display: inline-block;
    border-radius: 10px;
}

.main-event-img img {
    height: 148px;
    /* max-width: 226px; */
    border-radius: 7px;
}

.inner-event-list>li {
    display: flex;
    gap: 30px;
    border: 1px solid #07B4D929;
    border-radius: 10px;
    background: #07B4D908;
    padding: 20px;
    margin-bottom: 20px;
}

.inner-event-list li:last-child {
    margin-bottom: 0;
}

.schedule-list li:last-child a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
}

.schedule-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.inner-event-details h5 {
    margin-bottom: 0;
    color: #241D1D;
    font-size: 20px;
    font-weight: 600;
}

.inner-event-details p {
    color: #646161;
}

.inner-event-details {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.main-event-img {
    width: 25%;
}

.inner-event-details {
    width: 75%;
}

.events-outer {
    gap: 75px;
}

.schedule-text {
    font-size: 16px;
    font-weight: 600;
    color: #0D8802;
}

.back-link {
    font-size: 16px;
    font-weight: 600;
    color: #241D1D;
    text-transform: uppercase;
    margin-bottom: 20px;
    display: inline-block;
}

.event-view-img img {
    width: 100%;
    height: 478px;
    border-radius: 10px;
    margin-bottom: 30px;
}

/*--media-end--*/
/*--notifications--*/
.notifications-list li {
    border: 1px solid #D8D8D8;
    background: #DFDFDF33;
    padding: 25px;
    border-radius: 10px;
    display: flex;
    gap: 10px;
    margin-bottom: 25px;

    font-weight: 400;
    align-items: center;
}

.notifications-list li img {
    max-width: 25px;
}

.notifications-list li p {
    color: #000000;
    font-size: 18px;
}

/*--notifications-end--*/
/*--contact-us--*/
.info-card {
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    height: 100%;
}

.info-card .card-header {
    background-color: var(--primary-color);
    border: 1px solid #0086A3;
    color: var(--white-color);
    border-radius: 10px 10px 0px 0px;

    padding: 20px;

}

.info-card .card-header h5 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: center;
}

.info-card .card-body {
    padding: 30px 23px;
}

.address-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25px;

}

.address-grid-item h5 {
    color: #666161;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5PX;
}

.address-grid-item p {
    color: #7C7777;
    font-size: 16px;
    font-weight: 400;
    word-break: break-all;
}

/*--contact-us-end--*/


/*--mini-cluster-updated--*/
.cluster-tabs {
    background-color: #E4F6FF;
    padding: 30px;
    border-radius: 20px;
}

.cluster-tabs .nav-pills .nav-link.active,
.cluster-tabs .nav-pills .show>.nav-link {
    color: var(--white-color);
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.cluster-tabs ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    justify-content: center;
    width: 100%;
}

.cluster-tabs .nav-pills .nav-link {
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #E2E2E2;
    color: var(--heading-color);
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
}

.cluster-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cluster-item img {
    max-width: 40px;
    text-align: center;
    margin: auto;
}

.cluster-tabs p {
    color: var(--heading-color);
    font-weight: 500;
}

/*--mini-cluster-updated-end--*/
/*--map-tabs--*/
.map-tabs .nav-pills .nav-link.active,
.cluster-tabs .nav-pills .show>.nav-link {
    color: var(--primary-color);
    background: linear-gradient(0deg, rgba(42, 172, 234, 0) 0%, rgba(42, 172, 234, 0.12) 100%);
    border-bottom: 2px solid var(--primary-color);
}

.map-tabs .nav-pills .nav-link {
    border-radius: 10px 10px 0 0;
    padding: 10px 20px;
    border-bottom: 2px solid var(--white-color);
    color: var(--heading-color);
    font-weight: 600;
    font-size: 16px;
    width: 100%;
    height: 100%;
    background-color: var(--white-color);
}

.map-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.map-item img {
    max-width: 33px;
    text-align: center;
    margin: auto;
}

/*--map-tabs-end--*/
/*--home-event--*/
.home-event-list {
    height: 400px;
    overflow-y: auto;
    padding-right: 10px;
}

.home-event-list li {
    border-bottom: 1px solid #d3d2d2;
    padding: 10px 0;
}

.home-event-list p {
    color: var(--heading-color);
    font-weight: 500;
    margin-bottom: 10px;
}

.home-event-list span {
    background-color: #eaf7fd;
    color: var(--primary-color);
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 500;
}

/* width */
.home-event-list::-webkit-scrollbar {
    width: 8px;
    height: 16px;
}
.home-event-list::-webkit-scrollbar-track {max-height: 50%; height: 50%;}
/* Track */
.home-event-list::-webkit-scrollbar-track {
    background: #d3d2d2;
}

/* Handle */
.home-event-list::-webkit-scrollbar-thumb {
    background: var(--primary-color);
    border-radius: 20px;
    width: 16px;
}

/*--dept-grid--*/
.dept-grid {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 20px;
}

.dept-grid-item {
    border: 1px solid #EAEAEA;
    padding: 12px;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* .dept-grid-item img {
    width: 100%;
} */
.gallery-new img{
border-radius: 10px;
height: 104px;
width: 100%;
object-fit: cover;
}
.fs-14{
    font-size: 14px;
}

/*--counter--*/
.count-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
}

.count-bg1 {
    background: linear-gradient(115.17deg, #29C987 -6.29%, #2FC8E1 106.68%);
}

.count-bg2 {
    background: linear-gradient(115.17deg, #FF662D -6.29%, #FFA326 106.68%);
}

.count-bg3 {
    background: linear-gradient(115.17deg, #35C1FF -6.29%, #715CFF 106.68%);
}

.counter-wrap {
    border-radius: 10px;
    display: flex;
    gap: 20px;
    padding: 24px 19px;
    align-items: center;
    position: relative;
}

.counter-wrap::after {
    content: url(../images/counter-shape2.png);
    position: absolute;
    right: 0;
    bottom: 0;
}

.sub-head {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 32px;
}
.counter-content h2{
    font-size: 24px;
}
.counter-content p{
    font-size: 16px;
}
/*--counter-end--*/
/*--dropdown--*/
.custom-drop-toggle.dropdown .dropdown-menu {
    display: none;
    transition: .2s all ease-in;
}

.custom-drop-toggle.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
    display: block;
    margin-top: 0.125em;
    margin-left: 0.125em;
    top: 47px;
    /* left: 0; */
    position: absolute;
}
.custom-drop-toggle:hover > .dropdown-toggle::after{
    transform: rotate(-180deg);
    transition: .3s all ease-in;
}
.dropend:hover > .dropdown-toggle::after{
    transform: rotate(-90deg);
    transition: .3s all ease-in;
}
#button-addon2:hover{
    background: var(--secondary-color);
    color: var(--white-color);
}
.modal-header .btn-close{
    background: none;
}
/*--dropdown-end--*/

/*--new-06--*/
.verify-btn{
    position: relative;
    display: block;
}
.verify-btn .float-verify {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    width: 20px;
 }

 .verify-btn .send_email_otp , .verify-btn .send_mobile_otp {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    text-transform: capitalize;
    padding: 10px 13px;
    border-radius: 0;
  }
  .invalid-error{
    position: absolute;
    margin-top: 6px;
  }
  .input-wrap.muLtiMobile{
margin-bottom: 0;
  }

  .cmn-panel-body.mx-600 {
    max-width: 500px;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #DEDEDE;
    box-shadow: 0px 15px 15px 0px #00000012;
    border-radius: 10px;
  }

  .heading--2 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: center;
    color: #161010;
  }
  .status-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #000000;
  }
  .status-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #646161;
    margin-top: 10px;
  }

  ul.status-list li + li {
    margin-top: 20px;
  }
  .mb-30 {
    margin-bottom: 30px;
  }

  .notification-btn-wrap button {
    background: transparent;
  }
  
  .notification-btn-wrap .dropdown-toggle::after{
    display: none;
  }
  .cst-msg-badge {
    display: flex;
    background: red;
    max-width: 30px;
    min-width: 30px;
    padding: 5px;
    font-family: Jost;
    font-size: 11px;
    font-weight: 500;
    line-height: 7px;
    text-align: left;
    color: #fff;
    border-radius: 32px;
    position: absolute;
    top: -5px;
    right: -20px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
  }
  
  .notification-btn-wrap ul.dropdown-menu.show {
    min-width: 375px;
    max-width: 375px;
    max-height: 440px;
    overflow-y: auto;
    padding: 0;
    top: 40px !important;
    margin-left: -30px !important;
    z-index: 99999;
    inset: unset!important;
    transform: translate3d(-285px, 15px, 0px) !important;
    margin-top: 0;
    border: 1px solid #cdcdcd;
    box-shadow: 0px 10px 20px 8px #45454521;
    background: #ffffff;
  }
  .notification-btn-wrap ul.dropdown-menu .profile-dropdown:last-child .dropdown-item {
    border-bottom: 0;
  }
  
  .notification-btn-wrap .profile-dropdown .dropdown-item {
    align-items: flex-start;
    font-weight: 500;
  }
  
  .notification-btn-wrap .dropdown-item.new-msg {
    background: #A300000D;
  }
  
  .notification-btn-wrap .dropdown-item.new-msg svg path {
    fill: #A30000;
  }
  
  .notification-btn-wrap .profile-dropdown .dropdown-item .notify-title {
    flex: 1;
    display: inline-block;
      white-space: normal;
      line-height: 20px;
  }
  
  .notification-btn-wrap p.date-time-raise {
    justify-content: flex-start;
  }
  
  .notification-btn-wrap .profile-dropdown .dropdown-item svg {
    margin-top: 2px;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #9494941A;
  }
  
  .dropdown-item.heading-no-css:hover, .dropdown-item.heading-no-css:focus {
    background: #fff;
    cursor: default;
  }
  .notification-btn-wrap button.dropdown-toggle {
    position: relative;
  }
  .notification-btn-wrap button.dropdown-toggle.show::after {
    content: '';
    position: absolute;
    bottom: -16px;
    right: -7px;
    margin-left: -15px;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-bottom: solid 15px #fff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    z-index: 999991;
    top: unset;
    display: inline-block !important;
    border-top:0;
  }
  
  
  .notification-btn-wrap button.dropdown-toggle.show::before {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -7px;
    margin-left: -15px;
    margin-top: -15px;
    width: 0;
    height: 0;
    border-bottom: solid 15px #cdcdcd;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
    z-index: 99999;
    display: inline-block !important;
  }
  .dropdown.notification-btn-wrap img {
    max-width: 27px;
  }
  .notification-btn-wrap .profile-dropdown .dropdown-item {
    /* font-family: Jost; */
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    text-align: left;
    color: #302B2B;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 15px;
    border-bottom: 1px solid #cdcdcd;
  }
  .dropdown.notification-btn-wrap .profile-dropdown {
    all: unset;
  }
.table-wrapper table {
    border: 1px solid #cfcfcf;
    border-collapse: collapse;
    vertical-align: top;
}
.table-wrapper td{
    padding: 15px 15px !important;
    vertical-align: top;
    min-height: 73px;
}
.table-wrapper th {
    background-color: var(--primary-color);
    color: white;
    font-weight: 500;
    padding: 15px 15px !important;
    vertical-align: top;
}
button.small-btn {
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
}
.table-wrapper input[type="file"]{
    font-size: 14px;
    max-width: 300px;
    width: 100%;
}
.table-wrapper input::-webkit-file-upload-button {
    padding: 6px 12px;
    border-radius: 4px;
    color: white;
    background-color: var(--primary-color);
    border: none;
    transition: 100ms ease-out;
    cursor: pointer;
}
.table-wrapper input::-webkit-file-upload-button:hover {
  box-shadow: inset 0 0 20px 12px #1d9dd8;
}
.table-wrapper tr:hover td{
    background-color: #f3f3f3;
}
.form-check-input.lg{
    width: 20px;
    height: 20px;
    border: 1px solid #8c8c8c;
}
.form-check-input:checked:disabled {
    background-color: #6c6c6c;
    border-color: #6c6c6c;
}
.uploadDocument input[type="file"]:disabled{
    opacity: 0.5;
}