/*==============================================================================

================================================================================
*/
html, body
  {font-family: 'Raleway', sans-serif;}
a {transition: all 0.3s ease 0s;text-decoration:none}
/*==========================
00.preloader
============================*/
#css3-spinner-svg-pulse-wrapper {
	/* position: absolute;
	overflow: hidden;
	width: 260px;
	height: 210px;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -130px;
	background-color: transparent;
	animation: none;
	-webkit-animation: none; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background:#fff;
}
.preloader_p {
  position: fixed;
  top: 70%;
  left: 49%;
  width: 100%;
  height: 100%;
  color: #0E4675;
  font-weight: bold;
}
#css3-spinner-svg-pulse {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -105px;
	margin-left: -275px;
}

#css3-spinner-pulse {
	stroke-dasharray: 281;
	-webkit-animation: dash 5s infinite linear forwards;
}

/*Animation*/
@-webkit-keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}

@keyframes dash {
	from {
		stroke-dashoffset:814;
	}

	to {
		stroke-dashoffset:-814;
	}
}
/*==========================
1.footer bottom AREA
============================*/
.header_top_area {
  background-color: #cd212d;
  color: #fff;
  padding: 19px 0;
}
.phone_area, .mail_area {
  color: #fff;
  float: left;
  margin-right: 80px;
}

.header_top_left .fa {

  font-size: 13px;
  margin-right: 12px;
  margin-top: 1px;
}
.phone_area p,.mail_area > a  {
  color: #fff;
  display: inline-flex;

  margin: 0;
  text-decoration: none;
  padding-left: 6px;
}
.mail_area > a {
  font-family: Raleway;
}
.mail_area > a:hover {
  color: #0E4675;
}
.header_top_right {
  float: right;
}
.multi_language {
  float: left;
  margin-left: 53px;
  color: #b1b1b1;
}
.social_area {
  float: left;
}
.social_area a {
  color: #FFF;
  padding-left: 15px;
}
.social_area a:hover {
  color: #0E4675;
}

.header_top_dropdown {
  color: #FFF;
}
.header_top_dropdown:hover {
  color: #FFF;
}

.multi_language a {
  text-decoration: none;
}
.multi_language a:active {
 color: #0e4675;
}

.multi_language ul li {
  position: relative;
}
.lang-btn {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}
/*==========================
2.NAVBAR
============================*/
.navbar-links {

  font-size: 1.2rem ;
}

