@font-face {
  font-family: 'HelveticaNeueMedium';
  src: url('HelveticaNeueMedium.eot');
  src: url('HelveticaNeueMedium.woff2') format('woff2'),
       url('HelveticaNeueMedium.eot?#iefix') format('embedded-opentype');
  src: url('HelveticaNeueMedium.woff') format('woff'),
       url('HelveticaNeueMedium.ttf') format('truetype'),
       url('HelveticaNeueMedium.svg#HelveticaNeueMedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueLight';
  src: url('HelveticaNeueLight.eot');
  src: url('HelveticaNeueLight.woff2') format('woff2'),
       url('HelveticaNeueLight.eot?#iefix') format('embedded-opentype');
  src: url('HelveticaNeueLight.woff') format('woff'),
       url('HelveticaNeueLight.ttf') format('truetype'),
       url('HelveticaNeueLight.svg#HelveticaNeueLight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueThin';
  src: url('HelveticaNeueThin.eot');
  src: url('HelveticaNeueThin.woff2') format('woff2'),
       url('HelveticaNeueThin.eot?#iefix') format('embedded-opentype');
  src: url('HelveticaNeueThin.woff') format('woff'),
       url('HelveticaNeueThin.ttf') format('truetype'),
       url('HelveticaNeueThin.svg#HelveticaNeueThin') format('svg');
  font-weight: 100;
  font-style: normal;
}

section.slider {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.flexslider {
    margin: 0;
    border: 0;
}

/* reset css start */
a, a:hover, a:focus {
    text-decoration: none;
}
.topbar {
    background-color: black;
    position: relative;
    z-index: 555;
}
p {
    font-size: 1.6rem;
    line-height: 2.4rem;
}
section:after, ul:after {
    content: "";
    clear: both;
    display: block;
}
/* reset css end */
body {
    font-family: 'Muli', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
	overflow-x: hidden;
}
.main_wrapper {
    width: 100%;
    max-width: 100%;
    position: relative;
    padding: 0;
    margin: 0 auto;
}

.header_top:after {
    content: "";
    height: 60px;
    width: 350px;
    position: absolute;
    left: -35px;
    bottom: 0;
    background-color: #fff;
    transform: skew(-45deg);
}
.topbar > .container {
    position: relative;
}
.topbar ul {
    float: right;
    padding: 5px 0 18px;
}
.topbar li {
    float: left;
    text-align: left;
    padding: 0px 6px;
    border-right: 1px solid #fff;
    list-style: none;
}
.topbar li:last-child {
    border: 0;
    padding-right: 0;
}
.topbar ul {
    float: right;
    padding: 5px 0 18px;
    color: #fff;
    font-family: sans-serif;
    font-weight: 900;
	padding:8px 0;
}
.topbar h5 {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    line-height: 1.6rem;
    text-transform: capitalize;
	padding: 8px 0;
}
.topbar h5 .fa {
    line-height: inherit;
    font-size: 1.2rem;
    color: inherit; 
	margin-right: 4px;
}
.topbar p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin: 0;
    color: #888;
}
.topbar a {
    color: #fff;
	font-size: 12px;
}
.topbar a:hover, .topbar a:focus {
    color: #666;
    text-decoration: underline;
}
.web_logo {
    /* float: left; */
    position: absolute;
    width: 200px;
    z-index: 5;
    top: 3px;
    /* left: 15px; */
}
.web_logo a {
    display: block;
}
.web_logo img {
    width: 100%;
    display: block;
}
/* top navbar css start */
.navbar-default {
    background-color: #fff;
    /* background-color: rgba(218, 37, 28, 0.95); */
    border: 0;
    /* border-radius: 0; */
     margin: 0; 
    /* border-bottom: 2px solid; */
}
.navbar-default .navbar-nav>li>a {
    color: #0c0c0c;
    font-size: 18px;
    font-weight: 700;
    text-transform:capitalize;
}
.navbar-default .navbar-nav>li>a:hover {
    color: rgb(31, 172, 235);
    font-size: 18px;
    font-weight: 700;
    text-transform:capitalize;
}
header.header_top {
    border-bottom: 2px solid #080808;
}


.navbar-brand img {
    display: block;
    width: 100%;
}
.dropdown-menu {
background-color: #0060aa;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

/* top navbar css start */

/* slider section start*/
.bg_slider {
    max-width: 100%;
    height: 100vh;
    margin: 0 auto;
    position: relative;
}
.slide1,.slide2,.slide3,.slide4,.slide5 {
    position: absolute;
    width: 100%;
    height: 100%;
}
.slide1 {
    background: url(../images/image4.jpg) no-repeat center;
    background-size: cover;
    animation:fade 8s infinite;
    -webkit-animation:fade 8s infinite;

} 
.slide2 {
    background: url(../images/image5.jpg) no-repeat center;
    background-size: cover;
    animation:fade2 8s infinite;
    -webkit-animation:fade2 8s infinite;
}
.slide3 {
    background: url(../images/image4.jpg) no-repeat center;
    background-size: cover;
    animation:fade3 8s infinite;
    -webkit-animation:fade3 8s infinite;
}
@keyframes fade {
  0% {opacity:1}
  33.333% { opacity: 0}
  66.666% { opacity: 0}
  100% { opacity: 1}
}
@keyframes fade2 {
  0% {opacity:0}
  33.333% { opacity: 1}
  66.666% { opacity: 0 }
  100% { opacity: 0}
}
@keyframes fade3 {
  0% {opacity:0}
  33.333% { opacity: 0}
  66.666% { opacity: 1}
  100% { opacity: 0}
}

.banner_overlay {
    position: absolute;
    width: 100%;
    top: 0;
    height: calc(100% - 70px);
}
.referral_links {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 999;
}
.referral_links a {
    display: block;
    color: #da251c;
    margin-bottom: 10px;
    background-color: #da251c;
    line-height: 38px;
    border-radius: 0 25px 25px 0;
    padding: 0 50px 0 15px;
    position: relative;
    transform: translateX(-175px);
    width: 220px;
    text-align: center;
    transition: all 700ms ease;
}
.referral_links a:last-child {
    margin-bottom: 0;
}
.referral_links a:hover, .referral_links a:focus {
    transform: translateX(0px);
    box-shadow: 0 0 3px #e5e5e5;
    background-color: #fff;
    transition: all 700ms ease;
}
.referral_links a:after, .referral_links a:before {
    position: absolute;
    right: 3px;
    height: 34px;
    width: 34px;
    background: #fff;
    content: "";
    top: 2px;
    border-radius: 50%;
    z-index: 3;
    transition: all 700ms ease;
}
.referral_links a:hover:after, .referral_links a:focus:after {
    background: #da251c;
    transition: all 700ms ease;
}
.referral_links a:before {
    font-family: FontAwesome;
    background: transparent;
    text-align: center;
    line-height: 34px;
    z-index: 4;
    color: #da251c;
    font-size: 1.8rem;
}
.referral_links a:hover:before, .referral_links a:focus:before {
    color: #fff;
    transition: all 700ms ease;
}
.referral_links a:first-child:before {
    content: "\f073";
}
.referral_links a:nth-child(2):before {
    content: "\f0f0";
}
.referral_links a:nth-child(3):before {
    content: "\f0fa";
}
.referral_links a:nth-child(4):before {
    content: "\f0fa";
}
.referral_links a:last-child:before {
    content: "\f017";
}
.overlay_tabs {
    width: 450px;
    position: absolute;
    top: 50%;
    transform: translateY(-40%);
    right: 50px;
}
.overlay_tabs .nav-tabs {
    border: 0;
}
.overlay_tabs .nav-tabs li {
    margin: 0;
}
.overlay_tabs .nav-tabs li a {
    background-color: #fff;
    border-radius: 0;
    margin: 0;
    border: 0;
    color: #005FA9;
    text-transform: capitalize;
    font-weight: 600;
}
.overlay_tabs .nav-tabs li.active a {
    background-color: rgba(0, 95, 169, 0.6);
    color: #fff;
    border: 0;
    margin: 0;
}
.overlay_tabs form.form {
    background-color: rgba(0, 95, 169, 0.6);
}
.overlay_tabs form.form > div:last-child {
    margin-bottom: 0;
}
.overlay_tabs .btn_cont .btn_submit {
    color: #005FA9;
    background-color: #fff;
    font-weight: 600;
}

.slider img {
    width: 100%;
    display: block;
}
/* intro section start */
section.index_section.inner_section {
    /* padding: 10px 0; */
    /* padding-top: 56px !important; */
    padding-bottom: 3px !important;
    background-image: url(http://preschoolsupport.jwsuperthemes.com/wp-content/uploads/2015/10/bg_courses.png?id=3218) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    /* background-size: cover !important; */
    /* margin-top: 80px !important; */
    /* margin-bottom: 100px !important; */
	 margin: -40px;
    z-index: 5555;
    position: relative;
}
h1.select_classes {
    font-size: 20px;
    padding: 50px 0;
    color: #fff;
    font-weight: 900;
    font-family: cursive;
}
.des_details img {
    width: 100px;
    height: 100px;
}
.des_details h1 {
    font-size: 20px;
    font-weight: 900;
    font-family: inherit;
}
des_details {
    text-align: center;
}
.des_details {
    text-align: center;
    border-right: 1px solid #efe8e8;
}
h2.title_section {
    text-align: center;
    border-bottom: 4px solid #da251c;
    width: 600px;
    padding: 4px;
    font-size: 25px;
   
    margin-left: 250px;
    font-weight: 900;
    margin-bottom: 30px;
}
.des_details1 img {
    width: 100%;
    padding: 8px;
}
.des_details1 h1 {
    font-size: 16px;
    font-family: sans-serif;
    text-align: center;
    color: black;
}
.des_details1 {
    border: 1px solid #f1e2e2;
}
footer {
    background-color:#1c1a1f;
    color: #fff;
    position: relative;
}
p.foot_mob a {
    color: #fff;
}
.foot_image img {
    width: 100%;
}
.foot_btm {
    background-color: black;
    padding: 20px 0;
    /* font-size: 20px; */
}
p.designed_by {
    float: right;
}
.foot_top {
    padding-bottom: 30px;
}
ul.list-unstyled>li>a {
    color: #fff;
    font-size: 30px;
}
section.our_services {
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fo;
    background-attachment: f;
    background-position: fixed;
    background-attachment: fixed;
    width: 100%;
    height: 600px;
}
h1.heading_ind {
    font-size: 35px;
    font-family: cursive;
    padding: 30px 0;
}
/*======== inner_page CSS START =========*/
.hospital_image img {
    height: 600px;
    width: 100%;
}
.specialities_section1, .specialities_section3 {
    padding: 50px 0;
}
.diagnosis-inner {
    padding: 20px;
    border: 1px solid #efefef;
    border-bottom: 3px solid #da251c;
}
.diagnosis-inner img {
    width: 100%;
}
.specialities_section1 .section_title, .specialities_section2 .section_title {
    text-align: left;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4.0rem;
    color: #da251c;
}
.specialities_section1 .section_title:after, .specialities_section2 .section_title:after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    background-color: #da251c;
    margin: 0;
}
.sidebar_title {
    font-size: 2.4rem;
    text-transform: capitalize;
    margin: 0 0 20px;
    text-align: left;
    color: #da251c;
    line-height: 4.0rem;
}
.sidebar_title:after {
    content: "";
    display: block;
    height: 2px;
    width: 54px;
    background-color: #da251c;
    margin: 0;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul:after {
    content: "";
    clear: both;
    display: block;
}
.specialities_list li {
    border-bottom: 1px dashed rgba(218, 37, 28, 0.15);
    padding: 10px 0;
}
.specialities_list li:first-child {
    border-top: 1px dashed rgba(218, 37, 28, 0.15);
}
.specialities_list a {
    display: inline-block;
    text-transform: capitalize;
    color: #333;
    line-height: 2.2rem;
    padding: 0;
    vertical-align: middle;
}
.specialities_list a:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 7px;
}
.specialities_list a:hover {
    color: #da251c;
}
.specialities_section2 {
    padding: 50px 0;
    position: relative;
}
.specialities_section2 .col-sm-7 {
    height: 400px;
    background-color: #f5f5f5;
    padding: 15px;
}
.col-sm-4.doctor_pic {
    padding: 0;
    background-color: #fff;
    overflow: hidden;
}
.img-overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(218, 37, 28, 0.5);
    text-align: center;
}
.img-overlay h3 {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    line-height: 2.0rem;
}
.img-overlay p {
    margin: 0;
    color: #fff;
}
.doctor-name {
    margin: 0 0 8px;
    font-size: 2rem;
    font-weight: bold;
    color: #da251c;
}
.doctor-details-list li {
    padding: 5px 5px 5px 120px;
    position: relative;
    margin-bottom: 2px;
    font-size: 1.3rem;
    line-height: 1.6rem;
}
.doctor-details-list li span {
    width: 110px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px;
    font-weight: bold;
    font-size: 1.2rem;
}
.doctor-details-list li span:after {
    content: ":";
    float: right;
    padding-left: 3px;
    display: inline-block;
    font-weight: bold;
    color: #da251c;
}
.specialities_section2 .col-sm-5 {
    background-color: #005FA9;
    height: 400px;
    padding: 15px;
}
.appointment_form h2 {
    font-size: 2.4rem;
    margin: 0 0 20px;
    color: #fff;
}
.appointment_form form.form {
    padding: 0;
}
.specialities_section4 {
    background-image: url(../images/bg14.jpg);
    background-position: top center;
    background-attachment: fixed;
    padding: 50px 0;
    position: relative;
}
.specialities_section4:before {
    background-image: url(../images/pattern.png);
    background-position: center center;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.specialities_section4 .panel-group {
    margin: 0;
    position: relative;
}
.specialities_section4 .panel-group .panel {
    margin-bottom: 20px;
}
.specialities_section4 .panel-default>.panel-heading {
    border: 2px solid #fff;
    height: auto;
}
.specialities_section4 .panel-title a:before {
    content: "\f067";
    font-family: FontAwesome;
    position: relative;
    background: transparent;
    left: 0;
    top: 0;
    height: inherit;
    width: auto;
    margin: 0;
    padding: 0 10px 0 15px;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    opacity: 1;
    visibility: visible;
    font-weight: normal;
}
a.logo-anchor h2 {
    float: left;
    width: 152px;
    line-height: 34px;
    margin: 0;
    text-transform: uppercase;
    font-size: 46px;
    color: #004B89;
    padding: 10px 0 0;
    font-size: 22px;
    font-family: 'Londrina Solid', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
    font-weight: 700;
	z-index: 555;
    position: relative;
    /* margin-right: -20px; */
  
}
h3.logo-sub-title {
    margin: 0;
    clear: both;
    padding: 4px 0 0;
    font-size: 24px;
    text-transform: capitalize;
    color: #434a54;
}
span.logo-subtext span {
    font-size: 12px;
    line-height: inherit;
    float: left;
    width: 24px;
    border-radius: 3px;
    color: #fff;
}
span.text-clr-rd {
    background-color: #fb6b47;
}
span.logo-subtext span {
    font-size: 12px;
    line-height: inherit;
    float: left;
    width: 24px;
    border-radius: 3px;
    color: #fff;
}
span.text-clr-ylo {
    background-color: #ffc000;
    transform: rotate(-25deg);
    margin: 0 3px;
}
span.logo-subtext span {
    font-size: 12px;
    line-height: inherit;
    float: left;
    width: 24px;
    border-radius: 3px;
    color: #fff;
}
span.text-clr-sky {
    background-color: #5bc4db;
}
span.logo-subtext span {
    font-size: 12px;
    line-height: inherit;
    float: left;
    width: 24px;
    border-radius: 3px;
    color: #fff;
	text-align: center;
}
span.text-clr-grn {
    background-color: #a7c850;
    transform: rotate(25deg);
    margin-left: 3px;
}
ul.import_head {
    float: left;
}
h1.head_lines {
    color: #fff;
    float: left;
    color: #f1f1f1;
    /* line-height: 28px; */
    font-weight: 900;
    font-size: 20px;
    /* padding: 8px; */
    margin: 0px;
    padding: 10px;
}
.referral_links a:first-child:before {
    content: "\f09a";
	background-color: #0c0cc1;
    color: #fff;
}
.referral_links a:nth-child(2):before {
    content: "\f081";
    background-color: #1fadd1;
    color: #fff;
}
.referral_links a:nth-child(3):before {
    content: "\f0d5";
	color: #fff;
    background-color: #dc2222;
}
.referral_links a:nth-child(4):before {
    content: "\f167";
	color: #fff;
    background-color: #900f0f
	;
}
.referral_links a:last-child:before {
    content: "\f08c";
	color: #fff;
    background-color: blue;
}
.get_in_touch a {
    float: right;
    padding: 10px;
    font-size: 18px;
    background-color: #1faceb;
    border-radius: 10px;
}
.get_in_touch {
    padding: 2px 0 2px;
}


.brand-logo img {
  
    height: 100px;
}
p {
    text-align: justify !important;
}
.col-sm-8.col-lg-8.diagnosis-desc {
    padding: 90px 0;
}
ul.nav.navbar-nav {
    padding: 30px 0;
}
.diagnosis-inner p {
    padding: 6px 0;
}
.abt_img1 img {
    margin-top: -240px;
	margin-left: 15px;
}
h2.section_title1 {
    padding-bottom: 20px;
    font-size: 35px;
}
.col-sm-12.col-lg-12.diagnosis-desc p {
    text-align: justify;
}
.abt_txt p {
    margin-left: 140px;
    border-left: 2px solid deepskyblue;
    padding: 15px;
	margin-top:40px;
}
section.about {
    padding: 60px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: rgb(13, 91, 165);
    color: #fff;
}
.activities {
    background-image: url(../images/27.jpg);
    height: 950px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
	width:100%;
	
}

section.icons {
    background-image: url(../images/bggg.jpg);
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
	width:100%;
	
}
section.con_info {
    background-image: url(../images/bggg.jpg);
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
    width: 100%;
	padding:40px;
}
section.icons {
    background-image: url(../images/bggg.jpg);
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
	width:100%;
	
}
section.con_info {
    background-image: url(../images/bggg.jpg);
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
    width: 100%;
	padding:40px;
}
h2.head {
    border: none;
}
h2.head1 {
    border: none;
	color:white;
	font-style: italic;
    border: none;
    color: orange;
    font-family: 'Cantata One', serif;
    font-size: 50px;
    font-weight: bold;
	margin-top:40px;
}
.why_img img {
    border-radius: 150px;
}
section.our_staff {
    background-image: url(../images/2.jpg);
    height: 750px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
    width: 100%;
}
.main_contents1 {
    border-width: 0 !important;
    bottom: auto !important;
    left: auto !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
    background-attachment: scroll;
    height:750px;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: #333333c9;
    border-style: solid;
    opacity: 1;
}
section.parents_review {
    height: 700px;
    padding: 100px 0;
}
section.why_choose {
    padding: 100px 0;
}
h3.foot_heading {
    text-align: justify;
}
p.foot_address {
    text-align: justify;
}
p.foot_mob {
    text-align: justify;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    text-align: justify;
}
.act_1:hover {
    background-color: #1faceb;
}
.act_2:hover {
    background-color: #1faceb;
}
.act_3:hover {
    background-color: #1faceb;
}
p.parents-msg {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 24px;
    line-height: 38px;
    font-weight: 700;
    font-style: normal;
}
.act_1 {
    border: 3px solid white;
    color: white;
    border-style: dotted;
    padding: 10px;
	border-radius:20px;
}
.act_2 {
    border: 3px solid white;
    color: white;
    border-style: dotted;
    padding: 10px;
    margin-top: 50px;
    margin-left: 130px;
    margin-right: -180px;
	border-radius:20px;
}
.act_3 {
    border: 3px solid white;
    color: white;
    border-style: dotted;
    padding: 10px;
    border-radius: 20px;
    margin-top: 50px;
    margin-left: 250px;
    margin-right: -340px;
}
h2.act_head {
    border: none;
}
i.fa.fa-gamepad {
    font-size: 40px;
  
    border-radius: 50%;
    border: 2px solid;
    padding: 40px;
}
i.fa.fa-language {
    font-size: 40px;
 
    border-radius: 50%;
    border: 2px solid;
    padding: 40px;
}
i.fa.fa-magic {
    font-size: 40px;
   
    border-radius: 50%;
    border: 2px solid;
    padding: 40px;
}
section.gallery_section {
    padding: 100px 0;
}


h2.eve_head {
    border: none;
	font-style: italic;
    border: none;
    color: orange;
    font-family: 'Cantata One', serif;
    font-size: 50px;
    font-weight: bold;
	margin-top:50px;
}
.eve_list {
    overflow-y: scroll;
    height: 400px;
    margin-top: 80px;
}
p.eve_1 {
    background-color: #fe993ad9;
    color: white;
    padding: 20px;
    border: 2px solid white;
    border-style: dashed;
    font-size: 20px;
    font-family: times new roman;
}
p.eve_2 {
    background-color: #fe3b7ac9;
    color: white;
    padding: 20px;
    border: 2px solid white;
    border-style: dashed;
    font-size: 20px;
    font-family: times new roman;
}
p.eve_3 {
    background-color: #a2d843de;
    color: white;
    padding: 20px;
    border: 2px solid white;
    border-style: dashed;
    font-size: 20px;
    font-family: times new roman;
}
p.eve_4 {
    background-color: #fe373cbf;
    color: white;
    padding: 20px;
    border: 2px solid white;
    border-style: dashed;
    font-size: 20px;
    font-family: times new roman;
}
p.eve_5 {
    background-color: #33578ab0;
    color: white;
    padding: 20px;
    border: 2px solid white;
    border-style: dashed;
    font-size: 20px;
    font-family: times new roman;
}
h2.meet {
    border: none;
    color: white;
	padding: 30px;
	font-style: italic;
    border: none;
    color: orange;
    font-family: 'Cantata One', serif;
    font-size: 50px;
    font-weight: bold;
}
.img_1 img {
    border-radius: 50%;
	    border: 4px solid white;
}
.img_2 img {
    border-radius: 50%;
	    border: 4px solid white;
}
.img_3 img {
    border-radius: 50%;
	    border: 4px solid white;
}
.img_5 img {
    border-radius: 50%;
	    border: 4px solid white;
}
.img_6 img {
    border-radius: 50%;
	    border: 4px solid white;
	
}
.img_4 img {
    border-radius: 50%;
	    border: 4px solid white;
	
}


/* entire container, keeps perspective */
.flip-container {
	perspective: 1000px;
}
	/* flip the pane when hovered */
	.flip-container:hover .flipper, .flip-container.hover .flipper {
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
    width: 320px;
    height: 300px;
}
/* flip speed goes here */
.flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

/* front pane, placed above back */
.front {
	z-index: 2;
	/* for firefox 31 */
	transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
    background-color: deepskyblue;
    color: white;
    height: 280px;
    border-radius: 50%;
    width: 280px;
}
.back p {
    margin-top: 40px;
    text-align: center;
}

@keyframes one {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(50deg);
  }
}
.g1
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
}
.g2
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
}
.g3
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
}
.g4
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
}
.g5
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
  margin-top:20px;
}
.g6
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
  margin-top:20px;
}
.g7
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
  margin-top:20px;
}
.g8
{
	transform: rotateX(40deg);
  animation: one 5s infinite;
  animation-direction: alternate;
  margin-top:20px;
}
h2.img_gall {
    border: none;
	font-style: italic;
    border: none;
    color: orange;
    font-family: 'Cantata One', serif;
    font-size: 50px;
    font-weight: bold;
	padding:20px;
	text-align:center;
}
section.paaa
{
	 padding: 40px;
	background-image: url(../images/bggg.jpg);
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
	width:100%;
}
h4.pp {
	font-style: italic;
    border: none;
    color: orange;
    font-family: 'Cantata One', serif;
    font-size: 50px;
    font-weight: bold;
	padding:20px;
	text-align:center;
}
section.img_gall {
    padding: 40px;
	background-image: url(../images/bggg.jpg);
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed !important;
    filter: grayscale(0%);
	width:100%;
}
.g1 img {
    border: 3px solid;
    border-style: dotted;
}
.g2 img {
    border: 3px solid;
    border-style: dotted;
}
.g3 img {
    border: 3px solid;
    border-style: dotted;
}
.g4 img {
    border: 3px solid;
    border-style: dotted;
}
.g5 img {
    border: 3px solid;
    border-style: dotted;
}
.g6 img {
    border: 3px solid;
    border-style: dotted;
}
.g7 img {
    border: 3px solid;
    border-style: dotted;
}
.g8 img {
    border: 3px solid;
    border-style: dotted;
}
.main_content {
    border-width: 0 !important;
    bottom: auto !important;
    left: auto !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
    background-attachment: scroll;
    height:950px;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background:#0e0e0e94;
    border-style: solid;
    opacity: 1;
}

