body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
  top: 0 !important;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
.skiptranslate {
  position: relative;
  z-index: 1;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgb(0 0 0 / 0.125);
  border-radius: 0.25rem;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

.btn-theme {
  margin-top: 30px;
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 9px 21px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: opacity 0.15s;
  opacity: 0.9;
  font-size: 15px;
}

.btn-theme:hover {
  background-color: #001b44;
  border: 1px solid #333;
}

a,
button,
input,
select,
.overlay,
.nav-bar,
.icons,
.cov-a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.heading {
  font-size: 29px;
  color: #333;
  font-weight: 600;
  text-transform: capitalize;
  display: none;
}

p {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #333;
  line-height: 24px;
  font-weight: 400;
}

.top-email {
  display: inline-block;
  vertical-align: middle;
}

.datepicker {
  padding: 5px 20px !important;
}

.sticky-header .header {
  position: fixed;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  -webkit-animation: fadeInDown 600ms;
  -moz-animation: fadeInDown 600ms;
  -ms-animation: fadeInDown 600ms;
  -o-animation: fadeInDown 600ms;
  animation: fadeInDown 600ms;
  z-index: 9;
  left: 0;
  right: 0;
}

.sticky-header .top-header {
  display: none;
}

.top-header {
  color: #969696;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 2px dashed #e2e2e2;
}

.top-header a {
  color: #ffcd00;
  font-weight: 600;
}

ul.rgt-top li {
  display: inline-block;
  padding: 0 16px;
  padding: 18px 16px;
  border-right: 2px dashed #e2e2e2;
  border-left: 2px dashed #e2e2e2;
}

ul.rgt-top li:first-child {
  border-right: 0;
}

ul.rgt-top {
  text-align: right;
}

.lft-top {
  padding: 18px 0;
}

.main-logo {
  float: left;
  width: 20%;
}

.main-header {
  padding: 14px 0;
}

.banner {
  position: relative;
}

.baner-text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
}

.baner-text h1 {
  font-weight: 800;
  font-size: 48px;
  text-transform: uppercase;
  margin: 0;
}

.baner-text p {
  font-weight: 600;
  font-size: 20px;
  margin: 31px 0 45px;
  color: #fff;
}

.baner-text a {
  margin: 0;
  display: inline-block;
  padding: 15px 57px;
  font-size: 20px;
  font-weight: 600;
}

.banner .owl-theme .owl-nav {
  margin-top: 0;
}

.banner .owl-carousel .owl-nav button.owl-prev,
.banner .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #ffcd00;
  border-radius: 0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  outline: none;
}

.banner .owl-carousel .owl-nav button.owl-prev {
  left: 30px;
}

.banner .owl-carousel .owl-nav .owl-next {
  right: 30px;
}

.banner .owl-theme .owl-dots .owl-dot span {
  width: 40px;
  height: 3px;
  background: #fff;
  border-radius: 0;
}

.banner .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffcd00;
}

.owl-theme .owl-dots .owl-dot {
  outline: none;
}

.banner .owl-theme .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.why-u {
  padding: 92px 0;
  background-image: url(../images/accnav-w.png);
}

.cover-w h2 {
  margin: 0 0 25px;
}

.cover-w ul li {
  width: 25%;
  float: left;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
}

.cov-a {
  padding: 25px 18px;
  background-color: #fff;
  border-bottom: 3px solid #fff;
  min-height: 251px;
}

.cov-a:hover {
  border-bottom: 3px solid #ffcd00;
  -webkit-box-shadow: -4px 0 49px -13px rgb(0 0 0 / 0.75);
  -moz-box-shadow: -4px 0 49px -13px rgb(0 0 0 / 0.75);
  box-shadow: -4px 0 49px -13px rgb(0 0 0 / 0.75);
}

.cover-w ul li h3 {
  font-size: 18px;
  color: #333;
  font-weight: 600;
  margin: 18px 0;
}

section.who-we p {
  color: #333;
  margin: 0 0 13px;
}

