body{
    font-family: 'Lato', sans-serif;
    background-color: #fbfbfb;
}
section{
    padding: 35px 0;
}
fieldset {
    background: rgba(255, 255, 255, 0.8);
}
.extrainputs{
    display: none;
}
.showinputs{
    display: block !important;
}
/*form styles*/

#headerSection .container {
    max-width: 970px;
}
h4.text-center {
    margin: 25px auto;
}
.form-control:focus {
    border-color: #59c9e3;
}
.controls.col-sm-3 >select {
    margin-bottom: 15px;
}
.action-button {
    background-color: #ee3f42;
    border-radius: 100px;
    display: inline-block;
    font-family: Cabin,sans-serif;
    font-weight: 700;
    height: 48px;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    padding-bottom: 0;
    padding-top: 0px;
    text-align: center;
    width: 155px;
    color: #fff!important;
    border: 0;
}
.tabb2 .next {
    float: right;
}
.upbtn .action-button {
    width: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.upbtn {
    padding: 20px 0;
    outline: none !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #3d9f90 !important;
    border-color: #3d9f90 !important;
    margin: 0 10px !important;
}
.btn-primary:hover,.btn-primary.active ,.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
    color: #fff;
    background-color: transparent !important;
    border-color: #3d9f90 !important;
    color: #3d9f90 !important;
    
}
input.next.action-button{
     outline: none !important;
}


.top-gap{
    margin-top: 25px!important;
}
.img-responsive{
    margin: 0 auto !important;
}
.che {
    text-align: left;
}
.form-head .line {
    background-color: #ee3f42;
    top: 15px;
    height: 1px;
}
.form-head  .title {
    color: #ee3f42;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 25px;
    margin-top: 0;
} 

.tooltipB{
	margin-top: 20px;
	max-width: 40% !important;
}
.tooltipBox {
	display:none;
    position: absolute;
    z-index: 100000;
    left: 29%;
    padding: 5px 10px;
    width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    text-align: justify;
    font-size: 10px;
    line-height: 12px;
}

.tooltipBox:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}

.tooltipB:hover .tooltipBox{
	display:block;
}

.label__checkbox {
  display: none;
}

.label__check {
  display: inline-block;

  border: 3px solid rgba(0,0,0,0.4);
  background: white;
  vertical-align: middle;
  margin-right: 20px;
  width: 2em;
  height: 2em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border .3s ease;
}

.label__checkbox:checked + .label__text .label__check {
  animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
  
  .icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
  }
}

.center {
      float: left;
    width: 80px;
    margin-right: -100px;
    margin-left: 70px;
}

@media(max-width : 768px) {
    div#tab {
        border: 1px solid #ddd;
        padding: 12px 15px;
        margin: 25px auto;
    }
    .radio-inline+.radio-inline {
        margin: 0 auto;
    }
    .btn-primary{
        font-size: 13px;
    }
    #progressbar li {
        font-size: 7px;
    }
    .form-horizontal .form-group {
	    max-width: 100% !important;
	}
	
	.center {
		float: left;
		width: 80px;
		margin-right: -60px !important;
		margin-left: 20px !important;
	}
	
	.tooltipBox {
		display:none;
		position: absolute;
		z-index: 100000;
		   left: 2% !important;
		top: 48% !important;
		padding: 5px 10px;
		width: 96%;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
		background-color: #fff;
		text-align: justify;
		font-size: 10px;
		line-height: 12px;
	}

	.tooltipBox:after {
		top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	}
}



@keyframes icon {
  from {
    opacity: 0;
    transform: scale(0.3);
  }
  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes check {
  0% {
    width: 1.5em;
    height: 1.5em;
    border-width: 5px;
  }
  10% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.1;
    background: rgba(0,0,0,0.2);
    border-width: 15px;
  }
  12% {
    width: 1.5em;
    height: 1.5em;
    opacity: 0.4;
    background: rgba(0,0,0,0.1);
    border-width: 0;
  }
  50% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 0.6;
  }
  100% {
    width: 2em;
    height: 2em;
    background: #00d478;
    border: 0;
    opacity: 1;
  }
}

.fa-close{
	float: right;
    font-size: 18px !important;
    margin-left: 15px;
    margin-bottom: 5px;
}

/*end form*/
#headerSection{
    background: url('../img/hbg.jpg');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
.color-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    margin: 0 auto;
    background: rgba(255,255,255,0.5);
    /*background-color: #f5fcff;*/
    /*opacity: 0.4;*/
    top: 0;
    left: 0;
}
section#headerSection h1 {
    margin: 0;
    color: #2b5ea3;
    text-align: center;
}

#msform {

	margin: 50px auto;
	text-align: center;
	position: relative;
}

#msform fieldset {
	/*stacking fieldsets above each other*/
    position: relative;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 20px 35px;
    border-bottom: 1px solid #ddd;
}
/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
	display: none;
}



