/****************************************************************************************************
Radio Button and Checkbox css start here
****************************************************************************************************/

label {
    font-weight: normal;
    white-space: nowrap;
    width: 80%;
}

label + span {
    float: right;
	background:#d0e2c7;
	color:#3b3e3b;
	font-size:12px;
	padding:3px 3px;
	border-radius:3px;
}

label input {
    position: absolute;
    left: -1000px;
    opacity: 0;
}

label input + span {
    display: inline-block;
    border: 1px solid #d2d2d2;
    background-color: #fff;
    height: 14px;
    width: 14px;
    vertical-align: middle;
}

label input + span + span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    white-space: normal;
    width: 90%;
}

label input:checked + span {
    border: 1px solid #08209a;
}

label input:checked + span:after {
    content: "";
    background-color: #08209a;
    height: 8px;
    width: 8px;
    display: block;
    margin: 2px;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	margin:0;
	padding:0;
	opacity:0;
	display:none;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display:block;
}
input[type=radio ]:not(old) + label > span {
	display: inline-block;
	width:15px;
	height:15px;
	margin:0px;
	border: 1px solid #bababa;
	border-radius : 10px;
	background : #fff;
	vertical-align : top;
}
input[type=checkbox]:not(old):checked + label > span, input[type=radio ]:not(old):checked + label > span {
	background-color: #fff;

}
input[type=radio]:not(old):checked + label > span > span {
	display: block;
	width:7px;
	height:7px;
	margin:3px;
	border-radius: 5px;
	background: #08209a;
}


/****************************************************************************************************
Textfield & Button css start here
****************************************************************************************************/

.submit_btn1 {
	color: #ffffff;
	text-align: center;
    line-height: normal;
    border: solid 1px #00a8ff;
    background: #00a8ff;
	border-radius: 7px;
	transition:0.4s;
}
.submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
	text-decoration: none;
	background:#0093dd;
	border: solid 1px #0093dd;
}
.submit_btn2 {
	color: #00a8ff;
    text-align: center;
    line-height: normal;
    border: solid 1px #00a8ff;
    background: none;
	border-radius: 7px;
	transition:0.4s;
}
.submit_btn2:hover, .submit_btn2:focus, .submit_btn2.focus {
	text-decoration: none;
	background:#00a8ff;
	color: #ffffff;
}
.submit_btn3 {
	color: #fff;
    text-align: center;
    line-height: normal;
    border: solid 1px #000;
    background: #000;
	border-radius: 7px;
	transition:0.4s;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
	text-decoration: none;
	background:#1f1f1f;
	border: solid 1px #1f1f1f;
}
.submit_btn4 {
	color: #000;
    text-align: center;
    line-height: normal;
    border: solid 1px #000;
    background: none;
	border-radius: 7px;
	transition:0.4s;
}
.submit_btn4:hover, .submit_btn4:focus, .submit_btn4.focus {
	text-decoration: none;
	background:#000;
	color: #fff;
}
.btnsm{
	font-size: 13px;
	font-weight: 500;
	padding: 5px 20px;
}
.btnmd{
	font-size: 14px;
	font-weight: 500;
	padding: 8px 20px;
}
.btnlg{
	font-size: 15px;
	font-weight: 500;
	padding: 10px 20px;
}
.inquirenowbtn {
	font-size: 15px;
	color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    border: solid 0px #00a8ff;
    background: #00a8ff;
	border-radius: 20px;
	transition:0.4s;
    padding: 9px 20px;
}
.inquirenowbtn:hover, .inquirenowbtn:focus, .inquirenowbtn.focus {
	text-decoration: none;
	background:#0097e5;
}
.viewallbtn {
	font-size: 13px;
	color: #08209a;
    font-weight: 500;
    text-align: center;
    line-height: normal;
    border: solid 1px #f4c725;
    background: none;
	border-radius:7px;
	transition:0.4s;
    padding: 9px 20px;
}
.viewallbtn:hover, .viewallbtn:focus, .viewallbtn.focus {
	text-decoration: none;
	background:#f4c725;
	border: solid 1px #f4c725;
}
.genformlabel {
	margin-bottom:5px;	
}
.genformlabel label {
	font-size:13px !important;
	color:#000;
	line-height:18px;
}
.newslettertextfieldarea {
	margin-top: 0px;
}
.newslettertextfield {
    background: #116097;
    border: none;
    padding: 0px 10px;
    font-size: 13px;
    color: #fff;
    width: 100%;
    height: 38px;
}
.newslettertextfield::-moz-placeholder {
	color:#8cc7ef;
	opacity:1;
}
.newslettertextfield:-ms-input-placeholder {
	color:#8cc7ef;
}
.newslettertextfield::-webkit-input-placeholder {
	color:#8cc7ef;
}
.newslettertextfield:focus {
	outline: none;
}
.newsletterbtn {
    font-size: 13px;
    color: #fff;
    padding: 0px 10px;
    font-weight: 500;
    background: #3a96d5;
    border: 0px;
	height: 38px;
}



/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 992px) {

	
}

@media screen and (max-width : 767px) {
	
 
}

@media screen and (max-width : 480px) {

	
 
}



