
@import url('https://fonts.googleapis.com/css2?family=BBH+Hegarty&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background: #f3f3f3;
}

.container{
    max-width: 1180px;
    margin: 0 auto;

}
.header{
    text-align:center;
    border-bottom:2px solid #e74c3c;
    padding-bottom:10px;
}
.header h1{
    margin:0;
    color:#c0392b;
}
.header p{
    margin:5px 0;
    font-size:14px;
}
.section-title{
    background:#e74c3c;
    color:#fff;
    padding:6px 10px;
    margin:20px 0 10px;
    font-weight:bold;
    font-size: 20px;
    text-align: center;
}
table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:15px;
}
td, th{
    border:1px solid #333;
    padding:6px;
    font-size:14px;
}
label{
    font-weight:bold;
}
.input{
    width:100%;
    border:none;
    border-bottom:1px solid #dfdfdf;
    outline:none;
}
.photo-box{
    width:120px;
    height:150px;
    border:1px solid #333;
    text-align:center;
    font-size:12px;
}
.inline{
    display:flex;
    gap:10px;
}
.note{
    font-size:12px;
}
.footer-box{
    border:1px solid #333;
    padding:10px;
}
.signature{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}

.main-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-head .content {
    padding-left: 20px;
    text-align: center;
}
.main-head .content p{
    margin-bottom: 0px;
}

.form-header {
    background: #ffe3e3;
    padding: 20px 0px;
}
.main-head .content h1 {
    font-size: 36px;
    color: #03007c;
    font-weight: 600;
}
.admi-title {
    text-align: center;
    color: #e51500;
    font-size: 40px;
    font-weight: 700;
    padding: 10px;
    margin-top: 20px;
}

.table-main input {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 0.5px solid #bfbfbf;
    margin-bottom: 10px;
}
.passport-img input {
    border: none;
}

.passport-img {
    border: 1px solid #b0b0b0;
    height: 100%;
    border-radius: 10px;
    padding-top: 30px;
}

.image-input {
    height: 100%;
    text-align: center;
}
.gender {
    display: flex;
}
.gender input {
    width: 10%;
}
.rules {
    padding: 30px 0px;
}

.rules h2 {
    color: #e51500;
    font-weight: 700;
}
.icon-img {
    width: 110px;
}

.icon-img img {
    width: 100%;
}

.headicon {
    display: flex;
    justify-content: flex-end;
}

.f-head-logo .images {
    width: 120px;
}

.f-head-logo .images img {
    width: 100%;
}

@media screen and (max-width:767px) {
    .headicon{display: none;}
    .f-head-logo {
        margin: 0 auto;
    }
    .main-head .content h1{
        font-size: 28px;
    }
    .main-head .content{
        padding-left: 0px;
    }
    .admi-title{
        font-size: 30px;
    }
}

.check-input-box {
    display: flex;
    width: 100%;
    align-items: center;
}

.check-input-title {
    padding-right: 15px;
}


label.form-check-label {
    color: #555;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 3px;
}

.check-input-title p {
    margin-bottom: 8px;
}
.form-check-inline{
    display: inline-flex
}
button.submit-btn {
    padding: 10px 30px;
    background: #e51500;
    color: #fff;
    border: 1px solid #000;
}

@import url('https://fonts.googleapis.com/css2?family=BBH+Hegarty&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background: #f3f3f3;
}

.container{
    max-width: 1180px;
    margin: 0 auto;

}
.header{
    text-align:center;
    border-bottom:2px solid #e74c3c;
    padding-bottom:10px;
}
.header h1{
    margin:0;
    color:#c0392b;
}
.header p{
    margin:5px 0;
    font-size:14px;
}
.section-title{
    background:#e74c3c;
    color:#fff;
    padding:6px 10px;
    margin:20px 0 10px;
    font-weight:bold;
    font-size: 20px;
    text-align: center;
}
table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:15px;
}
td, th{
    border:1px solid #333;
    padding:6px;
    font-size:14px;
}
label{
    font-weight:bold;
}
.input{
    width:100%;
    border:none;
    border-bottom:1px solid #dfdfdf;
    outline:none;
}
.photo-box{
    width:120px;
    height:150px;
    border:1px solid #333;
    text-align:center;
    font-size:12px;
}
.inline{
    display:flex;
    gap:10px;
}
.note{
    font-size:12px;
}
.footer-box{
    border:1px solid #333;
    padding:10px;
}
.signature{
    display:flex;
    justify-content:space-between;
    margin-top:30px;
}

.main-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-head .content {
    padding-left: 20px;
    text-align: center;
}
.main-head .content p{
    margin-bottom: 0px;
}

.form-header {
    background: #ffe3e3;
    padding: 20px 0px;
}
.main-head .content h1 {
    font-size: 24px;
    color: #03007c;
    font-weight: 600;
}
.admi-title {
    text-align: center;
    color: #e51500;
    font-size: 40px;
    font-weight: 700;
    padding: 10px;
    margin-top: 20px;
}

.table-main input {
    width: 100%;
    padding: 10px;
    border-radius: 7px;
    border: 0.5px solid #bfbfbf;
    margin-bottom: 10px;
}
.passport-img input {
    border: none;
}

.passport-img {
    border: 1px solid #b0b0b0;
    height: 100%;
    border-radius: 10px;
    padding-top: 30px;
}

.image-input {
    height: 100%;
    text-align: center;
}
.gender {
    display: flex;
}
.gender input {
    width: 10%;
}
.rules {
    padding: 30px 0px;
}

.rules h2 {
    color: #e51500;
    font-weight: 700;
}
.icon-img {
    width: 110px;
}

.icon-img img {
    width: 100%;
}

.headicon {
    display: flex;
    justify-content: flex-end;
}

.f-head-logo .images {
    width: 120px;
}

.f-head-logo .images img {
    width: 100%;
}

@media screen and (max-width:767px) {
    .headicon{display: none;}
    .f-head-logo {
        margin: 0 auto;
    }
    .main-head .content h1{
        font-size: 22px;
    }
    .main-head .content{
        padding-left: 0px;
    }
    .admi-title{
        font-size: 30px;
    }
}

.check-input-box {
    display: flex;
    width: 100%;
    align-items: center;
}

.check-input-title {
    padding-right: 15px;
}


label.form-check-label {
    color: #555;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
    padding-left: 3px;
}

.check-input-title p {
    margin-bottom: 8px;
}
.form-check-inline{
    display: inline-flex
}
button.submit-btn {
    padding: 10px 30px;
    background: #e51500;
    color: #fff;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.btn-submit {
    padding-top: 10px;
    text-align: center;
}