body{
    padding: 0px;
    margin: 0px;
    font-family: "Poppins", serif;
}
a{
    text-decoration: none;
}

h1,h2,h3,h4,h5,h6{
    font-family: "Be Vietnam Pro", sans-serif;
}

.dropdown-item.active, .dropdown-item:active{
    background: rgb(19, 71, 129);
    color: #fff !important;
}



.login{
    background: url(../img/login-bg.png)no-repeat;
    background-size: cover;height: 100vh;width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: #0a1b2f;
    opacity: 0.8;
    pointer-events: none;
}

.login-from {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px;
    position: relative;
    z-index: 999;
    width: 100%;
    max-width: 470px;
}

.m-logo {
    background: #fff;
    border-radius: 10px;
    padding: 10px 10px;
    max-width: 200px;
    margin: 0 auto;
    margin-top: -60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    height: 80px;
}

.m-logo img {
    max-width: 160px;
}

.login-from input {
    border-radius: 8px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.login-from label {
    color: rgba(34, 34, 34, 1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}

.login-from .form-check {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.check-checkbox {
    display: flex;
    align-items: center;
}

.forgot-password a {
    margin-right: -24px;
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 500;
}

.login-from .form-check label {
    color: rgb(60 103 152);
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 27px;
}

.login-from .form-check-input:checked {
    background-color: #3c6798;
    border-color: #3c6798;
}

.login-from .form-check .form-check-input {
    padding: 8px;
    margin-top: 0px;
}
.submit{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}
.submit a {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 12px 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.3s ease-in all;
    width: 100%;
    display: block;
    text-align: center;
}
.submit button {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 12px 36px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.3s ease-in all;
    width: 100%;
    display: block;
    text-align: center;
}

.submit button:hover {
    background: linear-gradient(270deg, #3C6798 0%, #30537B 51%);
    transition: 0.3s ease-in all;
    box-shadow: none;
}


.header {
    background: #0E2A4F;
    border: solid 1px #000;
    padding: 8px 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
}

.header .navbar-brand img {
    height: 45px;
}

.demo-btn button {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 9px 27px;
    color: #3C6798;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border: none;
    transition: 0.3s ease-in all;
}

.demo-btn button:hover{
    background: #3C6798;
    color: #fff;
    transition: 0.3s ease-in all;
}

.header .navbar-nav .nav-link {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 0px 27px;
}
.header .navbar-nav .dropdown-item{
    font-size: 14px;
}
.header .navbar-collapse {
    justify-content: end;
    align-items: center;
}
.header .navbar-brand{
    width: 25%;
}


.header .dropdown-menu{
    text-align: left;
}


.banner{
    background: url(../img/banner.png)no-repeat;
    background-size: cover;height: 800px;width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner:after{
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 70%);
    pointer-events: none;
}

.banner .row{
    position: relative;
    z-index: 999;
    align-items: center;
}


button.cont {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    /* column-gap: 10px; */
    margin-right: 15px; 
}

button.scha{
    border-radius: 8px;
    padding: 13px 36px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    border: solid 1px #fff;
    transition: 0.3s ease-in all;
    background: none;
    transition: 0.3s ease-in all;
}

.user-dropdown {
    margin: 0px 0px 0px 20px;
    /* width: 200px; */
}

.user-dropdown .dropdown button {
    background: none;
    padding: 0px;
}

.user-dropdown .dropdown button img {
    filter: inherit;
    max-width: 68px;
    border-radius: 100%;
    border: solid 2px #ffffff;
    margin-left: -2px;
}

.user-dropdown .dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid #D7E1FF;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
}

.user-dropdown .dropdown .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 16px;
    background: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #D7E1FF;
    border-bottom: none;
    z-index: -4;
}

.user-dropdown .dropdown a.dropdown-item {
    font-size: 13px;
    font-weight: 500;
    color: #0e2a4f;
    line-height: 22px;
    text-align: start;
    padding: 5px 12px;
}


.user-dropdown .dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid #D7E1FF;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 40px;
    right: 22px;
}


.notification-data .dropdown .dropdown-menu {
    background: #fff;
    border: 1px solid #D7E1FF;
    border-radius: 10px;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 40px;
    right: 22px;
    width: 440px;
    padding: 0px 0px;
}

.notification-data .dropdown .dropdown-menu:before {
    right: 0px;
    left: inherit;
}
li.active .notifcation-nftlist{
    background-color: #f6f9fc;
}

.notifcation-nftlist{
    padding: 15px 15px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-bottom: 1px solid #e9ecef;
    transition: 0.3s all;
    cursor: pointer;
}

.viewall-notification{
    padding: 15px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}


.viewall-notification a{
    text-decoration: none;
    color: #0e2a4f;
    font-size: 15px;
    font-weight: 600;
}

.notifcation-nftlist:hover{
    background-color: #f6f9fc;
    transition: 0.3s all;
}

.notification-list {
    background: #0e2a4f;
    padding: 15px 10px;
    margin: 0px;
    border-radius: 10px 10px 0px 0px;
}

.notification-heading h5{
    font-size: 14px;
    color: #0e2a4f;
    margin-bottom: 5px;
}

.notification-heading p{
    font-size: 12px;
    color: #525f7f;
    margin-bottom: 0px;
}

.time-ago {
    color: #8898aa;
    font-size: 13px;
}

.notification-list h5{
    font-size: 14px;
    margin-bottom: 0px;
}

.header .navbar-nav li a i{
    color: #fff;
    font-size: 21px;
    position: relative;
}

.header .navbar-nav li a i:after {
    position: absolute;
    /* content: "2"; */
    background: #ee1b2e;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: -12px;
    left: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
}
.header .navbar-nav li a span {
    position: absolute;
    /* content: "2"; */
    background: #ee1b2e;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    top: -13px;
    left: 36px;
    display: flex
;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    padding-left: 0px;
}


.header .dropdown button span {
    color: #fff;
    font-size: 14px;
    /* display: block; */
    padding-left: 11px;
}
.pendinglist.pend-tra h2 {
    color: #f9bf39 !important;
}

.header .dropdown button.btn:focus{
    outline: none;
    box-shadow: none;
}


.userlist-nft{
    padding: 40px 0px;
}
.custom-overlay-class {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  max-height: 80vh;
  overflow-y: auto;
}


.approve-user.trans {
    border-bottom: solid 4px #f9bf39;
}
.trans .approve-user-count {
    background: #f9bf39;
}
.pendinglist.pend-tra {
    border-top: solid 3px #f9bf39;
}
.approve-user {
    display: flex;
    align-items: center;
    cursor: pointer;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border-width: 1px 1px 4px;
    border-style: solid;
    border-color: rgb(215, 225, 255) rgb(215, 225, 255) rgb(15, 139, 62);
    border-image: initial;
    padding: 20px 20px;
    border-bottom: 4px solid rgb(15, 139, 62);
    transition: 0.3s;
}

.approve-user-count {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 51px;
    color: rgb(255, 255, 255);
    font-weight: 700;
    background: rgb(15, 139, 62);
    border-radius: 100%;
    /* font-size: 10px; */
}

.approve-user-count h3 {
    margin-bottom: 0px;
    font-size: 23px;
}

.user-data h4 {
    color: rgb(0, 0, 0);
    font-size: 19px;
    margin-bottom: 0px;
    font-weight: 600;
    margin-left: 15px;
}

.pend {
    border-bottom: 4px solid rgb(19, 71, 129);
}

.pend .approve-user-count {
    background: rgb(19, 71, 129);
}

.rej {
    border-bottom: 4px solid rgb(237, 28, 47);
}

.rej .approve-user-count {
    background: rgb(237, 28, 47);
}

.approve-user:hover {
    transform: translateY(-5px);
    transition: 0.3s;
}

.excasting-user h1 {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 0px 0px 13px;
    z-index: 999;
    position: relative;
    margin-top: -36px;
}

.experince {
    background: url(../img/first-expe.png) no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px;
    position: relative;
    position: relative;
    display: flex;
    align-items: center;
}

.experince:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(60, 103, 152, 0.9);
    pointer-events: none;
}