.cover-w ul {
  margin: 50px -20px 0;
}

.cover-w ul li a:hover .icons {
  background-color: #000;
}

.cover-w ul li a:hover .icons {
  background-position: 22px -98px;
}

.who-we {
  padding: 30px 0 15px;
  text-align: center;
  color: #333;
  position: relative;
  border-bottom: 2px outset #ccc;
  border-top: 2px outset #ccc;
}

.who-we h2 {
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px;
}

.who-we p {
  color: #fff;
  font-size: 11px;
  line-height: 16px;
}

.icons {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff7e3;
  background-position: 22px 22px;
  background-repeat: no-repeat;
  position: relative;
}

section.addi-b {
  padding: 80px 0;
}

.lft-add h2 {
  margin: 0 0 25px;
}

.part h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 20px;
}

.part {
  margin: 0 0 47px;
}

.main-footer {
  background-color: #ffcd00;
  padding: 26px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.main-footer ul li {
  display: inline-block;
  position: relative;
}

.main-footer ul li a {
  color: #fff !important;
  font-size: 14px;
}

.main-footer p {
  color: #fff;
}

.main-footer ul li {
  padding: 0 12px;
}

.main-footer ul li:before {
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  content: "";
  width: 1px;
  height: 100%;
}

.copy {
  margin: 11px 0 0;
}

.ban-rgt {
  background-color: #fff;
  text-align: center;
  width: 228px;
  height: 206px;
  border-bottom: 3px solid #ffcd00;
  -webkit-box-shadow: -4px 0 49px -13px rgb(0 0 0 / 0.75);
  -moz-box-shadow: -4px 0 49px -13px rgb(0 0 0 / 0.75);
  box-shadow: -4px 0 49px -13px rgb(0 0 0 / 0.75);
  padding: 40px 18px 25px;
}

.ban-rgt h5 {
  color: #333;
  font-size: 17px;
  font-weight: 600;
  margin: 30px 0 0;
}

.rgt-add ul li {
  list-style-type: none;
}

.nav-bar ul li {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}

.nav-bar ul li.active a {
  color: #aa0100;
  border-bottom: 2px solid #aa0100;
  font-weight: 700;
  font-size: 14px;
}

.nav-bar ul li a:hover {
  color: #aa0100;
  border-bottom: 2px solid #aa0100;
  font-weight: 700;
  font-size: 14px;
}

.rgt-add ul li:nth-child(2) {
  right: 0;
  position: relative;
  margin: -100px 0 0 203px;
}

.rgt-add ul {
  position: relative;
}

.rgt-add ul li:first-child {
  position: relative;
  z-index: 2;
}

.rgt-add ul li:nth-child(3) {
  margin: -58px 0 0 0;
}

.main-footer ul li a:hover,
.main-footer ul li a:active,
.main-footer ul li a:focus {
  color: #000;
}

.rgt-add {
  text-align: right;
  padding-left: 13%;
}

.main-footer ul li:last-child:before {
  border-right: 0;
}

.in-banner h1 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  border-bottom: 2px solid #fff;
}

.about-us h2 {
  margin: 0 0 35px;
}

.about-us {
  padding: 96px 0;
}

.ab-img img {
  width: 100%;
}

