  body{
  -webkit-user-select: text;
-khtml-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
-o-user-select: text;
user-select: text;
}

@media only screen and (max-width: 768px) {
   ol li {
        font-size: 12px;
    }
.nav-link {
    padding: 4px 4px;
    font-size: 14px;
}
section.steps-3 h1 {
    font-size: 25px;
    line-height: 28px;
}
ul li a{
  font-size: 12px;
}
ul li{
  font-size: 12px;
}
}

.main-responsive-nav .mean-container a.meanmenu-reveal span {
   top: 19px;
}


.visa_page_apply h2 {
  z-index: 9;
  position: relative;
  font-size: 51px !important;
  text-transform: capitalize;
  font-weight: 900 !important;
  text-align: center
}



/* searchbar */

.searchbar{
  width: 100%;
  position: relative;
  padding: 10px 0;
  background-color: #353535;
}
.searchbar h1 {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fae401;
}

.searchbar label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  color: #fae401;
}
.searchbar .main{ 
  max-width:350px;
  width: 100%;  
}
@media(max-width:34em){
  .main{
    min-width:150px;
    width:auto;
  }
}
.searchbar .main select {
    display: none !important;
}

.searchbar .main .dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-color: #fff;
    border-radius: 0;
    border: solid 1px #eee;
    box-shadow: 0 2px 5px 0 rgba(155, 155, 155, 0.5);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;/*
    transition: all 0.2s ease-in-out;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;

}

.searchbar .main .dropdown-select:focus {
    background-color: #fff;
}

.searchbar .main .dropdown-select:hover {
    background-color: #fff;
}

.searchbar .main .dropdown-select:active,
.dropdown-select.open {
    background-color: #fff !important;
    border-color: #bbb;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
}

.searchbar .main .dropdown-select:after {
    height: 0;
    width: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #777;/*
    -webkit-transform: origin(50% 20%);
    transform: origin(50% 20%);*/
    transition: all 0.125s ease-in-out;
    content: '';
    display: block;
    margin-top: -2px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 50%;
}

/*.searchbar .main .dropdown-select.open:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
*/
.searchbar .main .dropdown-select.open .list {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}

.searchbar .main .dropdown-select.open .option {
    cursor: pointer;
}

.searchbar .main .dropdown-select.wide {
    width: 100%;
    border-radius: 3px;
    border: solid 1px #eee;
}

.searchbar .main .dropdown-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}

.searchbar .main .dropdown-select .list {
    box-sizing: border-box;
    transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
    background-color: #fff;
    border-radius: 6px;
    margin-top: 4px;
    padding: 3px 0;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    max-height: 250px;
    overflow: auto;
    border: 1px solid #ddd;
}

.searchbar .main .dropdown-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}
.searchbar .main .dropdown-select .dd-search{
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  margin: 7px 0;
  width: 100%;
}

.searchbar .main .dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
}
.searchbar .main .dropdown-select .dd-searchbox:focus{
  border-color: #fae401;
}

.searchbar .main .dropdown-select .list ul {
    padding: 0;
}

.searchbar .main .dropdown-select .option {
    cursor: default;
    font-weight: 400;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
    list-style: none;
}

.searchbar .main .dropdown-select .option:hover,
.dropdown-select .option:focus {
    background-color: #f6f6f6 !important;
}

.searchbar .main .dropdown-select .option.selected {
    font-weight: 600;
    color: #fae401;
}

.searchbar .main .dropdown-select .option.selected:focus {
    background: #f6f6f6;
}

.searchbar .main .dropdown-select a {
    color: #aaa;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.searchbar .main .dropdown-select a:hover {
    color: #666;
}
#out:focus #ccc{
  display: none;
}

#search_formDesk{
  display: flex;
}

