

.Visa_top_banner{
    background-image: url(/../assets/images/banner/Visa-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 80px 0;
}
.visa_serch {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.visa_anul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 10px 12px;
}

.visa_anul buuton.btn.btn-primary-v {
    background: #110942;
    border: 2px solid #110942;
    margin: 5px;
    color: #dacd65;
}

 .visa_anul buuton.btn.btn-primary-v:hover{
      background: #dacd65;
    border: 2px solid #dacd65;
    margin: 5px;
     color: #110942;
}
.visa_clo_1 {
    width: 200px;
    padding: 10px 10px 0px 10px;
    align-items: center;
    float: left;
    position: relative;
    border-right: 1px solid #d6d3d3;
}
.visa_clo_1 p {
    font-size: 14px;
    margin: 0;
    display: block;
    width: 100%;
    color: #110942;
    font-weight: 400;
    margin: 0 0 0 20px;
}
.visa_clo_1 .type-label p {
    font-size: 16px;
    margin: 0;
    display: block;
    width: 100%;
    color: #110942;
    font-weight: 500;
    margin: 0 0 0 0px;
}
.visa_clo_1 p.tl_frm {
    font-size: 14px;
    margin: 0;
    display: block;
    width: 100%;
    color: #7E7979;
    font-weight: 400;
}

.travl_from_visa {
    display: block;
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    margin: 0px;
    color: #110942;
    margin: 5px 0 5px 20px;
    line-height: 1;
}
.visa_clo_1 p i {
    margin-right: 5px;
}
.travl_from_visa span {
    font-size: 14px;
    font-weight: 500;
    color: #110942;
    margin: 0 2px;
    vertical-align: middle;
}

.visa.dropdown_passenger_info {
   right: 0;
    text-align: left;
    width: 380px !important;
    color: #000;
    padding: 20px;
    position: absolute;
    background: #fff;
    z-index: 9;
    display: none;
}
.visa_clo_1:last-child{
    border-right: none;
}
select.selct_control {
    display: block;
    width: 100%;
    font-size: 22px;
    padding: 1px 0 0 15px;
    border: none;
    font-weight: 600;
    color: #110942;
    overflow: hidden;
    outline: none;
    text-transform: capitalize;
}
input.selct_control {
    display: block;
    width: 100%;
    font-size: 24px;
    padding: 1px 0 0 15px;
    border: none;
    font-weight: 600;
    color: #110942;
    overflow: hidden;
    outline: none;
}
.visa_clo_1.Travellers {
    width: 230px;
}
input.selct_control option {
    font-size: 14px;
    border: none;
    background: #fff;
    color: #110942;
}
select.selct_control option {
    font-size: 14px;
    border: none;
    background: #fff;
    color: #110942;
    text-transform: capitalize;
}
.gp_btn label {
    font-size: 15px;
    display: block;
    color: #fff;
}

select.VisaApplication {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px;
    border: 1px solid #d6d3d3;
    border-radius: 4px;
    outline: none;
    color: #110942;
}

.dropdown_passenger_info {
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  width: 260px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  border-radius: 8px;
}
.done_selct {
  margin-top: 10px;
  background: #110942;
  color: #fff;
  border: none;
  padding: 6px 16px;
  border-radius: 5px;
  cursor: pointer;
}
.insurance.dropdown_passenger_in{
    position: absolute;
            top: 100%;
            background-color: #fff;
            left:0;
            z-index:  999;
            border: 1px solid #ccc;
            border-radius: 10px;
            padding: 10px;
            margin-top: 0px;
            width: 300px;
            box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}