@font-face {
    font-family: 'museoSans100';
    src: url('../fonts/museosans-100-webfont.eot');
    src: url('../fonts/museosans-100-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-100-webfont.woff2') format('woff2'),
         url('../fonts/museosans-100-webfont.woff') format('woff'),
         url('../fonts/museosans-100-webfont.ttf') format('truetype'),
         url('../fonts/museosans-100-webfont.svg#museoSans100') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'museoSans300';
    src: url('../fonts/museosans-300-webfont.eot');
    src: url('../fonts/museosans-300-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-300-webfont.woff2') format('woff2'),
         url('../fonts/museosans-300-webfont.woff') format('woff'),
         url('../fonts/museosans-300-webfont.ttf') format('truetype'),
         url('../fonts/museosans-300-webfont.svg#museoSans300') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*
@font-face {
    font-family: 'armageda_wideregular';
    src: url('http://www.old.permis-malin.com/fonts/armageda_wide-webfont.eot');
    src: url('http://www.old.permis-malin.com/fonts/armageda_wide-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.old.permis-malin.com/fonts/armageda_wide-webfont.woff2') format('woff2'),
         url('http://www.old.permis-malin.com/fonts/armageda_wide-webfont.woff') format('woff'),
         url('http://www.old.permis-malin.com/fonts/armageda_wide-webfont.ttf') format('truetype'),
         url('http://www.old.permis-malin.com/fonts/armageda_wide-webfont.svg#armageda_wideregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/
@font-face {
    font-family: 'Caracteres-L1';
    src:url('../fonts/Caracteres-L1.ttf.woff') format('woff'),
        url('../fonts/Caracteres-L1.ttf.svg#Caracteres-L1') format('svg'),
        url('../fonts/Caracteres-L1.ttf.eot'),
        url('../fonts/Caracteres-L1.ttfd41d.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

html, body{
  font-family: 'museoSans300', sans-serif;
  font-size: 100%;
  background: #FFf;
}
body a {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	color: #237F99;
}
a:hover{
 text-decoration:none;
 color: #87A812;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'museoSans300', sans-serif;
}

h1, h2, .h1, .h2, .armageda, .tittle {
 font-family:Tahoma, 'museoSans300', sans-serif;
 text-transform:uppercase;
}

h1 {
  font-size:2.6em;
}

.bold {
  font-weight:bold;
}
.block {
  display:block;
}
input[type="button"],input[type="submit"],.port-grid ,.text p,.text h3{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
.padding15 { padding:15px;}
.padding15rlb { padding:0 15px 15px 15px;}
.padding15t { padding-top:15px;}
.padding15tb { padding-top:15px; padding-bottom:15px;}
.padding15b { padding-bottom:15px;}
.padding5b { padding-bottom:5px;}
/*--header--*/
.top-header {
     padding: 2em 0 0 0;
}
.logo {
    float: left;
    text-align: center;
}
.logo  a h1{
    font-size: 3.3em;
    font-weight: 400;
    color: #1a98d2 ;
    font-family: "museoSans300",'Lobster', cursive;
}
.logo  a h1:hover{
 color:#1a98d2 ;	
 text-decoration:none;
}
.logo  a h1 span{
	color:#fff;
	text-decoration:none;
}
.top-menu {
  float:right;
  margin-top: 1.5em;
  text-align:center;
}
.top-menu ul{
	margin:0;
	padding:0;
}
.top-menu li {		
	text-transform:uppercase;
	display:inline-block;
	  margin-right: 2em;
}
.top-menu li a{
	color: black;
    text-decoration: none;
    display: block;
    height:auto;
    padding: 0;
    font-weight: 800;
    font-size: 0.9em;
}	
.top-menu li a.active{
  color:#1a98d2 ;
}

.logoli {
  display:none;
}
#menuprinc nav.pinned_menu {
  background-color: rgba(26,152,210,0.8);
  border-bottom:3px solid white;
  left: 0;
  padding: 5px;
  position: fixed;
  top: 0;
  width: 100%;
  -moz-box-shadow: 5px 5px 10px 0px #656565;
  -webkit-box-shadow: 5px 5px 10px 0px #656565;
  -o-box-shadow: 5px 5px 10px 0px #656565;
  box-shadow: 5px 5px 10px 0px #656565;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
   -webkit-animation:opacityEffect 800ms ease;
   -moz-animation:opacityEffect 800ms ease;
   -ms-animation:opacityEffect 800ms ease;
   -o-animation:opacityEffect 800ms ease;
   animation:opacityEffect 800ms ease;
   z-index:50;
}

#menuprinc nav.pinned_menu li {
   padding: 0px 15px;
}
#menuprinc nav.pinned_menu li a {
   color:white;
   -webkit-transition-duration:0.20s;
   -moz-transition-duration:0.20s;
     -o-transition-duration:0.20s;
        transition-duration:0.20s;

  -webkit-transition-timing-function:ease-out;
   -moz-transition-timing-function:ease-out;
     -o-transition-timing-function:ease-out;
        transition-timing-function:ease-out;
  padding:5px;     
}

#menuprinc nav.pinned_menu li a:hover {
  background: #97BE13;
  padding: 5px 26px;
}
#menuprinc nav.pinned_menu li a.nohover:hover {
  background: transparent;
  padding: 5px;
}

#menuprinc nav.pinned_menu li .logoli {
  display:inline-block;
  width:120px;
  left: -90px;
  position: absolute;
  top: -25px;
  -moz-box-shadow: 5px 5px 10px 0px #656565;
  -webkit-box-shadow: 5px 5px 10px 0px #656565;
  -o-box-shadow: 5px 5px 10px 0px #656565;
  box-shadow: 5px 5px 10px 0px #656565;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=10);
}