.ab-img {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.cover:before,
.cover:after {
  content: "";
  width: 94%;
  margin: 0 auto;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: 0;
  border-radius: 30px;
  top: 0;
  left: 0;
  right: 0;
}

.cover:before {
  background-color: #f3e8e9;
  transform: rotate(8deg);
}

.cover:after {
  background-color: #fff1cc;
  transform: rotate(-8deg);
}

.story_acord .panel .panel-heading a {
  padding: 15px 67px 15px 15px;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  position: relative;
}

.story_acord .panel .panel-heading a:after {
  content: "";
  width: 15px;
  height: 11px;
  background-image: url(../images/accnav.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 30px;
  top: 23px;
  background-size: contain;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  transform: rotate(-90deg);
}

.story_acord .panel-heading a[aria-expanded="true"] {
  background-color: #ffcd00;
  color: #fff;
}

.story_acord .panel .panel-heading a[aria-expanded="true"]:after {
  background-image: url(../images/accnav-w.png);
}

.story_acord .panel .panel-heading a[aria-expanded="true"]:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.story_acord .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  margin: 0 0 10px;
}

.story_acord .panel-body {
  background-color: #fdf4f5;
  border: 1px solid #d9d9d9;
}

.story_acord .panel-heading {
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 0;
}

.faq h2 {
  margin: 0 0 24px;
}

.faq {
  padding: 90px 0;
}

.story_acord {
  margin: 35px 0 0;
}

.text-ban {
  position: absolute;
  top: 50%;
  left: 19%;
  transform: translateY(-50%);
}

section.in-banner:before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0.4);
  top: 0;
  left: 0;
  content: "";
}

section.in-banner {
  position: relative;
}

.border-bot {
  position: relative;
  display: none;
}

.border-bot:before {
  content: "";
  border-bottom: 2px solid #000;
  left: 0;
  bottom: -30px;
  position: absolute;
  height: 2px;
  width: 40px;
}

.border-bot h2 {
  margin: 0 0 70px;
}

section.about-us p span {
  color: #ffcd00;
  font-weight: 500;
}

.ad {
  margin: 30px 0 0;
}

.cir-al {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fbeaea;
  line-height: 200px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  border: 5px solid #aa0100;
}

.circ ul li {
  display: inline-block;
  padding: 0 10px;
}

.circ ul {
  margin: 34px -20px 50px;
}

.img1 {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #dfdfdf;
  width: 254px;
  height: 254px;
  line-height: 254px;
  text-align: center;
}

.img1 img {
  width: 100%;
}

.img-hold {
  width: 50%;
  float: left;
}

.next-img {
  padding: 100px 0;
}

section.in-banner img {
  width: 100%;
}

.add-table td,
.add-table tr {
  padding: 25px;
  text-align: center !important;
}

.add-table th span {
  padding: 30px;
  text-align: center !important;
}

.add-table th span {
  width: 100%;
  height: 100%;
  display: block;
  border-bottom-left-radius: 30px 30px;
  border-bottom-right-radius: 30px 30px;
}

.add-table th:first-child span {
  background-color: #bc1f2c;
}

.add-table th:nth-child(2) span {
  background-color: #b34d55;
}

.add-table th:nth-child(3) span {
  background-color: #e8535f;
}

.add-table th {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  min-width: 229px;
}

.add-table td {
  font-size: 15px;
  font-weight: 400;
}

.add-table td:first-child,
.add-table th:first-child {
  background: #fbe4e5;
  border-right: 1px solid #cebebf;
}

.add-table td:nth-child(2),
.add-table th:nth-child(2) {
  background: #ffeced;
  border-right: 1px solid #ccb9ad;
}

.add-table td:nth-child(3),
.add-table th:nth-child(3) {
  background-color: #fdefe1;
  border-right: 1px solid #ccb9ad;
}

.add-table td i {
  font-size: 20px;
}

.add-table td .fa-check {
  color: #ffcd00;
}

.add-table tr:nth-child(even) td:first-child {
  background: #e1cdce;
}

.add-table tr:nth-child(even) td:nth-child(2) {
  background: #e5d4d5;
}

.add-table tr:nth-child(even) td:nth-child(3) {
  background: #e3d7ca;
}

.add-table {
  padding: 95px 0;
}

.add-table table {
  background-color: #fff0;
  border-bottom: 1px solid #c9b5b7;
  border-left: 1px solid #c9b5b7;
}

.li-one span {
  display: block;
  margin-left: 34px;
  padding: 0 0 0 9px;
}

.li-one img {
  float: left;
  margin: 7px 0 0;
}

.li-one span p {
  margin: 0;
}

