

a, button {
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none !important;
}

a:focus {
    outline: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
}

p, ul {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizelegibility;
}
.login_usernamee{
    float: right;
    margin: 0 7px 0 0;
    padding: 3px 0 0 0;
    color: #fff;
}
.login_usernamee a{
color:#fff;
}
.login_usernamee .fa{
margin: 0 5px 0 0px;    font-size: 16px;
}

.top-bar {
    background: #006cb7;
    padding: 6px 0;
}
.email-phone{
    float: left;
    margin: 0 7px 0 0px;
}
.email-phone span {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.email-phone span i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

.email-phone a {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
    font-weight: 300;
}

.email-phone a:hover {
    opacity: 0.8
}

.top-right {
    text-align: right;
}

.social {
    display: inline-block;
    vertical-align: middle;    float: left;
    margin: 0 15px 0 0px;
}

.social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 0px;
}

.social ul li a {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    color: #006cb7;
    font-size: 14px;
    background: #FFF;
}

.social ul li:last-child {
    margin-right: 0;
}

.social ul li a:hover {
    opacity: 0.7
}

.login-btn {
       float: right;
}

.login-btn a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: #fff none repeat scroll 0 0;
    color: #006cb7;
    font-size: 14px;
    padding: 3px 20px;
	border:1px solid #006cb7;
}
.login-btn a:hover {
    background: #006cb7 none repeat scroll 0 0;
    color: #fff;
	border:1px solid #fff;
}
.navbar {
    border: 0;
    margin-bottom: 0;
    min-height: 0;
    padding: 20px 0;
}

.navbar-default {
    background: none;
}

.navbar-brand {
    float: none;
    font-size: 0;
    height: 0;
    line-height: 0;
    padding: 0 15px;
    display: block;
}

.navbar-right {
    margin: 15px 0;
}

.navbar-default .navbar-nav> li> a {
    color: #231f20;
    font-size: 17px;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav> li> a:hover {
    color: #231f20;
    border-color: #231f20;
}

.navbar-default .navbar-nav> li {
    margin-left: 24px;
}

.navbar-nav> li> a {
    padding: 8px 0;
}

.navbar-default .navbar-nav> .active> a, .navbar-default .navbar-nav> .active> a:focus, .navbar-default .navbar-nav> .active> a:hover {
    background: none;
    color: #231f20;
    border-bottom: 2px solid #231f20;
}

.navbar-default .navbar-nav> li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease-in-out 0s;
    top: 42px;
}

.navbar-default .navbar-nav> li:hover> a {
    border-bottom: 2px solid #231f20;
}

.navbar-default .navbar-nav> li:last-child {
    display: none;
}

.sub-menu {
    background: #fff none repeat scroll 0 0;
    padding: 10px 20px;
    position: absolute;
    width: 195px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0s;
    top: 52px;
}

.sub-menu ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.sub-menu ul li a {
    font-size: 16px;
    color: #333;
    transition: all 0.4s ease-in-out 0s;
}

.sub-menu ul li a:hover {
    color: #006cb7;
    margin-left: 3px;
    transition: all 0.4s ease-in-out 0s;
}


/*hide-on-desktop*/

.call-on-mob {
    display: none;
}

.hide-on-desktop {
    display: none;
}

.ft-social h4 {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 12px;
}

.call-on-mob {
    background: #00193c none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff;
    font-size: 21px;
    height: 36px;
    left: 15px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 17px;
    width: 40px;
}

.call-on-mob:hover {
    background: #23a0c9;
    color: #fff;
}

.mobile-slide {
    display: none !important;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

.hero-banner .carousel-indicators {
    bottom: 40px;
    left: 61px;
    margin-left: 0;
    padding-left: 0;
    width: auto;
}

.hero-banner .carousel-indicators li {
    background-color: rgba(0, 0, 0, 0);
    border: 4px solid #fff;
    height: 16px;
    margin: 0;
    width: 16px;
}

.hero-banner .carousel-indicators .active {
    background: #076db4;
}

.hero-banner {
    position: relative;
}

.color-overlay {
    /*
    background: rgba(0, 0, 0, 0.62) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
*/
}

.banner-content {
    position: absolute !important;
    top: 50%;
    transform: translateY(-50%);
    width: 403px;
    left: 60px;
}

.banner-content h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    line-height: 30px;
}

