@import url('../fonts/EuclidCircularA/stylesheet.css');

body {
    padding: 0;
    margin: 0;
    font-family: 'Euclid Circular A';
    font-size: 15px;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.bodyfrezze {
    overflow: auto;
}

body a,
body a:hover,
body a:focus {
    text-decoration: none;
    outline: none;
}
body .table-responsive{
    overflow-x: auto;
    overflow-y: hidden;
}
ul,
ol {
    padding: 0;
    margin: 0;
    list-style: none;
}

::-webkit-scrollbar {
    width: 3px;
    height: 5px;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background: #E0DADA;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #6C5FFC;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #6C5FFC;
    border-radius: 10px;
}

input,
button,
input:focus,
button:focus,
textarea,
textarea:focus,
select,
select:focus {
    outline: none !important;
    box-shadow: none;
}


a,
a:hover,
a:focus,
button,
button:hover,
button:focus,
input,
input:hover,
input:focus,
textarea,
textarea:hover,
textarea:focus {
    outline: none;
}

img {
    max-width: 100%;
}

select {
    background-image: url(../images/down-arrow.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 96% center !important;
}

.positionRelative {
    position: relative;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0 100px;
}

.forntend .container {
    width: 100%;
    max-width: 1230px;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}

.btnLarge {
    background: #12365C;
    box-shadow: 0px 11px 34px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    width: 100%;
    max-width: 254px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    outline: 0;
    border: none;
}

.btnLarge i {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translate(0px, -50%);
}

.btnLarge:hover {
    background: #6C5FFC;
}

.btnLargesecondary {
    background: #6C5FFC;
    box-shadow: 0px 11px 34px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    width: 100%;
    max-width: 254px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    outline: 0;
    border: none;
    transition: .4s;
}

.btnLargesecondary i {
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translate(0px, -50%);
}

.btnLargesecondary:hover {
    background: #fff;
    color: #6C5FFC;
}

.btnMedium i {}

.btnMedium:hover {}

.btnMedium {
    background: #12365C;
    box-shadow: 0px 11px 34px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
    padding: 8px 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    outline: 0;
    border: none;
}

.btnMedium i {
    margin-right: 8px;
}

.btnMedium:hover {
    background: #33239e;
    color: #fff;
}

.submitBtn {
    background: #12365C;
    border-radius: 100px;
    width: 100px;
    min-width: 181px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    outline: 0;
    border: none;
}

.colorWhite {
    color: #fff;
}

.colorBlack {
    color: #000;
}

body .form-control {
    background: #F4F4F4;
    border-radius: 10px;
    border: 1px solid #E3E3EC;
    box-sizing: border-box;
    padding: 12px 32px;
    height: 62px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}

body .form-control:focus {
    background: #fff;
    box-shadow: 0 0 0 2px #12365C !important;
    border-color: transparent;
}

body textarea.form-control {
    height: 121px;
    resize: none;
}

.inputGroup {
    position: relative;
}

.inputGroup i {
    color: #313144;
}

.positionLeft .form-control {
    padding: 12px 19px 12px 50px;
}

.positionRight .form-control {
    padding: 12px 50px 12px 19px;
}

.positionLeft.positionRight .form-control {
    padding: 12px 50px 12px 50px;
}

.inputGroupLeft {
    position: absolute;
}

.inputGroupLeft {
    position: absolute;
    left: 19px;
    top: 13px;
}

.inputGroupRight {
    position: absolute;
    right: 19px;
    top: 20px;
}

.customRadio {
    position: relative;
}

.customRadio [type="radio"]:checked,
.customRadio [type="radio"]:not(:checked) {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

.customRadio [type="radio"]:checked + p,
.customRadio [type="radio"]:not(:checked) + p {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #02041F;
    margin: 0;
}

.customRadio [type="radio"]:checked + p:before,
.customRadio [type="radio"]:not(:checked) + p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 17px;
    height: 17px;
    border: 2px solid #1689fc;
    border-radius: 100%;
    background: #fff;
}

.customRadio [type="radio"]:checked + p:after,
.customRadio [type="radio"]:not(:checked) + p:after {
    content: '';
    width: 7px;
    height: 7px;
    background: #1689fc;
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.customRadio [type="radio"]:not(:checked) + p:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.customRadio [type="radio"]:checked + p:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}


.check__item > div {
    display: flex;
    align-items: center;
    position: relative;
}

.default__check[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 1;
    opacity: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

.default__check[type=checkbox] ~ .custom__check {
    display: flex;
    align-items: center;
    width: 21px;
    height: 21px;
    border: 1px solid #44368E;
    border-radius: 5px;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    margin-right: 10px;
}

.default__check[type=checkbox]:checked + .custom__check:after {
    content: "";
    display: block;
    height: 14px;
    width: 6px;
    margin-top: -2.5px;
    margin-left: 7.2px;
    border-bottom: 2px solid #44368E;
    border-right: 2px solid #44368E;
    transform: rotate(45deg);
}

.check__item > div p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #232323;
    margin: 0px;
    width: calc(100% - 34px);
}


header {
    background: rgba(37, 37, 37, 0.6);
    padding: 22px 0;
    position: relative;
    z-index: 99;
}

.navRow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navRow .logoBlock {
    width: 100%;
    max-width: 70px;
}

.navRow .menuBlock {
    width: calc(100% - 70px);
    padding-left: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.navRow .menuBlock ul {
    display: flex;
    margin: 0;
}

.navRow .menuBlock ul li {
    margin-right: 25px;
}

.navRow .menuBlock ul li:last-child {
    margin-right: 0px;
}

.navRow .menuBlock ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 8px 10px;
    position: relative;

}

.navRow .menuBlock ul li a:hover {
    color: #6C5FFC;
}

.navRow .menuBlock ul li.active a::after {
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: #6C5FFC;
    border-radius: 10px;
    height: 2.32px;
}

.navRow .menuBlock ul.navRight {
    width: 100%;
    max-width: 134px;
    margin-left: 33px;
    padding: 0;
}

.navRow .menuBlock ul.navRight li {
    width: 100%;
}

.navRow .menuBlock ul.navRight li a {
    background: #6C5FFC;
    box-shadow: 0px 11px 34px rgba(0, 0, 0, 0.15);
    border: 1px solid #6C5FFC;
    border-radius: 100px;
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.navRow .menuBlock ul.navRight li a:hover {
    background: #fff;
    color: #6C5FFC;
    box-shadow: 0px 11px 34px rgb(0 0 0 / 15%);
    border-color: #fff;
}

#toggler_btn {
    display: none;
}

.homePage {
    width: 100%;
    min-height: 100vh;
    background-image: url(../images/splash-bg.png);
    background-size: cover;
}

.homeBanner {
    display: flex;
    align-items: center;
    position: relative;
    min-height: calc(100vh - 135px);
    padding: 32px 0;
}

.homeBanner::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(5, 10, 16, 0.6);
}

.homeBannerInner {
    position: relative;
    z-index: 2;
}

.homeBannerInner h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 71px;
    line-height: 101px;
    color: #FFFFFF;
    margin: 0 0 28px;
}

.homeBannerInner h1 span {
    display: block;
    font-weight: bold;
}

.homeBannerInner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    width: 100%;
    max-width: 790px;
    margin: 0 0 42px;
}

.homeBannerInner a {
    width: 100%;
    max-width: 273px;
    height: 53px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    transition: .4s;
}

.homeBannerInner a:hover {
    background: #fff;
    color: #6C5FFC;
    box-shadow: 0px 11px 34px rgb(0 0 0 / 15%);
}

.authPage {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    position: relative;
}

.authPage::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
}

.loginPage {
    background-image: url(../images/image1.png);
}

.authPageInner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.authPageInner .left {
    width: 60%;
    min-height: 100vh;
}

.authPageInner .left .authContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0% 2% 0 12%;
    min-height: calc(100vh - 120px);
}

.authPageInner .left .authContentHead {
    padding: 38px 2% 0 12%;
}

.authPageInner .left .authContent h1 {
    font-style: normal;
    font-weight: 300;
    font-size: 71px;
    line-height: 101px;
    color: #FFFFFF;
    margin: 0 0 44px;
}

.authPageInner .left .authContent h1 span {
    display: block;
    font-weight: bold;
}

.authPageInner .left .authContent p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 0;
    max-width: 709px;
}

.authPageInner .left .authContentFooter {
    padding: 0px 2% 0 12%;
}

.authPageInner .left .authContentFooter p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.authPageInner .right {
    width: 40%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 60px;
    min-height: 100vh;
    padding: 47px 105px 47px 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100vh;
    overflow: auto;
}

.authPageInner .right .imgBlock {
    display: block;
    margin: 0 auto;
    width: max-content;
}


.authPageInner .right .form-group {
    margin-bottom: 17px;
}

