﻿.sub-btn a {
  background: #001E55;
  padding: 10px 25px;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 15px;
  transition: 0.5s;
}
.appication-text {text-align: center; }
.appication-text h4{color: #001E55; font-size: 25px; font-weight: normal; font-family: 'Bodoni Moda 18pt'; margin: 0;}
.appication-text h5{font-family: 'Roboto'; font-weight: 500; font-size: 18px; margin: 0; color: #001E55; }
.right-text p{color: #212121; font-family: 'Roboto'; font-weight: normal; font-size: 16px; margin: 0;}
.right-text-2 li{list-style: none; display: inline-block; }
.right-text-2 a{color: #212121; font-size: 16px; font-family: 'Roboto'; font-weight: normal; text-decoration: none;}
.coppy-bg{background: #021a46; padding: 20px 0;}
.right-text-2{display: flex; align-items: center; justify-content: space-between;}
.form-from-box h3{font-size: 35px; font-family: 'Bodoni Moda 18pt'; font-weight: normal; color: #fff;}
.form-from-box p{font-size: 16px;  color: #fff; font-weight: 400; font-family: 'Roboto'; margin: 0;}
.form-from-box{background: #001E55; box-shadow: 0 4px 10px rgba(0,0,0,0.2); padding: 50px 40px; border-radius: 20px; margin: 30px 70px;}
.important-text p{font-size: 18px; font-weight: 500; color: #000; position: relative; padding-left: 30px; margin-bottom: 30px;}
.important-text p::before{position: absolute; content: ''; width: 26px; height: 26px; left: 0; top: 0; background-position: center; background: url(../images/important.avif);}
.name-box{display: flex;
  align-items: center;
  border: 1px solid #000;
 
  border-radius: 5px;}
.name-box label{font-size: 14px; font-weight: 500; color: #3A3939; white-space: nowrap;padding-left: 10px;
  padding-right: 10px;}
.name-box .form-control{ box-shadow: none; background-color: transparent;font-size: 14px;height: 42px;border: none;}
.name-box select{box-shadow: none !important; background-color: transparent;font-size: 14px;height:42px;border: none;}
.form-wrapper{background: #fff;  border-radius: 18px; padding: 30px 40px; box-shadow: 3px 3px 6px #00000029; margin: 30px 70px;}
.custom-radio{display: inline-flex;align-items: center;cursor: pointer;font-size: 15px;position: relative;}
.custom-radio input{display: none;}
.radio-mark{width: 18px;height: 18px;border: 2px solid #000;border-radius: 50%;margin-right:-3px;position: relative;}
.custom-radio input:checked + .radio-mark::after{content: '';width: 8px;height: 8px;background: #000;border-radius: 50%;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.genter-box{justify-content: space-between;}
.gap-4{gap: 55px !important;}
.form-bg-sec{padding: 60px 0;background:#1e1f45;padding-top:10px;padding-bottom: 10px !important;}
.sce-box{display: flex;
  gap: 10px;
  align-items: baseline;}
.form-wrap{padding:40px;}
.form-wrap label{font-size:13px;}
.custom-radio{display:inline-flex;align-items:center;gap:8px;margin-right:20px;cursor:pointer;}
.custom-radio input{ display:none; }
.radio-mark{width:16px;height:16px;border:2px solid #000;border-radius:50%;position:relative;}
.custom-radio input:checked + .radio-mark::after{content:'';width:8px;height:8px;background:#000;border-radius:50%;
    position:absolute;top:49%;left:50%;transform:translate(-50%,-50%);}
.section-title label{font-weight:500;margin-top:30px;margin-bottom:15px;}
.upload-btn{background:#333;color:#fff;border-radius:20px;padding:5px 15px;font-size:13px;}
.bottom-box{margin-top: 20px;}
.upload-btn{background:#333;color:#fff;padding:6px 45px;border-radius:20px;font-size:13px;cursor:pointer;}
.file-input{display:none;}
.file-name{font-size:13px;}
.uplod-btn h6{font-size: 16px; font-weight: 500;  margin: 0;}
.uplod-btn{padding-top: 30px;}
.section-title p{font-size: 16px; font-weight: 500; color: #000;}
.rght-text label{font-size: 16px; font-weight: 500; color: #000;}
.rght-text .upload-btn{color: #fff;}
.btn-code-box{display: flex; align-items: center; justify-content: end; gap: 30px;}
.btn-code-box h6{font-size: 16px; font-weight: 500;  margin: 0;}
.Present-text{padding-top: 20px;}
.sible-text p{padding: 20px 0px; margin: 0;}
.sub-coppy{margin-top: 0;}
.sub-footer{padding-top: 0;}
.form-wrapper:last-child{margin-bottom: 0;}
.sub-btn a{background: #001E55; padding: 10px 25px; border-radius: 8px; color: #fff; text-decoration: none; font-weight: normal; font-size: 15px; transition: 0.5s;}
.sub-btn{padding-top: 40px; text-align: center;}
.sub-btn a:hover{background: #000; transition: 0.5s;}