
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
	color: #292525;
  }

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .offcanvas #page {
    overflow: hidden;
    position: absolute; }
    .offcanvas #page:after {
      -webkit-transition: 2s;
      -o-transition: 2s;
      transition: 2s;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 101;
      background: rgba(0, 0, 0, 0.7);
      content: ""; }

a {
  color:#000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
a:hover, a:active, a:focus {
    color: #429FFD;
    outline: none;
    text-decoration: none; }  
p {
	margin-bottom: 20px;
    text-indent: 50px;
	font-family: PT Sans Narrow;
	font-size: 16px;
 }

h1, h2, h3, h4, h5, h6, figure {
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  margin: 0 0 6px 0;
  line-height: 1.5; }

::-webkit-selection {
  color: #fff;
  background: #429FFD; }

::-moz-selection {
  color: #fff;
  background: #429FFD; }

::selection {
  color: #fff;
  background: #429FFD; }

.event-img,
.trainer-img,
.classes-img,
.colorlib-video,
.intro-img,
.subs-img,
.figure-img,
.user-img,
.blog-img,
.colorlib-about-img,
.services-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.colorlib-nav {
	margin: 0 0;
    z-index: 9;
    width: 100%;
	position: relative;
	background:#ffffff;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
    -webkit-border-radius: 0 0 0 0;
   }
  
  .colorlib-nav .upper-menu {
    width: 100%;
    background: #1E2022;
    padding: 10px 0; }
    @media screen and (max-width: 768px) {
      .colorlib-nav .upper-menu {
        display: none; } }
    .colorlib-nav .upper-menu p {
      margin-bottom: 0;
      display: inline-block;
      font-size: 13px; }
    .colorlib-nav .upper-menu .colorlib-social-icons {
      display: inline-block;
      margin-right: 10px; }
      .colorlib-nav .upper-menu .colorlib-social-icons li {
        padding: 0;
        margin: 0; }
        .colorlib-nav .upper-menu .colorlib-social-icons li a {
          padding: 0; }
          .colorlib-nav .upper-menu .colorlib-social-icons li a i {
            font-size: 16px; }
    .colorlib-nav .upper-menu .btn-apply {
      font-size: 13px;
      text-transform: uppercase; }
      .colorlib-nav .upper-menu .btn-apply a {
        color: rgba(255, 255, 255, 0.6); }
  .colorlib-nav .top-menu {
    padding: 16px 0px 14px 0px;
    text-align: right;
	background:#ffffff;
	margin: 0 0 0 0;
	border-bottom: 1px solid black;
	}
	
    @media screen and (max-width: 768px) {
      .colorlib-nav .top-menu {
        padding: 28px 1em;
		background: #fff;
		} }
  .colorlib-nav #colorlib-logo {
    font-size: 22px;
    margin: 0;
    padding-top: 0px;
    text-transform: uppercas553ee;
    font-weight: 800; }
    .colorlib-nav #colorlib-logo a {
      position: relative;
      color: #0256b8; }
      .colorlib-nav #colorlib-logo a i {
        color: #429FFD; }
  @media screen and (max-width: 768px) {
    .colorlib-nav .menu-1 {
      display: none; } }
  
  
	 .colorlib-nav ul {
	    padding: 10px 0 0;
		margin: 7px 0 0px;
		transition: .9s;
	}
	
    .colorlib-nav ul li {
      padding: 0;
      margin: 0;
      list-style: none;
      display: inline;
      font-weight: 400;
   	  }
      .colorlib-nav  ul li a {
		position: relative;
		font-size: 19px;
		padding: 0 4px 0px 34px;
		color:#000000;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s; }
        .colorlib-nav ul li.has-dropdown {
        position: relative; }
        .colorlib-nav ul li.has-dropdown .dropdown {
          width: 230px;
          z-index: 1002;
          visibility: hidden;
          opacity: 0;
          position: absolute;
              top: 10px;
			left: 0;
			text-align: left;
			background: none;
			padding: 23px 0 0 0;
          -webkit-transition: 0s;
          -o-transition: 0s;
          transition: 0s; }
          
          .colorlib-nav ul li.has-dropdown .dropdown li {
            display: block;
            margin-bottom: 7px; }
            .colorlib-nav ul li.has-dropdown .dropdown li:last-child {
              margin-bottom: 0; }
            .colorlib-nav ul li.has-dropdown .dropdown li a 
			{
              padding: 2px 0;
				display: block;
				color: #000;
				border-bottom: 1px solid #e1e1e1;
				line-height: 1.2;
				text-transform: none;
				letter-spacing: 0;
				padding: 5px;
				    background: #fff;
				text-align: center;
				webkit-border-radius: 3px;
				box-shadow: 0px 0px 2px #c4c4c4;
				-moz-box-shadow: 0px 0px 2px #c4c4c4;
				-webbox-shadow: 0px 0px 2px #c4c4c4;
				}
              
        .colorlib-nav ul li.has-dropdown:hover a, .colorlib-nav ul li.has-dropdown:focus a {
          color: #429FFD; }
		

 
		  
		  
      .colorlib-nav ul li.btn-cta a {
        padding: 30px 0px !important;
        color: #fff; }
        .colorlib-nav ul li.btn-cta a span {
          background: #429FFD;
          padding: 8px 15px;
          display: -moz-inline-stack;
          display: inline-block;
          zoom: 1;
          *display: inline;
          -webkit-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          -webkit-border-radius: 100px;
          -moz-border-radius: 100px;
          -ms-border-radius: 100px;
          border-radius: 100px; }
        .colorlib-nav ul li.btn-cta a:hover span {
          -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75); }
.colorlib-nav ul li.active > a 
{
	border-bottom: none;
    padding: 22px 0;
}

 .colorlib-nav ul li.active > a:after {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.colorlib-video {
  overflow: hidden;
  position: relative;
  height: 400px; }
  .colorlib-video a {
    z-index: 1001;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -45px;
    margin-left: -45px;
    width: 90px;
    height: 90px;
    display: table;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .colorlib-video a i {
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      font-size: 40px;
      color: #429FFD; }
  .colorlib-video .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .colorlib-video:hover .overlay {
    background: rgba(0, 0, 0, 0.7); }
  .colorlib-video:hover a {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }


#colorlib-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background:#1b8dd9;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 768px) {
    #colorlib-offcanvas {
      display: block; } }
  .offcanvas #colorlib-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px); }
  #colorlib-offcanvas a {
    color:#bf2815; }
    
  #colorlib-offcanvas ul {
    padding: 0;
    margin: 0; }
    #colorlib-offcanvas ul li {
          padding: 5px;
    margin: 3px;
    list-style: none; }
      #colorlib-offcanvas ul li > ul {
        padding-left: 20px;
        display: none; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown > a {
        display: block;
        position: relative; }
        #colorlib-offcanvas ul li.offcanvas-has-dropdown > a:after {
          position: absolute;
          right: 0px;
          font-family: 'icomoon';
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          /* Better Font Rendering =========== */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          content: "\e0c5";
          font-size: 20px;
          color: #fff;
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
      #colorlib-offcanvas ul li.offcanvas-has-dropdown.active a:after {
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        transform: rotate(-180deg); }
      #colorlib-offcanvas ul li.btn-cta {
        margin-top: 5px; }
        #colorlib-offcanvas ul li.btn-cta a {
          border-bottom: 1px solid #429FFD;
          padding-bottom: 5px; }

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .gototop.active {
    opacity: 1;
    visibility: visible; }
  .gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: black;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gototop a i {
      height: 50px;
      display: table-cell;
      vertical-align: middle; }
    .gototop a:hover, .gototop a:active, .gototop a:focus {
      text-decoration: none;
      outline: none; }

.colorlib-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 1.5em !important; }
  .colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
    background: #444; }
  .colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
    outline: none;
    border-bottom: none !important; }
  .colorlib-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 2px;
    color: #252525;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #252525;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    .colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
      content: '';
      width: 25px;
      height: 2px;
      background: #252525;
      position: absolute;
      left: 0;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
  .colorlib-nav-toggle.colorlib-nav-white > i {
    background: #fff;
    margin: 8px 0;	}
    .colorlib-nav-toggle.colorlib-nav-white > i::before, .colorlib-nav-toggle.colorlib-nav-white > i::after {
      background: #ffffff; }

.colorlib-nav-toggle i::before {
  top: -7px; }

.colorlib-nav-toggle i::after {
  bottom: -7px; }

.colorlib-nav-toggle:hover i::before {
  top: -10px; }

.colorlib-nav-toggle:hover i::after {
  bottom: -10px; }

.colorlib-nav-toggle.active i {
  background: transparent; }

.colorlib-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  background: #fff; }

.colorlib-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  background: #fff; }

.colorlib-nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important; }
  @media screen and (max-width: 768px) {
    .colorlib-nav-toggle {
      display: block; } }

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 15px;
  font-weight: 400;
 border-radius: 0px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px; }
  .btn.btn-md {
    padding: 8px 20px !important; }
  .btn.btn-lg {
    padding: 18px 36px !important; }
  .btn:hover, .btn:active, .btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important; }

