/* @import url(https://fonts.googleapis.com/css?family=Roboto&display=swap); */

/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,700,900&display=swap); */
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,300;1,400&display=swap);

body {
  font-family: 'Roboto' !important;
  color: #000;
}

/* color define start */

/* primary colors */
.primary_orange_bg {
  background-color: #f9a61c;
}

.primary_orange_txt {
  color: #f9a61c;
}

.primary_black_bg {
  /* background-color: #000; */
  background-color: #000;
}

.primary_black_txt {
  /* color: #5A5A5A; */
  color: #000;
}

/* secondary colors */
.secondary_black_80_bg {
  background-color: #5A5A5A;
}

.secondary_black_70_bg {
  background-color: #6c6c6c;
}

.secondary_black_50_bg {
  background-color: #505050;
}

.secondary_black_40_bg {
  background-color: #6C6C6C;
}

.secondary_black_30_bg {
  background-color: #898989;
}

.secondary_black_20_bg {
  background-color: #D7D7D7;
}

.secondary_black_10_bg {
  background-color: #F0F0F0;
}

.white_bg {
  background-color: #ffffff;
}

.white_txt {
  color: #FFFFFF;
}

.secondary_black_80_txt {
  color: #5A5A5A;
}

.secondary_black_70_txt {
  color: #6c6c6c;
}

.secondary_black_50_txt {
  color: #505050;
}

.secondary_black_40_txt {
  color: #6C6C6C;
}

.secondary_black_30_txt {
  color: #898989;
}

.secondary_black_20_txt {
  color: #D7D7D7;
}

.secondary_black_10_txt {
  color: #F0F0F0;
}


/* system colors */
.orange_dark {
  background-color: #EE9618;
}

.red {
  background-color: #C23824;
}

.green {
  background-color: #4EAC4A;
}

.blue {
  background-color: #0326CB;
}

.yellow {
  background-color: #F2C500;
}

.teal {
  background-color: #00CFDE;
}

.purple {
  background-color: #9B56B7;
}

.linkblue {
  background-color: #2E97DE;
}