.navbar-links  li {
  padding-right: 8px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #0E4675;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #0E4675;
}
/*====================
3.SLIDER AREA
======================*/
.slider_button1 {
  border-color: #FFF;
}
.slider_button1:hover {
  color: #fff !important;
}
.lfb:hover {
  background: #00AEEF none repeat scroll 0 0 !important;
}
.lfb:hover a.sw {color:#fff!important }
.main-slider .bullet {
  display: none;
}
.main-slider .tp-leftarrow::after {
  content: "\f104";
  font-family: fontawesome;
  font-size: 70px;
  left: 55px;
  position: absolute;
  top: 0;
  color: #fff;
}
.main-slider .tp-rightarrow::after {
  color: #fff;
  content: "\f105 ";
  font-family: fontawesome;
  font-size: 70px;
  position: absolute;
  right: 55px;
  top: 0;
}
/*====================
4.our services area
======================*/
.our_services_area{
  padding-top: 30px;
}
.ourService_heading{
  padding: 25px 0px;
  font-weight: bold;
  color: #0E4675;
  transform: skewX(-10deg);
}
.p_heading{
  font-size: 1.2rem;
  color: rgba(0,0,0,.5);
  margin-bottom: 40px;
}
.our_services_area p > a {
  color: rgba(0,0,0,.5);
  text-decoration: none;
  font-size: 1.1rem;
}
.our_services_area a > img {
  padding-bottom: 15px;

}
.our_services_area p > a:hover{
  color: #0E4675;
  font-weight: 400;
}
.ourDoctors_heading {
  padding: 5px 0px 20px 0px;
  font-weight: bold;
  color: #0E4675;
  transform: skewX(-10deg);
}
.doctors_title {
  color: #0E4675;
  font-weight: bold;
}
.doctor_card_text {
  color: rgba(0,0,0,.5);
}
.doctor_position {
  color: #CD212D;
}
.main-btn{
  background-color: transparent;
  border: 2px solid #FFF;
  border-radius: 50px;
}
.main-btn:hover, .main-btn:focus {
  background-color: #0E4675;
  border: 2px solid #FFF;
}
.overlay_card_title {
  color: #FFF;
  font-weight: bold;
  padding-top: 50%;
}
.overlay_card_text {
  color: #FFF;
  padding: 25px 0px;
}
.doctors_img {
  width: 70%;
  padding: 20px 20px 0px 20px;
}
.home_card {
    display:unset;
}
/*====================
5..Physician Education area {
======================*/
.Physician_Education_Area {
  background-color: #f1f2f6;
}
.Physician_Education_heading {
  padding: 50px 0px 20px 0px;
  font-weight: bold;
  color: #0E4675;
  transform: skewX(-10deg);
}
.main-btn2 {
 background-color: #CD212D;
 border: 1px solid #CD212D;
 border-radius: 50px;
}
.main-btn2:hover , .main-btn2:focus {
  background-color: #0E4675;
  border: 1px solid #FFF;
}
.Physician_Education_footer {
  margin-right: 115px;
  padding: 30px 0px 22px 0px;
}
.Physician_Education_Area iframe{width:560px; height:315px;}
/*=========================
6.FOOTER TOP AREA
===========================*/
.footer_top_area {
  background: #aeaeae none repeat scroll 0 0;
  color: #fff;
  padding-bottom: 5px;
  padding-top: 40px;
}
.footer_logo img {
  margin-bottom: 8px;
}
.footer_top_area p {
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
.footer_logo > h2 {
  margin-bottom: 13px;
  margin-top: 25px;
}
.office_time > p {
  margin: 0;
  text-transform: uppercase;
}
.footer_top_area h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_top_area ul li {
  border-bottom: 1px solid #fff;
  margin-top: 18px;
  padding-bottom: 18px;
}
.footer_top_area ul li:last-child {
  border: none;
}
.footer_top_area ul li a {
  color: #FFF;
  display: block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer_top_area ul li a:hover{
  color: #0E4675;
  text-decoration: none;
  transition: all 0.4s ease 0.1s
}
.qlink > h2 {
  margin-bottom: 4px;
}
.f_left {
  float: left;
  width: 100px;
}
.f_right {
  float: right;
  width: 100px;
}
.qlink {
  margin-top: 64px;
  overflow: hidden;
}
.f_top_right {
  margin-top: 64px;
  overflow: hidden;
}
.email {
  width: 140px;
  float: right;
}
.emergency {
  float: left;
  width: 166px;
  margin-left: 40px;
}
.address {
  float: left;
  width: 142px;
}
.emergency span {
  margin-right: 16px;
}
.email a {
  color: #FFF;
}
.email a:hover , .email a:focus {
  color: #0E4675;
}
.tweets {
  margin-top: 20px;
}
.left_twet {
  float: left;
  width: 235px;
}
.right_twet {
  width: 235px;
  float: right;
}
/*=========================
7.FOOTER AREA
===========================*/
.footer_area p {
  color: #fff;

  font-size: 14px;
  margin: 0;
}
.footer_area {

  padding: 30px 0;
  text-align: center;
}
.footer_area a {
  color: #fff;
}
.footer_area a:hover {
  color: #53cdfa !important;
}
.footer_area span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 6px;
}
.footer_menu a {
  color: #E3E3E3;
}
/* .footer_poweredBy {
  background-color: #4d4d4d;
} */
.footer_poweredBy p {
  margin-bottom: 0px;
  padding: 15px 0px 5px 0px;
  color: #FFF;
}
.footer_poweredBy p > a {
  color: #0171bb;
  font-weight: bold;
}
.footer_poweredBy p > a > span {
  color: #f16321;
}
.footer_poweredBy p > a:hover {
  text-decoration: none;
}
/*=========================
8.scroll to top
===========================*/
/* Image style */
#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;    /* Width of image */
    height: 38px;   /* Height of image */
    border: 0.5px solid #FFF;
    border-radius: 50px;
    text-align: center;
    opacity: 0.7;
}
#scrollUp:hover {
  opacity: 1;
}
.banner_nav {
  padding: 1rem 1rem;
  height: 175px;
  text-align: center;
  background-color: #e9ecef;
  color: #6c757d;
}
.title_heading {
    font-weight: bold;
    color: #0E4675;
    transform: skewX(-10deg);
}
/*=========================
8.Our Doctor page
===========================*/
.full_doctor {
  padding-top: 80px;
}
.doctor_experience {
  background-color: #0E4675;
  color: #FFF;
  width: 210px;
  height: 37px;
  padding: 7px;
}
.doctor_bio {
  color: #6c757d;
}
.doctor_title {
  background-color: #0E4675;
  color: #FFF;
  padding: 10px;
  font-size: 0.9rem;
  height: 60px;
  width: 45%;
  margin-left: 27%;
}
.doctor_title-small {
  background-color: #0E4675;
  color: #FFF;
  font-size: 0.7rem;
  padding: 7px;
  height: 50px;
  width: 80%;
  margin-left: 12%;
}
.doctor-title-small {
  color: #6c757d;
}
.full_doctor_img {
    width:57%;
    padding: 0px 20px 20px 20px;
}
.doctor_card_img {
  width: 45%;
}
.doctors_card_p {
  width: 60%;
  color: #6c757d;
  padding: 15px 0px 15px 0px;
  margin-left: 20%;
}
/*=========================
9.Our services page
===========================*/
.service_top_area {
  padding: 15px;
}
.serviceHead {
  padding-top: 80px;
  color: #0E4675;
  font-weight: 500;
}
.service_icon_title {
  color: #0E4675;
  padding-top: 15px;
}
.service_describtion {
  color: #6c757d;
}
/*=========================
9.about us page
===========================*/
.about_page_top {
  padding-top: 50px;
}
.about_page_bottom {
  text-align: center;
  padding-bottom: 50px;
}
.title_heading_icon {
  padding: 15px 10px;
  color: #6c757d;
}
.about_page_top span  {
  color: #CD212D;
  display: inline;
  padding: 30px;
}
/*=========================
9.Contact Us page
===========================*/
.map_area {
  padding: 30px 0px;
}
.contact_info_page {
  text-align: center;

}
.contact_links {
  color: #6c757d;
}
.contact_links:hover {
  color: #0E4675;
  text-decoration: none;
}
/*=========================
10.Physician Education page
===========================*/
.page_underconstraction {
  text-align: center;
  padding: 40px 0px;
}
.VideoFrame {
  border: 2px solid #EBEBEB;
  margin-bottom: 25px;
}
.video_description {
  color: rgba(0,0,0,.5);
  text-align: left;
}
.video_title {
  color: #0E4675;
  font-weight: bold;
  text-align: left;
}
.video_info {
  padding: 30px 20px ;
}
.video_auther {
  color: #CD212D;
  font-size: 0.8rem;
  padding-top: 8px;
}
.page-link {color: #0E4675;
}
.page-link:hover {
  color: #FFF;
  background-color: #0E4675;
}
/*=========================
11.gallery page
===========================*/
.banner_nav_gallery {
  padding: 3rem 1rem;
  height: 175px;
  text-align: center;
  background-color: #e9ecef;
  color: #6c757d;
}
.image_section {
  padding: 50px 0px;
}

.btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.btn_careers:focus {
  box-shadow: none;
}
.p_career {
  margin-top: 25px;
  font-size: 1.3rem;
  color: rgba(0,0,0,.5);
}


/*=========================
12.Website Media Query
===========================*/
 /* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px){
  iframe {width: 300px; height: 280px;}
  .overlay_card_title {padding-top: 50%;}
  .title_heading {font-size: 1.1rem;}
  .banner_nav {padding: 0rem 0.3rem;}
  .title_heading_icon{font-size: 0.8rem;}
  .about_page_top span{padding: 15px;}
  .doctor_title {height: 70px;}
  .doctors_img {width:50%;}
  .card {border:none;}
 }

    /* Medium devices (tablets, 768px and up) */
 @media (min-width: 768px) and (max-width: 1199px) {
  iframe {width: 300px; height: 280px;}
 }
