body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  color: #333;
  top: 0 !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 rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

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

.btn-theme {
  background-color: #fdee21;
  color: #333;
  border: 1px solid #fdee21;
  display: inline-block;
}
.btn-theme:hover {
  background-color: #0000ff;
  color: #fdee21;
  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: #333333;
  line-height: 24px;
  font-weight: 400;
}

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

.datepicker {
  padding: 5px 20px !important;
}
.btn-theme {
  background-color: #ffcd00;
  color: #fff !important;
  border: 1px solid #ffcd00;
  display: inline-block;
}
.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
  background-color: #0000ff;
  color: #fff;
  border: 1px solid #333;
}
/*Header start*/
.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;
}
/*Header End*/
/*banner Start*/
.banner {
  position: relative;
}
.baner-text {
  position: absolute;
  top: 40%;
  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: 11px 57px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 31px;
}
.banner .owl-theme .owl-nav {
  margin-top: 0px;
}
.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;
}
/*Banner End*/
/*Why choose us Start*/
.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 0px 49px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 0px 49px -13px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 0px 49px -13px rgba(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: #000000;
}
.cover-w ul li a:hover .icons {
  background-position: 22px -98px;
}
/*End*/
/*who we are Start*/
.who-we {
  padding: 30px 0 15px;
  text-align: center;
  color: #333;
  position: relative;
  border-bottom: 2px outset #cccccc;
  border-top: 2px outset #cccccc;
}
.who-we h2 {
  font-size: 18px;
  /* color: #333; */
  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;
}
/*who we are End*/
/*addi*/
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;
}
/*Footer Start*/
.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 0px 49px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 0px 49px -13px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 0px 49px -13px rgba(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: bold;
  font-size: 14px;
}

.nav-bar ul li a:hover {
  color: #aa0100;
  border-bottom: 2px solid #aa0100;
  font-weight: bold;
  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: #000000;
}
.rgt-add {
  text-align: right;
  padding-left: 13%;
}
.main-footer ul li:last-child:before {
  border-right: 0;
}

/*Footer End*/

/*about us page*/

.in-banner h1 {
  font-size: 40px;
  font-weight: bold;
  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: #333333;
  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: rgba(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 #000000;
  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;
}

/*FAQ page*/
.cir-al {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #fbeaea;
  line-height: 200px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  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 0px;
}
section.in-banner img {
  width: 100%;
}

/*fess end*/
/*Aditional banifit*/
.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: transparent;
  border-bottom: 1px solid #c9b5b7;
  border-left: 1px solid #c9b5b7;
}

/*Contact us Start*/
.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-top: 1px solid #ccc; */
  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;
  /* float: left; */
}
.ab-cover {
  padding-right: 35px;
}

/*Aplication form*/
.text-ban p {
  color: #fff;
  margin: 13px 00 0;
}
.application {
  padding: 18px 0;
}
.custom-radio label {
  position: relative;
  padding: 0 0 0 23px;
  font-weight: 400;
  cursor: pointer;
}
/* .custom-radio label:before {
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    content: '';
    left: 0;
    top: 4px;
    text-align: center;
    line-height: 13px;
} 
.custom-radio input:checked + label:before {
     background: #000; 
    content: "\f111";
    font-family: FontAwesome;
    font-size: 10px;
    color: #ffcd00;
} */
.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: 0px;
  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 {
    margin: 23px 15px;
} */
.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;
}
/*End*/

/*Application detail*/
.detail-app {
  padding: 96px 0;
}
.form-part h3 {
  color: #ffcd00;
  font-weight: 700;
  font-size: 24px;
  margin: 00 0 30px;
}
.form-part {
  margin: 0 0 46px;
}
.cover-fom {
  margin: 0 -16px;
  font-size: 0;
}

/*.form-part .form-control {*/
/*     border-radius: 0;*/
/*    box-shadow: none;*/
/*    height: 40px; */
/*    height: 50px;*/
/*    font-size: 16px;*/
/*    font-family: inherit;*/
/*    font-weight: 400;*/
/*}*/

.form-part .form-control {
  height: 50px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 400;
}

.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 {
  /* width: 50%; */
  /* float: left; */
  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;
  /* float: right; */
  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 page*/
.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: transparent;
  border-color: #ffcd00;
  margin: -2px 0 0;
  outline: none;
}