.primary_color_gradient {
  background-image: linear-gradient(to bottom, #f9a61c 200%, #ff7d00);
}

.grey_color_gradient_1 {
  background-image: linear-gradient(to bottom, #6c6c6c, #2e2e2e 50%);
}

.grey_color_gradient_2 {
  background-image: linear-gradient(to bottom, #d7d7d7 200%, #898989);
}

.grey_color_gradient_3 {
  background-image: linear-gradient(to bottom, #f0f0f0 200%, #d7d7d7);
}

/* color define end */

/* common text start*/
body p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
  word-break: break-word;
}

.bodytext_p {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 27px;
  letter-spacing: 0;
  color: #000;
  font-weight: 300;
}

/* common text end */
/* header.home.sticky
{-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
} */

/* header 2 start */
/* headding */
.maintitile {
  font-weight: 900;
  line-height: 2;
  color: #f9a61c;
}

.maintitile span {
  color: #000;
}
.m-l-auto{
  margin-left: auto;
}
.m-l-auto-mob-c{
  margin-left: auto;
}

h2.maintitile {
  font-family: Roboto;
  font-size: 25px;
  font-weight: 900;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #f9a61c;
}

h2.maintitile span {
  color: #000;
}

.abthead p {
  color: #fff;
}

.arrow {
  font-weight: normal !important;
  font-size: 14px;
}

/* header 2 end */

a:hover {
  cursor: pointer;
  color: #EE9618 !important;
}

.pointer {
  cursor: pointer;
}

.txt-r {
  text-align: right;
}

.topbar {
  padding: 10px 15px 15px 10px;
  margin-bottom: 0px !important;
  height: auto;
  /*overflow: hidden;*/
}

.headercontainer {
  width: 80%;
  margin: 0px auto;
}

/* .Country {
  font-family: Roboto;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;

} */

.Country span {
  /* padding-right: 50px; */
  /* padding-top: 0px; */
}

.countryicon {
  width: 25px !important;

  height: 25px !important;
}

.usericon {
  width: 25px !important;

  height: 25px !important;
}

.Country i {
  display: inline-block;
  vertical-align: middle;
}


.hederbanner {
  background: #282828;
 /* background-image: url(../images/group-23.svg);*/
  background-repeat: no-repeat;
  background-position: 10% 0px;
  background-size: contain;
  /*padding: 25px;*/
  height: auto;
  /*overflow: hidden;*/
}
.hederbanner .btn,.hederbanner .btn-large,.hederbanner .btn-small,.hederbanner .btn-flat {
  line-height: 45px;
}

.faqform {
  background: #e7e7e7 !important;
  border: solid 1px #939393
}

.abthead {
  color: #fff;
  text-align: center;
}

.abthead h2 {
  font-family: Roboto;
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.abthead p {

  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.89;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 20px;
}

.navigation {
  vertical-align: baseline;
  /* padding-top: 35px; */
  font-family: Roboto;

  font-size: 14px;
  font-stretch: normal;

  font-style: normal;

  line-height: normal;

  letter-spacing: normal;
    padding-bottom: 8px;
}

.navigation a {
  color: #000;
  text-decoration: none;
  font-weight: bold;
}

.navigation i.fa.fa-caret-right {
  margin: 3px;
}

.h-45{
  height: 45px;
}

/* =============================
 Working on button start 
 ===============================*/
 .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

 .btn, .btn-large, .btn-small, .btn-flat {
  border: none;
  border-radius: 2px;
  display: inline-block;
  height: 45px;
  line-height: 40px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
}
button.waves-effect.waves-orange.btn.btn-outline {
  border:2px solid #f9a61c;
  background:#fff;
  color:#000;
  float:right;
  box-shadow: none;
}
.startbutton a {
  border-radius: 5px;
  background-color: #ef9426;
  padding: 10px 80px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}

.startbutton a:hover {
  color: #000 !important;
  text-decoration: none;
}
.btn {
  min-width: 150px;
  font-size: 16px;

}
.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
  font-weight: 600;
}


.maincontainer {
  width: 80%;
  margin: 0px auto;
}

/* 
 */



/*  */
/* general */
.padding-top-5r {
  padding-top: 5rem;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-5r {
  padding-bottom: 5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.w-100 {
  width: 100%;
}
.w-90 {
  width: 90%;
}


.padding-top-2 {
  padding-top: 2rem;
}

.padding-top-5 {
  padding-top: 5rem;
}

.padding-bottom-5r {
  margin-bottom: 5rem;
}

/* header 3 start */
.hederbanner3 {
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: 10% 0px;
  background-size: contain;
  padding: 25px;
  height: auto;
  overflow: hidden;
}

.selectcontainer {
  margin: auto;
  width: inherit;
}

.choosebg {
  background-color: #d8d8d8;
  padding: 25px 0px;
  height: auto;
  overflow: hidden;
}

.faqform {
  background: #e7e7e7 !important;
  border: solid 1px #939393
}

.mtxtc,
.txt-c {
  height: 40px;
  line-height: 40px;
}

.hederbanner3 select {
  width: 300px;
  color: #000;
  height: 40px;
  border: 1px solid #ccc;
}

.hederbanner3 .select1 {
  float: right;
}

.hederbanner3 .select2 {
  float: left;
}

/* header end */

/* form controlls start */
/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.8s;
}

.ripple:hover {
  background: #f9a61c radial-gradient(circle, transparent 1%, #ee9618 1%) center/15000%;
}

.ripple:active {
  background-color: #ee9618;
  background-size: 100%;
  transition: background 0s;
}

/* Button style */
/* button {
  border: none;
  border-radius: 2px;
  padding: 12px 18px;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  color: white;
  background-color: #2196f3;
  box-shadow: 0 0 4px #999;
  outline: none;
} */

.form-control {
  max-width: 350px;
  min-width: 260px;
  width: 100%;
}

.form-control:focus {
  border-color: #f9a61c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(249, 169, 37, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(255, 152, 0, .6);
}

.btn-primary {
  color: #fff;
  border-color: #f9a61c;
  min-height: 40px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(100, 100, 100, 0.5);
  background-color: #f9a61c;
  min-width: 150px;
  font-size: 15px;
  letter-spacing: 2px;
}

.btn-primary:hover {
  /* color: #fff; */
  background-color: #ee9618;
  border-color: #ef9426;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #ee9618;
  border-color: #ef9426;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #ee9618;
  border-color: #ef9426;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #ee9618;
  border-color: #ef9426;
}

.custom-select {
  position: relative;
  overflow: hidden;
  margin: auto;
  border-radius: 3px;
  min-width: 260px;
  width: 100%;
  max-width: 350px;
}

.startbutton {
  margin-bottom: 20px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 0px auto;
  outline-offset: -2px;
}


/* [SHARED] */
.custom-select,
.custom-select select {
  height: 40px;
  font-size: 1em;
}

/* [SELECT FIED] */
.custom-select select {
  /* Hide default arrow */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Cosmetics for the select box */
  width: 100%;
  padding: 5px 10px;
  outline: none;

}

.selectText {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
}

/* [CUSTOM ARROW] */


.custom-select:after {
  /* [HTML symbol you want to use] */
  content: "\25bc";
  color: #888;
  /* Positioning for the custom arrow */
  padding: 12px 12px;
  position: absolute;
  right: 10px;
  top: 0;
  text-align: center;
  pointer-events: none;
}
/* adgestments from material */
/* label.mdl-textfield__label {
  margin-bottom: 0px;
} */

.row {
  margin-bottom: 0px!important;
}

/* form controls end */

/* modal start */
.modal-content {
  border-radius: 31px;
  box-shadow: 0.8px 12px 68px 0 rgba(0, 0, 0, 0.3);
    /* ,
      1.4px 20px 221px 0 rgba(0, 0, 0, 0.5); */
  
}

.modal-header {
  border-bottom: 0px solid #e5e5e5!important;
}

.modal-footer {
  border-top: 0px solid #e5e5e5!important;
}

.thanks_head {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.58;
  letter-spacing: normal;
  text-align: center;
  color: #f79e1b;
}

.modal-body p {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  /* line-height: 1.46; */
  letter-spacing: normal;
  text-align: center;
}

/* modal end */

/* mobile hide and show */
.nonmobile {
  display: block;
}

.mobile {
  display: none;
}
/* arrow efffect start */
a.detail-link:hover span {
  transform: translateX(3px);
  margin-left: 8px;
}
a.detail-link span {
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  color: #ccc;
}
button.detail-link:hover i {
  transform: translateX(3px);
  margin-left: 8px;
}
button.detail-link i {
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
/* arrow efffect end */
/* 
modal policy tems
*/
.modal-dialog.policy{
  width:80%;
}
.modal-dialog.policy .modal-body p {
line-height: 27px;
text-align: left;
}
.modal-dialog.policy  .modal-content {
padding: 20px;
}
.modal-dialog.policy  .modal-title{
padding: 5px 5px 0px 15px ;
font-size: 22px;
font-weight: 600;
}
.modal-dialog.policy .modal-body p {
  font-size: 16px;
}
.p-0{
  padding-right:0px;
  padding-left:0px;
}
.w-break{
text-overflow: ellipsis;
overflow-wrap: break-word;
word-wrap: break-word;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-ms-hyphens: auto;
-moz-hyphens: auto;
-webkit-hyphens: auto;
hyphens: auto;
}
.pos-r{
	position: relative;
}
/* *
================================================================
mobile starts here 
================================================================
**/
@media (max-width: 790px) {
 
  .m-l-auto-mob-c{
    margin: auto;
  }
  .custom-select {
    margin: 0;}
  .m-p-0{
    padding-right:0px;
    padding-left:0px;
  }
  .m-100{
    width:100%;
  }
  .container {
    width: 90%
}
main .container {
  width: 100%
}
  .modal-dialog.policy .modal-content {
    padding: 5px;
}
  .modal-dialog.policy .modal-body p {
    font-size: 14px;
  }
  .modal-dialog.policy{
    width:95%;
  }
.m-w-90{
  width: 90%;
}
  /* header */
  .headercontainer {
    width: 90%;
  }


  .hederbanner3 {
    padding: 25px 0px;
  }

  /* header end */
  /* footer start */
  .footerlinks a {
    font-family: Roboto;
    font-size: 12px;
  }

  .footermain {
    padding: 20px 0px;
  }

  .allrights .footer_txt {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: normal;
  }

  .footerfulfill {
    padding: 10px;
  }

  /* footer end */
  /* body text */
  .bodytext_p {
    font-size: 14px;
  }

  body p {
    /* font-size: 14px; */
  }

  /* body text end */

  .startbutton a {
    border-radius: 5px;

    background-color: #ef9426;
    padding: 10px 40px;
    font-family: Roboto;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
  }



  .maincontainer {
    width: 90%;
  }

  h2.maintitile {
    font-size: 18px;
  }

  .abthead p {
    font-size: 14px;
    line-height: 1.5;
  }

  .abthead h1 {
    font-size: 24px !important;
  }


  .nonmobile {
    display: none;
  }

  .mobile {
    display: block;
  }

  h3 {
    font-size: 18px;
  }

  h2 {
    font-size: 18px;
  }
  .mob-no-padding {

    padding-left: 0px !important;
    padding-right: 0px !important
}
.mob-hide {
  display: none;
}
.howitworkscontent.howitwork h2 {
font-weight: 900;
font-size: 22px;
  text-align: left;
}
  #page-login.modal-dialog, #page-signup.modal-dialog, #page-forgotpassword.modal-dialog, #page-otp.modal-dialog, #page-setpassword.modal-dialog, #page-return.modal-dialog {
  margin: 10px!important;
}  
 .country_label,
.country_label_resident,
.country_label_destination,
.country_label_citizenship,
.country_label_visa {
  padding-left: 2px;
}
}
#ddd{
display:none
}
.input-field div.error {
position: relative;
top: -.25rem;
left: 0rem;
font-size: 12px;
color: #d93025;
-webkit-transform: translateY(0%);
-ms-transform: translateY(0%);
-o-transform: translateY(0%);
transform: translateY(0%);
}

.d-all-none{
Display:none}

.server-error .errorTxt1 {padding: 15px;
margin-bottom: 10px;
background: #d2000024;
color: red;}

.user_icon {
  display: inline-block; /* Inline elements with width and height. TL;DR they make the icon buttons stack from left-to-right instead of top-to-bottom */
  position: relative; /* All 'absolute'ly positioned elements are relative to this one */
  padding: 2px 5px; /* Add some padding so it looks nice */
}

/* Make the badge float in the top right corner of the button */
.user_badge {
  background-color: #fa3e3e;
    border-radius: 100%;
    color: white;
    padding: 1px 3px;
    font-size: 10px;
    height: 6px;
    position: absolute;
    top: 4px;
    right: 7px;
    width: 6px;
}

header .dropdown-menu > li.menu_active{
    background-color: rgba(233, 239, 244, 0.37);
}

/* --- new header ---*/

.abthead {
  padding: 5px 30px;
}

.hide_mobile .select-wrapper input.select-dropdown {
  padding: 0px 0px 0px 10px;
  border: 1px solid #9e9e9e;
  background-color: #fff;
}

.default.hederbanner .abthead {
  background-image: linear-gradient(96deg, #515151 3%, #282828 100%);
}

.default.hederbanner .navigation a {
  color: #fff;
}

.subheadsec {
  background-color: #e4e4e4;
}

.select-wrapper .caret {
  z-index: 1;
}

.country_label,
.country_label_resident,
.country_label_destination,
.country_label_citizenship,
.country_label_visa {
  text-align: left;
  padding-left: 7px;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.23px;
}

.widget_head-title {
  font-family: Roboto;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;

  padding-top: 25px;
  padding-bottom: 15px;
  padding-left: 12px;
  text-align: left;
}

.widget_head-title span {
  color: #f9a925;
}

.btn-container {
  padding-bottom: 15px;
  text-align: right;
  /* padding: 10px 46px; */
}


/* new header */
.click2visa-btn {
  border-radius: 5px;
  border: solid 2px #f9a61c;
  background-color: #fff;
  text-align: center;
  color: #000000;
  height: 40px;
  width: 258px;
  margin-right: 12px;
}

/* new header */
section.hederbanner2 {
  background-color: #e4e4e4;
}

.hide_mobile .buttonimg {
  padding-right: 20px;
}

.abthead1 {
  text-align: center;
}

.subheadsec h1 {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
}

.subheadsec p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: center;
  color: #000000;

}

.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: #f7f8f7;
}


.needavisamobile {
  height: 40px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: #ef9426;
}

.widget_head-title_mobile {
  font-family: Roboto;
  font-size: 14px;
  letter-spacing: .12px;
  color: #fff;
  line-height: 40px;
  text-align: center;
}

div.divhide {
  margin: 0px;
  display: none;
  float: left;
  text-align: center;
  position: absolute;
  padding: 0 20px;
  background: #fff;
  z-index: 160001 !important;
}

.divhide .widget_head-title {
  font-size: 20px;
}


.w-50 {
  width: 50%;
  float: left;
}

.w-close-btn {

  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: #8d8d8d;
  height: 40px;
  line-height: 40px;
    cursor: pointer;
}

.w-c2s-btn {

  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  background-color: #ef9426;
  height: 40px;
  line-height: 40px;
    cursor: pointer;
}

.btn-gp-scroll {
  margin: 0 -20px;
  color: #fff;
}

.divhide .select-wrapper input.select-dropdown {
  padding: 10px 0px 10px 0px;
  border: 0px solid #9e9e9e;
  border-bottom: 1px solid #9e9e9e;
  background-color: transparent;
}

.hide_large .widget_head-title {
  color: #585858;
}

button:focus {
  outline: none;
  background-color: #f9a61d;
}

.hederbanner.hide_mobile {
  /* overflow: auto; */
  background-image: linear-gradient(96deg, #515151 3%, #282828 100%);
}

.hide_mobile .select-wrapper {
  margin: 0 18px 0 7px;
  color: black;
}

.select-dropdown li img {
    float: left;
    height: 33px;
    width: 33px;
}

.dropdown-content li>a, .dropdown-content li>span {
    color: #000;
}

/*--- dropdown bottom line color issue -  widget */

input:not([type]),
 input[type=text]:not(.browser-default), 
        input[type=search]:not(.browser-default), 
{
    border-bottom: 1px solid #9e9e9e;
    }
    input:not([type]):focus:not([readonly]),
     input[type=text]:not(.browser-default):focus:not([readonly])
     {
    border-bottom: 1px solid #f9a61c;
    -webkit-box-shadow: 0 1px 0 0 #f9a61c;
    box-shadow: 0 1px 0 0 #f9a61c;
}

/* / default on select safari issue / */
.select-black{
  color:#000;
}