.contact-us .cover-cont ul li {
  list-style-type: none;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

.cover-cont ul li:first-child {
  border-top: 1px solid #ccc;
}

.li-one {
  display: inline-block;
}

.one-li,
.two-li {
  width: 49%;
  vertical-align: top;
  display: inline-block;
}

.ab-cover {
  padding-right: 35px;
}

.text-ban p {
  color: #fff;
  margin: 13px 0 0;
}

.application {
  padding: 18px 0;
}

.custom-radio label {
  position: relative;
  padding: 0 0 0 23px;
  font-weight: 400;
  cursor: pointer;
}

.custom-radio input {
  opacity: 0;
  position: absolute;
  z-index: 1;
}

.custom-radio {
  position: relative;
}

.application .nav > li > a {
  position: relative;
  display: block;
  padding: 13px 50px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 600;
  color: #ffcd00;
  border: 1px solid #ffcd00;
}

.cover-pen h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 41px 0 8px;
}

.application .nav > li.active a {
  background-color: #ffcd00;
  color: #fff;
}

.parti p a {
  color: #ffcd00;
}

.btn-fom a,
.btn-fom button {
  padding: 12px 56px;
  font-size: 18px;
}

.btn-fom {
  margin: 38px 0 0;
}

.application .nav > li > a:hover {
  background-color: #ffcd00;
  color: #fff;
}

.detail-app {
  padding: 96px 0;
}

.form-part h3 {
  color: #ffcd00;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 30px;
}

.form-part {
  margin: 0 0 46px;
}

.cover-fom {
  margin: 0 -16px;
  font-size: 0;
}

.form-part .form-control {
  height: 40px !important;
  font-size: 15px !important;
  font-family: inherit;
  font-weight: 400;
  border-radius: 15px;
  border: 1px solid #9a9595;
}

.form-part label {
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  color: #13161f;
  margin-bottom: 10px;
}

.custom-label {
  font-family: inherit;
  font-weight: 700;
  font-size: 16px;
  color: #13161f;
  margin-bottom: 10px;
}

.detail-app .parti .custom-radio {
  display: inline-block;
  padding: 0 11px 0 0;
}

.form-part .form-group {
  padding: 0 16px;
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}

.form-part textarea {
  height: 100px !important;
  resize: none;
}

.detail-app .parti {
  margin: 0 12px 0;
  width: 100%;
}

.decl .parti {
  float: none;
  margin: 0 15px 20px;
}

.del-check .custom-radio label:before {
  border-radius: 5px;
}

.del-check .custom-radio input:checked + label:before {
  content: "\f00c";
}

.del-check {
  padding: 0 15px;
}

.child-tabel {
  float: left;
  width: 100%;
  padding: 0 15px;
  font-size: 16px;
}

.child-tabel i {
  font-size: 20px;
}

.child-tabel .table > tbody > tr > td,
.child-tabel .table-bordered > thead > tr > th {
  text-align: center;
}

.child-tabel a {
  padding: 10px 20px;
  margin: 0 0 10px;
}

.privacy {
  padding: 25px 0;
}

.goog-te-banner-frame {
  display: none;
}

.goog-logo-link {
  display: none;
}

.main-header .goog-te-gadget {
  font-size: 0;
}

.main-header li#google_translate_element {
  padding: 0;
  vertical-align: top;
  width: 117px;
}

.main-header .goog-te-gadget .goog-te-combo {
  margin: 0;
  width: 117px;
  height: 27px;
  background: #fff0;
  border-color: #ffcd00;
  margin: -2px 0 0;
  outline: none;
}

.form_submit {
  margin: 16px 0 0;
}

.cus-space {
  margin-top: 20px;
}

#paymentForm label {
  font-size: 14px;
  font-weight: 400;
}

.inner_card h3 {
  color: #ffcd00;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 30px;
  background: #fff0;
  text-align: left;
}

.inner_card {
  max-width: 900px;
  margin: 0 auto;
}