.searchbar input{
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: solid 1px #eee;
  padding: 0 9px;
}
.travel .number{
  background-color: #fff; 
  width: fit-content;
}
.travel span {cursor:pointer; } 
    .travel   .minus, .plus{
      width: 20px; 
      background: #f2f2f2;
      border-radius: 0;
      padding: 8px 5px 8px 5px;
      border: 1px solid #ddd;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      float: left;
    }
    .travel   input{ 
      width: 57px;
      text-align: center;
      font-size: 15px;
      border-radius: 0;
      display: inline-block;
      vertical-align: middle;
      border: solid 1px #fff;
      border-radius: 3px;
    }


  .travel .btn1{
  width: 100%;
  float: left;
  background-color: #fff;
  position: relative;
  text-align: left;
  height: 42px;
  border-radius: 3px;
  border: solid 1px #eee;
}

#dialog{
  border: none;
  border-radius: 7px;
}
.left_main p{
  line-height: 27px;
  font-weight: 700;
}
.btn-apply{
  border: solid 1px #e1cd01;
  background-color: #eee;
  background: #fee400;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 5px 20px;
  font-weight: 700;
}

.search_sbmt {
  background-color: #fee400;
  border: medium none;
  color: #000;
  font-size: 16px;
  line-height: 42px;
  padding: 0 20px 0 0;
  position: relative;
  text-transform: uppercase;
  width: 100%;
  border-radius: 3px;
  margin-top: 25px;
  border: solid 1px #fee400 !important;
}



#cta_area {
  background: #383838;
  padding: 30px 0;
  /* float: left; */
  display: inline-block;
  width: 100%;
}
section.breadcrumbs-section {
  background-size: 100%;
  padding: 70px 0;
  background-position: bottom;
  background-repeat: no-repeat;
}

 h1 {
font-weight: 700;
font-size: 34px;
line-height: 40px;
}
 h1 {
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  }
section.breadcrumbs-section p {
  font-weight: 500;
  font-size: 16px;
}


.visit_main{

  width: 100%;

  background: #fff;
  padding-top: 3%;
}
.visit_main .dropdown-select.wide{
  display: none !important;
} 
.visit_main select {
    padding: 7px 22px;
    border-radius: 3px;
    border: solid 2px #fee400;
    background-color: #fee400;
  
    float: none;
    width: 50%;
}
.visit_main p>span{
  float: right;
  font-size: 24px;
  font-weight: 800;
  line-height: 10px;
}
.visa_details{
  border: solid 3px #afabab33;
  border-radius: 10px;
  padding: 27px;
  box-shadow: 10px 10px #cccccc57;
  width: 100%;
  float: left;
  margin-bottom: 5%;
}
.details_main{
  width: 100%;
  position: relative;
  float: left;
  padding: 0;
  margin-bottom: 0;
}
.details_main li{
  list-style-type: disclosure-closed;
}
.visa_details p>span>b{
  font-weight: 500;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 0;
    color: #9b9494;
}
.visit_main h2 {
  z-index: 9;
  position: relative;
  font-size: 20px !important;
  text-transform: capitalize;
  font-weight: 700 !important;
  text-align: left;
  margin-top: 0;
}
.documents{
  width: 100%;
  float: left;
  margin-bottom: 5%;
}
.documents p>strong{
  background-color: #fee40029;
  padding: 8px 6px;
  border-radius: 6px;
  font-size: 13px;
  line-height: 44px;
  font-weight: 500;
}
.documents h3{
  font-size: 16px;
}



.traveller {
  border: solid 3px #afabab33;
  border-radius: 10px;
  padding: 27px;
  box-shadow: 10px 10px #cccccc57;
  width: 100%;
  float: left;
  margin-bottom: 5%;
  position: relative;
}
.traveller select{
  border: solid 1px #717171;
  background-color: transparent;
  width: 100%;
  float: left;
}
.traveller button, input, select, textarea {
/*  font-family: inherit;
  font-size: inherit;
  line-height: inherit;*/
  height: 40px;
  padding: 0 20px;
  width: 100%;
  float: left;
}

