/* // server f      ile  */

body {
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif !important;
  color: #333;
  top: 0 !important;
}
main {
  background-color: #f5f1f1;
  z-index: 2;
  position: relative;
}

.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;
}
ul.lies {
  padding-left: 41px;
}

/* label {
  text-transform: capitalize; 
} */
/* .key-differences{
  padding: 0;
} */

label::first-letter {
  text-transform: uppercase; /* Capitalize the first letter */
}
.capitalize {
  text-transform: lowercase !important;
}

.capitalize::first-letter {
  text-transform: uppercase !important;
}
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: #13171a;
  color: #fff;
  border: 1px solid #13171a;
  display: inline-block;
}

.btn-theme:hover,
.btn-theme:active,
.btn-theme:focus {
  background-color: #ff0000;
  color: #fff;
  border: 1px solid #333;
}
.tour-2{
  height: 600px !important;
    object-fit: cover;
}
/*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: #13171a;
  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%;
} */

/*Header End*/
/*banner Start*/
.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;
  border-radius: 50px;
  text-decoration: none;
}

.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: #13171a;
  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: #13171a;
}

.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 #13171a;
  -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: #13171a;
  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;
  font-size: 14px;
  text-decoration: none;
}

.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 #13171a;
  -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;
  text-decoration: none !important;
}

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

.nav-bar ul li a:hover {
  color: #176735;
  border-bottom: 2px solid #176735;
  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;
  text-decoration: none;
}

.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: #13171a;
  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: #13171a;
  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 #176735;
}

.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: #13171a;
}

.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: #13171A;
} */
.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: #13171a;
  border: 1px solid #13171a;
}

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

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

/* .parti {
    margin: 23px 15px;
} */
.parti p a {
  color: #13171a;
}

.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: #13171a;
  color: #fff;
}

/*End*/

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

.form-part h3 {
  color: #13171a;
  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: 100%;
  /* 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: black;
  margin: -2px 0 0;
  text-align: center;
  outline: none;
}

/*@media screen and (min-height:650px){
.main-footer {
 background-color: #13171A;
 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: #13171a;
  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: #13171a !important;
  color: #fff;
  border: 1px solid #13171a !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-uk::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/payment-page/payment-page-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: 3%;
}

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

.c2 .select2-selection__rendered {
  border: 1px solid #00b352 !important;
}

/* .c2 .select2-selection__rendered {
    border: 1px solid   !important;
}

.c1 .select2-selection__rendered {
    border-color: #e60000 !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: 1px solid #ccc;
  border-radius: 5px;
  color: #000;
  text-align: center;
  height: 50px;
  line-height: 100%;
  display: block;
  cursor: pointer;
  padding: 0px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
}

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

.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: 0px;
  }

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

/*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 !important;
  } */

.heading-section {
  background-color: #091971;
  color: #fff !important;
  width: 100%;
  font-size: 18px !important;
  font-weight: 500;
  padding: 20px 25px;
  border-radius: 4px;
  margin: 60px 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: left;
  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: #091971;
  text-align: center;
}

.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;
    gap: 1rem;
  }

  .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;
    } */

  /* form#application_form .col-md-12 {
        padding: 0px;
    } */

  form#application_form .form-part .form-group .form-group {
    margin-bottom: 0 !important;
  }

  /* .col-md-6 {
        padding-left: 0px;
    } */

  .signature-box {
    padding: 5px 15px 5px 15px !important;
  }

  .checkbox-container {
    padding: 10px;
  }

  .main-logo img {
    height: 56px;
    padding-top: 8px;
    margin: 0;
  }

  #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;
    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 (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%;
  }
}

#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;
  background-color: #fafafa !important;

  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;
}

/* 
    #application_form .form-part label {
        font-size: 12px;
        } */

form#application_form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 8px;
  right: 5px;
}

#footer .col-6 {
  flex: 0 0 auto;
  width: 33.33%;
}