.btn-primary {
  background: #ed0a05;
  color: #fff;
  border: 2px solid #ed0a05;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background: #333333 !important;
    border-color:#333333 !important;
	transition: 2.5s;	
	}
  .btn-primary.btn-outline {
    background: transparent;
    color: #429FFD;
    border: 2px solid #429FFD; }
    .btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
      background:#5ec6ba;
      color: #fff; }

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c; }
  .btn-success:hover, .btn-success:focus, .btn-success:active {
    background: #ffd700 !important;
    border-color: #ffd700 !important;
color:#000	}
  .btn-success.btn-outline {
    background: transparent;
    color: #5cb85c;
    border: 2px solid #5cb85c; }
    .btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
      background: #5cb85c;
      color: #fff; }

.btn-info {
  background: #2344fe;
  color: #fff;
  border: 2px solid #2344fe; }
  .btn-info:hover, .btn-info:focus, .btn-info:active {
    background: #46b8da !important;
    border-color: #46b8da !important; }
  .btn-info.btn-outline {
    background: transparent;
    color: #5bc0de;
    border: 2px solid #5bc0de; }
    .btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
      background: #5bc0de;
      color: #fff; }

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e; }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active {
    background: #eea236 !important;
    border-color: #eea236 !important; }
  .btn-warning.btn-outline {
    background: transparent;
    color: #f0ad4e;
    border: 2px solid #f0ad4e; }
    .btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
      background: #f0ad4e;
      color: #fff; }

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f; }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
    background: #d43f3a !important;
    border-color: #d43f3a !important; }
  .btn-danger.btn-outline {
    background: transparent;
    color: #d9534f;
    border: 2px solid #d9534f; }
    .btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
      background: #d9534f;
      color: #fff;  }

.btn-outline {
  background: #e4322c;
    border-radius: 79% !important;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .btn-outline:hover, .btn-outline:focus, .btn-outline:active {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn.with-arrow {
  position: relative;
  background:#1b8dd9;
  color:#fff;
      width: 66%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .btn.with-arrow i {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -8px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
  .btn.with-arrow:hover {
    padding-right: 50px; }
    .btn.with-arrow:hover i {
      color: #fff;
      right: 18px;
      visibility: visible;
      opacity: 1; }

.row-pb-lg {
  padding-bottom: 7em !important; }

.row-pb-md {
  padding-bottom: 5em !important; }

.row-pb-sm {
  padding-bottom: 3em !important; }

.nopadding {
  padding: 0 !important;
  margin: 0 !important; }

 .nopadding {
  padding: 0 !important;
  margin: 0 !important; }

  
.slide_height {
  height: 503px;
  max-height: 503px;
}
.top-logo-menu {
   padding: 0px 0 4px 117px;
    background: none;
    width: 74%;
    margin: 0 auto;
}

.top_menu_bar {
	padding: 0px;
    background: none;
    margin: 0 auto;
    width: 100%;
}
.top_menu_bar ul.top {
	padding: 8px 0 8px;
    margin: 0px 0 0px;
    background:#5e0172;
    transition: .9s;
}
.top_menu_bar ul.top li {
	padding: 0;
    margin: 0 0px 0;
    list-style: none;
    display: inline;
    font-weight: 400;
}
.top_menu_bar ul.top li a {
	position: relative;
    padding: 0 9px 4px 20px;
    font-size: 16px;
	line-height: 35px;
    color: #ffffff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.top_menu_bar li a.social {
	float: right;
    right: 61px;
}
.top_menu_bar .dropdown {
  position: relative;
  display: inline-block;
}
.top_menu_bar .dropdown a {
	padding: 0;
    margin: 0;
	font-size: 19px;
    list-style: none;
    display: inline;
    font-weight: 400;
    color:000;
	background: transparent;
}

.top_menu_bar .dropdown-content {
	display: none;
	padding:8px 0 0;
	width:200px;
	position: absolute;
	z-index: 1002;
	text-align: center;
}
.top_menu_bar .dropdown-content .links {
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.1);
	background:rgba(0, 0, 0, 0.75);
}

.top_menu_bar .dropdown-content .links a {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
    color: #000;
	
}
.top_menu_bar .dropdown-content a {
	color: #000;
	padding: 5px 0;
	text-decoration: none;
	display: block;
}

.top_menu_bar .dropdown-content a:hover {
	background-color: #ebecee;
}
.top_menu_bar .dropdown:hover .dropdown-content {display: block;}
	
.center_logo_title 
{
	background:red;
	padding: 0px;
    background: none;
    width: 83%;
    margin: 0 auto;
}
.center_logo_title h3
{
	color: #5e0172;
    margin: 14px auto 0;
    width: 100%;
    text-align: center;
    font-size: auto;
    font-weight: 500;
    letter-spacing: 19px;
}
[aria-label] {
	position: relative;
}

[aria-label]:after {
	content: attr(aria-label);
	display: none;
	position: absolute;
	top: 10%;
	left: 10px;
	z-index: 5000;
	pointer-events: none;
	padding: 8px 10px;
	line-height: 15px;
	white-space: nowrap;
	text-decoration: none;
	text-indent: 0;
	overflow: visible;
	font-size: .9em;
	font-weight: normal;
	color: #000000;
	border-bottom: 1px solid #e1e1e1;
	background-color: #fff;
	box-shadow: 2px 3px 10px 1px rgba(0,0,0,0.1);
   -webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
	box-shadow: 1px 2px 6px rgba(0,0,0,0.3);
}
.dropbtn a:focus {
	outline:1px dashed #E92C6C;
}

[aria-label]:hover:after, [aria-label]:focus:after {
	display: block;
}


.colorlib-nav #colorlib2-logo 
{
    position: absolute;
    float: left;
    width: 12%;
}
	.colorlib-nav #colorlib2-logo img 
{
    margin:15px 0;
   
}
	
 .colorlib-nav #colorlib2-logo a 
{
     position: relative;
	color: #0256b8; 
}

.carousel-control.left {
	background-image:none !important;
}
.carousel-control.right {
	background-image:none !important;
}
.carousel-indicators {
	margin-bottom: 1px !important;
}
.welcome_home, .home_welcome {
	margin:4em 0 3em;
}
.welcome_home .home_title {
	width:100%;
}
.home_title h3 {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}
.home_title h3:after {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
    top: 6%;
    left: 0;
    right: 0;
    margin: auto;
}


 
 .home_welcome h3 {
	font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}
.home_welcome h3:before {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
    bottom:84.5%;
    left: 0;
    right: 0;
    margin: auto;
}

 .home_text {
	width:100%;
	padding:10px;
}
.home_text p {
	color:#000000;
	text-indent:50px;
	margin: 2em 0 0;
}
.home_welcome .welcome_grid  {
	margin: 2em 0 2em;
    padding: 10px;
}
.home_welcome .welcome_grid  h4{
	background: #a20b0b;
	padding: 10px;
	text-align: center;
}
.home_welcome .welcome_grid  img {
	margin: 1em auto;
    width: 70%;
	box-shadow: -4px 8px 8px 0px rgba(78, 75, 75, 0.4);
    border-radius: 10%;
}



.featured_course {
	width:100%;
	margin: 6em 0 0em;
}
.featured_course_det {
	width:100%;
	margin: 1em 0 0em;
}

.featured_course .featured_title {
	margin: 1em 0 1em;
}
.featured_title h3 {
	font-size: 35px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}
.featured_title h3:after {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
    top: 80%;
    left: 0;
    right: 0;
    margin: auto;
}
.featured_course_det .panel-default {
	background-color:#fff;
	border:none
}
.featured_course_det .panel-default > .panel-heading {
	background-color:#fff;
	border:none
}
.featured_course_det .nav-tabs {
	border-bottom: 1px solid #ddd;
    width: 73%;
	background: #ebecee;
    margin: 0 auto;
    box-shadow: 0px -2px 8px 0px rgba(0, 0, 0, 0.12);
}
.featured_course_det .nav-tabs > li > a {
	color: #a20b0b;
    font-size: 18px;
	text-align: center;
}

.featured_course_det .nav-tabs > li > a > span {
	font-size: 13px;
}

.featured_course_det .nav-tabs > li > a:hover {
	background-color:#fff;
	border:none;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
}

.footer_brand_slide .slick-slide {
    margin: 0px 20px;
}

.featured_course_det .slick-slide img {
    width: 80%;
	margin: 0 auto;
}
.featured_course_det h4.course_title {
    color: #000;
    text-align: center;
    margin: 21px auto 38px;
    width: 48%;
}

.featured_course_det .slick-slide h2 {
	color: #a20b0b;
	margin: 14px auto;
    text-align: center;
    font-size: 22px;
}
.table-success {
	background: #efecec;
}

h4.n_crs {
	color: #000;
	 width: 69%;
    padding: 10px;
    margin: 14px;
}

.featured_course_det .avm_footer_de {
	float:left;
	margin: 2em 0 2em;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
.featured_course_det .avm_footer_de h4 {
	margin: 11px;
    color: #000;
	text-align: center;
}
.featured_course_det .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.featured_course_det .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.featured_course_det .slick-list:focus
{
    outline: none;
}
.featured_course_det .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.featured_course_det .slick-slider .slick-track,
.featured_course_det .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.featured_course_det .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.featured_course_det .slick-track:before,
.featured_course_det .slick-track:after
{
    display: table;
    content: '';
}
.featured_course_det .slick-track:after
{
    clear: both;
}
.featured_course_det .slick-loading .slick-track
{
    visibility: hidden;
}

.featured_course_det .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.featured_course_det .slick-slide img
{
    display: block;
}
.featured_course_det .slick-slide.slick-loading img
{
    display: none;
}
.featured_course_det .slick-slide.dragging img
{
    pointer-events: none;
}
.featured_course_det .slick-initialized .slick-slide
{
    display: block;
}
.featured_course_det .slick-loading .slick-slide
{
    visibility: hidden;
}
.featured_course_det .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.featured_course_det .slick-arrow.slick-hidden {
    display: none;
}

.course_profile, .about_coll {
	width:70%;
	float:left;
	margin:0em 0 0em;
}
.course_profile .course_title {
	width:100%;
}
 li.course_details:hover i{
	color:red;
	padding-right:5px;
	transition:2s;
}

.course_title h3, .course_title h6  {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
	padding-bottom: 15px;
    width: 76%;
    margin: 0 auto;
}
.course_title h3:after {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
   height: 20px;
    width: 200px;
    top: 23%;
    left: 152px;
	margin: auto;
}
.course_title h4 {
	font-size: 15px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
	padding-bottom: 15px;
}
.course_title p {
	color:#000000;
	text-indent:50px;
	margin: 2em 0 0;
	padding: 10px;
}
.qulick_links, .about_coll_links {
	width:30%;
	float: left;
	margin:10em 0 3em;
	padding: 14px;
	background: #efecec;
}
.qulick_links h3, .about_coll_links h3 {
	font-size: 18px;
	    padding: 8px 0;
    line-height: 30px;
    color: #000000;
	text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
}
.qulick_links ul, .about_coll_links ul {
	list-style:none;
}
.qulick_links ul i, .about_coll_links ul i {
	padding: 6px;
}
.about_coll_links li > h4 {
	color:#a20b0b;
}

.about-shadow {
  position: relative;
  width: 100%;
}
.about-shadow-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}
.about-shadow-text {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}
.about-shadow:hover .about-shadow-image {
  opacity: 0.3;
}
.about-shadow:hover .about-shadow-text {
  opacity: 1;
    background-color: #a20b0bad;
    color: white;
    font-size: 16px;
    margin-top: 75px;
    width: 100%;
    
}
 #history, #leaders {
  margin: 2em 0 1em;
    
}
#history img {
  width: 50%;
    margin: 0 auto
    
}

#principal {
  margin: 2em 0 1em;
    
}

.profile {
	width:100%;
	margin: 6em 0 1em;
}
.profile_title h3 {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
	padding-bottom: 15px;
    width: 35%;
    margin: 0px auto 36px;
}
.profile_title h3:after {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
   height: 20px;
    width: 200px;
    top: 17%;
    left: 152px;
	margin: auto;
}
.profile_title p {
	padding: 45px;
	background: #1dc13942;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	    height: 176px;
}
.about_right img.main_img {
    width: 148%;
    position: relative;
    border: 1px solid #4CAF50;
    padding: 1em;
	    border-radius: 18%;
}
.about_right img.top_img1 {
    width: 133%;
    position: absolute;
    left: 29%;
    top: 51%;
    border: 1px solid #2196F3;
    padding: 1em;
	    border-radius: 18%;
}
.about_right img.top_img2 {
    width: 114%;
    position: absolute;
    left: 74%;
    top: 12%;
    border: 1px solid #F44336;
    padding: 1em;
	    border-radius: 18%;
}
.about_right img.top_img3 {
    width: 93%;
    position: absolute;
	left: 56%;
    top: 153%;
    border: 1px solid #F44336;
    padding: 1em;
	    border-radius: 18%;
}

.contact_info{
	margin: 4em 0 3em;
}
.ph_title h3 {
	font-size: 28px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}
.ph_title h3:after {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
    top: 13%;
    left: 0;
    right: 0;
    margin: auto;
}
.address {
	margin:5em auto 0;
    padding: 10px;
    width: 81%;
    background: #f9f3f3;
}
 .address address {
	width: 75%;
    margin: 15px auto;
    text-align: center;
    font-size: 21px;
}
.address h4 {
	color: #000;
    margin: 18px 0;
	text-align: center;
}
 .address h4 i {
	padding: 0 10px 0;
}

.ph_enquiry {
	padding: 16px 0;
    margin: 1em 0 2em;
	float: right;
    border-radius: 3%;
    box-shadow:0px 1px 2px #c4c4c4; 
	background: #a20b0b04
}
.ph_enquiry input[type=text], .ph_enquiry input[type=number], .ph_enquiry input[type=date], .ph_enquiry input[type=email], .ph_enquiry input[type=file] {
	width: 90%;
	font-size: 16px;
    padding: 8px;
    margin:6px 27px;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 2px #c4c4c4;
    -moz-box-shadow: 1px 1px 2px #c4c4c4;
    -webbox-shadow: 1px 1px 2px #c4c4c4;
}
.ph_enquiry label {
	padding: 8px;
    width: 88%;
    text-align: center;
    color: red;
    font-size: 21px;
    font-weight: 100;
}
	
.ph_enquiry textarea {
	width: 90%;
	height: 80px;
	font-size: 16px;
    padding: 8px;
    margin:6px 27px;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 1px 1px 2px #c4c4c4;
    -moz-box-shadow: 1px 1px 2px #c4c4c4;
    -webbox-shadow: 1px 1px 2px #c4c4c4;
}	
.ph_enquiry .btn.with-arrow {
	    width: 28%;
    margin: 4px 0 0;
    background: #000;
}	
.ph_enquiry h3{
	color:#000;
	text-align: center;
	padding: 10px;
	width: 50%;
    margin: 0 auto;
	font-size: 25px;
}
.imp_place {
	margin:4em 0 3em;
}
.imp_place h3 {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}
.imp_place h3:after {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
	bottom: 45%;
    left: 0;
    right: 0;
    margin: auto;
}
.imp_place .place_grid  {
	margin: 2em 0 2em;
    padding: 10px;
}
.imp_place .place_grid  h4{
	background: #a20b0b;
	padding: 10px;
	text-align: center;
}
.imp_place .place_grid  i {
	font-size: 3em;
    background: #ebecee;
	box-shadow: -5px 13px 1px 0px #a20b0b;
    border-radius: 50%;
    padding: 13px;
}

.bg_effect {
	background: url(../images/ph_bg.png)repeat 0px 0px;
	height:auto;
	overflow: hidden;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.map {
	width: 81%;
    margin:2em auto 2em;
}
.map iframe {
    border: 0;
    width: 100%;
	height: 343px;
    padding: 10px;
    margin: 3px;
}

.for_admission {
	padding: 8px;
    width: 100%;
    position: fixed;
    right: 0;
    z-index: 1000;
    font: normal normal 10px Arial;
   
}
.admi_enq {
	bottom: 1em;
	background: none;
}
.admi_enq_btn {
	    top: -2px;
    background: none;
    width: 18%;
    right: 20px
}

.close_quick_login {
	margin: 11px 17px;
    color: #f7440e;
    position: absolute;
    right: 10px;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
}
.close_quick_login:hover {
	background: ;
}
.admission_form {
	    padding: 0px;
    width: 25%;
    float: right;
    border-radius: 2%;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(34,34,34,0.25);
}
.admission_form h3{
	color:#1b8dd9;
	text-align: center;
	padding: 10px;
	margin:0;
	font-size: 25px;
}
.admission_form h4{
	color: #fff;
	text-align: center;
	padding: 10px;
	background-color:#a20b0b;
	font-size: 20px;
}

.admission_form .logo {
  text-align: center;
  margin: 24px 0 12px 0;
}
.admission_form input[type=text], input[type=number], input[type=date], input[type=email], input[type=file]  {
	width: 100% !important;
    font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 8px;
    margin: 6px 0;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 0px 2px #c4c4c4;
    -webbox-shadow: 0px 0px 2px #c4c4c4;
}	
.admission_form textarea {
	width: 100% !important;
	    height: 100px;
    font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 8px;
    margin: 6px 0;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 0px 2px #c4c4c4;
    -webbox-shadow: 0px 0px 2px #c4c4c4;
}
.news_home {
	margin:0;
}
.news_home_title h3 {
	color: #a20b0b;
	padding: 10px;
	margin:0;
}
.news_home_title h3:before {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
   height: 20px;
    width: 200px;
    top:37%;
    left: 152px;
	margin: auto;
}

.news_home .news_grid {
	box-shadow: 1px 1px 8px rgba(162, 11, 11, 0.22);
	padding: 10px;
	margin: 2em 0 0;
	transition:2s;
}
.news_home  .news_grid img{
	width: 100%;
	max-width:100%;
	min-width:100%;
	min-height:181px;
}
.news_home  .news_grid:hover img{
	border-radius:8% !important;
	transition:2s;
}
.news_home  .news_grid:hover ul{
	background:#ffed8f;
}

.news_home  .news_grid h3{
    margin: 20px auto;
    text-align: center;
        font-size: 1.4em;
    color: #ffffff;
    background: #864e4ef2;
}
.ad_video iframe{
    width: 100%;
}

.home_video h3{
   margin: 48px auto;
    font-size: 28px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-bottom: 15px;
}
.home_video h3:after {
    position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
    height: 20px;
    width: 100px;
    top: 23%;
    left: 0;
    right: 0;
    margin: auto;
}
.important_news {
    margin: 2em;
    padding: 10px;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
	background-color: #ebecee;
}
.important_news h3 {
    color: #a20b0b;
    padding: 5px;
    text-align: center;
	margin: 1em;
}
.important_news ul {
   list-style: none;
	padding: 0;
}

.news_pattern  {
	width:100%;
}
.news_pattern  img {
    width:100%;
	margin: 0 auto;
	border-radius: 4%;
}

.skyblue {
    background-color: #22c8ff;
}

.carousel-item {
    min-height: 117px; 
    height: 100%;
    width:100%; 
}
.carousel-caption {
    bottom:1px !important;
    width: 79%;
    left: 66px;
}
.carousel-caption .slide_box_left {
    background: linear-gradient(to right, rgba(0, 109, 179, 0) 0%, #5e0172 50%, rgba(73, 155, 234, 0) 100%);
    padding: 0.5em;
    width: 52%;
}
.carousel-caption .slide_box_right {
	float: right !important;
   background: linear-gradient(to right, rgba(0, 109, 179, 0) 0%, #2584cf 50%, rgba(73, 155, 234, 0) 100%);
    padding: 0.5em;
    width: 41%;
}

.carousel-caption h3 {
	font-size: 2em;
}
.carousel-caption h3 b {
	color:#000;
}

.carousel .icon-container {
    display: inline-block;
    font-size: 25px;
    line-height: 25px;
    padding: 1em;
    text-align: center;
    border-radius: 50%;
}

/* Animation delays */
.carousel-caption .slide_box_left:first-child {
    animation-delay: 1s;
}
.carousel-caption .slide_box_right:nth-child(2) {
    animation-delay: 2s;
}
.carousel-caption button {
    animation-delay: 3s;
}
.avm_footer_de {
	float:left;
	margin: 2em 0 2em;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}
.avm_footer_de img{
	height: 205px;
	width: 100%;
}

.avm_footer_de h4 {
	margin: 11px;
    color: #000;
	text-align: center;
}
.avm_footer_de_txt h3 {
	margin: 11px;
	color: #000;
	text-align: center;
}
.avm_footer_de_txt p {
	color: #000;
}
.avm_footer_de_txt {
	background-color: #fff;
    padding: 11px;
    margin: 2em 0 2em;
    border: 7px solid #1e1e1f;
}

.facilities .facilities_title {
	width:100%;
}
.facility_icons {
	margin: 1em 0 2em;
}
.facilities .faci_icon {
    margin: 4px;
    padding: 5px;
    float: left;
	background: #265178;
}

.faci_icon .library_icon{
	margin: 7px auto 0px;
    width: 27%;
    color: #fff;
}
.faci_icon .dist_text{
	margin: 4px auto 0px;
    font-size: 26px;
    text-align: center;
    color: #fff;
}

.faci_icon .library_text {
	text-align:center;
}
 .library_text h3 {
    text-align:center;
	font-size: 18px;
    font-weight: 100;
	color: #fff !important;
}

.facilities_title h3 {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
    text-align: center;
	border-bottom: 1px solid #efecec;
    padding-bottom: 15px;
}

 .facilities_text {
	width:100%;
	padding:10px;
}
.facilities_text p {
	color:#000000;
	text-indent:50px;
	margin: 2em 0 0;
}
.events_grid {
	padding:2px;
	background:;
}
.events_grid .events {
	padding:2px;
	margin: 0 0 3em;
}
.events_grid .events h3 {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
	width: 64%;
    margin: 0px auto 5px;
}
.events_box {
	padding: 4px;
}
.events_grid .events_box img {
	margin: 2px;
    max-width: 100%;
    width: 100%;
    max-height: 161px;
    height: 161px;
}
.avm_home_title {
			margin: 5em;
		}
		.avm_home_title h4, h5, h6 {
			font-size: 1.75em;
			font-weight: 700;
			letter-spacing: 1px;
			position: relative;
			padding-bottom: 13px;
			margin-top: 0;
			margin-bottom: 20px;
			text-align: center;
			color: #000000;
			border: none;
		}
		
		.avm_home_title h4 b, h5 b {
			color: #5e0172;
			font-size: 34px;
		}
		
		.avm_home_title h4:after{
			position: absolute;
			content: "";
			left: 2px;
			bottom: 0;
			min-width: 175px;
			height: 3px;
			background-color: #5e0172;
			display: inline-block;
		}
		.avm_home_title h5:after {
			position: absolute;
			content: "";
			left: 134px;
			bottom: 0;
			min-width: 175px;
			height: 3px;
			background-color: #1b8dd9;
			display: inline-block;
		}
		.avm_home_title h6:after {
			position: absolute;
			content: "";
			left: 372px;
			bottom: 0;
			min-width: 175px;
			height: 3px;
			background-color: #1b8dd9;
			display: inline-block;
		}
		.avm_home_title p {
			
		}
		.avm_home_title p b {
			 color: #1b8dd9;
		}
		.avm_home_profile {
			margin: 2em 0 2em;
		}
		.panel-default {
		    border-color:#fff;
			border: none;
		}
		.panel-default > .panel-heading {
		    background-color: #fff;
			border-color: #fff;
			border: none;
			box-shadow: 0 0 61px rgba(154, 147, 147, 0.17);
		}
		.panel-default > .panel-heading i {
		    font-size: 25px;
			color:#1b8dd9;
		}
		
		h4.panel-title {
		    display: inline-block;
			font-weight: 700;
			font-size: 16px;
			color: #1b8dd9;
			margin: 0;
			letter-spacing: 1.2px;
		}
		
		.avm_home_profile .panel-body {
		    background-color: #fff;
			border-color: #fff;
			border: none;
		}
		.avm_home_profile i.dr_pro {
		    color: #0a715c;
			font-size: 2em;
		}
		
		.home_bg_effect {
			padding: 3em;
			background: url(../images/test.jpg)repeat 0px 0px;
			height:340px;
			overflow: hidden;
			background-attachment: fixed;
			background-position: center;
			background-repeat: no-repeat;
			background-size: cover;
		}
		
		
		.comm_sp {
			margin: 5em;
			padding:10px;
		}

.avm_tratments {
	    margin: 0 auto;
    border-right: 3px solid #1b8dd9;
    border-bottom: 4px solid #1b8dd9;
    border-radius: 42%;
    width: 47%;
}
.avm_tratments .avm_tratments_cate {
	background:#265178;
	padding: 11px;
    border-radius: 45%;
}
.avm_tratments .Zodiac_sign_icon {
	float: left;
    color: #05e4fb;
    font-size: 32px;
}
.avm_tratments .avm_tratments_cate_txt h4{
	margin:4px auto;
	text-align: center;
	color: #fff;
	font-size: 1em;
}
.avm_tratments_text p{
	padding: 11px;
	text-align: justify;
}

.hover_border{
	 visibility: hidden;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.avm_all:hover .hover_border{
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
}
.avm_flip i{
	color: #05e4fb;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.avm_flip:hover i{
	border-color:  #05e4fb;
	color: #fff;
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
    transform: rotatey(360deg);	
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);	
}
.avm_inner_pages_banner {
    background: url(../images/test.jpg) no-repeat 0px -382px;
    background-size: cover;
    min-height: 250px;
    margin-top: 85px;
}
.slider-dot1{
    background: url(../images/dott.png)repeat 0px -382px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
    height: 250px;
    padding-top: 10em;
	text-align: center;
}
.services {

    padding: 5em 0;

}
.avm_dr_title {
	margin: 1em;
}
.avm_dr_title h4{
	font-size: 1.20em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	padding-bottom: 13px;
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
	border: none;
}
.avm_dr_title h4 b{
	color: #1b8dd9;
	font-size: 29px;
	text-transform: capitalize;
}
.avm_dr_title h4:after{
	position: absolute;
	content: "";
	left: 294px;
	bottom: 0;
	min-width: 175px;
	height: 3px;
	background-color: #1b8dd9;
	display: inline-block;
}
.services-top-grids {

    margin-bottom: 30px;

}

.grid1 i.fa {

    font-size: 40px;

    color: #146eb4;

}
.dr_title, .dr_facility {
	margin: 0 0;
	    padding: 0 0 0 66px;
}
.dr_title h3, .dr_facility h3 {
	margin: 1em;
	letter-spacing: 3px;
    text-align: left;
    color: #146eb4;
    text-transform: uppercase;
	    border-bottom: 1px solid #146eb4;
    padding: 12px;
    width: 40%;
    text-align: center;
}
.dr_title p, .dr_facility p {
	line-height: 25px;
    display: inline-block;
    width: 100%;
    margin-bottom: 1px;
   padding: 18px;
}
.dr_facility img {
	width: 100%;
    height: 109px;
	    margin: 4px;
}

.dr_profile  {
	width: 32%;
    margin: 4px;
	padding: 14px;
	margin: 4px;
 
}
.dr_profile img {
	width: 55%;
    margin: 21px auto 5px;
	border-radius:15%;
}
.dr_profile .dr_head {
	background-color: #fff;
	padding: 5px;
}

.appointment {
	background-color: #fff; 
	display: inline-block;
    width: 94%;
    padding: 25px;
	margin: 3em 0;
    box-shadow: -1px 1px 33px rgba(34,34,34,0.25);
}
.appointment h3{
	display: inline-block;
    font-weight: 700;
    font-size: 16px;
    color: #1b8dd9;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 25px;
    letter-spacing: 1.2px;
}
.appointment .btn {
	background: #146eb4 !important;
    color: #fff;
    border-radius: 0;
    float: right;
}

.appointment label {
 font-weight:100;
}
.appointment input[type=text], input[type=number], input[type=email] {
	width: 100% !important;
	font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 8px;
    margin: 6px 0;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:0px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 0px 2px #c4c4c4;
    -webbox-shadow: 0px 0px 2px #c4c4c4;
}	
.appointment  select {
	width: 95% !important;
	font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 8px;
	float:left;
    margin: 6px 4px 0 0;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:0px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 0px 2px #c4c4c4;
    -webbox-shadow: 0px 0px 2px #c4c4c4;
}	
.appointment  input[type=time] {
	width: 31% !important;
	font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 8px;
	float:left;
    margin: 6px 13px 0 0;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:0px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 0px 2px #c4c4c4;
    -webbox-shadow: 0px 0px 2px #c4c4c4;
}	

.appointment textarea {
	width: 100% !important;
    font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
    padding: 8px;
    margin: 27px 0 0;
    height: 117px;
    line-height: 16px;
    color: #808080;
    border: none;
    background-color: #fff;
    border-radius: 3px;
   -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow:0px 0px 2px #c4c4c4;
    -moz-box-shadow: 0px 0px 2px #c4c4c4;
    -webbox-shadow: 0px 0px 2px #c4c4c4;
}
.appointment .collapsed i {
	display:block !important;
}
.appointment .panel-default > a .panel-heading {
    color: #137bcc;
    background-color: #fff;
    padding: 11px;
}
.appointment .panel-body{
    border:none !important;
	box-shadow: none;
}
.course_profile, .about_coll {
	width:70%;
	float:left;
	margin:0em 0 0em;
}
.course_profile .course_title {
	width:100%;
}
 li.course_details:hover i{
	color:red;
	padding-right:5px;
	transition:2s;
}

.course_title h3, .course_title h6  {
	font-size: 22px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
	padding-bottom: 15px;
    width: 76%;
    margin: 0 auto;
}
.course_title h3:after {
	position: absolute;
    content: '';
    background-image: url(../images/title_after.png);
    background-repeat: no-repeat;
   height: 20px;
    width: 200px;
    top: 23%;
    left: 152px;
	margin: auto;
}
.course_title h4 {
	font-size: 15px;
    line-height: 30px;
    color: #000000;
    font-weight: 700;
	padding-bottom: 15px;
}
.course_title p {
	color:#000000;
	text-indent:50px;
	margin: 2em 0 0;
	padding: 10px;
}
.qulick_links, .about_coll_links {
	width:30%;
	float: left;
	margin:10em 0 3em;
	padding: 14px;
	background: #efecec;
}
.qulick_links h3, .about_coll_links h3 {
	font-size: 18px;
	    padding: 8px 0;
    line-height: 30px;
    color: #000000;
	text-align: center;
    font-weight: 700;
    padding-bottom: 15px;
}
.qulick_links ul, .about_coll_links ul {
	list-style:none;
}
.qulick_links ul i, .about_coll_links ul i {
	padding: 6px;
}

.clinic {
	width: 100%;
	padding: 3em;
    
}
.clinic h2{
	margin:0 auto 10px;
    color: #000;
    border-bottom: 6px solid #00adef;
    border-radius: 0 0 51%;
    width:16%;
	text-align: center;
}
.avm_anouncey  {
	width: 100%;
    padding: 0em 0 0;
    background: #1b8dd917;
}
.avm_anouncey marquee {
	margin-left: 101px;
	width: 100%;
	padding: 20px;
 
}

.avm_anouncey marquee b{
	    color: #000;
    padding: 0 10px;
}
.address_grid {
       text-align: center;
	border-radius: 3%;
	margin: 0 0 34px;
	transition: all 2s ease;
}
.address_grid:hover{
     -webkit-transform: scaleX(1);
    transform: scaleX(1);
	-moz-transform: scaleX(1);
	-o-transform: scaleX(1);
	-ms-transform: scaleX(1);
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}

.address_grid address{
   padding: 0 10px;
    color: #000;
    width: 90%;
    margin: 0 auto;
}
.address_grid b{
  color:#1b8dd9;
}

.address_grid h3{
	color: #000;
    width:54%;
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.address_grid iframe{
	width: 100%;height: 173px;;
}
.address_grid a {
	    width: 100%;
    color: #000;
   font-size: 19px;;
}
.address_grid i.fa-facebook{ 
	color: #fff;
	padding: 14px;
	background: #3b579d;
	border-radius: 10%;
} 
.address_grid i.fa-instagram{ 
	color: #fff;
	padding: 14px;
	background: #2caae1;
	border-radius: 10%;
}
.address_grid i.fa-linkedin{ 
	 color: #fff;
	 padding: 14px;
	 background: #0077b5;
	 border-radius: 10%;
}
.address_grid i.fa-youtube{ 
	 color: #fff;
	 padding: 14px;
	 background: #ff0000;
	 border-radius: 10%;
}

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}

.home_bg {
	background: url(../images/bg_01.jpg)repeat 0px 0px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
		}

.thumbnail {
	border:none;
	
}
.avm_board {
	padding: 0;
    margin: 0;
    text-align: center;
}
.avm_board ul {
	list-style:none;
}
.avm_board ul li {
	
}
.ad_video iframe{
    width: 100%;
	padding: 29px;
}












































.footer_brand_slide  {
	margin-bottom: 4em;
}
.footer_brand_slide h2 {
	text-align: center;
	color: #1b8dd9;
    margin: 2em 0 0;
    padding: 10px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.home_highlight h4{
	font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 13px;
    margin-top: 0;
    margin-bottom: 20px;
	color:#fff;
	border: none;
}

.home_highlight p {
	font-size: 30px;
	    color: #fff;
}
.home_highlight p b {
	 color: #fff;
    font-size: 40px;
}
.home_highlight .highlight_box h3{
	font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    padding-bottom: 13px;
    margin-top: 0;
    margin-bottom: 20px;
	color:#fff;
	border: none;
}
.home_highlight .highlight_box i{
	padding: 16px;
    font-size: 36px;
	color:#fff;
}
.footer {
	width:100%;
	float:left;
	background:#5e0172;
	padding: 3px 0;
}
.footer .avm_f_de {
    text-align: center;
	padding-top: 10px;
}
.text {
    margin-bottom: 4px;
}
.text a {
   color:#fff;
}

.avm_f_de ul {
    list-style-type: none;
}
.avm_f_de li {
    display: inline-block;
    margin: 0 4px;
    background: url(../images/bar.png) right center no-repeat;
    padding-right: 16px;
    margin-bottom: 3px;
}

//**** admn ****//



//**** admn ****//





@media screen and (max-width : 320px){
	.colorlib-nav #colorlib2-logo {
		width: 24%;
		position: relative;
	}
	.center_logo_title h3{
		font-size: 16px;
	}
	
	.colorlib-nav {
		position: relative !important;
	}
	#colorlib-offcanvas ul li i {
		display:none;
	}
	#colorlib-offcanvas li:hover {
	    background:#a20b0b !important;
	} 
	
	#colorlib-offcanvas a {
		color: #fff !important;
		font-size: 19px;
		font-weight: 100;
		font-family: 'Philosopher', sans-serif;
	} 
	.top_menu_bar {
		width: 94%;
	} 
	.carousel {
		margin: 0px 0 0 !important;
	}
	.carousel-inner > .item > img {
		width: 100% !important;
		height: 235px !important;
	} 
	.carousel-caption h3 {
	    font-size: 1em;
	} 
	.carousel-caption {
        width:97%;
	    left: 0;
	}
	.carousel-caption .slide_box_left {
        width:100%;
	    left: 0;
	}
	
	.top_menu_bar ul.top .s_screen {
		display:none !important;
	}
	.top_menu_bar ul.top li a {
		font-size: 14px;
	}
	
	.slide_height {
		height: 223px;
		max-height: 223px;
	}
	.colorlib-nav #colorlib2-logo img {
		height: auto;
	} 
	.admi_enq_btn {
		top: 119px;
		background: none;
		position: absolute;
		width: 42%;
		right: 20px;
	} 
	.admission_form {
		width: 100%;
	} 
	.avm_home_title {
		margin: 0;
	} 
	.home_highlight p {
		font-size:17px;
	}
	.home_highlight p b{
		font-size: 31px;
	}
	.home_bg_effect {
		height: auto;
		padding: 0;
	}
	
	
	
	
	
	
	
	
	
	
	
	.avm_tratments {
		width: 100%;
		float:left;
		border-radius: 0;
		margin-bottom: 14px;
	}
	.avm_tratments .avm_tratments_cate {
		border-radius: 0;
	}
	.avm_tratments .Zodiac_sign_icon{
		width: 80%;
		float: left;
		text-align: center;
		margin: 0 11px;
	}
	.avm_tratments_text p {
		padding: 11px;
	}
	.home_bg_effect .qualities {
		margin: 1em 1em 3em;
		float: left;
		border-radius: 4%;
	} 
	.home_bg_effect .qualities h3 {
		width: 85%;
		margin: 1em auto 1em;
	} 
	.home_bg_effect .qualities ul li {
		width: 100%;
	} 
	.home_bg_effect .qualities ul li i {
		font-size: 23px;
	} 
	.home_bg_effect .qualities img{
		margin: 0em 0 0em;
	} 
	.featured_course_det .nav-tabs {
		width: 100%;		
	}
	.featured_course_det .slick-slide img {
		width: 97%;	
	} 
	.featured_course_det .slick-slide h2 {
		font-size: 14px;
	} 
	.featured_course_det h4.course_title {
		width:100%;
		margin:0;
	}
	.featured_course_det .avm_footer_de .size_mob {
		padding:0 !important;
	}
	.profile_title p {
		height: auto;
		padding: 14px;
	}
	.about_right img.main_img {
		width: 103%;
	}
	.about_right img.top_img1 {
		width: 65%;
	}
	.about_right img.top_img3 {
		width: 44%;
		top: 121%;
	}
	.course_profile, .about_coll, .qulick_links, .about_coll_links {
		width: 100%;
		    margin: 4em 0 0;
	}
	.course_title h3:after {
		top: 13%;
		left: 91px;
	}
	.course_title h3 {
		font-size: 15px;
		    width: 95%;
	}
	.about-shadow:hover .about-shadow-text {
		margin-top: 41px;
	}
	.facilities .faci_icon {
		width: 44%;
	}
	.facilities .faci_icon .mob_adj {
		padding: 18px;
	}
	.inner_pages_banner, .slider-dot1 {
		min-height: 131px;
	}
	.avm_inner_pages_banner {
		background: url(../images/test.jpg) no-repeat 0px -121px;
		background-size: cover;
		min-height: 130px;
		height: 130px;
		margin:0;
	}
	
	.about_right img.main_img {
		width: 103%;
	}
	.about_right img.top_img1 {
		width: 65%;
	}
	.about_right img.top_img3 {
		width: 44%;
		top: 121%;
	}
	.about_coll, .qulick_links, .about_coll_links {
		width: 100%;
		   margin: 4em 0 0;
	}
	.dr_title, .dr_facility {
		margin: 35px;
		padding: 0 0 0 0px;
	}
	.dr_profile {
		width:100%;
	}
	.clinic {
		padding: 0;
	}
	
	
	
	
	
	.map iframe {
		height: 293px;
	}
	
	.footer {
		background: #000;
		height:auto;
	} 
	.footer .footer_address h4 {
		text-align:center;
	} 
	.footer_address address {
		width: 90%;
		text-align: center;
	} 
	.footer_logo .social {
		width: 56%;
	} 
	.avm_footer_de {
		margin: 2em 0 0em;
	} 
	
	.doctor_grid .d_box {
		width: 100%;
		margin: 0 0 5px;
	} 
}
@media screen and (max-width : 360px){
	.colorlib-nav #colorlib2-logo {
		width: 24%;
		position: relative;
	}
	.colorlib-nav {
		position: relative !important;
	}
	.center_logo_title h3{
		font-size: 16px;
		padding: 5px;
	}
	#colorlib-offcanvas ul li i {
		display:none;
	}
	#colorlib-offcanvas li:hover {
	    background:#a20b0b !important;
	} 
	
	#colorlib-offcanvas a {
		color: #fff !important;
		font-size: 19px;
		font-weight: 100;
		font-family: 'Philosopher', sans-serif;
	} 
	.top_menu_bar {
		width: 94%;
	} 
	.carousel {
		margin: 0px 0 0 !important;
	}
	.carousel-inner > .item > img {
		width: 100% !important;
		height: 235px !important;
	} 
	.carousel-caption h3 {
	    font-size: 1em;
	} 
	.carousel-caption {
        width:97%;
	    left: 0;
	}
	.carousel-caption .slide_box_left {
        width:100%;
	    left: 0;
	}
	.top_menu_bar ul.top .s_screen {
		display:none !important;
	}
	.top_menu_bar ul.top li a {
		font-size: 14px;
	}
	.slide_height {
		height: 223px;
		max-height: 223px;
	} 
	.colorlib-nav #colorlib2-logo img {
		height: auto;
	} 
	.admi_enq_btn {
		top: 119px;
		background: none;
		position: absolute;
		width: 42%;
		right: 20px;
	} 
	.admission_form {
		width: 100%;
	}
	.avm_home_title {
		margin: 0;
	}
	.home_highlight p {
		font-size:17px;
	}
	.home_highlight p b{
		font-size: 31px;
	}
	.dr_title, .dr_facility {
		margin: 35px;
		padding: 0 0 0 0px;
	}
	.home_bg_effect {
		height: auto;
		padding: 0;
	}
	
	
	
	
	
	
	
	.avm_tratments {
		width: 100%;
		float:left;
		border-radius: 0;
		margin-bottom: 14px;
	}
	.avm_tratments .avm_tratments_cate {
		border-radius: 0;
	}
	.avm_tratments .Zodiac_sign_icon{
		width: 80%;
		float: left;
		text-align: center;
		margin: 0 11px;
	}
	.avm_tratments_text p {
		padding: 11px;
	}
	
	.home_bg_effect .qualities {
		margin: 1em 1em 3em;
		float: left;
		border-radius: 4%;
	} 
	.home_bg_effect .qualities h3 {
		width: 85%;
		margin: 1em auto 1em;
	} 
	.home_bg_effect .qualities ul li {
		width: 100%;
	} 
	.home_bg_effect .qualities ul li i {
		font-size: 23px;
	} 
	.home_bg_effect .qualities img{
		margin: 0em 0 0em;
	} 
	.featured_course_det .nav-tabs {
		width: 100%;		
	}
	.featured_course_det .slick-slide img {
		width: 97%;	
	} 
	.featured_course_det .slick-slide h2 {
		font-size: 14px;
	} 
	.featured_course_det h4.course_title {
		width:100%;
		margin:0;
	}
	.featured_course_det .avm_footer_de .size_mob {
		padding:0 !important;
	}
	.map iframe {
		height: 293px;
	}
	.profile_title p {
		height: auto;
		padding: 14px;
	}
	.about_right img.main_img {
		width: 103%;
	}
	.about_right img.top_img1 {
		width: 65%;
	}
	.about_right img.top_img3 {
		width: 44%;
		top: 121%;
	}
	.course_profile, .about_coll, .qulick_links, .about_coll_links {
		width: 100%;
		    margin: 4em 0 0;
	}
	.course_title h3:after {
		top: 13%;
		left: 91px;
	}
	.course_title h3 {
		font-size: 15px;
		    width: 95%;
	}
	.about-shadow:hover .about-shadow-text {
		margin-top: 41px;
	}
	.facilities .faci_icon {
		width: 46%;
	}
	.facilities .faci_icon .mob_adj {
		padding: 18px;
	}
	.inner_pages_banner, .slider-dot1 {
		min-height: 131px;
	}
	.avm_inner_pages_banner {
		background: url(../images/test.jpg) no-repeat 0px -121px;
		background-size: cover;
		min-height: 130px;
		height: 130px;
		margin:0;
	}
	.about_coll, .qulick_links, .about_coll_links {
		width: 100%;
		  margin: 4em 0 0;
	}
	.dr_profile {
		width:100%;
	}
	.clinic {
		padding: 0;
	}
	
	
	
	
	.footer {
		background: #000;
		height:auto;
	} 
	.footer .footer_address h4 {
		text-align:center;
	} 
	.footer_address address {
		width: 90%;
		text-align: center;
	}
	.footer_logo .social {
		width: 56%;
	} 
	.avm_footer_de {
		margin: 2em 0 0em;
	} 	
	.doctor_grid .d_box {
		width: 100%;
		margin: 0 0 5px;
	} 
}