.banner-content h3 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 6px;
}

.banner-content p {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
}

.cta-btn {
    font-size: 18px;
    background: #00193c;
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 26px;
    color: #fff;
}

.cta-btn:hover {
    background: #23a0c9;
    color: #fff;
}

.carousel-inner> .item> a> img, .carousel-inner> .item> img {
    line-height: 1;
    max-width: inherit !important;
    width: 100%;
}

.home-services {
    padding: 30px 0;
}

.ser-thumb {
    border: 1px solid #b0afaa;
    box-shadow: 0 2px #c2c2c2;
    text-align: center;
    padding-bottom: 20px;
}

.ser-thumb> span {
    display: block;
    margin-bottom: 15px;
}

.ser-thumb img {
    width: 100%;
}

.ser-thumb> h2 {
    color: #231f20;
    font-size: 30px;
}

.ser-thumb> p {
    color: #565555;
    font-size: 14px;
    line-height: 17px;
    padding: 0 46px;
    margin: 8px 0 12px;
}

.ser-thumb> a {
    background: #6e6e70 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 4px 15px;
}

.ser-thumb> a:hover {
    background: #293276;
}

.welcome-para> h2 {
    border-bottom: 3px solid #6e6e70;
    color: #231f20;
    font-size: 30px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 30px;
}

.welcome-para> h2::before {
    width: 60%;
    height: 3px;
    background: #006cb7;
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
}

.about-detail> span {
    float: left;
    padding: 0 0 8px 0;
}

.about-detail> span img {
    width: 90%;
}

.about-detail> p {
    color: #565555;
    font-size: 14px;
    line-height: 22px;
}

.download-link {
    margin-top: 20px;
}

.download-link> a {
    color: #070707;
    font-size: 14px;
    margin-left: 7px;
    text-decoration: underline !important;
}

.welcome-right {
    border: 1px solid #b0afaa;
    padding: 15px;
	float:left;
	width:100%;
}

.our-cources {
    float: left;
    width: 100%;
}

.our-cources h2 {
    color: #231f20;
    font-size: 30px;
    margin-bottom: 20px;
}

.our-cources ul li {
    list-style-type: none;width: 100%;
    float: left;margin: 0 0 25px 0;
}

.our-cources ul li span {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;    width: 30%;
    float: left;
}
.our-cources ul li span img{
float:width;width:100%;
height:auto;
}
.course-detail {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 65%;
}

.course-detail h3 {
    font-size: 15px;
    color: #565555;
    margin-bottom: 10px
}

.course-detail a {
    border: 1px solid #6e6e70;
    color: #6e6e70;
    display: inline-block;
    padding: 3px 12px;
}

.course-detail a:hover {
    background: #293276;
    color: #fff;
}

.email-alert {
    width: 100%;
    margin-top: 10px;
}

.email-alert h4 {
    font-size: 24px;
    color: #231f20;
    font-weight: 500;
    margin-bottom: 12px;
}

.email-alert form {}

.email-alert form input {
    height: 40px;
    border: 1px solid #5c5c5c;
    background: none;
    font-size: 14px;
    font-weight: 300;
    color: #8a8a8a;
    width: 100%;
	padding:0 0 0 3px;
    margin-bottom: 9px;
}

.email-alert form button {
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 14px;
    background: #293276;
    border: 0;
    text-align: center;
    margin-bottom: 20px;
}

.partners {
    padding: 50px 0;
}

.client-logo-slider {
    position: relative;
}

.client-logo-slider h6 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    top: -20px;
    font-size: 18px;
    color: #333;
}

.blog-sec {
    padding: 50px 0 60px;
    background: #006cb7;
}

.blog-heading h2 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
}

.blog-thumb {
    float: left;
    width: 100%;
}

.blog-thumb span {
    width: 100%;
    height: 250px;
    float: left;
}

