/*--master css--*/

@import url("/my-account/css/master.css");

.loginsection {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
    height: calc(100vh - 0px);
}

.loginsection .logo {
    width: 250px;
    margin: 0px auto 30px;
    padding: 10px;
    display: block;
}

.loginsection .imgesboc {
    width: 100%;
    margin: 0px auto;
    display: inline-block;
}

.loginsection .imgesboc img {
    width: calc(50%);
    margin: 0px auto;
    padding: 0px;
    display: block;
}

.contexas {
    position: relative;
    margin: 20px auto 0px;
    padding: 20px;
    text-align: left;
    width: calc(80%);
}

.contexas h4 {
    font-size: 25px;
    margin: 0px auto 20px;
    color: rgb(0, 0, 0);
    padding: 0px;
}

.contexas ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: inline-block;
    width: 100%;
}

.contexas ul li {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 35px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    display: flex;
    gap: 8px;
}

.texsecarebox {
    text-align: center;
    margin: 0px auto;
    display: block;
    height: 100%;
    padding: 50px;
    background: rgb(238, 245, 255);
}

.contexas ul li span {
    color: rgb(25, 135, 84);
    font-size: 20px;
}

.textlogin {
    position: relative;
    margin: 0px auto;
    padding: 50px;
    display: block;
    width: calc(100% - 200px);
    height: 100%;
}

.gogleimgsec {
    position: relative;
    margin: 10px auto 30px;
    padding: 0px;
    display: block;
    width: 100%;
    text-align: center;
}

.gogleimgsec span {
    width: 23px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    height: 20px;
}

.gogleimgsec span img {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.gogleimgsec a {
    display: flex;
    gap: 10px;
    border: 1px solid rgb(180, 178, 178);
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 14px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    letter-spacing: 0.5px;
    width: auto;
    align-items: center;
    justify-content: center;
}

.textlogin h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
}

.textlogin h5 {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 25px;
    color: rgb(67, 67, 67);
}

.lineare {
    position: relative;
    margin: 0px 0px 30px;
    padding: 0px;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.lineare span {
    background: rgb(255, 255, 255);
    border-radius: 4px;
    font-size: 16px;
    position: relative;
    z-index: 1;
    padding: 5px 20px;
}

.lineare::after {
    content: "";
    position: absolute;
    top: 10px;
    border-bottom: 1px solid rgb(128, 126, 126);
    display: inline-block;
    width: 100%;
    left: 0px;
}

.logboxsecare {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    display: block;
    width: 100%;
}

.logboxsecare h4 a {
    font-size: 14px;
    color: #1e4ae9;
    font-weight: 500;
    border: 1px solid #dcddde;
    padding: 8px 30px;
    border-radius: 5px;
}

.logboxsecare h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-group {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.form-group label {
    font-size: 13px;
    margin-bottom: 5px;
}

.form-group .form-control {
    height: 45px;
    border-radius: 4px;
    color: rgb(242, 242, 242);
    font-size: 12px;
    letter-spacing: 0.5px;
}

.form-group.form-check {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 15px;
    gap: 10px;
    margin-bottom: 0px;
}

.form-group.form-check input[type="checkbox"] {
    width: 15px;
    height: 15px;
    top: 5px;
    position: relative;
}

.form-group.form-check p {
    font-size: 13px;
    line-height: 25px;
}

.loginsection .col-md-6 {
    padding: 0px;
}

.btnsecfavare {
    background: rgb(30, 74, 233);
    border: unset;
    padding: 15px 20px;
    width: 100%;
    color: rgb(255, 255, 255);
    font-size: 16px;
    border-radius: 4px;
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.nextbtn {
    border: 1px solid #1e4ae9;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 40px;
    margin: 0px;
    float: right;
}

.sidenav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    z-index: 99;
}

.sidenav .logo {
    position: relative;
    margin: 0px;
    background: rgb(255, 255, 255);
    overflow: hidden;
    height: 65px;
    border-bottom: 1px solid rgb(213, 215, 219);
}

.sidenav .logo a img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.sidenav .logo a {
    cursor: pointer;
    width: 100%;
    display: inline-block;
    padding: 10px 10px 0px;
    object-fit: contain;
    object-position: center center;
    margin: 0px auto;
}

nav ul {
    margin: 0px;
    padding: 20px 5px;
    display: inline-block;
    transition: 0.5s linear;
    width: 100%;
    height: 100%;
    overflow: hidden auto;
}

nav ul li {
    position: relative;
    padding: 0px;
    width: 100%;
    display: block;
    z-index: 1;
    transition: 0.5s linear;
    border-bottom: 1px solid rgb(246, 246, 246);
    margin: 10px 0px;
}

nav ul li a,
.logout a {
    font-size: 13px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    transition: 0.5s linear;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    padding: 8px 18px 8px 10px;
    text-align: left;
    gap: 10px;
    position: relative;
    align-items: center;
    letter-spacing: 0.5px;
}

nav ul li ul {
    display: none;
    transition: 0.5s linear;
}

nav ul li a span,
.logout a span {
    width: 25px;
    height: 25px;
    margin: 0px;
    transition: 0.5s linear;
    padding: 0px;
}

nav ul li a span img {
    width: auto;
    filter: grayscale(1);
    transition: 0.5s linear;
}

nav ul li a b {
    position: absolute;
    right: 10px;
    font-size: 10px;
    top: 13px;
}

nav ul li.active a,
ul li:hover a {
    background: #efefef;
    border-radius: 50px;
    color: rgb(16, 122, 55);
    transition: 0.5s linear;
}

nav ul li.active a span img,
nav ul li:hover a span img {
    transition: 0.5s linear;
    filter: invert(20%) sepia(100%) saturate(3786%) hue-rotate(93deg) brightness(90%) contrast(87%);
}

nav ul li.active,
nav ul li:hover {
    line-height: unset;
    transition: 0.5s linear;
}

.logout {
    position: relative;
    margin: 10px;
    background: rgb(32, 31, 31);
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid rgb(32, 31, 31);
}

nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 70px);
}

nav ul li.active ul li:hover a {
    color: rgb(16, 122, 55);
}

header {
    height: 65px;
}

header,
footer {
    position: fixed;
    margin: 0px;
    padding: 10px;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    display: inline-block;
    top: 0px;
    z-index: 9;
    right: 0px;
}

header .row {
    justify-content: space-between;
    align-items: center;
    display: flex;
    gap: 20px;
}

header {
    padding-left: 270px;
}

.containbody.activated header {
    padding-left: 0px;
}

.nav-toggle {
    width: 32px;
    height: 35px;
    padding: 2px 5px;
    border-radius: 4px;
    border: 1px solid rgb(213, 215, 219);
    position: relative;
    margin: 0px;
    top: 0px;
    display: block;
    transition: 0.5s linear;
    cursor: pointer;
}

.nav-toggle div {
    width: 100%;
    height: 3px;
    background: rgb(16, 122, 55);
    margin: 5px auto;
    transition: 0.3s;
    text-align: right;
    border-radius: 10px;
    font-size: large;
}

.nav-toggle .two {
    width: 100%;
    margin-right: 0px;
}

.nav-toggle .three {
    width: 100%;
    margin-right: 0px;
}

.nav-toggle.on .one {
    transform: rotate(45deg) translate(5px, 5px);
}

.nav-toggle.on .two {
    opacity: 0;
}

.nav-toggle.on .three {
    transform: rotate(-45deg) translate(6px, -6px);
    width: 100%;
}

nav ul li.active ul {
    display: inline-block;
    position: relative;
    box-shadow: unset;
    width: 100%;
}

nav ul li.active ul li {
    background: unset;
    padding: 0px;
    line-height: 25px;
    border: unset;
}

nav ul li.active ul li a {
    background: unset;
    color: rgb(0, 0, 0);
    line-height: unset;
    padding: 0px 0px 0px 5px;
}

