body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
    font-size: 16px;
    color: #3a3a3a;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: 800;
}
h1 {
    font-size: 58px;
    text-transform: uppercase;
}
h3 {
    text-transform: uppercase;
}
.header {
    background: #172f72;
    padding: 5px 20px;
}
.header-mobile {
    display: none;
    background: #172f72;
    padding: 15px 20px;  
}
.header .heading{
    background: #374f92;
    padding: 10px 20px;
    font-size:18px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    text-transform: uppercase;
}
.heading-mobile {
    background: #fcc609;
    box-shadow: 0px 4px 35px 0px rgb(0 0 0 / 10%);
    padding: 12px;
    font-size:15px;
    color: #000;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    display: none;
}
.top-btn {
    text-align: right;
}
.btn-kyc {
     font-size:18px;
     color: #fff;
     font-weight: 600;
     padding:8px 24px;
     border-radius: 50px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s;
     background: rgb(26,115,232);
     background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%); 
}
.btn-kyc:hover {
     background: rgb(240,185,11);
     background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
     color: #333;
}
.btn-yellow {
     font-size:18px;
     color: #333;
     font-weight: 600;
     padding:8px 24px;
     border-radius: 50px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s;
     background: rgb(240,185,11);
     background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
     
      
}
.btn-yellow:hover {
     background: rgb(26,115,232);
     background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%);
     color: #fff;
}
.lightblue_bg {
    background: #e0e8f3;
    padding: 70px 0;
}

.white_box {
    background: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.btn-primary {
     font-size:24px;
     color: #fff;
     font-weight: 600;
     width: 100%;
     border-radius:10px;
     line-height:48px;
     text-align: center;
     text-transform: uppercase;
     transition: all 0.3s;
     background: rgb(26,115,232);
     background: linear-gradient(180deg, rgba(26,115,232,1) 0%, rgba(37,128,248,1) 100%); 
}
.btn-primary:hover {
     background: rgb(240,185,11);
     background: linear-gradient(180deg, rgba(240,185,11,1) 0%, rgba(254,200,30,1) 100%);
     color: #333;
}
footer {
    padding: 30px 0 20px;
    font-size: 18px;
}
footer .email {
    font-weight: 700;
    color: #4452de;
}
.coming {
    font-size: 44px;
    line-height: 48px;
    font-weight: 900;
    color: #fe0909;
    text-align: center;
    text-transform: uppercase;
}

@media screen and (max-width: 992px) {
.header .heading {
    font-size: 14px;
}
.btn-kyc {
     font-size:14px;
     padding:8px 16px; 
}
.btn-yellow {
   font-size:14px;
   padding:8px 16px; 
}
}

@media screen and (max-width: 786px) {
.header {
    display: none;
}
.header-mobile {
    display: block; 
}
.heading-mobile {
    display: block;
}
.box {
    width: 20%;
   margin: 0px 5px 11px 5px;
}
.lightblue_bg {
    padding:40px 0;
}
h1 {
    font-size:36px;
}
}