.traveller select{

  height: 40px !important;
  padding: 0 20px !important;
  width: 100% !important;
}

.traveller .customer_records{
  display: flex;
  margin-bottom: 20px;
}
.traveller .form-group {
  margin: 4px;
  width: 100%;
  float: left;
}
.traveller .customer_records_dynamic{
  width: 100%;
  float: left;
}
.traveller .remove{
  display: flex;
  width: 100%;
  float: left;
  margin-bottom: 20px;
}

.remove-field {
  float: right;
  right: 0;
  background-color: #fee400;
  padding: 3px 7px;
  font-size: 10px;
  color: #000;
  position: absolute; 
  border-radius: 4px;
}
.extra-fields-customer{
  font-size: 13px;
  font-weight: 700;
}

.search_bar1{
  background-color: #fee400;
  border: medium none;
  color: #000;
  font-size: 16px;
  line-height: 42px;
  padding: 0 20px 0 0;
  position: relative;
  text-transform: uppercase;
  width: auto !important;
  border-radius: 3px;
  margin-top: 25px;
  border: solid 1px #fee400 !important;
  float: right !important;
}
.steps{
  width: 100%;
  float: left;
  position: relative;
  padding: 5%;
  background-color: #fff;
  border: solid 10px #fffbd6;
  border-radius: 10px;
}
.steps li{
  list-style-type: none;
  width: 100%;
  float: left;
  position: relative;
  padding: 3% 0;
  border-bottom: solid 1px #d9d8d8;
  display: flex;
  align-items: center;
}
.steps li p>span{
  font-size: 14px;
  font-weight: 500;
  float: left;
  line-height: 26px;
}




/* visa_page */
/* .visa_page .searchbar .main .dropdown-select .option:hover, .dropdown-select .option:focus {
  background-color: #444444 !important;
}
.visa_page .searchbar .main .dropdown-select.wide {
  width: 100%;
  border-radius: 3px;
  border: solid 1px #6c6868;
  color: #fff;
}
.visa_page .searchbar .main .dropdown-select .list {
  box-sizing: border-box;
  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  box-shadow: 0 0 0 1px rgb(0 0 0 / 9%);
  background-color: #000;
  border-radius: 6px;
  margin-top: 4px;
  padding: 3px 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  max-height: 250px;
  overflow: auto;
  border: 1px solid #ddd;
}
.visa_page .searchbar .main .dropdown-select:active, .dropdown-select.open {
  background-color: #000 !important;
}
.searchbar .main .dropdown-select{
  background-color: #000 !important;
} */



.searchbar .main .dropdown-select{
  box-shadow: none;
}




.visa_page {
  width: 100%;
  float: left;
  position: relative;
  padding: 2% 0;
  background-color: #353535;
  margin-bottom: 2%;
  z-index: 99;
}
.visa_page .main .dropdown-select.wide .list {
  left: 0 !important;
  right: 0 !important;
  background-color: #000 !important;
}
.visa_page .main .dropdown-select .option { 
  color: #fff;
}
.visa_page .main .dropdown-select .option:hover, .dropdown-select .option:focus {
  background-color: #8f808061 !important;
}

.visa_page .main .dropdown-select {
  background-image: linear-gradient(to bottom, rgb(0 0 0 / 54%) 0%, rgb(60 53 53 / 66%) 100%); 
  background-color: #fff; 
  box-shadow: none; 
  color: #fff;
}
.visa_page .main .dropdown-select:after{
  display: none;
}
.visa_page .main .dropdown-select.wide {
  width: 100%;
  border-radius: 0;
  border: none;
}
.visa_page .main {
  max-width: 350px;
  width: 100%;
  display: flex;
}

.visa_page .main button{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border-radius: 0;
  border: solid 1px #fae401;
  background-color: #fae401;
  font-size: 13px;
  padding: 0 14px;
  font-weight: 700;
}