.user-nftlistimg h6 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px;
    color: #fff;
}

.first-sche h6 {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    line-height: 37px;
    margin-bottom: 10px;
}

.user-nftlistimg h4 {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    padding-left: 15px;
    color: #fff;
}

.first-sche h2 {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    line-height: 57px;
    margin-bottom: 10px;
}

.first-sche p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
}

.user-nftlistimg {
    margin: 30px 0px;
    display: flex
;
    align-items: center;
}

.user-nftlistimg ul {
    margin: 0px;
    padding: 0px;
    display: flex;
}

.user-nftlistimg ul li {
    list-style: none;
}

.user-nftlistimg ul li img {
    border-radius: 100%;
    border: 2px solid #fff;
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 3;
}

.user-nftlistimg ul li:nth-child(2) img {
    margin-left: -8px;
    position: relative;
    z-index: 3;
    max-width: 24px;
}

.user-nftlistimg ul li:nth-child(3) img {
    margin-left: -8px;
    position: relative;
    z-index: 5;
    max-width: 24px;
}

.efef {
    position: relative;
}

.contact-from {
    background: #fff;
    border: 1.09px solid rgba(239, 240, 246, 1);
    border-radius: 10px;
    padding: 20px;
    display: inline-block;
    width: 100%;
    margin: 25px 0px;
    position: relative;
    overflow: visible;
}

.contact-from:before {
    content: "";
    background: rgba(0, 50, 107, 1);
    border: 6px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 38px;
    top: -25px;
    left: 18px;
    position: absolute;
    z-index: -5;
    border-radius: 10px;
    max-width: 94%;
    /* margin: 0 auto; */
    border-bottom: none !important;
}

.contact-from:after {
    content: "";
    background: rgba(0, 50, 107, 1);
    border: 6px solid rgba(255, 255, 255, 1);
    width: 100%;
    height: 38px;
    bottom: -25px;
    left: 18px;
    position: absolute;
    z-index: -5;
    border-radius: 10px;
    max-width: 94%;
    /* margin: 0 auto; */
    border-top: none !important;
}

.email-address {
    margin-top: 15px;
}

.email-address label {
    color: rgba(34, 34, 34, 1);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}