.form_submit button {
  background-color: #ffcd00 !important;
  color: #fff;
  border: 1px solid #ffcd00 !important;
  width: 160px !important;
  border-radius: 0;
  font-size: 16px;
  padding: 14px 20px !important;
  font-weight: 400;
}

.paypal_image img {
  max-width: 100%;
}

.paypal_image {
  width: unset !important;
}

.footer-wiz {
  padding: 20px 0;
}

.payment-icons img {
  max-width: 50px;
  margin: 0 15px;
}

.error {
  color: #a94442;
}

.panel {
  box-shadow: 0 0 15px rgb(17 136 255 / 40%) !important;
}

.glyphicon-plus {
  font-weight: 900;
  font-size: 25px;
}

#eta-uk::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgb(246 251 255 / 0.8);
  position: absolute;
}

.translator-nav {
  float: right;
}

.application-form {
  border-radius: 10px;
  box-shadow: 0 0 30px rgb(17 136 255 / 0.24);
  padding: 32px;
}

.application-site-main {
  background-color: #d5f3f5;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

.application-site-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(246 251 255 / 0.8);
  position: absolute;
}

.application-form {
  opacity: 0.9;
  background: #ffffffe0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.table-responsive th {
  /* padding: 13px; */
  padding: 13px 0px 13px 0px;
  width: 60%;
  font-size: 16px;
  border-radius: 4px;
}

.table-responsive td {
  padding: 0 30px;
  font-size: 16px;
}

.preview-page-container {
  max-width: 1100px !important;
}

#gtr_div {
  padding-top: 40px;
}

.preview-application-form {
  opacity: 0.9;
  background: #ffffffe0;
  box-shadow: rgb(0 0 0 / 0.35) 0 5px 15px;
  border-radius: 20px;
  padding: 3%;
}

.c1 {
  border: 2px solid #e60000 !important;
  border-radius: 15px !important;
  box-shadow: 0 0 10px rgb(229 0 0 / 0.2) !important;
}

.c2 {
  border: 2px ridge #00b352 !important;
  border-radius: 15px !important;
  box-shadow: 0 0 10px rgb(229 0 0 / 0.2) !important;
}

.gender-inline {
  margin-right: 0 !important;
  display: inline-block;
}

.gender-inline label {
  width: 100%;
  padding: 0 17px 0 0;
  margin: 0;
}

.gender-inline input {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}

.gender-inline label span {
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  text-align: center;
  height: 40px;
  line-height: 100%;
  display: block;
  cursor: pointer;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
}

.gender-inline input:checked + label span {
  border-color: #00b352;
  color: #000;
  background-color: #e9fcf8;
}

@media (max-width: 576px) {
  .gender-inline {
    display: inline-block;
    margin-right: 0;
  }
  .form-group {
    width: 50%;
  }
}

.terms-of-services {
  margin-bottom: 10px;
}

.terms-of-services h4 {
  font-size: 12px;
}

.terms-of-services {
  font-size: 11px;
  color: #adb1d6;
}

checkbox-container {
  display: flex;
  align-items: flex-start;
}

.terms-service-checkbox {
  margin-right: 20px;
}

input.terms-service-checkbox {
  width: 3%;
  height: 30px;
}

#accept_terms_service {
  display: none;
}

#accept_terms_service + label::before {
  content: "";
  display: inline-block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  border: 2px solid #0d6efd;
  border-radius: 3px;
  margin-right: 8px;
  position: absolute;
}

label.terms_services {
  position: relative;
}

#accept_terms_service:checked + label::before {
  content: "";
  background-color: #0d6efd;
  color: #fff !important;
}

#accept_terms_service:checked + label::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  left: 6px;
  top: 3px;
  transform: rotate(45deg);
}

a {
  color: #003a8f;
}

input::placeholder {
  color: #cccac9 !important;
  opacity: 1;
}

option {
  color: #000;
}

.heading-section {
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  color: #fff !important;
  width: 100%;
  font-size: 18px !important;
  font-weight: 600;
  padding: 14px 25px;
  border-radius: 4px;
  margin: 14px 0 15px;
  text-align: center !important;
}

