@charset "utf-8";
/* CSS Document */
.imge
{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(100%);
}
.imge:hover
{
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
-webkit-filter: grayscale(0%);
} 



.login_main_div{ width:100%; height:auto; float:left;}
.login_textbx_main_div{ width:100%; height:auto; float:left; margin:0px 0px 10px 0px;}
.login_textbx{ width:95%; height:22px; border:1px solid #d1d1d1; border-radius: 2px 2px 2px 2px; /*color:#878787;*/ font-size: 12px; font-weight: normal; outline: 0 none; padding:3px 5px; background-color:transparent; transition: all 0.4s ease-in-out; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out;/* font-family:RobotoCondensed;*/}
.login_textbx:focus{ background-color:transparent; box-shadow: 0 0 4px #d1d1d1;}





/*=================================================Student======================================================*/

.s_p_list{ width:100%; height:auto; float:left; margin:0px 0px 10px 0px;}
.s_p_list ul{ width:100%; height:auto; float:left; margin:0px; padding:0px;}
.s_p_list ul li{ width:98%; height:auto; float:left; margin:0px 0px 10px 2%; padding:0px; list-style: disc;}
.s_p_list ul li:first-child{margin-left:0px; list-style:none; color:#000;}

/*=================================================Schengen======================================================*/

.schengen_p_list{ width:100%; height:auto; float:left; margin:0px 0px 10px 0px;}
.schengen_p_list ul{ width:100%; height:auto; float:left; margin:0px; padding:0px;}
.schengen_p_list ul li{ width:50%; height:auto; float:left; margin:0px 0px 10px 0px; padding:0px; list-style: none;}
.schengen_p_list ul li:first-child{width:50% !important; color:#000;}
.schengen_p_list ul li:nth-child(2){width:50% !important; color:#000;}
/*.schengen_p_list ul li:nth-child(2n-1){ width:70%;}*/


/*==============================================================Health Insurance Start==================================================================*/

/*=============================================Health Insurance Policy for an Individual=================================================*/

.list_h1{ width:100%; height:auto; float:left; margin:0px 0px 15px 0px;}
.list_h1 ul{ width:100%; height:auto; float:left; margin:0px; padding:0px;}
.list_h1 ul li{ width:98%; height:auto; float:left; margin:0px 0px 5px 2%; padding:0px; list-style:disc outside;}

.status_color{ color:#00acee;}

.thankyou_page{ width:100%; height:auto; float:left; margin:0px; padding:0px;}
.thankyou_page ul{ width:100%; height:auto; float:left; margin:0px; padding:0px;}
.thankyou_page ul li{ width:96%; height:auto; float:left; margin:5px 2%; padding:0px; list-style:disc inside;}

/*=============================================Business Insurance =================================================*/

/*====================Fire Insurance ========================*/

.active{ background-color:#c76a00 !important;}
.quote_btn{ width:100%; height:auto; float:left;}
.quote_btn a{ width:auto; height:auto; float:right; background: none repeat scroll 0 0 #242320; border-radius: 5px; color: #fff; letter-spacing: 1px; padding: 7px 20px 7px 20px; text-transform: uppercase;}
.quote_btn a:hover{ background: none repeat scroll 0 0 #c27620; color: #fff;}