/* Effect 16: fall down */
.cl-effect-16 a {
	text-shadow: 0 0 1px rgba(111,134,134,0.3);
}
.cl-effect-16 a::before {
	 color:#1a98d2 ;
	content: attr(data-hover);
	position: absolute;
	opacity: 0;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	-webkit-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-moz-transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.cl-effect-16 a:hover::before,
.cl-effect-16 a:focus::before {
	-webkit-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	-moz-transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
	opacity: 1;
}
@media only screen and (min-width : 768px) {
   .banner-grid.one, .banner-grid.two, .banner-grid.three {
       height:300px;
    }
}
@media only screen and (max-width : 768px) {
   
	span.menu {
		width: 35px;
		height: 35px;
		background: url(../images/nav.html)no-repeat 0px 0px;
		display: inline-block;
		float: right;
		cursor: pointer;
		margin: 12px 3px;
	}
	.top-menu {
		float: none;
		margin-top: 0em;
	}
	.top-menu  ul{
		display:none;
	}
	.top-menu  ul li {
		display:block;
		margin-right:0;
	}
	.top-menu  span.menu{
		display:block;
	}
	.top-menu  ul{
	  margin:50px 0;
	  padding: 2% 0;
	  z-index: 999;
	  position: absolute;
	  width: 96%;
      background: rgba(66, 96, 134, 0.88);
      text-align: center;
	}
	.top-menu li a {
	  padding: 0.5em;
	  font-weight: 400;
	  font-size:0.9em;
	  }
	.logo {
		margin-top: 0.7em;
	}
	.top-menu ul li a {
	  font-size: 0.9em;
	}
}
/*--slider-css--*/
.header{
	background: url(../images/bg30f4.jpg?v=3);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 580px;
	position:relative;
}
/*--header--*/
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom: 9%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 80px;
  width: 40px;
  background: transparent url("../images/arrows.html") no-repeat left top;
  margin-top: 4%;
  display: block;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
.callbacks_nav.next {
  left: auto;
    background-position: right top;
   right:0px;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	  left: 0px;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    display: block;
	bottom: -9%;
    z-index: 0;
    left: 42%;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .3em;
}
@media screen and (max-width: 600px) {
  .callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height:7px;
    width:34px;
    display: inline-block;
    background: #020202;
    border: 2px solid #020202;
}
.callbacks_here a:after{
  background:#1a98d2 ;
  border:2px solid #1a98d2 ;
}
.banner-info {
  margin-top: 2em;
  text-align: center;
}
.banner-info h3 {
  font-size: 3em;
  font-weight:400;
  color: #fff;
}
.banner-info h4 {
  font-size: 2em;
  font-weight:400;
  color: #1a98d2 ;
  margin: 0.3em 0;
}
/*--banner-grids--*/
.banner-bottom {
    position: absolute;
    left: 19.5%;
    bottom: -19%;
}
.banner-grid.one,.banner-grid.two,.banner-grid.three {
  padding: 3em 2em;
  margin: 0;
  background: #1A98D2;
  text-align:center;
  margin-right:1%;
  width:32%;
}
.banner-grid.two {
 background:white;
 color:black;
 border:1px solid #D5D6D4;
}
.banner-grid.three {
    background:#99BE18;
}
.icon-text h4 {
  font-size: 1.6em;
  color: #fff;
 font-weight: 400;
}
.icon-text p {
  font-size: 0.9em;
  color: #fff;
  line-height: 1.7em;
  margin: 0.5em 0;
}
.icon i {
  color: #fff;
  font-size: 2.3em;
  text-align: center;
}

.banner-grid.two .icon-text h4, 
.banner-grid.two .icon-text p,
.banner-grid.two .icon i {
	color:black;
}

/*--about--*/
.header.two {
    background: url(../images/bg25e1f.jpg?v=2);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height:137px;
}
.about {
    padding:12em 0 4em 0;
}
h3.tittle, .h3.tittle{
  font-size: 2.8em;
  color: #1a98d2 ;
}
.about-top {
    margin-top: 1em;
}
.about-top-right h4 {
    color: #020202;
    font-size: 1.6em;
    line-height: 1.5em;
	padding:0 0 10px 0;
}
.about-top-right {
    padding: 0;
}
.about-top-right p {
    font-size: 100%;
    line-height: 1.9em;
    color: #555;
}
#trianglePath5 {
    fill:#fff;
    stroke:#fff;
}
#trianglePath6 {
    fill:#F2F2F2;
    stroke:#F2F2F2;
}
.about.second {
    padding: 4em 0 4em 0;
}
/*--team--*/
.team{
  padding:10em 0 4em 0;
  background:#A2C130;
}
.ch-grid {
	margin: 4em 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}
.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-ms-border-radius: 50%;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9;
	box-shadow: 
		0 0 0 20px rgba(255,255,255,0.2), 
		inset 0 0 3px rgba(115,114, 23, 0.8);

}

.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	
	-webkit-backface-visibility: hidden; /*Just for webkit to have a smooth font*/
}

.ch-info .ch-info-front {
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.ch-info .ch-info-back {
	opacity: 0;

	  background:#1a98d2 ;
	pointer-events: none;
	
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-o-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	-moz-transition: all 0.4s ease-in-out 0.2s;
	-o-transition: all 0.4s ease-in-out 0.2s;
	-ms-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}

.ch-img-1 { 
	background-image: url(../images/t1.html);
}

.ch-img-2 { 
	background-image: url(../images/t2.html);
}

.ch-img-3 { 
	background-image: url(../images/t3.html);
}

.ch-info h3 {
	    color: #fff;
    /* text-transform: uppercase; */
    /* letter-spacing: 2px; */
    font-size: 29px;
    margin: 0 15px;
    padding: 48px 0 0 0;
    height: 93px;
    text-shadow: 0 0 1px #fff, 
    0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight:400;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
}

.ch-item:hover .ch-info-front {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	
	opacity: 0;
} 

.ch-item:hover .ch-info-back {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	
	opacity: 1;
	pointer-events: auto;
}
/*--breed-services--*/
.breed-section {
    padding:10em 0 4em 0;
	background-color:#A2C130;
}
svg:not(:root) {
  overflow: hidden;
    position: absolute;
}
#trianglePath1 {
  fill:#A2C130;
  stroke:#A2C130;
}
#trianglePath2 {
  fill:#85a021;
  stroke:#85a021;
}
.serve-text p {
    color: #555;
    font-size: 0.9em;
    line-height: 1.9em;
}
.serve-text h4 {
    padding: 0 0 20px 0;
	    color: #020202;
    font-size: 1.6em;
}
.service-grid ul{
	margin: 1em 0 0 10px;
}
.service-grid li{
    display: block;
    margin: 5px 0;
    font-size: 0.9em;
    color: #555;
}
.service-grid li a i{
    font-size: 0.9em;
    margin: 0.2em 0.5em 1em 0em;
    color:#020202;
    line-height: 1.8em;
    text-decoration: none;
    padding-left: 0em;
}
h3.tittle.two {
    color: #020202;
}
.service-img {
    padding-left: 0;
}
.serve-grids {
    margin-top: 2em;
}
/*--health--*/
.health-care {
       padding: 10em 0 4em 0;
    background-color: #F7f7f7;
}

.health-text h4 {
    padding: 0 0 10px 0;
    color: #020202;
    font-size: 1.6em;
}
.health-text p {
    color: #555;
    font-size:0.9em;
	line-height:1.9em;
	margin:0.5em 0;
}
.health {
    margin-top: 1em;
}
#trianglePath3 {
    fill: #F7f7f7;
    stroke: #F7f7f7;
}
#trianglePath4 {
    fill: #eee;
    stroke: #eee;
}
/*--gallery--*/
.gallery {
  padding: 4em 0;
}
.gallery-left img {
  width: 100%;
}
.gallery-left{
  padding:0 0.2em;
  margin-bottom:0.4em;
}
.gallery-bottom {
  margin-top: 2em;
}
/*--blog--*/
.news {
    padding: 10em 0 4em 0;
    background-color:#A2C130;
}
.news.two {
      padding: 4em 0 4em 0;
	 background:#fff;
}
.news-article {
    margin-top: 2em;
}
.article-post {
  padding-left: 0;
 margin-bottom: 2em;
}
.post-details h3,.post-details a h3{
   color:#020202;
  font-size: 1.6em;
  margin-top: 0.5em;
  padding: 0.6em 0 0.1em 0;
}
.post-details p {
  font-weight: 400;
  margin-top: 0.5em;
  font-size:0.9em;
  color: #555;
  font-weight: 400;
  line-height:2em;
}
a.blog.hvr-shutter-out-horizontal {
  padding: 0.6em 1em;
  color: #fff;
  display: inline-block;
  margin: 1em 0;
}
 .meta-icon {
  margin: 25px 0 10px 65px;
  color: #ffffff;
  font-size: 1.5em;
  text-align: center;
  line-height: 47px;
  height: 45px;
  width: 45px;
  background-color:#020202;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.pic a i {
  color: #fff;
}
.post-meta {
  font-size: 0.9em;
  text-align: right;
  line-height: 24px;
  float: left;
  width: 110px;
}
ul.ad-info{
 float:right;
}
ul.ad-info li {
  list-style: none;
  display: block;
}
ul.ad-info li,ul.ad-info li a {
  display: block;
  padding: 0;
  text-align: right;
  color: #555;
  font-size:1em;
  }
