body {
 font-family: 'Montserrat', sans-serif; background-color:#01458e;
   }




.content {
    padding: 0rem 0;
    background-color: #01458e;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.content.mobile_hide{position:static; transform:none; margin-top:50px;}
form {
    position: relative;
}

/*@media (max-width: 991px) {
  .content .bg {
    height: 500px; } }*/

.content .contents, .content .bg {
    width: 50%; 
}
@media (max-width: 1199px) {
    .content .contents, .content .bg {
        width: 100%; 
    } 
}
.content .btn {
    height: 54px;
    padding-left: 30px;
    padding-right: 30px; 
}


.social-login a {
    text-decoration: none;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block; 
}
.social-login a span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
}
a.form-wizard-previous-btn.very_bnt_opt_code.float-left:hover {
    color: #e4ecf1;
    text-decoration: none;
}
.social-login a:hover {
    color: #fff; 
}
.social-login a.facebook {
    background: #3b5998; 
}
.social-login a.facebook:hover {
    background: #344e86; 
}
.social-login a.google {
    background: #ea4335; 
}
.social-login a.google:hover {
    background: #e82e1e; 
}
select.vodiapicker {
    position: absolute;
}
.login_btn_vendor {
    background-color: #01458e;
    color: #fff;
}
.logo_login {
    padding-bottom:30px;
}
img{max-width:100%; height:auto;}
.logo_login img{max-width:150px;}
.row.justify-content-center {
    background-color: #e4ecf1;
    padding: 60px 0px;
    height: 100%;
}
.heidng_into {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 20px 0px 20px;
    text-align: center;
}.heidng_into p {
    font-weight: 700;
    font-size: 16px;
}
span.height_light {
    background-color: #01458e;
    color: #fff;
    padding: 3px 10px;
    border-radius: 3px;
}
input.box_top {
    width: 54px;
    float: left;
    height: 44px;
    border: none;
    border-radius: 4px;
    margin: 0px 10px 0 0px;
    text-align: center;
    font-size: 20px;
    outline: none;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
}
.opt_verifications{display:flex; width:100%;}
.very_bnt_otp {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 20px 0;
}
.very_bnt_opt_code {
    background-color: #01458e;
    border: none;
    color: #fff;
    padding: 7px 22px;
    border-radius: 4px;
}
a.form-wizard-next-btn.very_bnt_opt_code.float-right:hover {
    color: #e4ecf1;
    text-decoration: none;
}
a.send_code_again {
    color: #01458e;
    font-weight: 500;
}
input.business_name_enter {
    width: 100%;
    float: left;
    height: 50px;
    border: none;
    border-radius: 4px;
    margin: 0px 20px 0 0px;
    text-align: left;
    font-size: 16px;
    outline: none;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
    padding: 0 0 0 15px;
}
.first_fild_business{
    width:100%; 
    float:left; 
    margin:0px; 
    padding:0px;
}
.first_fild_business label {
    color: #000;
    font-weight: 500;
}
.business_category_list {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 10px 0px;
}
.business_category_list label {
    color: #000;
    font-weight: 500;
}
input.mobile_number_visl {
    width: 100%;
    float: left;
    height: 50px;
    border-radius: 4px;
    margin: 0px 20px 15px 0px;
    text-align: left;
    font-size: 16px;
    outline: none;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
    padding: 0 0 0 15px;
}
select.select_business_category_list {
    width: 100%;
    float: left;
    height: 50px;
    border: none;
    border-radius: 4px;
    margin: 0px 20px 0 0px;
    text-align: left;
    font-size: 16px;
    outline: none;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
    padding: 0 0 0 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vodiapicker{
  display: none; 
}





#a li{
  list-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
}

#a li:hover{
 background-color: #F4F3F3;
}



#a li span, .btn-select li span{
  margin-left: 8px;
}

/* item list */

.b{
  display: none;
  width: 100%;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  
}

.open{
  display: show !important;
}