.visa_page select:required:invalid {
  color: gray;
}
.visa_page option[value=""][disabled] {
  display: none;
}
.visa_page option {
  color: black;
}
.visa_page .main .dropdown-select .dd-searchbox{
  width:90%;
  padding:0.5rem;
  border:1px solid #999;
  border-color:#999;
  border-radius:4px;
  outline:none;
  color: #000;
}
#subscribe_msg{ 
    display: flex !important; 
}
.visa_page_apply{
  width: 100%; 
  position: relative;
  padding: 2% 0;

}
.visa_page_apply h2 {
  z-index: 9;
  position: relative;
  font-size: 28px !important;
  text-transform: capitalize;
  font-weight: 900 !important;
  text-align: left;
}
.visa_page_apply ul{
  padding: 0;
  width: 100%;
  float: left;
}
.visa_page_apply ul li{
  list-style-type: none;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 7px; 
  display: flex;
  float: left;
  width: 100%;
  border: solid 8px #d0cccc4f;
}
.visa_page_apply ul li>strong {
  float: left;
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
}
.visa_page_apply h3{
  margin: 2% 0;
  padding: 10px;
  border-radius: 8px;
  border-left: solid 18px #f7e101;
  width: 100%;
  float: left;
}
.abt_location{
  width: 100%;
  float: left;
  position: relative;
  padding: 5% 0;
}
.abt_location ul>li{
  list-style-type: none;
  background-color: #ededed;
  margin: 10px 10px 10px 0;
  padding: 10px;
  border-radius: 7px;
  display: inline-block;
  font-weight: 700;
  width: auto;
  border: none;
}




/* visa-deatils */

.visa-deatils{
  /* width: 100%;
  float: left;
  position: relative; */
  padding: 2% 0;
  background: url(/public/visa1/images/bg_img2.jpg);
  background-size: cover;
  background-attachment: fixed;
}
.visa-deatils h2 {
  z-index: 9;
  position: relative;
  font-size: 28px !important;
  text-transform: capitalize;
  font-weight: 900 !important;
  text-align: left;
}

.visa-deatils .accordions {
  border-radius: 8px;

  font-size: 1.2em;
  box-shadow: 2px 1px 7px #00000038;
}

.visa-deatils .accordions {
  border-radius: 8px;
  
  font-size: 1.2em;
  
 
}

.visa-deatils .accordion {
  width: 100%;
  color: white;
  overflow: hidden;
}

.visa-deatils .acc-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background-color: #fff; 
  cursor: pointer; 
  margin-bottom: 0;
  font-weight: 800;
  color: #8a7e7e;
  text-transform: uppercase;
  font-size: 21px;
}

.visa-deatils .accordion:first-child {
  border-bottom: 1px solid;
}

.visa-deatils .acc-label:hover {
  background-color: #fff;
}

.visa-deatils .acc-label::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f107";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.4s ease;
}

.visa-deatils .acc-content {
  max-height: 0;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  transition: all 0.4s ease;
}

.visa-deatils input {
  position: absolute;
  opacity: 0;
  z-index: -1;
  display: contents;
}

.visa-deatils input:checked+.acc-label::after {
  transform: rotate(-90deg);
}

.visa-deatils input:checked~.acc-content {
  max-height: 100vh;
  padding: 1em;
}

.visa-deatils input:checked~.acc-content {
  max-height: 100vh;
  padding: 0 1em;
}

