*{
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: 8px;
background-color: #000000;
}
div#exampleModal::-webkit-scrollbar
{
width: 8px;
background-color: #000000;
}
::-webkit-scrollbar-thumb
{
background-color: #0071FF;
border-radius: 10px;
}
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 span {
background: #0071FF;
width: 9px;
height: 9px;
border-radius: 2px;
}
#button {
display: inline-block;
background-color: #0071FF;
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_padding_top1{
padding-top: 40px;
}
.common_padding_bottom1{
padding-bottom: 40px;
}
.common_padding_top2{
padding-top: 60px;
}
.common_padding_bottom2{
padding-bottom: 60px;
}
.common_title {
font-size: 32px;
font-weight: 600;
color: #121212;
margin: 0;
letter-spacing: 0.1px;
}
.common_bannertitle {
font-size: 32px;
font-weight: 600;
color: #121212;
margin: 0 0 10px;
letter-spacing: 0.1px;
}
.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;
letter-spacing: 0.1px;
}
.common_paragraph p {
color: #464547;
font-size: 16px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.1px;
}
.market_content_wrap p {
margin: 0;
}
.common_btn {
background: #0071FF;
color: #fff;
border-radius: 10px;
font-weight: 600;
padding: 8px 10px;
}
.common_btn svg {
font-size: 20px;
margin-right: 5px;
}
.bglight{
background: #F2F7FE;
}
.bgdark{
background: #0071FF;
}
.common_heading_margin{
margin-bottom: 60px;
}
.common_white_btn {
background: #FFFFFF;
padding: 6px 15px 6px 8px;
text-decoration: none;
border-radius: 10px;
color: #202020;
font-weight: 600;
font-size: 15px;
display: flex;
width: fit-content;
align-items: center;
gap: 15px;
}
.common_white_btn span {
background: #0872F8;
color: #fff;
width: 32px;
height: 32px;
display: flex;
border-radius: 5px;
align-items: center;
justify-content: center;
font-size: 22px;
}
.common_blue_btn {
background: #0872F8;
padding: 6px 15px 6px 8px;
text-decoration: none;
border-radius: 10px;
color: #fff;
font-weight: 600;
font-size: 15px;
display: flex;
width: fit-content;
align-items: center;
gap: 15px;
}
.common_blue_btn span {
background: #fff;
color: #0872F8;
width: 32px;
height: 32px;
display: flex;
border-radius: 5px;
align-items: center;
justify-content: center;
font-size: 22px;
}
.common_white_btn:hover span svg ,
.common_blue_btn:hover span svg {
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: translate(20px, -20px) scale(0.9);
}
26% {
opacity: 0;
transform: translate(-20px, 20px) scale(0.9);
}
55% {
opacity: 1;
transform: translateX(0px) scale(1);
}
}