ul.ad-info li  a{
     color: #fff;
}
.ad-info li a:hover{
 text-decoration:underline;
 }
.post-meta {
  padding: 0;
}
.article-post img {
  width: 100%;
}
.pic img {
  width:50%;
}
.read a img {
  width: 6%;
  margin-top: 0.8em;
}
.blog-pagenat {
  text-align: center;
  margin-top: 3em;
}
.blog-pagenat ul li {
  display: inline-block;
  list-style:none;
}
.blog-pagenat ul li a {
  display: block;
  background:#F7F7F7;
  padding: 8px 1.1em;
  font-size: 0.9em;
  text-transform: uppercase;
  color:#020202;
  font-weight: 400;
  display: inline-block;
  margin-top: 1em;
  text-decoration: none;
  border: 1px solid #020202;
}
.blog-pagenat ul li a:hover {
  background:#1a98d2 ;
  color:#fff;
      border: 1px solid #1a98d2 ;
}
ul.ad-info.two li a {
    color: #1a98d2 ;
	
}
/*--single--*/
.leave h4,h4.tz-title-4.tzcolor-blue {
      color: #1a98d2 ;
    font-size: 2.2em;
    font-weight: 400;
    margin-top: 0.5em;
    padding: 0.6em 0 0.1em 0;
}
.comment-box {
  padding: 2em 2em;
  border: 1px dashed #E64B50;
  text-align: center;
  margin-top:3em;
 }
 .comment-box h5 { 
 color:#E64B50;
  font-size: 1.3em;
 }
#commentform label {
   display: block;
  font-size: 1em;
  color: #888;
  font-weight: 400;
  margin: 0.5em 0
}
#commentform input[type="text"] {
  padding: 14px 15px;
  width: 100%;
  color: #555;
  font-size: 1em;
  border: 1px solid #eee;
  outline: none;
  display: block;
}
#commentform textarea {
	  padding: 13px 20px;
  width: 100%;
  color: #444;
  font-size: 0.85em;
  outline: none;
  height: 150px;
  display: block;
  resize: none;
  font-weight: 400;
  border: 1px solid #eee;
  background: #fff;
}
p.form-submit {
  margin: 2em 0;
}
span.m_14 {
  font-weight: 400;
  text-transform: capitalize;
      font-size: 0.9em;
    color: #1a98d2 ;
}
.single_grid2 p {
  color: #555;
  font-size:0.9em;
  line-height:1.9em;
  }
.title a{
  color: #020202;
  font-size: 1.8em;
  font-weight:400;
      font-family: "museoSans300",'Lobster', cursive;
 }
 ul.list li {
  list-style: none;
}
ul.list {
  padding-top: 2em;
}
.preview img {
  border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  width: 80%;
}
 h5.m_26 a{
   float: right;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  padding: 0.6em 1.2em;
  display: inline-block;
  background:#020202;
  margin: 0 auto;
  margin-top: 1em;
}
h5.m_26 a:hover{
  background:#1a98d2 ;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.single-us input[type="text"],.leave textarea,.leave input[type="submit"]{
	font-size: 1em;
	  width: 100%;
	padding: 0.8em 1em;
	margin: 0.5em 0;
	background: #fff;
	outline:none;
	border: 1px solid #362f2f;
	color: #362f2f;
	-webkit-appearance: none;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	  border: none;
  outline: none;
  text-decoration: none;
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  padding:0.6em 1em;
  display: inline-block;
  background:#020202;
  margin: 0 auto;
  margin:1em 0 2em 0;
  -webkit-appearance: none;
  width:16%;
  }