.skiptranslate {
  position: relative;
  z-index: 1;
}

#sl-footer {
  width: 33.33%;
}

#footer .row {
  display: flex;
  flex-wrap: wrap;
}

/* #c2 {
        border: 2px ridge #00b352 !important;
        border-radius: 8px !important;
        box-shadow: 0 0 10px rgba(229, 0, 0, .2) !important;
    }
    
    #c1 {
        border: 2px solid #e60000 !important;
        border-radius: 8px !important;
        box-shadow: 0 0 10px rgba(229, 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;
}

@media screen and (max-width: 768px) {
  #image-preview {
    width: 100%;
  }

  .parent-label {
    padding-left: 0;
  }
}

#application_form .choices {
  margin-bottom: 0;
}

#application_form .choices__inner {
  background: #fafafa !important;
  border: 1px solid #d1d1ca !important;
  color: #444 !important;
}

#application_form .choices__placeholder {
  opacity: 1;
}

.navbar-logo,
.ab-cover,
.footerLogo {
  max-width: 90px;
  padding-bottom: 8px;
  padding-top: 8px;
  border-radius: 15%;
}

.has-error .form-control,
.has-error .custom-control-input {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.date_of_birth_section.form-group {
  padding: 0;
}

.dateInput {
  margin-bottom: 0;
}

.site-main-backgroun {
  background-image: url(../img/payment-page/payment-page-background.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

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

.navlink-pages {
  background-image: url(../img/payment-page/payment-page-background.jpg);
  background-position: center;
  /* background-attachment: fixed; */
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}

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

.navlink-container {
  opacity: 0.9;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  border-radius: 20px;
  padding: 15px;
  text-align: left;
}

/* #application_form .select2-selection__rendered {
        color: #444;
        line-height: 18px;
        width: 100%;
        background: unset;
        border-radius: 6px;
        margin: 0;
        } */

#application_form .select2-container--default .select2-selection--single {
  background-color: #fff;
  border-radius: 8px;
  height: 50px;
}

.form-part .form-control {
  height: 40px;
}

.gender-inline label span {
  height: 40px;
}

/* #application_form .select2-container--default .select2-selection--single,.select2-container--open    {
            height: 40px;
        }


        #application_form   .select2-container--default .select2-selection--single .select2-selection__rendered, .select2-container--open .select2-selection__rendered  {
            line-height: 18px;
            width: 100%;
            height: 40px;
        }   
        .select2-selection--single.c2 .select2-selection__rendered {
            line-height: 18px !important;
        } */

#application_form
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 22px !important;
}

#application_form .select2-container--default .select2-selection--single {
  height: 40px;
}

input#IsArrival {
  margin-right: 2vh;
}

hr {
  display: block !important;
  margin-top: 0.5rem !important;
  margin-bottom: 2rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  border-style: inset !important;
  border-width: 1px !important;
}

label.form-check-label.entry {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}

.date_of_birth_label {
  margin-left: 15px;
}

.port-cover-div {
  /* border: 2px solid black; */
  border-radius: 15px;
  padding: 10px;
  margin-bottom: 2rem;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.header_row {
  display: flex;
  align-items: center;
}

.common-page .col-md-12 {
  padding-left: 15px;
}

div#google_translate_element {
  text-align: right;
  width: 100%;
}

.google_translation_section {
  width: 100%;
}

.row.header_row {
  margin: 0;
}

.header_logoItem {
  margin: 0px 28px 0 -21px;
}

.header_desktop {
  padding: 0 15px;
}


/* custom slider start */
.custom-slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url('../img/slides_bg/slide_1.jpg') center top / cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.custom-slide h1 {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-weight: 600;
}
.custom-slide p {
  font-size: 19px;
  margin-top: 10px;
  color: #fff !important;
  font-weight: 500;
}
/* custom slider end */


