

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');


/*************** DEFAULT CSS ***************/
body{
 	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-style: normal;
	line-height: normal;
	font-weight:400;
	color: #131313;
	text-decoration: none;
	margin:0px;
	-webkit-font-smoothing: antialiased;
	padding:0;
	
}

html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #0e76bd; /* Safari */
	color:#fff;
        }
::-moz-selection {
    background: #0e76bd; /* Firefox */
	color:#fff;
}

a {
	color:#e6312b;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	}
	a:hover {
	color: #0caf4e;
    }

p {
	margin:16px 0 16px 0;
	clear:left;
	padding:0;
	font-weight: normal;
	line-height: 29px
	}
h1, h2, h3, h4, h5, h6 {
	margin:0 0 20px 0;
	padding:0;
	font-weight:normal;
	}
    h1{
        color: #0e76bd;
        font-size: 45px;
        font-weight: 700;
        line-height: 40px;
        padding:0;

    }
	h2{
        color: #0e76bd;
        font-size: 36px;
        font-weight: 700;
        line-height: 40px;
        padding:0;
	}
    h3{
        color: #000;
        font-size: 20px;
        font-weight: 700;
        line-height: 20px;
        padding:0;
    }
.white-text{
	color: #fff;
}	
hr {
	margin:50px  0 50px 0;
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	
	float:left;
	width:100%;
	position:relative;
}

img{
	border:0;
	
}	
a img {
	border: 0;
	}

/*************** PRELOADER ***************/
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:999999; /* makes sure it stays on top */
}
#status {
	width:76px;
	height:76px;
	position:absolute;
	left:49%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../images/loading.png); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-32px 0 0 -32px; /* is width and height divided by two */
}

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
	}
.row{
	width:100%;
	display:block;
	float:left;
	padding:0;
}
.row-flex{ 
	width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}

.container{
	width:1200px;
	margin:0 auto;
}
.fullwidth{
	width:100%;
	display:block;
}
.clearfix{
	width:100%;
	height:100px;
	float:left;
	margin:0;
	padding:0;
	display:block;
}

