/****************************************************************************************************
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 img {
    height: 20px;
    width: 20px;
    margin-right: 5px;
}*/

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 #d1d1d1;
}

label input:checked + span:after {
    content: "";
    background-color: #c3262e;
    height: 6px;
    width: 6px;
    display: block;
    margin: 3px;
}
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 #dedee6;
	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: #c3262e;
}


/****************************************************************************************************
Textfield & Button css start here
****************************************************************************************************/
.requestdemotpbtn {
	padding:10px 20px;
	font-size:14px;
	color: #fff;
	text-align:center;
    font-weight: 500;
	border:solid 0px #c6c6c6;
	background: #c3262e;
	border-radius: 6px;
    transition: 0.4s;
}
.requestdemotpbtn:hover, .requestdemotpbtn:focus, .requestdemotpbtn.focus {
	background:#A8151C;
	text-decoration: none;
}
.submit_btn1 {
    display: inline-block;
	padding: 9px 15px;
    font-size: 14px;
    color: #c3262e;
    text-align: center;
    font-weight: 500;
    border: solid 1px #c3262e;
    background: #ffffff;
    border-radius: 6px;
    transition: 0.4s;
}
.submit_btn1:hover, .submit_btn1:focus, .submit_btn1.focus {
	background:#c3262e;
	text-decoration: none;
    color: #fff;
    border: solid 1px #fff;
}
.submit_btn2 {
    display: inline-block;
	padding:9px 15px;
	font-size:14px;
	color: #fff;
	text-align:center;
    font-weight: 500;
	border:solid 1px transparent;
	background: #c3262e;
	border-radius: 6px;
    transition: 0.4s;
}
.submit_btn2:hover, .submit_btn2:focus, .submit_btn2.focus {
	background:#A8151C;
	text-decoration: none;
    color: #fff;
}
.submit_btn3 {
    display: inline-block;
	padding:9px 15px;
	font-size:14px;
	color: #fff;
	text-align:center;
    font-weight: 500;
	border:solid 1px transparent;
	background: #262626;
	border-radius: 6px;
    transition: 0.4s;
}
.submit_btn3:hover, .submit_btn3:focus, .submit_btn3.focus {
	background:#343434;
	text-decoration: none;
    color: #fff;
}
.submit_btn4 {
    display: inline-block;
	padding:9px 20px;
	font-size:13px;
	color: #fff;
	text-align:center;
    font-weight: 400;
	border:solid 0px #c6c6c6;
	background: #d52055;
	border-radius: 30px;
    transition: 0.4s;
}
.submit_btn4:hover, .submit_btn4:focus, .submit_btn4.focus {
	background:#B40739;
	text-decoration: none;
}
.submit_btn5 {
    display: inline-block;
	padding:9px 20px;
	font-size:13px;
	color: #fff;
	text-align:center;
    font-weight: 400;
	border:solid 0px #c6c6c6;
	background: #434343;
	border-radius: 30px;
    transition: 0.4s;
}
.submit_btn5:hover, .submit_btn5:focus, .submit_btn5.focus {
	background:#2a2a2a;
	text-decoration: none;
}
.submit_btn6 {
    display: inline-block;
	padding:9px 20px;
	font-size:14px;
	color: #d52055;
	text-align:center;
    font-weight: 500;
	border:solid 1px #d52055;
	background: none;
	border-radius: 30px;
    transition: 0.4s;
}
.submit_btn6:hover, .submit_btn6:focus, .submit_btn6.focus {
	background:#d52055;
    color: #fff;
	text-decoration: none;
}
.genformlabel {
	margin-bottom:5px;	
}
.genformlabel label {
	font-size:14px !important;
	color:#000;
	line-height:18px;
	font-weight:400;	
}
.genformlabelwhite {
	margin-bottom:5px;	
}
.genformlabelwhite label {
	font-size:13px;
	color:#fff;
	line-height:18px;
	font-weight:400;	
}
.blogsearchfield {
	background:none;
	border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    border-left: solid 1px #d9d9d9;
    border-right: none;
	padding: 10px 10px;
	font-size:14px;
	color:#000;
	width:100%;
	height: 40px;
    border-radius: 6px 0px 0px 6px;
}
.blogsearchfield:focus {
	outline: none;
}
.blogsearchbtn {
	background:none;
	border-bottom: solid 1px #d9d9d9;
    border-top: solid 1px #d9d9d9;
    border-left: none;
    border-right: solid 1px #d9d9d9;
	width:40px;
	height:40px;
	font-size: 18px;
	color: #c3262e;
    text-align: center;
    border-radius: 0px 6px 6px 0px;
}
.blogtextfield {
    display: inline-block;
    width: 100%;
    padding:7px 10px;
    font-size: 14px;
    color: #000;
    background-color: #fff;
    background-image: none;
    border: 1px solid #c8e6ee;
    border-radius: 6px;
    min-height: 45px;
}
.blogtextfield:focus {
    border-color: #a3cad5;
    outline: 0;
}
.blogtextfield::-moz-placeholder {
    color: #000;
    opacity: 1;
}
.blogtextfield:-ms-input-placeholder {
    color: #000;
}
.blogtextfield::-webkit-input-placeholder { 
    color: #000;
}


/****************************************************************************************************
Media Query css start here
****************************************************************************************************/

@media screen and (max-width : 1080px) {    
    
    
}

@media screen and (max-width : 992px) {    
  

}

@media screen and (max-width : 767px) {
    

}


@media screen and (max-width : 480px) {

.requestdemotpbtn {
    padding: 8px 8px;
    font-size: 11px;
    margin-top: 6px;
}

}
