
.widgetForm button.waves-effect.waves-orange.btn.btn-outline:hover,
.widgetForm_mob button.waves-effect.waves-orange.btn.btn-outline:hover,
.widgetForm_2mob button.waves-effect.waves-orange.btn.btn-outline:hover {
  color: #fff;
}



.widgetForm .bootstrap-select .form-control,
.widgetForm_mob .bootstrap-select .form-control,
.widgetForm_2mob .bootstrap-select .form-control {
  border: 0px;
  border-radius: 0px;
  max-height: 50px;
  height: 100%;
  min-height: 40px;
  line-height: normal;
  box-shadow: inset 0 -2px 0 0 #f9a61c;
}

.widgetForm .dropdown-menu li,
.widgetForm_mob .dropdown-menu li,
.widgetForm_2mob .dropdown-menu li {
  box-shadow: inset 0 -1px 0 0 #dfe3e9;
}

.widgetForm input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]),
.widgetForm_mob input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]),
.widgetForm_2mob input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]) {
  border-top: 0px;
  border-bottom: 1px solid #f9a61c;
  /* -webkit-box-shadow: 0 1px 0 0 #f9a61c; */
  /* box-shadow: 0 1px 0 0 #f9a61c; */
  border-left: 0px;
  border-right: 0px;
  border-radius: 0;
}
.widgetForm .btn-default:active,
.widgetForm .btn-default.active,
.widgetForm .open > .dropdown-toggle.btn-default,

.widgetForm_mob .btn-default:active,
.widgetForm_mob .btn-default.active,
.widgetForm_mob .open > .dropdown-toggle.btn-default,

.widgetForm_2mob .btn-default:active,
.widgetForm_2mob .btn-default.active,
.widgetForm_2mob .open > .dropdown-toggle.btn-default{
  /* box-shadow: inset 0 -2px 0 0 #f9a61c; */
  border-radius: 2px;
}

.widgetForm .dropdown-menu li .text,
.widgetForm_mob .dropdown-menu li .text,
.widgetForm_2mob .dropdown-menu li .text {
  position: relative;
  width: 100%;
  white-space: normal;
  padding: 5px;
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.35px;
  color: #000000;
}

.widgetForm_mob .dropdown-menu > .active > a,
.widgetForm_mob .dropdown-menu > .active > a:hover,
.widgetForm_mob .dropdown-menu > .active > a:focus,
.widgetForm .dropdown-menu > .active > a,
.widgetForm .dropdown-menu > .active > a:hover,
.widgetForm .dropdown-menu > .active > a:focus,

.widgetForm_mob .dropdown-menu > .active > a,
.widgetForm_mob .dropdown-menu > .active > a:hover,
.widgetForm_mob .dropdown-menu > .active > a:focus,

.widgetForm_2mob .dropdown-menu > .active > a,
.widgetForm_2mob .dropdown-menu > .active > a:hover,
.widgetForm_2mob .dropdown-menu > .active > a:focus
{
  background-color: #f1f4f8;
}

.widgetForm a:focus,
.widgetForm_mob a:focus,
.widgetForm_2mob a:focus {
  outline: none;
}

.widgetForm .bootstrap-select > .dropdown-toggle.bs-placeholder,
.widgetForm .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.widgetForm .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.widgetForm .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
 
.widgetForm_mob .bootstrap-select > .dropdown-toggle.bs-placeholder,
.widgetForm_mob .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.widgetForm_mob .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.widgetForm_mob .bootstrap-select > .dropdown-toggle.bs-placeholder:hover,

.widgetForm_2mob .bootstrap-select > .dropdown-toggle.bs-placeholder,
.widgetForm_2mob .bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.widgetForm_2mob .bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.widgetForm_2mob .bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #000;
}

.widgetForm .bootstrap-select .dropdown-toggle:focus,
.widgetForm_mob .bootstrap-select .dropdown-toggle:focus,
.widgetForm_2mob .bootstrap-select .dropdown-toggle:focus {
  outline: 0 !important;
}

