input[type=radio] {
    width: 1% !important;
}

.form_name {
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: 700;
}

table {
 background-color: #fff;
 width: 100%;
 font-family: "Times New Roman", Times, serif;
 overflow-wrap: break-word;
 border-collapse: collapse !important;
}
table.border_bottm {
 border-bottom: 1px solid #000;
}
.commn_head_main {
 background: #e0e0e0;
 color: #000;
 font-size: 17px;
 font-weight: 600;
 border: 1px solid #000;
 padding: 0 5px;
}
.sub_head {
 color: #000;
 font-size: 14px;
 line-height: 20px;
 padding: 8px 0;
}
.subhead_b b {
 color: #000;
 font-size: 14px;
 line-height: 18px;
}
.subhead_b {
 vertical-align: baseline;
 line-height: 22px;
 padding: 8px 0;
}
.title_b b {
 color: #000;
 font-size: 13px;
}
.title_b_new b {
 color: #000;
 font-size: 13px;
 padding-top: 4px;
}

.title_b {
 vertical-align: baseline;
 line-height: 18px;
 padding: 3px 0;
}
.head_title {
 color: #000;
 font-size: 14px;
 line-height: 18px;
 padding: 5px 0;
}
.title {

 color: #000;
 font-size: 14px;
 line-height: 16px;
 padding: 3px 0 2px;
}
.title_pre {
 color: #000;
 font-size: 12px;
 line-height: 16px;
 padding: 3px 0 2px;
}


.title_doc {

 color: #000;
 font-size: 12px;
 line-height: 16px;
}
.table_form input[type="text"] {
 /* background: #f1f4ff !important; */
 border: 1px solid #0e0d0d!important;
}
.table_form input[type="checkbox"] {
 width: 18px;
 height: 16px;
 margin: 0;
}
.table_form input[type="number"] {
 border: 1px solid #0e0d0d!important;
}
.table_form input, td.table_form textarea {
 max-width: 100% !important;
 font-size: 16px;
 padding: 0 10px;
 color: #111;
 height: 25px;
}
.pdf_heading {
 text-align: center;
 color: #000;
 padding-bottom: 4px;
}
.pdf_right_head {
 text-align: center;
 color: #000;
}
.logo {
 padding-bottom: 2px;
}
/* table.main_head {
 border-bottom: 10px solid #000;
 margin-bottom: 10px;
} */
.tabl_w_bg_head {
 text-align: center;
 background: #e0e0e0;
}
.tabl_w_bg .tabl_w_bg_form {
 border: 1px solid #000 !important;
 border-top: none !important;
}
.tabl_w_bg {
 border-collapse: collapse;
}
.tabl_w_bg_head td {
 font-weight: 600;
 padding: 1px;
 border: 1px solid #000 !important;
}
.tabl_w_bg_head .tabl_w_bg .tabl_w_bg_head td {
 border: none !important;
}
.tabl_w_bg .tabl_w_bg_form input {
 height: 42px;
 border: none !important;
}
.with_border > tbody > tr > td {
 border: 1px solid #000;
}
.sm_title b, .sm_title {
 font-size: 12px;
 color: #000;
}
.sm_check input[type="checkbox"] {
 width: 10px;
 height: 10px;
 margin: 0;
}
.big_title b, .big_title {
 color: #000;
 font-size: 14.5px;
 line-height: normal;
}
.table_form textarea {
 /* background: #f1f4ff !important; */
 border: 1px solid #000 !important;
 width: 100%;
}
.md_title {
 font-size: 13px;
 color: #000;
}
.md_check input {
 width: 15px;
 height: 15px;
 margin-top: 3px;
}

button#pdf_perview {
 margin: 0 auto;
 display: block;
}
 
.payment-form {
width: 30vw;
min-width: 500px;
align-self: center;
box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
 0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
border-radius: 7px;
padding: 40px;
}

.hidden {
display: none;
}

#payment-message {
color: rgb(105, 115, 134);
font-size: 16px;
line-height: 20px;
padding-top: 12px;
text-align: center;
}

#payment-element {
margin-bottom: 24px;
}

