@charset "utf-8";
@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.ttf') format('truetype'), url('fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Poppins SemiBold';
	src: url('../fonts/Poppins SemiBold.eot');
	src: url('../fonts/Poppins SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins SemiBold.woff2') format('woff2'), url('../fonts/Poppins SemiBold.woff') format('woff'), url('../fonts/Poppins SemiBold.svg#Poppins SemiBold') format('svg');
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
unicode-range:U+0020-00FE;
}
* {
	margin: 0;
	padding: 0;
}
body {
    font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 28px;
	color: #000000;
	background: #f2f2f2;
}
.error-404.not-found {
	padding: 2em 0;
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Poppins SemiBold';
}
.no_padd {
	padding: 0;
}
.padding-left {
	padding-left: 0;
}
.padding-right {
	padding-right: 0;
}
.padding-none {
	padding: 0;
}
ul {
	list-style: none;
	margin: auto;
	padding: 0;
}
img {
	max-width: 100%;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
}
a:active, a:hover {
	outline: 0 none;
}
.marg50 {
	margin-top: 50px;
}
.header_bottom {
    background-color: #263145;
}
.top_nav {
	background: #263145;
}
header.fixed {
	width: 100%;
	top: 0;
}

header.header-wrapper{ position:relative;}


section.inner_pages #root{

	-webkit-box-shadow: 6px 6px 8px rgba(77, 99, 115, 0.18);
box-shadow: 6px 6px 8px rgba(77, 99, 115, 0.18);


}

header.inner_header.fixed {
	background: none;
	position: fixed !important;
}
header.fixed .header_bottom .on_scroll, header.fixed .header_bottom .social {
	display: none
}
header.fixed .header_bottom .col-sm-8 {
	width: 100%;
}
header.fixed .header_bottom {
	background: rgba(255, 255, 255, 0.9);
	padding: 14px 0 7px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
header.fixed .call p span:first-child, header.fixed .call p span:nth-child(2) {
	border-right: 1px solid rgba(0, 0, 0, 0.2);
	margin: -8px 40px 0 0;
	padding-right: 35px;
	display: inline-block;
	vertical-align: top;
}
header.fixed .call p a {
	display: block;
	color: rgba(5, 82, 164, 1);
}
header.fixed .call p {
	color: #000;
	margin: 0;
}
header.fixed .call p span {
	margin: -8px 0 0 0;
	text-align: left;
	font-family: 'Poppins SemiBold';
	display: inline-block;
	vertical-align: top;
}
header.fixed .call p i, header.fixed .call p a {
	color: rgba(5, 82, 164, 1);
}
header.fixed .call {
	color: #fff;
	display: inline-block;
	width: auto;
	margin: 0;
}
header.fixed .btn_aid .btn_blue {
	background: rgba(5, 82, 164, 1);
	color: #fff;
}
.navbar-default {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
}
.navbar {
	float: left;
	width: 100%;
	min-height: 30px;
	margin: auto;
}
.navbar-nav {
	margin: auto;
	width: 100%;
	text-align: left;
}
header .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	display: block;
	padding: 10px 5px;
	text-transform: uppercase;
	line-height: 27px;
	font-size: 14px;
	outline: 0;
	text-decoration: none;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	position: relative;
	margin-left: 1px;
	border-right: 1px solid #3b475e;
}
.navbar-default .navbar-nav li:last-child a {
	border-right: 0;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav li a:hover, .navbar-default .navbar-nav li a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #232f43;
	background: #e0db35;
}
.menu-item-800 .dropdown-menu {
	min-width: 630px !important;
}
.dropdown-menu {
	background-clip: padding-box;
	background-color: rgba(5, 82, 164, 0.95);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: outside none none;
	margin: 0;
	min-width: 560px !important;
	white-space: normal;
	padding: 0;
	width: 100% !important;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
}
.navbar-default .navbar-nav .dropdown-menu li {
	float: left;
	width: 50%;
}
.navbar-default .navbar-nav .dropdown-menu li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-left: 0 none;
	border-right: 0 none;
	display: block;
	line-height: 32px;
	margin: 0;
	min-height: 60px;
	padding: 12px 20px 5px 10px;
	text-transform: capitalize;
	white-space: normal;
}
.menu-item a img {
	border: medium none;
	box-shadow: none;
	clear: left;
	display: inline;
	float: left;
	vertical-align: middle;
	width: auto;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: normal;
}
li.menu-item-404 ul, li.menu-item-206 ul, li.menu-item-606 ul {
	width: 250px !important;
	min-width: 250px !important;
}
li.menu-item-404 ul li, li.menu-item-206 ul li, li.menu-item-606 ul li {
	width: 100% !important;
}
.header_bottom {
	padding: 20px 0 0;
}
.btn_yellow {
	padding: 10px 25px;
	color: #232f43;
	background: #e0db35;
	display: inline-block;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-weight: bold;
}
.btn_aid .btn_yellow {
    margin: 0;
    font-weight: bold;
    font-size: 38px;
    background-color: transparent;
    color: #d8d334;
    font-family: 'Poppins SemiBold';
    padding: 17px 0px 2px;
}
.btn_blue {
    padding: 8px 32px;
    font-size: 16px;
    display: inline-block;
    color: #fff;
    background: #273246;
    text-transform: capitalize;
    font-weight: bold;
    margin-top: 30px;
}

