@charset "utf-8";
/* CSS Document */

/* #Media Queries
================================================== */
/* Smaller than standard 1200px (devices and browsers) */
@media only screen and (max-width: 1200px) {
.container {
	width:90%;
	margin:0 auto;
}

}

@media only screen and (max-width: 1280px) {
header{
/*	padding:1%;*/
}

}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 600px) and (max-width : 1024px) {
/* Styles */

}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* Styles */
#main{
	width:100%;
	padding:0;
	margin:0 auto;
	padding-top:56px;
}
header nav{
    width: 70%;
}

.ace-responsive-menu > li > a {
    padding: 5px 1px 5px 10px;
    font-size: 11px;
}

}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* Styles */
#main {
    margin:0 auto;
    padding:56px 0 0;
    width:100%;
}
header {
    background:#fff none repeat scroll 0 0;
    left:0;
    position:fixed;
    transition:height 0.3s ease 0s;
    width:100%;
    z-index:999;
}
header .logo{
	width:15%;
}
header.smaller .logo{
	width:12%;
}

}

@media only screen and (min-device-width : 480px) and (max-device-width : 767px) and (orientation : landscape) {
#main{
	padding:0px;
}
header{
	padding:1% 0 2% 0!important;
}
header.smaller {
    height:70px!important;
}
header .logo {
    float:left!important;
    width:23%!important;
	position:absolute;
}
header nav {
    display:inline-block;
    float:right;
    padding:2% 2% 0 0!important;    
    width:100%;
}

}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
header {
	width:100%;
	height:auto;
	position:relative;
}
header.smaller {
	top:0;
	height:220px;
	background-color:#fff;
}
header .logo {
    float:left!important;
    width:26%!important;
	position:absolute;
	left:20px;
	top:10px!important;
}
header nav {
    display:inline-block;
    float:right;
    padding:4% 0 0 0;
    width:100%;
}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}
#main{
	padding:0px;
}

}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape){

}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* Styles */
th, td {
    font-size: 12px;
}
p{
	text-align: justify;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	width:100%;
	padding:15px;
}
.fa_menuarrow{
	display:none!important;
}
header {
    width: 100%;
    height: auto;
    padding: 10px 0;
    position: unset;
}
header.smaller {
	top:0;
	height:110px;
	background-color:#fff;
}
header .inner_container {
    flex-wrap: wrap;
    justify-content: center;
}
header .logo {
    width: 100px;
    z-index: 999;
}
header nav {
    display:inline-block;
    float:right;
    padding:2% 2% 0 0;
    width:100%;
    margin-top: 0%;
}
header.smaller .logo {
	width:60%;
	text-align:center;
	margin:0 auto;
	float:none;
}

.nav{
	width: 100%;
	padding: 0;
	z-index: 1;
}

#main {
    padding-top: 0px!important;
}
.ace-responsive-menu > li > a {
    padding: 5px 0 0 12px!important;
}
.ace-responsive-menu > li {
    padding: 8px 0!important;
}

.heading{
	font-size: 21px;
}
.sub_heading{
	font-size: 16px;
}
.title{
	font-size: 21px;
}
.btn{
	font-size: 14px;
}

.hamburger{
	width: 30px;
    height: 25px;
}
.center-line {
    top: 8px;
}
.top-line.active {
    transform: translateY(10px) rotate(45deg);
}

.list{
	margin: 50px 0 0;
}

.list li {
    margin: 10px auto;
    font-size: 16px;
}

header .inner_container .right_txt {
    width: 100%;
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1.2em;
    padding: 20px 0;
}

/*hero*/
.hero .inner_container .overlay_text{
	position: unset;
}
.hero .inner_container .overlay_text .left_box {
    padding: 0 0 0 3vw;
    width: 100%;
    position: absolute;
    top: 3vw;
}
.hero .inner_container .overlay_text .left_box .info_box{
	width: 100%;
}
.hero .inner_container .overlay_text .left_box .info_box .sub_heading{
	padding: 0 0 5px;
}
.hero .inner_container .overlay_text .right_box{
	width: 100%;
}
.hero .inner_container .overlay_text .right_box .form_box{
	padding: 30px;
	border-radius: 20px;
    margin: 50px 15px 0;
}