/*@media screen and (min-height:650px){
.main-footer {
 background-color: #ffcd00;
 padding: 26px 0;
 color: #fff;
 font-size: 14px;
 text-align: center;
 position: absolute;
 width: 100%;
 bottom: 0;
}
}*/
.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: 00 0 30px;
  background: transparent;
  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 0px;
}
.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-Cuba ::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(246, 251, 255, 0.8);
  position: absolute;
}

.translator-nav {
  float: right;
}

.application-form {
  border-radius: 10px;
  box-shadow: 0px 0px 30px rgba(17, 136, 255, 0.24);
  padding: 7%;
}

/*.applicant-image {*/
/*    top: 56px;*/
/*}*/

.application-site-main {
  background-image: url(../img/background.jpg);
  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: 0px;
  top: 0px;
  background: rgba(246, 251, 255, 0.8);
  position: absolute;
}

.application-form {
  opacity: 0.9;
  background: #fff;
}

/* .application {
    opacity: 0.9;
    background: #fff;
} */

.table-responsive th {
  padding: 8px;
  width: 60%;
  font-size: 16px;
}
.table-responsive td {
  padding: 0px 30px;
  font-size: 16px;
}

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

#gtr_div {
  padding-top: 40px;
}

.preview-application-form {
  opacity: 0.9;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  padding: 7%;
}

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

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

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

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

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

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

.custom-radio input:checked + label span {
  border-color: #00b352;
  color: #000;
  background-color: #e9fcf8;
}
.full-width-heading {
  grid-column: span 5;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 20px 0 10px;
}
.countries-list {
  overflow: auto;
}
@media (max-width: 576px) {
  .gender-inline {
    display: inline-block;
    margin-right: 0px;
  }

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

  .form-group {
    width: 50%;
  }
}

.terms-of-services {
  font-size: 11px;
  color: #adb1d6;
}
checkbox-container {
  display: flex;
  align-items: flex-start;
}

/*term  of  services  css*/

.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 #003a8f;
  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;
}

.heading-section {
  background-color: #002c8f;
  color: #fff !important;
  width: 100%;
  font-size: 18px !important;
  font-weight: 500;
  padding: 20px 25px;
  border-radius: 4px;
  margin: 10px 0 15px;
  text-align: start !important;

  /* background-color: #013a8e;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    padding: 2px; */
}

#banner .heading-1 {
  text-align: start;
  font-size: 55px;
  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: #002c8f;
}

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

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

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

@media only screen and (max-width: 767px) {
  .intend_travel_date-container {
    display: flex !important;
  }
  .intended_travel_date_label {
    margin: unset !important;
  }
  #btn_application {
    padding: 10px 10px 10px 10px !important;
    font-size: 13px;
  }
  #save_application {
    padding: 10px 10px 10px 10px !important;
    font-size: 13px;
  }
  #btn_individual_new {
    padding: 10px 10px 10px 10px;
  }
  .col-md-12 {
    /*padding-left: 0px;*/
  }
  .col-md-6 {
    padding-left: 0px;

    padding-right: 0px;
  }
  .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: 17px;
  }
  .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;
    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: 165px;*/
  width: 100%;
  /*height: 247px;*/
  height: 279px;
  /*margin: 0px auto;*/
}

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

/*@media screen and (min-width: 768px) and (max-width: 991px) {*/
/*    .add-custom {*/
/*        display:flex;*/
/*    }*/
/*}*/

@media screen and (max-width: 768px) {
  .pass_img_wrapper {
    margin: 0px auto;
    width: 98%; /* Set a width to center it */
    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 {
  height: 82%;
  width: 65%;
  vertical-align: middle;
  object-fit: cover;
  margin: 0 auto;
  display: block;
}
#pass-preview {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.application-form-buttons {
  display: flex;
  justify-content: space-between;
}

#btn_application {
  background-color: #013a8e;
  border-radius: 20px;
  padding: 10px 25px 10px 25px;
  font-weight: 600;
}
#save_application {
  background-color: #013a8e;
  border-radius: 20px;
  padding: 10px 25px 10px 25px;
  font-weight: 600;
}
#btn_individual_new {
  background: #013a8e;
  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: #cccccc26 !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 rgba(229, 0, 0, 0.2) !important;
}

#c1 {
  border: 2px solid #e60000 !important;
  border-radius: 8px !important;
  box-shadow: 0 0 10px rgba(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;
}
.parent-label {
  padding-left: 30px;
}

[data-text]::after {
  content: attr(data-text);
}