.blog-thumb span img {
    width: 100%;
    height: 100%;
}

.news-text {
    padding: 24px;
    background: #fff;float: left;
}

.news-text h6 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.news-text h2{
    font-size: 15px;}
.news-text h2 a{
    font-size: 15px;
    line-height: 19px;
    color: #333;
    font-weight: 400;
    text-decoration: underline !important;
}
.news-text h2 a:hover{
text-decoration: underline !important;
color:#006cb7;
}
.news-text p {
    font-size: 14px;
    color: #565555;
    line-height: 18px;
    margin: 10px 0 12px;
}

.news-text a {
    font-size: 14px;
    color: #293276;
    text-decoration: underline !important;
}

.news-text a:hover {
    text-decoration: none !important
}

.foot_fixx{
    background: #2d2d2f;
    padding: 50px 0 0;
    border-top: 4px solid #151414;float: left;
    width: 100%;
}
.footer-link {}

.footer-link h4 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer-link h4::before {
    width: 90%;
    height: 1px;
    background: #bfbfbf;
    content: "";
    position: absolute;
    bottom: 0;
}

.footer-link ul li {
    list-style-type: none;
    margin-bottom: 5px;
    font-size: 14px;
    color: #bfbfbf;
    font-weight: 300;
}

.footer-link ul li a {
    font-size: 14px;
    color: #bfbfbf;
    font-weight: 300;
}

.footer-link ul li a:hover {
    text-decoration: underline !important
}

.ser-part {
    margin-top: 27px;
    margin-left: 40px;
}

.copyrights {
    background: #151414;
    padding: 13px 0;
    margin-top: 30px;
}

.copyrights p {
    font-size: 12px;
    color: #bfbfbf;
}

.copyrights ul {
    text-align: right;
}

.copyrights ul li {
    display: inline-block;
    list-style-type: none;
}

.copyrights ul li:first-child a {
    border-right: 1px solid #bfbfbf
}

.copyrights ul li a {
    font-size: 12px;
    color: #bfbfbf;
    padding: 0 4px 0 0px
}


.inner_page_section{float:left;
width:100%;    padding: 70px 0px;}
.page_title1.sty7 {
    background: url(../img/Health-IQ-Consulting-Inner-page-banner.png) no-repeat;
    background-size: cover;
    background-color: #e8e8e8;
    min-height:150px;
    padding:0px;
}
.page_title1 .alileft {
    padding: 4% 8%;
    display: inline-block;
}
.alileft {
    text-align: left;
}
.page_title1 h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 !important;
    text-transform: uppercase;
}
.blog_page .news-text {
  background-color: #f2f4f4;
    border: 1px solid #d3dbdd;border-top: 0px;
}
.blog_page .blog-thumb {
    margin: 0 0 30px 0;
}
.sidebar_blog{width:100%;
float:left;border: 1px solid #b0afaa;
    padding: 15px;
	margin:20px 0 30px 0;}
