@import url(css/font-awesome.css);
@import url(css/jquery-ui.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600italic,700,700italic,300,600,400italic);
@import url(fonts/stylesheet.css);

a:focus {
    outline: medium none;
}
*{
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -webkit-box-sizing: border-box; 
}
::-webkit-input-placeholder {
    /* WebKit browsers */ 
    opacity: 1 !important; 
}
::-webkit-input-placeholder { 
    opacity: 1 !important; 
} 
:-moz-placeholder { 
    /* Firefox 18- */ 
    opacity: 1 !important; 
} 
::-moz-placeholder { 
    /* Firefox 19+ */ 
    opacity: 1 !important; 
} 
:-ms-input-placeholder { 
    opacity: 1 !important; 
}
.cool, .cool *{
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.site{
    max-width:100%;
    width:100%;
    float:left;
}
.site-header {
    float: left;
    padding: 0;
    width: 100%;
    background-image: url("images/inner_page_banner.jpg");
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
}
.header_top {
    float: left;
    width: 100%;
}
.header_inner.sticky {
    background:url("images/inner_page_bg.jpg");
    float: left;
    position: fixed;
    width: 100%;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.5);
}

.header_inner {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    float: left;
    position: fixed;
    width: 100%;
    z-index:9999;
}
.inner_header_inner {
    border-bottom: 1px solid rgb(255, 255, 255);
    float: left;
    padding: 0 0 0px;
    width: 100%;
}
.spacer{
    float: left;
    height: 86px;
    width: 100%;
}
.spacer.body_fixed {
    height: 62px;
}
.grid1170{
    max-width:1170px;
    margin:0 auto;
    padding:0 20px;
}
.slider {
    float: left;
    margin: -142px 0 0;
    padding: 0 0;
    position: relative;
    width: 100%;
    z-index: 1;
}
.slider .banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    padding: 0;
    width: 100%;
}
.slider .banner .banner_inner {
    float: left;
    padding: 235px 0 110px;
    width: 100%;
}
.head_logo {
    float: left;
    text-align: center;
    padding:20px 0;
}
.header_inner.sticky .inner_header_inner {
    border-bottom:1px solid rgba(0, 0, 0, 0);
}
.header_inner.sticky .head_logo {
    padding: 10px 0;
}
.header_inner.sticky .main-navigation{
    margin-top:15px;    
}
.header_inner.sticky .main-navigation li:last-child a {
    padding-right: 0;
}
.header_inner.sticky .main-navigation li a {
    padding: 0 5px 16px;
}
.header_inner.sticky .main-navigation li a:hover, .header_inner.sticky .main-navigation li a:focus {
    color:#ff9600 ;
}
.header_inner.sticky .main-navigation .current-menu-item > a, .header_inner.sticky .main-navigation .current-menu-ancestor > a, .header_inner.sticky .main-navigation .current_page_item > a, .header_inner.sticky .main-navigation .current_page_ancestor > a{
    color:#ff9600;
}
.header_right {
    float: right;
    max-width: 800px;
}
.header_right_top {
    float: right;
}
.social_icon, .login{
    border-right:1px solid #ccc;
}