section, footer {
	width: 100%;
	float: left;
	position: relative;
}
.aside {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
}
.summary {
    width: 74%;
    float: right;
    margin: 0;
    padding: 0 0 0 100px;
}
.pad-left{
	padding-left:80px;

}
.padleft-150{
	padding-left:150px;
}
.col{
    float:left
}
.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd30{
    width:30%
}
.smd70{
    width:70%
}
.smd66{width: 66.66666666%;}
.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.pd-5{ padding:5px; }
.pd-10{ padding:10px; }
.float-right{float: right;}
/*************** HOME PAGE CSS ***************/
header{ float: left; width: 100%; top:-100px; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; overflow-x: hidden; }
.header-right{
	width:53%;
	float: right;
 
}
.top-header{ float: left; width: 100%; background: #000; color:  #fff; padding:10px 0 7px 0;  }

.logo{ float: left;padding:0px 0 ; width:45%;}
.logo img{ max-width: 100% }
.menu-wrap{
    position: relative;
	float: right;
    width:100%;
   /* margin-top: 5px ;*/
    
}
.header-top{
	position: relative;
	background: #e0eef8;
	padding:10px 0 10px 0;
}
.header-bottom{

}

.top-info {
    display: inline-block;
    position: relative;
    padding: 0 0 0 37px;
    line-height: 16px;
    margin-left: 0px;
    font-size: 12px;
}
.top-info:nth-child(2) {
     margin-left: 20px;
    }
.header-top:before {
    content: '';
    background-color: #e0eef8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2em;
    width: 21em;
    overflow: visible;
    z-index: -1;
    -webkit-transform: skewX(24deg);
    -moz-transform: skewX(24deg);
    -ms-transform: skewX(24deg);
    -o-transform: skewX(24deg);
    transform: skewX(24deg);
}
.header-top:after {
    width: 20000%;
    height: 100%;
    line-height: 20px;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #e0eef8;
    z-index: -1;
}
.top-info i {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b1d2ea;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #0e76bd;
    border-radius: 50%;
}
.social {
    display: inline-block;
    margin-left: 20px;
    position: relative;
    top: -4px;

}
.social a {
    width: 32px;
    height: 32px;
    line-height: 34px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    float: none;
    border-radius: 50%;
    color: #fff;
}
.social a:hover {
background: #b04241;
    }
.fb {
    background-color: #3270bb;
}
.linkedin {
    background-color: #0482c8;
}
.whatsapp {
    background-color: #189d0e;
}
.instagram {
    background-color: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.number a{
	color: #1c1c1c;
	font-size: 12px;
	font-weight: 700;

}
.number a:hover{
	color: #0e76bd;

}
.menu {
    float: left;
    position: relative;
    z-index: 100;
    margin-top: 8px;
}

section.intro{
    background: url(../images/homebanner-1.jpg) no-repeat top right ;
    background-position: fixed;
    padding-top: 200px;
}
.bg4{
    background: url(../images/homebanner-2.jpg) no-repeat top right ;
}
.box-links-top{
    position: absolute;top:-100px;
    right: 7%;
    width:30%;
    z-index: 2;
    

}
.position-rel{position: relative;}
.box-links-top ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}

.box-links-top ul li {
    position: relative;
    width: 50%;
    padding: 20px 15px 25px 15px;
    float: left;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
     background: #b04241;
}
.box-links-top ul li:hover {
    background: #000;
    }
.box-links-top ul li.bluebg{background: #0e76bd;}
.box-links-top ul li a {
    color: #fff;

    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.box-links-top ul li img {
    -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
    text-align: center;
}
.box-links-top ul li span {
    display: block;
    text-transform: uppercase;
    padding: 10px 0;
    font-weight: 700;
}
.box-links-top ul li:hover img{
        transform: rotateY(180deg);
        text-align: center;
    }
.split-mask {
    width: 30%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    
}
.grey-bg{
    background: #ededed;
}
.intro-left{padding-right:50px; float: left;}
.intro-right{
        padding-top: 7px;
    position: relative;
    z-index: 1;
}
.pad-left{padding-left:50px;}
.intro-img{position: relative; line-height: 0}
.intro-img img{line-height: 0; width:100%; margin-top: 35px; margin-left: 5px;}
.intro-img:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -10px;
    top: 17px;
    border: 1px solid #b04241;
    content: '';
}

 h3.section-title {
    text-transform: uppercase;
    font-size: 16px;
    color: #131313;
    line-height: 26px;
    letter-spacing: .5px;
    display: block;
    padding-left: 80px;
    margin-bottom: 5px;
    position: relative;
}
h3.section-title:before {
    display: block;
    content: "";
    position: absolute;
    width: 70px;
    height: 1px;
    left: 0;
    background-color: #b04241;
    top: 50%;
}
.highlight-txt{
    color: #131313;
    font-weight: bold;
    font-size: 19px;
}

.link{}
.link a {
    color: #fff !important;
    font-size: 12px;
    line-height: normal;
    padding: 19px 35px;
    background-color: #b04241;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 90% center;
    margin: 16px 0;
}
.link a:hover {
    background: #0e76bd;
    }


section.treatments{margin-bottom: 100px;}

.treatment-div{
    display: flex;
    flex-wrap: wrap;
}
.treatment-left{
    width:40%;
    float: left;
    background: #ccc;

}
.treatment-right{
    width:60%;
    float: left;
    background: #ddf1ff;
    padding:10% 7%;
    position: relative;

}
.treatment-right p{
    font-size: 13px;
    line-height: 25px;
    padding-bottom: 10%;
    }
.treatment-right:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    left: 0%;
    top: 0%;
    bottom: 0;
    margin:auto;
    transform: translateX(-50%) rotate(45deg);
    z-index: 2;
    transition: all 500ms ease;
    background: #ddf1ff;
}
.ab-link{position: absolute; bottom: -11px; right: 5px}
.para-pad{padding:0 20%;}
.subtitle{
    position: relative;
    padding: 25px 0 10px 0;
    margin: 0;
     }
.subtitle:after{
    position: absolute;
    content: "";
    left:0;
    right:0;
    top: 0;
    margin:auto;
    width:80px;
    background: #b04241;
    height: 2px;
}


.bg2{
    background-image: url(../images/bg2.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}
.bg3{
    background-image: url(../images/bg3.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.fnt18{font-size: 18px; line-height: 20px}
.white-text{color: #fff}

.facilities-inner{}
.facilities-inner .boxy-wrap {
    width: 100%;
    float: left;
    list-style: none;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top:25px;
}
.facilities-inner .boxy-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.facilities-inner .boxy-wrap ul li {
    position: relative;
    width: 25%;
    padding: 25px 20px 35px 20px;
    float: left;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border:1px solid #fff;
}
.facilities-inner .boxy-wrap ul li span{
    display: block;
    text-transform: capitalize;
    padding: 10px 0;
    }
.facilities-inner .boxy-wrap ul li a {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.facilities-inner .boxy-wrap ul li a{
    color: #333;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .facilities-inner .boxy-wrap ul li img{
        -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
        text-align: center;
        filter: invert(0.9);
    }
      .facilities-inner  .boxy-wrap ul li:hover {
    background: rgba(176, 65, 65, 1);
    }
         .facilities-inner  .boxy-wrap ul li:hover a{
   color :#000;
    }
            .facilities-inner  .boxy-wrap ul li:hover img{
   filter: invert(1);
    }
/*--------------*/
.boxy-wrap {
    width: 100%;
    float: left;
    list-style: none;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-top:25px;
}
.boxy-wrap ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none;
}
.boxy-wrap ul li {
    position: relative;
    width: 25%;
    padding: 25px 20px 35px 20px;
    float: left;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    border:1px solid #fff;
}
.boxy-wrap ul li span{
    display: block;
    text-transform: capitalize;
    padding: 10px 0;
    }
.boxy-wrap ul li a {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.boxy-wrap ul li a{
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    .boxy-wrap ul li:hover {
    background: rgba(176, 65, 65, 0.7);
    }
.boxy-wrap ul li img{
        -webkit-transition: all 700ms ease-in-out;
    -moz-transition: all 700ms ease-in-out;
    transition: all 700ms ease-in-out;
        text-align: center;
    }
    .boxy-wrap ul li:hover img{
        transform: rotateY(180deg);
        text-align: center;
    }
.boxy-wrap ul li:after {

}
.boxy-wrap ul li:last-child:after { border-right: 0px solid #ccc;
}

.testimonial-img{width:100px;}
.testimonial-desc{
    padding: 7px 25px;
    background: url(../images/quote.jpg) no-repeat top left;
    float: left;
    width: 80%;
}
.gallary{
     margin:0;
     padding: 0;
    float: left;
    width: 100%;

}
.gallary li{width: 20%; float: left; padding: 10px; list-style: none;}



footer{}

.footer{
    color: #fff;
    text-align: center;
}
.footer p{
    margin:10px 0;
    }
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #b04241;
}
.footer-links{
    padding:10px 0;
}
.footer-links a{
   color :#fff;
   padding:0 5px;
}
.bigtext{font-size: 20px; line-height: 25px;
font-weight: 700; line-height: 35px}
.footer-bottom{
   border-top:1px solid #4d4947; 
   padding:25px 0;
}
.client-name{
    font-size: 18px;
    color: #333333;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
    padding:7px 0;
}
/*************** INNER PAGE CSS ***************/
.pad-100{padding:100px 0;}
.pad-50{padding:50px 0;}
.pad-50{padding:30px 0;}
.pad-top-100{padding:100px 0 0 0;}
.padtop-200{padding-top:200px ;}
.padtop-50{padding:50px 0 0 0;}
.pad-70{padding:70px 0;}
.pad{ padding: 100px 0px; }

.cnt-wrap{padding: 30px 20px;background-color: #fff;box-shadow: 0px 3px 40px #0000002e;-webkit-box-shadow: 0px 3px 40px #0000002e;
-moz-box-shadow: 0px 3px 40px #0000002e; float: left; width: 30%;}
.icon_box { border-bottom:1px solid #e1e1e1; padding-bottom: 7px; margin-bottom: 23px;}
.icon_box:hover i {background-color: #0e76bd;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.icon_box i {float:left;margin:0px 20px 0px 0px;padding:8px;width:45px;height:45px;text-align:center;line-height:30px;color:#fff;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;background: #b04241;}
.icon_box .descripion { display:block; overflow:hidden}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #000;}
.icon_box p {margin:0;padding-bottom:15px;}
.icon_box a { color:#434446}
.icon_box:last-child{ margin-bottom:0px; padding-bottom:0px; border-bottom:none;}
.cnt-form{ float: left; width: 70%;  }
.map{ float: left; width: 100%; margin-top: 30px; }
.map iframe{ height:450px; }
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color: #04AA6D; color: white;}



ul.list {
    margin: 12px 0;
    width: 100%;
    float: left;
    padding: 0;
}
ul.list li {
    float: left;
    width: 100%;
    padding: 2px 0 2px 25px;
    background-repeat: no-repeat;
    /*background-image: url(../images/list.png);*/
    background-position: top 8px left;
    margin-bottom: 10px;
    line-height: 22px;
    list-style: none;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    position: relative;
  
   
}
ul.list li:before{
    position: absolute;
    top:2px;
    left:0;
    content: "\f00c";
     font-family: 'FontAwesome';
     font-size: 16px;
     color: #131313;

}
.

section.testimonials{}

/*************** INNER BANNER ***************/
.banner{ float: left; z-index: 0;
 width: 100%; height: 300px; display: flex;  justify-content: center; align-items: center;  text-align: center;
background-image: url(../images/banner1.jpg); background-position: center; background-repeat: no-repeat; position: relative; }
.banner-caption h2{color: #fff;font-size: 48px;margin-bottom: 15px;text-transform: uppercase;line-height: 42px; font-weight: 700;}
.banner-caption h4, .banner-caption h4 a, .banner-caption h4 span{ color: #fff; font-size: 12px; text-transform: uppercase; letter-spacing: 1px; }
.banner-caption h4{background-color: #0e76bd;padding: 15px 30px;display: inline-block;margin-bottom: 0px;}
.banner-caption{position: relative;z-index: 1;}
.banner:after{ position: absolute; content: ''; width: 100%; height: 100%; left: 0px; top: 0px; background-color:#4b0201; opacity: .5; }
.banner1{ background-image: url(../images/banners/banner8.jpg); }
.banner2{background-image: url(../images/banners/banner11.jpg);}
.banner3{background-image: url(../images/banners/banner1.jpg);}
.banner4{background-image: url(../images/banners/banner10.jpg);}
.banner5{background-image: url(../images/banner5.jpg);}





/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41);	;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #fff;}
header.smaller .logo img{width:208px; padding:3px 0 0 0;}
header.smaller .header-top{display: none;}


/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}



/**********forms**************/
form{
	margin:0;
	padding:0;
}
*:focus {  
	outline: none;
}
.fieldset{
	    width: 100%;
	    height: 52px;
	    padding: 8px 10px;
	    background-color: none;
	    background-color: transparent;
	    display: block;
	    border: 1px solid rgb(211 211 211);
	    margin: 0 0 10px 0;
	    color: #626262;
	    font-size: 14px;
	    float: left;
	    border-radius: 6px;
	    -webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	    border-left: 2px solid #b04241;
        background: #fff;

}
.fieldset1{ height: 130px; }
.sendbutton{
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 19px 35px;
    background-color: #b04241;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 90% center;
    margin: 16px 0;
    border:0;
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

	
	}

	.sendbutton:hover{
		background-color: #0e76bd;
	}
.contact-form{ float: left;width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #626262 !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #626262 !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #626262 !important;
}
:-ms-input-placeholder {  
   color:  #626262 !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}
.two-col{float: left;
         width:50%;
         padding: 32px; }

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1400px) {

}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}

/************************************* 1180px *************************************/
@media only screen and (max-width: 1200px) {
.container{ width:96%;}
.jetmenu>li>a{padding:31px 10px;}
.box-links-top{
    width:50%;

}

}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:96%;}
header .container{ width:100%;}


}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
    .header-right {
    width: 100%;
}
header.smaller{position: relative;}
.logo {
       width: 80%;
    margin: 0 auto;
    float: none;
}
.social{
top: 100%;
    margin-left: 0;
    padding: 11px 0 0px 22px;
    z-index: 100;
    position: absolute;
    left: 0;
}
.social a {
    width: 25px;
    height: 25px;
    line-height: 26px;
    font-size: 16px;
    }
.number a {
    font-size: 12px;
}
.menu {
    position: absolute;
    margin-top: 0px;
    width: 100%;
    background: #f04e30;
}
.jetmenu>li>a{padding:10px 10px;}
h2{font-size: 25px; line-height: 25px;}
.pad-100 {
    padding: 50px 0;
}
.bigtext {
    font-size: 16px;
    line-height: 19px;
    }
    .fnt18 {
    font-size: 13px;
    line-height: 20px;
}
.box-links-top{
    width:50%;

}
section.intro{padding-top:100px; }
.box-links-top{top:-50px;width:90%;right:0; left:0; margin:auto; position: relative;}
.box-links-top ul li img {width:52px;}
.box-links-top ul li{padding:10px;}
.box-links-top ul li span{padding: 0;}
}


/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
.aside, .summary, .cnt-wrap, .cnt-form, .intro-left, .intro-right{ width:100%; margin:0 0 25px 0; }
.pad-left{
	padding-left:0px;
    padding-top:30px;

}
.smd2, .smd3, .smd66, .testimonial-desc{
    width:100%;
}
.pad-100 {
    padding: 20px 0;
}
.pad-50 {
    padding: 20px 0;
}
.footer-top{font-size: 13px;}
.footer-bottom{font-size: 11px;}
}


/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
    .boxy-wrap ul li {
    position: relative;
    width: 50%;
    padding: 5px 10px 5px 10px;
}
.para-pad {
    padding: 0 0%;
}
h1 {
    color: #0e76bd;
    font-size: 34px;

}
.treatment-left{display: none;}
.treatment-right{width:100%;}
.boxy-wrap ul li img{width:75px; margin-top: 10px}

.banner-caption h2 {
    color: #fff;
    font-size: 34px;
    }
.banner-caption h4 {
    background-color: #0e76bd;
    padding: 10px 16px;
}
.banner{height: 250px;}
.top-info:nth-child(2) {
     margin-left: 0px;
    }
.gallary li{width: 50%;}


.facilities-inner .boxy-wrap ul li{width: 50%;}
section.treatments {
    margin-bottom: 50px;
}
}

/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {

	}


	/************************************* 360px *************************************/
@media only screen and (max-width: 360px) { .gallary li{width: 100%;}
.facilities-inner .boxy-wrap ul li{width: 100%;}
}
/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
}