.header-position {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#banner .heading-1 {
  text-align: start;
  font-size: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.heading-1 {
  color: #13161f;
  text-align: center;
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.heading-4 {
  color: #13161f;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  padding-top: 3rem;
}

#banner .heading-1::after {
  content: "";
  display: block;
  width: 15%;
  height: 5px;
  border-radius: 3px;
  background-color: #008080;
}

.application-site-main .application_heading {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: -30px;
  margin-bottom: 30px;
  opacity: 0.9;
  color: #008080;
}

.application-site-main .terms-of-services {
  padding-top: 18px;
}

.application-site-main .full_name_section {
  display: flex;
  justify-content: center;
  padding-bottom: 12px;
}

input[type="radio"] {
  accent-color: #49aaf7;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  background-color: #49aaf700;
  position: relative;
  cursor: pointer;
  border: 2px solid #49aaf7;
  width: 20px;
  height: 20px;
  top: 4px;
}

input[type="radio"]:checked {
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border: 6px solid #49aaf7 !important;
  border-radius: 50px !important;
  padding: unset !important;
}

@media only screen and (max-width: 767px) {
  .intend_travel_date-container {
    display: flex !important;
  }

  .mobile-secure {
    display: block !important;
  }

  .desktop-secure {
    display: none;
  }
  .row.date_of_dob-wrapper {
    margin: 0 -2px;
  }

  .date_of_dob-wrapper > .col-md-4.col-4 {
    padding-left: 2px;
    padding-right: 2px;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .intended_travel_date_label {
    margin: unset !important;
  }
  #btn_application {
    padding: 10px 8px 8px 8px !important;
    font-size: 15px;
    width: 90%;
  }
  #save_application {
    padding: 10px 10px 10px 10px !important;
    font-size: 13px;
  }
  #btn_individual_new {
    padding: 10px 10px 10px 10px;
  }
  .col-md-12 {
    padding-left: 0;
  }
  .col-md-6 {
    padding-left: 0;
  }
  .signature-box {
    padding: 5px 15px 5px 15px !important;
  }
  .checkbox-container {
    padding: 10px;
  }
  .main-logo img {
    width: 70px;
    border-radius: 50px;
    height: 50px;
  }
  #logo-content h2 {
    font-size: 15px;
  }
  .application-form-container {
    padding: 30px;
  }
  .personal_heading {
    margin-top: 22px;
  }
  .preview-application-form td {
    padding: 5px;
    font-size: 14px;
  }
  .preview-application-form th {
    font-size: 14px !important;
    /* min-width: 170px; */
  }
}

.popup-icon {
  font-size: 20px;
  margin-left: 5px;
  display: inline-flex;
}

.popover {
  min-width: 250px;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.img_wrapper {
  width: 100%;
  height: 279px;
}

.pass_img_wrapper {
  width: 86%;
  height: 279px;
  margin: 0 auto;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .pass_img_wrapper {
    margin: 0 auto;
    width: 98%;
    height: 100%;
  }
  .img_wrapper {
    width: 100%;
    height: 100%;
  }
  .demo-class ~ span {
    max-width: 160px;
    width: 160px !important;
  }
}

@media screen and (max-width: 468px) {
  .demo-class ~ span {
    max-width: 130px;
    width: 130px !important;
  }
}

@media screen and (max-width: 420px) {
  .demo-class ~ span {
    max-width: 106px;
    width: 106px !important;
  }
}

#image-preview {
  width: 260px;
  height: 260px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

#pass-preview {
  width: 66%;
  display: block;
  margin: 0 auto;
}

.application-form-buttons {
  display: flex;
  justify-content: space-between;
}

#btn_application {
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  border-radius: 20px;
  padding: 11px 40px 10px 40px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  border: none;
}

#save_application {
  background-color: #008080;
  border-radius: 20px;
  padding: 10px 25px 10px 25px;
  font-weight: 600;
}