.borderTopGrey {
  border-top: 1px solid #bababa;
} 
.visaReviewInnerDtls {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
.visadate {
  width: 255px;
  padding-bottom: 20px;
}
.visaInfoHeding {
  color: #9b9b9b;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 5px;
}
.visaInfoDtls {
  color: #000;
  font-size: 14px;
}
.reviewValidityWrapper {
  width: 510px;
} 
.reviewValidityWrapper { 
  padding-bottom: 0px;
}
.visa-deatils h2{
  margin: 2% 0;
  padding: 10px;
  border-radius: 8px;
  border-left: solid 18px #f7e101;
  width: 100%; 
}
.visa-deatils .lebal1{
  width: 100%;
  float: left;
  margin: 5% 0 0;
  padding: 2%;
  box-shadow: 2px 1px 7px #00000038;
  position: relative;
  background-color: #fff;
}
.visa-deatils .lebal1 h3{
  font-weight: 800;
  color: #8a7e7e;
  text-transform: uppercase;
  font-size: 21px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: solid 1px #eee;
}
.visa-deatils table{
  width: 100%;
  float: left;
  background-color: #fff;
  box-shadow: 2px 1px 7px #00000038;
} 
.visa-deatils table tr>td{
  padding: 10px;
  border: solid 1px #eee;
  font-size: 14px;
}
.visa-deatils table sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  color: #fff;
  padding: 3px 7px;
  border-radius: 13px;
  top: -0.5em;
  background-color: #b0a8a8;
}
.visa-deatils .lebal1 p>span{  
  line-height: 23px;
  width: 100%;
  float: left;
}
.payment_main{
  float: left;
  position: absolute;
  background-color: #f7e1018a;
  width: 38%;
  top: 0;
  height: auto;
  right: 0;
  padding: 15px;
  border-radius: 5px 0 0 5px;
} 
.payment_main p>strong{
  font-size: 17px;
  color: #717171; 
  width: 100%;
  float: left;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
} 
.lebal1 ul li:first-child{
  width: 100%;
  background-color: transparent;
  font-size: 20px;
  border-left: solid 4px #f7e101;
}
.lebal1 li{
  padding: 5px 9px;
  background-color: #eee;
  width: auto;
  float: left;
  border-radius: 8px;
  list-style-type: none;
  margin: 5px;
}
.lebal1 ul{
  width: 67%;
  padding: 0;
}
.ribbon-holder {
  position: absolute;
 right: -5px;
 top: -5px;
 z-index: 1;
 width: 75px;
 height: 75px;
 text-align: right;
 overflow: hidden;
}

.ribbon {
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 display: block;
 box-shadow: 0 3px 10px -8px black;
 position: absolute;
 top: 16.3px;
 right: -21.8px;
 text-align: center;
}

.ribbon:before {
 content: '';
 position: absolute;
 left: 0;
 top: 100%;
 z-index: -1;
 border-left: 3px solid #666;
 border-right: 3px solid transparent;
 border-bottom: 3px solid transparent;
 border-top: 3px solid #666;
}

.ribbon:after {
 content: '';
 position: absolute;
 right: 0%;
 top: 100%;
 z-index: -1;
 border-right: 3px solid #666;
 border-left: 3px solid transparent;
 border-bottom: 3px solid transparent;
 border-top: 3px solid #666;
}

.ribbon > span {
 display: block;
 width: 100px;
 font-size: 10px;
 text-transform: uppercase;
 font-weight: bold;
 line-height: 20px;
}

.ribbon-outlined > span:before {
 content: '';
 border-left: 1px solid #ccc;
 height: 30px;
 display: block;
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
 -webkit-transform: rotate(45deg);
 position: absolute;
 top: -4px;
 left: 11px;
}

.ribbon-outlined > span:after {
 content: '';
 border-left: 1px solid #ccc;
 height: 30px;
 display: block;
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 -webkit-transform: rotate(-45deg);
 position: absolute;
 top: -4px;
 left: 89px;
}

.ribbon-outlined > span {
 border: 1px solid #ccc;
 background-color: #fff;
}


.ribbon-filled > span {
 border: 1px solid transparent;
 background: #000;
 color: #fff;
}

