.blue-strip {
    background: #2d2a95;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.blue-bg {
    background: #2d2a95;
    color: #fff;
    margin-top: 20px;
    padding-bottom: 20px;
}
.number {
    border-right: 3px solid #ffbe45;
    background: #fff;
    font-size: 25px;
    color: #2d2a95;
    padding: 18px 6px;
    overflow: hidden;
}
.steps {
    display: grid;
    grid-template-columns: 11% 89%;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #6764bb;
    margin-bottom: 20px;
    font-size: 15px;
    height: 64px;
	align-items: center;
}
.blue-bg h3.white-clr {
    color: #fff !important;
}

.step-ic {
    position: absolute;
    margin-top: 7px;
}


html, body {font-family: 'Open Sans',sans-serif;}
.shiny-button{position:relative;border:none;cursor:pointer;overflow:hidden;outline:none}
.shiny-button::before{content:'';position:absolute;top:0%;left:0%;width:200%;height:200%;background-image:linear-gradient(120deg,#fff0 30%,rgb(255 255 255 / .8),#fff0 70%);animation:shine 2s infinite}@keyframes shine{0%{transform:translateX(-100%) translateY(-100%)}100%{transform:translateX(100%) translateY(100%)}}
.v-align-mid {vertical-align:middle;}
.blue-patch {background:#2b2e8c;color:#fff;padding: 10px;display: inline-block;margin-top: 29px;font-size: 18px;padding: 9px 84px;border-radius: 10px;}
.clr-darkgray {color: #2d2a95;}
.form01 {margin-top:30px;}
.ul-1 {color:#2b2e8c; font-size:24px;padding:5px;font-weight:bold;margin-right:5px;}
.ul-text {font-size: 15px;}
ul {margin:30px;margin-top: -15px;padding:10px;}
li::marker {color:#2d2a95;font-weight:bold;font-size:18px;}
ul li {padding:10px;list-style-type:decimal;list-style-position: outside;}
.text-left {text-align:left;}
.white-bg {background:#fff;}
.white-bg tr td{ padding:10px;}
.blue-bg {background:#2d2a95; color:#fff;}
.text-center {text-align:center;}
.mb-20 {margin-bottom:20px;}
table tr th { font-size:18px; font-weight:bold;}
.table-dv {margin: 20px;margin-top: -15px;}
.blue-clr {color:#2d2a95}
table {
            margin-top: 10px;
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 1rem;
            border: 1px solid #dee2e6; /* Add a border to the table */
            border-radius:10px;
            overflow:hidden;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
            background:#f2f2f2;
        }
        th, td {
            padding: 0.75rem;
            border-bottom: 1px solid #dee2e6; /* Bottom border for rows */
            border-right: 1px solid #dee2e6;  /* Right border for columns */
        }
        th {
            background-color: #e9ecef; /* Light background for headers */
            text-align: left;
        }
        /* Ensure the last cell in the last row also has no right border */
        tr:last-child td:last-child {
            border-right: none;
        }


.overlay {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .8;
}
.heading:after, .loading-text, .overlay {
    bottom: 0;
    left: 0;
    right: 0;
}
.loading-text {
    z-index: 99999;
    position: absolute;
    top: 0;
    margin: auto;
    height: 20px;
    font-size: 20px;
}
.loading-text {
    width: 100%;
    color: #fff;
}

.loading-text, footer, li {
    /* text-align: center; */
}

body{
	margin: 0;
	padding: 0;
	font-family:'Open Sans',sans-serif;
	font-size: 14px;
	background-color: #efefef;
}

.min{background-color: #fff;max-width:500px;margin: auto;overflow-x: hidden;}

.responsive {
  width: 100%;
  height: auto;
}

.logo{
	padding: 10px 25px;
	margin: -20px -12px;
	}

 .banner{
 	background-image: url("img/b-bannerbg.webp");
 	background-repeat: no-repeat;
	background-size: cover;
 	 width: 100%;
 	 margin: auto;
 	 padding: 20px 0px;
 }

 .fade_rule {
        height: 8.0em;
        background-color: #000;
        width: 2px;
        margin: 0 auto;
        background-image: linear-gradient(left , white 2%, #E6E6E6 50%, white 98%);
        background-image: -o-linear-gradient(bottom , white 2%, #000 90%, white 98%);
        background-image: -moz-linear-gradient(bottom , white 2%, #000 90%, white 98%);
        background-image: -webkit-linear-gradient(bottom , white 2%, #000 90%, white 98%);
        background-image: -ms-linear-gradient(bottom , white 2%, #E00090%, white 98%);
        background-image: -webkit-gradient( linear, top right, bottom left, color-stop(0.02, white), color-stop(0.8, black), color-stop(0.98, white) );
}
/* .banner-img{
	background-image: url("img/info-1.png");
 	background-repeat: no-repeat;
 	background-position: center;
	 width: 100%;
	 margin: auto !important;
} */

.D-hide{
	display: none;
}
.sub{
	font-size: 23px;
	color: #2b2e8c !important;
	margin: auto;
	padding: 36px 0px 9px 0px;
	line-height:30px;
	font-weight: 500;
	text-align: center;
	font-family: 'Butler' !important;
} 

.sub span{
	background-color: #2b2e8c;
	font-weight:bold;
	border-radius: 11px;
	padding: 0px 12px;
	color:#fff;
}
/*  .responsive {
  width: auto;
  height: auto;
} */

 .sign{
	text-align: center;
	margin: auto;
 }

 .form01{
 	padding-bottom: 30px; 
 }

form{
	padding: 7px 0px 0px 0px;
	border-radius: 17px;
	width:90%;
	background-color: #dbe9f5;
	height: auto;
}
input,select{
		    margin: 8px 0px;
		    border: 1px solid #dedede;
		    border-radius: 5px;
		    padding: 10px 10px;
		    width: 85%;
		    color: #2a2e94;
		    background-color: #ffffff;
	}
select{
	  width: 90%;
	  height: 35px;
	  color: gray;
	  padding: 0px;
	}

input:focus,select:focus{outline: none;}
button{
	 width: 80%;
     border: none;
	background-color: #e93028;
    color: white;
    font-size: 18px;
    padding: 10px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 20px;
	text-transform:uppercase;
	font-weight: bold;
}
.check-box{
	display: grid;
	grid-template-columns: 10% 80%;
	align-items: self-start;
	font-size: 11px;
	margin-top: 6px;
	color: #666666;
	padding: 0px 10px;
	text-align: justify;
}

.btn-primary {cursor:pointer;background:#2b2e8c;color: #fff;width: 60%;border: none;padding: 12px 10px;font-weight: 600;font-size: 16px;/* box-shadow: 0px 1px 0px 1px #7f7f7f; */margin-top: -20px;transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;}
/* .btn-primary:hover {background-color: #fcd00e;color:#2d2a95; transition:all 0.3s linear;-moz-transition:all 0.3s linear;-webkit-transition:all 0.3s linear;} */



.temp{
	background-color: #fff;
	width: 500px;
	margin: auto;
	
	margin-top: -36px;
}

.head h6{
	display: block;
	/* background-color: #000000; */
	width: 100%;
	height: 7px;
	margin: 0px 0px;
	border-radius: 10px 10px 0px 0px;
}

.head p{
	text-align: center;
	color: #2a2e94;
	font-size: 20px;
	margin: 10px;
	font-weight: bold;
}

.checkbox {
	display: grid;
	align-items: center;
	grid-template-columns: 10% 90%;
	padding: 0px 20px
}

.checkbox p{
	text-align: left;
	font-size: 10px;
	padding: 10px;
	margin:none;
}
.img{
	width: auto;
	height: auto;
	margin: auto;
	text-align: center;
}

.btn a{
	text-decoration: none
}


.bttn{
	width: 25%;
	text-align: center;
	background-color: #013d7a;
	padding: 9px;
	color:#fff;
	margin: auto;
	font-size: 28px;
	font-weight: bold;
	border-radius: 10px;
	box-shadow: -1px 6px 7px 0px #b9b9b9;
}



.start h3{
    color: #2b2e8c !important;
    border-radius: 20px;
    font-size: 24px;
    text-align: center;
    padding: 17px 0px 1px 0px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: -4px;
    font-family: 'Butler' !important;
    margin-top:0px;
}

.heading {
    color: #2b2e8c !important;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    line-height: 32px;
    font-family: 'Butler' !important;
    margin-top: 26px;
}



.mt-25 {margin-top:25px;}



.herobanner {
	display:block;
    width: 100%;
    margin: auto;
}

.benefits{
	display: grid;
	grid-template-columns: 50% 50%;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 500;
	width: 95%;
	margin: auto;
	padding-top: 18px;
}
.box-1{
	background-color: #ffffff;
	margin:10px;
	text-align: center;
	color: #454B54 !important;
	padding:10px;
	border-radius: 10px;
	height: 180px;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px 1px #eee;
	overflow: hidden;
}
.box-1 p {
	font-size: 16px;
	font-weight: bold;
	padding:5px;
	margin:5px;
	line-height: 20px;
}

.box-1 span {
	font-size: 14px;
	font-weight: 400;
}

.graph{
	
/* 	background-image: url("img/grap.png");
 	background-repeat: no-repeat; */
	
margin: auto;
	
padding: 20px 0px;
	
position: absolute;
	
margin-top: 110px;
	
opacity: 0.6;
	
margin-left: -60px;
}

/* .box-2{
	background-color: #f3f3f3;
	border: 1px dashed #8f8f8f;
	margin: 0px 10px;
	text-align: center;
	padding: 20px 20px;
	height: 75%;
} */

.users{
	display: grid;
	grid-template-columns:50% 50%;
	align-items: center;
	border-radius: 16px;
	width: 95%;
	margin: auto;
	padding: 20px 0px 0px 0px;
	line-height: 26px;
	margin-top:2px;
	margin-bottom:5px;
}

.box-2{
	background-color: #ffffff;
	margin: 7px 5px;
	text-align: center;
	color: #454B54 !important;
	padding: 17px 20px;
	border-radius: 20px;
	height: 67%;
	border: 1px solid #2b2e8c;
	margin-bottom:10px;
}
.box-2 p {
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	margin: -4px 0px;
}

.box-2 span {
	font-size: 14px;
	font-weight: 400;
	line-height: 9px !important;!i;!;
}

.border{
	text-align: center;
	width: 60%;
	color: #2b2e8c !important;
	font-weight: bold;
	margin: auto;
	padding: 0px;
	font-size: 22px;
	font-family: 'Butler' !important;
}
.cta{
	background-color: #e68717;
	border-radius: 20px;
	text-transform: uppercase;
	width: 70%;
	margin: auto;
	padding: 0px 0px;
	text-transform: uppercase;
	margin-top: 40px;
}
.cta p{
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
.cta a{
	text-decoration: none;
}
.hide{
	display: none;
}
.footer {padding: 25px 25px 58px 25px;background: #2b2e8c;margin-top: 9px;font-family: 'Open Sans', sans-serif;}


.footer p{
	
text-align: center;
	
color: #fff;
	
font-size: 13px;
	
margin: auto;
}
.footer a{
	text-decoration: none;
	color:#6a96f9;
	text-decoration:underline;
}

.footer a:hover{
	color: white;
	text-decoration: none;
}
.border1 {border-right: 2px solid #ffffff;}
#lblErrorMsg {width: 300px; padding:10px;}


#toTop{
    display: none;
    position: fixed;
    bottom: 0;
    width: 245px;
    z-index: 99;
    font-size: 22px;
    left: 35%;
    right: 35%;
    border: none;
    outline: none;
    background-color: #031d5f;
    color: #333;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
    color: #fff;
    margin: 0 auto;
}



/* FAQ*/

.main-container {
    display: flex;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 90%;
    background-color: white;
    border-radius: 20px;
    background-image: url(images/bg-pattern-desktop.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: -457px -250px;
}

.faq ,.woman-img{
    flex: 1;
    margin-top: -30px;
}

.woman-img{
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.box{
    display: block;
    position: absolute;
    transform: translateX(-50%) translateY(85%);
    z-index: 1;
}

.desk-img{
    transform: translateX(-17%);
}

.mob-img{
    display: none;
}
/** FAQs CSS **/

.ac-container h3 label {
	position: relative;
	z-index: 20;
	padding: 15px 10px;
	margin: 12px -11px;
	border-radius: 15px;
	display: block;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	FONT-WEIGHT: 500;
	font-size: 19px;
	background: transparent url(img/down.png) no-repeat center right 10px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
	/* border-bottom: 1px solid #ddd; */
	font-size: 15px;
	margin-top: 1px;
}


.ac-container {
    width: 100%;
    margin: 10px auto;
    text-align: left;
}
.ac-container h3{
    font-size: 15px;
    line-height: 20px;
	margin-bottom:0px;
}

.ac-container label:hover {
    background: #fff;
	background: transparent url(img/down.png) no-repeat center right 10px;
	
}

.ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #fff;
    height: 30px;
    line-height: 21px;
    font-size: 15px;
	background: transparent url(img/down.png) no-repeat center center;
	
}


.ac-container input:checked + h3 label {
   background:#ffffff  url(img/up.png) no-repeat center right 10px;
   margin-bottom: -11px;
   padding-bottom:0px;
   padding: 20px 10px;
}
.ac-container input:checked + label:hover {
  background:none;
}



.ac-container input {
    display: none;
}

.ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
	opacity:1;
	
}


.ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 14px !important;
    padding: 5px 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	
}

.ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
	
}

.ac-container input:checked ~ article.ac-small {
    height:auto;
	background: #f4f4f4;

}

.ac-container input:checked ~ article.ac-medium {
    height: auto;
	background: #f4f4f4;
}

.ac-container input:checked ~ article.ac-large {
    height: auto;
	background: #f4f4f4;
}


.ac-container input[type=checkbox].hide-input:checked + article {
  height: 0;
  opacity: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
}

.ac-container ul {
    margin: 10px;
    padding: 25px;
    padding-top: 10px;
}
.ac-container ul li {
    line-height: 25px;
    font-size: 14px;
    list-style: circle;
}

@media only screen and (max-width: 768px) {
	.ac-container h3 label {padding: 11px 22px;position: relative;z-index: 20; display: block;height:auto;padding-left:10px;}
	.temp {width:auto;}
	.start h3 {padding:15px;}
	#toTop {left:17%;}
}


/*** FAQ CSS END ****/

@media (max-width: 1155px){
    .desk-img{
        display: none;
    }

    .box{
        display: none;
    }

    .mob-img{
        display: block;
        position: relative;
        left: -10px;
        top: -40px;
        margin: 0 auto;
    }

    .woman-img{
        overflow: visible;
        height: 0;

    }

    .main-container{
        background-image: none;
        display: block;
        margin-top: 180px;
    }

    .items {
        padding-right: 0;
    }

    .answer p{
        padding-right: 50px;
    }

    .faq h1{
        text-align: center;
    }

    .faq {
        padding-top: 0px;
        margin-top: -145px;
    }

}

.border1 {border-right: 2px solid #ffffff;}
#lblErrorMsg {width: 392px; padding:10px;}


#toTop{
    display: none;
    position: fixed;
    bottom: 0;
    width: 246px;
    z-index: 99;
    font-size: 15px;
    font-weight: 600;
    left: 35%;
    right: 35%;
    border: none;
    outline: none;
    background-color: #2b2e8c;
    color: #ffffff !important;!i;!;
    cursor: pointer;
    padding: 11px;
    border-radius: 10px;
    color: #fff;
    margin: 0 auto;
	border:1px solid #fff;
}



/*Responsive code*/
@media only screen and (min-device-width: 300px) and (max-device-width: 1024px){

#lblErrorMsg {width: 275px;padding-top: 0px; padding:10px;}
.border1 {border-right:none;}
.logo{
	text-align: center;
	margin-bottom: 0px;
	}

	.min
{
	max-width: 100% !important;
}

.temp{
	background-color: #fff;
	width: 100%;
	margin: auto;
	margin-top: -36px;
}
	.D-hide{
	display:block;
}
	.head h6{
		font-size: 20px;
	}

	.sub {
		font-size: 18px;
		line-height: 36px;
		margin-top: -42px;
	}
   .banner h1{
   	font-size: 28px;
   }
   .start h3{
   	font-size: 24px;
   	padding: 10px 24px;
   	width: 85%;
   	line-height: 31px;
   }
   .why01 h3{
   	font-size: 26px;
   	padding: 10px 20px;
   }

   .banner{
   	background-image: url(img/b-bannerbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: auto;
    padding: 20px 0px;
   }

   .banner-img{
	 display: grid;
	 grid-template-columns: 100%;
	 align-items: center;
	 width: 100%;
	 margin: auto;
	 padding: -20px 0px;
}

 .responsive {
  width: 100%;
  height: auto;
}
.line{
	display: none;
}
form{
	width: 90%;
	margin: auto;
	background-color: #dbe9f5;
	margin: 25px;
	box-shadow: -3px 8px 7px 0px #cbcbcb;
	border-radius: 10px 10px;
}
input:focus,select:focus{outline: none;}
button{
	 width: 80%;
     border: none;
	background-color: #e93028;
    color: white;
    font-size: 15px;
    padding: 10px;
	border-radius: 8px;
	text-align: center;
	margin-bottom: 20px;
	text-transform:uppercase;
	font-weight: bold;
}
.btn a{
	text-decoration: none
}

.users {
    display: grid;
    grid-template-columns:50% 50%;
    align-items: center;
    border-radius: 16px;
    width:95%;
    margin: auto;
    padding: 0px 0px 0px 0px;
    line-height: 26px;
    margin-top: 2px;
}

.graph {
    margin: auto;
    padding: 20px 0px;
    position: absolute;
    margin-top: 107px;
    opacity: 0.6;
    margin-left: -89px;
}

.graph-m {
    margin: auto;
    padding: 20px 0px;
    position: absolute;
    margin-top: 120px;
    opacity: 0.6;
    margin-left: -86px;
}

.bttn {
    width: 70%;
    text-align: center;
    background-color: #013d7a;
    padding: 9px;
    color: #fff;
    margin: auto;
    font-size: 25px;
    font-weight: bold;
    border-radius: 10px;
}
.why h3{
    font-size: 23px;
    font-weight: bold;
}
.invest{
	text-align: center;
	display: grid;
	grid-template-columns: 50% 50%;
	margin: auto;
	margin-bottom: 30px;
	width: 100% !important;
	padding: 0;
}
.b1{
	border-right: none;
}

.invest01{
	display: grid;
	grid-template-columns: 100%;
	font-size: 28%;
	margin: auto;
	align-items: center;
	text-align: center;
	margin-top: 41px;
}
.invest01 span{
	    font-size: 19px;
    font-weight: 200;
}


.b2{
	/* border-bottom: 2px dashed #000000; */
	width: 85%;
}

.invest01 span{
    font-size: 20px;
    font-weight: 500;
}
.invest2 {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    width: 100%;
    margin: auto;
    padding: 0px 0px;
    line-height: 26px;
    text-align: left;
    margin-bottom: 30px;
}
.line-H{
	background-color: #e68900;
	height: 5px;
	width: 80%;
	margin-top: -29px !important;
	margin:10px auto
}
.why01 {
    background-color: #f1f1f1;
    border-radius: 16px;
    width: 85%;
    margin: auto;
    box-shadow: -2px 9px 8px 0px #a8aaab;
    padding: 10px;
    margin-top: 45px;
    margin: auto;
}
.why01-1 {
    display: grid;
    grid-template-columns: 100%;
    align-items: center;
    padding: 20px 0px;
    line-height: 25px;
    margin: auto;
    font-weight:200;
}
.why02{
	padding: 10px 0px;
	font-weight: 700;
}

.benefits {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 500;
    width: 95%;
    margin: auto;
    padding-top: 20px;
}

.box-1 {
    background-color: #ffffff;
    border: 1px solid #e7e7e7;
    margin: 21px 6px;
    text-align: center;
    padding: 20px 0px;
    height: 78%;
}

.box-2 {
    background-color: #ffffff;
    border: 1px solid #2b2e8c;
    margin: 12px 10px;
    text-align: center;
    padding: 21px 0px;
    height: 59%;
}
.cta{
	width: 95%;
	font-size: 18px !important;
}

.cta p{
	font-size: 19px !important;
	width: 90;
}

.hide{
	display: block;
}
.hide01{
	display: none;
}
#toTop {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 99;
    font-size: 20px;
    left: 0px !important;
    right: 0px !important;
    border: none;
    outline: none;
    background-color: #031d5f;
    color: #333;
    cursor: pointer;
    padding: 15px;
    border-radius: 18px;
    text-align: center;
    width:70%;
    color: #fff;
    margin: 0 auto;
}
.footer{
	width: 86%;
	margin: auto;
}
}

.sticky-btn {
    cursor: pointer;
    background: #2b2e8c;
    color: #000000;
    width: 20%;
    border: none;
    padding: 10px 1px;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    /* box-shadow: 0px 1px 0px 1px #7f7f7f; */
    margin-top: 15px !important;!i;!;
    margin: auto;
    bottom: 0;
    position: fixed;
    left: 40%;
}

#scroll {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#scroll:hover {
  background-color: #555;
} {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}



.overlay {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000;
    opacity: .8;
}
.heading:after, .loading-text, .overlay {
    bottom: 0;
    left: 0;
    right: 0;
}
.loading-text {
    z-index: 99999;
    position: absolute;
    top: 0;
    margin: auto;
    height: 20px;
    font-size: 20px;
}
.loading-text {
    width: 100%;
    color: #fff;
}

.loading-text {
    text-align: center;
} center;


.shiny-button {
    position: relative;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
.shiny-button::before {
    content: '';
    position: absolute;
    top: 0%;
    left: 0%;
    width: 200%;
    height: 200%;
    background-image: linear-gradient(120deg, #fff0 30%, rgb(255 255 255 / .8), #fff0 70%);
    animation: shine 2s infinite;
}
@keyframes shine {
    0% {
    transform: translateX(-100%) translateY(-100%);
}
100% {
    transform: translateX(100%) translateY(100%);
}orm: translateX(100%) translateY(100%);
}