.leave input[type="submit"]:hover{
	  background:#1a98d2 ;
}
.leave p{
  width: 80%;
  line-height: 1.8em;
  color:#020202;
  font-size: 0.9em;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
	  text-align: left;
}
.text-top{
	padding:0.5em 0;
}
.leave {
  padding: 2em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.html)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.top-single {
	padding: 1em;
}
/*--typography--*/
.typography {
    padding: 4em 0 4em;
}
.bs-example h2 {
  margin-bottom: 0;
  text-align: left;
}
.bs-example h2 {
  margin-bottom: 0;
  text-align: left;
}
.table h2 {
  font-size: 2.2em;
}
.grid_5 h2 {
  font-size: 2em;
  text-align: left;
  margin-bottom: 0;
}
.grid_5 h1, h2, h3, h4, h5, h6 {
  padding: 10px 0;
}
.grid_5 {
  margin: 31px 0;
}
.grid_3 h3 {
  padding-bottom: .5em;
     font-size:2em;
  color: #FA0000;
}
.grid_4 h3 {
  color: #666161;
}
.page-header h1 {
  color: #F00;
}
.typrography {
  padding: 4em 0;
  position: relative;
}
.first{
 margin-top:2em;
}
a#profile-tab {
  color: #000;
}
ul#myTab li a {
  padding: 1em 1em;
  color: #666;
}
div#profile p {
  line-height: 1.7em;
  margin: 1em 0;
}
/*--//typography--*/ 
/*--contact--*/
.contact {
  padding: 4em 0;
}
.contact-form {
     margin-top: 2em;
}
p.your-para {
    color: #888;
  font-size: 0.9em;
}
.contact-grid input[type="text"], .contact-grid textarea {
  width: 100%;
  padding:0.8em;
  margin:0.6em 0;
  background: #fff;
  outline: none;
  border: 1px solid #DADADA;
  -webkit-appearance: none;
}
.contact-grid textarea {
  resize: none;
  min-height:180px;
}
p.sed-para{
  color: #53d0c6;
  font-size: 1.5em;
  font-weight: 400;
     font-family: "museoSans300",'Lobster', cursive;
}
p.para1{
  color: #555;
  font-size: 0.9em;
  line-height: 1.9em;
      margin-top: 0.5em;
}
.address-more,.address-left{
	float:left;
	width:40%;
}
.contact-grid {
  padding-left: 0;
}
.address-more p, .address-left p{
	  width: 100%;
  color: #555;
  font-size: 0.9em;
  line-height: 1.8em;
}
.address-left p a {
  color: #555;
  font-size: 0.95em;
}
.more-address{
	padding:2em 0;
}
.find {
    background-color: #A2C130;
    padding: 10em 0 4em 0;
} 
.map{
 margin:2em 0 4em 0;
}
.map iframe {
  width: 100%;
  height:400px;
  border: none;
}
.send input[type="submit"] {
  font-size: 1em;
  background:#020202;
  padding: 0.7em 2em;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  text-transform: uppercase;
  -webkit-appearance: none;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.send input[type="submit"]:hover {
  background:#1a98d2 ;
}
/*--footer--*/
.footer{
	padding:11em 0 2em 0;
	text-align:center;
	    background-color: #020202;
}
.copy {
  margin: 2em;
  margin-top:1em;
}
ul.social-icons li{
  display:inline-block;
  margin-right:1em;
}
ul.social-icons {
  margin-top: 1em;
}
a.tooltips {
  position: relative;
  display: inline;
}
ul.social-icons li:nth-child(6){
  margin: 0;
}
a.tooltips span {
   position: absolute;
  width:180px;
  color: #FFFFFF;
  background: #2C3E50;
  height: 61px;
  line-height: 19px;
  text-align: center;
  visibility: hidden;
  border-radius: 6px;
  padding: 0.5em;
  top: -86px;
  padding: 0.5em;
  -o- border-radius: 6px;
  -moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	    font-size: 0.9em;
 }
a.tooltips span:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 38%;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 10px solid #2C3E50;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
a:hover.tooltips span {
  visibility: visible;
  opacity: 0.8;
  bottom: 30px;
  left: 50%;
  margin-left: -76px;
  z-index: 999;
}
.copy p {
  color: #fff;
  font-size:0.9em;
}
.copy p a {
   color:#1a98d2 ;
}
.copy p a:hover{
	 text-decoration: underline;
}
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 22px;
  border: none;
  text-indent: 100%;
  background: url(../images/move-top.png) no-repeat 0px 0px;
}
/*--Responsive--*/
@media (max-width:1440px){
	.header {
		background: url(../images/bg.jpg);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 613px;
		position: relative;
	}
	.banner-info {
		margin-top: 9em;
	}
	.banner-bottom {
		position: absolute;
		left: 9%;
		bottom: -23%;
	}
}
@media (max-width:1366px){
	.header {
		background: url(../images/bg5e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 591px;
		position: relative;
	}
	.banner-info {
		margin-top: 8em;
	}
	.banner-bottom {
		position: absolute;
		left: 8%;
		bottom: -22%;
	}
	h3.tittle {
    font-size: 2.7em;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 3em 2em;
		margin-right: 1%;
		width: 30%;
	}
}
@media (max-width:1280px){
	.banner-bottom {
		position: absolute;
		left: 5.3%;
		bottom: -27%;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 3em 2em;
		margin-right: 1%;
		width: 31%;
	}
	.header {
		background: url(../images/bg5e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 552px;
		position: relative;
	}
	.about-top-right h4 {
		font-size: 1.5em;
		padding: 0 0 10px 0;
	}
}
@media (max-width:1024px){
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 2em 2em;
		margin-right: 1%;
		width: 32.3%;
	}
	.banner-bottom {
		position: absolute;
		left: 2.3%;
		bottom: -35%;
	}
	.header {
		background: url(../images/bg5e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 455px;
		position: relative;
	}
	.banner-info {
		margin-top: 4em;
	}
	.banner-info h3 {
      font-size: 2.6em;
	}
	.about-top {
		margin-top: 0.3em;
	}
	.service-grid li {
		margin: 2px 0;
		font-size: 0.85em;
	}
	.health-text h4 {
		padding: 0 0 3px 0;
		font-size: 1.5em;
	}
	.health-care {
      padding: 9em 0 4em 0;
	}
	.breed-section {
    padding: 9em 0 4em 0;
	}
	.news {
    padding: 9em 0 4em 0;
	}
	.ch-grid {
		margin: 3em 0;
		padding: 0;
		width: 87%;
	}
	.header.two {
		background: url(../images/bg25e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 119px;
	}
	.gallery {
		padding: 3em 0;
	}
	.news.two {
    padding: 3em 0 3em 0;
	}
	.map iframe {
		height: 312px;
	}
	.more-address {
		padding: 1em 0 0 0;
	}
	.team {
		padding:9em 0 4em 0;
		background: #A2C130;
	}
	 .about.second {
		padding: 3em 0 3em 0;
	}
	.contact {
    padding: 3em 0;
	}
	.typography {
		padding: 3em 0 3em;
	}
}
@media (max-width:800px){
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 1em 1em;
		margin-right: 1%;
		width: 31.3%;
		float: left;
	}
	.icon-text h4 {
		font-size: 1.5em;
		font-weight: 400;
		padding: 2px 0 0px 0;
	}
	.header {
		background: url(../images/bg5e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 345px;
		position: relative;
	}
	.banner-info {
		margin-top: 0em;
	}
	.logo {
		margin-top: 0;
	}
	.top-header {
		padding: 1em 0 0 0;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 1em 1em;
		margin-right: 1%;
		width: 32.6%;
		float: left;
	}
	.banner-bottom {
		position: absolute;
		left: 0%;
		bottom: -42%;
	}
	.banner-grid.three{
		margin:0;
	}
	.banner-info {
    margin-top: 2em;
  }
  .about {
    padding: 11em 0 4em 0;
  }
	.about-top-left {
		padding: 0;
		margin-top: 2em;
	}
	.serve-text {
		padding: 0;
		margin-top: 2em;
	}
	.service-grid {
		float: left;
		width:49%;
		margin-right:1%;
	}
	.health-img {
		padding: 0;
		margin-top: 2em;
	}
	.health-text {
		padding: 0;
	}
	.ch-grid li {
		width: 180px;
		height: 180px;
		display: inline-block;
		margin: 20px 10px;
	}
	.ch-info-wrap, .ch-info {
    position: absolute;
    width: 140px;
    height: 140px;
	}
	.ch-info h3 {
    font-size: 23px;
    margin: 0 15px;
    padding:22px 0 0 0;
    height: 55px;
	}
	.ch-info p {
    padding: 10px 5px 0;
    margin: 0 10px;
	}
	.ch-grid {
		margin: 3em 0 0 0;
		padding: 0;
		width: 87%;
	}
	h3.tittle {
		font-size: 2.5em;
	}
	.header.two {
		background: url(../images/bg25e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 87px;
	}
	.gallery-left {
		padding: 0 0.2em;
		margin-bottom: 0.4em;
		float: left;
		width: 33%;
	}
	.gallery-bottom {
		margin-top: 1em;
	}
	.top-menu li {
		margin-right: 1em;
	}
	.article-post {
		padding-left: 0;
		margin-bottom: 2em;
		width: 50%;
		float: left;
	}
	.post-details {
		padding: 0;
		float: right;
		width: 67%;
	}
	.read a img {
		width: 8%;
		margin-top: 0.8em;
	}
	.meta-icon {
    margin: 25px 0 10px 54px;
    font-size: 1.5em;
	}
	.post-meta {
		font-size: 0.9em;
		text-align: right;
		line-height: 24px;
		float: left;
		width: 101px;
	}
	.post-details h3, .post-details a h3 {
		color: #020202;
		font-size: 1.5em;
		margin-top: 0.5em;
		padding: 0.3em 0 0.1em 0;
	}
	.article-post.two {
		width: 100%;
	}
	.post-details.two {
		padding: 0;
		float: right;
		width: 83%;
	}
	.preview {
		 float: left;
        padding: 0;
	}
	.data {
		float: right;
		width: 86%;
	}
	.preview img {
		width: 100%;
	}
	.contact-in {
		padding: 0;
		margin-top: 2em;
	}
	.contact-grid {
		padding-left: 0;
		padding: 0;
	}
	.news-article {
      margin-top: 1em;
   }
   .find {
		padding: 9em 0 2em 0;
	}
}
@media (max-width:768px){
	.top-menu ul {
		margin: 69px 0;
		padding: 2% 0;
		z-index: 999;
		position: absolute;
		width: 95.5%;
		background: rgba(25, 22, 22, 0.89);
		text-align: center;
	}
	.gallery-left {
		padding: 0 0.2em;
		margin-bottom: 0.4em;
		float: left;
		width: 33%;
	}
	.footer {
    padding: 10em 0 1em 0;
	}
	.read a img {
		width: 9%;
		margin-top: 0.8em;
    }
	.blog-pagenat {
		margin-top:2em;
	}
}
@media (max-width:640px){
	.header {
		background: url(../images/bg5e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 280px;
		position: relative;
	}
	.icon-text p {
		font-size: 0.85em;
		margin: 0.5em 0;
	}
	.icon i {
		font-size: 2em;
	}
	.banner-info h4 {
		font-size: 1.7em;
		margin: 0.2em 0 0 0;
		padding:0;
	}
	.banner-bottom {
		position: absolute;
		left: 0%;
		bottom: -59%;
	}
	.banner-info h3 {
		font-size: 2.4em;
	}
	.callbacks_tabs {
		bottom: -20%;
		z-index: 0;
		left: 37%;
	}
	.banner-info {
		margin-top: 1em;
	}
	.article-post {
		padding-left: 0;
		margin-bottom: 2em;
		width: 100%;
		float: left;
	}
	.post-details h3, .post-details a h3 {
		font-size: 1.8em;
		margin-top: 0.5em;
		padding: 0.3em 0 0.1em 0;
	}
	.read a img {
		width: 6%;
		margin-top: 0.8em;
	}
	.top-header {
		padding: 0.5em 0 0 0;
	}
	.ch-grid li {
		width: 180px;
		height: 180px;
		display: inline-block;
		margin: 20px 26px;
	}
	.post-details.two {
		padding: 0;
		float: right;
		width: 81%;
	}
	.leave input[type="submit"] {
		font-size: 1em;
		padding: 0.6em 1em;
		margin: 1em 0 0em 0;
		width: 20%;
	}
	.leave p {
		width: 100%;
		font-size: 0.9em;
	}
	.find {
		padding: 9em 0 0em 0;
	}
	.contact-form {
		margin-top: 1em;
	}
	.serve-grids {
		margin-top: 1em;
	}
	.health-care {
		padding: 8em 0 1em 0;
	}
	.top-menu ul {
		margin: 69px 0;
		padding: 2% 0;
		z-index: 999;
		position: absolute;
		width: 94.7%;
		background: rgba(25, 22, 22, 0.89);
		text-align: center;
	}
}
@media (max-width:480px){
	.contact {
		padding: 2em 0 1em 0;
	}
	.header.two {
		background: url(../images/bg25e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height:74px;
	}
	.news.two {
		padding: 2em 0 1em 0;
	}
	.blog-pagenat ul li a {
		padding: 8px 1em;
		font-size: 0.85em;
		margin-top: 0em;
		}
		.blog-pagenat {
		margin-top: 1em;
	}
	.post-details.two {
		padding: 0;
		float: right;
		width: 73%;
	}
	.article-post.two {
    margin-bottom: 1em;
	}
	.data {
		float:right;
		width: 82%;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 2.2em;
		margin-top: 0em;
		padding: 0em 0 0.1em 0;
	}
	.gallery-left {
		padding: 0 0.1em;
		margin-bottom: 0.2em;
		float: left;
		width: 50%;
	}
	.gallery {
		padding: 2em 0 1em 0;
	}
	.ch-grid {
		margin: 1em 0 0 0;
		padding: 0;
		width: 100%;
	}
	.team {
		padding: 9em 0 0em 0;
	}
	h3.tittle {
		font-size: 2.3em;
	}
	.logo a h1 {
    font-size: 3em;
	}
	.typography {
		padding: 2em 0 0em 0;
	}
	.service-grid {
		float: left;
		width: 100%;
		margin-right: 0;
		    padding: 0;
	}
	.breed-section {
		padding: 8em 0 0em 0;
	}
	.health-text h4 {
		padding: 0 0 3px 0;
		font-size: 1.5em;
		line-height: 1.5em;
	}
	.health {
		margin-top: 0em;
	}
	.copy p {
		font-size: 0.85em;
	}
	.serve-text h4 {
		padding: 0 0 5px 0;
		font-size: 1.4em;
		line-height: 1.5em;
	}
	.copy {
		margin: 2em 0;
	}
	a.tooltips span {
		width: 137px;
		height: 61px;
		padding: 0.5em;
		top: -86px;
		padding: 0.5em;
		font-size: 0.8em;
		left: 0;
	}
	a.tooltips span:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 54%;
	}
	.banner-grid.one, .banner-grid.two, .banner-grid.three {
		padding: 0.5em;
		margin-right: 0;
		width: 100%;
		float: left;
	}
	.banner-bottom {
    position: absolute;
    left: 0%;
    bottom: -190%;
	}
	.about {
		padding: 28em 0 4em 0;
	}
	.header {
		background: url(../images/bg5e1f.jpg?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 228px;
		position: relative;
	}
	.callbacks_tabs {
		bottom: -39%;
		z-index: 0;
		left: 31%;
	}
	.banner-info h3 {
		font-size: 2em;
		padding:0;
	}
	.banner-info h4 {
		font-size: 1.5em;
		margin: 0.2em 0 0 0;
		padding: 0;
	}
	.top-menu ul {
		margin: 65px 0;
		padding: 2% 0;
		z-index: 999;
		position: absolute;
		width: 92.5%;
		background: rgba(25, 22, 22, 0.89);
		text-align: center;
	}
	.icon i {
		font-size: 2em;
		padding-top: 0.3em;
	}
	.about.second {
		padding: 2em 0 1em 0;
	}
	.news {
		padding: 9em 0 0em 0;
	}
	.map {
    margin: 1em 0 1em 0;
}
}
@media (max-width:320px){
	.about-top-right p {
		font-size: 0.85em;
	}
    h3.tittle {
		font-size: 1.8em;
	}
	.serve-text {
		margin-top: 1em;
	}
	.serve-text p {
		font-size: 0.85em;
	}
	.service-grid li {
		margin: 2px 0;
		font-size: 0.8em;
	}
	.service-grid ul {
		margin: 0.5em 0 0 2px;
	}
	.breed-section {
		padding: 7em 0 0em 0;
	}
	.serve-text h4 {
		padding: 0 0 5px 0;
		font-size: 1.2em;
	}
	.health-text h4 {
		padding: 0 0 3px 0;
		font-size: 1.2em;
		line-height: 1.5em;
	}
	.health-text p {
    font-size: 0.85em;
	}
	.team {
		padding: 7em 0 0em 0;
	}
	ul.social-icons li:nth-child(6) {
		margin: 0;
		display: none;
	}
	.icon-text p {
		font-size: 0.8em;
		margin: 0.5em 0;
	}
	.about-top-right h4 {
    font-size: 1.2em;
    padding: 0 0 10px 0;
	}
	.header {
		background: url(../images/bg15e1f.html?v=2);
		background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-moz-background-size: cover;
		-ms-background-size: cover;
		min-height: 195px;
		position: relative;
	}
	.banner-info h3 {
		font-size: 1.5em;
		padding: 0;
	}
	.banner-info h4 {
		font-size: 1em;
		margin: 0.2em 0 0 0;
		padding: 0;
	}
	.banner-bottom {
		position: absolute;
		left: 0%;
		bottom: -215%;
	}
	.callbacks_tabs {
		bottom: -45%;
		z-index: 0;
		left: 20%;
	}
	.about {
    padding: 27em 0 1em 0;
	}
	a.tooltips span {
		width: 130px;
		height: 47px;
		line-height: 16px;
		padding: 0.5em;
		top: -71px;
		padding: 0.5em;
		left: -42px;
		font-size: 0.75em;
	}
	.post-meta {
		font-size: 0.9em;
		text-align: right;
		line-height: 20px;
		float: left;
		width: 258px;
	}
		ul.ad-info li {
		display: inline-block;
		font-size: 0.9em;
		margin-right: 2px;
	}
	.post-details {
		padding: 0;
		float: right;
		width: 100%;
	}
	.meta-icon {
		margin: 5px 0 10px 0px;
		font-size: 1.2em;
		line-height: 35px;
		height: 35px;
		width: 35px;
		float: left;
	}
	.logo a h1 {
		font-size: 2.8em;
	}
	ul.ad-info {
		float: right;
		margin-top: 0.8em;
	}
	.post-details h3, .post-details a h3 {
    font-size: 1.5em;
    margin-top: 0.5em;
		padding: 0em 0 0.1em 0;
	}
	.read a img {
		width: 7%;
		margin-top: 0.8em;
	}
	.post-details p {
    font-weight: 400;
    margin-top: 0.5em;
    font-size: 0.85em;
	line-height:1.9em;
	}
	.news {
		padding: 7em 0 0em 0;
	}
	.copy p {
		font-size: 0.83em;
		line-height: 1.8em;
	}
	.post-details.two {
    padding: 0;
    float: right;
    width: 100%;
	}
	.leave h4, h4.tz-title-4.tzcolor-blue {
		font-size: 1.7em;
		margin-top: 0em;
		padding: 0em 0 0.1em 0;
	}
	#commentform textarea {
    padding: 13px 20px;
    width: 100%;
    font-size: 0.85em;
    height: 126px;
	}
	#commentform input[type="text"] {
    padding: 7px 12px;
	}
	p.form-submit {
		margin: 0em 0 1em 0;
	}
	.leave input[type="submit"] {
    font-size: 1em;
    padding: 0.5em 1em;
    margin: 1em 0 0.5em 0;
    width: 29%;
   } 
   .data {
		float: right;
		width: 70%;
		padding: 0;
	}
	.single_grid2 p {
    font-size: 0.85em;
	}
	.title a {
    font-size: 1.4em;
	}
	p.sed-para {
    font-size: 1.2em;
	}
	.contact-in {
		padding: 0;
		margin-top: 1.5em;
	}
	.send input[type="submit"] {
    font-size: 0.9em;
    padding: 0.6em 2em;
	}
	p.para1 {
    font-size: 0.85em;
	}
	.address-more, .address-left {
    float: left;
    width: 100%;
	}
	.map iframe {
		height: 244px;
	}
	.find {
		padding: 7em 0 0em 0;
	}
	.about.second {
    padding: 2em 0 0em 0;
	}
	.blog-pagenat ul li a {
		padding: 5px 0.5em;
		font-size: 0.8em;
		margin-top: 0em;
	}
	.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
		border: 1px solid #ddd;
		padding: 0 5px!important;
	}
}

.section_even {
    padding: 10em 0 4em 0;
    background-color: #F7f7f7;
}
.section_odd {
    padding:10em 0 4em 0;
	background-color:#A2C130;
}
.section_even.second, .section_odd.second {
  padding: 4em 0;
}

.tcenter {
	text-align:center;
}

.center {
	margin-right:auto;
	margin-left:auto;
	
}

/** Surchage boostrap form with class form-txt-left **/
.form-horizontal.form-txt-left .control-label{
  text-align:left;
}

select.form-control + .form-control-feedback {
  right: 30px;
}

/** Debug style **/
#debug {
   padding:1% 2%;
   font-size:14px;
}
#debug fieldset {
	margin-bottom:15px;
}
#debug ul {
    list-style: outside none none;
}
#debug legend {
	font-size:16px;
	color:#0A5482;
	font-weight:bold;
}