.sidebar_blog li{width:100%;
float:left;    margin: 0 0 15px 0px;}
.sidebar_blog_img{width:30%;
float:left;    margin: 0 3% 0 0;}
.sidebar_blog_img img{width:100%;height:auto;
float:left;}
.blog_detail{width:67%;
float:left;}
.blog_page .entry-header h1{
    color:#002A6E;
    margin: 0 0 15px 0;
    font-size: 30px;
    line-height: 35px;
}
.blog_page .post-thumbnail{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.blog_page .post-thumbnail img{
    width: 100%;height:auto;
}
.post_date_d{background: #efefef;padding:5px;float:left;
width:100%;margin:0 0 15px 0;}
.blog_page .entry-content{
    float: left;
    width: 100%;
    margin: 0px;
}
.blog_page .entry-content p{padding:0 0 10px 0;line-height: 24px;
    font-size: 15px;}
.entry-footer{display:none;}
.post-navigation{display:none;}
#comments{
    float: left;
    width: 100%;
    margin: 25px 0 0 0;
}
#comments label{
width:100%;float:left;}
.comment-notes{
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
    font-size: 17px;
}
.comment-form-comment{
    float: left;
    width: 100%;
}
.comment-form-comment textarea{
    width:70%;
    float: left;
    margin: 5px 0 15px 0;
}
.comment-form-author{
    float: left;
    width: 100%;
}
.comment-form-email{
    float: left;
    width: 100%;
}
.comment-form-url{
    float: left;
    width: 100%;
}
.form-submit{
    float: left;
    width: 100%;
}
#comments input{
    width:70%;
    float: left;
	height:30px;
    margin: 5px 0 15px 0;
}
#comments .form-submit .submit{
    float: left;
    /* margin: 5px 0 15px 0; */
    background-color: #293276;
    color: #fff;
    border: 1px solid #293276;
    padding: 15px;
    width:25%;
    font-weight: 700;
    font-size: 15px;
    height: auto;
}
#comments .form-submit .submit:hover{ background-color:#fff;color: #293276;}
}
#comments .form-submit .submit:hover{ background-color: #006cb7;}
#comments ol{margin:0;padding:0;float: left;
    width: 100%;}
#comments .comments-title{
    margin: 0 0 15px 0;
    float: left;
    width: 100%;
}
.comment-meta{background:none;
    padding: 15px 0 0;
    border-top: 0;
    float: left;
    width: 100%;}
	.comment-author img{display:none;}
.comment-author{
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
}	
.comment-metadata{ float: left;
    width: 100%;
}
.comment-awaiting-moderation{float: left;
    width: 100%; margin:5px 0 5px 0;color: gray;}
.comment-list li{
    background-color:#efefef;
    float: left;
    width: 100%;list-style-type: none;
    padding: 10px; margin:0px 0 10px 0;
}	
#respond {float: left;
    width: 100%; margin: 10px 0 0px 0;}
.contact_formmm {float:left;
width:100%;}
.submit_cont_form{float:left;
width:100%;    margin: 25px 0 0 15px;}
.submit_cont_form .wpcf7-submit{
    color: #ffffff;
    background-color:#293276;
    text-decoration: none;width: 120px;
    height: 40px;
    font-weight: bold;
    font-size: 19px;    
	border:1px solid #293276;
}
.submit_cont_form .wpcf7-submit:hover{
 background-color:#fff;
 color:#293276;
}
.contact_formmm .wpcf7-text{
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;width: 100%;border: 1px solid #cccccc;
}
.contact_formmm .wpcf7-number{
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;width: 100%;border: 1px solid #cccccc;
}
.contact_formmm .wpcf7-date{
    height: 46px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;width: 100%;border: 1px solid #cccccc;
}

.contact_formmm .wpcf7-textarea{
    height:140px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33;
    border-radius: 3px;width: 100%;border: 1px solid #cccccc;
}
.red_sign{color:red;}
.contact_formmm  .form_row{margin:20px 0 0 0;}
.contact_formmm  .label_forrm{    margin: 0 0 10px 0;
    color:#231f20;
    font-size: 17px;}
	div.wpcf7-validation-errors{float:left !important;}
.contact_adrs_caption{font-size: 20px;
    margin: 10px 0 10px 0;
    float: left;
    width: 100%;}	
