/*
Theme Name: FMV Theme
Author: Rocketdev
Author URI: http://www.rocketdev.space
Author hi@rocketdev.space
Version: 1.0
*/
html{

}
body{
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Roboto', serif;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{
    position: relative;
}
footer {
    background-color: #F7F7F7;
    background-image: url(../img/dog-footer.png);
    background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 15px;
    background-position: 120% 102%;
    background-size: 52%;
    overflow: hidden;
}
.colmain-footer{
	z-index: 99
}
img {
    pointer-events: none;
}
h1 {
    font-weight: 500;
    font-size: 34px;
    color: #333333;
}
body a{
   color: inherit;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333333;
	font-weight: 300;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #333333;
	font-weight: 300;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #333333;
	font-weight: 300;
}
:-moz-placeholder { /* Firefox 18- */
	color: #333333;
	font-weight: 300;
}
.container-wide{
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
a:hover,a:focus{
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


input:not([type='radio']){
	appearance: none;
	-webkit-appearance: none;
    -moz-appearance: none;
	border: 1px solid #D4D4D4;
	height: 60px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	width: 100%;
	color: #4f4f4f;
	opacity: 1;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
}
input[type='checkbox'] {
	appearance: checkbox;
	-webkit-appearance: checkbox;
    -moz-appearance: checkbox;
}
select{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid #D4D4D4;
	height: 50px;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 100%;
	color: #4f4f4f;
	opacity: 1;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
}
textarea{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border: 1px solid #D4D4D4;
	border-radius: 3px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	width: 100%;
	color: #4f4f4f;
	opacity: 1;
	background: none;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 30px;
	font-weight: 400;
	display: block;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	resize: none;
}
.select-span {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 3px;
    background-color: #fff;
    z-index: 1;
}
.placeholdercustom{
	color: rgba(102, 102, 102, 0.5) !important;
}
.select-span::after {
    font-family: FontAwesome;
    content: '\f0d7';
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 17px;
    font-size: 15px;
    color: 2c8fff;
    z-index: -1;
}
option:disabled {
    color: #666666 !important;
	opacity: 0.5 !important;
}
label{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	line-height: 18px;
    font-size: 14px;
    color: #333333;
    margin-bottom: 4px;
}

button{
	cursor: pointer;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
input:focus,button:focus,textarea:focus,select:focus{
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
}
input:focus {
    border-color: #2C8FFF;
}
textarea:focus{
	border-color: #2C8FFF;
}
select:focus{
	border-color: #2C8FFF;
}
.form-group{
	margin-bottom: 30px;
}
/*BUTTONS*/
.btn-white{
	font-family: 'Roboto', sans-serif;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #fff;
	background-color: #fff;
	font-weight: 500;
	font-size: 16px;
	color: #2F80ED;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-outline-blue{
	font-family: 'Roboto', sans-serif;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #2C8FFF;
	background-color: #fff;
	font-weight: 500;
	font-size: 17px;
	color: #2C8FFF;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-blue{
	font-family: 'Roboto', sans-serif;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #2F80ED;
	background-color: #2F80ED;
	font-weight: 500;
	font-size: 17px;
	color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-green{
	font-family: 'Roboto', sans-serif;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #81DB66;
	background-color: #81DB66;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-white{
	font-family: 'Roboto', sans-serif;
	height: 40px;
	border-radius: 4px;
	border: solid 1px #ffffff;
	color: #2F80ED;
	font-weight: 500;
	font-size: 17px;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.btn-outline-blue i{
	margin-right: 3px;
}
/*BUTTONS*/
.success-msg{
	color: #56A63E;
	font-weight: 500;
}
.success-msg-grooming {
    color: #FFF;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 19px;
}
.error-msg{
	color: #EB5757;
	font-weight: 500;
}
.error-msg-grooming{
	color: #FFF;
	font-weight: 500;
    margin-bottom: 10px;
    font-size: 19px;
}
.col100{
	float: left;
	width: 100%;
	position: relative;
}
.col50{
	float: left;
	width: 50%;
	position: relative;
}
.error{
	border-color: #EB5757;
}
p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	line-height: 21px;
	font-size: 17px;
	color: #333;
	margin-top: 0px;
	margin-bottom: 10px;
}
img{
	max-width: 100%;
}
ul{
	padding-left: 0px;
}
ul>li{
	list-style-type: none;
}
header{
	position: relative;
	overflow: hidden;
}
header.main-header{
	width: 100%;
	height: 490px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: url("../img/hero-home.jpg") no-repeat center center;
	background-size: cover;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}
#nav{
	padding-top: 15px;
    padding-bottom: 15px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}
.main-logo{
	float: left;
	position: relative;
    top: -4px;
}
.main-logo-bg-w{

}
.main-logo-bg-w .logoc{
	display: block;
}
.main-logo-bg-w .logoisoblue{
	display: none;
}
.logo-container{
	float: left;
}
.menu-list{
	float: right;
}
.ul-mainmenu{
	text-align: right;
	margin-top: 0px;
	margin-bottom: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
     -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.ul-mainmenu li{
	list-style-type: none;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.ul-mainmenu li.onlyrs{
	display: none;
}
.ul-mainmenu li:last-child{
	margin-right: 0px;
}
.ul-mainmenu li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 15px;
	color: #666666;
}
.ul-mainmenu li.active a {
    color: #2C8FFF;
    font-weight: 500;
}
#menu.absolutemenu .ul-mainmenu li.active a{
	color: #ffffff;
	opacity: 1;
}
#menu.absolutemenu .ul-mainmenu li a{
	color: rgba(255, 255, 255);
	opacity: 0.6;
}
#menu.absolutemenu .menu-list.full-menu .ul-mainmenu li a{
	color: #ffffff;
}
#menu.absolutemenu .ul-mainmenu li a.btn-menu{
	background-color: #ffffff;
	color: #2C8FFF;
	opacity: 1;
}

.ul-mainmenu li a.btn-menu{
	background: #2C8FFF;
	border-radius: 4px;
	height: 43px;
	display: inline-block;
	line-height: 44px;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.linksearch .wh{
	display: block;
}
.linksearch .oh{
	display: none;
}
.head-rs-menu {
    display: none;
    opacity: 1;
    float: left;
    width: 100%;
    position: relative;
    background-color: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
}
#menu{
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 999;
	height: 72px;
	-webkit-transition: background-color 100ms linear;
    -o-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
    -webkit-transition: top 0.7s ease-in-out;
    -o-transition: top 0.7s ease-in-out;
    transition: top 0.7s ease-in-out;
}
#menu.fixedmenu {
    position: fixed;
}
#menu.absolutemenu {
    position: absolute;
}
#menu.relativemenu{
	position: relative;
}
#menu.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 9999;
    border: none;
    background-color: #fff;
}
#menu.fixed + header{
    margin-top: 72px;
}
#menu.fixed + div.specialwrapper-referral{
    margin-top: 72px;
}
#menu.fixed + iframe{
    margin-top: 72px;
}
#menu.fixed + section{
    margin-top: 72px;
}
.head-rs-menu img{
	float: left;
}
.hamburger-menu{
	float: right;
	margin-top: 9px;
	display: none;
}
.hamburger-menu img{
	width: 18px;
}
.close-menu{
	float: right;
}
.container-rs-header{
	width: 100%;
	float: left;
	position: relative;
}
.menu-animation {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
        transform: scale(1);
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}
.container-rs-header .close-menu{
	margin-top: 6px;
}
.close-menu img{
	width: 18px;
	position: relative;
    top: 1px;
}
html.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}
.containerhomepage{
	position: relative;
}
.title{
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	line-height: 32px;
	font-size: 28px;
	color: #333333;
	margin-top: 15px;
	margin-bottom: 20px;
}
.row-header-home{

}
.content-header-home{
	text-align: center;
}
.content-header-home h1{
	margin-top: 0px;
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	display: inline-block;
	max-width: 440px;
	margin-bottom: 50px;
	font-weight: 700;
}
.inputschedule input,.inputschedule .btn-blue{
	height: 70px;
}
.inputschedule input{
	background-color: #fff;
	float: left;
	border-color: #fff;
	border-radius: 0px;
	padding-left: 15px;
}
.inputschedule .btn-blue{
	float: left;
	width: 26%;
	border-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
.inputschedule .emailsch{
	width: 45%;
}
.inputschedule .zcodesch{
	width: 29%;
	border-right-color: #d4d4d4;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.phoneheader{
	padding-top: 120px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
     -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.badge-phone{
	background-color: #fff;
	height: 37px;
	width: 37px;
	border-radius: 50%;
	text-align: center;
	float: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
     -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 10px;
}
.badge-phone i{
	font-size: 22px;
	color: #81DB66;
	position: relative;
	top: 1px;
	left: 1px;
}
.text-phone{
	float: left;
	font-weight: 700;
	line-height: 22px;
	font-size: 22px;
	color: #FFFFFF;
	text-transform: uppercase;  
}

text-phone a {
    color: #2c8fff;
}
#article{
	background-color: #F4F4F4;
	padding-top: 25px;
	padding-bottom: 25px;
}
.col-article{

}
.link-article{
	width: 100%;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.col-article img{
	display: inline-block;
	max-width: 170px;
}
.rate i{
	font-size: 16px;
    color: #F9BF49;
}
.col-article .rate{
	display: inline-block;
}
.col-article h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	font-size: 24px;
	color: #666666;
	margin-left: 20px;
	margin-right: 28px;
}

/* SECTION SETUP */
.section{
	padding-top: 80px;
    padding-bottom: 80px;
	text-align: center;
}
.section-dark{
	background-color: #F4F4F4;
}
.section-light{
	background-color: #ffffff;
}
/* END SECTION SETUP */


/* HOW IT WORKS */
.section#how-works h1{
	margin-bottom: 60px;
}
.section#how-works h3 {
    font-weight: 500;
    font-size: 20px;
    color: #01173C;
    margin-bottom: 10px;
}
.section#how-works img {
    height: 60px;
    max-width: 75px;
}
.section#how-works p {
    font-weight: 300;
    color: #333333;
    padding: 0 20px;
}
.section#how-works .col-buttons {
    margin-top: 60px;
}
.section#how-works .col-buttons a {
    line-height: 50px;
    display: inline-block;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px 5px;
}
.hover-title i{

}
/* END HOW IT WORKS */



/* SERVICES */
.section#services h1{
	margin-bottom: 60px;
}
.title-services h1{
	margin-top: 0px;
	line-height: 30px;
}
.main-header.header-services p {
    padding-right: 20px;
}
.rowservices{
	margin-left: -25px;
	margin-right: -25px;
}
.section#services .container > div{
	float: none;
	margin: auto;
}
.inputschedule-services{
	display: block;
}
.service-item{
	padding: 10px;
}
.service-item a{
	border-radius: 6px;
	overflow: hidden;
	height: 100%;
}
.service-item a:after{
	content: '';
	background-color: rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.service-item img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
.service-special img {
    width: 325px;
    height: auto;
    -o-object-fit: inherit;
       object-fit: inherit;
    position: relative;
    top: 30%;
    left: 15px;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.service-special a{
	height: 100%;
	/*background-color: #2C90FF;*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50.09%, #2C90FF), to(#1078ED));
	background: -o-linear-gradient(top, #2C90FF 50.09%, #1078ED 100%);
	background: linear-gradient(180deg, #2C90FF 50.09%, #1078ED 100%);
	/*background: -webkit-linear-gradient(#2C90FF,#1078ED);  
    background: -moz-linear-gradient(#2C90FF,#1078ED);  
    background: -o-linear-gradient(#2C90FF,#1078ED);  
    background: linear-gradient(#2C90FF,#1078ED);  */
	text-align: center;
	overflow: visible;

}
.service-special a:after{
	display: none;
}
.service-item .hover-title {
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    text-align: left;
    color: #fff;
    z-index: 1;
}
.service-item .hover-title h3 {
    margin: 0px;
    font-weight: 500;
    font-size: 20px;
}
.service-item .hover-title h3:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    margin-right: 10px;
}
.service-item .hover-title h3 i{
	float: right;
	position: relative;
    top: 3px;
    right: 0px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.service-special .hover-title{
	padding-top: 30px;
	text-align: center;
}
.service-special .ribbon-top-right {
    top: -10px;
    right: -9px;
    z-index: 9;
    width: 160px;
    height: 160px;
}
.service-special .ribbon span{
	width: 235px;
}
.service-special .ribbon-top-right span {
    top: 36px;
}
.service-special .hover-title h3 {
    margin: 0px;
	font-weight: 500;
	line-height: 41px;
	font-size: 38px;
	text-align: center;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	max-width: 215px;
}
.service-special .hover-title h3:before {
    display: none;
}
.service-item:nth-child(1) {
    height: 580px;
}
.service-item:nth-child(1) .hover-title h3:before{
	background-color: #00CBBA;
}

.service-item:nth-child(2) {
    height: 380px;
}
.service-item:nth-child(2) .hover-title h3:before{
	background-color: #BE1990;
}

.service-item:nth-child(3),
.service-item:nth-child(4),
.service-item:nth-child(5),
.service-item:last-child {
    height: 200px;
}
.service-item:nth-child(3) .hover-title h3:before{
	background-color: #2C8FFF;
}

.service-item:nth-child(4) .hover-title h3:before{
	background-color: #595ECC;
}

.service-item:last-child a{
	height: 100%;
	border: solid 1px #2C8FFF;
}
.service-item:last-child .hover-title{
	position: static;
	line-height: 28px;
	background-color: transparent;
	text-align: center;
	height: 100%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	 -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
	         justify-content: center;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.service-item:last-child .hover-title h3{
	color: #2C8FFF;
}
.service-item:last-child a:after{
	display: none;
}
.service-item:last-child .hover-title h3{
	font-size: 26px;
	font-weight: 500;
}
.service-item:last-child .hover-title h3:before{
	display: none;
}
.service-item:last-child .hover-title h3 i {
    float: none;
    font-size: 30px;
    vertical-align: middle;
    margin-top: -8px;
    margin-left: 10px;
}
.ribbon-s {
 font-size: 16px !important;
 width: 50%;
 position: relative;
 background: #ba89b6;
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon-s 'graphics' take up 24px themselves so we double it. */
}
.ribbon-s:before, .ribbon-s:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid #986794;
 z-index: -1;
}
.ribbon-s:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon-s:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon-s .ribbon-s-content:before, .ribbon-s .ribbon-s-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #804f7c transparent transparent transparent;
 bottom: -1em;
}
.ribbon-s .ribbon-s-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon-s .ribbon-s-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
.col-ribbon-scpecial{
	padding-top: 100px;
	padding-bottom: 135px;
	position: relative;
}
.special-col-service{
	padding: 20px;
	background-color: #2C8FFF;
	border-radius: 10px;
	padding-left: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-align-items: center;
}
.special-col-service .tag-limited{
	float: left;
    background-image: url(../img/services/limited-label-side.svg);
    margin-bottom: 0px;
}
.title-service-special{
	float: left;
	padding-left: 25px;
    padding-right: 25px;
}
.section#vet-services .title-service-special h1{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	line-height: 36px;
	font-size: 36px;
	color: #FFFFFF;
}
.img-service-special{
	float: left;
	padding-left: 25px;
	padding-right: 15px;
	width: 250px;
	position: relative;
	height: 30px;
}
.img-service-special img{
	position: absolute;
	width: 100%;
	top: -156px;
	left: 0px;
}
.save-now{
	float: left;
	padding-left: 40px;
}
.btn-savenow{
	background-color: #FFF;
	padding-left: 25px;
	padding-right: 25px;
	width: 180px;
	height: 60px;
	line-height: 60px;
	border-radius: 6px;
	font-weight: 500;
	font-size: 20px;
	text-align: center;
	color: #2C8FFF;
	display: inline-block;
}
/* END SERVICES */


/* TESTIMONIALS */
.section#testimonials h1{
	margin-bottom: 0px;
}
.title-testimonials h1{
	margin-top: 0px;
	line-height: 34px;
}
.section#testimonials h2{
	margin-bottom: 60px;
	color: #F9BF49;
	font-size: 20px;
}
.section#testimonials .swiper-container p {
    font-weight: 400;
    line-height: 22px;
    font-size: 15px;
    color: #666;
}
.section#testimonials .swiper-slide {
    text-align: left;
    padding-left: 1px;
    padding-right: 1px;

    background-color: #ffffff;
    border-radius: 6px;
    height: auto;

    margin-top: 30px;
    margin-bottom: 60px;
}
.section#testimonials .swiper-container h6 {
    font-style: italic;
    font-weight: 500;
    line-height: 23px;
    font-size: 15px;
    margin: 10px 0px;
}
.section#testimonials .swiper-wrapper{
	height: auto;
}
.section#testimonials .swiper-slide img {
    width: 60px;
    margin: -50px 0px 15px auto;
    display: block;
    border-radius: 50%;
}
.item-testimonial{
    border: solid 1px #D4D4D4;
    padding: 20px;
    height: 220px;
    border-radius: 6px;
}
.section#testimonials .swiper-pagination .swiper-pagination-bullet-active{
	background-color: #81DB66;
}
/* END TESTIMONIALS */



/* FETCH CLUB */
#fetchclub{
	background-color: #2C8FFF;
	color: #ffffff;
}
#fetchclub .container-fluid{
	padding: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
#fetchclub .banner-img{
	padding: 0px;
	background-image: url('../img/img-fetchclub.jpg');
	background-size: cover;
	background-position: center center;
}
#fetchclub h1{
	color: #ffffff;
}
#fetchclub .banner-text{
	padding: 70px 60px;
}
#fetchclub p{
	line-height: 24px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
}
#fetchclub .btn-white {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 30px;
}
/* END FETCH CLUB */