#btn_individual_new {
  background: #008080;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  padding: 10px 25px 10px 25px;
}

/* .select2-selection__rendered {
    border-radius: 4px;
    border: 1px solid #d1d1ca !important;
    background-color: #fafafa !important;
    transition: all 0.3s ease-in-out;
    padding: 8px 10px
} */

.form-group .custom-radio-section {
  display: flex;
  gap: 4px;
}

.form-group .custom-radio-new {
  width: 20px;
  height: 20px;
}

.form-group .custom-radio-label {
  padding-top: 4px;
}

#c2 {
  border: 2px ridge #00b352 !important;
  border-radius: 8px !important;
  box-shadow: 0 0 10px rgb(229 0 0 / 0.2) !important;
}

#c1 {
  border: 2px solid #e60000 !important;
  border-radius: 8px !important;
  box-shadow: 0 0 10px rgb(229 0 0 / 0.2) !important;
}

.take_your_photo {
  color: #777771;
  padding-top: 10px;
  font-size: 14px !important;
  display: inline-block;
}

.photo-yourself-section,
.passport-photo-section {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.upload-yourself-field,
.upload-passport-field {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  margin: -1px !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
}

#upload_picture_btn,
#passport_picture_btn {
  border: 1px solid #d1d1ca;
  background-color: #fafafa;
  color: #000;
  border-radius: 4px;
  padding: 15px 20px;
  width: 40%;
  max-width: 40%;
  min-width: 165px;
  margin: 0;
  font-size: 14px;
  font-family: inherit;
  font-weight: 500;
}

.image-format-content,
.passport-image-format-content {
  padding-inline-start: 10px;
  white-space: normal;
  line-height: 1.3;
  color: #777771;
  font-size: 12px;
  font-family: inherit;
  font-weight: 600;
}

.parent-label {
  padding-left: 30px;
}

/* .form-check-input[type="radio"] {
    margin: 4px 0 0
} */

.btn-submit {
  border: 0;
  background-color: unset;
}
.space-padding {
  padding: 0px !important;
}
.red-color {
  color: red;
}

/* form heading title start */
.main-form-top-title {
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin: 0 -15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9;
}
.main-form-top-title img {
  height: 32px;
  padding: 0px;
  margin-right: 0px;
}
.form-title-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 8px 0;
}

.main-form-top-title span {
  color: #0f3d66;
  line-height: 1.1;
  padding: 4px 20px;
  font-size: 23px;
  font-weight: 700;
}
.form-subtext {
  font-size: 14px;
  color: #0f3d66;
  font-weight: 400;
  line-height: 1.1;
  padding: 0 20px;
}
/* form heading title end */

.user-data-privacy {
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  padding: 5px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  padding: 5px 0;
  display: block;
  margin: 0;
  border-radius: 8px;
  color: #000;
}

.desktop-secure {
  display: block;
}

/* Thankyou page css start */
.application-site-main {
  /*background-image: url(../../images/bg-02.jpg);*/
  background-color: #d5f3f5;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding-top: 89px;
}

.application-site-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(246, 251, 255, 0.8);
  position: absolute;
}

.application-site-main .application_heading {
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  margin-top: -10px;
  margin-bottom: 30px;
  opacity: 0.9;
  color: #013a8e;
}

.application {
  padding: 6px;
  position: relative;
}

.main-content {
  opacity: 1.5;
  background: #fff;
  border-radius: 5px;
}

.thanks_wrapper {
  width: 88%;
  padding-top: 15px;
  margin: 0 auto;
}

.thanks_inner {
  width: 100%;
}

.thank_msg {
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}

.thanks_inner img {
  text-align: center;
  margin: 0 auto;
  width: 10% !important;
  display: block;
}

.para-content {
  font-size: 15px;
  font-weight: 600;
}

#submit_another_application_button {
  margin-top: 30px;
  background: linear-gradient(90deg, #1e90ff 0%, #87ceeb 100%) !important;
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 9px 21px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: opacity 0.15s;
  opacity: 0.9;
  font-size: 15px;
}