/*not_just_section*/
.not_just_section{
	padding: 10vw 0;
}
.not_just_section .inner_container .left_box{
	width: 100%;
}
.not_just_section .inner_container .left_box .inner_box {
    padding: 0
}
.not_just_section .inner_container .right_box {
    width: 100%;
    padding: 30px 0 0;
}

/*clinics_common_icons_wrapper*/
.clinics_common_icons_wrapper{
	padding: 10vw 0;
}
.clinics_common_icons_wrapper .inner_container .clinics_common_icons_box .boxes {
    width: 100%;
    border: none;
}
.clinics_common_icons_wrapper .inner_container .clinics_common_icons_box .box{
	width: 100%;
	border: unset;
}
.clinics_common_icons_wrapper .inner_container .clinics_common_icons_box .inner_box{
	display: flex;
    align-items: center;
    padding: 0 0 30px 0;
}
.clinics_common_icons_wrapper .inner_container .clinics_common_icons_box .box:last-child .inner_box{
	padding: 0;
}
.clinics_common_icons_wrapper .inner_container .clinics_common_icons_box .img_box {
	width: 20%;
}
.clinics_common_icons_wrapper .inner_container .clinics_common_icons_box .inner_box p {
    padding: 0 0 0 10px;
    width: 80%;
    text-align: left;
}

/*features_section*/
.features_section{
	padding: 10vw 0;
}
.features_section .inner_container .sub_heading{
	text-align: center;
}
.features_section .inner_container .heading{
	text-align: center;
}
.features_section .inner_container .features_boxes .boxes{
	width: 100%;
	margin: 0 0 30px 0;
	text-align: center;
}
.features_section .inner_container .features_boxes .boxes:last-child{
	margin: 0;
}
.features_section .inner_container .features_boxes .boxes .title::before{
	left: 100px;
}
.features_section .inner_container .features_boxes .boxes p{
	text-align: center;
}

/*facility_highlights_section*/
.facility_highlights_section{
	padding: 10vw 0;
	text-align: center;
}
.facility_highlights_section .inner_container .facility_highlights_boxes .boxes{
	width: 100%;
	padding: 0 0 30px 0;
}
.facility_highlights_section .inner_container .facility_highlights_boxes .boxes:last-child{
	padding: 0;
}

/*testimonials*/
.testimonials{
	padding: 10vw 0;
}
.testimonials .inner_container {
    width: 100%;
    margin: auto;
}
.testimonials .title {
    font-size: 24px;
    padding: 0 0 10px;
    margin: 0 0 10px;
}
.testimonials .testimonials_slider .item_box .attestant_box{
	padding: 20px 0;
}
.testimonials .testimonials_slider .item_box .attestant_box::before{
	top: -10px;
    width: 40px;
    height: 35px;
}
.testimonials .testimonials_slider .item_box .attestant_box .img_box img{
	max-width: 100px;
}
.testimonials .testimonials_slider .item_box .attestant_box .info_box .attestant_name{
	font-size: 18px;
}

/*faq_section*/
.faq_section {
    padding: 10vw 0;
}

/*lilo-accordion-control*/
.lilo-accordion-control{
	font-size: 18px!important;
	padding: 15px 50px 15px 15px!important;
}
.lilo-accordion-content{
	padding: 0 15px 20px 15px!important;
}
.lilo-accordion-content p{
	padding: 0!important;
}

/*form_section*/
.form_section{
	padding: 10vw 0;
}
.form_section .inner_container form .col-sm-3{
	padding: 0;
}
.form_section .inner_container form .col-sm-12{
	padding: 0;
}

/*footer_section*/
.footer_section{
	padding: 2vw 0;
}
.footer_section .inner_container .inner_box{
	font-size: 16px;
}
.footer_section .inner_container .inner_box .line_space span{
	display: none;
}
.footer_section .inner_container .inner_box .ctc_box .icon{
	padding: 0;
}

/*sticky_right*/
.sticky_right {
	right: -5px;
}
.sticky_right .block_1 a{
	padding: 10px 10px 10px 12px;
    width: 45px;
}

}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* Styles */
}

