/* If you want to add your own CSS code, please do it in this file */
/*********CUSTOM CSS START*********/

/*For Block 1 on home page start*/
.block1{
    background-color: #ca272a;
    color: #ffffff;
    text-align: center;
    border: 2px solid #ca272a;
    padding: 7px;
    margin-top: 2px;
}

.block1 .fnt-lx{
	font-size:22px;
}
.block1 span{
	background-color:#fef600;
	padding:1px 5px 1px 5px;
color:#000;
}
.closebtn {
margin-left: 15px;
color: black;
font-weight: bold;
float: right;
font-size: 22px;
line-height: 20px;
cursor: pointer;
transition: 0.3s;
background-color: #f1f1f1!important;
}

.closebtn:hover {
color: red;
}
/*For Block 1 on home page end*/
/*For Calls Only*/
.clsonly{
color:#fef600;
}
/*For Calls Only END*/
/*For Blue image on form START*/
.blue-bg {
background-color: #074eb1;
padding-top: 2px;
text-align: center;
margin-bottom: 6px;
margin-top: 13px;
}
#side-form-inner .blue-bg {
margin-top: 0px!important;
}
/*For Blue image on form END*/
#side-form {
text-align: left;
padding: 0px 11px 0 20px!important;
color: #0154a4;
font-size: 15px;
}
.contact_form {
position: absolute;
top: -524px !important;
right: 10px;
}
#side-form-inner h4 {
text-align: center;

font-size: 164%!important;
color: #fff;
}
#side-form-inner h4 {
    display: none;
}

.popup-form input[type="radio"] {
    height: 17px !important;
    width: 29px !important;
    margin-top: 6px;
}

span.wpcf7-list-item {
    display: -webkit-inline-box;
    margin: 0 0 0 1em;
}


span.wpcf7-form-control-wrap {
    width: 100%;
    position: relative!important;
    display: inline-block;
    margin-bottom: 3px;
}


.popup-form input[type="radio"] {
    height: 17px !important;
    width: 29px !important;
    margin-top: 6px;
}
/************** CUSTOM CSS END ************/