#sp-header select.goog-te-combo {
  color: #fff !important;
  font-weight: 600;
  height: auto;
  padding: 8px 10px;
  width: auto;
  font-size: 12px;
  border-radius: 6px;
}

#sp-top2 div#google_translate_element {
  max-width: max-content !important;
}

#sp-top2 .col-md-10.google_translation_section {
  width: auto !important;
  padding: 0;
}

#sp-header .row.header-position:before,
#sp-header .row.header-position:after {
  display: none;
}
#sp-header .row.header-position {
  align-items: center !important ;
}

.header-style-1 #sp-header .container {
  width: 100% !important;
  max-width: 1170px;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#sp-header #sp-logo {
  padding-left: 15px;
  margin: 0 !important;
  padding-right: 15px;
}

#sp-header #sp-top2 {
  padding-right: 15px;
  padding-left: 15px;
  width: auto;
}
#sp-header .logo,
#sp-header {
  height: auto !important;
}
#sp-header {
  padding: 10px 0;
}
#sp-header .logo-image {
  max-height: 80px !important;
  padding: 2px !important;
}
#sp-header #sp-logo .sp-column {
  font-size: 0;
}

#application_form select {
  -webkit-appearance: auto !important;
}

@media only screen and (max-width: 767px) {
  .thanks_inner img {
    width: 19% !important;
  }
  #sp-header select.goog-te-combo {
    min-width: auto !important;
    padding: 5px !important;
    width: 100px !important;
    display: inline-block !important;
    font-size: 10px;
  }
  body #customMobileChat {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 20px;
    top: 16px;
    height: 32px;
  }
  #sp-header {
    padding: 14px 0;
  }
  body #customMobileChat img {
    width: 16px;
    height: 16px;
  }
  #sp-header.header-sticky,
  #sp-header {
    animation: none !important;
  }
  .checkbox-container label.terms_services {
    text-align: left;
  }
}

/* Thankyou page css end */

@media (max-width: 400px) {
  .main-form-top-title span {
    font-size: 21px;
  }
}

@media screen and (max-width: 768px) {
  .form-group .custom-radio-new {
    width: 50px;
    height: 20px;
  }
  .col-auto {
    flex: 0 0 auto;
    width: auto !important;
  }
  .col-1 {
    flex: 0 0 auto;
    width: 8.33333333% !important;
  }
  .col-2 {
    flex: 0 0 auto;
    width: 16.66666667% !important;
  }
  .col-3 {
    flex: 0 0 auto;
    width: 25% !important;
  }
  .col-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .col-5 {
    flex: 0 0 auto;
    width: 41.66666667% !important;
  }
  .col-6 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .col-7 {
    flex: 0 0 auto;
    width: 58.33333333% !important;
  }
  .col-8 {
    flex: 0 0 auto;
    width: 66.66666667% !important;
  }
  .col-9 {
    flex: 0 0 auto;
    width: 75% !important;
  }
  .col-10 {
    flex: 0 0 auto;
    width: 83.33333333% !important;
  }
  .col-11 {
    flex: 0 0 auto;
    width: 91.66666667% !important;
  }
  .col-12 {
    flex: 0 0 auto;
    width: 100% !important;
  }
  #image-preview {
    width: 100%;
  }
  .parent-label {
    padding-left: 0;
  }
  #pass-preview {
    height: 200px;
    width: 200px;
  }
  #image-preview {
    height: 200px;
    width: 200px;
  }

  .custom-application-form-buttons {
    position: fixed;
    bottom: 0;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 21px 10px;
    margin: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  }

  .user-data-privacy {
    font-size: 13px;
  }

  .application-form {
    padding: 12px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 977px !important;
  }
}

@media only screen and (max-width: 932px) {
  .application-site-main {
    padding-top: 17% !important;
  }

  #sp-header {
    position: fixed;
  }
}