/* VETS */
.section#vets {
    background: url(../img/bg-section.svg)no-repeat;
    background-size: 1000px;
    background-position: right 0px;
    background-color: #f4f4f4;
}
.title-vets{
	margin-bottom: 25px;
}
.title-vets h1{
	margin-top: 0px;
	margin-bottom: 10px;
}
.section#vets .container-fluid > .carousel-content{
	float: none;
	margin: auto;
	max-width: 1170px;
}
.section#vets .swiper-wrapper{
	height: auto;
}
.section#vets .swiper-slide{
	height: auto;
	text-align: left;
}
.section#vets .swiper-container{
	margin-top: 30px;
	margin-bottom: 30px;
}
.section#vets .images-vet {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
.section#vets .images-vet img {
    width: 100%;
  	transition: visibility 0s, opacity 0.2s linear;
}
.section#vets .images-vet .vet-photo-secondary {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.section#vets .images-vet:hover .vet-photo-secondary {
    opacity: 1;
}
.link-vet .head-item-vet h2 {
    font-weight: 500;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 0px;
    color: #333;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.link-vet .head-item-vet .stars {
    font-size: 16px;
    letter-spacing: 1px;
    color: #F9BF49;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}
.link-vet .head-item-vet p {
    font-weight: 300;
    line-height: 24px;
    font-size: 15px;
    color: #333;
}
.swiper-button-next,
.swiper-button-prev{
	top: 40%;
	border: solid 2px #2C8FFF;
    border-radius: 50%;
    height: 36px;
    width: 36px;
    background-size: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.swiper-button-next{
	background-image: none;
}
.swiper-button-prev{
	background-image: none;
}
.swiper-button-next:after,
.swiper-button-prev:after{
	font-family: FontAwesome;
	color: #2C8FFF;
	font-size: 22px;
	position: relative;
	top: 4px;
}
.swiper-button-prev:after{
    content: '\f104';
    right: 1px;

}
.swiper-button-next:after{
    content: '\f105';
    left: 1px;
}
.swiper-button-next {
    right: -45px;
}
.swiper-button-prev {
    left: -45px;
}
#vets .swiper-button-disabled{
	opacity: 0;
}
.section#vets .btn-blue {
    height: 50px;
    line-height: 50px;
    display: inline-block;
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.section#vets p a {
	color: #333333;
    border-bottom: solid 2px #81DB66;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.link-vet {
    float: left;
    position: relative;
    background-color: #Ffffff;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
}
.link-vet .head-item-vet{
	padding: 0 15px;
}
.swiper-pagination-vets{
	display: none;
}
.swiper-pagination-vets .swiper-pagination-bullet-active{
	background-color: #81DB66;
}
/* END VETS */


/* NEWS */
.section#news h1{
	margin-bottom: 5px;
}
.section#news .swiper-container{
	margin-top:50px;
	padding-bottom: 70px;
}
.section#news .swiper-slide {
    border: solid 1px #D4D4D4;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: none;
    margin-top: 10px;
}
.section#news .swiper-slide, .section#news .swiper-wrapper{
	height: auto;
}
.section#news .swiper-slide .img-content {
    margin-left: -1px;
    margin-right: -1px;
    position: relative;
    top: -5px;
}
.section#news .swiper-slide .img-content > img{
	width: 100%;
	height: 160px;
	-o-object-fit: cover;
	   object-fit: cover;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.section#news .swiper-slide h3 {
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    margin: 30px 0px 20px 0px;
    color: #333333;
}
.section#news .swiper-slide .content img {
    position: absolute;
    top: -32px;
    width: 54px;
    left: 0;
    right: 0;
    margin: auto;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.95);
	-o-transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.95);
	transition:         all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.95);
}
.section#news .container-exchange{
	margin-top: 25px;
}
.section#news .container-exchange .first_div {
    background-color: #2C8FFF;
    padding: 25px 45px;
    text-align: center;
    border-radius: 6px;
    -webkit-box-shadow: 0px 9px 27px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 9px 27px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 9px 27px rgba(0, 0, 0, 0.05);
}
.section#news .btn-blue{
	background-color: #81DB66;
	border-color:  #81DB66;
}
.section#news .container-exchange .badge-phone {
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
}
.section#news .container-exchange .text-phone {
    color: #2C8FFF;
}
.section#news .phoneheader{
	padding-top: 25px;
}
#news .swiper-button-next, #news .swiper-button-prev{
	top: 7%;
}
#news .swiper-button-next{
    right: 15px;
}
#news .swiper-button-prev{
	right: 60px;
    left: auto;
}
.swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #81DB66;
}
#news .swiper-pagination-news {
	bottom: 30px;
}
/* END NEWS */


/* FOOTER */
footer a{
	color: #333333;
	display: inline-block;
    margin-bottom: 10px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
footer .first_row{
	margin-bottom: 30px;
}
footer .first_row a {
    font-weight: 500;
    font-size: 14px;
}
footer .row_links{
	margin-bottom: 50px;
}
footer .row_links a{
	width: 100%;
	line-height: 28px;
	font-size: 15px;
	margin-bottom: 0px;
}
footer .row_links > div{
	padding-right: 0px;
}
footer .newsletter > .subscribe-footer {
    background-color: #fff;
    border-radius: 6px;
    padding: 7.5px;
}
footer .newsletter > .responsemsg {
    font-size: 14px;
    line-height: 22px;
}
footer .newsletter input:not([type="submit"]) {
    width: 70%;
    float: left;
    border: none;
    font-size: 14px;
    height: 35px;
}
.newsletter .btn-blue {
    width: 30%;
    float: left;
    background-color: #2C8FFF;
    border-radius: 4px;
    height: 35px;
    color: #fff;
    font-size: 14px;
    border: none;
    font-weight: 500;
}
footer .newsletter > div:last-child{
	text-align: center;
}
footer .newsletter a {
    margin: 0 7px;
}
footer .sn a i{
	line-height: 24px;
	font-size: 24px;
}
.sn a{
	margin-left: 15px;
	margin-bottom: 0px;
}
.col-footer{
		float: left;
		width: auto;
		margin-right: 50px;
	}
	footer .row_links a{
		display: block;
		width: auto;
	}
.rowfooter-newsletter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-align-items: center;
}
.newrowfooter-newsletter{
	align-items: baseline;
}
.newrowfooter-newsletter .sn{
	position: relative;
	top: -14px;
}
.col-title-happy h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 19px;
	line-height: 24px;
	color: #21253D;
}
footer .last_row{
	margin-top: 30px;
}
footer .last_row a{
	display: inline-block;
	margin: 0 10px;
	font-size: 14px;
	font-weight: 300;
}
footer .last_row p{
	display: inline-block;
	margin-bottom: 0px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 300;
}
footer.footernew .first_row{
	margin-bottom: 10px;
	display: flex;
    align-items: center;
}
.title-group-footer h3{
	margin-top: 0px;
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: #333333;
	margin-bottom: 10px;
}
.title-group-footer{
	margin-top: 25px;
}
.sn.sn-new{
	text-align: right;
}
.row_links_new .col-footer{
	margin-right: 64px;
}
.row_links_new .col-footer:last-child{
	margin-right: 0px;
}
.group-footer{
	position: relative;
}
.subscribe-notice{
	text-align: center;
	padding-top: 10px;
}
.subscribe-notice p{
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #333333;
}
/* END FOOTER */


/* OUR VETS */
.novets h3 {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}
.main-header.header-vets{
	background-image: url('../img/hero-ourvets.jpg');
	text-align: left;
}
.main-header.header-vets .colheaderinfo{
	padding-right: 75px;
}
.main-header.header-vets h1{
	font-weight: 500;
	line-height: 38px;
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #333333;
}
.main-header.header-vets p{
	font-weight: 300;
	line-height: 24px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 25px;
}
.main-header.header-vets .inputschedule .zcodesch,
.main-header.header-vets .inputschedule .btn-blue{
	width: 50%;
}

.section#our-vets{
	text-align: left;
}
.section#our-vets h2{
	margin-top: 0px;
	font-weight: 500;
    font-size: 30px;
    color: #333333;
}
.search-vets button.btn-blue {
    width: 125px;
    height: 50px;
    margin-top: 22px;
    font-size: 16px;
}
.row-search-vets{
	display: none;
}
.section#our-vets label{
	font-size: 14px;
}
.section#our-vets hr {
    margin: 60px 0px;
    border: none;
    border-top: solid 1px #d4d4d4;
}
.section#our-vets .row-vets{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section#our-vets .row-vets:before,
.section#our-vets .row-vets:after {
   display: none;
}
.section#our-vets .row-vets > div{
	margin-bottom: 50px;
}
.section#our-vets .row-vets .stars {
    font-size: 16px;
    letter-spacing: 1px;
    color: #F9BF49;
    display: block;
    margin-top: 5px;
}
.section#our-vets .row-vets .img-fade{
	height: 280px;
	position: relative;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.section#our-vets .row-vets img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.section#our-vets .row-vets img:first-child{
	opacity: 1;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#our-vets .row-vets img:last-child{
	opacity: 0;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#our-vets .row-vets h2{
	color: #333333;
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#our-vets .row-vets h2 + span + span{
	display: block;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	margin-bottom: 20px;
	color: #333333;
}
.section#our-vets .row-vets p{
	font-weight: 300;
	line-height: 23px;
	font-size: 15px;
}
.section#our-vets .row-vets p + span{
	display: block;
	font-weight: 500;
	line-height: normal;
	font-size: 15px;
	color: #666666;
	margin-bottom: 15px;
}
.section#our-vets .row-vets a > .col100{
	background-color: #ffffff;
	padding: 15px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
	-webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.section#our-vets .row-vets a > .col100:not(.img-fade){
	border: solid 1px #D4D4D4;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	min-height: 215px;
}
/* END OUR VETS */


/* CONTACT */
.main-header.header-contact {
    background: none;
    height: auto;
    padding: 80px 0px;
}
.main-header.header-contact .header-content{
	width: 370px;
    margin: auto;
    padding: 0 15px;
}
.main-header.header-contact h1 {
    font-weight: 500;
    line-height: 38px;
    font-size: 36px;
    color: #333333;
    margin-top: 0px;
    margin-bottom: 15px;
}
.main-header.header-contact p{
	font-weight: 300;
	line-height: 24px;
	font-size: 18px;
}
.section#contact .banners,
.section#contact .banner,
.section#contact .banner:nth-child(2) > div{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.section#contact .banner a {
    background-color: #F7F7F7;
    border-radius: 6px;
    padding: 24px 55px 26px 32px;
    text-align: left;
    position: static;
}
.section#contact .banner h2{
	color: #333333;
	font-weight: 700;
	line-height: normal;
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.section#contact .banner h2 img {
    vertical-align: middle;
    width: 26px;
    position: relative;
    top: -2px;
    margin-right: 5px;
}
.section#contact .banner i {
    color: #2C8FFF;
    font-size: 28px;
    top: 0;
    bottom: 0;
    right: 40px;
    display: block;
    margin: auto;
    height: 28px;
    width: 10px;
    text-align: center;
    position: absolute;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#contact .banner p {
    line-height: 20px;
    font-size: 15px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #979DA8;
}
.section#contact .banner:nth-child(2) > div{
	background-color: #2C8FFF;
	-webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 6px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#contact .banner:nth-child(2) a {
	text-align: center;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 26px;
    font-size: 20px;
    padding: 0px;
    background: none;
    color: #ffffff;
    border-radius: 0px;
}
.section#contact .banner:nth-child(2) a:last-child{
	margin-bottom: 0px;
}

.section#contact-form{
	text-align: left;
	position: relative;
}
.section#contact-form .form-group{
	margin-bottom: 30px;
}
.section#contact-form label{
	font-size: 14px;
}
.section#contact-form h1{
	margin-top: 0px;
	margin-bottom: 10px;
}
.section#contact-form p{
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 24px;
}
.section#contact-form .form-group input,
.section#contact-form .form-group select{
	height: 60px;
}
.section#contact-form .form-group select{
	font-size: 16px;
	font-weight: 400;
}
.section#contact-form .form-group select.placeholdercustom{
	color: #333333!important;
	font-weight: 300;
}
.section#contact-form .select-span::after{
	top: 21px;
}
.section#contact-form .form-group textarea {
    font-size: 16px;
    padding-top: 5px;
}
.section#contact-form .btn-green {
    height: 60px;
    width: 170px;
}
.section#contact-form .img-out{
	position: absolute;
	right: 0px;
	top: 80px;
	bottom: 80px;
	padding: 0px;
}
.section#contact-form .img-out img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.section#rrss-bar{
	padding: 160px 0px;
}
.section#rrss-bar .container{
	position: relative;
}
.section#rrss-bar .rrss-bar {
    background-color: #2C8FFF;
    border-radius: 6px;
    padding: 32px 130px 24px 130px;
    text-align: right;
    position: static;
}
.section#rrss-bar .rrss-bar a {
    background-color: #ffffff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #2C8FFF;
    margin: 0 5px;
    float: left;
    font-size: 18px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.section#rrss-bar .icons {
    display: inline-block;
    vertical-align: middle;
    margin-top: -6px;
}
.section#rrss-bar h2 {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    line-height: normal;
    font-size: 24px;
    margin-right: 30px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.section#rrss-bar img{
	position: absolute;
    left: 8.33333333%;
    top: -155px;
}


/* END CONTACT */



/* FAQ */
.main-header.header-faq{
	background-image: url('../img/hero-faq.jpg');
}
.section#faq{
	text-align: left;
}
.section#faq button {
    height: 60px;
    margin: 0 7px;
    border: solid 1px #2C8FFF;
    background-color: #2C8FFF;
}
.section#faq .btn-outline-blue {
    border: solid 1px #2C8FFF;
    background-color: #fff;
}
.section#faq .button-tabs{
	text-align: center;
	margin-bottom: 40px;
}
.section#faq h2{
	text-align: center;
	font-size: 30px;
	color: #333333;
	font-weight: 500;
	margin-bottom: 20px;
}
.section#faq hr {
    display: block;
    margin-top: 15px;
    margin-bottom: 0px;
    border-style: solid;
    border-color: #d4d4d4;
    border-bottom: none;
}
.section#faq .expandable {
    padding: 25px 0px;
    border-bottom: solid 1px #d4d4d4;
    text-align: left;
}
.section#faq .expandable h3 {
    font-size: 17px;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 0px;
    cursor: pointer;
    padding-right: 20px;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#faq .expandable h3:after {
    content: "\f107";
    font-family: 'FontAwesome';
    float: right;
    font-size: 22px;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: 0;
    display: block;
    line-height: 18px;
    height: 18px;
    -webkit-transition: transform .5s;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.section#faq .expandable p{
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 27px;
}
.section#faq .expandable ul{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 27px;
	padding-left: 20px;
}
.section#faq .expandable ul>li {
    list-style-type: disc;
    color: #333;
}
.section#faq .expandable .content {
    height: 0px;
    opacity: 0;
    visibility: hidden;
}
.section#faq .expandable.active h3{
	color: #2C8FFF;
}
.section#faq .expandable.active h3:after{
	-ms-transform: rotate(-180deg);
	    transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.section#faq .faq-tab-content{
	display: none;
}
.section#faq .faq-tab-content.active{
	display: block;
}
.pophiw .blue{
	display: none;
}
.pophiw img{
	max-width: 56px;
}
/* END FAQ */


/* ERROR 404 */
.main-header-404{
	height: 100vh;
	width: 100%;
	background: url('../img/404-image.jpg') right bottom no-repeat;
	background-size: cover;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */ /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.main-header-404 h1{
	font-weight: 500;
	line-height: normal;
	font-size: 114px;
	color: #81DB66;
	margin-top: 0px;
	margin-bottom: 10px;
}
.main-header-404 p{
	line-height: 33px;
	font-size: 27px;
	color: #666666;
}
.main-header-404 .btn-blue {
    height: 60px;
    display: inline-block;
    line-height: 60px;
    padding: 0px 45px;
    margin-top: 40px;
}
.main-header-404 .header-content{
	width: 370px;
}
/* END ERROR 404 */



/* VET PROFILE */
.main-header.header-vet-profile {
    height: 380px;
    background: url(../img/bg-pets.png) right top no-repeat;
    background-color: #2684FF;
    text-align: left;
}
.main-header.header-vet-profile h1{
	color: #ffffff;
	font-weight: 500;
	line-height: normal;
	font-size: 36px;
	margin-bottom: 0px;
}
.main-header.header-vet-profile p{
	margin: 0px;
	font-weight: 300;
	line-height: normal;
	font-size: 21px;
	color: #FFFFFF;
}
.main-header.header-vet-profile hr {
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff;
    margin: 15px 0px;
    border-bottom: none;
}
.main-header.header-vet-profile .vetinfo > div {
    width: 50%;
}
.main-header.header-vet-profile .vetinfo > div:last-child{
	display: none;
}
.main-header.header-vet-profile .vetinfo p{
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
	color: #FFFFFF;
	margin-bottom: 3px;
}
.main-header.header-vet-profile .vetinfo span{
	display: block;
	font-style: italic;
	font-weight: 300;
	line-height: normal;
	font-size: 15px;
	color: #FFFFFF;
	padding-left: 24px;
}
.vetinfo .img-wrap {
    height: 50px;
    float: left;
    margin-right: 5px;
    padding-top: 3px;
    width: 20px;
}
#vet-profile .container{
	position: relative;
}
#vet-profile .vet-photo {
    overflow: hidden;
    border-radius: 6px;
    margin-top: -60px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
#vet-profile .vet-photo img{
	width: 100%;
}
#vet-profile .vet-photo .vet-photo-secondary {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

#vet-profile .vet-photo:hover .vet-photo-secondary {
    display: inline;
}

#vet-profile .vet-description h3{
	font-weight: 500;
	line-height: normal;
	font-size: 17px;
	color: #333333;
}
#vet-profile .vet-description p{
	font-weight: 300;
	line-height: 28px;
	font-size: 16px;
	color: #333333;
}
#vet-profile .vet-reviews-title{
	padding: 20px 0px;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
	margin: 30px 0px;
	display: none;
}
#vet-profile .vet-reviews-title .title {
    font-family: 'Roboto', serif;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    font-size: 18px;
    color: #333333;
    margin: 0px;
}
#vet-profile .vet-reviews-title .title img,
#vet-profile .vet-reviews-title .excerpt img{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 5px;
}
#vet-profile .vet-reviews-title .excerpt{
	font-weight: normal;
	line-height: normal;
	font-size: 15px;
	text-align: center;
	color: #666666;
	float: right;
}
#vet-profile .review {
    border-bottom: 1px solid #D4D4D4;
    padding: 25px 0px;
    display: none;
}
#vet-profile .review:last-child{
	border-bottom: none;
}
#vet-profile .review span{
	display: block;
	line-height: normal;
	font-size: 16px;
	color: #949494;
}
#vet-profile .stars {
    letter-spacing: 1px;
    margin-bottom: 5px;
}
#vet-profile .stars .fa{
	line-height: normal;
	font-size: 18px;
	text-align: center;
	color: #F9BF49;
}
#vet-profile .review p{
	font-weight: normal;
	line-height: 25px;
	font-size: 15px;
	color: #333333;
}
#vet-profile .book-form {
    width: 390px;
    overflow: hidden;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    padding: 0px;
    float: right;
    top: -250px;
    position: absolute;
    right: 15px;
    /*opacity: 0;*/
    /*visibility: hidden;*/
}
#vet-profile .book-form.fixed {
    position: fixed;
    z-index: 99;
}
#vet-profile .book-form .form-header{
	padding: 20px;
	border-bottom: 1px solid #D4D4D4;
}
#vet-profile .book-form h2{
	font-weight: 500;
	line-height: normal;
	font-size: 24px;
	color: #333333;
	margin: 0px;
}
#vet-profile .book-form h2 img{
	display: inline-block;
	margin-right: 5px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