.Rectangle-widget .widgetForm_mob .bootstrap-select.btn-group .dropdown-menu .form-control {
    max-width: 100%;
    min-width: 100%;
    width: 100%;
    border-radius: 0px;
    border-bottom: #ccc 1px solid;
    border-top: #ccc 0px solid;
    border-left: #ccc 0px solid;
    border-right: #ccc 0px solid;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  }
  .widgetForm .bootstrap-select .btn-default:focus,
  .widgetForm .bootstrap-select .btn-default.focus,
  
  .widgetForm_mob .bootstrap-select .btn-default:focus,
  .widgetForm_mob .bootstrap-select .btn-default.focus,
  
  .widgetForm_2mob .bootstrap-select .btn-default:focus,
  .widgetForm_2mob .bootstrap-select .btn-default.focus {
    background-color: #fff;
    /* border-color: #8c8c8c; */
    font-weight: normal;
  }
  
  .widgetForm .btn-default:hover,
  .widgetForm_mob .btn-default:hover,
  .widgetForm_2mob .btn-default:hover {
    background-color: #fff;
    /* border-color: #8c8c8c; */
    font-weight: normal;
  }
  
  .widgetForm .btn-default:active,
  .btn-default.active,
  .widgetForm .open > .dropdown-toggle.btn-default,
  
  .widgetForm_mob .btn-default:active,
  .widgetForm_mob .open > .dropdown-toggle.btn-default
  
  .widgetForm_2mob .btn-default:active,
  .widgetForm_2mob .open > .dropdown-toggle.btn-default {
    background-color: #fff;
    box-shadow: none;
  }
  
  .widgetForm .btn:hover,
  .widgetForm_mob .btn:hover,
  .widgetForm_2mob .btn:hover,
  .btn:focus,
  .btn.focus {
    color: #000;
  }
  
  
  .widgetForm .bootstrap-select button, 
  .widgetForm_mob .bootstrap-select button,
  .widgetForm_2mob .bootstrap-select button {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.35px;
    color: #000000;
    text-transform: none;
  }
  
  .widgetForm .input-field,
  .widgetForm_mob .input-field,
  .widgetForm_2mob .input-field {
    margin: 1rem 0 !important;
  }
  
  .widgetForm .selectlabel,
  .widgetForm_mob .selectlabel,
  .widgetForm_2mob .selectlabel {
    margin-bottom: 0px !important;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.23px;
    color: #585858;
  }
  
  
  .widgetForm .btn.disabled,
  .widgetForm_mob .btn.disabled,
  .widgetForm_2mob .btn.disabled {
    background-color: #fff !important;
  }
  

  
.Rectangle-widget .widgetForm h4.Check-if-you-need-Vi, 
.Rectangle-widget .widgetForm_mob h4.Check-if-you-need-Vi,
.Rectangle-widget .widgetForm_2mob h4.Check-if-you-need-Vi {
  margin: 0 0px 15px 0;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.28px;
  color: #000000;
}


.Rectangle-widget .bootstrap-select.btn-group .dropdown-menu {
    min-width: 220px;
    width: 100%;
    max-height: 258px;
    overflow-y: auto;
  }

  .Rectangle-widget  .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-transform: capitalize;}
    
     .Rectangle-widget .bootstrap-select.btn-group .dropdown-menu .form-control {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
    .Rectangle-widget .bootstrap-select.btn-group .dropdown-menu .form-control {
        border: 0px;
      }
      
.bootstrap-select>.dropdown-toggle.bs-placeholder{
    color: #000;
    }
    
    .bootstrap-select .btn{
    color:#000;
    background-color:transparent;
    letter-spacing: 0px;
    box-shadow: none;
    }
    
    .Rectangle-widget .bootstrap-select {
    min-width: 100%;
    max-width: 100%;
    height: 47px;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
    }
    
    .bootstrap-select>select {
    position: absolute!important;
    bottom: 0;
    left: 0;
    display: block!important;
    width: .5px!important;
    height: 100%!important;
    padding: 0!important;
    opacity: 0!important;
    border: none;
    }
    
    .Rectangle-widget .bootstrap-select .dropdown-toggle:focus, .Rectangle-widget .bootstrap-select .btn:focus {
    outline: 0;
    outline-offset: 0;
    }
    
    .bootstrap-select ul li{
    font-style: normal !important;
    }

.bootstrap-select>.dropdown-toggle.bs-placeholder{
    color: #000;
  }
  
  .bootstrap-select .btn{
    color:#000;
    background-color:transparent;
    letter-spacing: 0px;
    box-shadow: none;
  }
  
  .Rectangle-widget .bootstrap-select {
    min-width: 100%;
    max-width: 100%;
    height: 47px;
    background: #fff;
    padding: 0;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    background-color: #ffffff;
  }
  

  
  .Rectangle-widget .bootstrap-select .dropdown-toggle:focus,
  .Rectangle-widget .bootstrap-select .btn:focus {
    outline: 0;
    outline-offset: 0;
  }
  
  .bootstrap-select ul li{
    font-style: normal !important;
  }
  form[id^="widgetForm"] .input-field .d-inline img, form[id^="widgetForm"] .input-field .d-inline button,
  form[id^="widgetForm_mob"] .input-field .d-inline img, form[id^="widgetForm_mob"] .input-field .d-inline button,
  form[id^="widgetForm_2mob"] .input-field .d-inline img, form[id^="widgetForm_2mob"] .input-field .d-inline button{
    margin-top: 20px;
  }
  form[class^="widgetForm"] .input-field .d-inline img, form[class^="widgetForm"] .input-field .d-inline button,
  form[class^="widgetForm_mob"] .input-field .d-inline img, form[class^="widgetForm_mob"] .input-field .d-inline button,
  form[class^="widgetForm_2mob"] .input-field .d-inline img, form[class^="widgetForm_2mob"] .input-field .d-inline button{
    margin-top: 20px;
  }


  .travel-dropdown.open button.btn.dropdown-toggle.btn-default {
    border: none;
    /* border: solid 1px #e5e5e5; */
    background-color: #fff;
}

.travel-dropdown.open button.btn.dropdown-toggle{
  /* border: none; */
  border: solid 1px #e5e5e5;
  background-color: #fff;
}
.selectlabel{
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px;
  }
  .widgetForm .bs-searchbox .form-control {
    border-radius: 0;
}

.travel-dropdown .Rectangle-widget {
  width: 100%;
  float: none;
  border: 0px;
  background-color: #ffffff;
  height: 100%;
  padding: 27px 14px 20px;
}
.travel-dropdown .Rectangle-widget .selectpicker {
  background-color: #fafafa;
}
.Rectangle-widget {
  width: 255px;
  padding: 27px 10px 13px;
  border-radius: 7px;
  border: solid 1px #e5e5e5;
  background-color: #fafafa;
  float: right;
}
.Rectangle-widget .Check-if-you-need-Vi span {
  color: #f9a61c;
}

.Rectangle-widget .selectpicker {
  min-width: 100%;
  max-width: 100%;
  height: 50px;
  background: #fff;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  background-color: #ffffff;
}

.Rectangle-widget .control-first {
  margin-top: 15px;
}

.Rectangle-widget .control-last {
  margin-top: 20px;
  margin-bottom: 15px;
}

.Rectangle-widget button.waves-effect.waves-orange.btn.btn-outline {
  width: 130px;
  height: 37px;
  min-width: 130px;
  font-size: 12px;
  border-radius: 5px;
  border: 0px;
  background-color: #ffffff;
}








  /* ?media query starts */
  @media (min-width: 1400px) {
  .standAloneWidget .p_body .tabs label.radio_passport_tab {
    display: block;
    padding: 16px 15px;}
  }
@media (max-width: 991px) {
    .Rectangle-widget .widgetForm h4.Check-if-you-need-Vi,
    .Rectangle-widget .widgetForm_mob h4.Check-if-you-need-Vi,
    .Rectangle-widget .widgetForm_2mob h4.Check-if-you-need-Vi {
      margin: 0 0px 9px 0;
    }
    .Rectangle-widget button.waves-effect.waves-orange.btn.btn-outline {
      width: 105px;
      min-width: 105px;
      height: 30px;
      line-height: 30px;
      font-size: 11px;
      padding-right: 8px;
      padding-left: 8px;
      font-weight: bold;
    }
    .Rectangle-widget .control-first {
      margin-top: 9px;
    }

}

@media (max-width: 719px) {
    .mobile-down-section .Rectangle-widget .widgetForm h4.Check-if-you-need-Vi,
    .mobile-down-section .Rectangle-widget .widgetForm_mob h4.Check-if-you-need-Vi,
    .mobile-down-section .Rectangle-widget .widgetForm_2mob h4.Check-if-you-need-Vi {
      margin: 0 0px 15px 0;
    }
    .mob-header .Rectangle-widget button.waves-effect.waves-orange.btn.btn-outline {
      width: 130px;
      height: 37px;
      min-width: 130px;
      padding: 0;
    }
  
    .mobile-down-section .Rectangle-widget {
      padding: 27px 20px 13px;
    }
    .mobile-down-section .Rectangle-widget button.waves-effect.waves-orange.btn.btn-outline {
      width: 130px;
      height: 37px;
      font-size: 12px;
      min-width: 130px;
    }
    .mobile-down-section .Rectangle-widget {
      width: 100%;
      margin-bottom: 50px;
      margin: auto;
    }
}
@media (max-width: 369px) and (min-width: 320px) {
    
}