.email-address input {
    border-radius: 8px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.email-address textarea {
    border-radius: 5px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    resize: inherit;
}

.submit-btn button {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    transition: 0.3s ease-in all;
}

.submit-btn {
    display: flex;
    justify-content: end;
    align-items: end;
    padding: 15px 0px;
}

.experince .row {
    position: relative;
    z-index: 99;
    align-items: center;
}

.submit-btn button:hover {
    background: linear-gradient(270deg, #3C6798 0%, #30537B 51%);
    transition: 0.3s ease-in all;
    box-shadow: none;
}

.our-mission {
    padding: 50px 0px;
}

.mission {
    overflow: hidden;
    transition: 0.3s ease-in all;
}

.mission img {
    border-radius: 7px;
    transition: 0.3s ease-in all;
}

.our-mission .row {
    align-items: center;
}

.mission img:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in all;
}

.mission h2 {
    text-align: start;
    color: #3C6798;
    font-weight: 600;
    font-size: 33px;
}

.mission p {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: start;
    margin-bottom: 0px;
}


.uservehicle-details button.btn-close {
    position: absolute;
    right: 12px;
    top: 23px;
    font-size: 17px;
}

.uservehicle-details .modal-content{
    border-radius: 10px;
    border: none;
}


.uservehicle-details .modal-content h1{
    color: rgb(19, 71, 129);
    font-size: 23px;
}

.uservehicle-details button.btn-close:focus{
    box-shadow: none;
}


.dropzone {
    position: relative;
    display: flex;
    flex-direction: column;
}

.dz-message {
    padding: 26px 20px 17px;
    background-color: #d7e1ff21;
    border: 1px dashed #3840cd;
    border-radius: 0.375rem;
    text-align: center;
    color: #8898aa;
    transition: all 0.15s ease;
    order: -1;
    cursor: pointer;
    z-index: 999;
    position: relative;
}

.dropzone input[type="file"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    margin: 0;
    cursor: pointer;
    filter: alpha(opacity = 0);
    opacity: 0;
}

.image-upload i {
    background: #134781;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 100%;
    font-size: 18px;
    color: #fff;
}

.uservehicle-details .modal-dialog {
    max-width: 640px;
    margin: 0px;
}

.uservehicle-details .email-address textarea{
    height: 65px;
}

.image-upload {
    margin-bottom: 10px;
}

.email-address h6{
    margin-bottom: 0px;
    color: rgb(19, 71, 129);
    font-size: 14px;
}

.email-address {
    margin-top: 7px;
}
.vech .dz-message {
    padding: 36px 20px 36px;
}
.uservehicle-details .modal-body {
    padding: 0px 20px;
}
.uservehicle-details .email-address input {
    border-radius: 5px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

.submit-btn button {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: 0.3s ease-in all;
}

.image-doc {
    background: #134781;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 100%;
    /* font-size: 18px; */
    color: #fff;
    /* max-width: 10px; */
}

.image-doc img {
    max-width: 19px;
    filter: brightness(0) invert(1);
}
.image-doc{
    margin-bottom: 10px;
}
.userlist-nft .row{
    position: relative;
    z-index: 99;
}

.our-mission{
    position: relative;
    z-index: 99;
}
.footer {
    padding: 30px 0px;
}

.f-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.f-logo img {
    max-width: 190px;
}

.social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.social-media a {
    text-decoration: none;
}

.social-media i {
    color: rgba(60, 103, 152, 1);
    font-size: 27px;
    padding: 0px 10px;
}

.footer-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
}

.footer-menu ul li {
    list-style: none;
    padding: 0px 10px;
    position: relative;
}

.footer-menu ul li a {
    text-decoration: underline;
    color: rgba(0, 0, 0, 1);
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    line-height: 17px;
    display: flex;
}

.footer-menu ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    background: rgba(0, 0, 0, 1);
    width: 2px;
    height: 100%;
    transform: rotate(7deg);
    top: 0px;
}

.footer-menu ul li:last-child::after {
    /* Your styles here */
    content: ""; /* For example, if you want to add a decorative element */
    display: none; /* Hide the ::after element if not needed */
}

.btm-footer{
    background: rgba(60, 103, 152, 1);
    padding: 15px 0px;
    text-align: center;
}
.btm-footer p {
    margin-bottom: 0px;
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    font-weight: 300;
    text-align: center;
}
.abt-bg{
    position: relative;
}
.abt-bg:after {
    position: absolute;
    content: "";
    background: url(../img/user-about.svg) no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.02;
    pointer-events: none;
}


.profile-details {
    background-color: #0E2A4F;
    /* border: 1px solid #3840cd; */
    border-radius: 7px 7px 0px 0px;
    padding: 25px 10px;
}
.wallet-cnt {
    display: flex;
    justify-content: end;
    align-items: center;
}

.user .modal-body {
    padding: 0px 0px;
}

.image-profile {
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    margin-top: -38px;
    align-items: baseline;
}

.wallet-cnt button {
    /* background: #5570ff; */
    border-radius: 5px;
    border: none;
    padding: 8px 17px;
    color: #fff;
    font-size: 14px;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
}

.prodc-img img {
    border-radius: 100%;
    height: 80px;
    width: 80px;
    border: solid 4px #fff;
    object-fit: cover;
}

.prodc-img {
    display: flex;
    align-items: center;
}

.wallet-adrs {
    margin-left: 10px;
    padding-top: 8px;
}

.wallet-adrs h6 {
    margin-bottom: -17px;
    color: #0e2a4f;
    font-size: 19px;
}

.wallet-adrs p {
    margin-bottom: 0px;
    color: rgb(19, 71, 129);
    font-size: 15px;
}

.wallet-data-nft{
    padding: 0px 20px;
}

.wallet-data-nft .form-control:disabled, .form-control[readonly] {
    background-color: #d7e1ff3b;
    opacity: 1;
}


.user .modal-content .btn-close {
    box-sizing: content-box !important;
    width: 30px;
    height: 30px;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    position: absolute;
    top: -23px;
    z-index: 999;
    right: -10px;
    background: #D9D9D9;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.uservehicle-details .modal-content .btn-close {
    box-sizing: content-box !important;
    width: 20px;
    height: 20px;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    position: absolute;
    top: 24px;
    z-index: 999;
    right: 13px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.uservehicle-details .modal-content .btn-close i {
    font-size: 18px;
    color: #0E2A4F;
}

.user .modal-content .btn-close i{
    font-size: 18px;
    color: #0E2A4F;
}

.userlist-nft .nav-tabs {
    border: none;
    margin-top: -85px;
}

.userlist-nft .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    border: none;
    background: none;
}

.userlist-nft li.nav-item button {
    width: 100%;
    padding: 0px 10px 20px 0px;
}


.userlist-nft .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: auto;
    border: none !important;
}


.pendinglist {
    background: #fff;
    border-radius: 7px;
    padding: 20px;
    border: solid 1px #d7e1ff;
    box-shadow: 0px 3px 5px 0px #0000001A;
}

.userpersonal-details {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #9797978c;
    padding: 12px 0px;
}

.pendinglist h2 {
    color: #1E1E1E;
    font-size: 18px;
    margin-bottom: 14px;
}

.userpersonal-details h6{
    color: #A3AED0;
    font-size: 15px;
    margin-bottom: 0px;
}