#vet-profile .book-form .form-footer{
	border-top: solid 1px #d4d4d4;
	padding: 15px;
}
#vet-profile .book-form .btn-green {
    height: 50px;
    width: 100%;
    font-size: 19px;
    text-align: center;
    line-height: 47px;
}
.btn-show-calendar{
	display: none;
}
.btn-show-calendar{
	cursor: pointer;
}
.nocalendar .btn-show-calendar{
	display: block;
}
.nocalendar .btn-submit-visit{
	display: none;
}
#vet-profile .book-form .form-body{
	padding: 20px 20px;
	padding-bottom: 0px;
}
#vet-profile .book-form .form-group{
	margin-bottom: 15px;
}
#vet-profile .book-form input, #vet-profile .book-form select {
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    line-height: normal;
    font-size: 16px;
    height: 50px;
}
#vet-profile .book-form .placeholdercustom {
    color: #333333!important;
    font-weight: 300;
}
#vet-profile .book-form .select-span::after{
	z-index: 1;
}
#vet-profile .book-form input[type="radio"]{
	display: none;
}
#vet-profile .book-form .radio-group label {
    background-color: #ffffff;
    width: 33.33333333%;
    float: left;
    display: inline-block;
    border: solid 1px #2684FF;
    color: #2684FF;
    font-weight: 500;
    line-height: 42px;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}
#vet-profile .book-form .radio-group label:nth-child(2){
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	border-right: none;
}
#vet-profile .book-form .radio-group label:nth-child(4){
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-left: none;
}
#vet-profile .book-form .radio-group label.active{
	background-color: #2684FF;
	color: #ffffff;
}
#vet-profile .book-form .radio-group p{
	font-weight: normal;
	line-height: normal;
	font-size: 16px;
}
.radio-number-pets{
	padding-bottom: 15px;
}
.form-body-detail .dates-carousel{
	padding-top: 0px;
}
.section#join-network .blue-bar{
	background-color: #2C8FFF;
	border-radius: 6px;
	padding: 25px;
	text-align: center;
}
.section#join-network h2 {
    display: inline-block;
    font-weight: normal;
    line-height: 30px;
    font-size: 20px;
    color: #FFFFFF;
    margin: 0px;
    margin-right: 10px;
}
.section#join-network a {
    line-height: 43px;
    display: inline-block;
    height: 43px;
}
.book-form.absolute{
	position: absolute;
}
.row-w-margin{
	margin-left: -20px;
	margin-right: -20px;
}
.item-date{
	padding-top: 10px;
	padding-bottom: 10px;
}
.item-date span{
	display: block;
	color: #000;
	text-align: center;
}
.date-day{
	font-weight: 500;
	font-size: 15px;
	line-height: 20px;
}
.date-number{
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
}
.dates-carousel{
	padding-top: 15px;
}
.dates-carousel .row-w-margin{
	border-top: solid 1px #d4d4d4;
}
#dates-carousel .swiper-button-next, #dates-carousel .swiper-button-prev {
    top: 69%;
    border: none;
    height: 25px;
    text-align: center;
    width: 25px;
}
#dates-carousel .swiper-button-next{
	right: -15px;
}
#dates-carousel .swiper-button-prev{
	left: -15px;
}
#dates-carousel .swiper-button-next:after, #dates-carousel .swiper-button-prev:after {
    font-family: FontAwesome;
    color: #000;
    font-size: 25px;
    position: relative;
    top: 0px;
}
#vet-hours{
	background-color: #F7F7F7;
	border-top: solid 1px #D4D4D4;
}
.item-hours{
	text-align: center;
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 160px;
}
p.occupied{
	font-weight: 500;
    font-size: 14px;
    position: absolute;
    top: 40%;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.item-hours ul{
	padding: 0px;
	margin: 0px;
	display: inline-block;

}
.item-hours ul li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	list-style-type: none;

}
.item-hours ul li:last-child{

}
.item-hours ul li span{
	background: #81DB66;
	border-radius: 4px;
	text-align: center;
	padding: 6px;
	font-weight: 500;
	font-size: 15px;
	color: #FFFFFF;
	display: block;
	cursor: pointer;
}
.item-hours ul li span.active{
	background-color: #409528;
}
#vet-hours .swiper-button-next, #vet-hours .swiper-button-prev{
	opacity: 0;
}
.actionhour{
	display: block;
	text-align: center;
	position: absolute;
    width: 100%;
    left: 0px;
}
.actionhour i{
	cursor: pointer;
}
.nexth{
	bottom: 5px;
}
.prevh{
	top: 5px;
}
.actionhour.disabled{
	opacity: 0.2;
}
.actionhour i{
	font-size: 16px;
}


ul.ulhour {
    overflow: hidden;
    /* Height the overflow so that vertical scrollbar doesn't appear */
}

.clearfix {
    clear: both;
}
/* END VET PROFILE */


/* SERVICES */
.colheaderinfo{
	z-index: 9
}
.main-header.header-services{
	background-image: url('../img/hero-services.jpg');
}
.main-header.header-services-list{
	background: url('../img/hero-services.jpg') no-repeat;
}
.main-header.header-services .colheaderinfo{
	padding-right: 30px;
}
.main-header.header-services .inputschedule .zcodesch {
    width: 30%;
}
.main-header.header-services .inputschedule .emailsch{
	width: 40%;
}
.main-header.header-services .inputschedule .btn-blue{
	width: 30%;
}
.section#vet-services h1{
	font-size: 30px;
	margin-top: 0px;
}
.section#vet-services p {
    line-height: 27px;
    font-size: 18px;
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 60px;
}
.section#vet-services .card-service{
	margin-bottom: 50px;
	overflow: hidden;
}
.section#vet-services .card-service .img-service{
	height: 210px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}
.section#vet-services .card-service img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    float: left;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform: scale(1) rotate(0.001deg);
        -ms-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
}
.section#vet-services .card-service p{
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #333333;
	background: #FFFFFF;
	border: 1px solid #D4D4D4;
	max-width: unset;
	border-top: none;
	margin: 0px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 15px 5px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#vet-services hr {
    border: none;
    border-top: 1px solid #D4D4D4;
    margin-top: 30px;
}
.section#referral{
	padding-top: 0px;
	text-align: left;
}
.section#referral h2{
	font-weight: 500;
	line-height: normal;
	font-size: 26px;
	color: #333333;
	margin-top: 0px;
}
.section#referral p{
	font-weight: 300;
	line-height: 25px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}
.section#referral a{
	display: inline-block;
	padding: 0px 50px;
	line-height: 50px;
	height: 50px;
	margin-top: 10px;
}
.section#referral .col-md-10 .row > div:first-child{
	background-color: #F7F7F7;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	padding: 60px 30px;
}
.section#referral .col-md-10 .row > div:last-child{
	padding: 0px;
}
.section#referral .col-md-10 .row{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section#referral img {
    width: 100%;
    height: 373px;
    -o-object-fit: cover;
       object-fit: cover;
}
/* END SERVICES */


/* BLOG */
.header-blog{
	width: 100%;
	padding-top: 80px;
	text-align: center;
}
.header-blog h1{
	margin-top: 0px;
	margin-bottom: 15px;
}
.header-blog p{
	font-weight: 300;
    line-height: 24px;
    font-size: 18px;
}
.header-blog .blog-categories{
	margin-top: 40px;
	margin-bottom: 40px;
}
.header-blog .blog-categories > div{
}
.header-blog .blog-categories a{
	display: inline-block;
	line-height: 40px;
	height: 40px;
	padding-left: 25px;
	padding-right: 25px;
	margin-right: 10px;
}
.header-blog .blog-categories a:last-child{
	margin-right: 0px;
}
.header-blog .blog-categories a.btn-blue{
	border-color: #2C8FFF;
	background-color: #2C8FFF;
}
.header-blog .blog-categories hr{
	border: none;
	border-top: solid 1px #D4D4D4;
	margin: 45px 0px;
}
.section#blog{
	padding-top: 0px;
}
.section#blog .blog-grid{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.section#blog .blog-grid::before,
.section#blog .blog-grid::after{
	display: none;
}
.blog-grid .news-desc span{
	text-transform: uppercase;
}
.blog-item{
	margin-bottom: 40px;
}
.img-zoom{
	overflow: hidden;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	height: 220px;
}
.img-zoom img{
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-desc{
	text-align: left;
	border: 1px solid #D4D4D4;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding: 20px;
	height: 195px;
	background-color: #ffffff;
}
.news-desc span{
	display: block;
	font-weight: 600;
	line-height: normal;
	font-size: 13px;
	color: #2C8FFF;
}
.news-desc h2{
	font-weight: 500;
	line-height: normal;
	font-size: 20px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 0px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.news-desc p{
	font-weight: 500;
	line-height: 21px;
	font-size: 14px;
	color: #979DA8;
	margin-top: 60px;
	margin-bottom: 0px;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.section#blog .show-more a{
	display: inline-block;
	line-height: 60px;
	height: 60px;
	padding-left: 50px;
	padding-right: 50px;
	background-color: #2C8FFF;
	border-color: #2C8FFF;
	margin-top: 30px;
}
.show-more{
	margin-top: 30px;
}
.show-more ul{
	
}
.show-more ul li{
	display: inline-block;
	margin-right: 10px;
}
.section#blog .show-more li a{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #FFF;
    border-color: #FFF;
    margin-top: 0px;
    border-radius: 50%;
    background-color: #F7F7F7;
}
.page-item.disabled{
	display: none;
}
.page-item.active span{
	width: 30px;
    height: 30px;
    display: inline-block;
    background-color: #2C8FFF;
    line-height: 30px;
    color: #fff;
    border-radius: 50%;
    font-weight: 500;
}
.section#blog .show-more ul li:first-child a{
	font-size: 20px;
	line-height: 27px;
}
.section#blog .show-more ul li:last-child a{
	font-size: 20px;
	line-height: 27px;
}
.col-title-fetchnews{
	padding-left: 55px;
    padding-right: 55px;
}
.container-fluid-categories{
	background-color: #2C8FFF;
	padding-left: 0px;
	padding-right: 0px;
    margin-top: 40px;
}
.bar-blog{
	background-color: #2C8FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.blog-main-categories{
	padding-left: 0px;
	margin: 0px;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.blog-main-categories li{
	float: left;
	margin-right: 25px;
}
.blog-main-categories li a{
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
	min-height: 75px;
	padding-top: 15px;
    padding-bottom: 15px;
}
.icon-category{
	width: 42px;
    height: 42px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 8px;
	float: left;
}
.icon-category img{
	max-width: 27px;
}
.icon-category-health img{
	position: relative;
	top: 1px;
}
.title-category{
	font-weight: 500;
	line-height: 22px;
    font-size: 20px;
	color: #FFFFFF;
	float: left;
	position: relative;
}
.title-category::after{
	height: 2px;
	width: 100%;
	left: 0px;
	bottom: -5px;
	position: absolute;
	background-color: #81DB66;
	content: "";
	display: none;
}
.blog-search{
	float: right;
	width: 35%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.blog-search input{
	height: 50px;
    width: 100%;
    display: block;
    padding-left: 45px;
	background-color: #fff;
	border-color: #fff;
	line-height: normal;
	font-size: 16px;
}
.blog-search img{
	position: absolute;
	left: 13px;
	display: inline-block;
	width: 20px;
}
.section-blog-posts{
	margin-top: 60px;
}
.subcategories-dropdown{
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	display: none;
}
.subcategories-dropdown.active{
	display: block;
}
.subcategories-dropdown li{
	float: left;
	margin-right: 20px;
}
.subcategories-dropdown li:last-child{
	margin-right: 0px;
}
.subcategories-dropdown li a{
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: 500;
	line-height: 18px;
	font-size: 17px;
	color: #979DA8;
	display: block;
}
.container-fluid-subcategories-main{
	padding: 0px;
	border-bottom: solid 1px #d4d4d4;
	display: none;
}
.container-fluid-subcategories-main.active{
	display: block;
}
.col-top-category{
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D4D4D4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.left-info{
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.right-info{
	float: right;
}
.left-info h2{
	margin-top: 0px;
	margin-bottom: 0px;
	float: left;
	font-weight: 500;
	line-height: normal;
	font-size: 27px;
	color: #333333;
}
.badge-icon-cat{
	float: left;
	width: 42px;
    height: 42px;
	border-radius: 50%;
	background-color: #2C8FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 10px;
	float: left;
}
.badge-icon-cat-main{
	width: 52px;
    height: 52px;
}
.badge-icon-cat-main img{
	width: 57%;
}
.right-info a{
	font-weight: 500;
	font-size: 17px;
	text-align: center;
	color: #2C8FFF
}
.right-info a i{
	position: relative;
	margin-left: 6px;
	left: 0px;
	font-size: 19px;
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.col-top-grid{
	margin-bottom: 45px;
}
.subcategories-subtitle{
	display: inline-block;
	margin-left: 15px;
}
.subcategories-subtitle li{
	margin-right: 12px;
}
.subcategories-subtitle li a{
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 17px;
    font-weight: 500;
}
.subcategories-subtitle li a.active{
	color: #2C8FFF;
	position: relative;
}
.subcategories-subtitle li a.active:after{
	position: absolute;
	left: 0px;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background-color: #2C8FFF;
	content: "";
}
.filterby{
	font-weight: 500;
	line-height: normal;
	font-size: 17px;
	color: #2C8FFF;
	margin-left: 15px
}
.cover-img-blog{
	margin-bottom: 40px;
}
/* END BLOG */


/* BLOG DETAIL */
.header-blog-detail {
	width: 100%;
	padding-top: 80px;
	text-align: center;
}
.header-blog-detailtop{
	padding-top: 0px;
}
.header-blog-detail h1{
	margin-top: 0px;
	margin-bottom: 15px;
}
.header-blog-detail p{
	font-weight: 500;
	line-height: 24px;
	font-size: 15px;
	color: #979DA8;
	margin-bottom: 0px;
}
.section#blog-detail{
	padding-top: 30px;
}
.section#blog-detail .blog-single-content{
	text-align: left;
}
.section#blog-detail .blog-single-content p{
	font-weight: 300;
	line-height: 30px;
	font-size: 17px;
	color: #333333;
	margin-bottom: 20px;
}
.section#blog-detail .blog-single-content p.block-img{
	margin-bottom: 0px
}
.section#blog-detail .blog-single-content h3{
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	color: #333333;
	margin-top: 40px;
}
.section#blog-detail .blog-single-content h2{
	font-weight: 500;
	line-height: normal;
	font-size: 22px;
	color: #333333;
	margin-top: 40px;
}
.section#blog-detail .blog-single-content h1{
	font-weight: 500;
	line-height: 28px;
	font-size: 27px;
	color: #333333;
	margin-top: 40px;
}
.section#blog-detail .blog-single-content p.block-img ~ h2{
	margin-top: 20px
}
.section#blog-detail .blog-single-content p.block-img ~ h3{
	margin-top: 20px
}
[data-oembed-type] ~ h2{
  margin-top: 20px !important;
}
[data-oembed-type] ~ h3{
  margin-top: 20px !important;
}
.section#blog-detail .blog-single-content img{
	margin: 40px 0px;
	margin-bottom: 0px;
}
.section#blog-detail .blog-single-content img:first-child{
	margin-top: 0px;
}
.section#blog-detail .blog-single-content .cover-img-blog img{
	width: 100%;
}
.section#blog-detail .blog-single-content ul,
.section#blog-detail .blog-single-content ol{
	font-weight: 300;
	line-height: 34px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 40px;
}
.section#blog-detail .blog-single-content ul li{
	padding-left: 18px;
	position: relative;
	display: block;
	line-height: 28px;
	font-size: 17px;
}
.blog-single-content ul li:before{
	position: absolute;
	content: "";
	width: 4px;
	height: 4px;
	background-color: #333;
	left: 0px;
	border-radius: 50%;
	top: 12px;
}
.blog-single-content ul li a{
	color: #2C8FFF;
    text-decoration: underline;
    font-weight: 400;
}
.section#blog-detail .blog-single-content ol li{
	margin-bottom: 5px;
}
.section#blog-detail .blog-single-content ol{
	counter-reset: my-awesome-counter;
	list-style: none;
}
.section#blog-detail .blog-single-content ol li{
	counter-increment: my-awesome-counter;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    font-size: 17px;
}
.section#blog-detail .blog-single-content ol li::before {
    content: counter(my-awesome-counter);
    background-color: #2C8FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    -ms-flex: 0 0 25px;
    -webkit-box-flex: 0;
            flex: 0 0 25px;
    max-width: 25px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
    padding-right: 1px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
#article-content{
	min-height: 300px;
}
.section#blog-detail .blog-single-content p,
.section#blog-detail .blog-single-content h3,
.section#blog-detail .blog-single-content h2,
.section#blog-detail .blog-single-content h1,
.section#blog-detail .blog-single-content h4,
.section#blog-detail .blog-single-content h5,
.section#blog-detail .blog-single-content h6,
.section#blog-detail .blog-single-content ol,
.section#blog-detail .blog-single-content iframe,
.section#blog-detail .blog-single-content blockquote,
.section#blog-detail .blog-single-content ul{
	width: 66.66666667%;
	margin-left: 16.66666667%;
	padding: 0 30px;
}
.section#blog-detail .blog-single-content p img{
	width: 100%;
}
.section#blog-detail .blog-single-content img + h2,
.section#blog-detail .blog-single-content img + h3{
	margin-top: 0px;
}
.section#blog-detail .blog-single-content hr {
    max-width: 60.316%;
    margin: 20px auto;
    border: none;
    border-top: solid 1px #D4D4D4;
}