.contact_add_page{float:left;
width:100%; padding:10px;background-color: #f2f4f4;
    border: 1px solid #d3dbdd; margin: 20px 0 0 0;}
.c_offc{float:left;
width:100%;    margin:0 0 15px 0px;}
.c_offc .col-md-6 {padding-left:0;}
.email_offc{float:left;
width:100%;}
.contact_page h3{color:#002A6E;}
.c_offc h2{font-size:20px;
margin:0 0 10px 0;}
#post-11 .entry-header{display:none;}
#post-9 .entry-header{display:none;}
#post-91 .entry-header{display:none;}
#post-93 .entry-header{display:none;}
#post-112 .entry-header{display:none;}
#post-114 .entry-header{display:none;}
.team_hq{float:left;
width:100%;    margin: 0 0 30px 0;
border-bottom:1px solid #b0afaa;padding: 0 0 25px 0;}
.team_hq .team_member_name{color:#002A6E;
float:left;
width:100%;
margin:0 0 10px 0;font-size:20px;}
.team_hq .designation{color:#002A6E;
float:left;
width:100%;
margin:0 0 10px 0;font-size:16px;}
.image_team{float:left;
width:40%;}
.description_team_member{float:left;
width:58%;margin:0 0 0 2%;}
.fullwidth_page h1{color: #002A6E;
font-size: 30px;
margin: 0 0 23px 0;
    float: left;
    width: 100%;}
.fullwidth_page h2{color: #002A6E;
font-size:25px;
margin: 0 0 23px 0;
    float: left;
    width: 100%;}
.fullwidth_page p {
    line-height: 24px;
    font-size: 15px;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}
.listing_hq{float:left;
width:100%;}
.listing_hq li {
    padding-left:20px;
    font-size: 16px;
    line-height: 35px; float: left;
    width: 100%;   list-style:disc;
}
#post-7 .entry-header{display:none;}	
#post-13 .entry-header{display:none;}
#post-89 .entry-header{display:none;}	
#post-95 .entry-header{display:none;}
#post-103 .entry-header{display:none;}	
#post-105 .entry-header{display:none;}
#post-106 .entry-header{display:none;}		
.serviceitem{float: left;
    width: 100%;
    margin: 0 0 15px 0;}	
.service_main_dd h1 {
    color: #002A6E;
    font-size: 30px;
    margin: 0 0 23px 0;
    float: left;
    width: 100%;
}	
.service_main_dd p {
    line-height: 24px;
    font-size: 15px;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
}

.client_list_main{float:left;width:100%;}
.list_clients{float:left;width:30%;margin:0 0 35px 3%;
text-align: center;
    border: 1px solid;}
.list_clients img{margin: 15px 0 0px 0;}	
.list_clients h2{
    font-size: 30px;
    padding: 40px 0 20px 0;
    font-weight: 700 !important;}
.caption_clients{
    background-color:#006cb7;
    padding: 15px;
    margin: 15px 0 0 0;    float: left;
    width: 100%;
}
.caption_clients h5{
    padding: 0;
    margin: 0;
    font-weight: 500 !important;
    color: #ffffff;
}
.course_main_pg{float:left;
width:100%;}
.course_roww{
    margin: 0 0 35px 0;
    float: left;
    width: 100%;    border: 1px solid #293276;
    padding: 7px;
}
.course_row_img{float:left;
width:335px;
height:200px;overflow: hidden;}
.course_row_img img{width: 100%;
    height:100%;}
.course_row_infoo{float:left;
width:100%;    
padding: 0 0 5px 0;}
.course_row_infoo h1 {font-size: 20px;
    margin: 15px 0 15px 0;    min-height: 50px;
}
.course_row_infoo a{
    color: #ffffff;
    background-color: #293276;
	border:1px solid #293276;
    text-decoration: none;
    width: 120px;
    height: 40px;
    font-size: 19px;
	padding:7px;font-weight: bold;
}
.course_row_infoo a:hover{background:#fff;color:#293276;
border:1px solid #293276;padding:7px;}
.search_page article{float:left;
width:100%;    margin: 0 0 25px 0;}
.search_page .entry-header{float:left;
width:100%; margin: 0 0 15px 0;
}
.search_page .post-thumbnail{width:100%;
float:left;}
.search_page .post-thumbnail img{width:100%;
height:auto;margin:0 0 20px 0;}
.course_sidebar_details{float:left;
width:100%;}
.course_main_info_title{
    background-color: #f2f4f4;
    border: 1px solid #d3dbdd;
    padding: 15px 15px 10px;
	float:left;
width:100%;
margin:0 0 5px 0;
}
.course_main_info_title h3{}
.course_side_title{
    display: block;
    border-radius: 0px;
    padding: 10px 15px;
    border: 1px solid #20409a;
    background: #fff;
	float:left;
width:100%;
}
..course_side_title h3{font-weight:700;}
.course_side_low{float:left;
width:100%;
background-color: #f2f4f4;
border: 1px solid #d3dbdd;
padding:10px;}
.course_row{border-bottom: 1px solid #d3dbdd;
padding: 10px 0 10px 0;
float:left;
width:100%;}
.course_row:last-child{border-bottom:0px;}
.icon_coursee{float:left;
width:20%;}
.extra_info_coursee{float:left;
width:78%;
margin:0 0 0 2%;font-size: 14px;
    color: #888888;}
.extra_info_coursee .head_course_infoo{font-size: 18px;
color: #434343;}
.extra_info_coursee a:hover{text-decoration:underline !important;}
.icon_coursee .fa{
    width: 50px;
    height: 50px;
    font-size: 25px;
    border: 2px solid #d3dbdd;
    border-radius: 50%;
    
}
.icon_coursee .fa-building{color:#E25649;
padding: 11px 0 0 14px;}
.icon_coursee .fa-clock-o{color:#009641;
padding: 11px 0 0 13px;}
.icon_coursee .fa-phone{color:#0DA4E4;
padding:11px 0 0 14px;}
.icon_coursee .fa-envelope{color:#F07D00;
padding:10px 0 0 11px;}
.icon_coursee .fa-download{color:#B5107C;
padding:11px 0 0 12px;}
.icon_coursee .fa-money{color:#004C6C;
padding:11px 0 0 11px;}
.icon_coursee .fa-hourglass-start{color:#1BD78A;
padding:11px 0 0 13px;}
.course_page_title h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 !important;
    text-transform: uppercase;
}
.course_apply_btn{float:left;
width:100%;margin: 2px 0 0 0;}
.course_apply_btn a{
    background-color: #293276;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;border:1px solid #293276;
	font-weight:700;
}
.course_apply_btn a:hover{
    background-color: #fff;
    color: #293276;
	border:1px solid #293276;}
.course_detail_main{float:left;
width:100%;}
.course_detail_main h1 {
    color: #002A6E;
    font-size: 30px;
    margin: 0 0 23px 0;
    float: left;
    width: 100%;
}
.img_tab_course {
    float: left;
    padding: 0 0 30px;
    width: 100%;
}
.img_tab_course > img {
    float: left;
    height: auto;
    width: 100%;
}
.profille_page{
    float: left;width:100%;margin: 50px auto;}
.profilee_section{
    float: left;
    width: 100%;
    padding:25px;
    background-color: #f2f4f4;
    border: 1px solid #d3dbdd;
    margin: 20px 0 0 0;
}
#theme-my-login #wp-submit{
    background-color: #293276;
    color: #fff;
    text-align: center;
    float: left;
    width:230px;
    padding:10px 0;
    font-size: 22px;border:1px solid #293276;
	font-weight:700;
}
#theme-my-login #wp-submit:hover{
    background-color: #fff;
    color: #293276;
	border:1px solid #293276;}	
#your-profile .button-primary{
    background-color: #293276;
    color: #fff;
    text-align: center;
    float: left;
    width:230px;
    padding:10px 0;
    font-size: 22px;border:1px solid #293276;
	font-weight:700;
}
#your-profile .button-primary:hover{
    background-color: #fff;
    color: #293276;
	border:1px solid #293276;}
#your-profile .button-secondary	{
    background-color: #293276;
    color: #fff;
    text-align: center;
    float: left;
    font-size: 16px;
    font-weight: normal;
    padding: 7px 0;border:1px solid #293276;
    width: 175px;margin: 0 0 0 1px;
}
#your-profile .button-secondary:hover{
    background-color: #fff;
    color: #293276;
	border:1px solid #293276;}
#theme-my-login input[type=text], #theme-my-login input[type=email], #theme-my-login input[type=password], #theme-my-login input[type=select]{
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 14px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 100%;
}	
#theme-my-login select{
    border: 1px solid #cccccc;
    border-radius: 3px;
    font-size: 14px;
    height: 46px;
    line-height: 1.33;
    padding: 10px 16px;
    width: 100%;
}	
.tml-user-admin-bar-front-wrap{display:none !important;}
#your-profile .tml-nickname-wrap{display:none !important;}
#your-profile  .tml-display-name-wrap{display:none !important;}
#your-profile label {
    color: #006cb7;
    display: block;
    padding: 10px 0 0 2px;
    text-align: left;
}
#your-profile h3 {
    color:#293276;
    display: block;
    padding: 10px 0 15px 2px;
    text-align: left;
}
#post-112   .tml {  padding: 0 30px;}
.tml-profile .tml-form-table {
    width: 100%;
}
.course_detail_main ul li{
    background: rgba(0, 0, 0, 0) url(../img/main_icon_tick.png) no-repeat 0 10px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 35px;
    float: left;
    width: 100%;
    list-style: none;
}
.course_detail_main p{
    line-height: 24px;
    font-size: 15px;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;text-align: justify;
}
.btn_apply_submit{
    background-color: #293276;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    border: 1px solid #293276;
    font-weight: 700;
}
.btn_apply_submit:hover{
    background-color: #fff;
    color: #293276;
	border:1px solid #293276;}
.already_applied_section{
    background-color: #009641;
    color:#fff;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size:18px;
    border: 1px solid #009641;
    font-weight:500;
}
.already_applied_section_red{
    background-color: #e25649;
    color: #fff;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    border: 1px solid #e25649;
    font-weight: 500;
}
.related_course_main{float:left;
width:100%;    
background: #efefef;
padding:50px 0px;}
.course_related{float:left;
width:100%;    background: #efefef;}
.course_related_roww{
background-color: #fff;
    margin: 0 0 35px 0;
    float: left;
    width: 100%;
    border: 1px solid #d3dbdd;
    padding: 7px;    
	min-height: 90px;
}
.course_related_img{float:left;
 margin: 0 2% 0 0;
width: 30%;
    height: 75px;
}
.course_related_img img{float:left;
max-width: 100%;
    max-height: 100%;  
}
.course_related_infoo{float:left;
width:68%;   padding: 10px 0 0 0; 
}
.course_related_infoo h3{font-size: 16px;}
.course_related_infoo h3 a{
    font-size: 16px;
    line-height:18px;
	color:#333333;
}
.course_related_infoo h3 a:hover{
color:#006CB7;
}
.course_related h2{float:left;
width:100%;
padding:0 0 40px 0;
text-align:center;}
.es_textbox_button{
    background-color: #293276 !important;
    color: #fff !important;
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px 0;
    font-size: 22px;
    font-weight: 700;
	border:0px !important;
}
.es_textbox_button:hover{
    background-color:#6e6e70 !important;}
.medical_journal_main{float:left;
width:100%;padding:50px 0px;}	
.m_journal{float:left;
width:100%;}
.m_journal_roww{float:left;
width:100%;background-color: #f2f4f4;
    border: 1px solid #d3dbdd;
    padding:15px 10px;margin: 0 0 20px 0;}
.m_journal_icon{float:left;
width:25%;margin:0 2% 0 0;}
.m_journal_infoo{float:left;
width:73%;}
.m_journal_icon .fa {
    width: 70px;
    height: 70px;
    font-size: 40px;
    border: 2px solid #d3dbdd;
    border-radius: 50%;
  color:#006cb7;
    padding: 13px 0 0 15px;
}
.m_journal_icon .fa:hover{ color: #E25649;}
.m_journal_infoo h3{
    font-size: 18px;
    color:#434343;
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
    line-height: 25px;
}
.m_journal_infoo h3 a{
    font-size: 16px;
    color: #006cb7;
    padding: 10px 0 0 0;
    float: left;
    width: 100%;
    line-height:23px;
}
.m_journal_infoo h3 a:hover{
    color:#006cb7;
}
.service_main_dd {
    float: left;
    width: 100%;
    font-weight: bold;
    margin: 0 0 15px 0;
}
.panel-body ul{padding: 0 0 0 15px;}
.panel-body{font-size: 15px;
    line-height: 24px;}
.panel-title a{
    color: #002A6E;
    font-size: 20px;
}	