.lebal1 .newslterinput {
  border: 1px solid #ddd;
  font-size: 14px;
  height: 40px;
  padding: 6px 10px;
  width: 100%;
  margin: 5px 0;
}
.lebal1 input{ 
  background-color: #ffffff !important;
  border-radius: 7px;
} 
.lebal1 .question input{
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  height: auto;
  padding: 0;
  width: auto;
  float: left;
}
.lebal1 .coupon_question {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.question{ 
  background-color: #fff59c !important;
}
.question label { 
  margin-bottom: 0; 
}
.question input[type=checkbox], input[type=radio] {
  margin: 0;
  margin-top: 1px\9;
  line-height: normal;
  width: 20px !important;
  height: 20px !important; 
}

.question input {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.visa-deatils textarea{
  background-color: #ffffff !important;
  border-radius: 7px;
  height: 100px !important;
}


.visa-deatils .search_bar1 {
  background-color: #fee400;
  border: medium none;
  color: #000;
  font-size: 16px;
  line-height: 42px;
  padding: 0 20px; 
  position: relative;
  text-transform: uppercase;
  width: auto !important;
  border-radius: 3px; 
  border: solid 1px #fee400 !important;
  float: right !important;
  margin-top: 0 !important;
}

  ul.list-style li {
    background: #f7f7f7;
    padding: 6px;
    border-radius: 4px;
    margin-top: 10px;
}
ul.list-style {
  width: 100%;
    display: inline-block;
    padding: 0;
    margin-bottom: 11px !important;
}
.content-payment h4 {
    font-size: 16px;
    font-weight: 600;
}
  .steps.payemt-succ h3 {
    margin-bottom: 7px;
    font-size: 1.75rem;
}
  .steps.payemt-succ .fa {
    background: #fee400;
    padding: 7px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: -10px;
}
.container.box-payment {
    width: 600px;
}

.content-payment a {
    background: #fee400;
    padding: 7px 15px;
    border-radius: 4px;
    display: inline-block;
    color: #000;
    font-weight: 600;
    margin-top: 8px;s
}

section.payment{
  padding: 40px 0;
}



a.mail-strip {
    background: none;
    padding: 0;
}

a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}










span.calendar-icon .fa {
    position: absolute;
    right: 15px;
    background: #eee;
    padding: 15px;
    height: 42px;
    bottom: 0;
    width: 42px;
    color: #000;
    border-radius: 0px 3px 3px 0px;
}

@media only screen and (max-width:767px){
 /* span.calendar-icon .fa {
    position: absolute;
    right: 15px;
    background: #eee;
    padding: 15px;
    height: 42px;
    bottom: -42px;
    width: 42px;
    color: #000;
    border-radius: 0px 3px 3px 0px;
}*/
.traveller .customer_records {
    display: block; 
    margin-bottom: 20px;
}
.traveller .remove{
display:block;
}
/*.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
   
    display: inline-block;
    width: 100%;
}*/
.container.box-payment {
    width: 100%;
}
.steps.payemt-succ .fa {
    background: #fee400;
    padding: 5px;
    border-radius: 50%;
    position: absolute;
    left: -11px;
    top: -10px;
    font-size: 20px;
}
.steps.payemt-succ h3 {
    margin-bottom: 7px;
    font-size: 20px;
}
.content-payment h4 {
    font-size: 14px;}
ul.list-style li {
   
    font-size: 12px;
}
}


.dropdown-select.wide.open{
  right: 0 !important;
  top: 0 !important;
}
.hide{
  display:none;
}

.show{
  display:block;
}

.flght_srch_popup .flight-fare-rules table, tr, td, blockquote {
  background-color: #fff;
}
#ado_detail_div table, tr, td:first-child {
  background-color: #fff;
  font-weight: 600;
  border: solid 1px #eee;
}

.table-responsive strong {
  font-weight: 700;
}

.box-1 {
  line-height: 39px;
  margin-right: 7px;
}

.box-upload {
  display: flex;
}


.steps.payemt-succ table.table tr, th, td {
  font-size: 15px;
  /* margin: 0; */
  border: 1px solid #eee;
 
  
}
.steps.payemt-succ .table>:not(:last-child)>:last-child>* {
  border-bottom-color: #eee;
}