.social ul, .social span {
	display: inline-block;
}
.social ul {
	margin-top: 10px;
}
.floating_social {
	position: fixed;
	left: 0;
	top: 45%;
	z-index: 999;
}
.social li {
	display: block;
	color: #fff;
	margin: 0 0 5px;
	text-align: center;
	clear: left;
}
.social ul li i {
	display: block;
	margin: 0;
	padding: 10px 8px;
	transition: all 0.4s ease-in-out 0s;
	-webkit-transition: all 0.4s ease-in-out 0s;
}
.social ul li i:hover {
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
}
.social ul li i.fa-facebook {
	background: #005397;
}
.social ul li i.fa-twitter {
	background: #00aedd;
}
.social ul li i.fa-linkedin {
	background: #005397;
}
.social ul li i.fa-google-plus {
	background: #dc4a38;
}
.social ul li i.fa-rss {
	background: #fe6e03;
}
.social span {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
}
.social i {
	color: #fff;
	font-size: 15px;
}
.btn_aid {
	text-transform: uppercase;
	margin-left: 15px;
}
.call {
	display: inline-block;
	width: 100%;
	text-align: right;
	margin-top: 15px;
	color: #fff;
}
.call p {
	color: #fff;
	font-size: 14px;
}
.call p span {
	margin: 0 0 0 18px;
	font-family: 'Poppins SemiBold';
}
.call p i {
	color: #e0db35;
	font-size: 16px;
	margin-right: 3px;
}
.call p a {
	color: #e0db35;
	font-size: 17px;
}
.carousel {
	height: 100%;
	width: 100%;
	float: left;
	z-index: 1;
}
a{
    color: inherit;
}
a.btn_blue:hover {
    background-color: #000;
    color: #fff;
}
/********banner ****/

.Medical_Assistant_banner {
    background-image: unset !important;
    background-color: #f5f3b6;
    min-height: 280px !important;
}

.Medical_Assistant_banner .page-title {
    text-align: center;
    color: #3a4456;
    margin-top: 20px;
}
.Medical_Assistant_banner .page-title h4 {
    margin-bottom: 15px;
    font-size: 30px;
    color: #3c3a3a;
}
.Medical_Assistant_banner .page-title p {
    margin: 15px 0px 0px;
    font-size: 18px;
    color: #000;
}
.Medical_Assistant_banner .page-title p strong {
    font-family: 'Poppins SemiBold';
    font-size: 28px;
    line-height: 36px;
    color: #263145;
}
.Medical_Assistant_banner .page-title h1.title {
    margin-bottom: 5px;
}