.authPageInner .right .form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #404051;
    margin: 0 0 5px;
}

.authPageInner .right .form-group .info {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 30px;
    color: #74748B;
    margin: 8px 0 0;
}

.authPageInner .right .infotext {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #404051;
    text-align: center;
    margin: 0px 0 0;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: flex-end;
}

.authPageInner .right .infotext a {
    max-width: 134px;
    height: 40px;
    margin-left: 20px;
    transition: .4s;
}

.authPageInner .right .rememberBlock {
    padding-top: 23px;
    padding-bottom: 53px;
}

.authPageInner .right .rememberBlock .check__item {
    width: calc(100% - 150px);
}

.authPageInner .right .rememberBlock a {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    text-decoration-line: underline;
    color: #6C5FFC;
}

.forgotPasswordPage {
    background-image: url(../images/image2.png);
}

.forgotPasswordPage .authPageInner .right {
    justify-content: center;
}

.forgotPasswordPage .authPageInner .right .imgBlock {
    margin: 0 auto 35px;
}

.rememberPass {
    padding: 37px 0 0;
}

.rememberPass p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #74748B;
    text-align: center;
}

.rememberPass p a {
    color: #6C5FFC;
    text-decoration: underline;
}

.toggle-password {
    cursor: pointer;
    font-size: 22px !important;
}

footer {
    background: rgba(37, 37, 37, 0.6);
    padding: 14px 0;
    margin-top: auto;
}

.footerInner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footerInner p {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
}

.footerInner ul {
    display: flex;
    align-items: center;
}

.footerInner ul li:nth-child(2) {
    margin: 0 24px;
    color: #fff;
}

.footerInner ul li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    text-align: right;
    color: #FFFFFF;
}

.adminMain {
    display: flex;
}

.sideBar {
    width: 100%;
    max-width: 270px;
    height: 100vh;
    position: fixed;
    background: linear-gradient(180deg, #161566 0%, #3B27AD 100%);
    box-shadow: 0px 4px 35px #AAA2E4;
    border-radius: 0px 0px 30px 0px;
    z-index: 999;
    overflow: auto;
}

.sideBar.show {
    max-width: 80px;
}

.sideBar.show .sideNav ul li a span,
.sideBar.show .avatarBlock .avatarContent {
    display: none;
}
@media (min-width:  992px){
    .sideBar.show .sideNav ul li ul.dropdownMenuUl.show {
    display: none !important;
}
.sideBar.show .sideNav ul li a button.dropdownMenu{
    display:  none !important;
}
}


.sideBar.show .sideNav ul li a {
    padding: 13px 8px 13px 20px;
}

.sideBar.show .userNav {
    padding: 20px 8px 20px 21px;
}

.sideBar.show .logoBlock {
    padding: 11px 10px;
}

.sideBar .logoBlock {
    padding: 11px 27px;
    margin: 0 0 20px;
}

.sideBar .userNav {
    padding: 20px 27px;
    background: #161356;
}

.avatarBlock {
    display: flex;
    align-items: center;
}

.avatarBlock .imgBlock {
    width: 100%;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}
.avatarBlock .imgBlock img{
     width: 100%;
    height: 100%;
    object-fit: cover;
}
.avatarBlock .avatarContent {
    width: calc(100% - 40px);
    padding-left: 15px;
}

.avatarBlock .avatarContent h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 0;
}

.sideNav {
    padding: 34px 0px 34px 0px;
}

.sideNav ul li {
    border-bottom: 1px solid rgba(186, 220, 254, 0.18);
}

.sideNav ul li:last-child {
    border-bottom: none;
}

.sideNav ul li a {
    display: flex;
    align-items: center;
    padding: 13px 27px;
    position: relative;
}

.sideNav ul li a button.dropdownMenu {
    position: absolute;
    right: 27px;
    background-color: transparent;
    border: none;
}

.sideNav ul li a button.dropdownMenu.active {
    transform: rotate(180deg);
}

.sideNav ul li a .imgBlock {
    width: 34px;
    height: 34px;
    background: rgba(14, 9, 71, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    margin-right: 14px;
    flex: 0 0 auto;
}

.sideNav ul li a span {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #C6C0FF;
    width: calc(100% - 42px);
    padding-right: 27px;
}

.sideNav ul li a.active .imgBlock {
    background-color: #fff;
}

.sideNav ul li a.active .imgBlock img {
    filter: brightness(0) invert(0);
}

.sideNav ul li a.active span {
    font-weight: bold;
    color: #fff;
}

.sideNav ul li ul.dropdownMenuUl {
    padding-left: 46px;
    margin-bottom: 23px;
    display: none;
}

.sideNav ul li ul.dropdownMenuUl.show {
    display: block;
}

.sideNav ul li ul.dropdownMenuUl li {
    border-bottom: none;
}


.sideNav ul li ul.dropdownMenuUl li a {
    padding: 8px 27px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #C6C0FF;
}

.sideNav ul li ul.dropdownMenuUl li a.active {
    color: #fff;
}

#admintoggler_btn.sidebarclose {
    display: none;
}

.contentArea {
    width: 100%;
    padding-left: 270px;
    background: #F9F8F8;
    min-height: 100vh;
}

.contentArea.contentAreaExpand {
    padding-left: 80px;
}

.contentAreaHeader {
    padding: 0 40px 0 35px;
    height: 70px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 3;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 12%);
}

.contentAreaHeader .PageTitleDiv {
    display: flex;
    align-items: center;
}

.contentAreaHeader .PageTitleDiv .sidebaropen {
    background-color: transparent;
    border: none;
    margin-right: 12px;
}

.contentAreaHeader h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #12365C;
    margin: 0;
}

.contentAreaHeader .right {
    display: flex;
    align-items: center;
}

.contentAreaHeader .right .divider {
    background-color: #DADADA;
    width: 2px;
    height: 53px;
    margin: 0 18px;
}

.contentAreaHeader .right .dropdown-toggle::after {
    display: none;
}

.contentAreaHeader .right .dropdown {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentAreaHeader .right .dropdown .btn-wUser-icon {
    display: flex;
    align-items: center;
    column-gap: 13px;
    padding: 0;
}

.contentAreaHeader .right .dropdown .btn-wUser-icon .user-icon-container {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.contentAreaHeader .right .dropdown .btn-wUser-icon .user-icon-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.contentAreaHeader .right .dropdown-toggle {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentAreaInner {
    padding: 16px 18px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 75px);
}

.contentAreaInner-body {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 0 22px 24px;
}


.contentAreaInner-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
}
.contentAreaInner-header .left-box {
    display: flex;
    align-items: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap:  12px;
}
.contentAreaInner-header .left-box .custom-form-group{
    margin: 0 !important;
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.contentAreaInner-header .left-box .custom-form-group label{
   white-space: nowrap;
}
.contentAreaInner-header .left-box .custom-form-group .custom-form-control{
    width: 280px;
}
.contentAreaInner-header .left-box h2 {
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #061423;
    margin: 0;
}

.contentAreaInner-header .right-box .custom-blue-btn {
    width: 127px;
    height: 39px;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    justify-content: flex-start;
    padding: 0 13px;
}

.contentAreaInner-header .right-box .custom-blue-btn i {
    margin-right: 5px;
}

.contentArea .mobileLogoBlock {
    display: none;
}

.customTable {}

.customTable table {
    border-collapse: separate;
    border-spacing: 0px 10px;
    border: none;
    white-space: nowrap;
}

.customTable table th {
    background-color: transparent;
    border: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #404051;
    padding: 18px 13px;
    vertical-align: middle;
}

.customTable table tbody td {
    background-color: #fff;
    border: none;
    border-right: 1px solid rgba(219, 226, 234, 0.77);
    padding: 18px 13px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #12365C;
    vertical-align: middle;
}

.customTable table tbody td:first-child {
    border-radius: 5px 0px 0px 5px;
}

.customTable table tbody td:last-child {
    border-radius: 0px 5px 5px 0px;
}

.customTable table tbody td .action {
    display: flex;
}

.customTable table tbody td .action button {
    width: 35px;
    height: 35px;
    background-color: transparent;
    border: none;
}

.customTable table tbody td .action button img {
    width: 100%;
}

.clientListTable .logoTd img {
    width: 48px;
    max-width: 48px;
}

.contentBoxwrap {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 36px 37px 25px;
}

.contentBoxwrap .form-group {
    margin-bottom: 18px
}

.contentBoxwrap .form-group label {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #404051;
    margin: 0 0 9px;
}

.contentBoxwrap .form-group .form-control {
    height: 52px;
    border: 1px solid transparent;
    padding: 12px 18px;
}

.submitBtnDiv {
    padding: 44px 0 0;
}

.successPage {
    background: linear-gradient(104.99deg, #6C5FFC 17.04%, #181352 98.07%);
    mix-blend-mode: normal;
    min-height: 100vh;
    background-size: cover;
    position: relative;
    display: flex;
}

.successPage::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/success-vector.png);
    background-size: 100% 100%;
}

.successPageInner {
    width: 100%;
    max-width: 841px;
    margin: auto;
    background: #FFFFFF;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    padding: 58px 66px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.successPageInner img {
    margin: 0 0 22px;
}

.successPageInner h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 59px;
    line-height: 65px;
    text-align: center;
    color: #0A1D31;
    margin: 0 0 30px;
}

