.banner_img img {
   width: 100%;
}
.top{
	padding:10px 0;
}
.top p {
    color: #4f4f4f;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 0;
    background-image: url(../images/phn.png);
    background-repeat: no-repeat;
    background-position: left 0px;
    padding-left: 25px;
    line-height: 30px;
}
.top .top_inner{
	border-bottom:5px solid #dddede; 
	padding-bottom:10px;
}
.top .top_inner .top_left{
	padding-top:10px;
}
.social_icons a.fb{
    color:#395798;
    border-color:#395798; 
}
.social_icons a.tw{
    color:#27aae1;
    border-color:#27aae1; 
}
.social_icons a.gl{
    color:#dd4c3b;
    border-color:#dd4c3b; 
}
.social_icons a.lk{
    color:#0276b3;
    border-color:#0276b3; 
}
.social_icons a {
    color: #A2A2A2;
    font-size: 20px;
    border: 1px solid #A2A2A2;
    border-radius: 50%;
    text-align: center;
    padding:7px;
    width:35px;
    height:35px;
    display: inline-block;
    margin: 2px;
    background-color:#fff;
}
.social_icons .fa {
    font-size: 18px;
}
.top_nav.fixed_nav {
    position: fixed;
    z-index: 9999999999;
	background-color:#fff;
    width: 100%;
    top: 0;
}
.top_nav.fixed_nav .banner_border{
	border-color:#1db3cf;
}
/*------------top_nav--------------------*/
.top_nav{
	padding:5px 0;
	position:relative;
}
.top_nav .banner_border {
    border-bottom: 2px solid #fff;
    position: absolute;
    bottom: -5px;
    z-index: 9;
    width: 100%;
}
.top_nav .top_links ul{
	margin-bottom:0;
}
.top_nav .top_links ul li {
    display: inline-block;
    vertical-align: top;
}
.top_nav .top_links ul li a{
	font-size:14px;
	font-weight:600;
	padding:5px 7px;
	transition:all linear 0.2s;
}
.top_nav .top_links ul li + li{
	margin-left:10px;
}
.top_nav .top_links ul li a.active,
.top_nav .top_links ul li a:hover,
.top_nav .top_links ul li a:focus{
	background-color:#000565;
	color:#fff;
}
.top_nav .top_links{
    padding-top: 26px;
}
.header{z-index:999;height:74px; top:0; left:0; vertical-align:middle; width:100%; padding:0;transition: all linear 0.9s;}
.header.header-bg{ position:fixed;background-color:#fff;transition: background-color 200ms linear;}
.top_nav.header.header-bg .banner_border{
    border-color:#1db3cf;
}
.logo_sec.f-left {
    width: 33%;
    padding-top: 10px;
}
/*------------------------banner_section--------------------*/
.banner_section{
	position:relative;
}
.banner_section .banner_content {
    position: absolute;
    right: 100px;
    top: 30px;
    z-index: 9;
}
.about_content h6{
    color:#1db3cf;
    font-weight:700;
}
.apment_box {
	border: 1px solid #eee;
    box-shadow: 1px 6px 11px rgba(0,0,0,0.5);
    width: 430px;
}
.apment_box .ap_head h5 {
    font-weight: 500;
	margin-bottom:0;
	color:#fff;
}
.apment_box .ap_head{
	padding:10px;
	background-color:#000565;
}
.input_sec select{
    width: 97%;
}
.apment_box .form_sec{
	background-color:#fff;
	padding:10px;
}
.apment_box .form_sec .label_sec p{
	font-size:14px;
	margin-bottom:5px;
}
.apment_box .form_sec .input_box {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}
.apment_box .form_sec .input_box + .input_box {
    margin-left:10px;
}
.apment_box .form_sec .input_box p span a {
    display: inline-block;
    vertical-align: top;
	font-style:italic;
}
.apment_box .form_sec .input_box p span a:hover{
	color:#1db3cf;
}
.apment_box .form_sec .input_box p span{
	font-size:13px;
}
.apment_box .form_sec  .input_cover + .input_cover {
    padding-top:10px;
}
.apment_box .form_sec  .input_cover  input[type="submit"] {
    background-color: #000565;
    color: #fff;
    padding: 5px 10px;
	font-size:14px;
}
.apment_box .form_sec  .input_cover  input[type="submit"]:hover{
	background-color:#079db9;
}
.apment_box .form_sec .input_cover.btn_book {
    padding-top: 20px;
}
.banner_details {
    position: absolute;
    top: 100px;
    z-index: 99;
    width: 50%;
    right: 90px;
}
/*--------------------------new form---------------------*/
.banner_formsec {
    background-color: #e6e6e6;
    position: relative;
    z-index: 99;
    width: 100%;
    top:0;
	text-align: center;
	padding-bottom: 10px;
   /* text-align: center;*/
}
.form_inputbox.top_pdng .input_sec input {
    border-radius: 3px;
}
.captcha {
    display: inline-block;
    vertical-align: middle;
}
.banner_formsec input[type="text"], .banner_formsec input[type="url"], .banner_formsec input[type="tel"],.banner_formsec input[type="email"], .banner_formsec input[type="password"], 
    .banner_formsec input[type="number"],
    .banner_formsec  select,
    .banner_formsec textarea{
    background-color: #fff;
    font-size: 12px;
    padding: 6px 10px;
}
.banner_formsec select {
    padding: 7px 10px;
}
.form_inputbox {
    width: 22%;
    display: inline-block;
    vertical-align: top;
}
.form_inputbox.first_boxsec {
    width:9%;
}
.form_inputbox.first_boxsec .head_data {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}
.form_inputbox.first_boxsec {
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #000565;
}
.form_inputbox.top_pdng {
    padding: 10px 5px;
}
.banner_formsec input[type="submit"]{
    line-height:20px;
}
.form_inputbox.first_boxsec.booknow_bt {
    background-color: transparent;
    padding: 0;
}
.banner_formsec input[type="submit"] {
    line-height: 20px;
    background-color: #000565;
    padding: 16px 25px;
    color: #fff;
    font-size: 14px;
}
.msg_Box p {
    text-align: center;
    margin: 5px;
    color: #fff !important;
}
/*-----------------------------about-----------------*/
.about_sec{
	padding:90px 0 0px 0;
}
.about_sec .aim_box h6{
	color:#1db3cf;
}
.about_sec .aim_box p,
.service_box .service_area .service_data p{
	font-size:14px;
}
.about_img {
    padding-top: 15px;
}
/*----------------new---------*/
.banner_data {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 9;
    bottom: 52px;
    background-color: rgba(425,425,425,0.7);
    padding: 25px;
}
.banner_data h1 {
    font-weight: 600;
}
/*-------------------------services-----------------*/
.head_sec h1 {
    background-image: url(../images/border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 20px; 
}
.service_sec {
    position: relative;
    padding: 90px 0 0 0;
    background-image: url(../images/service-bg.jpg);
    background-repeat: no-repeat;
    background-position: right calc(130px);
    background-size: 55%;
}
.border_middle {
    position: absolute;
    left: 0;
    right: 0;
    width: 5px;
    height: 300px;
    background-color:#dcd9d9;
    text-align: center;
    top:calc(50% - 150px);
    margin: 0 auto;
}
.service_sec.inner_service {
    padding: 30px 0;
    background-image: none; 
}
.service_box .head_sec h1 {
    background-position: left bottom;
	/*font-size: 24px;*/
}
.service_box .service_area .round_box {
    border:1px solid #1db3cf;
    border-radius: 50%;
}
.service_box .service_area .round_box .r_b{
    width: 60px;
    height: 60px;
}
.service_box .service_area .round_box img,
.t_img img{
    border-radius: 50%;
    display: block;
	margin:auto;
	width:57px;
    height:57px;
}
.service_area {
    margin: 10px 0;
}
.service_box .service_area .service_data{
	display:inline-block;
	vertical-align:middle;
}
.service_box .service_area .service_data + .service_data{
	margin-left: 20px;
	width:70%;
	padding-top: 10px;
}
.service_box .service_area .service_data h5 {
    color: #000565;
	margin-bottom:5px;
	font-weight: 600;
}
/*.service_box {
    border-right: 3px solid #eee;
}*/
.service_box.first_sec .head_sec h1 {
    margin-bottom: 25px;
}
.service_box.partners{
	border-right:0;
	border-bottom:none;
}
.icon_box.f-left {
   /* margin:15px 16px 113px 16px;*/
   margin:10px;
}
.service_box {
    min-height: 445px;
    overflow: hidden;
}
.service_box.inner {
    min-height: 0px;
}
/*.service_sec .service_bt {
    margin-bottom: -17px;
    background-color: #fff;
}*/
.service_bt {
    text-align: center;
}
.service_bt a {
    display: inline-block;
    vertical-align: top;
    background-color: #000565;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
}
.service_bt a:hover{
	background-color:#079db9;
}
.service_box.inner {
    min-height:365px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #eee;
    margin: 10px;
    padding: 10px;
}
.service_box.inner .service_area .service_data {
    vertical-align: top;
}
.icon_box {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin:7px;
}
.icon_sec {
    text-align: center;
}
.service_box.administers .partner_boxsec .icon_sec {
    text-align: left;
}
.service_box .head_sec {
    margin-bottom: 25px;
}
.service_data ul li {
    color: #1db3cf;
}
.service_data ul {
    padding-left: 25px;
}
/*-------------------------testimony------------------------*/
.testimony{
	padding:50px 0;
}
.testimony .head_sec {
    margin-bottom:30px;
}
.testimony .author_data{
	padding-top:10px;
}
.testimony .author_data p {
    text-align: center;
    margin-bottom: 0;
    color: #1db3cf;
    line-height: 20px;
}
.testimony .t_box{
	display:inline-block;
	vertical-align:top;
}
.testimony .box_testi{
	border:1px solid #c7c7c7;
	padding:15px;
	position:relative;
}
.testimony .t_box.box_testi {
    width: 390px;
    margin-left: 10px;
}
.testimony .author_data p.subh{
	font-size:14px;
	color:#4f4f4f;
}
.testimony .t_box.box_testi p{
	margin-bottom:0;
}
.testimony .small_img {
    position: absolute;
    top: 15px;
    left: -11px;
}
.testimony .test_box{
	display:inline-block;
	vertical-align:top;
}
.testimony .test_box .t_img .img_outer{
	width:85px;
	height:70px;
	margin: auto;
}
.testimony .test_box + .test_box{
	margin-left:20px;
}
/*------------------------doctors--------------*/
.doctors_sec{
	padding:90px 0 0 0;
}
.doctors_sec .head_sec{
    margin-bottom: 40px;
}
.d_box{
	width:48%;
	display:inline-block;
	vertical-align:top;
}
.doctors_sec .dbox_outer{
	/*border:1px solid #c2c2c2;*/
}
.doctors_sec .d_box + .d_box{
	margin-left:10px;
}
.d_img {
	overflow: hidden;
}
.d_img img{
	transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    width: 100%;
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.d_img:hover img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: all 1s cubic-bezier(0.23, 0.2, 0.32, 0.2) 0s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.doctors_sec .d_box .d_details h4{
	font-weight:600;
	color:#000565;
	font-weight:700;
}
.doctors_sec .d_box .d_details h4.bl{
    color:#000565;
}
.doctors_sec .d_box .d_details h6.designation{
	color:#1db3cf;
}
.doctors_sec .d_box .d_details{
	margin: 10px;
}
/*.doctors_sec .d_box .d_details .d_personal{
	border-bottom: 1px solid #e8e8e8;
	margin-bottom:10px;
}*/
.doctors_sec .service_bt{
	text-align:left;
}
.doctors_sec .d_contents{
	padding:0 10px 20px 10px;
}
.doctors_sec .d_box .d_details .social_icons .fa {
    font-size: 15px;
}
.doctors_sec .d_box .d_details .social_icons a {
    padding: 6px;
    width: 30px;
    height: 30px;
}
/*----------------contact_sec----------------------*/
.contact_sec{
	padding:90px 0 30px 0;
}
.contact_sec .head_sec{
	margin-bottom:40px;
}
.contact_sec .enqry_box{
	border:1px solid #dbdbdb;
}
.contact_sec .enqry_box .e_boxhead{
	background-color:#000565;
	padding:15px;
}
.contact_sec .enqry_box .e_boxhead h6{
	margin-bottom:0;
	color:#fff;
	font-size:16px;
}
.contact_sec .enqry_box .in_box {
    width: 90%;
    text-align: center;
    margin: 0 auto;
	padding:20px 0;
}
.contact_sec .enqry_box .in_box .input_sec + .input_sec{
	padding-top:15px;
}
.contact_sec .input_sec.btnsection.f-right input,
.apment_box .form_sec .input_cover.btn_book input,
.form_inputbox.first_boxsec.booknow_bt.bottom_catcha input {
    background-color:#000565;
	padding:10px 25px;
	color:#fff;
}
.apment_box .form_sec .input_cover.btn_book input{
	display:block;
	vertical-align:top;
	margin:0 auto;
	text-align:center;
	width:70%;
}
.contact_sec .adress_box{
	padding:15px;
	background-color:#000565;
}
.contact_sec .adress_box .ad_box1.f-left {
    width: 34%;
}
.contact_sec .adress_box .ad_box1.f-left.mail_sec {
    width:40%;
}
.contact_sec .adress_box .ad_box1.f-left.contact_number {
    width:25%;
}
.contact_sec .contact_box {
    display: inline-block;
    vertical-align: top;
	color:#fff;
}
.contact_sec .contact_box + .contact_box{
	margin-left:10px;
}
.contact_sec .contact_box  a{
	color:#fff;
	line-height: 20px;
}
.contact_sec .contact_box p{
    margin-bottom: 5px;
    line-height: 20px;
    font-size: 15px;
}
.head_sec .about_mob{
	display:none;
}
.contact_minheight {
    min-height: 390px; 
}
/*----------placeholder--------------------*/
input:-moz-placeholder 
{  
    color: #878787; 
	opacity:1;
}  
input::-moz-placeholder {  
  color: #878787;  
  opacity:1;
}  
 
input::-webkit-input-placeholder {  
  color: #878787;  
  opacity:1;
}  

input:-ms-input-placeholder {  
  color: #878787;  
  opacity:1;
} 
textarea::-webkit-input-placeholder
{
  color:#878787;
  opacity:1;
}
textarea:-moz-placeholder 
{
  color:#878787;
  opacity:1;
}
textarea::-moz-placeholder 
{
  color:#878787;
  opacity:1;
}
textarea:-ms-input-placeholder 
{
  color:#878787;
  opacity:1;
}
/*------------------------------------------------------*/
.last_sec{
	background-color:#000565;
	padding:5px 0;
}
.last_sec p{
	margin-bottom:0;
	font-size:12px;
	color:#fff;
}
/*---------------------content_sec--------------------*/
.details_sec{
	padding-bottom:20px;
}
.inner_header{
	background-color:#000565; 
	padding:15px 0;
}
.inner_header h2{
	color:#fff;
}
.details_sec .d_box.doctor_innerbox {
    width:270px;
}
.details_sec  .doctors_sec .d_contents{
	padding-bottom:0;
}
.details_sec  .doctors_sec .d_contents p{
	margin-bottom:10px;
}
.details_sec .d_box {
    width:850px;
}
.d_info{
	padding:10px;
}
.details_sec .bluecolor{
	color:#1db3cf;
}
.details_sec .education{
	padding-top:5px;
}
.details_sec  .doctors_sec .d_info p{
	margin-bottom:5px;
}
.details_sec .education ul li {
    list-style: none;
    padding-left:32px;
    position: relative;
	line-height: 26px;
}
.details_sec .education ul li::before {
    color: #1db3cf;
    content: "*";
    font-size: 20px;
    position: absolute;
    top: 3px;
    left: 12px;
}
.details_sec .dbox_outer + .dbox_outer{
	margin-top:30px;
}
.details_sec .d_box.staff_box {
    width: 14%;
    margin: 12px !important;
}
.doctors_sec .d_box.staff_box .d_details h6{
	font-size:13px;
}
.doctors_sec .d_box.staff_box .d_details .d_personal {
    border-bottom: none;
    margin-bottom: 0;
}
.doctors_sec .d_box.staff_box + .d_box.staff_box {
    margin-left: 0;
}
.doctors_sec .staff_sec {
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
}
.content_head h2{
	margin-bottom:20px;
}
.brands {
    text-align: center;
    padding: 20px 0;
    background-color: #eee;
}
.brands .brands_imgbox {
    display: inline-block;
    vertical-align: top;
    margin:5px;
}
.brands .content_head h4{
	margin-bottom:20px; 
}
.testimony .head_sec h1 {
    margin-bottom:25px;
}
/*----------blogs--------------------------*/
.boarder_box {
    border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}
.blog-content .a {
	color: #000565 ;
	
}
.blog-content {
    margin-bottom: 20px;
}
.d_box.inner_staff_content {
    padding-top: 30px;
}
/*-----------------partners-------------------*/
.partner_sec .service_box {
    padding:30px 0 0 0;
}
.partner_boxsec {
    padding-top: 25px;
}
/*----------------mobile menu--------------*/
#mob_menu {
    background-color:#fff;
    color: #fff;
    height: 100%;
    left: -280px;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 280px;
    z-index: 999999;
}
#mob_menu.show_menu {
    left: 0;
}
#mob_menu.hide_menu {
    left: -100;
}
#mob_menu .close_btn a {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 5px;
    margin-top: 5px;
}
#mob_menu ul, #mob_menu ul li {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
#mob_menu ul li {
    display: block;
}
#mob_menu ul li a {
    color:#000565;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    padding: 4px 15px;
    text-decoration: none;
    text-transform: uppercase;
}
#mob_menu ul li a:hover,
#mob_menu ul li a:focus{
	color:#4a351f;
}
#mob_menu ul li + li {
    border-top: 1px solid #dedede;
}
.mobile_btn {
    display: none;
}
.a_right {
    text-align: right;
}
#close img {
    width: auto;
}
.mobBt:hover{
	cursor:pointer;
}
span.mobBt {
    border: none;
    display: none;
}
.mobBt{
	display:none;
}
.details_sec .education ul li::before{
    display:none;
}
/*-----------------------------*/
.modal-dialog .apment_box{
    width:100%;
}
.linkedin_box {
    display: inline-block;
    vertical-align: top;
}
.linkedin_box + .linkedin_box {
    margin-left:7px;
    border-left:1px solid #dedede;
    padding-left:7px;
}
.linkedin_box.linkedin_box1 {
    vertical-align: baseline;
}
.service_box.administers {
    margin-left: 10px;
}
.bslider .owl-prev,
.bslider .owl-next{
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../images/prevnext.png) no-repeat 0 1px;
    opacity: .4;
    top: calc(50% - 25px);
    margin-top: -25px !important;
    position: absolute;
    background-color:#000565;
}
.bslider .owl-prev:hover,
.bslider .owl-next:hover{
    opacity:1;
}
.bslider .owl-next {
    right: 0;
    background: url(../images/prevnext.png) no-repeat 0 -47px;
    background-color: #000565;
}
.about_content p {
    text-align: justify;
    margin-bottom: 5px;
}
.about_content {
    width: 38%;
}
.about_img {
    width: 60%;
    margin-left: 22px;
}
.service_bg{
    display:none;
}
.last_box a {
    display: inline-block;
    vertical-align: top;
}
.last_box a + a{
    margin-left:30px;
}
.service_box .head_sec.partners_head h1 {
    background-position: center bottom;
    text-align: center;
}
.home_partners{
    padding:90px 0 0 0;
}
.partner_sec .service_box.home_s_box {
    min-height: auto;
    padding-bottom: 40px;
}
.input_cover #datepicker {
    height: 40px;
}
/*------------------media------------*/
@media only screen and (max-width:1199px) {
    .about_content {
        width: 100%;
        float: none;
        display: block;
        padding:0px 20px;
    }
    .about_img {
        width: 50%;
        margin: 0 auto;
        float: none;
    }
    .map_sec iframe {
        height: 245px;
    }
  /*  .form_inputbox.first_boxsec {
        width: 12%;
    }*/
    .service_sec {
        background-position: right calc(190px);
        background-size: 60%;
    }
    .top_nav .top_links ul li a {
    font-size: 11px;
    }
   /* .banner_formsec input[type="submit"] {
        padding:30px 20px;
    }*/
    .service_box.inner {
        width: 45%;
    }
    .details_sec .d_box {
        width: 425px;
    }
	#contacts .col-md-4 {
		width: 100%;
		margin-bottom: 15px;
	}
	#contacts .col-md-8 {
		width: 100%;
	}
	.contact_sec .enqry_box .in_box .input_sec + .input_sec {
		float: none;
		text-align: left;
	}
}
@media only screen (min-width:768px) and (max-width:991px) {
    .logo_sec.inner_logo.f-left{
        
    }
}
@media only screen and (max-width:991px) {
    .logo_sec.f-left {
        width: 30%;
        padding-top: 25px;
    }
    .top_nav .top_links ul li a {
        font-size: 10px;
    }
    .top_nav .top_links ul li a {
        padding: 5px 5px;
    }
    .top_nav .top_links ul li + li {
        margin-left: 5px;
    }
    .service_sec {
        background-position: right calc(200px);
        background-size: 50%;
    }
    .d_box {
        width: 270px;
    }
    .contact_sec .enqry_box {
        margin-bottom: 20px;
    }
    .contact_minheight {
        min-height: auto;
        margin-bottom: 20px;
    }
  /*  .form_inputbox.first_boxsec {
        width: 15%;
    }*/
    .logo_sec.inner_logo.f-left {
        width: 50% !important;
        text-align: center;
        margin: 0 auto;
        float: none;
    }
    .top_nav .top_links {
        padding-top: 26px;
        text-align: center;
        margin: auto;
        float: none;
    }
    .service_box.inner {
         width: 46%;
    }
    .top_nav.inner_top .top_links ul li a {
        font-size: 12px;
    }
}
@media only screen and (max-width:767px) {
    .header.header-bg {
        position: unset;
    }
    .top_nav .top_links ul,
    .top_nav.inner_top .top_links ul{
        display: none;
    }
    .mobBt {
        display: block;
    }
    .top_nav.header.header-bg .banner_border {
        display: none;
    }
    .bslider .owl-prev, .bslider .owl-next {
        width: 35px;
        height: 35px;
        background-size: 100%;
        top:calc(50% - -17px);
    }
    .bslider .owl-next {
       background-position: center -32px;
    }
    .form_inputbox.first_boxsec {
        width: 100%;
        padding: 10px;
    }
    .banner_formsec {
        position: unset;
    }
    .form_inputbox {
     width:90%;
    }
    .form_inputbox.first_boxsec.booknow_bt {
        margin-top: 15px;
    }
    .banner_data {
        bottom: 0;
    }
    .contact_sec .adress_box .ad_box1.f-left.contact_number {
        width: 100%;
        text-align: left; 
        margin-top: 10px;
    }
    .contact_sec .adress_box .ad_box1.f-left,
    .contact_sec .adress_box .ad_box1.f-left.mail_sec{
        width: 100%;
    }
    .contact_sec .contact_box a{
        font-size:14px;
    }
    .logo_sec.f-left {
        width: 50%;
        padding-top: 10px;
    }
    .banner_data {
        bottom: 0;
        padding: 13px;
    }
    .banner_data h1 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .service_sec,
    .doctors_sec,
    .about_sec,
    .contact_sec,
    .home_partners
    {
        padding: 50px 0 0px 0;
    }
    .head_sec h1{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .about_img {
        width: 90%;
    }
    .service_box .head_sec {
        text-align: center;
    }
    .service_box .head_sec h1 {
        background-position:center 35px;
    }
    .service_sec {
        background-image: none;
    }
    .service_bg {
        display: block;
        margin-top :15px;
    }
    .service_bt a {
        font-size: 14px;
    }
    /*.logo_sec.inner_logo.f-left {
        width: 100% !important;
    }*/
    .logo_sec.inner_logo.f-left {
        float: left;
    }
    .top_links.inner_top .mobBt.f-right {
        /*display: inline-block;
        text-align: center;
        float: none;*/
        padding-top:10px;
    }
    .top_links.inner_top.f-right {
        padding-top: 10px;
    }
    .service_box.inner {
        width: 90%;
        min-height: auto;
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
    }
     .inner_header h2 {
        font-size: 20px;
        margin-bottom: 0;
    }
    .details_sec .d_box.doctor_innerbox {
        margin: 0 auto;
        display: block;
    }
    .details_sec .d_box {
        width: 100%;
    }
}
@media only screen and (max-width:500px) {
    .logo_sec.f-left {
        width: 85%;
        padding-top: 18px;
    }
    .blog-content h4 {
        margin-bottom: 20px;
        line-height: 24px;
    }
    .last_box a {
        display: block;
        margin-bottom:10px;
    }
    .last_box a + a {
        margin-left: 0;
    }
    .partner_sec .service_box.home_s_box {
        padding-bottom: 10px;
    }
    .service_bt.box_top{
        margin-top:20px;
    }
	.captcha {
    	display: block;
		margin-bottom:10px;
	}
	.g-recaptcha div {
		width: 100% !important;
	}
	.apment_box .form_sec .input_box {
		display: block;
		width: 100%;
	}
	.apment_box .form_sec .input_box + .input_box {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media only screen and (max-width:400px) {
    .service_box .service_area .service_data + .service_data {
        margin-left: 20px;
        width: 100%;
    }
    .service_box .service_area .service_data {
        display: block;
        margin: 0 auto;
        width: 60px;
    }
    .service_box .service_area .service_data + .service_data {
        margin-left: 0;
    }
    .service_box .service_area .service_data h5 {
        text-align: center;
    }
    .icon_box {
        width: 100%;
        margin: 7px 0;
    }
    .logo_sec.inner_logo.f-left {
        width: 80% !important;
    }
    .contact_sec .contact_box a {
        font-size: 16px;
    }
    .rc-anchor-normal {
        width: 258px !important;
    }
}
@media only screen and (max-width:345px) {
    .contact_sec .contact_box a {
        font-size: 14px;
    }
}