.notifited {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    width: 45px;
    height: 45px;
    display: block;
    background: rgb(16, 122, 55);
    border-radius: 50%;
    border: 2px solid rgb(16, 122, 55);
    color: rgb(255, 245, 0);
    font-size: 28px;
    text-align: center;
}

.notifited span.coutn {
    position: absolute;
    top: 7px;
    right: 3px;
    background: rgb(255, 108, 45);
    color: rgb(255, 255, 255);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 800;
}

.serach {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: rgb(248, 249, 250);
    border-radius: 50px;
    width: 350px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.42);
}

.serach .form-control {
    border: unset;
    border-radius: unset;
    background: unset;
    margin: 0px;
    padding: 0px 20px 0px 45px;
    height: 45px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.serach span {
    border-radius: 50px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgb(22, 22, 22);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    left: 5px;
}

.rightside {
    margin: 0px;
    display: flex;
    gap: 15px;
    width: auto;
}

.userprofile {
    background: rgb(248, 249, 250);
    border-radius: 50px;
    border: 2px solid rgb(248, 249, 250);
    display: inline-block;
    width: 200px;
    height: 45px;
    position: relative;
}

.userprofile ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.logout a {
    padding: 0px;
    width: 100%;
    color: rgb(255, 255, 255);
}

.logout a span img {
    width: 100%;
    filter: grayscale(1);
}

.userprofile li span {
    width: 45px;
    display: inline-block;
    margin-top: -1px;
}

.userprofile li span img {
    width: 100%;
    filter: unset;
}

.userprofile:hover li .proftextlist span img {
    filter: invert(100%) sepia(0%) saturate(3069%) hue-rotate(28deg) brightness(101%) contrast(108%);
}

.userprofile ul li ul {
    display: none;
    box-shadow: rgba(7, 7, 7, 0.13) 0px 20px 20px 0px;
    border: 2px solid rgb(233, 232, 232);
    padding: 15px 10px;
    position: absolute;
    top: 100%;
    background: rgb(255, 255, 255);
    text-align: left;
    right: 0px;
    border-radius: 4px;
}

.userprofile li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 10px 0px 0px;
    color: rgb(0, 0, 0);
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    gap: 10px;
}

.userprofile li a b {
    color: rgb(0, 0, 0);
    font-size: 11px;
}

.userprofile li:hover a {
    background: unset;
    border-color: unset;
    color: rgb(0, 0, 0);
    width: 100%;
}

.userprofile:hover {
    background: rgb(20, 93, 255);
    border-color: rgb(255, 255, 255);
}

.userprofile li.dropnav.active ul {
    display: inline-block;
    width: 250px;
    top: 130%;
}

li.dropnav>ul {
    width: 100%;
    margin: 0px;
    padding: 10px 10px 10px 15px;
}

.userprofile li ul li span {
    width: 30px;
    height: 30px;
    display: inline-block;
}

.userprofile li ul li span img {
    filter: brightness(1);
}

.userprofile li ul li a {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    line-height: 15px;
    padding: 5px 0px;
}

.breadcrumb {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: calc(41.6667%);
}

.breadcrumb h4 {
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 20px;
}

.proftextlist {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.proftextlist h5 {
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 15px;
    color: rgb(0, 0, 0);
}

footer {
    position: fixed;
    bottom: 0px;
    padding: 5px 10px;
    text-align: center;
}

footer p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 14px;
}

.userprofile:hover h5,
.userprofile:hover a b {
    color: rgb(255, 255, 255);
}

.userprofile ul li ul li:hover a {
    background: rgb(239, 239, 239);
    padding: 5px;
}

.userprofile li ul li b {
    width: calc(100% - 25px);
    color: rgb(0, 0, 0) !important;
}

.userprofile li ul li {
    line-height: 35px;
    margin: 5px 0px;
}

.userprofile ul li ul li:hover a b {
    color: rgb(16, 122, 55) !important;
}

.userprofile ul li ul li:hover a span img {
    filter: invert(20%) sepia(100%) saturate(3786%) hue-rotate(93deg) brightness(90%) contrast(87%);
}

.userprofile li ul li:nth-child(1),
.userprofile li ul li:nth-child(2),
.userprofile li ul li:nth-child(3) {
    background: rgb(229, 237, 254);
    border-radius: 4px;
    text-align: center;
}