.dot {
  height: 250px;
  width: 250px;
  background-color: #eaf3fb;
  border-radius: 50%;
  display: block;
  border: 5px solid #1977cc;
  margin: 10px auto;
}

.dot span {
  display: inline-block;
  width: 100%;
  margin-top: 38%;
  font-weight: bold;
  font-size: 35px;
  text-align: center;
}

.footer-menus {
  justify-content: center;
  flex-wrap: wrap;
}

.footer-section {
  flex-direction: column;
  padding: 10px;
}

#error-message {
  color: red;
}

.cookie-popup {
  display: none;
  position: fixed;
  /* bottom: 20px; */
  /* left: 30px; */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 500px;
  margin: auto;
  background-color: #afafaf;
  padding: 55px;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  font-family: Arial, sans-serif;
}

.cookie-popup button {
  background-color: #117c38;
  color: #fff;
  border: none;
  padding: 10px 50px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
}

.cookie-popup button {
  width: 100%;
  margin-top: 10px;
}

.cookie-popup p {
  margin-bottom: 15px;
  font-size: 19px;
  line-height: 1.5;
}

.cookie-popup a {
  color: #2b6cb0;
  text-decoration: underline;
}

.custom-slide {
  padding-top: 156px;
}

/* about us page start */
.about-us-content {
    text-align: center;
}
.about-us-content .about_us_heading {
  font-size: 3rem;
  line-height: 24px;
  color: #0b3947;
}

.about-us-content .about-learn {
    font-size: 1rem;
    line-height: 34px;
    color: #0b3947;
}
.about-us-content h1 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 120%;
    color: #0b3947;
}

.middle-heading h1{
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 56px;
    color: #0b3947;
}
.middle-heading p{
    font-size: 1.25rem;
    line-height: 34px;
    color: #0b3947;
}

.middle-country-section .who-doesnt-need .cards .flag-card img{
    /* clip-path: circle(); */
    width: 25%;
}

.middle-country-section .who-doesnt-need .cards .flag-card {
    padding: 120px 40px 40px;
    min-height: 340px;
    border-radius: 20px
}

.middle-country-section .who-doesnt-need .cards .flag-card .content-custom {
    row-gap: 0px;
}

.about-accreditations {
    border-radius: 27px;
    width: 68%;
    margin: 0 auto;
    display: block;
}

.accreditations h1 {
    color: #0b3947;
    text-align: center;
}

.accreditations .about-right .apply-right {
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 16px;
    background-color: #15a7b0;
    display: block;
    margin-top: 52px;
    width: 50%;
    text-align: center;
    color: #fff;
    border-radius: 15px;
}

.about-right p{
    font-size: 1.25rem;
    line-height: 34px;
}

.legel-information-section h1 {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 56px;
    color: #0b3947;
}

.information-block{
    max-width: 1078px;
    margin: 0 auto;
    background-color: #fff;
    padding: 57px;
    border-radius: 20px;
}

.information-block h4{
    color: #0b3947;
    font-size: 1rem;
    font-weight: 700;
    line-height: 24px;
}
.information-block p{
    color: #0b3947;
    font-size: .875rem;
    line-height: 22px;
}

.contact-icons {
    color: #0b3947;
    font-size: 22px;
}

.offices h1 {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 56px;
    color: #0b3947;
    text-align: center;
}

.office-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 32px;
    color: #0b3947;
}

.flag-img {
    width: 100%;
    /* object-position: left; */
    object-fit: cover;
    height: 125px;
    border-radius: 19px;
}

.office-content p{
  margin: 0;
}

.office-section {
    border: 1px solid #d5e1e2;
    border-radius: 24px;
}



/* about us page end */
@media screen and (max-width: 768px) {
    .flag-img {
        width: 38%;
    }
    .about-us-content .about_us_heading {
        font-size: 1.5rem;
    }
    /* .about-us-content h1 {
        font-size: 1.5rem;
    }

    .legel-information-section h1 {
        font-size: 1.5rem;
    }

    .middle-heading h1 {
        font-size: 1.5rem;
        line-height: 27px;
    } */

  #image-preview {
    width: 100%;
  }
  .parent-label {
    padding-left: 0;
  }

  .cookie-popup {
    width: 90%;
    padding: 13px;
    top: 73%;
  }

  .cookie-popup p {
    font-size: 15px;
  }

  .custom-slide h1 {
    font-size: 26px;
  }

  .custom-slide {
    padding-top: 90px;
  }
}