section.content-box-page {
  padding: 50px 0;
}
.country-box {
  text-align: center;
  box-shadow: 4px 14px 28px rgb(0 0 0 / 10%);
  position: relative;
  margin-bottom: 20px;
}

.country-box:hover {
  box-shadow: 4px 14px 28px rgb(0 0 0 / 10%);
  border: 1px solid #000;
  border-radius: 5px;
}

.country-box img {
  width: 100%;
  border-radius: 5px 5px 5px 5px;
}
.country-box h3 {
  position: absolute;
  bottom: -8px;
  /* text-align: center; */
  background: #00000087;
  width: 100%;
  color: #fff;
  padding: 10px;
  font-size: 20px;
  text-shadow: 0 0 5px black;
  border-radius: 0px 0px 5px 5px;
}

.country-box:hover h3 {
  background: #000;
}

ul.list-visa li {
float: left;
width:30%;
/* background: #fede00; */
box-shadow: 4px 14px 28px rgb(0 0 0 / 10%);
padding: 20px;
border-radius: 4px;
background: #f7f7f7;
text-align: center;
margin-bottom: 3px;
/* width: 100%; */
border: 1px solid #eee;
margin-right: 40px;
}

ul.list-visa h5 {
font-size: 16px;
margin-top: 17px;
font-weight: 600;
margin-bottom: 0;
}

.content-destination-visa h4 {
font-size: 22px;
font-weight: 600;
margin-top: 25px;
}

ul.list-visa img {
width: 33%;
background: #fede00;
padding: 10px;
border-radius: 15px;
}
.table-visa {
text-align: center;
margin: 0 130px;
}



.content-visa{
  padding-bottom:30px;
}

.content-visa h2{
  font-size: 23px;
border-radius: 10px;
font-weight: 700;
}
.content-visa h2:after {
content: '';
background: #fede00;
width: 150px;
height: 3px;
display: block;
}

.content-destination-visa {
width: 100%;
display: inline-block;
}

.table-visa h3 {
font-weight: 600;
margin-bottom: 23px;
}

.table-visa {
padding-top:30px;
}

.content-destination-visa a {
background: #fee400;
padding: 7px 14px;
/* margin-top: 4px; */
display: inline-block;
border-radius: 3px;
font-size: 16px;
font-weight: 700;
letter-spacing: 0.8px;
}
.content-destination-visa a:hover {
background: #000;
color:#fff;
}
.content-destination-visa p {
text-align: center;
font-size: 15px;
}
p.fasttrack-p {
font-size: 13px;
}
.content-last-visa {
margin-top: 10px;
}
.content-last-visa h3 {
font-size: 18px;
font-weight: 600;
margin-top: 14px;
}
li.mr-0 {
margin-right: 0 !important;
}

.panel-group {
padding-top: 24px;
}
/*.card-body.collapse.show {
font-size: 14px;
font-weight: 500;
}*/


@media screen and (max-width: 767px) {
  section.breadcrumbs-section {
      background-size: cover;
      padding: 20px 0;
  }
  section.breadcrumbs-section h1 {
    font-size: 20px;
    line-height: 21px;
}
  section.breadcrumbs-section p {
      font-size: 14px;
  }
  .table-visa {

margin: 0;
}
ul.list-visa li {
float: none;
width: 100%;
margin-bottom:20px;
}
.searchbar .main {
    max-width: 100%;
    width: 100%;
}
.visit_main select {
 width: 100%;
}
.inner i {
top: -2px !important;
}
}
}



.abt_location {
  padding-top: 0;
}




select#city_select {
            height: auto !important;
        }

        .search-box input {

    height: auto;
}

input:focus-visible {
  outline: none !important;
}
.about_two_item_text {
    margin-bottom: 20px;
}

.accordion-body p {
    margin: 0 !important;
    padding: 0;
    line-height: 30px;
}

.faqs_main_item .accordion-button {
    background-color: rgba(0, 0, 0, .03) !important;
}