body
{
	font-family: 'Gotham';
}

@font-face {
    font-family: 'Gotham';
    src: url('Gotham-Book.eot');
    src: url('Gotham-Book.eot?#iefix') format('embedded-opentype'),
        url('Gotham-Book.woff2') format('woff2'),
        url('Gotham-Book.woff') format('woff'),
        url('Gotham-Book.ttf') format('truetype'),
        url('Gotham-Book.svg#Gotham-Book') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'gothammediumregular';
    src: url('gothammedium-webfont.woff2') format('woff2'),
         url('gothammedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.navbar-inverse {
    background-color: #fff;
    border-bottom:1px solid #ddd;
}

.navbar
{
	min-height: 78px;
}
.navbar-brand
{
	float:inherit;
	margin:0 auto;
	text-align:center;
	width:100%;
	padding:0 15px;
}

.navbar-header
{
	width:100%;
}

.navbar-brand>img
{
margin:0 auto;
width:260px;
}

.newarea
{width:65%;
height:auto;
background-color:#fff;
border-radius:2px;
border:1px solid #ddd;
margin:120px auto 45px;
}

.newarea h2
{
	width:100%;
	height:auto;
	color:#00a653;
	font-size:19px;
	font-weight:bold;
	margin-bottom:0;
	border-bottom:1px solid #ddd;
	padding:0 25px 12px 12px;
}

.newarea_custom
{width:65%;
height:auto;
background-color:#fff;
border-radius:2px;
border:1px solid #ddd;
margin:50px auto 50px;
}

.newarea_custom h2
{
	width:100%;
	height:auto;
	color:#00a653;
	font-size:19px;
	font-weight:bold;
	margin-bottom:0;
	border-bottom:1px solid #ddd;
	padding:0 25px 12px 12px;
}
.innerarea
{
	padding:25px 25px;
}
.bgfixed
{
	background-image:url(../images/slider3.jpg);
	background-size:cover;
	height:100%;
	position: relative;
	background-repeat:no-repeat;
	background-attachment:fixed;
}

.bgfixed:before
{
background-color:rgba(0,0,0,0.8);
 content: "";
 position: absolute;
left: 0; right: 0;
  top: 0; bottom: 0; 
}

.form-control
{
    border-radius: 2px;
	height: 40px;
}

.radiotextsty {
  color: #2b2b2b;
  font-size: 15px;
}

.customradio {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 18px;
  padding-right:16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.customradio .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #FFF;
  border-radius: 50%;
  border:1px solid #BEBEBE;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: transparent;
}

/* When the radio button is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: white;
  border:1px solid #BEBEBE;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00a653;
}



.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

.newform
{
margin-bottom:25px;	
}

.newbtn
{
    color: #fff !important;
    border: 1px solid #00a653 !important;
    background-color: #00a653 !important;
	padding:7px 35px;
	font-size:17px;
	margin-top:25px;
}
.error {
    color: #CD1041;
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 767px)
{
.newarea
{ width: 100%;
margin-top:140px;
}

.newarea_custom
{ width: 100%;
margin-top:90px;
}
.form-check-inline
{
display:inherit !important;
}
}
        
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.customradio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00a653;
}

.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff ;
    border-color:#ddd;
    border-style:solid;
    border-width:2px;
}



/* When the checkbox is checked, add a blue background */
.check input:checked ~ .checkmark {
    background-color: #fff  ;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid ;
    border-color:#00a653 ;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cust-btn{
	margin-bottom: 10px;
	background-color: #f8204f;
	border-width: 2px;
	border-color: #f8204f;
	color: #fff;
}
.cust-btn:hover{
	
	border-color: #f8204f;
	background-color: #fff;
	color: #f8204f;
	border-radius: 20px;
	transform-style: 2s;

}



.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}        