.userpersonal-det {
    display: flex;
    justify-content: space-between;
    border-bottom: solid 1px #9797978c;
    padding: 17px 0px;
    align-items: center;
}

.userpersonal-det h6{
    color: #1E1E1E;
    font-size: 15px;
    margin-bottom: 0px;
}

.pending-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pending-img h6 {
    color: rgb(19, 71, 129);
    font-size: 13px;
    margin-bottom: 0px;
    margin-left: 10px;
    width: calc(100% - 40px);
    text-align: left;
}


h6.list-p {
    color: #0f8b3e;
}
h6.reject-p {
    color: rgb(237, 28, 47);
}

h6.pend-p {
    color: rgb(19, 71, 129);
}
.view-btn {
    background: #0f8b3e;
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
}

 .rej-btn {background: rgb(237, 28, 47);
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;}

 .pen-btn {
    background: rgb(19, 71, 129);
    border: none;
    color: #fff;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;}


.pagenation {
    margin: 15px 0px 0px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.pending-img img {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    object-fit: cover;
    border: solid 2px #134781;
}

.pagenation ul{
   list-style: none;
   display: flex;
   align-items: center;
   margin: 0px;
   padding: 0px;
}

.pagenation ul li {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
    border-radius: 100%;
    border: solid 1px #DDDDDD;
    cursor: pointer;
    transition: 0.3s all;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
}

.pagenation ul li:hover{
    background: rgb(19, 71, 129);
    color: #fff;
    transition: 0.3s all;
    border-color: rgb(19, 71, 129);
}

.pagenation li.active{
     background: rgb(19, 71, 129);
    color: #fff;
    transition: 0.3s all;
    border-color: rgb(19, 71, 129);
}

.userlist-nft .nav-tabs .nav-link{
    border: none;
}

.approv {
    border-top: solid 3px #0f8b3e;
}

.pendinglist.approv h2{
    color: #0f8b3e !important;
}


.pendinglist.rej-s {
    border-top: solid 3px rgb(237, 28, 47);
}

.pendinglist.rej-s h2{
    color: rgb(237, 28, 47) !important;
}


.pendinglist.pend-s {
    border-top: solid 3px rgb(19, 71, 129);
}

.pendinglist.pend-s h2{
    color: rgb(19, 71, 129) !important;
}

.userlist-nft li.nav-item {
    width: 33.33%;

}
.pendinglist table{
    width: 100%;
}
.pagenation button {
    padding: 2px 23px;
    font-size: 15px;
    color: #3c6798;
    font-weight: 500;
}

.pendinglist table th td{
    width: 100%;
    text-align: center;
}

.pendinglist table tr th {
    text-align: center;
    color: #A3AED0;
    font-size: 14px;
    margin-bottom: 0px;
    /* margin-left: 10px; */
    font-weight: 500;
    padding: 10px 0px;
    border-bottom: solid 1px #97979747;
    white-space: nowrap;
    padding: 10px 18px;
}

.pendinglist table tr td {
    text-align: center;
    color: #1E1E1E;
    font-size: 13px;
    margin-bottom: 0px;
    /* margin-left: 10px; */
    font-weight: 500;
    padding: 7px 0px;
    border-bottom: solid 1px #97979747;
}

.pendinglist table tr td h6{
    font-size: 13px;
}

.active .approve-user {
    border-bottom: 1px solid #d7e1ff;
    transform: translateY(-5px);
}

.faq {
    padding: 50px 0px;
    position: relative;
    border-bottom: 1px solid rgb(61 67 72 / 23%);
}

.faq:after {
    position: absolute;
    content: "";
    background: url(../img/faq-1.svg) no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    pointer-events: none;
}

.faq .accordion-item{
    border: 1px solid 
color-mix(in srgb, #3d4348, transparent 85%);
    border-radius: 5px;
    margin-bottom: 20px;
}

.faq .accordion-item button{
    border-radius: 5px;
}
.faq .accordion-button::after{
    margin-left: auto;
    margin-right: inherit;
}

.faq .accordion-header .accordion-button {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    margin: 0 0px 0 0;
    transition: 0.3s;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 17px 15px;
}

.faq .accordion-body {
    padding: 12px 15px;
    font-size: 13px;
}

.faq .accordion-button:not(.collapsed) {
    color: #00326b;
    border-radius: 0px;
}

.faq .accordion-button:focus{
    box-shadow: none;
}

.faq .row{
    position: relative;
    z-index: 999;
}
.faq .faq-container{
    margin-top: 23px;
}
.solution-heading h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 67px;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-heading h2:before {
    background: url(../img/line2.svg) no-repeat;
    width: 68px;
    height: 1px;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
}

.solution-heading h2:after {
    background: url(../img/line-1.svg) no-repeat;
    width: 68px;
    height: 1px;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
}


.show-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px 0px 0px;
}

.show-more button{
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: 0.3s ease-in all;
}

th.name-tb {
    text-align: left !important;
    padding-left: 25px;
}

.user-bg {
    background: url(../img/about-banner.png) no-repeat;
    background-size: cover;
    height: 140px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.user-bg:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}

.vehicle-imgnft img {
    height: 175px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}

.fet .email-address textarea {
    min-height: 100px;
    font-size: 12px;
    line-height: 19px;
    padding: 7px 10px;
}

.docum-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fafbff;
    border: 1px dashed rgba(56, 64, 205, 1);
    border-radius: 5px;
    height: 100px;
}

.owner-img img {
    border-radius: 5px;
    height: 100px;
    width: 100%;
    object-fit: cover;
}
/* .docum-img img{
    max-width: 65px;
} */

.fet .form-control:disabled, .form-control[readonly] {
    background-color: #d7e1ff21;
    opacity: 1;
}

.resubmit-nft .form-control:disabled, .form-control[readonly] {
    background-color: #d7e1ff21;
    opacity: 1;
}

.resubmit-nft .btn-close{
    box-sizing: content-box !important;
    width: 20px;
    height: 20px;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    position: absolute;
    top: -4px;
    z-index: 999;
    right: -7px;
    background: #ffffff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.resubmit-nft .modal-header{
    padding: 10px 15px;
    font-size: 14px;
    color: rgb(19, 71, 129);
}

.resubmit-nft .modal-header h1{
    font-size: 18px;
}
.resubmit-nft .modal-body {
    padding: 10px 15px;
}

.resubmit-nft label {
    color: rgba(34, 34, 34, 1);
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    padding: 0px 0px 7px;
}

.resubmit-nft textarea {
    border-radius: 5px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    resize: inherit;
    min-height: 81px;
}

.rest-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.rest-btn button{
        box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
    transition: 0.3s ease-in all;
}
.password-eye {
    display: flex;
    align-items: center;
    width: 100%;
}
.eye-splash {
    height: 42px;
    border-radius: 0px 10px 10px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #4433c8;
    transition: 0.2s all;
}
span.eye-splash:hover{
  background-color: #325985;
  border-color: #305680;
  transition: 0.2s all;
}
.password-eye input {
    border-radius: 8px 0px 0px 8px;

}

.login-from h5 {
    font-size: 29px;
    color: #386495;
    font-weight: 600;
    margin-bottom: 8px;
}

.login-from p{
    color: rgba(34, 34, 34, 1);
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
        margin-bottom: 10px;
}

.change{
    display: flex;
    align-items: center;
}

.change input {
    border-radius: 5px;
    border: 1px solid rgba(56, 64, 205, 1);
    padding: 8px 14px;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    height: 42px;
    border-radius: 8px 0px 0px 8px;
}

.change .btn-outline-primary {
    height: 42px;
        border-radius: 0px 10px 10px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-color: #4433c8;
        transition: 0.2s all;
}

.change .btn-outline-primary:hover{
        background-color: #325985;
        border-color: #305680;
        transition: 0.2s all;
}
.user-details-form label{
    font-size: 14px;
}
.change-password{
    width: 100%;
}
.change-password button{
        box-shadow: 0px 0px 12px 0px #FFFFFF26;
            background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
            border: none;
            color: #fff;
            border-radius: 8px;
            padding: 10px 30px;
            font-size: 15px;
            font-weight: 500;
            line-height: 22px;
            /* box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25); */
            transition: 0.3s ease-in all;
            width: 100%;
            margin: 16px 0px;
}
            .docum-img a {
                background: rgb(19, 71, 129);
                border: none;
                font-size: 12px;
                padding: 7px 15px;
                border-radius: 5px;
            }
        .docum-img.vechreq-img img {
        width: 290px;
        height: 96px;
        object-fit: cover;
        background-position: center;
        border-radius: 10px;
        }
        .disabled-button {
            pointer-events: none;
            /* Prevent clicking */
            opacity: 1;
            /* Maintain original appearance */
        }
                .text-danger {
                    color: #dc3545 !important;
                    width: 100%;
                    font-size: 12px;
                    max-width: 400px;
                }
/*=================  clear house start  ==========================*/

.banner-about {
    background: url(../img/about-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-about:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}

.mission {
    overflow: hidden;
    transition: 0.3s ease-in all;
}

.mission img {
    border-radius: 7px;
    transition: 0.3s ease-in all;
}

.mission img:hover {
    transform: scale(1.1);
    transition: 0.3s ease-in all;
}

.our-mission {
    padding: 50px 0px;
}

.our-mission .row {
    align-items: center;
}

.mission h2 {
    text-align: end;
    color: #3C6798;
    font-weight: 600;
    font-size: 33px;
}

.mission p {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    text-align: end;
    margin-bottom: 0px;
}

.vision h2 {
    text-align: start !important;
}

.vision p {
    text-align: start !important;
}

.our-values {
    background: rgb(12 69 133 / 100%);
    padding: 50px 0px;
    position: relative;
}

.our-values .row {
    position: relative;
    z-index: 999;
}

.our-values:after {
    position: absolute;
    content: "";
    background: url(../img/road-tb.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 300px;
    top: 0px;
    left: 0px;
    opacity: 0.05;
}

.excelent-goals {
    background: #FFF;
    border-radius: 7px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transition: 0.3s ease-in all;
    cursor: pointer;
    border: solid 4px #fff;
    height: 100%;
}

.excelent-goals h6 {
    text-align: center;
    font-size: 19px;
    margin-bottom: 0px;
    padding: 10px 0px;
    color: #000;
    font-weight: 600;
    line-height: 26px;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.goal {
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(12 69 133 / 100%);
    border-radius: 100%;
    width: 110px;
    height: 110px;
    margin-top: -70px;
    border: solid 6px #fff;
}

.goal img {
    max-width: 60px;
    filter: invert(1) brightness(2);
}

.gty {
    margin-bottom: 107px;
    margin-top: 61px;
}

.red:hover {
    background: #d0332a;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.red:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}

.red .goal {
    background: #d0332a;
    transition: 0.3s ease-in all;
}

.impact .goal {
    background: #49b64a;
}

.impact:hover {
    background: #49b64a;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.impact:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}

.impact .goal {
    background: #49b64a;
}


.growth .goal {
    background: #134781;
}

.growth:hover {
    background: #134781;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.growth:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}



.together .goal {
    background: #cfa41b;
}

.together:hover {
    background: #cfa41b;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.together:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}

.humanity .goal {
    background: #575151;
}

.humanity:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}

.humanity:hover {
    background: #575151;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.trust .goal {
    background: #cfa41b;
}

.trust:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}

.trust:hover {
    background: #cfa41b;
    transition: 0.3s ease-in all;
    border: solid 4px #fff;
}

.excelent-goals:hover {
    transform: translateY(-10px);
    transition: 0.3s ease-in all;
}

.treat .goal {
    background: #238f24;
}

.treat:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}

.treat:hover {
    background: #238f24;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}

.value .goal {
    background: #2974c6;
}

.value:hover h6 {
    color: #fff;
    transition: 0.3s ease-in all;
}

.value:hover {
    background: #2974c6;
    transition: 0.3s ease-in all;
    transform: translateY(-10px);
    border: solid 4px #fff;
}


.roadmap {
    padding: 50px 0px;
    position: relative;
}

.roadmap:after {
    position: absolute;
    content: "";
    background: url(../img/roadmap-bg.svg) no-repeat top;
    background-size: 100%;
    width: 100%;
    height: 700px;
    top: 0px;
    left: 0px;
    opacity: 0.05;
    z-index: -1;
}

/*=========  roadmap css =========*/


.main-timeline {
    position: relative;
}

/* The actual timeline (the vertical ruler) */
.main-timeline::after {
    content: "";
    position: absolute;
    width: 6px;
    background-color: #0c4585;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    border-radius: 8px;
}

/* Container around content */
.timeline {
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: #fff;
    border: 5px solid #2974c6;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}

/* Place the container to the left */
.left {
    padding: 0px 40px 20px 0px;
    left: 0;
}

/* Place the container to the right */
.right {
    padding: 0px 0px 20px 40px;
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    position: absolute;
    top: 18px;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -12px;
}

.timeline .card h3 {
    text-align: start;
    font-size: 19px;
    margin-bottom: 0px;
    padding: 5px 0px;
    color: rgb(12 69 133 / 100%);
    font-weight: 600;
    line-height: 26px;
}

.timeline .card p {
    color: #333333;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    width: 100%;
    text-align: start;
    margin-bottom: 0px;
}
/*==================  goverment policy CSS statr here ============================*/

.banner-gover {
    background: url(../img/goverment-banner.png) no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-gover:after {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgb(12 69 133 / 75%);
    pointer-events: none;
}

.dtrs-data {
    text-align: center;
    z-index: 99;
    position: relative;
}

.dtrs-data h1 {
    color: #fff;
    font-size: 33px;
    line-height: 40px;
    font-weight: 100;
}

.dtrs-data h1 span {
    font-weight: 700;
}

.dtrs-data p {
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 16px;
}
.paperless-dts h2 {
    text-align: center;
    color: #fff;
    font-size: 33px;
    max-width: 700px;
    margin: 0px auto;
    position: relative;
    z-index: 99;
    font-weight: 700;
}

.paperless-dts p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 500px;
    text-align: center;
    margin-bottom: 0px;
    padding: 15px 0px;
    margin: 0 auto;
}
.innovations-amcor h2 {
    color: rgba(60, 103, 152, 1);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 32px;
    padding: 23px 0px;
    max-width: 380px;
    text-align: center;
}

.innovations {
    padding: 50px 0px;
}

.innovations-amcor p {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px;
    max-width: 300px;
    margin-bottom: 20px;
}

.innovations-amcor button {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.3s ease-in all;
}

.innovations-amcor button:hover {
    background: linear-gradient(270deg, #3C6798 0%, #30537B 51%);
    transition: 0.3s ease-in all;
}
.our-solution {
    position: relative;
    padding: 40px 0px;
}

.solution-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    z-index: 999;
}


.solution-heading h2 {
    text-align: center;
    color: #000;
    font-weight: 600;
    line-height: 67px;
    font-size: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solution-heading h2 span {
    position: relative;
    padding: 0 15px;
}


.solution-heading h2:after {
    background: url(../img/line-1.svg)no-repeat;
    width: 68px;
    height: 1px;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
}

.solution-heading h2:before {
    background: url(../img/line2.svg)no-repeat;
    width: 68px;
    height: 1px;
    content: "";
    top: 0px;
    left: 0px;
    right: 0px;
    display: inline-block;
}

.gov img {
    max-width: 94px;
}


.solution-heading p {
    color: #333333;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin-bottom: 0px;
}

.solution-img {
    margin-top: -50px;
}

.innovations-amcor {
    background: #fff;
    border: 2px solid rgba(60, 103, 152, 1);
    box-shadow: 0px -2px 13px 0px rgb(206 208 211);
    padding: 40px 20px;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.title-services p {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0px;
}

.innovations-amcor h2 {
    color: rgba(60, 103, 152, 1);
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0px;
    line-height: 32px;
    padding: 23px 0px;
    max-width: 380px;
    text-align: center;
}

.innovations {
    padding: 50px 0px;
}

.innovations-amcor p {
    text-align: center;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding: 0px 0px;
    max-width: 300px;
    margin-bottom: 20px;
}

.innovations-amcor button {
    box-shadow: 0px 0px 12px 0px #FFFFFF26;
    background: linear-gradient(270deg, #30537B 0%, #3C6798 51%);
    border: none;
    color: #fff;
    border-radius: 8px;
    padding: 14px 36px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    transition: 0.3s ease-in all;
}

.innovations-amcor button:hover {
    background: linear-gradient(270deg, #3C6798 0%, #30537B 51%);
    transition: 0.3s ease-in all;
}
.boarder {
    border-bottom: solid 1px rgb(30 111 199 / 38%);
}
.userlist-nft li.nav-item {
    width: 25%;
}
.userlist-nft {
    padding: 40px 0px;
    min-height: calc(100vh - 437px);
}
.view-btn {
    background: #0f8b3e;
    /* width: 33px; */
    /* display: flex
; */
    justify-content: center;
    align-items: center;
    /* display: inline-block; */
padding: 5px 15px;
    border-radius: 5px;
    font-size: 13px;
}


.setting-popup {
    max-width: 680px;
    min-width: 680px;
    width: 100%;
    margin: 0 auto;
}
.children{
    display: flex;
    align-items: center;
}
.nftApproval label {
    font-size: 14px;
    padding: 0px 3px 0px 10px;
}
.modal-header-profile {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.mbtn-row button {
    margin: 0px 10px 0px 0px;
}
.nftApproval {
    display: flex;
    align-items: center;
}
.nftApproval .form-check-input:checked {
    background-color: #30537B;
    border-color: #30537B;
}
.mbtn-row{
    display: flex;
    justify-content: end;
    align-items: center;
}
button.reset {
    background: #30537B;
    border: none;
}
button.btn.btn-primary.save-changes {
    background: #198754;
    border: none;
}

.user-details-form textarea{
    resize: inherit;
}

.ReactModal__Content.ReactModal__Content--after-open {
    padding: 0px !important;
}
.custom-overlay-class {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.custom-overlay-class .ReactModal__Content.ReactModal__Content--after-open{
    background: none !important;
    border: none !important;
}
.otp-password{
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 10px;
    flex-wrap: nowrap;
}
.otp-password input {
    width: 100%;
    border-radius: 5px !important;
    margin-bottom: 10px;
    text-align: center;
}
/*=================  responsive start here  ======================*/

@media(max-width:1440px){
   .approve-user-count{
    width: 45px;
    height: 45px;
   }
   .approve-user-count h3{
    font-size: 19px;
   }
   .user-data h4{
    font-size: 17px;
   }
   .header .navbar-brand img {
    height: 40px;
   }
   .approve-user{
    padding: 17px 17px;
   }
   .mission h2{
    font-size: 29px;
   }
   .mission p{
    font-size: 14px;
   }
   .pendinglist table tr td{
    font-size: 12px;
   }
   .solution-heading h2{
    font-size: 29px;
   }
   .faq .accordion-header .accordion-button{
    font-size: 15px;
    padding: 14px 12px;
   }
   .faq .accordion-body{
    font-size: 12px;
   }

   .faq .accordion-button::after{
    background-size: 18px;
   }
   .f-logo img {
    max-width: 180px;
    }
    .social-media i{
        font-size: 24px;
    }
    .btm-footer{
        padding: 12px 0px;
    }
    .btm-footer p{
        font-size: 14px;
    }
}

@media(max-width:1366px){
     .mission h2 {
        font-size: 27px;
    }
    .mission p {
        font-size: 13px;
    }
    .first-sche h2{
        font-size: 37px;
        line-height: 48px;
    }
    .first-sche p{
        font-size: 13px;
    }
    .first-sche h6{
        font-size: 25px;
    }
    .solution-heading h2 {
        font-size: 27px;
    }
    .faq .accordion-header .accordion-button{
        font-size: 14px;
    }
    .f-logo img {
        height: 49px;
    }
    .footer {
    padding: 15px 0px;
   }
   .faq{
    padding: 40px 0px;
   }
   .btm-footer{
    height: 55px;
   }
}

@media(max-width:1280px){
    .approve-user-count {
        width: 40px;
        height: 40px;
    }
    .approve-user-count h3 {
        font-size: 17px;
    }
    .pend {
    border-bottom: 2px solid rgb(19, 71, 129);
    }
    .approve-user{
        border-bottom: 2px solid rgb(15, 139, 62);
    }
    .rej {
    border-bottom: 2px solid rgb(237, 28, 47);
    }
    .view-btn{
        font-size: 12px;
        padding: 4px 12px;
    }
    .rej-btn{
      font-size: 12px;
        padding: 4px 12px;  
    }
    .pen-btn{
       font-size: 12px;
        padding: 4px 12px;   
    }
    .pending-img img{
        width: 30px;
        height: 30px;
    }
    .pendinglist table tr td h6 {
    font-size: 13px;
    }
    .header .navbar-nav li a i{
        font-size: 19px;
    }
    .header .dropdown button span{
        font-size: 12px;
    }
    .user-dropdown .dropdown button img{
        max-width: 30px;
    }
        .mission h2 {
        font-size: 25px;
    }
    .our-mission {
    padding: 35px 0px;
    }
    .solution-heading h2 {
        font-size: 25px;
    }
    .faq {
        padding: 35px 0px;
    }
    .f-logo img {
        height: 40px;
    }
    .social-media{
        padding: 10px 0px;
    }
        .first-sche h6 {
        font-size: 21px;
    }
    .first-sche h2 {
        font-size: 33px;
        line-height: 48px;
    }
    .user-nftlistimg h4{
        font-size: 12px;
        padding-left: 5px;
    }
    .experince {
        height: 630px;
    }
    .faq .faq-container {
    margin-top: 0px;
    }
    .approv {
    border-top: solid 2px #0f8b3e;
    }
    .pendinglist.rej-s {
    border-top: solid 2px rgb(237, 28, 47);
   }
   .pendinglist.pend-s {
    border-top: solid 2px rgb(19, 71, 129);
   }

}

@media(max-width:1166px){
    .user-data h4 {
        font-size: 15px;
    }
        .first-sche h6 {
        font-size: 18px;
    }
    .first-sche h2 {
        font-size: 27px;
        line-height: 35px;
    }
    .first-sche p {
        font-size: 12px;
    }
        .faq {
        padding: 25px 0px;
    }
    .solution-heading h2 {
        font-size: 23px;
    }
    .faq .accordion-header .accordion-button {
        font-size: 13px;
    }
    .faq .accordion-header .accordion-button {
        font-size: 15px;
        padding: 10px 12px;
    }
    .f-logo{
        padding: 10px 0px;
    }
    .footer-menu ul li a{
        font-size: 12px;
    }
    .userlist-nft {
    padding: 25px 0px;
   }
       .our-mission {
        padding: 25px 0px;
    }
    .pendinglist{
        padding: 15px;
    }
    .first-sche h6 {
        font-size: 16px;
    }
    .first-sche h2{
        font-size: 24px;
    }
    .excasting-user h1{
        font-size: 16px;
    }
    .mission h2 {
        font-size: 23px;
    }
}

@media(max-width:1024px){
        .approve-user {
        padding: 12px 9px;
    }
    .approve-user-count {
        width: 35px;
        height: 35px;
    }
        .approve-user-count h3 {
        font-size: 14px;
    }
    .pendinglist table tr th{
        font-size: 12px;
    }
    .pending-img img {
        width: 28px;
        height: 28px;
    }
    .pendinglist table tr td h6 {
        font-size: 12px;
    }
    .pagenation ul li{
        width: 27px;
        height: 27px;
    }
        .mission h2 {
        font-size: 21px;
    }

    .mission p {
        font-size: 12px;
        line-height: 22px;
    }
    .first-sche p {
        font-size: 12px;
        line-height: 22px;
    }
    .solution-heading h2 {
        font-size: 21px;
    }
        .faq {
        padding: 15px 0px;
    }
    .email-address input{
        padding: 7px 14px;
        font-size: 12px;
    }
}

@media(max-width:991px){
    .header .navbar-collapse {
            position: absolute;
            background: rgb(255, 255, 255);
            top: 68px;
            width: 100%;
            z-index: 9999;
            border-radius: 0px 0px 7px 7px;
        }
    
        .navbar-nav .nav-item {
            width: 100%;
            border-bottom: solid 1px #0E2A4F;
    
            padding: 10px 0px;
        }
    
        .header .navbar-nav .nav-link {
            font-size: 12px;
            color: #0E2A4F;
        }
    
        .demo-btn {
            padding: 10px 10px;
        }
    
        .demo-btn button {
            background: #0e2a4f;
            font-size: 12px;
            color: #fff;
            padding: 8px 22px;
        }
    
        .navbar-toggler-icon {
            display: inline-block;
            width: 16px;
            height: 20px;
            vertical-align: middle;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100%;
            color: #fff;
        }
    
        .header .navbar-toggler {
            border: solid 1px #fff;
            border-radius: 5px;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 45px;
            height: 35px;
        }
    
        .header .navbar-toggler:focus {
            box-shadow: none;
        }
    
        .navbar-nav {
            width: 100%;
            padding: 0px;
        }
      .demo-btn button{
        background: #3C6798;
        color: #fff;
    }
    .header .navbar-nav .nav-link {
    color: #3c6798;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 0px 12px;
   }
   .header .navbar-nav li a i{
    color: #0e2a4f;
   }
   .header .dropdown button span {
    color: #0e2a4f;}
    .demo-btn {
        padding: 10px 10px;
        border-bottom: solid 1px #0e2a4f;
    }
    .user-dropdown {
    margin: 5px 0px 3px 7px;
    /* width: 200px; */
    }
    .uservehicle-details.open_nft {
    position: relative;
    z-index: 9999;
    }
    section.uservehicle-details.user {
    position: relative;
    z-index: 9999;
   }
   .user-dropdown .dropdown .dropdown-menu {
    top: 40px;
    left: 0px;
    right: 0px;
    width: 100%;
   }
   .header .navbar-nav li a i:after{
    color: #fff;
   }
   .user-dropdown .dropdown .dropdown-menu:before{
    transform: translateX(31%);
   }
   .user-dropdown .dropdown .dropdown-menu:before{
    left: 0px;
   }
       .change-password-b .dropdown .dropdown-menu:before {
        transform: translateX(52%);
        left: 0px;
    }
}

@media(max-width:767px){
    .experince {
        height: auto;
    }
    .first-sche h6{
        margin-bottom: 0px;
    }
    .first-sche h2 {
        font-size: 19px;
    }
    .user-nftlistimg {
    margin: 10px 0px 20px;
   } 
   .btm-footer p {
       font-size: 13px;
   }
   .btm-footer {
       height: 42px;
   }
    .user-data h4 {
        font-size: 12px;
        margin-left: 8px;
    }
    .approve-user-count {
        width: 30px;
        height: 30px;
    }
    .faq .accordion-header .accordion-button {
        font-size: 12px;
        padding: 10px 12px;
        text-align: start;
    }
    .pending-img{
        margin: 0px 40px;
    }
    .pendinglist table tr td {
        font-size: 12px;
        padding: 7px 10px;
    }
    .notification-data .dropdown .dropdown-menu {
        width: 100%;
    }
    .user-dropdown .dropdown .dropdown-menu {
        top: 40px;
        left: 0;
        right: 0px;
        width: 100%;
    }
    .notification-heading h5{
        font-size: 12px;
    }
    .time-ago{
        font-size: 11px;
    }
    .notifcation-nftlist{
        padding: 10px 10px;
    }
    .m-logo img {
    max-width: 120px;
    }
    .login-from label{
        font-size: 12px;
    }
    .login-from .form-check .form-check-input {
    padding: 7px;
    margin-top: 0px;
    }
    .login-from input{
        padding: 6px 14px;
    }
        .fet .email-address textarea{
            height: 60px;
        }
    .custom-overlay-class .ReactModal__Content.ReactModal__Content--after-open {
    background: none !important;
    border: none !important;
    width: 90%;
}


.uservehicle-details .modal-dialog {
    max-width: 100%;
    margin: 0px;
}
  
}

@media(max-width:568px){
    .userlist-nft li.nav-item {
    width: 100%;
    }
    .userlist-nft li.nav-item button {
    width: 100%;
    padding: 0px 10px 10px 0px;
    }
    .faq .accordion-header .accordion-button {
        font-size: 12px;
        padding: 8px 8px;
        text-align: start;
    }
    .faq .accordion-item{
        margin-bottom: 10px;
    }
    .f-logo img {
        height: 30px;
    }
    .social-media i {
        font-size: 18px;
    }
    .footer-menu ul li {
    list-style: none;
    padding: 0px 6px;
    position: relative;
    }
    .header{
        padding: 0px;
    }
}