.social_icon, .login, .head_contact{
    float:left;
    padding:5px 0;
}
.login, .head_contact{
    margin:0 0 0 18px;
    position:relative;
}
.login a {
    color: rgb(255, 255, 255);
    font-family:montserratregular;
    font-size: 13px;
    padding: 0 20px;
    text-decoration: none;
}
.login > a:after {
    content: url(images/login_icon.png);
    left: 0;
    position: absolute;
}
.head_contact a:after {
    content:url(images/mob_icon.png);
    left: 0;
    position: absolute;
}
.social_icon a {
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin: 0 18px 0 0;
    font-family:montserratregular;
    font-size:13px;
}
.head_contact a {
    color: rgb(255, 255, 255);
    font-family: montserratregular;
    font-size: 13px;
    font-weight: 400;
    padding: 0 0 0 20px;
    text-decoration: none;
}
.main-navigation {
    margin-top: 10px;
    text-align: center;
    width:110%;
    float:right;
}
.main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
    border-bottom: 0 none;
    border-top: 0 none;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a{
    font-weight:400;
    color:#ff9600 ;
    border-bottom:1px solid rgb(255, 255, 255);
}
.main-navigation li {
    margin:0;
    position: relative;
}
.main-navigation li a {
    border-bottom: transparent;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 32px;
    text-transform: capitalize;
    white-space: nowrap;
    font-family: montserratregular;
    padding:0 5px 17px; 
    
}
.main-navigation li:last-child a {
    padding-right: 0;
}
.main-navigation li a:hover, .main-navigation li a:focus {
    color:#ff9600 ;
}
.banner {
    float: left;
    padding: 200px 0;
    width: 100%;
}
.hs_title {
    color: rgb(255, 255, 255);
    font-size: 42px;
    font-weight: 600;
    line-height: normal;
    font-family: montserratsemi_bold;
    margin:0 0 20px 0;
}
.hs_desc ul li {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    list-style: inside none disc;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    margin:0 0 15px;
}
.hs_cnt > a:first-child {
    /*background: #ff9600 url("images/arrow_slide.png") no-repeat scroll 85% center;*/
    background: #fe9501; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #fe9501 , #fab24b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #fe9501, #fab24b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #fe9501, #fab24b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #fe9501 , #fab24b); /* Standard syntax */
    color: rgb(255, 255, 255);
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 5px 0 0;
    padding: 20px 35px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.hs_cnt > a:first-child:hover{
    /*background: #20409a url("images/arrow_slide.png") no-repeat scroll 92% center;*/
    color: #fe9501 !important;
    background: #fff !important;
    
}
.single_page_title_inner {
    margin: 0 auto;
    max-width: 790px;
}
.single_page_title_inner h1 {
    line-height:normal;
}
.page_title_top {
    float: left;
    width: 100%;
    padding:20px 0 40px 0;
}
.inner_page_left {
    float: left;
}
.inner_page_right {
    float: right;
}
.page_title_top h1,
.page_title_top h2 {
    float: left;
    width: 100%;
    font-family:montserratsemi_bold;
    font-size:18px;
    color:#ffffff;
}
.title_desc {
    color: rgb(255, 255, 255);
    margin: 0 auto;
    max-width: 485px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    line-height:24px;
}
.blog_page {
    float: left;
    padding: 100px 0;
    width: 100%;
}
.blog_post_content {
    float: left;
    width: 100%;
}
.blog_post_thum {
    float: left;
    width: 100%;
    height:300px;
    overflow:hidden;
}
.blog_post_thum img{
    width: 100%;
    box-shadow:none;
    -o-box-shadow:none;
    -ms-box-shadow:none;
    -moz-box-shadow:none;
    -khtml-box-shadow:none;
    -webkit-box-shadow:none;
}
.bp_loop {
    float: left;
    width: 100%;
}
.post-item {
    /*float: left;*/
    margin: 0 0 75px;
    /*width: 48.5%;*/
}
.post-item:nth-child(2n) {
    float: right;
}
.post-item:nth-child(2n+1) {
    clear:both;
}
.blog_post_content h2 {
    width:100%;
    float:left;
    margin:0 0 15px;
}
.blog_post_content h2 a {
    color:#20409a;
    font-family: montserratlight;
    font-size: 24px;
    line-height: 34px;
    text-decoration: none;
}
.blog_post_content h2 a:hover {
    color: rgb(255, 150, 0);

}
.blog_post_content .entry-content p {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#3e3e3e;
    line-height:28px;
    
}
.blog_read_more_button a {
    color: rgb(0, 0, 0);
    font-family:montserratsemi_bold;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height:18px;
}
.blog_post_comment {
    float: left;
    width: 100%;
    margin:0 0 10px 0;
}
.post_date {
    float: left;
    padding: 0 0 0 24px;
    position: relative;
    margin:0 30px 0 0;
    color:#3e3e3e;
    font-family: montserratlight;
    font-size: 12px;
    font-weight: 300;
}
.post_date:after {
    content: url(images/date_icon.png);
    left: 0;
    position: absolute;
}
.post_comments {
    float: left;
    position: relative;
    padding: 0 0 0 24px;
    color:#3e3e3e;
    font-family: montserratlight;
    font-size: 14px;
    font-weight: 400;
}
.post_comments:after {
    content: url(images/commnt_icon.png);
    left: 0;
    position: absolute;
}
.contact_page {
    float: left;
    padding: 50px 0;
    width: 100%;
    background: #fff;
}
.contact_page_heading h2 {
    color: #20409a;
    font-size: 20px;
    font-size:36px;
    font-family:montserratlight;
    padding:20px 0 50px;
    text-align:center;
}
.contact_page_left {
    float: left;
    width: 26.6%;
    margin:23px 0 0;
}
.contact_page_right {
    float: right;
    width: 66.3%;
}
.cont_hf_W {
    float: left;
    width: 48%;
}
.cont_hf_W:last-child {
    float: right;
}
.cont_hf_W input, .cont_hf_W select, .cont_hf_W textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;
    font-size: 14px;
    margin: 23px 0 0;
    padding: 15px 20px;
    width: 100%;
    background:rgb(252, 252, 252) none repeat scroll 0 0;
    font-family: 'Open Sans', sans-serif;
}
.cont_hf_W select{
/*  line-height:53px; */
    appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    -moz-appearance:none;
    -khtml-appearance:none;
    -webkit-appearance:none;
}
.cont_hf_W textarea {
    height:278px;
    resize:none;
}
.cont_button {
    clear: both;
}
.ajax-loader{
    display:none;
}
.cont_button input[type="submit"] {
    background:#ff9600 url("images/arrow_slide.png") no-repeat scroll 84% center;
    border:none;
    border-left: medium none;
    border-radius: 0;
    border-top: medium none;
    color: #ffffff;
    font-family: montserratsemi_bold;
    font-size: 14px;
    margin-top: 23px;
    padding: 16px 60px 16px 20px;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.cont_button input[type="submit"]:hover{
    background:#133d7e url("images/arrow_slide.png") no-repeat scroll 92% center;
}
.home_page_top {
    float: left;
    padding: 70px 0;
    width: 100%;
}
.hm_top_left {
    background: #ffffff none repeat scroll 0 0;
    float: right;
    margin-top: -160px;
    padding:50px 85px 50px 60px;
    width: 42%;
    position:relative;
    z-index:999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.3);
}
.hm_top_left .hm_contact_title h2 {
    color: #3e3e3e;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    margin:0 0 20px;
    width:100%;
    float:left;
    text-align:center;
}
.hm_submt_btn{
    width:100%;
    float:left;
}
.hm_full_w input, .hm_full_w select, .hm_full_w textarea {
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;
    font-size: 14px;
    margin: 30px 0 0;
    padding: 18px 15px;
    width: 100%;
    /*background: rgb(252, 252, 252) none repeat scroll 0 0;*/
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    border-radius:1px;
}
.hm_full_w select{
/*  line-height:53px; */
    appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    -moz-appearance:none;
    -khtml-appearance:none;
    -webkit-appearance:none;
    background-image: url('images/thing.jpg');
    background-position: right 20px center;
    background-repeat: no-repeat;
}
.hm_submt_btn input[type="submit"] {
    /*background: #133d7e url("images/arrow_slide.png") no-repeat scroll 84% center;*/
    background: #21419d;
    border:none;
    border-left: medium none;
    border-radius: 0;
    border-top: medium none;
    color: #ffffff;
    font-family: montserratsemi_bold;
    font-size: 14px;
    margin-top: 30px;
    padding: 17.74px 15px;
    width:100%;
    float:left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.hm_submt_btn input[type="submit"]:hover{   
    /*background: #ff9600 url("images/arrow_slide.png") no-repeat scroll 92% center;*/
    background: #ff9600;
} 
.hm_top_right {
    float: left;
    width: 52%;
}
.hm_top_right h2 {
    color: #20409a;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 400;
    width: 100%;
    line-height:normal;
    margin: 0 0 20px 0;
    padding: 0;
}
.hm_top_right h1 {
    color: #ff9600 ;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: normal;
    margin: 0 0 35px 0;
    padding: 0;
    width: 100%;
}
.hm_top_right h1 b {
    font-weight: 700;
}
.hm_top_right p {
    color: #3e3e3e;
    font-family: open sans;
    font-size: 16px;
    line-height: 30px;
}
.home_Testimonials {
    background: #fcfcfc none repeat scroll 0 0;
    float: left;
    padding: 70px 0;
    text-align: center;
    width: 100%;
}
.home_tstmnls_title h2{
    color: #20409a;
    font-family: "Montserrat",sans-serif;
    font-weight: 300;
    font-size: 36px;
    width: 100%;
    line-height:normal;
    margin: 0;
    padding: 0 0 30px;
}
.home_tstmnls_title h2 b {
    font-weight: 700;
}
.home_testimonials_inner{
    max-width:660px;
    margin:0 auto;
}
.testi_cont p {
    font-family: open sans;
    font-size: 20px;
    font-style: italic;
    line-height: 32px;
    color:#3e3e3e;
}
.hm_test_author{
    font-family: montserratsemi_bold;
    font-size:14px;
    color:#3e3e3e;
    padding:20px 0 0;
}
.footer_cnsltng {
    background-image:url("images/footer_cnsltng_bg1.jpg");
    background-repeat: center center;
    background-color:rgba(0, 0, 0, 0) ;
    background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -khtml-background-size: cover;
    -webkit-background-size: cover;
    
    float: left;
    padding: 60px 0;
    width: 100%;
}
.footer_cnsltng_left {
    color: #ffffff;
    float: left;
    font-family: montserratsemi_bold;
    font-size: 22px;
    margin:15px 0 0;
}
.footer_cnsltng_left a{
    color: #ffffff;
    text-decoration:none;
}
.footer_cnsltng_right {
    float: right;
}
.footer_cnsltng_right > a {
    text-decoration: none;
}
.footer_cnsltng_right input[type="submit"] {
    background: #000000 none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    padding: 20px 52px 20px 10px;
    text-transform: uppercase;
    background: #ff9600 url("images/arrow_slide.png") no-repeat scroll 84% center;
    font-family: montserratsemi_bold;
    font-size:14px;
    width:257px;
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.footer_cnsltng_right input[type="submit"]:hover{   
    background: #133d7e url("images/arrow_slide.png") no-repeat scroll 92% center;
}
.footer_bottom {
    float: left;
    padding: 40px 0;
    width: 100%;
}
.footer_bottom .widget_text {
    float: left;
}
.footer_left {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.footer_left a{
    color:#20409a;
    text-decoration:none;
}
.footer_bottom .widget_text:last-child {
    float: right;
}
.footer_right {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
}
.footer_right > span {
    margin: 0 10px;
}
.enrollment_page {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.enllmnt_page_content h2{
    color: rgb(32, 64, 154);
    font-family: montserratlight;
    font-size: 36px;
    line-height: normal;
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
}
.enllmnt_page_content h3{
    color: rgb(32, 64, 154);
    font-family: montserratlight;
    font-size: 26px;
    line-height: normal;
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
}
.enllmnt_page_content > p{
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    color:#3e3e3e;
    margin:0 0 30px;
}
.widget-area.enrlmnt_page_widget {
    float: right;
    width: 31.9%;
}
.enrlmnt_page_widget .widget-title{
    color: rgb(32, 64, 154);
    font-family: montserratlight;
    font-size: 26px;
    line-height:normal;
}
.widget-area .widget .medication_posts li a {
    background: #efefef none repeat scroll 0 0;
    border-bottom: 1px solid #fefefe;
    color: #444;
    display: inline-block;
    font-family: montserratlight;
    font-size: 14px;
    padding: 6px 20px;
    text-decoration: none;
    width: 100%;
}
.widget-area .widget .medication_posts li a:hover {
    background-color:#e8e8e8;
}
.enrol_top_sdbr img {
    border-radius: 0;
    float: left;
    width: 100%;
}
.enrol_top_sdbr {
    float: left;
    margin-bottom: 30px;
    width: 100%;
    background:rgb(33, 157, 65) none repeat scroll 0 0;
    border-radius:6px;
    -o-border-radius:6px;
    -ms-border-radius:6px;
    -moz-border-radius:6px;
    -khtml-border-radius:6px;
    -webkit-border-radius:6px;
}
/* .enrol_top_sdbr:hover {
    opacity:0.7;
} */
.enrol_top_sdbr.enrol_privacy_sdbr{
    background:rgb(66, 33, 157) none repeat scroll 0 0;
}
.enrol_top_sdbr h4 a {
    color: rgb(255, 255, 255) !important;
    float: left;
    font-family: montserratbold;
    font-size: 18px;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    background:rgba(0, 0, 0, 0) url("images/sdbr_down.png") no-repeat scroll 94% center;
}
.enrol_top_sdbr h4 a:hover{
    color:#ff9600 !important;
}
.enrl_full_w {
    float: left;
    width: 100%;
}
.enrl_full_w select{
/*  line-height:53px; */
    appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    -moz-appearance:none;
    -khtml-appearance:none;
    -webkit-appearance:none;
}
.enrl_full_w input, .enrl_full_w select, .enrl_full_w textarea{
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 15px 20px;
    width: 100%;
    background:rgb(252, 252, 252) none repeat scroll 0 0;
    font-family: 'Open Sans', sans-serif;
}
.widget-area.enrlmnt_page_widget.single-medctn-sdbr .enrl_full_w textarea{
    max-height:150px;   
}
.widget-area.enrlmnt_page_widget.single-medctn-sdbr .enrl_full_w textarea {
    display: none;
}
.single-medctn-sdbr .enrl_sbmt_buttn {
    margin-top:0px;
}
.single-medctn-sdbr .enrl_sbmt_buttn input[type="submit"]{
    margin-top:10px;
    background:#ff9600 url("images/arrow_slide.png") no-repeat scroll 85% center;
    color:#fff;
    padding:10px 30px 10px 20px;
}
.enrl_sbmt_buttn {
    float: right;
    margin-top: -46px;
    margin-right: 10px;
    position: relative;
}
.enrl_sbmt_buttn input[type="submit"] {
    background:rgba(0, 0, 0, 0) url("images/frm_sbmt_arrow.png") no-repeat scroll right center;
    border: medium none;
    box-shadow: none;
    font-family:montserratsemi_bold;
    font-size:14px;
    color:#dfdfdf;
    padding:10px 20px;
}
.contact_page_left .address img, .contact_page_left .phone_number img, .contact_page_left .email img{
    margin: 0 10px 0 0;
    position:absolute;
    top: 9px;
    float:left;
}
.contact_page_left .address, .contact_page_left .phone_number, .contact_page_left .email{
    font-family: 'Open Sans', sans-serif;
    font-size:16px;
    line-height:32px;
    position:relative;
    color:#3e3e3e;
}
.ci_box {
    padding: 0 0 40px 30px;
}
.wsi {
    float: left;
    margin: 0 0 0 10px;
}
.social_share {
    border-bottom: 1px solid rgb(221, 225, 231);
    border-top: 1px solid rgb(221, 225, 231);
    float: left;
    margin: 60px 0;
    padding: 20px 0;
    width: 100%;
}
.social_share h3 {
    color: #3e3e3e;
    float: left;
    font-family: montserratregular;
    font-size:15px;
    line-height:24px;
}
.side_ssi {
    float: right;
}
.social_count {
    border: 1px solid rgb(227, 227, 227);
    border-radius: 3px;
    color: rgb(125, 125, 125);
    float: left;
    font-size: 11px;
    height: 22px;
    padding: 4px 0;
    text-align: center;
    width: 35px;
}
.wsi a {
    color: rgb(157, 114, 217);
    font-size: 23px;
    margin: 0 0 0 5px;
    position: relative;
    text-decoration: none;
    top: -2px;
}
.wsi a:before {
    color: rgb(157, 114, 217);
    content: "\f0d9";
    font-family: FontAwesome;
    font-size: 14px;
    left: -4px;
    position: absolute;
    top: 11px;
}
.facebook_share.wsi a {
    color:#39579a;
}
.twitter_share.wsi a {
    color:#01acee;
}
.pin_share.wsi a {
    color:#cd1d1f;
}
.gp_share.wsi a {
    color:#d34836;
}
.li_share.wsi a {
    color:#1783bc;
}


.facebook_share.wsi a:before{
    color:#39579a;
}
.twitter_share.wsi a:before {
    color:#01acee;
}
.pin_share.wsi a:before{
    color:#cd1d1f;
}
.gp_share.wsi a:before {
    color:#d34836;
}
.li_share.wsi a:before {
    color:#1783bc;
}
.blog_single_pst {
    float: left;
    width: 100%;
}
.grid970{
    max-width:970px;
    margin:0 auto;
}
.blog_single_top{
    font-family: 'Open Sans', sans-serif;
    font-size:22px;
    color:#3e3e3e;
    text-align:center;
    line-height:34px;
    padding:0 0 0px;
}
.blog_single_content img {
    display: inline-block;
    float: left;
    margin: 5px 30px 20px 0;
    width: 30%;
    height:auto;
}
.blog_single_pst .entry-content h2, .blog_single_pst .comment-content h2, .blog_single_pst .mu_register h2{
    clear:none;
    
}
.blog_single_content p img.alignleft, .wp-caption.alignleft {
  width: auto;
}
.blog_single_content p a {
  color: #20409a;
}
.blog_single_pst .entry-content.first_letter {
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    color:#3e3e3e;
    line-height:28px;
}
.blog_single_pst blockquote {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 600;
    line-height: 27px;
    margin: 0 auto;
    max-width: 716px;
    padding: 60px 0;
    text-align: center;
    font-size:17px;
    position:relative;
    margin-top:40px;
}
.blog_single_pst blockquote:after {
    content: url(images/quote_img.png);
    height: 40px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 0;
    width: 50px;
}
#respond{
    width:100%;
    float:left;
}
#respond form p input[type="text"], #respond form p textarea{
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #f3f3f3;
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 23px 0 0;
    padding: 15px 20px;
    width: 100%;
}
#respond form p .submit {
    background: #3058c8 url("images/arrow_slide.png") no-repeat scroll 94% center;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #dfdfdf;
    font-family: montserratsemi_bold;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 46px 16px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#respond form p .submit:hover {
    background-color: #ff9600;
}

.privacy_page {
    color: #3e3e3e;
    float: left;
    font-family: open sans;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    padding:70px 0;
}
.privacy_page p {
    margin: 0 0 20px;
}
.faq_acrdn .su-spoiler-title {
    background: #219d41 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    padding: 10px 10px 10px 30px !important;
    color:#fff;
    font-family:montserratsemi_bold;
    font-size:14px;
    line-height:24px;
}
.faq_acrdn .su-spoiler-icon-plus {
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-sizing: border-box;
}
.faq_acrdn .su-spoiler-icon {
    left: 8px !important;
    top: 12px !important;
}
.faq_acrdn .su-spoiler-content {
    font-family: open sans;
    line-height: 24px;
}
.su-spoiler-style-default > .su-spoiler-content{
 padding-left:20px !important;
 padding-right:20px !important;
}
.single_post_comnt .post_date, .single_post_comnt .post_comments {
    color:#fff;
    font-family:montserratsemi_bold;
    font-size:12px;
    text-transform:uppercase;
}
.single_post_comnt .post_date:after{
    content:url("images/head_date_icon.png");
}
.single_post_comnt .post_comments:after{
    content:url("images/head_comnt_icon.png")
}
.blog_post_comment.single_post_comnt {
    float: left;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}
.single_post_comnt_inner {
    margin: 0 auto;
    max-width: 255px;
}
.blog_single_cmnt_li {
    float: left;
    width: 100%;
}
.blog_single_cmnt_li_inner {
    max-width: 750px;
}
.testimonials_page {
    float: left;
    padding: 20px 0;
    width: 100%;
}

.pagination  {
    font-size:12px;
    font-family:montserratregular;
}

.pagination a{
    border: 1px solid #dbdfe2;
    margin: 0 10px 0 0;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    color:#334c5b;
}
.pagination .current{
    border: 1px solid #219d41;
    margin: 0 10px 0 0;
    padding: 7px 12px;
    text-align: center;
    text-decoration: none;
    color:#219d41;
}
.comment_box_li .comment {
    float: left;
    margin: 0;
    width: 100%;
}
.comment-box .c_avt {
    float: left;
    margin-right:4%;
}
.comment_box_li {
    float: left;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}
.comment_box_li .comment-box {
    float: left;
    position: relative;
    width: 100%;
}
.comments-title{
    font-family:montserratlight;
    font-size:22px;
    line-height:32px;
    color:#3e3e3e;
    margin:0 0 0;
}
.comment_box_li .comment-box  .reply {
    position: absolute;
    right: 0;
    top: 0;
}
.c_cont {
    float: left;
    position: relative;
    width: 88%;
}
.c_cont_top {
    width:100%;
    float:left;
    margin-bottom:20px;
}
.c_cont_top .fn {
    font-size: 14px;
    text-transform:capitalize;
    line-height: 24px;
}
.c_avt img {
    border-radius: 100%;
}
.c_cont_top .pst_time a {
    color: rgb(62, 62, 62);
    font-family: open sans;
    font-size: 12px;
    line-height: 24px;
    text-decoration:none;
}
.c_cont > p {
    color: rgb(62, 62, 62);
    font-family: open sans;
    font-size: 15px;
    line-height: 24px;
}
.comment-reply-link {
    background: rgba(0, 0, 0, 0) url("images/reply_icon.png") no-repeat scroll 0 0;
    color: rgba(0, 0, 0, 0) !important;
}
.crunchify-text h5{
    font-family:montserratlight;
    font-size:22px;
    line-height:32px;
    color:#3e3e3e;
    margin:30px 0 0;
}
.comment-form-author {
    float: left;
    width: 48%;
}
.comment-form-email {
    float: right;
    width: 48%;
}

.top_bar {
    float: left;
    position: fixed;
    width: 100%;
    z-index: 99991;
    display:none;
}
.top_bar a {
    background: red none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-family: open sans;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}
.medi-item {
    float: left;
    margin: 0 3% 30px 0;
    width: 31.3%;
}
.medi-item:nth-child(3n) {
    margin-right: 0;
}
.medi-item:nth-child(3n+1) {
    clear:both;
}
.medi_post_thum {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    text-align:center;
}
.medi_post_thum img {
   /* height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;*/
}
.rel_posts h3 {
    border-bottom: 1px dotted;
    color: #3e3e3e;
    font-family: montserratlight;
    font-size: 26px;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0 0 10px;
    width: 100%;
}
.free_cons {
    background-image: url("images/free_cons_bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    float: left;
    margin: 20px 0 30px;
    padding: 40px;
    width: 100%;
}
.free_cons h2 {
    color: #fff;
    font-family: open sans;
    font-size: 30px;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 30px;
    text-align: center;
}
.free_cons_inn {
    box-sizing: border-box;
    float: left;
    padding: 0 150px 0 0;
    position: relative;
    width: 100%;
}
.free_cons_half {
    box-sizing: border-box;
    float: left;
    padding: 0 20px 0 0;
    width: 50%;
}
.free_cons_half input {
    border: 0 none;
    float: left;
    padding: 12px 20px;
    width: 100%;
}
.free_cons_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
}
.free_cons_btn input[type="submit"] {
    background: #ff9600 url("images/arrow_slide.png") no-repeat scroll 85% center;
    border: 0 none;
    color: rgb(255, 255, 255);
    float: left;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 11px 40px 11px 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    width:100%;
    
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.free_cons_btn input[type="submit"]:hover{
    background: #20409a url("images/arrow_slide.png") no-repeat scroll 92% center;
    
}
.e-form {
    float: left;
    padding: 20px 0;
    width: 100%;
}
.e-form h2 {
    border-bottom: 1px dotted;
    font-family: open sans;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 20px;
    padding: 0 0 7px;
    float:left;
    width:100%;
}
.e-form h3 {
    font-family: open sans;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 20px;
    padding: 0 0 7px;
    float:left;
    width:100%;
}
.e-form select{
/*  line-height:53px; */
    appearance:none;
    -o-appearance:none;
    -ms-appearance:none;
    -moz-appearance:none;
    -khtml-appearance:none;
    -webkit-appearance:none;
}
.e-form input,
.e-form select,
.e-form textarea {
    background: rgb(252, 252, 252) none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #3e3e3e;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 15px 20px;
    width: 100%;
}
.e-form textarea {
    max-height: 130px;
}
.e-full {
    float: left;
    width: 100%;
}
.e_half {
    float: left;
    width: 48.5%;
}
.e_half:nth-child(2n) {
    float:right;
}
.e-full .e_third_half {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
.e-full .e_third_half:nth-child(3n) {
    margin-right: 0;
}
.e-full label {
    float: left;
    font-family: open sans;
    font-size: 16px;
    margin: 20px 0 0;
    width: 100%;
}
.e-form input[type="radio"],
.e-form input[type="checkbox"] {
    float: none;
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
    width: auto;
}
.ehalf-margin{
    margin:20px 0 0;
}
.wpcf7-radio span.wpcf7-list-item,
.wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 30px;
}
.e-full p {
    font-size: 16px;
    margin: 40px 0 0;
}
.e-full.gray-box{
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    padding: 10px 20px 20px;
    margin: 0 0 20px;
}
.home_feed {
    float: left;
    padding: 65px 0 30px;
    width: 100%;
    background: #fff;
}
.home_feed h3 {
    color: #20409a;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    margin: 0 0 45px 0;
    padding: 0;
    width: 100%;
    text-align:center;
}
.slider.mobile{
    display:none;
}
.error_page {
    float: left;
    padding: 150px 0;
    text-align: center;
    width: 100%;
}
.error_page h2{
    color: rgb(32, 64, 154);
    font-family: montserratlight;
    font-size: 200px;
    line-height: normal;
    margin: 0;
    padding: 0 ;
    width: 100%;
}
.error_page p{
    color: #3e3e3e;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 47px;
    line-height: 24px;
    margin: 0 0 30px;
    width: 100%;
}
.e-full.e-footer p {
    font-size: 12.5px;
    text-align: justify;
}
.e-full .e_btn input[type="submit"]{
    background: #219d41 url("images/arrow_slide.png") no-repeat scroll 84% center;
    border: medium none;
    border-radius: 3px;
    color: #ffffff;
    font-family: montserratsemi_bold;
    font-size: 14px;
    margin-top: 23px;
    padding: 16px 40px 16px 20px;
    width:170px;
    
    transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -khtml-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.e-full .e_btn input[type="submit"]:hover{
    background: #20409a url("images/arrow_slide.png") no-repeat scroll 92% center;
    
}
.e-auth{
    margin: 0 0 30px;
}
.e-footer {
    margin: 30px 0 0;
}
div.wpcf7-response-output, span.wpcf7-not-valid-tip{
    clear:both;
    float: left;
    width: 100%;
}
.e-full .e_half .dob select {
    float: left;
    margin-right: 3%;
    width: 31.3%;
}
.e-full .e_half .dob .menu-dob-year select {
    margin-right: 0%;
}
.bredcrumb {
    color: #fff;
    float: left;
    font-family: open sans;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    width: 100%;
}
.bredcrumb a{
    color: #fff;
    text-decoration:none;
}
.widget-area.medication_widget {
    width: 31%;
}
.medicine_name_search {
    float: left;
    padding: 20px 0;
    width: 83%;
}
.medicine_name_search h2 {
    color: #20409a;
    float: left;
    font-family: montserratlight;
    font-size: 18px;
    font-weight: normal;
    line-height: 45px;
    margin:0px;
}
.serch_forms {
    float: right;
    max-width: 450px;
    padding:0 80px 0 0;
    position:relative;
}
.serch_forms > input {
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("images/serch_icon.png");
    background-origin: padding-box;
    background-position: 4% center;
    background-repeat: no-repeat;
    border: 1px solid #cccccc;
    border-radius: 0;
    color: #cccbcb;
    float: left;
    font-family: open sans;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px 15px 40px;
    width: 100%;
    line-height:normal;
}
.serch_forms > input[type="button"] {
    background: #20409a none repeat scroll 0 0;
    border: medium none;
    color: #ffffff;
    font-family: montserratbold;
    font-size: 18px;
    padding: 11.8px;
    margin:0;
    width:20%;
    right:0px;
    position:absolute;
    line-height:26px;
    float:left;
    
}
.medicine_search_filters {
    background: #ededed none repeat scroll 0 0;
    float: left;
    padding: 15px 0;
    width: 83%;
}
.search_filter {
    color: #a6a6a6;
    float: left;
    font-family: montserratbold;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    padding: 0 12.5px;
    text-align: center;
    text-decoration: none;
}
.search_filter.search_active {
    color: #20409a;
}
.medicines {
    float: left;
    padding: 0 0 0 60px;
    position: relative;
    width: 100%;
    margin:40px 0;
}
.medicines_right {
    float: right;
    width: 100%;
}
.medicine_single_post_li.cool {
    float: left;
    width: 22.7%;
    margin:0 3% 30px 0;
}
.title_container {
    border-bottom: 1px solid #e0e0e0;
    box-sizing: border-box;
    float: left;
    padding: 10px 0;
    width: 100%;
}
.bg_series {
    color: #cccccc;
    float: left;
    font-family: montserratbold;
    font-weight: normal;
    font-size:14px;
    margin:4px 0 0;
}
.medication_title a {
    font-family: montserratlight;
    text-decoration: none;
    color:#20409a !important;
    margin:0 0 0 5px;
    font-size: 15px;
}
.medicines_left:after {
    background: #efefef none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 50%;
    margin: 0 0 0 -1px;
    position: absolute;
    width: 1px;
    z-index: 1;
}
.medicines_left {
    color: #20409a;
    font-family: montserratlight;
    font-size: 30px;
    font-weight: normal;
    height: 100%;
    left: 8px;
    position: absolute;
    text-align: center;
}
.medication_content {
    color: #3e3e3e;
    font-family: open sans;
    font-size: 13px;
    font-weight: 400;
    line-height:30px;
}
.medicines_left > span {
    background: #ffffff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    z-index: 2;
}
.medicine_single_post_li:nth-child(4n+1) {
    clear: both;
}
.medicine_single_post_li:nth-child(4n) {
    margin-right: 0;
}
.single_medctn_rltd {
    background: #f1f5ff none repeat scroll 0 0;
    float: left;
    padding: 30px;
    width: 100%;
    position:relative;
}
.single_medctn_rltd:after {
    content: url("images/icon_reld_bg.png");
    position: absolute;
    right: 30px;
    top: -24px;
}
.single_medctn_rltd > h2 {
    color: #20409a;
    float: left;
    font-family: montserratlight;
    font-size: 24px;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 30px;
    width: 100%;
}

.single_medctn_rltd  p, .entry-content.single_medctn > p, .entry-content.single_medctn li {
    color: #3e3e3e;
    font-family: open sans;
    font-size: 16px;
    line-height: 30px;
}
.entry-content.single_medctn > h2, .entry-content.single_medctn > h3 {
    font-family: montserratlight;
    font-size: 24px;
    font-weight: normal;
    color: #20409a;
}
.single_medctn_hdng {
    width:100%;
    float:left;
    margin:0 0 10px;
}
.single_medctn_hdng > h2 {
    color: #20409a ;
    float: left;
    font-family: montserratlight;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
}
.entry-content.single_medctn > h1{
    color: #ff9600 ;
    float: left;
    font-family: montserratlight;
    font-size: 36px;
    font-weight: normal;
    line-height: normal;
    width:100%;
}

.go_bk_btn {
    float: right;
}
.site-header.without_bg{
    background:url("images/inner_page_bg.jpg");
}

.hm_post_item_blog {
    float: left;
    margin: 0 4% 30px 0;
    width: 30.6%;
}
.hm_post_item_blog:nth-child(3n+1) {
    clear: both;
}
.hm_post_item_blog:last-child {
    margin-right: 0;
}
.hm_post_item_blog .blog_post_thum {
    background-position: center center;
    background-size: cover;
    height: 200px;
    margin: 0 0 15px;
    position: relative;
}
.hm_post_item_blog .blog_post_thum:hover {
    opacity:.7;
}
.hm_post_item_blog .blog_post_thum a{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}
.hm_post_item_blog .blog_post_thum img{
    opacity:0;
}
.home_medication{
    width:100%;
    float:left;
    padding:50px 0;
    background: url('images/medication_bg.jpg') no-repeat right center #3058c8;
    background-size: auto 100%;
}
.home_medication h2{
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    padding: 0 0 30px;
    width: 100%;
}
.home_medication h2 b {
    font-weight: 700;
}
.home_medication .entry-content p{
    color: #fff;
    font-family: open sans;
    font-size: 16px;
    line-height: 30px;
}
.home_medi_button a {
    /*color: rgb(0, 0, 0);
    font-family:montserratsemi_bold;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height:18px;*/
    background: rgba(255, 255, 255, 0.2);
    border: medium none;
    border-radius: 3px;
    display:inline-block;
    color: #fff;
    font-family: montserratsemi_bold;
    font-size: 14px;
    margin-top: 23px;
    padding: 16px 35px;
    transition: all 0.5s ease-in-out 0s;
    text-decoration:none;
    text-transform: uppercase;
}
.home_medi_button a:hover {
    background:#fff;
    color: #3058c8;
}
.enllmnt_page_content ul {
    list-style : disc outside;
    margin: 0 0 20px;
}
.enllmnt_page_content li{
    margin: 0 0 0 36px;
    margin: 0 0 0 2.571428571rem;
    line-height: 1.714285714;
    padding: 0 0 0 6px;
}
.main-navigation li ul li a {
    background: #fff;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 12px 20px;
    width: 220px;
    white-space: normal;
    text-align: left;
    line-height: normal;
    color: #000;
    font-size: 14px;
}
.main-navigation li ul li a:hover, 
.main-navigation li ul li a:focus,
.header_inner.sticky .main-navigation li ul li a:hover, 
.header_inner.sticky .main-navigation li ul li a:focus {
    background: #ff9600;
    color: #fff;
}
.header_inner.sticky .main-navigation li ul li a {
    padding: 12px 20px;
}

body.home #menu-item-2058 {
    margin-left: 20px;
}

/*Media Start
=====================================================*/


@media screen and (max-width:1120px){

}



@media screen and (max-width:1100px){
    .blog_post_thum {
        float: left;
        width: 100%;
        margin:0 0 30px;
    }
    .blog_post_content {
        float: left;
        width: 100%;
    }
    
}



@media screen and (max-width:1052px){
    .header_inner.sticky {
        display:none;
    }
    .header_right_top{
        display:none;
    }
    .inner_page_left{
        width:100%;
        text-align:center;
    }
    .page_title_top h1{
        text-align:center;
    }
    .head_logo {
        width: 100%;
    }
    .hm_top_left{
        width: 100%;    
    }
    .hm_top_right {
        width: 100%;
        float:left;
    }
    .top_bar {
        display:block;
    }
    .site-header{
        margin:36px 0 0;
    }
    #wprmenu_bar {
      z-index: 999;
    }
    
}

@media screen and (max-width:1028px){
.serch_forms{
        float:left;
        padding:0 60px 0 0;
    }
}

@media screen and (max-width:900px){
    .footer_cnsltng_left{
        width:100%;
        text-align:center;
        margin:0 0 20px;
    }
    .footer_cnsltng_right {
        float: left;
        text-align: center;
        width: 100%;
    }
    .cont_hf_W {
        float: left;
        width: 100%;
    }
    .medicine_single_post_li.cool {
        width:31.3%;
    }
    .medicine_single_post_li:nth-child(4n+1) {
        clear: none;
    }
    .medicine_single_post_li:nth-child(3n+1) {
        clear: both;
    }
    .medicine_single_post_li:nth-child(4n) {
        margin-right: 3%;
    }
    .medicine_single_post_li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width:880px){ 
    .medi-item {
        margin: 0 0 30px;
        width: 48.5%;
    }
    .medi-item:nth-child(2n){
        float:right;
    }
    .medi-item:nth-child(3n+1){
        clear:none;
    }
    .medi-item:nth-child(2n+1){
        clear: both;
    }
    .hm_post_item_blog {
        float: left;
        width: 48%;
        margin-right:0px;
    }
    .hm_post_item_blog:nth-child(3n+1) {
        clear: none;
    }
    .hm_post_item_blog:nth-child(2n+1) {
        clear: both;
    }
    .hm_post_item_blog:nth-child(2n) {
        float:right;
    }
    
    
}
@media screen and (max-width:800px){ 
    .footer_bottom .widget_text{
        width:100%;
        float:left;
        margin:0 0 30px;
        text-align:center;
    }
    .footer_bottom .widget_text:last-child {
        float: left;
        margin:0px;
    }
    .enrollment_page .site-content {
        width:100%;
        float:left;
    }
    .widget-area.enrlmnt_page_widget {
        float: left;
        width: 100%;
    }
    .testimonials_page .site-content {
        width:100%;
        float:left;
    }
}

@media screen and (max-width:768px){
    .contact_page_left{
        float: left;
        width: 100%;
        margin:0px;
    }   
    .contact_page_right{
        float: left;
        width: 100%;
    }
    .comment-form-author {
        float: left;
        width: 100%;
    }
    .comment-form-email {
        float: left;
        width: 100%;
    }
    .blog_single_content img {
      max-width: 50%;
    }   
    .medicine_single_post_li.cool {
        margin-right: 0;
        width: 48%;
    }
    .medicine_single_post_li:nth-child(3n+1) {
        clear: none;
    }
    .medicine_single_post_li.cool:nth-child(2n) {
        float: right;
    }
}
@media screen and (max-width:640px){
    .post-item {
        width:100%;
    }
    .free_cons_half {
        padding: 0 0 20px;
        width: 100%;
    }
    .free_cons_inn{
        padding:0;
    }
    .free_cons_btn {
        left: 50%;
        margin: 0 0 0 -75px;
        position: relative;
        top: 0;
        width: 150px;
    }
    .slider.desktop{
        display:none;
    }   
    .slider.mobile{
        display:block;
    }
    .slider.mobile .banner .banner_inner {
        float: left;
        padding: 140px 0 50px;
        width: 100%;
    }
    .page_title_top {
        padding: 40px 0;
    }
    .error_page {
        padding: 80px 0;
    }
    .e_half {
        width: 100%;
    }
    .ehalf-margin {
        margin: 0;
    }
    .e-full .e_third_half{
        width:100%;
        margin-right:0;
    }
    .hm_post_item_blog {
        float: left;
        width: 100%;
    }
}
@media screen and (max-width:600px){
    .hm_top_left{
        padding:0px;
        margin:0 0 30px;        
    }
    .hm_top_left h2{
        font-size:30px;
    }
    .comment-box .c_avt {
        float: left;
        margin: 0 0 20px;
        text-align: center;
        width: 100%;
    }
    .c_cont {
        float: left;
        position: relative;
        text-align: center;
        width: 100%;
    }
    .medi-item {
        margin: 0 0 30px;
        width: 100%;
    }
    .medicine_single_post_li.cool {
        width:100%;
    }
}

@media screen and (max-width:540px){
    .blog_single_content img {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width:480px){
    .hm_top_left h2{
        font-size:25px;
    }
    .error_page h2{
        font-size:110px;
    }
    .error_page p{
        font-size:26px;
    }
}
@media screen and (max-width:360px){
    .free_cons{
        padding:30px 20px;
    }
}