.main_contents {
    border-width: 0 !important;
    bottom: auto !important;
    left: auto !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
    background-attachment: scroll;
    height:750px;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    
    border-style: solid;
    opacity: 1;
}
h2.head {
    border: none;
}
h2.head1 {
    border: none;
	color:white;
	font-style: italic;
    border: none;
    color: orange;
    font-family: 'Cantata One', serif;
    font-size: 50px;
    font-weight: bold;
	margin-top:40px;
}
.images_cont img {
    width: 100px;
    height: 100px;
}
.abt_img1 img {
    border-radius: 20px;
}
.abt_img img {
    border-radius: 20;
    border-radius: 20px;
}
.abt_img1 img {
    margin-left: 100px;
}
.abut_us_main {
    border-width: 0 !important;
    bottom: auto !important;
    left: auto !important;
    padding: 4.5em 2.5em 2.5em 2.5em !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
    background-attachment: scroll;
    height: auto;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(31, 173, 209, 0.86);
    border-style: solid;
    opacity: 1;
    height: 600px;
}
h1.our_serviceses {
    color: #fff;
    font-size: 35px;
    font-family: cursive;
	padding-bottom: 70px;
}
section.indsrt_serv {
    padding: 0px 0 60px;
}
ul.list_in>li:before {
    content: "\f101";
    font-family: FontAwesome;
    padding-right: 7px;
    color: #da251c;
}
ul.list_in>li {
    text-align: justify;
}
p.copy_right {
    float: left;
}
section.our_clients {
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fo;
    background-attachment: f;
    background-position: fixed;
    background-attachment: fixed;
    width: 100%;
    height: 600px;
}
.main_our_clients {
    border-width: 0 !important;
    bottom: auto !important;
    left: auto !important;
    padding: 4.5em 2.5em 2.5em 2.5em !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
    background-attachment: scroll;
    height: auto;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(31, 173, 209, 0.86);
    border-style: solid;
    opacity: 1;
    height: 600px;
}
.col-sm-6.left {
    background-color: darkorange;
    height: 450px;
}
.contact_form_inner h2 {
    color: #fff;
}
.form-group {
    margin-bottom: 15px;
    padding: 25px 0;
}
input.btn.btn_submit {
    margin-left: 400px;
    margin-top: 40px;
}
input.btn.btn_submit {
    margin-left: 400px;
    margin-top: 40px;
    background-color: #24a8ce;
    color: #fff;
    border-radius: 20px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100px;
}
.diagnosis-inner {
    text-align: justify;
}
ul.specialities_list {
    text-align: justify;
}
.col-sm-6.right {
    /* height: 450px; */
    /* width: 400px; */
    height: 450px;
    background-color: #7b707087;
    color: #fff;
    /* float: right; */
}
footer {
    background-image: url(../images/f.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fo;
    background-attachment: f;
    background-position: fixed;
    background-attachment: fixed;
    width: 100%;
    height: auto;
}

h2.head12 {
    font-size: 50px;
    /* padding: 60px 0; */
    font-weight: 900;
    font-family: cursive;
}
.abt_img1 {
    margin: 100px 0;
}
.images {
        /* border-top-color: #E36159; */
    border-radius: 8px;
    border-top: 1px solid #E91E63;
    border-top-width: 4px;
    padding: 15px 20px 10px 20px;
    position: relative;
    top: -1px;
    border-bottom: 4px solid #b9b1b1;
    /* border-bottom: 1px solid #DFDFDF; */
    border-left: 1px solid #b9b1b1;
    border-radius: 8px;
    border-right: 1px solid #b9b1b1;
}

.images h2 {
    color: #fff;
    text-transform: capitalize;
}
/*======== RESPONSIVE CSS START =========*/

@media screen and (min-width: 768px) {
  .nav.navbar-nav {
      float: right;
      margin-right: -15px;
  }
  .navbar-nav>li:hover>a, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
      background-color: rgba(0, 0, 0, 0.1);
      color: #fff;
  }

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: rgb(31, 172, 235);
    color: #fff;
}
}