.successPageInner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #616161;
    margin: 0 0 30px;
}

.successPageInner a:not(.btnLargesecondary) {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #6C5FFC;
}

.signupPage {
    background-image: url(../images/image1.png);
}

.signupPage .authPageInner .right,
.signupPage .authPageInner .left {
    width: 50%;
}

.company_media_upload {
    background-color: #F4F4F4;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0px 0;
    border-radius: 10px;
}

.timeline_images {
    width: 100%;
    height: 125px;
}

.timeline_images > label {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 9px 2px;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    height: 125px;
}

.timeline_images > label > input {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
}

.upload_place_holder {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 8px 0 0 0;
}

.upload_place_holder .place_holder_heading {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.upload_place_holder p {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: #A3A3A3;
    margin: 0 0 0;
}

.upload_place_holder .sub_heading {
    color: #7f7f7f;
    font-size: 15px;
}

.upload_company_logo {
    background-color: #f3f3f3;
    border-radius: 15px;
    height: 280px;
    width: 270px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 14px;
    flex-direction: column;
    position: relative;
}

.uploaded_imag_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #E3E3EC;
}

.uploaded_imag_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* start: my_account_deatils_add_card_common */
.my_account_deatils_add_card_common {
    background: #F9F8F8;
    width: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.my_account_deatils_add_card_common_wrapper {
    width: 100%;
    max-width: calc(715px + 30px);
    padding: 40px 15px;
    margin: 0 auto;
}

.my_account_deatils_add_card_common_logo {
    text-align: center;
}

.my_account_deatils_add_card_common_header {
    background: #FFFFFF;
    box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    min-height: 71px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 14px;
    padding: 16px;
}

.my_account_deatils_add_card_common_header h4 {
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    color: #6C5FFC;
    margin: 0;
}


.my_account_deatils_add_card_common_body {
    background: #FFFFFF;
    box-shadow: 0px 2px 21px rgba(0, 0, 0, 0.06);
    border-radius: 30px;
    padding: 46px 32px 42px;
    margin-top: 16px;
}

.custom-form-group {
    margin-bottom: 32px;
}

.custom-form-group label {
    font-family: 'Euclid Circular A';
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #404051;
    display: block;
    margin: 0 0 3px;
}

.custom-form-group label strong {
    font-weight: 700;
    font-size: 19px;
    line-height: 24px;
    color: #061423;
}

textarea.custom-form-control {
    resize: none;
}

.custom-form-control {
    width: 100%;
    background: #F4F4F4;
    border-radius: 10px;
    height: 51.33px;
    outline: none;
    border: 0;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    padding: 0 20px;
}

.custom-form-control::placeholder {
    color: #A3A3A3;
}

.expires-on-group-row {
    display: flex;
    flex-wrap: wrap;
    margin: -6px;
}

.expires-on-group-col {
    width: 100%;
    max-width: 50%;
    padding: 6px;
}

.expires-on-group-col select.custom-form-control {
    background-image: url(../images/custom-select-up-down-icon.png) !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-form-control-with-rgIcon {
    position: relative;
}

.custom-form-control-with-rgIcon .custom-form-control {
    padding-right: 50px !important;
}

.custom-form-control-with-rgIcon .rgIcon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 0;
    margin: 0;
    padding: 0;
    outline: none;
}

.custom-blue-btn {
    border: 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: #6C5FFC;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 50px;
    transition: .4s;
}

.custom-blue-btn:hover {
    background: #fff;
    color: #6C5FFC;
    box-shadow: 11px 9px 34px #00000052;
}

.custom-blue-btn: img {
    transition: .4s;
}

.custom-blue-btn:hover img {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.custom-gray-btn {
    border: 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: #E4ECF3;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Euclid Circular A';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #1F1616;
    border-radius: 50px;
    transition: .4s;
}

.custom-gray-btn:hover {
    background: #fff;
    color: #6C5FFC;
    box-shadow: 11px 9px 34px #00000052;
}

.custom-gray-btn: img {
    transition: .4s;
}

.custom-gray-btn:hover img {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.my_account_deatils_add_card_common_body .action-btns {
    display: flex;
    justify-content: center;
    margin-top: 36px;
}

.my_account_deatils_add_card_common_body .action-btns .custom-blue-btn {
    width: 181px;
    height: 54.29px;
}

/* end: my_account_deatils_add_card_common */

/* start: customTable-s1 */
.customTable-s1 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.customTable-s1 table thead tr th {
    background: #161356;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #FFFFFF;
    padding: 15px;
    text-align: center;
}

.customTable-s1 table thead th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
}

.customTable-s1 table thead th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.customTable-s1 table tbody tr td {
    padding: 16px 14px;
    background: #F4F4F4;
}

.customTable-s1 table tbody:before {
    content: "-";
    display: block;
    line-height: 10px;
    color: transparent;
}

.customTable-s1 table tbody tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

.customTable-s1 table tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.customTable-s1 table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

.customTable-s1 table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}


.customTable-s1 table tbody tr td .icon-with-rg-text {
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .icon-container {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}

.customTable-s1 table tbody tr td .icon-with-rg-text.img-w-26px .icon-container {
    max-width: 26px;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .icon-container.circle-img-28px {
    width: 28.33px;
    height: 28.33px;
    text-align: center;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .icon-container.circle-img-28px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .icon-container.circle-img-35px {
    width: 35px;
    height: 35px;
    text-align: center;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .icon-container.circle-img-35px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .icon-container.circle-img-15px {
    width: 15px;
    height: 15px;
    text-align: center;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .icon-container.circle-img-15px img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.customTable-s1 table tbody tr td .icon-with-rg-text .text-container {
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #12365C;
}

.customTable-s1 table tbody tr .fs14px {
    font-size: 14px !important;
    line-height: 18px !important;
}

.customTable-s1 table tbody tr td:first-child {
    text-align: left;
}

.customTable-s1 table tbody tr td {
    text-align: center;
}

.customTable-s1 table tbody tr td.res-data-th-none::before {
    display: none !important;
}

/*.customTable-s1 table tbody tr td:not(:first-child) .icon-with-rg-text {
    justify-content: center;
}*/

.customTable-s1 table tbody tr td .action-icon-bts {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
    column-gap: 8px;
    grid-row-gap: 8px;
}

.customTable-s1 table tbody tr td .action-icon-bts button {
    border: 0;
    outline: none;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

.customTable-s1 table tbody tr td .action-text-bts {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
    column-gap: 8px;
    grid-row-gap: 8px;
}

.customTable-s1 table tbody tr td .action-text-bts .text-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    border: 1px solid;
    outline: none;
    border-radius: 50px;
    padding: 0px 11px;
    transition: .4s;
    text-decoration: none;
    cursor: pointer;
}

.customTable-s1 table tbody tr td .action-text-bts .text-btn.resume-btn {
    border-color: #F44C4C;
    color: #FC0005;
}

.customTable-s1 table tbody tr td .action-text-bts .text-btn.resume-btn:hover {
    box-shadow: 1px 2px 7px 1px #999999;
}

.customTable-s1 table tbody td span {
    white-space: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    color: #58697A;
    display: block;
}

.customTable-s1 table tbody td span strong {
    color: #0D1A28;
    font-weight: 500;
}

.customTable-s1 table tbody .text-limit1line {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.customTable-s1 table .w60px {
    max-width: 60px;
    min-width: 60px;
    width: 60px;
}

.customTable-s1 table .w70px {
    max-width: 70px;
    min-width: 70px;
    width: 70px;
}

.customTable-s1 table .w80px {
    max-width: 80px;
    min-width: 80px;
    width: 80px;
}

.customTable-s1 table .w90px {
    max-width: 90px;
    min-width: 90px;
    width: 90px;
}

.customTable-s1 table .w100px {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}

.customTable-s1 table .w110px {
    max-width: 110px;
    min-width: 110px;
    width: 110px;
}

.customTable-s1 table .w120px {
    max-width: 120px;
    min-width: 120px;
    width: 120px;
}

.customTable-s1 table .w130px {
    max-width: 130px;
    min-width: 130px;
    width: 130px;
}

.customTable-s1 table .w140px {
    max-width: 140px;
    min-width: 140px;
    width: 140px;
}

.customTable-s1 table .w150px {
    max-width: 150px;
    min-width: 150px;
    width: 150px;
}

.customTable-s1 table .w160px {
    max-width: 160px;
    min-width: 160px;
    width: 160px;
}

.customTable-s1 table .w170px {
    max-width: 170px;
    min-width: 170px;
    width: 170px;
}

.customTable-s1 table .w180px {
    max-width: 180px;
    min-width: 180px;
    width: 180px;
}

.customTable-s1 table .w190px {
    max-width: 190px;
    min-width: 190px;
    width: 190px;
}

.customTable-s1 table .w200px {
    max-width: 200px;
    min-width: 200px;
    width: 200px;
}

.customTable-s1 table .w210px {
    max-width: 210px;
    min-width: 210px;
    width: 210px;
}

.customTable-s1 table .w220px {
    max-width: 220px;
    min-width: 220px;
    width: 220px;
}

.customTable-s1 table .w230px {
    max-width: 230px;
    min-width: 230px;
    width: 230px;
}

.customTable-s1 table .w240px {
    max-width: 240px;
    min-width: 240px;
    width: 240px;
}

.customTable-s1 table .w250px {
    max-width: 250px;
    min-width: 250px;
    width: 250px;
}

.customTable-s1 table .w260px {
    max-width: 260px;
    min-width: 260px;
    width: 260px;
}

.customTable-s1 table .w270px {
    max-width: 270px;
    min-width: 270px;
    width: 270px;
}

.customTable-s1 table .w280px {
    max-width: 280px;
    min-width: 280px;
    width: 280px;
}

.customTable-s1 table .w290px {
    max-width: 290px;
    min-width: 290px;
    width: 290px;
}

.customTable-s1 table .w300px {
    max-width: 300px;
    min-width: 300px;
    width: 300px;
}

.customTable-s1 table .w310px {
    max-width: 310px;
    min-width: 310px;
    width: 310px;
}

.customTable-s1 table .w320px {
    max-width: 320px;
    min-width: 320px;
    width: 320px;
}

.contentAreaInner-footer-custom-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 8px;

}

.contentAreaInner-footer-custom-pagination .custom-pagination-list li button {
    border: 0;
    margin: 0;
    padding: 0;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list .cus-pag-nav {
    width: 28px;
    height: 28px;
    background: #E8E5E5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list .page-item .page-link {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    background: transparent;
    border: 1px solid #E8E5E5;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list .page-item.active .page-link {
    color: #fff;
    background: #6C5FFC;
    border: 1px solid #6C5FFC;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list .current-page-no {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #12365C;
    display: block;
    margin: 0 15px;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list .total-no {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #12365C;
    display: block;
    margin: 0 24px;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list .total-lists {
    font-weight: 500;
    font-size: 13px;
    line-height: 24px;
    color: #79838E;
    width: 99px;
    height: 31px;
    background: #E2ECF1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
}

.contentAreaInner-footer-custom-pagination .custom-pagination-list .total-lists.dropdown-toggle::after {
    display: none;
}

/* end: customTable-s1 */


/* start: add basic details */
.contentAreaInner-body.add-basic-details-body {
    padding: 0 65px 32px;
}

.add-basic-details-header {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-bottom: 1px solid #c7c7c7;
    padding: 25px 0;
}

.add-basic-details-header.with-actions {
    justify-content: space-between;
    text-align: unset;
}

.add-basic-details-header.with-actions .right-action {
    margin-left: auto;
}

.add-basic-details-header.with-actions .right-action .custom-blue-btn {
    width: 120px;
    height: 48px;

}

.add-basic-details-header h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #061423;
    margin: 0;

}

.custom-file-uploader-s1 {
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.custom-file-uploader-s1 figure {
    width: 119px;
    height: 119px;
    background: #E8E6FF;
    border: 4px solid #6C5FFC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0;
    position: relative;
}

.custom-file-uploader-s1 figure .big-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.custom-file-uploader-s1 figure figcaption {
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    overflow: hidden;
    width: 36px;
    height: 36px;
    background: #6C5FFC;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-file-uploader-s1 figure .remove-img {
    position: absolute;
    top: 0;
    z-index: 1;
    right: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:  30px;
    height:  30px;
    background: #fff;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid red;
}
.custom-file-uploader-s1 figure .remove-img svg{
    height: auto;
    width: 18px;
}
.custom-file-uploader-s1 figure .remove-img svg path{
    fill: red;
}

.custom-file-uploader-s1 figure figcaption input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.custom-file-uploader-s1 h5 {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #404051;
    margin: 10px 0 0;
}

.add-basic-details-body .custom-file-uploader-s1 {
    margin: 42px 0 0;
}

.add-basic-details-form-container {
    width: 100%;
    max-width: 1067px;
    margin: 0 auto;
    padding-top: 50px;
}

.add-basic-details-form-container .submit-actions {
    display: flex;
    justify-content: center;
    margin: 12px 0 0;
    border-top: 1px solid #c7c7c7;
    padding: 24px 0 0;

}

.add-basic-details-form-container .submit-actions .custom-blue-btn {
    width: 240.91px;
    height: 55px;
}

/* end: add basic details */

/* start: add-new-client */
.add-basic-details-form-container.w820px {
    max-width: 820px;
}

.row.row-gap-13px {
    margin: 0 -6.5px;
}

.row.row-gap-13px .col-gap-13px {
    padding: 0 6.5px;
}

.row.row-gap-20px {
    margin: 0 -10px;
}

.row.row-gap-20px .col-gap-20px {
    padding: 0 10px;
}

.countryCode_w_phNo {
    display: flex;
    column-gap: 11px;
}

.countryCode_w_phNo .form-control {
    padding: 12px 12px;
}

.countryCode_w_phNo.gap8px {
    column-gap: 8px;
}

.countryCode_w_phNo .countryCode_box {
    width: 100.74px;
    flex: 0 0 auto;
}

.countryCode_w_phNo .countryCode_box.w50px {
    width: 50px;
}

.countryCode_w_phNo .countryCode_box .custom-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-position: center right 12px !important;
    padding: 0 24px 0px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.countryCode_w_phNo .phNo_box {
    width: 100%;
}

.custom-form-group select.custom-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
}

/* end: add-new-client */

/* start: contact us page */
footer.hard-bg {
    background: #252525;
}

header.hard-bg {
    background: #181819;
}

.contact-us-banner {
    background: #030507;
    padding: 52px 0;
    text-align: center;
}

.contact-us-banner h1 {
    margin: 0;
    font-weight: 300;
    font-size: 41px;
    line-height: 101px;
    color: #FFFFFF;
}

/* end: contact us page */
/* start: contact-us-contain-sec */
.contact-us-contain-sec {
    position: relative;
    padding: 0 0 28px;
}

.contact-us-contain-sec::before {
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/contact-us-contain-sec.png);
    background-repeat: no-repeat;
    background-position: center bottom -60px;
    background-size: cover;
    opacity: 0.3;
}

.contact-us-contain-sec .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(1236px + 200px);
    margin-left: unset !important;
}

.contact-us-contain-sec .left-info {
    width: 403px;
    max-width: calc(100% - 608px);
    padding: 65px 15px 65px 0;
}

.contact-us-contain-sec .right-info {
    width: 100%;
    max-width: 608px;
}

.contact-us-contain-sec .left-info h2 {
    font-weight: 300;
    font-size: 41px;
    line-height: 54px;
    color: #363333;
    margin: 0;
}

.contact-us-contain-sec .left-info h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #33334E;
    margin: 0;
}

.contact-us-contain-sec .left-info .getintouch-lists {
    margin: 38px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.contact-us-contain-sec .left-info .getintouch-lists li {}

.contact-us-contain-sec .left-info .getintouch-lists li figure {
    display: flex;
    align-items: flex-start;
    margin: 0;
}

.contact-us-contain-sec .left-info .getintouch-lists li figure .icon-container {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    flex: 0 0 auto;
    background: #6C5FFC;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

.contact-us-contain-sec .left-info .getintouch-lists li figure figcaption {}

.contact-us-contain-sec .left-info .getintouch-lists li figure figcaption h5 {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    color: #2717DD;
    margin: 0;

}

.contact-us-contain-sec .left-info .getintouch-lists li figure figcaption p,
.contact-us-contain-sec .left-info .getintouch-lists li figure figcaption a {
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #33334E;
    text-decoration: none;
    margin: 8px 0 0;
    display: inline-block;
}

.contact-us-contain-sec .contact-us-form-box {
    position: relative;
    padding: 0 20px 20px 0;
    margin-top: -40px;
    z-index: 5;
}

.contact-us-contain-sec .contact-us-form-box .contact-us-form-box-inner {
    background: #FFFFFF;
    box-shadow: 0px 13px 60px -4px rgba(0, 0, 0, 0.31);
    padding: 54px 38px;
    z-index: 8;
}
.contact-us-contain-sec .contact-us-form-box .contact-us-form-box-inner .custom-form-group{
    position: relative;
}
.contact-us-contain-sec .contact-us-form-box .contact-us-form-box-inner .custom-form-group label.error{
    position: absolute;
    top:  calc(100% + 1px);
    left:  0;
}
.contact-us-contain-sec .contact-us-form-box::after {
    content: '';
    clear: both;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background: #473DC5;
    z-index: -1;
}

.contact-us-contain-sec .contact-us-form-box textarea.custom-form-control {
    height: 127px;
    padding-top: 16px;
    padding-bottom: 8px;
}

.contact-us-contain-sec .contact-us-form-box .form-submit-action {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.contact-us-contain-sec .contact-us-form-box .form-submit-action .custom-blue-btn {
    width: 254px;
    height: 61.83px;
}

.contact-us-contain-sec .contact-us-form-box .form-submit-action .custom-blue-btn img {
    margin-left: 20px;
}

.customTable-s1 table tbody tr .checkbox-with-rg-text {
    display: flex;
    align-items: flex-start;
}

.custom-checkbox-s1 {
    appearance: none;
    width: 18px;
    height: 18px;
    background: #F8F8F8;
    border: 1px solid #C0BFC4;
    border-radius: 2px;
    flex: 0 0 auto;
    position: relative;
}

.custom-checkbox-s1:checked {
    background: #6C5FFC;
    border-color: #6C5FFC;
}

.custom-checkbox-s1:checked::after {
    content: "";
    clear: both;
    position: absolute;
    left: 5px;
    top: 0;
    transform: rotate(45deg);
    height: 84%;
    width: 43%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
}

.text-limt-2line {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.customTable-s1 table tbody tr .checkbox-with-rg-text .custom-checkbox-s1 {
    margin: 0 12px 0 0;
}

.customTable-s1 table tbody tr .checkbox-with-rg-text .text-container {
    padding-top: 1px;
}

.customTable-s1 table tbody tr .td-c2 {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 18px;
    color: #12365C !important;
}

.customTable-s1 table tbody tr .td-c1 {
    font-weight: 500 !important;
    font-size: 14px;
    line-height: 18px;
    color: #5178A0 !important;
}

.c-dark {
    color: #000 !important;
}

.customTable-s1.text-left table tbody tr td,
.customTable-s1.text-left table thead th {
    text-align: left;
}

/* end: contact-us-contain-sec */

/* start: mew-assessment-form-content */
.mew-assessment-form-content .table-responsive {
    padding-bottom: 22px;
}

.mew-assessment-form-content .assign-submit-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0 0;
}

.mew-assessment-form-content .assign-submit-action button {
    width: 181px;
    height: 55px;
}

.mew-assessment-form-content .custom-form-group {
    margin-bottom: 14px;
}

.custom-form-control.select2 {
    background-position: center right 20px !important;
}

.select-assessments-to-complete-table {
    padding-top: 14px;
}

/* end: mew-assessment-form-content */

/* start: my-subscriptiption-details */
.my-subscriptiption-details-header {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    padding: 24px 0 16px;
}

.my-subscriptiption-details-header h1 {
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #16191D;
}

.my-subscriptiption-details-wrapper {
    margin-top: 28px;
    padding-bottom: 80px;
}

.my-subscriptiption-details-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: -24px -12px;
}

.my-subscriptiption-details-row .my-subscriptiption-details-col {
    padding: 24px 12px;
    width: 100%;
    max-width: 33.33%;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box {
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    background: #FFFFFF;
    padding: 36px 28px;
    position: relative;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .type {
    position: absolute;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    background: #FF8A00;
    border-radius: 0px 60px 60px 0px;
    width: 110.74px;
    height: 47.89px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    top: 24px;
    left: 0;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box.bg2 {
    background: #EDECFF;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box figure {
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box:not(.bg2) figure .icon-container img {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.my-subscriptiption-details-row .my-subscriptiption-details-box figure figcaption h3 {
    font-weight: 800;
    font-size: 32px;
    color: #FF8A00;
    margin: 16px 0 0;

}
.my-subscriptiption-details-row .my-subscriptiption-details-box figure figcaption h3 sub{
   bottom: -1px;
}
.my-subscriptiption-details-row .my-subscriptiption-details-box figure figcaption h5 {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #12365C;
    margin: 5px 0 0;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .subscription-benefits {
    margin: 24px 0 0;
    list-style: none;
    padding: 28px 0 0;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    border-top: 1px solid #f5f5f5;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .subscription-benefits li {
    font-weight: 400;
    font-size: 18px;
    color: #12365C;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 27px;
    justify-content: space-between;
    column-gap: 12px;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .subscription-benefits li::before {
    content: '';
    clear: both;
    display: inline-block;
    width: 11.91px;
    height: 11.91px;
    border-radius: 50%;
    background: #6C5FFC;
    flex: 0 0 auto;
    position: absolute;
    left: 0;
    top: 8px;

}

.my-subscriptiption-details-row .my-subscriptiption-details-box .subscription-benefits li img {
    flex: 0 0 auto;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box:not(.bg2) .subscription-benefits li img {
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .action-btns {
    display: flex;
    justify-content: center;
    margin: 32px 0 -59px;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .action-btns .buy-now-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    max-width: 240.91px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FF8A00;
    border-radius: 100px;
    transition: .4s;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .action-btns .buy-now-btn:hover {
    background: #fff;
    color: #6C5FFC;
    box-shadow: 11px 9px 34px #00000052;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box.bg2 .type {
    background: #6C5FFC;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box.bg2 figure figcaption h3 {
    color: #6356F9;
}

.my-subscriptiption-details-row .my-subscriptiption-details-box .subscription-benefits li {
    color: #6C5FFC;
}

/* end: my-subscriptiption-details */

/* start: help-us-banner */
.help-us-banner {
    padding: 45px 60px 95px;
    background-image: url(../images/help-us-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}

.help-us-banner .caption-box {
    width: 100%;
    max-width: 790px;
}

.help-us-banner h1 {
    font-weight: 300;
    font-size: 54px;
    color: #FFFFFF;
    margin: 0;
}

.help-us-banner p {
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    color: #FFFFFF;
    margin: 24px 0 0;
}

/* end: help-us-banner */
/* start: help-us-form */
.help-us-form {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 24px 15px 28px;
    margin-top: 24px;
}

.help-us-form .help-us-form-container {
    width: 100%;
    max-width: 513px;
    margin: 0 auto;
}

.help-us-form .help-us-form-container .custom-form-group {
    margin-bottom: 14px;
}

.help-us-form .form-action {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.help-us-form .form-action .custom-blue-btn {
    width: 181px;
    height: 54.29px;
}

.help-us-form .help-us-form-container .custom-form-group textarea.custom-form-control {
    height: 120px;
    padding-top: 13px;
    padding-bottom: 10px;
}

/* end: help-us-form */


/* start: start-new-assessment */
.start-new-assessment-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
    padding: 24px 0 20px;
}

.start-new-assessment-header h1 {
    font-weight: 700;
    font-size: 27px;
    line-height: 24px;
    text-align: center;
    color: #061423;
}

.start-new-assessment-header .filter-lists {
    display: flex;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
    max-width: 100%;
    column-gap: 11px;
    padding: 0 0 10px;
}

.start-new-assessment-header .filter-lists li {}

.start-new-assessment-header .filter-lists li .filter-btn {
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #404051;
    background: #EBEBEB;
    border-radius: 20px;
    white-space: nowrap;
    border: 0;
    padding: 0 13px;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;

}

.start-new-assessment-header .filter-lists li .filter-btn.active {
    background: #6C5FFC;
    color: #FFFFFF;
}

.start-new-assessment-body {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 360px);

}
.start-new-assessment-body.tab_cont_cmn_box.show{
    display: flex !important;
}
.start-new-assessment-body .brand-assessment-card-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 21px 45px 24px;
}

.start-new-assessment-body .brand-assessment-card-box h2 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #404051;
    margin: 0;
}

.brand-assessment-card-box .brand-assessment-get-input-lists {
    margin: 0;
    list-style: none;
    padding: 0;
    row-gap: 9px;
    display: flex;
    flex-direction: column;
}

.brand-assessment-card-box .brand-assessment-get-input-lists li {
    display: flex;
    align-items: center;
    column-gap: 40px;
    justify-content: space-between;
}

.brand-assessment-card-box .brand-assessment-get-input-lists li .counter {
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #404051;
    width: 36px;
    flex: 0 0 auto;
}

.brand-assessment-card-box .brand-assessment-get-input-lists li p {
    margin: 0;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: #404051;
}

.brand-assessment-card-box .brand-assessment-get-input-lists li .info-box {
    width: 100%;
    max-width: 400px;
    display: flex;
    align-items: center;
}

.brand-assessment-card-box .brand-assessment-get-input-lists li .input-box {
    max-width: calc(100% - 400px);
    display: flex;
    align-items: center;
    column-gap: 70px;
}

.brand-assessment-card-box .brand-assessment-get-input-lists li .input-box select.custom-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-position: center right 16px !important;
    color: #A3A3A3;
    width: 204px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #334F6C;
}


.brand-assessment-card-box .brand-assessment-get-input-lists li .input-box textarea.custom-form-control {
    width: 485px;
    height: 60px;
    padding-top: 15px;
    padding-bottom: 8px;

}

.start-new-assessment-submit-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0 0;
}

.start-new-assessment-submit-action button {
    width: 181px;
    height: 55px;
}

.start-new-assessment-submit-action button img {
    margin-left: 25px;
}

/* end: start-new-assessment */

/* start: change-password-card-box */
.change-password-card-box {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 45px 20px 58px;
    width: 100%;
    max-width: 667px;
    margin: 90px auto 40px;
}

.change-password-card-box .heading {
    padding: 0 0 26px;
    border-bottom: 1px solid #d5d5d5;
}

.change-password-card-box .heading h1 {
    margin: 0;
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
    color: #061423;
    text-align: center;
}

.change-password-card-box .change-password-form {
    width: 100%;
    max-width: 513px;
    margin: 72px auto 0;
}

.change-password-card-box .submit-action-btns {
    display: flex;
    justify-content: center;
    margin-top: 55px;
}

.change-password-card-box .submit-action-btns .update-btn {
    width: 181px;
    height: 55px;
}

/* end: change-password-card-box */

/* start: custom-modal-s1 */
.custom-modal-s1.w714px .modal-dialog {
    max-width: 714px;
}

.custom-modal-s1 .modal-content {
    border-radius: 30px;
    padding: 0 8px;
}

.custom-modal-s1 .modal-header {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 32px 54px 15px;
}

.custom-modal-s1 .modal-header h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #12365C;
    margin: 0;

}

.custom-modal-s1 .custom-close-btn {
    border: 0;
    outline: none;
    background: none;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 22px;
    top: 18px;
}

.custom-modal-s1 .modal-body {
    padding: 34px 32px 54px;
}

.custom-modal-s1 .my_account_deatils_add_card_common_body {
    box-shadow: none;
    border: 0;
    padding: 0;
    margin: 0;
}

/* end: custom-modal-s1 */


/* start: under-construction-section */
.under-construction-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 0 40px;
    position: relative;

}

.under-construction-section .under-construction-pic {
    max-width: 50vw;
}

.under-construction-section::before {
    content: '';
    clear: both;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(../images/under-construction-section-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom 20px;
    background-size: cover;
    opacity: 0.11;

}

.under-construction-section h1 {
    font-weight: 300;
    font-size: 41px;
    line-height: 52px;
    color: #363333;

}

.under-construction-section h1 span {
    display: block;
    color: #0039A9;
    font-weight: bold;

}

.under-construction-section h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.56em;
    text-transform: uppercase;
    color: #000000;
    margin: 0;
}

/* end: under-construction-section */

/* start: custom-commn-inner-banner */
.custom-commn-inner-banner {
    background: #030507;
    padding: 43px 0;
    text-align: center;
}

.custom-commn-inner-banner h1 {
    font-weight: 300;
    font-size: 41px;
    color: #FFFFFF;
    margin: 0;
}

.custom-commn-inner-banner .action-btn {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.custom-commn-inner-banner .action-btn .transparent-btn {
    width: 221px;
    height: 44px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
}

.transparent-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    transition: .4s;
}


.transparent-btn:hover {
    background: #fff;
    color: #6C5FFC;
    box-shadow: 0px 11px 34px rgb(0 0 0 / 15%);
}

/* end: custom-commn-inner-banner */

/* start: my-subscriptiption-details-wrapper in-home-page */
.my-subscriptiption-details-wrapper.in-home-page {
    padding: 50px 0 85px;

}

/* start: my-subscriptiption-details-wrapper in-home-page */
.custom-container {
    width: 100%;
    max-width: calc(1400px + 30px);
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

/* start: about-us-page-content */
.sec-title1 {
    font-weight: 300;
    font-size: 41px;
    line-height: 48px;
    color: #030507;
    margin: 0;
}

.sec-title1 span {
    color: #6C5FFC;
}

.sec-title1 small {
    font-size: 30px;
    margin: 0;
}


.about-us-page-content {
    padding: 85px 0;
}

.about-us-page-content .sec-top-title {
    text-align: center;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}

.about-us-page-content .sec-top-title p {
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    color: #645D5D;
    margin: 0;
    padding-top: 24px;
}

.about-us-page-content .left-right-section-s1 {
    margin-top: 85px;
}

.left-right-section-s1 {
    display: flex;
    background: #F4F4F4;
}

.left-right-section-s1 .left-container {
    background: #161356;
    border-radius: 0px 0px 43px 0px;
    text-align: right;
    padding: 10px 63px;
    width: 100%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-right-section-s1 .left-container h2 {
    font-weight: 300;
    font-size: 41px;
    line-height: 54px;
    color: #FFFFFF;
    margin: 0;
}

.left-right-section-s1 .right-container {
    width: 100%;
    max-width: 50%;
    padding: 48px 42px;
}

.left-right-section-s1 .right-container .list-items-w-left-tick {
    margin: 0 auto;
    max-width: 654px;
}

.list-items-w-left-tick {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 26px;
}

.list-items-w-left-tick li {
    font-weight: 500;
    font-size: 19px;
    line-height: 28px;
    color: #534646;
    display: flex;
    align-items: flex-start;
}

.list-items-w-left-tick li img {
    flex: 0 0 auto;
    margin: 2px 26px 0 0;
}


.left-absolute-right-image-section {
    margin-top: 75px;
}

.left-absolute-right-image-section .inner-row {
    display: flex;
    align-items: center;
    margin-top: 54px;
}

.left-absolute-right-image-section .inner-row .text-container {
    background: #F4F4F4;
    display: flex;
    flex-direction: column;
    row-gap: 26px;
    padding: 74px 80px;
    width: calc(852px + 150px);
    position: relative;
    margin-right: -150px;
    z-index: 5;
}

.left-absolute-right-image-section .inner-row .image-container {
    width: 700px;
    padding: 0 9px 9px 0;
    position: relative;
}

.left-absolute-right-image-section .inner-row .image-container img {
    width: 100%;
}

.left-absolute-right-image-section .inner-row .image-container::before {
    content: '';
    clear: both;
    position: absolute;
    right: 0;
    bottom: 0;
    max-width: calc(100% - 50px);
    max-height: calc(100% - 70px);
    width: 561px;
    height: 467px;
    background: #6C5FFC;
    z-index: -1;
}

.left-absolute-right-image-section .text-container p {
    margin: 0;
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    color: #645D5D;
}


/* end: about-us-page-content */

/* start: footer-top-contact-sec */
.footer-top-contact-sec {
    background: url(../images/footer-top-contact-sec-bg.png), rgba(99, 85, 245, 0.91);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 50px;
}

.footer-top-contact-sec .inner-box {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
    width: 100%;
    max-width: 682px;
    margin: 0 auto;
}

.footer-top-contact-sec h2 {
    font-weight: 300;
    font-size: 41px;
    line-height: 54px;
    text-align: center;
    color: #FFFFFF;
    margin: 0;
}

.footer-top-contact-sec .contact-us-btn {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 221px;
    height: 44px;
    border: 2px solid #FFFFFF;
    border-radius: 10px;
    background: transparent;
    transition: .4s;
}

.footer-top-contact-sec .contact-us-btn:hover {
    box-shadow: 3px 3px 10px 0px #d7d7d7;
}

/* end: footer-top-contact-sec */

.required {
    color: red !important;
}

.alert.customize-s1 {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    margin: 0;
    padding: 9px 28px 9px 14px;
    width: 100%;
    max-width: 280px;
    font-size: 14px;
}

.alert.customize-s1.alert-success {
    border-bottom: 4px solid #0f5132;
}

.alert.customize-s1.alert-danger {
    border-bottom: 4px solid #842029;
}

.alert.customize-s1 .close {
    background: transparent;
    border: 0;
    font-size: 25px;
    position: absolute;
    top: 0px;
    right: 3px;

}

/* start: .about-us-page-content.about-assessments */
.text-left {
    text-align: left !important;
}

.about-us-page-content .left-right-text-contents .list-items-w-left-tick li {
    font-weight: 400;
    color: #645D5D;
}

.about-us-page-content .left-right-text-contents .list-items-w-left-tick li img {
    max-width: 26px;
    margin: 1px 24px 0 0;
}

.about-us-page-content .left-right-text-contents {
    margin-top: 50px;
}

.about-us-page-content .left-right-text-contents p {
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    color: #645D5D;
    margin-bottom: 0;
}

.about-us-page-content .left-right-text-contents p + p {
    margin-top: 30px;
}

.about-us-page-content .left-right-image-text-contain {
    display: flex;
    background: #F4F4F4;
    margin-top: 75px;
}

.about-us-page-content .left-right-image-text-contain .image-container {
    width: 100%;
    max-width: calc(50% - 15px);
    background: #161356;
    border-radius: 0px 0px 43px 0px;
    overflow: hidden;
}

.about-us-page-content .left-right-image-text-contain .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-page-content .left-right-image-text-contain .text-container {
    width: 100%;
    max-width: calc(50% - 0px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 60px;
}

.about-us-page-content .left-right-image-text-contain .text-container h2 {
    font-weight: 300;
    font-size: 41px;
    line-height: 49px;
    margin: 0;
    color: #030507;

}

.about-us-page-content .left-right-image-text-contain .text-container p {
    font-weight: 400;
    font-size: 19px;
    line-height: 34px;
    color: #645D5D;
    margin: 38px 0 0;
}

.about-us-page-content .left-right-image-text-contain .text-container .text-container-inner {
    width: 100%;
    max-width: 630px;
}

.sec-tm-80px {
    margin-top: 80px !important;
}

/* end: .about-us-page-content.about-assessments */

/* start: download-pdf-contents */

/* download-pdf-header */
.download-pdf-header {
    background: #FFFFFF;
}

.download-pdf-header .download-pdf-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    min-height: 70px;
}

.download-pdf-header .action-btns {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.download-pdf-header .action-btns .pdf-download-btn {
    width: 178px;
    height: 43px;
    column-gap: 12px;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    text-align: unset;
    justify-content: unset;
    padding: 0 10px 0 20px;
}

.download-pdf-header .action-btns .pdf-download-btn:hover img {
    filter: unset;
}

.download-pdf-contents {
    background: #F9F8F8;
    padding-top: 40px;
    padding-bottom: 40px;
}

.download-pdf-container {
    padding-left: 50px;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

/* download-pdf-banner */
.download-pdf-banner {
    background-image: url(../images/download-pdf-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    padding: 170px 0 210px;
}

.download-pdf-banner h5 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 70px 0 0;
}

.download-pdf-banner h3 {
    font-weight: 700;
    font-size: 46px;
    line-height: 30px;
    color: #FFFFFF;
    margin: 15px 0 0;
}

.pdf-card-box-white {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding-left: 55px;
    padding-right: 55px;
}

/* .pdf-paragraph-sec */
.pdf-paragraph-sec p {
    margin-bottom: 40px;
}

.center-img {
    display: block;
    margin: 0 auto;
}

.pdf-paragraph-sec .pdf-card-box-white {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* .pdf-assessment-summary-sec */
.pdf-assessment-summary-sec .pdf-card-box-white {
    padding-top: 80px;
    padding-bottom: 55px;
}

.download-pdf-contents .pdf-card-box-white h1 {
    font-weight: 700;
    font-size: 77px;
    line-height: 24px;
    /* or 31% */

    text-align: center;

    color: #154578;

}

.download-pdf-contents .pdf-card-box-white h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 24px;
    text-align: center;
    color: #154578;
    margin: 0;
}

.download-pdf-contents .pdf-card-box-white p {
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #404051;

}

.pdf-assessment-summary-sec .pdf-assessment-summary-lists {
    padding-top: 60px;
}

.pdf-assessment-summary-lists {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: -17.5px;
}

.pdf-assessment-summary-lists li {
    width: 100%;
    max-width: 50%;
    padding: 17.5px;
}

.pdf-assessment-summary-lists .pdf-assessment-summary-box {
    border: 1px solid #E9DEDE;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    grid-row-gap: 24px;
    justify-content: center;
    padding: 32px 75px;
}

.pdf-assessment-summary-lists .pdf-assessment-summary-box h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #154578;
    margin: 0;
}

.pdf-assessment-summary-sec p {
    margin: 40px 0 0;
}

/* pdf-actual-report-sec */
.pdf-actual-report-sec .pdf-card-box-white {
    padding-top: 80px;
    padding-bottom: 24px;
}

.pdf-actual-report-sec .pdf-actual-report-sec-pic {
    width: 100%;
    max-width: 739px;
    margin: 60px auto 0;
}

.pdf-actual-report-sec p {
    margin: 40px 0 0;
}

.pdf-bottom-logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    column-gap: 15px;
    row-gap: 10px;
    flex-wrap: wrap;
}

/* pdf-assessment-report-sec */
.pdf-assessment-report-sec .pdf-card-box-white {
    padding-top: 80px;
    padding-bottom: 24px;
}

.pdf-assessment-report-sec h4 {
    font-weight: 400;
    font-size: 25px;
    line-height: 30px;
    color: #404051;
    margin: 48px 0 0;
}

.pdf-assessment-report-sec h4 strong {
    font-weight: 500;
}

.pdf-assessment-report-sec .pdf-assessment-summary-lists {
    padding-top: 48px;
}

.pdf-assessment-report-sec p {
    margin: 50px 0 0;
}

/* pdf-thanku-sec */
.pdf-thanku-sec .pdf-card-box-white {
    padding-top: 90px;
    padding-bottom: 60px;
}

.pdf-thanku-sec h1 {
    margin-bottom: 70px;
}

.pdf-thanku-sec p {
    margin-bottom: 36px;
}

.pdf-brand-box-lists {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
    row-gap: 24px;
    margin-top: 28px;
}

.pdf-brand-box-lists li .pdf-brand-box {
    background: #F3F3F3;
    border-radius: 5px;
    padding: 13px 21px;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    min-height: 100%;
}

.pdf-brand-box-lists li .pdf-brand-box.min-w339px {
    min-width: 339px;
}

.pdf-brand-box-lists li .pdf-brand-box.smbox-padding {
    padding-left: 28px;
    padding-right: 42px;
}

.pdf-brand-box-lists li .pdf-brand-box h4 {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #404051;
}

.pdf-brand-box-lists li .pdf-brand-box .catefory_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pdf-brand-box-lists li .pdf-brand-box .catefory_info h5 {
    margin: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #404051;
}

.pdf-brand-box-lists li .pdf-brand-box .catefory_info .status-circle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-left: auto;
}

.pdf-brand-box-lists li .pdf-brand-box .catefory_info .status-circle.danger {
    background: #FF1B1B;
}

.pdf-brand-box-lists li .pdf-brand-box .catefory_info .status-circle.success {
    background: #13bf13;
}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists {}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists li {
    padding: 50px 0;
}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists li:not(:first-child) {
    border-top: 1px solid #D8D8D8;
}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists li .scrollable-paragraph-box h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    color: #404051;
    margin: 0;
}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists li .scrollable-paragraph-box p {
    margin: 10px 0 0;
    /*
    background: linear-gradient(180deg, #404051 0%, rgba(64, 64, 81, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
*/
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 105px;
    padding-right: 75px;
}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists li .scrollable-paragraph-box p::-webkit-scrollbar {
    width: 6px;
    background: #EFEBEB;
    height: 100%;
    border-radius: 10px;
}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists li .scrollable-paragraph-box p::-webkit-scrollbar-thumb {
    background: #353465;
    border-radius: 10px;
}

.download-pdf-contents .pdf-card-box-white .scrollable-paragraph-lists li .scrollable-paragraph-box p::-webkit-scrollbar-thumb:hover {
    background: #353465;
    border-radius: 10px;
}

.download-pdf-contents .pdf-card-box-white .links-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
}

.download-pdf-contents .pdf-card-box-white .links-list li {
    width: 100%;
    max-width: 50%;
    padding: 20px
}

.download-pdf-contents .pdf-card-box-white .links-list li .link-list-box {
    background: #F3F3F3;
    border-radius: 5px;
    min-height: 100%;
    padding: 24px 24px 22px;
}

.download-pdf-contents .pdf-card-box-white .links-list li .link-list-box h3 {
    margin: 0;
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    color: #404051;
}

.download-pdf-contents .pdf-card-box-white .links-list li .link-list-box a {
    display: table;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-decoration-line: underline;
    color: #13109E;
    margin: 0;
}

.pdf-assessment-report-sec .pdf-bottom-logo {
    margin-top: 40px;
}

.pdf_content_hidden {
    display: none;
}

/* end: download-pdf-contents */

.text-wrap {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.tab_cont_cmn_box {
    display: none !important;
}

.tab_cont_cmn_box.show {
    display: block !important;
}

.have-an-account-text {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 30px;
    color: #404051;
    margin: 24px 0 0;
}

.have-an-account-text a {
    text-decoration-line: underline;
    color: #6C5FFC;
}

.successfully-page-inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.successfully-page-inner h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 59px;
    line-height: 65px;
    color: #0A1D31;
    margin: 0;
}

.successfully-page-inner h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 31px;
    text-align: center;
    color: #616161;
    margin: 0;
}

.successfully-page-inner-action {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 32px;
}

.successfully-page-inner-action .back-btn {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    color: #6C5FFC;
}

body .error-msg,
body .invalid-feedback,
body .error.text-danger,body label.error,
body span.error {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 21px !important;
    margin: 2px 0 0 !important;
    color: #dc3545 !important;
    font-family: 'Euclid Circular A' !important;
}
.error-msg strong,
.invalid-feedback strong,
.error.text-danger strong{
    font-weight: inherit !important;
    font-size: inherit !important;
}
.success-msg {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 18px !important;
    margin: 0 !important;
    color: #329f17 !important;
}

.swal2-content .submit-actions{
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin: 15px 0 15px;
}
.swal2-content .submit-actions .textBtn{
    background: transparent;
    border:  0;
    padding: 0;
    display: inline-block;
    box-shadow: none;
    color: #6C5FFC;
}
.swal2-modal .swal2-confirm,
.swal2-modal .swal2-cancel{
    width: 116px;
    padding: 10px 12px !important;
}

 .loadingScreen {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(255, 255, 255, .2);
        z-index: 99999;
    }

    .loadingScreen.perticular-section {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    .loadingScreen .loaderBox {
        display: inline-block;
        width: 50px;
        height: 50px;
        border: 3px solid #6C5FFC;
        border-radius: 50%;
        border-top-color: #fff;
        -webkit-animation: loadingScreen__spin 2s linear infinite;
        /* Safari */
        animation: loadingScreen__spin 2s linear infinite;
    }

    .perticular-section-loading {
        position: relative;

    }

    .perticular-section-loading .loadingScreen {
        position: absolute;
        width: 100%;
        height: 100%;
    }

    /* Safari */
    @-webkit-keyframes loadingScreen__spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

    @keyframes loadingScreen__spin {
        0% {
            -webkit-transform: rotate(0deg);
        }

        100% {
            -webkit-transform: rotate(360deg);
        }
    }

.button-reset{
    display: flex;
    align-items: center;
    background: none;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    padding:  0;
}

.group-gray-box-gird-view .custom-form-group{
        margin-bottom: 22px;
    background: #f4f2f2;
    border-radius: 10px;
    padding: 20px;
        font-size: 16px;
}
.group-gray-box-gird-view .custom-form-group .multiple-assessmnts-lists-gird-view{
    margin:  -8px;
    display: flex;
    flex-wrap: wrap;
}
.group-gray-box-gird-view .custom-form-group .multiple-assessmnts-lists-gird-view .gird-view-col{
    padding:  8px;
    width: 100%;
}
.group-gray-box-gird-view .custom-form-group .multiple-assessmnts-lists-gird-view .gird-view-col .gird-view-box{
       background: #fff;
    border-radius: 10px;
    padding: 15px;
}
/*/ start: terms-conditions-page-content /*/
.terms-conditions-page-content {
    padding: 50px 0 75px;
}

.terms-conditions-page-content h1,
.terms-conditions-page-content h2,
.terms-conditions-page-content h3,
.terms-conditions-page-content h4,
.terms-conditions-page-content h5,
.terms-conditions-page-content h6 {
    margin: 24px 0 0;
}

.terms-conditions-page-content p {
    margin: 12px 0 0;
}

.ul-ol-default ol {
    margin: 0 !important;
    padding: 15px 0 0 45px !important;
    list-style: auto !important;
}

.ul-ol-default ul {
    margin: 0 !important;
    padding: 15px 0 0 10px !important;
}

.terms-conditions-page-content p,
.terms-conditions-page-content ul li,
.terms-conditions-page-content ol li {
    font-size: 15px;
    line-height: 26px;
}

.ul-ol-default ul li {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
}

.ul-ol-default ul li:before {
    content: "\2022";
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
}


/*/ end: terms-conditions-page-content /*/


.custom-blue-btn-s1 {
    border: 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: #6C5FFC;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    border-radius: 50px;
    transition: .4s;
    width: 224px;
    height: 52px;
}
.custom-blue-btn-s1:hover{
    background: #fff;
    color: #6C5FFC;
    box-shadow: 11px 9px 34px #00000052;
}

.mt-10px{
margin-top: 10px !important;
}

.mt-15px{
margin-top: 15px !important;
}
.contentAreaInner-body .nav-tabs{
    padding:  32px 0 0;
    margin: 0 0 16px;
}

.contentAreaInner-body .nav-tabs .nav-item .nav-link{
    padding:  15px 12px;
    font-size:  16px;
}
.pr-0 {
  padding-right: 0!important;
}
.pr-1 {
  padding-right: 0.25rem!important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pr-3 {
  padding-right: 1rem!important;
}
.pr-4 {
  padding-right: 1.5rem!important;
}
.pr-5 {
  padding-right: 3rem!important;
}
.pl-0 {
  padding-left: 0!important;
}
.pl-1 {
  padding-left: 0.25rem!important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-3 {
  padding-left: 1rem!important;
}
.pl-4 {
  padding-left: 1.5rem!important;
}
.pl-5 {
  padding-left: 3rem!important;
}
.mr-0 {
  margin-right: 0!important;
}
.mr-1 {
  margin-right: 0.25rem!important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.mr-3 {
  margin-right: 1rem!important;
}
.mr-4 {
  margin-right: 1.5rem!important;
}
.mr-5 {
  margin-right: 3rem!important;
}
.ml-0 {
  margin-left: 0!important;
}
.ml-1 {
  margin-left: 0.25rem!important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.ml-3 {
  margin-left: 1rem!important;
}
.ml-4 {
  margin-left: 1.5rem!important;
}
.ml-5 {
  margin-left: 3rem!important;
}

.m-0{
    margin: 0 !important;
}
.p-0{
    padding: 0 !important;
}
.cke_bottom{
    display: none !important;
}
.cke_chrome,.cke_inner {
    border-radius: 10px !important;
}
.cke_chrome .cke_top{
    border-radius: 10px 10px 0 0 !important;
}
.cke_chrome .cke_reset:not(.cke_inner){
    border-radius: 0 0 10px 10px !important;
}

.loadingScreen {
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .2);
}
.loadingScreen.show{
    display: flex !important;
}
.loadingScreen .loaderBox {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid #113758;
    border-radius: 50%;
    border-top-color: #fff;
    -webkit-animation: loadingScreen__spin 2s linear infinite;
    /* Safari */
    animation: loadingScreen__spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes loadingScreen__spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loadingScreen__spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.contentAreaInner-body .form-group{
    margin-bottom: 16px;
}
.contentAreaInner-body .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.42857;
    color: #787878;
}

.cke_bottom{
    display: none !important;
}
.cke_chrome,.cke_inner {
    border-radius: 10px !important;
}
.cke_chrome .cke_top{
    border-radius: 10px 10px 0 0 !important;
}
.cke_chrome .cke_reset:not(.cke_inner){
    border-radius: 0 0 10px 10px !important;
}
.assessment-lists {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.assessment-lists .assessment-list-col {
    border: 1px solid #999;
    padding: 20px;
    border-radius: 10px;
    background: #e2e2e2;
}
.assessment-lists h4 {
    margin: 0 0 16px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
}
.assessment-lists h5 {
    font-size: 16px;
    color: #444;
    margin: 0 0 8px;
    font-weight: 500;
}
.assessment-lists p {
    font-size: 15px;
    margin: 0 0;
    font-weight: 400;
    color: #666;
}
.assessment-lists-submit-actions {
    display: flex;
    column-gap: 20px;
    margin-top: 24px;
}
.assessment-lists-submit-actions .custom-lightgray-btn, .assessment-lists-submit-actions .custom-blue-btn {
    width: 275px;
    height: 53px;
}
.custom-lightgray-btn {
    border: 0;
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
    background: #E2ECF1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    border-radius: 50px;
    transition: .4s;
}

.custom-form-control-with-rgIcon.card-indicator-rg .rgIcon{
    background: none !important;
        width: 32px;
    /*height: 24px;*/
}
/*.custom-form-control-with-rgIcon.card-indicator-rg .rgIcon img{
    width: 100% !important;
}*/
.custom-form-control-with-rgIcon.card-indicator-rg .form-control{
    padding-right: 50px !important;
}
.spider-chart-col2{
    width: 100% !important;
   max-height: 415px !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 10px;
}
.bar-chart-col1{
    width: 100% !important;
    max-height: 400px !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 1px solid #d1d1d1;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}