.btn-select{
  margin-top: 10px;
  width: 100%;
  max-width: 350px;
  height: 34px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
 
}
.btn-select li{
  list-style: none;
  float: left;
  padding-bottom: 0px;
}

.btn-select:hover li{
  margin-left: 0px;
}

ul#a {
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: scroll;
    max-height: 150px;
}

.btn-select:focus{
   outline:none;
}

.lang-select{
  margin-left: 50px;
}


/****Select-Cate****/


.vodiapicker {
	display: none;
}
#value-select {
	padding-left: 0px;
}
#value-select img, .btn-select img {
	width: 57px;
	border-radius: 7px;
}
#value-select li {
	list-style: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#value-select li:hover {
	background-color: #F4F3F3;
}
#value-select li img {
	margin: 5px;
}


.heading_value_type {
	display: none;
	width: 100%;
	max-width: 337px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 5px;
	position: absolute;
	float: left;
	width: 100%;
	background-color: #fff;
	z-index: 999!important;
}
.open {
	display: show !important;
}
.btn-select {
	width: 100%;
	max-width: 350px;
	border-radius: 5px;
	border: 1px solid #ccc;
	border: none;
	font-family: 'Poppins', sans-serif;
}
.btn-select li {
	list-style: none;
	float: left;
	padding-bottom: 0px;
}
.btn-select:hover li {
	margin-left: 0px;
}
button.btn-select {
	background: none;
}
.btn-select:focus {
	outline: none;
}
.lang-select {
    margin: 0px;
    position: relative;
}
.btn-select img {
	display: none;
}
ul#value-select li {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
}
button.btn-select li span {
	font-family: 'Poppins', sans-serif;
}
ul#a {
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: scroll;
    max-height: 210px;
    margin: 0px;
    padding: 0 0 0 10px;
}

ul#value-select li {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
#value-select li {
    list-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
button.btn-select.select_category_fist_business {
    background-color: #fff;
    height: 50px;
    box-shadow: 0px 0px 0px 1px #dbdbdb;
    margin-top: 0px;
}
.lang-select li img {
    width: 50px;
    border-radius: 5px;
}

div#map {
    float: left;
    width: 100%;
    height: 200px;
}

.no_page_web {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.no_page_web p {
    font-size: 24px;
    font-weight: 600;
    padding: 14px 0px;
}
.no_page_web span {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 18px;
    display: inline-block;
}

.not_page_found {
  width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.only_web {
    display: none;
}
.only_web {
   width: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  text-align: center;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no_page_web {
    width: 100%;
    float: left;
    margin: 0px;
    padding:30px;
    text-align: center;
}

   

a.continue_shopping {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    padding: 10px 18px;
    display: inline-block;
    border-radius: 5px;
    background-color: #01458e;
    margin: 0 0px 0 20px;
}


.main_info_owner {
    float: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /* height: 100vh; */
    background-color: #01458e;
    position: static;
    margin-top:50px;
    transform:none;
    width: 100%;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    pointer-events: none;
}
.btn:hover{color:#fff; opacity:0.8;}
input.form-control,.form-control:focus{box-shadow:none;}
.form-control:focus{border:solid 1px #01458e;}
.cmnform{width:100%; display:inline-block; vertical-align:top;}
@media only screen and (min-device-width : 10px) and (max-device-width : 991px) {




  a.continue_shopping {
      
      font-size: 16px;
      
  }
  .no_page_web p {
      font-size: 22px;
      padding: 0px 0px;
  }
}

@media only screen and (max-width :1199px) {
	.mobile_hide .row.justify-content-center .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}
@media only screen and (max-width :767px) {
	.content.mobile_hide{margin-top:0; text-align:center;}
	.content.mobile_hide img.img-fluid{max-width:200px;}
	.row.justify-content-center{padding:20px 0;}
	.main_info_owner{margin-top:0; text-align:center;}
	.main_info_owner img.img-fluid{max-width:200px;}
	.opt_verifications{justify-content:center;}
}