.apply-btn-btn {
  background-color: #d70335;
  color: #fff;
  border: none;
  padding: 10px 65px;
  font-size: 20px;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
}
a {
  color: #e14d67;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}



h1, h2, h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.applicant-btn {
  display: flex
;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 50%;
}

.countries-list {
  margin: 50px 0 40px;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}

.countries-list .country {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #13161f;
  background-color: #f6f6f6;
  padding: 8px 10px;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.countries-list .country img {
  display: block;
  object-fit: contain;
  width: 30px;
  height: 30px;
  transition: all ease 0.3s;
}

.night-container {
  min-height: 450px;
}


.night-container .tour_title {
  min-height: unset;
}

/* section progress bar */
.steps-wrapper {
  display: flex;
  align-items: flex-start;
}

.progress-container {
  flex: 0 0 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.process-bar.full-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 74px;
}

.process-bar .cir {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #002c8f;
  position: relative;
  margin: 10px 0;
}

.process-bar .cir-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #002c8f; /* Matches the active step color */
}

.step-card {
  border-radius: 16px;
  background-color: #f6f6f6;
  padding: 30px;
  display: flex
;
  gap: 25px;
}
.process-bar .line {
  width: 4px;
  height: 150px; /* Adjust height to match spacing between steps */
  background: #002c8f;
  position: relative;
}

.process-bar .line-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002c8f; /* Matches the active step color */
}

.steps-container {
  flex: 1;
  padding-left: 20px;
}

.step-card.vertical {
  margin-bottom: 20px;
}

.step-card .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Reset default margins and ensure box-sizing */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Steps wrapper as flex container for side-by-side layout */
.steps-wrapper {
  display: flex;
  align-items: flex-start;
}

/* Progress bar container */
.progress-container {
  flex: 0 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Full progress bar styling */
.process-bar.full-bar {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Circle styling */
.process-bar .cir {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #002c8f;
  position: relative;
  margin: 0; /* Remove default margin */
}

/* Circle overlay for active/inactive states */
.process-bar .cir-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #002c8f; /* Active step color */
}

/* Line styling */
.process-bar .line {
  width: 4px;
  background: #002c8f;
  position: relative;
}

/* Line overlay for active/inactive states */
.process-bar .line-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #002c8f; /* Active step color */
}

/* Steps container */
.steps-container {
  flex: 1;
  padding-left: 20px;
}

/* Step card styling */
.step-card.vertical {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px; /* Space between step cards */
}

/* Number circle for step cards */
.step-card .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* Title and description styling */
.title-des {
  margin-bottom: 20px;
}

.heading-2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.theme-des p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* Align circles with step cards */
.process-bar .cir:nth-child(1) {
  margin-top: 100px; /* Align with the first step card, accounting for title-des height */
}

.process-bar .line:nth-child(2) {
  height: 305px; /* Adjust to align second circle with second step card */
}

.process-bar .line:nth-child(4) {
  height: 280px; /* Adjust for longer content in second step */
}

.process-bar .line:nth-child(6) {
  height: 275px; /* Adjust for third step */
}

.process-bar .line:nth-child(8) {
  height: 288px; /* Adjust for fourth step */
}

.cards {
  margin-top: 50px;
}

.decision .cards {
  display: flex;
  gap: 24px;
}

.gary-icon-card {
  border-radius: 8px;
  background: #f6f6f6;
  padding: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 100%;
}

.gary-icon-card .card-title {
  display: flex;
  align-items: center;
  gap: 24px;
}
.gary-icon-card .card-title .icon.clr-primary {
  background-color: #002c8f;
}

