/*=======Visa Documents section css start=========*/
.visa-documents-section { padding: 80px 0 40px; }
.visa-documents-content { }
.visa-documents-content .squre { margin-left: 30px; margin-bottom: 36px; }
.visa-documents-content .squre h1 { position: relative; }
.required-documents-section { padding: 80px 0 0px; background: #f0efeb; }
.required-documents-row { display: flex; flex-wrap: wrap; justify-content: flex-start; padding-top: 60px; }
.required-documents-col { width: 33.33%; padding: 0px 15px 30px; display: flex; flex-wrap: wrap; position: relative; margin-bottom: 30px; }
.required-documents-col:before { content: ""; position: absolute; top: -14px; left: 0; right: 0; bottom: 0; background: #f4f4f4; width: 90%; height: 86%; }
.single-service-box { padding: 32px 25px 56px; position: relative; transition: 0.5s; margin-bottom: 30px; width: 100%; background: #fff; }
.service-content h4 { font-size: 22px; color: #050a1e; font-weight: 600; position: relative; transition: 0.5s; }
.service-icon { width: 80px; height: 80px; line-height: 70px; border-radius: 0; background-color: #f4f4f4; position: absolute; bottom: -34px; left: 25px; right: 0; border: 2px solid #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
.single-service-box .service-icon img { max-width: 44px; max-height: 40px; }
.content-documents { padding: 15px 0 0px; transition: 0.5s; text-align: left; }
.content-documents ul { margin-bottom: 0px; }
.visa-processing-fee-section { padding: 70px 0 0px; }
.visa-processing-fee h3 { position: relative; }
.visa-processing-fee .squre { margin-left: 30px; margin-bottom: 36px; }
.table-responsive .fees-detail tbody, td, tfoot, th, thead, tr { border-width: 1px; padding: 10px; }
.table-responsive .fees-detail tbody tr td:nth-child(odd) { background: #f0efeb; }
.table-responsive table.fees-detail tr:first-child { background: #00224d; }
.table-responsive table.fees-detail tr:first-child th p { color: #fff; }
.visa-processing-fee .table-responsive { margin-top: 70px; margin-bottom: 30px; }
.visa-documents-banner { padding-bottom: 70px; }
/*=======Visa Documents section css End=========*/
.visa-processing-fee table { margin-top: 18px; margin-bottom: 30px; }
.visa-processing-fee table>:not(:first-child) { border-top: 1px solid #e9e9e9; }
.visa-processing-fee tbody, .visa-processing-fee td, .visa-processing-fee tfoot, .visa-processing-fee th, .visa-processing-fee thead, .visa-processing-fee tr { border-width: 1px; font-size: 16px; line-height: 24px; color: #000000; font-weight: 500; }
.visa-processing-fee table tr th { font-size: 16px; background-color: #f5f5f7; font-weight: bold; }

.visa-documents-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.visa-documents-content {
    width: 65%;
    padding-right: 40px;
}
.visa-documents-item {
    width: 34%;
}

