*:focus{outline:0;box-shadow: none !important;-webkit-box-shadow: none !important;border-color: unset !important;}
.nopadding{padding-left:0;padding-right:0}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mb20{margin-bottom:20px}
.mb30{margin-bottom:30px}
.visible,.fancybox-nav span,fieldset:hover .fieldset_c,.popup_container:hover::before,input[type="radio"]:checked + label::after,input[type="checkbox"]:checked + label::after{opacity:1!important;visibility:visible!important}
html,body{max-width:100%;overflow-x:hidden;}
body{font-family:'Montserrat',sans-serif;font-size:14px;line-height:23px;font-weight:400;color:#1e1e27;background:#fff;height: 100vh;}
ul{list-style:none;margin-bottom:0}
p{font-family:'Montserrat',sans-serif;font-size: 14px;line-height: 22px;margin: 10px 0;}
a{-webkit-transition:all 200ms ease;-moz-transition:all 200ms ease;-ms-transition:all 200ms ease;-o-transition:all 200ms ease;transition:all 200ms ease;color: #000;}
a:hover{color: #000000;text-decoration:none;}
.relative{position:relative;}
h1{font-size:72px}
h2{font-size:40px}
h3{font-size:28px}
h4{font-size:24px}
h5{font-size:16px}
h6{font-size:14px}
h1,h2,h3,h4,h5,h6{color: #000;}
::-webkit-input-placeholder{font-size:14px!important;font-weight:400;color:#999!important}
:-moz-placeholder /* older Firefox*/{font-size:14px!important;font-weight:400;color:#999!important}
::-moz-placeholder /* Firefox 19+ */{font-size:14px!important;font-weight:400;color:#999!important}
:-ms-input-placeholder{font-size:14px!important;font-weight:400;color:#999!important}
::input-placeholder{font-size:14px!important;font-weight:400;color:#999!important}
.green{color: #2a836e!important;font-weight: 500;}
.form-control{color: #333;}
section{display:block;position:relative;box-sizing:border-box}
.clear{clear:both}
.clearfix::before,.clearfix::after{content:"";display:table}
.clearfix::after{clear:both}
.clearfix{zoom:1}
.float_left{float:left}
.float_right{float:right}

.centered{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.centered .wBox{
    max-width: 500px;
}

.centered .wBox h1{
    font-size: 36px;
    line-height: 44px;
    text-align: center;
}

.centered .wBox h1 strong{
	color:#85bf00;
}

.centered .wBox p{
    text-align: center;
}

.sdForm{
    display: inline-block;
    max-width: 100%;
    margin: 25px 0;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 40px;
    background: #eee;
}

.sdForm label{
    font-weight:500;
    display:
    inline-block;
    width:100%;
    margin: 8px 0 0;
    text-align: left;
}
.sdForm input[type="text"], .sdForm input[type="email"]{
    width: 100%;
    border: 0;
    border-radius: 10px;
    background: #fff;
    padding: 0 5px;
    height: 45px;
    margin-left: -5px;
    display: inline-block;
}
.sdForm input.btn{
	
background: #85bf00;
	
border: 0;
	
margin: 15px 0 0;
	
color: #fff;
	
padding: 15px;
	
border-radius: 10px;
	
font-weight: 500;
	
display: inline-block;
	
font-size: 18px;
	
margin-left: -5px;
}
.sdForm input.btn:hover{
	
}


.alert{
  
margin: 20px auto 0;
  
padding: 20px;
  
position:
  relative;
  
border-radius: 15px;
}

.alert.success-alert{
	background: #f9ffeb;
	border: 1px solid #699503;
	color: #699503;
	font-size: 16px;
}
.alert.danger-alert{
	background: #ffebea;
	border: 1px solid #c90000;
	color: #c90000;
	font-size: 16px;
}

 