.gary-icon-card .card-title .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  padding: 7px;
  border-radius: 16px;
}
.margin_50x{
  padding-top: 45px;
}
/* Responsive design */
@media (max-width: 768px) {
  .margin_50x{
    padding-top: 10px;
  }
  .applicant-btn-submit{
    padding: 10px 20px;
    text-align: center;
  }

  .applicant-btn-submit{
    padding: 10px 20px;
    text-align: center;
  }
  .laptop {
    display: flex !important;
}
  .gary-icon-card {
    padding: 24px 24px 40px;
    row-gap: 16px;
}

.gary-icon-card .card-title {
  flex-direction: column;
  align-items: start;
}

.decision .cards {
  flex-direction: column;
}

  .processing-time .badges-card.with-img img {
    width: 92px;
  }
  
  .steps-wrapper {
      flex-direction: column;
  }
  .progress-container {
      flex-direction: row;
      justify-content: center;
      margin-bottom: 20px;
      display: none !important;
  }
  .process-bar.full-bar {
      flex-direction: row;
      justify-content: space-between;
      width: 100%;
      max-width: 300px; /* Limit width for smaller screens */
  }
  .process-bar .cir {
      margin: 0 10px;
  }
  .process-bar .line {
      width: 50px;
      height: 4px;
  }
  .steps-container {
      padding-left: 0;
  }
  .process-bar .cir:nth-child(1) {
      margin-top: 0; /* Reset for horizontal layout */
  }
  .process-bar .line:nth-child(2),
  .process-bar .line:nth-child(4),
  .process-bar .line:nth-child(6),
  .process-bar .line:nth-child(8) {
      height: 4px; /* Reset line height for horizontal layout */
  }
}
@media (max-width: 768px) {
  
  .steps-wrapper {
      flex-direction: column;
  }
  .progress-container {
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 20px;
  }
  .process-bar.full-bar {
      flex-direction: row;
  }
  .process-bar .line {
      width: 50px;
      height: 4px;
  }
  .steps-container {
      padding-left: 0 !important;
  }
}
/* section progress bar end */



/* two boxe start */
.who-doesnt-need .cards {
  display: flex;
  gap: 24px;
  margin-bottom: 35px;
}

.who-doesnt-need .cards .flag-card {
  position: relative;
  background-color: #fff;
  padding: 150px 40px 40px;
  flex: 1;
  display: flex;
}

.who-doesnt-need .cards .flag-card img {
  position: absolute;
  z-index: 0;
  width: 26%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 10px);
}

.who-doesnt-need .cards .flag-card .content-custom {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  text-align: center;
}

.who-doesnt-need .cards .flag-card .content-custom .heading-3 {
  width: 100%;
}

