form {
    display: block;
    margin-top: 0em;
}
.widget.no-border ul.header_contact_list li {
    line-height: 18px !important;
}
.bullet_icon
{
	margin-right:5px !important;
	color: #599402 !important;
}
.mobile_logo img
{
	max-height:50px !important;
	padding:5px 0px !important;
	margin:0px !important;
	display:none !important;
}
.text_green
{
	color: #599402 !important;
}
.captcha_img
{
	height: 45px;
	border:1px solid #ccc;
	width:100px;
	margin-left:10px;
}
.user_profile_content
{
	border-left:1px solid #e7e7e7;
	min-height:350px !important;
}
.my_account_menus li a i
{
	padding-right: 5px !important;
	width:20px !important;
}
.my_account_menus li a
{
	font-weight:bold !important;
	color:#0058ad !important;
}
.my_account_menus li.active
{
	border-bottom:1px dashed #0058ad !important;
}
.field_name {
	font-size:13px;
	font-weight:bold;
	color:#333;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
}
.field_value {
	font-size:13px;
	font-weight: normal;
	color:#333;
	text-align: left;
	padding-bottom:10px;
	padding-top:10px;
}
.trunc{
  width:250px; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis;
}
.video-div{
    color: #464676;
    font-weight: 800;
}
.cart_table_right_border
{
	border-right:1px solid #ddd !important;
	min-height:300px !important;
}
.mob_item_amount
{
	display: none !important;
}
.post_names
{
	text-align: left;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    padding:10px;
	margin: 10px 0px;
}
.post_link
{
	display:block;
	font-size:14px;
	font-weight:bold;
	text-decoration: none;
	color:#333333;
}
.post_link:hover
{
	color:#599402;
}
.exam_validity
{
	display:block;
	font-size:13px;
	font-weight: normal;
	text-decoration: none;
	color:#333333 !important;
}
.test_sublink
{
	padding-top:5px;
	display:block;
	font-size:13px;
	font-weight:bold;
	text-decoration: none;
	color:#333333;
}
.test_sublink:hover
{
	color:#599402;
}
#otp_resend_timer
{
	font-size:13px !important;
	color:#333 !important;
	font-weight: normal !important;
	margin-left:5px;
	line-height:30px !important;
	text-decoration: none !important;
	display:inline-block !important;
	float: left !important;
	padding-left:10px !important;
}
.otp_resend_button
{
	cursor: not-allowed !important;
	float: left !important;
}

.otp_resend_button_enable
{
	cursor:pointer !important;
}

.otp_resend_button_disable
{
	cursor:wait;
}
.form_style
{
	border:1px solid #ddd;
	border-radius:5px;
	padding-top:15px;
	padding-bottom:15px;
}
.breadcrumb li, .breadcrumb li a
{
	color:#ddd !important;
}
.take_exam
{
	display: inline-block !important;
    color: #F00;
	font-size:18px !important;
	font-weight:bold !important;
}
.widget.no-border ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-inline
{
	height:30px !important;
}
.announcement_marquee
{
	background:#000;
	height:40px;
}
.announcement_marquee a
{
	color: #fff;
	line-height:40px;
}
.laws input[type=checkbox] {
	width:17px !important;
	height:17px !important;
    margin-top: 2px !important;
    line-height: 20px !important;
	margin-left:-25px !important;
	cursor:pointer !important;
}
.laws .checkbox-inline
{
	margin-left:5px !important;
	line-height: 20px !important;
	margin-right:30px !important;
	cursor:pointer !important;
}
.action_icons
{
	font-size:18px;
	font-weight:bold;
	margin-right:20px;
}
.text_overflow
{
	display: inline-block !important;
	width: 100% !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
}
.logo_container
{
	list-style: none !important;
}
.logo_item
{
	display: inline-block;
    width: 215px;
    height: 110px;
    margin-right: 7px;
    margin-left: 8px;
    margin-bottom: 30px;
    vertical-align: top;
    border: 2px solid #ddd;
	text-align:center !important;
}
.logo_item img
{
	text-align:center !important;
	display: inline-block;
    vertical-align: middle !important;
    max-width: 100%;
    height: auto;
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    transition: all .5s 0s;
    -moz-transition: all .5s 0s;
    -webkit-transition: all .5s 0s;
}
.logo_item:hover img
{
	-webkit-transition: all .5s 0s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
}
.owl-carousel .owl-item
{
	border: 2px solid #ddd;
}
.owl-carousel .owl-item img
{
	-webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
    transition: all .5s 0s;
    -moz-transition: all .5s 0s;
    -webkit-transition: all .5s 0s;
}
.owl-carousel .owl-item:hover img
{
	-webkit-transition: all .5s 0s;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .6;
}
.owl-controls .owl-nav > div
{
	top: 25% !important;
}
.blink_text{
    animation:blinkingText 1.2s infinite;
	font-weight:bold !important;
}
@keyframes blinkingText{
   0%{     color: #fff;    }
    49%{    color: #fff; }
    50%{    color: #dad5d5; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}
@media (min-width:992px) and (max-width:1199px) {
.menuzord-menu > li > a {

    font-size: 14px;

    font-weight: 600;

}
}
@media (max-width:992px) {
.bg-theme-colored {

  background-color: #0058ad  !important;

}
.menuzord-brand {
	margin: 0 !important;
	margin-top:10px !important;
}
.font-36
{
	font-size:30px !important;
}
.menuzord-menu > li > a {
    font-size: 13px;
    font-weight: normal !important;
	padding: 15px 15px !important;
}
}
@media (max-width:900px) {
.mobile_logo img
{
	display: block !important;
}
}
@media (max-width:768px) {
.remove_mob_table_border
{
	border:0px !important;
}
.cart_table
{
}
.cart_table td
{
	display:block !important;
	width:100% !important;
	text-align:left !important;
	border:0px !important;
	padding:5px 12px !important;
	white-space:normal !important;
}
.cart_table tr
{
	border:1px solid #ddd !important;
	margin:15px 0px !important;
}
.cart_table td.hidden-xs
{
	display: none !important;

}
.mob_item_amount
{
	display: inline-block !important;
}
.cart_amount_table
{
	border:1px solid #ddd !important;
}
.cart_amount_table td:first-child
{
	text-align:left !important;
}
.widget.no-border ul li {
	line-height:30px !important;
}
.menuzord .showhide {
    width: 40px !important;
    height: 40px !important;
}
.menuzord .showhide em {
    width: 20px;
    height: 3px;
    margin: 3.5px 1px 0;
    float: right;
    background: #fff;
}
.widget.no-border ul li.welcome_text_header
{
	line-height:25px !important;
}
.icon-box-title
{
	text-align:left !important;
}
}
@media (max-width:480px) {

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

}
@media (max-width:770px) {

}
@media (max-width:480px) {

}
@media (max-width:440px) {
}
@media (max-width:400px) {
.widget.no-border ul li.welcome_text_header
{
	line-height:25px !important;
	padding-bottom:5px !important;
	white-space: normal;
  overflow: visible;
}
.list-inline1
{
	height:55px !important;
}
}
@media (max-width:360px) {

}
@media (max-width:320px) {

}
@media (max-width:290px) {
.mobile_logo img {
max-height: 40px !important;
}
}
.default-btn
{
background-color: #f7ce36;
    background-image: linear-gradient(315deg, #ca8d03 0%, #f7ce36 74%);
	color:black;
	font-size:14px !important;
	font-weight:bold;
	
	}
	body
	{
	font-size:15px !important;
	}