/*progressbar*/
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	/*CSS counters to number the steps*/
	counter-reset: step;
    margin: 0 auto;
    background: #ffffff;
    padding: 12px 0;
}
#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    padding: 0;
}
#progressbar li:before {
	content: counter(step);
	counter-increment: step;
	border-radius: 38px;
    width: 38px;
    height: 38px;
	line-height: 38px;
	display: block;
	font-size: 12px;
	color: #fff;
	background: #2b5ea3;
	border-radius: 3px;
	margin: 0 auto 5px auto;
}
/*progressbar connectors*/
#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background: #dcdcdc;
    position: absolute;
    left: -50%;
    top: 15px;
    z-index: -1;
}
#progressbar li:first-child:after {
	/*connector not needed before the first step*/
	content: none; 
}
/*marking active/completed steps green*/
/*The number of the step and the connector before it = green*/
#progressbar li.active:before,  #progressbar li.active:after{
	background: #ee3f42;
	color: white;
}

.form-horizontal .form-group {
    max-width: 62%;
    margin: 0 auto;
}



#msform input,#msform select{
    /*border: 2px solid #4896a1 !important;*/
    /*border-color: #4896a1;*/
    color: #000;
    font-size: 15px;
    padding-left: 10px;
}
.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 20px !important;
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}
#wrapaddconj{
    float: left;
    margin: 6px auto;
}
input#addconj{
    margin-right: 15px;
    margin-left: 3px;
}

button.multiselect.dropdown-toggle.btn.btn-default {
    max-height: 34px !important;
}
#msform .multiselect.btn-default:hover{
    background-color: #ee3f42;
    z-index: 999;
    color: #fff;
    border-color: #adadad;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
    background-color: #ee3f42;
    font-weight: 600;
}

.open>.dropdown-menu{
    display: block;
    width: 100%;
    border: 1px solid #ee3f42;
    border-radius: 0;
    overflow: auto;
    height: 345px !important;
}
.dropdown-menu>.active>a,.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    background: #ee3f42;
}
div.msgerr {
    color: #d93333;
    text-align: center;
    position: relative;
    font-size: 14px;
    text-align: center;
    display: none;
}

#msform label.control-label {
    text-align: left;
    color: #333;
    font-weight: 900;
    margin: 5px auto;
    padding: 0;
}
@keyframes blink {  
  20% { color: #ee3f42; }
  100% { color: black; }
}
@-webkit-keyframes blink {
  20% { color: red; }
  100% { color: #ee3f42; }
}

.placediso {
    border: 2px solid #2b5ea3;
    margin: 20px auto;
    padding: 5px 12px;
    text-align: center;
    display: table;
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}
.placediso p {
    font-size: 18px;
    font-weight: bold;
    -webkit-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
  	animation: blink 1s linear infinite;
    vertical-align: middle;
    display: table-cell;
}

section h2 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 20px auto;
    color: #ee3f42;
}

/*#services {
    background: #e9e9e9;
}*/

.block {
    margin-top: 30px;
    text-align: center;
    padding: 0px 30px;
}

.block h2 {
    /*color: #7728b1;*/
    color: #2b5ea3;
    font-weight: bold;
    font-size: 23px;
    margin-bottom: 10px;
    min-height: 68px;
}

.block p {
    color: #333;
    font-size: 16px;
    line-height: 27px;
    font-weight: bold;
}

@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}

/*confirmation page*/

#confirmation .box {
    background: rgba(255,255,255,0.8);
    border-radius: 5px 5px 5px 5px;
    -moz-background-size: cover;
    -o-background-size: cover;
    position: relative;
    padding: 15px 20px;
    margin: 25px auto;
}

#confirmation .box h2 {
    text-align: center;
    color: #0fb356;
    font-weight: bold;
    font-size: 35px;
    margin-top: 5px;
    font-size: 30px;
    line-height: 31px;
}
#confirmation .box p {
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

#confirmation .confirmationMSG {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 30px 30px 60px 30px;
}

.headerTitleLarge {
    padding-bottom: 30px;
}

.headerTitleLarge img {
    width: 175px;
    height: 40px;
    float: left;
    margin-right: 15px;
}
.headerTitleLarge p {
    color: #fff;
    margin-top: 25px;
    font-size: 13px;
    line-height: 17px;
    text-align: justify;
}

@media (max-width: 992px){
    section#headerSection h1 {
        margin: 0 auto;
        font-size: 28px;
    }
    section#headerSection br {
        display: none;
    }
    section#headerSection img{
        margin: 0px auto 20px auto;
        display: block;
    }
    .slick-slide img {
        max-height: 80px;
        width: auto;
        vertical-align: middle;
        display: table-cell;
    }
    .block {
        max-width: 500px;
        margin: 15px auto;
    }
    .block h2 {
        min-height: auto;
        margin: 15px auto;
    }
}

.pull-left-mobile{
		display:none;
	}

@media (max-width: 600px){
	.pull-left-mobile{
		display: block;
		width: 50px;
		font-size: 30px !important;
		float: left;
		background: #ccc;
	}
	
	.pull-left{
		display:none;
	}
}
