/*charset*/
html, body{
  /*overflow: hidden;*/
}
.set-onner input {
    margin: -20px;
}
.category-wizzard {
    background-image: url(../images/wizzard-image.jpg);
  /*padding: 0 0 8% 0 !important;*/
  padding: 0 0 6% 0 !important;
    background-position: center;
        position: relative;
    background-size: cover;
}


.category-wizzard::before {
     content: '';
     position: absolute;
     /*background:#000000cf;*/
     background:linear-gradient(to bottom, rgba(60, 60, 60, 0.52), rgba(0, 0, 0, 0.73));
     top: 0px;
     bottom: 0px;
     left: 0px;
     width: 100%;
     border-radius: 5px;
}
/* Scrollbar styles */
::-webkit-scrollbar {
width: 5px;
height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
border-radius: 10px;
background:#eee; 
box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.heading-wiz {
  text-align: center;
  padding: 0px 9px;
  width: 100%;
  margin: 0 auto;
}
.heading-wiz .primary {
    opacity: 1;
        /*padding-top: 11%;*/
        padding-top: 6%;
    visibility: visible;
    transition: all 100ms ease;
}

.heading-wiz h1, .heading-wiz .t-count, .heading-wiz .t-in {
    font-size: 26px;
    color: #fff;
    font-weight: normal;
    text-shadow: 0 2px 3px #484848;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}
.heading-wiz p {
    font-size: 14px;
    color: #fff;
    text-shadow: 0 2px 3px #484848;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
}
.heading-wiz .progress {
    background: #d8d8d6;
    height: 5px;
    margin: 10px auto 20px auto;
    border-radius: 30px;
    visibility: hidden;
    opacity: 0;
    /*width: 450px;*/
    position: absolute;
    left: 0;
    right: 0;
}
.heading-wiz .progress .bar {
    background: #289738;
    height: 5px;
    border-radius: 30px;
    -webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.heading-wiz .progress .pecent {
    position: absolute;
    right: -35px;
    bottom: -9px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
       padding-left: 50px;
    font-size: 15px;
    color: #000000cf;
    cursor: pointer;
    /*line-height: 20px;*/
    line-height: 30px;
    display: inline-block;
    font-weight: 100;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    /*top: -7px;*/
    top: -2px;
    width: 27px;
    height: 27px;
    border: 1px solid #b9b4b4;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
    width: 19px;
    height: 19px;
    background: #5cb85c;
    position: absolute;
    /*top: -3px;*/
    top: 2px;
    border: none;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.3s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.form-wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.step-from h4 {
    text-align: center;
    padding: 20px;
    font-size: 26px;
}
.list-inner-step li{
	/*padding: 10px 15px;*/
    padding: 5px 5px;
    margin: 8px 0;
    border-radius: 3px;
    cursor: pointer;
    color: #333333;
    border: 1px solid #eee;
    position: relative;
    background-color: #fff;
    width: 100%;
    transition: all 500ms ease;
    /*min-height: 50px;*/
     line-height: 30px;
}
.step-from{
	 overflow-x: hidden;
    overflow-y: scroll;
   height: 300px;
       border-radius: 10px;
}


.form-wrap .btn-group.stack-nav {
    bottom: 0;
    /*z-index: 9;*/
    width: 100%;
    text-align: center;
    padding:15px 30px;
        border-radius: 5px;

    border-top: 1px solid #e2e2e2;
    background-color: #f5f5f5;
    margin-right: 0;
    cursor: default;
}
.form-wrap .btn-group.stack-nav .btn {
        padding: 9px 0px 0px;
    display: block;
    font-size: 18px;
    transition: all 0.5s ease-in-out;
    height: 46px;
}
.list-inner-step li:hover{
    box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}

.form-wrap .btn.primary, .exit-msg .btn.primary {
    background: #5cb85c;
}

.form-wrap .btn-group.stack-nav .btn:hover{
	color: #5cb85c;
	background-color: white;
	box-shadow: none;
	border: 1px solid #5cb85c;
	border-radius: 30px;
}




.popup-in {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  overflow: hiden;
  transition: .64s ease-in-out;
}
.popup-inner {
  position: relative;
  bottom: -100vw;
  right: -100vh;
  display: flex;
  align-items: center;
  max-width: 800px;
  max-height: 600px;
width: auto;
  height: 87%;
  background-color: #fff;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
  transition: .6s ease-in-out;
}
.popup__photo {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  overflow: hidden;
}
.popup__photo img {
  width: auto;
  height: 100%;
}
.popup__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 60%;
  height: 100%;
  padding: 4rem;
}
.popup__text h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
  color: #0A0A0A;
}
.popup__text p {
  font-size: .875rem;
  color: #686868;
  line-height: 1.5;
}
.popup-in:target {
  visibility: visible;
  opacity: 1;
}
.popup-in:target .popup-inner {
  bottom: 0;
    right: 0;
    top: 34px;

  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.popup__close {
  position: absolute;
  right: -1rem;
  top: -1rem;
  width: 3rem;
  height: 3rem;
 
  font-weight: 300;
  border-radius: 100%;
  background-color: #0A0A0A;
  z-index: 4;
  color: #fff;
  line-height: 3rem;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.multi_step_form h1 {
    text-align: center;
}
.multi_step_form #msform {
  text-align: center;
  position: relative;
  /*padding-top: 50px;*/
  /*min-height: 820px;*/
      height: -webkit-fill-available;
  max-width: 810px;
  margin: 0 auto;
  background: #ffffff;
   
  z-index: 1;
      width: 800px;
      overflow-x: hidden;

}
.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 55px;
}
.multi_step_form #msform .tittle h2 {
  font: 500 24px/35px "Roboto", sans-serif;
  color: #3f4553;
  padding-bottom: 5px;
}
.multi_step_form #msform .tittle p {
  font: 400 16px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset {
  border: 0;
 padding: 20px 11px 0;
  position: relative;
  width: 100%;
  left: 0;  
   
    overflow-x: hidden;
  right: 0;
}
.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none;
}
.done_text h3 {
  font: 500 18px/35px "Roboto", sans-serif;
  color: #3f4553;
}
.done_text h6 {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
  padding-bottom: 30px;
}
.multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0;
}
.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset #phone {
  padding-left: 80px;
}
.multi_step_form #msform fieldset .form-group {
  padding: 0 10px;
}
.multi_step_form #msform fieldset .fg_2, .multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden;
}
.multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px;
}
.multi_step_form #msform fieldset .form-control, .multi_step_form #msform fieldset .product_select {
  border-radius: 3px;
  border: 1px solid #d8e1e7;
  padding: 0 20px;
  height: auto;
  font: 400 15px/48px "Roboto", sans-serif;
  color: #5f6771;
  box-shadow: none;
  outline: none;
  width: 100%;
}
.multi_step_form #msform fieldset .form-control.placeholder, .multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:-moz-placeholder, .multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-moz-placeholder, .multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
  color: #5f6771;
}
.multi_step_form #msform fieldset .form-control:hover, .multi_step_form #msform fieldset .form-control:focus, .multi_step_form #msform fieldset .product_select:hover, .multi_step_form #msform fieldset .product_select:focus {
  border-color: #5cb85c;
}
.multi_step_form #msform fieldset .form-control:focus.placeholder, .multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent;
}
.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
  color: transparent;
}
.product_select:after {
  display: none;
}
.product_select:before {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: #5f6771;
}
.multi_step_form #msform fieldset .product_select .list {
  width: 100%;
}
.done_text {
    
    /*padding-top: 40px;*/
    text-align: center;
}
.done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
     position: relative;
    color: #ffffff;
    /*left: -34%;*/
    top: 17px;
  
  text-align: center;
}
.done_text h6 {
  line-height: 23px;
}
.code_group {
    /*margin: 31px 27%;*/
}
.code_group .form-control {
  border: 0 !important;
  border-bottom: 1px solid #a1a7ac  !important;
  border-radius: 0  !important;
  display: inline-block;
  width: 30px !important;
  font-size: 30px !important;
  color: #5f6771 !important;
  padding: 0 !important;
  margin-right: 7px;
  text-align: center;
  line-height: 1 !important;
}
.multi_step_form #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative;
}
.multi_step_form #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #5cb85c;
  display: inline-block;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
}
.multi_step_form #msform fieldset .passport h4 {
  font: 500 15px/23px "Roboto", sans-serif;
  color: #5f6771;
  padding: 0;
}
.multi_step_form #msform fieldset .input-group {
  padding-bottom: 40px;
}
.multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px;
}
.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
  background: #5cb85c;
  border-color: #5cb85c;
  color: #fff;
}
.multi_step_form #msform fieldset .input-group .custom-file input {
  display: none;
}
.multi_step_form #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px;
}
.multi_step_form #msform fieldset .file_added li {
  font: 400 15px/28px "Roboto", sans-serif;
  color: #5f6771;
}
.multi_step_form #msform fieldset .file_added li a {
  color: #5cb85c;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.multi_step_form #msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg);
}
 #progressbar {
  /*margin-bottom: 30px;*/
  overflow: hidden;
  position: relative;