/** avis **/
.roundStar {
    background-color: white;
    border: 5px solid #dfdfdf;
    border-radius: 50%;
    bottom: -25px;
    color:rgba(26,152,210,0.3);
    font-size: 35px;
    height: 50px;
    position: absolute;
    right: 5px;
    text-align: center;
    width: 50px;
    padding-left:2px;
}

.rmq::before {
    content: url("../images/quotes.png");
    display:inline-block;
    width: 40px;
}
.blockquote {
  padding:15px;
  position:relative;
}
.blockquote .row {
  padding : 0px 15px;
  font-size: 90%;
  font-weight: normal;
}

.blockquote > span {
    display: block;
    font-size: 15px;
    font-style: italic;
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
}
.rmq {
     height: 160px;
  }
.testi {
  padding:5px;
}

.testi > div {
  border:1px solid #DFDFDF;
  border-radius:5px;
}

.avg {
  position:absolute;
  left:25%;
  color:black;
  font-weight:900;
  top:-3px;
}
.testi .agence {
  background-color:rgba(151, 190, 19, 0.3);
  padding:15px;
  font-weight:bold;
}

.testi .row span {
  text-align:left;
}
.testi .row .title {
  padding:5px;
}


.msginfo {
  padding:15px;
  margin-bottom:10px;
  font-weight:bold;
  font-size:20px;
}
.ratingico {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size:25px;
  cursor:pointer;
}

