
/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {
  
  //CSS
  
}

/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
  
  //CSS
  
}

/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
  
  .heading .contact_box {
width: 100%;
margin-left:0%;
margin-bottom:0px;
}
  
}

/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
  //CSS
  
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
	
	.download{ margin-top:0px;
	margin-bottom:10px;}
	.contact_box{margin-bottom: 20px;}
	
	.heading h1 {
font-size: 32px;}
	
.heading h3 { font-size: 18px;
padding-bottom: 10px;}
.heading{ margin-bottom:10px;}

.heading h4 {
font-size: 20px;}
.heading p {
font-size: 16px;}
	
	
	

.care_box_2 {
    width: 100%;
    height: auto;
    float: right;
}

care_box_1 {
    width: 20%;
    height: auto;
    float: left;
    margin-top: 0;
    margin-bottom: 20px;
}
.top_head h3 {
    font-size: 14px;
    text-align: right;
}

.heading .contact_box {
width: 100%;
margin-left:0%;
margin-bottom:0px;
}

.logo {
    text-align: center;
}

}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	.inner_banner img{ height:245px;}
	
	.mand_box{ width:100%; margin-bottom:10px;}
	.download{ margin-top:0px;
	margin-bottom:10px;}
	.contact_box{margin-bottom: 20px;}
	
.heading h1 {
font-size: 30px;}
	
.heading h3 { font-size: 18px;
padding-bottom: 10px;}
.heading{ margin-bottom:10px;}

.heading h4 {
font-size: 18px;}
.heading p {
font-size: 14px;}
	
	
.pt25{ padding-top:0px;}
.copy p {
    font-style: normal;
    font-size: 14px;
    color: 
    #FFF;
    padding-top: 25px;
    text-align: center;
}
.h_contact_box h1 {
    font-size: 26px;
    text-align: center;
	
}
.h_contact_box h3 {
    font-size: 22px;
    padding: 0px;
        padding-top: 0px;
    color: 
    #4480e8;
    text-align: center;
    font-style: italic;
    padding-top: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
}


#contact {
    width: 100%;
    height: auto;
    margin: 15px 0px;
    float: left;
}

.heading .contact_box {
width: 100%;
margin-left:0%;
margin-bottom:0px;
}

.about_center_box h3 {
    font-size: 19px;
    padding: 0px;
        padding-bottom: 0px;
    color: 
    #4480e8;
    text-align: center;
    font-style: italic;
    padding-bottom: 10px;
}

.about_center_box h1 {
    font-size: 26px;
    text-align: center;
    padding-top: 5%;
}
.about_center_text h1 {
    font-size: 26px;
    text-align: center;
    padding-top: 10%;
    color: 
    #fff;
}

.about_center_text h2 {
    font-size: 16px;
    padding: 2px 0px 0px 0px;
        padding-right: 0px;
        padding-left: 0px;
    color: 
    #fff;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.care_giver1 h2 {
    font-size: 18px;
    padding: 0px 0px 0px 0px;
    color: 
    #4480e8;
    font-style: italic;
}

.care_giver1 h1 {
    font-size: 21px;
    padding: 30px 0px 0px 0px;
}

#care_giver {
    margin-top: 0px;
}

.helplane_txt1_left {
    width: 50px;
    height: 50px;
    float: left;
    background: 
    #fff;
    opacity: .5;
    border-radius: 50%;
}

.helplane_txt1_left i {
    font-size: 27px;
    color: 
    #0a58e1;
    padding-left: 14px;
    padding-top: 12px;
    cursor: pointer;
    text-align: center;
}
.medical_care_text h3 {
    width: 139px;
    margin: 0px auto;
    padding: 10px 0px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color:#4480e8;
    border-radius: 0px;
}
.home_info h1 {
    font-size: 18px;
    padding-top: 20px;
}
.carousel-caption{ display: none;}
.carousel-indicators {
    bottom: 0px;
}

.know_but {
    display: inline-block;
    width: auto;
    font-size: 15px;
    background-color: rgb(80, 144, 246);
    color: #fff;
    text-align: center;
    border-radius:0px;
    padding: 5px 20px;
}

.home_service_box2 {
    width: 100%;
    height: auto;
    margin: 25px 0px;
    padding: 0px;}

.homeser01{ display: none;}

.home-new{ width:100%; float: left; display:block;}

.top_head h3 {
    font-size: 14px;
    text-align:right;
}
.logo {
    text-align: center;
}
.home_row{  background:#dbe6f7; margin-top:0px;}
}