.userprofile li ul li:nth-child(1) a,
.userprofile li ul li:nth-child(2) a,
.userprofile li ul li:nth-child(3) a {
    text-align: left;
    display: flex;
    width: 100px;
    margin: 0px auto;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.userprofile li ul li:hover:nth-child(1),
.userprofile li ul li:hover:nth-child(2),
.userprofile li ul li:hover:nth-child(3) {
    background: rgb(239, 239, 239);
}

.userprofile li ul li:hover:nth-child(1) a,
.userprofile li ul li:hover:nth-child(2) a,
.userprofile li ul li:hover:nth-child(3) a {
    background: unset;
}

.loginsection .container-fluid,
.loginsection .row {
    height: 100%;
}

.fillstapadcomplist {
    background: rgb(255, 255, 255);
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    border-radius: 8px;
    padding: 0px;
    overflow: hidden;
}

.fomboxsecare {
    display: flex;
}

.imgesbox {
    margin: 0px auto;
    display: block;
    background: rgb(238, 246, 233);
    flex: 2 1 0%;
}

.incomplbox {
    width: 100%;
    margin: 0px;
    padding: 25px;
    flex: 4 1 0%;
}

.incomplbox .from-group {
    display: flex;
    margin: 0px 0px 30px;
    padding: 0px;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    width: max-content;
}

.incomplbox .from-group label {
    font-size: 14px;
    font-weight: 500;
    width: auto;
}

.incomplbox .from-group .form-control {
    width: 140px;
    margin: 0px;
    padding: 5px 5px;
    font-size: 11px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid rgb(135, 134, 134);
    line-height: 20px;
    appearance: auto;
}

.incomplbox h3 {
    font-size: 14px;
    margin: 0px 0px 10px;
    padding: 0px;
    color: rgb(58, 58, 58);
}

.incomplbox h4 {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.2px;
    margin-bottom: 40px;
}

.incomplbox ul {
    margin: 0px 0px 30px;
    padding: 0px;
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
    justify-content: space-between;
}

.incomplbox ul li {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.incomplbox ul li span {
    width: 40px;
    height: 40px;
    background: rgb(66, 133, 244);
    border-radius: 8px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.incomplbox ul li b {
    color: rgb(40, 40, 40);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0px;
}

.incomplbox ul li span img {
    width: 25px;
    margin: 0px;
    display: block;
    padding: 0px;
}

.incomplbox ul li::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 100%;
    border-bottom: 1px dashed rgb(180, 180, 180);
    top: 20px;
    z-index: -1;
}

.incomplbox ul li:last-child::after {
    display: none;
}

.fillstat {
    position: relative;
    margin: 0px 0px 25px;
    padding: 0px;
    display: inline-block;
}

.fillstat a {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.fillstat a span {
    margin-left: 5px;
    font-size: 11px;
}

.buttonsec {
    position: relative;
    margin: 0px 0px 10px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

.buttonsec .colorbtnsec {
    background: rgb(0, 0, 0);
    padding: 8px 10px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    border-radius: 4px;
}

.buttonsec .bordercolosec {
    background: unset;
    padding: 8px 20px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    border-radius: 4px;
    border: 2px solid rgb(0, 0, 0);
}

.filingsatues {
    position: relative;
    margin: 0px;
    padding: 8px 15px 8px;
    background: rgba(64, 123, 255, 0.35);
}

.filingsatues h4 {
    color: rgb(0, 0, 0);
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    font-weight: 600;
}

.filingsatues h4 a {
    margin-left: 5px;
}

.imgesbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.showboxwite {
    border-radius: 8px;
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    background: rgb(255, 255, 255);
}

.showboxwite.rightsidebox {
    padding: 0px;
    display: inline-block;
    width: 100%;
    height: calc(-150px + 100vh);
    overflow: hidden auto;
    position: sticky;
    top: 80px;
}

.showboxwite.rightsidebox h4 {
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    padding: 20px;
    position: sticky;
    top: 0px;
    background: rgb(255, 255, 255);
    z-index: 9;
    border-bottom: 2px solid rgb(245, 245, 245);
}

.showboxwite.rightsidebox ul {
    margin: 0px;
    padding: 5px 0px;
    display: block;
    width: 100%;
}

.showboxwite.rightsidebox ul li {
    list-style: none;
    margin: 0px 0px 5px;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

.showboxwite.rightsidebox ul li span {
    width: 100%;
    display: inline-block;
    position: relative;
}

.showboxwite.rightsidebox ul li:nth-child(2n+1) {
    background: rgb(255, 255, 255);
}

.rightsidebox ul li:nth-child(2n) {
    background: rgb(242, 242, 242);
}

.protaxmysecare {
    display: flex;
    gap: 30px;
}

.prolsectaxar {
    background: rgb(237, 246, 233);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    cursor: pointer;
    transition: 0.5s linear;
}

.prolsectaxar span {
    width: 65px;
    height: 65px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: inline-block;
}

.prolsectaxar span img {
    width: auto;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.command .clicksectol {
    width: unset;
    height: unset;
    margin: 0px;
    padding: 0px;
    background: unset;
    border-radius: unset;
    color: rgb(66, 133, 244);
}

.prolsectaxar .text-ares h4 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
}

.prolsectaxar .text-ares h4 a {
    color: rgb(0, 0, 0);
}

.prolsectaxar .text-ares p {
    font-size: 13px;
    line-height: 20px;
}

.prolsectaxar .text-ares {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    display: inline-block;
}

.boxcolorsec {
    background: rgb(238, 245, 255);
    padding: 30px;
    border-radius: 12px;
    display: grid;
    grid-template-columns: minmax(0px, 2fr) minmax(0px, 2fr);
    gap: 20px;
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
}

.servsect {
    background: rgb(255, 255, 255);
    display: flex;
    padding: 15px;
    border-radius: 10px;
    gap: 15px;
    align-items: center;
    cursor: pointer;
    transition: 0.5s linear;
}

.creditscore.boxcolorsec.command {
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 0px;
}

.servsect .textares {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: block;
}

.servsect .textares h4 {
    font-size: 18px;
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.servsect .textares p {
    font-size: 13px;
    margin: 5px 0px 0px;
    padding: 0px;
}

.servsect:hover {
    background: rgb(237, 246, 233);
    border: 1px solid rgb(14, 110, 49);
    transition: 0.5s linear;
}

.prolsectaxar:hover {
    background: rgb(238, 245, 255);
    transition: 0.5s linear;
}

.creditscoretext h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}

.creditscoretext a {
    background: rgb(66, 133, 244);
    padding: 8px 11px;
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 10px 0px;
    cursor: pointer;
}

.creditscoretext h5 {
    background: rgb(255, 255, 255);
    padding: 5px 30px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.creditscoretext h5 b {
    color: rgb(63, 209, 74);
    font-size: 35px;
    font-weight: 700;
}

.needle-path {
    transform-origin: 143px 142px;
    transform: rotate(-160deg);
    transition: transform 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.score-ranges {
    width: max-content;
    margin: 0px;
    padding: 0px;
    display: grid;
    gap: 15px 30px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-items: stretch;
    align-items: start;
}

.range {
    display: flex;
    gap: 10px;
    font-size: 12px;
    font-weight: 600;
    justify-content: flex-start;
    line-height: 10px;
    align-items: center;
}

.grpath {
    width: auto;
    display: block;
    margin: 15px auto 0px;
}

.range-color {
    width: 12px;
    margin: 0px;
    padding: 0px;
    height: 12px;
}

.range span {
    display: flex;
    gap: 5px;
    font-weight: 600;
}

.range span b {
    font-weight: 700;
}

footer {
    top: unset;
    bottom: 0px;
}

.bodypart {
    position: relative;
    margin: 0px;
    padding: 70px 0px 50px;
}

.titlesection .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.titlesection h6,
.titlesection .stepsecare {
    width: max-content;
    display: inline-block;
    position: relative;
    margin: 0px;
}

.titlesection .stepsecare {
    position: relative;
    margin: 0px;
    display: flex;
    gap: 15px;
    font-size: 13px;
    align-items: center;
    background: rgb(238, 245, 255);
    padding: 5px 10px;
    border-radius: 50px;
    cursor: pointer;
}

.titlesection h6 span {
    width: 25px;
    height: 25px;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
    color: rgb(0, 0, 0);
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titlesection h6 {
    display: flex;
    gap: 10px;
    align-items: center;
    font-size: 14px;
    margin: 0px;
    padding: 0px 10px;
}

.titlesection h6 a {
    padding-left: 10px;
    font-size: 12px;
    margin: 0px;
    text-decoration: underline;
}

.titlesection a {
    background: rgb(20, 93, 255);
    color: rgb(255, 255, 255);
    width: max-content;
    display: block;
    margin: 0px 20px;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.servicesbox {
    background: rgb(255, 255, 255);
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    border-radius: 28px;
    padding: 0px;
    overflow: hidden;
}

.servicesbox .imgboxsec img {
    width: calc(66.6667%);
    margin: 0px auto;
    display: block;
    object-position: center bottom;
    object-fit: contain;
}

.textasec {
    position: relative;
    margin: 0px;
    padding: 35px;
    width: 100%;
    height: 100%;
}

.iconprofisec span {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
    margin: 0px;
    background: rgb(66, 133, 244);
    border-radius: 4px;
}

.iconprofisec span img {
    width: 100%;
    height: 100%;
    padding: 5px;
}

.iconprofisec {
    position: relative;
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
}

.iconprofisec .textare {
    position: relative;
    margin: 0px;
    padding: 0px;
}

.iconprofisec .textare h5 {
    font-size: 16px;
    margin: 0px 0px 5px;
    padding: 0px;
    font-weight: 600;
}

.iconprofisec .textare p {
    font-size: 14px;
}

.formsection {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.formsection .from-group {
    width: calc(47.5%);
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.formsection .from-group.fullsecare {
    width: 100%;
    display: inline-block;
    margin: 30px 0px;
}

.formsection .from-group label {
    font-size: 13px;
    margin: 0px 0px 5px;
    padding: 0px;
}

.formsection .from-group .form-control {
    height: 40px;
    border-radius: 4px;
    border: 1px solid rgb(236, 236, 236);
    font-size: 13px;
}

.formsection .from-group.fullsecare h5 {
    font-size: 16px;
    margin: 0px 0px 8px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.formsection .from-group.fullsecare p {
    font-size: 13px;
    margin: 0px;
    font-weight: 400;
}

.formsection .from-group.fullsecare.Colfulsec p {
    display: flex;
    gap: 13px;
    justify-content: flex-start;
    align-items: center;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    line-height: 18px;
}

.formsection .from-group.fullsecare.Colfulsec {
    background: rgb(238, 245, 255);
    padding: 10px 20px;
    border-radius: 8px;
}

.formsection .from-group.fullsecare.butsecarezon {
    margin: 0px;
}

.fullsecare.butsecarezon .colobtnsecare {
    background: rgb(47, 120, 225);
    padding: 8px 40px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: 0.8px;
    font-weight: 500;
}

.fullsecare.butsecarezon .colobtnsecare:first-child {
    background: unset;
    border: 2px solid rgb(47, 120, 225);
    color: rgb(47, 120, 225);
    margin: 0px;
}

.servicesbox .imgboxsec {
    background: rgb(238, 245, 255);
    width: 100%;
    height: 100%;
}

.custom-model.model-open {
    display: block;
}

.custom-model {
    position: fixed;
    background: rgba(0, 0, 0, 0.78);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
}

.custom-model .custom-model-inner {
    width: 100%;
    right: 0px;
    height: 100%;
}

.closebnt {
    margin-bottom: 30px;
    font-size: 35px;
    color: rgb(255, 255, 255);
    text-align: right;
    position: relative;
    width: max-content;
    float: right;
    right: 50px;
    top: 30px;
    cursor: pointer;
}

.indiserboxpop .custom-model-wrap {
    margin: 0px auto;
    width: 100%;
    max-width: 100%;
    box-shadow: unset;
    background: unset;
    border: unset;
    height: 100%;
}

.secboxare {
    margin: 0px auto;
    background: rgb(255, 255, 255);
    border-radius: 18px;
    padding: 30px;
    width: calc(50%);
    top: 150px;
    position: relative;
    border: 1px solid rgb(213, 215, 219);
}

.secboxare h5 {
    font-size: 17px;
    font-weight: 700;
    border-bottom: 1px solid rgba(91, 91, 91, 0.28);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.secboxare ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
    gap: 20px;
}

.secboxare ul li {
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.secboxare ul li span {
    width: 35px;
    height: 35px;
    background: rgb(52, 168, 83);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    margin-bottom: 10px;
}

.secboxare ul li::after {
    content: "";
    position: absolute;
    top: 15px;
    width: 100%;
    border-bottom: 2px solid rgb(52, 168, 83);
    left: 30px;
    z-index: -1;
}

.secboxare ul li:last-child::after {
    display: none;
}

.secboxare ul li h5 {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0px;
    color: rgb(52, 168, 83);
    margin: 5px 0px 0px;
    padding: 0px;
    display: inline-block;
    border-bottom: unset;
}

.secboxare ul li p {
    margin: 3px 0px 0px;
    padding: 0px;
    font-size: 13px;
}

.secboxare .okbutnseb {
    margin: 40px auto 0px;
    background: rgb(52, 168, 83);
    border-radius: 4px;
    padding: 10px 35px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    width: max-content;
    cursor: pointer;
}

.leavepopusec img {
    margin: 0px auto 20px;
    text-align: center;
    display: block;
}

.leavepopusec .secboxare {
    top: 50px;
}

.leavepopusec h4 {
    text-align: center;
    font-size: 18px;
    margin: 30px 0px 10px;
    font-weight: 600;
}

.leavepopusec p {
    text-align: center;
    font-size: 15px;
    width: calc(100% - 200px);
    margin: 0px auto 50px;
    display: block;
}

.efile-status {
    background: rgb(245, 249, 255);
    border-left: 8px solid rgb(226, 237, 255);
    border-radius: 6px;
    margin: 15px;
    padding: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.efile-verify {
    width: auto;
    margin: 0px;
    padding: 0px;
}

.efile-verify ul {
    list-style: none;
    margin: 0px;
    width: 100%;
}

.efile-verify ul li {
    display: inline-block;
    margin: 0px 15px;
    font-size: 13px;
}

.efile-button {
    background: rgb(20, 93, 255);
    width: max-content;
    padding: 6px 20px;
    margin: 0px;
    border-radius: 6px;
}

.efile-button a {
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.mytaxretunpa {
    position: relative;
    margin: 0px auto;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.boshowhicor,
.boxshanwhite {
    background: rgb(255, 255, 255);
    padding: 20px 30px;
    box-shadow: rgb(237, 237, 237) 0px 10px 10px 0px;
    border-radius: 10px;
    margin: 30px 0px;
    border: 1px solid rgb(231, 231, 231);
}

.titletopsec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px 0px 30px;
    padding: 0px;
    width: 100%;
}

.titletopsec h6 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
}

.titletopsec h6 span {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 50px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 13px;
    margin-right: 10px;
}

.titletopsec a {
    background: rgb(20, 93, 255);
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    width: auto;
    padding: 10px 20px;
    border-radius: 6px;
}

.mytaxretunpa .accordion {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.mytaxretunpa .accordion .accordion-button {
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    background: rgb(226, 237, 255);
    border-left: 10px solid rgb(212, 228, 255);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.mytaxretunpa .accordion .namesecareacoding {
    display: flex;
    margin: 0px;
    padding: 0px;
    gap: 15px;
    align-items: center;
}

.namesecareacoding span.namplat {
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(66, 133, 244);
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.namesecareacoding .profsec {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

.namesecareacoding .profsec h6 {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
}

.namesecareacoding .profsec h6 span {
    background: rgb(255, 255, 255);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 2px 10px;
    margin-left: 20px;
}

.namesecareacoding .profsec p {
    margin: 5px 0px 0px;
    padding: 0px;
    font-size: 12px;
}

.boshowhicor .accordion-item.feauturedsec {
    border: unset;
}

.accordion-item.feauturedsec .accordion-body {
    padding: 0px;
    margin: 0px;
    background: rgb(255, 255, 255);
}

.listprices {
    position: relative;
    margin: 0px 10px 15px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(245, 245, 245);
    padding-bottom: 15px;
}

.feauturedsec .accordion-body .listprices:nth-child(2n) a.btnselare {
    background: unset;
    border: 2px solid rgb(20, 93, 255);
    color: rgb(20, 93, 255);
}

.listprices a.btnselare {
    background: rgb(20, 93, 255);
    padding: 10px 25px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border: 2px solid rgb(20, 93, 255);
}

.listprices .texarelist {
    width: calc(100% - 200px);
    padding: 0px;
    margin: 0px;
}

.listprices .texarelist ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.listprices .texarelist ul li {
    width: 100%;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    font-size: 13px;
    font-weight: 300;
}

.listprices .texarelist ul li .bold {
    font-weight: 700;
}

.listprices .texarelist ul li p {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.listprices .texarelist ul li span {
    margin-left: 5px;
}

.titletopsec h6 .form-control.fyseldrop {
    margin: 0px;
    padding: 5px 10px;
    width: max-content;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 4px;
    text-align: left;
}

.titletopsec h6 .colotile {
    color: rgb(20, 93, 255);
    margin-left: 10px;
}

.titletopsec h6 b {
    font-weight: 500;
}

.titletopsec h6 .form-control.fyseldrop:focus,
.titletopsec h6 .form-control.fyseldrop:focus-visible {
    outline: unset;
    box-shadow: unset;
}

.infolissec {
    background: rgb(247, 248, 255);
    padding: 15px 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 20px;
}

.infolissec span {
    background: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 7px;
}

.titlesection ul {
    margin: 0px;
    padding: 0px 0px 0px 20px;
}

.titlesection ul li {
    color: rgb(66, 133, 244);
    font-size: 13.5px;
    line-height: 25px;
}

.droganddropsec {
    border: 1px dashed rgb(66, 133, 244);
    border-radius: 10px;
    padding: 100px;
    text-align: center;
    position: relative;
}

.droganddropsec .texasearebo {
    width: max-content;
    margin: 0px auto;
    pointer-events: none;
    z-index: 2;
    position: relative;
    border: 1px solid rgba(237, 236, 236, 0.24);
    border-radius: 8px;
    padding: 30px;
    display: block;
}

.droganddropsec .texasearebo span {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: relative;
    margin-bottom: 20px;
}

.droganddropsec .texasearebo span img {
    width: 100%;
    height: 100%;
    display: inline-block;
    object-fit: contain;
    object-position: center center;
}

.droganddropsec .texasearebo h4 {
    text-align: center;
    font-size: 17px;
    color: rgb(0, 0, 0);
    margin-bottom: 20px;
    margin-top: 10px;
}

.droganddropsec .texasearebo h5 {
    margin: 0px 0px 20px;
    padding: 0px;
    color: rgb(154, 154, 154);
    font-size: 16px;
}

.droganddropsec .form-control.filesdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
}

.droganddropsec .texasearebo .broswerbutn {
    background: rgb(66, 133, 244);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    width: 150px;
}

.droganddropsec .texasearebo .form-broswerbutn {
    background: rgb(66, 133, 244);
    padding: 10px 40px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    letter-spacing: 0.5px;
}

.draganddropsec a {
    text-align: center;
    margin: 20px 0px 0px;
    color: rgb(66, 133, 244);
    font-size: 16px;
}

.leavepopusec .butnsecare {
    margin: 0px auto;
    display: flex;
    width: max-content;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.leavepopusec .butnsecare .btnpopsecae {
    background: rgba(20, 114, 236, 0.15);
    color: rgb(66, 133, 244);
}

.leavepopusec .butnsecare a.btnpopsecae {
    background: rgb(66, 133, 244);
    color: rgb(255, 255, 255);
}

.leavepopusec .butnsecare a.btnpopsecae,
.leavepopusec .butnsecare .btnpopsecae {
    padding: 10px 30px;
    border-radius: 4px;
    border: 2px solid rgb(66, 133, 244);
    font-size: 14px;
    letter-spacing: 0.2px;
}

.seleasesname {
    margin: 0px 0px 30px;
    padding: 20px;
    border: 1px solid rgb(211, 227, 255);
    background: rgba(211, 227, 255, 0.14);
    border-radius: 8px;
    display: flex;
    gap: 20px;
}

.seleasesname .from-group {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.seleasesname .from-group label {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 5px;
}

.seleasesname .from-group .form-control {
    border-radius: 4px;
    border: 1px solid rgb(235, 235, 235);
    height: 40px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    padding: 5px 10px;
}

.incsousec {
    margin: 0px 0px 30px;
    padding: 0px;
    width: 100%;
    display: inline-block;
}

.incsousec .form-check {
    display: flex;
    margin: 0px 0px 20px;
    padding: 0px;
    gap: 20px;
    align-items: flex-start;
    justify-content: space-between;
}

.incsousec .form-check p {
    width: calc(100% - 150px);
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.incsousec .form-check .formsecre {
    margin: 0px;
    padding: 0px 20px 0px 0px;
}

.incsousec .form-check .formsecre span {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
}

.nametagtile {
    position: relative;
    margin: 0px 0px 30px;
    padding: 15px 20px;
    background: rgb(255, 255, 255);
    border-radius: 6px;
    overflow: hidden;
    border-left: 5px solid rgb(61, 135, 255);
}

.bacsecbluesare {
    background: rgba(127, 156, 201, 0.08);
    padding: 30px 40px;
    border-radius: 8px;
}

.nametagtile h6 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: flex;
    gap: 5px;
}

.nametagtile h6 .nametilcol {
    color: rgb(66, 133, 244);
}

.listsecare a {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: left;
    align-items: center;
}

.listsecare {
    position: relative;
    margin: 0px 0px 15px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 10px;
    border-radius: 6px;
    border: 1px solid rgb(229, 229, 229);
}

.listsecare a .titlconsec {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: rgb(66, 133, 244);
    border-radius: 4px;
    padding: 5px;
}

.listsecare a .text {
    width: calc(100% - 100px);
    margin: 0px;
    padding: 0px;
}

.listsecare a .text h6 {
    margin: 0px 0px 2px;
    padding: 0px;
    font-size: 15px;
    color: rgb(0, 0, 0);
    font-weight: 300;
}

.listsecare a .text p {
    margin: 0px;
    padding: 0px;
    font-size: 13px;
}

.listsecare a .titlconsec img {
    width: 100%;
    margin: 0px auto;
    display: block;
    position: relative;
}

.tabsecare {
    position: relative;
    margin: 0px auto;
    padding: 30px;
    width: 100%;
}

.userinfotablist {
    list-style: none;
    margin: 0px 0px 50px;
    padding: 0px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.userinfotablist li {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: 0px;
}

.userinfotablist li span {
    border: 1px solid rgb(0, 72, 192);
    padding: 10px;
    font-size: 13px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    background: rgb(255, 255, 255);
    width: 200px;
    display: inline-block;
}

.userinfotablist li::after {
    content: "";
    position: absolute;
    top: 20px;
    border-bottom: 1px solid rgb(189, 214, 255);
    width: 100%;
    left: 50%;
    z-index: -1;
}

.userinfotablist li:last-child::after {
    display: none;
}

.formsecab {
    background: rgba(127, 156, 201, 0.08);
    padding: 30px;
    border-radius: 10px;
}

.formsecab .usintabcot {
    display: none;
}

.formsecab .usintabcot.current {
    display: inline-block;
    width: 100%;
}

.userinfotablist li.current span {
    background: rgb(0, 72, 192);
    color: rgb(255, 255, 255);
}

.protilesec {
    background: rgb(255, 255, 255);
    padding: 15px 20px;
    border-radius: 8px;
    overflow: hidden;
    border-left: 5px solid rgb(61, 135, 255);
    margin-bottom: 30px;
}

.protilesec h3 {
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.protilesec h3 .color {
    color: rgb(0, 72, 192);
}

.whitboxbor {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    width: 100%;
    height: 100vh;
    border: 2px solid rgb(221, 233, 254);
    display: inline-block;
}

.acdfromtabl .accordion-item {
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    border: 1px solid rgb(221, 233, 255);
    border-radius: 8px;
}

.acdfromtabl .accordion-item::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 30px;
    border-right: 5px solid rgb(66, 133, 244);
    height: 100%;
    z-index: -1;
}

.acdfromtabl .accordion-button {
    background: rgb(255, 255, 255);
    border-radius: 8px;
    margin: 0px;
    padding: 15px 20px;
    border: unset;
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: unset;
}

.acdfromtabl .accordion-button span {
    width: 40px;
    height: 40px;
    background: rgb(66, 133, 244);
    border-radius: 4px;
}

.acdfromtabl .accordion-button .textares {
    width: calc(100% - 50px);
    position: relative;
    margin: 0px;
    padding: 0px;
}

.acdfromtabl .accordion-button h4 {
    font-size: 16px;
    font-weight: 600;
    color: rgb(0, 0, 0);
    margin: 0px 0px 5px;
    padding: 0px;
}

.acdfromtabl .accordion-button p {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    color: rgb(151, 152, 152);
}

.acdfromtabl .accordion-body {
    height: 50vh;
    background: rgb(255, 255, 255);
}

.acdfromtabl .accordion-item:last-child::after {
    display: none;
}

.acdfromtablist .accordion-item {
    margin: 0px 0px 30px;
    border: 1px solid rgb(227, 236, 251);
    border-radius: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: 15px;
    background: rgb(255, 255, 255);
}

.acdfromtablist .accordion-button {
    box-sizing: unset;
    background: rgb(255, 255, 255);
    box-shadow: unset;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0px;
    gap: 15px;
    z-index: 1;
}

.acdfromtablist .accordion-button span,
.listandbtnsec .titlconsec {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: rgb(66, 133, 244);
    border-radius: 5px;
}

.acdfromtablist .accordion-button .textares {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: calc(100% - 100px);
}

.acdfromtablist .textares h4,
.listandbtnsec .text h6 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.acdfromtablist .textares p,
.listandbtnsec .text p {
    color: rgb(151, 152, 152);
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

.acdfromtablist {
    position: relative;
    margin: 0px auto;
    display: inline-block;
    width: 100%;
    padding: 0px;
}

.acdfromtablist::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 30px;
    height: calc(100% - 90px);
    width: 5px;
    background-color: rgb(66, 133, 244);
}

.fromsecares {
    position: relative;
    margin: 50px 0px 0px;
    padding: 0px 20px;
    display: inline-block;
    width: 100%;
}

.custum-form-group .forsecfild {
    width: 100%;
    display: flex;
    position: relative;
    margin: 0px;
    padding: 0px;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

.custum-form-group .left_title {
    width: auto;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-weight: 400;
}

.form-group.flex-form {
    display: flex;
    gap: 15px;
    position: relative;
    justify-content: flex-start;
    align-items: center;
}

.form-group .form-control {
    width: 100%;
    margin: 0px;
    padding: 5px 15px;
    font-size: 13px;
    color: rgb(0, 0, 0);
    height: 40px;
    border: 1px solid rgb(220, 221, 222);
}

.custum-form-group.flex-form {
    display: flex;
    gap: 15px;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.formdivied {
    display: flex;
    width: 100%;
    margin: 0px auto;
    padding: 0px;
    align-items: center;
    gap: 15px;
}

.custum-form-group {
    position: relative;
    margin: 0px 0px 30px;
    padding: 0px;
    display: inline-block;
    width: 100%;
}

.custum-form-group span {
    text-align: center;
    margin: 15px auto 0px;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: rgb(86, 86, 86);
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 75%;
    padding: 0px 5px;
}

.custum-form-group span b {
    font-weight: 400;
}

.custum-form-group span i {
    width: 15px;
    height: 15px;
    background: rgb(183, 183, 183);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font-size: 9px;
}

.form-group.rigsiares {
    width: calc(100% - 150px);
}

.custum-form-group .left_title sup {
    color: red;
    font-size: 14px;
    top: 0px;
}

.nexsubbtn {
    background: rgb(66, 133, 244);
    border: unset;
    padding: 10px 20px;
    color: rgb(255, 255, 255);
    font-size: 13px;
    letter-spacing: 0.5px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.nexsubbtn span {
    font-size: 11px;
    padding-left: 10px;
}

.btnsecare {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    padding: 0px;
}

.form-group .form-control:focus,
.form-group .form-control:focus-visible,
.form-check-input:focus,
.form-check-input:focus-visible {
    outline: unset;
    box-shadow: unset;
    border-color: rgb(66, 133, 244);
}

.form-group.grid-flex {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-group.grid-flex .form-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.form-group.grid-flex .form-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

.custum-form-group .botmsecar {
    margin-bottom: 20px;
}

.custum-form-group .full-checkbox {
    display: flex;
    gap: 15px;
    align-items: center;
}

.titlconsec img {
    width: 100%;
    margin: 0px auto;
    display: block;
}

.listandbtnsec .titlconsec {
    padding: 5px;
}

.listsecare.listandbtnsec {
    display: flex;
    gap: 20px;
}

.listandbtnsec .btnlisofare {
    width: max-content;
    margin: 0px;
    padding: 0px;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: flex-end;
}

.listandbtnsec .btnlisofare a {
    padding: 5px 20px;
    background: rgb(0, 0, 0);
    font-size: 13px;
    border-radius: 6px;
    width: max-content;
    text-align: right;
}

.listandbtnsec .text {
    width: calc(100% - 200px);
}

.listandbtnsec .text h6 b {
    font-weight: 500;
}

.listandbtnsec .btnlisofare .bacbtnsec {
    background: rgb(66, 133, 244);
    color: rgb(255, 255, 255);
}

.listandbtnsec .btnlisofare a {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(66, 133, 244);
    color: rgb(66, 133, 244);
}

.listandbtnsec .btnlisofare .bacbtnsec,
.listandbtnsec .btnlisofare a {
    font-size: 12px;
    padding: 10px;
}

.listandbtnsec .text h6 {
    font-size: 14px;
}

.listandbtnsec a.txtsecare {
    width: max-content;
    margin: 0px;
    gap: 10px;
}

.titlesection .usefili {
    background: unset;
}

.pre-filedetail {
    background: rgb(217, 231, 255);
    border: 1px solid rgb(211, 227, 255);
    margin: 0px;
    padding: 30px;
    width: 100%;
    border-radius: 10px;
}

.prefile-text {
    display: flex;
    gap: 15px;
    margin: 0px 0px 30px;
    padding: 0px;
}

.prefile-text .prefie-head {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.prefile-text .prefie-head h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0px;
    padding: 0px;
}

.prefile-text .prefie-head p {
    margin: 5px 0px 0px;
    font-size: 13px;
}

.prefile-btn {
    margin: 15px 0px 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    gap: 0px 10px;
}

.prefile-btn a {
    border: 2px solid rgb(66, 133, 244);
    border-radius: 6px;
    padding: 10px 20px;
    color: rgb(85, 112, 241);
    font-size: 13px;
    font-weight: 500;
}

.prefile-btn a:last-child {
    background: rgb(66, 133, 244);
    color: rgb(255, 255, 255);
}

.empltds-details {
    border: 1px solid rgb(217, 231, 255);
    margin: 20px 0px;
    padding: 15px;
}

.emptds-head {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.emptds-head h3 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 0px 15px;
    align-items: center;
}

.emptds-head h3 span {
    background: rgb(66, 133, 244);
    color: rgb(255, 255, 255);
    padding: 5px 7px 1px;
    border-radius: 4px;
    font-size: 25px;
}

.emptds-form {
    margin: 0px;
    padding: 0px;
    width: 100%;
    position: relative;
}

.emptds-form form {
    width: calc(100% - 150px);
    margin: 0px auto;
    padding: 0px;
}

.emptds-form form .form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.emptds-form form .form-group .form-control {
    width: 450px;
}

.emptds-form form .form-group label {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0px 25px;
}

.emptds-form form .form-group label span {
    font-size: 11px;
    color: rgb(171, 175, 177);
    text-decoration: underline;
}

.icoantexsecare {
    box-sizing: unset;
    background: rgb(255, 255, 255);
    box-shadow: unset;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    padding: 0px;
    gap: 15px;
    z-index: 1;
}

.icoantexsecare span {
    width: 40px;
    height: 40px;
    display: inline-block;
    background: rgb(66, 133, 244);
    border-radius: 5px;
}

.icoantexsecare .textares {
    position: relative;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: calc(100% - 100px);
}

.icoantexsecare .textares h4 {
    margin: 0px 0px 5px;
    padding: 0px;
    font-size: 15px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.icoantexsecare .textares p {
    color: rgb(151, 152, 152);
    font-size: 11px;
    margin: 0px;
    padding: 0px;
}

.form-group.iconinpusec span {
    position: absolute;
    top: 0px;
    left: 0px;
    width: max-content;
    height: 100%;
    background: rgb(238, 238, 238);
    margin: 0px;
    color: rgb(151, 152, 152);
    font-size: 20px;
    padding: 5px 15px;
}

.form-group.iconinpusec {
    border-radius: 4px;
    overflow: hidden;
}

.form-group.iconinpusec .form-control {
    padding-left: 50px;
    font-size: 12px;
}

.gapsection {
    margin-top: 50px;
}

.listacoitesec {
    background: rgb(217, 231, 255);
    padding: 10px 20px;
    border-radius: 6px;
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.listacoitesec h4 {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
}

.listacoitesec p {
    margin: 0px;
    padding: 0px;
    width: max-content;
}

.listacoitesec h4 a,
.acotilsecare label.left_title b,
.acdiboysecon label.left_title b {
    margin-left: 30px;
    font-size: 12px;
    color: rgb(171, 175, 177);
    font-weight: 400;
    text-decoration: underline;
}

.acotilsecare {
    position: relative;
    margin: 0px 0px 20px;
    padding: 0px 30px;
}

.acotilsecare .form-group.rigsiares,
.acdiboysecon .form-group.rigsiares {
    width: calc(50%);
}

.acotilsecare label.left_title {
    letter-spacing: 0.2px;
}

.acodbodysecare {
    padding: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
}

.breakpoint,
.acodfotsec {
    background: rgb(217, 231, 255);
    padding: 15px 20px;
    border-radius: 6px;
    margin-bottom: 5px;
}

.breakpoint h4 {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgb(0, 0, 0);
    font-weight: 600;
}

.breakpoint h4 a {
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}

.acdiboysecon {
    position: relative;
    margin: 0px;
    padding: 20px;
    background: rgb(217, 231, 255);
    border-radius: 6px;
}

.acodfotsec {
    margin-top: 5px;
    margin-bottom: 0px;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
    align-items: center;
}

span.addmoitem {
    position: relative;
    margin: 20px 0px 0px;
    display: flex;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    align-items: center;
    justify-content: flex-start;
    width: max-content;
    gap: 10px;
}

span.addmoitem i {
    width: 25px;
    height: 25px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    background: #4285f4;
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    font-weight: 800;
    font-size: 16px;
}

.acodfotsec h6 {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

.acodfotsec button {
    border: unset;
    margin: 0;
    padding: 10px 20px;
    background: #4285f4;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.frogrosec .form-group.rigsiares {
    width: calc(100% / 2);
}

.frogrosec .custum-form-group {
    margin-bottom: 10px;
}

.fromsecares.accoitesecare {
    margin-top: 30px;
}

.tab-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-loader::after {
    content: "";
    width: 40px;
    height: 40px;
    border: 5px solid #ccc;
    border-top-color: #007bff;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

.register-ares .form-group {
    margin-bottom: 20px;
    margin-top: 0;
}

.register-ares .form-group label {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.register-ares .secdivare {
    display: flex;
    gap: 20px;
}

.register-ares .butnsecare {
    display: flex;
    gap: 20px;
    align-items: center;
}

.register-ares .butnsecare button {
    background: #0d6efd;
    border: unset;
    border-radius: 50px;
    padding: 10px 40px;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.register-ares .butnsecare p {
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.register-ares .form-group p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    margin-top: 5px;
}

.register-ares .form-group.form-check p {
    margin: 0;
    padding: 0;
}

.register-ares .form-group label span {
    cursor: pointer;
}

.imgbox {
    width: 150px;
    object-position: center;
    object-fit: cover;
}

.imgbox img {
    width: 100%;
    object-fit: contain;
}

.imagex-upload {
    background: #fff;
    border-radius: 8px;
    padding: 10px;
    border: 1px dashed #000;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.imagex-upload .uplodingFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 0;
}

#uploadPreview {
    grid-gap: 0.1rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    position: relative;
    gap: 5px;
}

#uploadPreview .preview:first-child {
    grid-column: 1 / span 2;
    grid-row: 1 / span 2;
}

#uploadPreview .preview {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-radius: 8px;
    overflow: hidden;
    z-index: 3;
    cursor: move;
}


/*-- Delete Images inn Preview --*/

span.delete {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 1px solid #fff;
}

span.delete i {
    font-weight: 800;
    font-size: 16px;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.inputWithWrapper {
    border: 1px dashed #000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.inputWithWrapper .addMoreBtn {
    position: relative;
    background: #e95804;
    padding: 8px 25px !important;
    margin: 0;
    width: auto;
    color: #ffffff;
    margin-right: 20px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.3px;
}


/*-- Table --*/

.largedatatable {
    width: 100%;
    position: relative;
    margin: 0px 0px 0;
    padding: 0px 0px 10px;
    overflow: hidden;
    overflow-x: auto;
    display: inline-block;
}

.SmallDatatable {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}


/*--table --*/

table tr {
    width: 100%;
    display: table-row;
}

table td,
table th {
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 19px;
    border: 1px solid #d1d0d0;
    white-space: nowrap;
}

table {
    margin-bottom: 0px;
    width: 100%;
    padding-bottom: 10px;
}

table thead,
table tbody {
    width: 100%;
    display: table-header-group;
}

table td span {
    display: none;
}

table thead {
    background: #4d8aff;
    color: #fff;
}

table thead th {
    color: #fff !important;
    font-weight: bold;
    font-size: 12px !important;
    width: unset;
    padding: 8px 5px !important;
    text-align: center;
    line-height: 14px;
    background: unset !important;
}

table::-webkit-scrollbar {
    width: 100px;
    height: 5px;
    scroll-behavior: smooth;
}

table::-webkit-scrollbar-track {
    background-color: #c1cbc8;
    border-radius: 50px;
}

table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(45deg, #47cf60, #4d8aff);
}


/*--- Pagination ----*/

.pagination a.page-link {
    padding: 5px;
    font-size: 12px;
}

ul.pagination {
    margin: 10px 0px 10px;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 7px 10px;
    border-radius: 50px;
    background: #f2f2f2;
    box-shadow: inset 5px 5px 18px rgb(0 0 0 / 16%);
    border: 1px solid #c1cbc8;
}

.pagination::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.pagination::-webkit-scrollbar {
    width: 100%;
    height: 4px;
    background-color: #f5f5f5;
}

.pagination::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #5100ff;
}

.draftbox nav {
    position: relative;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    height: unset;
}

.draftbox nav .pagination li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    width: unset;
    height: auto;
    color: #20B2AA;
    list-style: none;
    line-height: unset;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.draftbox nav .pagination li a {
    font-size: 13px;
    padding: 0;
    display: flex;
    position: relative;
    cursor: pointer;
    list-style: none;
    border: unset;
    border-radius: 50% !important;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background: unset;
    color: #000000;
    font-weight: 500;
    align-items: center;
    justify-content: center;
}

.draftbox nav .pagination li:before,
.draftbox nav .pagination li:after {
    content: '';
    display: none;
}

.draftbox nav .pagination li.active a,
.draftbox nav .pagination li a:hover,
.draftbox nav .pagination li:last-child a,
.draftbox nav .pagination li:first-child a {
    color: #fff;
    background: #0d6efd;
}

.draftbox nav .pagination li span.page-link {
    margin: 0px 5px;
    padding: 0;
    line-height: unset;
    background: unset;
    border: unset;
    color: #000000;
}

.draftbox nav .pagination li:last-child a,
.draftbox nav .pagination li:first-child a {
    padding: 0 30px;
    border-radius: 50px !important;
    text-align: center;
    display: block;
    width: unset;
}

.editor {
    height: 200px;
    width: 100%;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.norformsetup .form-group span code {
    margin-left: 10px;
    display: inline-block;
    position: relative;
    border-bottom: 1px solid;
}

.sitenav::-webkit-scrollbar {
    width: 5px;
    height: 100%;
    scroll-behavior: smooth;
}

.sitenav::-webkit-scrollbar-track {
    background-color: #c1cbc8;
    border-radius: 50px;
}

.sitenav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(45deg, #47cf60, #4d8aff);
}

button.fosavbtn.smallbtnsec {
    width: max-content;
    margin-top: 0 !important;
}

.draftbox.simplformare {
    padding: 30px 25px;
}

.dataaprivies {
    position: relative;
    margin: 30px 0px 0px;
    display: inline-block;
    width: 100%;
}

.dataaprivies pre {
    display: inline-block !important;
    background: #000;
    width: 100%;
    padding: 0px 10px 0px;
    color: #fff;
    border-radius: 10px;
    border: 2px solid;
    overflow: hidden;
}


/*--- Process Bar For Cibil score ----*/

.progress {
    position: relative;
    background: #e7e8e8;
    overflow: hidden;
    margin: 0 auto;
    height: 200px;
    width: 400px;
    border-radius: 400px 400px 0 0;
    -moz-border-radius: 400px 400px 0 0;
    -webkit-border-radius: 400px 400px 0 0;
    display: inline-block;
}

.progress-bar {
    transition: width 1.4s ease;
    height: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    background: linear-gradient(100deg, rgba(253, 78, 7, 1) 0%, rgba(255, 85, 7, 1) 20%, rgba(254, 111, 12, 1) 40%, rgba(218, 156, 16, 1) 60%, rgba(71, 234, 183, 1) 80%, rgba(99, 198, 126, 1) 100%) !important;
    left: 0;
    right: 0;
    position: absolute;
}

.credprocbar {
    position: relative;
    margin: 0 auto;
    padding: 0px 050px;
    display: block;
    width: 100%;
    height: 100%;
}

.credprocbar span {
    position: absolute;
    bottom: -20px;
}

.credprocbar span.left {
    left: 45px;
}

.credprocbar span.right {
    right: 50px;
}

.boxdivitersec {
    position: relative;
    margin: 0px 0px 20px;
    padding: 15px 25px;
    background: #fff;
    box-shadow: #00000008 5px 5px 10px;
    border-radius: 6px;
    width: 100%;
    display: inline-block;
}

.boxdivitersec ul {
    margin: 0;
    /* padding: 0; */
    display: inline-block;
    position: relative;
    /* list-style: none; */
    line-height: 30px;
}

.boxdivitersec .textarexo {
    position: relative;
    margin: 0;
    padding: 20px 0px 0px;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    height: 100%;
}

.boxdivitersec .textarexo h3 {
    display: flex;
    margin: 0px 0px 20px;
    padding: 0;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.8);
}

.boxdivitersec .textarexo h3 b {
    font-weight: 800;
    margin-left: 5px;
}

.boxdivitersec ul li span {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #000;
    font-weight: 600;
}

.boxdivitersec ul li b {
    color: rgba(0, 0, 0, 0.7);
    font-size: 14px;
    text-transform: capitalize;
}

.table>thead {
    position: sticky !important;
    top: 0 !important;
}

.credigrap-box {
    align-items: center;
    display: flex;
    width: 100%;
    position: sticky;
    top: 80px;
    padding: 20px 20px !important;
    flex-direction: column;
    justify-content: center;
}

.conrtecxxese {
    width: 100%;
    display: inline-block;
    padding-right: 20px;
}

.flexsecare {
    display: flex;
    gap: 10px 10px;
    margin: 0;
    padding: 0;
    flex-direction: column;
    align-items: center;
}

.flexsecare h4 {
    font-size: 20px;
    font-weight: 600;
}

.flexsecare h5 {
    font-size: 16px;
    margin: 5px 0px 5px;
}

/*--Tax Expert Services--*/
.tax-services {
    margin: 0px auto 30px;
    padding: 30px;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    background: rgb(255, 255, 255);
}

.tax-services h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 25px;
}

.taxserv-box {
    margin: 0px;
    padding: 0;
    height: 100%;
    background: #fff;
}

.taxserv-box h4 {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    line-height: 21px;
    padding: 5px 10px 5px;
}

.taxserv-box a {
    color: #000;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.taxserv-box a span {
    width: 100%;
    height: 70px;
    margin: 0px auto 15px;
    padding: 0px;
    background: #cfcece1a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.taxserv-box a span img {
    width: 40px !important;
    margin: 0px auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.tax-services .owl-nav {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    z-index: 2;
}

.tax-services .owl-nav .owl-prev,
.tax-services .owl-nav .owl-next {
    background: #fafafa !important;
    border: 1px solid #ccc !important;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 25%;
}

.tax-services .owl-nav .owl-next {
    right: -50px;
}

.tax-services .owl-nav .owl-prev {
    left: -50px;
}

.contact-details {
    margin: 0px auto 30px;
    padding: 30px;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    background: rgb(255, 255, 255);
}

.contact-details a {
    margin: 0;
    padding: 0px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.contact-details a span {
    font-size: 14px;
    width: 40px;
    height: 100%;
}

.contact-details ul {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0px 15px;
}

.contact-details ul li {
    list-style: none;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #e4e4e4;
    margin: 0px 0px;
    padding: 20px;
    transition: 0.5s linear;
    border: 1px solid rgb(221 223 227);
}

.contact-details ul li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    background: #fff !important;
}

.contdetai-text {
    margin: 0px;
    padding: 0px;
    width: calc(100% - 50px);
}

.contdetai-text h5 {
    font-size: 13px;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.contdetai-text p {
    font-size: 12px;
    color: rgb(20, 93, 255);
    margin: 0;
    padding: 0;
}


.contact-details ul li:hover {
    border: 1px solid #06ab44;
    transition: 0.5s linear;
    background: #fff !important;
}

.conrtecxxese h4 {
    font-size: 14px;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.conrtecxxese .gridtemboxsec {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0px;
}

.gridtemboxsec .form-group {
    margin-bottom: 15px;
}

.gridtemboxsec .form-group label {
    font-size: 12px;
    color: #000;
    margin: 0px 0px 5px;
}

.gridtemboxsec .form-group .form-control {
    border: unset;
    background: unset;
    border: 1px solid #d5d7db;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    letter-spacing: 0.2px;
}

.gridtemboxsec .form-group .flexbosec {
    display: flex;
    gap: 20px;
}

.gridtemboxsec .form-group .flexbosec b {
    display: flex;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
}

.gridtemboxsec .form-group h6 {
    font-size: 13px;
    margin-top: 10px;
}

.taxserv-slider .item {
    height: 100%;
    border: 1px solid rgb(221 223 227);
    border-radius: 10px;
    overflow: hidden;
}

.taxserv-slider.owl-loaded.owl-drag {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.taxserv-slider .owl-stage {
    display: flex;
    align-items: stretch;
    height: 100%;
}

.contact-details h4 {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.contact-details h4 b {
    color: #056617;
    font-size: 16px;
}

.conrtecxxese,
.credigrap-box {
    padding: 25px;
    width: 100%;
    border-radius: 8px;
    box-shadow: rgb(225, 225, 225) 2px 5px 20px 0px;
    border: 1px solid rgb(213, 215, 219);
    background: rgb(255, 255, 255);
}

.conrtecxxese ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.conrtecxxese ul li {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    padding: 5px 0px;
    font-size: 13px;
    color: #000;
    line-height: 30px;
    width: 100%;
}

.conrtecxxese ul li b {
    font-weight: 600;
}

.grpath-details {
    margin: 20px 0px 0px;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.grpath-details ul {
    list-style: none;
    padding: 10px;
    margin: 0;
    display: inline-block;
    width: 100%;
    background: #f2f2f2;
    border-radius: 4px;
}

.grpath-details ul li {
    display: flex;
    gap: 20px;
    margin: 0;
    font-size: 11px;
    justify-content: space-between;
    line-height: 20px;
    margin-bottom: 5px;
}

.grpath-details ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.grpath-details ul li span i {
    width: 22px;
    height: 22px;
    background: #3fd14a;
    border-radius: 50px;
    display: flex;
    align-items: center;
    font-size: 10px;
    justify-content: center;
    color: #ffffff;
}

.grpath-details ul li span b {
    background: unset;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
}

.grpath-details ul li b {
    border-radius: 4px;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: 500;
    margin: 0;
    line-height: unset;
}

.forgetpas {
    margin: 0px 0px 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.forgetpas a {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #3d70f5;
}

.formsecarea .form-group {
    margin-bottom: 30px;
}

/*--My Profile Page --*/
.profile-sect {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin: 30px 0px 0px;
    padding: 0px;
    position: relative;
}

.profile-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 12px 20px;
    background: #f3f3f3;
    border-radius: 10px 10px 0px 0px;
}

.profile-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin: 0px;
    padding: 0px;
}

.profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #d9d9d9;
}

.profile-img h4 {
    font-size: 18px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.3px;
    gap: 3px;
}

.profile-img h4 span {
    font-size: 13px;
    font-weight: 500;
    color: #484646;
}

.profile-form .editsecare {
    background: #4182F9;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 35px;
    border-radius: 4px;
    border: unset;
    margin-top: 20px;
}

.profile-form {
    margin: 0px;
    padding: 20px;
    width: 100%;
}

.profile-form .btn {
    background: #000;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 6px 25px;
    border-radius: 6px;
}

.Profile_images {
    position: absolute;
    margin: 0;
    padding: 13px;
    width: 30px;
    height: 30px;
    background: #000;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.Profile_images .form-control-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    opacity: 0;
}

.profileimg {
    position: relative;
    margin: 0;
    right: 0;
}

.profile-form h5.title_topsec {
    margin: 0px;
    padding: 0;
    font-size: 14px;
    color: #000;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.profile-form .title_topsec+.row {
    margin-bottom: 20px;
}

.profile-form .form-group {
    margin-bottom: 20px;
}

.formsecab form {
    background: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 10px;
}

.formsecab .form-control {
    font-size: 11px;
}

.profile-form .ProTile {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

input[readonly] {
    cursor: no-drop;
}

.mobile_codewith_flage {
    padding-right: 10px !important;
    width: 100% !important;
    padding-left: 85px !important;
}

.iti--separate-dial-code {
    width: 100%;
}

.iti__selected-flag {
    padding: 0 5px 0 5px;
}

.profile-form .form-group label {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.profile-form .form-group label span {
    font-size: 11px;
    cursor: pointer;
}

.formsecarea .form-group label {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

span.error {
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
}