/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Roboto:wght@300;400;500;700;900&display=swap');
/* Start Global css */
html{
	font-size: 62.5%
}
body{	
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
	font-weight: 400;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0;
	padding: 0;
	line-height:1;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600 !important;
}
ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul li a,a{
	text-decoration: none;
}
a{
	font-family: 'Roboto', sans-serif;
	font-weight: 500 !important;
}
p{
	line-height: 25px!important;
}
img{
	width: 100%;
	height: auto;
}
.p80{
	padding: 80px 0;
}
.p70{
	padding: 80px 0;
}
.p60{
	padding: 60px 0;
}
button,button:hover{
	outline: none;
	border: none;
	background-color: transparent !important;
}
.fbc{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_main_area {
	background: #EEF8FF;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.mean-bar {
	position: sticky !important;
	top: 0;
}
.header_area ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.logo img{
	max-width: 220px;
}
.header_area ul li a {
	text-transform: uppercase;
	padding:40px 15px;
	display:block;
	font-size: 15px;
	color: #000000;
}
.header_area ul li a  span{
	margin-left: 5px;
	display: none;
}
.mobile_view_logo{
	margin: 8px;
}
.mobile_view_logo img{
	width: 180px;
}
.mean-nav ul li a span{
	display: none;
}
/* End Global css */
/*Start Header Information */
.header_information_section{
	background: #01b2f7;
	padding: 6px 0 ;
}
.header_info_left p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.mean-nav ul li ul li{
	background-color:#356a93;
}
.header_info_left p span {
	font-size: 16px;
	display: inline-block;
	margin-right: 8px;
}
.header_info_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_info_right ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_info_right ul li a{
	font-weight: 500;
	font-size: 14px;
	line-height: 19px;
	margin-left: 16px;
	color: #EEF8FF;  
	display: -webkit-box;  
	display: -ms-flexbox;  
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header_info_right ul li a span {
	font-size: 16px;
	display: inline-block;
	margin-right: 8px;
}
.login_top_btn{
	margin-left: 32px;
}
.login_top_btn a {
	border: 1px solid #EEF8FF;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	padding: 6px 16px;
	display: inline-block;
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.login_top_btn a:hover{
	background-color: white;
	color: black;
}
/*End Header Information */
 
.book_an_appoint_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.book_an_appoint_btn span {
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	display: inline-block;
	padding: 7px 13px;
	color: #EEF8FF;
	background: #01b2f7;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
	border: 1px solid transparent;
	text-transform: uppercase;
      }
.book_an_appoint_btn span:hover{
	background-color: transparent;
	color: black;
	border: 1px solid #01b2f7;
}
.shear_social_link {
	position: absolute;
	right: 10px;
	top: 50%;
	overflow: hidden;
	z-index: 999;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.shear_social_link ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.shear_social_link ul li a{	
	background: #01b2f7;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width:44px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 10px 0px 0px 10px;
}
.shear_social_link ul li a i{
	font-size: 30px;
	color: white;
}
.facebook span,.twitter span,.instagram span{
	display: none;
}
.facebook:hover,.twitter:hover,.instagram:hover{
	width:140px;
}
.facebook:hover span,.twitter:hover span,.instagram:hover span{
	display: block;
}
.shear_social_link ul li a span{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-left: 9px;
	color: #FFFFFF;
}
.home_filup_form .edit_input_item input[type="submit"]{
	width: 100% !important;
}
/* End Menu */
/* Start hero Slider_1 */
.hero_slider_slider_1{
	position: relative;
}
.hero_slider_item{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hero_slider_item_overly {
	height: 100%;
	width: 100%;
	padding: 170px 0;
	background: rgba(42, 101, 192,0.5);
}
.hero_slider_text{
	max-width: 605px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.hero_slider_text h1 {
	font-size: 40px;
	text-align: center;
	color: #EEF8FF;
	margin-bottom: 50px;
	line-height: 45px;
}
.hero_slider_1_btn a,.btn {
	font-weight: 600;
	font-size: 16px;
	color: #EEF8FF;
	display: inline-block;
	padding: 10px 45px;
	
	border-radius: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.hero_slider_1_btn a{
	background: #01b2f7;
}
.btn{
	background: #01b2f7;
}
.hero_slider_1_btn a:hover,.btn:hover{
	background-color: white;
	color: #01b2f7;
}
.hero_slider_slider_1 .owl-dots button.owl-dot span,.slider_outter_box .owl-dots button.owl-dot span{
    width: 16px;
    height: 16px;
    background:white;
}
.hero_slider_slider_1 .owl-dots button.owl-dot.active span,.slider_outter_box .owl-dots button.owl-dot.active span{
    width:16px;
    height: 16px;
    background: #01b2f7;
    border: 2px solid white;
    outline: 2px solid #01b2f7;
}
.hero_slider_slider_1 .owl-dots,.slider_outter_box .owl-dots {
    margin-top:0px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
}
/* End hero Slider_1 */
/* Start Wedo */
.we_do_area{
	overflow-x: hidden;
}
.section_heading{
	/* font-family: 'Roboto', sans-serif; */
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.section_heading h1 {
	font-size: 30px;
	color: #333;
	margin-bottom: 15px;
	/* font-family: 'Roboto', sans-serif; */
      }
.section_heading p {
	font-size:16px;
	text-align: center;
	color: #2B3035;
	font-weight: 500;
}
.we_do_items{
	border: 1px solid #01b2f7;
	border-radius: 5px;
	position: relative;
	padding: 16px 8px;
	margin-top:80px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
 
.we_do_items_icon{
	position: absolute;
	 
	left: 0;
	right: 0;
	width: 75px;
	height: 75px;
	top: -46px;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	border-radius: 50%;
	background: #EEF8FF;
}
.we_do_items:hover .we_do_items_icon{
	background:#b2d1e8;
}
.we_do_item_cont{
	text-align: center;
}
.we_do_item_cont h3 {
	margin-top:35px;
	font-size: 22px;
	color: #01b2f7;
}
.we_do_item_cont p{
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	color: #5A646C;
	padding: 15px 0;
}
 
.we_do_items:hover{
	-webkit-box-shadow: rgba(37, 37, 216, 0.3) 0px 7px 29px 0px;
	        box-shadow: rgba(37, 37, 216, 0.3) 0px 7px 29px 0px;
}
/* End Wedo */
/* Start Healt conter */
.healt_history_area{
	background: #01b2f7;
}
.helt_history_cont h1{
	font-size:32px;
	color: #EEF8FF;
	width:100%;
	line-height: 45px;
}
.helt_history_cont{
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.helt_history_count{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.helt_history_conut_item{
	margin-left: 50px;
}
.helt_history_conut_item:first-child{
	margin-left: 0;
}
.helt_history_conut_item p{
	font-weight: 600;
	font-size:28px;
	text-align: center;
	color: #EEF8FF;
	padding: 8px 0;
}
/* End Healt conter */
/* Start leatest_news_area */
.leatest_news_area{
	background: #EEF8FF;
}
.section_heading{
	margin-bottom: 56px;
}
.we_do_area .section_heading{
	margin-bottom: 0;
}
.lates_news_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	height: 100%;
}
.lates_news_thum{
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
}
.lates_news_thum img{
	height: 100%;	 
	border-radius:10px;
}
.lates_news_cont{
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 24px 32px;
	background-color: white;
}
.lates_news_cont h4 {
	font-size: 22px;
	color: #333333;
	line-height: 32px;
}
.lates_news_cont p {
	font-size: 16px;
	color: #5A646C;
	padding: 15px 0;
}
.lates_news_cont a span{
	margin-left: 10px;
	color: #01b2f7;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.lates_news_cont a:hover span{
	margin-left:20px;
	color: white;
}
/* End leatest_news_area */
/* Start doctor_slider_area */
.doctor_slider_area .section_heading p{
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #666666;
}
.doctor_slider_item{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border:2px solid transparent;
	cursor: pointer;
	overflow: hidden;
}
.doctor_slider_item:hover {
	border: 2px dashed #01b2f7;
}

.doctor_slider_item:hover img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.doctor_slider_item img{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.doctor_bio{
	text-align: center;
}
.doctor_bio h4 {
	font-size: 22px;
	margin-bottom: 8px;
	color: #333333;
	margin: 16px 0;
}
.doctor_bio span {
	font-size: 15px;
	color: #333333;
	font-weight: 600;
}
.doctor_slider_out .owl-dots button.owl-dot span {
    width: 12px;
    height: 12px;
    background: #90ACF7;
}
.doctor_slider_out .owl-dots button.owl-dot.active span {
    width:12px;
    height: 12px;
    background: #01b2f7;
}
.doctor_slider_out .owl-dots {
	margin-top:25px !important;
}
.doctor_slider_out .owl-nav .owl-prev,.doctor_slider_out .owl-nav .owl-next {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 21%;
	background-color: rgba(42, 101, 192, 0.7) !important;
	z-index: 9;
	border-radius: 50%;
}
.doctor_slider_out .owl-nav .owl-prev{
	left: 0px;
}
.doctor_slider_out .owl-nav .owl-next{
	right:0px;
}
.doctor_slider_out .owl-nav .owl-prev i,.doctor_slider_out .owl-nav .owl-next i{
	font-size: 18px;
	color: white;
}
.doctor_slider_out .owl-dots button{
	margin: 0 5px;
}
/* End doctor_slider_area */
/* Start testimonial_area */
.testimonial_area{
	background: #EEF8FF;
}
.testimonial {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.testimonial_left{
	width: 40%;
}
.testimonial_left img{
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.testimonial_right{
	width:60%;
}

.testimonial_slide_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.testimonial_slide_item img{
	width: 456px !important;
}
.testimonial_cont{
	margin-left:35px;
	background-color: #EEF8FF;
	margin-right:35px;
}
.testimonial_cont h1{
	color: #040506;
	font-size:32px;
	line-height: 40px;
}
.testimonial_cont h3 {
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 16px;
	color: #040506;
}

.testimonial_cont p{
	font-size: 16px;
	color: #5A646C;
}
.testimonial_cont h6 {
	font-size: 22px;
	margin-top: 32px;
	margin-bottom: 10px;
	color: #040506;
}
.testimonial_slider_inneer .owl-nav .owl-prev i,.testimonial_slider_inneer .owl-nav .owl-next i{
	font-size:30px;
	color: #062360;
	margin-top: 56px;
}
.testimonial_slider_inneer .owl-nav .owl-prev{
	position: absolute;
	left:10%;
	bottom: 5%;
}
.testimonial_slider_inneer .owl-nav .owl-next{
	position: absolute;
	left:auto;
	right: 10%;
	bottom: 5%;
}
/* End testimonial_area */
/* Start Ask_ques_area */
.ask_left h1 {
	font-size:32px;
	color: #040506;
}
.ask_left p {
	font-size: 16px;
	color: #5A646C;
	padding: 32px 0;
}
.ask_left a{
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: #01b2f7 ;
	padding-bottom: 3px;
	border-bottom: 4px solid #01b2f7 ;
}
.w3s_accordion {
	background: #ECF2FE;
	border-radius: 8px;
	padding: 16px;
	display: block;
	-webkit-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	font-weight:600;
	font-size: 16px;
	cursor: pointer;
	line-height: 150%;
	color: #666666;
	width: 100%;
  }
  .accordion_inner{
	padding: 15px 0;
	font-size: 15px;
  }
  .ask_items{
	margin-bottom: 16px;
  }
  .ask_items:last-child{
	margin-bottom: 0;
  }
  .active_ask, .w3s_accordion:hover {
	background-color: #ECF2FE;
  }
  
  .w3s_accordion:after {
	content: '\002B';
	color: #777;
	font-weight: bold;
	float: right;
	font-size: 28px;
  }
  
  .active_ask:after {
	content: "\2212";
  }
  .w3s_accordion span {
	width: 88%;
	display: inline-block;
}
  .accordion_content {
	padding: 0 18px;
	background-color:#01b2f7;
	max-height: 0;
	overflow: hidden;
	color: white;
	-webkit-transition: max-height 0.2s ease-out;
	-o-transition: max-height 0.2s ease-out;
	transition: max-height 0.2s ease-out;
  }
  
/* End Ask_ques_area */
/* Start Subscribe_area */
.Subscribe_area{
	background: #01b2f7;
	border-radius: 5px;
}
.subscript_text h1 {
	font-size: 32px;
	color: #EEF8FF;
	margin-bottom: 10px;
	width: 80%;
}
.subscript_text p {
	font-size: 18px;
	color: #BCD7EB;
	font-weight: 500;
}
.sub_input_items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack:end;
	    -ms-flex-pack:end;
	        justify-content:flex-end;
}
.sub_input_item input::-webkit-input-placeholder{
	font-size: 16px;
	line-height: 22px;
	color: #939393;
}
.sub_input_item input::-moz-placeholder{
	font-size: 16px;
	line-height: 22px;
	color: #939393;
}
.sub_input_item input:-ms-input-placeholder{
	font-size: 16px;
	line-height: 22px;
	color: #939393;
}
.sub_input_item input::-ms-input-placeholder{
	font-size: 16px;
	line-height: 22px;
	color: #939393;
}
.sub_input_item input::placeholder{
	font-size: 16px;
	line-height: 22px;
	color: #939393;
}
.sub_input_item input {
	width: 100%;
	border: 1px solid #EEF8FF;
	border-radius: 5px;
	padding: 12px;
	background: white;
}
.sub_input_item input[type="submit"] {
	background: #01b2f7;
	border: 1px solid #EEF8FF;
	border-radius: 5px;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	padding:10px 40px;
	color: #EEF8FF;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: auto;
	margin-left: 10px;
}
.sub_input_item input[type="submit"]:hover{
	background:white;
	color: black;
}
/* End Subscribe_area */
/* Start Footer */
.footer_main_area{
	background: #012156;
	background-image: url(../images/footer-shape.png);
	padding-top:80px;
	border-bottom: 1px solid white;
	position: relative;
	z-index: 99;
}
.footer_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	border-bottom: 1px solid #EEF8FF;
	padding-bottom: 35px;
}
.footer_items h5 {
	font-size: 24px;
	line-height: 22px;
	color: #EEF8FF;
	margin-bottom: 20px;
	border-bottom: 2px dashed white;
	padding-bottom: 20px;
}
.footer_items:first-child h5{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.footer_items h5 img{
	max-width: 226px;
}
.footer_items p {
	font-size: 16px;
	line-height: 27px;
	color: #EEF8FF;
	max-width: 265px;
	width: auto;
	margin-top: 20px;
      }
.social_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top:24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.social_menu ul li a {
    margin-right: 24px;
    height: 25px;
    width: 25px;
    display: inline-block;
}
.social_menu ul li a i {
    color: white;
    font-size: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.social_menu ul li a i:hover{
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}
.footer_items ul li a{
	font-weight: 500;
	font-size: 16px;
	line-height: 27px;
	color: #EEF8FF;
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.footer_items ul li a:hover {
	color: #f7f0f0;
}
.footer_items ul li a span {
    margin-right: 6px;
    font-size: 12px;
}
 
.copy_right {
	margin-top: 43px;
}
.copy_right p {
	font-size: 16px;
	line-height: 150%;
	color: #333;
	padding: 20px 0;
	text-align: center;
	margin: 0 auto;
	background: white;
	-webkit-clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
	max-width: 450px;
	width: 100%;
}
.copy_right p a{
	color:#01b2f7;
}
/* End Footer */
/* Start login page */
.page_info_banner {
	background-position: 100% 54%;
	background-size: cover;
}
.page_info_banner_effect {
	text-align: center;
}
.page_info_text h1{
	font-size: 40px;
	color: #EEF8FF;
}
.login_center{
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 100%;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.login_thum,.login_form{
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}
.login_form{
	padding: 40px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 5px;
	background: rgba(188, 215, 235,0.6);
	height: 100%;
}
.login_form label{
	font-size:15px;
	line-height: 38px;
	color: #333;
}
.login_form input{
	margin:6px 0;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	padding: 12px;
	border: none;
	border-radius: 3px;
	width: 100%;
}
.login_items_login{
	position: relative;
}
.pass_icon{
	position: absolute;
	right: 0;
	top: 0;
}
.login_form input[type="submit"]{
	background: #01b2f7;
	border-radius:5px;
	font-weight: 600;
	font-size:15px;
	border: none;
	outline: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #FFFFFF;
}
.login_form input[type="submit"]:hover{
	background-color: #01b2f7;
}
.singup_btn {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #333;
	margin-top: 30px;
}
.password_box{
	position: relative;
}
.password_box span {
	position: absolute;
	right: 13px;
	top:60px;
	cursor: pointer;
}
.singup_btn a {
	color: rgb(4, 157, 217);
}
/* End login page */
/* Start deshbord page */
.deshboard_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.deshboard_menu{
	background: #01b2f7;
	border-radius: 5px;
	-ms-flex-preferred-size:26%;
	    flex-basis:26%;
}
.deshboard_body_main_area {
	-ms-flex-preferred-size: 74%;
	    flex-basis: 74%;
}
.deshboard_profile{
	text-align: center;
}
.desh_user_image{
	text-align: center;
}
.desh_user_image img {
	margin-top: -60px;
	max-width: 150px;
}
.desh_user_name{
	margin-top: 16px;
	margin-bottom: 40px;
}
.desh_user_name h3{
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	color: #FFFFFF;
}
.desh_user_name p{
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
}
.deshborad_navbar ul li {
	font-weight: 500;
	font-size:18px;
	border-bottom: 1px solid #e9e9e9;
	color: #EEF8FF;
	padding:8px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}
.deshborad_navbar ul li:last-child{
	border: none;
}
.deshborad_navbar ul li:hover{
	background: #EEF8FF;
	color: #01b2f7;
}
.page_opens{
	background: #EEF8FF;
	color: #01b2f7 !important;
}
.deshborad_navbar ul li span {
	margin-left: 30px;
	padding-right: 20px;
}
/* deshboard_home */
.deshboard_home {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	background: #BCD7EB;
	border-radius: 5px;
	padding:20px 0;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
}
.mobile_show_bar_deshborad{
	display: none;
}
.w3s_Page_content{
	height: 100%;
}
.deshboard_home_item {
	text-align: center;
	background:#01b2f7;
	padding: 58px 0px;
	-webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	margin: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	-ms-flex-preferred-size: 29%;
	    flex-basis: 29%;
	cursor: pointer;
	overflow: hidden;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	 
}
.deshboard_home_item:hover{
	-webkit-box-shadow: rgba(30, 98, 201, 0.8) 0px 7px 29px 0px;
	        box-shadow: rgba(30, 98, 201, 0.8) 0px 7px 29px 0px;
}
.deshboard_home_item p{
	font-weight: 500;
	font-size:24px;
	line-height: 38px;
	color: #FFFFFF;
	 
}
.deshboard_home_item span{
	font-weight: 500;
	font-size:35px;
	line-height: 57px;
	color: #FFFFFF;
}
/* deshboard_home */
/* Start Edit Profile */
.edit_profile{
	background: #BCD7EB;
	border-radius: 5px;
	padding: 55px 96px;
	 
}
.edit_profile.home_filup_form.form_popup{
	padding: 25px !important;
}
.edit_profile h1{
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #000000;
	text-align: center;
}

.edit_profile_header{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 24px 0;
}
.edit_profile_img{
	position: relative;
}
.edit_s_icon {
	position: absolute;
	right: 16px;
	bottom: 26px;
}
.edit_profile_img img{
	max-width: 150px;
	margin-right: 20px;
}
.edit_s_icon img{
	height: 20px;
	width: 20px;
}
.edit_profile_header_name h6{
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 12px;
}
.edit_profile_header_name span{
	font-size: 16px;
	line-height: 19px;
	color: #000000;
}
.edit_input_item label{
	font-size:16px;
	line-height: 26px;
	color: #000000;
	display: block;
}
.edit_input_item input,.edit_input_item select{
	margin-top:6px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border: 0.5px solid #01b2f7;
	border-radius: 5px;
	padding: 7px 15px;
	width: 100%;
}
.edit_input_item select,.edit_input_item input{
	padding: 8px 15px;
	color: #7B7B7B;
}
.edit_input_item input::-webkit-input-placeholder{
	font-size: 16px;
	line-height: 21px;
	color: #7B7B7B;
}
.edit_input_item input::-moz-placeholder{
	font-size: 16px;
	line-height: 21px;
	color: #7B7B7B;
}
.edit_input_item input:-ms-input-placeholder{
	font-size: 16px;
	line-height: 21px;
	color: #7B7B7B;
}
.edit_input_item input::-ms-input-placeholder{
	font-size: 16px;
	line-height: 21px;
	color: #7B7B7B;
}
.edit_input_item input::placeholder{
	font-size: 16px;
	line-height: 21px;
	color: #7B7B7B;
}
.home_filup_form {
	background: #EEE;
}
.home_filup_form span {
	background-color: #01b2f7;
	height: 20px;
	width: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 0px;
	float: right; 
	cursor: pointer;
}
.home_filup_form span i{
	color: white;
}
.home_filup_form h1{
	font-weight: 600;
	font-size: 24px;
	text-align: center;
	line-height: 150%;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #01b2f7;
	margin-bottom:20px;
}
input[type='number'] {
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.edit_multi_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.edit_multi_input{
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
}
.edit_input_item input[type="submit"],.edit_input_item input[type="reset"]{
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
	background:#01b2f7;
	border-radius: 5px;
	padding: 9px 39px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: auto;
	border-radius: 5px;
	margin-right:20px;
}
.edit_input_item input[type="reset"]{
	color: black;
	background-color: white;
}
.edit_input_item input[type="submit"]:hover{
	color: black;
	background-color: white;
}
.edit_input_item input[type="reset"]:hover{
	color: white;
	background: #07A9CD;
}
/*Appointment */
.Appointment_area{
	padding:0 15px;
	border: 1px solid #05C1EF;
	border-radius: 10px;
	margin:0  32px;
	margin-right: 0;
}
.notification_main_area,.Logout_main_area{
	border: 1px solid #05C1EF;
	border-radius: 10px;
	margin:0  32px;
	background-color: white;
	height:100%;
	overflow-y: auto;
}
.deshborad_navbar{
	background: #01b2f7;
}
.notication_box{
	width:95%;
	margin: 0 auto;
}
.Logout_main_area p{
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	margin-top: 88px;
	text-align: center;
	color: #000000;
}
.notificaion_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #EEF8FF;
	border-radius: 5px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin-bottom: 2px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.notificaion_item:hover{
	background: #BCD7EB;
}
.notication_box h1,.Appointment_area h1{
	font-weight: 500;
	font-size: 32px;
	text-align: center;
	line-height: 38px;
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	color: #000000;
	margin: 32px 0;
}
.active_notification{
	background: #BCD7EB;
}
.notificaion_item .bell_icon {
	margin-right: 10px;
}
.bell_icon img {
	max-width: 25px;
}
.notification_text a {
	font-weight: 500;
	font-size: 18px;
	color: #000000;
}
.Appointment_area {
	height: 100%;
	}
.Appointment_area table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
  }
  .Appointment_area table th, .Appointment_area table td {
	border: 1px solid #dfdfdf;
	text-align: center;
	padding: 10px 0;
}
  .Appointment_area table tr td{
	font-weight: 300;
	font-size:16px;
	line-height: 25px;
	color: #082E13;
	
  }
  .Appointment_area table th {
	background: #01b2f7;
	font-size:18px;
	line-height: 26px;
	color: #FFFFFF;
	text-shadow: 0px 2px 1px rgba(0, 0, 0, 0.1);
  }
  .Appointment_area table tr:nth-child(even) {
	background: #BCD7EB;
  }
  .Appointment_area table tr:hover {
	background-color: #45a7c0;
  }
  .Appointment_area table tr td a {
	font-size: 15px;
	line-height: 19px;
	color: #FFFFFF;
	background: #01b2f7;
	border-radius: 5px;
	padding: 5px 12px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
  }
  .Appointment_area table tr td a:hover{
	background-color:white;
	color: black;
  }
  .table_data_pagination{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin: 25px 0;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
  }
  .table_data_pagi_txt p{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #0D1C11;
  }
  .table_data_pagi_numb ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
 .table_data_pagi_numb ul li span.actives_number{
	background: #BCD7EB;
	border-radius: 3px;
	width: 26px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	height: 23px;
 }
 .table_data_pagi_numb ul li span {
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #0D1C11;
	cursor: pointer;
	margin-left: 26px; 
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
  }
  .table_data_pagi_numb ul li span:hover{ 
	color: #117aca;
  }

/* End deshbord page */
/* Start about_us page */
.about_us_center{
	max-width: 1232px;
	width: 100%;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.about_us_cont h1 {
	font-size: 32px;
	color: #040506;
}
.about_us_cont h6 {
	font-size: 22px;
	color: #040506;
	margin-top:10px;
	margin-bottom: 32px;
}
.about_us_cont p {
	font-size: 16px;
	width: 90%;
	color: #5A646C;
	margin-top: 15px;
}
.about_img_gallary_item{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
	margin-bottom: 12px;
}
 
.about_small{
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	border-radius: 8px;
}
.about_big{
	-ms-flex-preferred-size:68%;
	    flex-basis:68%;
	border-radius: 8px;
}
.about_big img,.about_small img{
	height: 100%;
	border-radius: 10px;
}
.about_center_img{
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
	border-radius: 8px;
}
.about_center_img img{
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 10px;
}
.out_version_area{
	 max-width: 1080px;
	 width: 100%;
	 margin: 0 auto;
}
.out_version_area h1 {
	font-weight: 600;
	font-size: 32px;
	color: #040506;
	text-align: center;
}
.version_img_video_box{
	position: relative;
}
.version_img_video_box img{
	border-radius: 10px;
}
.version_video_icon {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
/* End about_us page */
/* Start doctor page */
.doctor_list_item{
	background: #EEF8FF;
	padding:15px;
	height: 100%;
}
.doctor__list_thum{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.doctor_personal_info{
	text-align: center;
	padding: 16px;
	background: #01b2f7;
	border-radius: 5px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 16px;
	height: 80px;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.doctor_list_item:hover .doctor_personal_info {
	height: 150px;
}
.doctor_personal_info h2 {
	font-weight: 600;
	font-size: 22px;
	line-height: 28px;
	color: #FFFFFF;
	margin-bottom: 5px;
}
.doctor_personal_info p{
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}
.doctor_solcial_link ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top:30px;
}
.doctor_solcial_link ul li a{
	margin: 0 10px;
}
.doctor_solcial_link ul li a i{
	font-size: 24px;
	color: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.doctor_solcial_link ul li a:hover i{
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
}
.help_medical_center{
	background: #BCD7EB;
}
.help_center_icformation {
	text-align: center;
}
.help_center_icformation h1 {
	font-size: 32px;
	color: #000000;
	line-height: 40px;
}
.help_center_icformation>a{
	font-size:20px;
	color: #040506;
	margin:15px 0;
	display: inline-block;
}
.help_center_icformation a span{
	color: #000000;
	margin-right: 10px;
}
.help_center_btn a {
	text-align: center;
	color: #FFFFFF;
	background:#01b2f7;
	border-radius: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 10px 22px;
	font-size: 15px;
	display: inline-block;
	
} 
.Home_help_medical_center .help_center_btn a{
	border: 1px solid white;
}
.help_center_btn a:hover{
	background: white;
	color: black !important;
}
/* End doctor page */
/* Start doctor details page */
.doctor_details_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.doctor_details_thum {
	-ms-flex-preferred-size: 38%;
	    flex-basis: 38%;
}
.doctor_details_shedule h1 {
	font-size: 22px;
	color: #040506;
	margin: 15px 0;
}
.doctor_details_shedule ul li span {
	width: 100px;
	display: inline-block;
}
.doctor_details_content{
	-ms-flex-preferred-size:59%;
	    flex-basis:59%;
}
.doctor_details_passion h6{
	font-size:18px;
	color: #5A646C;
}
.doctor_details_passion h1 {
	font-size: 32px;
	color: #040506;
	margin: 15px 0;
}
.doctor_details_shedule ul li {
	font-weight: 600;
	font-size: 16px;
	color: #01b2f7;
	margin-bottom: 0px;
}
.doctor_details_passion ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 15px;
}
.doctor_details_passion ul li a {
	margin-right: 24px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 30px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #01b2f7;
	border-radius: 50px;
}
.doctor_details_passion ul li a i {
	color:white;
	font-size:16px;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.doctor_details_passion ul li a:hover{
	-webkit-box-shadow: rgba(65, 65, 196, 0.5) 0px 7px 29px 0px;
	        box-shadow: rgba(65, 65, 196, 0.5) 0px 7px 29px 0px;
}
.doctor_details_passion p{
	font-size: 15px;
	line-height: 150%;
	color: #5A646C;
	 
}
.education_doctors h1 {
	font-size: 22px;
	margin-top: 15px;
	color: #040506;
}
.education_doctors ul{
	margin-top:15px;
}
.education_doctors ul li {
	font-size: 15px;
	color: #2B3035;
	padding-bottom: 10px;
}
.education_doctors p {
	font-weight: 500;
	font-size: 18px;
	color: #2B3035;
	margin-bottom: 15px;
	margin-top: 6px;
}
.education_doctors ul li span {
	border-bottom: 3px solid #01b2f7;
}
.biography h1{
	font-size: 22px;
}
.biography p {
	margin-bottom: 15px;
}
.biography:last-child p{
	margin-bottom: 0;
}
/* End doctor details page */
/* Start Service Page */
.services_main_area_neuro{
	background: #EEF8FF;
	background: #EEF8FF;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
}
.service_left_sibebar h1 {
	font-size:32px;
	color: #040506;
	line-height: 22px;
}
.service_page_bretcome a {
	font-size: 15px;
	color: #040506;
	margin: 20px 0;
	display: inline-block;
}
.our_service_box{
	-webkit-box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	background: #FFFFFF;
}
.our_service_box h1{
	font-size: 18px;
	color: #EEF8FF;
	background: #01b2f7;
	padding: 8px 20px;
	border-radius: 5px 5px 0px 0px;
}
.our_service_box_items{
	margin:0 20px;
	padding-bottom: 20px;
}
.our_service_box_single_item{
	background: #FFFFFF;
	margin-top:15px;
	border: 0.5px solid #939393;
	border-radius: 5px;
	position: relative;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.our_service_box_single_item::after {
	content: "";
	position: absolute;
	right: 0;
	background-image: url('../images/icon/shap.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	top: 0;
	height: 100%;
	width: 96px;
}
.our_service_box_single_item a {
	font-size: 15px;
	color: #040506;
	padding: 8px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	position: relative;
	z-index: 99;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.our_service_box_single_item:hover{
	background: #01b2f7;
}
.our_service_box_single_item:hover a,.our_service_box_single_item:hover a i{
	color: white;
}
.our_service_box_single_item a span i{
	font-size:22px;
	color: black;
}
.our_service_box_single_item_active {
	background: #01b2f7;
}
.our_service_box_single_item_active a{
	color: white;
}
.our_service_box_single_item_active a span i{
	color: white;
}
.service_contrac_item {
	margin-top: 15px;
}
.service_contrac_item a img {
	width: 55%;
}
.service_contrac_item a span {
	width: 40px;
	display: inline-block;
	text-align: center;
	margin-right:5px;
}
.service_contrac_item a{
	font-size: 14px;
	line-height: 24px;
	color: #040506;
}
.service_fiture_img{
	max-width: 1101px;
	width: 100%;
}
.service_right_content_text{
	max-width: 1062px;
	width: 100%;
}
.service_right_content_text h2 {
	font-size: 32px;
	color: #333333;
	margin: 32px 0;
	margin-bottom: 15px;
}
.service_right_content_text p {
	font-size: 15px;
	color: #000000;
	margin-bottom: 20px;
}
.service_right_content_text h4 {
	font-size: 22px;
	line-height: 35px;
	color: #000000;
}
.service_view_all_btn .our_service_box_single_item_active a{
	color: #EEF8FF;
	text-align: center;
	display:block;
}
/* End Service Page */
/* Start contracus Page */
.contrac_us_main_area{
	background-color:white;
}
.contrac_us_area h1 {
	font-size: 26px;
	text-align: center;
	color: #000000;
	margin-bottom: 80px;
	line-height: 35px;
}
.contrac_us_collume{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.contrac_us_left {
	background-size: cover;
	background-position: center center;
	padding: 40px;
	-ms-flex-preferred-size: 36%;
	    flex-basis: 36%;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contrac_us_items{
	padding: 10px 0;
}
.contrac_us_items a i {
	font-size: 15px;
	color: #000000;
	height: 36px;
	width: 36px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contrac_us_items a {
	font-size: 15px;
	color: #082E13;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.contrac_us_items a span{
	background: #BCD7EB;
	border-radius: 5px;
	margin-right:20px;
}
.contrac_us_form{
	-ms-flex-preferred-size: 61%;
	    flex-basis: 61%;
}
.contrac_us_form {
	background-size: cover;
	background-position: center center;
	padding: 46px;
	-webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.contrac_us_form .edit_profile_form_area .edit_multi_input label,.contrac_us_form .edit_input_item label{
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #12141D;
}
.contrac_us_form .edit_profile_form_area .edit_multi_input input {
	margin: 10px 0;
	background: #FBFBFB;
	border: 1px solid #DDE1E0;
	border-radius: 5px;
}
.contrac_us_form .edit_multi_input.edit_multi_input{
	-ms-flex-preferred-size: 48%;
	    flex-basis: 48%;
}
.contrac_us_form .edit_input_item textarea{
	width: 100%;
	background: #FBFBFB;
	border: 1px solid #DDE1E0;
	border-radius: 5px;
	height: 80px;
	margin-top: 12px;
	margin-bottom: 28px;
}
.contrac_us_form .edit_input_item input[type="submit"] {
	background: #01b2f7;
	border: 1px solid #EEF8FF;
	border-radius: 0px;
	font-weight: 500;
	font-size: 14px;
	padding: 10px 40px;
	color: #EEF8FF;
	margin-top: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	width: auto;
	margin-right: 0;
	float: right;
	margin-bottom: 0;
	border-radius: 4px;
}
.contrac_us_form .edit_input_item input[type="submit"]:hover {
	color: black;
	background-color: #f4f4f4;
	border: 1px solid #01b2f7;
}
/* End contracus Page */
/* Start blog Page */
/* Start Home 2 Page */
.hero_slider_m_area{
	position: relative;
}
.slider_bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.slider_overly{
	background: -webkit-gradient(linear, left top, right top, color-stop(33.31%, #0377A6), color-stop(69.66%, rgba(42, 101, 192, 0)));
	background: -o-linear-gradient(left, #0377A6 33.31%, rgba(42, 101, 192, 0) 69.66%);
	background: linear-gradient(90deg, #0377A6 33.31%, rgba(42, 101, 192, 0) 69.66%);
	padding: 170px 0;
}
.slider_content_box {
	max-width: 655px;
	width: 100%;
}
.slider_content_box p {
	font-size: 16px;
	color: #DDE4E8;
	width: 77%;
	margin-top: 20px;
}
.slider_content_box h1 {
	font-size: 40px;
	color: #EEF8FF;
	line-height: 45px;
}
.slider_content_box h1 span{
	color: rgba(118, 228, 255, 1);
}
.Home_slider_btn{
	margin-top:50px;
}
.Home_slider_btn ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.Home_slider_btn ul li a {
	margin-right: 32px;
}
.Home_slider_btn ul li:last-child a {
	background: transparent;
	border-radius: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #EEF8FF;
}
.Home_slider_btn ul li a i {
	height: 40px !important;
	width: 40px !important;
	border-radius: 50%;
	background: #EEF8FF;
	-webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
	        box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #01b2f7;
	-webkit-transition: 0.5;
	-o-transition: 0.5;
	transition: 0.5;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.Home_slider_btn ul li a:hover i{
	-webkit-box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.9);
	        box-shadow: 0px 0px 50px rgba(255, 255, 255, 0.9);
}
.Home_slider_btn ul li a span{
	-webkit-text-decoration-line: underline;
	        text-decoration-line: underline;
	font-weight: 400;
	text-align:left;
}
.home_page_social_right_menu{
	position: absolute;
	right: 16px;
	top:20%;
	display: none;
	z-index: 9999;
}
.home_page_social_right_menu ul li a {
	background: #01b2f7;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	border-radius: 10px 0px 0px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 8px 14px;
	-webkit-transition:1s;
	-o-transition:1s;
	transition:1s;
}
.social_right_menu_items{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #01b2f7;
	-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
	border-radius: 10px 0px 0px 10px;
	display: flex;
	align-items: center;
	padding: 8px 14px;
	-webkit-transition:1s;
	-o-transition:1s;
	transition:1s;
}
.s_right_text span{
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	margin-left: 7px;
	display: inline-block;
	color: #FFFFFF;
}
 .s_right_text span{
	width: 0;
 }
 .social_right_menu_items:hover .s_right_text>span{
	width: 100px;
 }
.s_right_icon a i{
	font-size: 35px;
	color: white;
}
/* service area start */
.services_main_area{
	background: #EEF8FF;
	overflow: hidden; 
}
.service_items:hover{
	-webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.service_items:hover .ser_cont h3{
	color:#01b2f7;
}
.service_items {
	cursor: pointer;
	padding: 32px;
	background: white;
	border-radius: 10px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.section_heading h2 {
	font-size: 32px;
	color: #040506;
	margin-bottom: 10px;
}
.ser_logo img {
	max-width: 50px;
}
.ser_cont h3 {
	padding:15px 0;
	font-size: 22px;
}
.ser_cont p{
	padding-bottom: 15px;
	font-size: 15px;
}
.services_main_area .section_heading{
	margin-bottom: 56px;
}
/* start fun area */
.fun_main_area{
	background-image: url('../images/bg/fun.png');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.fun_itms{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.fun_cont {
	text-align: center;
}
.fun_cont span{
	font-weight: 600;
	font-size: 40px;
	line-height: 60px;
	color: #EEF8FF;
}
.fun_cont p {
	font-weight: 600;
	font-size: 20px;
	line-height: 36px !important;
	color: #EEF8FF;
	margin-top: 0px;
}
.fun_logo{
	margin-left: 21px;
}
.fun_logo img {
	max-width: 70px;
}
/* end fun area */
/* Start Home 2 Page */
/*Start working process */
.working_process_area{
	background-color: #EEF8FF;
	position: relative;
	z-index: 9;
}
.working_process_area::after {
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	background-image: url('../images/about/Frame.png');
	background-repeat: no-repeat;
	height: 1;
	width: 58%;
	height:307px;
	z-index: -2;
	background-size: cover;
}
.working_process_items{
	text-align: center;
}
.working_process_thum img {
	margin: 0 auto;
	margin-bottom: 15px;
	max-width: 200px;
	position: relative;
}
.working_process_content{
	text-align: center;
}
.working_process_content h2 {
	font-size: 22px;
	text-align: center;
	color: #040506;
}
.working_process_content p {
	margin: 15px 0;
	font-size: 16px;
	text-align: center;
	color: #5A646C;
}
/* start doctors area */
.doctors_main_area{
	background: #BCD7EB;
}
.doctors_slider_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.doctors_slider_items{
	text-align: center;
	background: #ECF2FE;
	position: relative;
	margin:0 5px;
}
.doctors_slider_items>p{
	margin-right: 24px;
	padding-top: 24px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	color: #999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.doctors_slider_items img {
	max-width: 200px;
	margin: 0 auto;
	padding: 20px 0;
}
.doctor_name{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.doctor_name h4 {
	font-size: 22px;
	color: #040506;
	margin-left: 24px;
}
.doctor_name span {
	height: 45px;
	width: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	cursor: pointer;
	background-color: white;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.doctor_name span i{
	color:#3371F2;
	font-size: 16px;
}
.click_data{
	padding-top: 54px;
	position: absolute;
	left: -100%;
	top: -100%;
	height: 100%;
	width: 100%;
	background: rgba(4, 5, 6, 0.8);
	text-align: center;
	opacity: 0.8;
}
.click_data{
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.doctors_slider_items:hover .click_data{
	left:0%;
	top:0%;
}
.click_data h1 {
	font-size: 22px;
	color: #EEF8FF;
}
.click_data span {
	font-weight: 500;
	font-size: 16px;
	padding: 15px 0;
	display: inline-block;
	color: #EEF8FF;
}
.click_data p {
	font-size: 15px;
	max-width: 248px;
	width: 100%;
	margin: 0 auto;
	color: #EEF8FF;
	text-align: center;
	margin-bottom: 15px;
}
.click_data ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.click_data ul li a {
	height: 35px;
	width: 35px;
	border: 1px solid #EEF8FF;
	border-radius: 50%;
	margin-right: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.click_data ul li a:hover{
	background-color: #0074E8;
}
.click_data ul li a i{
	font-size: 18px;
	color: white;
}
.effect_close_icon span{
	height: 24px;
	width: 24px;
	position: absolute;
	right: 16px;
	bottom: 18px;
	display: inline-block;
	cursor: pointer;
}
.effect_close_icon span i{
	color: white;
	font-size: 22px;
}
.doctors_slider_area .owl-dots,.home_blog_slider .owl-dots{
	margin-top: 40px !important;
}
.doctors_slider_area .owl-dots .owl-dot span {
	width: 30px;
	height: 10px;
	background: #939393;
	border-radius: 20px;
}
.doctors_slider_area  .owl-dots .owl-dot.active span{ 
	background: #01b2f7 ;
}
/*end doctors area */
.home_about_us_area {
	background-color: #01b2f7  ;
}
.about_us_text_home h2 {
	font-size: 32px;
	color: #EEF8FF;
}
.about_us_text_home > p {
	font-size: 16px;
	color: #EEF8FF;
	padding: 32px 0;
}
.about_us_text_item ol{
	font-weight: 700;
	font-size: 24px;
	line-height: 32px;
	color: #BCD7EB;
}
.about_us_text_item ol li h4 {
	font-size: 22px;
	color: #EEF8FF;
}
.about_us_text_item ol li p {
	font-size: 16px;
	color: #EEF8FF;
	font-weight: 500;
	padding: 15px 0;
}
.home_about_thum img{
	max-width: 608px;
	margin-left: 25px;
}
.home_about_thum {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.about_video_box {
	background-image: url('../images/about/playbg.png');
	height: 200px;
	position: absolute;
	width: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.Home_page_tastimonial .testimonial_left{
	width:50%;
}
.Home_page_tastimonial .testimonial_right {
	width: 50%;
}
.Home_page_tastimonial .testimonial_slider_inneer{
	background: #01b2f7;
	border-radius: 15px;
}
.Home_page_tastimonial .testimonial_cont h1,.Home_page_tastimonial .testimonial_cont h3,.Home_page_tastimonial .testimonial_cont p,.Home_page_tastimonial .testimonial_cont h6{
	color: white;
}
.testimonial_autor{
	width: 100%;
	margin: 20px 0;
}
.Home_page_tastimonial .testimonial_autor img {
	margin-left:0px;
	 margin: 0 auto;
	max-width: 200px;
	width: 100%;
}
.Home_page_tastimonial .testimonial_slider_inneer .owl-nav .owl-prev i,.Home_page_tastimonial .testimonial_slider_inneer .owl-nav .owl-next i{
	color: white;
}
.Home_page_tastimonial .testimonial_cont{
	background: #01b2f7;
	padding-top:4px;
	text-align: center;
	padding-bottom: 80px;
}
.testimonial_area.Home_page_tastimonial{
	background: #BCD7EB;
}
.Home_help_medical_center .help_center_icformation h1,.Home_help_medical_center .help_center_icformation a,.Home_help_medical_center .help_center_icformation a span{
	color: white;
}
.apps_m_area {
	background-image: url('../images/bg/shap.png');
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 36%;
}
.apps_area {
	background-image: url('../images/bg/1.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 10px;
}
.apps_overly{
	background: #040506;
	opacity: 0.65;
	border-radius: 10px;
}
 .testimonial_area2{
	background:#01b2f7 !important;
 }
.download_option ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.download_option ul li a img {
	max-width: 150px;
}
.download_option ul li {
	padding: 0 10px;
}
.apps_overly .section_heading{
	max-width: 100%;
}
.apps_overly .section_heading h2{
	color: white;
}
.apps_overly .section_heading p{
	color: white;
}
.apps_area_outter{
	background: #EEF8FF;
}
.home_blog_area{
	background-color: #EEF8FF;
}
.home_blog_news_slider_item {
	height:400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	padding: 16px;
	border-radius: 15px;
}
.home_blog_news_slider_item span{
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF; 
}
.home_blog_news_slider_item p{
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 15px;
}
.home_blog_news_slider_item h1 {
	font-size: 22px;
	padding: 15px 0;
	color: #FFFFFF;
}
.home_blog_item_action{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.home_blog_more_btn a{
	background-color: #fff;
}
.home_blog_review ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin:0 16px;
}
.home_blog_review ul li{
	margin-left:16px;
}
.home_blog_review ul li a i{
	color: white;
}
 .home_blog_area .owl-dots{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
 }
 .home_blog_area .owl-dot.active span{
	height: 12px;
	width: 12px;
	background: #01b2f7 !important;
 }
/* End working process */
/* 
 Start button amination
} */
.W3_video_animation {
	position: relative;
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	z-index:9;
}
 
@-webkit-keyframes play_btn_animation {
	0% {
	  -webkit-transform: scale(0.2, 0.2);
	          transform: scale(0.2, 0.2);
	  opacity: 0;
	}
	50% {
	  opacity: 0.9; 
	  -webkit-transform: scale(0.5, 0.5); 
	          transform: scale(0.5, 0.5);
	}
	100% {
	  -webkit-transform: scale(1.3, 1.3);
	          transform: scale(1.3, 1.3);
	  opacity: 0;  
	}
  }
 
@keyframes play_btn_animation {
	0% {
	  -webkit-transform: scale(0.2, 0.2);
	          transform: scale(0.2, 0.2);
	  opacity: 0;
	}
	50% {
	  opacity: 0.9; 
	  -webkit-transform: scale(0.5, 0.5); 
	          transform: scale(0.5, 0.5);
	}
	100% {
	  -webkit-transform: scale(1.3, 1.3);
	          transform: scale(1.3, 1.3);
	  opacity: 0;  
	}
  }
  .wavess {
	position: absolute;
	width: 80px;
	height: 80px;
	background: rgba(218, 206, 206, 1);
	opacity: 0;
	border-radius: 100%;
	z-index: -1;
	-webkit-animation: play_btn_animation 3s ease-in-out infinite;
	        animation: play_btn_animation 3s ease-in-out infinite;
}
  .wavess.about{
	background: rgba(218, 206, 206, 1);
  }     
  .Circle_1 {
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
  }
  .Circle_2 {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
  }
  .Circle_3 {
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
  }
  .learn_btn {
	display: inline-block;
	padding: 8px 25px;
	font-size: 15px;
	border-radius: 4px;
	letter-spacing: 0.5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #01b2f7;
	border: 1px solid #01b2f7;
}
.learn_btn:hover{
	color: white;
	background-color:#01b2f7;
}
/* .slider_outter_box .owl-item.active .slider_content_box{
	animation:animate__fadeInLeftBig ease 2s;
	 
} */
.slider_outter_box .owl-item.active h1,.hero_slider_slider_1 .owl-item.active h1 {
	-webkit-animation-duration:2s;
	        animation-duration:2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name: fadeInDown;
	        animation-name: fadeInDown;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
  }
.slider_outter_box .owl-item.active .slider_content_box p,.hero_slider_slider_1 .owl-item.active .hero_slider_1_btn{
	-webkit-animation-duration:2s;
	        animation-duration:2s;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
	-webkit-animation-name:fadeInUp;
	        animation-name:fadeInUp;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
  }

  /* 
 End button amination */
 /*Start loader */
 #preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 99999999;
	width: 100%;
	height: auto;
  }
  
  #status {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%;
	top: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	padding: 25px;
  }
  
  #status img {
	max-width: 100%;
  }
  .tab_img span{
	  display: inline-block;
	  padding: 10px 0;
	  font-weight: 400;
	  font-size: 20px;
	  color: #132725;
  }
  
  #status:before {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 100% !important;
	height: 100% !important;
	left: 0;
	top: 0;
	opacity: 1;
	bottom: 0;
	right: 0;
	margin: auto;
	border-bottom: 2px solid #6666ff;
	border-radius: 50%;
	-webkit-animation: rotatingPlus 4s linear infinite;
			animation: rotatingPlus 4s linear infinite;
  }
  
  #status:after {
	content: "";
	position: absolute;
	pointer-events: none;
	width: 90%;
	height: 90%;
	left: 0;
	top: 0;
	opacity: 1;
	bottom: 0;
	right: 0;
	margin: auto;
	border-top: 2px solid #32cf8a;
	border-radius: 50%;
	-webkit-animation: rotatingMinus 6s linear infinite;
			animation: rotatingMinus 6s linear infinite;
  }
  
  @-webkit-keyframes rotatingPlus {
	from {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  
  @keyframes rotatingPlus {
	from {
	  -webkit-transform: rotate(0deg);
	  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
	  transform: rotate(360deg);
	}
  }
  .owl-theme .owl-dots .owl-dot span {
	margin: 0px 7px;
}
 /*End loader */
 /*start blog */
 .blog_page_outter_area{
	background-color: #F4F5FA;
 }
 .blog_post_item{
	border-radius: 4px;
	padding: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 20px;
	
	background-color: white;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
	        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
 }
 .blog_post_item:hover{
	-webkit-box-shadow: rgba(106, 106, 116, 0.4) 0px 7px 29px 0px;
	        box-shadow: rgba(106, 106, 116, 0.4) 0px 7px 29px 0px;
 }
 .blog_post_item h1 a{
	font-size: 28px;
	color: #01b2f7;
 }
 .blog_post_item p{
	margin: 10px 0;
	font-size: 14px;
	color: #333;
 }
 .blog_post_item p a{
	font-size: 14px;
	padding: 0 5px;
 }
 .blog_post_cont_area{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
 }
 .blog_thum{
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
 }
 .blog_thum img{
	border-radius: 5px;
 }
 .blog_cont{
	-ms-flex-preferred-size:68%;
	    flex-basis:68%;
 }
 .blog_cont p{
	font-size: 15px;
    line-height: 1.6em;
 }
 .blog_bar_item{
	border-radius: 4px;
	padding: 20px;
	background-color: white;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
	        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);;
 }
 .blog_bar_title{
	font-size: 20px;
	margin-bottom: 16px;
    color: #fff;
    font-weight: 700;
    line-height: 40px;
    padding: 0 10px;
	text-transform: uppercase;
	background-color:#01b2f7;
 }
 .page_widgets ul li a {
	font-size: 15px;
	color: black;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-bottom: 5px;
	border-bottom: 1px solid transparent;
	display: block;
}
.page_widgets ul li a:hover{
	color:#01b2f7;
	border-bottom: 1px solid gainsboro;
}
.follow_me ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.follow_me ul li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 36px;
	border-radius:4px;
	width: 56px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	margin-right: 8px;
}
.follow_me ul li a:hover{
	opacity: 0.7;
}
.catagori_widget ul li a span{
	color: #01b2f7;
}
.catagori_widget ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 400!important;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #2d3e48;
	margin-bottom: 5px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.catagori_widget ul li a:hover{
	color:#01b2f7;
}
.popular_widget_inner{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
}
.popular_widget_inner:last-child{
	margin-bottom: 0;
}
.popular_thum img{
	width: 90px;
	height: 62px;
	margin-right: 15px;
	border-radius: 5px;
}
.popular_cont{
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
}
.popular_cont a h6{
	display: inline;
	color: #394f5b;
	font-size: 15px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.popular_widget_inner:hover .popular_cont a h6{
	color:#01b2f7;
}
.comment_widget ul li{
	background-color: rgba(155,155,155,0.05);
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
}
.comment_widget ul li:hover .blog_comment_txt span{
	color:#01b2f7;
}
.comment_widget ul li img{
	height: 35px;
	width: 35px;
	border-radius: 50%;
	margin-right: 10px;
}
.comment_widget ul li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #394f5b;
	font-size: 15px;
}
.tag_widgets ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.tag_widgets ul li a{
	font-size: 13px;
	color:#01b2f7;
	border: 1px solid #01b2f7;
	padding: 5px 12px;
	display: inline-block;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	margin: 5px;
}
.tag_widgets ul li a:hover{
	background-color: #01b2f7;
	color: white;
}
.more_post{
	text-align: center;
}
.more_post .learn_btn{
	background-color:#01b2f7;
	color: white;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.more_post .learn_btn:hover{
	background-color: transparent;
	color: black;
}
.blog_area_page_layout{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.blog_right_bar{
	width: 300px;
}
.blog_body_area{
	width: calc(100% - 320px);
}
.container.custom_container{
	max-width:1200px;
}
.menu_bg{
	background-color:white;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
}
.scrollup {
	height: 45px;
	width: 44px;
	position: fixed;
	bottom: 20px;
	color: white;
	-webkit-box-shadow: 0px 2px 5px 0 rgba(255, 255, 255, 0.9);
	        box-shadow: 0px 2px 5px 0 rgba(255, 255, 255, 0.9);
	background: #012156;
	z-index: 999;
	right: 6px;
	border-radius: 3px;
	display: none;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	border: 2px solid white;
}
.scrollup:hover{
	background-color: #01b2f7;
}
/* single Blog */
.single_blog_body{
	border-radius: 4px;
	padding: 20px;
	background-color: white;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
	        box-shadow: 0 2px 6px 0 rgba(0,0,0,0.05);
}
.breadcrumb{
	margin-bottom: 15px;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.breadcrumb a{
	font-size: 13px;
	font-weight: 400!important;
	color: #95A1A8;
	-webkit-transition: 0.5;
	-o-transition: 0.5;
	transition: 0.5;
}
.breadcrumb a.active_page{
	color: #01b2f7;
}
.breadcrumb a:hover{
	color: #01b2f7;
}
.breadcrumb span i{
	font-size: 12px;
	color: #95A1A8;
	padding: 0 4px;
	display: inline-block;
}
.post_admin{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.post_admin_img{
	height: 26px;
	display: inline-block;
	width: 26px;
	border-radius: 50%;
}
.post_admin_right{
	font-size: 14px;
	color: #01b2f7;
}
.post_admin_name{
	color: #01b2f7;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
}
.post_admin_right i{
	color: #01b2f7;
	font-size: 14px;
}
.post_admin_right span{
	color: #01b2f7;
	font-size: 14px;
	margin-left: 2px;
	display: inline-block;
}
.post_admin{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 15px;
}
.single_post_thum{
	margin: 50px 0;
}
.single_post_content_box span {
	display: block;
	color: black;
	margin-top: 10px;
	background: #eee;
	padding: 10px;
}
.single_post_content_box p{
	color: #01b2f7;
}
.single_post_tag{
	margin: 30px 0;
}
.single_post_tag span{
	font-weight: 700;
	color: #384f5b;
	font-size: 16px;
	display: inline-block;
	margin-right: 5px;
}
.single_post_tag a{
	color: #01b2f7;
	text-decoration: underline;
	font-size: 15px;
}
.single_post_shear ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.single_post_shear ul li a {
	height: 30px;
	width: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: #def5ff;
	margin: 0 5px;
	border-radius: 5px;
}
.single_post_shear ul li a i{
	font-size: 17px;
}
.more_related_post{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.more_related_post_item{
	-ms-flex-preferred-size: 32%;
	    flex-basis: 32%;
	overflow: hidden;
}
.more_related_post_item a img{
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.more_related_post_item a h6{
	color: #394f5b;
	display: inline-block;
	margin-top: 18px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	line-height: 22px;
	font-size: 14px;
}
.more_related_post_item:hover a h6{
	color: #01b2f7;
}
.more_related_post_item:hover a img{
	-webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	        transform: scale(1.05);
}
.Publish_btn{
	text-align: center;
}
.Publish_btn a{
	border: 1px solid transparent;
}
.Publish_btn:hover a{
	border: 1px solid #01b2f7;
}
.sinlge_post_pagination{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sinlge_post_pagination ul li{
	margin: 0 15px;
}
.sinlge_post_pagination ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sinlge_post_pagination ul li a span {
	margin: 0 5px;
}
.sinlge_post_pagination ul li a{
	color: #01b2f7;
	-webkit-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.sinlge_post_pagination ul li a:hover{
	opacity: 0.7;
}
#ui-datepicker-div {
	z-index: 9999 !important;
}
.google_map {
	height: 450px;
	background-color: #01b2f7;
	/* padding-bottom: 80px; */
	border: 10px solid #01b2f7;
}
.google_map iframe{
	height: 100%;
	width: 100%;
}
.header_sticky{
	z-index: 9999;
	position: sticky;
	top: 0;
}
.comment_form input[type="submit"]{
	float: left !important;
}
/* .contrac_us_main_area{
	background: url('../images/bg/bg5.jpg');
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
} */
.comment_form{
	border-radius: 10px;
	background-color: white;
}
.comment_history_items{
	padding: 10px 0;
}
.comment_history{
	margin-top: 70px;
}
.comment_history h5{
	font-size: 18px;
	margin:20px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #DDE1E0;;
}
.comment_history h5 span{
	margin-right: 10px;
}
.comment_autor_img img{
	width:30px;
	height:30px;
	border-radius: 50%;
}
.comment_content_box h6 span{
	margin-left: 10px;
	color: #01b2f7;
	font-weight: 300;
}
.comment_vote {
	margin: 15px 0;
}
.comment_content_box h6{
	margin: 10px 0;
	font-size: 15px;
}
.comment_vote ul li{
	margin-right:20px;
	cursor: pointer;
}
.comment_vote ul li:hover i{
	color: #01b2f7;
}
.comment_vote ul li span {
	margin-left: 5px;
	color: #01b2f7;
	font-size: 15px;
}
.comment_vote ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.more_reply_comments{
	padding-left: 30px;
	margin-left: 30px;
	position: relative;
}
.more_reply_comments:after{
	content: "";
	left: 0;
	bottom: 0;
	height: 100%;
	width: 5px;
	position: absolute;
	background-color:#01b2f7;
}
.More_comments{
	text-align: center;
}
.comment_form h1{
	margin-bottom: 30px;
	color: #01b2f7;
	text-decoration:underline;
	font-size: 32px;
}
.comment_form input{
	border: none;
	border: 1px solid #DDE1E0;
	background: #FBFBFB;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #01b2f7;
	color: white;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid #01b2f7;
	background: #01b2f7;
	color: white;
}
.ui-widget-header .ui-icon {
	background:#33a1e6;
	border-radius: 0 10px;
}
.ui-timepicker-container.ui-timepicker-standard.ui-timepicker-no-scrollbar {
	z-index: 999999 !important;
	top: 300px !important;
}
.ui-menu-item {
	background: #01b2f7;
	margin: 1px 0 !important;
}
.ui-timepicker-standard a{
	color: white;
}
/* menu */
    .mean-container .mean-nav ul > li a.mean-expand {
        background-color: transparent;
        margin-top: 0;
        line-height: 27px;
        width: 100%;
        text-align: right;
        font-size: 14px;
        padding: 12px 20px 12px 12px !important;
    }
	.submenu_first li a{
        
        -webkit-transition: 0.5s;
        
        -o-transition: 0.5s;
        
        transition: 0.5s;
    }
    .header_area ul > li > a{
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
    }
    .header_area ul > li > a:hover{
        color: #0377A6;
    }
    .header_area ul li {
        position: relative;
    }
    .mean-container .mean-nav ul li li li a {
		 
		color: white !important;
	}
    .submenu_first li{
        position: relative;
    }
    .submenu_first li::before{
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 0px;
        background-color: white;
    }
    .submenu_first li:hover{
        background-color: #01b2f7;
    }
    .submenu_first li:hover::before{
        width: 5px;
    }
    .submenu_first>li:hover a{
        color: white !important; 
         
    }
    
    .header_area nav ul li ul.submenu_first{
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        width: 200px;
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
            -ms-flex-direction:column;
                flex-direction:column;
        background: white;
        opacity: 0;
         -webkit-transform: scale(0);
             -ms-transform: scale(0);
                 transform: scale(0);
         -webkit-transition: all 0.3s ease-out !important;
         -o-transition: all 0.3s ease-out !important;
         transition: all 0.3s ease-out !important;
         
    }
    .header_area nav ul li ul.submenu_secand{
        left: 100%;
        top: 0;
    }
    .header_area nav ul>li:hover>ul.submenu_first{
        display: block;
        opacity: 1;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1);
   }
   
    .submenu_first.submenu_secand li a{
        color: black !important;
    }
    .submenu_secand_hover li:hover a{
        color: white !important; 
         
    }
	.mean-container .mean-nav ul li li a:hover{
		opacity: 1;
	}


.footer_items ul.contact-info li i {
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	padding-top: 2px;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
}
.footer_items ul.contact-info li i {
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	padding-top: 2px;
	color: rgba(255, 255, 255, 0.6);
	position: absolute;
	top: 0px;
	left: 0px;
      }
      .footer_items ul.contact-info li {
	position: relative;
	color: #fff;
	line-height: 20px;
	padding-bottom: 15px;
	padding-left: 22px;
      }
      .footer_items ul.contact-info li:first-child {
	margin-top: 7px;
	display: inline-block;
      }
      .footer_items ul.contact-info li:last-child {
	margin-top: 0;
	margin-bottom: 0px;
	display: inline-block;
      }