.ratingico.filled {
   color:#1A98D2;
}

.ratingico.empty {
  color:#97BE13;
}

.btncommon {
  background-color:#1A98D2;
  font-size:18px;
  color:white
}

ul.agenceMenu {
	border-bottom:5px solid #1A98D2;
	font-weight: bold;
  text-transform: uppercase;
  position:relative;
}
		
ul.agenceMenu li {
	text-align:center;
	height:auto;
}
ul.agenceMenu li.active:after, ul.agenceMenu li:hover:after {
  font-family: 'Glyphicons Halflings';
  content : "\e253";
  bottom: -8px;
  color: #1a98d2;
  left: 48%;
  position: absolute;
}


/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
    background: #97be13 none repeat scroll 0 0;
    border-radius: 3px;
    color: black;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 20px;
    line-height: 10px;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    width: 20px;
}
.jqvmap-zoomin
{
	top: 10px;
}
.jqvmap-zoomout
{
	top: 40px;
	line-height: 16px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}

/*** END JVMAPS ***/
.required {
  color:red;
}

.panneau {
  font-family : "Caracteres-L1", Arial;
  border:1px solid black;
  padding:5px;
  text-align:center;
  margin-top:10px;
  background-color:white;
  font-size:20px;
}

.panneau > div {
  border:5px solid #ED1B24;
  padding:15px;
}

.poteau {
  height:100px;
  width:15px;
  background-color:#CDCDCD;
}

.bggrass {
  background: url('../images/grass-hi2.png') bottom repeat-x;
  margin-top:20px;
}

.addresse span.title {
   display:block;
   margin-bottom:0.5em;
   font-size:1.5em;
   color:#97BE13;
   font-weight:bold;
    
 }
span.greenTitle {
   font-size:1.1em;
   color:#97BE13;
   font-weight:bold;
 }
 
.addresse {
  line-height:1.5em;
  font-size:1.1em;
}

.addresse .glyphicon, .addresse .utf8ico {
   margin-right:10px;
   font-size: 1em;
   padding: 0.2em;
   
}
.vtop {
 vertical-align:top;
}

.addresse .glyphicon.addico, .addresse .utf8ico {
  font-size:1.2em;
  vertical-align:top;
  padding : 2.5px 0 0 2.5px
}
 ul {
  list-style:none;
  padding-left:3%;
}

 ul li {
   padding-bottom:1em;
 }

.buttonfull {
  width:80%;
  font-size:18px;
}
.bloc-condition {
  padding-top:15px;
}
.table.tablepres > tbody > tr > td, 
.table.tablepres > tbody > tr > th {
   border:0px;
}