/* Buttons and links */
.submit {
background: #04AA6D;
font-family: "Times New Roman", Times, serif;
color: #ffffff;
border-radius: 4px;
border: 0;
padding: 12px 16px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
display: block;
transition: all 0.2s ease;
box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
width: 100%;
}
.submit:hover {
filter: contrast(115%);
}
button:disabled {
opacity: 0.5;
cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
border-radius: 50%;
}
.spinner {
color: #ffffff;
font-size: 22px;
text-indent: -99999px;
margin: 0px auto;
position: relative;
width: 20px;
height: 20px;
box-shadow: inset 0 0 0 2px;
-webkit-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0);
}
.spinner:before,
.spinner:after {
position: absolute;
content: "";
}
.spinner:before {
width: 10.4px;
height: 20.4px;
background: #5469d4;
border-radius: 20.4px 0 0 20.4px;
top: -0.2px;
left: -0.2px;
-webkit-transform-origin: 10.4px 10.2px;
transform-origin: 10.4px 10.2px;
-webkit-animation: loading 2s infinite ease 1.5s;
animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
width: 10.4px;
height: 10.2px;
background: #5469d4;
border-radius: 0 10.2px 10.2px 0;
top: -0.1px;
left: 10.2px;
-webkit-transform-origin: 0px 10.2px;
transform-origin: 0px 10.2px;
-webkit-animation: loading 2s infinite ease;
animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes loading {
0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}

@media only screen and (max-width: 600px) {
.payment-form {
 width: 80vw;
 min-width: initial;
}
}
 
 .content {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 100%;
 max-width: 900px;
 height: auto;
 background-color: #fff;
 box-sizing: border-box;
 padding: 0;
 z-index: 9999;
 border-radius: 5px;
 display: none;
 text-align: left;
}
.content_main .header {
 background: #0072bc;
 border-top-right-radius: 5px;
 border-top-left-radius: 5px;
}
.content_main .header h5.title {
 margin: 0;
 padding: 10px 15px;
 color: #fff;
 font-size: 15px;
 font-weight: 600;
}
.content_main .header button.close {
 font-size: 25px;
 float: none;
 position: absolute;
 top: 3px;
 right: 15px;
 opacity: 1;
 color: #fff;
 font-weight: 400;
}
.content_main .header button.close:hover {
 color: #000;
}
.content_main .body {
 padding: 18px 15px;
}
.content_main .body p {
 font-size: 14px;
 font-weight: 400;
 margin-bottom: 15px;
}
.content_main .footer {
 text-align: right;
}
.content_main .footer button {
 margin-right: 15px;
 margin-bottom: 15px;
 padding: 5px 15px;
 font-weight: 600;
}
.content_main .footer button:hover {
 background: #fff;
 border-color: #04aa6d;
 color: #04aa6d;
}
.travel-document-section {
 padding: 20px 30px;
 margin-top: 10px;
 max-width: 826px;
 margin: 10px auto 0px;
 text-align: center;
}
.travel-document {
 width: 100%;
 text-align: left;
 background: #0071b6;
 padding: 20px 0px;
 margin-top: 10px;
}
.travel-document label {
 margin: 0px;
 font-size: 20px;
 display: flex;
 justify-content: space-between;
 color: #fff;
 line-height: 28px;
 font-weight: 600;
 margin-bottom: 8px;
 padding: 0 20px;
}
.travel-document label span {
 font-weight: 300;
 font-size: 20px;
}
.successful-msg {
 width: 100%;
 padding: 10px 10px;
 background: rgb(0 185 191 / 21%);
 margin-top: 10px;
 border: 1px solid #00b9bf;
 display: inline-block;
 max-width: 600px;
 margin: 15px auto 10px;
}
.successful-msg p {
 font-size: 16px;
 font-weight: 600;
 color: #00b9bf;
}
.pdf-download-btn {
 width: 100%;
 max-width: 600px;
 padding: 10px;
 margin-top: 20px;
 margin: 20px auto;
}
.pdf-download-btn h6 {
 display: flex;
 justify-content: space-between;
 font-size: 16px;
 color: #2b313c;
 margin: 0px 0px 15px;
 border-bottom: 1px solid rgb(0 114 177 / 26%);
 padding-bottom: 13px;
 font-weight: 700;
}
.pdf-download-btn h6 a {
 color: #0072b1;
 border: 1px solid;
 padding: 4px;
 border-radius: 3px;
 font-size: 30px;
}
@media (max-width:767px){
 .travel-document label {
     font-size: 14px;
     line-height: 20px;
     margin-bottom: 5px;
     padding: 0 20px;
 }
 .travel-document label span {
     font-size: 14px;
 }
 .successful-msg p {
     font-size: 14px;
     margin: 0px;
 }
 .pdf-download-btn h6 {
     font-size: 14px;
     margin: 0px 0px 10px;
     padding-bottom: 10px;
 }
 .travel-document-section {
     padding: 20px 0px;
 }
 .pdf-download-btn {
     margin: 8px auto 10px;
 }
}
#loader {
 display:none;
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.7);
 z-index: 9999999;
}
 #loader.show {
 display: block;

 }
 div#loader img {
 width: 90px;
}

 #loader img {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 }
button#download_pdf_btn {
 margin: auto;
 display: table;
 margin-top: 0px;
 margin-bottom: 30px;
}

  td.table_form .no_text1 {
      display: flex;
      border: 1px solid #000 !important;
      overflow: hidden;
      margin: 0 4px;
      width: 95%;
  }
  td.table_form .no_text1 input[type="text"] {
      
      border: 1px solid#00000020!important;
      padding: 2px!important;
      width: 21px;
  }

  td.table_form .no_text2 {
   display: flex;
   border: 1px solid #000 !important;
   overflow: hidden;
   margin: 0px 0px 0px 0px;
   width: 100%;
}

  td.table_form .no_text2 input[type="text"] {
      border: 1px solid#00000020!important;
      padding: 2px!important;
      width: 21px;
  }

  td.table_form .no_text3 {
      display: flex;
      border: 1px solid #000 !important;
      overflow: hidden;
      margin: 0 4px;
      width: 97%;
  }
  td.table_form .no_text3 input[type="text"] {
      
      border: 1px solid#00000020!important;
      padding: 2px!important;
      width: 21px;
  }


.title_okay {
   color: #000;
   font-size: 14px;
   line-height: 17px;
   padding: 10px 0 2px;
}
i.right_arrow {
 font-size: 0 ;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 6px 0px 6px 10px; 
 border-color: transparent transparent transparent #000;
 display: inline-block; 
 vertical-align: middle;
   
}
td.table_form .no_text223 {
  display: flex;
  border: 1px solid #000 !important;
  overflow: hidden;
  margin: 0px 0px 0px 0px;
  width: 100%;
}

td.table_form .no_text223 input[type="text"] {
  border: 1px solid#00000020!important;
  padding: 2px!important;
  width: 20px;
}