z-index: 9999;
}
#progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/5);
  float: left;
  position: relative;
  font: 500 13px/1 "Roboto", sans-serif;
}
#progressbar li:nth-child(1):before {
  
  content:"\f139";
}
#progressbar li:nth-child(2):before {
  content: "\f12f";
}
#progressbar li:nth-child(3):before {
  
  content:"\f142";
}
#progressbar li:nth-child(4):before {
  
  content:"\f122";
}
#progressbar li:before {
  content: "\f1fa";
  font: normal normal normal 30px/50px Ionicons;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #eaf0f4;
  border-radius: 50%;
  margin: 0 auto 10px auto;
}
#progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 26px;
  z-index: -1;
}
 #progressbar li:last-child:after {
  width: 150%;
}
#progressbar li.active {
  color: #5cb85c;
}
#progressbar li.active:before, #progressbar li.active:after {
  background: #5cb85c;
  color: white;
}
.action-button {
  background: #5cb85c;
  color: white;
  border: 0 none;
  border-radius: 5px;
  cursor: pointer;
  min-width: 130px;
  font: 700 14px/40px "Roboto", sans-serif;
  border: 1px solid #5cb85c;
  margin: 0 5px;
  text-transform: uppercase;
  display: inline-block;
}
.action-button:hover, .action-button:focus {
  background: #405867;
  border-color: #405867;
}
 .previous_button {
  background: transparent;
  color: #99a2a8;
  border-color: #99a2a8;
  /*margin: 16px;*/
}
.previous_button:hover,.previous_button:focus {
  background: #405867;
  border-color: #405867;
  color: #fff;
}