.section#blog-detail .blog-single-content p a {
    color: #2C8FFF;
    text-decoration: underline;
    font-weight: 400;
}
.section#blog-detail .blog-single-content .tags{
	padding: 0 30px;
}
.section#blog-detail .blog-single-content .tags span{
	display: inline-block;
	margin-right: 5px;
	font-weight: 500;
	line-height: 24px;
	font-size: 16px;
	color: #979DA8;
}
.section#blog-detail .blog-single-content .tags a{
	display: inline-block;
	margin-right: 5px;
	background-color: rgba(44, 143, 255, 0.1);
	border-radius: 3px;
	font-weight: 600;
	line-height: normal;
	font-size: 13px;
	color: #2C8FFF;
	padding: 5px 10px;
	text-transform: uppercase;
}
.section#blog-detail .blog-single-content .rrss-list{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: auto;
	top: 0px;
	z-index: 99;
	width: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
}
.section#blog-detail .blog-single-content .rrss-list.fixed-share{
	position: fixed;
	top: 15px;
}
.section#blog-detail .blog-single-content .rrss-list.absolute-bottom{
	position: absolute;
	bottom: 0px;
	top: auto;
}
.section#blog-detail .blog-single-content .rrss-list li{
	margin-bottom: 10px;
	padding-left: 0px;
}
.section#blog-detail .blog-single-content .rrss-list li:before{
	display: none;
}
.section#blog-detail .blog-single-content .rrss-list li:last-child{
	margin-bottom: 0px;
}
.section#blog-detail .blog-single-content .rrss-list li a{
	border: solid 1px #D4D4D4;
	background-color: #ffffff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	font-size: 22px;
	color: #8E8E8E;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.section#blog.related-posts{
	padding-top: 80px;
}
.section#blog.related-posts .col-xs-12 > h2{
	font-weight: normal;
	line-height: normal;
	font-size: 34px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 40px;
}
.section#blog.related-posts .blog-item{
	margin-bottom: 0px;
	width: 100%;
	float: left;
}
.center-align{
	text-align: center;
    display: block;
}
#blog .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	display: none;
}
/* END BLOG DETAIL */


/* NEWSLETTER */
.section#newsletter {
    background-color: #2C8FFF;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: left;
    background-image: url(../img/dog-newsletter.png);
    background-position: left top;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.section#newsletter h2{
	font-weight: 500;
	line-height: 40px;
	font-size: 36px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.section#newsletter p{
	font-weight: normal;
	line-height: 25px;
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.section#newsletter .form-newsletter{
	margin-top: 30px;
}
.section#newsletter input{
	width: 65%;
	float: left;
	height: 70px;
	background-color: #ffffff;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	padding-left: 20px;
	padding-right: 20px;
}
.section#newsletter button{
	width: 35%;
	float: left;
	height: 70px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}
/* END NEWSLETTER */


/*SERVICES GENERAL STYLES*/
.header-services{
	position: relative;
	height: 380px;
	background-image: url(../img/services/bg-pet.svg);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: inherit;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}
.header-services h1{
	margin-top: 20px;
	font-weight: 500;
	line-height: 36px;
	font-size: 36px;
	color: #FFFFFF;
}
#menu.servicesmenu .ul-mainmenu li a{
	color: #fff;
}
#menu.servicesmenu .ul-mainmenu li a.btn-menu{
	background-color: #fff;
	opacity: 1;
}
.content-service{
	padding-bottom: 100px;
	margin-top: -100px;
}
.content-service .container{
	position: relative;
}
.col-contentservice-left{
	position: relative;
}
.col-contentservice-left img{
	width: 100%;
}
.col-contentservice-left h2{
	font-weight: 400;
	line-height: 32px;
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 25px;
	color: #333333;
}
.col-contentservice-left h3{
	margin-top: 30px;
	font-weight: 500;
	line-height: 21px;
	font-size: 18px;
	color: #333333;
}
.col-contentservice-left p{
	color: #333;
	font-size: 16px;
	line-height: 22px;
}
.col-contentservice-left ul>li{
	position: relative;
	font-weight: 300;
	font-size: 16px;
	color: #333;
	line-height: 27px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 15px;
    margin-bottom: 5px;
}
.col-contentservice-left ul>li::before {
    top: 10px;
    left: 0px;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #2C8FFF;
    border-radius: 50%;
}

.col-contentservice-left a {
    color: #333333;
    border-bottom: solid 2px #81DB66;
    font-weight: 500;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.schedule-on-service {
    overflow: hidden;
    border-radius: 6px;
    background: #FFFFFF;
    border: 1px solid #D4D4D4;
    text-align: center;
}
.itm-schedule-header {
    padding: 25px;
    border-bottom: 1px solid #D4D4D4;
}
.itm-schedule-body {
    padding: 25px 25px;
}
.itm-schedule-footer {
    border-top: solid 1px #d4d4d4;
    padding: 25px;
}
.schedule-on-service h2 {
    font-weight: 500;
    line-height: 24px;
    font-size: 24px;
    color: #333333;
    margin: 0px;
}
.col-contentservice-left h2 img {
    display: inline-block;
    margin-right: 10px;
    max-width: 38px;
    position: relative;
    top: 2px;
}
.schedule-on-service input, .schedule-on-service select {
    background: #F7F7F7;
    border-radius: 4px;
    border: none;
    line-height: normal;
    font-size: 16px;
    height: 50px;
}
.schedule-on-service .form-group {
    margin-bottom: 15px;
}
.schedule-on-service .form-group:last-child {
    margin-bottom: 0px;
}
.schedule-on-service .btn-green{
    height: 50px;
    width: 100%;
    font-size: 19px;
}
.schedule-on-service form{
	margin: 0px;
}
.col-contentservice-right{
	position: absolute;
	top: -120px;
	right: 0px;
	max-width: 390px;
}
.col-contentservice-right.fixed{
	position: fixed;
	top: 15px;
	right: auto;
}
.col-contentservice-right.absolutebottom{
	top: auto;
	bottom: 0px;
}
.internal-section-schedule{
	padding-top: 50px;
	padding-bottom: 90px;
	background-color: #fff;
}
.section#news.theservices{
	padding-top: 50px;
	padding-bottom: 0px;
}
.section#news.theservices .swiper-slide .img-content{
	overflow: hidden;
	height: 210px;
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.section#news.theservices .swiper-slide-special{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50.09%, #2C90FF), to(#1078ED));
	background: -o-linear-gradient(top, #2C90FF 50.09%, #1078ED 100%);
	background: linear-gradient(180deg, #2C90FF 50.09%, #1078ED 100%);
	border: solid 1px #2C90FF;
	border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    margin-top: 5px;
}
.swiper-slide-special .ribbon-top-right{
	padding-top: 10px;
	padding-bottom: 10px;
	top: 0px;
    right: 0px;
    width: 100%;
    height: auto;
    position: relative;
}
.swiper-slide-special .ribbon-top-right span{
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
    width: auto;
    left: 0px;
    right: 0px;
    display: inline-block;
    top: 0px;
    position: relative;
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 4px;
}
.section#news.theservices .swiper-slide-special img{
	max-width: 150px;
	position: relative;
	top: 12px;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#news.theservices .swiper-slide h3 {
    font-size: 18px;
    margin: 10px 0px 15px 0px;
}
.section#news.theservices .swiper-slide-special h3{
	margin-top: -3px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.section#news.theservices .swiper-slide .img-content > img{
	height: 100%;
	-webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-transform: scale(1) rotate(0.001deg);
        -ms-transform: scale(1) rotate(0.001deg);
            transform: scale(1) rotate(0.001deg);
}
.section#news.theservices .swiper-container {
    padding-bottom: 90px;
}
.box-info-service{
	background: #F7F7F7;
	border-radius: 6px;
	padding: 25px 35px;
	margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    float: left;
    width: 100%;
}
.box-info-service h2{
	margin-top: 10px;
}
.collist{
	display: block;
	width: 100%;
	margin-top: 15px;
}
.divider-collist{
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d4d4d4;
    margin-top: 20px;
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
.row-list h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	line-height: 19px;
	font-size: 18px;
	color: #333333;
}
.row-list p{
	margin-bottom: 0px;
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px;
}
.row-list .itemlist{
	margin-bottom: 25px;
}
/*END SERVICES GENERAL STYLES*/


/*SERVICE: COMPREHENSIVE EXAMS*/

#comprehensive-exams{
	background-color: #00717D;
}
#menu.menucomprehensive .ul-mainmenu li a.btn-menu{
	color: #00CBBA;
}
.itm-schedule-comprehensive .btn-green{
    background-color: #00CBBA;
    border: none;
}
.section#news.comprehensive .container-comprehensive .first_div{
	background-color: #00717D;
}
.section#news.comprehensive .container-comprehensive .text-phone {
    color: #00717D;
}
.section#news.comprehensive .container-comprehensive .badge-phone i {
    color: #00CBBA;
}
.section#news.comprehensive .container-comprehensive .text-phone a{
    color: #00717D;
}
.section#news.comprehensive .container-comprehensive .btn-blue{
	background-color: #00CBBA;
    border-color: #00CBBA;
}
.section#news.comprehensive .swiper-button-next, .section#news.comprehensive .swiper-button-prev{
	border-color: #00717D;
}
.section#news.comprehensive .swiper-button-next:after, .section#news.comprehensive .swiper-button-prev:after {
    color: #00717D;
}
.section#news.comprehensive .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #00717D;
}
.col-service-box{
	background-color: #F7F7F7;
	border-radius: 6px;
	padding: 35px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.col-service-box h2{
	margin-top: 0px;
}
.col-service-box ul>li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 25px;
	line-height: 23px;
	padding-left: 0px;
}
.col-service-box ul>li:last-child{
	margin-bottom: 0px;
}
.col-service-box ul>li span{
	width: 40px;
	margin-right: 10px;
}
.col-service-box ul>li span img{
	max-width: 36px;
	/*max-height: 36px;*/
}
.col-service-box ul>li::before{
	display: none;
}
.col-price-service h2{
	margin-bottom: 0px;
	margin-top: 0px;
}
.col-price-service h3.price-service{
	margin-top: 5px;
	font-weight: 500;
	line-height: 30px;
	font-size: 24px;
	margin-bottom: 10px;
}
.col-price-service h3.color-comprehensive{
	color: #00717D;
}
.col-price-service p{
	font-weight: 400;
	font-size: 15px;
	color: #7D7D7D;
}
/*END SERVICE: COMPREHENSIVE EXAMS*/

/*SERVICE: DIAGNOSTICS*/
#diagnostics{
	background-color: #4D578F;
}
#menu.menudiagnostics .ul-mainmenu li a.btn-menu{
	color: #00CBBA;
}
.itm-schedule-diagnostics .btn-green{
    background-color: #00CBBA;
    border: none;
}
.section#news.diagnostics .container-comprehensive .first_div{
	background-color: #4D578F;
}
.section#news.diagnostics .container-comprehensive .text-phone {
    color: #4D578F;
}
.section#news.diagnostics .container-comprehensive .badge-phone i {
    color: #00CBBA;
}
.section#news.diagnostics .container-comprehensive .text-phone a{
    color: #4D578F;
}
.section#news.diagnostics .container-comprehensive .btn-blue{
	background-color: #00CBBA;
    border-color: #00CBBA;
}
.section#news.diagnostics .swiper-button-next, .section#news.diagnostics .swiper-button-prev{
	border-color: #4D578F;
}
.section#news.diagnostics .swiper-button-next:after, .section#news.diagnostics .swiper-button-prev:after {
    color: #4D578F;
}
.section#news.diagnostics .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #4D578F;
}
/*END SERVICE: DIAGNOSTICS*/

/*SERVICE: VACCINATIONS*/
#vaccinations{
	background-color: #2C8FFF;
}
#menu.menuvaccinations .ul-mainmenu li a.btn-menu{
	color: #FFA93B;
}
.itm-schedule-vaccinations .btn-green{
    background-color: #FFA93B;
    border: none;
}
.section#news.vaccinations .container-comprehensive .first_div{
	background-color: #2C8FFF;
}
.section#news.vaccinations .container-comprehensive .text-phone {
    color: #2C8FFF;
}
.section#news.vaccinations .container-comprehensive .text-phone a{
    color: #2C8FFF;
}
.section#news.vaccinations .container-comprehensive .btn-blue{
	background-color: #FFA93B;
    border-color: #FFA93B;
}
.section#news.vaccinations .container-comprehensive .badge-phone i{
	color: #FFA93B;
}
.section#news.vaccinations .swiper-button-next, .section#news.vaccinations .swiper-button-prev{
	border-color: #2C8FFF;
}
.section#news.vaccinations .swiper-button-next:after, .section#news.vaccinations .swiper-button-prev:after {
    color: #2C8FFF;
}
.section#news.vaccinations .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #2C8FFF;
}
.colprices-multiple{
	margin-top: 5px;
}
.col-price-service h3.color-vaccinations{
	color: #2C8FFF;
}
.colprices-service .core-prices{
	font-weight: 500;
	line-height: normal;
	font-size: 16px;
	color: #333333;
}
.colprices-service h2.core-price{
	display: inline-block;
	margin-right: 5px;
	font-size: 16px;
	color: #333333;
	font-weight: 500;
}
.colprices-service h3.price-service{
	display: inline-block;
	margin-right: 10px;
}
.colprices-multiple h3.price-service{
	font-size: 24px;
}
.colprices-multiple h3.price-service span{
	font-size: 15px;
	margin-left: 2px;
}
/*END SERVICE: VACCINATIONS*/

/*SERVICE: NEWPUPPY*/
#new-puppy{
	background-color: #81273E;
}
#menu.menunewpuppy .ul-mainmenu li a.btn-menu{
	color: #FF4C58;
}
.itm-schedule-newpuppy .btn-green{
    background-color: #FF4C58;
    border: none;
}
.section#news.newpuppy .container-comprehensive .first_div{
	background-color: #81273E;
}
.section#news.newpuppy .container-comprehensive .text-phone {
    color: #81273E;
}
.section#news.newpuppy .container-comprehensive .text-phone a {
    color: #81273E;
}
.section#news.dentalcare .container-comprehensive .text-phone a{
    color: #BE1990;
}
.section#news.newpuppy .container-comprehensive .btn-blue{
	background-color: #FF4C58;
    border-color: #FF4C58;
}
.section#news.newpuppy .container-comprehensive .badge-phone i{
	color: #FF4C58;
}
.section#news.newpuppy .swiper-button-next, .section#news.newpuppy .swiper-button-prev{
	border-color: #81273E;
}
.section#news.newpuppy .swiper-button-next:after, .section#news.newpuppy .swiper-button-prev:after {
    color: #81273E;
}
.section#news.newpuppy .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #81273E;
}
.col-price-service h3.color-newpuppy{
	color: #81273E;
}
.col-service-box-50 ul>li {
	display: block;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.col-service-box-50 ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.col-service-box-50 ul>li span{
	display: block;
	margin-bottom: 5px;
	height: 50px;
}
.col-service-box-euthanasia{
	margin-top: 10px;
}
.col-service-box h3{
	margin-top: 0px;
	font-size: 18px;
	color: #333333;
}
.col-service-box-50 ul>li span img{
	width: auto;
	max-width: 48px;
}
.col-price-service h3.color-euthanasia{
	color: #81273E;
}
.col-price-service h3.color-euthanasia-2{
	color: #00CBBA;
}
/*END SERVICE: NEWPUPPY*/

/*SERVICE: DETAL CARE*/
#dental-care{
	background-color: #BE1990;
}
#menu.menudentalcare .ul-mainmenu li a.btn-menu{
	color: #FFA93B;
}
.itm-schedule-dentalcare .btn-green{
    background-color: #FFA93B;
    border: none;
}
.section#news.dentalcare .container-comprehensive .first_div{
	background-color: #BE1990;
}
.section#news.dentalcare .container-comprehensive .text-phone {
    color: #BE1990;
}
.section#news.dentalcare .container-comprehensive .text-phone a{
    color: #BE1990;
}
.section#news.dentalcare .container-comprehensive .btn-blue{
	background-color: #FFA93B;
    border-color: #FFA93B;
}
.section#news.dentalcare .container-comprehensive .badge-phone i{
	color: #FFA93B;
}
.section#news.dentalcare .swiper-button-next, .section#news.dentalcare .swiper-button-prev{
	border-color: #BE1990;
}
.section#news.dentalcare .swiper-button-next:after, .section#news.dentalcare .swiper-button-prev:after {
    color: #BE1990;
}
.section#news.dentalcare .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #BE1990;
}
/*END SERVICE: DETAL CARE*/

/*SERVICE: EUTHANASIA*/
#euthanasia{
	background-color: #B669C4;
}
#menu.menueuthanasia .ul-mainmenu li a.btn-menu{
	color: #2684FF;
}
.itm-schedule-euthanasia .btn-green{
    background-color: #00CBBA;
    border: none;
}
.section#news.euthanasia .container-comprehensive .first_div{
	background-color: #B669C4;
}
.section#news.euthanasia .container-comprehensive .text-phone {
    color: #B669C4;
}
.section#news.euthanasia .container-comprehensive .text-phone a{
    color: #B669C4;
}
.section#news.euthanasia .container-comprehensive .btn-blue{
	background-color: #00CBBA;
    border-color: #00CBBA;
}
.section#news.euthanasia .container-comprehensive .badge-phone i{
	color: #00CBBA;
}
.section#news.euthanasia .container-comprehensive .badge-phone i {
    color: #00CBBA;
}
.section#news.euthanasia .swiper-button-next, .section#news.euthanasia .swiper-button-prev{
	border-color: #B669C4;
}
.section#news.euthanasia .swiper-button-next:after, .section#news.euthanasia .swiper-button-prev:after {
    color: #B669C4;
}
.section#news.euthanasia .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #B669C4;
}
/*END SERVICE: EUTHANASIA*/