.page-title ul li img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
}
.page-title ul li:hover {
    background-color: #131212;
}
.page-title ul li {
    background-color: #263145;
    padding: 7px 17px;
    margin: 0px 10px;
    color: #fff;
    font-size: 14px;
    border-left: 5px solid #e0db35;
    border-right: 5px solid #e0db35;
    border-radius: 4px;
}
.page-title ul {
    display: flex;
    justify-content: center;
    margin-top: 9px;
}
ul.list_cnt li {
    background-color: #273246;
    margin: 0 10px;
    font-size: 20px;
    padding: 26px 20px;
    border-radius: 2px;
    color: #fff;
    background: linear-gradient(to bottom, #273246 0%,#303f5b 50%,#ffffff 50%,#273246 50%,#273246 100%);
    border: 1px solid #000;
}
.certification_ctn p {
    font-size: 18px;
    color: #fff;
    max-width: 80%;
}
ul.list_cnt li img {
    width: 45px;
    height: 45px;
}
ul.list_cnt li span {
    font-size: 55px;
    font-weight: 900;
    line-height: 31px;
}
ul.list_cnt {
   margin: auto;
    text-align: center;
}
ul.list_cnt li {
    display: inline-block;
    width: 34%;
    margin-top: 20px;
}
/**** footer ****/

.contact_info {
    background: #222222;
    padding: 30px 0;
    color: #fff;
}
footer {
    position: relative;
    z-index: 888;
}
.contact_info h3 {
    margin: 0 0 30px;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
}
.contact_info .accre_sec {
    width: 100%;
    background: #fff;
    padding: 15px;
    display: inline-block;
    margin-bottom: 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.contact_info .accre_sec p {
    color: #1f1f1f;
    padding-left: 75px;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
}
.contact_info .accre_sec p img {
    float: left;
    margin-left: -75px;
    margin-right: 15px;
}
.copyright {
    background: #e0db35;
    padding: 15px 0 3px;
    color: #1f1f1f;
    font-size: 16px;
}
.copyright ul li {
    display: inline-block;
    text-transform: uppercase;
}

.copyright ul li, .copyright ul li a {
    font-size: 16px;
    line-height: normal;
    color: #1f1f1f;
}
.copyright ul li i.fa-facebook {
    background: #005397;
}
.copyright ul li i.fa-twitter {
    background: #00aedd;
}
.copyright ul li i.fa-linkedin {
    background: #005397;
}
.copyright ul li i.fa-google-plus {
    background: #dc4a38;
}
.copyright ul li i.fa-rss {
    background: #fe6e03;
}
.copyright ul li i {
    display: block;
    margin: 0;
    padding: 8px 10px;
    color: #fff;
    width: 34px;
    text-align: center;
}
/*** call to action***/

section.call_to_action {
    padding: 50px 0px;
    background-color: #d8d334;
}
ul.call_action {
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px;
}

ul.call_action li i {
    color: #fff;
    margin-right: 5px;
}
ul.call_action li {
    background-color: #273246;
    margin: 0px 10px;
    color: #fff;
    padding: 20px 40px;
    border-radius: 37px;
    border-bottom: 3px solid #a49f0d;
    font-size: 18px;
}
ul.call_action li:hover {
    background-color: #000;
    color: #fff;
}
ul.call_action li:hover i{
    color: #fff;
}
/****** Medical Assistant landing page *****/

section.medical_assistant_section {
    background-image: url(../images/nymed_bg-2.jpg);
    padding: 50px 0px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.right_medical_assistant {
    background-color: #fff;
}
.right_medical_assistant form {
    padding: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1), 0 2px 40px rgba(0, 0, 0, .15);

}
.right_medical_assistant form #input_type {
    width: 100%;
    margin-bottom: 15px;
    box-shadow: inset 0 3px 7px rgba(0,0,0,.1);
    border: 1px solid #ddd;
    padding: 11px 17px;
    color: #6a6a6a;
	background: #FFF;
    border-radius: 3px;
    height: 46px;
}
.right_medical_assistant form p {
    background-color: #e9e9e9;
    padding: 20px;
    font-size: 11px;
    line-height: 19px;
}
.right_medical_assistant h2 {
    background-color: #e0db36;
    text-align: center;
    padding: 25px;
    margin: 0px;
    font-size: 25px;
}
.inner_medical_content p {
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    display: flex;
}
.inner_medical_content h2 {
    color: #e0db35;
    font-size: 35px;
    line-height: 51px;
}
.inner_medical_content p img {
    margin-right: 22px;
}
.right_medical_assistant form button.btn-style {
    width: 100%;
    border: 0px;
    padding: 20px 0px;
    background-color: #273246;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.radio_btn {
    margin-left: 16px;
    margin-bottom: 20px;
}
.radio_btn p {
    background-color: transparent !important;
    padding: 0px !important;
    font-size: 18px !important;
}
.right_medical_assistant form p input {
    margin-right: 10px;
}
.right_medical_assistant form button.btn-style:hover {
    background-color: #d9d434;
    color: #273246;
}
.right_article_content p {
    font-size: 18px;
    line-height: 35px;
}
section.medical_article {
    padding: 50px 0px;
    background-color: #fff;
}
.article_content h2 {
    line-height: 40px;
    color: #273246;
}
section.certifications.padd-row {
    padding: 50px 0;
    background-color: #f6f6f6;
    background-image: url(../images/Certifications-bg-1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
section.certifications h2 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 25px;
}
.certification_ctn p {
    font-size: 18px;
    color: #fff;
}
.certification_ctn ul li {
    font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.certification_ctn ul li i {
    background-color: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    margin-right: 15px;
    color: #0552a4;
    font-size: 13px;
    line-height: 27px;
    text-align: center;
}
section.training_section.padd-row {
    padding: 50px 0px;
    background-color: #ffffff;
}
.training_content_sec {
    text-align: center;
    background-color: #fff;
    box-shadow: 1px 1px 21px 1px #ececec;
    height: 100%;
    padding: 20px;
    transition: all ease 1s;
}
.training_content_sec:hover {
    transform: scale(1.1);
    transition: all ease 1s;
}
.training_content_sec h2 {
    color: #0552a4;
    margin-bottom: 25px;
    font-size: 20px;
    margin: 15px 0px;
}
.training_content_sec p {
    font-size: 16px;
    line-height: 32px;
}
.training_content_sec img {
    margin: 12px 0px;
}
section.medical_assistant_program.padd-row {
    padding: 50px 0px;
    background-image: url("../images/nymed_bg_last.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.assist_pg h3 {
    color: #fff;
    line-height: 31px;
}
.assist_pg p {
    display: inline-block;
}
.assist_pg h3 a {
    color: #e0db35;
    margin-top: 20px;
    display: inline-block;
}
.assist_pg h2 {
    font-size: 31px;
    margin-bottom: 20px;
}

.our_staff, .our_instr {
    padding: 40px 0;
    margin-bottom: 0;
}
.our_staff .desc_col {
    width: 100%;
}
.our_staff .desc_col p a {
    color: #fff;
    font-weight: 100;
    font-family: 'OpenSans';
    font-size: 14px;
    margin: 0;
}
.our_staff .desc_col {
    min-height: 90px;
}
.our_staff .desc_col h4 {
    font-size: 14px;
    margin-top: 6px;
}
.our_staff ul li > h3 {
    margin-bottom: 26px;
}
section.medical_article .row {
    background-color: #fff;
    padding: 40px;
    box-shadow: 1px 1px 21px 1px #ececec;
    border-radius: 15px;
}
.article_content img {
    position: relative;
    box-shadow: -10px 10px 0px 0px #d8d334;
    margin-top: 45px;
}
.article_content img:after
{
    content: "";
    display: block;
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    bottom: -12px;

}
.certification_ctn {
    position: relative;
}
img.Certification_img {
    position: absolute;
    top: -19px;
    width: 171px;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8901960784313725);
    text-align: center;
    border-radius: 100%;
    padding: 20px;
    border: 6px solid #d8d334;
    right: 0px;
}
section#text-2 {
    text-align: center;
}
section#text-2 p i {
    display: block;
    font-size: 19px;
    background-color: #e0db35;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 52px;
    border: 1px solid #e3dd28;
    color: #222222;
    margin-bottom: 20px;
}
section.call_to_action h2 {
    font-size: 50px;
    color: #273246;
}
section.testimonial {
    padding: 50px 0px;
}
/**** testimonial ****/
li.service-slide {
    background-color: #fff;
    margin: 0 10px;
    padding: 34px;
    box-shadow: 1px 1px 5px 0px #d9d9d9;
    text-align: center;
}
.service-box-cnt h4 {
    margin-bottom: 15px;
}
.testimonial button.slick-arrow, .our-services button.slick-arrow {
    background: #e1db2e;
    width: 37px!important;
    height: 38px !important;
    z-index: 99;
    margin-top: 0;
    transform: translateY( -50%);
}

.testimonial .slick-prev, .our-services .slick-prev {
    left: -35px !important;
}
.testimonial .slick-next, .our-services .slick-next {
    right: -35px !important;
}
.testimonial button.slick-prev.slick-arrow:after, .our-services button.slick-prev.slick-arrow:after {
    margin: 0 auto;
    content: "\f104";
    text-align: center;
    font-size: 27px;
    font-family: FontAwesome;
    color: #273246;
    line-height: 38px;
}
.testimonial button.slick-next.slick-arrow:after, .our-services button.slick-next.slick-arrow:after {
    margin: 0 auto;
    content: "\f105";
    text-align: center;
    font-size: 27px;
    font-family: FontAwesome;
    color: #273246;
    line-height: 38px;
}
.slick-prev:before, .slick-next:before{
    display: none;
}
/**** index-2 ****/

.traing_img {
    display: inline-block;
    float: left;
    width: 20%;
    text-align: center;
}
.trng_ctn {
    display: inline-block;
    float: left;
    width: 80%;
}

.trng_ctn h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.training_sec {
    margin-bottom: 15px;
    display: inline-block;
}
.trng_ctn.trt {
    padding-left: 8px;
}
.col-md-7.mbile-view {
	display: none;
}
.col-md-7.mbile-view {
	display: none;
}
   
@media only screen and (max-width: 767px) {
.col-md-7.mbile-view {
	display: block;
	margin: 20px 0 0;
}
.col-md-7.desktop-vw {
	display: none;
}    
.btn_aid .btn_yellow {font-size: 21px;padding: 15px 0px 0px;}
.call p a {font-size: 14px;}    
.Medical_Assistant_banner .page-title h1.title {font-size: 22px;}
.Medical_Assistant_banner .page-title h4 {font-size: 20px;}
.Medical_Assistant_banner .page-title p strong {font-size: 18px;line-height: 25px;display: inline-block;}   .inner_medical_content h2 {font-size: 25px;	line-height: 38px;	margin: 0 0 15px;}
.right_medical_assistant h2 {padding: 18px;font-size: 20px;}
.right_medical_assistant form {padding: 20px 15px;}  
section.call_to_action h2 {font-size: 30px;}    
ul.list_cnt li {width: 90%;}    
section.medical_article .row {padding: 15px;}    
.article_content img {margin-top: 25px;margin-bottom: 20px;}
li.service-slide {margin: 0 25px;padding: 15px;}    
   
.testimonial button.slick-arrow{
width: 30px !important;height: 30px !important;
}     
.testimonial button.slick-prev.slick-arrow::after, .testimonial button.slick-next.slick-arrow::after{line-height: 30px;}   
.testimonial .slick-prev {left: -11px !important;}  
.testimonial .slick-next{right: -11px !important;}   
img.Certification_img {position: relative;top: -22px;}  
    
    
}