input[type=checkbox] + label {
     display: block;
    margin: 0.2em;
    cursor: pointer;
       font-size: 15px;
    color: #000000cf;
  text-align: left;
    padding: 0px 48px;
 
    font-weight: 100;

}

input[type=checkbox] {
  display: block;
}

input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
     width: 1.5em;
    height: 1.5em;

  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff;
      width: 28px;
    height: 28px;
}

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

.search-wrapper {
    margin: -65px 0 81px 0;
}

.search-wrapper .search-loc {
      width: 100%;
    height: 50px;
    padding: 0px 70px 0 20px;
    top: 0px;
    border: 1px solid lightgrey !important;
    left: 0px;
    border-radius: 23px;
    background: #fff;
    box-sizing: border-box;
    outline: none;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .search-loc {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .icon-search {
   width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: black;
    padding: 0px;
    outline: none;
    position: relative;
    z-index: 2;
    float: right;
    top: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .icon-search i{
      font-size: 16px;
      color: white;
}
.share-contact li {
    display: inline-block !important;
      width: 32%;
}

.text-area-block textarea{
	/*min-height: 100px;*/
    min-height: 50px;
	height: auto !important;
}
.terms {
    text-align: left;
    /*font-size: 17px;*/
    font-size: 13px;
    padding-bottom: 30px;
}
.terms a{
    font-size: 13px !important;
}
.fieldset-inner{

    overflow-x: hidden;
    padding: 20px;

    /*new css on 26-08-2019 by gb*/
    height: 340px;
    overflow-y: scroll;
}
	[type="checkbox"]:checked + label:before{
		transform: none !important;
	}


.table-body h2{
  font-size: 30px;
    line-height: 42px;
    color: #478c29;
    font-weight: 600;
    display: block;
        text-align: center;
}
.table-body h3{
      color: #333;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
}
.modal-dialog {
  z-index: 99999;
}


.exitpanelBG{
  position: absolute;
  background-color: #000000d4;
  z-index: 999999;
  width: 100%;
  height: 100%;
  display: none;
  
}

.exitpanel{
  max-width: 650px;
  height: auto;
  width: 100%;
     margin: 65px auto;
  background-color: #ffffff;
  border-radius: 5px;
  text-align: center;
  padding: 75px 0;
}
a#exit {
        width: 49%;
    background-color: #f74d40;
    float: left;
    transition: all 0.4s ease-in-out;
}
a#exit:hover {
    color: white;
    background: #9a0217;
    background: linear-gradient(to bottom, #a2455a, #bd0011) !important;
}
a#continue {
    width: 49%;
}
a#continue:hover {
    color: white;
    background: linear-gradient(to bottom, #455ca2, #263a78);
}
.exit-cont {
    margin: 39px 0;
    text-align: center;
       /*width: 52%;*/
       width: 90%;
}

.dial-one{
    width: 100% !important;
        margin: 0 !important;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
}

input[type=number] {
  -moz-appearance: textfield;
}

.fieldset-inner input.form-control {
    border-radius: 3px;
    border: 1px solid #d8e1e7;
    /*padding: 0 20px;*/
    padding: 0 10px;
    height: auto;
    font: 400 15px/48px "Roboto", sans-serif;
    color: #5f6771;
    box-shadow: none;
    outline: none;
    width: 100%;
}
section.multi_step_form {
    padding: 21px 27px;
}
ul#progressbar li {
    display: inline-block;
    width: 19%;
    /*width: 25%;*/
    text-align: center;
    padding: 4px 0;
}
.fieldset-inner h3 {
    /*padding: 0 0 28px 0;*/
    padding: 0 0 15px 0;
    text-align: center;
    font-size:18px;
}
.fieldset-inner h6 {
    /*padding: 10px 0 28px 0px;*/
    padding: 10px 0 15px 0px;
    text-align: center;
}