/*SERVICE: TRAVEL CERTIFICATE*/
#travel-certificate{
	background-color: #FC771E;
}
#menu.menutravel .ul-mainmenu li a.btn-menu{
	color: #53599A;
}
.itm-schedule-travel .btn-green{
    background-color: #53599A;
    border: none;
}
.section#news.travel .container-comprehensive .first_div{
	background-color: #FC771E;
}
.section#news.travel .container-comprehensive .text-phone {
    color: #FC771E;
}
.section#news.travel .container-comprehensive .text-phone a{
    color: #FC771E;
}
.section#news.travel .container-comprehensive .btn-blue{
	background-color: #53599A;
    border-color: #53599A;
}
.section#news.travel .container-comprehensive .badge-phone i{
	color: #53599A;
}
.section#news.travel .swiper-button-next, .section#news.travel .swiper-button-prev{
	border-color: #FC771E;
}
.section#news.travel .swiper-button-next:after, .section#news.travel .swiper-button-prev:after {
    color: #FC771E;
}
.section#news.travel .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #FC771E;
}
.col-service-box-travel ul>li{
	padding-left: 55px;
}
.col-service-box-travel ul>li span {
    width: 55px;
    position: absolute;
    left: 0px;
}
.col-service-box-travel ul>li span img{
	width: auto;
}
.col-price-1,.col-price-2{
	margin-top: 15px;
	margin-bottom: 10px;
}

.col-price-1  h1, .col-price-2 h1{
	margin-top: 0px;
	font-size: 16px;
	color: #333333;
	line-height: 17px;
	font-weight: 500;
	margin-bottom: 5px;
}
.col-price-service h3.color-travel{
	color: #FC771E;
}
.col-price-service h3.color-travel-2{
	color: #53599A;
}
/*END SERVICE: TRAVEL CERTIFICATE*/

/*SERVICE: ADDITIONAL SERVICES*/
#additional-services{
	background-color: #346B36;
}
#menu.menuadditional .ul-mainmenu li a.btn-menu{
	color: #81DB66;
}
.itm-schedule-additional .btn-green{
    background-color: #81DB66;
    border: none;
}
.section#news.additional .container-comprehensive .first_div{
	background-color: #346B36;
}
.section#news.additional .container-comprehensive .text-phone {
    color: #346B36;
}
.section#news.additional .container-comprehensive .text-phone a{
    color: #346B36;
}
.section#news.additional .container-comprehensive .btn-blue{
	background-color: #81DB66;
    border-color: #81DB66;
}
.section#news.additional .container-comprehensive .badge-phone i{
	color: #81DB66;
}
.section#news.additional .swiper-button-next, .section#news.additional .swiper-button-prev{
	border-color: #346B36;
}
.section#news.additional .swiper-button-next:after, .section#news.additional .swiper-button-prev:after {
    color: #346B36;
}
.section#news.additional .swiper-pagination-news .swiper-pagination-bullet-active{
	background-color: #346B36;
}
/*END SERVICE: ADDITIONAL SERVICES*/


/* ABOUT US */
.main-header.about-header{
	background-image: url('../img/aboutus-catdog.svg');
	background-position: right bottom;
	background-size: auto 100%;
	background-color: #2C8FFF;
	height: 370px;
}
.main-header.about-header h1{
	text-align: left;
	color: #FFFFFF;
}
.section#about{
	text-align: left;
}
.section#about p{
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 25px;
}
.section#about img{
	margin-bottom: 25px;
}
#fetchclub.explore-services .container-fluid {
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#fetchclub.explore-services .banner-img{
	background-image: url('../img/image-exploreservices.jpg');
	height: 500px;
}
#fetchclub.explore-services .banner-text{
	background-color: #F7F7F7;
	padding: 80px 80px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}
.colbanner-about{
	width: 70%;
}
#fetchclub.explore-services h1{
	font-weight: 400;
	font-size: 32px;
	color: #333333;
}
#fetchclub.explore-services p{
	font-weight: 300;
	line-height: 23px;
	font-size: 17px;
	color: #333333;
}
#fetchclub.explore-services a{
	padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    background-color: #2C8FFF;
    border: solid 1px #2C8FFF;
    margin-top: 25px;
}
/* END ABOUT US */



/* JOIN OUR TEAM */
.main-header.header-join{
	background-image: url('../img/hero-joinourteam.jpg');
}
.section#join-team p{
	font-size: 17px;
	margin-bottom: 60px;
	line-height: 26px;
}
.section#join-team .join-team-halfs p{
	font-size: 17px;
	margin-bottom: 0px;
}
.main-header.header-join p{
	margin-bottom: 15px;
}
.col-jot .btn-blue{
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 60px;
	height: 60px;
	text-align: center;
}

.join-team-halfs .row{
	padding: 30px 0px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-align-items: center; /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.join-team-halfs .row:nth-child(even){
	text-align: left;
	padding-left: 30px;
}
.join-team-halfs .row:nth-child(odd){
	text-align: left;
	padding-right: 30px;
}
.join-team-halfs .row:nth-child(even) div:first-child{
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 2;
	order: 2;
}
.join-team-halfs .row:nth-child(even) div:last-child{
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 1;
	order: 1;
}
.join-team-halfs h2{
	font-weight: 500;
	line-height: normal;
	font-size: 18px;
	color: #2C8FFF;
	margin-top: 0px;
	margin-bottom: 15px;
}
.join-team-halfs p{
	margin-bottom: 0px;
	font-weight: 300;
	line-height: 26px;
	font-size: 17px;
	color: #333333;
}
.section#join-form{
	text-align: left;
}
.section#join-form h1{
	margin-top: 0px;
	margin-bottom: 40px;
	text-align: center;
}
.section#join-form input{
	height: 60px;
	background-color: #ffffff;
	padding-left: 15px;
	padding-right: 15px;
}
.section#join-form select{
	height: 60px;
	font-weight: 400;
	line-height: normal;
	font-size: 16px;
	padding-left: 15px;
	padding-right: 15px;
	color: #4f4f4f;
}
.section#join-form .placeholdercustom{
	color: #333333!important;
	font-weight: 300;
}
.section#join-form .select-span::after{
	top: 21px;
}
.section#join-form textarea{
	padding-top: 15px;
	min-height: 150px;
	background-color: #ffffff;
	font-size: 16px;
}
.section#join-form .btn-green{
	width: 100%;
	height: 60px;
}
/* END JOIN OUR TEAM */


/* REFERAL HOSPITALS */
.section#referal-hospitals{
	text-align: left;
	padding-bottom: 200px;
}
.col-emergency{
	padding-bottom: 50px;
}
.formemergency{
	display: none;
}
.section#referal-hospitals h1{
	margin-top: 0px;
	margin-bottom: 10px;
}
.section#referal-hospitals h1 + p{
	margin-bottom: 30px;
	font-size: 18px;
}
.section#referal-hospitals  .form-wrap{
	width: 300px;
}
.section#referal-hospitals  .form-wrap input{
	border-radius: 0px;
	float: left;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	width: 60%;
	height: 70px;
	padding-left: 15px;
}
.section#referal-hospitals  .form-wrap button{
	border-radius: 0px;
	float: left;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	width: 40%;
	height: 70px;
}
.section#referal-hospitals .row-hospitals{
	margin-top: 60px;
}
.section#referal-hospitals .row-hospitals h2{
	font-weight: 500;
	line-height: normal;
	font-size: 22px;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
}
.section#referal-hospitals .row-hospitals p{
	font-weight: 300;
	line-height: 23px;
	font-size: 17px;
	color: #333333;
	margin-bottom: 0px;
}
.section#referal-hospitals .row-hospitals h2 + p{
	padding-right: 40px;
}
.section#referal-hospitals .row-hospitals p span {
	line-height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: #81DB66;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
    color: #ffffff;
    padding: 3px 5px 3px 6px;
    width: 25px;
    height: 25px;
}
.section#referal-hospitals .row-hospitals a{
	line-height: 26px;
	font-size: 17px;
	text-align: right;
	color: #2C8FFF;
	text-decoration: none;
	outline: 0px;
    float: right;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#referal-hospitals .row-hospitals a::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    margin-left: 10px;
    position: relative;
    left: 0px;
    top: 1px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.section#referal-hospitals .row-hospitals > div{
	padding: 40px 0px;
	border-bottom: solid 1px #D4D4D4;
}
.section#referal-hospitals .phonereferrals p{
	font-weight: 400;
}
.section#referal-hospitals .phonereferrals p i{

}
/* END REFERAL HOSPITALS */

/*FETCHCLUB*/
.main-header.header-fetchclub {
    background: none;
    height: auto;
    padding: 80px 0px;
}
.main-header.header-fetchclub {
    background: none;
    height: auto;
    padding: 80px 0px;
}
.main-header.header-contact .header-content {
    width: 500px;
    margin: auto;
    padding: 0 15px;
}
#subheader-fetchclub{
	position: relative;
	overflow: hidden;
}
.row-subheadfetch{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.leftsubfetch{
	background-color: #F7F7F7;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
    height: 500px;
}
.rightsubfetch{
	overflow: hidden;
	height: 500px;
}
.rightsubfetch img{
	height: 100%;
    max-width: none;
}
.col-text-subhead h1{
	font-weight: 400;
	line-height: 32px;
	font-size: 28px;
	color: #333333;
	margin-bottom: 40px;

}
.col-text-subhead p{
	font-weight: 300;
	line-height: 27px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 0px;
}
#fcjunior{
	padding-top: 80px;
	padding-bottom: 30px;
}
.col-item-fmvjunior{
	text-align: center;
}
.item-fmvjunior{
	border: 1px solid #D4D4D4;
	border-radius: 6px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
    padding: 30px;
}
.descrip-fmvjunior{
	padding-left: 30px;
	padding-right: 30px;
	text-align: left;
}
.descrip-fmvjunior h1{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 500;
	line-height: normal;
	font-size: 30px;
	color: #162C4B;
}
.descrip-fmvjunior p{
	font-weight: 400;
	line-height: 27px;
	font-size: 20px;
	color: #7A869A;
}
#info-membership{
	padding-top: 80px;
	padding-bottom: 60px;
	position: relative;
}
.row-info-member{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.item-info-member{
	padding: 25px;
	padding-left: 25px;
	padding-right: 25px;
	height: 358px;
	border: 2px solid #2C8FFF;
	border-radius: 6px;
}
.item-info-member h1{
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 400;
	font-size: 24px;
	text-align: left;
    max-width: 135px;
    font-size: 24px;
	color: #2C8FFF;
}
.item-info-member h1 b{
	font-weight: 700;
	font-size: 36px;
}
.item-info-member p{
	text-align: left;
	font-weight: 400;
	line-height: 23px;
	font-size: 17px;
	color: #333333;
	margin-bottom: 0px;
}

.ul-fetchclub li{
	width: 100%;
	position: relative;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
    margin-bottom: 30px;
}
.img-fc-li{
	float: left;
}
.img-fc-li img{
	max-width: 48px;
}
.descr-fc-li{
	float: left;
	padding-left: 25px;
}
.descr-fc-li h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
	color: #01173C;
}
.descr-fc-li p{
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
	font-size: 16px;
	color: #333333;
}
.col-plan-right{
	text-align: center;
	padding-bottom: 40px;
}
.col-plan-right h1{
	font-family: Roboto;
	font-weight: 500;
	font-size: 34px;
	text-align: center;
	color: #333333;
}
.tab-content .tab-pane {
    display: none;
}
.tab-content .tab-pane.active {
    display: block;
}
.ul-fc-tab{
	text-align: center;
	margin-bottom: 45px;
}
.ul-fc-tab li{
	display: inline-block;
	margin-right: 15px;
}
.ul-fc-tab li:last-child{
	margin-right: 0px;
}
.ul-fc-tab li a.btn-blue{
	height: 60px;
    border: solid 1px #2C8FFF;
    background-color: #FFF;
    color: #2C8FFF;
    float: left;
    line-height: 60px;
    width: 160px;
}
.ul-fc-tab li.active a.btn-blue {
    background-color: #2C8FFF;
    color: #FFF;
}

.badge-price{
	font-weight: 500;
	line-height: 56px;
	font-size: 30px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	float: left;
	width: 100%;
	height: 55px;
	text-align: center;
	color: #fff;
	background-color: #81DB66;
	border-radius: 4px;
}
.col-member-content{
	height: 100%;
}
#comparison-chart{
	padding-top: 0px;
	padding-bottom: 50px;
}
.col-title-comparison{
	text-align: center;
	padding-bottom: 50px;
}
table.junior thead th.thall{
	display: none;
}
table.junior tbody td.tdall{
	display: none;
}
table.all thead th.thjunior{
	display: none;
}
table.all tbody td.tdjunior{
	display: none;
}
.noelegible-pricing{
	padding-top: 10px;
}
.noelegible-pricing p{
	font-size: 16px;
}
.badge-pricemonth{
	background: #FFFFFF;
	border-radius: 5px;
	text-align: center;
	font-weight: 500;
	line-height: 21px;
	font-size: 20px;
	color: #2C8FFF;
	padding: 7px;
    width: 104px;
    display: block;
    margin: 0 auto;
}
.unit-price{
	display: block;
	text-align: center;
}
.let-month{
	display: block;
	text-align: center;
}
.compare-button {
    height: 60px;
    border: solid 1px #2C8FFF;
    background-color: #FFF;
    color: #2C8FFF;
    float: left;
    line-height: 60px;
    width: 160px;
    margin: 0 auto;
    float: none;
    margin-top: 40px;
    font-weight: 600;
    border-radius: 4px;
}
#addons{
	padding-top: 0px;
	padding-bottom: 80px;
}
.col-title-addons{
	text-align: center;
}
.col-title-addons h1{
	font-weight: 400;
	font-size: 32px;
	color: #333333;
	margin-bottom: 15px;
}
.col-title-addons p{
	font-weight: 300;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	color: #333333;
	max-width: 500px;
    display: inline-block;
}
ul.list-addons{
	width: 100%;
	float: left;
	position: relative;
	margin-top: 70px;
}
ul.list-addons li{
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	min-height: 140px;
    margin-bottom: 10px;
}
.item-addon{
	float: left;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.item-addon h2{
	margin-top: 15px;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 17px;
	text-align: center;
	color: #333333;
}
.right-learnmore{
	background-color: #fff;
}
.right-learnmore .col-text-subhead h1 {
    margin-bottom: 10px;
}
.right-learnmore .col-text-subhead p{
    margin-bottom: 30px;
}
.right-learnmore .form-group{
	margin-bottom: 15px;
}
.right-learnmore select{
	height: 60px;
	color: #4f4f4f;
    font-weight: 400;
    font-size: 16px;
}
.right-learnmore select.placeholdercustom{
	color: #4f4f4f !important;
	font-weight: 300;
	opacity: 1 !important;
}
.right-learnmore .select-span::after {
    top: 22px;
}
.col-text-subheadlearn{
	max-width: 380px;
}
.col-text-subheadlearn .btn-green{
	width: 100%;
	height: 60px;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
}
.learnmore-phone .badge-phone {
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
}
.learnmore-phone .text-phone {
    color: #2C8FFF;
    font-size: 18px;
}
.learnmore-phone a.text-phone {
    color: #2C8FFF;
    font-size: 20px;
}
.learnmore-phone .phoneheader{
	padding-top: 20px;
}
.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #A97D25;
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #F1BA4E;
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.1);
          box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Roboto', serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-align: center;
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
/*END FETCHCLUB*/

/*SPECIAL CARE BUNDLE*/
.main-header.header-specialcare{
    background-image: url(../img/services/hero-specialcare.jpg);
}
.tag-limited{
	background-image: url(../img/services/limited-label.svg);
	color: #fff;
	font-weight: 600;
	font-size: 18px;
    width: 223px;
    height: 43px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
    line-height: 43px;
}
#subscribe-specialcare{
	background: none;
    position: absolute;
    width: 100%;
    margin-top: -70px;

}
.container-specialcare{
	position: relative;
	z-index: 9;
}
#subscribe-specialcare .internal-section-schedule{
	padding-top: 0px;
	padding-bottom: 0px;
	background: none;
}
#subscribe-specialcare .container-specialcare .first_div  {
    background-color: #2C8FFF;
    padding: 25px 45px;
    text-align: center;
    border-radius: 6px;
    -webkit-box-shadow: 0px 9px 27px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 9px 27px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 9px 27px rgba(0, 0, 0, 0.05);
    position: relative;
}
#subscribe-specialcare .container-specialcare .btn-blue {
    background-color: #FFA93B;
    border-color: #FFA93B;
}
.colgift .gift{
	max-width: 230px;
    position: absolute;
    right: -148px;
    top: -115px;
	z-index: 99;
}
#special-include{
	background-color: #F4F4F4;
	background-image: url(../img/services/bg-pet-special.svg);
	display: block;
	padding-top: 130px;
	height: auto;
	padding-bottom: 120px;
}
.col-special-include{
	text-align: center;
}
.col-special-include h1{
	margin-top: 0px;
	font-family: Roboto;
	line-height: 32px;
	font-size: 32px;
	color: #333333;
}
.include-ul{
	padding-left: 0px;
	padding-top: 25px;
}
ul.include-ul li{
	list-style-type: none;
	float: left;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}
ul.include-ul .header-include{
	height: 75px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 10px;
}
ul.include-ul .header-ul-includie img{
	display: inline-block;
}
ul.include-ul .body-include{
	text-align: center;
}
ul.include-ul .body-include p{
	display: block;
	font-weight: 400;
	line-height: 17px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 0px;
}
.section#news.theservices.specialcare{
	padding-top: 60px;
}
.row-perfect-bundle{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex; /* Safari 6.1+ */
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.leftbundle{
	background-color: #F7F7F7;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
    height: 500px;
}
.rightbundle{
	overflow: hidden;
	height: 500px;
	z-index: 9;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}
.leftbundle img{
    max-width: none;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
}
.col-bundle-perfect{
	margin-left: 5%;
}
.col-bundle-perfect h1{
	margin-top: 0px;
	line-height: 32px;
	font-size: 32px;
	color: #333333;
}
.bundle-perfect{
	padding-top: 20px;
}
.bundle-perfect li{
	font-family: Roboto;
	font-weight: 300;
	line-height: 21px;
	font-size: 17px;
	color: #333333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-align-items: center;
	margin-bottom: 30px;
}
.bundle-perfect li:last-child{
	margin-bottom: 0px;
}
.bundle-perfect li img{
	margin-right: 20px;
}
#subscribe-specialcare.intenalspecialcare{
	position: relative;
	margin-top: 0px;
	padding-top: 90px;
	padding-bottom: 100px;
}
#subscribe-specialcare .phoneheader {
    padding-top: 25px;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}

