/*custom font*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,600,700');
/*basic reset*/
* {
    margin: 0;
    padding: 0;
}

html {
    background: url('../images/ticks.png');
    background-repeat: repeat;
	background-attachment: fixed;
	 /* background-color: #EAEAEA; */
}

body {
    font-family: 'Montserrat', sans-serif;
    background: transparent;
}

/*form styles*/
body {
    margin-top:40px;
}
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
	width: 300px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle:hover{
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
#form_main_wrap{
	max-width: 80%;
    margin: 3% auto 10%;
    padding: 5% 3%;
    background-color: #fff;
    box-shadow: 0px 0px 6px 1px #ccc;
    border-radius: 4px;
	height: 100%;
	display:none;
	border-top: 4px solid #3146C5;
}
h1.heading-title {
    text-align: center;
    color: #666;
    font-weight: 600;
    line-height: 40px;
	font-size: 36px; 
    margin-top: 4%;
    margin-bottom: 4%;
	letter-spacing: 0.3px;
    text-transform: uppercase;
	display:none;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
}
h1.heading-title span{
	color: #3146C5;
    font-weight: 700;
}
.btn-circle{
	background-color: #3146c5bf;
    border-color: #3146c5bf;
	transition: 0.3s;
}
.btn-circle:hover, .btn-circle:focus{
	background-color: #3146C5!important;
    border-color: #3146C5!important;
}
.submit-button{
	margin-top: 25px;
    width: 200px;
	transition: 0.3s;
}
.active-progress{
	background-color: #3146c5!important;
	border-color: #3146C5!important;
	transition: 0.3s;
}
h3.form_subheading{
	margin-bottom: 25px;
    font-size: 26px;
    color: #555;
	margin-top: 40px;
}
h4.form_group_heading{
	color: #444;
    font-weight: 400;
    margin-bottom: 15px;
	margin-top: 35px;
	background-color: #f7f7f7;
    padding: 1%;
	border-radius: 4px;
}
.has-error{
    border-color: #de2525;
}
.submit-button{
	background-color: rgba(68, 58, 223, 0.87);
    border-color: rgba(68, 58, 223, 0.87);
}
.submit-button:hover, .submit-button:focus, .submit-button:active{
	background-color: rgb(68, 58, 223)!important;
    border-color: rgb(68, 58, 223)!important;
}
label{
	font-weight: 400;
    color: #888;
}
.padding-left-right-none{
	padding-right: 0px;
	padding-left: 0px;
}
.tooltip {
  position: relative;
  display: inline-block;
  opacity:1;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 210px;
  background-color: #3146c5e6;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -106px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #3146c5e6 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}
.terms_condition_wrap{
	display:none;
	float: left;
}
@media screen and (min-width: 992px) {
	.padding-left-none{
		padding-left: 0px;
	}
	.padding-right-none{
		padding-right: 0px;
	}
	label#show_weekend_checkbox{
		margin-top: 7%;
	}
}
@media screen and (max-width: 991px) {
	.padding-left-none{
		padding-left: 0px;
	}
	.padding-right-none{
		padding-left: 0px;
	}
	.selectize-control.input-tags.demo-default.multi.plugin-remove_button, .selectize-control.currencies-tags.demo-default.multi.plugin-remove_button {    
      width: 100%!important;
   }
}
@media screen and (max-width: 980px) {
  h1.heading-title {
	  font-size: 32px;	  
  }
  h3.form_subheading{
    font-size: 22px;
  }
}
.selectize-control.input-tags.demo-default.multi.plugin-remove_button, .selectize-control.currencies-tags.demo-default.multi.plugin-remove_button {
    border: 1px solid #ccc;
    height: auto!important;
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff;
    padding: 2px 5px 8px 5px;
}
.selectize-dropdown.multi.input-tags.demo-default.plugin-remove_button, .selectize-dropdown.multi.currencies-tags.demo-default.plugin-remove_button{
    display: none!important;
}
.selectize-input input{
    min-width: 60px!important;
    width: 235px!important;
    opacity: 1;
    margin-bottom: 2px;
    position: relative;
    padding: 2px 5px;
    left: 0px;
    cursor: initial;
    border: none!important;
}
.form-control {
    height: 39px;
}
.languages_tag_wrap, .currencies_tag_wrap {
    float: left;
    background-color: #3146C5;
    padding: 2px 5px;
    margin-right: 5px;
    margin-top: 5px;
	color:#fff;
    border-radius: 3px;
    font-weight: 400;
}
.languages_tag_wrap a.remove, .currencies_tag_wrap a.remove{
    color: #fff;
    margin-left: 5px;
}
::-webkit-scrollbar {
  width: 12px;
}
/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 4px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #3146c5de;
    border-radius: 4px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #3146C5; 
}
::placeholder {
  opacity: 0.5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 opacity: 0.5;
}

::-ms-input-placeholder { /* Microsoft Edge */
  opacity: 0.5;
}