.content-custom .heading-3 {
  color: #13161f;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}

.content-custom .theme-des {
  color: #13161f;
  font-size: 16px;
  font-weight: 400;
}

.padding-0 {
  padding: 0 !important;
}

/* two boxe end */
/* another boxes start */
.key-differences .cards {
  display: flex;
  gap: 16px 27px;
}

.key-differences .cards .badges-card:first-child {
  width: 50%;
}

.badges-card.with-img {
  overflow: hidden;
  position: relative;
}

.badges-card {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 30px 25px;
}

.badges-card.with-img img {
  width: 55%;
  right: 0;
}

.badges-card.with-img img {
  position: absolute;
  bottom: 0;
}

.processing-time .badges-card.with-img img {
  clip-path: circle();
  margin-bottom: 25px;
}

.badges-card .badges {
  margin-bottom: 40px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badges .badge.clr-primary {
  background-color: #da1e25;
  color: #fff;
}

.badges .badge {
  padding: 10px 20px;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: fit-content;
}

.badges .badge {
  display: flex;
  justify-content: center;
  align-items: center;
}

.badges-card.with-img .theme-des {
  width: 100%;
}

.theme-des ul {
  list-style-type: none;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  padding-inline-start: 0;
}

.theme-des ul > li {
  position: relative;
  padding-inline-start: 18px;
  font-weight: 500;
}

.key-differences .cards .badges-card:last-child {
  width: 50%;
}

.badges-card {
  background-color: #fff;
  border-radius: 0;
  padding: 30px 25px;
}

.badges .badge.clr-transperant {
  border: 1px solid #da1e25;
  color: #da1e25;
  background-color: transparent;
}

.badges-card .badges {
  margin-bottom: 40px;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.badges .badge {
  padding: 10px 20px;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  height: fit-content;
}

/* another boxes end */


/* add fout boxes start */
.what .services-grid {
  margin: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
}

.service-card {
  border-radius: 16px;
  display: flex;
  background-color: #f6f6f6;
  position: relative;
  padding: 30px 30px 300px;
  overflow: hidden;
}

.service-card.left-img .overlay-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

.service-card .overlay-img {
  position: absolute;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: 100% 35%;
  background-size: cover;
}

.service-card .service-title {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  align-items: center;
  gap: 25px;
  width: 100%;
}

.service-card .fourth-section {
  top:100%;
}

.service-card .service-title .heading-3 {
  font-size: 16px;
  background-color: #fff;
  border-radius: 12px;
  padding: 8px;
}

.service-card .service-title .num {
  background-color: #fff;
  border-radius: 14px;
  color: #13161f;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  font-weight: 500;
  font-size: 16px;
  width: 45px;
  height: 45px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.15);
}

.heading-2 {
  color: #13161f;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  margin: 0;
}

.pt-50 {
  padding-top: 50px;
}

.service-card.full-img .overlay-img {
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
}

/* add fout boxes end */

.requirements {
  padding: 50px !important;
}

.requirements .requirements-slider {
  display: flex;
  column-gap: 20px;
  overflow-x: auto;
  padding-bottom: 40px;
}

.requirements .requirements-slider .requirements-card {
  height: auto;
  min-width: 38%;
  justify-content: space-between;
}

.requirements-card {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  justify-content: space-between;
  height: 100%;
}

.requirements-card .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  aspect-ratio: 1/1;
  padding: 7px;
  border-radius: 16px;
  margin-bottom: 16px;
  background-color: #f6f6f6;
}

.requirements-card img {
  display: block;
  object-fit: cover;
  margin-top: 16px;
  width: 100%;
  height: 250px;
}

.processing-time .cards {
  display: flex;
  gap: 16px 27px;
}

.processing-time .cards .badges-card:first-child {
  width: 100%;
}

.badges-card.with-img {
  overflow: hidden;
  position: relative;
}
.p-50 {
  padding: 50px !important;
}
.badges-card.with-img img {
  width: 40%;
  right: 0;
}
.badges-card.with-img img {
  position: absolute;
  bottom: 0;
}
.badges-card .badges {
  margin-bottom: 40px;
}
.processing-time .badges-card {
  background-color: #f6f6f6;
  border-radius: 16px;
  padding: 30px 25px;
}
.main-menu ul {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: normal;
    gap: 30px;
}



.btn.btn-small {
  font-size: 11px;
  padding: 5px 14px;
  letter-spacing: 1px;
}

.highlight-button-gray-border {
  border: 4px solid rgba(255, 255, 255, 0.4);
  background-color: transparent;
  font-size: 22px;
  padding: 20px 30px;
  color: #ababab;
}
.service-card .link-button {
  position: absolute;
  right: 13px;
  bottom: 10px;
  color: #fff;
  border-color: #fff;
  width: 250px;
}
.btn {
  display: block;
  margin: 0 auto;
  letter-spacing: 1px;
  border: 3px solid grey;
  border-radius: 0;
  text-transform: uppercase;
  width: auto;
  font-family: "Montserrat", sans-serif !important;
  font-weight: 600;
}

.btn:hover {
  border-color: grey;
}

#contact-message {
  color: green;
  /* //display: none; */
}

.menus-name {
  /* display: flex; */
  justify-content: center;
  align-items: center;
  height: 80px;
  flex-wrap: wrap;
}
/* animation start */

.typing-container {
  font-size: 2em;
  white-space: nowrap;
  overflow: hidden;
  border-right: 2px solid black;
  width: 0;
  animation: typing 4s steps(30, end) 1s infinite alternate,
    blink 0.75s step-end infinite;
}