#subscribe-specialcare .container-specialcare .text-phone {
    color: #2C8FFF;
}
#subscribe-specialcare .container-specialcare .badge-phone {
    -webkit-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.14);
}
#subscribe-specialcare .container-specialcare .badge-phone i {
    color: #FFA93B;
}
#subscribe-specialcare.intenalspecialcare .container-specialcare{
	padding-top: 25px;
}
.rowspecial{
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 30px;
	padding-right: 30px;
}
.col-img-bundlesubscribe{
	text-align: center;
	margin-top: -100px;
}
.col-img-bundlesubscribe img{
	display: inline-block;
	max-width: 290px;
}
#special-wrapper canvas{
	position: fixed;
	width: 100%;
	left: 0px;
	top: 0px;
	height: 100%;
	z-index: 9;
}
.swiper-container-special{
	z-index: 9;
}
.main-header.header-vets .colheaderinfo-special{
	padding-right: 115px;
}
/*END SPECIAL CARE BUNDLE */

/*DROPDOWN MENU*/
div.dropdown-content .services_meganenu{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	width: 100%;
	position: relative;
	text-align: left;
	padding-top: 37px;
	padding-bottom: 10px;
	margin-top: -17px;
	font-weight: 500;
	font-size: 17px;
	color: #333333;
	padding-left: 25px;
    padding-right: 25px;
}
div.dropdown-content .services_meganenu img{
	margin-right: 8px;
}
div.dropdown-content .services_meganenu:first-child:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 17px;
    margin-left: 5px;
    left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 8px solid transparent;
    border-color: transparent transparent #FFF #FFF;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 2px 2px -1px rgba(0, 0, 0, 0.2);
}
.content-other-services ul li:first-child:before{
	display: none;
}
ul.services_list_megamenu{
	padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 10px;
    column-gap: 10px;
}
#menu.relativemenu .content-other-services ul li, #menu.absolutemenu .content-other-services ul li{
	margin-top: 0px !important;
}
.content-other-services .special_services li, .content-other-services .special_services li{
	width: 50% !important;
}

#menu.relativemenu div.dropdown-content, #menu.absolutemenu div.dropdown-content{
	padding: 0px;
	padding-top: 0px;
	margin: 0px;
	position: absolute;
	width: 465px;
    height: auto;
    left: -188px;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    top: 200%;
    visibility:hidden;
    opacity:0;
    -webkit-transition:visibility 0.3s linear,opacity 0.3s linear;
    -o-transition:visibility 0.3s linear,opacity 0.3s linear;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}
#menu.relativemenu div.dropdown-content li, #menu.absolutemenu div.dropdown-content li{
	position: relative;
	width: 100%;
	float: left;
	display: block;
	margin-bottom: 0px;
    text-align: left;
    margin-right: 0px;
    opacity: 1;
}

#menu.relativemenu div.dropdown-content .special_services li a, #menu.absolutemenu div.dropdown-content .special_services li a{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-weight: 500;
}
div.dropdown-content .special_services li a span:before{
	display: none;
}
#menu.relativemenu div.dropdown-content li:last-child, #menu.absolutemenu div.dropdown-content li:last-child{
	border-bottom: none;
}
#menu.relativemenu div.dropdown-content li a, #menu.absolutemenu div.dropdown-content li a{
	width: 100%;
	display: block;
	padding: 8px 0px;
}
#menu.relativemenu div.dropdown-content li span, #menu.absolutemenu div.dropdown-content li span{
	line-height: 17px;
	font-size: 17px;
	font-size: 15px;
	color: #666666;
	display: inline-block;
	line-height: 21px;
	padding-right: 10px;
}
div.dropdown-content li a span:before{
	content: "";
	position: relative;
	display: inline-block;
	background: #2C8FFF !important;
	width: 9px;
	height: 9px;
	margin-right: 10px;
	border-radius: 50%;
	top: -1px;
}
#menu.relativemenu div.dropdown-content li a, #menu.absolutemenu div.dropdown-content li a{ 
	color: #666;
	opacity: 1;
	font-weight: 400;
}


div.dropdown-content li.comprehensive-limenu a span:before{
	background: #00CBBA;
}
div.dropdown-content li.diagnostics-limenu a span:before{
	background: #4D578F;
}
div.dropdown-content li.vaccinations-limenu a span:before{
	background: #2C8FFF;
}
div.dropdown-content li.newpuppy-limenu a span:before{
	background: #81273E;
}
div.dropdown-content li.dentalcare-limenu a span:before{
	background: #BE1990;
}
div.dropdown-content li.euthanasia-limenu a span:before{
	background: #B669C4;
}
div.dropdown-content li.travel-limenu a span:before{
	background: #FC771E;
}
div.dropdown-content li.additional-limenu a span:before{
	background: #346B36;
}

.content-other-services{
	background-color: #F4F4F4;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 25px;
    padding-right: 25px;
    position: relative;
    display: block;
    float: left;
    width: 100%;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.content-other-services h2{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 500;
    font-size: 17px;
    line-height: normal;
    color: #333333;
    text-align: left;
}
ul.special_services li a img{
	margin-right: 8px;
}
/*END DROPDOWN MENU */

/* ONLINE STORE */
.section#online-store{
	position: relative;
	text-align: left;
	padding-bottom: 200px;
}
.col-onlinestore-top{
	text-align: center;
	padding-bottom: 80px;
}
.col-onlinestore-top h1{
	font-family: 'Roboto', serif;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 38px;
	font-size: 36px;
	color: #333333;
}
.col-onlinestore-top p{
	margin-bottom: 0px;
	font-weight: 300;
	line-height: 24px;
	font-size: 18px;
	color: #333333;
}
.row-onlinestore{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.item-onlinestore{
	float: left;
	padding: 45px;
	border: solid 1px #d4d4d4;
	width: 370px;
	margin-right: 25px;
	-webkit-box-shadow: 0px 0px 15px rgba(212, 212, 212, 0.21);
	        box-shadow: 0px 0px 15px rgba(212, 212, 212, 0.21);
	border-radius: 9px;
}
.row-onlinestore .item-onlinestore:last-child{
	margin-right: 0px;
}
.item-onlinestore{
	text-align: center;
}
.img-top-onlinestore{
	height: 90px;
}
.img-top-onlinestore img{
	max-height: 70px;
}
.body-item-onlinestore p{
	font-weight: 300;
	line-height: 21px;
	font-size: 16px;
	text-align: center;
	color: #333333;
}
.body-item-onlinestore .btn{
	margin-top: 40px;
	width: 100%;
	display: block;
	height: 60px;
	line-height: 60px;
}
.body-item-onlinestore h2{
	font-weight: 500;
	line-height: normal;
	font-size: 22px;
	text-align: center;
	color: #2C8FFF;
	margin-top: 15px;
    margin-bottom: 15px;
}
/* END ONLINE STORE */

/*REFERRAL PROGRAM*/
.main-header.header-referral-program{
	background-image: url('../img/referral/hero-referral-program.jpg');
}
.main-header.header-referral-program h1{
	color: #fff;
}
.main-header.header-referral-program p{
	padding-right: 70px;
	color: #fff;
}
.col-left-ref-program{
	text-align: center;
	position: static;
}
.col-left-ref-program img{
	margin-bottom: 15px;
	max-width: 95px;
}
.col-left-ref-program h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	line-height: 27px;
	font-size: 36px;
	text-align: center;
	color: #333333;
}
.col-left-ref-program h2.blue{
	color: #2C8FFF;
}
img.img-program{
	position: absolute;
    top: 50%;
    left: 0px;
    width: 41%;
    max-width: none;
}
.col-left-ref-program p{
	font-weight: 300;
	line-height: 26px;
	font-size: 17px;
	color: #333333;
	text-align: left;
}
.underline-ref{
	display: inline-block;
	margin-bottom: 25px;
}
.underline-ref img{
	margin-bottom: 0px
}
.col-right-ref-program{
	text-align: left;
}
.col-right-ref-program h2{
	margin-top: 0px;
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 24px;
	text-align: center;
	color: #333333;
}
.fill-form-ref-program{
	margin-top: 50px;
	padding-right: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: relative;
}
.fill-form-ref-program h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 34px;
	line-height: 40px;
	color: #2C8FFF;
	text-align: left;
}
.fill-form-ref-program img{
	position: absolute;
	right: 0px;
}
.col-right-ref-program select{
	height: 60px;
	font-size: 16px;
	color: #4f4f4f;
}
.col-right-ref-program select.placeholdercustom{
	color: #4f4f4f !important;
    font-weight: 300;
}
.col-right-ref-program .form-group{
	margin-bottom: 25px;
}
.col-right-ref-program .select-span::after {
    top: 23px;
    color: #2C8FFF;
}
.col-right-ref-program .btn-green{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 59px;
}
.col-right-ref-program ul{
	margin-top: 30px;
	padding-left: 0px;
}
.col-right-ref-program ul li{
	display: block;
	position: relative;
	padding-left: 0px;
	margin-bottom: 13px;
}
.col-right-ref-program ul li span{
	font-weight: 300;
	line-height: 23px;
	font-size: 15px;
	color: rgba(51, 51, 51, 0.6);
	padding-left: 15px;
	position: relative;
}
.col-right-ref-program ul li span:before{
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #2C8FFF;
	position: absolute;
	left: 0px;
	top: 6px;
	content: "";
	display: inline-block;
}
.col-right-ref-program ul li span b{
	font-weight: 500;
	color: #333;
}
.col-error-referral{
	text-align: center;
	margin-bottom: 20px;
    text-align: center;
    margin-top: -5px;
}
.header-referral-thanks{
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	width: 100%;
}
.colheaderinfo-thanks{
	text-align: center;
}
.colheaderinfo-thanks h1{
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 50px;
	color: #666666;
	
}
.colheaderinfo-thanks h2.blue{
	margin-top: 0px;
	margin-bottom: 15px;
	font-family: 'Gochi Hand', cursive;
	font-size: 68px;
	color: #2C8FFF;
}
.col-left-thanks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.col-right-thanks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
.col-right-thanks h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	line-height: 32px;
	font-size: 24px;
	color: #333333;
}
.col-right-thanks span.blue{
	color: #2C8FFF;
}
.col-left-thanks img{
	position: relative;
	top: 5px;
	margin-right: 25px;
	float: left;
}
.col-left-thanks p{
	line-height: 27px;
	font-size: 18px;
	color: #333333;
}
.description-thanks{
	padding-top: 50px;
	padding-bottom: 100px;
}
.callus-thanks{
	background-color: #2C8FFF;
	padding-top: 8px;
	padding-bottom: 8px;
}
.col-phone-thanks{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.col-phone-thanks .phoneheader{
	padding-top: 0px;
}
.col-phone-thanks h2{
	color: #fff;
	font-weight: 500;
	line-height: 28px;
	font-size: 24px;
	margin-right: 20px;
}
.col-phone-thanks .badge-phone i{
	color: #fff;
}
.col-phone-thanks .badge-phone{
	background-color: #81DB66;
}
.col-phone-thanks .text-phone a{
	font-size: 24px;
}
.col-right-grooming-schedule .phoneheader{
	padding: 15px;
	background-color: #81DB66;
	border-radius: 6px;
}
/*END REFERRAL PROGRAM */


/*GROOMING SERVICE*/
#grooming-difference{
	position: relative;
	padding-top: 140px;
	padding-bottom: 140px;
}
.main-header.header-grooming{
	background-image: url('../img/services/hero-grooming.jpg');
}
.main-header.header-grooming h1{
	color: #fff;
}
.main-header.header-grooming p{
	padding-right: 110px;
	color: #fff;
}
.main-header.header-grooming .phoneheader{
	background-color: #2C8FFF;
	border-radius: 6px;
	padding: 15px;
	width: 90%;
}
ul.check-list{
	padding: 0px;
	margin: 0px;
}
ul.check-list li{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 50%;
	margin-bottom: 30px;
	list-style-type: none;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.img-checklist{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #81DB66;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 10px;
	position: relative;
    top: 2px;
}
.text-checklist{
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
	width: 85%;
}
.col-difference-grooming h2{
	margin-top: 0px;
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 32px;
	line-height: 34px;
	color: #333333;
}
.col-img-difference{
	position: absolute;
	left: 0px;
	top: 14%;
	padding-left: 0px;
}
#gromming-hiw{
	position: relative;
	padding-top: 0px;
	padding-bottom: 100px;
	background-image: url(../img/services/grooming-hiw.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    min-height: 580px;
    background-position: bottom;
}
.colstep-hiw{
	text-align: center;
}
.col-grooming-hiw{

}
.col-grooming-hiw h2{
	margin-top: 0px;
	margin-bottom: 60px;
	font-weight: 500;
	font-size: 32px;
	line-height: 34px;
	text-align: center;
	color: #333333;
}
.circle-hiw{
	width: 39px;
	height: 39px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #2C8FFF;
	color: #2C8FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 500;
	font-size: 20px;
	color: #2C8FFF;
	margin: 0 auto;
}
.step-hiw{
	padding-top: 15px;
	text-align: center;
}
.step-hiw h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #01173C;
}
.step-hiw p{
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 0px;
}
.circle-hiw{
	position: relative;
}
.circle-hiw-after::after{
	content: "";
	position: absolute;
	width: 305px;
    height: 2px;
    background-color: #D4D4D4;
    display: block;
    left: 165%;
}
#grooming-athome{
	position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
}
.col-title-athome{
	text-align: center;
}
.col-title-athome h2{
	margin-top: 0px;
	margin-bottom: 25px;
	font-weight: 500;
	font-size: 32px;
	color: #333333;
}
ul.list-addons-grooming li{
	width: 16.6%;
	padding-left: 8px;
    padding-right: 8px;
}
.item-addon-grooming{
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
}
.item-addon-grooming h2{
	margin-top: 0px;
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	text-transform: capitalize;
}
.img-contain{
	float: left;
	width: 100%;
	min-height: 80px;
}
#grooming-scheduling{
	position: relative;
	height: 260px;
	background-color: #2C8FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.col-left-trainer-schedule h2 .under_line{
	font-weight: 500;
}
.col-left-grooming-schedule{

}
.col-left-grooming-schedule h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 400;
	font-size: 32px;
	line-height: 35px;
	color: #FFFFFF;
	padding-right: 120px;
}
.col-right-grooming-schedule .phoneheader .text-phone{
	font-size: 20px;
}
/* END GROOMING SERVICE*/

/* GROOMING SERVICE TMP*/
.main-header.header-grooming{
	background-image: url('../img/services/hero-grooming-tmp.jpg');
}
.main-header.header-grooming.header-grooming-tmp p {
    padding-right: 0px;
}
.main-header.header-vets .colheaderinfo.colheaderinfo-tmp{
	padding-left: 0px;
    padding-right: 0px;
	text-align: center;
}
.inputschedule.groominginput .emailsch{
	width: 70%;
	border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-bottom: 0px;
}
.inputschedule.groominginput input, .inputschedule .btn-green {
    height: 70px;
    float: left;
    width: 30%;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 17px;
    font-weight: 400;
}
.groominginput{
	padding: 20px !important;
	background: #2C8FFF !important;
	box-shadow: 0px 9px 27px rgba(0, 0, 0, 0.05) !important;
	border-radius: 6px !important;
	display: block !important;
}
.main-header.header-grooming.header-grooming-tmp h3 {
    position: relative;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 24px;
	line-height: 28px;
	color: #FFFFFF;
	font-weight: 400;
	display: inline-block;
	max-width: 75%;
	margin-left: 15px;
}
.main-header.header-grooming.header-grooming-tmp h3:before{
	position: absolute;
	left: -27px;
	top: 3px;
	content: "";
	background-size: 100%;
	background-image: url('../img/services/grooming/icons/icon-toparrow.svg');
	background-repeat: no-repeat;
	display: inline-block;
	width: 26px;
	height: 23px;
}
.col-launch{
	text-align: center;
}
.container-specialcare.container-tmp{
	margin-bottom: 20px;
	display: block !important;
}
/* END GROOMING SERVICE TMP*/

/*TRAINING SERVICE*/
.main-header.header-training{
	background-image: url('../img/services/training/hero-training.jpg');
}
.main-header.header-training .phoneheader {
    background-color: #81DB66;
}
.blue-bar.trainingbar{
	background-color: #2C8FFF;
	height: 75px;
    padding-top: 18px;
    padding-bottom: 18px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
}
.col-blue-bar{
	text-align: center;

}
.col-blue-bar h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Roboto;
	font-weight: 500;
	font-size: 25px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
}
.under_line{
	position: relative;
}
.under_line:after{
	position: absolute;
	bottom: -10px;
    left: -10px;
    content: " ";
    width: 80px;
	height: 10px;
	background-size: 100%;
	background-image: url('../img/services/training/line-green.svg');
	background-repeat: no-repeat;
}
.main-header.header-training .colheaderinfo {
    padding-right: 75px;
    margin-top: -85px;
}
#training-difference{
	padding-top: 100px;
	padding-bottom: 40px;
}
ul.check-list-training li{
	width: 25%;
}

ul.check-list-training li .img-checklist{
	display: inline-block;
	background: none;
    width: auto;
    height: 65px;
    margin-right: 0px;
}

