/*=== google fonts ===*/

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*=== Basic css ===*/
html,
body,
header,
footer,
main,
nav,
section,
div,
menu,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
button {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

button:focus,
a:focus,
input:focus,
textarea:focus {
    outline: none;
}

a {
    text-decoration: none;
    display: inline-block;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

a:visited,
a:hover,
a:active {
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {	
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;    
	background: #fff;
	color: #333333;	
}

@font-face {
    font-family: 'grifter';
    src: url(../webfonts/grifter-bold.otf);
    font-weight: 700;
}

@font-face {
    font-family: 'Proxima-Nova';
    src: url(../webfonts/Proxima-Nova-Font.otf);
}

h2 {
    font-family: 'grifter';
}

p {
    font-family: 'Proxima-Nova';
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: #FD045E;   
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    z-index: 99999;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #FD045E;
    color: #fff;
    box-shadow: 0px 0px 5px #FD045E;
    -webkit-box-shadow: 0px 0px 5px #FD045E;
    -moz-box-shadow: 0px 0px 5px #FD045E;   
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

/*=== Header area start ===*/

.header-area {
    padding: 15px 0;
    z-index: 9999999999;
}

.header-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-item-inner img {
    cursor: pointer;
}

.header-item-inner2 img {
    width: 150px;
    max-width: 150px;
}

.header-item-inner3 ul {
    display: flex;
    align-items: center;
}

.header-item-inner3 ul li a {
    color: #531C93;
    font-size: 18px;
    font-weight: 400;
    margin-left: 74px;
}

.header-item-inner3 ul li a:hover {
    color: #FD045E;
}

.header-item-inner3 ul li:last-of-type a {
    margin-left: 58px;
    font-weight: 500;
    color: #fff;
    padding: 10px 26px;
    border-radius: 5px;
    background: #FD045E;
}

.header-item-inner3 ul li:last-of-type a i {
    margin-left: 10px;
}

.header-item-inner3 ul li:last-of-type a:hover {
    color: #fff;
    opacity: .8;
}

.modal-backdrop {
    top: 70px;
}

.offcanvas {
    top: 70px;
}

.offcanvas-start {
    width: 275px;
    border-right: none;
}

.offcanvas-body {
    padding: 11px 7px 20px 28px;
}

.side-menu-inner {
    text-align: right;
    margin-bottom: 16px;
}

.side-menu-inner img {
    cursor: pointer;
}

.side-menu-inner2 ul li a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    display: block;
}

.side-menu-inner2 ul li:first-of-type a {
    padding-bottom: 7px;
    border-bottom: 1px solid #D9D9D9;
    margin-bottom: 13px;
}

.side-menu-inner2 ul li a:hover {
    color: #FD045E;
}

/*=== work area start ===*/

.work-area {
    background-image: url(../images/work-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center -410px;
    background-color: #F8F2FF;
    padding-top: 60px;
    position: relative;
    z-index: 1;
}

.work-area:before {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none;
    height: calc(100% - 288px);
}

.work-area:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: -2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.work-item {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
}

.work-item h2 {
    color: #FD045E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 44px;
}

.work-item p {
    color: rgba(0, 0, 0, 0.80);
    font-size: 15px;
    font-weight: 400;
    line-height: 150%;
    max-width: 536px;
    margin: 0 auto 15px;
}

.work-item a {
    color: #FFF;
    font-size: 12px;
    padding: 6px 16px;
    border-radius: 3px;
    background: #FD045E;
}

.work-item a i {
    margin-left: 8px;
}

.work-item a:hover {
    opacity: .8;
}

.work-item-inner {
    position: absolute;
    top: 25px;
    left: -15px;
    z-index: -1;
}

.work-item-inner img:nth-of-type(2) {
    display: none;
}

.work-item-inner2 {
    position: absolute;
    top: 20px;
    right: -10px;
    z-index: -1;
}

.work-item2 img {
    display: block;
    max-width: 70%;
    margin: 4px auto 0;
}

.work-item3 {
    background-image: url(../images/work-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 7px;
    padding: 40px 140px 40px 107px;
    max-width: 65%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.work-item3:after {
    background-image: url(../images/work-bg3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    display: none;
    border-radius: 10px;
}

.work-item3 h2 {
    color: #FFF;
    font-size: 20px;
    font-weight: 0;
}

.work-item3 form {
    display: flex;
    align-items: center;
}

.work-item3 form div {
    width: 394px;
    margin-right: 12px;
}

.work-item3 form input {
    font-family: 'Proxima-Nova';
    color: #222221;
    font-size: 14.744px;
    font-weight: 400;
    width: 100%;
    padding: 13px 30px;
    border: none;
    border-radius: 41.217px;
    background: #FFF;
}

.work-item3 form input::placeholder {
    opacity: 1;
    color: #222221;
}

.work-item3 form button {
    font-family: 'Proxima-Nova';
    color: #FFF;
    font-size: 14.744px;
    font-weight: 500;
    border: none;
    padding: 13px 33px;
    border-radius: 41.217px;
    background: #FD045E;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.work-item3 form button:hover {
    opacity: .8;
}

.work-item3 ul {
    color: white;
    list-style: none;
    margin-left: 25pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
}

.work-item3 ul li {
    margin-bottom: 5pt;
}

/*=== step area start ===*/

.step-area {
    background-image: url(../images/step-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 100% 66px;
    padding-top: 50px;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.step-area:after {
    content: '';
    position: absolute;
    width: 419px;
    height: 419px;
    border-radius: 419px;
    background: #E9FAFF;
    top: 163px;
    left: 50px;
    z-index: -1;
}

.step-area-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.step-area-inner .row {
    --bs-gutter-x: 35px;
}

.step-item {
    border-radius: 3px;
    border: 1.638px solid #5D7CF9;
    background: #FFF;
    margin-bottom: 33px;
    box-shadow: 0px 15px 10px -15px #5D7CF9;  
}

.step-item ol {
    list-style: auto;
    margin-left: 25pt;
    padding-top: 10pt;
    padding-bottom: 10pt;
}

.step-item ol li {
    margin-bottom: 5pt;
}

.step-item2 {
    box-shadow: 0px 15px 10px -15px #531C93;  
}

.step-item-inner {
    padding: 10px 10px 8px;
    border-radius: 1px 1px 0px 0px;
    background: #5D7CF9;
}

.step-item-inner h2 {
    color: #FFF;
    font-size: 15px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
}

.step-item-inner h2 div {
    position: relative;
    margin-left: 8px;
    cursor: pointer;
}

.step-item-inner h2 div span {
    font-family: 'Inter', sans-serif;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -120%);
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px 6px;
    border-radius: 3px;
    display: block;
    text-align: center;
    min-width: 120px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.step-item-inner h2 div:hover span {
    opacity: 1;
    visibility: visible;
}

.step-item-inner3_1 {
    display: flex;
}

.step-item-inner31 span {
    font-family: 'Inter', sans-serif;
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 2px 8px 6px;
    border-radius: 3px;
    display: block;
    text-align: center;
    min-width: 120px;
    visibility: hidden;
    opacity: 0;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.step-item-inner31:hover span {
    opacity: 1;
    visibility: visible;
}

.step-item-inner h3 {
    font-family: 'Proxima-Nova';
    color: #FFF;
    font-size: 15px;
    font-weight: 300;
}

.step-item-inner2 {
    padding: 10px 20px;
    background: #E4EBFD;
}

.step-item-inner2 label {
    font-family: 'Proxima-Nova';
    color: #777777;
    font-size: 14.744px;
    font-weight: 500;
    margin: 0 0 2px;
}

.step-item-inner3 {
    display: flex;
    align-items: center;
    border-radius: 4.096px;
    border: 1.544px solid rgba(0, 0, 0, 0.50);
    background: #FFF;
    margin-bottom: 8px;
}

.step-item-inner3 > div:nth-of-type(1) {
    width: calc(100% - 50px);
    border-right: 1.6px solid #787180;
    height: 40px;
    display: flex;
    align-content: end;
}

.step-item-inner30 {
    display: flex;
    align-items: center;
    padding-left: 11px;
    padding-right: 6px;
    justify-content: space-between;
}

.step-item-inner30 > div {
    padding: 0 5.5px;
}

.step-item-inner3 input {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    border: none;
    width: 100%;
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #000;
    background: transparent;
    letter-spacing: 3.5pt;
}

.step-item-inner3 > div:nth-of-type(2) {
    width: 50px;
    text-align: center;
}

.step-item-inner2 ul {
    display: flex;
    flex-wrap: nowrap;
}

.step-item-inner2 ul li {
    font-family: 'Proxima-Nova';
    color: #3d3d3d;
    font-size: 15px;
    font-weight: 100;
    height: 40px;
    padding: 0 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.904px solid #000;
    background: rgba(93, 124, 249, 0.30);
    border-left: none;
    cursor: pointer;
    flex: 1;
}

.step-item-inner2 input#custom-number {
    font-family: 'Proxima-Nova';
    font-size: 16px;
    font-weight: 400;
    display: flex;
    border: 0.904px solid #4d4d4d;
    border-radius: 5px;
    margin: 0 5px 0 0;
    flex: 2;
    text-align: center;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {  

   opacity: 1;

}

.step-item-inner2 ul li:nth-of-type(1) {
    border-left: 0.904px solid #000;
    border-radius: 4.52px 0px 0px 4.52px; 
}

.step-item-inner2 ul li:last-of-type {
    border-radius: 0px 4.52px 4.52px 0px; 
}

.step-item-inner2 ul li.active {
    color: white;
    background: #5D7CF9;
}

.step-item-inner4 {
    padding: 16px 20px;
}

.step-item-inner4 label {
    font-family: 'Proxima-Nova';
    color: #777777;
    font-size: 14.744px;
    font-weight: 500;
    border-bottom: 0.819px solid #5B5E65;
    width: 100%;
}

.step-item-inner4 ul {
    list-style: disc;
    margin-left: 10px;
}

.step-item-inner4 ul li {
    margin-bottom: 5pt;
}

.step-item-inner5 {
    height: 200px;
    padding-top: 20px;
    overflow: auto;
    padding-right: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}

.step-item-inner5::-webkit-scrollbar-track {
    width: 2px;
    background: #F3F3F3;
}

.step-item-inner5::-webkit-scrollbar {
    width: 4px;
    border-radius: 29px;
    background: rgba(35, 31, 32, 0.50);
}

.step-item-inner5::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 29px;
    background: rgba(35, 31, 32, 0.50);
}

#each-label-entry {
    margin-bottom: 5pt;
}

.step-item-inner51 {
    margin-top:-10px;
    margin-left: 8px;
    margin-bottom: 25px;
}

.step-item-inner6 {
    background: #E4EBFD;
    padding: 4px;
}

.step-item-inner7 {
    border-radius: 8.191px;
    border: 2.457px dashed #5D7CF9;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 120px;
}

.step-item-inner7 img {
    max-width: 70%;
}

.step-item-inner7 p {
    color: rgba(0, 0, 0, 0.50);
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1px;
}

.step-item-inner7 p span {
    color: #531C93;
    text-decoration-line: underline;
}

.step-item-inner7 input {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.step-item-inner8 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px 16px;
}

.step-item-inner8 p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 16.382px;
    font-weight: 500;
}

.step-item-inner8 p img {
    margin-right: 6px;
}

.step-item-inner8 button {
    color: #FFF;
    font-family: 'Proxima-Nova';
    font-size: 16px;
    font-weight: 300;
    width: 180px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.86px;
    background: #5D7CF9;
    border: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.step-item-inner8 button i {
    margin-right: 8px;
}

.step-item-inner8 button:hover {
    opacity: .8;
}

.step-item2 {
    border: 1.638px solid #531C93;
}

.step-item2 .step-item-inner {
    background: #531C93;
}

.step-item2 .step-item-inner2 {
    background: #F6EEFF;
}

.step-item2 .step-item-inner2 a {
    font-family: 'Proxima-Nova';
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.86px;
    background: #531C93;
    margin-left: auto;
    margin-top: 27px;
}

.step-item2 .step-item-inner2 button {
    font-family: 'Proxima-Nova';
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    width: 150px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3.86px;
    background: #531C93;
    margin-left: auto;
    margin-top: 27px;
}

.step-item2 .step-item-inner2 a i {
    margin-right: 4px;
}

.step-item2 .step-item-inner2 a:hover {
    opacity: .8;
}

.step-item2 .step-item-inner5 {
    height: 315px;
}

.step-item2 .step-item-inner8 {
    border-top: .8px solid #D9D9D9;
}

.step-item2 .step-item-inner8 button {
    background: #531C93;
}

.step-item-inner9 {
    display: flex;
    width: calc(100% - 150px);
    margin-top: 5pt;
    flex-direction: column;
    align-items: left;
}

.step-item-inner9 h6 {
    font-family: 'Proxima-Nova';
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-right: 20px;
    font-weight: bold;
}

.step-item-inner9 p {
    color: rgba(0, 0, 0, 0.60);
    font-size: 13px;
    font-weight: 400;
    margin-top: 5pt;
    margin-left: 15pt;
}

.step-item-inner9 p span:nth-of-type(1) {
    width: 82px;
}

#lifetime-indicator {
    display: none;
}

.step-item-inner10 {
    display: flex;
    align-items: center;
    padding: 5px 10px 5px;
    margin-bottom: 10px;
    border-radius: 4.757px;
    border: 1px solid rgba(0, 0, 0, 0.50);
}

.step-item-inner11 {
    width: 28px;
}

.step-item-inner11 input {
    display: none;    
}

.step-item-inner11 label {
    border: none;
    cursor: pointer;
}

.step-item-inner11 span {
    width: 14px;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #808080;
    border-radius: 3px;
    font-size: 8px;
    color: #000;
}

.step-item-inner11 span i {
    opacity: 0;
}

.step-item-inner11 input:checked + label span i {
    opacity: 1;
}

.step-item-inner12 {
    width: 54px;
    text-align: center;
    border-left: 1px solid black;
}

.step-item-inner13 {
    width: calc(100% - 82px);
}

.step-item-inner13 h3 {
    font-family: 'Proxima-Nova';
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}

.step-item-inner13 h3 span {
    font-size: 14px;
}

.step-item-inner14 {
    height: 5px;
    width: 100%;
    border-radius: 33.299px;
    background: #E3E3E3;
    margin-bottom: 4px;
}

.step-item-inner14 span {
    width: 100%;
    height: 5px;
    display: block;
    border-radius: 33.299px;
    background: #5D7CF9;
}

.step-item-inner13 p {
    color: rgba(0, 0, 0, 0.50);
    font-size: 10.465px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*=== image area start ===*/

.image-area {
    background-image: url(../images/image-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 190px;
    margin-top: -80px;
    text-align: center;
    position: relative;
    z-index: -1;
}

.image-item {
    z-index: 1;
}

.image-item-inner {
    position: absolute;
    width: 90%;
    height: auto;
    top: 0;
    transform: translateY(-40%);
    left: 0;
    z-index: -1;
    display: none;
}

/*hero-area*/
.heor-area {
    padding-top: 45px;    
}

.hero-main {
    border-radius: 10px;
    background: url('../images/hero-bg.png') no-repeat;
    background-position: center;
    background-size: cover;
    padding: 25px 55px 25px 55px;
    max-width: 70%;
    margin: 0 auto;
}

.hero-left h2 {
    font-family: 'grifter';
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
}

.hero-left p {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-top: 14px;
}

.hero-left ul {
    margin-top: 20px;
}

.hero-left ul li {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    display: flex;
    margin-top: 16px;
}

.hero-left ul li:first-child {
    margin-top: 0;
}

.hero-left ul li span img {
    max-width: 26px;
    margin-right: 11px;
}

.hero-right img {
    width: 100%;
}


/*=== upload area start ===*/

.upload-area {
    padding: 129px 0 104px 0;
}

.upload-main {
    position: relative;
}

.line-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.upload-item-wrap {
    display: flex;
    align-items: center;
}

.upload-item-wrap2 {
    margin-top: 100px;
}

.upload-item1 {
    width: 26%;
}

.upload-item1 img {
    width: 100%;
}

.upload-item2 {
    color: #7583F0;
    font-size: 40px;
    font-weight: 700;
    width: 7%;
    text-align: center;
}

.upload-item10 {
    color: #A2E9FF;
} 

.upload-item3 {
    width: 67%;
    position: relative;
}

.upload-item3 img {
    width: 100%;
}

.upload-cnt {
    position: absolute;
    top: 50%;
    left: 129px;
    transform: translateY(-50%);
}

.upload-cnt2 {
    left: 180px;
}

.upload-cnt h4 {
    font-family: 'grifter';
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}

.upload-cnt ul {
    margin-top: 36px;
}

.upload-cnt ul li {
    font-weight: 600;
    font-size: 15px;
    color: #000000;
    margin-top: 14px;
}

.upload-cnt ul li:first-child {
    margin-top: 0;
}

/*print-area*/

.print-area {
   background: #ffffff;
   padding: 100px 0 70px 0;
}

.print-main {
    display: flex;
    align-items: center;
    column-gap: 20px;
    border-radius: 10px;
    background: #5E7DF9;
    position: relative;
    z-index: 10;
    padding: 10px 30px;
}

.print-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.print-inner {
    position: absolute;
}

.print-inner1 {
    left: -48px;
    bottom: 20px;
}

.print-inner1 img {
    max-width: 50px;
} 

.print-inner2 {
    right: -25px;
    bottom: 20px;
}

.print-inner2 img {
    max-width: 20px;
}

.print-item h4 {
    font-family: 'grifter';
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
}

.print-item p {
    font-weight: 500;
    font-size: 18px;
    color: #ffffff;
    margin-top: 12px;
}

/*wellcome-area*/

.wellcome-area {
    background-image: url(../images/image-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0 190px;
    margin-top: -80px;
    text-align: center;
    position: relative;
    z-index: -1;
}

.wellcome-main {
    position: relative;
}

.wellcome-cnt {
    position: absolute;
    left: 50%;
    text-align: center;
    top: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
}

.wellcome-cnt h4 {
    font-family: 'grifter';
    font-weight: 700;
    font-size: 40px;
    color: #000000;
}

.wellcome-cnt p {
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    margin-top: 8px;
}

.wellcome-cnt p:nth-of-type(1) {
    margin-top: 23px;
}

.wellcome-main img {
    width: 70%;
}

/*donec-area*/
.donec-area {
    background: #ffffff;
    padding: 20px 0;
    margin-bottom: 190px;
}

.donec-area .container {
    background: #ffffff;
    padding: 20px 0;
    max-width: 50%;
}

.donec-area .container .col-lg-12 {
    margin-top: -20px;
}

.donec-item {
    border-radius: 10px;
    border: 1px solid rgba(94, 125, 249, 0.38);
    background: #FCFCFF;
    padding: 35px 20px;
    margin-top: 35px;
}

.donec-item h4 {
    font-weight: 600;
    font-size: 20px;
    color: #000000;
    display: flex;
}

.donec-item h4 img {
    max-width: 46px;
    margin-right: 10px;
}

.donec-item p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-top: 20px;
}

.donec-item p:nth-of-type(2) {
    margin-top: 15px;
}

/*=== footer area start ===*/

.footer-area {
    padding: 85px 0 31px;
    margin-top: -190px;
    background: #F5F7FA;
    z-index: 999999;
}

.footer-area-inner {
    max-width: 1340px;
    margin: 0 auto;
}

.footer-item {
    margin-bottom: 30px;
}

.footer-item img{
    width: 150px;
}

.footer-item h3 {
    color: #531C93;
    font-size: 18.638px;
    font-weight: 700;
    margin: 21px 0;
}

.footer-item ul li a {
    color: #000;
    font-size: 18.638px;
    font-weight: 400;
    margin-bottom: 10px;
}

.footer-item ul li:last-of-type a {
    margin-bottom: 0;
}

.footer-item ul li a:hover {
    color: #FD045E;
}

.footer-item2 {
    padding-top: 45px;
}

.footer-item2 h6 {
    color: #333;
    text-align: center;
    font-size: 18.638px;
    font-weight: 400;
}

/* Custom CSS to increase the icon size */
.custom-icon {
    font-size: 30px; /* You can adjust the size as needed */
    color: #6b6b6b;
}

/* Custom CSS for the remove icon */
.remove-icon {
    cursor: pointer; /* Show pointer cursor on hover */
    color: black; /* Change the color as needed */
}

/* Hover effect */
.remove-icon:hover {
    color: darkred; /* Line color on hover */
}

/* Custom CSS for the download icon */
.download-icon {
    cursor: pointer; /* Show pointer cursor on hover */
    color: black; /* Change the color as needed */
}

/* Hover effect */
.download-icon:hover {
    color: green; /* Line color on hover */
}

/* Custom CSS for the download label icon */
.download-label-icon {
    cursor: pointer; /* Show pointer cursor on hover */
    color: black; /* Change the color as needed */
}

/* Hover effect */
.download-label-icon:hover {
    cursor: pointer; /* Show pointer cursor on hover */
    color: green; /* Line color on hover */
}

h3#file-name {
    color: #6b6b6b;
}

label#each-label-entry {
    color:black;
    justify-content: space-between;
}