@keyframes typing {
  0% {
    width: 0;
  }

  100% {
    width: 22ch;
    /* Adjust based on your text length */
  }
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
#logo_home {
  position: relative;
  z-index: 10;
}
#logo_home{
  display: flex;
  gap: 112px;
  align-items: center;

}

ul.list_order {
  list-style: none;
  margin: 0 0 30px 0;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
}

.white_bg {
  background-color: #fff;
}
ul.list_order li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
}
.middle-section ul {
  list-style: none;
}

.city-flex{
  display: flex;
  align-items: center;
}
ul.list_order li span {
  background-color: #e04f67;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
/* animation end */
@media screen and (max-width: 767px) {
  .city-flex{
    display: block;
  }
  .main-menu ul {
      text-align: center;
      display: unset !important;
      align-items: center;
  }
  .p-50,
  .requirements {
    padding: 14px;
  }
  .processing-time .cards {
    flex-direction: column;
  }

  .processing-time .cards .badges-card:first-child {
    width: inherit;
  }

  .requirements .requirements-slider {
    margin-inline-end: -6%;
    margin-inline-start: -6%;
    padding-inline-start: 6%;
    padding-inline-end: 6%;
  }

  .requirements .requirements-slider .requirements-card {
    min-width: 82%;
  }

  .what .services-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .key-differences .cards {
    flex-direction: column;
  }

  .key-differences .cards .badges-card:first-child {
    width: inherit;
  }

  .key-differences .cards .badges-card:last-child {
    width: inherit;
  }

  .who-doesnt-need .cards .flag-card img {
    width: 43%;
  }

  .who-doesnt-need .cards .flag-card {
    padding: 40% 24px 24px;
  }

  .who-doesnt-need .cards .flag-card .content-custom {
    width: 100%;
  }

  .who-doesnt-need .cards {
    flex-direction: column;
  }

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

  ul.list_order li {
    padding-left: 0;
  }

  .footer-address-content p {
    text-align: center;
  }

  .countries-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .countries-list .country {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  header.sticky .home-menu {
    align-items: unset;
    padding-top: 5px;
  }
  #logo_home {
    position: relative;
    z-index: 10;
  }
  
  .cookie-popup {
    width: 90%;
    left: 5%;
    right: 5%;
    font-size: 13px;
  }

  .countries-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .countries-list .country {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

  .margin_24 {
    padding: 24px 10px;
  }

  .city-section {
    margin-top: 20%;
    margin-bottom: 30%;
  }

  .city-image {
    width: 100%;
  }
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-ask{
  height: 500px !important;
    object-fit: cover;
}

.main_title {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

/* .main_title h2 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
} */

.main_title p {
  font-weight: 400;
  font-size: 20px;
  color: #555;
}
.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.header_logoItem{
  width: 24% !important;
  margin: 0 auto ;
}
@media (max-width: 767px) {
  
  .img-ask{
    height: auto;
      object-fit: cover;
  }
  .main_title {
    font-size: 14px;
  }

  .main_title h2 {
    font-size: 24px;
  }

  .main_title p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .navbar-logo {
    padding-bottom: 0;
    /* max-width: 160px; */
  }
  .header_logoItem,
  .header_desktop {
    padding: 0;
  }

  .nav-bar ul li {
    padding: 4px;
  }
}

@media screen and (max-width: 991px) {
  .header_logoItem {
    width: 100% !important;
  }
  .header_desktop {
    /* display: none; */
    padding: 0;
  }
  /* .header_row {
    padding-top: 19px;
  } */
  .select_lang {
    display: flex;
    justify-content: flex-end;
  }
  .header_logoItem .main-logo {
    padding-left: 10px;
  }

  .navbar-logo {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 767px) {
  .fix-padding {
    padding: 0 !important;
  }
}