ul.check-list-training li .text-checklist {
    width: 100%;
    text-align: center;
}
.col-title-training-difference{
	padding-bottom: 60px;
	text-align: center;
}
.col-title-training-difference h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	color: #333333;
}
#training-hiw{
	position: relative;
	padding-top: 50px;
	padding-bottom: 100px;
	background-image: url(../img/services/training/bg-hiw-training.jpg);
	background-size: cover;
    background-repeat: no-repeat;
    min-height: 700px;
    background-position: bottom;
}
#training-services{
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.ul-training-tab{
	padding: 0px;
	margin: 0px;
}
.ul-training-tab li{
	display: block;
	list-style-type: none;
	width: 100%;
    float: left;
    position: relative;
}
.ul-training-tab li a{
	width: 100%;
	float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #D4D4D4;
    font-size: 18px;
	line-height: 23px;
	color: rgba(51, 51, 51, 0.6);
	position: relative;
}
.tabtraining{
	padding-left: 50px;
}
.ul-training-tab li.active a{
	color: #2C8FFF;
	opacity: 1;
}
.ul-training-tab li .text{
	
}
.ul-training-tab li .theicon{
	width: 75px;
}
.ul-training-tab li .arrow{
	position: absolute;
	right: 0px;
}
.ul-training-tab li.active .arrow{
	color: #2C8FFF;
}
.ul-training-tab li .theicon img{
	display: inline-block;
	max-width: 46px;
}
.ul-training-tab li .theicon.big img{
	display: inline-block;
	max-width: 53px;
}
.ul-training-tab li .theicon img.blue{
	display: none;
}
.ul-training-tab li.active .theicon img{
	display: none;
}
.ul-training-tab li.active .theicon img.blue{
	display: inline-block;
}
.col-title-hiw-training{
	margin-bottom: 80px;
}
.cardtraining{

}
.cardtraining p{
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	color: #333333;
}
.cardtraining h2{
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
}
.cardtraining ul{
	padding-top: 10px;
	padding-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.cardtraining ul li{
	list-style-type: none;
	display: block;
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.cardtraining ul li .text{
	font-weight: 300;
	font-size: 17px;
	line-height: 17px;
	color: #333333;
}
.cardtraining ul li .img-checklist{
	top: 1px;
	height: auto;
    margin-right: 10px;
}
#training_tab-accordion h2{
	font-weight: 400;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 25px;
	color: #333333;
}
#training_tab-accordion p{
	margin-bottom: 20px;
	font-weight: 300;
	font-size: 17px;
	line-height: 25px;
	color: #333333;
}
#training_tab-accordion ul{
	padding-top: 10px;
	padding-left: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
#training_tab-accordion ul li{
	list-style-type: none;
	display: block;
	width: 100%;
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 20px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
#training_tab-accordion ul li .text{
	font-weight: 300;
	font-size: 17px;
	line-height: 17px;
	color: #333333;
}
#training_tab-accordion ul li .img-checklist{
	top: 1px;
	height: auto;
    margin-right: 10px;
}
#training_tab-accordion .panel-title{
	margin-top: 0px;
	margin-bottom: 0px;
}
.link-trainer-tab{
	width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 23px;
    color: rgba(51, 51, 51, 0.6);
    position: relative;
    font-weight: 400;
}
.link-trainer-tab .theicon{
	width: 65px;
}
.link-trainer-tab .theicon img{
	display: none;
	max-width: 45px;
}
.link-trainer-tab .theicon.big img{
	max-width: 50px;
}
.link-trainer-tab .theicon img.blue{
	display: inline-block;
}

.link-trainer-tab.collapsed .theicon img{
	display: inline-block;
}
.link-trainer-tab.collapsed .theicon img.blue{
	display: none;
}
.link-trainer-tab.js-tabcollapse-panel-heading.collapsed .text{
	color: rgba(51, 51, 51, 0.6);
}
.link-trainer-tab.js-tabcollapse-panel-heading span.text{
	color: #2C8FFF;
	opacity: 1;	
}
#training-services .panel-default{
	border-bottom: solid 1px #D4D4D4;
}
#training-services .panel-body{
	padding-bottom: 15px;
}
#training-services .panel-body h2{
	display: none;
}
.col-left-trainer-schedule h2{
	padding-right: 60px;
}
.col-left-trainer-schedule .under_line:after {
    left: 1px;
}
/* END TRAINING SERVICE*/

/* NETWORK TRAINERS */
#trainer-network{
	padding-top: 90px;
	padding-bottom: 110px;
	position: relative;
	background-color: #F4F4F4;
}
.col-network-training-title{
	margin-bottom: 60px;
}
section#trainer-network .swiper-slide {
    height: auto;
    text-align: left;
}
section#trainer-network .swiper-wrapper {
    height: auto;
}
section#trainer-network .images-vet {
    overflow: hidden;
    position: relative;
    display: inline-block;
}
section#trainer-network .images-vet img {
    width: 100%;
}
section#trainer-network .link-vet{
	border: none;
}
section#trainer-network .link-vet .head-item-vet {
    padding: 0 15px;
    border: solid 1px #d4d4d4;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
section#trainer-network .link-vet .head-item-vet p{
	line-height: 21px;
	margin-bottom: 20px;
}
section#trainer-network .link-vet .head-item-vet p.educan{
	margin-bottom: 0px;
}

/* END NETWORK TRAINERS*/

/* HOW IT WORKS */
.main-header.header-hiw{
	background-image: url(../img/hiw/bg-header.jpg);
}
.main-header.header-hiw .colheaderinfo{
	text-align: center;
	padding-right: 15px;
}
.coldeaderhiw a{
	display: inline-block;
}
#headerPopup{
	text-align: center;
	width: 700px;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}
#headerPopup iframe{
  width: 700px;
  max-width: 100%;
  margin:0 auto;
}
#headerPopup .mfp-close{
	color: #fff;
	top: -25px;
    right: 0px;
    padding-right: 0px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 28px;
}
#hiw-steps{
	position: relative;
	padding-top: 100px;
	padding-bottom: 60px;
	overflow: hidden;
}
.circle-step{
	width: 470px;
	height: 470px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
}
.step1 .circle-step{
	background-color: #EEF5FB;
	top: -5px;
	left: -40%;
}
.step2 .circle-step{
	background-color: #E6F7E1;
	top: -5px;
	right: -40%;
}
.step3 .circle-step{
	background-color: #FFF8F5;
	top: -5px;
	left: -40%;
}

.row-hiw-steps{
	display: flex;
	flex-wrap: wrap;
}
.stepimg{
	display: flex;
	align-items: center;
}
.stepimg img{
	z-index: 9;
}
.imgstep img{
	width: 100%;
}
.stepinfo{
	display: flex;
	align-items: center;
	min-height: 450px;
}
.stepinfo h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 35px;
	line-height: 45px;
	color: #21253D;
}
.stepinfo p{
	font-weight: 300;
	font-size: 20px;
	line-height: 27px;
	color: #333333;
	margin-bottom: 15px;
}
.stepinfo .btn-blue{
	line-height: 50px;
    display: inline-block;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
.stepinfo .btn-blue{
	
}
.number-steps{
	position: absolute;
	left: 48%;
	top: 19%;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.badge-hiw{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #81DB66;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 400px;
    position: relative;
}
.badge-hiw:after{
	content: "";
	height: 400px;
	background-color: #81DB66;
	width: 1px;
	position: absolute;
    top: 100%;
}
.number-steps .badge-hiw:last-child:after{
	display: none;
}
.line-next-step{
	display: none;
}
.stepinfo .badge-hiw{
	display: none;
}
.title-hiwsection{
	display: none;
}
.title-hiwsection h2{
	margin-top: 0px;
	margin-bottom: 35px;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #21253D;
}
#hiw-benefits{
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
}
.col-title-benefits{

}
.col-title-benefits h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	text-align: center;
	color: #333333;
}
.col-list-benefits{
	padding-top: 30px;
}
ul.list-addons-benefits{
	text-align: center;
	display: flex;
    justify-content: center;
}
ul.list-addons-benefits li {
    width: 16.6%;
    padding-left: 8px;
    padding-right: 8px;
}
#hiw-faq{
	padding-top: 90px;
    padding-bottom: 110px;
	background-color: #F6F6F6;
}
#hiw-faq #faq{
	padding-top: 0px;
	padding-bottom: 0px;
}
.col-title-hiwfaq h2{
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 20px;
}
.ul-training-tab.tabhiw li{
	position: relative;
}
.ul-training-tab.tabhiw li a{
	font-weight: 500;
	font-size: 35px;
	line-height: 35px;
	color: #C4C4C4;
}
.ul-training-tab.tabhiw li.active a{
	    color: #2C8FFF;
}
.cardtraining-hiw ul{
	padding-left: 0px;
}
.cardtraining-hiw ul li .text{
	font-weight: 400;
}
.cardtraining-hiw ul li:before{
	width: 6px;
	height: 6px;
	display: inline-block;
	background-color: #2C8FFF;
	content: "";
	border-radius: 50%;
	margin-right: 8px;
}
.cardtraining-hiw ul li .text:after{
	content: "";
	background-size: 100%;
	background-image: url('../img/hiw/icon-externallink.svg');
	background-repeat: no-repeat;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	margin-left: 8px;
}
.cardtraining-hiw hr{
	height: 1px;
	color: #D4D4D4;
	background-color: #D4D4D4;
	border: none;
	margin-bottom: 15px;
	margin-top: 0px;
}
.tabtraining-hiw{
	padding-top: 30px;
}
.tabtraining-hiw .btn-blue{
	line-height: 50px;
    display: inline-block;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
#hiw-grooming-collapse a.btn-blue, #hiw-training-collapse a.btn-blue{
	line-height: 50px;
    display: inline-block;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}
#faq.hiwfaq a.btn-blue{
	margin-top: 30px;
	line-height: 50px;
    display: inline-block;
    height: 50px;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}
/* END HOW IT WORKS */

/*LOCATIONS */

.main-header.header-miami{
	background: url('../img/locations/miami/hero-miami.jpg') no-repeat;
}

.main-header.header-location h1{
	color: #fff;
}
.main-header.header-location p{
	color: #fff;
	width: 380px;
    max-width: 100%;
    padding-right: 0px;
}
#articles-fmv{
	position: relative;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #ccc;
}
div:focus{
	outline: none;
}
.row-news-locations{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.row-news-locations .col{
	float: left;
}
.row-news-locations .col-title-news-location{
	margin-right: 0px;
	padding-right: 0px;
}
.col-title-news-location h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	text-align: right;
	color: #666666;
}
.slider-news-location{
	margin-bottom: 0px;
}
.slider-news-location .slick-track{
	display: flex;
	align-items: center;
}
.item-new-location{
	margin: 10px;
}
.container-fluid-map{
	padding-left: 0px;
	padding-right: 0px;
}
#service-area{
	position: relative;
	padding-top: 70px;
	padding-bottom: 0px;
}
.col-title-service-area{
	padding-bottom: 80px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}
.col-title-service-area h2{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.col-title-service-area p{
	font-weight: 300;
	font-size: 20px;
	line-height: 134%;
	text-align: center;
	color: #333333;
	margin-bottom: 0px;
}
.container-fluid-map iframe{
	width: 100%;
	height: 400px;
}
#how-it-works-location{
	position: relative;
	padding-top: 80px;
	padding-bottom: 50px;
	background: linear-gradient(180deg, #EEF5FB 25.59%, rgba(238, 245, 251, 0) 104%);	
}
.coltitle-hiw-location{
	text-align: center;
	padding-bottom: 20px;
}
.item-hiw-location{
	margin-bottom: 40px;
}
.coltitle-hiw-location h2{
	margin-top: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.content-how{
	margin-top: -30px;
	text-align: center;
}
.content-how h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #01173C;
}
.content-how p{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #333333;
	margin-bottom: 0px;
}
.stephiw{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 28px;
	color: #FFFFFF;
	position: absolute;
	top: 15px;
	right: 22%;
	background-color: #2C8FFF;
}
.col-watch-hiw{
	padding-top: 50px;
	padding-bottom: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pophiw.poplocation{
	display: flex;
	align-items: center;
	margin-right: 30px;
}
.pophiw.poplocation img{
	width: 65px;
}
.pophiw.poplocation span{
	font-size: 20px;
	line-height: 23px;
	color: #01173C;
}
.col-watch-hiw .btn-blue{
	width: 150px;
	height: 55px;
	line-height: 54px;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 6px;
	text-align: center;
}
.slick-dots li{
	margin: 0 0px;
}
.slick-dots li button:before{
	color: #666;
	opacity: 0.3;
	font-size: 10px;
}
.slick-dots li.slick-active button:before{
	color: #666;
	opacity: 1;
}
#testimonials-location{
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	overflow: hidden;
}
.coltitle-testimonial-location h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.coltitle-testimonial-location{
	padding-bottom: 65px;
	text-align: center;
}
.item-testimonial-location{
	text-align: center;
	margin: 0px 40px;
}
.item-testimonial-location img{
	display: inline-block;
	margin-bottom: 20px;
}
.content-testimonial-location{
	text-align: center;
}
.content-testimonial-location p{
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	color: #21253D;
	margin-bottom: 0px;
}
.content-testimonial-location p b{
	font-weight: 500;
}
.content-testimonial-location span{
	margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #21253D;
    display: block;
}
#testimonials-location .container-fluid{
	padding-left: 0px;
	padding-right: 0px;
}
.slider-testimonials-location{
	padding-bottom: 20px;
}
.slick-prev:before, .slick-next:before{
	color: #FFF;
}
.slick-prev{
	left: 30px;
}
.slick-next{
	right: 30px;
}
.slick-prev::before {
    font-family: FontAwesome;
    content: '\f104';
    font-size: 22px;
}  
.slick-next::before {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 22px;        
} 
.slick-prev, .slick-next{
	background-color: #2C8FFC;
	border-radius: 50px;
	width: 50px;
    height: 50px;
    z-index: 9;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus{
	background-color: #2C8FFC;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before{
	opacity: 1;
}
.slick-prev.slick-disabled, .slick-next.slick-disabled{
	opacity: 0.3;
}
#testimonials-location .slick-slide{
	opacity: 0.5;
}
#testimonials-location .slick-slide.slick-current{
	opacity: 1;
}
#testimonials-location .slick-prev, #testimonials-location .slick-next{
	top: 32%;
}
#testimonials-location .slick-prev, #testimonials-location .slick-next{
	opacity: 0.3;
}
#testimonials-location .slick-prev:hover, #testimonials-location .slick-next:hover{
	opacity: 1;
}
#testimonials-location .slick-prev.slick-disabled:hover, #testimonials-location .slick-next.slick-disabled:hover{
	opacity: 0.3;
}
#social-media-location{
	height: 440px;
	display: flex;
	align-items: center;
	background-image: url(../img/locations/miami/img-socialmedia.jpg);
    background-size: cover;
    background-position: 100%;
}
.col-socialmedia-location{

}
.col-socialmedia-location h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.col-socialmedia-location p{
	font-weight: 300;
	font-size: 17px;
	line-height: 134%;
	color: #333333;
	margin-bottom: 0px;
}
.content-squares-media{
	margin-top: 25px;
}
.item-smedia{
	float: left;
	margin-right: 15px;
}
.item-smedia a{
	height: 80px;
	width: 80px;
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item-smedia a i{
	color: #21253D;
	font-size: 40px;
}
#visit-location{
	position: relative;
	height: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: url(../img/locations/miami/img-bottom.jpg);
    background-size: cover;
    background-position: 100%;
}
.colbottom-location{
	text-align: center;
	margin-top: -50px;
}
.colbottom-location h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 42px;
	line-height: 46px;
	color: #21253D;
}
.colbottom-location p{
	font-weight: 300;
	font-size: 32px;
	line-height: 100%;
	color: #333333;
}
.inputschedulelocation{
	padding-top: 30px;
}
.phoneheader-location{
	padding-top: 25px;
}
.phoneheader-location .text-phone{
	color: #21253D;
	font-weight: 500;
}
.img-how{
	text-align: center;
}
.img-how img{
	width: 90%;
    display: inline-block;
}
.main-header.header-fortlauder{
	background: url('../img/locations/fort-lauderdale/hero-fortlauderdale.jpg') no-repeat;
}
.main-header.header-palmbeach{
	background: url('../img/locations/palm-beach/hero-palmbeach.jpg') no-repeat;
}
/* END LOCATIONS */


/* IN HOME */
.main-header.header-inhome{
	background-image: url(../img/hero-inhome.jpg);
}
.colheaderinhome{

}
.main-header.header-inhome h1{
	max-width: 470px;
	margin-bottom: 20px;
}
a.wvideo{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
a.wvideo span{
	margin-left: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 23px;
	color: #2C8FFF;
}
.col-title-prepare{
	padding-bottom: 80px;

}
.col-title-prepare h2{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.col-title-prepare p{
	margin-bottom: 0px;
	text-align: center;
	line-height: 24px;
	font-size: 18px;
}
.col-left-ul-inhome{
	padding-left: 0px;
}
.col-right-ul-inhome{
	padding-right: 0px;
}
.ulcolumn {
	
}
.ul-inhome li{
	margin-bottom: 35px;
	padding-left: 40px;
	position: relative;
}

.ul-inhome li:before {
    border-radius: 50%;
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
    position: absolute;
    top: -3px;
    left: 0px;
    background-color: #2C8FFF;  
    content: "";
}
.ul-inhome li h3{
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	color: #01173C;
	margin-top: 0px;
	margin-bottom: 15px;
}
.ul-inhome li p{
	margin-bottom: 0px;
	font-weight: 300;
	font-size: 17px;
	line-height: 21px;
	color: #333333;
}
.ul-inhome li p a{
	font-weight: 500;
	color: #2C8FFF;
	text-decoration: underline;
}
.ul-inhome.left li:nth-child(1):before{
	content: "1";
}
.ul-inhome.left li:nth-child(2):before{
	content: "2";
}
.ul-inhome.left li:nth-child(3):before{
	content: "3";
}
.ul-inhome.right li:nth-child(1):before{
	content: "4";
}
.ul-inhome.right li:nth-child(2):before{
	content: "5";
}
.ul-inhome.right li:nth-child(3):before{
	content: "6";
}
#inhome-keep{
	position: relative;
	padding-top: 30px;
	padding-bottom: 100px;
}
.col-title-keep{
	text-align: center;
	padding-bottom: 60px;
}
.col-title-keep h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.item-keep{
	text-align: center;
	margin-bottom: 50px;
}
.imgkeep{
	text-align: center;
	min-height: 53px;
}
.imgkeep img{
	display: inline-block;
}
.keeptitle{
	min-height: 35px;
	padding-bottom: 5px;
}
.keeptitle h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #01173C;
}
.keepdescription p{
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 0px;
}
.col-bottom-keep{
	border-top: solid 1px #d4d4d4;
	text-align: center;
	padding-top: 10px;
}
.col-bottom-keep p{
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	color: #333333;
	margin-bottom: 0px;
	opacity: 0.6;
}
#inhome-preparing{
	position: relative;
	height: 480px;
	background: url("../img/inhome/preparing.jpg") no-repeat center center;
	background-size: cover;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center; /* Safari 7.0+ */
	justify-content: flex-start;
}
.colinhome-preparing h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #FFFFFF;
	max-width: 370px;
}
.colinhome-preparing p{
	font-weight: 300;
    font-size: 18px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 25px;
}
.colinhome-preparing a.btn-blue{
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	height: 60px;
	line-height: 59px;
	display: inline-block;
}
/* END IN HOME*/

