*{
padding: 0;
margin: 0;
}
div#exampleModal {
padding-right: 0 !important;
}
body.modal-open {
padding-right: 0 !important;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none!important;
margin: 0!important;
}
input[type=number] {
-moz-appearance: textfield!important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
::-webkit-scrollbar
{
width: 7px;
background-color: #ffff;
}
div#exampleModal::-webkit-scrollbar
{
width: 0px;
background-color: #fff;
}
::-webkit-scrollbar-thumb
{
background-color: #1521FF; }
body{
background: #ffffff;
transition: background 1s ease-in-out;
}
html,body {
font-family: "Plus Jakarta Sans", sans-serif;
}
.text_light{
color: #E9E9E9!important;
}
.sub_title {
display: flex;
align-items: center;
gap: 10px;
color: #363636;
font-size: 15px;
font-weight: 500;
margin-bottom: 15px;
text-transform: capitalize;
letter-spacing: 0.1px;
}
.sub_title span {
background: #1521FF;
width: 9px;
height: 9px;
border-radius: 50px;
}
#button {
display: inline-block;
background-color: #3028ff;
width: 50px;
height: 50px;
text-align: center;
border-radius: 50%;
position: fixed;
bottom: 10%;
right: 20px;
transition: background-color .3s, 
opacity .5s, visibility .5s;
opacity: 0;
visibility: hidden;
z-index: 1000;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-size: 20px;
}
#button:hover {
cursor: pointer;
background-color: #1E222B;
box-shadow: rgb(0 0 0 / 9%) 0px 2px 8px 0px;
}
#button:active {
background-color: #1E222B;
}
#button.show {
opacity: 1;
visibility: visible;
}
.common_padding_top{
padding-top: 90px;
}
.common_padding_bottom{
padding-bottom: 90px;
}
.common_title {
font-size: 36px;
font-weight: 700;
color: #121212;
margin: 0;
letter-spacing: -2%;
}
.head_centre {
text-align: center;
margin-bottom: 60px;
}
.head_centre .sub_title{
justify-content: center;
margin-bottom: 10px;
}
.common_sub_title {
font-size: 20px;
color: #121212;
font-weight: 700;
margin-bottom: 7px;
}
.common_paragraph p {
color: #313131;
font-size: 15px;
font-weight: 400;
line-height: 23px;
}
.bg_gray{
background: #F6F6F6;
}
.common_btn {
background: #3028FF;
text-decoration: none;
color: #fff !important;
font-size: 15px;
font-weight: 600;
padding: 8px 8px 8px 15px;
border-radius: 100px;
display: flex;
align-items: center;
justify-content: space-between;
width: fit-content;
text-transform: capitalize !important;
transition: all .2s linear;
}
.common_btn span img {
width: 16px !important;
transition: all .2s linear;
filter: grayscale(1)  invert(1);
}
.common_btn:hover {
color: #fff !important;
transition: all .2s linear;
padding: 8px 15px 8px 8px;
}
.common_arrow1{
width: 0px!important;
opacity: 0;
transition: all .2s linear;
margin-left: 0!important;
}
.common_btn:hover .common_arrow1{
width: 35px!important;
opacity: 1;
transition: all .2s linear;
margin-right: 10px;
}
.common_btn:hover .common_arrow2{
width: 0px;
opacity: 0;
transition: all .2s linear;
margin-left: 0px!important;
}
.common_btn:hover .common_arrow img {
animation-name: bounceAlpha;
animation-duration: 1.4s;
animation-delay: 0.2s;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes bounceAlpha {
0% {
opacity: 1;
transform: translateX(0px) scale(1);
}
25% {
opacity: 0;
transform: translateX(20px);
}
26% {
opacity: 0;
transform: translateX(-20px);
}
55% {
opacity: 1;
transform: translateX(0px);
}
}
.common_btn span{
width: 35px;
height: 35px;
border-radius: 50%;
background: #ffffff;
display: flex;
align-items: center;
justify-content: center;
margin-left: 10px;
transition: all .2s linear;
overflow: hidden;
}
.flex_title {
display: flex;
align-items: end;
justify-content: space-between;
margin-bottom: 50px;
}
.text_white{
color: #fff;
}
.common_title02 {
color: #000000;
font-size: 20px;
font-weight: 700;
margin: 0;
transition: all .5s linear;
}
.head_center {
text-align: center;
margin-bottom: 50px;
} .four-not-four {
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.error {
width: 100%;
height: 400px;
margin: auto;
margin: 0px auto;
text-align: center;
}
.error img {
width: 100%;
height: 100%;
object-fit: contain;
}
.error-text {
width: 100%;
text-align: center;
margin-top: 0px;
}
.error-text h2 {
font-size: 32px;
font-weight: 700;
color: #020202;
margin: 0px 0px 5px;
}
.error-text p {
font-size: 14px;
color: #0000009d;
font-weight: 400;
margin: 0 auto;
width: 380px;
}
.error-text a {
width: fit-content;
margin: 20px auto 0px;
}
@media(max-width: 575px){
.error{
height: unset;
text-align: center;
}
.error img{
height: unset;
width: 70%;
}
.error-text h2 {
font-size: 24px;
}
.error-text p{
width: unset;
}
}