.table.tablepres > tbody > tr > td.info, 
.table.tablepres > tbody > tr > th.info {
   background-color:#1a98d2;
   color:white;
   font-weight:bold;
}

.table.tablepres > tbody > tr > td.info.first, 
.table.tablepres > tbody > tr > th.info.first {
  border-top-left-radius:10px;
}

 h2.prubtitle, .h2.prubtitle, h3.prubtitle, .h3.prubtitle{
  border-bottom:2px solid #1a98d2; 
  
}
h2.prubtitle > a , .h2.prubtitle > a , h3.prubtitle > a , .h3.prubtitle > a {
  color : #1a98d2;
  font-size:20px; 
}

h2.prubtitle > a > .glyphicon, .h2.prubtitle > a > .glyphicon, h3.prubtitle > a > .glyphicon, .h3.prubtitle > a > .glyphicon {
   font-size:18px;
   color:#97BE13;
}

h3.prubtitle.bggreen > a , .h3.prubtitle.bggreen > a {
  color : black; 
}

h3.prubtitle.bggreen > a > .glyphicon, .h3.prubtitle.bggreen > a > .glyphicon {
   color:white;
}
h3.prubtitle.bggreen, .h3.prubtitle.bggreen{
  border-bottom:2px solid black; 
  
}
/** new slider **/
.carousel,
.item,
.active {
    height: 580px;
}

.carousel-inner {
    height: 100%;
}
.top-header {
  padding: 2em 0 0;
  position: absolute;
  width:100%;
  z-index: 500
}
.carousel-caption {
    
    bottom: 0;
    left: 0;
    margin-bottom: 10%;
   
    position: absolute;
  
    text-align: center;
    width: 100%;
 }
 #myCarousel .title {
   font-size: 3em; 
   font-weight: 900; 
   color: black; 
   text-shadow: 1px 1px white, -1px 1px white, -1px -1px white, 1px -1px white;
 }
 .carousel-indicators {
    bottom:160px;
 }

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

/** end new slider **/
.tarifs .lead {
  font-size:29px;
}

.tarifs .list-group-item {
  border:0px;
}
.forfait, .tarifs .list-group-item:hover{
  transition: all .2s ease-in-out;
}
.tarifs .forfait:hover, .tarifs .recommended {
 -moz-box-shadow: 0px 0px 8px 0px #000000;
-webkit-box-shadow: 0px 0px 8px 0px #000000;
-o-box-shadow: 0px 0px 8px 0px #000000;
box-shadow: 0px 0px 8px 0px #000000;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=NaN, Strength=8);
  transform: scale(1.06);
}

.tarifs .list-group-item:hover {
  /*transform: scale(1.1);*/
}


.panel-openorange {
  border-color : #dd9e2d;
}
.panel-openorange > .panel-heading {
  background-color:#dd9e2d;
  color:white;
}

.panel-opengreen {
  border-color : #97BE13;
}
.panel-opengreen > .panel-heading {
  background-color:#97BE13;
  color:white;
}

.panel-openblue {
  border-color : #00a2d0;
}
.panel-openblue > .panel-heading {
  background-color:#00a2d0;
  color:white;
}

.subtitle {
  font-size:15px;
  color:#F7F7F7
}

/** Tarif home **/
.circle{
  background: #ffffff;
  padding: 35px;
  text-align: center;
  height: 250px;
  width: 250px;
  border: 8px solid #E0E0E0;
    
    transition: all 0.5s;
  -moz-transition: all 0.5s; /* Firefox 4 */
  -webkit-transition: all 0.5s; /* Safari and Chrome */
  -o-transition: all 0.5s; /* Opera */
  cursor:pointer;
}
.circle h4{
  margin: 0;
  padding: 0;
  font-size:1.5em;
}
.circle p{}
.circle span{}
.circle span.icon{
}
.circle span.icon i{
  font-size: 48px;
}
.circle span.price-large{
  font-size: 68px;
   display:block;
}
.price-small{
  font-size: 24px;
}

.smallinfos {
  font-size:0.8em;
}
.c1 {
  border-color:#39b3d7;
}

.c1 h4, .c1 .price-large, .c1 .glyphicon {
   color: #39b3d7;
}
.c1 .btn {
   background-color:#39B3D7;
   color:white;
}
.c1:hover {
  background: #39b3d7;
}
.c1:hover, .c1:hover h4, .c1:hover .price-large, .c1:hover .glyphicon  {
  color: #ffffff;
}
.c1:hover .btn {
   background-color:#2F9AAF;
}

.c2 {
  border-color:#ed9c28;
}

.c2 h4, .c2 .price-large, .c2 .glyphicon {
   color: #ed9c28;
}
.c2 .btn {
   background-color:#ed9c28;
   color:white;
}
.c2:hover {
  background: #ed9c28;
}
.c2:hover, .c2:hover h4, .c2:hover .price-large, .c2:hover .glyphicon  {
  color: #ffffff;
}
.c2:hover .btn {
   background-color:#D68C24;
}


.c3 {
  border-color:#97BE13;
}

.c3 h4, .c3 .price-large, .c3 .glyphicon {
   color: #97BE13;
}
.c3 .btn {
   background-color:#97BE13;
   color:white;
}
.c3:hover {
  background: #97BE13;
}
.c3:hover, .c3:hover h4, .c3:hover .price-large, .c3:hover .glyphicon  {
  color: #ffffff;
}
.c3:hover .btn {
   background-color:#87A810;
}

/** End Tarif home **/

.editor .presse, .editor .presse > div {
  border:1px solid #1A98D2;
}
.presse {
  background-color: #eae8e8;
  border-left: 5px solid #1a98d2;
  padding: 15px 0;

}
.presse div.img {
  text-align:center;
}
.presse div.img img {
   max-width:100%;
   max-height:180px;
}
.section {
  padding: 3em 0;
}
.step-wrapper {
  border-left:1px solid #dddddd;
}
.step-wrapper.first {
    border-left: 0 none;
    margin-top:0;
}
.step-wrapper #or, .step-wrapper .step-nbr {
    color: #dddddd;
    font-size: 2.25em;
    position: absolute;
}
.step-wrapper #or {
    margin-left: -34px;
    margin-top: -25px;
    top: 50%;
}
.step-wrapper .step-text-wrapper {
    margin-top: 10px;
}
.step-wrapper .step-text-wrapper strong {
    font-size: 1.25em;
    line-height: 1em;
}

.process_ico {
    margin : 0 auto;
    border: 2px solid #99be18;
    border-radius: 50%;
    font-size: 25px;
    height: 80px;
    line-height: 80px;
    vertical-align: middle;
    width: 80px;
    transition: all .2s ease-in-out;
    cursor:pointer;
}

.process_ico .glyphicon {
   overflow: hidden;
   transition-duration: 0.3s;
   transition-property: transform;
}
.step-wrapper:hover .process_ico {
  transform:scale(1.2);
  /*border: 3px solid #99be18;*/
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.step-wrapper:hover .glyphicon {
 transform: rotate(360deg);
   color:#1A98D2;
}
.aviscarousel, .aviscarousel .item {
  height:350px;

}


.aviscarousel .carousel-indicators {
   bottom:0;
}
.aviscarousel .rmq {
   height:auto;
   padding:15px;
 }
.aviscarousel .contentAvis {
  border:1px solid white; 
  padding-bottom:5px;  
  background-color:white;
  border-radius:5px;
  -moz-box-shadow: 3px 3px 5px 0px #656565;
  -webkit-box-shadow: 3px 3px 5px 0px #656565;
  -o-box-shadow: 3px 3px 5px 0px #656565;
  box-shadow: 3px 3px 5px 0px #656565;
  filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=135, Strength=5);
}
 .helper_center {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
} /*carousel*/

 #smallAgence, #smallAgence .item {
  height:auto;

}
.appAcc { text-align:right;}
.trapp { display:none;}