/* TESTIMONIALS */
#head-reviews{
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
}
.col-title-testimonials{
	text-align: center;
}
.col-title-testimonials h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	color: #21253D;
}
.bar-reviews{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #D4D4D4;
	padding-bottom: 20px;
}
.content-btn-filters{
	float: left;
}
.content-btn-filters .btn{
	float: left;
	margin-left: 15px;
	height: 38px;
	line-height: 37px;
	font-weight: 500;
	font-size: 16px;
	border: solid 1px #2C8FFF;
	color: #2C8FFF;
	border-radius: 6px;
	text-align: center;
	background-color: #fff;
	padding-left: 10px;
    padding-right: 10px;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    width: 125px;
    position: relative;
    top: -2px;
}
.content-btn-filters .btn i{
	font-size: 18px;
	position: relative;
    top: 1px;
}
.content-btn-filters .btn.active{
	background-color: #2C8FFF;
	color: #fff;
}
.content-btn-filters .btn i{
	margin-right: 5px;
}
.bar-reviews h3{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 22px;
	line-height: 26px;
	text-align: center;
	color: #21253D;
}
.bar-reviews .title-filter-reviews{
	float: left;
}
#reviews-list{
	padding-top: 0px;
	padding-bottom: 60px;
	position: relative;
}
.block-review{
	border-bottom: 1px solid #D4D4D4;
	margin-bottom: 0px;
	padding-bottom: 50px;
	padding-top: 50px;
}
.col-info-reviewer{

}
.col-info-reviewer h4{
	margin-top: 5px;
    margin-bottom: 5px;
	font-size: 17px;
	line-height: 20px;
	color: #21253D;
	font-weight: 400;
}
.col-info-reviewer h5{
	margin-top: 5px;
    margin-bottom: 5px;
	font-size: 15px;
	line-height: 18px;
	color: #949494;
	font-weight: 400;
}
.rating-review{
	margin-top: 10px;
	display: flex;
	align-items: center;
}
.stars-testimonials span{
	color: #D4D4D4;
}
.stars-testimonials span.checked{
	color: #F9BF49;
}
.stars-testimonials{
	float: left;
}
.number-rating {
	margin-left: 4px;
	float: left;
	position: relative;
    top: -1px;
}
.number-rating span{
	font-size: 14px;
	line-height: 14px;
	color: #949494;
}
.col-comment-review p{
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	color: #333333;
}
.recommended-review{
	display: flex;
	align-items: center;
}
.recommended-review span{
	float: left;
	margin-right: 5px;
}
.recommended-review span:last-child{
	margin-right: 0px;
}
.recommended-review span.text{
	font-weight: 500;
	font-size: 15px;
	line-height: 15px;
	color: #333333;
	position: relative;
	top: -4px;
}
.col-comment-review{
	padding-left: 0px;
}
.col-more-reviews{
	text-align: center;
}
.col-more-reviews a{
	margin-top: 50px;
	margin-bottom: 70px;
	display: inline-block;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
	border-radius: 6px;
	height: 60px;
	line-height: 59px;
	padding-left: 25px;
	padding-right: 25px;
}
/* END TESTIMONIALS */

/*Euthanasia preparation*/
.header-euthanasia-preparation{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: 620px;	
}
.container-preparation{
	position: relative;
	top: -80px;
}
.header-euthanasia-preparation img{
	position: absolute;
}
.preparation-1{
	max-width: 345px;
	left: 15px;
	top: 40px;
}
.preparation-2{
	max-width: 380px;
	right: 15px;
	top: 90px;
}
.preparation-3{
	max-width: 255px;
	bottom: 40px;
	left: 25%;
}
.preparation-4{
	max-width: 185px;
	bottom: 40px;
	right: 25%;
}

.header-content-euthanasia-preparation{
	text-align: center;
}

.header-content-euthanasia-preparation h1{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 36px;
	line-height: 38px;
	text-align: center;
	color: #21253D;
}
.header-content-euthanasia-preparation p{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #333333;
}

#family-talk{
	width: 100%;
	position: relative;
	padding-top: 100px;
	padding-bottom: 70px;
	background: #001238;
	color: #fff;
}
.container-hand{
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
	top: -50px;
}
.container-bottom-talk{
	margin-top: -120px;
}
.col-title-talk h2{
	margin-top: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #FFFFFF;
}
.col-title-talk p{
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.col-title-talk.col-title-list-talk{
	text-align: center;
}
.col-list-preparation-talk{

}
.col-list-preparation-talk ul{
	display: flex;
	justify-content: center;
}
.col-list-preparation-talk ul li{
	float: left;
	list-style-type: none;
	margin-right: 30px;
	margin-bottom: 30px;
	max-width: 165px;
}
.col-list-preparation-talk ul li:last-child{
	margin-right: 0px;
}
.col-list-preparation-talk ul li .icon-preparation{
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.col-list-preparation-talk ul li .content{
	text-align: center;
}
.col-list-preparation-talk ul li .content p{
	color: #fff;
	font-size: 17px;
	line-height: 22px;
	color: #FFFFFF;
	margin-bottom: 0px;
}
#euthanasia-appointment{
	width: 100%;
	height: 480px;
	position: relative;
	overflow: hidden;
	background: url("../img/euthanasia/euthanasia-appointment.jpg") no-repeat center center;
	background-size: cover;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center; /* Safari 7.0+ */
}
.col-title-euthanasia-preparation h2{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #01173C;
}

ul.default-checkmarks{
    margin-top: 10px;
    margin-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
}
.default-checkmarks li{
	position: relative;
	padding-left: 30px;
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 20px;
	list-style-type: none;
}
ul.default-checkmarks li:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0px;
    display: inline-block;
    background: url(../img/icon-checked.svg) no-repeat center center;
    background-size: cover;
}
#info-preparation{
	position: relative;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
}
.container-info-preparation{

}
.container-info-preparation .row{
	margin-bottom: 90px;
}
.container-info-preparation .row:last-child{
	margin-bottom: 0px;
}
.row-withyourpet{
	display: flex;
	align-items: center;
}
.col-img-withyourpet{
	text-align: center;
}
.col-img-withyourpet img{
	width: 85%;
	display: inline-block;
}
.col-text-stairs h2{
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #01173C;
}
.col-text-honor{
	padding-left: 4.8%;
	padding-right: 4.8%;
}
#keep-momentos{
	padding-top: 120px;
	padding-bottom: 120px;
	background-color: #F7F7F7;
}
.col-title-momentos{
	text-align: center;
}
.col-title-momentos h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #01173C;
}
#after-appointment{
	position: relative;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
}
.col-title-afterappointment{
	padding-bottom: 45px;
	text-align: center;
}
.col-title-afterappointment h2{
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.ul-after-appointment.left li:nth-child(1):before{
	content: "1";
}
.ul-after-appointment.left li:nth-child(2):before{
	content: "2";
}
.ul-after-appointment.left li:nth-child(3):before{
	content: "3";
}
.ul-after-appointment.left li:nth-child(4):before{
	content: "4";
}
.ul-after-appointment.right li:nth-child(1):before{
	content: "5";
}
.ul-after-appointment.right li:nth-child(2):before{
	content: "6";
}
.ul-after-appointment.right li:nth-child(3):before{
	content: "7";
}
/*end Euthanasia Preparation*/

ul.pagination{
	margin-top: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	text-align: center;
}
ul.pagination li{
	float: left;
	margin-right: 15px;
}
ul.pagination li:last-child{
	margin-right: 0px;
}
ul.pagination li a{
	color: #333;
	font-weight: 400;
}
.col-section-title h2{
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
    font-weight: 500;
    font-size: 32px;
    line-height: 34px;
    color: #333333;
}
.nd{
	display: none !important;
}
.text-center{
	text-align: center;
}
.chat-icon {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999999;
    border: none;
    outline: none;
    cursor: pointer;
}
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    display: none;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

#cover-spin::after {
    content: '';
    display: block;
    position: absolute;
    left: 48%;
    top: 40%;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #2c8fff;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}
#mypreview{
	padding-top: 100px;
	padding-bottom: 100px;
}
#mypreview h2{
	font-weight: 500;
	font-size: 25px;
}
#mypreview .btn-blue{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
    display: inline-block;
    margin-top: 15px;
}
.collapse{display:none;visibility:hidden}
.collapse.in{display:block;visibility:visible}
.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}
.fade.in{opacity:1}
.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.35s;-o-transition-duration:.35s;transition-duration:.35s;-webkit-transition-property:height,visibility;-o-transition-property:height,visibility;transition-property:height,visibility}
.panel-default{
	display: block;
}
h4.panel-title{
	margin-top: 0px;
	margin-bottom: 0px;
}
.onlymb{
	display: none !important;
}
/* new style*/
#vet-profile .vet-reviews-title{
	display: block;
}
#vet-profile .review{
	display: block;
}
.vet-description h1{
	font-family: 'Gochi Hand', cursive;
	font-size: 50px;
	line-height: 59px;
	color: #2C8FFF;
	text-align: center;
	margin-bottom: 50px;
}
.vet-description h1 span{
	position: relative;
	z-index: 9
}
.vet-description h1 span:after{
	left: 0px;
	bottom: -20px;
    height: 30px;
	width: 220px;
	background-image: url(../img/underline-green.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
}
.vet-description ul{
	margin-top: 20px;
	margin-bottom: 25px;
}
.vet-description ul li{
	font-weight: 300;
	font-size: 16px;
	line-height: 32px;
	color: #333333;
	position: relative;
	padding-left: 18px;
}
.vet-description ul li:before{
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #81DB66;
	border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 12px;
	margin-bottom: 15px;
}
.vet-description ul li b{
	font-weight: 500;
}
.img-trainer-dog{
	position: absolute;
	right: 0px;
	top: 35%;
	width: 40%;
}
#vet-profile .book-form.booktrainer h2{
	padding-left: 35px;
	position: relative;
}
#vet-profile .book-form.booktrainer h2 img{
	position: absolute;
	left: 0px;
	top: 3px;
}
.sideform .phoneheader{
	padding-top: 0px;
	background-color: #81DB66;
	border-radius: 6px;
    padding: 10px;
}
.sideform .phoneheader .text-phone a{
	text-transform: none;
	font-size: 17px;
}
.sideform .phoneheader .badge-phone{
	width: 34px;
	height: 34px;
}
.sideform .phoneheader .badge-phone i {
    font-size: 20px;
}
.main-header.header-vet-profile.trainerprofile {
    background-image: url(../img/bg-pattern-bones.svg);
    background-size: cover;
}
.logotrainer{
	max-width: 40px;
	margin-left: 10px;
	display: inline-block;
}
.main-header.header-vet-profile.trainerprofile h1 {
    display: flex;
    align-items: center;
}
.main-header.header-vet-profile.trainerprofile h2{
	font-weight: 300;
	font-size: 21px;
	line-height: 25px;
	color: #FFFFFF;
	margin-top: 0px;
    margin-bottom: 20px;
}
#vet-profile .booktrainer-secundary{
	display: none;
}
.colheaderinfo.headerpricing .btn-blue{
	height: 60px;
	padding-left: 25px;
	padding-right: 25px;
	display: inline-flex;
    align-items: center;
}
.main-header.header-vets p{
	padding-right: 80px;
}
#pricing-section{
	position: relative;
	padding-top: 60px;
}
.diagnostics-pricing{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
}
.dog-pricing{
	position: absolute;
	left: 0px;
	top: 750px;
	width: 350px;
}
.main-header.header-pricing{
	background-image: url('../img/pricing/hero-pricing.jpg');
}
.title-pricing{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
}
.title-pricing h2{
	font-size: 44px;
    line-height: 54px;
	color: #2C8FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.badge-pricing{
	background-color: #81DB66;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 44px;
    line-height: 44px;
	text-align: center;
	color: #FFFFFF;
}
.badge-pricing .icon-dollar{
	font-size: 28px;
    line-height: 28px;
	color: #FFFFFF;
}
.col-main-pricing{
	padding-left: 25px;
	padding-right: 25px;
}
.head-main-pricing{
	text-align: center;
	margin-bottom: 80px;
}
.head-main-pricing p{
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	color: #21253D;
	margin-bottom: 30px;
}
.head-main-pricing .btn-blue{
	display: inline-flex;
	align-items: center;
	height: 60px;
	justify-content: center;
	padding-left: 25px;
    padding-right: 25px;
}
.additional-pricing h2{
	margin-top: 0px;
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #21253D;
}
.additional-pricing p{
	font-weight: 300;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #333333;
}
.section#faq .expandable.pricing-expandable{
	padding-top: 10px;
	padding-bottom: 10px;
}
.section#faq .expandable.pricing-expandable h3{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 22px;
	line-height: 24px;
	color: #2C8FFF;
	padding-bottom: 5px;
}
.section#faq .expandable.pricing-expandable h3 span{
	margin-left: 15px;
	margin-right: 15px;
	width: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}
.section#faq .expandable.pricing-expandable h3:after{
	top: 16px;
	bottom: auto;
	color: #333;
}
.section#faq .expandable.pricing-expandable.active h3:after{
	top: 16px;
	bottom: auto;
	color: #2C8FFF;
}
.section#faq .expandable.pricing-expandable .content{
	padding-left: 80px;
    padding-right: 80px;
}
.section#faq .expandable.pricing-expandable .content .rowdot {
	margin-bottom: 10px;
}
.section#faq .expandable.pricing-expandable .content .rowdot:last-child{
	margin-bottom: 5px;
}
#faq.collapse-pricing{
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
.rowdot {
  line-height: 2em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.rowdotfull:after{
	display: none;
}
.rowdotfull span.full{
	font-size: 14px;
	line-height: 14px;
}
.rowdot-pricing .left{
	font-weight: 300;
	font-size: 17px;
	line-height: 26px;
	color: #333333;
}
.rowdot.rowdot-pricing .right{
	font-weight: 500;
	font-size: 17px;
	line-height: 26px;
	color: #333333;
	min-width: 25px;

}
.rowdot .left {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
  position: relative;
  top: -4px;
}
.rowdot .right {
  -webkit-order: 3;
  -moz-order: 3;
  -ms-order: 3;
  order: 3;
  position: relative;
  top: -4px;
  min-width: 55px;
  text-align: right;
}

.rowdot:after {
  content: "";
  margin: 0px 5px;
  background: -webkit-radial-gradient(50% 50%, circle, #4A4A4A 12%, transparent 0%);
  background: -moz-radial-gradient(50% 50%, circle, #4A4A4A 12%, transparent 0%);
  background: radial-gradient(circle at 50% 50%, #4A4A4A 12%, transparent 0%);
  background-size: 0.5em 1em;
  background-position: 0 0.5em;
  background-repeat: repeat-x;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.pricing-tel{
	margin-top: 20px;
	padding: 20px;
	background: #F7F7F7;
	border-radius: 6px;
	text-align: center;
}
.pricing-tel h3{
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #21253D;
}
.pricing-tel .phoneheader {
    padding-top: 0px;
}
.pricing-tel .text-phone {
    float: left;
    font-weight: 400;
    color: #333333;
    font-size: 20px;
}
.pricing-tel .badge-phone {
    background-color: #81DB66;
}
.pricing-tel .badge-phone i {
    color: #FFF;
}
#info-preparation.section-fc-pricing{
	padding-top: 20px;
}
.col-text-fc-pricing .btn-blue{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 20px;
	padding-right: 20px;
	height: 60px;
}
.col-text-fc-pricing h2{
	margin-bottom: 10px;
}
.col-text-fc-pricing p{
	font-weight: 300;
	font-size: 17px;
	line-height: 22px;
	color: #333333;
	padding-right: 30px;
	margin-bottom: 20px;
}
.leftsubfetch.left-telemedicine{
	background-color: #001238;
}
.coltex-telemedicine{
	margin-left: 15%;
}
.coltex-telemedicine h1{
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #FFFFFF;
	max-width: 250px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.coltex-telemedicine p {
    font-weight: 300;
    line-height: 22px;
    font-size: 17px;
    color: #FFF;
    margin-bottom: 0px;
}
.title-pricing.title-pricing-telemedicine{
	margin-top: 10px;
	margin-bottom: 10px;
	justify-content: flex-start;
}
.title-pricing.title-pricing-telemedicine h2{
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}
.title-pricing.title-pricing-telemedicine .badge-pricing{
	width: 45px;
	height: 45px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #001238;
}
.title-pricing.title-pricing-telemedicine .badge-pricing .icon-dollar {
    font-size: 18px;
    line-height: 21px;
    color: #001238;
}
.learnmore-telemedicine{
	display: flex;
}
.learnmore-telemedicine p{
	margin-right: 8px;
	line-height: 21px;
	margin-bottom: 0px;
}
.learnmore-telemedicine img{
	margin-top: 6px;
}
.telemedicine.phoneheader{
	margin-top: 20px;
	background-color: #FFF;
    border-radius: 6px;
    padding: 15px;
    width: 100%;
}
.telemedicine.phoneheader .badge-phone {
    background-color: #001238;
}
.telemedicine.phoneheader .badge-phone i {
    color: #FFF;
}
.telemedicine.phoneheader .text-phone {
    color: #001238;
    font-size: 20px;
    line-height: 21px;
}
.col-ready-pricing{
	margin-top: 80px;
	margin-bottom: 80px;
	background-color: #EEF5FB;
	padding: 50px;
	display: flex;
	align-items: center;
}
.row-ready-pricing{
	width: 100%;
}
.col-text-ready-pricing h2{
	margin-top: 0px;
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 32px;
	line-height: 37px;
	color: #01173C;
}
.col-text-ready-pricing .inputschedule{
	margin-top: 20px;
}
.col-ready-pricing{
	height: 440px;
	overflow: hidden;
}
.stethoscope{
	position: absolute;
	top: 0px;
	right: 0px;
}
.row:before, .row:after {width:0px; height:0px;}