@media screen and (max-width: 767px) 
{
.images_cont img {
    width: 50px;
    height: 50px;
}
.abt_img img {
    width: 200px;
}
.abt_img1 img {
    width: 200px;
}
.abt_txt p {
    /* margin-left: 140px; */
    border-left: 2px solid deepskyblue;
    /* padding: 15px; */
    /* margin-top: 40px; */
    /* margin: -0px; */
}
section.our_services {
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fo;
    background-attachment: f;
    background-position: fixed;
    background-attachment: fixed;
    width: 100%;
    height: 1600px;
}
.abut_us_main {
    border-width: 0 !important;
    bottom: auto !important;
    left: auto !important;
    padding: 4.5em 2.5em 2.5em 2.5em !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
    background-attachment: scroll;
    height: auto;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(31, 173, 209, 0.86);
    border-style: solid;
    opacity: 1;
    height: auto;
}
.get_in_touch a {
    float: right;
    padding: 10px;
    font-size: 18px;
    background-color: #1faceb;
    border-radius: 10px;
    display: none;
}
button.navbar-toggle.collapsed {
    margin: 30px;
    background-color: #2684d6;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
section.our_clients {
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fo;
    background-attachment: f;
    background-position: fixed;
    background-attachment: fixed;
    width: 100%;
    height: 1100px;
}
.contact_form_inner h2 {
    color: #fff;
    padding: 10px 0;
}


.form-group {
    margin-bottom: 15px;
    padding: 5px 0;
}
input.btn.btn_submit {
    /* margin-left: 400px; */
    margin-top: 40px;
    background-color: #24a8ce;
    color: #fff;
    border-radius: 20px;
}
.abt_txt p {
    margin-left: 0px;
    border-left: 2px solid deepskyblue;
    /* padding: 15px; */
    /* margin-top: 40px; */
}	
}
@media screen and (max-width: 479px){
	.images_cont img {
    width: 50px;
    height: 50px;
}
.abt_img img {
    width: 200px;
}
.abt_img1 img {
    width: 200px;
}
.abt_txt p {
    /* margin-left: 140px; */
    border-left: 2px solid deepskyblue;
    /* padding: 15px; */
    /* margin-top: 40px; */
    /* margin: -0px; */
}
section.our_services {
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fo;
    background-attachment: f;
    background-position: fixed;
    background-attachment: fixed;
    width: 100%;
    height: 1140px;
}
.abut_us_main {
    border-width: 0 !important;
    bottom: auto !important;
    left: auto !important;
    padding: 4.5em 2.5em 2.5em 2.5em !important;
    position: relative;
    right: auto !important;
    text-align: center;
    top: auto !important;
    width: 100% !important;
    background-attachment: scroll;
    height: auto;
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -moz-transition: -moz-transform 1s ease, opacity 1s ease;
    -webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
    -ms-transition: -ms-transform 1s ease, opacity 1s ease;
    transition: transform 1s ease, opacity 1s ease;
    background: rgba(31, 173, 209, 0.86);
    border-style: solid;
    opacity: 1;
    height: auto;
}
.get_in_touch a {
    float: right;
    padding: 10px;
    font-size: 18px;
    background-color: #1faceb;
    border-radius: 10px;
    display: none;
}
button.navbar-toggle.collapsed {
    margin: 30px;
    background-color: #2684d6;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
section.our_clients {
    background-image: url(../images/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-position: fo;
    background-attachment: f;
    background-position: fixed;
    background-attachment: fixed;
    width: 100%;
    height: 1100px;
}
.contact_form_inner h2 {
    color: #fff;
    padding: 10px 0;
}


.form-group {
    margin-bottom: 15px;
    padding: 5px 0;
}
input.btn.btn_submit {
    /* margin-left: 400px; */
    margin-top: 40px;
    background-color: #24a8ce;
    color: #fff;
    border-radius: 20px;
}
.abt_txt p {
    margin-left: 0px;
    border-left: 2px solid deepskyblue;
    /* padding: 15px; */
    /* margin-top: 40px; */
}
.abt_img1 img {
    width: 100px;
    display: none;
}
.abt_txt p {
    margin-left: 0px;
    border-left: 2px solid deepskyblue;
    /* padding: 15px; */
    margin-top: 0;
}
ul.import_head {
    display: none;
}
.brand-logo img {
    width: 180px;
    height: 100px;
}
}