ul.firstlevel,  ul.secondlevel {
  list-style:none;
}
ul.firstlevel li {
  font-weight:bold;
  color:black;
  padding:5px 0;
  margin:10px;
}

ul.secondlevel li {
  font-weight:normal;
  padding-left:15px;
  margin:0;
}

ul.secondlevel li a {
  color:black;
}

.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1.5em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	color:#46ABD9;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	 width: 300px;
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}

/* Effect 5: same word slide in and border bottom */
.cl-effect-6 a {
	margin: 0 10px;
	padding: 10px 20px;
}
.selectorPrice {
  position:absolute;
  top:130px;
  left:5px;
  width:105%;
  background-color:#00A2D0;
  padding:3%;
  border-radius:5px;
  z-index:50;
}

.selectorPrice .bt_price {
   cursor:pointer;
   text-align:center;
   padding:0;
   padding: 2px;
   background-color:transparent;
   border:0;
}
      
.selectorPrice div.selected {
  background-color:#97BE13;
  border-radius:5px;
}
.nopadding { padding:0;}
/** mobile compatibility **/
.menumobile { display:none;}
@media (max-width:1040px){
   .ft { padding-top:12em;}
}

@media (max-width:785px){
  html {
    width:100%;
    overflow-x:hidden;
   
  }
  body {
    width:100%;
    overflow-x:hidden;
  }
  .menumobile {
    display:block;
    position:absolute;
    top:0;
    right:2%;
    background-color:white;
    z-index:600;
    padding: 2% 4%;
    font-size:1.5em;
   
  }
  
  .top-menu ul {
    display:block;
    position:absolute;
    top:0px;
    background-color:white;
    color:white;
    font-weight:bold;
    margin:0;
    width:auto;
    right:15%;
    text-align:right;
    padding : 0 2%;
  }
  .top-header {
    margin:0;
     top: 45px;
     padding-top:0;
  }
  .banner-bottom {
   position:relative;
   bottom:auto;
   padding-top:15px;
   background-color:white;
 }
 .carousel-indicators {
    bottom:0;
 }
 #myCarousel .title {
   font-size:2em;
 }
 
 .carousel, .item, .active {
    height:380px;
 }
 .logo {
    max-width:150px;
 }
 .header {
   clear:both;
   padding:0;
 }
 .swipebox img {
   margin-bottom:1em;
 }

 .header.two .top-header {
   position:relative;
   top:1em;
 }
 
 h1 { font-size:1.5em;}
 h2 { font-size:1.3em;}
 h3 { font-size:1.2em;}
 
 .presse p {
   padding:10px;
 }
 
 .top-menu { display:none;}
 .ft { padding-top:1em;}

 ul.agenceMenu {
   border-bottom:0px;
 }
 ul.agenceMenu li {
        background-color: #1a98d2;
        border-bottom: 1px solid white;
        height: auto;
        padding: 0px;
        text-align: center;
        width: 100%;
        display:block;
    }
    ul.agenceMenu li.active a {
        color:#BFF209;
    }
    
    ul.agenceMenu li a {
      padding:5px;
      margin:0;
      color:white;
    }
    ul.agenceMenu li.active::after, ul.agenceMenu li:hover::after {
      content : '';
    }
}

@media (max-width:540px){
  .appAcc { text-align:left;}
 .presbutton .btn-group { display:inline;} 
 .trapp { display:table-cell;}
 .tdapp { display:none;}
 
}

.infoplus img.icoplus {
   transition: all .2s ease-in-out;
   max-width:150px;
   margin:auto;
   margin-top:5px;
   margin-bottom:5px;
}
.infoplus img.icoplus:hover {
  transform:scale(1.2);
}

/** Sprite **/
img.pinterest {
 width: 35px;
 height: 38px;
 background: url('../images/sprite3860.png?v=1') -3px -5px transparent no-repeat;
} 

img.facebook {
 width: 35px;
 height: 38px;
 background: url('../images/sprite3860.png?v=1') -119px -5px transparent no-repeat;
} 

img.twitter {
 width: 35px;
 height: 38px;
 background: url('../images/sprite3860.png?v=1') -80px -5px transparent no-repeat;
} 

img.youtube {
 width: 35px;
 height: 38px;
 background: url('../images/sprite3860.png?v=1') -41px -5px transparent no-repeat;
} 

img.linkedin {
 width: 35px;
 height: 38px;
 background: url('../images/sprite3860.png?v=1') -158px -5px transparent no-repeat;
} 

img.instagram {
 width: 35px;
 height: 38px;
 background: url('../images/sprite3860.png?v=1') -196px -5px transparent no-repeat; 
} 

img.diplome {
 width: 36px;
 height: 40px;
 background: url('../images/sprite3860.png?v=1') -240px -5px transparent no-repeat; 
} 

img.purse {
 width: 40px;
 height: 40px;
 background: url('../images/sprite3860.png?v=1') -284px -4px transparent no-repeat; 
}

img.booda {
 width: 34px;
 height: 40px;
 background: url('../images/sprite3860.png?v=1') -333px -5px transparent no-repeat; 
}

/*** Compatibility ie ***/
html.ie8 .fill {
  background-repeat : no-repeat;
  background-color:white
  
}

html.ie8 .carousel-caption {
  max-width:60%;
}

html.ie8 #francemap {
  display:none;
}

html.ie8 .roundStar > .glyphicon-star {
  color: orange;
}

html.ie7 .banner-bottom {
  left:5%;
  bottom:-90px;
}

html.ie7 .banner-grid {
   width:25%;
}

html.ie7 .top-menu LI {
  float:left;
}

html.ie7 .col-sm-4, html.ie7 .col-md-4 {
  width:29.5%;
}

html.ie7 .col-md-7, html.ie7 .col-sm-7 {
   width:55%;
}

html.ie7 .col-md-3, html.ie7 .col-lg-3 {
   width:20%;
}
html.ie7 .col-md-6 {
   width:45%;
}

html.ie7 UL.social-icons {
  width:310px;
}
html.ie7 .social-icons li {
  float:left;
}

html.ie7 .clearfix, html.ie7 .row, html.ie7 .form-group {
  clear:both;
}

html.ie7 .helper_center{
  display:none;
}

html.ie7 .contentAvis .pull-right, 
html.ie7 .contentAvis .pull-left {
  float:none !important;
}

html.ie7 .carousel-indicators li {
  float:left;
}

html.ie7 .btn-group-justified > .btn-group {
 width:100%;
}

html.ie7 form.form-txt-left div.tcenter {
  clear:both;
}

html.ie7 .cl-effect-5 A {
  height:auto;
}

html.ie7 UL.agenceMenu LI {
  float:left;
  width:20%;
}

.sectionTitle {
  text-align:center;
}

.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
    margin-bottom:10px;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #97BE13;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
    background-color:#1A98D2;
    border:1px solid #1A98D2;
}

.multiStepForm {
  background-color:rgba(151, 190, 19, 0.1);
  margin-top:20px;
  padding:15px;
  border-radius:10px;
}

.btcolor {
  background-color:#1A98D2;
  border:1px solid #1A98D2;
}

.multiStepForm .form-control-feedback {
  right:15px;
}