button.close {
    display: block;
    height: 50px;
    width: 50px;
    opacity: 0.7;
    top: 17px !important;
    right: 60px;
    padding-left: 4px;
    font-size: 65px;
    color: white;
    z-index: 1000;
    position: fixed;
    font-weight: 100;
}

div#myModal {
    background-color: #000000ba;
}
.dismis-close:focus, .dismis-close:hover {
    color: white;
}




.stepper{
  position: relative;
  width: 47%;
  margin: 0 auto;
  border-radius: 5px;
}
.step1{
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #ffffff;
}


.step2{
  /*position: absolute;
  top: 0;
  left: 0;*/
  z-index: 1;
  width: 100%;
    height: 400px;
  background-color: #ffffff;
  display: none;
}
.step3{
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  display: none;
}
.step4{
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  display: none;
}
.step5{
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  display: none;
}
.step6{
  /*position: absolute;*/
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 400px;
  background-color: #ffffff;
  display: none;
}
.display{
  display: block;
}

/*29/Jul*/
.inputbox{

    background-color: #00000017;
              display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
    /*overflow-y: scroll !important;*/
    margin: 0;
    box-sizing: border-box;
    padding: 0 10px 0 10px;
    border: 1px solid #eee;
    border-radius: 3px;
    min-height: 50px;
    line-height: 36px;
    position: relative;
    max-height: 150px;
    overflow-x: hidden;
    /*height: 49px;*/
        }