@media screen and (max-width : 760px){
	.colorlib-nav #colorlib2-logo {
		width: 24%;
		position: relative;
	}
	.colorlib-nav {
		position: relative !important;
	}
	.center_logo_title h3{
		font-size: 16px;
		padding: 5px;
	} 
	#colorlib-offcanvas ul li i {
		display:none;
	}
	#colorlib-offcanvas li:hover {
	    background:#a20b0b  !important;
	} 
	
	#colorlib-offcanvas a {
		color: #fff !important;
		font-size: 19px;
		font-weight: 100;
		font-family: 'Philosopher', sans-serif;
	} 
	.top_menu_bar {
		width: 94%;
	} 
	
	.carousel {
		margin: 0px 0 0 !important;
	}
	.carousel-inner > .item > img {
		width: 100% !important;
		height: 235px !important;
	} 
	.carousel-caption h3 {
	    font-size: 1em;
	} 
	.carousel-caption {
        width:97%;
	    left: 0;
	}
	.carousel-caption .slide_box_left {
        width:100%;
	    left: 0;
	}
	.top_menu_bar ul.top .s_screen {
		display:none !important;
	}
	.top_menu_bar ul.top li a {
		font-size: 14px;
	}
	.slide_height {
		height: 223px;
		max-height: 223px;
	} 
	.colorlib-nav #colorlib2-logo img {
		height: auto;
	} 
	.admi_enq_btn {
		top: 119px;
		background: none;
		position: absolute;
		width: 42%;
		right: 20px;
	} 
	.admission_form {
		width: 100%;
	}
	.avm_home_title {
		margin: 0;
	}
	.home_highlight p {
		font-size:17px;
	}
	.home_highlight p b{
		font-size: 31px;
	}
	.dr_title, .dr_facility {
		margin: 35px;
		padding: 0 0 0 0px;
	}
	.dr_profile {
		width:100%;
	}
	.home_bg_effect {
		height: auto;
		padding: 0;
	}
	
	
	
	
	.avm_tratments {
		width: 100%;
		float:left;
		border-radius: 0;
		margin-bottom: 14px;
	}
	.avm_tratments .avm_tratments_cate {
		border-radius: 0;
	}
	.avm_tratments .Zodiac_sign_icon{
		width: 80%;
		float: left;
		text-align: center;
		margin: 0 11px;
	}
	.avm_tratments_text p {
		padding: 11px;
	}
	
	.home_bg_effect .qualities {
		margin: 1em 1em 3em;
		float: left;
		border-radius: 4%;
	} 
	.home_bg_effect .qualities h3 {
		width: 85%;
		margin: 1em auto 1em;
	} 
	.home_bg_effect .qualities ul li {
		width: 100%;
	} 
	.home_bg_effect .qualities ul li i {
		font-size: 23px;
	} 
	.home_bg_effect .qualities img{
		margin: 0em 0 0em;
	} 
	.featured_course_det .nav-tabs {
		width: 100%;		
	}
	.featured_course_det .slick-slide img {
		width: 97%;	
	} 
	.featured_course_det .slick-slide h2 {
		font-size: 14px;
	} 
	.featured_course_det h4.course_title {
		width:100%;
		margin:0;
	}
	.featured_course_det .avm_footer_de .size_mob {
		padding:0 !important;
	}
	.map iframe {
		height: 293px;
	}
	.profile_title p {
		height: auto;
		padding: 14px;
	}
	.about_right img.main_img {
		width: 103%;
	}
	.about_right img.top_img1 {
		width: 65%;
	}
	.about_right img.top_img3 {
		width: 44%;
		top: 121%;
	}
	.course_profile, .about_coll, .qulick_links, .about_coll_links {
		width: 100%;
		    margin: 4em 0 0;
	}
	.course_title h3:after {
		top: 13%;
		left: 91px;
	}
	.course_title h3 {
		font-size: 15px;
		    width: 95%;
	}
	
	.about-shadow:hover .about-shadow-text {
		margin-top: 41px;
	}
	.facilities .faci_icon {
		width: 46%;
	}
	.facilities .faci_icon .mob_adj {
		padding: 18px;
	}
	.inner_pages_banner, .slider-dot1 {
		min-height: 131px;
	}
	.avm_inner_pages_banner {
		background: url(../images/test.jpg) no-repeat 0px -121px;
		background-size: cover;
		min-height: 130px;
		height: 130px;
		margin:0;
	}
	.about_coll, .qulick_links, .about_coll_links {
		width: 100%;
		 margin:4em 0 0;
	}
	.clinic {
		padding: 0;
	}
	
	
	
	
	
	
	
	
	
	
	.footer {
		background: #000;
		height:auto;
	} 
	.footer .footer_address h4 {
		text-align:center;
	} 
	.footer_address address {
		width: 90%;
		text-align: center;
	} 
	.footer_logo .social {
		width: 56%;
	} 
	.avm_footer_de {
		margin: 2em 0 0em;
	} 
	.doctor_grid .d_box {
		width: 100%;
		margin: 0 0 5px;
	} 
}