.inputbox .selectitems {
    white-space: normal;
    text-align: left !important;

        display: inline-block;
        float:left;
}
.inputbox .selectitems #span_0{
    display: none;
}
.inputbox .selectitems .selectedItems{
    display: inline-block;
    position: relative;
    margin-right: 5px;
    padding: 4px 30px 4px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 1px solid #dfdfdf;
    vertical-align: middle;
    cursor: default;
    border-radius: 25px;
    background-color: #fff;
}
.closebtn{
    display: inline-block;
    color: #848484;
    padding: 5px 0 5px 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 6px;
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.inputbox .search{
    display: inline-block;
    margin: 0;
    padding: 0;
    float:left;
}
#searchbox{
    border: none;
}
.messagebox{
  position: absolute;
margin-right: 5px;
padding: 4px 30px 4px 10px;
font-size: 14px;
font-weight: 400;
line-height: 30px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
cursor: default;
border-radius: 8px;
background-color: #262626 !important;
top: -20px;
left: 30%;
z-index: 100;
color: #fff !important;
opacity: 0.87;
display: none;
width: 50% !important;
text-align: center;
border: none;
}
ul.mhcet-col {
    height: 178px;
    overflow-y: scroll;
}
.mhcet-col1{
	 height: 340px !important;
    overflow-y: scroll;
}
.map-eco {
    /*height: 180px;*/
    height: 250px;
    /*overflow-y: scroll;*/
}
div#myModalset {
    text-align: center;
    background-color: #000000de;
}
#myModalset .modal-header{
  position: absolute;
}
button.btn.btn-primary.data-button {
    margin: 5% 0 0;
    position: absolute;
    z-index: 99999;
}
#myModalset button.close {
    color: white;
    right: -56%;
    border: none;
    font-weight: 100;
}


.form-wrap .btn-group.stack-nav .btn:focus {
    outline: 0;
    /*color: white;*/
}
.modal-body {
    padding: 7px 16px;
}

.modal-dialog.modal-lg.wow.slideInLeft {
    margin: 18px auto;
}
.require-service{
     height: 400px;
    overflow-y: scroll;
}
.set-onner {
width: 100%;
    position: relative;
    margin-bottom:20px;

}

/*neww 31 july*/
#cross-button {
    position: absolute;
    border: none;
    background-color: transparent;
       font-size: 40px;
    color: #ffffff66;
    right: 0;
    top: 0;
    margin: 3% 4%;
}

.entrance-big-panel{
    /*height: auto;*/
    width: 47%;
    /*height: 565px;*/
    /*overflow-y: scroll;*/
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    margin: 3% auto;
   min-height:550px;
    /*overflow-y:scroll;*/

}
.entrance-big{
   position: absolute;
   background-color: #000000eb;
    z-index: 99999;
    width: 100%;
    height: auto;
    padding-bottom: 2%;
    display: none;
}
.timing-prefrence li {
    width: 49% !important;
    display: inline-block;
        /*padding: 10px 15px;*/
        padding: 5px 10px;
    transition: all 500ms ease;
margin: 8px 0;
    border-radius: 3px;
    cursor: pointer;
    color: #333333;
    border: 1px solid #eee;

    text-align:left;

}
.timing-prefrence li:hover{
      box-shadow: 0 3px 8px 0 rgba(0,0,0,0.2), 0 0 0 1px rgba(0,0,0,0.08);
}
